packages feed

chart-unit 0.5.5.0 → 0.6.0.0

raw patch · 71 files changed

+71331/−1649 lines, 71 filesdep +doctestdep +generic-lensdep +generic-lens-labelsdep −containersdep −tdigestdep ~numhaskdep ~numhask-rangenew-component:exe:chart-unit-gallerynew-component:exe:chart-unit-main-examplenew-component:exe:chart-unit-source-examples

Dependencies added: doctest, generic-lens, generic-lens-labels, numhask-histogram, svg-builder, time

Dependencies removed: containers, tdigest

Dependency ranges changed: numhask, numhask-range

Files

chart-unit.cabal view
@@ -1,9 +1,11 @@--- This file has been generated from package.yaml by hpack version 0.18.1.+-- This file has been generated from package.yaml by hpack version 0.20.0. -- -- see: https://github.com/sol/hpack+--+-- hash: c39db1e3a55127346b3e41e1ba315b1d704563184f7b39b9a3885f64e76b4387  name:           chart-unit-version:        0.5.5.0+version:        0.6.0.0 synopsis:       Native haskell charts. description:    .                 <<https://tonyday567.github.io/other/mainExample.svg>>@@ -22,60 +24,67 @@ category:       charts homepage:       https://github.com/tonyday567/chart-unit#readme bug-reports:    https://github.com/tonyday567/chart-unit/issues-license:        BSD3-license-file:   LICENSE author:         Tony Day maintainer:     tonyday567@gmail.com copyright:      2016 Tony Day+license:        BSD3+license-file:   LICENSE build-type:     Simple cabal-version:  >= 1.10  extra-source-files:-  other/arrowChart_Example.svg-  other/arrowHudExample.svg-  other/arrowsExample.svg-  other/axisExample.svg-  other/clippingExample.svg-  other/glineChart_Example.svg-  other/glineHudExample.svg-  other/glyph_Example.svg-  other/glyphChart_Example.svg-  other/glyphHudExample.svg-  other/glyphsExample.svg-  other/histDiffExample.svg-  other/hud.svg-  other/hudExample.svg-  other/labelledBarExample.svg-  other/labelledExample.svg-  other/legendExample.svg-  other/lglyphChart_Example.svg-  other/lglyphHudExample.svg-  other/lglyphsExample.svg-  other/lineChart_Example.svg-  other/lineHudExample.svg-  other/linesExample.svg-  other/mainExample.svg-  other/pixel_Example.svg-  other/pixelChart_Example.svg-  other/pixelHudExample.svg-  other/pixelsExample.svg-  other/q24Example.svg-  other/q7Example.svg-  other/rect_Example.svg-  other/rectChart_Example.svg-  other/rectHudExample.svg-  other/rectsExample.svg-  other/scaleExample.svg-  other/scatterHistExample.svg-  other/schoolbookExample.svg-  other/scratchpad.svg-  other/skinnyExample.svg-  other/text_Example.svg-  other/textChart_Example.svg-  other/textHudExample.svg-  other/textsExample.svg-  other/withHudExample.svg-  stack.yaml+    other/arrowChart_Example.svg+    other/arrowHudExample.svg+    other/arrowsExample.svg+    other/axisExample.svg+    other/barExample.svg+    other/clippingExample.svg+    other/glineChart_Example.svg+    other/glineHudExample.svg+    other/glyph_Example.svg+    other/glyphChart_Example.svg+    other/glyphHudExample.svg+    other/glyphsExample.svg+    other/gridExample.svg+    other/histDiffExample.svg+    other/hud.svg+    other/hudExample.svg+    other/labelledBarExample.svg+    other/labelledExample.svg+    other/legendExample.svg+    other/lglyphChart_Example.svg+    other/lglyphHudExample.svg+    other/lglyphsExample.svg+    other/lineChart_Example.svg+    other/lineHudExample.svg+    other/linesExample.svg+    other/mainExample.svg+    other/pixel_Example.svg+    other/pixelChart_Example.svg+    other/pixelHudExample.svg+    other/pixelsExample.svg+    other/q24Example.svg+    other/q7Example.svg+    other/rect_Example.svg+    other/rectChart_Example.svg+    other/rectHudExample.svg+    other/rectsExample.svg+    other/scaleExample.svg+    other/scatterHistExample.svg+    other/schoolbookExample.svg+    other/scratch.svg+    other/scratchpad.svg+    other/skinnyExample.svg+    other/test1.svg+    other/test2.svg+    other/testTextDiffs.svg+    other/text_Example.svg+    other/textChart_Example.svg+    other/textHudExample.svg+    other/textsExample.svg+    other/timeExample.svg+    other/withHudExample.svg+    stack.yaml  source-repository head   type: git@@ -83,77 +92,120 @@  library   hs-source-dirs:-    src-  exposed-modules:-    Chart-    Chart.Arrow-    Chart.Core-    Chart.Data-    Chart.Glyph-    Chart.Hud-    Chart.Line-    Chart.Rect-    Chart.Text-    Chart.Lenses-  other-modules:-    Paths_chart_unit+      src+  default-extensions: DeriveGeneric DeriveTraversable FlexibleContexts FlexibleInstances InstanceSigs MultiParamTypeClasses NegativeLiterals NoImplicitPrelude OverloadedStrings PatternSynonyms RankNTypes TypeFamilies UnicodeSyntax   ghc-options: -funbox-strict-fields -fforce-recomp   build-depends:-    base >=4.7 && <5,-    text,-    SVGFonts,-    colour,-    data-default,-    diagrams-lib,-    diagrams-svg,-    foldl,-    formatting,-    lens,-    linear,-    numhask >=0.0.5 && <1,-    numhask-range >=0.0.3 && <1,-    palette,-    scientific+      SVGFonts+    , base >=4.7 && <5+    , colour+    , data-default+    , diagrams-lib+    , diagrams-svg+    , foldl+    , formatting+    , generic-lens+    , lens+    , linear+    , numhask+    , numhask-range+    , palette+    , protolude+    , scientific+    , svg-builder+    , text+    , time+  exposed-modules:+      Chart+      Chart.ADT+      Chart.Arrow+      Chart.Bar+      Chart.Core+      Chart.Data+      Chart.Data.Time+      Chart.Glyph+      Chart.Hud+      Chart.Line+      Chart.Rect+      Chart.Svg+      Chart.Text+  other-modules:+      Paths_chart_unit   default-language: Haskell2010-  default-extensions: DeriveGeneric DeriveTraversable FlexibleContexts FlexibleInstances InstanceSigs MultiParamTypeClasses NegativeLiterals NoImplicitPrelude OverloadedStrings PatternSynonyms RankNTypes TypeFamilies UnicodeSyntax -executable chart-source-examples-  default-language: Haskell2010+executable chart-unit-gallery+  main-is: gallery.hs+  hs-source-dirs:+      examples   ghc-options: -funbox-strict-fields -fforce-recomp -threaded -rtsopts -with-rtsopts=-N+  build-depends:+      base >=4.7 && <5+    , chart-unit+    , diagrams-lib+    , formatting+    , generic-lens-labels+    , lens+    , mwc-probability+    , mwc-random+    , numhask+    , numhask-histogram+    , numhask-range+    , primitive+    , protolude+    , text+    , time+  other-modules:+      Paths_chart_unit+  default-language: Haskell2010++executable chart-unit-main-example+  main-is: mainExample.hs   hs-source-dirs:-    examples-  main-is: sourceExamples.hs+      examples+  ghc-options: -funbox-strict-fields -fforce-recomp -threaded -rtsopts -with-rtsopts=-N+  build-depends:+      base >=4.7 && <5+    , chart-unit+    , generic-lens-labels+    , lens+    , numhask+    , numhask-range   other-modules:-    FakeData+      Paths_chart_unit+  default-language: Haskell2010++executable chart-unit-source-examples+  main-is: sourceExamples.hs+  hs-source-dirs:+      examples+  ghc-options: -funbox-strict-fields -fforce-recomp -threaded -rtsopts -with-rtsopts=-N   build-depends:-    base >=4.7 && <5,-    text,-    chart-unit,-    containers,-    diagrams-lib,-    diagrams-svg,-    foldl,-    formatting,-    lens,-    mwc-probability,-    mwc-random,-    numhask,-    primitive,-    protolude,-    tdigest-  default-extensions: DeriveGeneric DeriveTraversable FlexibleContexts FlexibleInstances InstanceSigs MultiParamTypeClasses NegativeLiterals NoImplicitPrelude OverloadedStrings PatternSynonyms RankNTypes TypeFamilies UnicodeSyntax+      base >=4.7 && <5+    , chart-unit+    , diagrams-lib+    , generic-lens-labels+    , lens+    , numhask+    , numhask-range+    , protolude+    , text+  other-modules:+      Paths_chart_unit+  default-language: Haskell2010  test-suite test-  default-language: Haskell2010   type: exitcode-stdio-1.0-  hs-source-dirs:-    test   main-is: test.hs+  hs-source-dirs:+      test   build-depends:-    base >=4.7 && <5,-    text,-    chart-unit,-    numhask,-    tasty,-    tasty-hspec-  default-extensions: DeriveGeneric DeriveTraversable FlexibleContexts FlexibleInstances InstanceSigs MultiParamTypeClasses NegativeLiterals NoImplicitPrelude OverloadedStrings PatternSynonyms RankNTypes TypeFamilies UnicodeSyntax+      base >=4.7 && <5+    , chart-unit+    , doctest+    , numhask+    , numhask-range+    , tasty+    , tasty-hspec+  other-modules:+      Paths_chart_unit+  default-language: Haskell2010
− examples/FakeData.hs
@@ -1,126 +0,0 @@-{-# LANGUAGE CPP #-}-{-# LANGUAGE DataKinds #-}-{-# OPTIONS_GHC -Wall #-}-{-# OPTIONS_GHC -fno-warn-name-shadowing #-}-{-# OPTIONS_GHC -fno-warn-type-defaults #-}-#if ( __GLASGOW_HASKELL__ < 820 )-{-# OPTIONS_GHC -fno-warn-incomplete-patterns #-}-#endif--module FakeData where--import Chart-import NumHask.Prelude--import Control.Monad.Primitive (PrimState)-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.--}--rvs :: Gen (PrimState IO) -> Int -> IO [Double]-rvs gen n = samples n standard gen--{--This generates n V2 random variates where the x and y parts are correlated.--}--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 Pair s0 s1'--mkScatterData :: IO [[Pair Double]]-mkScatterData = do-    g <- create-    xys <- rvsCorr g 1000 0.7-    xys1 <- rvsCorr g 1000 -0.5-    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 IgnoreOvers (fill cuts xs)-  where-    cuts = grid MidPos (space xs :: Range Double) n--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)--data Histogram = Histogram-   { _cuts   :: [Double] -- bucket boundaries-   , _values :: Map.Map Int Double -- bucket counts-   } deriving (Show, Eq)--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 :: ([Rect Double],Maybe Double) -> Double -> ([Rect Double],Maybe Double)-        step (_,   Nothing) a = ([], 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 h--makeQuantiles :: Double -> IO [Double]-makeQuantiles n = do-    g <- create-    xs <- rvs g 100000-    let qs = ((1/n)*) <$> [0..n]-    let vs = L.fold (tDigestQuantiles qs) xs-    pure vs--tDigestQuantiles :: [Double] -> L.Fold Double [Double]-tDigestQuantiles qs = L.Fold step begin done-  where-    step x a = Data.TDigest.insert a x-    begin = tdigest ([]::[Double]) :: TDigest 25-    done x = fromMaybe nan . (`quantile` compress x) <$> qs-
+ examples/gallery.hs view
@@ -0,0 +1,484 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DeriveGeneric #-}+{-# LANGUAGE FlexibleContexts #-}+{-# LANGUAGE NegativeLiterals #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# LANGUAGE OverloadedLabels #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE RankNTypes #-}+{-# OPTIONS_GHC -Wall #-}+{-# OPTIONS_GHC -Wno-type-defaults #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -Wno-unused-top-binds #-}+ +import Chart+import Control.Lens hiding (beside)+import Control.Monad.Primitive (PrimState)+import Data.Generics.Labels ()+import Data.List ((!!), head, zipWith3)+import Data.Time+import Data.Time.Calendar.WeekDate+import qualified Diagrams.Prelude as D+import qualified Diagrams.TwoD.Text+import Formatting+import NumHask.Histogram+import NumHask.Prelude as P+import System.Random.MWC+import System.Random.MWC.Probability++import qualified Data.Text as Text++-- * example data generation+-- Standard normal random variates in one dimension.+rvs :: Gen (PrimState IO) -> Int -> IO [Double]+rvs gen n = samples n standard gen++-- This generates n V2 random variates where the x and y parts are correlated.+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 Pair s0 s1'++-- * a grid+gridExample :: Chart b+gridExample =+  hud+    (def & #grids .~+     [ GridOptions+         Vert+         (GridExact GridOuterPos 10)+         (LineOptions 0.001 (black `withOpacity` 1))+     , GridOptions+         Hori+         (GridExact GridOuterPos 10)+         (LineOptions 0.001 (black `withOpacity` 1))+     ] &+     #axes .+     ix 0 %~+     ((#tickStyle .~+       TickPlaced+         (zip (grid OuterPos (Range -0.5 0.5) 10) (replicate 11 "abcdef"))) .+      (#label . #text . #alignH .~ AlignLeft) .+      (#gap .~ 0) .+      (#label . #text . #rotation .~ -45)) &+     #axes .+     ix 1 %~+     (#label . #text . #alignH .~ AlignLeft))+    sixbyfour+    one++timeData :: Int -> IO [Day]+timeData n = do+  now <- getCurrentTime+  let (UTCTime today _) = now+  let toWeekDay x =+        let (_, _, d) = toWeekDate x+        in d+  let isWeekend x = toWeekDay x `elem` [6, 7]+  pure $ filter (not . isWeekend) $ take n $ (`addDays` today) <$> [0 ..]++-- * dealing with time+timeExample :: [Day] -> Chart b+timeExample dates =+  hud (#axes .~ [adef, defYAxis] $ def) sixbyfour r <>+  glyphChart+    [#color .~ red `withOpacity` 1 $ #borderSize .~ 0 $ #size .~ 0.01 $ def]+    sixbyfour+    r+    [xs'] <>+  lglyphChart+    [def]+    [ #shape .~ Square $ #color .~ blue `withOpacity` 1 $ #borderSize .~ 0 $+      #size .~ 0.04 $ def+    ]+    sixbyfour+    r+    [ zip+        (Text.pack . formatTime defaultTimeLocale "%a, %d %b" .+         (\x -> dates !! x) .+         fst <$>+         ts)+        ((\x -> xs' !! x) . fst <$> ts)+    ]+  where+    today = Data.List.head dates+    g = 6+    xs = fromIntegral . (`diffDays` today) <$> dates+    xs' = lineOneD xs+    r = range [xs']+    (Ranges rx _) = r+    (ts, _) =+      placedTimeLabelDiscontinuous+        PosInnerOnly+        Nothing+        g+        ((`UTCTime` 0) <$> dates)+    ts' = (\(x, y) -> (fromIntegral x, y)) <$> ts+    (Ranges aspx _) = sixbyfour+    adef = adjustAxis def aspx rx $ #tickStyle .~ TickPlaced ts' $ defXAxis++-- * scatter chart+mkScatterData :: IO [[Pair Double]]+mkScatterData = do+  g <- create+  xys <- rvsCorr g 1000 0.7+  xys1 <- rvsCorr g 1000 -0.5+  pure+    [ (\(Pair x y) -> Pair (x ^^ 2 + 3 * x - 1) (y + 1)) <$> xys+    , (\(Pair x y) -> Pair (x ^^ 2 + 3 * x + 1) y) <$> xys1+    ]++scatterHistExample :: [[Pair Double]] -> Chart b+scatterHistExample xys =+  D.beside+    (D.r2 (1, 0))+    (D.beside (D.r2 (0, -1)) (sc1 <> hud1) (D.reflectY histx))+    (D.reflectY $ D.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 = Rect -0.5 0.5 -0.5 0.5+    minorAspect = 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+        (#axes .~ [#place .~ PlaceTop $ #label . #orientation .~ Pair 0 1 $ def] $+         def)+        mainAspect+        (range xys)+    defHist =+      (\x -> #borderSize .~ 0 $ #color .~ d3Colors1 x `withOpacity` 0.5 $ def) <$>+      [6, 8]+    makeHist n = makeRects IgnoreOvers . regular n+    hx = makeHist 50 . fmap (view D._x) <$> xys+    hy = makeHist 50 . fmap (view D._y) <$> xys++-- * haskell survey example+data SurveyQ = SurveyQ+  { surveyTitle :: Text+  , surveyData :: [(Text, Int)]+  , surveyBarGap :: Double+  , surveyNumberDrop :: Double+  , surveyBarColor :: AlphaColour Double+  , surveyNumberColor :: AlphaColour Double+  , surveyAutoOptions :: AutoOptions+  } deriving (Show, Generic)++q7 :: SurveyQ+q7 =+  SurveyQ+    "How frequently do you use Haskell?"+    [ ("Daily", 469)+    , ("Weekly", 452)+    , ("Monthly", 215)+    , ("Yearly", 36)+    , ("Rarely", 51)+    ]+    0.2+    0.07+    (ucolor 0.341 0.224 0.388 1)+    (ucolor 1 1 0.33 1)+    (#allowDiagonal .~ False $ #maxXRatio .~ 0.16 $ def)+ +q24 :: SurveyQ+q24 =+  SurveyQ+    "Which editors do you use for Haskell?"+    [ ("Vim", 534)+    , ("Emacs", 501)+    , ("VS Code", 202)+    , ("Atom", 169)+    , ("Sublime", 92)+    , ("Notepad++", 28)+    , ("VS", 3)+    , ("Other", 134)+    ]+    0.2+    (-0.03)+    (ucolor 0.341 0.224 0.388 1)+    (ucolor 0.33 0.33 0.33 1)+    def++surveyChart :: SurveyQ -> Chart b+surveyChart (SurveyQ t d bgap ngap bc tc ao) =+  surveyText tc ngap (snd <$> d) <> surveyBars bc bgap (snd <$> d) <>+  surveyHud ao t d++surveyBars :: AlphaColour Double -> Double -> [Int] -> Chart b+surveyBars rc gap d =+  rectChart+    [#borderSize .~ 0 $ #color .~ rc $ def]+    sixbyfour+    (barRange [fromIntegral <$> d])+    [rectBars gap $ fromIntegral <$> d]++surveyHud :: AutoOptions -> Text -> [(Text, Int)] -> Chart b+surveyHud ao t d =+  hud+    (#outerPad .~ 1 $ #titles .~ [(def, t)] $ #axes .~+     [ #tickStyle .~ TickRound 4 $ defYAxis+     , adjustAxis ao aspx rx $ #gap .~ 0 $ #tickStyle .~ TickLabels (fst <$> d) $+       defXAxis+     ] $+     def)+    sixbyfour+    r+  where+    r = barRange [fromIntegral . snd <$> d]+    (Ranges rx _) = r+    (Ranges aspx _) = sixbyfour++surveyText :: AlphaColour Double -> Double -> [Int] -> Chart b+surveyText tc gap ys =+  textChart+    (repeat (#color .~ tc $ def))+    sixbyfour+    (barRange [fromIntegral <$> ys])+    [ zipWith+        (\x y ->+           ( show y+           , Pair+               (x + 0.5)+               ((if y > 0+                   then -ngap+                   else ngap) ++                fromIntegral y)))+        [0 ..]+        ys+    ]+  where+    ngap = gap * fromIntegral (maximum ys) :: Double++-- * one-dim chart example+makeQuantiles :: Double -> IO [Double]+makeQuantiles n = do+  g <- create+  xs <- rvs g 100000+  pure (regularQuantiles n xs)++skinnyExample :: [Double] -> [Double] -> Chart b+skinnyExample qs qs' = hud' <> ticks' <> labels'+  where+    r = Ranges (space qs) (Range 0 0.2)+    hud' =+      hud+      (HudOptions+        1.1+        [#label . #text . #size .~ 0.25 $ def]+        []+        []+        []+        clear)+      skinny+      r+    labels' =+      textChart+      [#alignH .~ AlignLeft $ #rotation .~ 45 $ #size .~ 0.2 $ def]+      skinny+      r+      [ zipWith+        (\x y -> (x, Pair y 0.05))+        ["min", "3rd Q", "median", "1st Q", "max"]+        qs'+      ]+    ticks' = glyphChart [def] skinny r [(`Pair` 0.02) <$> qs]++-- * comparing histograms+makeHistDiffExample :: IO ([Rect Double], [Rect Double])+makeHistDiffExample = do+  g <- create+  xys <- rvs g 1000+  xys1 <- rvs g 1000+  let cuts = grid OuterPos (Range -5.0 5.0) 50+  pure+    ( makeRects IgnoreOvers (fill cuts xys)+    , makeRects IgnoreOvers (fill cuts ((1.5 *) <$> xys1)))++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 = Rect -0.75 0.75 -0.5 0.5+      botAspect = Rect -0.75 0.75 -0.2 0.2+      (Ranges rx ry) = fold $ fold [h1, h2]+      (Ranges _ deltary) = fold (abs <$> deltah)+  in D.pad 1.1 $+     D.beside+       (D.r2 (0, -1))+       (rectChart+          [ #borderColor .~ ucolor 0 0 0 0 $+            #color .~ ucolor 0.365 0.647 0.855 0.2 $+            def+          , #borderColor .~ ucolor 0 0 0 0 $+            #color .~ ucolor 0.88 0.53 0.23 0.8 $+            def+          ]+          mainAspect+          (Ranges rx ry)+          [h1, h2])+       (rectChart+          [ #borderColor .~ ucolor 0 0 0 0 $+            #color .~ ucolor 0.88 0.53 0.23 0.8 $+            def+          ]+          botAspect+          (Ranges rx deltary)+          [deltah]) <>+        hud def botAspect (Ranges rx deltary)++-- * clipping+clip :: Rect Double -> Chart b -> Chart b+clip (Rect xl xu yl yu) c =+  D.clipped+    (D.pathFromLocTrail $ D.moveTo (D.p2 (xl, yl)) $ D.scaleY (yu - yl) $+     D.scaleX (xu - xl) $+     D.moveOriginTo (D.p2 (-0.5, -0.5)) D.unitSquare)+    c++grp :: Int -> [a] -> [[a]]+grp n =+  unfoldr+    (\x ->+       let y = splitAt n x+       in if null (fst y)+            then Nothing+            else Just y)++-- | chop a chart extent into a double list of Rects+chop ::+  ( D.Renderable (D.Path D.V2 Double) b+  , D.Renderable (Diagrams.TwoD.Text.Text Double) b) =>+  Pair Int -> Chart b -> [[Rect Double]]+chop p@(Pair _ n) ch = grp n $ gridSpace (Rect xl xu yl yu) p+  where+    (xl, xu) = fromMaybe (-0.5, 0.5) (D.extentX ch)+    (yl, yu) = fromMaybe (-0.5, 0.5) (D.extentY ch)++clippingExample ::+     RectOptions+  -> Double+  -> Int+  -> Chart b+  -> Chart b+clippingExample rcfg p n ch =+  stack (Pair 0 1) (D.pad p . D.centerXY) $+  hori (\a -> D.pad p $ bound rcfg 1 $ D.centerXY $ clip a ch) <$>+  chop (Pair n n) ch++-- * schoolbook+schoolbookHud :: Chart b+schoolbookHud =+  hud+    (#axes .~ [] $+     #titles .~ [(def, "y = x² - 3")] $+     #grids .~+     [ GridOptions+         Vert+         (GridExact GridOuterPos 10)+         (LineOptions 0.005 schoolBlue)+     , GridOptions+         Hori+         (GridExact GridOuterPos 10)+         (LineOptions 0.005 schoolBlue)+     , GridOptions+         Vert+         (GridExact GridOuterPos 50)+         (LineOptions 0.002 schoolBlue)+     , GridOptions+         Hori+         (GridExact GridOuterPos 50)+         (LineOptions 0.002 schoolBlue)+     ] $+     def)+    asquare+    (Rect -5 5 -5 5)+  where+    schoolBlue = ucolor 0.19 0.74 0.89 0.7++parabola :: Rect Double -> (Double -> Double) -> Int -> Range Double -> Chart b+parabola r f grain xscope =+  lineChart+    [#size .~ 0.01 $ #color .~ ucolor 0.6 0.6 0.6 1 $ def]+    asquare+    r+    [dataXY f xscope grain]++ceptLines ::+    Rect Double+  -> Rect Double+  -> (Double -> Double)+  -> Double+  -> Chart b+ceptLines asp r@(Ranges rx ry) f x =+  mconcat $ lines (#color .~ ucolor 0.2 0.2 0.2 1 $ #size .~ 0.005 $ def) .+  fmap (Chart.project r asp) <$>+  [[Pair (lower rx) (f x), Pair x (f x)], [Pair x (lower ry), Pair x (f x)]]++cepts ::+    Rect Double+  -> Rect Double+  -> (Double -> Double)+  -> Double+  -> Chart b+cepts a r@(Ranges rx ry) f x =+  textChart+    [def, #alignH .~ AlignCenter $ #rotation .~ 0 $ def]+    a+    r+    [ [("x = " <> sformat (fixed 1) x, Pair x (lower ry - 1))]+    , [("y = " <> sformat (fixed 1) (f x), Pair (lower rx - 1.5) (f x))]+    ]++schoolbookExample :: Double -> Chart b+schoolbookExample x =+  bound (#color .~ ucolor 1 1 1 0.1 $ def) 1.05 $ schoolbookHud <>+  parabola r f grain xscope <>+  ceptLines asquare r f x <>+  glyphChart [#color .~ red `withOpacity` 0.5 $ def] asquare r [[Pair x (f x)]] <>+  cepts asquare r f x+  where+    f x = x * x - 3+    r = Rect -5 5 -5 5+    xscope = Range -3 3+    grain = 50++main :: IO ()+main = do+  putStrLn ("gridExample" :: Text)+  fileSvg "other/gridExample.svg" def gridExample+  ts <- timeData 200+  putStrLn ("timeExample" :: Text)+  fileSvg "other/timeExample.svg" def $ timeExample ts+  xys <- mkScatterData+  putStrLn ("scatterHistExample" :: Text)+  fileSvg "other/scatterHistExample.svg" def (scatterHistExample xys)+  putStrLn ("skinnyExample" :: Text)+  qs <- makeQuantiles 20+  qs' <- makeQuantiles 4+  fileSvg "other/skinnyExample.svg" (#size .~ Pair 600 150 $ def) $+    skinnyExample qs qs'+  putStrLn ("histDiffExample" :: Text)+  hs <- makeHistDiffExample+  fileSvg "other/histDiffExample.svg" (#size .~ Pair 600 600 $ def) $+    histDiffExample hs+  putStrLn ("clippingExample" :: Text)+  fileSvg "other/clippingExample.svg" (#size .~ Pair 600 600 $ def) $+    clippingExample+      (#color .~ ucolor 0.3 0.3 0.3 0.1 $ def)+      1.1+      5+      (schoolbookExample -1)+  putStrLn ("schoolbookExample" :: Text)+  fileSvg "other/schoolbookExample.svg" (#size .~ Pair 400 400 $ def)+    (schoolbookExample -1)+  putStrLn ("haskell survey examples" :: Text)+  fileSvg "other/q7Example.svg" def $ surveyChart q7+  fileSvg "other/q24Example.svg" def $ surveyChart q24
+ examples/mainExample.hs view
@@ -0,0 +1,84 @@+{-# LANGUAGE FlexibleContexts #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE OverloadedLabels #-}+{-# OPTIONS_GHC -Wall #-}++import Chart+import Control.Lens+import Data.Generics.Labels()+-- import qualified Diagrams.Prelude as D+import NumHask.Prelude++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]++as :: [AxisOptions]+as = +  [ defXAxis+  , defYAxis+  , #label . #orientation .~ Pair 0 1 $+    #place .~ PlaceTop $+    defXAxis+  , #label . #orientation .~ Pair 1 0 $+    #place .~ PlaceRight $+    defYAxis+  ] ++titles :: [(TitleOptions, Text)]+titles =+  [ (def, "Example Chart")+  , ( #align .~ AlignCenter $+      #text . #rotation .~ 90 $+      #text . #size .~ 0.12 $+      #place .~ PlaceLeft $+      def+    , "left axis title")+  , ( #text . #color .~ ublue $+      #text . #size .~ 0.08 $+      #align .~ AlignRight $+      #place .~ PlaceBottom $+      def+    , "bottom right, non-essential note")+  ]++legends :: [(LegendType, Text)]+legends =+  [(LegendText def, "legend")] <>+  [(LegendPixel (blob ublue) 0.05, "pixel")] <>+  [(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"]++mainExample :: Chart b+mainExample =+  renderChart+  (ChartOptions+   Nothing+   sixbyfour+   [ LineChart (zip lopts ls)+   , HudChart $+     #titles .~ titles $+     #axes .~ as $+     #axes %~ map (#outerPad .~ 1) $+     #legends .~ [#chartType .~ legends $ def] $+     def])++main :: IO ()+main = fileSvg "other/mainExample.svg" def mainExample
examples/sourceExamples.hs view
@@ -1,161 +1,176 @@-{-# LANGUAGE ScopedTypeVariables #-}+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE FlexibleContexts #-}+{-# LANGUAGE NegativeLiterals #-} {-# LANGUAGE NoImplicitPrelude #-}+{-# LANGUAGE OverloadedLabels #-} {-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE RankNTypes #-} {-# OPTIONS_GHC -Wall #-}-{-# OPTIONS_GHC -Wno-type-defaults #-} {-# OPTIONS_GHC -fno-warn-name-shadowing #-}-{-# OPTIONS_GHC -fno-warn-incomplete-patterns #-}-{-# OPTIONS_GHC -Wno-unused-top-binds #-}+{-# OPTIONS_GHC -fno-warn-type-defaults #-} +-- | examples used in haddock docs import Chart-import Control.Lens hiding (beside)-import Data.List (zipWith3)-import Diagrams.Backend.SVG (B)-import Diagrams.Prelude hiding ((*.), scaleX, scaleY, (<>))-import FakeData-import Formatting+import Control.Lens+import Data.Generics.Labels()+import qualified Diagrams.Prelude as D import NumHask.Prelude import qualified Data.Text as Text -hudbits :: Text -> Maybe Text -> [Text] -> [LegendType b] -> HudOptions b -> HudOptions b+-- * Chart.Core examples +scaleExample :: IO ()+scaleExample =+  fileSvg "other/scaleExample.svg" (#size .~ Pair 300 120 $ def) $+  withHud+  def+  widescreen+  (Rect 0 12 0 0.2)+  (lineChart (repeat def))+  (vlineOneD ((0.01*) <$> [0..10]))++-- * example charts look n feel+hudbits :: Text -> Maybe Text -> [Text] -> [LegendType] -> HudOptions -> HudOptions 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+  #titles .~+  [(#place .~ PlaceLeft $+    #align .~ AlignLeft $+    #text . #rotation .~ 90 $+    #text . #size .~ 0.2 $+    #text . #color .~ d3Colors1 0 `withOpacity` 1 $+    def, t)] <>+  (case subt of+     Nothing -> []+     Just subt' -> +       [(#place .~ PlaceBottom $+         #align .~ AlignRight $+         #text . #rotation .~ 0 $+         #text . #size .~ 0.12 $+         #text . #color .~ d3Colors1 0 `withOpacity` 1 $+         def, subt')]) $ +  #legends .~+  [#chartType .~ zip ls ts $+   #align .~ AlignRight $ def ] $+  #axes . each . #gap .~ 0.1 $+  x +-- * Chart.Text examples 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]]+ts = zip+  (map Text.singleton ['a' .. 'z'])+  [Pair (sin (x * 0.1)) x | x <- [0 .. 25]] +textsExample :: Chart b+textsExample = texts def ts+ textChart_Example :: Chart b textChart_Example =-  textChart_ (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)+  textChart_ [#size .~ 0.33 $ def] widescreen [ts]  labelledExample :: Chart b labelledExample =   labelled-    (LabelOptions-       (def {textAlignH = AlignLeft, textRotation = 45})-       (Pair 1 1)-       0.05)-    "a label"-    (glyph_ def)+  (LabelOptions+    (#alignH .~ AlignLeft $ #rotation .~ 45 $ def)+    (Pair 1 1)+    0.05)+  "a label"+  (glyph_ def) +textHudExample :: Chart b+textHudExample =+  hud+  (hudbits "Text Chart" (Just "text and glyphs have a similar feel") [] [] def)+  widescreen+  (range ts)++-- * Chart.Glyph examples glyph_Example :: Chart b glyph_Example = glyph_ def  glyphsExample :: Chart b glyphsExample = glyphs def (dataXY sin (Range 0 (2*pi)) 30) -gopts :: [GlyphOptions b]-gopts = [ glyphBorderSize_ .~ 0.001 $ def-        , glyphBorderSize_ .~ 0.001 $-          glyphSize_ .~ 0.1 $-          glyphColor_ .~ rybColor 7 `withOpacity` 0.4 $-          def {glyphShape = triangle}-        ]+gopts :: [GlyphOptions]+gopts =+  [ #borderSize .~ 0.001 $ def+  , #borderSize .~ 0.001 $+    #size .~ 0.1 $+    #color .~ rybColor 7 `withOpacity` 0.4 $+    #shape .~ Triangle $ def+  ]  gdata :: [[Pair Double]]-gdata = [ dataXY sin (Range 0 (2*pi)) 30-        , dataXY cos (Range 0 (2*pi)) 30-        ]+gdata =+  [ dataXY sin (Range 0 (2*pi)) 30+  , dataXY cos (Range 0 (2*pi)) 30+  ]  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 $-          hudAxes_ .~ [ axisLabel_ . labelText_ . textSize_ .~ 0.2 $-                        axisTickStyle_ .~ TickPlaced pis $-                        axisLabel_ . labelText_ . textFont_ .~ lin $-                        defXAxis-                      , defYAxis-                      ] $-          def)-    where-      pis = [ (0,"zero")-            , (pi/2, "π/2")-            , (pi, "π")-            , (3 * pi / 2, "3π/2")-            , (2*pi,"2π")-            ]- lglyphsExample :: Chart b lglyphsExample =   lglyphs def def $   zip (show <$> [0 ..]) [Pair (x / 10) (sin x / 10) | x <- [0 .. 10]] --lgdata :: [[(Text, Pair Double)]]+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]+  (\(p@(Pair x y)) -> (show x <> "," <> show y, fromIntegral <$> p)) <$>+    (Pair <$> [0 .. 5] <*> [0 .. 5] :: [Pair Int]) -lglyphChart_Example :: Aspect -> Chart b+lglyphChart_Example :: Rect Double -> 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+  [#gap .~ 0.015 $ #text . #size .~ 0.12 $ def]+  [#color .~ black `withOpacity` 1 $+   #borderSize .~ 0 $+   #size .~ 0.01 $+   def]+  a+  [lgdata] +glyphHudExample :: Chart b+glyphHudExample = +  hud+  (#legends . each . #align .~ AlignLeft $+   hudbits "Glyph Chart" (Just "text elements are paths not svg text")+   ["sin", "cos"]+   (LegendGlyph <$> gopts) $+   #axes .~+    [ #label . #text . #size .~ 0.2 $+      #tickStyle .~ TickPlaced pis $+      #label . #text . #textType .~ TextPath (TextPathOptions Lin) $+      defXAxis+    , defYAxis] $ def)+  widescreen+  (range gdata)+  where+    pis =+      [ (0,"zero")+      , (pi/2, "π/2")+      , (pi, "π")+      , (3 * pi / 2, "3π/2")+      , (2*pi,"2π")+      ]+ 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)+  (#titles . each . _1 . #gap .~ 0.2 $+   hudbits "LGlyph Chart" (Just "Glyphs with text labels are very useful") [] [] $+   #axes .~ [] $+   def)+  widescreen+  (range (fmap snd <$> [lgdata])) +-- * Chart.Lines examples linesExample :: Int -> Chart b-linesExample n = lines def (dataXY cos (Range 0 (4*pi)) n)+linesExample n =+  lines+  (#color .~ red `withOpacity` 0.5 $ def)+  (dataXY cos (Range 0 (4*pi)) n)  ls :: [[Pair Double]] ls =@@ -168,49 +183,63 @@ lopts :: [LineOptions] lopts =   zipWith-    (\x y -> LineOptions x (withOpacity (d3Colors1 y) 0.6))-    [0.01, 0.02, 0.005]-    [0,1,2]+  (\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 :: [GlyphOptions] 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*)]+  zipWith+  (\x y ->+     #color .~ withOpacity (d3Colors1 x) 0.2 $+     #borderColor .~ withOpacity (d3Colors1 x) 1 $+     #borderSize .~ 0.005 $+     #shape .~ y $+     #size .~ 0.08 $+     def)+  [6,8,2]+  [Triangle, Square, Circle]  glineChart_Example :: Chart b glineChart_Example = glineChart_ lopts gopts3 sixbyfour ls +lineHudExample :: Chart b+lineHudExample = +  hud+  (hudbits "Line Chart" Nothing ["hockey stick", "slope", "vertical"]+   ((`LegendLine` 0.05) <$> lopts) def)+  sixbyfour+  (range ls)+ glineHudExample :: Chart b-glineHudExample = -    hud ( hudLegends_ . each . legendGap_ .~ 0.2 $-          hudTitles_ . each . _1 . titleGap_ .~ 0.2 $-          hudbits "Gline Chart" Nothing ["triangle", "square", "circle"]-          (zipWith (\x y -> LegendGLine x y 0.1) gopts3 lopts) $-          hudAxes_ .~ [] $-          hudRange_ .~ Just (Rect 0 5 0 5) $-          def) <>-    glineChart lopts gopts3 sixbyfour (Rect 0 5 0 5) ls <>-    lglyphChart_Example sixbyfour+glineHudExample = renderChart+  (ChartOptions (Just (Rect 0 5 0 5)) sixbyfour+  [ GlineChart+    (getZipList $+      (\x y z -> (x,y,z)) <$> ZipList+      lopts <*> ZipList+      gopts3 <*> ZipList+      ls)+  , HudChart+    (#legends . each . #gap .~ 0.2 $+     #titles . each . _1 . #gap .~ 0.2 $+     hudbits "Gline Chart" Nothing ["triangle", "square", "circle"]+     (zipWith (\x y -> LegendGLine x y 0.1) gopts3 lopts) $+     #axes .~ [] $+     def)+  , LGlyphChart+    [ ( #gap .~ 0.015 $ #text . #size .~ 0.12 $ def+      , #color .~ black `withOpacity` 1 $+        #borderSize .~ 0 $+        #size .~ 0.01 $+        def+      , lgdata)]+  ]) +-- * Chart.Rect examples rect_Example :: Double -> Chart b rect_Example n =   labelled (opts (Pair n 1)) "z,w" $@@ -219,12 +248,13 @@   labelled (opts (Pair (-n) -1)) "x,y" $   rect_ def (Ranges (n *. one) one)   where+    opts :: Pair Double -> LabelOptions     opts o =+      #text %~+        ( (#color .~ black `withOpacity` 0.8) .+          (#size .~ 0.3)) $+      #orientation .~ o $       def-      { labelText =-          (labelText def) {textColor = withOpacity black 0.8, textSize = 0.3}-      , labelOrientation = o-      }  rectsExample :: Chart b rectsExample =@@ -232,33 +262,26 @@  ropts :: [RectOptions] ropts =-      [ def {rectBorderSize = 0}-      , def {rectBorderSize = 0, rectColor = ucolor 0.3 0.3 0.3 0.2}-      ]-+  [ #borderSize .~ 0 $ def+  , #borderSize .~ 0 $ #color .~ ucolor 0.3 0.3 0.3 0.2 $ def+  ]+  rss :: [[Rect Double]]-rss = [ rectXY (\x -> exp (-(x ** 2) / 2)) (Range -5 5) 50-      , rectXY (\x -> 0.5 * exp (-(x ** 2) / 8)) (Range -5 5) 50-      ]+rss =+  [ rectXY (\x -> exp (-(x ** 2) / 2)) (Range -5 5) 50+  , rectXY (\x -> 0.5 * exp (-(x ** 2) / 8)) (Range -5 5) 50+  ]  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}+    opt =+      #color .~ withOpacity black 0.8 $+      #size .~ 0.2 $+      def  pixelsExample :: Chart b pixelsExample =@@ -271,93 +294,101 @@  pixelChart_Example :: Chart b pixelChart_Example =-    pixelChart_ asquare-    [ (\(r,c) -> Pixel r-                (blend c-                 (ucolor 0.47 0.73 0.86 1)-                 (ucolor 0.01 0.06 0.22 1)-                )) <$>-      rectF (\(Pair x y) -> (x+y)*(x+y))-      one (Pair 40 40)-    ]- +  pixelChart_ asquare+  [(\(r,c) ->+      Pixel r+      (blend c+       (ucolor 0.47 0.73 0.86 1)+       (ucolor 0.01 0.06 0.22 1)+      )) <$>+   rectF (\(Pair x y) -> (x+y)*(x+y))+   one (Pair 40 40)]+ pixelateChartExample :: Chart b pixelateChartExample = pixelateChart def asquare one (\(Pair x y) -> (x+y)*(x+y)) +rectHudExample :: Chart b+rectHudExample =+  hud+  (#legends . each . #place .~ PlaceBottom $+   #legends . each . #align .~ AlignCenter $+   hudbits "Rect Chart" Nothing ["blue gaussian", "grey wider distribution"]+   ((`LegendRect` 0.05) <$> ropts) $+   #axes .~ [defXAxis] $+   def)+  widescreen+  (fold $ fold rss)+ pixelHudExample :: Chart b pixelHudExample =-    hud (hudbits "Pixel Chart" Nothing ["red", "blue"]-          ((`LegendPixel` 0.05) <$> ropts) $-          hudRange_ .~ Just one $-          hudAspect_ .~ asquare $-          def)+  hud+  (hudbits "Pixel Chart" Nothing ["red", "blue"]+   ((`LegendPixel` 0.05) <$> ropts) def)+  asquare+  one +-- * Chart.Arrow examples 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-    ]+  (#maxLength .~ 0.5 $+   #maxHeadLength .~ 0.2 $+   #maxStaffWidth .~ 0.01 $ def)+  [ 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-        ]+      [ 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)+  hud+  (hudbits "Arrow Chart" Nothing ["this way up"] []+-- ((`LegendArrow` 0.05) <$> [def]) $+   def)+  asquare+  one +-- * Chart.Hud examples hudExample :: Chart b-hudExample = hud def+hudExample = hud def sixbyfour one  withHudExample :: Chart b-withHudExample = withHud hopts (lineChart lopts) ls+withHudExample = withHud_ hopts sixbyfour (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"]-            }-          ]-      }+      #titles .~ [(def, "withHud Example")] $+      #legends .~+      [ #chartType .~ zipWith+        (\x y -> (LegendLine x 0.05, y))+        lopts+        ["line1", "line2", "line3"]+        $ def+      ] $ def  axisExample :: Chart b axisExample = axis aopts one (Range 0 100000)   where+    aopts :: AxisOptions     aopts =-      def-      { axisLabel =-          (axisLabel def)-          { labelGap = 0.0001-          , labelText =-              (labelText (axisLabel def))-              {textSize = 0.06, textAlignH = AlignLeft, textRotation = -45}-          }-      }+      #label . #text %~+      ((#rotation .~ -45) .+       (#size .~ 0.06) .+       (#alignH .~ AlignLeft)) $+      #gap .~ 0.0001 $ def -legends :: [(LegendType b, Text)]+legends :: [(LegendType, Text)] legends =   [(LegendText def, "legend")] <> [(LegendPixel (blob ublue) 0.05, "pixel")] <>-    -- [ (LegendArrow (def {arrowMinStaffWidth=0.01,-    --                     arrowMinHeadLength=0.03}) 0.05, "arrow")] <>+    -- [ (LegendArrow (def & #minStaffWidth .~ 0.01 & #minHeadLength .~ 0.03) 0.05, "arrow")] <>   [(LegendRect def 0.05, "rect")] <>   [(LegendGLine def def 0.10, "glyph+line")] <>   [(LegendGlyph def, "just a glyph")] <>@@ -367,421 +398,108 @@     ["short", "much longer name", "line 3"]  legendExample :: Chart b-legendExample = legend $ def {legendChartType = legends}--mainExample :: Chart 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+legendExample = legend $ #chartType .~ legends $ 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 $+-- * Chart.Bar examples+barExample :: Chart b+barExample  =+  barChart def (BarData [ys] Nothing Nothing) <>+  hud+  ( #titles .~ [(def,"Bar Chart")] $+    #axes .~+    [ #tickStyle .~+      TickLabels labels' $       def-    , "bottom right, non-essential note")-  ]--scaleExample :: IO ()-scaleExample =-    fileSvg "other/scaleExample.svg" (300,120) $ withHud-      ( hudAspect_ .~ widescreen $-        hudRange_ .~ Just (Rect 0 12 0 0.2) $-        def)-      (lineChart (repeat def))-      (vlineOneD ((0.01*) <$> [0..10]))---- gallery-scatterHistExample :: [[Pair Double]] -> Chart 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 :: Chart 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-    )+    ] $+    def)+  sixbyfour+  (fold (abs <$> rs))   where     labels' = fmap Text.pack <$> take 10 $ (:[]) <$> ['a'..]     rs = rectBars 0.1 ys     ys = [1,2,3,5,8,0,-2,11,2,1] -data LabelStyle = Flat | Angled--data SurveyQ = SurveyQ-    { surveyTitle :: Text-    , surveyData :: [(Text,Int)]-    , surveyBarGap :: Double-    , surveyNumberDrop :: Double-    , surveyBarColor :: AlphaColour Double-    , surveyNumberColor :: AlphaColour Double-    , surveyLabelStyle :: LabelStyle-    }--q7 :: SurveyQ-q7 = SurveyQ-    "How frequently do you use Haskell?"-    [ ("Daily",469)-    , ("Weekly",452)-    , ("Monthly", 215)-    , ("Yearly", 36)-    , ("Rarely", 51)-    ]-    0.2-    0.07-    (ucolor 0.341 0.224 0.388 1)-    (ucolor 1 1 0.33 1)-    Flat--q24 :: SurveyQ-q24 = SurveyQ-    "Which editors do you use for Haskell?"-    [ ("Vim", 534)-    , ("Emacs",501)-    , ("VS Code", 202)-    , ("Atom", 169)-    , ("Sublime", 92)-    , ("Notepad++", 28)-    , ("VS", 3)-    , ("Other", 134)-    ]-    0.2-    (-0.03)-    (ucolor 0.341 0.224 0.388 1)-    (ucolor 0.33 0.33 0.33 1)-    Angled--surveyChart :: SurveyQ -> Chart b-surveyChart (SurveyQ t d bgap ngap bc tc ls) =-    surveyText tc ngap (snd <$> d) <>-    surveyBars bc bgap (snd <$> d) <>-    surveyHud ls t d--surveyBars :: AlphaColour Double -> Double -> [Int] -> Chart b-surveyBars rc gap d =-    rectChart-    [ rectBorderSize_ .~ 0-    $ rectColor_ .~ rc-    $ def-    ]-    sixbyfour-    (barRange d)-    [rectBars gap $ fromIntegral <$> d]--surveyHud :: LabelStyle -> Text -> [(Text, Int)] -> Chart b-surveyHud ls t d =-    hud-    ( hudPad_ .~ 1-    $ hudTitles_ .~ [(def, t)]-    $ hudAxes_ .~-      [ axisTickStyle_ .~ TickRound 4-        $ defYAxis-      , axisGap_ .~ 0-        $ axisTickStyle_ .~ TickLabels (fst <$> d)-        $ axisLabel_ .~ lopts-        $ defXAxis-      ]-    $ hudRange_ .~ Just (barRange (snd <$> d) )-    $ hudAspect_ .~ sixbyfour-    $ def)-  where-    lopts = case ls of-      Flat -> LabelOptions-        (TextOptions 0.08 AlignCenter (withOpacity black 0.6) EvenOdd 0 lin2)-        (Pair 0 -1)-        0.015-      Angled -> LabelOptions-        (TextOptions 0.08 AlignLeft (withOpacity black 0.6) EvenOdd (-45) lin2)-        (Pair 0 -1)-        0.015---surveyText :: AlphaColour Double -> Double -> [Int] -> Chart b-surveyText tc gap ys =-    textChart-    (repeat (textColor_ .~ tc $ def))-    sixbyfour-    (barRange ys)-    [zipWith (\x y ->-                (show y-                , Pair (x+0.5) ((if y>0 then -ngap else ngap) + fromIntegral y)))-      [0..] ys]-  where-    ngap = gap * fromIntegral (maximum ys) :: Double--barRange :: [Int] -> Rect Double-barRange ys = Rect 0 (fromIntegral $ length ys) 0 (fromIntegral $ maximum ys)----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 [(`Pair` 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 null (fst y) then Nothing else Just y)---- | chop a chart extent into a double list of Rects-chop :: Pair Int -> QDiagram b V2 Double Any -> [[Rect Double]]-chop p@(Pair _ n) ch = grp n $ gridSpace (Rect xl xu yl yu) p-  where-    (xl,xu) = fromMaybe (-0.5,0.5) (extentX ch)-    (yl,yu) = fromMaybe (-0.5,0.5) (extentY ch)--exampleClipping :: RectOptions -> Double -> Int -> QDiagram B V2 Double Any -> QDiagram B V2 Double Any-exampleClipping rcfg p n ch =-    stack (Pair 0 1) (pad p . centerXY) $-    hori (\a -> pad p $ bound rcfg 1 $ centerXY $ clip a ch) <$> chop (Pair n n) ch--schoolbookHud :: Chart b-schoolbookHud = hud-    ( hudAxes_ .~ [] $-      hudAspect_ .~ asquare $-      hudTitles_ .~ [(def,"y = x² - 3")] $-      hudRange_ .~ Just (Rect -5 5 -5 5) $-      hudGrids_ .~-      [ GridOptions Vert (GridExact OuterPos 10) (LineOptions 0.005 schoolBlue)-      , GridOptions Hori (GridExact OuterPos 10) (LineOptions 0.005 schoolBlue)-      , GridOptions Vert (GridExact OuterPos 50) (LineOptions 0.002 schoolBlue)-      , GridOptions Hori (GridExact OuterPos 50) (LineOptions 0.002 schoolBlue)-      ] $-      def)-  where-    schoolBlue = ucolor 0.19 0.74 0.89 0.7--parabola :: Rect Double -> (Double -> Double) -> Int -> Range Double -> Chart b-parabola r f grain xscope = -    lineChart [lineSize_ .~ 0.01 $ lineColor_ .~ ucolor 0.6 0.6 0.6 1 $ def] asquare r-    [dataXY f xscope grain]--ceptLines :: Renderable (Path V2 Double) b => Aspect -> Rect Double -> (Double -> Double) -> Double -> QDiagram b V2 Double Any-ceptLines (Aspect asp) r@(Ranges rx ry) f x =-    mconcat $ lines (lineColor_ .~ ucolor 0.2 0.2 0.2 1 $ lineSize_ .~ 0.005 $ def) .-    fmap (Chart.project r asp) <$>-    [ [Pair (lower rx) (f x), Pair x (f x)]-    , [Pair x (lower ry), Pair x (f x)]-    ]--cepts :: Renderable (Path V2 Double) b => Aspect -> Rect Double -> (Double -> Double) -> Double -> QDiagram b V2 Double Any-cepts a r@(Ranges rx ry) f x =-    textChart [def, textAlignH_ .~ AlignCenter $ textRotation_ .~ 0 $ def]-    a r-    [ [("x = " <> sformat (fixed 1) x, Pair x (lower ry - 1))]-    , [("y = " <> sformat (fixed 1) (f x), Pair (lower rx - 1.5) (f x))]-    ]--schoolbookExample :: Double -> Chart b-schoolbookExample x =-    bound (rectColor_ .~ ucolor 1 1 1 0.1 $ def) 1.05 $-    schoolbookHud <>-    parabola r f grain xscope <>-    ceptLines asquare r f x <>-    glyphChart [glyphColor_ .~ red `withOpacity` 0.5 $ def] asquare r [[Pair x (f x)]] <>-    cepts asquare r f x-  where-    f x = x*x - 3-    r = Rect -5 5 -5 5-    xscope = Range -3 3-    grain = 50+-- * difference between svg text and path text+testTextDiffs :: Double -> Double -> Text -> (Double, Double, Double) -> Chart b+testTextDiffs s ns txt (nb, nm, nt) =+  D.pad 1.1 $ vert identity $ D.centerXY .+  (\(ah,av,txt) ->+     D.showOrigin' (D.OriginOpts red 0.001 0.001)+      (text_+      (#alignH .~ ah $+       #alignV .~ av $+       #size .~ s $+       #color .~ red `withOpacity` 1 $+       def) txt) <>+     D.showOrigin' (D.OriginOpts blue 0.003 0.003)+      (text_+      (#alignV .~ av $+       #alignH .~ ah $+       #size .~ s $+       #textType .~ TextSvg (TextSvgOptions ns nb nm nt) $+       def) txt)) <$>+  ((\x y -> (x,y,txt)) <$>+   [AlignLeft, AlignCenter, AlignRight] <*>+   [AlignBottom, AlignMid, AlignTop])  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 ("schoolbookExample" :: Text)-  fileSvg "other/schoolbookExample.svg" (400,400) (schoolbookExample -1)--  -- small hud examples-  fileSvg "other/hud.svg" (100,100) (showOrigin $ hud def)   scaleExample--  -- haskell survey examples-  fileSvg "other/q7Example.svg" (600,400) $-      surveyChart q7+  fileSvg "other/text_Example.svg" (#size .~ Pair 400 100 $ def) text_Example+  fileSvg "other/textsExample.svg" (#size .~ Pair 400 100 $ def) textsExample+  fileSvg "other/textChart_Example.svg" (#size .~ Pair 400 100 $ def)+    textChart_Example+  fileSvg "other/labelledExample.svg" (#size .~ Pair 300 100 $ def) labelledExample+  fileSvg "other/textHudExample.svg" def $+    textHudExample <> textChart_Example+  fileSvg "other/glyph_Example.svg" (#size .~ Pair 400 100 $ def) glyph_Example+  fileSvg "other/glyphsExample.svg" (#size .~ Pair 400 100 $ def) glyphsExample+  fileSvg "other/glyphChart_Example.svg" (#size .~ Pair 450 150 $ def)+    glyphChart_Example+  fileSvg "other/lglyphsExample.svg" (#size .~ Pair 400 100 $ def) lglyphsExample+  fileSvg+    "other/lglyphChart_Example.svg"+    (#size .~ Pair 600 200 $ def)+    (lglyphChart_Example widescreen)+  fileSvg "other/glyphHudExample.svg" def $+    glyphHudExample <> glyphChart_Example+  fileSvg "other/lglyphHudExample.svg" def $+    lglyphHudExample <> lglyphChart_Example widescreen+  fileSvg "other/linesExample.svg" (#size .~ Pair 400 100 $ def) (linesExample 100)+  fileSvg "other/lineChart_Example.svg" (#size .~ Pair 300 200 $ def)+    lineChart_Example+  fileSvg "other/glineChart_Example.svg" (#size .~ Pair 300 200 $ def)+    glineChart_Example+  fileSvg "other/lineHudExample.svg" def $+    lineHudExample <> lineChart_Example+  fileSvg "other/glineHudExample.svg" def glineHudExample+  fileSvg "other/rect_Example.svg" (#size .~ Pair 300 200 $ def) $ rect_Example 2+  fileSvg "other/rectsExample.svg" (#size .~ Pair 300 200 $ def) rectsExample+  fileSvg "other/rectChart_Example.svg" (#size .~ Pair 300 100 $ def)+    rectChart_Example+  fileSvg "other/pixel_Example.svg" (#size .~ Pair 100 100 $ def) pixel_Example+  fileSvg "other/pixelsExample.svg" (#size .~ Pair 300 100 $ def) pixelsExample+  fileSvg "other/pixelChart_Example.svg" (#size .~ Pair 300 300 $ def)+    pixelChart_Example+  fileSvg "other/rectHudExample.svg" def $+    rectHudExample <> rectChart_Example+  fileSvg "other/pixelHudExample.svg" def $+    pixelHudExample <> pixelateChartExample+  fileSvg "other/arrowsExample.svg" (#size .~ Pair 100 300 $ def) arrowsExample+  fileSvg "other/arrowChart_Example.svg" (#size .~ Pair 300 300 $ def)+    arrowChart_Example+  fileSvg "other/arrowHudExample.svg" def $+    arrowHudExample <> arrowChart_Example+  fileSvg "other/hudExample.svg" (#size .~ Pair 300 300 $ def) hudExample+  fileSvg "other/withHudExample.svg" (#size .~ Pair 300 200 $ def) withHudExample+  fileSvg "other/axisExample.svg" (#size .~ Pair 400 100 $ def) axisExample+  fileSvg "other/legendExample.svg" (#size .~ Pair 300 300 $ def) legendExample+  -- small hud examples+  fileSvg "other/hud.svg" (#size .~ Pair 100 100 $ def) (D.showOrigin $ hud def one one)+  putStrLn ("barExample" :: Text)+  fileSvg "other/barExample.svg" def barExample -  fileSvg "other/q24Example.svg" (600,400) $-      surveyChart q24+  -- tests+  putStrLn ("testing text differences" :: Text)+  fileSvg "other/testTextDiffs.svg" (#size .~ Pair 400 600 $ def) $+    testTextDiffs 1 0.77 "abcdefghij012345" (0.25,-0.1,0.25)
other/arrowChart_Example.svg view
@@ -1,3 +1,5207 @@ <?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>+    "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>
other/arrowHudExample.svg view
@@ -1,3 +1,5351 @@ <?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>+    "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.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 521.4440,26.8157 l -1.1913,1.1914 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 522.2864,25.9733 l -3.0788,1.5688 l 1.1520,0.3581 l 0.3581,1.1520 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 520.3596,27.9002 l -0.1069,0.1069 l -0.2034,-0.2034 l 0.3103,0.0965 l -0.1069,0.1069 l 0.2034,0.2034 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 521.4440,41.9535 l -1.1234,1.2556 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 522.2384,41.0656 l -2.9871,1.7372 l 1.1701,0.2936 l 0.4215,1.1304 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 520.4214,43.0964 l -0.1008,0.1127 l -0.2143,-0.1918 l 0.3152,0.0791 l -0.1008,0.1127 l 0.2143,0.1918 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 521.4440,57.0913 l -1.0440,1.3224 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 522.1822,56.1562 l -2.8744,1.9178 l 1.1860,0.2210 l 0.4903,1.1023 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 520.4937,58.2950 l -0.0937,0.1187 l -0.2257,-0.1782 l 0.3194,0.0595 l -0.0937,0.1187 l 0.2257,0.1782 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 521.4440,72.2291 l -0.9514,1.3905 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 522.1167,71.2458 l -2.7370,2.1093 l 1.1983,0.1397 l 0.5643,1.0663 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 520.5780,73.4948 l -0.0854,0.1248 l -0.2374,-0.1624 l 0.3228,0.0376 l -0.0854,0.1248 l 0.2374,0.1624 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 521.4440,87.3669 l -0.7412,1.2803 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 522.1438,86.1581 l -2.5707,2.3091 l 1.2054,0.0492 l 0.6428,1.0208 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 520.7785,88.5163 l -0.0758,0.1309 l -0.2489,-0.1441 l 0.3247,0.0132 l -0.0758,0.1309 l 0.2489,0.1441 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 521.4440,102.5047 l -0.3216,0.6790 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 522.3536,100.5843 l -2.3719,2.5129 l 1.2053,-0.0502 l 0.7247,0.9644 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 521.1871,103.0470 l -0.0647,0.1367 l -0.2599,-0.1231 l 0.3247,-0.0135 l -0.0647,0.1367 l 0.2599,0.1231 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 521.4440,117.6424 l 0.1523,-0.4133 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 522.5906,114.5303 l -2.1381,2.7146 l 1.1960,-0.1576 l 0.8079,0.8959 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 521.6485,117.0873 l -0.0523,0.1419 l -0.2699,-0.0994 l 0.3222,-0.0425 l -0.0523,0.1419 l 0.2699,0.0994 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 521.4440,132.7802 l 0.6769,-2.5723 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 522.8529,127.4265 l -1.8690,2.9064 l 1.1755,-0.2711 l 0.8898,0.8146 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 522.1594,130.0617 l -0.0385,0.1462 l -0.2781,-0.0732 l 0.3166,-0.0730 l -0.0385,0.1462 l 0.2781,0.0732 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 521.4440,147.9180 l 1.2437,-7.8766 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 523.1363,137.2004 l -1.5673,3.0796 l 1.1423,-0.3880 l 0.9672,0.7210 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 522.7113,139.8920 l -0.0236,0.1494 l -0.2841,-0.0449 l 0.3077,-0.1045 l -0.0236,0.1494 l 0.2841,0.0449 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 521.4440,163.0558 l 1.7127,-32.5403 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 523.3708,126.4480 l -1.7833,4.6426 l 1.5772,-0.7261 l 1.4923,0.8876 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 523.1647,130.3645 l -0.0079,0.1510 l -0.2872,-0.0151 l 0.2952,-0.1359 l -0.0079,0.1510 l 0.2872,0.0151 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 521.4440,178.1936 l 1.7127,32.5400 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 523.3708,214.8011 l 1.2861,-4.8041 l -1.4922,0.8876 l -1.5772,-0.7261 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 523.1647,210.8846 l -0.0079,-0.1510 l 0.2872,-0.0151 l -0.2793,0.1661 l -0.0079,-0.1510 l -0.2872,0.0151 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 521.4440,193.3314 l 1.2437,7.8762 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 523.1363,204.0486 l 0.5421,-3.4127 l -0.9672,0.7211 l -1.1423,-0.3880 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 522.7113,201.3570 l -0.0236,-0.1494 l 0.2841,-0.0449 l -0.2605,0.1942 l -0.0236,-0.1494 l -0.2841,0.0449 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 521.4440,208.4692 l 0.6769,2.5719 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 522.8529,213.8225 l 0.1962,-3.4499 l -0.8898,0.8147 l -1.1755,-0.2711 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 522.1594,211.1873 l -0.0385,-0.1462 l 0.2781,-0.0732 l -0.2397,0.2194 l -0.0385,-0.1462 l -0.2781,0.0732 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 521.4440,223.6069 l 0.1521,0.4129 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 522.5905,226.7187 l -0.1342,-3.4529 l -0.8079,0.8959 l -1.1960,-0.1576 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 521.6484,224.1618 l -0.0523,-0.1419 l 0.2699,-0.0994 l -0.2176,0.2413 l -0.0523,-0.1419 l -0.2699,0.0994 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 521.4440,238.7447 l -0.3218,-0.6793 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 522.3536,240.6647 l -0.4420,-3.4271 l -0.7247,0.9645 l -1.2053,-0.0502 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 521.1869,238.2021 l -0.0647,-0.1367 l 0.2599,-0.1231 l -0.1952,0.2598 l -0.0647,-0.1367 l -0.2599,0.1231 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 521.4440,253.8825 l -0.7415,-1.2806 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 522.1437,255.0910 l -0.7226,-3.3791 l -0.6428,1.0209 l -1.2054,0.0492 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 520.7783,252.7328 l -0.0758,-0.1309 l 0.2489,-0.1441 l -0.1731,0.2750 l -0.0758,-0.1309 l -0.2489,0.1441 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 521.4440,269.0203 l -0.9515,-1.3904 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 522.1168,270.0035 l -0.9747,-3.3152 l -0.5642,1.0663 l -1.1983,0.1397 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 520.5779,267.7547 l -0.0854,-0.1248 l 0.2374,-0.1624 l -0.1520,0.2872 l -0.0854,-0.1248 l -0.2374,0.1624 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 521.4440,284.1581 l -1.0441,-1.3223 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 522.1823,285.0931 l -1.1985,-3.2410 l -0.4902,1.1023 l -1.1859,0.2211 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 520.4936,282.9545 l -0.0937,-0.1187 l 0.2257,-0.1782 l -0.1320,0.2969 l -0.0937,-0.1187 l -0.2257,0.1782 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 521.4440,299.2959 l -1.1235,-1.2555 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 522.2384,300.1837 l -1.3958,-3.1610 l -0.4214,1.1304 l -1.1701,0.2937 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 520.4213,298.1530 l -0.1008,-0.1127 l 0.2143,-0.1918 l -0.1135,0.3045 l -0.1008,-0.1127 l -0.2143,0.1918 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 521.4440,314.4337 l -1.1914,-1.1913 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 522.2865,315.2760 l -1.5690,-3.0787 l -0.3580,1.1520 l -1.1520,0.3582 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 520.3595,313.3493 l -0.1069,-0.1069 l 0.2034,-0.2034 l -0.0964,0.3103 l -0.1069,-0.1069 l -0.2034,0.2034 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 506.3062,26.8157 l -1.2556,1.1234 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 507.1940,26.0213 l -3.1611,1.3956 l 1.1304,0.4214 l 0.2937,1.1701 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 505.1633,27.8383 l -0.1127,0.1008 l -0.1918,-0.2143 l 0.3045,0.1135 l -0.1127,0.1008 l 0.1918,0.2143 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 506.3062,41.9535 l -1.1913,1.1914 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 507.1486,41.1111 l -3.0788,1.5688 l 1.1520,0.3581 l 0.3581,1.1520 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 505.2218,43.0379 l -0.1069,0.1069 l -0.2034,-0.2034 l 0.3103,0.0965 l -0.1069,0.1069 l 0.2034,0.2034 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 506.3062,57.0913 l -1.1147,1.2633 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 507.0944,56.1980 l -2.9750,1.7578 l 1.1721,0.2855 l 0.4293,1.1274 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 505.2916,58.2413 l -0.1000,0.1134 l -0.2157,-0.1903 l 0.3157,0.0769 l -0.1000,0.1134 l 0.2157,0.1903 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 506.3062,72.2291 l -1.0234,1.3383 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 507.0299,71.2827 l -2.8445,1.9619 l 1.1892,0.2027 l 0.5072,1.0946 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 505.3746,73.4473 l -0.0919,0.1201 l -0.2285,-0.1747 l 0.3203,0.0546 l -0.0919,0.1201 l 0.2285,0.1747 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 506.3062,87.3669 l -0.7322,1.1316 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 507.1365,86.0837 l -2.6818,2.1790 l 1.2015,0.1088 l 0.5915,1.0514 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 505.6562,88.3715 l -0.0821,0.1270 l -0.2415,-0.1562 l 0.3236,0.0293 l -0.0821,0.1270 l 0.2415,0.1562 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 506.3062,102.5047 l -0.2987,0.5642 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 507.3532,100.5269 l -2.4814,2.4048 l 1.2064,0.0035 l 0.6810,0.9957 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 506.0783,102.9352 l -0.0707,0.1336 l -0.2542,-0.1346 l 0.3249,0.0009 l -0.0707,0.1336 l 0.2542,0.1346 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 506.3062,117.6424 l 0.2025,-0.4919 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 507.6039,114.4910 l -2.2387,2.6322 l 1.2011,-0.1125 l 0.7736,0.9257 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 506.5663,117.0108 l -0.0576,0.1398 l -0.2660,-0.1095 l 0.3235,-0.0303 l -0.0576,0.1398 l 0.2660,0.1095 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 506.3062,132.7802 l 0.7696,-2.6166 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 507.8874,127.4043 l -1.9517,2.8515 l 1.1828,-0.2373 l 0.8660,0.8399 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 507.1185,130.0185 l -0.0427,0.1451 l -0.2759,-0.0812 l 0.3186,-0.0639 l -0.0427,0.1451 l 0.2759,0.0812 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 506.3062,147.9180 l 1.3931,-7.8938 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 508.1991,137.1918 l -1.6227,3.0508 l 1.1491,-0.3673 l 0.9540,0.7384 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 507.7256,139.8754 l -0.0263,0.1489 l -0.2832,-0.0500 l 0.3095,-0.0989 l -0.0263,0.1489 l 0.2832,0.0500 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 506.3062,163.0558 l 1.9142,-32.5403 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 508.4597,126.4480 l -1.8126,4.6332 l 1.5822,-0.7166 l 1.4873,0.8971 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 508.2293,130.3646 l -0.0089,0.1509 l -0.2871,-0.0169 l 0.2960,-0.1341 l -0.0089,0.1509 l 0.2871,0.0169 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 506.3062,178.1936 l 1.9142,32.5400 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 508.4597,214.8011 l 1.2569,-4.8137 l -1.4873,0.8971 l -1.5822,-0.7166 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 508.2293,210.8845 l -0.0089,-0.1509 l 0.2871,-0.0169 l -0.2782,0.1678 l -0.0089,-0.1509 l -0.2871,0.0169 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 506.3062,193.3314 l 1.3930,7.8934 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 508.1991,204.0572 l 0.4804,-3.4219 l -0.9540,0.7384 l -1.1491,-0.3673 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 507.7255,201.3737 l -0.0263,-0.1489 l 0.2832,-0.0500 l -0.2570,0.1989 l -0.0263,-0.1489 l -0.2832,0.0500 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 506.3062,208.4692 l 0.7695,2.6163 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 507.8874,213.8447 l 0.0970,-3.4541 l -0.8660,0.8399 l -1.1828,-0.2372 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 507.1184,211.2305 l -0.0427,-0.1451 l 0.2759,-0.0812 l -0.2333,0.2262 l -0.0427,-0.1451 l -0.2759,0.0812 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 506.3062,223.6069 l 0.2024,0.4915 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 507.6038,226.7580 l -0.2640,-3.4454 l -0.7736,0.9257 l -1.2011,-0.1125 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 506.5662,224.2383 l -0.0576,-0.1398 l 0.2660,-0.1095 l -0.2084,0.2493 l -0.0576,-0.1398 l -0.2660,0.1095 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 506.3062,238.7447 l -0.2989,-0.5645 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 507.3532,240.7221 l -0.5941,-3.4040 l -0.6810,0.9958 l -1.2064,0.0035 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 506.0781,238.3139 l -0.0708,-0.1336 l 0.2542,-0.1346 l -0.1834,0.2682 l -0.0708,-0.1336 l -0.2542,0.1346 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 506.3062,253.8825 l -0.7324,-1.1318 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 507.1364,255.1654 l -0.8890,-3.3392 l -0.5915,1.0514 l -1.2015,0.1088 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 505.6559,252.8777 l -0.0822,-0.1269 l 0.2415,-0.1563 l -0.1593,0.2832 l -0.0822,-0.1269 l -0.2415,0.1563 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 506.3062,269.0203 l -1.0235,-1.3383 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 507.0300,269.9666 l -1.1483,-3.2591 l -0.5071,1.0946 l -1.1892,0.2028 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 505.3746,267.8021 l -0.0919,-0.1201 l 0.2285,-0.1747 l -0.1366,0.2948 l -0.0919,-0.1201 l -0.2285,0.1747 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 506.3062,284.1581 l -1.1148,-1.2633 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 507.0945,285.0514 l -1.3738,-3.1706 l -0.4292,1.1274 l -1.1721,0.2856 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 505.2915,283.0082 l -0.1001,-0.1134 l 0.2157,-0.1903 l -0.1156,0.3037 l -0.1001,-0.1134 l -0.2157,0.1903 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 506.3062,299.2959 l -1.1914,-1.1913 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 507.1487,300.1382 l -1.5689,-3.0787 l -0.3580,1.1520 l -1.1520,0.3582 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 505.2217,298.2115 l -0.1069,-0.1069 l 0.2034,-0.2034 l -0.0964,0.3103 l -0.1069,-0.1069 l -0.2034,0.2034 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 506.3062,314.4337 l -1.2557,-1.1233 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 507.1941,315.2280 l -1.7373,-2.9870 l -0.2936,1.1701 l -1.1303,0.4215 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 505.1632,313.4111 l -0.1127,-0.1008 l 0.1918,-0.2144 l -0.0791,0.3152 l -0.1127,-0.1008 l -0.1918,0.2144 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 491.1684,26.8157 l -1.3224,1.0440 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 492.1035,26.0775 l -3.2410,1.1983 l 1.1023,0.4902 l 0.2211,1.1859 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 489.9647,27.7660 l -0.1187,0.0937 l -0.1782,-0.2257 l 0.2969,0.1320 l -0.1187,0.0937 l 0.1782,0.2257 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 491.1684,41.9535 l -1.2633,1.1147 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 492.0617,41.1653 l -3.1707,1.3737 l 1.1274,0.4292 l 0.2856,1.1721 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 490.0185,42.9682 l -0.1134,0.1000 l -0.1903,-0.2157 l 0.3037,0.1156 l -0.1134,0.1000 l 0.1903,0.2157 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 491.1684,57.0913 l -1.1913,1.1914 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 492.0108,56.2489 l -3.0788,1.5688 l 1.1520,0.3581 l 0.3581,1.1520 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 490.0840,58.1757 l -0.1069,0.1069 l -0.2034,-0.2034 l 0.3103,0.0965 l -0.1069,0.1069 l 0.2034,0.2034 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 491.1684,72.2291 l -1.0556,1.2180 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 491.9965,71.2735 l -2.9592,1.7841 l 1.1746,0.2751 l 0.4393,1.1236 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 490.2119,73.3328 l -0.0990,0.1143 l -0.2174,-0.1884 l 0.3164,0.0741 l -0.0990,0.1143 l 0.2174,0.1884 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 491.1684,87.3669 l -0.6899,0.9408 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 492.1794,85.9883 l -2.8045,2.0187 l 1.1931,0.1788 l 0.5291,1.0842 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 490.5679,88.1857 l -0.0894,0.1219 l -0.2319,-0.1701 l 0.3214,0.0481 l -0.0894,0.1219 l 0.2319,0.1701 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 491.1684,102.5047 l -0.2478,0.4130 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 492.4004,100.4513 l -2.6064,2.2686 l 1.2045,0.0680 l 0.6268,1.0308 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 490.9984,102.7879 l -0.0778,0.1297 l -0.2466,-0.1480 l 0.3244,0.0183 l -0.0778,0.1297 l 0.2466,0.1480 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 491.1684,117.6424 l 0.2792,-0.5982 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 492.6639,114.4379 l -2.3574,2.5265 l 1.2050,-0.0571 l 0.7302,0.9603 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 491.5115,116.9072 l -0.0639,0.1370 l -0.2606,-0.1216 l 0.3246,-0.0154 l -0.0639,0.1370 l 0.2606,0.1216 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 491.1684,132.7802 l 0.8927,-2.6781 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 492.9707,127.3736 l -2.0523,2.7800 l 1.1905,-0.1949 l 0.8355,0.8702 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 492.1089,129.9587 l -0.0478,0.1434 l -0.2729,-0.0910 l 0.3207,-0.0525 l -0.0478,0.1434 l 0.2729,0.0910 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 491.1684,147.9180 l 1.5836,-7.9179 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 493.3161,137.1798 l -1.6916,3.0131 l 1.1572,-0.3411 l 0.9370,0.7599 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 492.7817,139.8518 l -0.0297,0.1483 l -0.2820,-0.0564 l 0.3117,-0.0919 l -0.0297,0.1483 l 0.2820,0.0564 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 491.1684,163.0558 l 2.1694,-32.5403 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 493.6090,126.4480 l -1.8497,4.6212 l 1.5886,-0.7046 l 1.4810,0.9092 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 493.3479,130.3646 l -0.0101,0.1509 l -0.2870,-0.0191 l 0.2970,-0.1317 l -0.0101,0.1509 l 0.2870,0.0191 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 491.1684,178.1936 l 2.1694,32.5400 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 493.6090,214.8011 l 1.2198,-4.8258 l -1.4810,0.9092 l -1.5885,-0.7045 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 493.3479,210.8844 l -0.0101,-0.1509 l 0.2870,-0.0191 l -0.2769,0.1700 l -0.0101,-0.1509 l -0.2870,0.0191 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 491.1684,193.3314 l 1.5836,7.9176 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 493.3161,204.0693 l 0.4025,-3.4319 l -0.9370,0.7599 l -1.1572,-0.3410 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 492.7817,201.3972 l -0.0297,-0.1483 l 0.2820,-0.0564 l -0.2524,0.2047 l -0.0297,-0.1483 l -0.2820,0.0564 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 491.1684,208.4692 l 0.8926,2.6777 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 492.9706,213.8754 l -0.0263,-3.4554 l -0.8355,0.8703 l -1.1905,-0.1949 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 492.1089,211.2903 l -0.0478,-0.1434 l 0.2729,-0.0910 l -0.2250,0.2344 l -0.0478,-0.1434 l -0.2729,0.0910 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 491.1684,223.6069 l 0.2791,0.5979 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 492.6638,226.8112 l -0.4222,-3.4296 l -0.7302,0.9603 l -1.2050,-0.0571 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 491.5114,224.3419 l -0.0639,-0.1370 l 0.2606,-0.1216 l -0.1967,0.2587 l -0.0639,-0.1370 l -0.2606,0.1216 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 491.1684,238.7447 l -0.2480,-0.4132 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 492.4003,240.7978 l -0.7753,-3.3674 l -0.6268,1.0308 l -1.2045,0.0680 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 490.9983,238.4612 l -0.0778,-0.1297 l 0.2466,-0.1480 l -0.1688,0.2776 l -0.0778,-0.1297 l -0.2466,0.1480 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 491.1684,253.8825 l -0.6901,-0.9410 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 492.1792,255.2608 l -1.0825,-3.2815 l -0.5291,1.0842 l -1.1930,0.1788 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 490.5677,253.0634 l -0.0894,-0.1219 l 0.2319,-0.1701 l -0.1425,0.2920 l -0.0894,-0.1219 l -0.2319,0.1701 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 491.1684,269.0203 l -1.0558,-1.2181 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 491.9964,269.9756 l -1.3456,-3.1827 l -0.4392,1.1236 l -1.1746,0.2752 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 490.2116,267.9164 l -0.0990,-0.1143 l 0.2173,-0.1884 l -0.1183,0.3026 l -0.0990,-0.1143 l -0.2173,0.1884 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 491.1684,284.1581 l -1.1914,-1.1913 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 492.0109,285.0005 l -1.5689,-3.0788 l -0.3580,1.1520 l -1.1520,0.3582 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 490.0839,283.0737 l -0.1069,-0.1069 l 0.2034,-0.2034 l -0.0964,0.3103 l -0.1069,-0.1069 l -0.2034,0.2034 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 491.1684,299.2959 l -1.2634,-1.1146 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 492.0618,300.0841 l -1.7579,-2.9749 l -0.2855,1.1721 l -1.1274,0.4293 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 490.0184,298.2813 l -0.1134,-0.1000 l 0.1903,-0.2157 l -0.0769,0.3157 l -0.1134,-0.1000 l -0.1903,0.2157 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 491.1684,314.4337 l -1.3224,-1.0439 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 492.1036,315.1718 l -1.9179,-2.8743 l -0.2210,1.1860 l -1.1022,0.4903 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 489.9647,313.4835 l -0.1187,-0.0937 l 0.1782,-0.2258 l -0.0595,0.3194 l -0.1187,-0.0937 l -0.1782,0.2258 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 476.0306,26.8157 l -1.3905,0.9514 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 477.0139,26.1430 l -3.3152,0.9746 l 1.0663,0.5642 l 0.1397,1.1983 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 474.7650,27.6818 l -0.1248,0.0854 l -0.1624,-0.2374 l 0.2872,0.1520 l -0.1248,0.0854 l 0.1624,0.2374 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 476.0306,41.9535 l -1.3383,1.0235 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 476.9770,41.2298 l -3.2591,1.1481 l 1.0946,0.5072 l 0.2027,1.1892 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 474.8124,42.8851 l -0.1201,0.0919 l -0.1747,-0.2285 l 0.2948,0.1366 l -0.1201,0.0919 l 0.1747,0.2285 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 476.0306,57.0913 l -1.2180,1.0556 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 476.9861,56.2632 l -3.1828,1.3455 l 1.1236,0.4392 l 0.2751,1.1746 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 474.9269,58.0479 l -0.1143,0.0990 l -0.1884,-0.2173 l 0.3026,0.1183 l -0.1143,0.0990 l 0.1884,0.2173 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 476.0306,72.2291 l -0.9385,0.9385 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 477.1259,71.1338 l -3.0788,1.5688 l 1.1520,0.3581 l 0.3581,1.1520 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 475.1990,73.0607 l -0.1069,0.1069 l -0.2034,-0.2034 l 0.3103,0.0965 l -0.1069,0.1069 l 0.2034,0.2034 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 476.0306,87.3669 l -0.5867,0.6934 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 477.3018,85.8646 l -2.9379,1.8190 l 1.1778,0.2612 l 0.4525,1.1183 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 475.5416,87.9448 l -0.0977,0.1154 l -0.2196,-0.1858 l 0.3172,0.0704 l -0.0977,0.1154 l 0.2196,0.1858 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 476.0306,102.5047 l -0.1453,0.2099 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 477.5225,100.3498 l -2.7486,2.0942 l 1.1975,0.1462 l 0.5584,1.0694 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 475.9714,102.5902 l -0.0861,0.1243 l -0.2365,-0.1637 l 0.3225,0.0394 l -0.0861,0.1243 l 0.2365,0.1637 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 476.0306,117.6424 l 0.4018,-0.7461 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 477.7960,114.3639 l -2.4982,2.3873 l 1.2063,0.0120 l 0.6740,1.0005 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 476.5041,116.7632 l -0.0717,0.1331 l -0.2532,-0.1364 l 0.3249,0.0032 l -0.0717,0.1331 l 0.2532,0.1364 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 476.0306,132.7802 l 1.0640,-2.7663 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 478.1271,127.3295 l -2.1764,2.6840 l 1.1981,-0.1406 l 0.7951,0.9073 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 477.1489,129.8728 l -0.0543,0.1411 l -0.2684,-0.1033 l 0.3227,-0.0379 l -0.0543,0.1411 l 0.2684,0.1033 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 476.0306,147.9180 l 1.8355,-7.9535 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 478.5129,137.1620 l -1.7794,2.9621 l 1.1667,-0.3069 l 0.9142,0.7871 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 477.9001,139.8171 l -0.0340,0.1473 l -0.2803,-0.0647 l 0.3143,-0.0827 l -0.0340,0.1473 l 0.2803,0.0647 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 476.0306,163.0558 l 2.5032,-32.5403 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 478.8467,126.4480 l -1.8982,4.6056 l 1.5969,-0.6888 l 1.4727,0.9250 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 478.5454,130.3648 l -0.0116,0.1508 l -0.2868,-0.0221 l 0.2984,-0.1287 l -0.0116,0.1508 l 0.2868,0.0221 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 476.0306,178.1936 l 2.5032,32.5400 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 478.8467,214.8011 l 1.1714,-4.8417 l -1.4727,0.9250 l -1.5969,-0.6888 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 478.5454,210.8843 l -0.0116,-0.1508 l 0.2868,-0.0221 l -0.2752,0.1728 l -0.0116,-0.1508 l -0.2868,0.0221 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 476.0306,193.3314 l 1.8354,7.9532 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 478.5128,204.0871 l 0.3014,-3.4423 l -0.9142,0.7871 l -1.1667,-0.3069 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 477.9001,201.4319 l -0.0340,-0.1473 l 0.2803,-0.0647 l -0.2462,0.2120 l -0.0340,-0.1473 l -0.2803,0.0647 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 476.0306,208.4692 l 1.0639,2.7659 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 478.1271,213.9196 l -0.1832,-3.4506 l -0.7951,0.9073 l -1.1981,-0.1406 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 477.1488,211.3762 l -0.0543,-0.1411 l 0.2684,-0.1033 l -0.2142,0.2444 l -0.0543,-0.1411 l -0.2684,0.1033 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 476.0306,223.6069 l 0.4016,0.7458 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 477.7959,226.8851 l -0.6180,-3.3998 l -0.6740,1.0005 l -1.2063,0.0120 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 476.5040,224.4859 l -0.0717,-0.1331 l 0.2532,-0.1364 l -0.1815,0.2695 l -0.0717,-0.1331 l -0.2532,0.1364 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 476.0306,238.7447 l -0.1455,-0.2101 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 477.5224,240.8993 l -0.9928,-3.3098 l -0.5584,1.0694 l -1.1975,0.1463 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 475.9712,238.6589 l -0.0861,-0.1243 l 0.2365,-0.1637 l -0.1504,0.2880 l -0.0861,-0.1243 l -0.2365,0.1637 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 476.0306,253.8825 l -0.5869,-0.6936 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 477.3017,255.3845 l -1.3078,-3.1984 l -0.4525,1.1183 l -1.1777,0.2612 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 475.5414,253.3044 l -0.0977,-0.1154 l 0.2196,-0.1858 l -0.1219,0.3012 l -0.0977,-0.1154 l -0.2196,0.1858 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 476.0306,269.0203 l -0.9388,-0.9387 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 477.1257,270.1153 l -1.5689,-3.0788 l -0.3580,1.1520 l -1.1520,0.3582 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 475.1988,268.1886 l -0.1069,-0.1069 l 0.2034,-0.2034 l -0.0964,0.3103 l -0.1069,-0.1069 l -0.2034,0.2034 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 476.0306,284.1581 l -1.2182,-1.0557 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 476.9860,284.9860 l -1.7843,-2.9592 l -0.2750,1.1746 l -1.1235,0.4393 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 474.9267,283.2014 l -0.1143,-0.0990 l 0.1884,-0.2174 l -0.0741,0.3164 l -0.1143,-0.0990 l -0.1884,0.2174 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 476.0306,299.2959 l -1.3384,-1.0234 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 476.9770,300.0195 l -1.9621,-2.8444 l -0.2026,1.1892 l -1.0945,0.5073 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 474.8124,298.3644 l -0.1201,-0.0918 l 0.1747,-0.2285 l -0.0546,0.3203 l -0.1201,-0.0918 l -0.1747,0.2285 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 476.0306,314.4337 l -1.3905,-0.9513 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 477.0139,315.1064 l -2.1094,-2.7369 l -0.1396,1.1983 l -1.0662,0.5643 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 474.7649,313.5677 l -0.1248,-0.0854 l 0.1624,-0.2374 l -0.0376,0.3228 l -0.1248,-0.0854 l -0.1624,0.2374 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 460.8928,26.8157 l -1.2803,0.7413 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 462.1016,26.1159 l -3.3791,0.7226 l 1.0208,0.6428 l 0.0492,1.2054 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 459.7434,27.4812 l -0.1309,0.0758 l -0.1441,-0.2489 l 0.2750,0.1731 l -0.1309,0.0758 l 0.1441,0.2489 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 460.8928,41.9535 l -1.1316,0.7322 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 462.1760,41.1232 l -3.3392,0.8889 l 1.0514,0.5915 l 0.1088,1.2015 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 459.8882,42.6036 l -0.1269,0.0821 l -0.1563,-0.2415 l 0.2832,0.1593 l -0.1269,0.0821 l 0.1563,0.2415 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 460.8928,57.0913 l -0.9408,0.6900 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 462.2714,56.0803 l -3.2816,1.0824 l 1.0842,0.5291 l 0.1788,1.1931 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 460.0740,57.6918 l -0.1219,0.0894 l -0.1701,-0.2319 l 0.2920,0.1425 l -0.1219,0.0894 l 0.1701,0.2319 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 460.8928,72.2291 l -0.6934,0.5867 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 462.3951,70.9579 l -3.1985,1.3077 l 1.1183,0.4525 l 0.2612,1.1778 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 460.3149,72.7181 l -0.1154,0.0977 l -0.1858,-0.2196 l 0.3012,0.1219 l -0.1154,0.0977 l 0.1858,0.2196 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 460.8928,87.3669 l -0.3696,0.3696 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 462.5570,85.7027 l -3.0788,1.5688 l 1.1520,0.3581 l 0.3581,1.1520 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 460.6301,87.6296 l -0.1069,0.1069 l -0.2034,-0.2034 l 0.3103,0.0965 l -0.1069,0.1069 l 0.2034,0.2034 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 460.8928,102.5047 l 0.0553,-0.0676 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 462.7694,100.2111 l -2.9075,1.8673 l 1.1819,0.2417 l 0.4710,1.1106 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 461.0439,102.3201 l -0.0958,0.1170 l -0.2226,-0.1821 l 0.3184,0.0651 l -0.0958,0.1170 l 0.2226,0.1821 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 460.8928,117.6424 l 0.6096,-0.9579 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 463.0466,114.2580 l -2.6652,2.1993 l 1.2022,0.0997 l 0.5995,1.0469 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 461.5836,116.5570 l -0.0812,0.1276 l -0.2427,-0.1544 l 0.3238,0.0268 l -0.0812,0.1276 l 0.2427,0.1544 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 460.8928,132.7802 l 1.3175,-2.8985 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 463.4005,127.2634 l -2.3320,2.5499 l 1.2044,-0.0692 l 0.7398,0.9529 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 462.2729,129.7441 l -0.0626,0.1377 l -0.2618,-0.1190 l 0.3244,-0.0186 l -0.0626,0.1377 l 0.2618,0.1190 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 460.8928,147.9180 l 2.1843,-8.0089 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 463.8339,137.1343 l -1.8949,2.8896 l 1.1779,-0.2606 l 0.8825,0.8226 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 463.1169,139.7632 l -0.0398,0.1459 l -0.2775,-0.0757 l 0.3173,-0.0702 l -0.0398,0.1459 l 0.2775,0.0757 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 460.8928,163.0558 l 2.9583,-32.5403 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 464.2209,126.4480 l -1.9643,4.5843 l 1.6082,-0.6674 l 1.4615,0.9465 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 463.8648,130.3649 l -0.0137,0.1506 l -0.2864,-0.0260 l 0.3001,-0.1245 l -0.0137,0.1506 l 0.2864,0.0260 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 460.8928,178.1936 l 2.9583,32.5400 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 464.2209,214.8011 l 1.1054,-4.8634 l -1.4615,0.9465 l -1.6082,-0.6674 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 463.8648,210.8842 l -0.0137,-0.1506 l 0.2864,-0.0260 l -0.2727,0.1766 l -0.0137,-0.1506 l -0.2864,0.0260 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 460.8928,193.3314 l 2.1843,8.0086 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 463.8339,204.1147 l 0.1654,-3.4515 l -0.8825,0.8226 l -1.1779,-0.2606 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 463.1169,201.4858 l -0.0398,-0.1459 l 0.2775,-0.0757 l -0.2377,0.2216 l -0.0398,-0.1459 l -0.2775,0.0757 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 460.8928,208.4692 l 1.3174,2.8981 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 463.4005,213.9857 l -0.3879,-3.4336 l -0.7398,0.9529 l -1.2044,-0.0692 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 462.2728,211.5050 l -0.0626,-0.1377 l 0.2618,-0.1190 l -0.1993,0.2567 l -0.0626,-0.1377 l -0.2618,0.1190 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 460.8928,223.6069 l 0.6094,0.9576 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 463.0465,226.9910 l -0.8636,-3.3458 l -0.5994,1.0469 l -1.2022,0.0997 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 461.5835,224.6921 l -0.0812,-0.1276 l 0.2426,-0.1544 l -0.1615,0.2820 l -0.0812,-0.1276 l -0.2426,0.1544 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 460.8928,238.7447 l 0.0551,0.0673 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 462.7693,241.0380 l -1.2547,-3.2196 l -0.4709,1.1107 l -1.1819,0.2417 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 461.0437,238.9291 l -0.0958,-0.1170 l 0.2226,-0.1821 l -0.1268,0.2992 l -0.0958,-0.1170 l -0.2226,0.1821 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 460.8928,253.8825 l -0.3698,-0.3698 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 462.5569,255.5464 l -1.5689,-3.0788 l -0.3580,1.1520 l -1.1520,0.3581 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 460.6299,253.6196 l -0.1069,-0.1069 l 0.2034,-0.2034 l -0.0964,0.3103 l -0.1069,-0.1069 l -0.2034,0.2034 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 460.8928,269.0203 l -0.6936,-0.5868 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 462.3950,270.2912 l -1.8191,-2.9378 l -0.2611,1.1778 l -1.1183,0.4526 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 460.3147,268.5312 l -0.1154,-0.0977 l 0.1858,-0.2196 l -0.0703,0.3172 l -0.1154,-0.0977 l -0.1858,0.2196 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 460.8928,284.1581 l -0.9410,-0.6900 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 462.2713,285.1688 l -2.0188,-2.8044 l -0.1787,1.1931 l -1.0841,0.5292 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 460.0738,283.5575 l -0.1219,-0.0894 l 0.1701,-0.2319 l -0.0481,0.3214 l -0.1219,-0.0894 l -0.1701,0.2319 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 460.8928,299.2959 l -1.1318,-0.7323 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 462.1759,300.1260 l -2.1792,-2.6817 l -0.1087,1.2015 l -1.0514,0.5916 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 459.8880,298.6458 l -0.1270,-0.0821 l 0.1562,-0.2415 l -0.0293,0.3236 l -0.1270,-0.0821 l -0.1562,0.2415 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 460.8928,314.4337 l -1.2805,-0.7413 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 462.1015,315.1333 l -2.3092,-2.5706 l -0.0491,1.2054 l -1.0208,0.6429 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 459.7432,313.7681 l -0.1309,-0.0758 l 0.1441,-0.2489 l -0.0132,0.3247 l -0.1309,-0.0758 l -0.1441,0.2489 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 445.7551,26.8157 l -0.6790,0.3216 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 447.6754,25.9061 l -3.4271,0.4419 l 0.9645,0.7247 l -0.0502,1.2053 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 445.2127,27.0726 l -0.1367,0.0647 l -0.1231,-0.2599 l 0.2598,0.1952 l -0.1367,0.0647 l 0.1231,0.2599 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 445.7551,41.9535 l -0.5642,0.2987 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 447.7327,40.9064 l -3.4040,0.5940 l 0.9958,0.6810 l 0.0035,1.2064 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 445.3245,42.1815 l -0.1336,0.0708 l -0.1346,-0.2542 l 0.2682,0.1834 l -0.1336,0.0708 l 0.1346,0.2542 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 445.7551,57.0913 l -0.4130,0.2478 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 447.8084,55.8593 l -3.3674,0.7752 l 1.0308,0.6268 l 0.0680,1.2045 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 445.4718,57.2613 l -0.1297,0.0778 l -0.1480,-0.2466 l 0.2776,0.1688 l -0.1297,0.0778 l 0.1480,0.2466 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 445.7551,72.2291 l -0.2099,0.1453 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 447.9099,70.7372 l -3.3098,0.9927 l 1.0694,0.5584 l 0.1463,1.1975 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 445.6695,72.2883 l -0.1243,0.0861 l -0.1637,-0.2365 l 0.2880,0.1504 l -0.1243,0.0861 l 0.1637,0.2365 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 445.7551,87.3669 l 0.0675,-0.0553 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 448.0486,85.4903 l -3.2196,1.2546 l 1.1107,0.4709 l 0.2417,1.1819 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 445.9396,87.2158 l -0.1170,0.0958 l -0.1821,-0.2226 l 0.2992,0.1268 l -0.1170,0.0958 l 0.1821,0.2226 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 445.7551,102.5047 l 0.4521,-0.4521 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 448.2409,100.0188 l -3.0788,1.5688 l 1.1520,0.3581 l 0.3581,1.1520 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 446.3141,101.9456 l -0.1069,0.1069 l -0.2034,-0.2034 l 0.3103,0.0965 l -0.1069,0.1069 l 0.2034,0.2034 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 445.7551,117.6424 l 0.9880,-1.2703 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 448.5088,114.1018 l -2.8605,1.9385 l 1.1875,0.2124 l 0.4982,1.0987 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 446.8359,116.2528 l -0.0928,0.1194 l -0.2270,-0.1766 l 0.3199,0.0572 l -0.0928,0.1194 l 0.2270,0.1766 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 445.7551,132.7802 l 1.7260,-3.1068 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 448.8778,127.1592 l -2.5294,2.3542 l 1.2061,0.0278 l 0.6608,1.0093 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 447.5545,129.5413 l -0.0734,0.1322 l -0.2514,-0.1397 l 0.3249,0.0075 l -0.0734,0.1322 l 0.2514,0.1397 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 445.7551,147.9180 l 2.7005,-8.1014 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 449.3651,137.0880 l -2.0522,2.7800 l 1.1905,-0.1949 l 0.8355,0.8702 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 448.5034,139.6731 l -0.0478,0.1434 l -0.2729,-0.0910 l 0.3207,-0.0525 l -0.0478,0.1434 l 0.2729,0.0910 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 445.7551,163.0558 l 3.6157,-32.5403 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 449.8227,126.4480 l -2.0599,4.5537 l 1.6247,-0.6364 l 1.4453,0.9776 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 449.3874,130.3652 l -0.0167,0.1503 l -0.2859,-0.0318 l 0.3026,-0.1185 l -0.0167,0.1503 l 0.2859,0.0318 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 445.7551,178.1936 l 3.6157,32.5400 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 449.8227,214.8011 l 1.0101,-4.8948 l -1.4453,0.9775 l -1.6247,-0.6364 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 449.3874,210.8839 l -0.0167,-0.1503 l 0.2859,-0.0318 l -0.2692,0.1820 l -0.0167,-0.1503 l -0.2859,0.0318 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 445.7551,193.3314 l 2.7005,8.1011 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 449.3651,204.1610 l -0.0263,-3.4554 l -0.8355,0.8702 l -1.1905,-0.1949 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 448.5033,201.5759 l -0.0478,-0.1434 l 0.2729,-0.0910 l -0.2250,0.2344 l -0.0478,-0.1434 l -0.2729,0.0910 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 445.7551,208.4692 l 1.7259,3.1064 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 448.8778,214.0898 l -0.6626,-3.3913 l -0.6608,1.0093 l -1.2061,0.0279 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 447.5544,211.7078 l -0.0734,-0.1322 l 0.2514,-0.1397 l -0.1780,0.2719 l -0.0734,-0.1322 l -0.2514,0.1397 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 445.7551,223.6069 l 0.9878,1.2700 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 448.5088,227.1472 l -1.1748,-3.2496 l -0.4982,1.0987 l -1.1875,0.2125 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 446.8357,224.9963 l -0.0928,-0.1194 l 0.2270,-0.1766 l -0.1342,0.2959 l -0.0928,-0.1194 l -0.2270,0.1766 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 445.7551,238.7447 l 0.4519,0.4519 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 448.2408,241.2303 l -1.5689,-3.0788 l -0.3581,1.1520 l -1.1520,0.3581 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 446.3139,239.3035 l -0.1069,-0.1069 l 0.2034,-0.2034 l -0.0964,0.3103 l -0.1069,-0.1069 l -0.2034,0.2034 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 445.7551,253.8825 l 0.0674,0.0551 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 448.0485,255.7589 l -1.8674,-2.9074 l -0.2416,1.1819 l -1.1106,0.4710 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 445.9395,254.0334 l -0.1170,-0.0957 l 0.1821,-0.2226 l -0.0651,0.3184 l -0.1170,-0.0957 l -0.1821,0.2226 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 445.7551,269.0203 l -0.2101,-0.1454 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 447.9098,270.5119 l -2.0943,-2.7485 l -0.1462,1.1975 l -1.0693,0.5584 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 445.6693,268.9609 l -0.1243,-0.0861 l 0.1637,-0.2365 l -0.0394,0.3225 l -0.1243,-0.0861 l -0.1637,0.2365 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 445.7551,284.1581 l -0.4131,-0.2479 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 447.8083,285.3899 l -2.2688,-2.6063 l -0.0680,1.2045 l -1.0307,0.6268 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 445.4716,283.9880 l -0.1297,-0.0778 l 0.1480,-0.2466 l -0.0183,0.3244 l -0.1297,-0.0778 l -0.1480,0.2466 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 445.7551,299.2959 l -0.5644,-0.2988 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 447.7327,300.3427 l -2.4049,-2.4812 l -0.0034,1.2064 l -0.9957,0.6811 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 445.3243,299.0679 l -0.1336,-0.0707 l 0.1346,-0.2542 l -0.0009,0.3249 l -0.1336,-0.0707 l -0.1346,0.2542 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 445.7551,314.4337 l -0.6791,-0.3217 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 447.6753,315.3431 l -2.5130,-2.3717 l 0.0503,1.2053 l -0.9644,0.7247 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 445.2126,314.1767 l -0.1367,-0.0647 l 0.1231,-0.2599 l 0.0135,0.3247 l -0.1367,-0.0647 l -0.1231,0.2599 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 430.6173,26.8157 l 0.4132,-0.1522 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 433.7293,25.6691 l -3.4529,0.1342 l 0.8959,0.8079 l -0.1576,1.1960 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 431.1724,26.6112 l -0.1419,0.0523 l -0.0994,-0.2699 l 0.2413,0.2176 l -0.1419,0.0523 l 0.0994,0.2699 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 430.6173,41.9535 l 0.4918,-0.2025 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 433.7686,40.6558 l -3.4454,0.2640 l 0.9257,0.7736 l -0.1125,1.2011 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 431.2489,41.6934 l -0.1398,0.0576 l -0.1095,-0.2660 l 0.2493,0.2084 l -0.1398,0.0576 l 0.1095,0.2660 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 430.6173,57.0913 l 0.5982,-0.2792 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 433.8218,55.5958 l -3.4296,0.4222 l 0.9603,0.7302 l -0.0571,1.2050 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 431.3525,56.7482 l -0.1370,0.0639 l -0.1216,-0.2606 l 0.2587,0.1967 l -0.1370,0.0639 l 0.1216,0.2606 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 430.6173,72.2291 l 0.7461,-0.4018 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 433.8958,70.4637 l -3.3998,0.6179 l 1.0005,0.6740 l 0.0120,1.2063 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 431.4965,71.7556 l -0.1331,0.0717 l -0.1364,-0.2532 l 0.2695,0.1815 l -0.1331,0.0717 l 0.1364,0.2532 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 430.6173,87.3669 l 0.9579,-0.6096 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 434.0016,85.2131 l -3.3458,0.8635 l 1.0469,0.5995 l 0.0997,1.2022 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 431.7027,86.6761 l -0.1276,0.0812 l -0.1544,-0.2427 l 0.2820,0.1615 l -0.1276,0.0812 l 0.1544,0.2427 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 430.6173,102.5047 l 1.2703,-0.9880 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 434.1578,99.7508 l -3.2496,1.1748 l 1.0987,0.4982 l 0.2125,1.1875 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 432.0069,101.4238 l -0.1194,0.0928 l -0.1766,-0.2270 l 0.2959,0.1342 l -0.1194,0.0928 l 0.1766,0.2270 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 430.6173,117.6424 l 1.7434,-1.7434 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 434.3944,113.8653 l -3.0788,1.5688 l 1.1520,0.3581 l 0.3581,1.1520 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 432.4675,115.7921 l -0.1069,0.1069 l -0.2034,-0.2034 l 0.3103,0.0965 l -0.1069,0.1069 l 0.2034,0.2034 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 430.6173,132.7802 l 2.4674,-3.4543 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 434.7564,126.9855 l -2.7790,2.0536 l 1.1952,0.1638 l 0.5426,1.0775 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 433.1725,129.2029 l -0.0879,0.1230 l -0.2340,-0.1672 l 0.3219,0.0441 l -0.0879,0.1230 l 0.2340,0.1672 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 430.6173,147.9180 l 3.5449,-8.2713 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 435.2951,137.0031 l -2.2760,2.6000 l 1.2026,-0.0954 l 0.7603,0.9366 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 434.2217,139.5077 l -0.0596,0.1390 l -0.2644,-0.1133 l 0.3239,-0.0257 l -0.0596,0.1390 l 0.2644,0.1133 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 430.6173,163.0558 l 4.6487,-32.5403 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 435.8470,126.4480 l -2.2102,4.5056 l 1.6505,-0.5878 l 1.4199,1.0264 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 435.2873,130.3658 l -0.0214,0.1497 l -0.2847,-0.0407 l 0.3061,-0.1090 l -0.0214,0.1497 l 0.2847,0.0407 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 430.6173,178.1936 l 4.6487,32.5400 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 435.8470,214.8011 l 0.8602,-4.9442 l -1.4199,1.0264 l -1.6505,-0.5878 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 435.2873,210.8833 l -0.0214,-0.1497 l 0.2847,-0.0407 l -0.2633,0.1904 l -0.0214,-0.1497 l -0.2847,0.0407 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 430.6173,193.3314 l 3.5448,8.2710 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 435.2951,204.2460 l -0.3131,-3.4412 l -0.7603,0.9366 l -1.2026,-0.0953 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 434.2217,201.7413 l -0.0596,-0.1390 l 0.2644,-0.1133 l -0.2048,0.2523 l -0.0596,-0.1390 l -0.2644,0.1133 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 430.6173,208.4692 l 2.4673,3.4540 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 434.7563,214.2636 l -1.0413,-3.2948 l -0.5426,1.0775 l -1.1952,0.1639 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 433.1724,212.0462 l -0.0879,-0.1230 l 0.2340,-0.1672 l -0.1461,0.2902 l -0.0879,-0.1230 l -0.2340,0.1672 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 430.6173,223.6069 l 1.7432,1.7431 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 434.3943,227.3838 l -1.5688,-3.0788 l -0.3581,1.1520 l -1.1520,0.3581 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 432.4674,225.4570 l -0.1069,-0.1069 l 0.2034,-0.2034 l -0.0964,0.3103 l -0.1069,-0.1069 l -0.2034,0.2034 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 430.6173,238.7447 l 1.2701,0.9878 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 434.1578,241.4983 l -1.9386,-2.8604 l -0.2124,1.1875 l -1.0987,0.4983 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 432.0067,239.8254 l -0.1194,-0.0928 l 0.1766,-0.2270 l -0.0572,0.3199 l -0.1194,-0.0928 l -0.1766,0.2270 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 430.6173,253.8825 l 0.9577,0.6094 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 434.0016,256.0360 l -2.1994,-2.6651 l -0.0996,1.2023 l -1.0469,0.5995 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 431.7026,254.5731 l -0.1276,-0.0812 l 0.1544,-0.2427 l -0.0268,0.3238 l -0.1276,-0.0812 l -0.1544,0.2427 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 430.6173,269.0203 l 0.7460,0.4016 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 433.8957,270.7855 l -2.3874,-2.4981 l -0.0119,1.2063 l -1.0005,0.6741 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 431.4964,269.4936 l -0.1331,-0.0717 l 0.1364,-0.2532 l -0.0032,0.3249 l -0.1331,-0.0717 l -0.1364,0.2532 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 430.6173,284.1581 l 0.5981,0.2791 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 433.8217,285.6534 l -2.5266,-2.3573 l 0.0572,1.2050 l -0.9602,0.7303 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 431.3524,284.5011 l -0.1370,-0.0639 l 0.1216,-0.2606 l 0.0154,0.3246 l -0.1370,-0.0639 l -0.1216,0.2606 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 430.6173,299.2959 l 0.4917,0.2024 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 433.7686,300.5933 l -2.6323,-2.2386 l 0.1126,1.2011 l -0.9256,0.7737 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 431.2488,299.5559 l -0.1398,-0.0576 l 0.1095,-0.2660 l 0.0303,0.3235 l -0.1398,-0.0576 l -0.1095,0.2660 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 430.6173,314.4337 l 0.4131,0.1522 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 433.7293,315.5801 l -2.7147,-2.1380 l 0.1577,1.1960 l -0.8959,0.8079 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 431.1723,314.6381 l -0.1419,-0.0523 l 0.0994,-0.2699 l 0.0425,0.3222 l -0.1419,-0.0523 l -0.0994,0.2699 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 415.4795,26.8157 l 2.5722,-0.6769 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 420.8332,25.4068 l -3.4499,-0.1962 l 0.8147,0.8898 l -0.2711,1.1755 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 418.1979,26.1003 l -0.1462,0.0385 l -0.0732,-0.2781 l 0.2194,0.2397 l -0.1462,0.0385 l 0.0732,0.2781 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 415.4795,41.9535 l 2.6166,-0.7696 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 420.8553,40.3723 l -3.4541,-0.0971 l 0.8399,0.8660 l -0.2372,1.1828 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 418.2411,41.1412 l -0.1451,0.0427 l -0.0812,-0.2759 l 0.2262,0.2333 l -0.1451,0.0427 l 0.0812,0.2759 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 415.4795,57.0913 l 2.6780,-0.8927 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 420.8861,55.2890 l -3.4554,0.0263 l 0.8702,0.8355 l -0.1949,1.1905 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 418.3010,56.1508 l -0.1434,0.0478 l -0.0910,-0.2729 l 0.2344,0.2250 l -0.1434,0.0478 l 0.0910,0.2729 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 415.4795,72.2291 l 2.7662,-1.0640 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 420.9302,70.1326 l -3.4506,0.1832 l 0.9073,0.7951 l -0.1406,1.1981 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 418.3869,71.1108 l -0.1411,0.0543 l -0.1033,-0.2684 l 0.2444,0.2142 l -0.1411,0.0543 l 0.1033,0.2684 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 415.4795,87.3669 l 2.8984,-1.3175 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 420.9963,84.8591 l -3.4336,0.3879 l 0.9529,0.7398 l -0.0692,1.2044 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 418.5156,85.9868 l -0.1377,0.0626 l -0.1190,-0.2618 l 0.2567,0.1993 l -0.1377,0.0626 l 0.1190,0.2618 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 415.4795,102.5047 l 3.1067,-1.7260 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.1004,99.3818 l -3.3913,0.6626 l 1.0093,0.6608 l 0.0279,1.2061 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 418.7184,100.7052 l -0.1322,0.0734 l -0.1397,-0.2514 l 0.2719,0.1780 l -0.1322,0.0734 l 0.1397,0.2514 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 415.4795,117.6424 l 3.4543,-2.4674 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.2742,113.5033 l -3.2948,1.0413 l 1.0775,0.5426 l 0.1638,1.1952 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 419.0568,115.0872 l -0.1230,0.0879 l -0.1672,-0.2340 l 0.2902,0.1462 l -0.1230,0.0879 l 0.1672,0.2340 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 415.4795,132.7802 l 4.0676,-4.0677 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.5809,126.6788 l -3.0788,1.5688 l 1.1520,0.3581 l 0.3581,1.1520 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 419.6540,128.6056 l -0.1069,0.1069 l -0.2034,-0.2034 l 0.3103,0.0965 l -0.1069,0.1069 l 0.2034,0.2034 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 415.4795,147.9180 l 5.1756,-8.6260 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 422.1349,136.8257 l -2.6064,2.2686 l 1.2045,0.0680 l 0.6268,1.0308 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 420.7329,139.1624 l -0.0778,0.1297 l -0.2466,-0.1480 l 0.3244,0.0183 l -0.0778,0.1297 l 0.2466,0.1480 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 415.4795,163.0558 l 6.5081,-32.5403 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 422.8011,126.4480 l -2.4811,4.4195 l 1.6973,-0.5003 l 1.3743,1.1146 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 422.0173,130.3672 l -0.0297,0.1483 l -0.2820,-0.0564 l 0.3117,-0.0919 l -0.0297,0.1483 l 0.2820,0.0564 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 415.4795,178.1936 l 6.5081,32.5400 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 422.8011,214.8011 l 0.5904,-5.0338 l -1.3743,1.1146 l -1.6973,-0.5002 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 422.0173,210.8818 l -0.0297,-0.1483 l 0.2820,-0.0564 l -0.2524,0.2047 l -0.0297,-0.1483 l -0.2820,0.0564 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 415.4795,193.3314 l 5.1755,8.6256 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 422.1348,204.4233 l -0.7752,-3.3674 l -0.6268,1.0308 l -1.2045,0.0680 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 420.7328,202.0867 l -0.0778,-0.1297 l 0.2466,-0.1480 l -0.1688,0.2776 l -0.0778,-0.1297 l -0.2466,0.1480 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 415.4795,208.4692 l 4.0675,4.0674 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.5808,214.5703 l -1.5688,-3.0788 l -0.3581,1.1520 l -1.1520,0.3581 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 419.6540,212.6435 l -0.1069,-0.1069 l 0.2034,-0.2034 l -0.0964,0.3103 l -0.1069,-0.1069 l -0.2034,0.2034 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 415.4795,223.6069 l 3.4542,2.4672 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.2742,227.7458 l -2.0536,-2.7790 l -0.1638,1.1952 l -1.0774,0.5426 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 419.0567,226.1620 l -0.1230,-0.0879 l 0.1672,-0.2340 l -0.0441,0.3219 l -0.1230,-0.0879 l -0.1672,0.2340 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 415.4795,238.7447 l 3.1066,1.7258 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.1004,241.8673 l -2.3543,-2.5294 l -0.0278,1.2061 l -1.0093,0.6608 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 418.7183,240.5440 l -0.1322,-0.0734 l 0.1397,-0.2514 l -0.0075,0.3249 l -0.1322,-0.0734 l -0.1397,0.2514 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 415.4795,253.8825 l 2.8983,1.3173 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 420.9962,256.3900 l -2.5500,-2.3319 l 0.0692,1.2044 l -0.9529,0.7398 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 418.5155,255.2624 l -0.1377,-0.0626 l 0.1190,-0.2618 l 0.0186,0.3244 l -0.1377,-0.0626 l -0.1190,0.2618 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 415.4795,269.0203 l 2.7662,1.0638 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 420.9301,271.1166 l -2.6840,-2.1763 l 0.1407,1.1981 l -0.9073,0.7951 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 418.3868,270.1384 l -0.1411,-0.0543 l 0.1032,-0.2684 l 0.0379,0.3227 l -0.1411,-0.0543 l -0.1032,0.2684 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 415.4795,284.1581 l 2.6779,0.8926 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 420.8860,285.9601 l -2.7801,-2.0522 l 0.1949,1.1905 l -0.8702,0.8355 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 418.3009,285.0985 l -0.1435,-0.0478 l 0.0909,-0.2729 l 0.0525,0.3207 l -0.1435,-0.0478 l -0.0909,0.2729 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 415.4795,299.2959 l 2.6165,0.7695 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 420.8553,300.8769 l -2.8516,-1.9516 l 0.2373,1.1828 l -0.8398,0.8660 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 418.2411,300.1080 l -0.1451,-0.0427 l 0.0811,-0.2759 l 0.0639,0.3186 l -0.1451,-0.0427 l -0.0811,0.2759 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 415.4795,314.4337 l 2.5722,0.6768 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 420.8331,315.8424 l -2.9064,-1.8689 l 0.2712,1.1755 l -0.8146,0.8898 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 418.1979,315.1490 l -0.1462,-0.0385 l 0.0732,-0.2781 l 0.0730,0.3166 l -0.1462,-0.0385 l -0.0732,0.2781 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 400.3417,26.8157 l 7.8766,-1.2438 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 411.0592,25.1233 l -3.4127,-0.5421 l 0.7211,0.9672 l -0.3880,1.1423 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 408.3676,25.5484 l -0.1494,0.0236 l -0.0449,-0.2841 l 0.1942,0.2605 l -0.1494,0.0236 l 0.0449,0.2841 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 400.3417,41.9535 l 7.8937,-1.3931 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 411.0678,40.0605 l -3.4219,-0.4804 l 0.7384,0.9540 l -0.3673,1.1491 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 408.3843,40.5341 l -0.1489,0.0263 l -0.0500,-0.2832 l 0.1989,0.2570 l -0.1489,0.0263 l 0.0500,0.2832 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 400.3417,57.0913 l 7.9179,-1.5837 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 411.0799,54.9435 l -3.4319,-0.4025 l 0.7599,0.9370 l -0.3410,1.1572 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 408.4078,55.4780 l -0.1483,0.0297 l -0.0564,-0.2820 l 0.2047,0.2524 l -0.1483,0.0297 l 0.0564,0.2820 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 400.3417,72.2291 l 7.9535,-1.8355 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 411.0977,69.7468 l -3.4423,-0.3014 l 0.7871,0.9142 l -0.3069,1.1667 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 408.4425,70.3596 l -0.1473,0.0340 l -0.0647,-0.2803 l 0.2120,0.2462 l -0.1473,0.0340 l 0.0647,0.2803 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 400.3417,87.3669 l 8.0089,-2.1843 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 411.1254,84.4257 l -3.4515,-0.1654 l 0.8226,0.8825 l -0.2606,1.1779 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 408.4964,85.1428 l -0.1459,0.0398 l -0.0757,-0.2775 l 0.2216,0.2377 l -0.1459,0.0398 l 0.0757,0.2775 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 400.3417,102.5047 l 8.1014,-2.7005 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 411.1716,98.8946 l -3.4554,0.0263 l 0.8702,0.8355 l -0.1949,1.1905 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 408.5865,99.7563 l -0.1434,0.0478 l -0.0910,-0.2729 l 0.2344,0.2250 l -0.1434,0.0478 l 0.0910,0.2729 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 400.3417,117.6424 l 8.2713,-3.5449 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 411.2566,112.9645 l -3.4413,0.3131 l 0.9366,0.7603 l -0.0953,1.2026 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 408.7520,114.0380 l -0.1390,0.0596 l -0.1133,-0.2644 l 0.2523,0.2048 l -0.1390,0.0596 l 0.1133,0.2644 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 400.3417,132.7802 l 8.6259,-5.1756 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 411.4339,126.1248 l -3.3674,0.7752 l 1.0308,0.6268 l 0.0680,1.2045 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 409.0973,127.5268 l -0.1297,0.0778 l -0.1480,-0.2466 l 0.2776,0.1688 l -0.1297,0.0778 l 0.1480,0.2466 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 400.3417,147.9180 l 9.4910,-9.4910 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 411.8664,136.3932 l -3.0788,1.5688 l 1.1520,0.3581 l 0.3581,1.1520 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 409.9396,138.3201 l -0.1069,0.1069 l -0.2034,-0.2034 l 0.3103,0.0965 l -0.1069,0.1069 l 0.2034,0.2034 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 400.3417,163.0558 l 10.8468,-32.5403 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 412.5444,126.4480 l -3.1152,4.2199 l 1.8071,-0.2958 l 1.2682,1.3210 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 411.2363,130.3721 l -0.0478,0.1435 l -0.2729,-0.0910 l 0.3207,-0.0525 l -0.0478,0.1435 l 0.2729,0.0910 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 400.3417,178.1936 l 10.8468,32.5400 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 412.5444,214.8011 l -0.0398,-5.2450 l -1.2682,1.3210 l -1.8071,-0.2958 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 411.2363,210.8770 l -0.0478,-0.1434 l 0.2729,-0.0910 l -0.2250,0.2344 l -0.0478,-0.1434 l -0.2729,0.0910 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 400.3417,193.3314 l 9.4909,9.4907 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 411.8664,204.8558 l -1.5688,-3.0788 l -0.3581,1.1520 l -1.1520,0.3581 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 409.9396,202.9290 l -0.1069,-0.1069 l 0.2034,-0.2034 l -0.0965,0.3103 l -0.1069,-0.1069 l -0.2034,0.2034 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 400.3417,208.4692 l 8.6259,5.1754 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 411.4339,215.1243 l -2.2687,-2.6064 l -0.0680,1.2045 l -1.0307,0.6268 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 409.0972,213.7223 l -0.1297,-0.0778 l 0.1480,-0.2466 l -0.0183,0.3244 l -0.1297,-0.0778 l -0.1480,0.2466 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 400.3417,223.6069 l 8.2712,3.5447 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 411.2566,228.2846 l -2.6000,-2.2760 l 0.0954,1.2026 l -0.9366,0.7603 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 408.7519,227.2112 l -0.1390,-0.0596 l 0.1133,-0.2644 l 0.0257,0.3239 l -0.1390,-0.0596 l -0.1133,0.2644 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 400.3417,238.7447 l 8.1013,2.7003 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 411.1716,242.3545 l -2.7801,-2.0522 l 0.1949,1.1905 l -0.8702,0.8355 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 408.5865,241.4928 l -0.1435,-0.0478 l 0.0909,-0.2729 l 0.0525,0.3207 l -0.1435,-0.0478 l -0.0909,0.2729 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 400.3417,253.8825 l 8.0088,2.1841 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 411.1254,256.8233 l -2.8896,-1.8948 l 0.2607,1.1779 l -0.8225,0.8825 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 408.4964,256.1064 l -0.1459,-0.0398 l 0.0757,-0.2775 l 0.0702,0.3173 l -0.1459,-0.0398 l -0.0757,0.2775 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 400.3417,269.0203 l 7.9534,1.8353 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 411.0977,271.5023 l -2.9621,-1.7794 l 0.3069,1.1667 l -0.7871,0.9142 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 408.4425,270.8896 l -0.1473,-0.0340 l 0.0647,-0.2803 l 0.0827,0.3143 l -0.1473,-0.0340 l -0.0647,0.2803 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 400.3417,284.1581 l 7.9178,1.5834 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 411.0799,286.3056 l -3.0131,-1.6915 l 0.3411,1.1572 l -0.7599,0.9370 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 408.4078,285.7712 l -0.1483,-0.0297 l 0.0564,-0.2820 l 0.0919,0.3117 l -0.1483,-0.0297 l -0.0564,0.2820 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 400.3417,299.2959 l 7.8937,1.3929 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 411.0678,301.1885 l -3.0508,-1.6226 l 0.3673,1.1491 l -0.7384,0.9540 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 408.3843,300.7150 l -0.1489,-0.0263 l 0.0500,-0.2832 l 0.0989,0.3095 l -0.1489,-0.0263 l -0.0500,0.2832 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 400.3417,314.4337 l 7.8765,1.2435 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 411.0592,316.1257 l -3.0796,-1.5672 l 0.3880,1.1423 l -0.7210,0.9672 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 408.3676,315.7008 l -0.1494,-0.0236 l 0.0449,-0.2841 l 0.1045,0.3077 l -0.1494,-0.0236 l -0.0449,0.2841 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 385.2039,26.8157 l 32.5402,-1.7128 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.8117,24.8888 l -4.8042,-1.2861 l 0.8876,1.4922 l -0.7261,1.5772 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 417.8951,25.0950 l -0.1510,0.0079 l -0.0151,-0.2872 l 0.1661,0.2793 l -0.1510,0.0079 l 0.0151,0.2872 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 385.2039,41.9535 l 32.5402,-1.9143 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.8117,39.7999 l -4.8137,-1.2569 l 0.8971,1.4873 l -0.7166,1.5822 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 417.8951,40.0304 l -0.1509,0.0089 l -0.0169,-0.2871 l 0.1678,0.2782 l -0.1509,0.0089 l 0.0169,0.2871 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 385.2039,57.0913 l 32.5402,-2.1695 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.8117,54.6506 l -4.8259,-1.2198 l 0.9092,1.4810 l -0.7046,1.5886 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 417.8950,54.9117 l -0.1509,0.0101 l -0.0191,-0.2870 l 0.1700,0.2769 l -0.1509,0.0101 l 0.0191,0.2870 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 385.2039,72.2291 l 32.5402,-2.5032 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.8117,69.4129 l -4.8417,-1.1714 l 0.9250,1.4727 l -0.6888,1.5969 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 417.8949,69.7142 l -0.1508,0.0116 l -0.0221,-0.2868 l 0.1728,0.2752 l -0.1508,0.0116 l 0.0221,0.2868 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 385.2039,87.3669 l 32.5402,-2.9583 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.8117,84.0387 l -4.8634,-1.1054 l 0.9465,1.4615 l -0.6674,1.6082 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 417.8947,84.3948 l -0.1506,0.0137 l -0.0260,-0.2864 l 0.1766,0.2727 l -0.1506,0.0137 l 0.0260,0.2864 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 385.2039,102.5047 l 32.5402,-3.6157 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.8117,98.4370 l -4.8948,-1.0101 l 0.9776,1.4453 l -0.6364,1.6247 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 417.8944,98.8722 l -0.1503,0.0167 l -0.0318,-0.2859 l 0.1820,0.2692 l -0.1503,0.0167 l 0.0318,0.2859 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 385.2039,117.6424 l 32.5402,-4.6487 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.8117,112.4126 l -4.9443,-0.8602 l 1.0264,1.4199 l -0.5878,1.6505 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 417.8938,112.9723 l -0.1497,0.0214 l -0.0407,-0.2847 l 0.1904,0.2633 l -0.1497,0.0214 l 0.0407,0.2847 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 385.2039,132.7802 l 32.5402,-6.5082 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.8117,125.4585 l -5.0338,-0.5904 l 1.1146,1.3743 l -0.5002,1.6973 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 417.8924,126.2424 l -0.1483,0.0297 l -0.0564,-0.2820 l 0.2047,0.2524 l -0.1483,0.0297 l 0.0564,0.2820 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 385.2039,147.9180 l 32.5402,-10.8469 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.8117,135.7153 l -5.2450,0.0398 l 1.3210,1.2682 l -0.2958,1.8071 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 417.8876,137.0233 l -0.1434,0.0478 l -0.0910,-0.2729 l 0.2344,0.2250 l -0.1434,0.0478 l 0.0910,0.2729 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 385.2039,163.0558 l 32.5402,-32.5403 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.8117,126.4480 l -6.3285,3.2246 l 2.3679,0.7361 l 0.7361,2.3679 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 417.8511,130.4086 l -0.1069,0.1069 l -0.2034,-0.2034 l 0.3103,0.0965 l -0.1069,0.1069 l 0.2034,0.2034 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 385.2039,178.1936 l 32.5402,32.5400 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.8117,214.8011 l -3.2246,-6.3285 l -0.7360,2.3679 l -2.3679,0.7361 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 417.8511,210.8405 l -0.1069,-0.1069 l 0.2034,-0.2034 l -0.0965,0.3103 l -0.1069,-0.1069 l -0.2034,0.2034 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 385.2039,193.3314 l 32.5402,10.8466 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.8117,205.5338 l -4.2199,-3.1151 l 0.2959,1.8071 l -1.3210,1.2682 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 417.8876,204.2257 l -0.1435,-0.0478 l 0.0910,-0.2729 l 0.0525,0.3207 l -0.1435,-0.0478 l -0.0910,0.2729 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 385.2039,208.4692 l 32.5402,6.5079 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.8117,215.7905 l -4.4195,-2.4811 l 0.5003,1.6973 l -1.1146,1.3743 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 417.8924,215.0067 l -0.1483,-0.0297 l 0.0564,-0.2820 l 0.0919,0.3117 l -0.1483,-0.0297 l -0.0564,0.2820 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 385.2039,223.6069 l 32.5402,4.6484 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.8117,228.8364 l -4.5056,-2.2102 l 0.5878,1.6505 l -1.0264,1.4199 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 417.8938,228.2768 l -0.1497,-0.0214 l 0.0407,-0.2847 l 0.1090,0.3061 l -0.1497,-0.0214 l -0.0407,0.2847 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 385.2039,238.7447 l 32.5402,3.6154 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.8117,242.8121 l -4.5537,-2.0599 l 0.6364,1.6247 l -0.9775,1.4453 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 417.8944,242.3768 l -0.1503,-0.0167 l 0.0318,-0.2859 l 0.1185,0.3026 l -0.1503,-0.0167 l -0.0318,0.2859 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 385.2039,253.8825 l 32.5402,2.9580 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.8117,257.2103 l -4.5843,-1.9643 l 0.6674,1.6082 l -0.9465,1.4615 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 417.8947,256.8542 l -0.1506,-0.0137 l 0.0260,-0.2864 l 0.1246,0.3001 l -0.1506,-0.0137 l -0.0260,0.2864 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 385.2039,269.0203 l 32.5402,2.5029 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.8117,271.8361 l -4.6056,-1.8981 l 0.6888,1.5969 l -0.9250,1.4727 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 417.8949,271.5348 l -0.1508,-0.0116 l 0.0221,-0.2868 l 0.1287,0.2984 l -0.1508,-0.0116 l -0.0221,0.2868 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 385.2039,284.1581 l 32.5402,2.1692 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.8117,286.5984 l -4.6212,-1.8496 l 0.7046,1.5886 l -0.9092,1.4810 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 417.8950,286.3373 l -0.1509,-0.0101 l 0.0191,-0.2870 l 0.1317,0.2970 l -0.1509,-0.0101 l -0.0191,0.2870 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 385.2039,299.2959 l 32.5402,1.9140 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.8117,301.4491 l -4.6332,-1.8126 l 0.7166,1.5822 l -0.8971,1.4873 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 417.8951,301.2187 l -0.1509,-0.0089 l 0.0169,-0.2871 l 0.1341,0.2960 l -0.1509,-0.0089 l -0.0169,0.2871 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 385.2039,314.4337 l 32.5402,1.7125 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.8117,316.3602 l -4.6426,-1.7833 l 0.7261,1.5772 l -0.8876,1.4923 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 417.8951,316.1541 l -0.1510,-0.0079 l 0.0151,-0.2872 l 0.1359,0.2952 l -0.1510,-0.0079 l -0.0151,0.2872 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 370.0661,26.8157 l -32.5400,-1.7128 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 333.4586,24.8888 l 4.6426,1.7833 l -0.7261,-1.5772 l 0.8876,-1.4922 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 337.3751,25.0950 l 0.1510,0.0079 l -0.0151,0.2872 l -0.1359,-0.2952 l 0.1510,0.0079 l 0.0151,-0.2872 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 370.0661,41.9535 l -32.5400,-1.9143 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 333.4586,39.7999 l 4.6331,1.8126 l -0.7166,-1.5822 l 0.8971,-1.4873 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 337.3751,40.0304 l 0.1509,0.0089 l -0.0169,0.2871 l -0.1341,-0.2960 l 0.1509,0.0089 l 0.0169,-0.2871 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 370.0661,57.0913 l -32.5400,-2.1695 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 333.4586,54.6506 l 4.6212,1.8497 l -0.7045,-1.5886 l 0.9092,-1.4810 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 337.3752,54.9117 l 0.1509,0.0101 l -0.0191,0.2870 l -0.1317,-0.2970 l 0.1509,0.0101 l 0.0191,-0.2870 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 370.0661,72.2291 l -32.5400,-2.5032 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 333.4586,69.4129 l 4.6056,1.8982 l -0.6888,-1.5969 l 0.9250,-1.4727 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 337.3753,69.7142 l 0.1508,0.0116 l -0.0221,0.2868 l -0.1287,-0.2984 l 0.1508,0.0116 l 0.0221,-0.2868 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 370.0661,87.3669 l -32.5400,-2.9583 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 333.4586,84.0387 l 4.5843,1.9643 l -0.6674,-1.6082 l 0.9465,-1.4615 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 337.3755,84.3948 l 0.1506,0.0137 l -0.0260,0.2864 l -0.1245,-0.3001 l 0.1506,0.0137 l 0.0260,-0.2864 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 370.0661,102.5047 l -32.5400,-3.6157 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 333.4586,98.4370 l 4.5536,2.0599 l -0.6364,-1.6247 l 0.9776,-1.4453 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 337.3758,98.8722 l 0.1503,0.0167 l -0.0318,0.2859 l -0.1185,-0.3026 l 0.1503,0.0167 l 0.0318,-0.2859 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 370.0661,117.6424 l -32.5400,-4.6487 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 333.4586,112.4126 l 4.5056,2.2102 l -0.5878,-1.6505 l 1.0264,-1.4199 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 337.3764,112.9723 l 0.1497,0.0214 l -0.0407,0.2847 l -0.1090,-0.3061 l 0.1497,0.0214 l 0.0407,-0.2847 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 370.0661,132.7802 l -32.5400,-6.5082 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 333.4586,125.4585 l 4.4195,2.4811 l -0.5002,-1.6973 l 1.1146,-1.3743 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 337.3778,126.2424 l 0.1483,0.0297 l -0.0564,0.2820 l -0.0919,-0.3117 l 0.1483,0.0297 l 0.0564,-0.2820 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 370.0661,147.9180 l -32.5400,-10.8469 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 333.4586,135.7153 l 4.2199,3.1152 l -0.2958,-1.8071 l 1.3210,-1.2682 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 337.3826,137.0233 l 0.1434,0.0478 l -0.0910,0.2729 l -0.0525,-0.3207 l 0.1434,0.0478 l 0.0910,-0.2729 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 370.0661,163.0558 l -32.5400,-32.5403 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 333.4586,126.4480 l 3.2245,6.3285 l 0.7361,-2.3679 l 2.3679,-0.7361 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 337.4192,130.4086 l 0.1069,0.1069 l -0.2034,0.2034 l 0.0965,-0.3103 l 0.1069,0.1069 l 0.2034,-0.2034 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 370.0661,178.1936 l -32.5400,32.5400 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 333.4586,214.8011 l 6.3285,-3.2245 l -2.3679,-0.7361 l -0.7361,-2.3679 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 337.4192,210.8405 l 0.1069,-0.1069 l 0.2034,0.2034 l -0.3103,-0.0965 l 0.1069,-0.1069 l -0.2034,-0.2034 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 370.0661,193.3314 l -32.5400,10.8466 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 333.4586,205.5338 l 5.2450,-0.0398 l -1.3209,-1.2682 l 0.2958,-1.8071 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 337.3826,204.2257 l 0.1435,-0.0478 l 0.0910,0.2729 l -0.2344,-0.2250 l 0.1435,-0.0478 l -0.0910,-0.2729 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 370.0661,208.4692 l -32.5400,6.5079 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 333.4586,215.7905 l 5.0338,0.5905 l -1.1146,-1.3743 l 0.5003,-1.6973 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 337.3778,215.0067 l 0.1483,-0.0297 l 0.0564,0.2820 l -0.2047,-0.2524 l 0.1483,-0.0297 l -0.0564,-0.2820 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 370.0661,223.6069 l -32.5400,4.6484 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 333.4586,228.8364 l 4.9442,0.8603 l -1.0264,-1.4199 l 0.5878,-1.6505 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 337.3764,228.2768 l 0.1497,-0.0214 l 0.0407,0.2847 l -0.1904,-0.2633 l 0.1497,-0.0214 l -0.0407,-0.2847 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 370.0661,238.7447 l -32.5400,3.6154 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 333.4586,242.8121 l 4.8948,1.0101 l -0.9775,-1.4453 l 0.6364,-1.6247 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 337.3758,242.3768 l 0.1503,-0.0167 l 0.0318,0.2859 l -0.1820,-0.2692 l 0.1503,-0.0167 l -0.0318,-0.2859 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 370.0661,253.8825 l -32.5400,2.9580 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 333.4586,257.2103 l 4.8634,1.1055 l -0.9465,-1.4615 l 0.6674,-1.6082 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 337.3755,256.8542 l 0.1506,-0.0137 l 0.0260,0.2864 l -0.1766,-0.2727 l 0.1506,-0.0137 l -0.0260,-0.2864 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 370.0661,269.0203 l -32.5400,2.5029 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 333.4586,271.8361 l 4.8417,1.1715 l -0.9249,-1.4727 l 0.6888,-1.5969 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 337.3753,271.5348 l 0.1508,-0.0116 l 0.0221,0.2868 l -0.1728,-0.2752 l 0.1508,-0.0116 l -0.0221,-0.2868 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 370.0661,284.1581 l -32.5400,2.1692 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 333.4586,286.5984 l 4.8258,1.2199 l -0.9092,-1.4810 l 0.7046,-1.5885 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 337.3752,286.3373 l 0.1509,-0.0101 l 0.0191,0.2870 l -0.1700,-0.2769 l 0.1509,-0.0101 l -0.0191,-0.2870 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 370.0661,299.2959 l -32.5400,1.9140 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 333.4586,301.4491 l 4.8137,1.2569 l -0.8971,-1.4873 l 0.7166,-1.5822 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 337.3751,301.2187 l 0.1509,-0.0089 l 0.0169,0.2871 l -0.1678,-0.2782 l 0.1509,-0.0089 l -0.0169,-0.2871 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 370.0661,314.4337 l -32.5400,1.7125 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 333.4586,316.3602 l 4.8041,1.2861 l -0.8876,-1.4922 l 0.7261,-1.5772 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 337.3751,316.1541 l 0.1510,-0.0079 l 0.0151,0.2872 l -0.1661,-0.2793 l 0.1510,-0.0079 l -0.0151,-0.2872 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 354.9283,26.8157 l -7.8763,-1.2437 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 344.2111,25.1234 l 3.0796,1.5673 l -0.3880,-1.1423 l 0.7211,-0.9672 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 346.9027,25.5484 l 0.1494,0.0236 l -0.0449,0.2841 l -0.1045,-0.3077 l 0.1494,0.0236 l 0.0449,-0.2841 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 354.9283,41.9535 l -7.8935,-1.3931 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 344.2025,40.0605 l 3.0507,1.6227 l -0.3672,-1.1491 l 0.7384,-0.9540 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 346.8860,40.5341 l 0.1489,0.0263 l -0.0500,0.2832 l -0.0989,-0.3095 l 0.1489,0.0263 l 0.0500,-0.2832 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 354.9283,57.0913 l -7.9176,-1.5837 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 344.1904,54.9435 l 3.0131,1.6916 l -0.3410,-1.1572 l 0.7599,-0.9370 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 346.8624,55.4780 l 0.1483,0.0297 l -0.0564,0.2820 l -0.0919,-0.3117 l 0.1483,0.0297 l 0.0564,-0.2820 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 354.9283,72.2291 l -7.9532,-1.8355 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 344.1726,69.7468 l 2.9621,1.7795 l -0.3069,-1.1667 l 0.7871,-0.9142 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 346.8278,70.3596 l 0.1473,0.0340 l -0.0647,0.2803 l -0.0827,-0.3143 l 0.1473,0.0340 l 0.0647,-0.2803 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 354.9283,87.3669 l -8.0086,-2.1843 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 344.1449,84.4258 l 2.8896,1.8949 l -0.2606,-1.1779 l 0.8226,-0.8825 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 346.7738,85.1428 l 0.1459,0.0398 l -0.0757,0.2775 l -0.0702,-0.3173 l 0.1459,0.0398 l 0.0757,-0.2775 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 354.9283,102.5047 l -8.1011,-2.7005 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 344.0986,98.8946 l 2.7800,2.0523 l -0.1949,-1.1905 l 0.8702,-0.8355 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 346.6838,99.7563 l 0.1434,0.0478 l -0.0910,0.2729 l -0.0525,-0.3207 l 0.1434,0.0478 l 0.0910,-0.2729 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 354.9283,117.6424 l -8.2710,-3.5449 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 344.0137,112.9645 l 2.6000,2.2761 l -0.0953,-1.2026 l 0.9366,-0.7603 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 346.5183,114.0380 l 0.1390,0.0596 l -0.1133,0.2644 l -0.0257,-0.3239 l 0.1390,0.0596 l 0.1133,-0.2644 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 354.9283,132.7802 l -8.6257,-5.1756 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 343.8364,126.1248 l 2.2686,2.6065 l 0.0680,-1.2045 l 1.0308,-0.6268 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 346.1730,127.5268 l 0.1297,0.0778 l -0.1480,0.2466 l 0.0183,-0.3244 l 0.1297,0.0778 l 0.1480,-0.2466 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 354.9283,147.9180 l -9.4908,-9.4910 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 343.4038,136.3932 l 1.5687,3.0789 l 0.3581,-1.1520 l 1.1520,-0.3581 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 345.3306,138.3201 l 0.1069,0.1069 l -0.2034,0.2034 l 0.0965,-0.3103 l 0.1069,0.1069 l 0.2034,-0.2034 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 354.9283,163.0558 l -10.8466,-32.5403 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 342.7259,126.4480 l 0.0398,5.2450 l 1.2682,-1.3210 l 1.8071,0.2959 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 344.0339,130.3721 l 0.0478,0.1435 l -0.2729,0.0910 l 0.2250,-0.2344 l 0.0478,0.1435 l 0.2729,-0.0910 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 354.9283,178.1936 l -10.8466,32.5400 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 342.7259,214.8011 l 3.1151,-4.2199 l -1.8071,0.2958 l -1.2682,-1.3210 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 344.0339,210.8770 l 0.0478,-0.1435 l 0.2729,0.0910 l -0.3207,0.0525 l 0.0478,-0.1435 l -0.2729,-0.0910 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 354.9283,193.3314 l -9.4907,9.4907 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 343.4038,204.8558 l 3.0788,-1.5687 l -1.1520,-0.3581 l -0.3581,-1.1520 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 345.3307,202.9290 l 0.1069,-0.1069 l 0.2034,0.2034 l -0.3103,-0.0965 l 0.1069,-0.1069 l -0.2034,-0.2034 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 354.9283,208.4692 l -8.6256,5.1753 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 343.8364,215.1242 l 3.3674,-0.7752 l -1.0307,-0.6268 l -0.0680,-1.2045 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 346.1730,213.7223 l 0.1297,-0.0778 l 0.1480,0.2466 l -0.2776,-0.1688 l 0.1297,-0.0778 l -0.1480,-0.2466 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 354.9283,223.6069 l -8.2710,3.5446 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 344.0137,228.2845 l 3.4413,-0.3131 l -0.9366,-0.7603 l 0.0954,-1.2026 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 346.5184,227.2111 l 0.1390,-0.0596 l 0.1133,0.2644 l -0.2523,-0.2048 l 0.1390,-0.0596 l -0.1133,-0.2644 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 354.9283,238.7447 l -8.1011,2.7003 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 344.0987,242.3545 l 3.4554,-0.0262 l -0.8702,-0.8355 l 0.1949,-1.1905 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 346.6838,241.4928 l 0.1435,-0.0478 l 0.0910,0.2729 l -0.2344,-0.2250 l 0.1435,-0.0478 l -0.0910,-0.2729 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 354.9283,253.8825 l -8.0086,2.1841 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 344.1449,256.8233 l 3.4515,0.1655 l -0.8225,-0.8825 l 0.2607,-1.1779 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 346.7739,256.1064 l 0.1459,-0.0398 l 0.0757,0.2775 l -0.2216,-0.2377 l 0.1459,-0.0398 l -0.0757,-0.2775 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 354.9283,269.0203 l -7.9532,1.8353 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 344.1726,271.5023 l 3.4423,0.3015 l -0.7871,-0.9142 l 0.3069,-1.1667 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 346.8278,270.8896 l 0.1473,-0.0340 l 0.0647,0.2803 l -0.2120,-0.2463 l 0.1473,-0.0340 l -0.0647,-0.2803 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 354.9283,284.1581 l -7.9176,1.5834 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 344.1904,286.3055 l 3.4319,0.4026 l -0.7599,-0.9370 l 0.3411,-1.1572 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 346.8625,285.7712 l 0.1483,-0.0297 l 0.0564,0.2820 l -0.2047,-0.2524 l 0.1483,-0.0297 l -0.0564,-0.2820 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 354.9283,299.2959 l -7.8934,1.3929 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 344.2025,301.1885 l 3.4219,0.4805 l -0.7384,-0.9540 l 0.3673,-1.1491 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 346.8860,300.7150 l 0.1489,-0.0263 l 0.0500,0.2832 l -0.1989,-0.2570 l 0.1489,-0.0263 l -0.0500,-0.2832 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 354.9283,314.4337 l -7.8763,1.2435 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 344.2111,316.1257 l 3.4127,0.5422 l -0.7210,-0.9672 l 0.3880,-1.1423 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 346.9027,315.7008 l 0.1494,-0.0236 l 0.0449,0.2841 l -0.1942,-0.2605 l 0.1494,-0.0236 l -0.0449,-0.2841 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 339.7906,26.8157 l -2.5720,-0.6769 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 334.4371,25.4068 l 2.9063,1.8691 l -0.2711,-1.1755 l 0.8147,-0.8898 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 337.0723,26.1003 l 0.1462,0.0385 l -0.0732,0.2781 l -0.0730,-0.3166 l 0.1462,0.0385 l 0.0732,-0.2781 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 339.7906,41.9535 l -2.6163,-0.7696 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 334.4149,40.3723 l 2.8515,1.9518 l -0.2372,-1.1828 l 0.8399,-0.8660 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 337.0292,41.1413 l 0.1451,0.0427 l -0.0812,0.2759 l -0.0639,-0.3186 l 0.1451,0.0427 l 0.0812,-0.2759 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 339.7906,57.0913 l -2.6778,-0.8927 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 334.3842,55.2890 l 2.7800,2.0523 l -0.1949,-1.1905 l 0.8703,-0.8355 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 336.9693,56.1508 l 0.1434,0.0478 l -0.0910,0.2729 l -0.0525,-0.3207 l 0.1434,0.0478 l 0.0910,-0.2729 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 339.7906,72.2291 l -2.7660,-1.0639 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 334.3401,70.1326 l 2.6839,2.1764 l -0.1406,-1.1981 l 0.9073,-0.7951 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 336.8834,71.1109 l 0.1411,0.0543 l -0.1033,0.2684 l -0.0379,-0.3227 l 0.1411,0.0543 l 0.1033,-0.2684 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 339.7906,87.3669 l -2.8982,-1.3175 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 334.2740,84.8592 l 2.5499,2.3320 l -0.0692,-1.2044 l 0.9529,-0.7398 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 336.7547,85.9868 l 0.1377,0.0626 l -0.1190,0.2618 l -0.0186,-0.3244 l 0.1377,0.0626 l 0.1190,-0.2618 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 339.7906,102.5047 l -3.1065,-1.7259 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 334.1698,99.3819 l 2.3542,2.5295 l 0.0279,-1.2061 l 1.0093,-0.6608 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 336.5519,100.7053 l 0.1322,0.0734 l -0.1397,0.2514 l 0.0075,-0.3249 l 0.1322,0.0734 l 0.1397,-0.2514 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 339.7906,117.6424 l -3.4541,-2.4673 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 333.9961,113.5033 l 2.0535,2.7791 l 0.1639,-1.1952 l 1.0775,-0.5426 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 336.2134,115.0872 l 0.1230,0.0879 l -0.1672,0.2340 l 0.0441,-0.3219 l 0.1230,0.0879 l 0.1672,-0.2340 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 339.7906,132.7802 l -4.0675,-4.0676 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 333.6894,126.6788 l 1.5687,3.0789 l 0.3581,-1.1520 l 1.1520,-0.3581 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 335.6162,128.6057 l 0.1069,0.1069 l -0.2034,0.2034 l 0.0965,-0.3103 l 0.1069,0.1069 l 0.2034,-0.2034 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 339.7906,147.9180 l -5.1754,-8.6259 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 333.1354,136.8258 l 0.7751,3.3674 l 0.6268,-1.0307 l 1.2045,-0.0680 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 334.5374,139.1624 l 0.0778,0.1297 l -0.2466,0.1480 l 0.1688,-0.2776 l 0.0778,0.1297 l 0.2466,-0.1480 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 339.7906,163.0558 l -6.5079,-32.5403 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 332.4691,126.4480 l -0.5905,5.0338 l 1.3743,-1.1146 l 1.6973,0.5003 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 333.2530,130.3672 l 0.0297,0.1483 l -0.2820,0.0564 l 0.2524,-0.2047 l 0.0297,0.1483 l 0.2820,-0.0564 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 339.7906,178.1936 l -6.5079,32.5400 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 332.4691,214.8011 l 2.4811,-4.4195 l -1.6973,0.5003 l -1.3743,-1.1146 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 333.2530,210.8818 l 0.0297,-0.1483 l 0.2820,0.0564 l -0.3117,0.0919 l 0.0297,-0.1483 l -0.2820,-0.0564 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 339.7906,193.3314 l -5.1754,8.6256 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 333.1354,204.4233 l 2.6064,-2.2686 l -1.2045,-0.0680 l -0.6268,-1.0308 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 334.5374,202.0866 l 0.0778,-0.1297 l 0.2466,0.1480 l -0.3244,-0.0183 l 0.0778,-0.1297 l -0.2466,-0.1480 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 339.7906,208.4692 l -4.0674,4.0673 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 333.6894,214.5702 l 3.0789,-1.5687 l -1.1520,-0.3581 l -0.3581,-1.1520 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 335.6163,212.6434 l 0.1069,-0.1069 l 0.2034,0.2034 l -0.3103,-0.0965 l 0.1069,-0.1069 l -0.2034,-0.2034 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 339.7906,223.6069 l -3.4540,2.4671 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 333.9961,227.7458 l 3.2949,-1.0412 l -1.0774,-0.5426 l -0.1638,-1.1952 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 336.2135,226.1619 l 0.1230,-0.0879 l 0.1672,0.2340 l -0.2902,-0.1462 l 0.1230,-0.0879 l -0.1672,-0.2340 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 339.7906,238.7447 l -3.1064,1.7257 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 334.1699,241.8672 l 3.3914,-0.6625 l -1.0093,-0.6608 l -0.0278,-1.2061 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 336.5520,240.5439 l 0.1322,-0.0734 l 0.1397,0.2514 l -0.2719,-0.1780 l 0.1322,-0.0734 l -0.1397,-0.2514 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 339.7906,253.8825 l -2.8981,1.3173 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 334.2740,256.3899 l 3.4336,-0.3878 l -0.9529,-0.7398 l 0.0692,-1.2044 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 336.7548,255.2624 l 0.1377,-0.0626 l 0.1190,0.2618 l -0.2567,-0.1993 l 0.1377,-0.0626 l -0.1190,-0.2618 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 339.7906,269.0203 l -2.7659,1.0638 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 334.3401,271.1165 l 3.4506,-0.1831 l -0.9073,-0.7951 l 0.1407,-1.1981 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 336.8835,270.1384 l 0.1411,-0.0543 l 0.1032,0.2684 l -0.2444,-0.2142 l 0.1411,-0.0543 l -0.1032,-0.2684 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 339.7906,284.1581 l -2.6777,0.8925 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 334.3842,285.9601 l 3.4554,-0.0262 l -0.8702,-0.8355 l 0.1949,-1.1905 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 336.9694,285.0984 l 0.1435,-0.0478 l 0.0909,0.2729 l -0.2344,-0.2250 l 0.1435,-0.0478 l -0.0909,-0.2729 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 339.7906,299.2959 l -2.6163,0.7694 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 334.4150,300.8768 l 3.4541,0.0972 l -0.8398,-0.8660 l 0.2373,-1.1828 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 337.0292,300.1080 l 0.1451,-0.0427 l 0.0812,0.2759 l -0.2262,-0.2333 l 0.1451,-0.0427 l -0.0812,-0.2759 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 339.7906,314.4337 l -2.5719,0.6768 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 334.4371,315.8424 l 3.4499,0.1963 l -0.8146,-0.8898 l 0.2712,-1.1755 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 337.0724,315.1489 l 0.1462,-0.0385 l 0.0732,0.2781 l -0.2194,-0.2397 l 0.1462,-0.0385 l -0.0732,-0.2781 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 324.6528,26.8157 l -0.4130,-0.1522 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 321.5410,25.6691 l 2.7145,2.1382 l -0.1576,-1.1960 l 0.8959,-0.8079 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 324.0979,26.6113 l 0.1419,0.0523 l -0.0994,0.2699 l -0.0424,-0.3222 l 0.1419,0.0523 l 0.0994,-0.2699 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 324.6528,41.9535 l -0.4916,-0.2024 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 321.5017,40.6559 l 2.6322,2.2387 l -0.1125,-1.2011 l 0.9257,-0.7736 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 324.0213,41.6935 l 0.1398,0.0576 l -0.1095,0.2660 l -0.0303,-0.3235 l 0.1398,0.0576 l 0.1095,-0.2660 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 324.6528,57.0913 l -0.5980,-0.2791 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 321.4485,55.5958 l 2.5264,2.3575 l -0.0571,-1.2050 l 0.9603,-0.7302 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 323.9177,56.7482 l 0.1370,0.0639 l -0.1216,0.2606 l -0.0154,-0.3246 l 0.1370,0.0639 l 0.1216,-0.2606 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 324.6528,72.2291 l -0.7459,-0.4017 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 321.3745,70.4637 l 2.3872,2.4983 l 0.0120,-1.2063 l 1.0005,-0.6740 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 323.7737,71.7557 l 0.1331,0.0717 l -0.1364,0.2532 l 0.0032,-0.3249 l 0.1331,0.0717 l 0.1364,-0.2532 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 324.6528,87.3669 l -0.9577,-0.6095 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 321.2686,85.2132 l 2.1992,2.6653 l 0.0997,-1.2022 l 1.0469,-0.5994 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 323.5675,86.6762 l 0.1276,0.0812 l -0.1544,0.2426 l 0.0269,-0.3238 l 0.1276,0.0812 l 0.1544,-0.2426 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 324.6528,102.5047 l -1.2701,-0.9879 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 321.1124,99.7509 l 1.9384,2.8605 l 0.2125,-1.1875 l 1.0987,-0.4982 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 323.2633,101.4239 l 0.1194,0.0928 l -0.1766,0.2270 l 0.0572,-0.3199 l 0.1194,0.0928 l 0.1766,-0.2270 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 324.6528,117.6424 l -1.7432,-1.7433 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 320.8759,113.8653 l 1.5687,3.0789 l 0.3581,-1.1520 l 1.1520,-0.3581 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 322.8027,115.7922 l 0.1069,0.1069 l -0.2034,0.2034 l 0.0965,-0.3103 l 0.1069,0.1069 l 0.2034,-0.2034 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 324.6528,132.7802 l -2.4672,-3.4543 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 320.5138,126.9855 l 1.0412,3.2949 l 0.5426,-1.0774 l 1.1952,-0.1638 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 322.0977,129.2029 l 0.0879,0.1230 l -0.2340,0.1672 l 0.1462,-0.2902 l 0.0879,0.1230 l 0.2340,-0.1672 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 324.6528,147.9180 l -3.5447,-8.2713 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 319.9751,137.0031 l 0.3131,3.4413 l 0.7603,-0.9366 l 1.2026,0.0954 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 321.0485,139.5077 l 0.0596,0.1390 l -0.2644,0.1133 l 0.2048,-0.2523 l 0.0596,0.1390 l 0.2644,-0.1133 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 324.6528,163.0558 l -4.6485,-32.5403 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 319.4232,126.4480 l -0.8603,4.9443 l 1.4199,-1.0264 l 1.6505,0.5878 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 319.9829,130.3658 l 0.0214,0.1497 l -0.2847,0.0407 l 0.2633,-0.1904 l 0.0214,0.1497 l 0.2847,-0.0407 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 324.6528,178.1936 l -4.6485,32.5400 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 319.4232,214.8011 l 2.2102,-4.5056 l -1.6505,0.5878 l -1.4199,-1.0264 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 319.9829,210.8833 l 0.0214,-0.1497 l 0.2847,0.0407 l -0.3061,0.1090 l 0.0214,-0.1497 l -0.2847,-0.0407 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 324.6528,193.3314 l -3.5447,8.2709 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 319.9751,204.2459 l 2.2760,-2.6000 l -1.2026,0.0954 l -0.7603,-0.9366 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 321.0485,201.7413 l 0.0596,-0.1390 l 0.2644,0.1133 l -0.3239,0.0257 l 0.0596,-0.1390 l -0.2644,-0.1133 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 324.6528,208.4692 l -2.4671,3.4540 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 320.5139,214.2636 l 2.7791,-2.0536 l -1.1952,-0.1638 l -0.5426,-1.0775 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 322.0978,212.0462 l 0.0879,-0.1230 l 0.2340,0.1672 l -0.3219,-0.0441 l 0.0879,-0.1230 l -0.2340,-0.1672 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 324.6528,223.6069 l -1.7431,1.7430 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 320.8759,227.3837 l 3.0789,-1.5687 l -1.1520,-0.3581 l -0.3581,-1.1520 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 322.8028,225.4569 l 0.1069,-0.1069 l 0.2034,0.2034 l -0.3103,-0.0965 l 0.1069,-0.1069 l -0.2034,-0.2034 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 324.6528,238.7447 l -1.2699,0.9877 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 321.1125,241.4982 l 3.2497,-1.1747 l -1.0987,-0.4982 l -0.2124,-1.1875 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 323.2635,239.8253 l 0.1194,-0.0928 l 0.1766,0.2270 l -0.2959,-0.1342 l 0.1194,-0.0928 l -0.1766,-0.2270 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 324.6528,253.8825 l -0.9575,0.6093 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 321.2687,256.0360 l 3.3458,-0.8635 l -1.0469,-0.5995 l -0.0996,-1.2022 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 323.5677,254.5730 l 0.1276,-0.0812 l 0.1544,0.2427 l -0.2820,-0.1615 l 0.1276,-0.0812 l -0.1544,-0.2427 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 324.6528,269.0203 l -0.7458,0.4016 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 321.3746,270.7854 l 3.3998,-0.6178 l -1.0005,-0.6740 l -0.0119,-1.2063 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 323.7738,269.4936 l 0.1331,-0.0717 l 0.1364,0.2532 l -0.2695,-0.1816 l 0.1331,-0.0717 l -0.1364,-0.2532 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 324.6528,284.1581 l -0.5979,0.2790 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 321.4485,285.6533 l 3.4296,-0.4221 l -0.9603,-0.7302 l 0.0572,-1.2050 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 323.9179,284.5010 l 0.1370,-0.0639 l 0.1216,0.2606 l -0.2586,-0.1967 l 0.1370,-0.0639 l -0.1216,-0.2606 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 324.6528,299.2959 l -0.4915,0.2024 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 321.5017,300.5933 l 3.4454,-0.2638 l -0.9256,-0.7736 l 0.1126,-1.2011 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 324.0215,299.5558 l 0.1398,-0.0576 l 0.1095,0.2660 l -0.2493,-0.2084 l 0.1398,-0.0576 l -0.1095,-0.2660 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 324.6528,314.4337 l -0.4129,0.1521 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 321.5410,315.5800 l 3.4529,-0.1341 l -0.8959,-0.8079 l 0.1576,-1.1960 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 324.0980,314.6380 l 0.1419,-0.0523 l 0.0994,0.2699 l -0.2413,-0.2176 l 0.1419,-0.0523 l -0.0994,-0.2699 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 309.5150,26.8157 l 0.6792,0.3218 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 307.5949,25.9061 l 2.5128,2.3720 l -0.0502,-1.2053 l 0.9645,-0.7246 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 310.0575,27.0727 l 0.1367,0.0647 l -0.1231,0.2599 l -0.0135,-0.3247 l 0.1367,0.0647 l 0.1231,-0.2599 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 309.5150,41.9535 l 0.5644,0.2988 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 307.5375,40.9065 l 2.4047,2.4815 l 0.0035,-1.2064 l 0.9958,-0.6810 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 309.9458,42.1816 l 0.1336,0.0708 l -0.1346,0.2542 l 0.0009,-0.3249 l 0.1336,0.0708 l 0.1346,-0.2542 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 309.5150,57.0913 l 0.4131,0.2479 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 307.4619,55.8593 l 2.2685,2.6065 l 0.0681,-1.2045 l 1.0308,-0.6268 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 309.7985,57.2614 l 0.1297,0.0778 l -0.1480,0.2466 l 0.0183,-0.3244 l 0.1297,0.0778 l 0.1480,-0.2466 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 309.5150,72.2291 l 0.2101,0.1454 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 307.3603,70.7373 l 2.0941,2.7486 l 0.1463,-1.1975 l 1.0694,-0.5584 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 309.6007,72.2885 l 0.1243,0.0861 l -0.1637,0.2365 l 0.0394,-0.3225 l 0.1243,0.0861 l 0.1637,-0.2365 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 309.5150,87.3669 l -0.0674,-0.0552 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 307.2216,85.4903 l 1.8672,2.9075 l 0.2417,-1.1819 l 1.1107,-0.4709 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 309.3306,87.2160 l 0.1170,0.0958 l -0.1821,0.2226 l 0.0651,-0.3184 l 0.1170,0.0958 l 0.1821,-0.2226 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 309.5150,102.5047 l -0.4519,-0.4520 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 307.0293,100.0188 l 1.5686,3.0789 l 0.3581,-1.1520 l 1.1520,-0.3581 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 308.9561,101.9457 l 0.1069,0.1069 l -0.2034,0.2034 l 0.0965,-0.3103 l 0.1069,0.1069 l 0.2034,-0.2034 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 309.5150,117.6424 l -0.9879,-1.2702 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 306.7614,114.1019 l 1.1747,3.2497 l 0.4982,-1.0987 l 1.1875,-0.2124 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 308.4343,116.2529 l 0.0928,0.1194 l -0.2270,0.1766 l 0.1342,-0.2959 l 0.0928,0.1194 l 0.2270,-0.1766 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 309.5150,132.7802 l -1.7259,-3.1067 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 306.3924,127.1593 l 0.6625,3.3914 l 0.6608,-1.0093 l 1.2061,-0.0278 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 307.7157,129.5413 l 0.0734,0.1322 l -0.2514,0.1397 l 0.1780,-0.2719 l 0.0734,0.1322 l 0.2514,-0.1397 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 309.5150,147.9180 l -2.7004,-8.1014 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 305.9051,137.0880 l 0.0262,3.4554 l 0.8355,-0.8702 l 1.1905,0.1949 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 306.7668,139.6732 l 0.0478,0.1435 l -0.2729,0.0909 l 0.2250,-0.2344 l 0.0478,0.1435 l 0.2729,-0.0909 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 309.5150,163.0558 l -3.6155,-32.5403 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 305.4476,126.4480 l -1.0101,4.8948 l 1.4453,-0.9775 l 1.6247,0.6364 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 305.8828,130.3652 l 0.0167,0.1503 l -0.2859,0.0318 l 0.2692,-0.1820 l 0.0167,0.1503 l 0.2859,-0.0318 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 309.5150,178.1936 l -3.6155,32.5400 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 305.4476,214.8011 l 2.0599,-4.5537 l -1.6247,0.6364 l -1.4453,-0.9775 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 305.8828,210.8839 l 0.0167,-0.1503 l 0.2859,0.0318 l -0.3026,0.1185 l 0.0167,-0.1503 l -0.2859,-0.0318 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 309.5150,193.3314 l -2.7003,8.1010 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 305.9052,204.1610 l 2.0522,-2.7800 l -1.1905,0.1949 l -0.8355,-0.8702 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 306.7669,201.5758 l 0.0478,-0.1435 l 0.2729,0.0910 l -0.3207,0.0525 l 0.0478,-0.1435 l -0.2729,-0.0910 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 309.5150,208.4692 l -1.7258,3.1064 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 306.3924,214.0898 l 2.5294,-2.3542 l -1.2061,-0.0278 l -0.6608,-1.0093 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 307.7158,211.7077 l 0.0734,-0.1322 l 0.2514,0.1397 l -0.3249,-0.0075 l 0.0734,-0.1322 l -0.2514,-0.1397 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 309.5150,223.6069 l -0.9877,1.2699 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 306.7615,227.1472 l 2.8605,-1.9385 l -1.1875,-0.2124 l -0.4982,-1.0987 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 308.4344,224.9962 l 0.0928,-0.1194 l 0.2270,0.1766 l -0.3199,-0.0572 l 0.0928,-0.1194 l -0.2270,-0.1766 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 309.5150,238.7447 l -0.4518,0.4518 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 307.0294,241.2303 l 3.0789,-1.5687 l -1.1520,-0.3581 l -0.3581,-1.1520 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 308.9563,239.3034 l 0.1069,-0.1069 l 0.2034,0.2034 l -0.3103,-0.0965 l 0.1069,-0.1069 l -0.2034,-0.2034 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 309.5150,253.8825 l -0.0672,0.0550 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 307.2217,255.7588 l 3.2197,-1.2546 l -1.1106,-0.4710 l -0.2417,-1.1819 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 309.3307,254.0333 l 0.1170,-0.0958 l 0.1821,0.2226 l -0.2992,-0.1269 l 0.1170,-0.0958 l -0.1821,-0.2226 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 309.5150,269.0203 l 0.2103,-0.1456 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 307.3604,270.5119 l 3.3098,-0.9926 l -1.0694,-0.5584 l -0.1462,-1.1975 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 309.6009,268.9608 l 0.1243,-0.0861 l 0.1637,0.2365 l -0.2880,-0.1504 l 0.1243,-0.0861 l -0.1637,-0.2365 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 309.5150,284.1581 l 0.4133,-0.2480 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 307.4620,285.3898 l 3.3674,-0.7751 l -1.0307,-0.6268 l -0.0680,-1.2045 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 309.7986,283.9879 l 0.1297,-0.0778 l 0.1480,0.2466 l -0.2776,-0.1688 l 0.1297,-0.0778 l -0.1480,-0.2466 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 309.5150,299.2959 l 0.5646,-0.2989 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 307.5376,300.3427 l 3.4041,-0.5939 l -0.9957,-0.6811 l -0.0034,-1.2064 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 309.9459,299.0677 l 0.1336,-0.0707 l 0.1346,0.2542 l -0.2682,-0.1834 l 0.1336,-0.0707 l -0.1346,-0.2542 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 309.5150,314.4337 l 0.6793,-0.3218 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 307.5950,315.3431 l 3.4271,-0.4417 l -0.9644,-0.7247 l 0.0503,-1.2053 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 310.0577,314.1766 l 0.1367,-0.0647 l 0.1231,0.2599 l -0.2598,-0.1952 l 0.1367,-0.0647 l -0.1231,-0.2599 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 294.3772,26.8157 l 1.2805,0.7414 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 293.1686,26.1159 l 2.3089,2.5708 l 0.0492,-1.2054 l 1.0209,-0.6428 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 295.5268,27.4814 l 0.1309,0.0758 l -0.1441,0.2489 l 0.0133,-0.3247 l 0.1309,0.0758 l 0.1441,-0.2489 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 294.3772,41.9535 l 1.1317,0.7324 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 293.0943,41.1233 l 2.1789,2.6819 l 0.1088,-1.2015 l 1.0514,-0.5915 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 295.3820,42.6037 l 0.1269,0.0822 l -0.1563,0.2415 l 0.0293,-0.3236 l 0.1269,0.0822 l 0.1563,-0.2415 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 294.3772,57.0913 l 0.9409,0.6901 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 292.9989,56.0804 l 2.0185,2.8046 l 0.1788,-1.1930 l 1.0842,-0.5290 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 295.1962,57.6920 l 0.1219,0.0894 l -0.1701,0.2319 l 0.0482,-0.3214 l 0.1219,0.0894 l 0.1701,-0.2319 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 294.3772,72.2291 l 0.6935,0.5868 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 292.8751,70.9580 l 1.8189,2.9380 l 0.2612,-1.1777 l 1.1183,-0.4525 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 294.9553,72.7182 l 0.1154,0.0977 l -0.1858,0.2196 l 0.0704,-0.3172 l 0.1154,0.0977 l 0.1858,-0.2196 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 294.3772,87.3669 l 0.3697,0.3698 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 292.7133,85.7028 l 1.5686,3.0789 l 0.3581,-1.1520 l 1.1520,-0.3580 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 294.6400,87.6297 l 0.1069,0.1069 l -0.2034,0.2034 l 0.0965,-0.3103 l 0.1069,0.1069 l 0.2034,-0.2034 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 294.3772,102.5047 l -0.0552,-0.0674 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 292.5008,100.2111 l 1.2545,3.2197 l 0.4710,-1.1106 l 1.1819,-0.2416 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 294.2263,102.3202 l 0.0957,0.1170 l -0.2226,0.1821 l 0.1269,-0.2992 l 0.0957,0.1170 l 0.2226,-0.1821 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 294.3772,117.6424 l -0.6095,-0.9578 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 292.2237,114.2581 l 0.8634,3.3459 l 0.5995,-1.0469 l 1.2023,-0.0996 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 293.6866,116.5571 l 0.0812,0.1276 l -0.2427,0.1544 l 0.1615,-0.2820 l 0.0812,0.1276 l 0.2427,-0.1544 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 294.3772,132.7802 l -1.3174,-2.8984 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 291.8697,127.2634 l 0.3877,3.4336 l 0.7398,-0.9529 l 1.2044,0.0692 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 292.9972,129.7442 l 0.0626,0.1377 l -0.2618,0.1190 l 0.1993,-0.2567 l 0.0626,0.1377 l 0.2618,-0.1190 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 294.3772,147.9180 l -2.1841,-8.0089 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 291.4363,137.1343 l -0.1655,3.4515 l 0.8825,-0.8225 l 1.1779,0.2607 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 292.1533,139.7632 l 0.0398,0.1459 l -0.2775,0.0757 l 0.2377,-0.2216 l 0.0398,0.1459 l 0.2775,-0.0757 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 294.3772,163.0558 l -2.9581,-32.5403 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 291.0493,126.4480 l -1.1055,4.8634 l 1.4615,-0.9465 l 1.6082,0.6674 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 291.4054,130.3649 l 0.0137,0.1506 l -0.2864,0.0260 l 0.2727,-0.1766 l 0.0137,0.1506 l 0.2864,-0.0260 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 294.3772,178.1936 l -2.9581,32.5400 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 291.0493,214.8011 l 1.9643,-4.5843 l -1.6082,0.6674 l -1.4615,-0.9465 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 291.4054,210.8842 l 0.0137,-0.1506 l 0.2864,0.0260 l -0.3001,0.1245 l 0.0137,-0.1506 l -0.2864,-0.0260 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 294.3772,193.3314 l -2.1841,8.0085 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 291.4363,204.1147 l 1.8949,-2.8896 l -1.1779,0.2606 l -0.8825,-0.8225 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 292.1533,201.4858 l 0.0398,-0.1459 l 0.2775,0.0757 l -0.3173,0.0702 l 0.0398,-0.1459 l -0.2775,-0.0757 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 294.3772,208.4692 l -1.3173,2.8981 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 291.8697,213.9856 l 2.3320,-2.5499 l -1.2044,0.0692 l -0.7398,-0.9529 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 292.9973,211.5049 l 0.0626,-0.1377 l 0.2618,0.1190 l -0.3244,0.0186 l 0.0626,-0.1377 l -0.2618,-0.1190 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 294.3772,223.6069 l -0.6093,0.9575 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 292.2237,226.9910 l 2.6652,-2.1993 l -1.2022,-0.0997 l -0.5995,-1.0469 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 293.6867,224.6920 l 0.0812,-0.1276 l 0.2427,0.1544 l -0.3238,-0.0268 l 0.0812,-0.1276 l -0.2427,-0.1544 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 294.3772,238.7447 l -0.0550,0.0672 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 292.5009,241.0380 l 2.9075,-1.8673 l -1.1819,-0.2417 l -0.4709,-1.1107 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 294.2265,238.9290 l 0.0958,-0.1170 l 0.2226,0.1821 l -0.3184,-0.0651 l 0.0958,-0.1170 l -0.2226,-0.1821 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 294.3772,253.8825 l 0.3699,-0.3699 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 292.7134,255.5463 l 3.0789,-1.5687 l -1.1520,-0.3581 l -0.3581,-1.1520 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 294.6402,253.6195 l 0.1069,-0.1069 l 0.2034,0.2034 l -0.3103,-0.0965 l 0.1069,-0.1069 l -0.2034,-0.2034 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 294.3772,269.0203 l 0.6937,-0.5870 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 292.8752,270.2912 l 3.1985,-1.3076 l -1.1183,-0.4525 l -0.2612,-1.1778 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 294.9555,268.5310 l 0.1154,-0.0977 l 0.1858,0.2196 l -0.3012,-0.1219 l 0.1154,-0.0977 l -0.1858,-0.2196 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 294.3772,284.1581 l 0.9412,-0.6902 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 292.9990,285.1688 l 3.2816,-1.0823 l -1.0841,-0.5291 l -0.1787,-1.1931 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 295.1964,283.5573 l 0.1219,-0.0894 l 0.1701,0.2319 l -0.2920,-0.1425 l 0.1219,-0.0894 l -0.1701,-0.2319 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 294.3772,299.2959 l 1.1320,-0.7324 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 293.0944,300.1259 l 3.3392,-0.8887 l -1.0514,-0.5915 l -0.1087,-1.2015 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 295.3822,298.6456 l 0.1270,-0.0821 l 0.1562,0.2415 l -0.2832,-0.1593 l 0.1270,-0.0821 l -0.1562,-0.2415 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 294.3772,314.4337 l 1.2807,-0.7414 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 293.1687,315.1333 l 3.3791,-0.7224 l -1.0208,-0.6429 l -0.0491,-1.2054 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 295.5270,313.7680 l 0.1309,-0.0758 l 0.1441,0.2489 l -0.2750,-0.1732 l 0.1309,-0.0758 l -0.1441,-0.2489 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 279.2394,26.8157 l 1.3904,0.9515 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 278.2562,26.1429 l 2.1091,2.7371 l 0.1397,-1.1983 l 1.0663,-0.5642 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 280.5051,27.6818 l 0.1248,0.0854 l -0.1624,0.2374 l 0.0376,-0.3228 l 0.1248,0.0854 l 0.1624,-0.2374 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 279.2394,41.9535 l 1.3383,1.0235 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 278.2931,41.2298 l 1.9617,2.8446 l 0.2028,-1.1892 l 1.0946,-0.5071 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 280.4576,42.8852 l 0.1201,0.0919 l -0.1747,0.2285 l 0.0546,-0.3203 l 0.1201,0.0919 l 0.1747,-0.2285 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 279.2394,57.0913 l 1.2181,1.0558 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 278.2841,56.2632 l 1.7840,2.9593 l 0.2752,-1.1746 l 1.1236,-0.4392 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 280.3432,58.0480 l 0.1143,0.0990 l -0.1884,0.2173 l 0.0741,-0.3164 l 0.1143,0.0990 l 0.1884,-0.2173 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 279.2394,72.2291 l 0.9386,0.9387 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 278.1443,71.1339 l 1.5686,3.0789 l 0.3582,-1.1520 l 1.1520,-0.3580 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 280.0711,73.0608 l 0.1069,0.1069 l -0.2034,0.2034 l 0.0965,-0.3103 l 0.1069,0.1069 l 0.2034,-0.2034 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 279.2394,87.3669 l 0.5868,0.6935 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 277.9684,85.8647 l 1.3075,3.1985 l 0.4526,-1.1183 l 1.1778,-0.2611 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 279.7285,87.9449 l 0.0977,0.1154 l -0.2196,0.1858 l 0.1219,-0.3012 l 0.0977,0.1154 l 0.2196,-0.1858 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 279.2394,102.5047 l 0.1454,0.2100 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 277.7477,100.3498 l 0.9926,3.3098 l 0.5584,-1.0693 l 1.1975,-0.1462 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 279.2987,102.5903 l 0.0861,0.1243 l -0.2365,0.1637 l 0.1504,-0.2880 l 0.0861,0.1243 l 0.2365,-0.1637 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 279.2394,117.6424 l -0.4017,-0.7461 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 277.4742,114.3639 l 0.6178,3.3998 l 0.6740,-1.0005 l 1.2063,-0.0119 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 278.7660,116.7632 l 0.0717,0.1331 l -0.2532,0.1364 l 0.1816,-0.2695 l 0.0717,0.1331 l 0.2532,-0.1364 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 279.2394,132.7802 l -1.0639,-2.7662 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 277.1431,127.3295 l 0.1830,3.4506 l 0.7951,-0.9073 l 1.1981,0.1407 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 278.1213,129.8729 l 0.0543,0.1411 l -0.2684,0.1032 l 0.2142,-0.2444 l 0.0543,0.1411 l 0.2684,-0.1032 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 279.2394,147.9180 l -1.8353,-7.9535 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 276.7574,137.1620 l -0.3015,3.4423 l 0.9142,-0.7871 l 1.1667,0.3069 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 277.3701,139.8172 l 0.0340,0.1473 l -0.2803,0.0647 l 0.2463,-0.2120 l 0.0340,0.1473 l 0.2803,-0.0647 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 279.2394,163.0558 l -2.5030,-32.5403 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 276.4235,126.4480 l -1.1715,4.8417 l 1.4727,-0.9250 l 1.5969,0.6888 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 276.7248,130.3648 l 0.0116,0.1508 l -0.2868,0.0221 l 0.2752,-0.1728 l 0.0116,0.1508 l 0.2868,-0.0221 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 279.2394,178.1936 l -2.5030,32.5400 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 276.4235,214.8011 l 1.8981,-4.6056 l -1.5969,0.6888 l -1.4727,-0.9249 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 276.7248,210.8843 l 0.0116,-0.1508 l 0.2868,0.0221 l -0.2984,0.1287 l 0.0116,-0.1508 l -0.2868,-0.0221 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 279.2394,193.3314 l -1.8353,7.9531 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 276.7574,204.0870 l 1.7794,-2.9621 l -1.1667,0.3069 l -0.9142,-0.7871 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 277.3701,201.4319 l 0.0340,-0.1473 l 0.2803,0.0647 l -0.3143,0.0827 l 0.0340,-0.1473 l -0.2803,-0.0647 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 279.2394,208.4692 l -1.0638,2.7659 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 277.1431,213.9195 l 2.1763,-2.6840 l -1.1981,0.1406 l -0.7951,-0.9073 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 278.1213,211.3762 l 0.0543,-0.1411 l 0.2684,0.1032 l -0.3227,0.0379 l 0.0543,-0.1411 l -0.2684,-0.1032 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 279.2394,223.6069 l -0.4016,0.7458 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 277.4743,226.8851 l 2.4982,-2.3873 l -1.2063,-0.0120 l -0.6740,-1.0005 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 278.7662,224.4858 l 0.0717,-0.1331 l 0.2532,0.1364 l -0.3249,-0.0032 l 0.0717,-0.1331 l -0.2532,-0.1364 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 279.2394,238.7447 l 0.1456,-0.2103 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 277.7478,240.8992 l 2.7486,-2.0942 l -1.1975,-0.1462 l -0.5584,-1.0694 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 279.2989,238.6588 l 0.0861,-0.1243 l 0.2365,0.1637 l -0.3225,-0.0394 l 0.0861,-0.1243 l -0.2365,-0.1637 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 279.2394,253.8825 l 0.5870,-0.6937 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 277.9685,255.3844 l 2.9379,-1.8190 l -1.1778,-0.2612 l -0.4525,-1.1183 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 279.7287,253.3043 l 0.0977,-0.1154 l 0.2196,0.1858 l -0.3172,-0.0704 l 0.0977,-0.1154 l -0.2196,-0.1858 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 279.2394,269.0203 l 0.9388,-0.9388 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 278.1445,270.1152 l 3.0789,-1.5687 l -1.1520,-0.3581 l -0.3581,-1.1520 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 280.0713,268.1884 l 0.1069,-0.1069 l 0.2034,0.2034 l -0.3103,-0.0965 l 0.1069,-0.1069 l -0.2034,-0.2034 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 279.2394,284.1581 l 1.2183,-1.0558 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 278.2842,284.9859 l 3.1828,-1.3454 l -1.1236,-0.4393 l -0.2751,-1.1746 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 280.3435,283.2013 l 0.1143,-0.0990 l 0.1884,0.2174 l -0.3026,-0.1183 l 0.1143,-0.0990 l -0.1884,-0.2174 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 279.2394,299.2959 l 1.3384,-1.0234 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 278.2930,300.0196 l 3.2592,-1.1480 l -1.0946,-0.5072 l -0.2027,-1.1892 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 280.4577,298.3643 l 0.1201,-0.0919 l 0.1747,0.2285 l -0.2948,-0.1366 l 0.1201,-0.0919 l -0.1747,-0.2285 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 279.2394,314.4337 l 1.3905,-0.9514 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 278.2562,315.1064 l 3.3152,-0.9744 l -1.0663,-0.5643 l -0.1396,-1.1983 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 280.5051,313.5677 l 0.1248,-0.0854 l 0.1624,0.2374 l -0.2872,-0.1520 l 0.1248,-0.0854 l -0.1624,-0.2374 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 264.1016,26.8157 l 1.3223,1.0441 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 263.1666,26.0774 l 1.9176,2.8746 l 0.2211,-1.1859 l 1.1023,-0.4902 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 265.3053,27.7661 l 0.1187,0.0937 l -0.1782,0.2257 l 0.0596,-0.3194 l 0.1187,0.0937 l 0.1782,-0.2257 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 264.1016,41.9535 l 1.2633,1.1148 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 263.2083,41.1652 l 1.7576,2.9751 l 0.2856,-1.1721 l 1.1274,-0.4292 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 265.2515,42.9682 l 0.1134,0.1001 l -0.1903,0.2157 l 0.0769,-0.3157 l 0.1134,0.1001 l 0.1903,-0.2157 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 264.1016,57.0913 l 1.1913,1.1914 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 263.2592,56.2488 l 1.5686,3.0789 l 0.3582,-1.1520 l 1.1520,-0.3580 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 265.1860,58.1758 l 0.1069,0.1069 l -0.2034,0.2034 l 0.0965,-0.3103 l 0.1069,0.1069 l 0.2034,-0.2034 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 264.1016,72.2291 l 1.0556,1.2181 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 263.2737,71.2736 l 1.3452,3.1829 l 0.4393,-1.1235 l 1.1746,-0.2750 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 265.0582,73.3330 l 0.0990,0.1143 l -0.2174,0.1884 l 0.1183,-0.3026 l 0.0990,0.1143 l 0.2174,-0.1884 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 264.1016,87.3669 l 0.6900,0.9410 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 263.0908,85.9884 l 1.0822,3.2816 l 0.5292,-1.0841 l 1.1931,-0.1787 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 264.7022,88.1859 l 0.0894,0.1219 l -0.2319,0.1701 l 0.1425,-0.2920 l 0.0894,0.1219 l 0.2319,-0.1701 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 264.1016,102.5047 l 0.2478,0.4131 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 262.8698,100.4514 l 0.7751,3.3674 l 0.6268,-1.0307 l 1.2045,-0.0680 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 264.2717,102.7881 l 0.0778,0.1297 l -0.2466,0.1480 l 0.1688,-0.2776 l 0.0778,0.1297 l 0.2466,-0.1480 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 264.1016,117.6424 l -0.2791,-0.5982 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 262.6063,114.4379 l 0.4220,3.4296 l 0.7303,-0.9602 l 1.2050,0.0572 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 263.7586,116.9073 l 0.0639,0.1370 l -0.2606,0.1216 l 0.1967,-0.2586 l 0.0639,0.1370 l 0.2606,-0.1216 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 264.1016,132.7802 l -0.8926,-2.6780 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 262.2995,127.3736 l 0.0262,3.4554 l 0.8355,-0.8702 l 1.1905,0.1949 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 263.1612,129.9588 l 0.0478,0.1435 l -0.2729,0.0909 l 0.2250,-0.2344 l 0.0478,0.1435 l 0.2729,-0.0909 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 264.1016,147.9180 l -1.5835,-7.9179 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 261.9541,137.1798 l -0.4026,3.4319 l 0.9370,-0.7599 l 1.1572,0.3411 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 262.4885,139.8518 l 0.0297,0.1483 l -0.2820,0.0564 l 0.2524,-0.2047 l 0.0297,0.1483 l 0.2820,-0.0564 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 264.1016,163.0558 l -2.1692,-32.5403 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 261.6612,126.4480 l -1.2199,4.8258 l 1.4810,-0.9092 l 1.5886,0.7046 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 261.9223,130.3646 l 0.0101,0.1509 l -0.2870,0.0191 l 0.2769,-0.1700 l 0.0101,0.1509 l 0.2870,-0.0191 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 264.1016,178.1936 l -2.1692,32.5400 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 261.6612,214.8011 l 1.8496,-4.6212 l -1.5885,0.7046 l -1.4810,-0.9092 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 261.9223,210.8844 l 0.0101,-0.1509 l 0.2870,0.0191 l -0.2970,0.1317 l 0.0101,-0.1509 l -0.2870,-0.0191 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 264.1016,193.3314 l -1.5835,7.9175 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 261.9541,204.0692 l 1.6915,-3.0131 l -1.1572,0.3411 l -0.9370,-0.7599 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 262.4885,201.3972 l 0.0297,-0.1483 l 0.2820,0.0564 l -0.3117,0.0919 l 0.0297,-0.1483 l -0.2820,-0.0564 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 264.1016,208.4692 l -0.8925,2.6777 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 262.2996,213.8754 l 2.0522,-2.7800 l -1.1905,0.1949 l -0.8355,-0.8702 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 263.1613,211.2903 l 0.0478,-0.1435 l 0.2729,0.0910 l -0.3207,0.0525 l 0.0478,-0.1435 l -0.2729,-0.0910 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 264.1016,223.6069 l -0.2790,0.5978 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 262.6064,226.8111 l 2.3574,-2.5265 l -1.2050,0.0572 l -0.7302,-0.9603 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 263.7587,224.3418 l 0.0639,-0.1370 l 0.2606,0.1216 l -0.3246,0.0154 l 0.0639,-0.1370 l -0.2606,-0.1216 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 264.1016,238.7447 l 0.2480,-0.4133 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 262.8698,240.7977 l 2.6064,-2.2686 l -1.2045,-0.0680 l -0.6268,-1.0308 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 264.2718,238.4611 l 0.0778,-0.1297 l 0.2466,0.1480 l -0.3244,-0.0183 l 0.0778,-0.1297 l -0.2466,-0.1480 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 264.1016,253.8825 l 0.6902,-0.9412 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 263.0909,255.2607 l 2.8045,-2.0187 l -1.1931,-0.1788 l -0.5291,-1.0842 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 264.7024,253.0633 l 0.0894,-0.1219 l 0.2319,0.1701 l -0.3214,-0.0482 l 0.0894,-0.1219 l -0.2319,-0.1701 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 264.1016,269.0203 l 1.0559,-1.2183 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 263.2738,269.9755 l 2.9593,-1.7841 l -1.1746,-0.2751 l -0.4393,-1.1236 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 265.0585,267.9163 l 0.0990,-0.1143 l 0.2173,0.1884 l -0.3164,-0.0741 l 0.0990,-0.1143 l -0.2173,-0.1884 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 264.1016,284.1581 l 1.1914,-1.1913 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 263.2592,285.0005 l 3.0789,-1.5687 l -1.1520,-0.3581 l -0.3581,-1.1520 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 265.1861,283.0737 l 0.1069,-0.1069 l 0.2034,0.2034 l -0.3103,-0.0965 l 0.1069,-0.1069 l -0.2034,-0.2034 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 264.1016,299.2959 l 1.2634,-1.1147 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 263.2083,300.0841 l 3.1707,-1.3736 l -1.1274,-0.4293 l -0.2855,-1.1721 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 265.2516,298.2812 l 0.1134,-0.1000 l 0.1903,0.2157 l -0.3037,-0.1156 l 0.1134,-0.1000 l -0.1903,-0.2157 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 264.1016,314.4337 l 1.3224,-1.0440 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 263.1665,315.1719 l 3.2411,-1.1982 l -1.1023,-0.4903 l -0.2210,-1.1860 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 265.3053,313.4834 l 0.1187,-0.0937 l 0.1782,0.2258 l -0.2969,-0.1321 l 0.1187,-0.0937 l -0.1782,-0.2258 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 248.9638,26.8157 l 1.2555,1.1235 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 248.0760,26.0213 l 1.7369,2.9872 l 0.2937,-1.1701 l 1.1304,-0.4214 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 250.1067,27.8384 l 0.1127,0.1008 l -0.1918,0.2143 l 0.0791,-0.3152 l 0.1127,0.1008 l 0.1918,-0.2143 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 248.9638,41.9535 l 1.1913,1.1914 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 248.1215,41.1110 l 1.5686,3.0789 l 0.3582,-1.1520 l 1.1520,-0.3580 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 250.0482,43.0380 l 0.1069,0.1069 l -0.2034,0.2034 l 0.0965,-0.3103 l 0.1069,0.1069 l 0.2034,-0.2034 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 248.9638,57.0913 l 1.1146,1.2634 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 248.1757,56.1979 l 1.3735,3.1708 l 0.4293,-1.1274 l 1.1721,-0.2855 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 249.9784,58.2413 l 0.1000,0.1134 l -0.2157,0.1903 l 0.1156,-0.3037 l 0.1000,0.1134 l 0.2157,-0.1903 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 248.9638,72.2291 l 1.0234,1.3384 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 248.2402,71.2827 l 1.1479,3.2592 l 0.5073,-1.0945 l 1.1892,-0.2026 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 249.8954,73.4474 l 0.0918,0.1201 l -0.2285,0.1747 l 0.1366,-0.2948 l 0.0918,0.1201 l 0.2285,-0.1747 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 248.9638,87.3669 l 0.7322,1.1317 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 248.1337,86.0838 l 0.8887,3.3392 l 0.5916,-1.0514 l 1.2015,-0.1087 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 249.6139,88.3716 l 0.0821,0.1270 l -0.2415,0.1562 l 0.1593,-0.2832 l 0.0821,0.1270 l 0.2415,-0.1562 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 248.9638,102.5047 l 0.2987,0.5643 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.9169,100.5270 l 0.5938,3.4041 l 0.6811,-0.9957 l 1.2064,-0.0034 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 249.1918,102.9353 l 0.0707,0.1336 l -0.2542,0.1346 l 0.1835,-0.2682 l 0.0707,0.1336 l 0.2542,-0.1346 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 248.9638,117.6424 l -0.2025,-0.4918 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.6663,114.4911 l 0.2638,3.4454 l 0.7737,-0.9256 l 1.2011,0.1126 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 248.7038,117.0108 l 0.0576,0.1398 l -0.2660,0.1095 l 0.2084,-0.2493 l 0.0576,0.1398 l 0.2660,-0.1095 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 248.9638,132.7802 l -0.7695,-2.6166 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.3828,127.4043 l -0.0972,3.4541 l 0.8660,-0.8398 l 1.1828,0.2373 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 248.1517,130.0186 l 0.0427,0.1451 l -0.2759,0.0812 l 0.2333,-0.2262 l 0.0427,0.1451 l 0.2759,-0.0812 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 248.9638,147.9180 l -1.3929,-7.8937 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.0711,137.1919 l -0.4805,3.4219 l 0.9540,-0.7384 l 1.1491,0.3673 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.5446,139.8754 l 0.0263,0.1489 l -0.2832,0.0500 l 0.2570,-0.1989 l 0.0263,0.1489 l 0.2832,-0.0500 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 248.9638,163.0558 l -1.9140,-32.5403 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 246.8106,126.4480 l -1.2569,4.8137 l 1.4873,-0.8971 l 1.5822,0.7166 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.0409,130.3646 l 0.0089,0.1509 l -0.2871,0.0169 l 0.2782,-0.1678 l 0.0089,0.1509 l 0.2871,-0.0169 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 248.9638,178.1936 l -1.9140,32.5400 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 246.8106,214.8011 l 1.8126,-4.6331 l -1.5822,0.7166 l -1.4873,-0.8971 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.0409,210.8845 l 0.0089,-0.1509 l 0.2871,0.0169 l -0.2960,0.1341 l 0.0089,-0.1509 l -0.2871,-0.0169 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 248.9638,193.3314 l -1.3929,7.8934 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.0711,204.0572 l 1.6226,-3.0508 l -1.1491,0.3673 l -0.9540,-0.7384 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.5447,201.3736 l 0.0263,-0.1489 l 0.2832,0.0500 l -0.3095,0.0989 l 0.0263,-0.1489 l -0.2832,-0.0500 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 248.9638,208.4692 l -0.7695,2.6162 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.3828,213.8447 l 1.9517,-2.8515 l -1.1828,0.2373 l -0.8660,-0.8399 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 248.1517,211.2304 l 0.0427,-0.1451 l 0.2759,0.0812 l -0.3186,0.0639 l 0.0427,-0.1451 l -0.2759,-0.0812 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 248.9638,223.6069 l -0.2024,0.4915 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.6664,226.7579 l 2.2386,-2.6323 l -1.2011,0.1125 l -0.7736,-0.9256 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 248.7039,224.2382 l 0.0576,-0.1398 l 0.2660,0.1095 l -0.3235,0.0303 l 0.0576,-0.1398 l -0.2660,-0.1095 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 248.9638,238.7447 l 0.2989,-0.5646 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.9170,240.7221 l 2.4813,-2.4048 l -1.2064,-0.0035 l -0.6811,-0.9957 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 249.1920,238.3138 l 0.0707,-0.1336 l 0.2542,0.1346 l -0.3249,-0.0009 l 0.0707,-0.1336 l -0.2542,-0.1346 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 248.9638,253.8825 l 0.7324,-1.1320 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 248.1338,255.1653 l 2.6818,-2.1790 l -1.2015,-0.1088 l -0.5915,-1.0514 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 249.6141,252.8775 l 0.0821,-0.1270 l 0.2415,0.1562 l -0.3236,-0.0293 l 0.0821,-0.1270 l -0.2415,-0.1562 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 248.9638,269.0203 l 1.0234,-1.3383 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 248.2401,269.9667 l 2.8445,-1.9619 l -1.1892,-0.2027 l -0.5072,-1.0946 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 249.8954,267.8021 l 0.0919,-0.1201 l 0.2285,0.1747 l -0.3203,-0.0546 l 0.0919,-0.1201 l -0.2285,-0.1747 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 248.9638,284.1581 l 1.1147,-1.2633 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 248.1756,285.0514 l 2.9750,-1.7577 l -1.1721,-0.2855 l -0.4292,-1.1274 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 249.9785,283.0081 l 0.1000,-0.1134 l 0.2157,0.1903 l -0.3157,-0.0769 l 0.1000,-0.1134 l -0.2157,-0.1903 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 248.9638,299.2959 l 1.1914,-1.1913 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 248.1214,300.1383 l 3.0789,-1.5687 l -1.1520,-0.3581 l -0.3581,-1.1520 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 250.0483,298.2115 l 0.1069,-0.1069 l 0.2034,0.2034 l -0.3103,-0.0965 l 0.1069,-0.1069 l -0.2034,-0.2034 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 248.9638,314.4337 l 1.2556,-1.1234 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 248.0760,315.2280 l 3.1611,-1.3955 l -1.1304,-0.4215 l -0.2936,-1.1701 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 250.1068,313.4111 l 0.1127,-0.1008 l 0.1918,0.2143 l -0.3045,-0.1135 l 0.1127,-0.1008 l -0.1918,-0.2143 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 233.8261,26.8157 l 1.1913,1.1914 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.9837,25.9732 l 1.5685,3.0790 l 0.3582,-1.1520 l 1.1520,-0.3580 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 234.9104,27.9002 l 0.1069,0.1069 l -0.2034,0.2034 l 0.0965,-0.3103 l 0.1069,0.1069 l 0.2034,-0.2034 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 233.8261,41.9535 l 1.1233,1.2557 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 233.0317,41.0656 l 1.3953,3.1612 l 0.4215,-1.1303 l 1.1701,-0.2936 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 234.8486,43.0965 l 0.1008,0.1127 l -0.2144,0.1918 l 0.1135,-0.3045 l 0.1008,0.1127 l 0.2144,-0.1918 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 233.8261,57.0913 l 1.0439,1.3224 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 233.0879,56.1562 l 1.1981,3.2411 l 0.4903,-1.1022 l 1.1860,-0.2210 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 234.7763,58.2951 l 0.0937,0.1187 l -0.2258,0.1782 l 0.1321,-0.2969 l 0.0937,0.1187 l 0.2258,-0.1782 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 233.8261,72.2291 l 0.9513,1.3905 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 233.1534,71.2458 l 0.9743,3.3153 l 0.5643,-1.0662 l 1.1983,-0.1396 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 234.6920,73.4948 l 0.0854,0.1248 l -0.2374,0.1624 l 0.1520,-0.2872 l 0.0854,0.1248 l 0.2374,-0.1624 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 233.8261,87.3669 l 0.7412,1.2804 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 233.1263,86.1581 l 0.7223,3.3791 l 0.6429,-1.0208 l 1.2054,-0.0491 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 234.4915,88.5164 l 0.0758,0.1309 l -0.2489,0.1441 l 0.1732,-0.2750 l 0.0758,0.1309 l 0.2489,-0.1441 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 233.8261,102.5047 l 0.3216,0.6791 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.9165,100.5844 l 0.4417,3.4271 l 0.7247,-0.9644 l 1.2053,0.0503 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 234.0830,103.0471 l 0.0647,0.1367 l -0.2599,0.1231 l 0.1952,-0.2598 l 0.0647,0.1367 l 0.2599,-0.1231 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 233.8261,117.6424 l -0.1522,-0.4132 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.6796,114.5304 l 0.1340,3.4529 l 0.8079,-0.8959 l 1.1960,0.1577 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 233.6216,117.0874 l 0.0523,0.1419 l -0.2699,0.0994 l 0.2176,-0.2413 l 0.0523,0.1419 l 0.2699,-0.0994 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 233.8261,132.7802 l -0.6768,-2.5722 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.4173,127.4265 l -0.1964,3.4499 l 0.8898,-0.8146 l 1.1755,0.2712 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 233.1107,130.0618 l 0.0385,0.1462 l -0.2781,0.0732 l 0.2397,-0.2194 l 0.0385,0.1462 l 0.2781,-0.0732 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 233.8261,147.9180 l -1.2436,-7.8766 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.1339,137.2004 l -0.5422,3.4127 l 0.9672,-0.7210 l 1.1423,0.3880 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.5589,139.8921 l 0.0236,0.1494 l -0.2841,0.0449 l 0.2605,-0.1942 l 0.0236,0.1494 l 0.2841,-0.0449 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 233.8261,163.0558 l -1.7125,-32.5403 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 231.8994,126.4480 l -1.2861,4.8042 l 1.4923,-0.8876 l 1.5772,0.7261 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.1056,130.3645 l 0.0079,0.1510 l -0.2872,0.0151 l 0.2793,-0.1661 l 0.0079,0.1510 l 0.2872,-0.0151 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 233.8261,178.1936 l -1.7125,32.5400 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 231.8994,214.8011 l 1.7833,-4.6426 l -1.5772,0.7261 l -1.4922,-0.8876 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.1056,210.8846 l 0.0079,-0.1510 l 0.2872,0.0151 l -0.2952,0.1359 l 0.0079,-0.1510 l -0.2872,-0.0151 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 233.8261,193.3314 l -1.2436,7.8762 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.1339,204.0486 l 1.5673,-3.0796 l -1.1423,0.3880 l -0.9672,-0.7210 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.5589,201.3570 l 0.0236,-0.1494 l 0.2841,0.0449 l -0.3077,0.1045 l 0.0236,-0.1494 l -0.2841,-0.0449 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 233.8261,208.4692 l -0.6768,2.5719 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.4173,213.8225 l 1.8690,-2.9064 l -1.1755,0.2712 l -0.8898,-0.8146 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 233.1108,211.1873 l 0.0385,-0.1462 l 0.2781,0.0732 l -0.3166,0.0730 l 0.0385,-0.1462 l -0.2781,-0.0732 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 233.8261,223.6069 l -0.1521,0.4128 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.6797,226.7186 l 2.1380,-2.7146 l -1.1960,0.1576 l -0.8079,-0.8959 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 233.6217,224.1617 l 0.0523,-0.1419 l 0.2699,0.0994 l -0.3222,0.0425 l 0.0523,-0.1419 l -0.2699,-0.0994 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 233.8261,238.7447 l 0.3218,-0.6794 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.9166,240.6647 l 2.3718,-2.5129 l -1.2053,0.0502 l -0.7247,-0.9644 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 234.0831,238.2020 l 0.0647,-0.1367 l 0.2599,0.1231 l -0.3247,0.0135 l 0.0647,-0.1367 l -0.2599,-0.1231 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 233.8261,253.8825 l 0.7415,-1.2807 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 233.1264,255.0909 l 2.5707,-2.3091 l -1.2054,-0.0492 l -0.6428,-1.0208 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 234.4917,252.7327 l 0.0758,-0.1309 l 0.2489,0.1441 l -0.3247,-0.0132 l 0.0758,-0.1309 l -0.2489,-0.1441 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 233.8261,269.0203 l 0.9514,-1.3905 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 233.1533,270.0035 l 2.7370,-2.1093 l -1.1983,-0.1397 l -0.5643,-1.0663 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 234.6921,267.7546 l 0.0854,-0.1248 l 0.2374,0.1624 l -0.3228,-0.0376 l 0.0854,-0.1248 l -0.2374,-0.1624 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 233.8261,284.1581 l 1.0440,-1.3224 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 233.0878,285.0932 l 2.8745,-1.9177 l -1.1859,-0.2210 l -0.4902,-1.1023 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 234.7763,282.9544 l 0.0937,-0.1187 l 0.2257,0.1782 l -0.3194,-0.0595 l 0.0937,-0.1187 l -0.2257,-0.1782 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 233.8261,299.2959 l 1.1234,-1.2556 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 233.0316,300.1837 l 2.9871,-1.7371 l -1.1701,-0.2937 l -0.4214,-1.1304 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 234.8487,298.1530 l 0.1008,-0.1127 l 0.2143,0.1918 l -0.3152,-0.0791 l 0.1008,-0.1127 l -0.2143,-0.1918 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.575235880695792" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 233.8261,314.4337 l 1.1914,-1.1913 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.9836,315.2761 l 3.0789,-1.5687 l -1.1520,-0.3581 l -0.3581,-1.1520 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 234.9105,313.3493 l 0.1069,-0.1069 l 0.2034,0.2034 l -0.3103,-0.0965 l 0.1069,-0.1069 l -0.2034,-0.2034 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(31,119,180)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 124.8675,328.8146 ZM 111.3690,316.4608 l 0.0000,-8.5379 l -12.7353,4.7221 l 11.8768,4.9606 c 0.1908,0.0477 0.2862,0.0954 0.4293 0.0954c 0.2862,0.0000 0.4293,-0.3339 0.4293 -1.2401ZM 111.3690,316.4608 ZM 121.4333,322.1369 c 0.3339,0.1431 0.6201,0.1908 0.9063 0.1908c 0.7632,0.0000 1.1924,-0.7632 1.1924 -2.1941l 0.0000,-1.3832 c 0.0000,-0.1908 0.1431,-0.3816 0.3816 -0.3816l 0.9063,0.0000 l 0.0954,0.0954 c 0.0000,-0.0000 -0.0954,4.7221 -0.0954 5.8668c -0.0000,1.2401 0.0954,4.2928 0.0954 4.2928l -0.0954,0.0954 l -0.9063,-0.0000 c -0.2385,-0.0000 -0.3816,-0.1431 -0.3816 -0.3816l 0.0000,-0.5724 c 0.0000,-1.9556 -0.9063,-2.8142 -2.5280 -3.4819l -26.0907,-11.1613 c -1.0971,-0.4293 -1.4309,-0.8109 -1.4309 -1.2878c 0.0000,-0.8586 0.4770,-1.2401 1.4309 -1.6217l 25.8522,-9.7781 c 1.8602,-0.6678 2.7665,-1.6217 2.7665 -3.5296l 0.0000,-0.5247 c 0.0000,-0.2385 0.1431,-0.4770 0.3816 -0.4770l 0.9063,0.0000 l 0.0954,0.1431 c 0.0000,-0.0000 -0.0954,3.6727 -0.0954 5.5329c -0.0000,1.6694 0.0954,6.3438 0.0954 6.3438l -0.0954,0.0477 l -0.9063,-0.0000 c -0.2385,-0.0000 -0.3816,-0.0954 -0.3816 -0.3339l 0.0000,-1.3355 c 0.0000,-1.4786 -0.5247,-2.2418 -1.2878 -2.2418c -0.2385,-0.0000 -0.5247,0.0477 -0.8109 0.1431l -8.2040,3.0527 l -0.0000,10.0642 c -0.0000,1.1447 0.2862,1.5263 0.8109 1.7171ZM 124.8675,295.6646 ZM 121.4333,291.4195 l -11.8768,-0.0000 c -2.3849,-0.0000 -2.9096,0.3339 -2.9096 1.0494c -0.0000,0.6201 0.0477,1.1924 0.2385 2.0033l -1.3355,0.2385 c -0.5247,-3.0050 -0.6678,-3.5296 -1.3832 -4.9606c -0.2385,-0.4770 -0.3816,-0.8586 -0.3816 -1.1924l 0.0000,-0.7155 l 4.2928,0.1431 l 0.0000,-0.1431 c -1.8602,-1.2401 -4.2928,-3.3388 -4.2928 -5.5806c 0.0000,-1.9556 0.9540,-2.6711 2.1941 -2.6711c 1.2401,0.0000 2.0033,0.8109 2.0033 2.0510c -0.0000,0.9540 -0.3816,1.4786 -0.8586 1.9556c -0.2862,0.2862 -0.4293,0.6201 -0.4293 0.9540c -0.0000,0.5247 0.8586,1.5740 2.4803 2.7188c 0.4293,0.3339 1.0494,0.5724 1.6694 0.5724l 10.5889,0.0000 c 1.3832,0.0000 2.0987,-0.4770 2.0987 -2.0510l 0.0000,-1.3832 c 0.0000,-0.2385 0.1431,-0.4293 0.3816 -0.4293l 0.9063,0.0000 l 0.0954,0.0954 c 0.0000,-0.0000 -0.0954,3.7681 -0.0954 5.6283c -0.0000,1.7171 0.0954,4.9606 0.0954 4.9606l -0.0954,0.0477 l -0.9063,-0.0000 c -0.2385,-0.0000 -0.3816,-0.0954 -0.3816 -0.3339l 0.0000,-0.9063 c 0.0000,-1.6217 -0.7155,-2.0510 -2.0987 -2.0510ZM 124.8675,279.1134 ZM 121.4333,274.8683 l -11.8768,-0.0000 c -2.3849,-0.0000 -2.9096,0.3339 -2.9096 1.0494c -0.0000,0.6201 0.0477,1.1924 0.2385 2.0033l -1.3355,0.2385 c -0.5247,-3.0050 -0.6678,-3.5296 -1.3832 -4.9606c -0.2385,-0.4770 -0.3816,-0.8586 -0.3816 -1.1924l 0.0000,-0.7155 l 4.2928,0.1431 l 0.0000,-0.1431 c -1.8602,-1.2401 -4.2928,-3.3388 -4.2928 -5.5806c 0.0000,-1.9556 0.9540,-2.6711 2.1941 -2.6711c 1.2401,0.0000 2.0033,0.8109 2.0033 2.0510c -0.0000,0.9540 -0.3816,1.4786 -0.8586 1.9556c -0.2862,0.2862 -0.4293,0.6201 -0.4293 0.9540c -0.0000,0.5247 0.8586,1.5740 2.4803 2.7188c 0.4293,0.3339 1.0494,0.5724 1.6694 0.5724l 10.5889,0.0000 c 1.3832,0.0000 2.0987,-0.4770 2.0987 -2.0510l 0.0000,-1.3832 c 0.0000,-0.2385 0.1431,-0.4293 0.3816 -0.4293l 0.9063,0.0000 l 0.0954,0.0954 c 0.0000,-0.0000 -0.0954,3.7681 -0.0954 5.6283c -0.0000,1.7171 0.0954,4.9606 0.0954 4.9606l -0.0954,0.0477 l -0.9063,-0.0000 c -0.2385,-0.0000 -0.3816,-0.0954 -0.3816 -0.3339l 0.0000,-0.9063 c 0.0000,-1.6217 -0.7155,-2.0510 -2.0987 -2.0510ZM 124.8675,262.5623 ZM 115.0894,260.9405 c -6.5346,-0.0000 -11.3044,-3.5296 -11.3044 -9.8735c 0.0000,-7.0593 5.9145,-9.7781 10.8751 -9.7781c 4.7698,0.0000 10.7797,3.1004 10.7797 9.8735c -0.0000,6.3915 -5.4853,9.7781 -10.3504 9.7781ZM 115.0894,260.9405 ZM 105.3591,251.5918 c -0.0000,3.8158 4.4836,5.5806 8.6333 5.5806c 3.6727,0.0000 9.7781,-2.0987 9.7781 -6.8208c 0.0000,-2.1464 -1.2878,-5.2945 -7.5840 -5.2945c -7.0116,-0.0000 -10.8274,2.6234 -10.8274 6.5346ZM 124.8675,239.7150 ZM 105.3114,230.0800 c 0.2385,0.0000 0.3816,0.1908 0.3816 0.4293l -0.0000,0.7155 c -0.0000,1.0494 0.2862,1.3832 0.7632 1.3832c 0.3339,0.0000 0.7632,-0.1908 1.4309 -0.4293l 12.5922,-5.0083 l -10.3504,-4.1497 l -2.1464,0.8586 c -1.6217,0.6201 -2.2895,1.6217 -2.2895 3.0527c -0.0000,0.2385 -0.0954,0.4770 -0.3339 0.4770l -0.9540,-0.0000 l -0.0954,-0.0954 c 0.0000,-0.0000 0.0954,-2.6711 0.0954 -4.3405l -0.0954,-4.7698 l 0.0954,-0.1431 l 0.9063,0.0000 c 0.2385,0.0000 0.3816,0.2385 0.3816 0.4770l -0.0000,0.8586 c -0.0000,0.9540 0.1908,1.3832 0.6678 1.3832c 0.3816,0.0000 0.8586,-0.1908 1.5263 -0.4770l 12.5922,-4.9606 l -12.3537,-4.9606 c -0.2862,-0.1431 -0.6678,-0.2385 -1.0494 -0.2385c -0.8109,-0.0000 -1.3832,0.5247 -1.3832 2.1464l -0.0000,0.7155 c -0.0000,0.2385 -0.1908,0.4293 -0.3339 0.4293l -0.9540,-0.0000 l -0.0954,-0.1431 c 0.0000,-0.0000 0.0954,-3.1481 0.0954 -4.9129c 0.0000,-1.6217 -0.0954,-3.5296 -0.0954 -3.5296l 0.0954,-0.0477 l 0.9063,0.0000 c 0.2862,0.0000 0.3816,0.2862 0.3816 0.5724c -0.0000,1.1924 0.5247,2.4326 2.6234 3.2912l 16.1219,6.4869 c 0.7155,0.2862 1.0017,0.6678 1.0017 1.0971c -0.0000,0.4770 -0.2862,0.8586 -0.9540 1.1447l -11.9245,4.7698 l 11.8291,4.7698 c 0.7632,0.3339 1.0494,0.7155 1.0494 1.1447c -0.0000,0.4770 -0.2862,0.8586 -0.9540 1.1447l -16.5035,6.5346 c -1.8602,0.7155 -2.2895,1.5740 -2.2895 3.0050c -0.0000,0.2385 -0.0954,0.5724 -0.3339 0.5724l -0.9540,-0.0000 l -0.0954,-0.0954 c 0.0000,-0.0000 0.0954,-2.2418 0.0954 -4.3405c 0.0000,-2.1941 -0.0954,-4.7221 -0.0954 -4.7221l 0.1431,-0.0954 l 0.8586,0.0000 ZM 124.8675,192.3034 ZM 125.4399,175.3706 c -0.0000,10.2550 -7.9178,15.1679 -15.5972 15.1679c -9.3965,-0.0000 -16.3604,-7.2978 -16.3604 -15.2156c 0.0000,-5.8668 2.0033,-7.7270 2.1464 -10.4458c 2.6234,-0.1431 4.9129,-0.5724 7.3932 -1.0494l 0.1908,1.4309 c -4.1020,1.2401 -7.9655,4.0066 -7.9655 10.5889c -0.0000,3.7681 4.0066,10.5412 13.6893 10.5412c 6.9639,0.0000 14.5478,-3.5773 14.5478 -10.9705c 0.0000,-4.4359 -1.5740,-7.6794 -5.2945 -11.0659l 0.7155,-1.0971 c 4.2451,3.2435 6.5346,7.4886 6.5346 12.1152ZM 124.8675,161.5860 ZM 91.5744,153.8112 l 16.1696,0.0000 c -3.1958,-3.1958 -3.9589,-6.0099 -3.9589 -7.8701c 0.0000,-3.4342 2.6234,-5.1514 7.5363 -5.1514l 10.1119,0.0000 c 1.3832,0.0000 2.0987,-0.4770 2.0987 -2.0510l 0.0000,-0.9063 c 0.0000,-0.1908 0.1431,-0.3816 0.3816 -0.3816l 0.9063,0.0000 l 0.0954,0.0954 c 0.0000,-0.0000 -0.0954,3.2435 -0.0954 5.1514c -0.0000,1.6694 0.0954,4.9129 0.0954 4.9129l -0.0954,0.0954 l -0.9063,-0.0000 c -0.2385,-0.0000 -0.3816,-0.1431 -0.3816 -0.3816l 0.0000,-0.9063 c 0.0000,-1.6217 -0.7155,-2.0510 -2.0987 -2.0510l -10.6366,-0.0000 c -3.8635,-0.0000 -4.7698,1.0494 -4.7698 3.7204c -0.0000,1.3832 1.2401,3.4342 3.4819 5.7237l 11.9245,0.0000 c 1.3832,0.0000 2.0987,-0.4770 2.0987 -2.0510l 0.0000,-0.9063 c 0.0000,-0.1908 0.1431,-0.3816 0.3816 -0.3816l 0.9063,0.0000 l 0.0954,0.0954 c 0.0000,-0.0000 -0.0954,3.2435 -0.0954 5.1037c -0.0000,1.7171 0.0954,4.9129 0.0954 4.9129l -0.0954,0.0954 l -0.9063,-0.0000 c -0.2385,-0.0000 -0.3816,-0.0954 -0.3816 -0.3339l 0.0000,-0.9063 c 0.0000,-1.6217 -0.7155,-2.0510 -2.0987 -2.0510l -23.8966,-0.0000 c -2.7188,-0.0000 -3.4819,0.4293 -3.4819 1.3832l 0.1908,1.5740 c -0.0000,0.1431 -0.0954,0.2385 -0.2385 0.2385l -1.1924,0.0954 c 0.0000,-0.7632 -0.2862,-2.4803 -0.4293 -3.2912c -0.1908,-0.8586 -0.3816,-1.5740 -0.8109 -2.5280l 0.0000,-1.0494 ZM 124.8675,136.8785 ZM 113.1815,122.9984 l 0.9540,3.7681 c 1.2878,4.1974 3.4819,4.8175 5.6283 4.8175c 1.4786,0.0000 3.7204,-0.7155 3.7204 -3.7204c 0.0000,-1.4309 -1.3832,-3.6250 -2.4326 -4.8652l -7.8701,-0.0000 ZM 113.1815,122.9984 ZM 125.4399,119.9457 c -0.0000,1.8125 -1.6217,2.8142 -2.7665 3.0050l 0.7632,1.0971 c 1.5263,2.1941 2.0033,3.0050 2.0033 5.1991c -0.0000,3.3388 -1.9079,5.7714 -5.4853 5.7714c -3.6250,-0.0000 -6.1053,-3.1004 -7.2501 -7.6317l -1.0971,-4.3882 c -5.3899,-0.0000 -6.3915,2.4803 -6.3915 4.1020c -0.0000,1.8125 0.8109,3.9112 2.2895 3.9112c 0.5247,0.0000 0.8109,-0.0954 0.9540 -0.1431c 0.1908,-0.0954 0.5247,-0.1431 0.8586 -0.1431c 0.6201,0.0000 1.5740,0.4770 1.5740 1.8602c -0.0000,1.1447 -0.7632,1.9079 -1.9079 1.9079c -2.7665,-0.0000 -5.1991,-4.4836 -5.1991 -7.5363c 0.0000,-3.4819 1.4309,-7.4886 8.2040 -7.4886l 7.0116,0.0000 c 2.9096,0.0000 4.1497,-0.0477 4.1497 -1.1447c 0.0000,-1.0494 -1.3355,-1.3355 -2.3849 -1.3832l 0.2385,-1.1924 c 3.4819,0.2862 4.4359,1.7648 4.4359 4.1974ZM 124.8675,115.3668 ZM 121.4333,111.1216 l -11.8768,-0.0000 c -2.3849,-0.0000 -2.9096,0.3339 -2.9096 1.0494c -0.0000,0.6201 0.0477,1.1924 0.2385 2.0033l -1.3355,0.2385 c -0.5247,-3.0050 -0.6678,-3.5296 -1.3832 -4.9606c -0.2385,-0.4770 -0.3816,-0.8586 -0.3816 -1.1924l 0.0000,-0.7155 l 4.2928,0.1431 l 0.0000,-0.1431 c -1.8602,-1.2401 -4.2928,-3.3388 -4.2928 -5.5806c 0.0000,-1.9556 0.9540,-2.6711 2.1941 -2.6711c 1.2401,0.0000 2.0033,0.8109 2.0033 2.0510c -0.0000,0.9540 -0.3816,1.4786 -0.8586 1.9556c -0.2862,0.2862 -0.4293,0.6201 -0.4293 0.9540c -0.0000,0.5247 0.8586,1.5740 2.4803 2.7188c 0.4293,0.3339 1.0494,0.5724 1.6694 0.5724l 10.5889,0.0000 c 1.3832,0.0000 2.0987,-0.4770 2.0987 -2.0510l 0.0000,-1.3832 c 0.0000,-0.2385 0.1431,-0.4293 0.3816 -0.4293l 0.9063,0.0000 l 0.0954,0.0954 c 0.0000,-0.0000 -0.0954,3.7681 -0.0954 5.6283c -0.0000,1.7171 0.0954,4.9606 0.0954 4.9606l -0.0954,0.0477 l -0.9063,-0.0000 c -0.2385,-0.0000 -0.3816,-0.0954 -0.3816 -0.3339l 0.0000,-0.9063 c 0.0000,-1.6217 -0.7155,-2.0510 -2.0987 -2.0510ZM 124.8675,98.8156 ZM 106.2177,90.9932 l 12.2106,0.0000 c 2.9573,0.0000 4.3882,-0.2862 4.3882 -1.5740c 0.0000,-1.2401 -0.3816,-2.1941 -1.3355 -3.4342l 0.8109,-0.8586 c 2.0987,1.8602 3.1481,3.7681 3.1481 5.9622c -0.0000,2.1941 -1.3355,3.4819 -4.7221 3.4819l -14.5001,-0.0000 l -0.0000,3.1004 c -0.0000,0.1431 -0.0477,0.1908 -0.1908 0.1908l -1.4786,-0.0000 c -0.1431,-0.0000 -0.1908,-0.0477 -0.1908 -0.1431c 0.0000,-3.1958 -1.8602,-3.9589 -5.4853 -3.9589l -0.9063,-0.0000 l -0.9540,-2.7665 l 7.3455,0.0000 l 0.0000,-5.2468 c 0.0000,-0.2385 0.0954,-0.3816 0.2862 -0.3816l 0.9540,0.0000 c 0.4293,0.0000 0.6201,0.6678 0.6201 1.1447l -0.0000,4.4836 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.1" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 191.4418,314.4337 l -0.0000,-287.6179 h -5.7524 l -0.0000,287.6179 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 157.6073,32.5681 ZM 161.7856,22.2081 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 161.7856,22.2081 ZM 161.7093,32.7970 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047ZM 165.9640,32.5681 ZM 167.0515,31.7858 c 0.0000,-0.5533 0.4579,-1.0112 1.0112 -1.0112c 0.5533,-0.0000 1.0112,0.4579 1.0112 1.0112c 0.0000,0.5533 -0.4579,1.0112 -1.0112 1.0112c -0.5533,-0.0000 -1.0112,-0.4579 -1.0112 -1.0112ZM 170.1423,32.5681 ZM 176.0377,29.3437 c 0.0000,-1.9652 -1.0684,-2.9382 -2.2513 -2.9382c -0.8776,-0.0000 -1.5454,0.1336 -2.2895 0.4388l 0.6105,-5.2086 c 0.6296,0.0572 1.2783,0.0763 1.9461 0.0763c 0.9540,-0.0000 1.9461,-0.0572 2.9763 -0.1717l 0.1145,0.0572 l -0.2862,1.2401 c -0.7441,0.0763 -1.3546,0.0954 -1.8888 0.0954c -0.8586,-0.0000 -1.5073,-0.0763 -2.1750 -0.1526l -0.3625,3.0145 c 0.4007,-0.1526 1.0875,-0.2862 1.8316 -0.2862c 2.0224,-0.0000 3.1481,1.7553 3.1481 3.5106c 0.0000,2.1369 -1.4882,3.7777 -3.6441 3.7777c -1.0875,-0.0000 -2.6711,-0.6105 -2.6711 -1.3546c 0.0000,-0.3625 0.3053,-0.6105 0.6487 -0.6105c 0.3816,-0.0000 0.6296,0.2862 0.8586 0.5915c 0.2862,0.3434 0.5915,0.7250 1.2020 0.7250c 1.2211,-0.0000 2.2323,-1.1447 2.2323 -2.8046Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.224029215589439" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 182.8132,26.8157 h 8.6285 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 157.6073,61.3299 ZM 161.7856,50.9699 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 161.7856,50.9699 ZM 161.7093,61.5588 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047ZM 165.9640,61.3299 ZM 167.0515,60.5476 c 0.0000,-0.5533 0.4579,-1.0112 1.0112 -1.0112c 0.5533,-0.0000 1.0112,0.4579 1.0112 1.0112c 0.0000,0.5533 -0.4579,1.0112 -1.0112 1.0112c -0.5533,-0.0000 -1.0112,-0.4579 -1.0112 -1.0112ZM 170.1423,61.3299 ZM 175.0647,54.5568 c 0.0000,-0.1336 0.0191,-0.2862 0.1908 -0.3816c 0.2099,-0.1526 0.5533,-0.3243 0.8395 -0.3243c 0.2480,-0.0000 0.2671,0.2099 0.2671 0.5915v 3.0717 h 1.5454 l -0.1145,0.8967 h -1.4309 v 1.5836 c 0.0000,0.5342 0.0763,0.8013 0.6296 0.8013h 0.5151 c 0.1145,-0.0000 0.1336,0.0954 0.1336 0.1336v 0.4197 c 0.0000,-0.0000 -1.2211,-0.0382 -2.0224 -0.0382c -0.7250,-0.0000 -1.8507,0.0382 -1.8507 0.0382v -0.4197 c 0.0000,-0.0382 0.0191,-0.1336 0.1336 -0.1336h 0.5151 c 0.5915,-0.0000 0.6487,-0.2480 0.6487 -0.8013v -1.5836 h -3.7395 c -0.0763,-0.0000 -0.1145,-0.0382 -0.1717 -0.1145l -0.1526,-0.2099 l -0.2289,-0.4007 c -0.0191,-0.0000 -0.0191,-0.0191 -0.0191 -0.0382c 0.0000,-0.0191 0.0191,-0.0382 0.0382 -0.0572c 1.2401,-1.3737 3.4342,-5.6283 4.1211 -7.1928c 0.0191,-0.0763 0.0572,-0.0954 0.1336 -0.0954c 0.0191,-0.0000 0.4388,0.1717 0.6678 0.2099c -0.8586,2.3086 -2.2704,4.7889 -3.6632 7.0020h 3.0145 v -2.9573 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.224029215589439" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 182.8132,55.5775 h 8.6285 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 157.6073,90.0917 ZM 161.7856,79.7317 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 161.7856,79.7317 ZM 161.7093,90.3206 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047ZM 165.9640,90.0917 ZM 167.0515,89.3094 c 0.0000,-0.5533 0.4579,-1.0112 1.0112 -1.0112c 0.5533,-0.0000 1.0112,0.4579 1.0112 1.0112c 0.0000,0.5533 -0.4579,1.0112 -1.0112 1.0112c -0.5533,-0.0000 -1.0112,-0.4579 -1.0112 -1.0112ZM 170.1423,90.0917 ZM 174.2634,79.6554 c -0.4770,-0.0000 -1.8698,0.2671 -1.8698 1.4309c 0.0000,0.3434 -0.1336,0.9349 -0.6487 0.9349c -0.4961,-0.0000 -0.5342,-0.5533 -0.5342 -0.6105c 0.0000,-0.5915 0.7822,-2.3467 3.4342 -2.3467c 1.8507,-0.0000 2.4040,1.1638 2.4040 1.9270c 0.0000,0.4770 -0.1526,1.4309 -1.8698 2.5184c 1.0684,0.1717 2.4803,0.9540 2.4803 2.9382c 0.0000,2.5184 -1.9079,3.8731 -4.0639 3.8731c -1.0875,-0.0000 -2.6138,-0.4770 -2.6138 -1.2020c 0.0000,-0.2862 0.2862,-0.6105 0.6678 -0.6105c 0.3625,-0.0000 0.5342,0.1908 0.7059 0.4388c 0.2099,0.3243 0.5533,0.7822 1.4691 0.7822c 0.6296,-0.0000 2.4230,-0.6296 2.4230 -3.0336c 0.0000,-2.0415 -1.4309,-2.3658 -2.4612 -2.3658c -0.1717,-0.0000 -0.3816,0.0382 -0.5915 0.0763l -0.0763,-0.5724 c 1.4691,-0.2480 2.6902,-1.6790 2.6902 -2.5566c 0.0000,-1.0875 -0.7632,-1.6217 -1.5454 -1.6217Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.224029215589439" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 182.8132,84.3393 h 8.6285 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 157.6073,118.8535 ZM 161.7856,108.4935 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 161.7856,108.4935 ZM 161.7093,119.0824 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047ZM 165.9640,118.8535 ZM 167.0515,118.0712 c 0.0000,-0.5533 0.4579,-1.0112 1.0112 -1.0112c 0.5533,-0.0000 1.0112,0.4579 1.0112 1.0112c 0.0000,0.5533 -0.4579,1.0112 -1.0112 1.0112c -0.5533,-0.0000 -1.0112,-0.4579 -1.0112 -1.0112ZM 170.1423,118.8535 ZM 171.2489,110.4014 c 0.0000,-1.0875 1.0494,-2.5757 3.0527 -2.5757c 1.4691,-0.0000 3.1862,0.5533 3.1862 2.7474c 0.0000,1.4500 -0.7441,2.1750 -1.7744 3.1671l -1.8125,1.7553 c -0.0954,0.0954 -1.3737,1.3546 -1.3737 2.2513h 3.2435 c 0.6487,-0.0000 0.9921,-0.3243 1.2592 -1.3737l 0.4770,0.0763 l -0.3816,2.4040 h -5.8955 c 0.0000,-1.0684 0.1717,-1.8888 1.9461 -3.7014l 1.3355,-1.3165 c 1.0684,-1.0875 1.5073,-2.0224 1.5073 -3.1862c 0.0000,-1.7362 -1.1829,-2.2323 -1.8316 -2.2323c -1.3165,-0.0000 -1.6790,0.6868 -1.6790 1.1447c 0.0000,0.1526 0.0382,0.3053 0.0763 0.4388c 0.0382,0.1336 0.0763,0.2671 0.0763 0.4197c 0.0000,0.4961 -0.3816,0.6868 -0.6868 0.6868c -0.4197,-0.0000 -0.7250,-0.3243 -0.7250 -0.7059Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.224029215589439" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 182.8132,113.1011 h 8.6285 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 157.6073,147.6153 ZM 161.7856,137.2553 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 161.7856,137.2553 ZM 161.7093,147.8442 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047ZM 165.9640,147.6153 ZM 167.0515,146.8330 c 0.0000,-0.5533 0.4579,-1.0112 1.0112 -1.0112c 0.5533,-0.0000 1.0112,0.4579 1.0112 1.0112c 0.0000,0.5533 -0.4579,1.0112 -1.0112 1.0112c -0.5533,-0.0000 -1.0112,-0.4579 -1.0112 -1.0112ZM 170.1423,147.6153 ZM 173.7292,138.5145 c -0.3625,-0.0000 -1.2020,0.3434 -1.6217 0.5342l -0.2289,-0.5915 c 1.6790,-0.7822 2.3277,-1.1829 3.2816 -1.8698h 0.3625 v 9.5968 c 0.0000,0.6868 0.0954,0.8776 0.7250 0.8776h 0.9921 c 0.0572,-0.0000 0.1526,0.0382 0.1526 0.1526v 0.4197 l -2.6138,-0.0382 l -2.6520,0.0382 v -0.4197 c 0.0191,-0.0572 0.0382,-0.1526 0.1526 -0.1526h 1.1447 c 0.7250,-0.0000 0.7250,-0.3243 0.7250 -0.8776v -6.5632 c 0.0000,-0.6487 0.0000,-1.1066 -0.4197 -1.1066Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.224029215589439" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 182.8132,141.8629 h 8.6285 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 157.6073,176.3771 ZM 161.7856,166.0171 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 161.7856,166.0171 ZM 161.7093,176.6060 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047ZM 165.9640,176.3771 ZM 167.0515,175.5948 c 0.0000,-0.5533 0.4579,-1.0112 1.0112 -1.0112c 0.5533,-0.0000 1.0112,0.4579 1.0112 1.0112c 0.0000,0.5533 -0.4579,1.0112 -1.0112 1.0112c -0.5533,-0.0000 -1.0112,-0.4579 -1.0112 -1.0112ZM 170.1423,176.3771 ZM 174.3206,166.0171 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 174.3206,166.0171 ZM 174.2443,176.6060 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.224029215589439" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 182.8132,170.6247 h 8.6285 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 151.2539,205.1388 ZM 156.4816,200.6362 h -4.3119 c -0.1717,-0.0000 -0.2862,-0.1526 -0.2862 -0.3243c 0.0000,-0.3053 0.2480,-0.7059 0.4770 -0.7059h 4.3691 c 0.1908,-0.0000 0.2671,0.1717 0.2671 0.3434c 0.0000,0.2099 -0.2671,0.6868 -0.5151 0.6868ZM 157.6073,205.1388 ZM 161.7856,194.7789 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 161.7856,194.7789 ZM 161.7093,205.3678 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047ZM 165.9640,205.1388 ZM 167.0515,204.3566 c 0.0000,-0.5533 0.4579,-1.0112 1.0112 -1.0112c 0.5533,-0.0000 1.0112,0.4579 1.0112 1.0112c 0.0000,0.5533 -0.4579,1.0112 -1.0112 1.0112c -0.5533,-0.0000 -1.0112,-0.4579 -1.0112 -1.0112ZM 170.1423,205.1388 ZM 173.7292,196.0381 c -0.3625,-0.0000 -1.2020,0.3434 -1.6217 0.5342l -0.2289,-0.5915 c 1.6790,-0.7822 2.3277,-1.1829 3.2816 -1.8698h 0.3625 v 9.5968 c 0.0000,0.6868 0.0954,0.8776 0.7250 0.8776h 0.9921 c 0.0572,-0.0000 0.1526,0.0382 0.1526 0.1526v 0.4197 l -2.6138,-0.0382 l -2.6520,0.0382 v -0.4197 c 0.0191,-0.0572 0.0382,-0.1526 0.1526 -0.1526h 1.1447 c 0.7250,-0.0000 0.7250,-0.3243 0.7250 -0.8776v -6.5632 c 0.0000,-0.6487 0.0000,-1.1066 -0.4197 -1.1066Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.224029215589439" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 182.8132,199.3865 h 8.6285 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 151.2539,233.9006 ZM 156.4816,229.3980 h -4.3119 c -0.1717,-0.0000 -0.2862,-0.1526 -0.2862 -0.3243c 0.0000,-0.3053 0.2480,-0.7059 0.4770 -0.7059h 4.3691 c 0.1908,-0.0000 0.2671,0.1717 0.2671 0.3434c 0.0000,0.2099 -0.2671,0.6868 -0.5151 0.6868ZM 157.6073,233.9006 ZM 161.7856,223.5407 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 161.7856,223.5407 ZM 161.7093,234.1296 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047ZM 165.9640,233.9006 ZM 167.0515,233.1184 c 0.0000,-0.5533 0.4579,-1.0112 1.0112 -1.0112c 0.5533,-0.0000 1.0112,0.4579 1.0112 1.0112c 0.0000,0.5533 -0.4579,1.0112 -1.0112 1.0112c -0.5533,-0.0000 -1.0112,-0.4579 -1.0112 -1.0112ZM 170.1423,233.9006 ZM 171.2489,225.4486 c 0.0000,-1.0875 1.0494,-2.5757 3.0527 -2.5757c 1.4691,-0.0000 3.1862,0.5533 3.1862 2.7474c 0.0000,1.4500 -0.7441,2.1750 -1.7744 3.1671l -1.8125,1.7553 c -0.0954,0.0954 -1.3737,1.3546 -1.3737 2.2513h 3.2435 c 0.6487,-0.0000 0.9921,-0.3243 1.2592 -1.3737l 0.4770,0.0763 l -0.3816,2.4040 h -5.8955 c 0.0000,-1.0684 0.1717,-1.8888 1.9461 -3.7014l 1.3355,-1.3165 c 1.0684,-1.0875 1.5073,-2.0224 1.5073 -3.1862c 0.0000,-1.7362 -1.1829,-2.2323 -1.8316 -2.2323c -1.3165,-0.0000 -1.6790,0.6868 -1.6790 1.1447c 0.0000,0.1526 0.0382,0.3053 0.0763 0.4388c 0.0382,0.1336 0.0763,0.2671 0.0763 0.4197c 0.0000,0.4961 -0.3816,0.6868 -0.6868 0.6868c -0.4197,-0.0000 -0.7250,-0.3243 -0.7250 -0.7059Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.224029215589439" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 182.8132,228.1483 h 8.6285 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 151.2539,262.6624 ZM 156.4816,258.1598 h -4.3119 c -0.1717,-0.0000 -0.2862,-0.1526 -0.2862 -0.3243c 0.0000,-0.3053 0.2480,-0.7059 0.4770 -0.7059h 4.3691 c 0.1908,-0.0000 0.2671,0.1717 0.2671 0.3434c 0.0000,0.2099 -0.2671,0.6868 -0.5151 0.6868ZM 157.6073,262.6624 ZM 161.7856,252.3025 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 161.7856,252.3025 ZM 161.7093,262.8914 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047ZM 165.9640,262.6624 ZM 167.0515,261.8802 c 0.0000,-0.5533 0.4579,-1.0112 1.0112 -1.0112c 0.5533,-0.0000 1.0112,0.4579 1.0112 1.0112c 0.0000,0.5533 -0.4579,1.0112 -1.0112 1.0112c -0.5533,-0.0000 -1.0112,-0.4579 -1.0112 -1.0112ZM 170.1423,262.6624 ZM 174.2634,252.2261 c -0.4770,-0.0000 -1.8698,0.2671 -1.8698 1.4309c 0.0000,0.3434 -0.1336,0.9349 -0.6487 0.9349c -0.4961,-0.0000 -0.5342,-0.5533 -0.5342 -0.6105c 0.0000,-0.5915 0.7822,-2.3467 3.4342 -2.3467c 1.8507,-0.0000 2.4040,1.1638 2.4040 1.9270c 0.0000,0.4770 -0.1526,1.4309 -1.8698 2.5184c 1.0684,0.1717 2.4803,0.9540 2.4803 2.9382c 0.0000,2.5184 -1.9079,3.8731 -4.0639 3.8731c -1.0875,-0.0000 -2.6138,-0.4770 -2.6138 -1.2020c 0.0000,-0.2862 0.2862,-0.6105 0.6678 -0.6105c 0.3625,-0.0000 0.5342,0.1908 0.7059 0.4388c 0.2099,0.3243 0.5533,0.7822 1.4691 0.7822c 0.6296,-0.0000 2.4230,-0.6296 2.4230 -3.0336c 0.0000,-2.0415 -1.4309,-2.3658 -2.4612 -2.3658c -0.1717,-0.0000 -0.3816,0.0382 -0.5915 0.0763l -0.0763,-0.5724 c 1.4691,-0.2480 2.6902,-1.6790 2.6902 -2.5566c 0.0000,-1.0875 -0.7632,-1.6217 -1.5454 -1.6217Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.224029215589439" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 182.8132,256.9101 h 8.6285 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 151.2539,291.4242 ZM 156.4816,286.9216 h -4.3119 c -0.1717,-0.0000 -0.2862,-0.1526 -0.2862 -0.3243c 0.0000,-0.3053 0.2480,-0.7059 0.4770 -0.7059h 4.3691 c 0.1908,-0.0000 0.2671,0.1717 0.2671 0.3434c 0.0000,0.2099 -0.2671,0.6868 -0.5151 0.6868ZM 157.6073,291.4242 ZM 161.7856,281.0643 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 161.7856,281.0643 ZM 161.7093,291.6532 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047ZM 165.9640,291.4242 ZM 167.0515,290.6420 c 0.0000,-0.5533 0.4579,-1.0112 1.0112 -1.0112c 0.5533,-0.0000 1.0112,0.4579 1.0112 1.0112c 0.0000,0.5533 -0.4579,1.0112 -1.0112 1.0112c -0.5533,-0.0000 -1.0112,-0.4579 -1.0112 -1.0112ZM 170.1423,291.4242 ZM 175.0647,284.6511 c 0.0000,-0.1336 0.0191,-0.2862 0.1908 -0.3816c 0.2099,-0.1526 0.5533,-0.3243 0.8395 -0.3243c 0.2480,-0.0000 0.2671,0.2099 0.2671 0.5915v 3.0717 h 1.5454 l -0.1145,0.8967 h -1.4309 v 1.5836 c 0.0000,0.5342 0.0763,0.8013 0.6296 0.8013h 0.5151 c 0.1145,-0.0000 0.1336,0.0954 0.1336 0.1336v 0.4197 c 0.0000,-0.0000 -1.2211,-0.0382 -2.0224 -0.0382c -0.7250,-0.0000 -1.8507,0.0382 -1.8507 0.0382v -0.4197 c 0.0000,-0.0382 0.0191,-0.1336 0.1336 -0.1336h 0.5151 c 0.5915,-0.0000 0.6487,-0.2480 0.6487 -0.8013v -1.5836 h -3.7395 c -0.0763,-0.0000 -0.1145,-0.0382 -0.1717 -0.1145l -0.1526,-0.2099 l -0.2289,-0.4007 c -0.0191,-0.0000 -0.0191,-0.0191 -0.0191 -0.0382c 0.0000,-0.0191 0.0191,-0.0382 0.0382 -0.0572c 1.2401,-1.3737 3.4342,-5.6283 4.1211 -7.1928c 0.0191,-0.0763 0.0572,-0.0954 0.1336 -0.0954c 0.0191,-0.0000 0.4388,0.1717 0.6678 0.2099c -0.8586,2.3086 -2.2704,4.7889 -3.6632 7.0020h 3.0145 v -2.9573 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.224029215589439" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 182.8132,285.6719 h 8.6285 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 151.2539,320.1860 ZM 156.4816,315.6833 h -4.3119 c -0.1717,-0.0000 -0.2862,-0.1526 -0.2862 -0.3243c 0.0000,-0.3053 0.2480,-0.7059 0.4770 -0.7059h 4.3691 c 0.1908,-0.0000 0.2671,0.1717 0.2671 0.3434c 0.0000,0.2099 -0.2671,0.6868 -0.5151 0.6868ZM 157.6073,320.1860 ZM 161.7856,309.8261 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 161.7856,309.8261 ZM 161.7093,320.4150 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047ZM 165.9640,320.1860 ZM 167.0515,319.4038 c 0.0000,-0.5533 0.4579,-1.0112 1.0112 -1.0112c 0.5533,-0.0000 1.0112,0.4579 1.0112 1.0112c 0.0000,0.5533 -0.4579,1.0112 -1.0112 1.0112c -0.5533,-0.0000 -1.0112,-0.4579 -1.0112 -1.0112ZM 170.1423,320.1860 ZM 176.0377,316.9616 c 0.0000,-1.9652 -1.0684,-2.9382 -2.2513 -2.9382c -0.8776,-0.0000 -1.5454,0.1336 -2.2895 0.4388l 0.6105,-5.2086 c 0.6296,0.0572 1.2783,0.0763 1.9461 0.0763c 0.9540,-0.0000 1.9461,-0.0572 2.9763 -0.1717l 0.1145,0.0572 l -0.2862,1.2401 c -0.7441,0.0763 -1.3546,0.0954 -1.8888 0.0954c -0.8586,-0.0000 -1.5073,-0.0763 -2.1750 -0.1526l -0.3625,3.0145 c 0.4007,-0.1526 1.0875,-0.2862 1.8316 -0.2862c 2.0224,-0.0000 3.1481,1.7553 3.1481 3.5106c 0.0000,2.1369 -1.4882,3.7777 -3.6441 3.7777c -1.0875,-0.0000 -2.6711,-0.6105 -2.6711 -1.3546c 0.0000,-0.3625 0.3053,-0.6105 0.6487 -0.6105c 0.3816,-0.0000 0.6296,0.2862 0.8586 0.5915c 0.2862,0.3434 0.5915,0.7250 1.2020 0.7250c 1.2211,-0.0000 2.2323,-1.1447 2.2323 -2.8046Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.224029215589439" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 182.8132,314.4337 h 8.6285 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.1" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 521.4440,348.9478 l -0.0000,-5.7524 h -287.6179 l -0.0000,5.7524 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 510.9982,373.1950 ZM 515.1765,362.8350 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 515.1765,362.8350 ZM 515.1002,373.4240 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047ZM 519.3548,373.1950 ZM 520.4423,372.4128 c 0.0000,-0.5533 0.4579,-1.0112 1.0112 -1.0112c 0.5533,-0.0000 1.0112,0.4579 1.0112 1.0112c 0.0000,0.5533 -0.4579,1.0112 -1.0112 1.0112c -0.5533,-0.0000 -1.0112,-0.4579 -1.0112 -1.0112ZM 523.5332,373.1950 ZM 529.4286,369.9706 c 0.0000,-1.9652 -1.0684,-2.9382 -2.2513 -2.9382c -0.8776,-0.0000 -1.5454,0.1336 -2.2895 0.4388l 0.6105,-5.2086 c 0.6296,0.0572 1.2783,0.0763 1.9461 0.0763c 0.9540,-0.0000 1.9461,-0.0572 2.9763 -0.1717l 0.1145,0.0572 l -0.2862,1.2401 c -0.7441,0.0763 -1.3546,0.0954 -1.8888 0.0954c -0.8586,-0.0000 -1.5073,-0.0763 -2.1750 -0.1526l -0.3625,3.0145 c 0.4007,-0.1526 1.0875,-0.2862 1.8316 -0.2862c 2.0224,-0.0000 3.1481,1.7553 3.1481 3.5106c 0.0000,2.1369 -1.4882,3.7777 -3.6441 3.7777c -1.0875,-0.0000 -2.6711,-0.6105 -2.6711 -1.3546c 0.0000,-0.3625 0.3053,-0.6105 0.6487 -0.6105c 0.3816,-0.0000 0.6296,0.2862 0.8586 0.5915c 0.2862,0.3434 0.5915,0.7250 1.2020 0.7250c 1.2211,-0.0000 2.2323,-1.1447 2.2323 -2.8046Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.224029215589439" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 521.4440,343.1955 v 8.6285 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 482.2364,373.1950 ZM 486.4147,362.8350 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 486.4147,362.8350 ZM 486.3384,373.4240 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047ZM 490.5930,373.1950 ZM 491.6805,372.4128 c 0.0000,-0.5533 0.4579,-1.0112 1.0112 -1.0112c 0.5533,-0.0000 1.0112,0.4579 1.0112 1.0112c 0.0000,0.5533 -0.4579,1.0112 -1.0112 1.0112c -0.5533,-0.0000 -1.0112,-0.4579 -1.0112 -1.0112ZM 494.7714,373.1950 ZM 499.6938,366.4219 c 0.0000,-0.1336 0.0191,-0.2862 0.1908 -0.3816c 0.2099,-0.1526 0.5533,-0.3243 0.8395 -0.3243c 0.2480,-0.0000 0.2671,0.2099 0.2671 0.5915v 3.0717 h 1.5454 l -0.1145,0.8967 h -1.4309 v 1.5836 c 0.0000,0.5342 0.0763,0.8013 0.6296 0.8013h 0.5151 c 0.1145,-0.0000 0.1336,0.0954 0.1336 0.1336v 0.4197 c 0.0000,-0.0000 -1.2211,-0.0382 -2.0224 -0.0382c -0.7250,-0.0000 -1.8507,0.0382 -1.8507 0.0382v -0.4197 c 0.0000,-0.0382 0.0191,-0.1336 0.1336 -0.1336h 0.5151 c 0.5915,-0.0000 0.6487,-0.2480 0.6487 -0.8013v -1.5836 h -3.7395 c -0.0763,-0.0000 -0.1145,-0.0382 -0.1717 -0.1145l -0.1526,-0.2099 l -0.2289,-0.4007 c -0.0191,-0.0000 -0.0191,-0.0191 -0.0191 -0.0382c 0.0000,-0.0191 0.0191,-0.0382 0.0382 -0.0572c 1.2401,-1.3737 3.4342,-5.6283 4.1211 -7.1928c 0.0191,-0.0763 0.0572,-0.0954 0.1336 -0.0954c 0.0191,-0.0000 0.4388,0.1717 0.6678 0.2099c -0.8586,2.3086 -2.2704,4.7889 -3.6632 7.0020h 3.0145 v -2.9573 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.224029215589439" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 492.6822,343.1955 v 8.6285 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 453.4746,373.1950 ZM 457.6529,362.8350 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 457.6529,362.8350 ZM 457.5766,373.4240 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047ZM 461.8312,373.1950 ZM 462.9187,372.4128 c 0.0000,-0.5533 0.4579,-1.0112 1.0112 -1.0112c 0.5533,-0.0000 1.0112,0.4579 1.0112 1.0112c 0.0000,0.5533 -0.4579,1.0112 -1.0112 1.0112c -0.5533,-0.0000 -1.0112,-0.4579 -1.0112 -1.0112ZM 466.0096,373.1950 ZM 470.1307,362.7587 c -0.4770,-0.0000 -1.8698,0.2671 -1.8698 1.4309c 0.0000,0.3434 -0.1336,0.9349 -0.6487 0.9349c -0.4961,-0.0000 -0.5342,-0.5533 -0.5342 -0.6105c 0.0000,-0.5915 0.7822,-2.3467 3.4342 -2.3467c 1.8507,-0.0000 2.4040,1.1638 2.4040 1.9270c 0.0000,0.4770 -0.1526,1.4309 -1.8698 2.5184c 1.0684,0.1717 2.4803,0.9540 2.4803 2.9382c 0.0000,2.5184 -1.9079,3.8731 -4.0639 3.8731c -1.0875,-0.0000 -2.6138,-0.4770 -2.6138 -1.2020c 0.0000,-0.2862 0.2862,-0.6105 0.6678 -0.6105c 0.3625,-0.0000 0.5342,0.1908 0.7059 0.4388c 0.2099,0.3243 0.5533,0.7822 1.4691 0.7822c 0.6296,-0.0000 2.4230,-0.6296 2.4230 -3.0336c 0.0000,-2.0415 -1.4309,-2.3658 -2.4612 -2.3658c -0.1717,-0.0000 -0.3816,0.0382 -0.5915 0.0763l -0.0763,-0.5724 c 1.4691,-0.2480 2.6902,-1.6790 2.6902 -2.5566c 0.0000,-1.0875 -0.7632,-1.6217 -1.5454 -1.6217Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.224029215589439" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 463.9204,343.1955 v 8.6285 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 424.7128,373.1950 ZM 428.8911,362.8350 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 428.8911,362.8350 ZM 428.8148,373.4240 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047ZM 433.0694,373.1950 ZM 434.1570,372.4128 c 0.0000,-0.5533 0.4579,-1.0112 1.0112 -1.0112c 0.5533,-0.0000 1.0112,0.4579 1.0112 1.0112c 0.0000,0.5533 -0.4579,1.0112 -1.0112 1.0112c -0.5533,-0.0000 -1.0112,-0.4579 -1.0112 -1.0112ZM 437.2478,373.1950 ZM 438.3544,364.7430 c 0.0000,-1.0875 1.0494,-2.5757 3.0527 -2.5757c 1.4691,-0.0000 3.1862,0.5533 3.1862 2.7474c 0.0000,1.4500 -0.7441,2.1750 -1.7744 3.1671l -1.8125,1.7553 c -0.0954,0.0954 -1.3737,1.3546 -1.3737 2.2513h 3.2435 c 0.6487,-0.0000 0.9921,-0.3243 1.2592 -1.3737l 0.4770,0.0763 l -0.3816,2.4040 h -5.8955 c 0.0000,-1.0684 0.1717,-1.8888 1.9461 -3.7014l 1.3355,-1.3165 c 1.0684,-1.0875 1.5073,-2.0224 1.5073 -3.1862c 0.0000,-1.7362 -1.1829,-2.2323 -1.8316 -2.2323c -1.3165,-0.0000 -1.6790,0.6868 -1.6790 1.1447c 0.0000,0.1526 0.0382,0.3053 0.0763 0.4388c 0.0382,0.1336 0.0763,0.2671 0.0763 0.4197c 0.0000,0.4961 -0.3816,0.6868 -0.6868 0.6868c -0.4197,-0.0000 -0.7250,-0.3243 -0.7250 -0.7059Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.224029215589439" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 435.1586,343.1955 v 8.6285 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 395.9510,373.1950 ZM 400.1293,362.8350 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 400.1293,362.8350 ZM 400.0530,373.4240 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047ZM 404.3077,373.1950 ZM 405.3952,372.4128 c 0.0000,-0.5533 0.4579,-1.0112 1.0112 -1.0112c 0.5533,-0.0000 1.0112,0.4579 1.0112 1.0112c 0.0000,0.5533 -0.4579,1.0112 -1.0112 1.0112c -0.5533,-0.0000 -1.0112,-0.4579 -1.0112 -1.0112ZM 408.4860,373.1950 ZM 412.0729,364.0943 c -0.3625,-0.0000 -1.2020,0.3434 -1.6217 0.5342l -0.2289,-0.5915 c 1.6790,-0.7822 2.3277,-1.1829 3.2816 -1.8698h 0.3625 v 9.5968 c 0.0000,0.6868 0.0954,0.8776 0.7250 0.8776h 0.9921 c 0.0572,-0.0000 0.1526,0.0382 0.1526 0.1526v 0.4197 l -2.6138,-0.0382 l -2.6520,0.0382 v -0.4197 c 0.0191,-0.0572 0.0382,-0.1526 0.1526 -0.1526h 1.1447 c 0.7250,-0.0000 0.7250,-0.3243 0.7250 -0.8776v -6.5632 c 0.0000,-0.6487 0.0000,-1.1066 -0.4197 -1.1066Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.224029215589439" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 406.3968,343.1955 v 8.6285 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 367.1892,373.1950 ZM 371.3675,362.8350 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 371.3675,362.8350 ZM 371.2912,373.4240 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047ZM 375.5459,373.1950 ZM 376.6334,372.4128 c 0.0000,-0.5533 0.4579,-1.0112 1.0112 -1.0112c 0.5533,-0.0000 1.0112,0.4579 1.0112 1.0112c 0.0000,0.5533 -0.4579,1.0112 -1.0112 1.0112c -0.5533,-0.0000 -1.0112,-0.4579 -1.0112 -1.0112ZM 379.7242,373.1950 ZM 383.9025,362.8350 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 383.9025,362.8350 ZM 383.8262,373.4240 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.224029215589439" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 377.6350,343.1955 v 8.6285 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 335.2507,373.1950 ZM 340.4784,368.6923 h -4.3119 c -0.1717,-0.0000 -0.2862,-0.1526 -0.2862 -0.3243c 0.0000,-0.3053 0.2480,-0.7059 0.4770 -0.7059h 4.3691 c 0.1908,-0.0000 0.2671,0.1717 0.2671 0.3434c 0.0000,0.2099 -0.2671,0.6868 -0.5151 0.6868ZM 341.6041,373.1950 ZM 345.7824,362.8350 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 345.7824,362.8350 ZM 345.7061,373.4240 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047ZM 349.9607,373.1950 ZM 351.0482,372.4128 c 0.0000,-0.5533 0.4579,-1.0112 1.0112 -1.0112c 0.5533,-0.0000 1.0112,0.4579 1.0112 1.0112c 0.0000,0.5533 -0.4579,1.0112 -1.0112 1.0112c -0.5533,-0.0000 -1.0112,-0.4579 -1.0112 -1.0112ZM 354.1391,373.1950 ZM 357.7259,364.0943 c -0.3625,-0.0000 -1.2020,0.3434 -1.6217 0.5342l -0.2289,-0.5915 c 1.6790,-0.7822 2.3277,-1.1829 3.2816 -1.8698h 0.3625 v 9.5968 c 0.0000,0.6868 0.0954,0.8776 0.7250 0.8776h 0.9921 c 0.0572,-0.0000 0.1526,0.0382 0.1526 0.1526v 0.4197 l -2.6138,-0.0382 l -2.6520,0.0382 v -0.4197 c 0.0191,-0.0572 0.0382,-0.1526 0.1526 -0.1526h 1.1447 c 0.7250,-0.0000 0.7250,-0.3243 0.7250 -0.8776v -6.5632 c 0.0000,-0.6487 0.0000,-1.1066 -0.4197 -1.1066Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.224029215589439" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 348.8732,343.1955 v 8.6285 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 306.4889,373.1950 ZM 311.7166,368.6923 h -4.3119 c -0.1717,-0.0000 -0.2862,-0.1526 -0.2862 -0.3243c 0.0000,-0.3053 0.2480,-0.7059 0.4770 -0.7059h 4.3691 c 0.1908,-0.0000 0.2671,0.1717 0.2671 0.3434c 0.0000,0.2099 -0.2671,0.6868 -0.5151 0.6868ZM 312.8423,373.1950 ZM 317.0206,362.8350 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 317.0206,362.8350 ZM 316.9443,373.4240 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047ZM 321.1989,373.1950 ZM 322.2865,372.4128 c 0.0000,-0.5533 0.4579,-1.0112 1.0112 -1.0112c 0.5533,-0.0000 1.0112,0.4579 1.0112 1.0112c 0.0000,0.5533 -0.4579,1.0112 -1.0112 1.0112c -0.5533,-0.0000 -1.0112,-0.4579 -1.0112 -1.0112ZM 325.3773,373.1950 ZM 326.4839,364.7430 c 0.0000,-1.0875 1.0494,-2.5757 3.0527 -2.5757c 1.4691,-0.0000 3.1862,0.5533 3.1862 2.7474c 0.0000,1.4500 -0.7441,2.1750 -1.7744 3.1671l -1.8125,1.7553 c -0.0954,0.0954 -1.3737,1.3546 -1.3737 2.2513h 3.2435 c 0.6487,-0.0000 0.9921,-0.3243 1.2592 -1.3737l 0.4770,0.0763 l -0.3816,2.4040 h -5.8955 c 0.0000,-1.0684 0.1717,-1.8888 1.9461 -3.7014l 1.3355,-1.3165 c 1.0684,-1.0875 1.5073,-2.0224 1.5073 -3.1862c 0.0000,-1.7362 -1.1829,-2.2323 -1.8316 -2.2323c -1.3165,-0.0000 -1.6790,0.6868 -1.6790 1.1447c 0.0000,0.1526 0.0382,0.3053 0.0763 0.4388c 0.0382,0.1336 0.0763,0.2671 0.0763 0.4197c 0.0000,0.4961 -0.3816,0.6868 -0.6868 0.6868c -0.4197,-0.0000 -0.7250,-0.3243 -0.7250 -0.7059Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.224029215589439" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 320.1114,343.1955 v 8.6285 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 277.7271,373.1950 ZM 282.9548,368.6923 h -4.3119 c -0.1717,-0.0000 -0.2862,-0.1526 -0.2862 -0.3243c 0.0000,-0.3053 0.2480,-0.7059 0.4770 -0.7059h 4.3691 c 0.1908,-0.0000 0.2671,0.1717 0.2671 0.3434c 0.0000,0.2099 -0.2671,0.6868 -0.5151 0.6868ZM 284.0805,373.1950 ZM 288.2588,362.8350 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 288.2588,362.8350 ZM 288.1825,373.4240 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047ZM 292.4372,373.1950 ZM 293.5247,372.4128 c 0.0000,-0.5533 0.4579,-1.0112 1.0112 -1.0112c 0.5533,-0.0000 1.0112,0.4579 1.0112 1.0112c 0.0000,0.5533 -0.4579,1.0112 -1.0112 1.0112c -0.5533,-0.0000 -1.0112,-0.4579 -1.0112 -1.0112ZM 296.6155,373.1950 ZM 300.7366,362.7587 c -0.4770,-0.0000 -1.8698,0.2671 -1.8698 1.4309c 0.0000,0.3434 -0.1336,0.9349 -0.6487 0.9349c -0.4961,-0.0000 -0.5342,-0.5533 -0.5342 -0.6105c 0.0000,-0.5915 0.7822,-2.3467 3.4342 -2.3467c 1.8507,-0.0000 2.4040,1.1638 2.4040 1.9270c 0.0000,0.4770 -0.1526,1.4309 -1.8698 2.5184c 1.0684,0.1717 2.4803,0.9540 2.4803 2.9382c 0.0000,2.5184 -1.9079,3.8731 -4.0639 3.8731c -1.0875,-0.0000 -2.6138,-0.4770 -2.6138 -1.2020c 0.0000,-0.2862 0.2862,-0.6105 0.6678 -0.6105c 0.3625,-0.0000 0.5342,0.1908 0.7059 0.4388c 0.2099,0.3243 0.5533,0.7822 1.4691 0.7822c 0.6296,-0.0000 2.4230,-0.6296 2.4230 -3.0336c 0.0000,-2.0415 -1.4309,-2.3658 -2.4612 -2.3658c -0.1717,-0.0000 -0.3816,0.0382 -0.5915 0.0763l -0.0763,-0.5724 c 1.4691,-0.2480 2.6902,-1.6790 2.6902 -2.5566c 0.0000,-1.0875 -0.7632,-1.6217 -1.5454 -1.6217Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.224029215589439" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 291.3496,343.1955 v 8.6285 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 248.9653,373.1950 ZM 254.1930,368.6923 h -4.3119 c -0.1717,-0.0000 -0.2862,-0.1526 -0.2862 -0.3243c 0.0000,-0.3053 0.2480,-0.7059 0.4770 -0.7059h 4.3691 c 0.1908,-0.0000 0.2671,0.1717 0.2671 0.3434c 0.0000,0.2099 -0.2671,0.6868 -0.5151 0.6868ZM 255.3187,373.1950 ZM 259.4970,362.8350 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 259.4970,362.8350 ZM 259.4207,373.4240 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047ZM 263.6754,373.1950 ZM 264.7629,372.4128 c 0.0000,-0.5533 0.4579,-1.0112 1.0112 -1.0112c 0.5533,-0.0000 1.0112,0.4579 1.0112 1.0112c 0.0000,0.5533 -0.4579,1.0112 -1.0112 1.0112c -0.5533,-0.0000 -1.0112,-0.4579 -1.0112 -1.0112ZM 267.8537,373.1950 ZM 272.7761,366.4219 c 0.0000,-0.1336 0.0191,-0.2862 0.1908 -0.3816c 0.2099,-0.1526 0.5533,-0.3243 0.8395 -0.3243c 0.2480,-0.0000 0.2671,0.2099 0.2671 0.5915v 3.0717 h 1.5454 l -0.1145,0.8967 h -1.4309 v 1.5836 c 0.0000,0.5342 0.0763,0.8013 0.6296 0.8013h 0.5151 c 0.1145,-0.0000 0.1336,0.0954 0.1336 0.1336v 0.4197 c 0.0000,-0.0000 -1.2211,-0.0382 -2.0224 -0.0382c -0.7250,-0.0000 -1.8507,0.0382 -1.8507 0.0382v -0.4197 c 0.0000,-0.0382 0.0191,-0.1336 0.1336 -0.1336h 0.5151 c 0.5915,-0.0000 0.6487,-0.2480 0.6487 -0.8013v -1.5836 h -3.7395 c -0.0763,-0.0000 -0.1145,-0.0382 -0.1717 -0.1145l -0.1526,-0.2099 l -0.2289,-0.4007 c -0.0191,-0.0000 -0.0191,-0.0191 -0.0191 -0.0382c 0.0000,-0.0191 0.0191,-0.0382 0.0382 -0.0572c 1.2401,-1.3737 3.4342,-5.6283 4.1211 -7.1928c 0.0191,-0.0763 0.0572,-0.0954 0.1336 -0.0954c 0.0191,-0.0000 0.4388,0.1717 0.6678 0.2099c -0.8586,2.3086 -2.2704,4.7889 -3.6632 7.0020h 3.0145 v -2.9573 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.224029215589439" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 262.5878,343.1955 v 8.6285 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 220.2036,373.1950 ZM 225.4312,368.6923 h -4.3119 c -0.1717,-0.0000 -0.2862,-0.1526 -0.2862 -0.3243c 0.0000,-0.3053 0.2480,-0.7059 0.4770 -0.7059h 4.3691 c 0.1908,-0.0000 0.2671,0.1717 0.2671 0.3434c 0.0000,0.2099 -0.2671,0.6868 -0.5151 0.6868ZM 226.5569,373.1950 ZM 230.7352,362.8350 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 230.7352,362.8350 ZM 230.6589,373.4240 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047ZM 234.9136,373.1950 ZM 236.0011,372.4128 c 0.0000,-0.5533 0.4579,-1.0112 1.0112 -1.0112c 0.5533,-0.0000 1.0112,0.4579 1.0112 1.0112c 0.0000,0.5533 -0.4579,1.0112 -1.0112 1.0112c -0.5533,-0.0000 -1.0112,-0.4579 -1.0112 -1.0112ZM 239.0919,373.1950 ZM 244.9873,369.9706 c 0.0000,-1.9652 -1.0684,-2.9382 -2.2513 -2.9382c -0.8776,-0.0000 -1.5454,0.1336 -2.2895 0.4388l 0.6105,-5.2086 c 0.6296,0.0572 1.2783,0.0763 1.9461 0.0763c 0.9540,-0.0000 1.9461,-0.0572 2.9763 -0.1717l 0.1145,0.0572 l -0.2862,1.2401 c -0.7441,0.0763 -1.3546,0.0954 -1.8888 0.0954c -0.8586,-0.0000 -1.5073,-0.0763 -2.1750 -0.1526l -0.3625,3.0145 c 0.4007,-0.1526 1.0875,-0.2862 1.8316 -0.2862c 2.0224,-0.0000 3.1481,1.7553 3.1481 3.5106c 0.0000,2.1369 -1.4882,3.7777 -3.6441 3.7777c -1.0875,-0.0000 -2.6711,-0.6105 -2.6711 -1.3546c 0.0000,-0.3625 0.3053,-0.6105 0.6487 -0.6105c 0.3816,-0.0000 0.6296,0.2862 0.8586 0.5915c 0.2862,0.3434 0.5915,0.7250 1.2020 0.7250c 1.2211,-0.0000 2.2323,-1.1447 2.2323 -2.8046Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.224029215589439" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 233.8261,343.1955 v 8.6285 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 521.4440,314.4337 l -0.0000,-287.6179 h -287.6179 l -0.0000,287.6179 Z"/>+  </g>+</svg>
other/arrowsExample.svg view
@@ -1,3 +1,1307 @@ <?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>+    "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>
other/axisExample.svg view
@@ -1,3 +1,76 @@ <?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>+    "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,24.1844 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,43.9468 ZM 362.1167,40.3875 c -0.2340,-0.2340 -0.9976,-0.5542 -1.3917 -0.7020l 0.2340,-0.5296 c 1.5887,0.5788 2.2661,0.7389 3.3253 0.9114l 0.2340,0.2340 l -6.1948,6.1948 c -0.4434,0.4434 -0.5049,0.6281 -0.0985 1.0345l 0.6404,0.6404 c 0.0369,0.0369 0.0739,0.1232 0.0000 0.1971l -0.2709,0.2709 l -1.6626,-1.7119 l -1.7365,-1.6873 l 0.2709,-0.2709 c 0.0493,-0.0246 0.1232,-0.0739 0.1971 -0.0000l 0.7389,0.7389 c 0.4680,0.4680 0.6774,0.2586 1.0345 -0.0985l 4.2366,-4.2366 c 0.4187,-0.4187 0.7143,-0.7143 0.4434 -0.9853ZM 359.3210,49.3411 ZM 368.7056,45.3508 c -0.5296,-0.5296 -1.8227,-0.7882 -4.6923 2.0814c -1.0099,1.0099 -2.8573,3.2267 -1.7735 4.3105c 0.2094,0.2094 0.9360,0.6651 2.1553 -0.0369c 0.7513,-0.4311 1.5764,-1.0838 2.6479 -2.1553c 1.5641,-1.5641 2.0444,-2.8326 1.9952 -3.4977c -0.0123,-0.2586 -0.1355,-0.5049 -0.3325 -0.7020ZM 368.7056,45.3508 ZM 361.8211,52.1368 c -1.3178,-1.3178 -0.5173,-3.8918 1.3671 -5.7761c 2.3030,-2.3030 4.7908,-2.5986 5.9485 -1.4409c 0.5296,0.5296 0.7266,1.3917 0.6035 2.2292c -0.1724,1.2069 -0.8252,2.4016 -1.9828 3.5593c -2.7341,2.7341 -5.0371,2.3277 -5.9362 1.4286ZM 364.7153,54.7354 ZM 374.0999,50.7451 c -0.5296,-0.5296 -1.8227,-0.7882 -4.6923 2.0814c -1.0099,1.0099 -2.8573,3.2267 -1.7735 4.3105c 0.2094,0.2094 0.9360,0.6651 2.1553 -0.0369c 0.7513,-0.4311 1.5764,-1.0838 2.6479 -2.1553c 1.5641,-1.5641 2.0444,-2.8326 1.9952 -3.4977c -0.0123,-0.2586 -0.1355,-0.5049 -0.3325 -0.7020ZM 374.0999,50.7451 ZM 367.2154,57.5311 c -1.3178,-1.3178 -0.5173,-3.8918 1.3671 -5.7761c 2.3030,-2.3030 4.7908,-2.5986 5.9485 -1.4409c 0.5296,0.5296 0.7266,1.3917 0.6035 2.2292c -0.1724,1.2069 -0.8252,2.4016 -1.9828 3.5593c -2.7341,2.7341 -5.0371,2.3277 -5.9362 1.4286ZM 370.1096,60.1297 ZM 372.5605,60.2406 c 0.4926,0.4926 0.3325,1.2932 -0.4064 2.0321c -0.8621,0.8621 -1.8843,0.6527 -2.7587 0.0493l 0.2463,-0.3695 c 0.8005,0.4803 1.4656,0.4064 1.7242 0.1478c 0.2833,-0.2833 0.1232,-0.5419 -0.0862 -0.8005c -0.1847,-0.2586 -0.4064,-0.6774 -0.0000 -1.0838c 0.3448,-0.3448 0.8991,-0.3572 1.2808 0.0246ZM 372.8068,62.8269 ZM 382.1914,58.8366 c -0.5296,-0.5296 -1.8227,-0.7882 -4.6923 2.0814c -1.0099,1.0099 -2.8573,3.2267 -1.7735 4.3105c 0.2094,0.2094 0.9360,0.6651 2.1553 -0.0369c 0.7513,-0.4311 1.5764,-1.0838 2.6479 -2.1553c 1.5641,-1.5641 2.0444,-2.8326 1.9952 -3.4977c -0.0123,-0.2586 -0.1355,-0.5049 -0.3325 -0.7020ZM 382.1914,58.8366 ZM 375.3069,65.6225 c -1.3178,-1.3178 -0.5173,-3.8918 1.3671 -5.7761c 2.3030,-2.3030 4.7908,-2.5986 5.9485 -1.4409c 0.5296,0.5296 0.7266,1.3917 0.6035 2.2292c -0.1724,1.2069 -0.8252,2.4016 -1.9828 3.5593c -2.7341,2.7341 -5.0371,2.3277 -5.9362 1.4286ZM 378.2011,68.2212 ZM 387.5857,64.2309 c -0.5296,-0.5296 -1.8227,-0.7882 -4.6923 2.0814c -1.0099,1.0099 -2.8573,3.2267 -1.7735 4.3105c 0.2094,0.2094 0.9360,0.6651 2.1553 -0.0369c 0.7513,-0.4311 1.5764,-1.0838 2.6479 -2.1553c 1.5641,-1.5641 2.0444,-2.8326 1.9952 -3.4977c -0.0123,-0.2586 -0.1355,-0.5049 -0.3325 -0.7020ZM 387.5857,64.2309 ZM 380.7012,71.0168 c -1.3178,-1.3178 -0.5173,-3.8918 1.3671 -5.7761c 2.3030,-2.3030 4.7908,-2.5986 5.9485 -1.4409c 0.5296,0.5296 0.7266,1.3917 0.6035 2.2292c -0.1724,1.2069 -0.8252,2.4016 -1.9828 3.5593c -2.7341,2.7341 -5.0371,2.3277 -5.9362 1.4286ZM 383.5954,73.6155 ZM 392.9800,69.6252 c -0.5296,-0.5296 -1.8227,-0.7882 -4.6923 2.0814c -1.0099,1.0099 -2.8573,3.2267 -1.7735 4.3105c 0.2094,0.2094 0.9360,0.6651 2.1553 -0.0369c 0.7513,-0.4311 1.5764,-1.0838 2.6479 -2.1553c 1.5641,-1.5641 2.0444,-2.8326 1.9952 -3.4977c -0.0123,-0.2586 -0.1355,-0.5049 -0.3325 -0.7020ZM 392.9800,69.6252 ZM 386.0955,76.4112 c -1.3178,-1.3178 -0.5173,-3.8918 1.3671 -5.7761c 2.3030,-2.3030 4.7908,-2.5986 5.9485 -1.4409c 0.5296,0.5296 0.7266,1.3917 0.6035 2.2292c -0.1724,1.2069 -0.8252,2.4016 -1.9828 3.5593c -2.7341,2.7341 -5.0371,2.3277 -5.9362 1.4286Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.8105837380961355" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 353.9267,17.1827 v 10.5025 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 318.9183,43.9468 ZM 326.5910,44.1315 c 0.1232,-0.1232 0.3202,-0.2956 0.4434 -0.4187c 2.0690,-2.0690 1.6626,-3.5100 1.0345 -4.1381c -0.5665,-0.5665 -1.6873,-0.6281 -2.9681 0.6527c -0.5912,0.5912 -1.4656,2.0567 -0.2956 3.2267c 0.2586,0.2586 0.7513,0.7020 1.7858 0.6774ZM 326.5910,44.1315 ZM 319.7804,44.4641 c 0.8867,0.7389 1.7735,1.2069 2.9558 1.2316c 1.1084,-0.0000 2.3400,-0.4187 3.4730 -1.2562c -0.6281,0.0616 -1.5764,-0.3695 -2.0321 -0.8252c -1.8227,-1.8227 -0.5665,-3.5716 -0.0000 -4.1381c 0.8375,-0.8375 2.6725,-1.8350 4.3721 -0.1355c 0.9114,0.9114 1.7488,2.8080 -0.7020 5.2588c -1.1331,1.1331 -2.6356,1.8474 -4.3228 1.8597c -1.5887,0.0123 -2.7587,-0.4926 -4.0273 -1.6380ZM 324.3126,49.3411 ZM 333.6972,45.3508 c -0.5296,-0.5296 -1.8227,-0.7882 -4.6923 2.0814c -1.0099,1.0099 -2.8573,3.2267 -1.7735 4.3105c 0.2094,0.2094 0.9360,0.6651 2.1553 -0.0369c 0.7513,-0.4311 1.5764,-1.0838 2.6479 -2.1553c 1.5641,-1.5641 2.0444,-2.8326 1.9952 -3.4977c -0.0123,-0.2586 -0.1355,-0.5049 -0.3325 -0.7020ZM 333.6972,45.3508 ZM 326.8127,52.1368 c -1.3178,-1.3178 -0.5173,-3.8918 1.3671 -5.7761c 2.3030,-2.3030 4.7908,-2.5986 5.9485 -1.4409c 0.5296,0.5296 0.7266,1.3917 0.6035 2.2292c -0.1724,1.2069 -0.8252,2.4016 -1.9828 3.5593c -2.7341,2.7341 -5.0371,2.3277 -5.9362 1.4286ZM 329.7069,54.7354 ZM 332.1577,54.8462 c 0.4926,0.4926 0.3325,1.2932 -0.4064 2.0321c -0.8621,0.8621 -1.8843,0.6527 -2.7587 0.0493l 0.2463,-0.3695 c 0.8005,0.4803 1.4656,0.4064 1.7242 0.1478c 0.2833,-0.2833 0.1232,-0.5419 -0.0862 -0.8005c -0.1847,-0.2586 -0.4064,-0.6774 -0.0000 -1.0838c 0.3448,-0.3448 0.8991,-0.3572 1.2808 0.0246ZM 332.4041,57.4326 ZM 341.7887,53.4422 c -0.5296,-0.5296 -1.8227,-0.7882 -4.6923 2.0814c -1.0099,1.0099 -2.8573,3.2267 -1.7735 4.3105c 0.2094,0.2094 0.9360,0.6651 2.1553 -0.0369c 0.7513,-0.4311 1.5764,-1.0838 2.6479 -2.1553c 1.5641,-1.5641 2.0444,-2.8326 1.9952 -3.4977c -0.0123,-0.2586 -0.1355,-0.5049 -0.3325 -0.7020ZM 341.7887,53.4422 ZM 334.9042,60.2282 c -1.3178,-1.3178 -0.5173,-3.8918 1.3671 -5.7761c 2.3030,-2.3030 4.7908,-2.5986 5.9485 -1.4409c 0.5296,0.5296 0.7266,1.3917 0.6035 2.2292c -0.1724,1.2069 -0.8252,2.4016 -1.9828 3.5593c -2.7341,2.7341 -5.0371,2.3277 -5.9362 1.4286ZM 337.7984,62.8269 ZM 347.1830,58.8366 c -0.5296,-0.5296 -1.8227,-0.7882 -4.6923 2.0814c -1.0099,1.0099 -2.8573,3.2267 -1.7735 4.3105c 0.2094,0.2094 0.9360,0.6651 2.1553 -0.0369c 0.7513,-0.4311 1.5764,-1.0838 2.6479 -2.1553c 1.5641,-1.5641 2.0444,-2.8326 1.9952 -3.4977c -0.0123,-0.2586 -0.1355,-0.5049 -0.3325 -0.7020ZM 347.1830,58.8366 ZM 340.2985,65.6225 c -1.3178,-1.3178 -0.5173,-3.8918 1.3671 -5.7761c 2.3030,-2.3030 4.7908,-2.5986 5.9485 -1.4409c 0.5296,0.5296 0.7266,1.3917 0.6035 2.2292c -0.1724,1.2069 -0.8252,2.4016 -1.9828 3.5593c -2.7341,2.7341 -5.0371,2.3277 -5.9362 1.4286ZM 343.1927,68.2212 ZM 352.5773,64.2309 c -0.5296,-0.5296 -1.8227,-0.7882 -4.6923 2.0814c -1.0099,1.0099 -2.8573,3.2267 -1.7735 4.3105c 0.2094,0.2094 0.9360,0.6651 2.1553 -0.0369c 0.7513,-0.4311 1.5764,-1.0838 2.6479 -2.1553c 1.5641,-1.5641 2.0444,-2.8326 1.9952 -3.4977c -0.0123,-0.2586 -0.1355,-0.5049 -0.3325 -0.7020ZM 352.5773,64.2309 ZM 345.6928,71.0168 c -1.3178,-1.3178 -0.5173,-3.8918 1.3671 -5.7761c 2.3030,-2.3030 4.7908,-2.5986 5.9485 -1.4409c 0.5296,0.5296 0.7266,1.3917 0.6035 2.2292c -0.1724,1.2069 -0.8252,2.4016 -1.9828 3.5593c -2.7341,2.7341 -5.0371,2.3277 -5.9362 1.4286Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.8105837380961355" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 318.9183,17.1827 v 10.5025 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 283.9099,43.9468 ZM 293.4669,39.8580 c -0.7020,-0.7020 -1.7119,-0.6035 -2.2538 -0.0616c -0.3572,0.3572 -0.6404,0.9360 -0.3818 2.1553l 0.1355,0.5788 c 0.5542,0.0862 1.8720,0.2709 2.5001 -0.3572c 0.5419,-0.5419 0.7636,-1.5518 -0.0000 -2.3154ZM 293.4669,39.8580 ZM 294.1812,42.9123 c -0.7513,0.7513 -2.1922,0.4926 -3.0543 0.3202l 0.2463,1.1823 c 0.2094,0.9976 -0.0246,1.8474 -0.7020 2.5247c -0.8867,0.8867 -2.7587,1.3055 -4.2859 -0.2217c -1.2316,-1.2316 -1.4286,-2.7341 -0.2340 -3.9287c 0.4557,-0.4557 1.1823,-0.7882 2.0814 -0.7266c 0.5542,0.0369 1.0345,0.0739 1.5518 0.1478l -0.0862,-0.3325 c -0.2709,-1.1577 -0.1478,-1.9952 0.5049 -2.6479c 0.8991,-0.8991 2.4262,-0.8005 3.6208 0.3941c 1.1454,1.1454 1.1946,2.4508 0.3572 3.2883ZM 294.1812,42.9123 ZM 286.7548,46.3976 c 0.5296,0.5296 1.7365,1.1700 2.9065 -0.0000c 0.5542,-0.5542 0.7636,-1.4533 0.4803 -2.6233l -0.2094,-0.8744 c -1.6626,-0.3325 -2.7095,0.2709 -3.0543 0.6158c -1.0468,1.0468 -0.6527,2.3523 -0.1232 2.8819ZM 289.3042,49.3411 ZM 298.6888,45.3508 c -0.5296,-0.5296 -1.8227,-0.7882 -4.6923 2.0814c -1.0099,1.0099 -2.8573,3.2267 -1.7735 4.3105c 0.2094,0.2094 0.9360,0.6651 2.1553 -0.0369c 0.7513,-0.4311 1.5764,-1.0838 2.6479 -2.1553c 1.5641,-1.5641 2.0444,-2.8326 1.9952 -3.4977c -0.0123,-0.2586 -0.1355,-0.5049 -0.3325 -0.7020ZM 298.6888,45.3508 ZM 291.8043,52.1368 c -1.3178,-1.3178 -0.5173,-3.8918 1.3671 -5.7761c 2.3030,-2.3030 4.7908,-2.5986 5.9485 -1.4409c 0.5296,0.5296 0.7266,1.3917 0.6035 2.2292c -0.1724,1.2069 -0.8252,2.4016 -1.9828 3.5593c -2.7341,2.7341 -5.0371,2.3277 -5.9362 1.4286ZM 294.6985,54.7354 ZM 297.1493,54.8462 c 0.4926,0.4926 0.3325,1.2932 -0.4064 2.0321c -0.8621,0.8621 -1.8843,0.6527 -2.7587 0.0493l 0.2463,-0.3695 c 0.8005,0.4803 1.4656,0.4064 1.7242 0.1478c 0.2833,-0.2833 0.1232,-0.5419 -0.0862 -0.8005c -0.1847,-0.2586 -0.4064,-0.6774 -0.0000 -1.0838c 0.3448,-0.3448 0.8991,-0.3572 1.2808 0.0246ZM 297.3956,57.4326 ZM 306.7803,53.4422 c -0.5296,-0.5296 -1.8227,-0.7882 -4.6923 2.0814c -1.0099,1.0099 -2.8573,3.2267 -1.7735 4.3105c 0.2094,0.2094 0.9360,0.6651 2.1553 -0.0369c 0.7513,-0.4311 1.5764,-1.0838 2.6479 -2.1553c 1.5641,-1.5641 2.0444,-2.8326 1.9952 -3.4977c -0.0123,-0.2586 -0.1355,-0.5049 -0.3325 -0.7020ZM 306.7803,53.4422 ZM 299.8957,60.2282 c -1.3178,-1.3178 -0.5173,-3.8918 1.3671 -5.7761c 2.3030,-2.3030 4.7908,-2.5986 5.9485 -1.4409c 0.5296,0.5296 0.7266,1.3917 0.6035 2.2292c -0.1724,1.2069 -0.8252,2.4016 -1.9828 3.5593c -2.7341,2.7341 -5.0371,2.3277 -5.9362 1.4286ZM 302.7899,62.8269 ZM 312.1746,58.8366 c -0.5296,-0.5296 -1.8227,-0.7882 -4.6923 2.0814c -1.0099,1.0099 -2.8573,3.2267 -1.7735 4.3105c 0.2094,0.2094 0.9360,0.6651 2.1553 -0.0369c 0.7513,-0.4311 1.5764,-1.0838 2.6479 -2.1553c 1.5641,-1.5641 2.0444,-2.8326 1.9952 -3.4977c -0.0123,-0.2586 -0.1355,-0.5049 -0.3325 -0.7020ZM 312.1746,58.8366 ZM 305.2900,65.6225 c -1.3178,-1.3178 -0.5173,-3.8918 1.3671 -5.7761c 2.3030,-2.3030 4.7908,-2.5986 5.9485 -1.4409c 0.5296,0.5296 0.7266,1.3917 0.6035 2.2292c -0.1724,1.2069 -0.8252,2.4016 -1.9828 3.5593c -2.7341,2.7341 -5.0371,2.3277 -5.9362 1.4286ZM 308.1843,68.2212 ZM 317.5689,64.2309 c -0.5296,-0.5296 -1.8227,-0.7882 -4.6923 2.0814c -1.0099,1.0099 -2.8573,3.2267 -1.7735 4.3105c 0.2094,0.2094 0.9360,0.6651 2.1553 -0.0369c 0.7513,-0.4311 1.5764,-1.0838 2.6479 -2.1553c 1.5641,-1.5641 2.0444,-2.8326 1.9952 -3.4977c -0.0123,-0.2586 -0.1355,-0.5049 -0.3325 -0.7020ZM 317.5689,64.2309 ZM 310.6844,71.0168 c -1.3178,-1.3178 -0.5173,-3.8918 1.3671 -5.7761c 2.3030,-2.3030 4.7908,-2.5986 5.9485 -1.4409c 0.5296,0.5296 0.7266,1.3917 0.6035 2.2292c -0.1724,1.2069 -0.8252,2.4016 -1.9828 3.5593c -2.7341,2.7341 -5.0371,2.3277 -5.9362 1.4286Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.8105837380961355" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 283.9099,17.1827 v 10.5025 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 248.9015,43.9468 ZM 257.0052,39.5377 c -0.5419,-0.5419 -0.9483,-0.5049 -1.8104 -0.1108l -0.2709,-0.3695 c 0.6527,-0.3572 1.2439,-0.7020 1.9705 -1.3547l 0.2586,0.2586 c -0.0246,0.1232 -0.0493,0.2217 0.2340 0.5049l 2.3400,2.3400 c 0.4434,0.4434 0.7143,0.6897 0.9729 0.8252l 0.0985,0.2709 c -4.4829,1.8720 -7.0939,3.1036 -9.7418 4.4214l -0.8375,-0.7636 l 0.0369,-0.1108 c 2.5617,-0.9853 5.7884,-2.3400 8.9659 -3.6947l -2.2168,-2.2168 ZM 254.2958,49.3411 ZM 263.6804,45.3508 c -0.5296,-0.5296 -1.8227,-0.7882 -4.6923 2.0814c -1.0099,1.0099 -2.8573,3.2267 -1.7735 4.3105c 0.2094,0.2094 0.9360,0.6651 2.1553 -0.0369c 0.7513,-0.4311 1.5764,-1.0838 2.6479 -2.1553c 1.5641,-1.5641 2.0444,-2.8326 1.9952 -3.4977c -0.0123,-0.2586 -0.1355,-0.5049 -0.3325 -0.7020ZM 263.6804,45.3508 ZM 256.7959,52.1368 c -1.3178,-1.3178 -0.5173,-3.8918 1.3671 -5.7761c 2.3030,-2.3030 4.7908,-2.5986 5.9485 -1.4409c 0.5296,0.5296 0.7266,1.3917 0.6035 2.2292c -0.1724,1.2069 -0.8252,2.4016 -1.9828 3.5593c -2.7341,2.7341 -5.0371,2.3277 -5.9362 1.4286ZM 259.6901,54.7354 ZM 262.1409,54.8462 c 0.4926,0.4926 0.3325,1.2932 -0.4064 2.0321c -0.8621,0.8621 -1.8843,0.6527 -2.7587 0.0493l 0.2463,-0.3695 c 0.8005,0.4803 1.4656,0.4064 1.7242 0.1478c 0.2833,-0.2833 0.1232,-0.5419 -0.0862 -0.8005c -0.1847,-0.2586 -0.4064,-0.6774 -0.0000 -1.0838c 0.3448,-0.3448 0.8991,-0.3572 1.2808 0.0246ZM 262.3872,57.4326 ZM 271.7718,53.4422 c -0.5296,-0.5296 -1.8227,-0.7882 -4.6923 2.0814c -1.0099,1.0099 -2.8573,3.2267 -1.7735 4.3105c 0.2094,0.2094 0.9360,0.6651 2.1553 -0.0369c 0.7513,-0.4311 1.5764,-1.0838 2.6479 -2.1553c 1.5641,-1.5641 2.0444,-2.8326 1.9952 -3.4977c -0.0123,-0.2586 -0.1355,-0.5049 -0.3325 -0.7020ZM 271.7718,53.4422 ZM 264.8873,60.2282 c -1.3178,-1.3178 -0.5173,-3.8918 1.3671 -5.7761c 2.3030,-2.3030 4.7908,-2.5986 5.9485 -1.4409c 0.5296,0.5296 0.7266,1.3917 0.6035 2.2292c -0.1724,1.2069 -0.8252,2.4016 -1.9828 3.5593c -2.7341,2.7341 -5.0371,2.3277 -5.9362 1.4286ZM 267.7815,62.8269 ZM 277.1661,58.8366 c -0.5296,-0.5296 -1.8227,-0.7882 -4.6923 2.0814c -1.0099,1.0099 -2.8573,3.2267 -1.7735 4.3105c 0.2094,0.2094 0.9360,0.6651 2.1553 -0.0369c 0.7513,-0.4311 1.5764,-1.0838 2.6479 -2.1553c 1.5641,-1.5641 2.0444,-2.8326 1.9952 -3.4977c -0.0123,-0.2586 -0.1355,-0.5049 -0.3325 -0.7020ZM 277.1661,58.8366 ZM 270.2816,65.6225 c -1.3178,-1.3178 -0.5173,-3.8918 1.3671 -5.7761c 2.3030,-2.3030 4.7908,-2.5986 5.9485 -1.4409c 0.5296,0.5296 0.7266,1.3917 0.6035 2.2292c -0.1724,1.2069 -0.8252,2.4016 -1.9828 3.5593c -2.7341,2.7341 -5.0371,2.3277 -5.9362 1.4286ZM 273.1758,68.2212 ZM 282.5604,64.2309 c -0.5296,-0.5296 -1.8227,-0.7882 -4.6923 2.0814c -1.0099,1.0099 -2.8573,3.2267 -1.7735 4.3105c 0.2094,0.2094 0.9360,0.6651 2.1553 -0.0369c 0.7513,-0.4311 1.5764,-1.0838 2.6479 -2.1553c 1.5641,-1.5641 2.0444,-2.8326 1.9952 -3.4977c -0.0123,-0.2586 -0.1355,-0.5049 -0.3325 -0.7020ZM 282.5604,64.2309 ZM 275.6759,71.0168 c -1.3178,-1.3178 -0.5173,-3.8918 1.3671 -5.7761c 2.3030,-2.3030 4.7908,-2.5986 5.9485 -1.4409c 0.5296,0.5296 0.7266,1.3917 0.6035 2.2292c -0.1724,1.2069 -0.8252,2.4016 -1.9828 3.5593c -2.7341,2.7341 -5.0371,2.3277 -5.9362 1.4286Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.8105837380961355" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 248.9015,17.1827 v 10.5025 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 213.8930,43.9468 ZM 218.5484,42.1487 c -0.1355,0.1108 -0.3202,0.2956 -0.4434 0.4187c -2.0690,2.0690 -1.6626,3.5100 -1.0468 4.1258c 0.5665,0.5665 1.6996,0.6404 2.9804 -0.6404c 0.5788,-0.5788 1.4656,-2.0567 0.2833 -3.2390c -0.2586,-0.2586 -0.7513,-0.7020 -1.7735 -0.6651ZM 218.5484,42.1487 ZM 225.3467,41.8038 c -0.8744,-0.7266 -1.7735,-1.2069 -2.9435 -1.2193c -1.1207,-0.0123 -2.3523,0.4064 -3.4730 1.2562c 0.6281,-0.0616 1.5641,0.3572 2.0321 0.8252c 1.8227,1.8227 0.5542,3.5593 -0.0123 4.1258c -0.8375,0.8375 -2.6725,1.8350 -4.3721 0.1355c -0.8991,-0.8991 -1.7365,-2.7957 0.7143 -5.2465c 1.1331,-1.1331 2.6233,-1.8597 4.3228 -1.8597c 1.5887,-0.0123 2.7464,0.4803 4.0149 1.6257ZM 219.2873,49.3411 ZM 228.6720,45.3508 c -0.5296,-0.5296 -1.8227,-0.7882 -4.6923 2.0814c -1.0099,1.0099 -2.8573,3.2267 -1.7735 4.3105c 0.2094,0.2094 0.9360,0.6651 2.1553 -0.0369c 0.7513,-0.4311 1.5764,-1.0838 2.6479 -2.1553c 1.5641,-1.5641 2.0444,-2.8326 1.9952 -3.4977c -0.0123,-0.2586 -0.1355,-0.5049 -0.3325 -0.7020ZM 228.6720,45.3508 ZM 221.7874,52.1368 c -1.3178,-1.3178 -0.5173,-3.8918 1.3671 -5.7761c 2.3030,-2.3030 4.7908,-2.5986 5.9485 -1.4409c 0.5296,0.5296 0.7266,1.3917 0.6035 2.2292c -0.1724,1.2069 -0.8252,2.4016 -1.9828 3.5593c -2.7341,2.7341 -5.0371,2.3277 -5.9362 1.4286ZM 224.6816,54.7354 ZM 227.1325,54.8462 c 0.4926,0.4926 0.3325,1.2932 -0.4064 2.0321c -0.8621,0.8621 -1.8843,0.6527 -2.7587 0.0493l 0.2463,-0.3695 c 0.8005,0.4803 1.4656,0.4064 1.7242 0.1478c 0.2833,-0.2833 0.1232,-0.5419 -0.0862 -0.8005c -0.1847,-0.2586 -0.4064,-0.6774 -0.0000 -1.0838c 0.3448,-0.3448 0.8991,-0.3572 1.2808 0.0246ZM 227.3788,57.4326 ZM 236.7634,53.4422 c -0.5296,-0.5296 -1.8227,-0.7882 -4.6923 2.0814c -1.0099,1.0099 -2.8573,3.2267 -1.7735 4.3105c 0.2094,0.2094 0.9360,0.6651 2.1553 -0.0369c 0.7513,-0.4311 1.5764,-1.0838 2.6479 -2.1553c 1.5641,-1.5641 2.0444,-2.8326 1.9952 -3.4977c -0.0123,-0.2586 -0.1355,-0.5049 -0.3325 -0.7020ZM 236.7634,53.4422 ZM 229.8789,60.2282 c -1.3178,-1.3178 -0.5173,-3.8918 1.3671 -5.7761c 2.3030,-2.3030 4.7908,-2.5986 5.9485 -1.4409c 0.5296,0.5296 0.7266,1.3917 0.6035 2.2292c -0.1724,1.2069 -0.8252,2.4016 -1.9828 3.5593c -2.7341,2.7341 -5.0371,2.3277 -5.9362 1.4286ZM 232.7731,62.8269 ZM 242.1577,58.8366 c -0.5296,-0.5296 -1.8227,-0.7882 -4.6923 2.0814c -1.0099,1.0099 -2.8573,3.2267 -1.7735 4.3105c 0.2094,0.2094 0.9360,0.6651 2.1553 -0.0369c 0.7513,-0.4311 1.5764,-1.0838 2.6479 -2.1553c 1.5641,-1.5641 2.0444,-2.8326 1.9952 -3.4977c -0.0123,-0.2586 -0.1355,-0.5049 -0.3325 -0.7020ZM 242.1577,58.8366 ZM 235.2732,65.6225 c -1.3178,-1.3178 -0.5173,-3.8918 1.3671 -5.7761c 2.3030,-2.3030 4.7908,-2.5986 5.9485 -1.4409c 0.5296,0.5296 0.7266,1.3917 0.6035 2.2292c -0.1724,1.2069 -0.8252,2.4016 -1.9828 3.5593c -2.7341,2.7341 -5.0371,2.3277 -5.9362 1.4286ZM 238.1674,68.2212 ZM 247.5520,64.2309 c -0.5296,-0.5296 -1.8227,-0.7882 -4.6923 2.0814c -1.0099,1.0099 -2.8573,3.2267 -1.7735 4.3105c 0.2094,0.2094 0.9360,0.6651 2.1553 -0.0369c 0.7513,-0.4311 1.5764,-1.0838 2.6479 -2.1553c 1.5641,-1.5641 2.0444,-2.8326 1.9952 -3.4977c -0.0123,-0.2586 -0.1355,-0.5049 -0.3325 -0.7020ZM 247.5520,64.2309 ZM 240.6675,71.0168 c -1.3178,-1.3178 -0.5173,-3.8918 1.3671 -5.7761c 2.3030,-2.3030 4.7908,-2.5986 5.9485 -1.4409c 0.5296,0.5296 0.7266,1.3917 0.6035 2.2292c -0.1724,1.2069 -0.8252,2.4016 -1.9828 3.5593c -2.7341,2.7341 -5.0371,2.3277 -5.9362 1.4286Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.8105837380961355" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 213.8930,17.1827 v 10.5025 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 178.8846,43.9468 ZM 184.7716,45.6710 c 1.2685,-1.2685 1.2069,-2.5863 0.4434 -3.3499c -0.5665,-0.5665 -1.0838,-0.9114 -1.7612 -1.1946l 3.7563,-2.9681 c 0.3695,0.4434 0.7759,0.8744 1.2069 1.3055c 0.6158,0.6158 1.2932,1.2193 2.0321 1.8104l 0.0369,0.1108 l -0.9853,0.6158 c -0.5296,-0.4311 -0.9360,-0.8128 -1.2808 -1.1577c -0.5542,-0.5542 -0.9237,-1.0222 -1.3055 -1.5025l -2.1799,1.7119 c 0.3572,0.1601 0.8867,0.5173 1.3671 0.9976c 1.3055,1.3055 0.8991,3.1652 -0.2340 4.2982c -1.3794,1.3794 -3.3992,1.4779 -4.7908 0.0862c -0.7020,-0.7020 -1.3301,-2.1183 -0.8498 -2.5986c 0.2340,-0.2340 0.5912,-0.1971 0.8128 0.0246c 0.2463,0.2463 0.2217,0.5912 0.1724 0.9360c -0.0369,0.4064 -0.0862,0.8498 0.3079 1.2439c 0.7882,0.7882 2.1799,0.7020 3.2514 -0.3695ZM 184.2789,49.3411 ZM 193.6635,45.3508 c -0.5296,-0.5296 -1.8227,-0.7882 -4.6923 2.0814c -1.0099,1.0099 -2.8573,3.2267 -1.7735 4.3105c 0.2094,0.2094 0.9360,0.6651 2.1553 -0.0369c 0.7513,-0.4311 1.5764,-1.0838 2.6479 -2.1553c 1.5641,-1.5641 2.0444,-2.8326 1.9952 -3.4977c -0.0123,-0.2586 -0.1355,-0.5049 -0.3325 -0.7020ZM 193.6635,45.3508 ZM 186.7790,52.1368 c -1.3178,-1.3178 -0.5173,-3.8918 1.3671 -5.7761c 2.3030,-2.3030 4.7908,-2.5986 5.9485 -1.4409c 0.5296,0.5296 0.7266,1.3917 0.6035 2.2292c -0.1724,1.2069 -0.8252,2.4016 -1.9828 3.5593c -2.7341,2.7341 -5.0371,2.3277 -5.9362 1.4286ZM 189.6732,54.7354 ZM 192.1241,54.8462 c 0.4926,0.4926 0.3325,1.2932 -0.4064 2.0321c -0.8621,0.8621 -1.8843,0.6527 -2.7587 0.0493l 0.2463,-0.3695 c 0.8005,0.4803 1.4656,0.4064 1.7242 0.1478c 0.2833,-0.2833 0.1232,-0.5419 -0.0862 -0.8005c -0.1847,-0.2586 -0.4064,-0.6774 -0.0000 -1.0838c 0.3448,-0.3448 0.8991,-0.3572 1.2808 0.0246ZM 192.3704,57.4326 ZM 201.7550,53.4422 c -0.5296,-0.5296 -1.8227,-0.7882 -4.6923 2.0814c -1.0099,1.0099 -2.8573,3.2267 -1.7735 4.3105c 0.2094,0.2094 0.9360,0.6651 2.1553 -0.0369c 0.7513,-0.4311 1.5764,-1.0838 2.6479 -2.1553c 1.5641,-1.5641 2.0444,-2.8326 1.9952 -3.4977c -0.0123,-0.2586 -0.1355,-0.5049 -0.3325 -0.7020ZM 201.7550,53.4422 ZM 194.8705,60.2282 c -1.3178,-1.3178 -0.5173,-3.8918 1.3671 -5.7761c 2.3030,-2.3030 4.7908,-2.5986 5.9485 -1.4409c 0.5296,0.5296 0.7266,1.3917 0.6035 2.2292c -0.1724,1.2069 -0.8252,2.4016 -1.9828 3.5593c -2.7341,2.7341 -5.0371,2.3277 -5.9362 1.4286ZM 197.7647,62.8269 ZM 207.1493,58.8366 c -0.5296,-0.5296 -1.8227,-0.7882 -4.6923 2.0814c -1.0099,1.0099 -2.8573,3.2267 -1.7735 4.3105c 0.2094,0.2094 0.9360,0.6651 2.1553 -0.0369c 0.7513,-0.4311 1.5764,-1.0838 2.6479 -2.1553c 1.5641,-1.5641 2.0444,-2.8326 1.9952 -3.4977c -0.0123,-0.2586 -0.1355,-0.5049 -0.3325 -0.7020ZM 207.1493,58.8366 ZM 200.2648,65.6225 c -1.3178,-1.3178 -0.5173,-3.8918 1.3671 -5.7761c 2.3030,-2.3030 4.7908,-2.5986 5.9485 -1.4409c 0.5296,0.5296 0.7266,1.3917 0.6035 2.2292c -0.1724,1.2069 -0.8252,2.4016 -1.9828 3.5593c -2.7341,2.7341 -5.0371,2.3277 -5.9362 1.4286ZM 203.1590,68.2212 ZM 212.5436,64.2309 c -0.5296,-0.5296 -1.8227,-0.7882 -4.6923 2.0814c -1.0099,1.0099 -2.8573,3.2267 -1.7735 4.3105c 0.2094,0.2094 0.9360,0.6651 2.1553 -0.0369c 0.7513,-0.4311 1.5764,-1.0838 2.6479 -2.1553c 1.5641,-1.5641 2.0444,-2.8326 1.9952 -3.4977c -0.0123,-0.2586 -0.1355,-0.5049 -0.3325 -0.7020ZM 212.5436,64.2309 ZM 205.6591,71.0168 c -1.3178,-1.3178 -0.5173,-3.8918 1.3671 -5.7761c 2.3030,-2.3030 4.7908,-2.5986 5.9485 -1.4409c 0.5296,0.5296 0.7266,1.3917 0.6035 2.2292c -0.1724,1.2069 -0.8252,2.4016 -1.9828 3.5593c -2.7341,2.7341 -5.0371,2.3277 -5.9362 1.4286Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.8105837380961355" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 178.8846,17.1827 v 10.5025 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 143.8762,43.9468 ZM 151.4258,42.7522 c 0.0862,-0.0862 0.1971,-0.1724 0.3695 -0.1232c 0.2340,0.0369 0.5665,0.1478 0.7513 0.3325c 0.1601,0.1601 0.0369,0.3079 -0.2094 0.5542l -1.9828,1.9828 l 0.9976,0.9976 l -0.6527,0.5049 l -0.9237,-0.9237 l -1.0222,1.0222 c -0.3448,0.3448 -0.4680,0.5665 -0.1108 0.9237l 0.3325,0.3325 c 0.0739,0.0739 0.0246,0.1478 0.0000 0.1724l -0.2709,0.2709 c 0.0000,-0.0000 -0.7636,-0.8128 -1.2808 -1.3301c -0.4680,-0.4680 -1.2193,-1.1700 -1.2193 -1.1700l 0.2709,-0.2709 c 0.0246,-0.0246 0.0985,-0.0739 0.1724 -0.0000l 0.3325,0.3325 c 0.3818,0.3818 0.5788,0.2586 0.9360 -0.0985l 1.0222,-1.0222 l -2.4139,-2.4139 c -0.0493,-0.0493 -0.0493,-0.0985 -0.0369 -0.1847l 0.0369,-0.2340 l 0.1108,-0.4064 c -0.0123,-0.0123 0.0000,-0.0246 0.0123 -0.0369c 0.0123,-0.0123 0.0369,-0.0123 0.0616 -0.0123c 1.6873,-0.0862 5.8500,-1.4163 7.3032 -1.9828c 0.0616,-0.0369 0.0985,-0.0246 0.1478 0.0246c 0.0123,0.0123 0.1724,0.3941 0.2956 0.5665c -2.0444,0.9360 -4.5568,1.6257 -6.8845 2.1553l 1.9459,1.9459 l 1.9089,-1.9089 ZM 149.2705,49.3411 ZM 158.6551,45.3508 c -0.5296,-0.5296 -1.8227,-0.7882 -4.6923 2.0814c -1.0099,1.0099 -2.8573,3.2267 -1.7735 4.3105c 0.2094,0.2094 0.9360,0.6651 2.1553 -0.0369c 0.7513,-0.4311 1.5764,-1.0838 2.6479 -2.1553c 1.5641,-1.5641 2.0444,-2.8326 1.9952 -3.4977c -0.0123,-0.2586 -0.1355,-0.5049 -0.3325 -0.7020ZM 158.6551,45.3508 ZM 151.7706,52.1368 c -1.3178,-1.3178 -0.5173,-3.8918 1.3671 -5.7761c 2.3030,-2.3030 4.7908,-2.5986 5.9485 -1.4409c 0.5296,0.5296 0.7266,1.3917 0.6035 2.2292c -0.1724,1.2069 -0.8252,2.4016 -1.9828 3.5593c -2.7341,2.7341 -5.0371,2.3277 -5.9362 1.4286ZM 154.6648,54.7354 ZM 157.1156,54.8462 c 0.4926,0.4926 0.3325,1.2932 -0.4064 2.0321c -0.8621,0.8621 -1.8843,0.6527 -2.7587 0.0493l 0.2463,-0.3695 c 0.8005,0.4803 1.4656,0.4064 1.7242 0.1478c 0.2833,-0.2833 0.1232,-0.5419 -0.0862 -0.8005c -0.1847,-0.2586 -0.4064,-0.6774 -0.0000 -1.0838c 0.3448,-0.3448 0.8991,-0.3572 1.2808 0.0246ZM 157.3620,57.4326 ZM 166.7466,53.4422 c -0.5296,-0.5296 -1.8227,-0.7882 -4.6923 2.0814c -1.0099,1.0099 -2.8573,3.2267 -1.7735 4.3105c 0.2094,0.2094 0.9360,0.6651 2.1553 -0.0369c 0.7513,-0.4311 1.5764,-1.0838 2.6479 -2.1553c 1.5641,-1.5641 2.0444,-2.8326 1.9952 -3.4977c -0.0123,-0.2586 -0.1355,-0.5049 -0.3325 -0.7020ZM 166.7466,53.4422 ZM 159.8621,60.2282 c -1.3178,-1.3178 -0.5173,-3.8918 1.3671 -5.7761c 2.3030,-2.3030 4.7908,-2.5986 5.9485 -1.4409c 0.5296,0.5296 0.7266,1.3917 0.6035 2.2292c -0.1724,1.2069 -0.8252,2.4016 -1.9828 3.5593c -2.7341,2.7341 -5.0371,2.3277 -5.9362 1.4286ZM 162.7563,62.8269 ZM 172.1409,58.8366 c -0.5296,-0.5296 -1.8227,-0.7882 -4.6923 2.0814c -1.0099,1.0099 -2.8573,3.2267 -1.7735 4.3105c 0.2094,0.2094 0.9360,0.6651 2.1553 -0.0369c 0.7513,-0.4311 1.5764,-1.0838 2.6479 -2.1553c 1.5641,-1.5641 2.0444,-2.8326 1.9952 -3.4977c -0.0123,-0.2586 -0.1355,-0.5049 -0.3325 -0.7020ZM 172.1409,58.8366 ZM 165.2564,65.6225 c -1.3178,-1.3178 -0.5173,-3.8918 1.3671 -5.7761c 2.3030,-2.3030 4.7908,-2.5986 5.9485 -1.4409c 0.5296,0.5296 0.7266,1.3917 0.6035 2.2292c -0.1724,1.2069 -0.8252,2.4016 -1.9828 3.5593c -2.7341,2.7341 -5.0371,2.3277 -5.9362 1.4286ZM 168.1506,68.2212 ZM 177.5352,64.2309 c -0.5296,-0.5296 -1.8227,-0.7882 -4.6923 2.0814c -1.0099,1.0099 -2.8573,3.2267 -1.7735 4.3105c 0.2094,0.2094 0.9360,0.6651 2.1553 -0.0369c 0.7513,-0.4311 1.5764,-1.0838 2.6479 -2.1553c 1.5641,-1.5641 2.0444,-2.8326 1.9952 -3.4977c -0.0123,-0.2586 -0.1355,-0.5049 -0.3325 -0.7020ZM 177.5352,64.2309 ZM 170.6507,71.0168 c -1.3178,-1.3178 -0.5173,-3.8918 1.3671 -5.7761c 2.3030,-2.3030 4.7908,-2.5986 5.9485 -1.4409c 0.5296,0.5296 0.7266,1.3917 0.6035 2.2292c -0.1724,1.2069 -0.8252,2.4016 -1.9828 3.5593c -2.7341,2.7341 -5.0371,2.3277 -5.9362 1.4286Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.8105837380961355" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 143.8762,17.1827 v 10.5025 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 108.8678,43.9468 ZM 118.2647,39.8703 c -0.3079,-0.3079 -1.3794,-1.0345 -2.1306 -0.2833c -0.2217,0.2217 -0.6897,0.5173 -1.0222 0.1847c -0.3202,-0.3202 0.0123,-0.7020 0.0493 -0.7389c 0.3818,-0.3818 2.0198,-1.0099 3.7317 0.7020c 1.1946,1.1946 0.8005,2.3030 0.3079 2.7957c -0.3079,0.3079 -1.0222,0.8252 -2.8326 0.4187c 0.5788,0.8005 0.9853,2.2168 -0.2956 3.4977c -1.6257,1.6257 -3.7317,1.2685 -5.1234 -0.1232c -0.7020,-0.7020 -1.3794,-1.9952 -0.9114 -2.4632c 0.1847,-0.1847 0.5788,-0.2094 0.8252 0.0369c 0.2340,0.2340 0.2217,0.4680 0.1724 0.7389c -0.0739,0.3448 -0.1478,0.8621 0.4434 1.4533c 0.4064,0.4064 1.9705,1.1577 3.5223 -0.3941c 1.3178,-1.3178 0.6035,-2.4508 -0.0616 -3.1159c -0.1108,-0.1108 -0.2709,-0.2217 -0.4311 -0.3325l 0.3202,-0.4187 c 1.1084,0.7882 2.8203,0.6527 3.3868 0.0862c 0.7020,-0.7020 0.5542,-1.5395 0.0493 -2.0444ZM 114.2621,49.3411 ZM 123.6467,45.3508 c -0.5296,-0.5296 -1.8227,-0.7882 -4.6923 2.0814c -1.0099,1.0099 -2.8573,3.2267 -1.7735 4.3105c 0.2094,0.2094 0.9360,0.6651 2.1553 -0.0369c 0.7513,-0.4311 1.5764,-1.0838 2.6479 -2.1553c 1.5641,-1.5641 2.0444,-2.8326 1.9952 -3.4977c -0.0123,-0.2586 -0.1355,-0.5049 -0.3325 -0.7020ZM 123.6467,45.3508 ZM 116.7622,52.1368 c -1.3178,-1.3178 -0.5173,-3.8918 1.3671 -5.7761c 2.3030,-2.3030 4.7908,-2.5986 5.9485 -1.4409c 0.5296,0.5296 0.7266,1.3917 0.6035 2.2292c -0.1724,1.2069 -0.8252,2.4016 -1.9828 3.5593c -2.7341,2.7341 -5.0371,2.3277 -5.9362 1.4286ZM 119.6564,54.7354 ZM 122.1072,54.8462 c 0.4926,0.4926 0.3325,1.2932 -0.4064 2.0321c -0.8621,0.8621 -1.8843,0.6527 -2.7587 0.0493l 0.2463,-0.3695 c 0.8005,0.4803 1.4656,0.4064 1.7242 0.1478c 0.2833,-0.2833 0.1232,-0.5419 -0.0862 -0.8005c -0.1847,-0.2586 -0.4064,-0.6774 -0.0000 -1.0838c 0.3448,-0.3448 0.8991,-0.3572 1.2808 0.0246ZM 122.3535,57.4326 ZM 131.7382,53.4422 c -0.5296,-0.5296 -1.8227,-0.7882 -4.6923 2.0814c -1.0099,1.0099 -2.8573,3.2267 -1.7735 4.3105c 0.2094,0.2094 0.9360,0.6651 2.1553 -0.0369c 0.7513,-0.4311 1.5764,-1.0838 2.6479 -2.1553c 1.5641,-1.5641 2.0444,-2.8326 1.9952 -3.4977c -0.0123,-0.2586 -0.1355,-0.5049 -0.3325 -0.7020ZM 131.7382,53.4422 ZM 124.8536,60.2282 c -1.3178,-1.3178 -0.5173,-3.8918 1.3671 -5.7761c 2.3030,-2.3030 4.7908,-2.5986 5.9485 -1.4409c 0.5296,0.5296 0.7266,1.3917 0.6035 2.2292c -0.1724,1.2069 -0.8252,2.4016 -1.9828 3.5593c -2.7341,2.7341 -5.0371,2.3277 -5.9362 1.4286ZM 127.7478,62.8269 ZM 137.1325,58.8366 c -0.5296,-0.5296 -1.8227,-0.7882 -4.6923 2.0814c -1.0099,1.0099 -2.8573,3.2267 -1.7735 4.3105c 0.2094,0.2094 0.9360,0.6651 2.1553 -0.0369c 0.7513,-0.4311 1.5764,-1.0838 2.6479 -2.1553c 1.5641,-1.5641 2.0444,-2.8326 1.9952 -3.4977c -0.0123,-0.2586 -0.1355,-0.5049 -0.3325 -0.7020ZM 137.1325,58.8366 ZM 130.2479,65.6225 c -1.3178,-1.3178 -0.5173,-3.8918 1.3671 -5.7761c 2.3030,-2.3030 4.7908,-2.5986 5.9485 -1.4409c 0.5296,0.5296 0.7266,1.3917 0.6035 2.2292c -0.1724,1.2069 -0.8252,2.4016 -1.9828 3.5593c -2.7341,2.7341 -5.0371,2.3277 -5.9362 1.4286ZM 133.1422,68.2212 ZM 142.5268,64.2309 c -0.5296,-0.5296 -1.8227,-0.7882 -4.6923 2.0814c -1.0099,1.0099 -2.8573,3.2267 -1.7735 4.3105c 0.2094,0.2094 0.9360,0.6651 2.1553 -0.0369c 0.7513,-0.4311 1.5764,-1.0838 2.6479 -2.1553c 1.5641,-1.5641 2.0444,-2.8326 1.9952 -3.4977c -0.0123,-0.2586 -0.1355,-0.5049 -0.3325 -0.7020ZM 142.5268,64.2309 ZM 135.6423,71.0168 c -1.3178,-1.3178 -0.5173,-3.8918 1.3671 -5.7761c 2.3030,-2.3030 4.7908,-2.5986 5.9485 -1.4409c 0.5296,0.5296 0.7266,1.3917 0.6035 2.2292c -0.1724,1.2069 -0.8252,2.4016 -1.9828 3.5593c -2.7341,2.7341 -5.0371,2.3277 -5.9362 1.4286Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.8105837380961355" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 108.8678,17.1827 v 10.5025 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 73.8594,43.9468 ZM 80.0296,39.2052 c 0.7020,-0.7020 2.3400,-0.9853 3.6332 0.3079c 0.9483,0.9483 1.6996,2.4139 0.2833 3.8302c -0.9360,0.9360 -1.8843,0.9237 -3.1898 0.8991l -2.3030,-0.0369 c -0.1232,0.0000 -1.7612,-0.0123 -2.3400 0.5665l 2.0937,2.0937 c 0.4187,0.4187 0.8498,0.4311 1.6996 -0.0739l 0.2586,0.3572 l -1.7981,1.3055 l -3.8056,-3.8056 c 0.6897,-0.6897 1.3301,-1.1084 3.6455 -1.1331l 1.7119,0.0123 c 1.3917,-0.0123 2.2784,-0.3325 3.0297 -1.0838c 1.1207,-1.1207 0.6774,-2.2045 0.2586 -2.6233c -0.8498,-0.8498 -1.5272,-0.6404 -1.8227 -0.3448c -0.0985,0.0985 -0.1724,0.2217 -0.2340 0.3325c -0.0616,0.1108 -0.1232,0.2217 -0.2217 0.3202c -0.3202,0.3202 -0.6897,0.1971 -0.8867 0.0000c -0.2709,-0.2709 -0.2586,-0.6774 -0.0123 -0.9237ZM 79.2537,49.3411 ZM 88.6383,45.3508 c -0.5296,-0.5296 -1.8227,-0.7882 -4.6923 2.0814c -1.0099,1.0099 -2.8573,3.2267 -1.7735 4.3105c 0.2094,0.2094 0.9360,0.6651 2.1553 -0.0369c 0.7513,-0.4311 1.5764,-1.0838 2.6479 -2.1553c 1.5641,-1.5641 2.0444,-2.8326 1.9952 -3.4977c -0.0123,-0.2586 -0.1355,-0.5049 -0.3325 -0.7020ZM 88.6383,45.3508 ZM 81.7538,52.1368 c -1.3178,-1.3178 -0.5173,-3.8918 1.3671 -5.7761c 2.3030,-2.3030 4.7908,-2.5986 5.9485 -1.4409c 0.5296,0.5296 0.7266,1.3917 0.6035 2.2292c -0.1724,1.2069 -0.8252,2.4016 -1.9828 3.5593c -2.7341,2.7341 -5.0371,2.3277 -5.9362 1.4286ZM 84.6480,54.7354 ZM 87.0988,54.8462 c 0.4926,0.4926 0.3325,1.2932 -0.4064 2.0321c -0.8621,0.8621 -1.8843,0.6527 -2.7587 0.0493l 0.2463,-0.3695 c 0.8005,0.4803 1.4656,0.4064 1.7242 0.1478c 0.2833,-0.2833 0.1232,-0.5419 -0.0862 -0.8005c -0.1847,-0.2586 -0.4064,-0.6774 -0.0000 -1.0838c 0.3448,-0.3448 0.8991,-0.3572 1.2808 0.0246ZM 87.3451,57.4326 ZM 96.7297,53.4422 c -0.5296,-0.5296 -1.8227,-0.7882 -4.6923 2.0814c -1.0099,1.0099 -2.8573,3.2267 -1.7735 4.3105c 0.2094,0.2094 0.9360,0.6651 2.1553 -0.0369c 0.7513,-0.4311 1.5764,-1.0838 2.6479 -2.1553c 1.5641,-1.5641 2.0444,-2.8326 1.9952 -3.4977c -0.0123,-0.2586 -0.1355,-0.5049 -0.3325 -0.7020ZM 96.7297,53.4422 ZM 89.8452,60.2282 c -1.3178,-1.3178 -0.5173,-3.8918 1.3671 -5.7761c 2.3030,-2.3030 4.7908,-2.5986 5.9485 -1.4409c 0.5296,0.5296 0.7266,1.3917 0.6035 2.2292c -0.1724,1.2069 -0.8252,2.4016 -1.9828 3.5593c -2.7341,2.7341 -5.0371,2.3277 -5.9362 1.4286ZM 92.7394,62.8269 ZM 102.1240,58.8366 c -0.5296,-0.5296 -1.8227,-0.7882 -4.6923 2.0814c -1.0099,1.0099 -2.8573,3.2267 -1.7735 4.3105c 0.2094,0.2094 0.9360,0.6651 2.1553 -0.0369c 0.7513,-0.4311 1.5764,-1.0838 2.6479 -2.1553c 1.5641,-1.5641 2.0444,-2.8326 1.9952 -3.4977c -0.0123,-0.2586 -0.1355,-0.5049 -0.3325 -0.7020ZM 102.1240,58.8366 ZM 95.2395,65.6225 c -1.3178,-1.3178 -0.5173,-3.8918 1.3671 -5.7761c 2.3030,-2.3030 4.7908,-2.5986 5.9485 -1.4409c 0.5296,0.5296 0.7266,1.3917 0.6035 2.2292c -0.1724,1.2069 -0.8252,2.4016 -1.9828 3.5593c -2.7341,2.7341 -5.0371,2.3277 -5.9362 1.4286ZM 98.1337,68.2212 ZM 107.5183,64.2309 c -0.5296,-0.5296 -1.8227,-0.7882 -4.6923 2.0814c -1.0099,1.0099 -2.8573,3.2267 -1.7735 4.3105c 0.2094,0.2094 0.9360,0.6651 2.1553 -0.0369c 0.7513,-0.4311 1.5764,-1.0838 2.6479 -2.1553c 1.5641,-1.5641 2.0444,-2.8326 1.9952 -3.4977c -0.0123,-0.2586 -0.1355,-0.5049 -0.3325 -0.7020ZM 107.5183,64.2309 ZM 100.6338,71.0168 c -1.3178,-1.3178 -0.5173,-3.8918 1.3671 -5.7761c 2.3030,-2.3030 4.7908,-2.5986 5.9485 -1.4409c 0.5296,0.5296 0.7266,1.3917 0.6035 2.2292c -0.1724,1.2069 -0.8252,2.4016 -1.9828 3.5593c -2.7341,2.7341 -5.0371,2.3277 -5.9362 1.4286Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.8105837380961355" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 73.8594,17.1827 v 10.5025 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 38.8509,43.9468 ZM 47.0409,40.3875 c -0.2340,-0.2340 -0.9976,-0.5542 -1.3917 -0.7020l 0.2340,-0.5296 c 1.5887,0.5788 2.2661,0.7389 3.3253 0.9114l 0.2340,0.2340 l -6.1948,6.1948 c -0.4434,0.4434 -0.5049,0.6281 -0.0985 1.0345l 0.6404,0.6404 c 0.0369,0.0369 0.0739,0.1232 0.0000 0.1971l -0.2709,0.2709 l -1.6626,-1.7119 l -1.7365,-1.6873 l 0.2709,-0.2709 c 0.0493,-0.0246 0.1232,-0.0739 0.1971 -0.0000l 0.7389,0.7389 c 0.4680,0.4680 0.6774,0.2586 1.0345 -0.0985l 4.2366,-4.2366 c 0.4187,-0.4187 0.7143,-0.7143 0.4434 -0.9853ZM 44.2452,49.3411 ZM 53.6299,45.3508 c -0.5296,-0.5296 -1.8227,-0.7882 -4.6923 2.0814c -1.0099,1.0099 -2.8573,3.2267 -1.7735 4.3105c 0.2094,0.2094 0.9360,0.6651 2.1553 -0.0369c 0.7513,-0.4311 1.5764,-1.0838 2.6479 -2.1553c 1.5641,-1.5641 2.0444,-2.8326 1.9952 -3.4977c -0.0123,-0.2586 -0.1355,-0.5049 -0.3325 -0.7020ZM 53.6299,45.3508 ZM 46.7453,52.1368 c -1.3178,-1.3178 -0.5173,-3.8918 1.3671 -5.7761c 2.3030,-2.3030 4.7908,-2.5986 5.9485 -1.4409c 0.5296,0.5296 0.7266,1.3917 0.6035 2.2292c -0.1724,1.2069 -0.8252,2.4016 -1.9828 3.5593c -2.7341,2.7341 -5.0371,2.3277 -5.9362 1.4286ZM 49.6396,54.7354 ZM 52.0904,54.8462 c 0.4926,0.4926 0.3325,1.2932 -0.4064 2.0321c -0.8621,0.8621 -1.8843,0.6527 -2.7587 0.0493l 0.2463,-0.3695 c 0.8005,0.4803 1.4656,0.4064 1.7242 0.1478c 0.2833,-0.2833 0.1232,-0.5419 -0.0862 -0.8005c -0.1847,-0.2586 -0.4064,-0.6774 -0.0000 -1.0838c 0.3448,-0.3448 0.8991,-0.3572 1.2808 0.0246ZM 52.3367,57.4326 ZM 61.7213,53.4422 c -0.5296,-0.5296 -1.8227,-0.7882 -4.6923 2.0814c -1.0099,1.0099 -2.8573,3.2267 -1.7735 4.3105c 0.2094,0.2094 0.9360,0.6651 2.1553 -0.0369c 0.7513,-0.4311 1.5764,-1.0838 2.6479 -2.1553c 1.5641,-1.5641 2.0444,-2.8326 1.9952 -3.4977c -0.0123,-0.2586 -0.1355,-0.5049 -0.3325 -0.7020ZM 61.7213,53.4422 ZM 54.8368,60.2282 c -1.3178,-1.3178 -0.5173,-3.8918 1.3671 -5.7761c 2.3030,-2.3030 4.7908,-2.5986 5.9485 -1.4409c 0.5296,0.5296 0.7266,1.3917 0.6035 2.2292c -0.1724,1.2069 -0.8252,2.4016 -1.9828 3.5593c -2.7341,2.7341 -5.0371,2.3277 -5.9362 1.4286ZM 57.7310,62.8269 ZM 67.1156,58.8366 c -0.5296,-0.5296 -1.8227,-0.7882 -4.6923 2.0814c -1.0099,1.0099 -2.8573,3.2267 -1.7735 4.3105c 0.2094,0.2094 0.9360,0.6651 2.1553 -0.0369c 0.7513,-0.4311 1.5764,-1.0838 2.6479 -2.1553c 1.5641,-1.5641 2.0444,-2.8326 1.9952 -3.4977c -0.0123,-0.2586 -0.1355,-0.5049 -0.3325 -0.7020ZM 67.1156,58.8366 ZM 60.2311,65.6225 c -1.3178,-1.3178 -0.5173,-3.8918 1.3671 -5.7761c 2.3030,-2.3030 4.7908,-2.5986 5.9485 -1.4409c 0.5296,0.5296 0.7266,1.3917 0.6035 2.2292c -0.1724,1.2069 -0.8252,2.4016 -1.9828 3.5593c -2.7341,2.7341 -5.0371,2.3277 -5.9362 1.4286ZM 63.1253,68.2212 ZM 72.5099,64.2309 c -0.5296,-0.5296 -1.8227,-0.7882 -4.6923 2.0814c -1.0099,1.0099 -2.8573,3.2267 -1.7735 4.3105c 0.2094,0.2094 0.9360,0.6651 2.1553 -0.0369c 0.7513,-0.4311 1.5764,-1.0838 2.6479 -2.1553c 1.5641,-1.5641 2.0444,-2.8326 1.9952 -3.4977c -0.0123,-0.2586 -0.1355,-0.5049 -0.3325 -0.7020ZM 72.5099,64.2309 ZM 65.6254,71.0168 c -1.3178,-1.3178 -0.5173,-3.8918 1.3671 -5.7761c 2.3030,-2.3030 4.7908,-2.5986 5.9485 -1.4409c 0.5296,0.5296 0.7266,1.3917 0.6035 2.2292c -0.1724,1.2069 -0.8252,2.4016 -1.9828 3.5593c -2.7341,2.7341 -5.0371,2.3277 -5.9362 1.4286Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.8105837380961355" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 38.8509,17.1827 v 10.5025 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 3.8425,43.9468 ZM 13.2271,39.9565 c -0.5296,-0.5296 -1.8227,-0.7882 -4.6923 2.0814c -1.0099,1.0099 -2.8573,3.2267 -1.7735 4.3105c 0.2094,0.2094 0.9360,0.6651 2.1553 -0.0369c 0.7513,-0.4311 1.5764,-1.0838 2.6479 -2.1553c 1.5641,-1.5641 2.0444,-2.8326 1.9952 -3.4977c -0.0123,-0.2586 -0.1355,-0.5049 -0.3325 -0.7020ZM 13.2271,39.9565 ZM 6.3426,46.7425 c -1.3178,-1.3178 -0.5173,-3.8918 1.3671 -5.7761c 2.3030,-2.3030 4.7908,-2.5986 5.9485 -1.4409c 0.5296,0.5296 0.7266,1.3917 0.6035 2.2292c -0.1724,1.2069 -0.8252,2.4016 -1.9828 3.5593c -2.7341,2.7341 -5.0371,2.3277 -5.9362 1.4286Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.8105837380961355" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 3.8425,17.1827 v 10.5025 "/>+  </g>+</svg>
+ other/barExample.svg view
@@ -0,0 +1,106 @@+<?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.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 246.7226,42.5263 ZM 251.8292,26.8244 v 5.5162 h 2.1573 c 2.2665,-0.0000 4.0688,-0.9012 4.0688 -3.2223c 0.0000,-2.7854 -2.1846,-3.2769 -3.7138 -3.2769c -2.3758,-0.0000 -2.5123,0.0819 -2.5123 0.9831ZM 251.8292,26.8244 ZM 251.8292,33.2963 v 7.2639 c 0.0000,0.9012 0.1912,1.0650 2.4031 1.0650c 4.1508,-0.0000 5.1065,-2.4850 5.1065 -4.1508c 0.0000,-2.4577 -1.7477,-4.1781 -4.9427 -4.1781h -2.5669 ZM 251.8292,33.2963 ZM 247.1869,41.9802 c 0.0000,-0.1365 0.0546,-0.2185 0.1912 -0.2185h 0.8192 c 1.0923,-0.0000 1.4200,-0.3004 1.4200 -1.2562v -13.6539 c 0.0000,-0.9285 -0.2731,-1.2015 -1.4200 -1.2015h -0.8192 c -0.1365,-0.0000 -0.1912,-0.0819 -0.1912 -0.1912v -0.5462 l 0.0546,-0.0273 l 3.4681,0.0273 c 0.0000,-0.0000 2.4850,-0.0273 3.4408 -0.0273c 5.0792,-0.0000 6.0077,2.3485 6.0077 4.1781c 0.0000,1.5019 -1.1469,2.9765 -2.5396 3.6592c 2.8946,0.6554 4.1508,2.5123 4.1508 5.0519c 0.0000,2.3485 -1.5838,4.7789 -7.0181 4.7789c -1.9662,-0.0000 -4.0415,-0.0546 -4.0415 -0.0546l -3.4681,0.0546 l -0.0546,-0.0546 v -0.5188 ZM 262.8888,42.5263 ZM 270.8354,35.8359 l -2.1573,0.5462 c -2.4031,0.7373 -2.7581,1.9935 -2.7581 3.2223c 0.0000,0.8465 0.4096,2.1300 2.1300 2.1300c 0.8192,-0.0000 2.0754,-0.7919 2.7854 -1.3927v -4.5058 ZM 270.8354,35.8359 ZM 272.5831,42.8540 c -1.0377,-0.0000 -1.6112,-0.9285 -1.7204 -1.5838l -0.6281,0.4369 c -1.2562,0.8738 -1.7204,1.1469 -2.9765 1.1469c -1.9115,-0.0000 -3.3042,-1.0923 -3.3042 -3.1404c 0.0000,-2.0754 1.7750,-3.4954 4.3692 -4.1508l 2.5123,-0.6281 c 0.0000,-3.0858 -1.4200,-3.6592 -2.3485 -3.6592c -1.0377,-0.0000 -2.2392,0.4642 -2.2392 1.3108c 0.0000,0.3004 0.0546,0.4642 0.0819 0.5462c 0.0546,0.1092 0.0819,0.3004 0.0819 0.4915c 0.0000,0.3550 -0.2731,0.9012 -1.0650 0.9012c -0.6554,-0.0000 -1.0923,-0.4369 -1.0923 -1.0923c 0.0000,-1.5838 2.5669,-2.9765 4.3146 -2.9765c 1.9935,-0.0000 4.2873,0.8192 4.2873 4.6969v 4.0142 c 0.0000,1.6658 0.0273,2.3758 0.6554 2.3758c 0.6008,-0.0000 0.7646,-0.7646 0.7919 -1.3654l 0.6827,0.1365 c -0.1638,1.9935 -1.0104,2.5396 -2.4031 2.5396ZM 275.2046,42.5263 ZM 277.6350,40.5601 v -6.7996 c 0.0000,-1.3654 -0.1912,-1.6658 -0.6008 -1.6658c -0.3550,-0.0000 -0.6827,0.0273 -1.1469 0.1365l -0.1365,-0.7646 c 1.7204,-0.3004 2.0208,-0.3823 2.8400 -0.7919c 0.2731,-0.1365 0.4915,-0.2185 0.6827 -0.2185h 0.4096 l -0.0819,2.4577 h 0.0819 c 0.7100,-1.0650 1.9115,-2.4577 3.1950 -2.4577c 1.1196,-0.0000 1.5292,0.5462 1.5292 1.2562c 0.0000,0.7100 -0.4642,1.1469 -1.1742 1.1469c -0.5462,-0.0000 -0.8465,-0.2185 -1.1196 -0.4915c -0.1638,-0.1638 -0.3550,-0.2458 -0.5462 -0.2458c -0.3004,-0.0000 -0.9012,0.4915 -1.5565 1.4200c -0.1912,0.2458 -0.3277,0.6008 -0.3277 0.9558v 6.0623 c 0.0000,0.7919 0.2731,1.2015 1.1742 1.2015h 0.7919 c 0.1365,-0.0000 0.2458,0.0819 0.2458 0.2185v 0.5188 l -0.0546,0.0546 c 0.0000,-0.0000 -2.1573,-0.0546 -3.2223 -0.0546c -0.9831,-0.0000 -2.8400,0.0546 -2.8400 0.0546l -0.0273,-0.0546 v -0.5188 c 0.0000,-0.1365 0.0546,-0.2185 0.1912 -0.2185h 0.5188 c 0.9285,-0.0000 1.1742,-0.4096 1.1742 -1.2015ZM 291.5073,42.5263 ZM 301.2015,42.8540 c -5.8712,-0.0000 -8.6839,-4.5331 -8.6839 -8.9296c 0.0000,-5.3796 4.1781,-9.3665 8.7112 -9.3665c 3.3588,-0.0000 4.4238,1.1469 5.9804 1.2288c 0.0819,1.5019 0.3277,2.8127 0.6008 4.2327l -0.8192,0.1092 c -0.7100,-2.3485 -2.2938,-4.5604 -6.0623 -4.5604c -2.1573,-0.0000 -6.0350,2.2938 -6.0350 7.8373c 0.0000,3.9869 2.0481,8.3289 6.2808 8.3289c 2.5396,-0.0000 4.3965,-0.9012 6.3354 -3.0312l 0.6281,0.4096 c -1.8569,2.4304 -4.2873,3.7412 -6.9362 3.7412ZM 309.0935,42.5263 ZM 313.5446,23.4655 v 9.2573 c 1.8296,-1.8296 3.4408,-2.2665 4.5058 -2.2665c 1.9662,-0.0000 2.9492,1.5019 2.9492 4.3146v 5.7892 c 0.0000,0.7919 0.2731,1.2015 1.1742 1.2015h 0.5188 c 0.1092,-0.0000 0.2185,0.0819 0.2185 0.2185v 0.5188 l -0.0546,0.0546 c 0.0000,-0.0000 -1.8569,-0.0546 -2.9492 -0.0546c -0.9558,-0.0000 -2.8127,0.0546 -2.8127 0.0546l -0.0546,-0.0546 v -0.5188 c 0.0000,-0.1365 0.0819,-0.2185 0.2185 -0.2185h 0.5188 c 0.9285,-0.0000 1.1742,-0.4096 1.1742 -1.2015v -6.0896 c 0.0000,-2.2119 -0.6008,-2.7308 -2.1300 -2.7308c -0.7919,-0.0000 -1.9662,0.7100 -3.2769 1.9935v 6.8269 c 0.0000,0.7919 0.2731,1.2015 1.1742 1.2015h 0.5188 c 0.1092,-0.0000 0.2185,0.0819 0.2185 0.2185v 0.5188 l -0.0546,0.0546 c 0.0000,-0.0000 -1.8569,-0.0546 -2.9219 -0.0546c -0.9831,-0.0000 -2.8127,0.0546 -2.8127 0.0546l -0.0546,-0.0546 v -0.5188 c 0.0000,-0.1365 0.0546,-0.2185 0.1912 -0.2185h 0.5188 c 0.9285,-0.0000 1.1742,-0.4096 1.1742 -1.2015v -13.6812 c 0.0000,-1.5565 -0.2458,-1.9935 -0.7919 -1.9935l -0.9012,0.1092 c -0.0819,-0.0000 -0.1365,-0.0546 -0.1365 -0.1365l -0.0546,-0.6827 c 0.4369,-0.0000 1.4200,-0.1638 1.8842 -0.2458c 0.4915,-0.1092 0.9012,-0.2185 1.4473 -0.4642h 0.6008 ZM 323.2389,42.5263 ZM 331.1854,35.8359 l -2.1573,0.5462 c -2.4031,0.7373 -2.7581,1.9935 -2.7581 3.2223c 0.0000,0.8465 0.4096,2.1300 2.1300 2.1300c 0.8192,-0.0000 2.0754,-0.7919 2.7854 -1.3927v -4.5058 ZM 331.1854,35.8359 ZM 332.9331,42.8540 c -1.0377,-0.0000 -1.6112,-0.9285 -1.7204 -1.5838l -0.6281,0.4369 c -1.2562,0.8738 -1.7204,1.1469 -2.9765 1.1469c -1.9115,-0.0000 -3.3042,-1.0923 -3.3042 -3.1404c 0.0000,-2.0754 1.7750,-3.4954 4.3692 -4.1508l 2.5123,-0.6281 c 0.0000,-3.0858 -1.4200,-3.6592 -2.3485 -3.6592c -1.0377,-0.0000 -2.2392,0.4642 -2.2392 1.3108c 0.0000,0.3004 0.0546,0.4642 0.0819 0.5462c 0.0546,0.1092 0.0819,0.3004 0.0819 0.4915c 0.0000,0.3550 -0.2731,0.9012 -1.0650 0.9012c -0.6554,-0.0000 -1.0923,-0.4369 -1.0923 -1.0923c 0.0000,-1.5838 2.5669,-2.9765 4.3146 -2.9765c 1.9935,-0.0000 4.2873,0.8192 4.2873 4.6969v 4.0142 c 0.0000,1.6658 0.0273,2.3758 0.6554 2.3758c 0.6008,-0.0000 0.7646,-0.7646 0.7919 -1.3654l 0.6827,0.1365 c -0.1638,1.9935 -1.0104,2.5396 -2.4031 2.5396ZM 335.5546,42.5263 ZM 337.9850,40.5601 v -6.7996 c 0.0000,-1.3654 -0.1912,-1.6658 -0.6008 -1.6658c -0.3550,-0.0000 -0.6827,0.0273 -1.1469 0.1365l -0.1365,-0.7646 c 1.7204,-0.3004 2.0208,-0.3823 2.8400 -0.7919c 0.2731,-0.1365 0.4915,-0.2185 0.6827 -0.2185h 0.4096 l -0.0819,2.4577 h 0.0819 c 0.7100,-1.0650 1.9115,-2.4577 3.1950 -2.4577c 1.1196,-0.0000 1.5292,0.5462 1.5292 1.2562c 0.0000,0.7100 -0.4642,1.1469 -1.1742 1.1469c -0.5462,-0.0000 -0.8465,-0.2185 -1.1196 -0.4915c -0.1638,-0.1638 -0.3550,-0.2458 -0.5462 -0.2458c -0.3004,-0.0000 -0.9012,0.4915 -1.5565 1.4200c -0.1912,0.2458 -0.3277,0.6008 -0.3277 0.9558v 6.0623 c 0.0000,0.7919 0.2731,1.2015 1.1742 1.2015h 0.7919 c 0.1365,-0.0000 0.2458,0.0819 0.2458 0.2185v 0.5188 l -0.0546,0.0546 c 0.0000,-0.0000 -2.1573,-0.0546 -3.2223 -0.0546c -0.9831,-0.0000 -2.8400,0.0546 -2.8400 0.0546l -0.0273,-0.0546 v -0.5188 c 0.0000,-0.1365 0.0546,-0.2185 0.1912 -0.2185h 0.5188 c 0.9285,-0.0000 1.1742,-0.4096 1.1742 -1.2015ZM 345.0304,42.5263 ZM 349.5089,31.8490 v 6.9908 c 0.0000,1.6931 0.1638,2.5123 0.9012 2.5123c 0.7100,-0.0000 1.2562,-0.2185 1.9662 -0.7646l 0.4915,0.4642 c -1.0650,1.2015 -2.1573,1.8023 -3.4135 1.8023c -1.2562,-0.0000 -1.9935,-0.7646 -1.9935 -2.7035v -8.3015 h -1.7750 c -0.0819,-0.0000 -0.1092,-0.0273 -0.1092 -0.1092v -0.8465 c 0.0000,-0.0819 0.0273,-0.1092 0.0819 -0.1092c 1.8296,-0.0000 2.2665,-1.0650 2.2665 -3.1404v -0.5188 l 1.5838,-0.5462 v 4.2054 h 3.0038 c 0.1365,-0.0000 0.2185,0.0546 0.2185 0.1638v 0.5462 c 0.0000,0.2458 -0.3823,0.3550 -0.6554 0.3550h -2.5669 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.1" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 505.8319,352.9331 l -0.0000,-5.4889 h -411.6638 l -0.0000,5.4889 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 482.7273,376.0696 ZM 484.6206,365.6744 c 0.0000,-0.4733 0.3823,-0.8738 0.8738 -0.8738c 0.4733,-0.0000 0.8738,0.4005 0.8738 0.8738c 0.0000,0.4915 -0.4005,0.8738 -0.8738 0.8738c -0.4915,-0.0000 -0.8738,-0.3823 -0.8738 -0.8738ZM 484.6206,365.6744 ZM 483.6558,379.6014 c 0.8010,-0.0000 1.3472,-1.4382 1.3472 -4.0051v -5.3705 c 0.0000,-0.9649 -0.1638,-1.1105 -0.4005 -1.1105c -0.2549,-0.0000 -0.4551,0.0182 -0.7646 0.0910l -0.0910,-0.5097 c 1.3290,-0.2185 1.7295,-0.4369 1.9662 -0.5644c 0.1274,-0.0546 0.2003,-0.1092 0.3823 -0.1092h 0.2731 v 7.0090 c 0.0000,2.3849 -0.1821,3.3862 -1.1833 4.4056c -0.4915,0.4733 -1.0195,0.6918 -1.4564 0.6918c -0.7464,-0.0000 -1.7113,-0.3823 -1.7113 -0.9285c 0.0000,-0.4551 0.2731,-0.6918 0.5826 -0.6918c 0.4369,-0.0000 0.6736,0.4187 0.7646 0.8010c 0.0546,0.1821 0.1456,0.2913 0.2913 0.2913Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.127980706395726" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 485.2487,347.4443 v 8.2333 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 441.6793,376.0696 ZM 443.0993,365.6744 c 0.0000,-0.4733 0.3823,-0.8738 0.8556 -0.8738c 0.4915,-0.0000 0.8738,0.4005 0.8738 0.8738c 0.0000,0.4915 -0.3823,0.8738 -0.8738 0.8738c -0.4733,-0.0000 -0.8556,-0.3823 -0.8556 -0.8738ZM 443.0993,365.6744 ZM 444.8287,374.7588 c 0.0000,0.5279 0.2003,0.8010 0.7828 0.8010h 0.3459 c 0.0910,-0.0000 0.1638,0.0546 0.1638 0.1456v 0.3459 l -0.0364,0.0364 c 0.0000,-0.0000 -1.2562,-0.0364 -1.9662 -0.0364c -0.6372,-0.0000 -1.8751,0.0364 -1.8751 0.0364l -0.0364,-0.0364 v -0.3459 c 0.0000,-0.0910 0.0546,-0.1456 0.1456 -0.1456h 0.3459 c 0.6008,-0.0000 0.7828,-0.2731 0.7828 -0.8010v -4.5331 c 0.0000,-0.9649 -0.1638,-1.1105 -0.4187 -1.1105c -0.2367,-0.0000 -0.4551,0.0182 -0.7646 0.0910l -0.0910,-0.5097 c 1.1651,-0.2003 1.3654,-0.2731 1.8933 -0.5279c 0.2003,-0.0728 0.3277,-0.1456 0.4551 -0.1456h 0.2731 v 6.7359 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.127980706395726" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 444.0823,347.4443 v 8.2333 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 398.2008,376.0696 ZM 401.1683,363.3624 v 6.1715 c 1.2197,-1.2197 2.2938,-1.5110 3.0038 -1.5110c 1.3108,-0.0000 1.9662,1.0013 1.9662 2.8764v 3.8595 c 0.0000,0.5279 0.1821,0.8010 0.7828 0.8010h 0.3459 c 0.0728,-0.0000 0.1456,0.0546 0.1456 0.1456v 0.3459 l -0.0364,0.0364 c 0.0000,-0.0000 -1.2379,-0.0364 -1.9662 -0.0364c -0.6372,-0.0000 -1.8751,0.0364 -1.8751 0.0364l -0.0364,-0.0364 v -0.3459 c 0.0000,-0.0910 0.0546,-0.1456 0.1456 -0.1456h 0.3459 c 0.6190,-0.0000 0.7828,-0.2731 0.7828 -0.8010v -4.0597 c 0.0000,-1.4746 -0.4005,-1.8205 -1.4200 -1.8205c -0.5279,-0.0000 -1.3108,0.4733 -2.1846 1.3290v 4.5513 c 0.0000,0.5279 0.1821,0.8010 0.7828 0.8010h 0.3459 c 0.0728,-0.0000 0.1456,0.0546 0.1456 0.1456v 0.3459 l -0.0364,0.0364 c 0.0000,-0.0000 -1.2379,-0.0364 -1.9480 -0.0364c -0.6554,-0.0000 -1.8751,0.0364 -1.8751 0.0364l -0.0364,-0.0364 v -0.3459 c 0.0000,-0.0910 0.0364,-0.1456 0.1274 -0.1456h 0.3459 c 0.6190,-0.0000 0.7828,-0.2731 0.7828 -0.8010v -9.1208 c 0.0000,-1.0377 -0.1638,-1.3290 -0.5279 -1.3290l -0.6008,0.0728 c -0.0546,-0.0000 -0.0910,-0.0364 -0.0910 -0.0910l -0.0364,-0.4551 c 0.2913,-0.0000 0.9467,-0.1092 1.2562 -0.1638c 0.3277,-0.0728 0.6008,-0.1456 0.9649 -0.3095h 0.4005 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.127980706395726" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 402.9160,347.4443 v 8.2333 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 357.3439,376.0696 ZM 363.0968,370.9175 c 0.0000,-1.5110 -0.7100,-2.3849 -1.8023 -2.3849c -0.9467,-0.0000 -1.5838,0.6554 -1.5838 2.0754c 0.0000,0.9467 0.3641,2.4395 1.8205 2.4395c 0.6372,-0.0000 1.5656,-0.3095 1.5656 -2.1300ZM 363.0968,370.9175 ZM 359.6924,376.1970 c -0.5644,0.5279 -0.6918,1.0923 -0.6918 1.7113c 0.0000,1.3654 1.6385,1.7659 2.2574 1.7659c 1.5656,-0.0000 3.5500,-0.5462 3.5500 -1.8569c 0.0000,-0.4733 -0.2549,-0.7828 -0.9649 -1.1287c -0.5097,-0.2549 -1.2562,-0.4551 -2.1300 -0.4551c -0.1456,-0.0000 -0.3459,0.0182 -0.6008 0.0364c -0.2549,0.0182 -0.5279,0.0182 -0.7282 0.0182c -0.2913,-0.0000 -0.4369,-0.0364 -0.6918 -0.0910ZM 359.6924,376.1970 ZM 365.2268,369.0060 c -0.2913,-0.0000 -0.4733,-0.1638 -0.5462 -0.3095c -0.1092,-0.1638 -0.1821,-0.2185 -0.3095 -0.2185c -0.2185,-0.0000 -0.5644,0.2549 -0.6918 0.4369c 0.5097,0.5462 0.7464,1.0741 0.7464 1.9297c 0.0000,1.7841 -1.4564,2.7490 -2.9856 2.7490c -0.6736,-0.0000 -1.2197,-0.1274 -1.6385 -0.3823c -0.2003,0.3095 -0.3095,0.6918 -0.3095 1.0559c 0.0000,0.7828 0.6008,0.9831 1.1105 0.9831c 0.0910,-0.0000 0.3095,-0.0182 0.5644 -0.0364c 0.4187,-0.0546 0.8738,-0.0910 1.1833 -0.0910c 0.6372,-0.0000 1.8387,0.1274 2.5669 0.7464c 0.4915,0.4551 0.7646,0.8921 0.7646 1.4746c 0.0000,1.9662 -2.5851,3.0038 -4.9336 3.0038c -1.3290,-0.0000 -2.8036,-0.4915 -2.8036 -2.0754c 0.0000,-0.7828 0.4915,-1.6203 1.4200 -2.2028c -0.4551,-0.2367 -0.7828,-0.6918 -0.7828 -1.3472c 0.0000,-0.6190 0.2731,-1.4018 0.7646 -1.8387c -0.4915,-0.4915 -0.9103,-1.1105 -0.9103 -2.1118c 0.0000,-1.6749 1.4746,-2.7490 3.0221 -2.7490c 1.0195,-0.0000 1.6567,0.4187 1.8569 0.5644c 0.4551,-0.6190 1.2744,-0.9285 1.7295 -0.9285c 0.4733,-0.0000 0.8010,0.3095 0.8010 0.6918c 0.0000,0.4005 -0.2549,0.6554 -0.6190 0.6554Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.127980706395726" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 361.7496,347.4443 v 8.2333 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 317.8160,376.0696 ZM 319.4909,374.7588 v -5.8074 h -1.2562 c -0.0728,-0.0000 -0.0910,-0.0182 -0.0910 -0.0910v -0.2549 c 0.0000,-0.1456 0.0910,-0.3641 0.4187 -0.3641h 0.9285 v -0.7100 c 0.0000,-2.8400 1.4746,-4.1690 3.0038 -4.1690c 0.6918,-0.0000 1.1651,0.1821 1.6203 0.4915c 0.3641,0.2731 0.5279,0.5826 0.5279 0.8738c 0.0000,0.3823 -0.2731,0.6554 -0.6190 0.6554c -0.3641,-0.0000 -0.6008,-0.2003 -0.7464 -0.5097c -0.2367,-0.6008 -0.5826,-0.8921 -1.1287 -0.8921c -0.6008,-0.0000 -1.2926,0.4369 -1.2926 3.2405v 1.0195 h 2.0026 c 0.0910,-0.0000 0.1456,0.0364 0.1456 0.1092v 0.3641 c 0.0000,0.1638 -0.2549,0.2367 -0.4187 0.2367h -1.7295 v 5.8074 c 0.0000,0.5279 0.1821,0.8010 0.7828 0.8010h 0.6008 c 0.0728,-0.0000 0.1456,0.0546 0.1456 0.1456v 0.3459 l -0.0364,0.0364 c 0.0000,-0.0000 -1.4928,-0.0364 -2.2028 -0.0364c -0.6554,-0.0000 -1.8933,0.0364 -1.8933 0.0364l -0.0364,-0.0364 v -0.3459 c 0.0000,-0.0910 0.0546,-0.1456 0.1456 -0.1456h 0.3459 c 0.6190,-0.0000 0.7828,-0.2731 0.7828 -0.8010Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.127980706395726" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 320.5832,347.4443 v 8.2333 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 275.5209,376.0696 ZM 277.5963,371.0267 h 3.3497 c 0.1821,-0.0000 0.2549,-0.0910 0.2549 -0.2549c 0.0000,-1.6931 -0.8556,-2.1300 -1.5110 -2.1300c -0.4187,-0.0000 -1.7841,0.1638 -2.0936 2.3849ZM 277.5963,371.0267 ZM 282.4025,374.3765 l 0.3641,0.2913 c -0.6918,0.9467 -1.7659,1.6203 -3.0767 1.6203c -2.4941,-0.0000 -3.5500,-1.8569 -3.5500 -3.8413c 0.0000,-2.7672 1.8205,-4.4238 3.5500 -4.4238c 2.4031,-0.0000 2.9674,1.8751 2.9674 3.4044c 0.0000,0.2003 -0.1274,0.3095 -0.3277 0.3095h -4.7880 c -0.0182,0.1092 -0.0182,0.2185 -0.0182 0.3641c 0.0000,1.8569 1.2926,3.2951 2.6033 3.2951c 1.0013,-0.0000 1.6385,-0.3277 2.2756 -1.0195Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.127980706395726" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 279.4168,347.4443 v 8.2333 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 233.7538,376.0696 ZM 239.8343,374.4493 v -4.7151 c -0.4369,-0.6918 -0.9285,-1.0741 -1.7841 -1.0741c -0.3641,-0.0000 -1.1105,0.0546 -1.6931 0.9103c -0.2549,0.3823 -0.5644,1.1651 -0.5644 2.4759c 0.0000,2.3849 1.2379,3.4772 2.2210 3.4772c 0.6008,-0.0000 1.0923,-0.3641 1.8205 -1.0741ZM 239.8343,374.4493 ZM 241.1997,363.3624 v 10.5226 c 0.0000,0.5462 0.0364,0.8374 0.0728 0.9649c 0.0546,0.1638 0.2549,0.2731 0.4005 0.2731c 0.2185,-0.0000 0.6190,-0.0000 0.8921 -0.0546l 0.0728,0.5097 c -1.0559,0.1821 -2.0026,0.3823 -2.3849 0.7100h -0.4369 l 0.0546,-1.2562 c -0.6918,0.7100 -1.4018,1.2562 -2.3303 1.2562c -1.9662,-0.0000 -3.1677,-1.6749 -3.1677 -3.9141c 0.0000,-1.3472 0.3641,-2.4759 1.1469 -3.2587c 0.7282,-0.6918 1.5292,-1.0923 2.7308 -1.0923c 0.3641,-0.0000 1.1651,0.1638 1.5838 0.4005v -2.7854 c 0.0000,-1.0377 -0.1638,-1.3290 -0.5279 -1.3290l -0.6008,0.0728 c -0.0364,-0.0000 -0.0910,-0.0364 -0.0910 -0.0910l -0.0364,-0.4551 c 0.2913,-0.0000 0.9467,-0.1092 1.2562 -0.1638c 0.3459,-0.0728 0.6008,-0.1456 0.9649 -0.3095h 0.4005 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.127980706395726" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 238.2504,347.4443 v 8.2333 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 193.4157,376.0696 ZM 200.4065,374.4129 c -0.8010,1.3836 -1.6749,1.8751 -2.7672 1.8751c -2.1846,-0.0000 -3.5500,-1.6567 -3.5500 -4.0051c 0.0000,-2.5851 1.6203,-4.2600 3.5864 -4.2600c 1.7477,-0.0000 2.6762,0.8921 2.6762 1.8569c 0.0000,0.5279 -0.3277,0.8010 -0.7100 0.8010c -0.3823,-0.0000 -0.7464,-0.2003 -0.8010 -0.6554c -0.0728,-0.6008 -0.1821,-1.3836 -1.2562 -1.3836c -1.2015,-0.0000 -2.0936,1.2744 -2.0936 3.2405c 0.0000,2.1300 1.1469,3.6046 2.5487 3.6046c 0.7828,-0.0000 1.4746,-0.5097 2.0390 -1.3290Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.127980706395726" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 197.0840,347.4443 v 8.2333 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 151.5666,376.0696 ZM 154.2792,375.0683 c 0.3641,0.4369 0.7464,0.5826 1.3108 0.5826c 1.7295,-0.0000 2.6033,-1.6021 2.6033 -3.6774c 0.0000,-1.8569 -0.9467,-3.1859 -2.0572 -3.1859c -0.2003,-0.0000 -1.1469,0.0364 -1.8569 0.7828v 5.4980 ZM 154.2792,375.0683 ZM 152.9138,365.6380 c 0.0000,-1.0377 -0.1821,-1.3290 -0.5462 -1.3290l -0.5826,0.0728 c -0.0546,-0.0000 -0.0910,-0.0364 -0.0910 -0.0910l -0.0364,-0.4551 c 0.2913,-0.0000 0.9467,-0.1092 1.2562 -0.1638c 0.3277,-0.0728 0.6008,-0.1456 0.9649 -0.3095h 0.4005 v 5.6436 c 0.6190,-0.6736 1.3472,-1.0013 2.2210 -1.0013c 1.5838,-0.0000 3.0949,1.5110 3.0949 3.7321c 0.0000,2.8946 -2.0390,4.5331 -3.8959 4.5331c -0.7828,-0.0000 -1.3654,-0.2185 -1.8933 -0.6736c -0.1638,0.2185 -0.4005,0.4915 -0.5644 0.6736l -0.3823,-0.0910 c 0.0546,-0.4369 0.0546,-0.7282 0.0546 -1.4382v -9.1026 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.127980706395726" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 155.9177,347.4443 v 8.2333 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 110.6460,376.0696 ZM 115.9437,371.6093 l -1.4382,0.3641 c -1.6021,0.4915 -1.8387,1.3290 -1.8387 2.1482c 0.0000,0.5644 0.2731,1.4200 1.4200 1.4200c 0.5462,-0.0000 1.3836,-0.5279 1.8569 -0.9285v -3.0038 ZM 115.9437,371.6093 ZM 117.1089,376.2880 c -0.6918,-0.0000 -1.0741,-0.6190 -1.1469 -1.0559l -0.4187,0.2913 c -0.8374,0.5826 -1.1469,0.7646 -1.9844 0.7646c -1.2744,-0.0000 -2.2028,-0.7282 -2.2028 -2.0936c 0.0000,-1.3836 1.1833,-2.3303 2.9128 -2.7672l 1.6749,-0.4187 c 0.0000,-2.0572 -0.9467,-2.4395 -1.5656 -2.4395c -0.6918,-0.0000 -1.4928,0.3095 -1.4928 0.8738c 0.0000,0.2003 0.0364,0.3095 0.0546 0.3641c 0.0364,0.0728 0.0546,0.2003 0.0546 0.3277c 0.0000,0.2367 -0.1821,0.6008 -0.7100 0.6008c -0.4369,-0.0000 -0.7282,-0.2913 -0.7282 -0.7282c 0.0000,-1.0559 1.7113,-1.9844 2.8764 -1.9844c 1.3290,-0.0000 2.8582,0.5462 2.8582 3.1313v 2.6762 c 0.0000,1.1105 0.0182,1.5838 0.4369 1.5838c 0.4005,-0.0000 0.5097,-0.5097 0.5279 -0.9103l 0.4551,0.0910 c -0.1092,1.3290 -0.6736,1.6931 -1.6021 1.6931Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.127980706395726" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 114.7513,347.4443 v 8.2333 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 505.8319,336.4666 l -0.0000,-274.4425 h -411.6638 l -0.0000,274.4425 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.8511922825582904" fill="rgb(31,119,180)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 501.7153,294.2446 l -0.0000,-21.1110 h -32.9331 l -0.0000,21.1110 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.8511922825582904" fill="rgb(31,119,180)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 460.5489,294.2446 l -0.0000,-42.2219 h -32.9331 l -0.0000,42.2219 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.8511922825582904" fill="rgb(31,119,180)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 419.3825,294.2446 l -0.0000,-232.2206 h -32.9331 l -0.0000,232.2206 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.8511922825582904" fill="rgb(31,119,180)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 378.2161,336.4666 l -0.0000,-42.2219 h -32.9331 l -0.0000,42.2219 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.8511922825582904" fill="rgb(31,119,180)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 337.0497,294.2446 l -0.0000,-0.0000 h -32.9331 l -0.0000,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.8511922825582904" fill="rgb(31,119,180)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 295.8834,294.2446 l -0.0000,-168.8877 h -32.9331 l -0.0000,168.8877 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.8511922825582904" fill="rgb(31,119,180)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 254.7170,294.2446 l -0.0000,-105.5548 h -32.9331 l -0.0000,105.5548 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.8511922825582904" fill="rgb(31,119,180)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 213.5506,294.2446 l -0.0000,-63.3329 h -32.9331 l -0.0000,63.3329 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.8511922825582904" fill="rgb(31,119,180)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 172.3842,294.2446 l -0.0000,-42.2219 h -32.9331 l -0.0000,42.2219 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.8511922825582904" fill="rgb(31,119,180)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 131.2178,294.2446 l -0.0000,-21.1110 h -32.9331 l -0.0000,21.1110 Z"/>+  </g>+</svg>
other/clippingExample.svg view
@@ -1,3 +1,33332 @@ <?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.4494897427831783" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip1"><path d="M 567.7686,173.0579 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip1)"><path d="M 154.5455,173.0579 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.797958971132713" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip2"><path d="M 567.7686,173.0579 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip2)"><path d="M 71.9008,437.5207 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.898979485566357" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip3"><path d="M 567.7686,173.0579 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip3)"><path d="M 71.9008,371.4050 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.4494897427831783" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 567.7686,173.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.4494897427831783" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip4"><path d="M 458.6777,173.0579 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip4)"><path d="M 45.4545,106.9421 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.797958971132713" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip5"><path d="M 458.6777,173.0579 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip5)"><path d="M -37.1901,371.4050 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.898979485566357" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip6"><path d="M 458.6777,173.0579 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip6)"><path d="M -37.1901,305.2893 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.4494897427831783" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 458.6777,173.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.4494897427831783" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip7"><path d="M 349.5868,173.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 -63.6364,40.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.797958971132713" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip8"><path d="M 349.5868,173.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 -146.2810,305.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.898979485566357" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip9"><path d="M 349.5868,173.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 -146.2810,239.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.4494897427831783" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 349.5868,173.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.4494897427831783" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip10"><path d="M 240.4959,173.0579 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip10)"><path d="M -172.7273,-25.2893 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.797958971132713" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip11"><path d="M 240.4959,173.0579 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip11)"><path d="M -255.3719,239.1736 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.898979485566357" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip12"><path d="M 240.4959,173.0579 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip12)"><path d="M -255.3719,173.0579 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.4494897427831783" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 240.4959,173.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.4494897427831783" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip13"><path d="M 131.4050,173.0579 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip13)"><path d="M -281.8182,-91.4050 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.797958971132713" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip14"><path d="M 131.4050,173.0579 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip14)"><path d="M -364.4628,173.0579 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.898979485566357" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip15"><path d="M 131.4050,173.0579 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip15)"><path d="M -364.4628,106.9421 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.4494897427831783" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 131.4050,173.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.4494897427831783" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip16"><path d="M 567.7686,253.0579 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip16)"><path d="M 253.7190,253.0579 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.797958971132713" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip17"><path d="M 567.7686,253.0579 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip17)"><path d="M 171.0744,517.5207 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.898979485566357" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip18"><path d="M 567.7686,253.0579 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip18)"><path d="M 171.0744,451.4050 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.4494897427831783" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 567.7686,253.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.4494897427831783" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip19"><path d="M 458.6777,253.0579 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip19)"><path d="M 144.6281,186.9421 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.797958971132713" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip20"><path d="M 458.6777,253.0579 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip20)"><path d="M 61.9835,451.4050 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.898979485566357" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip21"><path d="M 458.6777,253.0579 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip21)"><path d="M 61.9835,385.2893 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.4494897427831783" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 458.6777,253.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.4494897427831783" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip22"><path d="M 349.5868,253.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 35.5372,120.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.797958971132713" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip23"><path d="M 349.5868,253.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 -47.1074,385.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.898979485566357" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip24"><path d="M 349.5868,253.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 -47.1074,319.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.4494897427831783" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 349.5868,253.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.4494897427831783" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip25"><path d="M 240.4959,253.0579 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip25)"><path d="M -73.5537,54.7107 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.797958971132713" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip26"><path d="M 240.4959,253.0579 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip26)"><path d="M -156.1983,319.1736 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.898979485566357" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip27"><path d="M 240.4959,253.0579 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip27)"><path d="M -156.1983,253.0579 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.4494897427831783" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 240.4959,253.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.4494897427831783" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip28"><path d="M 131.4050,253.0579 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip28)"><path d="M -182.6446,-11.4050 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.797958971132713" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip29"><path d="M 131.4050,253.0579 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip29)"><path d="M -265.2893,253.0579 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.898979485566357" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip30"><path d="M 131.4050,253.0579 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip30)"><path d="M -265.2893,186.9421 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.4494897427831783" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 131.4050,253.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.4494897427831783" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip31"><path d="M 567.7686,333.0579 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip31)"><path d="M 352.8926,333.0579 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.797958971132713" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip32"><path d="M 567.7686,333.0579 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip32)"><path d="M 270.2479,597.5207 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.898979485566357" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip33"><path d="M 567.7686,333.0579 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip33)"><path d="M 270.2479,531.4050 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.4494897427831783" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 567.7686,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.4494897427831783" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip34"><path d="M 458.6777,333.0579 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip34)"><path d="M 243.8017,266.9421 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.797958971132713" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip35"><path d="M 458.6777,333.0579 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip35)"><path d="M 161.1570,531.4050 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.898979485566357" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip36"><path d="M 458.6777,333.0579 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip36)"><path d="M 161.1570,465.2893 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.4494897427831783" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 458.6777,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.4494897427831783" 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.797958971132713" 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.898979485566357" 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.4494897427831783" 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.4494897427831783" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip40"><path d="M 240.4959,333.0579 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip40)"><path d="M 25.6198,134.7107 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.797958971132713" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip41"><path d="M 240.4959,333.0579 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip41)"><path d="M -57.0248,399.1736 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.898979485566357" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip42"><path d="M 240.4959,333.0579 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip42)"><path d="M -57.0248,333.0579 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.4494897427831783" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 240.4959,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.4494897427831783" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip43"><path d="M 131.4050,333.0579 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip43)"><path d="M -83.4711,68.5950 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.797958971132713" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip44"><path d="M 131.4050,333.0579 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip44)"><path d="M -166.1157,333.0579 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.898979485566357" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip45"><path d="M 131.4050,333.0579 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip45)"><path d="M -166.1157,266.9421 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.4494897427831783" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 131.4050,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.4494897427831783" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip46"><path d="M 567.7686,413.0579 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip46)"><path d="M 452.0661,413.0579 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.797958971132713" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip47"><path d="M 567.7686,413.0579 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip47)"><path d="M 369.4215,677.5207 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.898979485566357" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip48"><path d="M 567.7686,413.0579 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip48)"><path d="M 369.4215,611.4050 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.4494897427831783" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 567.7686,413.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.4494897427831783" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip49"><path d="M 458.6777,413.0579 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip49)"><path d="M 342.9752,346.9421 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.797958971132713" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip50"><path d="M 458.6777,413.0579 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip50)"><path d="M 260.3306,611.4050 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.898979485566357" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip51"><path d="M 458.6777,413.0579 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip51)"><path d="M 260.3306,545.2893 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.4494897427831783" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 458.6777,413.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.4494897427831783" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip52"><path d="M 349.5868,413.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 233.8843,280.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.797958971132713" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip53"><path d="M 349.5868,413.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 151.2397,545.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.898979485566357" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip54"><path d="M 349.5868,413.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 151.2397,479.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.4494897427831783" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 349.5868,413.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.4494897427831783" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip55"><path d="M 240.4959,413.0579 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip55)"><path d="M 124.7934,214.7107 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.797958971132713" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip56"><path d="M 240.4959,413.0579 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip56)"><path d="M 42.1488,479.1736 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.898979485566357" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip57"><path d="M 240.4959,413.0579 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip57)"><path d="M 42.1488,413.0579 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.4494897427831783" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 240.4959,413.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.4494897427831783" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip58"><path d="M 131.4050,413.0579 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip58)"><path d="M 15.7025,148.5950 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.797958971132713" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip59"><path d="M 131.4050,413.0579 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip59)"><path d="M -66.9421,413.0579 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.898979485566357" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip60"><path d="M 131.4050,413.0579 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip60)"><path d="M -66.9421,346.9421 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.4494897427831783" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 131.4050,413.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.4494897427831783" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip61"><path d="M 567.7686,493.0579 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip61)"><path d="M 551.2397,493.0579 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.797958971132713" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip62"><path d="M 567.7686,493.0579 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip62)"><path d="M 468.5950,757.5207 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.898979485566357" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip63"><path d="M 567.7686,493.0579 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip63)"><path d="M 468.5950,691.4050 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.4494897427831783" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 567.7686,493.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.4494897427831783" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip64"><path d="M 458.6777,493.0579 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip64)"><path d="M 442.1488,426.9421 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.797958971132713" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip65"><path d="M 458.6777,493.0579 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip65)"><path d="M 359.5041,691.4050 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.898979485566357" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip66"><path d="M 458.6777,493.0579 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip66)"><path d="M 359.5041,625.2893 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.4494897427831783" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 458.6777,493.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.4494897427831783" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip67"><path d="M 349.5868,493.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 333.0579,360.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.797958971132713" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip68"><path d="M 349.5868,493.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 250.4132,625.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.898979485566357" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip69"><path d="M 349.5868,493.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 250.4132,559.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.4494897427831783" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 349.5868,493.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.4494897427831783" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip70"><path d="M 240.4959,493.0579 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip70)"><path d="M 223.9669,294.7107 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.797958971132713" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip71"><path d="M 240.4959,493.0579 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip71)"><path d="M 141.3223,559.1736 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.898979485566357" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip72"><path d="M 240.4959,493.0579 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip72)"><path d="M 141.3223,493.0579 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.4494897427831783" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 240.4959,493.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.4494897427831783" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip73"><path d="M 131.4050,493.0579 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip73)"><path d="M 114.8760,228.5950 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.797958971132713" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip74"><path d="M 131.4050,493.0579 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip74)"><path d="M 32.2314,493.0579 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.898979485566357" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip75"><path d="M 131.4050,493.0579 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip75)"><path d="M 32.2314,426.9421 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.4494897427831783" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 131.4050,493.0579 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></g></svg>+    "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="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1)">+      <path d="M 96.2434,349.8420 ZM 101.0111,340.4441 c 0.0000,0.1146 -0.1375,0.1834 -0.2521 0.1834c -0.6877,-0.0000 -0.9856,0.1375 -0.9856 0.5043c 0.0000,0.1375 0.0458,0.3209 0.1375 0.5272l 2.5214,5.9138 l 2.5443,-5.8221 c 0.1146,-0.2063 0.1605,-0.3897 0.1605 -0.5272c 0.0000,-0.4814 -0.4584,-0.5960 -0.9627 -0.5960h -0.0917 c -0.1146,-0.0000 -0.2292,-0.0917 -0.2292 -0.1605v -0.4355 l 0.0458,-0.0688 c 0.0000,-0.0000 1.3524,0.0458 2.1546 0.0458c 0.6418,-0.0000 1.5816,-0.0458 1.5816 -0.0458l 0.0688,0.0458 v 0.4355 c 0.0000,0.1146 -0.0917,0.1834 -0.2521 0.1834c -0.8710,-0.0000 -1.3065,0.8939 -1.6274 1.5587c -1.2149,2.5672 -2.2234,4.9282 -4.0571 9.3521c -0.6877,1.6504 -1.5128,3.5758 -3.1403 3.5758c -0.4355,-0.0000 -1.3295,-0.2521 -1.3295 -1.0773c 0.0000,-0.6877 0.5043,-0.8939 0.8710 -0.8939c 0.3438,-0.0000 0.5730,0.1375 0.7106 0.3209c 0.2292,0.2292 0.3897,0.3897 0.6189 0.3897c 0.3438,-0.0000 1.1461,-1.9713 1.7191 -3.3695c 0.1375,-0.2751 0.1834,-0.5043 0.1834 -0.7106c 0.0000,-0.2292 -0.2063,-0.8481 -0.3897 -1.3065l -2.8881,-6.7161 c -0.3667,-0.8710 -0.6189,-1.1232 -1.3982 -1.1232c -0.1375,-0.0000 -0.2292,-0.0688 -0.2292 -0.1605v -0.4584 l 0.0458,-0.0458 c 0.0000,-0.0000 1.0086,0.0458 1.6962 0.0458c 1.0773,-0.0000 2.7277,-0.0458 2.7277 -0.0458l 0.0458,0.0688 v 0.4126 ZM 113.6410,349.8420 ZM 124.2079,342.5529 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 124.2079,342.5529 ZM 124.2079,345.4181 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 131.4511,349.8420 ZM 137.7317,344.4325 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM 139.0841,349.8420 ZM 140.4135,339.6877 c 0.0000,-1.3065 1.2607,-3.0944 3.6675 -3.0944c 1.7650,-0.0000 3.8279,0.6647 3.8279 3.3007c 0.0000,1.7421 -0.8939,2.6131 -2.1317 3.8050l -2.1776,2.1088 c -0.1146,0.1146 -1.6504,1.6274 -1.6504 2.7048h 3.8967 c 0.7793,-0.0000 1.1919,-0.3897 1.5128 -1.6504l 0.5730,0.0917 l -0.4584,2.8881 h -7.0828 c 0.0000,-1.2836 0.2063,-2.2693 2.3380 -4.4468l 1.6045,-1.5816 c 1.2836,-1.3065 1.8108,-2.4297 1.8108 -3.8279c 0.0000,-2.0859 -1.4211,-2.6818 -2.2005 -2.6818c -1.5816,-0.0000 -2.0171,0.8252 -2.0171 1.3753c 0.0000,0.1834 0.0458,0.3667 0.0917 0.5272c 0.0458,0.1605 0.0917,0.3209 0.0917 0.5043c 0.0000,0.5960 -0.4584,0.8252 -0.8252 0.8252c -0.5043,-0.0000 -0.8710,-0.3897 -0.8710 -0.8481ZM 149.1238,349.8420 ZM 150.4303,348.9022 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM 154.1436,349.8420 ZM 159.1635,337.3955 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM 159.1635,337.3955 ZM 159.0718,350.1170 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2)">+      <path d="M 286.4306,488.0599 ZM 290.9462,478.8454 c -0.4584,-0.0000 -0.5501,0.1146 -0.5501 0.2751c 0.0000,0.1146 0.0917,0.3209 0.3438 0.7335l 1.3982,2.0630 c 0.0688,0.1375 0.1375,0.2063 0.2292 0.2063c 0.0688,-0.0000 0.1146,-0.0458 0.2063 -0.1605l 1.4899,-2.0859 c 0.2521,-0.3209 0.3897,-0.5730 0.3897 -0.7564c 0.0000,-0.1834 -0.1605,-0.2751 -0.4814 -0.2751h -0.3667 c -0.0688,-0.0000 -0.1375,-0.0458 -0.1375 -0.1605v -0.4355 l 0.0688,-0.0688 c 0.0000,-0.0000 1.0773,0.0458 1.7879 0.0458c 0.7335,-0.0000 1.8567,-0.0458 1.8567 -0.0458l 0.0229,0.0458 v 0.4355 c 0.0000,0.1605 -0.1375,0.1834 -0.2751 0.1834c -0.8481,-0.0000 -1.1919,0.2751 -2.0400 1.3524l -1.9254,2.4526 c -0.0458,0.0688 -0.0688,0.1146 -0.0688 0.1605c 0.0000,0.0458 0.0229,0.1146 0.0688 0.1834l 2.0630,2.9111 c 1.0544,1.4899 1.3524,1.5128 2.0859 1.5128c 0.2292,-0.0000 0.3209,0.0458 0.3209 0.1834v 0.4355 l -0.0229,0.0458 c 0.0000,-0.0000 -1.2378,-0.0458 -2.0171 -0.0458c -0.9398,-0.0000 -2.3839,0.0458 -2.3839 0.0458l -0.0458,-0.0458 v -0.4355 c 0.0000,-0.1146 0.0458,-0.1834 0.1605 -0.1834h 0.2751 c 0.3667,-0.0000 0.5272,-0.0688 0.5272 -0.2521c 0.0000,-0.2063 -0.2521,-0.5501 -0.6189 -1.0315l -1.3295,-1.8337 c -0.0917,-0.1146 -0.1375,-0.1605 -0.2063 -0.1605c -0.0458,-0.0000 -0.1146,0.0688 -0.2063 0.2063l -1.4441,2.0859 c -0.3438,0.4584 -0.4126,0.5730 -0.4126 0.7335c 0.0000,0.1605 0.1375,0.2521 0.4814 0.2521h 0.3209 c 0.1146,-0.0000 0.1605,0.0688 0.1605 0.1834v 0.4355 l -0.0458,0.0458 c 0.0000,-0.0000 -1.1919,-0.0458 -1.9254 -0.0458c -0.6647,-0.0000 -1.7191,0.0458 -1.7191 0.0458l -0.0458,-0.0458 v -0.3897 c 0.0000,-0.1375 0.0917,-0.2292 0.2980 -0.2292c 0.5501,-0.0000 1.0773,-0.1146 2.0400 -1.3524l 1.9254,-2.4755 c 0.0229,-0.0458 0.0458,-0.0917 0.0458 -0.1605c 0.0000,-0.0688 -0.0229,-0.1146 -0.0688 -0.1834l -1.9942,-2.9111 c -0.6418,-0.9398 -1.0544,-1.4899 -1.8567 -1.4899c -0.1605,-0.0000 -0.3209,-0.0688 -0.3209 -0.1605v -0.4355 l 0.0458,-0.0688 l 1.8108,0.0458 l 2.5443,-0.0458 l 0.0688,0.0688 v 0.4126 c 0.0000,0.1146 -0.0917,0.1834 -0.1834 0.1834h -0.3438 ZM 303.5531,488.0599 ZM 314.1200,480.7708 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 314.1200,480.7708 ZM 314.1200,483.6361 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 321.3633,488.0599 ZM 327.6439,482.6504 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM 328.9962,488.0599 ZM 333.3055,477.1263 c -0.4355,-0.0000 -1.4441,0.4126 -1.9483 0.6418l -0.2751,-0.7106 c 2.0171,-0.9398 2.7964,-1.4211 3.9425 -2.2463h 0.4355 v 11.5296 c 0.0000,0.8252 0.1146,1.0544 0.8710 1.0544h 1.1919 c 0.0688,-0.0000 0.1834,0.0458 0.1834 0.1834v 0.5043 l -3.1403,-0.0458 l -3.1861,0.0458 v -0.5043 c 0.0229,-0.0688 0.0458,-0.1834 0.1834 -0.1834h 1.3753 c 0.8710,-0.0000 0.8710,-0.3897 0.8710 -1.0544v -7.8851 c 0.0000,-0.7793 0.0000,-1.3295 -0.5043 -1.3295ZM 339.0360,488.0599 ZM 340.3425,487.1202 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM 344.0558,488.0599 ZM 349.0757,475.6135 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM 349.0757,475.6135 ZM 348.9840,488.3350 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="8.77193507674587" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3)">+      <path d="M 325.4462,342.9311 c 0.0000,-2.8626 -2.3206,-5.1832 -5.1832 -5.1832c -2.8626,-0.0000 -5.1832,2.3206 -5.1832 5.1832c -0.0000,2.8626 2.3206,5.1832 5.1832 5.1832c 2.8626,0.0000 5.1832,-2.3206 5.1832 -5.1832Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip4">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip4)">+      <path d="M 320.2631,446.5946 v -103.6635 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip5">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip5)">+      <path d="M 182.0451,342.9311 h 138.2180 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(153,153,153)" stroke-width="5.84795671783058" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip6">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip6)">+      <path d="M 251.1541,66.4952 l 4.1465,24.3816 l 4.1465,23.3865 l 4.1465,22.3913 l 4.1465,21.3961 l 4.1465,20.4010 l 4.1465,19.4058 l 4.1465,18.4106 l 4.1465,17.4155 l 4.1465,16.4203 l 4.1465,15.4251 l 4.1465,14.4300 l 4.1465,13.4348 l 4.1465,12.4396 l 4.1465,11.4444 l 4.1465,10.4493 l 4.1465,9.4541 l 4.1465,8.4589 l 4.1465,7.4638 l 4.1465,6.4686 l 4.1465,5.4734 l 4.1465,4.4783 l 4.1465,3.4831 l 4.1465,2.4879 l 4.1465,1.4928 l 4.1465,0.4976 l 4.1465,-0.4976 l 4.1465,-1.4928 l 4.1465,-2.4879 l 4.1465,-3.4831 l 4.1465,-4.4783 l 4.1465,-5.4734 l 4.1465,-6.4686 l 4.1465,-7.4638 l 4.1465,-8.4589 l 4.1465,-9.4541 l 4.1465,-10.4493 l 4.1465,-11.4444 l 4.1465,-12.4396 l 4.1465,-13.4348 l 4.1465,-14.4300 l 4.1465,-15.4251 l 4.1465,-16.4203 l 4.1465,-17.4155 l 4.1465,-18.4106 l 4.1465,-19.4058 l 4.1465,-20.4010 l 4.1465,-21.3961 l 4.1465,-22.3913 l 4.1465,-23.3865 l 4.1465,-24.3816 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip7">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip7)">+      <path d="M 292.7398,76.5005 ZM 299.8914,62.4036 c 0.0000,0.1719 -0.2063,0.2751 -0.3782 0.2751c -1.0315,-0.0000 -1.4785,0.2063 -1.4785 0.7564c 0.0000,0.2063 0.0688,0.4814 0.2063 0.7908l 3.7821,8.8707 l 3.8165,-8.7332 c 0.1719,-0.3094 0.2407,-0.5845 0.2407 -0.7908c 0.0000,-0.7220 -0.6877,-0.8939 -1.4441 -0.8939h -0.1375 c -0.1719,-0.0000 -0.3438,-0.1375 -0.3438 -0.2407v -0.6533 l 0.0688,-0.1031 c 0.0000,-0.0000 2.0286,0.0688 3.2320 0.0688c 0.9627,-0.0000 2.3724,-0.0688 2.3724 -0.0688l 0.1031,0.0688 v 0.6533 c 0.0000,0.1719 -0.1375,0.2751 -0.3782 0.2751c -1.3065,-0.0000 -1.9598,1.3409 -2.4412 2.3380c -1.8223,3.8508 -3.3351,7.3923 -6.0857 14.0281c -1.0315,2.4755 -2.2693,5.3637 -4.7104 5.3637c -0.6533,-0.0000 -1.9942,-0.3782 -1.9942 -1.6160c 0.0000,-1.0315 0.7564,-1.3409 1.3065 -1.3409c 0.5157,-0.0000 0.8596,0.2063 1.0659 0.4814c 0.3438,0.3438 0.5845,0.5845 0.9283 0.5845c 0.5157,-0.0000 1.7191,-2.9569 2.5787 -5.0542c 0.2063,-0.4126 0.2751,-0.7564 0.2751 -1.0659c 0.0000,-0.3438 -0.3094,-1.2722 -0.5845 -1.9598l -4.3322,-10.0741 c -0.5501,-1.3065 -0.9283,-1.6847 -2.0973 -1.6847c -0.2063,-0.0000 -0.3438,-0.1031 -0.3438 -0.2407v -0.6877 l 0.0688,-0.0688 c 0.0000,-0.0000 1.5128,0.0688 2.5443 0.0688c 1.6160,-0.0000 4.0915,-0.0688 4.0915 -0.0688l 0.0688,0.1031 v 0.6189 ZM 318.8362,76.5005 ZM 334.6866,65.5668 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 334.6866,65.5668 ZM 334.6866,69.8647 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 345.5514,76.5005 ZM 352.3248,62.6787 c -0.6877,-0.0000 -0.8252,0.1719 -0.8252 0.4126c 0.0000,0.1719 0.1375,0.4814 0.5157 1.1002l 2.0973,3.0944 c 0.1031,0.2063 0.2063,0.3094 0.3438 0.3094c 0.1031,-0.0000 0.1719,-0.0688 0.3094 -0.2407l 2.2349,-3.1288 c 0.3782,-0.4814 0.5845,-0.8596 0.5845 -1.1346c 0.0000,-0.2751 -0.2407,-0.4126 -0.7220 -0.4126h -0.5501 c -0.1031,-0.0000 -0.2063,-0.0688 -0.2063 -0.2407v -0.6533 l 0.1031,-0.1031 c 0.0000,-0.0000 1.6160,0.0688 2.6818 0.0688c 1.1002,-0.0000 2.7850,-0.0688 2.7850 -0.0688l 0.0344,0.0688 v 0.6533 c 0.0000,0.2407 -0.2063,0.2751 -0.4126 0.2751c -1.2722,-0.0000 -1.7879,0.4126 -3.0600 2.0286l -2.8881,3.6789 c -0.0688,0.1031 -0.1031,0.1719 -0.1031 0.2407c 0.0000,0.0688 0.0344,0.1719 0.1031 0.2751l 3.0944,4.3666 c 1.5816,2.2349 2.0286,2.2693 3.1288 2.2693c 0.3438,-0.0000 0.4814,0.0688 0.4814 0.2751v 0.6533 l -0.0344,0.0688 c 0.0000,-0.0000 -1.8567,-0.0688 -3.0257 -0.0688c -1.4097,-0.0000 -3.5758,0.0688 -3.5758 0.0688l -0.0688,-0.0688 v -0.6533 c 0.0000,-0.1719 0.0688,-0.2751 0.2407 -0.2751h 0.4126 c 0.5501,-0.0000 0.7908,-0.1031 0.7908 -0.3782c 0.0000,-0.3094 -0.3782,-0.8252 -0.9283 -1.5472l -1.9942,-2.7506 c -0.1375,-0.1719 -0.2063,-0.2407 -0.3094 -0.2407c -0.0688,-0.0000 -0.1719,0.1031 -0.3094 0.3094l -2.1661,3.1288 c -0.5157,0.6877 -0.6189,0.8596 -0.6189 1.1002c 0.0000,0.2407 0.2063,0.3782 0.7220 0.3782h 0.4814 c 0.1719,-0.0000 0.2407,0.1031 0.2407 0.2751v 0.6533 l -0.0688,0.0688 c 0.0000,-0.0000 -1.7879,-0.0688 -2.8881 -0.0688c -0.9971,-0.0000 -2.5787,0.0688 -2.5787 0.0688l -0.0688,-0.0688 v -0.5845 c 0.0000,-0.2063 0.1375,-0.3438 0.4470 -0.3438c 0.8252,-0.0000 1.6160,-0.1719 3.0600 -2.0286l 2.8881,-3.7133 c 0.0344,-0.0688 0.0688,-0.1375 0.0688 -0.2407c 0.0000,-0.1031 -0.0344,-0.1719 -0.1031 -0.2751l -2.9913,-4.3666 c -0.9627,-1.4097 -1.5816,-2.2349 -2.7850 -2.2349c -0.2407,-0.0000 -0.4814,-0.1031 -0.4814 -0.2407v -0.6533 l 0.0688,-0.1031 l 2.7162,0.0688 l 3.8165,-0.0688 l 0.1031,0.1031 v 0.6189 c 0.0000,0.1719 -0.1375,0.2751 -0.2751 0.2751h -0.5157 ZM 362.6396,76.5005 ZM 365.1495,56.3179 c -0.4126,-0.0000 -0.8939,-0.3782 -0.8939 -0.8252c 0.0000,-0.8939 0.9627,-2.6475 3.6789 -2.6475c 1.7191,-0.0000 3.7133,0.6533 3.7133 2.8538c 0.0000,1.5816 -1.1690,2.7162 -3.0600 4.0915c -1.4441,1.0315 -2.2693,2.0286 -2.2693 3.0944h 2.7850 c 1.0659,-0.0000 1.6160,-1.3409 1.9942 -2.3036l 0.8252,0.1719 c -0.3094,1.0315 -0.5501,2.2349 -0.6533 3.2320h -7.0828 c 0.0000,-1.6504 1.5128,-3.0944 3.1288 -4.3666c 1.5472,-1.2378 2.3036,-2.0286 2.3036 -3.8852c 0.0000,-1.6160 -1.2034,-2.0630 -1.8223 -2.0630c -1.4785,-0.0000 -1.8567,0.5501 -1.8567 0.9971c 0.0000,0.3094 0.1719,0.5501 0.1719 0.8252c 0.0000,0.5501 -0.6189,0.8252 -0.9627 0.8252ZM 381.7907,76.5005 ZM 391.2115,68.3862 h -7.7705 c -0.3094,-0.0000 -0.5157,-0.2751 -0.5157 -0.5845c 0.0000,-0.5501 0.4470,-1.2722 0.8596 -1.2722h 7.8736 c 0.3438,-0.0000 0.4814,0.3094 0.4814 0.6189c 0.0000,0.3782 -0.4814,1.2378 -0.9283 1.2378ZM 401.8357,76.5005 ZM 409.2624,57.6932 c -0.8596,-0.0000 -3.3695,0.4814 -3.3695 2.5787c 0.0000,0.6189 -0.2407,1.6847 -1.1690 1.6847c -0.8939,-0.0000 -0.9627,-0.9971 -0.9627 -1.1002c 0.0000,-1.0659 1.4097,-4.2291 6.1889 -4.2291c 3.3351,-0.0000 4.3322,2.0973 4.3322 3.4726c 0.0000,0.8596 -0.2751,2.5787 -3.3695 4.5385c 1.9254,0.3094 4.4697,1.7191 4.4697 5.2949c 0.0000,4.5385 -3.4383,6.9797 -7.3235 6.9797c -1.9598,-0.0000 -4.7104,-0.8596 -4.7104 -2.1661c 0.0000,-0.5157 0.5157,-1.1002 1.2034 -1.1002c 0.6533,-0.0000 0.9627,0.3438 1.2722 0.7908c 0.3782,0.5845 0.9971,1.4097 2.6475 1.4097c 1.1346,-0.0000 4.3666,-1.1346 4.3666 -5.4668c 0.0000,-3.6789 -2.5787,-4.2634 -4.4354 -4.2634c -0.3094,-0.0000 -0.6877,0.0688 -1.0659 0.1375l -0.1375,-1.0315 c 2.6475,-0.4470 4.8479,-3.0257 4.8479 -4.6073c 0.0000,-1.9598 -1.3753,-2.9225 -2.7850 -2.9225Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip8">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip8)">+      <path d="M 527.5900,446.5946 l -0.0000,-345.5449 h -345.5449 l -0.0000,345.5449 Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip9">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip9)">+      <path d="M 182.0451,101.0497 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip10">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip10)">+      <path d="M 182.0451,107.9605 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip11">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip11)">+      <path d="M 182.0451,114.8714 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip12">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip12)">+      <path d="M 182.0451,121.7823 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip13">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip13)">+      <path d="M 182.0451,128.6932 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip14">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip14)">+      <path d="M 182.0451,135.6041 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip15">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip15)">+      <path d="M 182.0451,142.5150 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip16">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip16)">+      <path d="M 182.0451,149.4259 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip17">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip17)">+      <path d="M 182.0451,156.3368 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip18">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip18)">+      <path d="M 182.0451,163.2477 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip19">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip19)">+      <path d="M 182.0451,170.1586 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip20">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip20)">+      <path d="M 182.0451,177.0695 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip21">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip21)">+      <path d="M 182.0451,183.9804 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip22">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip22)">+      <path d="M 182.0451,190.8913 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip23">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip23)">+      <path d="M 182.0451,197.8022 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip24">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip24)">+      <path d="M 182.0451,204.7131 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip25">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip25)">+      <path d="M 182.0451,211.6240 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip26">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip26)">+      <path d="M 182.0451,218.5349 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip27">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip27)">+      <path d="M 182.0451,225.4458 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip28">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip28)">+      <path d="M 182.0451,232.3567 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip29">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip29)">+      <path d="M 182.0451,239.2676 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip30">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip30)">+      <path d="M 182.0451,246.1785 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip31">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip31)">+      <path d="M 182.0451,253.0894 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip32">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip32)">+      <path d="M 182.0451,260.0003 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip33">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip33)">+      <path d="M 182.0451,266.9112 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip34">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip34)">+      <path d="M 182.0451,273.8221 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip35">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip35)">+      <path d="M 182.0451,280.7330 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip36">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip36)">+      <path d="M 182.0451,287.6439 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip37">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip37)">+      <path d="M 182.0451,294.5548 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip38">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip38)">+      <path d="M 182.0451,301.4657 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip39">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip39)">+      <path d="M 182.0451,308.3766 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip40">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip40)">+      <path d="M 182.0451,315.2875 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip41">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip41)">+      <path d="M 182.0451,322.1984 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip42">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip42)">+      <path d="M 182.0451,329.1093 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip43">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip43)">+      <path d="M 182.0451,336.0202 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip44">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip44)">+      <path d="M 182.0451,342.9311 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip45">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip45)">+      <path d="M 182.0451,349.8420 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip46">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip46)">+      <path d="M 182.0451,356.7529 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip47">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip47)">+      <path d="M 182.0451,363.6638 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip48">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip48)">+      <path d="M 182.0451,370.5747 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip49">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip49)">+      <path d="M 182.0451,377.4856 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip50">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip50)">+      <path d="M 182.0451,384.3965 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip51">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip51)">+      <path d="M 182.0451,391.3074 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip52">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip52)">+      <path d="M 182.0451,398.2183 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip53">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip53)">+      <path d="M 182.0451,405.1292 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip54">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip54)">+      <path d="M 182.0451,412.0401 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip55">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip55)">+      <path d="M 182.0451,418.9510 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip56">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip56)">+      <path d="M 182.0451,425.8619 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip57">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip57)">+      <path d="M 182.0451,432.7728 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip58">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip58)">+      <path d="M 182.0451,439.6837 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip59">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip59)">+      <path d="M 182.0451,446.5946 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip60">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip60)">+      <path d="M 527.5900,446.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip61">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip61)">+      <path d="M 520.6791,446.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip62">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip62)">+      <path d="M 513.7682,446.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip63">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip63)">+      <path d="M 506.8573,446.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip64">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip64)">+      <path d="M 499.9464,446.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip65">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip65)">+      <path d="M 493.0355,446.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip66">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip66)">+      <path d="M 486.1246,446.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip67">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip67)">+      <path d="M 479.2137,446.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip68">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip68)">+      <path d="M 472.3028,446.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip69">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip69)">+      <path d="M 465.3919,446.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip70">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip70)">+      <path d="M 458.4810,446.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip71">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip71)">+      <path d="M 451.5701,446.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip72">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip72)">+      <path d="M 444.6592,446.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip73">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip73)">+      <path d="M 437.7483,446.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip74">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip74)">+      <path d="M 430.8374,446.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip75">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip75)">+      <path d="M 423.9265,446.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip76">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip76)">+      <path d="M 417.0156,446.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip77">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip77)">+      <path d="M 410.1047,446.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip78">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip78)">+      <path d="M 403.1938,446.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip79">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip79)">+      <path d="M 396.2829,446.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip80">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip80)">+      <path d="M 389.3720,446.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip81">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip81)">+      <path d="M 382.4611,446.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip82">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip82)">+      <path d="M 375.5502,446.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip83">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip83)">+      <path d="M 368.6393,446.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip84">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip84)">+      <path d="M 361.7285,446.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip85">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip85)">+      <path d="M 354.8176,446.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip86">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip86)">+      <path d="M 347.9067,446.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip87">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip87)">+      <path d="M 340.9958,446.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip88">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip88)">+      <path d="M 334.0849,446.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip89">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip89)">+      <path d="M 327.1740,446.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip90">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip90)">+      <path d="M 320.2631,446.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip91">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip91)">+      <path d="M 313.3522,446.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip92">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip92)">+      <path d="M 306.4413,446.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip93">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip93)">+      <path d="M 299.5304,446.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip94">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip94)">+      <path d="M 292.6195,446.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip95">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip95)">+      <path d="M 285.7086,446.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip96">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip96)">+      <path d="M 278.7977,446.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip97">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip97)">+      <path d="M 271.8868,446.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip98">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip98)">+      <path d="M 264.9759,446.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip99">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip99)">+      <path d="M 258.0650,446.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip100">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip100)">+      <path d="M 251.1541,446.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip101">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip101)">+      <path d="M 244.2432,446.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip102">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip102)">+      <path d="M 237.3323,446.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip103">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip103)">+      <path d="M 230.4214,446.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip104">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip104)">+      <path d="M 223.5105,446.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip105">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip105)">+      <path d="M 216.5996,446.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip106">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip106)">+      <path d="M 209.6887,446.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip107">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip107)">+      <path d="M 202.7778,446.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip108">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip108)">+      <path d="M 195.8669,446.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip109">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip109)">+      <path d="M 188.9560,446.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip110">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip110)">+      <path d="M 182.0451,446.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip111">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip111)">+      <path d="M 182.0451,101.0497 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip112">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip112)">+      <path d="M 182.0451,135.6041 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip113">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip113)">+      <path d="M 182.0451,170.1586 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip114">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip114)">+      <path d="M 182.0451,204.7131 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip115">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip115)">+      <path d="M 182.0451,239.2676 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip116">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip116)">+      <path d="M 182.0451,273.8221 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip117">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip117)">+      <path d="M 182.0451,308.3766 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip118">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip118)">+      <path d="M 182.0451,342.9311 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip119">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip119)">+      <path d="M 182.0451,377.4856 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip120">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip120)">+      <path d="M 182.0451,412.0401 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip121">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip121)">+      <path d="M 182.0451,446.5946 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip122">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip122)">+      <path d="M 527.5900,446.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip123">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip123)">+      <path d="M 493.0355,446.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip124">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip124)">+      <path d="M 458.4810,446.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip125">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip125)">+      <path d="M 423.9265,446.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip126">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip126)">+      <path d="M 389.3720,446.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip127">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip127)">+      <path d="M 354.8176,446.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip128">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip128)">+      <path d="M 320.2631,446.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip129">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip129)">+      <path d="M 285.7086,446.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip130">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip130)">+      <path d="M 251.1541,446.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip131">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip131)">+      <path d="M 216.5996,446.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip132">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip132)">+      <path d="M 182.0451,446.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(255,255,255)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip133">+        <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip133)">+      <path d="M 554.3697,506.2810 l -0.0000,-495.8678 h -471.0551 l -0.0000,495.8678 Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 554.3697,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip134">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip134)">+      <path d="M -7.3887,250.6684 ZM -2.6210,241.2705 c 0.0000,0.1146 -0.1375,0.1834 -0.2521 0.1834c -0.6877,-0.0000 -0.9856,0.1375 -0.9856 0.5043c 0.0000,0.1375 0.0458,0.3209 0.1375 0.5272l 2.5214,5.9138 l 2.5443,-5.8221 c 0.1146,-0.2063 0.1605,-0.3897 0.1605 -0.5272c 0.0000,-0.4814 -0.4584,-0.5960 -0.9627 -0.5960h -0.0917 c -0.1146,-0.0000 -0.2292,-0.0917 -0.2292 -0.1605v -0.4355 l 0.0458,-0.0688 c 0.0000,-0.0000 1.3524,0.0458 2.1546 0.0458c 0.6418,-0.0000 1.5816,-0.0458 1.5816 -0.0458l 0.0688,0.0458 v 0.4355 c 0.0000,0.1146 -0.0917,0.1834 -0.2521 0.1834c -0.8710,-0.0000 -1.3065,0.8939 -1.6274 1.5587c -1.2149,2.5672 -2.2234,4.9282 -4.0571 9.3521c -0.6877,1.6504 -1.5128,3.5758 -3.1403 3.5758c -0.4355,-0.0000 -1.3295,-0.2521 -1.3295 -1.0773c 0.0000,-0.6877 0.5043,-0.8939 0.8710 -0.8939c 0.3438,-0.0000 0.5730,0.1375 0.7106 0.3209c 0.2292,0.2292 0.3897,0.3897 0.6189 0.3897c 0.3438,-0.0000 1.1461,-1.9713 1.7191 -3.3695c 0.1375,-0.2751 0.1834,-0.5043 0.1834 -0.7106c 0.0000,-0.2292 -0.2063,-0.8481 -0.3897 -1.3065l -2.8881,-6.7161 c -0.3667,-0.8710 -0.6189,-1.1232 -1.3982 -1.1232c -0.1375,-0.0000 -0.2292,-0.0688 -0.2292 -0.1605v -0.4584 l 0.0458,-0.0458 c 0.0000,-0.0000 1.0086,0.0458 1.6962 0.0458c 1.0773,-0.0000 2.7277,-0.0458 2.7277 -0.0458l 0.0458,0.0688 v 0.4126 ZM 10.0088,250.6684 ZM 20.5758,243.3793 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 20.5758,243.3793 ZM 20.5758,246.2445 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 27.8190,250.6684 ZM 34.0996,245.2589 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM 35.4520,250.6684 ZM 36.7814,240.5141 c 0.0000,-1.3065 1.2607,-3.0944 3.6675 -3.0944c 1.7650,-0.0000 3.8279,0.6647 3.8279 3.3007c 0.0000,1.7421 -0.8939,2.6131 -2.1317 3.8050l -2.1776,2.1088 c -0.1146,0.1146 -1.6504,1.6274 -1.6504 2.7048h 3.8967 c 0.7793,-0.0000 1.1919,-0.3897 1.5128 -1.6504l 0.5730,0.0917 l -0.4584,2.8881 h -7.0828 c 0.0000,-1.2836 0.2063,-2.2693 2.3380 -4.4468l 1.6045,-1.5816 c 1.2836,-1.3065 1.8108,-2.4297 1.8108 -3.8279c 0.0000,-2.0859 -1.4211,-2.6818 -2.2005 -2.6818c -1.5816,-0.0000 -2.0171,0.8252 -2.0171 1.3753c 0.0000,0.1834 0.0458,0.3667 0.0917 0.5272c 0.0458,0.1605 0.0917,0.3209 0.0917 0.5043c 0.0000,0.5960 -0.4584,0.8252 -0.8252 0.8252c -0.5043,-0.0000 -0.8710,-0.3897 -0.8710 -0.8481ZM 45.4917,250.6684 ZM 46.7982,249.7286 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM 50.5115,250.6684 ZM 55.5314,238.2219 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM 55.5314,238.2219 ZM 55.4397,250.9435 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip135">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip135)">+      <path d="M 182.7985,388.8864 ZM 187.3141,379.6719 c -0.4584,-0.0000 -0.5501,0.1146 -0.5501 0.2751c 0.0000,0.1146 0.0917,0.3209 0.3438 0.7335l 1.3982,2.0630 c 0.0688,0.1375 0.1375,0.2063 0.2292 0.2063c 0.0688,-0.0000 0.1146,-0.0458 0.2063 -0.1605l 1.4899,-2.0859 c 0.2521,-0.3209 0.3897,-0.5730 0.3897 -0.7564c 0.0000,-0.1834 -0.1605,-0.2751 -0.4814 -0.2751h -0.3667 c -0.0688,-0.0000 -0.1375,-0.0458 -0.1375 -0.1605v -0.4355 l 0.0688,-0.0688 c 0.0000,-0.0000 1.0773,0.0458 1.7879 0.0458c 0.7335,-0.0000 1.8567,-0.0458 1.8567 -0.0458l 0.0229,0.0458 v 0.4355 c 0.0000,0.1605 -0.1375,0.1834 -0.2751 0.1834c -0.8481,-0.0000 -1.1919,0.2751 -2.0400 1.3524l -1.9254,2.4526 c -0.0458,0.0688 -0.0688,0.1146 -0.0688 0.1605c 0.0000,0.0458 0.0229,0.1146 0.0688 0.1834l 2.0630,2.9111 c 1.0544,1.4899 1.3524,1.5128 2.0859 1.5128c 0.2292,-0.0000 0.3209,0.0458 0.3209 0.1834v 0.4355 l -0.0229,0.0458 c 0.0000,-0.0000 -1.2378,-0.0458 -2.0171 -0.0458c -0.9398,-0.0000 -2.3839,0.0458 -2.3839 0.0458l -0.0458,-0.0458 v -0.4355 c 0.0000,-0.1146 0.0458,-0.1834 0.1605 -0.1834h 0.2751 c 0.3667,-0.0000 0.5272,-0.0688 0.5272 -0.2521c 0.0000,-0.2063 -0.2521,-0.5501 -0.6189 -1.0315l -1.3295,-1.8337 c -0.0917,-0.1146 -0.1375,-0.1605 -0.2063 -0.1605c -0.0458,-0.0000 -0.1146,0.0688 -0.2063 0.2063l -1.4441,2.0859 c -0.3438,0.4584 -0.4126,0.5730 -0.4126 0.7335c 0.0000,0.1605 0.1375,0.2521 0.4814 0.2521h 0.3209 c 0.1146,-0.0000 0.1605,0.0688 0.1605 0.1834v 0.4355 l -0.0458,0.0458 c 0.0000,-0.0000 -1.1919,-0.0458 -1.9254 -0.0458c -0.6647,-0.0000 -1.7191,0.0458 -1.7191 0.0458l -0.0458,-0.0458 v -0.3897 c 0.0000,-0.1375 0.0917,-0.2292 0.2980 -0.2292c 0.5501,-0.0000 1.0773,-0.1146 2.0400 -1.3524l 1.9254,-2.4755 c 0.0229,-0.0458 0.0458,-0.0917 0.0458 -0.1605c 0.0000,-0.0688 -0.0229,-0.1146 -0.0688 -0.1834l -1.9942,-2.9111 c -0.6418,-0.9398 -1.0544,-1.4899 -1.8567 -1.4899c -0.1605,-0.0000 -0.3209,-0.0688 -0.3209 -0.1605v -0.4355 l 0.0458,-0.0688 l 1.8108,0.0458 l 2.5443,-0.0458 l 0.0688,0.0688 v 0.4126 c 0.0000,0.1146 -0.0917,0.1834 -0.1834 0.1834h -0.3438 ZM 199.9210,388.8864 ZM 210.4879,381.5973 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 210.4879,381.5973 ZM 210.4879,384.4625 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 217.7312,388.8864 ZM 224.0117,383.4769 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM 225.3641,388.8864 ZM 229.6734,377.9527 c -0.4355,-0.0000 -1.4441,0.4126 -1.9483 0.6418l -0.2751,-0.7106 c 2.0171,-0.9398 2.7964,-1.4211 3.9425 -2.2463h 0.4355 v 11.5296 c 0.0000,0.8252 0.1146,1.0544 0.8710 1.0544h 1.1919 c 0.0688,-0.0000 0.1834,0.0458 0.1834 0.1834v 0.5043 l -3.1403,-0.0458 l -3.1861,0.0458 v -0.5043 c 0.0229,-0.0688 0.0458,-0.1834 0.1834 -0.1834h 1.3753 c 0.8710,-0.0000 0.8710,-0.3897 0.8710 -1.0544v -7.8851 c 0.0000,-0.7793 0.0000,-1.3295 -0.5043 -1.3295ZM 235.4038,388.8864 ZM 236.7104,387.9466 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM 240.4237,388.8864 ZM 245.4435,376.4399 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM 245.4435,376.4399 ZM 245.3519,389.1615 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="8.77193507674587" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip136">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip136)">+      <path d="M 221.8141,243.7575 c 0.0000,-2.8626 -2.3206,-5.1832 -5.1832 -5.1832c -2.8626,-0.0000 -5.1832,2.3206 -5.1832 5.1832c -0.0000,2.8626 2.3206,5.1832 5.1832 5.1832c 2.8626,0.0000 5.1832,-2.3206 5.1832 -5.1832Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip137">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip137)">+      <path d="M 216.6309,347.4210 v -103.6635 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip138">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip138)">+      <path d="M 78.4130,243.7575 h 138.2180 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(153,153,153)" stroke-width="5.84795671783058" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip139">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip139)">+      <path d="M 147.5220,-32.6784 l 4.1465,24.3816 l 4.1465,23.3865 l 4.1465,22.3913 l 4.1465,21.3961 l 4.1465,20.4010 l 4.1465,19.4058 l 4.1465,18.4106 l 4.1465,17.4155 l 4.1465,16.4203 l 4.1465,15.4251 l 4.1465,14.4300 l 4.1465,13.4348 l 4.1465,12.4396 l 4.1465,11.4444 l 4.1465,10.4493 l 4.1465,9.4541 l 4.1465,8.4589 l 4.1465,7.4638 l 4.1465,6.4686 l 4.1465,5.4734 l 4.1465,4.4783 l 4.1465,3.4831 l 4.1465,2.4879 l 4.1465,1.4928 l 4.1465,0.4976 l 4.1465,-0.4976 l 4.1465,-1.4928 l 4.1465,-2.4879 l 4.1465,-3.4831 l 4.1465,-4.4783 l 4.1465,-5.4734 l 4.1465,-6.4686 l 4.1465,-7.4638 l 4.1465,-8.4589 l 4.1465,-9.4541 l 4.1465,-10.4493 l 4.1465,-11.4444 l 4.1465,-12.4396 l 4.1465,-13.4348 l 4.1465,-14.4300 l 4.1465,-15.4251 l 4.1465,-16.4203 l 4.1465,-17.4155 l 4.1465,-18.4106 l 4.1465,-19.4058 l 4.1465,-20.4010 l 4.1465,-21.3961 l 4.1465,-22.3913 l 4.1465,-23.3865 l 4.1465,-24.3816 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip140">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip140)">+      <path d="M 189.1077,-22.6731 ZM 196.2593,-36.7699 c 0.0000,0.1719 -0.2063,0.2751 -0.3782 0.2751c -1.0315,-0.0000 -1.4785,0.2063 -1.4785 0.7564c 0.0000,0.2063 0.0688,0.4814 0.2063 0.7908l 3.7821,8.8707 l 3.8165,-8.7332 c 0.1719,-0.3094 0.2407,-0.5845 0.2407 -0.7908c 0.0000,-0.7220 -0.6877,-0.8939 -1.4441 -0.8939h -0.1375 c -0.1719,-0.0000 -0.3438,-0.1375 -0.3438 -0.2407v -0.6533 l 0.0688,-0.1031 c 0.0000,-0.0000 2.0286,0.0688 3.2320 0.0688c 0.9627,-0.0000 2.3724,-0.0688 2.3724 -0.0688l 0.1031,0.0688 v 0.6533 c 0.0000,0.1719 -0.1375,0.2751 -0.3782 0.2751c -1.3065,-0.0000 -1.9598,1.3409 -2.4412 2.3380c -1.8223,3.8508 -3.3351,7.3923 -6.0857 14.0281c -1.0315,2.4755 -2.2693,5.3637 -4.7104 5.3637c -0.6533,-0.0000 -1.9942,-0.3782 -1.9942 -1.6160c 0.0000,-1.0315 0.7564,-1.3409 1.3065 -1.3409c 0.5157,-0.0000 0.8596,0.2063 1.0659 0.4814c 0.3438,0.3438 0.5845,0.5845 0.9283 0.5845c 0.5157,-0.0000 1.7191,-2.9569 2.5787 -5.0542c 0.2063,-0.4126 0.2751,-0.7564 0.2751 -1.0659c 0.0000,-0.3438 -0.3094,-1.2722 -0.5845 -1.9598l -4.3322,-10.0741 c -0.5501,-1.3065 -0.9283,-1.6847 -2.0973 -1.6847c -0.2063,-0.0000 -0.3438,-0.1031 -0.3438 -0.2407v -0.6877 l 0.0688,-0.0688 c 0.0000,-0.0000 1.5128,0.0688 2.5443 0.0688c 1.6160,-0.0000 4.0915,-0.0688 4.0915 -0.0688l 0.0688,0.1031 v 0.6189 ZM 215.2041,-22.6731 ZM 231.0544,-33.6067 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 231.0544,-33.6067 ZM 231.0544,-29.3089 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 241.9193,-22.6731 ZM 248.6927,-36.4949 c -0.6877,-0.0000 -0.8252,0.1719 -0.8252 0.4126c 0.0000,0.1719 0.1375,0.4814 0.5157 1.1002l 2.0973,3.0944 c 0.1031,0.2063 0.2063,0.3094 0.3438 0.3094c 0.1031,-0.0000 0.1719,-0.0688 0.3094 -0.2407l 2.2349,-3.1288 c 0.3782,-0.4814 0.5845,-0.8596 0.5845 -1.1346c 0.0000,-0.2751 -0.2407,-0.4126 -0.7220 -0.4126h -0.5501 c -0.1031,-0.0000 -0.2063,-0.0688 -0.2063 -0.2407v -0.6533 l 0.1031,-0.1031 c 0.0000,-0.0000 1.6160,0.0688 2.6818 0.0688c 1.1002,-0.0000 2.7850,-0.0688 2.7850 -0.0688l 0.0344,0.0688 v 0.6533 c 0.0000,0.2407 -0.2063,0.2751 -0.4126 0.2751c -1.2722,-0.0000 -1.7879,0.4126 -3.0600 2.0286l -2.8881,3.6789 c -0.0688,0.1031 -0.1031,0.1719 -0.1031 0.2407c 0.0000,0.0688 0.0344,0.1719 0.1031 0.2751l 3.0944,4.3666 c 1.5816,2.2349 2.0286,2.2693 3.1288 2.2693c 0.3438,-0.0000 0.4814,0.0688 0.4814 0.2751v 0.6533 l -0.0344,0.0688 c 0.0000,-0.0000 -1.8567,-0.0688 -3.0257 -0.0688c -1.4097,-0.0000 -3.5758,0.0688 -3.5758 0.0688l -0.0688,-0.0688 v -0.6533 c 0.0000,-0.1719 0.0688,-0.2751 0.2407 -0.2751h 0.4126 c 0.5501,-0.0000 0.7908,-0.1031 0.7908 -0.3782c 0.0000,-0.3094 -0.3782,-0.8252 -0.9283 -1.5472l -1.9942,-2.7506 c -0.1375,-0.1719 -0.2063,-0.2407 -0.3094 -0.2407c -0.0688,-0.0000 -0.1719,0.1031 -0.3094 0.3094l -2.1661,3.1288 c -0.5157,0.6877 -0.6189,0.8596 -0.6189 1.1002c 0.0000,0.2407 0.2063,0.3782 0.7220 0.3782h 0.4814 c 0.1719,-0.0000 0.2407,0.1031 0.2407 0.2751v 0.6533 l -0.0688,0.0688 c 0.0000,-0.0000 -1.7879,-0.0688 -2.8881 -0.0688c -0.9971,-0.0000 -2.5787,0.0688 -2.5787 0.0688l -0.0688,-0.0688 v -0.5845 c 0.0000,-0.2063 0.1375,-0.3438 0.4470 -0.3438c 0.8252,-0.0000 1.6160,-0.1719 3.0600 -2.0286l 2.8881,-3.7133 c 0.0344,-0.0688 0.0688,-0.1375 0.0688 -0.2407c 0.0000,-0.1031 -0.0344,-0.1719 -0.1031 -0.2751l -2.9913,-4.3666 c -0.9627,-1.4097 -1.5816,-2.2349 -2.7850 -2.2349c -0.2407,-0.0000 -0.4814,-0.1031 -0.4814 -0.2407v -0.6533 l 0.0688,-0.1031 l 2.7162,0.0688 l 3.8165,-0.0688 l 0.1031,0.1031 v 0.6189 c 0.0000,0.1719 -0.1375,0.2751 -0.2751 0.2751h -0.5157 ZM 259.0075,-22.6731 ZM 261.5174,-42.8556 c -0.4126,-0.0000 -0.8939,-0.3782 -0.8939 -0.8252c 0.0000,-0.8939 0.9627,-2.6475 3.6789 -2.6475c 1.7191,-0.0000 3.7133,0.6533 3.7133 2.8538c 0.0000,1.5816 -1.1690,2.7162 -3.0600 4.0915c -1.4441,1.0315 -2.2693,2.0286 -2.2693 3.0944h 2.7850 c 1.0659,-0.0000 1.6160,-1.3409 1.9942 -2.3036l 0.8252,0.1719 c -0.3094,1.0315 -0.5501,2.2349 -0.6533 3.2320h -7.0828 c 0.0000,-1.6504 1.5128,-3.0944 3.1288 -4.3666c 1.5472,-1.2378 2.3036,-2.0286 2.3036 -3.8852c 0.0000,-1.6160 -1.2034,-2.0630 -1.8223 -2.0630c -1.4785,-0.0000 -1.8567,0.5501 -1.8567 0.9971c 0.0000,0.3094 0.1719,0.5501 0.1719 0.8252c 0.0000,0.5501 -0.6189,0.8252 -0.9627 0.8252ZM 278.1586,-22.6731 ZM 287.5794,-30.7874 h -7.7705 c -0.3094,-0.0000 -0.5157,-0.2751 -0.5157 -0.5845c 0.0000,-0.5501 0.4470,-1.2722 0.8596 -1.2722h 7.8736 c 0.3438,-0.0000 0.4814,0.3094 0.4814 0.6189c 0.0000,0.3782 -0.4814,1.2378 -0.9283 1.2378ZM 298.2036,-22.6731 ZM 305.6303,-41.4803 c -0.8596,-0.0000 -3.3695,0.4814 -3.3695 2.5787c 0.0000,0.6189 -0.2407,1.6847 -1.1690 1.6847c -0.8939,-0.0000 -0.9627,-0.9971 -0.9627 -1.1002c 0.0000,-1.0659 1.4097,-4.2291 6.1889 -4.2291c 3.3351,-0.0000 4.3322,2.0973 4.3322 3.4726c 0.0000,0.8596 -0.2751,2.5787 -3.3695 4.5385c 1.9254,0.3094 4.4697,1.7191 4.4697 5.2949c 0.0000,4.5385 -3.4383,6.9797 -7.3235 6.9797c -1.9598,-0.0000 -4.7104,-0.8596 -4.7104 -2.1661c 0.0000,-0.5157 0.5157,-1.1002 1.2034 -1.1002c 0.6533,-0.0000 0.9627,0.3438 1.2722 0.7908c 0.3782,0.5845 0.9971,1.4097 2.6475 1.4097c 1.1346,-0.0000 4.3666,-1.1346 4.3666 -5.4668c 0.0000,-3.6789 -2.5787,-4.2634 -4.4354 -4.2634c -0.3094,-0.0000 -0.6877,0.0688 -1.0659 0.1375l -0.1375,-1.0315 c 2.6475,-0.4470 4.8479,-3.0257 4.8479 -4.6073c 0.0000,-1.9598 -1.3753,-2.9225 -2.7850 -2.9225Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip141">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip141)">+      <path d="M 423.9579,347.4210 l -0.0000,-345.5449 h -345.5449 l -0.0000,345.5449 Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip142">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip142)">+      <path d="M 78.4130,1.8761 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip143">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip143)">+      <path d="M 78.4130,8.7870 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip144">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip144)">+      <path d="M 78.4130,15.6979 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip145">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip145)">+      <path d="M 78.4130,22.6088 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip146">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip146)">+      <path d="M 78.4130,29.5197 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip147">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip147)">+      <path d="M 78.4130,36.4306 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip148">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip148)">+      <path d="M 78.4130,43.3415 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip149">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip149)">+      <path d="M 78.4130,50.2524 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip150">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip150)">+      <path d="M 78.4130,57.1633 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip151">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip151)">+      <path d="M 78.4130,64.0742 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip152">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip152)">+      <path d="M 78.4130,70.9851 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip153">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip153)">+      <path d="M 78.4130,77.8960 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip154">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip154)">+      <path d="M 78.4130,84.8069 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip155">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip155)">+      <path d="M 78.4130,91.7178 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip156">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip156)">+      <path d="M 78.4130,98.6287 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip157">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip157)">+      <path d="M 78.4130,105.5396 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip158">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip158)">+      <path d="M 78.4130,112.4505 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip159">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip159)">+      <path d="M 78.4130,119.3614 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip160">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip160)">+      <path d="M 78.4130,126.2723 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip161">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip161)">+      <path d="M 78.4130,133.1832 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip162">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip162)">+      <path d="M 78.4130,140.0941 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip163">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip163)">+      <path d="M 78.4130,147.0050 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip164">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip164)">+      <path d="M 78.4130,153.9159 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip165">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip165)">+      <path d="M 78.4130,160.8268 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip166">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip166)">+      <path d="M 78.4130,167.7377 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip167">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip167)">+      <path d="M 78.4130,174.6486 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip168">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip168)">+      <path d="M 78.4130,181.5594 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip169">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip169)">+      <path d="M 78.4130,188.4703 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip170">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip170)">+      <path d="M 78.4130,195.3812 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip171">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip171)">+      <path d="M 78.4130,202.2921 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip172">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip172)">+      <path d="M 78.4130,209.2030 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip173">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip173)">+      <path d="M 78.4130,216.1139 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip174">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip174)">+      <path d="M 78.4130,223.0248 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip175">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip175)">+      <path d="M 78.4130,229.9357 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip176">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip176)">+      <path d="M 78.4130,236.8466 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip177">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip177)">+      <path d="M 78.4130,243.7575 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip178">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip178)">+      <path d="M 78.4130,250.6684 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip179">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip179)">+      <path d="M 78.4130,257.5793 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip180">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip180)">+      <path d="M 78.4130,264.4902 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip181">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip181)">+      <path d="M 78.4130,271.4011 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip182">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip182)">+      <path d="M 78.4130,278.3120 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip183">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip183)">+      <path d="M 78.4130,285.2229 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip184">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip184)">+      <path d="M 78.4130,292.1338 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip185">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip185)">+      <path d="M 78.4130,299.0447 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip186">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip186)">+      <path d="M 78.4130,305.9556 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip187">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip187)">+      <path d="M 78.4130,312.8665 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip188">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip188)">+      <path d="M 78.4130,319.7774 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip189">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip189)">+      <path d="M 78.4130,326.6883 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip190">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip190)">+      <path d="M 78.4130,333.5992 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip191">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip191)">+      <path d="M 78.4130,340.5101 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip192">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip192)">+      <path d="M 78.4130,347.4210 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip193">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip193)">+      <path d="M 423.9579,347.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip194">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip194)">+      <path d="M 417.0470,347.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip195">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip195)">+      <path d="M 410.1361,347.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip196">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip196)">+      <path d="M 403.2252,347.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip197">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip197)">+      <path d="M 396.3143,347.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip198">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip198)">+      <path d="M 389.4034,347.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip199">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip199)">+      <path d="M 382.4925,347.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip200">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip200)">+      <path d="M 375.5816,347.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip201">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip201)">+      <path d="M 368.6707,347.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip202">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip202)">+      <path d="M 361.7598,347.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip203">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip203)">+      <path d="M 354.8489,347.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip204">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip204)">+      <path d="M 347.9380,347.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip205">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip205)">+      <path d="M 341.0271,347.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip206">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip206)">+      <path d="M 334.1162,347.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip207">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip207)">+      <path d="M 327.2053,347.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip208">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip208)">+      <path d="M 320.2944,347.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip209">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip209)">+      <path d="M 313.3835,347.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip210">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip210)">+      <path d="M 306.4726,347.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip211">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip211)">+      <path d="M 299.5617,347.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip212">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip212)">+      <path d="M 292.6508,347.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip213">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip213)">+      <path d="M 285.7399,347.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip214">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip214)">+      <path d="M 278.8290,347.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip215">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip215)">+      <path d="M 271.9181,347.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip216">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip216)">+      <path d="M 265.0072,347.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip217">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip217)">+      <path d="M 258.0963,347.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip218">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip218)">+      <path d="M 251.1854,347.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip219">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip219)">+      <path d="M 244.2745,347.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip220">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip220)">+      <path d="M 237.3636,347.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip221">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip221)">+      <path d="M 230.4527,347.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip222">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip222)">+      <path d="M 223.5418,347.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip223">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip223)">+      <path d="M 216.6309,347.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip224">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip224)">+      <path d="M 209.7201,347.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip225">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip225)">+      <path d="M 202.8092,347.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip226">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip226)">+      <path d="M 195.8983,347.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip227">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip227)">+      <path d="M 188.9874,347.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip228">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip228)">+      <path d="M 182.0765,347.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip229">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip229)">+      <path d="M 175.1656,347.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip230">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip230)">+      <path d="M 168.2547,347.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip231">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip231)">+      <path d="M 161.3438,347.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip232">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip232)">+      <path d="M 154.4329,347.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip233">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip233)">+      <path d="M 147.5220,347.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip234">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip234)">+      <path d="M 140.6111,347.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip235">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip235)">+      <path d="M 133.7002,347.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip236">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip236)">+      <path d="M 126.7893,347.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip237">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip237)">+      <path d="M 119.8784,347.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip238">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip238)">+      <path d="M 112.9675,347.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip239">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip239)">+      <path d="M 106.0566,347.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip240">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip240)">+      <path d="M 99.1457,347.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip241">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip241)">+      <path d="M 92.2348,347.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip242">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip242)">+      <path d="M 85.3239,347.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip243">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip243)">+      <path d="M 78.4130,347.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip244">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip244)">+      <path d="M 78.4130,1.8761 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip245">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip245)">+      <path d="M 78.4130,36.4306 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip246">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip246)">+      <path d="M 78.4130,70.9851 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip247">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip247)">+      <path d="M 78.4130,105.5396 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip248">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip248)">+      <path d="M 78.4130,140.0941 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip249">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip249)">+      <path d="M 78.4130,174.6486 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip250">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip250)">+      <path d="M 78.4130,209.2030 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip251">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip251)">+      <path d="M 78.4130,243.7575 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip252">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip252)">+      <path d="M 78.4130,278.3120 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip253">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip253)">+      <path d="M 78.4130,312.8665 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip254">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip254)">+      <path d="M 78.4130,347.4210 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip255">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip255)">+      <path d="M 423.9579,347.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip256">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip256)">+      <path d="M 389.4034,347.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip257">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip257)">+      <path d="M 354.8489,347.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip258">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip258)">+      <path d="M 320.2944,347.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip259">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip259)">+      <path d="M 285.7399,347.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip260">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip260)">+      <path d="M 251.1854,347.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip261">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip261)">+      <path d="M 216.6309,347.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip262">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip262)">+      <path d="M 182.0765,347.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip263">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip263)">+      <path d="M 147.5220,347.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip264">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip264)">+      <path d="M 112.9675,347.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip265">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip265)">+      <path d="M 78.4130,347.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(255,255,255)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip266">+        <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip266)">+      <path d="M 450.7376,407.1074 l -0.0000,-495.8678 h -471.0551 l -0.0000,495.8678 Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 450.7376,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip267">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip267)">+      <path d="M -111.0209,151.4949 ZM -106.2531,142.0970 c 0.0000,0.1146 -0.1375,0.1834 -0.2521 0.1834c -0.6877,-0.0000 -0.9856,0.1375 -0.9856 0.5043c 0.0000,0.1375 0.0458,0.3209 0.1375 0.5272l 2.5214,5.9138 l 2.5443,-5.8221 c 0.1146,-0.2063 0.1605,-0.3897 0.1605 -0.5272c 0.0000,-0.4814 -0.4584,-0.5960 -0.9627 -0.5960h -0.0917 c -0.1146,-0.0000 -0.2292,-0.0917 -0.2292 -0.1605v -0.4355 l 0.0458,-0.0688 c 0.0000,-0.0000 1.3524,0.0458 2.1546 0.0458c 0.6418,-0.0000 1.5816,-0.0458 1.5816 -0.0458l 0.0688,0.0458 v 0.4355 c 0.0000,0.1146 -0.0917,0.1834 -0.2521 0.1834c -0.8710,-0.0000 -1.3065,0.8939 -1.6274 1.5587c -1.2149,2.5672 -2.2234,4.9282 -4.0571 9.3521c -0.6877,1.6504 -1.5128,3.5758 -3.1403 3.5758c -0.4355,-0.0000 -1.3295,-0.2521 -1.3295 -1.0773c 0.0000,-0.6877 0.5043,-0.8939 0.8710 -0.8939c 0.3438,-0.0000 0.5730,0.1375 0.7106 0.3209c 0.2292,0.2292 0.3897,0.3897 0.6189 0.3897c 0.3438,-0.0000 1.1461,-1.9713 1.7191 -3.3695c 0.1375,-0.2751 0.1834,-0.5043 0.1834 -0.7106c 0.0000,-0.2292 -0.2063,-0.8481 -0.3897 -1.3065l -2.8881,-6.7161 c -0.3667,-0.8710 -0.6189,-1.1232 -1.3982 -1.1232c -0.1375,-0.0000 -0.2292,-0.0688 -0.2292 -0.1605v -0.4584 l 0.0458,-0.0458 c 0.0000,-0.0000 1.0086,0.0458 1.6962 0.0458c 1.0773,-0.0000 2.7277,-0.0458 2.7277 -0.0458l 0.0458,0.0688 v 0.4126 ZM -93.6233,151.4949 ZM -83.0564,144.2058 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM -83.0564,144.2058 ZM -83.0564,147.0710 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM -75.8131,151.4949 ZM -69.5325,146.0853 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM -68.1802,151.4949 ZM -66.8507,141.3406 c 0.0000,-1.3065 1.2607,-3.0944 3.6675 -3.0944c 1.7650,-0.0000 3.8279,0.6647 3.8279 3.3007c 0.0000,1.7421 -0.8939,2.6131 -2.1317 3.8050l -2.1776,2.1088 c -0.1146,0.1146 -1.6504,1.6274 -1.6504 2.7048h 3.8967 c 0.7793,-0.0000 1.1919,-0.3897 1.5128 -1.6504l 0.5730,0.0917 l -0.4584,2.8881 h -7.0828 c 0.0000,-1.2836 0.2063,-2.2693 2.3380 -4.4468l 1.6045,-1.5816 c 1.2836,-1.3065 1.8108,-2.4297 1.8108 -3.8279c 0.0000,-2.0859 -1.4211,-2.6818 -2.2005 -2.6818c -1.5816,-0.0000 -2.0171,0.8252 -2.0171 1.3753c 0.0000,0.1834 0.0458,0.3667 0.0917 0.5272c 0.0458,0.1605 0.0917,0.3209 0.0917 0.5043c 0.0000,0.5960 -0.4584,0.8252 -0.8252 0.8252c -0.5043,-0.0000 -0.8710,-0.3897 -0.8710 -0.8481ZM -58.1404,151.4949 ZM -56.8339,150.5551 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM -53.1206,151.4949 ZM -48.1007,139.0484 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM -48.1007,139.0484 ZM -48.1924,151.7699 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip268">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip268)">+      <path d="M 79.1664,289.7128 ZM 83.6820,280.4983 c -0.4584,-0.0000 -0.5501,0.1146 -0.5501 0.2751c 0.0000,0.1146 0.0917,0.3209 0.3438 0.7335l 1.3982,2.0630 c 0.0688,0.1375 0.1375,0.2063 0.2292 0.2063c 0.0688,-0.0000 0.1146,-0.0458 0.2063 -0.1605l 1.4899,-2.0859 c 0.2521,-0.3209 0.3897,-0.5730 0.3897 -0.7564c 0.0000,-0.1834 -0.1605,-0.2751 -0.4814 -0.2751h -0.3667 c -0.0688,-0.0000 -0.1375,-0.0458 -0.1375 -0.1605v -0.4355 l 0.0688,-0.0688 c 0.0000,-0.0000 1.0773,0.0458 1.7879 0.0458c 0.7335,-0.0000 1.8567,-0.0458 1.8567 -0.0458l 0.0229,0.0458 v 0.4355 c 0.0000,0.1605 -0.1375,0.1834 -0.2751 0.1834c -0.8481,-0.0000 -1.1919,0.2751 -2.0400 1.3524l -1.9254,2.4526 c -0.0458,0.0688 -0.0688,0.1146 -0.0688 0.1605c 0.0000,0.0458 0.0229,0.1146 0.0688 0.1834l 2.0630,2.9111 c 1.0544,1.4899 1.3524,1.5128 2.0859 1.5128c 0.2292,-0.0000 0.3209,0.0458 0.3209 0.1834v 0.4355 l -0.0229,0.0458 c 0.0000,-0.0000 -1.2378,-0.0458 -2.0171 -0.0458c -0.9398,-0.0000 -2.3839,0.0458 -2.3839 0.0458l -0.0458,-0.0458 v -0.4355 c 0.0000,-0.1146 0.0458,-0.1834 0.1605 -0.1834h 0.2751 c 0.3667,-0.0000 0.5272,-0.0688 0.5272 -0.2521c 0.0000,-0.2063 -0.2521,-0.5501 -0.6189 -1.0315l -1.3295,-1.8337 c -0.0917,-0.1146 -0.1375,-0.1605 -0.2063 -0.1605c -0.0458,-0.0000 -0.1146,0.0688 -0.2063 0.2063l -1.4441,2.0859 c -0.3438,0.4584 -0.4126,0.5730 -0.4126 0.7335c 0.0000,0.1605 0.1375,0.2521 0.4814 0.2521h 0.3209 c 0.1146,-0.0000 0.1605,0.0688 0.1605 0.1834v 0.4355 l -0.0458,0.0458 c 0.0000,-0.0000 -1.1919,-0.0458 -1.9254 -0.0458c -0.6647,-0.0000 -1.7191,0.0458 -1.7191 0.0458l -0.0458,-0.0458 v -0.3897 c 0.0000,-0.1375 0.0917,-0.2292 0.2980 -0.2292c 0.5501,-0.0000 1.0773,-0.1146 2.0400 -1.3524l 1.9254,-2.4755 c 0.0229,-0.0458 0.0458,-0.0917 0.0458 -0.1605c 0.0000,-0.0688 -0.0229,-0.1146 -0.0688 -0.1834l -1.9942,-2.9111 c -0.6418,-0.9398 -1.0544,-1.4899 -1.8567 -1.4899c -0.1605,-0.0000 -0.3209,-0.0688 -0.3209 -0.1605v -0.4355 l 0.0458,-0.0688 l 1.8108,0.0458 l 2.5443,-0.0458 l 0.0688,0.0688 v 0.4126 c 0.0000,0.1146 -0.0917,0.1834 -0.1834 0.1834h -0.3438 ZM 96.2889,289.7128 ZM 106.8558,282.4237 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 106.8558,282.4237 ZM 106.8558,285.2889 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 114.0991,289.7128 ZM 120.3796,284.3033 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM 121.7320,289.7128 ZM 126.0413,278.7792 c -0.4355,-0.0000 -1.4441,0.4126 -1.9483 0.6418l -0.2751,-0.7106 c 2.0171,-0.9398 2.7964,-1.4211 3.9425 -2.2463h 0.4355 v 11.5296 c 0.0000,0.8252 0.1146,1.0544 0.8710 1.0544h 1.1919 c 0.0688,-0.0000 0.1834,0.0458 0.1834 0.1834v 0.5043 l -3.1403,-0.0458 l -3.1861,0.0458 v -0.5043 c 0.0229,-0.0688 0.0458,-0.1834 0.1834 -0.1834h 1.3753 c 0.8710,-0.0000 0.8710,-0.3897 0.8710 -1.0544v -7.8851 c 0.0000,-0.7793 0.0000,-1.3295 -0.5043 -1.3295ZM 131.7717,289.7128 ZM 133.0783,288.7730 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM 136.7916,289.7128 ZM 141.8114,277.2663 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM 141.8114,277.2663 ZM 141.7197,289.9879 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="8.77193507674587" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip269">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip269)">+      <path d="M 118.1820,144.5840 c 0.0000,-2.8626 -2.3206,-5.1832 -5.1832 -5.1832c -2.8626,-0.0000 -5.1832,2.3206 -5.1832 5.1832c -0.0000,2.8626 2.3206,5.1832 5.1832 5.1832c 2.8626,0.0000 5.1832,-2.3206 5.1832 -5.1832Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip270">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip270)">+      <path d="M 112.9988,248.2474 v -103.6635 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip271">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip271)">+      <path d="M -25.2191,144.5840 h 138.2180 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(153,153,153)" stroke-width="5.84795671783058" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip272">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip272)">+      <path d="M 43.8899,-131.8519 l 4.1465,24.3816 l 4.1465,23.3865 l 4.1465,22.3913 l 4.1465,21.3961 l 4.1465,20.4010 l 4.1465,19.4058 l 4.1465,18.4106 l 4.1465,17.4155 l 4.1465,16.4203 l 4.1465,15.4251 l 4.1465,14.4300 l 4.1465,13.4348 l 4.1465,12.4396 l 4.1465,11.4444 l 4.1465,10.4493 l 4.1465,9.4541 l 4.1465,8.4589 l 4.1465,7.4638 l 4.1465,6.4686 l 4.1465,5.4734 l 4.1465,4.4783 l 4.1465,3.4831 l 4.1465,2.4879 l 4.1465,1.4928 l 4.1465,0.4976 l 4.1465,-0.4976 l 4.1465,-1.4928 l 4.1465,-2.4879 l 4.1465,-3.4831 l 4.1465,-4.4783 l 4.1465,-5.4734 l 4.1465,-6.4686 l 4.1465,-7.4638 l 4.1465,-8.4589 l 4.1465,-9.4541 l 4.1465,-10.4493 l 4.1465,-11.4444 l 4.1465,-12.4396 l 4.1465,-13.4348 l 4.1465,-14.4300 l 4.1465,-15.4251 l 4.1465,-16.4203 l 4.1465,-17.4155 l 4.1465,-18.4106 l 4.1465,-19.4058 l 4.1465,-20.4010 l 4.1465,-21.3961 l 4.1465,-22.3913 l 4.1465,-23.3865 l 4.1465,-24.3816 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip273">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip273)">+      <path d="M 85.4756,-121.8466 ZM 92.6272,-135.9435 c 0.0000,0.1719 -0.2063,0.2751 -0.3782 0.2751c -1.0315,-0.0000 -1.4785,0.2063 -1.4785 0.7564c 0.0000,0.2063 0.0688,0.4814 0.2063 0.7908l 3.7821,8.8707 l 3.8165,-8.7332 c 0.1719,-0.3094 0.2407,-0.5845 0.2407 -0.7908c 0.0000,-0.7220 -0.6877,-0.8939 -1.4441 -0.8939h -0.1375 c -0.1719,-0.0000 -0.3438,-0.1375 -0.3438 -0.2407v -0.6533 l 0.0688,-0.1031 c 0.0000,-0.0000 2.0286,0.0688 3.2320 0.0688c 0.9627,-0.0000 2.3724,-0.0688 2.3724 -0.0688l 0.1031,0.0688 v 0.6533 c 0.0000,0.1719 -0.1375,0.2751 -0.3782 0.2751c -1.3065,-0.0000 -1.9598,1.3409 -2.4412 2.3380c -1.8223,3.8508 -3.3351,7.3923 -6.0857 14.0281c -1.0315,2.4755 -2.2693,5.3637 -4.7104 5.3637c -0.6533,-0.0000 -1.9942,-0.3782 -1.9942 -1.6160c 0.0000,-1.0315 0.7564,-1.3409 1.3065 -1.3409c 0.5157,-0.0000 0.8596,0.2063 1.0659 0.4814c 0.3438,0.3438 0.5845,0.5845 0.9283 0.5845c 0.5157,-0.0000 1.7191,-2.9569 2.5787 -5.0542c 0.2063,-0.4126 0.2751,-0.7564 0.2751 -1.0659c 0.0000,-0.3438 -0.3094,-1.2722 -0.5845 -1.9598l -4.3322,-10.0741 c -0.5501,-1.3065 -0.9283,-1.6847 -2.0973 -1.6847c -0.2063,-0.0000 -0.3438,-0.1031 -0.3438 -0.2407v -0.6877 l 0.0688,-0.0688 c 0.0000,-0.0000 1.5128,0.0688 2.5443 0.0688c 1.6160,-0.0000 4.0915,-0.0688 4.0915 -0.0688l 0.0688,0.1031 v 0.6189 ZM 111.5720,-121.8466 ZM 127.4223,-132.7803 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 127.4223,-132.7803 ZM 127.4223,-128.4825 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 138.2872,-121.8466 ZM 145.0606,-135.6684 c -0.6877,-0.0000 -0.8252,0.1719 -0.8252 0.4126c 0.0000,0.1719 0.1375,0.4814 0.5157 1.1002l 2.0973,3.0944 c 0.1031,0.2063 0.2063,0.3094 0.3438 0.3094c 0.1031,-0.0000 0.1719,-0.0688 0.3094 -0.2407l 2.2349,-3.1288 c 0.3782,-0.4814 0.5845,-0.8596 0.5845 -1.1346c 0.0000,-0.2751 -0.2407,-0.4126 -0.7220 -0.4126h -0.5501 c -0.1031,-0.0000 -0.2063,-0.0688 -0.2063 -0.2407v -0.6533 l 0.1031,-0.1031 c 0.0000,-0.0000 1.6160,0.0688 2.6818 0.0688c 1.1002,-0.0000 2.7850,-0.0688 2.7850 -0.0688l 0.0344,0.0688 v 0.6533 c 0.0000,0.2407 -0.2063,0.2751 -0.4126 0.2751c -1.2722,-0.0000 -1.7879,0.4126 -3.0600 2.0286l -2.8881,3.6789 c -0.0688,0.1031 -0.1031,0.1719 -0.1031 0.2407c 0.0000,0.0688 0.0344,0.1719 0.1031 0.2751l 3.0944,4.3666 c 1.5816,2.2349 2.0286,2.2693 3.1288 2.2693c 0.3438,-0.0000 0.4814,0.0688 0.4814 0.2751v 0.6533 l -0.0344,0.0688 c 0.0000,-0.0000 -1.8567,-0.0688 -3.0257 -0.0688c -1.4097,-0.0000 -3.5758,0.0688 -3.5758 0.0688l -0.0688,-0.0688 v -0.6533 c 0.0000,-0.1719 0.0688,-0.2751 0.2407 -0.2751h 0.4126 c 0.5501,-0.0000 0.7908,-0.1031 0.7908 -0.3782c 0.0000,-0.3094 -0.3782,-0.8252 -0.9283 -1.5472l -1.9942,-2.7506 c -0.1375,-0.1719 -0.2063,-0.2407 -0.3094 -0.2407c -0.0688,-0.0000 -0.1719,0.1031 -0.3094 0.3094l -2.1661,3.1288 c -0.5157,0.6877 -0.6189,0.8596 -0.6189 1.1002c 0.0000,0.2407 0.2063,0.3782 0.7220 0.3782h 0.4814 c 0.1719,-0.0000 0.2407,0.1031 0.2407 0.2751v 0.6533 l -0.0688,0.0688 c 0.0000,-0.0000 -1.7879,-0.0688 -2.8881 -0.0688c -0.9971,-0.0000 -2.5787,0.0688 -2.5787 0.0688l -0.0688,-0.0688 v -0.5845 c 0.0000,-0.2063 0.1375,-0.3438 0.4470 -0.3438c 0.8252,-0.0000 1.6160,-0.1719 3.0600 -2.0286l 2.8881,-3.7133 c 0.0344,-0.0688 0.0688,-0.1375 0.0688 -0.2407c 0.0000,-0.1031 -0.0344,-0.1719 -0.1031 -0.2751l -2.9913,-4.3666 c -0.9627,-1.4097 -1.5816,-2.2349 -2.7850 -2.2349c -0.2407,-0.0000 -0.4814,-0.1031 -0.4814 -0.2407v -0.6533 l 0.0688,-0.1031 l 2.7162,0.0688 l 3.8165,-0.0688 l 0.1031,0.1031 v 0.6189 c 0.0000,0.1719 -0.1375,0.2751 -0.2751 0.2751h -0.5157 ZM 155.3754,-121.8466 ZM 157.8853,-142.0292 c -0.4126,-0.0000 -0.8939,-0.3782 -0.8939 -0.8252c 0.0000,-0.8939 0.9627,-2.6475 3.6789 -2.6475c 1.7191,-0.0000 3.7133,0.6533 3.7133 2.8538c 0.0000,1.5816 -1.1690,2.7162 -3.0600 4.0915c -1.4441,1.0315 -2.2693,2.0286 -2.2693 3.0944h 2.7850 c 1.0659,-0.0000 1.6160,-1.3409 1.9942 -2.3036l 0.8252,0.1719 c -0.3094,1.0315 -0.5501,2.2349 -0.6533 3.2320h -7.0828 c 0.0000,-1.6504 1.5128,-3.0944 3.1288 -4.3666c 1.5472,-1.2378 2.3036,-2.0286 2.3036 -3.8852c 0.0000,-1.6160 -1.2034,-2.0630 -1.8223 -2.0630c -1.4785,-0.0000 -1.8567,0.5501 -1.8567 0.9971c 0.0000,0.3094 0.1719,0.5501 0.1719 0.8252c 0.0000,0.5501 -0.6189,0.8252 -0.9627 0.8252ZM 174.5265,-121.8466 ZM 183.9473,-129.9609 h -7.7705 c -0.3094,-0.0000 -0.5157,-0.2751 -0.5157 -0.5845c 0.0000,-0.5501 0.4470,-1.2722 0.8596 -1.2722h 7.8736 c 0.3438,-0.0000 0.4814,0.3094 0.4814 0.6189c 0.0000,0.3782 -0.4814,1.2378 -0.9283 1.2378ZM 194.5715,-121.8466 ZM 201.9981,-140.6539 c -0.8596,-0.0000 -3.3695,0.4814 -3.3695 2.5787c 0.0000,0.6189 -0.2407,1.6847 -1.1690 1.6847c -0.8939,-0.0000 -0.9627,-0.9971 -0.9627 -1.1002c 0.0000,-1.0659 1.4097,-4.2291 6.1889 -4.2291c 3.3351,-0.0000 4.3322,2.0973 4.3322 3.4726c 0.0000,0.8596 -0.2751,2.5787 -3.3695 4.5385c 1.9254,0.3094 4.4697,1.7191 4.4697 5.2949c 0.0000,4.5385 -3.4383,6.9797 -7.3235 6.9797c -1.9598,-0.0000 -4.7104,-0.8596 -4.7104 -2.1661c 0.0000,-0.5157 0.5157,-1.1002 1.2034 -1.1002c 0.6533,-0.0000 0.9627,0.3438 1.2722 0.7908c 0.3782,0.5845 0.9971,1.4097 2.6475 1.4097c 1.1346,-0.0000 4.3666,-1.1346 4.3666 -5.4668c 0.0000,-3.6789 -2.5787,-4.2634 -4.4354 -4.2634c -0.3094,-0.0000 -0.6877,0.0688 -1.0659 0.1375l -0.1375,-1.0315 c 2.6475,-0.4470 4.8479,-3.0257 4.8479 -4.6073c 0.0000,-1.9598 -1.3753,-2.9225 -2.7850 -2.9225Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip274">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip274)">+      <path d="M 320.3258,248.2474 l -0.0000,-345.5449 h -345.5449 l -0.0000,345.5449 Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip275">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip275)">+      <path d="M -25.2191,-97.2975 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip276">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip276)">+      <path d="M -25.2191,-90.3866 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip277">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip277)">+      <path d="M -25.2191,-83.4757 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip278">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip278)">+      <path d="M -25.2191,-76.5648 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip279">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip279)">+      <path d="M -25.2191,-69.6539 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip280">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip280)">+      <path d="M -25.2191,-62.7430 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip281">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip281)">+      <path d="M -25.2191,-55.8321 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip282">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip282)">+      <path d="M -25.2191,-48.9212 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip283">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip283)">+      <path d="M -25.2191,-42.0103 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip284">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip284)">+      <path d="M -25.2191,-35.0994 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip285">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip285)">+      <path d="M -25.2191,-28.1885 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip286">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip286)">+      <path d="M -25.2191,-21.2776 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip287">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip287)">+      <path d="M -25.2191,-14.3667 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip288">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip288)">+      <path d="M -25.2191,-7.4558 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip289">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip289)">+      <path d="M -25.2191,-0.5449 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip290">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip290)">+      <path d="M -25.2191,6.3660 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip291">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip291)">+      <path d="M -25.2191,13.2769 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip292">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip292)">+      <path d="M -25.2191,20.1878 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip293">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip293)">+      <path d="M -25.2191,27.0987 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip294">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip294)">+      <path d="M -25.2191,34.0096 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip295">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip295)">+      <path d="M -25.2191,40.9205 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip296">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip296)">+      <path d="M -25.2191,47.8314 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip297">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip297)">+      <path d="M -25.2191,54.7423 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip298">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip298)">+      <path d="M -25.2191,61.6532 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip299">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip299)">+      <path d="M -25.2191,68.5641 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip300">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip300)">+      <path d="M -25.2191,75.4750 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip301">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip301)">+      <path d="M -25.2191,82.3859 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip302">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip302)">+      <path d="M -25.2191,89.2968 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip303">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip303)">+      <path d="M -25.2191,96.2077 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip304">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip304)">+      <path d="M -25.2191,103.1186 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip305">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip305)">+      <path d="M -25.2191,110.0295 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip306">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip306)">+      <path d="M -25.2191,116.9404 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip307">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip307)">+      <path d="M -25.2191,123.8513 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip308">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip308)">+      <path d="M -25.2191,130.7622 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip309">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip309)">+      <path d="M -25.2191,137.6731 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip310">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip310)">+      <path d="M -25.2191,144.5840 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip311">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip311)">+      <path d="M -25.2191,151.4949 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip312">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip312)">+      <path d="M -25.2191,158.4058 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip313">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip313)">+      <path d="M -25.2191,165.3167 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip314">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip314)">+      <path d="M -25.2191,172.2276 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip315">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip315)">+      <path d="M -25.2191,179.1385 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip316">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip316)">+      <path d="M -25.2191,186.0494 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip317">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip317)">+      <path d="M -25.2191,192.9603 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip318">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip318)">+      <path d="M -25.2191,199.8712 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip319">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip319)">+      <path d="M -25.2191,206.7821 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip320">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip320)">+      <path d="M -25.2191,213.6930 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip321">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip321)">+      <path d="M -25.2191,220.6039 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip322">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip322)">+      <path d="M -25.2191,227.5148 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip323">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip323)">+      <path d="M -25.2191,234.4257 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip324">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip324)">+      <path d="M -25.2191,241.3366 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip325">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip325)">+      <path d="M -25.2191,248.2474 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip326">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip326)">+      <path d="M 320.3258,248.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip327">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip327)">+      <path d="M 313.4149,248.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip328">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip328)">+      <path d="M 306.5040,248.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip329">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip329)">+      <path d="M 299.5931,248.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip330">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip330)">+      <path d="M 292.6822,248.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip331">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip331)">+      <path d="M 285.7713,248.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip332">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip332)">+      <path d="M 278.8604,248.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip333">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip333)">+      <path d="M 271.9495,248.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip334">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip334)">+      <path d="M 265.0386,248.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip335">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip335)">+      <path d="M 258.1277,248.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip336">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip336)">+      <path d="M 251.2168,248.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip337">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip337)">+      <path d="M 244.3059,248.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip338">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip338)">+      <path d="M 237.3950,248.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip339">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip339)">+      <path d="M 230.4841,248.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip340">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip340)">+      <path d="M 223.5732,248.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip341">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip341)">+      <path d="M 216.6623,248.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip342">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip342)">+      <path d="M 209.7514,248.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip343">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip343)">+      <path d="M 202.8405,248.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip344">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip344)">+      <path d="M 195.9296,248.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip345">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip345)">+      <path d="M 189.0187,248.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip346">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip346)">+      <path d="M 182.1078,248.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip347">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip347)">+      <path d="M 175.1969,248.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip348">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip348)">+      <path d="M 168.2860,248.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip349">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip349)">+      <path d="M 161.3751,248.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip350">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip350)">+      <path d="M 154.4642,248.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip351">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip351)">+      <path d="M 147.5533,248.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip352">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip352)">+      <path d="M 140.6424,248.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip353">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip353)">+      <path d="M 133.7315,248.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip354">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip354)">+      <path d="M 126.8206,248.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip355">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip355)">+      <path d="M 119.9097,248.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip356">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip356)">+      <path d="M 112.9988,248.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip357">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip357)">+      <path d="M 106.0879,248.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip358">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip358)">+      <path d="M 99.1770,248.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip359">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip359)">+      <path d="M 92.2661,248.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip360">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip360)">+      <path d="M 85.3552,248.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip361">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip361)">+      <path d="M 78.4443,248.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip362">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip362)">+      <path d="M 71.5334,248.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip363">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip363)">+      <path d="M 64.6225,248.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip364">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip364)">+      <path d="M 57.7116,248.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip365">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip365)">+      <path d="M 50.8008,248.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip366">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip366)">+      <path d="M 43.8899,248.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip367">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip367)">+      <path d="M 36.9790,248.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip368">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip368)">+      <path d="M 30.0681,248.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip369">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip369)">+      <path d="M 23.1572,248.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip370">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip370)">+      <path d="M 16.2463,248.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip371">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip371)">+      <path d="M 9.3354,248.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip372">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip372)">+      <path d="M 2.4245,248.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip373">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip373)">+      <path d="M -4.4864,248.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip374">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip374)">+      <path d="M -11.3973,248.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip375">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip375)">+      <path d="M -18.3082,248.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip376">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip376)">+      <path d="M -25.2191,248.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip377">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip377)">+      <path d="M -25.2191,-97.2975 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip378">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip378)">+      <path d="M -25.2191,-62.7430 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip379">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip379)">+      <path d="M -25.2191,-28.1885 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip380">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip380)">+      <path d="M -25.2191,6.3660 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip381">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip381)">+      <path d="M -25.2191,40.9205 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip382">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip382)">+      <path d="M -25.2191,75.4750 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip383">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip383)">+      <path d="M -25.2191,110.0295 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip384">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip384)">+      <path d="M -25.2191,144.5840 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip385">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip385)">+      <path d="M -25.2191,179.1385 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip386">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip386)">+      <path d="M -25.2191,213.6930 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip387">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip387)">+      <path d="M -25.2191,248.2474 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip388">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip388)">+      <path d="M 320.3258,248.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip389">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip389)">+      <path d="M 285.7713,248.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip390">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip390)">+      <path d="M 251.2168,248.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip391">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip391)">+      <path d="M 216.6623,248.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip392">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip392)">+      <path d="M 182.1078,248.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip393">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip393)">+      <path d="M 147.5533,248.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip394">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip394)">+      <path d="M 112.9988,248.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip395">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip395)">+      <path d="M 78.4443,248.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip396">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip396)">+      <path d="M 43.8899,248.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip397">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip397)">+      <path d="M 9.3354,248.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip398">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip398)">+      <path d="M -25.2191,248.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(255,255,255)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip399">+        <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip399)">+      <path d="M 347.1055,307.9339 l -0.0000,-495.8678 h -471.0551 l -0.0000,495.8678 Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 347.1055,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip400">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip400)">+      <path d="M -214.6530,52.3213 ZM -209.8852,42.9234 c 0.0000,0.1146 -0.1375,0.1834 -0.2521 0.1834c -0.6877,-0.0000 -0.9856,0.1375 -0.9856 0.5043c 0.0000,0.1375 0.0458,0.3209 0.1375 0.5272l 2.5214,5.9138 l 2.5443,-5.8221 c 0.1146,-0.2063 0.1605,-0.3897 0.1605 -0.5272c 0.0000,-0.4814 -0.4584,-0.5960 -0.9627 -0.5960h -0.0917 c -0.1146,-0.0000 -0.2292,-0.0917 -0.2292 -0.1605v -0.4355 l 0.0458,-0.0688 c 0.0000,-0.0000 1.3524,0.0458 2.1546 0.0458c 0.6418,-0.0000 1.5816,-0.0458 1.5816 -0.0458l 0.0688,0.0458 v 0.4355 c 0.0000,0.1146 -0.0917,0.1834 -0.2521 0.1834c -0.8710,-0.0000 -1.3065,0.8939 -1.6274 1.5587c -1.2149,2.5672 -2.2234,4.9282 -4.0571 9.3521c -0.6877,1.6504 -1.5128,3.5758 -3.1403 3.5758c -0.4355,-0.0000 -1.3295,-0.2521 -1.3295 -1.0773c 0.0000,-0.6877 0.5043,-0.8939 0.8710 -0.8939c 0.3438,-0.0000 0.5730,0.1375 0.7106 0.3209c 0.2292,0.2292 0.3897,0.3897 0.6189 0.3897c 0.3438,-0.0000 1.1461,-1.9713 1.7191 -3.3695c 0.1375,-0.2751 0.1834,-0.5043 0.1834 -0.7106c 0.0000,-0.2292 -0.2063,-0.8481 -0.3897 -1.3065l -2.8881,-6.7161 c -0.3667,-0.8710 -0.6189,-1.1232 -1.3982 -1.1232c -0.1375,-0.0000 -0.2292,-0.0688 -0.2292 -0.1605v -0.4584 l 0.0458,-0.0458 c 0.0000,-0.0000 1.0086,0.0458 1.6962 0.0458c 1.0773,-0.0000 2.7277,-0.0458 2.7277 -0.0458l 0.0458,0.0688 v 0.4126 ZM -197.2554,52.3213 ZM -186.6885,45.0322 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM -186.6885,45.0322 ZM -186.6885,47.8974 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM -179.4452,52.3213 ZM -173.1647,46.9118 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM -171.8123,52.3213 ZM -170.4828,42.1670 c 0.0000,-1.3065 1.2607,-3.0944 3.6675 -3.0944c 1.7650,-0.0000 3.8279,0.6647 3.8279 3.3007c 0.0000,1.7421 -0.8939,2.6131 -2.1317 3.8050l -2.1776,2.1088 c -0.1146,0.1146 -1.6504,1.6274 -1.6504 2.7048h 3.8967 c 0.7793,-0.0000 1.1919,-0.3897 1.5128 -1.6504l 0.5730,0.0917 l -0.4584,2.8881 h -7.0828 c 0.0000,-1.2836 0.2063,-2.2693 2.3380 -4.4468l 1.6045,-1.5816 c 1.2836,-1.3065 1.8108,-2.4297 1.8108 -3.8279c 0.0000,-2.0859 -1.4211,-2.6818 -2.2005 -2.6818c -1.5816,-0.0000 -2.0171,0.8252 -2.0171 1.3753c 0.0000,0.1834 0.0458,0.3667 0.0917 0.5272c 0.0458,0.1605 0.0917,0.3209 0.0917 0.5043c 0.0000,0.5960 -0.4584,0.8252 -0.8252 0.8252c -0.5043,-0.0000 -0.8710,-0.3897 -0.8710 -0.8481ZM -161.7726,52.3213 ZM -160.4660,51.3815 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM -156.7527,52.3213 ZM -151.7328,39.8748 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM -151.7328,39.8748 ZM -151.8245,52.5964 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip401">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip401)">+      <path d="M -24.4657,190.5393 ZM -19.9502,181.3248 c -0.4584,-0.0000 -0.5501,0.1146 -0.5501 0.2751c 0.0000,0.1146 0.0917,0.3209 0.3438 0.7335l 1.3982,2.0630 c 0.0688,0.1375 0.1375,0.2063 0.2292 0.2063c 0.0688,-0.0000 0.1146,-0.0458 0.2063 -0.1605l 1.4899,-2.0859 c 0.2521,-0.3209 0.3897,-0.5730 0.3897 -0.7564c 0.0000,-0.1834 -0.1605,-0.2751 -0.4814 -0.2751h -0.3667 c -0.0688,-0.0000 -0.1375,-0.0458 -0.1375 -0.1605v -0.4355 l 0.0688,-0.0688 c 0.0000,-0.0000 1.0773,0.0458 1.7879 0.0458c 0.7335,-0.0000 1.8567,-0.0458 1.8567 -0.0458l 0.0229,0.0458 v 0.4355 c 0.0000,0.1605 -0.1375,0.1834 -0.2751 0.1834c -0.8481,-0.0000 -1.1919,0.2751 -2.0400 1.3524l -1.9254,2.4526 c -0.0458,0.0688 -0.0688,0.1146 -0.0688 0.1605c 0.0000,0.0458 0.0229,0.1146 0.0688 0.1834l 2.0630,2.9111 c 1.0544,1.4899 1.3524,1.5128 2.0859 1.5128c 0.2292,-0.0000 0.3209,0.0458 0.3209 0.1834v 0.4355 l -0.0229,0.0458 c 0.0000,-0.0000 -1.2378,-0.0458 -2.0171 -0.0458c -0.9398,-0.0000 -2.3839,0.0458 -2.3839 0.0458l -0.0458,-0.0458 v -0.4355 c 0.0000,-0.1146 0.0458,-0.1834 0.1605 -0.1834h 0.2751 c 0.3667,-0.0000 0.5272,-0.0688 0.5272 -0.2521c 0.0000,-0.2063 -0.2521,-0.5501 -0.6189 -1.0315l -1.3295,-1.8337 c -0.0917,-0.1146 -0.1375,-0.1605 -0.2063 -0.1605c -0.0458,-0.0000 -0.1146,0.0688 -0.2063 0.2063l -1.4441,2.0859 c -0.3438,0.4584 -0.4126,0.5730 -0.4126 0.7335c 0.0000,0.1605 0.1375,0.2521 0.4814 0.2521h 0.3209 c 0.1146,-0.0000 0.1605,0.0688 0.1605 0.1834v 0.4355 l -0.0458,0.0458 c 0.0000,-0.0000 -1.1919,-0.0458 -1.9254 -0.0458c -0.6647,-0.0000 -1.7191,0.0458 -1.7191 0.0458l -0.0458,-0.0458 v -0.3897 c 0.0000,-0.1375 0.0917,-0.2292 0.2980 -0.2292c 0.5501,-0.0000 1.0773,-0.1146 2.0400 -1.3524l 1.9254,-2.4755 c 0.0229,-0.0458 0.0458,-0.0917 0.0458 -0.1605c 0.0000,-0.0688 -0.0229,-0.1146 -0.0688 -0.1834l -1.9942,-2.9111 c -0.6418,-0.9398 -1.0544,-1.4899 -1.8567 -1.4899c -0.1605,-0.0000 -0.3209,-0.0688 -0.3209 -0.1605v -0.4355 l 0.0458,-0.0688 l 1.8108,0.0458 l 2.5443,-0.0458 l 0.0688,0.0688 v 0.4126 c 0.0000,0.1146 -0.0917,0.1834 -0.1834 0.1834h -0.3438 ZM -7.3432,190.5393 ZM 3.2237,183.2502 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 3.2237,183.2502 ZM 3.2237,186.1154 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 10.4670,190.5393 ZM 16.7475,185.1298 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM 18.0999,190.5393 ZM 22.4092,179.6056 c -0.4355,-0.0000 -1.4441,0.4126 -1.9483 0.6418l -0.2751,-0.7106 c 2.0171,-0.9398 2.7964,-1.4211 3.9425 -2.2463h 0.4355 v 11.5296 c 0.0000,0.8252 0.1146,1.0544 0.8710 1.0544h 1.1919 c 0.0688,-0.0000 0.1834,0.0458 0.1834 0.1834v 0.5043 l -3.1403,-0.0458 l -3.1861,0.0458 v -0.5043 c 0.0229,-0.0688 0.0458,-0.1834 0.1834 -0.1834h 1.3753 c 0.8710,-0.0000 0.8710,-0.3897 0.8710 -1.0544v -7.8851 c 0.0000,-0.7793 0.0000,-1.3295 -0.5043 -1.3295ZM 28.1396,190.5393 ZM 29.4461,189.5995 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM 33.1595,190.5393 ZM 38.1793,178.0928 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM 38.1793,178.0928 ZM 38.0876,190.8143 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="8.77193507674587" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip402">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip402)">+      <path d="M 14.5499,45.4104 c 0.0000,-2.8626 -2.3206,-5.1832 -5.1832 -5.1832c -2.8626,-0.0000 -5.1832,2.3206 -5.1832 5.1832c -0.0000,2.8626 2.3206,5.1832 5.1832 5.1832c 2.8626,0.0000 5.1832,-2.3206 5.1832 -5.1832Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip403">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip403)">+      <path d="M 9.3667,149.0739 v -103.6635 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip404">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip404)">+      <path d="M -128.8512,45.4104 h 138.2180 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(153,153,153)" stroke-width="5.84795671783058" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip405">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip405)">+      <path d="M -59.7423,-231.0255 l 4.1465,24.3816 l 4.1465,23.3865 l 4.1465,22.3913 l 4.1465,21.3961 l 4.1465,20.4010 l 4.1465,19.4058 l 4.1465,18.4106 l 4.1465,17.4155 l 4.1465,16.4203 l 4.1465,15.4251 l 4.1465,14.4300 l 4.1465,13.4348 l 4.1465,12.4396 l 4.1465,11.4444 l 4.1465,10.4493 l 4.1465,9.4541 l 4.1465,8.4589 l 4.1465,7.4638 l 4.1465,6.4686 l 4.1465,5.4734 l 4.1465,4.4783 l 4.1465,3.4831 l 4.1465,2.4879 l 4.1465,1.4928 l 4.1465,0.4976 l 4.1465,-0.4976 l 4.1465,-1.4928 l 4.1465,-2.4879 l 4.1465,-3.4831 l 4.1465,-4.4783 l 4.1465,-5.4734 l 4.1465,-6.4686 l 4.1465,-7.4638 l 4.1465,-8.4589 l 4.1465,-9.4541 l 4.1465,-10.4493 l 4.1465,-11.4444 l 4.1465,-12.4396 l 4.1465,-13.4348 l 4.1465,-14.4300 l 4.1465,-15.4251 l 4.1465,-16.4203 l 4.1465,-17.4155 l 4.1465,-18.4106 l 4.1465,-19.4058 l 4.1465,-20.4010 l 4.1465,-21.3961 l 4.1465,-22.3913 l 4.1465,-23.3865 l 4.1465,-24.3816 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip406">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip406)">+      <path d="M -18.1565,-221.0202 ZM -11.0050,-235.1170 c 0.0000,0.1719 -0.2063,0.2751 -0.3782 0.2751c -1.0315,-0.0000 -1.4785,0.2063 -1.4785 0.7564c 0.0000,0.2063 0.0688,0.4814 0.2063 0.7908l 3.7821,8.8707 l 3.8165,-8.7332 c 0.1719,-0.3094 0.2407,-0.5845 0.2407 -0.7908c 0.0000,-0.7220 -0.6877,-0.8939 -1.4441 -0.8939h -0.1375 c -0.1719,-0.0000 -0.3438,-0.1375 -0.3438 -0.2407v -0.6533 l 0.0688,-0.1031 c 0.0000,-0.0000 2.0286,0.0688 3.2320 0.0688c 0.9627,-0.0000 2.3724,-0.0688 2.3724 -0.0688l 0.1031,0.0688 v 0.6533 c 0.0000,0.1719 -0.1375,0.2751 -0.3782 0.2751c -1.3065,-0.0000 -1.9598,1.3409 -2.4412 2.3380c -1.8223,3.8508 -3.3351,7.3923 -6.0857 14.0281c -1.0315,2.4755 -2.2693,5.3637 -4.7104 5.3637c -0.6533,-0.0000 -1.9942,-0.3782 -1.9942 -1.6160c 0.0000,-1.0315 0.7564,-1.3409 1.3065 -1.3409c 0.5157,-0.0000 0.8596,0.2063 1.0659 0.4814c 0.3438,0.3438 0.5845,0.5845 0.9283 0.5845c 0.5157,-0.0000 1.7191,-2.9569 2.5787 -5.0542c 0.2063,-0.4126 0.2751,-0.7564 0.2751 -1.0659c 0.0000,-0.3438 -0.3094,-1.2722 -0.5845 -1.9598l -4.3322,-10.0741 c -0.5501,-1.3065 -0.9283,-1.6847 -2.0973 -1.6847c -0.2063,-0.0000 -0.3438,-0.1031 -0.3438 -0.2407v -0.6877 l 0.0688,-0.0688 c 0.0000,-0.0000 1.5128,0.0688 2.5443 0.0688c 1.6160,-0.0000 4.0915,-0.0688 4.0915 -0.0688l 0.0688,0.1031 v 0.6189 ZM 7.9398,-221.0202 ZM 23.7902,-231.9538 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 23.7902,-231.9538 ZM 23.7902,-227.6560 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 34.6551,-221.0202 ZM 41.4285,-234.8420 c -0.6877,-0.0000 -0.8252,0.1719 -0.8252 0.4126c 0.0000,0.1719 0.1375,0.4814 0.5157 1.1002l 2.0973,3.0944 c 0.1031,0.2063 0.2063,0.3094 0.3438 0.3094c 0.1031,-0.0000 0.1719,-0.0688 0.3094 -0.2407l 2.2349,-3.1288 c 0.3782,-0.4814 0.5845,-0.8596 0.5845 -1.1346c 0.0000,-0.2751 -0.2407,-0.4126 -0.7220 -0.4126h -0.5501 c -0.1031,-0.0000 -0.2063,-0.0688 -0.2063 -0.2407v -0.6533 l 0.1031,-0.1031 c 0.0000,-0.0000 1.6160,0.0688 2.6818 0.0688c 1.1002,-0.0000 2.7850,-0.0688 2.7850 -0.0688l 0.0344,0.0688 v 0.6533 c 0.0000,0.2407 -0.2063,0.2751 -0.4126 0.2751c -1.2722,-0.0000 -1.7879,0.4126 -3.0600 2.0286l -2.8881,3.6789 c -0.0688,0.1031 -0.1031,0.1719 -0.1031 0.2407c 0.0000,0.0688 0.0344,0.1719 0.1031 0.2751l 3.0944,4.3666 c 1.5816,2.2349 2.0286,2.2693 3.1288 2.2693c 0.3438,-0.0000 0.4814,0.0688 0.4814 0.2751v 0.6533 l -0.0344,0.0688 c 0.0000,-0.0000 -1.8567,-0.0688 -3.0257 -0.0688c -1.4097,-0.0000 -3.5758,0.0688 -3.5758 0.0688l -0.0688,-0.0688 v -0.6533 c 0.0000,-0.1719 0.0688,-0.2751 0.2407 -0.2751h 0.4126 c 0.5501,-0.0000 0.7908,-0.1031 0.7908 -0.3782c 0.0000,-0.3094 -0.3782,-0.8252 -0.9283 -1.5472l -1.9942,-2.7506 c -0.1375,-0.1719 -0.2063,-0.2407 -0.3094 -0.2407c -0.0688,-0.0000 -0.1719,0.1031 -0.3094 0.3094l -2.1661,3.1288 c -0.5157,0.6877 -0.6189,0.8596 -0.6189 1.1002c 0.0000,0.2407 0.2063,0.3782 0.7220 0.3782h 0.4814 c 0.1719,-0.0000 0.2407,0.1031 0.2407 0.2751v 0.6533 l -0.0688,0.0688 c 0.0000,-0.0000 -1.7879,-0.0688 -2.8881 -0.0688c -0.9971,-0.0000 -2.5787,0.0688 -2.5787 0.0688l -0.0688,-0.0688 v -0.5845 c 0.0000,-0.2063 0.1375,-0.3438 0.4470 -0.3438c 0.8252,-0.0000 1.6160,-0.1719 3.0600 -2.0286l 2.8881,-3.7133 c 0.0344,-0.0688 0.0688,-0.1375 0.0688 -0.2407c 0.0000,-0.1031 -0.0344,-0.1719 -0.1031 -0.2751l -2.9913,-4.3666 c -0.9627,-1.4097 -1.5816,-2.2349 -2.7850 -2.2349c -0.2407,-0.0000 -0.4814,-0.1031 -0.4814 -0.2407v -0.6533 l 0.0688,-0.1031 l 2.7162,0.0688 l 3.8165,-0.0688 l 0.1031,0.1031 v 0.6189 c 0.0000,0.1719 -0.1375,0.2751 -0.2751 0.2751h -0.5157 ZM 51.7432,-221.0202 ZM 54.2532,-241.2027 c -0.4126,-0.0000 -0.8939,-0.3782 -0.8939 -0.8252c 0.0000,-0.8939 0.9627,-2.6475 3.6789 -2.6475c 1.7191,-0.0000 3.7133,0.6533 3.7133 2.8538c 0.0000,1.5816 -1.1690,2.7162 -3.0600 4.0915c -1.4441,1.0315 -2.2693,2.0286 -2.2693 3.0944h 2.7850 c 1.0659,-0.0000 1.6160,-1.3409 1.9942 -2.3036l 0.8252,0.1719 c -0.3094,1.0315 -0.5501,2.2349 -0.6533 3.2320h -7.0828 c 0.0000,-1.6504 1.5128,-3.0944 3.1288 -4.3666c 1.5472,-1.2378 2.3036,-2.0286 2.3036 -3.8852c 0.0000,-1.6160 -1.2034,-2.0630 -1.8223 -2.0630c -1.4785,-0.0000 -1.8567,0.5501 -1.8567 0.9971c 0.0000,0.3094 0.1719,0.5501 0.1719 0.8252c 0.0000,0.5501 -0.6189,0.8252 -0.9627 0.8252ZM 70.8943,-221.0202 ZM 80.3152,-229.1345 h -7.7705 c -0.3094,-0.0000 -0.5157,-0.2751 -0.5157 -0.5845c 0.0000,-0.5501 0.4470,-1.2722 0.8596 -1.2722h 7.8736 c 0.3438,-0.0000 0.4814,0.3094 0.4814 0.6189c 0.0000,0.3782 -0.4814,1.2378 -0.9283 1.2378ZM 90.9394,-221.0202 ZM 98.3660,-239.8274 c -0.8596,-0.0000 -3.3695,0.4814 -3.3695 2.5787c 0.0000,0.6189 -0.2407,1.6847 -1.1690 1.6847c -0.8939,-0.0000 -0.9627,-0.9971 -0.9627 -1.1002c 0.0000,-1.0659 1.4097,-4.2291 6.1889 -4.2291c 3.3351,-0.0000 4.3322,2.0973 4.3322 3.4726c 0.0000,0.8596 -0.2751,2.5787 -3.3695 4.5385c 1.9254,0.3094 4.4697,1.7191 4.4697 5.2949c 0.0000,4.5385 -3.4383,6.9797 -7.3235 6.9797c -1.9598,-0.0000 -4.7104,-0.8596 -4.7104 -2.1661c 0.0000,-0.5157 0.5157,-1.1002 1.2034 -1.1002c 0.6533,-0.0000 0.9627,0.3438 1.2722 0.7908c 0.3782,0.5845 0.9971,1.4097 2.6475 1.4097c 1.1346,-0.0000 4.3666,-1.1346 4.3666 -5.4668c 0.0000,-3.6789 -2.5787,-4.2634 -4.4354 -4.2634c -0.3094,-0.0000 -0.6877,0.0688 -1.0659 0.1375l -0.1375,-1.0315 c 2.6475,-0.4470 4.8479,-3.0257 4.8479 -4.6073c 0.0000,-1.9598 -1.3753,-2.9225 -2.7850 -2.9225Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip407">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip407)">+      <path d="M 216.6937,149.0739 l -0.0000,-345.5449 h -345.5449 l -0.0000,345.5449 Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip408">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip408)">+      <path d="M -128.8512,-196.4710 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip409">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip409)">+      <path d="M -128.8512,-189.5601 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip410">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip410)">+      <path d="M -128.8512,-182.6492 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip411">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip411)">+      <path d="M -128.8512,-175.7383 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip412">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip412)">+      <path d="M -128.8512,-168.8274 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip413">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip413)">+      <path d="M -128.8512,-161.9165 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip414">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip414)">+      <path d="M -128.8512,-155.0056 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip415">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip415)">+      <path d="M -128.8512,-148.0947 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip416">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip416)">+      <path d="M -128.8512,-141.1838 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip417">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip417)">+      <path d="M -128.8512,-134.2729 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip418">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip418)">+      <path d="M -128.8512,-127.3620 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip419">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip419)">+      <path d="M -128.8512,-120.4511 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip420">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip420)">+      <path d="M -128.8512,-113.5402 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip421">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip421)">+      <path d="M -128.8512,-106.6293 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip422">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip422)">+      <path d="M -128.8512,-99.7184 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip423">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip423)">+      <path d="M -128.8512,-92.8075 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip424">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip424)">+      <path d="M -128.8512,-85.8966 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip425">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip425)">+      <path d="M -128.8512,-78.9857 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip426">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip426)">+      <path d="M -128.8512,-72.0748 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip427">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip427)">+      <path d="M -128.8512,-65.1639 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip428">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip428)">+      <path d="M -128.8512,-58.2530 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip429">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip429)">+      <path d="M -128.8512,-51.3421 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip430">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip430)">+      <path d="M -128.8512,-44.4313 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip431">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip431)">+      <path d="M -128.8512,-37.5204 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip432">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip432)">+      <path d="M -128.8512,-30.6095 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip433">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip433)">+      <path d="M -128.8512,-23.6986 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip434">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip434)">+      <path d="M -128.8512,-16.7877 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip435">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip435)">+      <path d="M -128.8512,-9.8768 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip436">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip436)">+      <path d="M -128.8512,-2.9659 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip437">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip437)">+      <path d="M -128.8512,3.9450 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip438">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip438)">+      <path d="M -128.8512,10.8559 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip439">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip439)">+      <path d="M -128.8512,17.7668 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip440">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip440)">+      <path d="M -128.8512,24.6777 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip441">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip441)">+      <path d="M -128.8512,31.5886 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip442">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip442)">+      <path d="M -128.8512,38.4995 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip443">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip443)">+      <path d="M -128.8512,45.4104 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip444">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip444)">+      <path d="M -128.8512,52.3213 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip445">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip445)">+      <path d="M -128.8512,59.2322 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip446">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip446)">+      <path d="M -128.8512,66.1431 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip447">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip447)">+      <path d="M -128.8512,73.0540 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip448">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip448)">+      <path d="M -128.8512,79.9649 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip449">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip449)">+      <path d="M -128.8512,86.8758 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip450">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip450)">+      <path d="M -128.8512,93.7867 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip451">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip451)">+      <path d="M -128.8512,100.6976 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip452">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip452)">+      <path d="M -128.8512,107.6085 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip453">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip453)">+      <path d="M -128.8512,114.5194 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip454">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip454)">+      <path d="M -128.8512,121.4303 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip455">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip455)">+      <path d="M -128.8512,128.3412 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip456">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip456)">+      <path d="M -128.8512,135.2521 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip457">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip457)">+      <path d="M -128.8512,142.1630 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip458">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip458)">+      <path d="M -128.8512,149.0739 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip459">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip459)">+      <path d="M 216.6937,149.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip460">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip460)">+      <path d="M 209.7828,149.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip461">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip461)">+      <path d="M 202.8719,149.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip462">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip462)">+      <path d="M 195.9610,149.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip463">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip463)">+      <path d="M 189.0501,149.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip464">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip464)">+      <path d="M 182.1392,149.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip465">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip465)">+      <path d="M 175.2283,149.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip466">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip466)">+      <path d="M 168.3174,149.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip467">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip467)">+      <path d="M 161.4065,149.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip468">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip468)">+      <path d="M 154.4956,149.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip469">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip469)">+      <path d="M 147.5847,149.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip470">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip470)">+      <path d="M 140.6738,149.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip471">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip471)">+      <path d="M 133.7629,149.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip472">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip472)">+      <path d="M 126.8520,149.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip473">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip473)">+      <path d="M 119.9411,149.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip474">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip474)">+      <path d="M 113.0302,149.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip475">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip475)">+      <path d="M 106.1193,149.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip476">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip476)">+      <path d="M 99.2084,149.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip477">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip477)">+      <path d="M 92.2975,149.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip478">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip478)">+      <path d="M 85.3866,149.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip479">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip479)">+      <path d="M 78.4757,149.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip480">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip480)">+      <path d="M 71.5648,149.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip481">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip481)">+      <path d="M 64.6539,149.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip482">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip482)">+      <path d="M 57.7430,149.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip483">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip483)">+      <path d="M 50.8321,149.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip484">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip484)">+      <path d="M 43.9212,149.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip485">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip485)">+      <path d="M 37.0103,149.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip486">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip486)">+      <path d="M 30.0994,149.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip487">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip487)">+      <path d="M 23.1885,149.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip488">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip488)">+      <path d="M 16.2776,149.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip489">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip489)">+      <path d="M 9.3667,149.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip490">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip490)">+      <path d="M 2.4558,149.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip491">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip491)">+      <path d="M -4.4551,149.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip492">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip492)">+      <path d="M -11.3660,149.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip493">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip493)">+      <path d="M -18.2769,149.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip494">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip494)">+      <path d="M -25.1878,149.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip495">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip495)">+      <path d="M -32.0987,149.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip496">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip496)">+      <path d="M -39.0096,149.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip497">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip497)">+      <path d="M -45.9205,149.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip498">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip498)">+      <path d="M -52.8314,149.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip499">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip499)">+      <path d="M -59.7423,149.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip500">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip500)">+      <path d="M -66.6532,149.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip501">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip501)">+      <path d="M -73.5641,149.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip502">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip502)">+      <path d="M -80.4750,149.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip503">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip503)">+      <path d="M -87.3859,149.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip504">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip504)">+      <path d="M -94.2968,149.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip505">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip505)">+      <path d="M -101.2077,149.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip506">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip506)">+      <path d="M -108.1185,149.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip507">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip507)">+      <path d="M -115.0294,149.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip508">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip508)">+      <path d="M -121.9403,149.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip509">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip509)">+      <path d="M -128.8512,149.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip510">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip510)">+      <path d="M -128.8512,-196.4710 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip511">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip511)">+      <path d="M -128.8512,-161.9165 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip512">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip512)">+      <path d="M -128.8512,-127.3620 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip513">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip513)">+      <path d="M -128.8512,-92.8075 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip514">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip514)">+      <path d="M -128.8512,-58.2530 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip515">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip515)">+      <path d="M -128.8512,-23.6986 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip516">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip516)">+      <path d="M -128.8512,10.8559 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip517">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip517)">+      <path d="M -128.8512,45.4104 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip518">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip518)">+      <path d="M -128.8512,79.9649 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip519">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip519)">+      <path d="M -128.8512,114.5194 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip520">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip520)">+      <path d="M -128.8512,149.0739 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip521">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip521)">+      <path d="M 216.6937,149.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip522">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip522)">+      <path d="M 182.1392,149.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip523">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip523)">+      <path d="M 147.5847,149.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip524">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip524)">+      <path d="M 113.0302,149.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip525">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip525)">+      <path d="M 78.4757,149.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip526">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip526)">+      <path d="M 43.9212,149.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip527">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip527)">+      <path d="M 9.3667,149.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip528">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip528)">+      <path d="M -25.1878,149.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip529">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip529)">+      <path d="M -59.7423,149.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip530">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip530)">+      <path d="M -94.2968,149.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip531">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip531)">+      <path d="M -128.8512,149.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(255,255,255)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip532">+        <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip532)">+      <path d="M 243.4734,208.7603 l -0.0000,-495.8678 h -471.0551 l -0.0000,495.8678 Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 243.4734,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip533">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip533)">+      <path d="M -318.2851,-46.8522 ZM -313.5174,-56.2501 c 0.0000,0.1146 -0.1375,0.1834 -0.2521 0.1834c -0.6877,-0.0000 -0.9856,0.1375 -0.9856 0.5043c 0.0000,0.1375 0.0458,0.3209 0.1375 0.5272l 2.5214,5.9138 l 2.5443,-5.8221 c 0.1146,-0.2063 0.1605,-0.3897 0.1605 -0.5272c 0.0000,-0.4814 -0.4584,-0.5960 -0.9627 -0.5960h -0.0917 c -0.1146,-0.0000 -0.2292,-0.0917 -0.2292 -0.1605v -0.4355 l 0.0458,-0.0688 c 0.0000,-0.0000 1.3524,0.0458 2.1546 0.0458c 0.6418,-0.0000 1.5816,-0.0458 1.5816 -0.0458l 0.0688,0.0458 v 0.4355 c 0.0000,0.1146 -0.0917,0.1834 -0.2521 0.1834c -0.8710,-0.0000 -1.3065,0.8939 -1.6274 1.5587c -1.2149,2.5672 -2.2234,4.9282 -4.0571 9.3521c -0.6877,1.6504 -1.5128,3.5758 -3.1403 3.5758c -0.4355,-0.0000 -1.3295,-0.2521 -1.3295 -1.0773c 0.0000,-0.6877 0.5043,-0.8939 0.8710 -0.8939c 0.3438,-0.0000 0.5730,0.1375 0.7106 0.3209c 0.2292,0.2292 0.3897,0.3897 0.6189 0.3897c 0.3438,-0.0000 1.1461,-1.9713 1.7191 -3.3695c 0.1375,-0.2751 0.1834,-0.5043 0.1834 -0.7106c 0.0000,-0.2292 -0.2063,-0.8481 -0.3897 -1.3065l -2.8881,-6.7161 c -0.3667,-0.8710 -0.6189,-1.1232 -1.3982 -1.1232c -0.1375,-0.0000 -0.2292,-0.0688 -0.2292 -0.1605v -0.4584 l 0.0458,-0.0458 c 0.0000,-0.0000 1.0086,0.0458 1.6962 0.0458c 1.0773,-0.0000 2.7277,-0.0458 2.7277 -0.0458l 0.0458,0.0688 v 0.4126 ZM -300.8875,-46.8522 ZM -290.3206,-54.1413 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM -290.3206,-54.1413 ZM -290.3206,-51.2761 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM -283.0773,-46.8522 ZM -276.7968,-52.2618 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM -275.4444,-46.8522 ZM -274.1149,-57.0066 c 0.0000,-1.3065 1.2607,-3.0944 3.6675 -3.0944c 1.7650,-0.0000 3.8279,0.6647 3.8279 3.3007c 0.0000,1.7421 -0.8939,2.6131 -2.1317 3.8050l -2.1776,2.1088 c -0.1146,0.1146 -1.6504,1.6274 -1.6504 2.7048h 3.8967 c 0.7793,-0.0000 1.1919,-0.3897 1.5128 -1.6504l 0.5730,0.0917 l -0.4584,2.8881 h -7.0828 c 0.0000,-1.2836 0.2063,-2.2693 2.3380 -4.4468l 1.6045,-1.5816 c 1.2836,-1.3065 1.8108,-2.4297 1.8108 -3.8279c 0.0000,-2.0859 -1.4211,-2.6818 -2.2005 -2.6818c -1.5816,-0.0000 -2.0171,0.8252 -2.0171 1.3753c 0.0000,0.1834 0.0458,0.3667 0.0917 0.5272c 0.0458,0.1605 0.0917,0.3209 0.0917 0.5043c 0.0000,0.5960 -0.4584,0.8252 -0.8252 0.8252c -0.5043,-0.0000 -0.8710,-0.3897 -0.8710 -0.8481ZM -265.4047,-46.8522 ZM -264.0981,-47.7920 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM -260.3848,-46.8522 ZM -255.3650,-59.2987 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM -255.3650,-59.2987 ZM -255.4566,-46.5772 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip534">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip534)">+      <path d="M -128.0979,91.3657 ZM -123.5823,82.1512 c -0.4584,-0.0000 -0.5501,0.1146 -0.5501 0.2751c 0.0000,0.1146 0.0917,0.3209 0.3438 0.7335l 1.3982,2.0630 c 0.0688,0.1375 0.1375,0.2063 0.2292 0.2063c 0.0688,-0.0000 0.1146,-0.0458 0.2063 -0.1605l 1.4899,-2.0859 c 0.2521,-0.3209 0.3897,-0.5730 0.3897 -0.7564c 0.0000,-0.1834 -0.1605,-0.2751 -0.4814 -0.2751h -0.3667 c -0.0688,-0.0000 -0.1375,-0.0458 -0.1375 -0.1605v -0.4355 l 0.0688,-0.0688 c 0.0000,-0.0000 1.0773,0.0458 1.7879 0.0458c 0.7335,-0.0000 1.8567,-0.0458 1.8567 -0.0458l 0.0229,0.0458 v 0.4355 c 0.0000,0.1605 -0.1375,0.1834 -0.2751 0.1834c -0.8481,-0.0000 -1.1919,0.2751 -2.0400 1.3524l -1.9254,2.4526 c -0.0458,0.0688 -0.0688,0.1146 -0.0688 0.1605c 0.0000,0.0458 0.0229,0.1146 0.0688 0.1834l 2.0630,2.9111 c 1.0544,1.4899 1.3524,1.5128 2.0859 1.5128c 0.2292,-0.0000 0.3209,0.0458 0.3209 0.1834v 0.4355 l -0.0229,0.0458 c 0.0000,-0.0000 -1.2378,-0.0458 -2.0171 -0.0458c -0.9398,-0.0000 -2.3839,0.0458 -2.3839 0.0458l -0.0458,-0.0458 v -0.4355 c 0.0000,-0.1146 0.0458,-0.1834 0.1605 -0.1834h 0.2751 c 0.3667,-0.0000 0.5272,-0.0688 0.5272 -0.2521c 0.0000,-0.2063 -0.2521,-0.5501 -0.6189 -1.0315l -1.3295,-1.8337 c -0.0917,-0.1146 -0.1375,-0.1605 -0.2063 -0.1605c -0.0458,-0.0000 -0.1146,0.0688 -0.2063 0.2063l -1.4441,2.0859 c -0.3438,0.4584 -0.4126,0.5730 -0.4126 0.7335c 0.0000,0.1605 0.1375,0.2521 0.4814 0.2521h 0.3209 c 0.1146,-0.0000 0.1605,0.0688 0.1605 0.1834v 0.4355 l -0.0458,0.0458 c 0.0000,-0.0000 -1.1919,-0.0458 -1.9254 -0.0458c -0.6647,-0.0000 -1.7191,0.0458 -1.7191 0.0458l -0.0458,-0.0458 v -0.3897 c 0.0000,-0.1375 0.0917,-0.2292 0.2980 -0.2292c 0.5501,-0.0000 1.0773,-0.1146 2.0400 -1.3524l 1.9254,-2.4755 c 0.0229,-0.0458 0.0458,-0.0917 0.0458 -0.1605c 0.0000,-0.0688 -0.0229,-0.1146 -0.0688 -0.1834l -1.9942,-2.9111 c -0.6418,-0.9398 -1.0544,-1.4899 -1.8567 -1.4899c -0.1605,-0.0000 -0.3209,-0.0688 -0.3209 -0.1605v -0.4355 l 0.0458,-0.0688 l 1.8108,0.0458 l 2.5443,-0.0458 l 0.0688,0.0688 v 0.4126 c 0.0000,0.1146 -0.0917,0.1834 -0.1834 0.1834h -0.3438 ZM -110.9753,91.3657 ZM -100.4084,84.0766 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM -100.4084,84.0766 ZM -100.4084,86.9418 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM -93.1652,91.3657 ZM -86.8846,85.9562 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM -85.5322,91.3657 ZM -81.2229,80.4321 c -0.4355,-0.0000 -1.4441,0.4126 -1.9483 0.6418l -0.2751,-0.7106 c 2.0171,-0.9398 2.7964,-1.4211 3.9425 -2.2463h 0.4355 v 11.5296 c 0.0000,0.8252 0.1146,1.0544 0.8710 1.0544h 1.1919 c 0.0688,-0.0000 0.1834,0.0458 0.1834 0.1834v 0.5043 l -3.1403,-0.0458 l -3.1861,0.0458 v -0.5043 c 0.0229,-0.0688 0.0458,-0.1834 0.1834 -0.1834h 1.3753 c 0.8710,-0.0000 0.8710,-0.3897 0.8710 -1.0544v -7.8851 c 0.0000,-0.7793 0.0000,-1.3295 -0.5043 -1.3295ZM -75.4925,91.3657 ZM -74.1860,90.4259 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM -70.4727,91.3657 ZM -65.4528,78.9192 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM -65.4528,78.9192 ZM -65.5445,91.6408 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="8.77193507674587" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip535">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip535)">+      <path d="M -89.0822,-53.7631 c 0.0000,-2.8626 -2.3206,-5.1832 -5.1832 -5.1832c -2.8626,-0.0000 -5.1832,2.3206 -5.1832 5.1832c -0.0000,2.8626 2.3206,5.1832 5.1832 5.1832c 2.8626,0.0000 5.1832,-2.3206 5.1832 -5.1832Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip536">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip536)">+      <path d="M -94.2654,49.9003 v -103.6635 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip537">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip537)">+      <path d="M -232.4834,-53.7631 h 138.2180 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(153,153,153)" stroke-width="5.84795671783058" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip538">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip538)">+      <path d="M -163.3744,-330.1991 l 4.1465,24.3816 l 4.1465,23.3865 l 4.1465,22.3913 l 4.1465,21.3961 l 4.1465,20.4010 l 4.1465,19.4058 l 4.1465,18.4106 l 4.1465,17.4155 l 4.1465,16.4203 l 4.1465,15.4251 l 4.1465,14.4300 l 4.1465,13.4348 l 4.1465,12.4396 l 4.1465,11.4444 l 4.1465,10.4493 l 4.1465,9.4541 l 4.1465,8.4589 l 4.1465,7.4638 l 4.1465,6.4686 l 4.1465,5.4734 l 4.1465,4.4783 l 4.1465,3.4831 l 4.1465,2.4879 l 4.1465,1.4928 l 4.1465,0.4976 l 4.1465,-0.4976 l 4.1465,-1.4928 l 4.1465,-2.4879 l 4.1465,-3.4831 l 4.1465,-4.4783 l 4.1465,-5.4734 l 4.1465,-6.4686 l 4.1465,-7.4638 l 4.1465,-8.4589 l 4.1465,-9.4541 l 4.1465,-10.4493 l 4.1465,-11.4444 l 4.1465,-12.4396 l 4.1465,-13.4348 l 4.1465,-14.4300 l 4.1465,-15.4251 l 4.1465,-16.4203 l 4.1465,-17.4155 l 4.1465,-18.4106 l 4.1465,-19.4058 l 4.1465,-20.4010 l 4.1465,-21.3961 l 4.1465,-22.3913 l 4.1465,-23.3865 l 4.1465,-24.3816 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip539">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip539)">+      <path d="M -121.7886,-320.1937 ZM -114.6371,-334.2906 c 0.0000,0.1719 -0.2063,0.2751 -0.3782 0.2751c -1.0315,-0.0000 -1.4785,0.2063 -1.4785 0.7564c 0.0000,0.2063 0.0688,0.4814 0.2063 0.7908l 3.7821,8.8707 l 3.8165,-8.7332 c 0.1719,-0.3094 0.2407,-0.5845 0.2407 -0.7908c 0.0000,-0.7220 -0.6877,-0.8939 -1.4441 -0.8939h -0.1375 c -0.1719,-0.0000 -0.3438,-0.1375 -0.3438 -0.2407v -0.6533 l 0.0688,-0.1031 c 0.0000,-0.0000 2.0286,0.0688 3.2320 0.0688c 0.9627,-0.0000 2.3724,-0.0688 2.3724 -0.0688l 0.1031,0.0688 v 0.6533 c 0.0000,0.1719 -0.1375,0.2751 -0.3782 0.2751c -1.3065,-0.0000 -1.9598,1.3409 -2.4412 2.3380c -1.8223,3.8508 -3.3351,7.3923 -6.0857 14.0281c -1.0315,2.4755 -2.2693,5.3637 -4.7104 5.3637c -0.6533,-0.0000 -1.9942,-0.3782 -1.9942 -1.6160c 0.0000,-1.0315 0.7564,-1.3409 1.3065 -1.3409c 0.5157,-0.0000 0.8596,0.2063 1.0659 0.4814c 0.3438,0.3438 0.5845,0.5845 0.9283 0.5845c 0.5157,-0.0000 1.7191,-2.9569 2.5787 -5.0542c 0.2063,-0.4126 0.2751,-0.7564 0.2751 -1.0659c 0.0000,-0.3438 -0.3094,-1.2722 -0.5845 -1.9598l -4.3322,-10.0741 c -0.5501,-1.3065 -0.9283,-1.6847 -2.0973 -1.6847c -0.2063,-0.0000 -0.3438,-0.1031 -0.3438 -0.2407v -0.6877 l 0.0688,-0.0688 c 0.0000,-0.0000 1.5128,0.0688 2.5443 0.0688c 1.6160,-0.0000 4.0915,-0.0688 4.0915 -0.0688l 0.0688,0.1031 v 0.6189 ZM -95.6923,-320.1937 ZM -79.8419,-331.1274 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM -79.8419,-331.1274 ZM -79.8419,-326.8296 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM -68.9770,-320.1937 ZM -62.2036,-334.0155 c -0.6877,-0.0000 -0.8252,0.1719 -0.8252 0.4126c 0.0000,0.1719 0.1375,0.4814 0.5157 1.1002l 2.0973,3.0944 c 0.1031,0.2063 0.2063,0.3094 0.3438 0.3094c 0.1031,-0.0000 0.1719,-0.0688 0.3094 -0.2407l 2.2349,-3.1288 c 0.3782,-0.4814 0.5845,-0.8596 0.5845 -1.1346c 0.0000,-0.2751 -0.2407,-0.4126 -0.7220 -0.4126h -0.5501 c -0.1031,-0.0000 -0.2063,-0.0688 -0.2063 -0.2407v -0.6533 l 0.1031,-0.1031 c 0.0000,-0.0000 1.6160,0.0688 2.6818 0.0688c 1.1002,-0.0000 2.7850,-0.0688 2.7850 -0.0688l 0.0344,0.0688 v 0.6533 c 0.0000,0.2407 -0.2063,0.2751 -0.4126 0.2751c -1.2722,-0.0000 -1.7879,0.4126 -3.0600 2.0286l -2.8881,3.6789 c -0.0688,0.1031 -0.1031,0.1719 -0.1031 0.2407c 0.0000,0.0688 0.0344,0.1719 0.1031 0.2751l 3.0944,4.3666 c 1.5816,2.2349 2.0286,2.2693 3.1288 2.2693c 0.3438,-0.0000 0.4814,0.0688 0.4814 0.2751v 0.6533 l -0.0344,0.0688 c 0.0000,-0.0000 -1.8567,-0.0688 -3.0257 -0.0688c -1.4097,-0.0000 -3.5758,0.0688 -3.5758 0.0688l -0.0688,-0.0688 v -0.6533 c 0.0000,-0.1719 0.0688,-0.2751 0.2407 -0.2751h 0.4126 c 0.5501,-0.0000 0.7908,-0.1031 0.7908 -0.3782c 0.0000,-0.3094 -0.3782,-0.8252 -0.9283 -1.5472l -1.9942,-2.7506 c -0.1375,-0.1719 -0.2063,-0.2407 -0.3094 -0.2407c -0.0688,-0.0000 -0.1719,0.1031 -0.3094 0.3094l -2.1661,3.1288 c -0.5157,0.6877 -0.6189,0.8596 -0.6189 1.1002c 0.0000,0.2407 0.2063,0.3782 0.7220 0.3782h 0.4814 c 0.1719,-0.0000 0.2407,0.1031 0.2407 0.2751v 0.6533 l -0.0688,0.0688 c 0.0000,-0.0000 -1.7879,-0.0688 -2.8881 -0.0688c -0.9971,-0.0000 -2.5787,0.0688 -2.5787 0.0688l -0.0688,-0.0688 v -0.5845 c 0.0000,-0.2063 0.1375,-0.3438 0.4470 -0.3438c 0.8252,-0.0000 1.6160,-0.1719 3.0600 -2.0286l 2.8881,-3.7133 c 0.0344,-0.0688 0.0688,-0.1375 0.0688 -0.2407c 0.0000,-0.1031 -0.0344,-0.1719 -0.1031 -0.2751l -2.9913,-4.3666 c -0.9627,-1.4097 -1.5816,-2.2349 -2.7850 -2.2349c -0.2407,-0.0000 -0.4814,-0.1031 -0.4814 -0.2407v -0.6533 l 0.0688,-0.1031 l 2.7162,0.0688 l 3.8165,-0.0688 l 0.1031,0.1031 v 0.6189 c 0.0000,0.1719 -0.1375,0.2751 -0.2751 0.2751h -0.5157 ZM -51.8889,-320.1937 ZM -49.3789,-340.3763 c -0.4126,-0.0000 -0.8939,-0.3782 -0.8939 -0.8252c 0.0000,-0.8939 0.9627,-2.6475 3.6789 -2.6475c 1.7191,-0.0000 3.7133,0.6533 3.7133 2.8538c 0.0000,1.5816 -1.1690,2.7162 -3.0600 4.0915c -1.4441,1.0315 -2.2693,2.0286 -2.2693 3.0944h 2.7850 c 1.0659,-0.0000 1.6160,-1.3409 1.9942 -2.3036l 0.8252,0.1719 c -0.3094,1.0315 -0.5501,2.2349 -0.6533 3.2320h -7.0828 c 0.0000,-1.6504 1.5128,-3.0944 3.1288 -4.3666c 1.5472,-1.2378 2.3036,-2.0286 2.3036 -3.8852c 0.0000,-1.6160 -1.2034,-2.0630 -1.8223 -2.0630c -1.4785,-0.0000 -1.8567,0.5501 -1.8567 0.9971c 0.0000,0.3094 0.1719,0.5501 0.1719 0.8252c 0.0000,0.5501 -0.6189,0.8252 -0.9627 0.8252ZM -32.7378,-320.1937 ZM -23.3169,-328.3080 h -7.7705 c -0.3094,-0.0000 -0.5157,-0.2751 -0.5157 -0.5845c 0.0000,-0.5501 0.4470,-1.2722 0.8596 -1.2722h 7.8736 c 0.3438,-0.0000 0.4814,0.3094 0.4814 0.6189c 0.0000,0.3782 -0.4814,1.2378 -0.9283 1.2378ZM -12.6927,-320.1937 ZM -5.2661,-339.0010 c -0.8596,-0.0000 -3.3695,0.4814 -3.3695 2.5787c 0.0000,0.6189 -0.2407,1.6847 -1.1690 1.6847c -0.8939,-0.0000 -0.9627,-0.9971 -0.9627 -1.1002c 0.0000,-1.0659 1.4097,-4.2291 6.1889 -4.2291c 3.3351,-0.0000 4.3322,2.0973 4.3322 3.4726c 0.0000,0.8596 -0.2751,2.5787 -3.3695 4.5385c 1.9254,0.3094 4.4697,1.7191 4.4697 5.2949c 0.0000,4.5385 -3.4383,6.9797 -7.3235 6.9797c -1.9598,-0.0000 -4.7104,-0.8596 -4.7104 -2.1661c 0.0000,-0.5157 0.5157,-1.1002 1.2034 -1.1002c 0.6533,-0.0000 0.9627,0.3438 1.2722 0.7908c 0.3782,0.5845 0.9971,1.4097 2.6475 1.4097c 1.1346,-0.0000 4.3666,-1.1346 4.3666 -5.4668c 0.0000,-3.6789 -2.5787,-4.2634 -4.4354 -4.2634c -0.3094,-0.0000 -0.6877,0.0688 -1.0659 0.1375l -0.1375,-1.0315 c 2.6475,-0.4470 4.8479,-3.0257 4.8479 -4.6073c 0.0000,-1.9598 -1.3753,-2.9225 -2.7850 -2.9225Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip540">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip540)">+      <path d="M 113.0615,49.9003 l -0.0000,-345.5449 h -345.5449 l -0.0000,345.5449 Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip541">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip541)">+      <path d="M -232.4834,-295.6446 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip542">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip542)">+      <path d="M -232.4834,-288.7337 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip543">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip543)">+      <path d="M -232.4834,-281.8228 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip544">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip544)">+      <path d="M -232.4834,-274.9119 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip545">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip545)">+      <path d="M -232.4834,-268.0010 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip546">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip546)">+      <path d="M -232.4834,-261.0901 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip547">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip547)">+      <path d="M -232.4834,-254.1792 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip548">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip548)">+      <path d="M -232.4834,-247.2683 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip549">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip549)">+      <path d="M -232.4834,-240.3574 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip550">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip550)">+      <path d="M -232.4834,-233.4465 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip551">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip551)">+      <path d="M -232.4834,-226.5356 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip552">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip552)">+      <path d="M -232.4834,-219.6247 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip553">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip553)">+      <path d="M -232.4834,-212.7138 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip554">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip554)">+      <path d="M -232.4834,-205.8029 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip555">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip555)">+      <path d="M -232.4834,-198.8920 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip556">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip556)">+      <path d="M -232.4834,-191.9811 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip557">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip557)">+      <path d="M -232.4834,-185.0702 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip558">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip558)">+      <path d="M -232.4834,-178.1593 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip559">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip559)">+      <path d="M -232.4834,-171.2484 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip560">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip560)">+      <path d="M -232.4834,-164.3375 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip561">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip561)">+      <path d="M -232.4834,-157.4266 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip562">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip562)">+      <path d="M -232.4834,-150.5157 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip563">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip563)">+      <path d="M -232.4834,-143.6048 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip564">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip564)">+      <path d="M -232.4834,-136.6939 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip565">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip565)">+      <path d="M -232.4834,-129.7830 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip566">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip566)">+      <path d="M -232.4834,-122.8721 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip567">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip567)">+      <path d="M -232.4834,-115.9612 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip568">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip568)">+      <path d="M -232.4834,-109.0503 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip569">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip569)">+      <path d="M -232.4834,-102.1394 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip570">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip570)">+      <path d="M -232.4834,-95.2285 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip571">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip571)">+      <path d="M -232.4834,-88.3176 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip572">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip572)">+      <path d="M -232.4834,-81.4067 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip573">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip573)">+      <path d="M -232.4834,-74.4958 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip574">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip574)">+      <path d="M -232.4834,-67.5849 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip575">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip575)">+      <path d="M -232.4834,-60.6740 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip576">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip576)">+      <path d="M -232.4834,-53.7631 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip577">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip577)">+      <path d="M -232.4834,-46.8522 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip578">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip578)">+      <path d="M -232.4834,-39.9413 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip579">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip579)">+      <path d="M -232.4834,-33.0304 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip580">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip580)">+      <path d="M -232.4834,-26.1195 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip581">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip581)">+      <path d="M -232.4834,-19.2086 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip582">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip582)">+      <path d="M -232.4834,-12.2977 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip583">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip583)">+      <path d="M -232.4834,-5.3868 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip584">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip584)">+      <path d="M -232.4834,1.5241 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip585">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip585)">+      <path d="M -232.4834,8.4350 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip586">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip586)">+      <path d="M -232.4834,15.3459 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip587">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip587)">+      <path d="M -232.4834,22.2567 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip588">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip588)">+      <path d="M -232.4834,29.1676 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip589">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip589)">+      <path d="M -232.4834,36.0785 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip590">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip590)">+      <path d="M -232.4834,42.9894 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip591">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip591)">+      <path d="M -232.4834,49.9003 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip592">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip592)">+      <path d="M 113.0615,49.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip593">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip593)">+      <path d="M 106.1506,49.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip594">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip594)">+      <path d="M 99.2398,49.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip595">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip595)">+      <path d="M 92.3289,49.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip596">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip596)">+      <path d="M 85.4180,49.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip597">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip597)">+      <path d="M 78.5071,49.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip598">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip598)">+      <path d="M 71.5962,49.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip599">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip599)">+      <path d="M 64.6853,49.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip600">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip600)">+      <path d="M 57.7744,49.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip601">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip601)">+      <path d="M 50.8635,49.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip602">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip602)">+      <path d="M 43.9526,49.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip603">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip603)">+      <path d="M 37.0417,49.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip604">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip604)">+      <path d="M 30.1308,49.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip605">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip605)">+      <path d="M 23.2199,49.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip606">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip606)">+      <path d="M 16.3090,49.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip607">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip607)">+      <path d="M 9.3981,49.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip608">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip608)">+      <path d="M 2.4872,49.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip609">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip609)">+      <path d="M -4.4237,49.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip610">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip610)">+      <path d="M -11.3346,49.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip611">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip611)">+      <path d="M -18.2455,49.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip612">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip612)">+      <path d="M -25.1564,49.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip613">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip613)">+      <path d="M -32.0673,49.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip614">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip614)">+      <path d="M -38.9782,49.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip615">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip615)">+      <path d="M -45.8891,49.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip616">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip616)">+      <path d="M -52.8000,49.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip617">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip617)">+      <path d="M -59.7109,49.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip618">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip618)">+      <path d="M -66.6218,49.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip619">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip619)">+      <path d="M -73.5327,49.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip620">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip620)">+      <path d="M -80.4436,49.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip621">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip621)">+      <path d="M -87.3545,49.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip622">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip622)">+      <path d="M -94.2654,49.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip623">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip623)">+      <path d="M -101.1763,49.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip624">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip624)">+      <path d="M -108.0872,49.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip625">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip625)">+      <path d="M -114.9981,49.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip626">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip626)">+      <path d="M -121.9090,49.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip627">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip627)">+      <path d="M -128.8199,49.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip628">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip628)">+      <path d="M -135.7308,49.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip629">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip629)">+      <path d="M -142.6417,49.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip630">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip630)">+      <path d="M -149.5526,49.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip631">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip631)">+      <path d="M -156.4635,49.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip632">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip632)">+      <path d="M -163.3744,49.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip633">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip633)">+      <path d="M -170.2853,49.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip634">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip634)">+      <path d="M -177.1962,49.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip635">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip635)">+      <path d="M -184.1071,49.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip636">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip636)">+      <path d="M -191.0180,49.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip637">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip637)">+      <path d="M -197.9289,49.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip638">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip638)">+      <path d="M -204.8398,49.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip639">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip639)">+      <path d="M -211.7507,49.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip640">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip640)">+      <path d="M -218.6616,49.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip641">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip641)">+      <path d="M -225.5725,49.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip642">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip642)">+      <path d="M -232.4834,49.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip643">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip643)">+      <path d="M -232.4834,-295.6446 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip644">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip644)">+      <path d="M -232.4834,-261.0901 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip645">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip645)">+      <path d="M -232.4834,-226.5356 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip646">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip646)">+      <path d="M -232.4834,-191.9811 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip647">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip647)">+      <path d="M -232.4834,-157.4266 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip648">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip648)">+      <path d="M -232.4834,-122.8721 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip649">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip649)">+      <path d="M -232.4834,-88.3176 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip650">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip650)">+      <path d="M -232.4834,-53.7631 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip651">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip651)">+      <path d="M -232.4834,-19.2086 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip652">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip652)">+      <path d="M -232.4834,15.3459 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip653">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip653)">+      <path d="M -232.4834,49.9003 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip654">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip654)">+      <path d="M 113.0615,49.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip655">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip655)">+      <path d="M 78.5071,49.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip656">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip656)">+      <path d="M 43.9526,49.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip657">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip657)">+      <path d="M 9.3981,49.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip658">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip658)">+      <path d="M -25.1564,49.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip659">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip659)">+      <path d="M -59.7109,49.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip660">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip660)">+      <path d="M -94.2654,49.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip661">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip661)">+      <path d="M -128.8199,49.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip662">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip662)">+      <path d="M -163.3744,49.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip663">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip663)">+      <path d="M -197.9289,49.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip664">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip664)">+      <path d="M -232.4834,49.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(255,255,255)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip665">+        <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip665)">+      <path d="M 139.8413,109.5868 l -0.0000,-495.8678 h -471.0551 l -0.0000,495.8678 Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 139.8413,109.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip666">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip666)">+      <path d="M 190.4544,469.8420 ZM 195.2221,460.4441 c 0.0000,0.1146 -0.1375,0.1834 -0.2521 0.1834c -0.6877,-0.0000 -0.9856,0.1375 -0.9856 0.5043c 0.0000,0.1375 0.0458,0.3209 0.1375 0.5272l 2.5214,5.9138 l 2.5443,-5.8221 c 0.1146,-0.2063 0.1605,-0.3897 0.1605 -0.5272c 0.0000,-0.4814 -0.4584,-0.5960 -0.9627 -0.5960h -0.0917 c -0.1146,-0.0000 -0.2292,-0.0917 -0.2292 -0.1605v -0.4355 l 0.0458,-0.0688 c 0.0000,-0.0000 1.3524,0.0458 2.1546 0.0458c 0.6418,-0.0000 1.5816,-0.0458 1.5816 -0.0458l 0.0688,0.0458 v 0.4355 c 0.0000,0.1146 -0.0917,0.1834 -0.2521 0.1834c -0.8710,-0.0000 -1.3065,0.8939 -1.6274 1.5587c -1.2149,2.5672 -2.2234,4.9282 -4.0571 9.3521c -0.6877,1.6504 -1.5128,3.5758 -3.1403 3.5758c -0.4355,-0.0000 -1.3295,-0.2521 -1.3295 -1.0773c 0.0000,-0.6877 0.5043,-0.8939 0.8710 -0.8939c 0.3438,-0.0000 0.5730,0.1375 0.7106 0.3209c 0.2292,0.2292 0.3897,0.3897 0.6189 0.3897c 0.3438,-0.0000 1.1461,-1.9713 1.7191 -3.3695c 0.1375,-0.2751 0.1834,-0.5043 0.1834 -0.7106c 0.0000,-0.2292 -0.2063,-0.8481 -0.3897 -1.3065l -2.8881,-6.7161 c -0.3667,-0.8710 -0.6189,-1.1232 -1.3982 -1.1232c -0.1375,-0.0000 -0.2292,-0.0688 -0.2292 -0.1605v -0.4584 l 0.0458,-0.0458 c 0.0000,-0.0000 1.0086,0.0458 1.6962 0.0458c 1.0773,-0.0000 2.7277,-0.0458 2.7277 -0.0458l 0.0458,0.0688 v 0.4126 ZM 207.8520,469.8420 ZM 218.4189,462.5529 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 218.4189,462.5529 ZM 218.4189,465.4181 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 225.6622,469.8420 ZM 231.9427,464.4325 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM 233.2951,469.8420 ZM 234.6245,459.6877 c 0.0000,-1.3065 1.2607,-3.0944 3.6675 -3.0944c 1.7650,-0.0000 3.8279,0.6647 3.8279 3.3007c 0.0000,1.7421 -0.8939,2.6131 -2.1317 3.8050l -2.1776,2.1088 c -0.1146,0.1146 -1.6504,1.6274 -1.6504 2.7048h 3.8967 c 0.7793,-0.0000 1.1919,-0.3897 1.5128 -1.6504l 0.5730,0.0917 l -0.4584,2.8881 h -7.0828 c 0.0000,-1.2836 0.2063,-2.2693 2.3380 -4.4468l 1.6045,-1.5816 c 1.2836,-1.3065 1.8108,-2.4297 1.8108 -3.8279c 0.0000,-2.0859 -1.4211,-2.6818 -2.2005 -2.6818c -1.5816,-0.0000 -2.0171,0.8252 -2.0171 1.3753c 0.0000,0.1834 0.0458,0.3667 0.0917 0.5272c 0.0458,0.1605 0.0917,0.3209 0.0917 0.5043c 0.0000,0.5960 -0.4584,0.8252 -0.8252 0.8252c -0.5043,-0.0000 -0.8710,-0.3897 -0.8710 -0.8481ZM 243.3348,469.8420 ZM 244.6413,468.9022 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM 248.3547,469.8420 ZM 253.3745,457.3955 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM 253.3745,457.3955 ZM 253.2828,470.1170 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip667">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip667)">+      <path d="M 380.6416,608.0599 ZM 385.1572,598.8454 c -0.4584,-0.0000 -0.5501,0.1146 -0.5501 0.2751c 0.0000,0.1146 0.0917,0.3209 0.3438 0.7335l 1.3982,2.0630 c 0.0688,0.1375 0.1375,0.2063 0.2292 0.2063c 0.0688,-0.0000 0.1146,-0.0458 0.2063 -0.1605l 1.4899,-2.0859 c 0.2521,-0.3209 0.3897,-0.5730 0.3897 -0.7564c 0.0000,-0.1834 -0.1605,-0.2751 -0.4814 -0.2751h -0.3667 c -0.0688,-0.0000 -0.1375,-0.0458 -0.1375 -0.1605v -0.4355 l 0.0688,-0.0688 c 0.0000,-0.0000 1.0773,0.0458 1.7879 0.0458c 0.7335,-0.0000 1.8567,-0.0458 1.8567 -0.0458l 0.0229,0.0458 v 0.4355 c 0.0000,0.1605 -0.1375,0.1834 -0.2751 0.1834c -0.8481,-0.0000 -1.1919,0.2751 -2.0400 1.3524l -1.9254,2.4526 c -0.0458,0.0688 -0.0688,0.1146 -0.0688 0.1605c 0.0000,0.0458 0.0229,0.1146 0.0688 0.1834l 2.0630,2.9111 c 1.0544,1.4899 1.3524,1.5128 2.0859 1.5128c 0.2292,-0.0000 0.3209,0.0458 0.3209 0.1834v 0.4355 l -0.0229,0.0458 c 0.0000,-0.0000 -1.2378,-0.0458 -2.0171 -0.0458c -0.9398,-0.0000 -2.3839,0.0458 -2.3839 0.0458l -0.0458,-0.0458 v -0.4355 c 0.0000,-0.1146 0.0458,-0.1834 0.1605 -0.1834h 0.2751 c 0.3667,-0.0000 0.5272,-0.0688 0.5272 -0.2521c 0.0000,-0.2063 -0.2521,-0.5501 -0.6189 -1.0315l -1.3295,-1.8337 c -0.0917,-0.1146 -0.1375,-0.1605 -0.2063 -0.1605c -0.0458,-0.0000 -0.1146,0.0688 -0.2063 0.2063l -1.4441,2.0859 c -0.3438,0.4584 -0.4126,0.5730 -0.4126 0.7335c 0.0000,0.1605 0.1375,0.2521 0.4814 0.2521h 0.3209 c 0.1146,-0.0000 0.1605,0.0688 0.1605 0.1834v 0.4355 l -0.0458,0.0458 c 0.0000,-0.0000 -1.1919,-0.0458 -1.9254 -0.0458c -0.6647,-0.0000 -1.7191,0.0458 -1.7191 0.0458l -0.0458,-0.0458 v -0.3897 c 0.0000,-0.1375 0.0917,-0.2292 0.2980 -0.2292c 0.5501,-0.0000 1.0773,-0.1146 2.0400 -1.3524l 1.9254,-2.4755 c 0.0229,-0.0458 0.0458,-0.0917 0.0458 -0.1605c 0.0000,-0.0688 -0.0229,-0.1146 -0.0688 -0.1834l -1.9942,-2.9111 c -0.6418,-0.9398 -1.0544,-1.4899 -1.8567 -1.4899c -0.1605,-0.0000 -0.3209,-0.0688 -0.3209 -0.1605v -0.4355 l 0.0458,-0.0688 l 1.8108,0.0458 l 2.5443,-0.0458 l 0.0688,0.0688 v 0.4126 c 0.0000,0.1146 -0.0917,0.1834 -0.1834 0.1834h -0.3438 ZM 397.7641,608.0599 ZM 408.3311,600.7708 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 408.3311,600.7708 ZM 408.3311,603.6361 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 415.5743,608.0599 ZM 421.8549,602.6504 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM 423.2073,608.0599 ZM 427.5165,597.1263 c -0.4355,-0.0000 -1.4441,0.4126 -1.9483 0.6418l -0.2751,-0.7106 c 2.0171,-0.9398 2.7964,-1.4211 3.9425 -2.2463h 0.4355 v 11.5296 c 0.0000,0.8252 0.1146,1.0544 0.8710 1.0544h 1.1919 c 0.0688,-0.0000 0.1834,0.0458 0.1834 0.1834v 0.5043 l -3.1403,-0.0458 l -3.1861,0.0458 v -0.5043 c 0.0229,-0.0688 0.0458,-0.1834 0.1834 -0.1834h 1.3753 c 0.8710,-0.0000 0.8710,-0.3897 0.8710 -1.0544v -7.8851 c 0.0000,-0.7793 0.0000,-1.3295 -0.5043 -1.3295ZM 433.2470,608.0599 ZM 434.5535,607.1202 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM 438.2668,608.0599 ZM 443.2867,595.6135 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM 443.2867,595.6135 ZM 443.1950,608.3350 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="8.77193507674587" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip668">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip668)">+      <path d="M 419.6572,462.9311 c 0.0000,-2.8626 -2.3206,-5.1832 -5.1832 -5.1832c -2.8626,-0.0000 -5.1832,2.3206 -5.1832 5.1832c -0.0000,2.8626 2.3206,5.1832 5.1832 5.1832c 2.8626,0.0000 5.1832,-2.3206 5.1832 -5.1832Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip669">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip669)">+      <path d="M 414.4741,566.5946 v -103.6635 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip670">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip670)">+      <path d="M 276.2561,462.9311 h 138.2180 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(153,153,153)" stroke-width="5.84795671783058" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip671">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip671)">+      <path d="M 345.3651,186.4952 l 4.1465,24.3816 l 4.1465,23.3865 l 4.1465,22.3913 l 4.1465,21.3961 l 4.1465,20.4010 l 4.1465,19.4058 l 4.1465,18.4106 l 4.1465,17.4155 l 4.1465,16.4203 l 4.1465,15.4251 l 4.1465,14.4300 l 4.1465,13.4348 l 4.1465,12.4396 l 4.1465,11.4444 l 4.1465,10.4493 l 4.1465,9.4541 l 4.1465,8.4589 l 4.1465,7.4638 l 4.1465,6.4686 l 4.1465,5.4734 l 4.1465,4.4783 l 4.1465,3.4831 l 4.1465,2.4879 l 4.1465,1.4928 l 4.1465,0.4976 l 4.1465,-0.4976 l 4.1465,-1.4928 l 4.1465,-2.4879 l 4.1465,-3.4831 l 4.1465,-4.4783 l 4.1465,-5.4734 l 4.1465,-6.4686 l 4.1465,-7.4638 l 4.1465,-8.4589 l 4.1465,-9.4541 l 4.1465,-10.4493 l 4.1465,-11.4444 l 4.1465,-12.4396 l 4.1465,-13.4348 l 4.1465,-14.4300 l 4.1465,-15.4251 l 4.1465,-16.4203 l 4.1465,-17.4155 l 4.1465,-18.4106 l 4.1465,-19.4058 l 4.1465,-20.4010 l 4.1465,-21.3961 l 4.1465,-22.3913 l 4.1465,-23.3865 l 4.1465,-24.3816 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip672">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip672)">+      <path d="M 386.9508,196.5005 ZM 394.1024,182.4036 c 0.0000,0.1719 -0.2063,0.2751 -0.3782 0.2751c -1.0315,-0.0000 -1.4785,0.2063 -1.4785 0.7564c 0.0000,0.2063 0.0688,0.4814 0.2063 0.7908l 3.7821,8.8707 l 3.8165,-8.7332 c 0.1719,-0.3094 0.2407,-0.5845 0.2407 -0.7908c 0.0000,-0.7220 -0.6877,-0.8939 -1.4441 -0.8939h -0.1375 c -0.1719,-0.0000 -0.3438,-0.1375 -0.3438 -0.2407v -0.6533 l 0.0688,-0.1031 c 0.0000,-0.0000 2.0286,0.0688 3.2320 0.0688c 0.9627,-0.0000 2.3724,-0.0688 2.3724 -0.0688l 0.1031,0.0688 v 0.6533 c 0.0000,0.1719 -0.1375,0.2751 -0.3782 0.2751c -1.3065,-0.0000 -1.9598,1.3409 -2.4412 2.3380c -1.8223,3.8508 -3.3351,7.3923 -6.0857 14.0281c -1.0315,2.4755 -2.2693,5.3637 -4.7104 5.3637c -0.6533,-0.0000 -1.9942,-0.3782 -1.9942 -1.6160c 0.0000,-1.0315 0.7564,-1.3409 1.3065 -1.3409c 0.5157,-0.0000 0.8596,0.2063 1.0659 0.4814c 0.3438,0.3438 0.5845,0.5845 0.9283 0.5845c 0.5157,-0.0000 1.7191,-2.9569 2.5787 -5.0542c 0.2063,-0.4126 0.2751,-0.7564 0.2751 -1.0659c 0.0000,-0.3438 -0.3094,-1.2722 -0.5845 -1.9598l -4.3322,-10.0741 c -0.5501,-1.3065 -0.9283,-1.6847 -2.0973 -1.6847c -0.2063,-0.0000 -0.3438,-0.1031 -0.3438 -0.2407v -0.6877 l 0.0688,-0.0688 c 0.0000,-0.0000 1.5128,0.0688 2.5443 0.0688c 1.6160,-0.0000 4.0915,-0.0688 4.0915 -0.0688l 0.0688,0.1031 v 0.6189 ZM 413.0472,196.5005 ZM 428.8976,185.5668 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 428.8976,185.5668 ZM 428.8976,189.8647 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 439.7625,196.5005 ZM 446.5358,182.6787 c -0.6877,-0.0000 -0.8252,0.1719 -0.8252 0.4126c 0.0000,0.1719 0.1375,0.4814 0.5157 1.1002l 2.0973,3.0944 c 0.1031,0.2063 0.2063,0.3094 0.3438 0.3094c 0.1031,-0.0000 0.1719,-0.0688 0.3094 -0.2407l 2.2349,-3.1288 c 0.3782,-0.4814 0.5845,-0.8596 0.5845 -1.1346c 0.0000,-0.2751 -0.2407,-0.4126 -0.7220 -0.4126h -0.5501 c -0.1031,-0.0000 -0.2063,-0.0688 -0.2063 -0.2407v -0.6533 l 0.1031,-0.1031 c 0.0000,-0.0000 1.6160,0.0688 2.6818 0.0688c 1.1002,-0.0000 2.7850,-0.0688 2.7850 -0.0688l 0.0344,0.0688 v 0.6533 c 0.0000,0.2407 -0.2063,0.2751 -0.4126 0.2751c -1.2722,-0.0000 -1.7879,0.4126 -3.0600 2.0286l -2.8881,3.6789 c -0.0688,0.1031 -0.1031,0.1719 -0.1031 0.2407c 0.0000,0.0688 0.0344,0.1719 0.1031 0.2751l 3.0944,4.3666 c 1.5816,2.2349 2.0286,2.2693 3.1288 2.2693c 0.3438,-0.0000 0.4814,0.0688 0.4814 0.2751v 0.6533 l -0.0344,0.0688 c 0.0000,-0.0000 -1.8567,-0.0688 -3.0257 -0.0688c -1.4097,-0.0000 -3.5758,0.0688 -3.5758 0.0688l -0.0688,-0.0688 v -0.6533 c 0.0000,-0.1719 0.0688,-0.2751 0.2407 -0.2751h 0.4126 c 0.5501,-0.0000 0.7908,-0.1031 0.7908 -0.3782c 0.0000,-0.3094 -0.3782,-0.8252 -0.9283 -1.5472l -1.9942,-2.7506 c -0.1375,-0.1719 -0.2063,-0.2407 -0.3094 -0.2407c -0.0688,-0.0000 -0.1719,0.1031 -0.3094 0.3094l -2.1661,3.1288 c -0.5157,0.6877 -0.6189,0.8596 -0.6189 1.1002c 0.0000,0.2407 0.2063,0.3782 0.7220 0.3782h 0.4814 c 0.1719,-0.0000 0.2407,0.1031 0.2407 0.2751v 0.6533 l -0.0688,0.0688 c 0.0000,-0.0000 -1.7879,-0.0688 -2.8881 -0.0688c -0.9971,-0.0000 -2.5787,0.0688 -2.5787 0.0688l -0.0688,-0.0688 v -0.5845 c 0.0000,-0.2063 0.1375,-0.3438 0.4470 -0.3438c 0.8252,-0.0000 1.6160,-0.1719 3.0600 -2.0286l 2.8881,-3.7133 c 0.0344,-0.0688 0.0688,-0.1375 0.0688 -0.2407c 0.0000,-0.1031 -0.0344,-0.1719 -0.1031 -0.2751l -2.9913,-4.3666 c -0.9627,-1.4097 -1.5816,-2.2349 -2.7850 -2.2349c -0.2407,-0.0000 -0.4814,-0.1031 -0.4814 -0.2407v -0.6533 l 0.0688,-0.1031 l 2.7162,0.0688 l 3.8165,-0.0688 l 0.1031,0.1031 v 0.6189 c 0.0000,0.1719 -0.1375,0.2751 -0.2751 0.2751h -0.5157 ZM 456.8506,196.5005 ZM 459.3605,176.3179 c -0.4126,-0.0000 -0.8939,-0.3782 -0.8939 -0.8252c 0.0000,-0.8939 0.9627,-2.6475 3.6789 -2.6475c 1.7191,-0.0000 3.7133,0.6533 3.7133 2.8538c 0.0000,1.5816 -1.1690,2.7162 -3.0600 4.0915c -1.4441,1.0315 -2.2693,2.0286 -2.2693 3.0944h 2.7850 c 1.0659,-0.0000 1.6160,-1.3409 1.9942 -2.3036l 0.8252,0.1719 c -0.3094,1.0315 -0.5501,2.2349 -0.6533 3.2320h -7.0828 c 0.0000,-1.6504 1.5128,-3.0944 3.1288 -4.3666c 1.5472,-1.2378 2.3036,-2.0286 2.3036 -3.8852c 0.0000,-1.6160 -1.2034,-2.0630 -1.8223 -2.0630c -1.4785,-0.0000 -1.8567,0.5501 -1.8567 0.9971c 0.0000,0.3094 0.1719,0.5501 0.1719 0.8252c 0.0000,0.5501 -0.6189,0.8252 -0.9627 0.8252ZM 476.0017,196.5005 ZM 485.4225,188.3862 h -7.7705 c -0.3094,-0.0000 -0.5157,-0.2751 -0.5157 -0.5845c 0.0000,-0.5501 0.4470,-1.2722 0.8596 -1.2722h 7.8736 c 0.3438,-0.0000 0.4814,0.3094 0.4814 0.6189c 0.0000,0.3782 -0.4814,1.2378 -0.9283 1.2378ZM 496.0467,196.5005 ZM 503.4734,177.6932 c -0.8596,-0.0000 -3.3695,0.4814 -3.3695 2.5787c 0.0000,0.6189 -0.2407,1.6847 -1.1690 1.6847c -0.8939,-0.0000 -0.9627,-0.9971 -0.9627 -1.1002c 0.0000,-1.0659 1.4097,-4.2291 6.1889 -4.2291c 3.3351,-0.0000 4.3322,2.0973 4.3322 3.4726c 0.0000,0.8596 -0.2751,2.5787 -3.3695 4.5385c 1.9254,0.3094 4.4697,1.7191 4.4697 5.2949c 0.0000,4.5385 -3.4383,6.9797 -7.3235 6.9797c -1.9598,-0.0000 -4.7104,-0.8596 -4.7104 -2.1661c 0.0000,-0.5157 0.5157,-1.1002 1.2034 -1.1002c 0.6533,-0.0000 0.9627,0.3438 1.2722 0.7908c 0.3782,0.5845 0.9971,1.4097 2.6475 1.4097c 1.1346,-0.0000 4.3666,-1.1346 4.3666 -5.4668c 0.0000,-3.6789 -2.5787,-4.2634 -4.4354 -4.2634c -0.3094,-0.0000 -0.6877,0.0688 -1.0659 0.1375l -0.1375,-1.0315 c 2.6475,-0.4470 4.8479,-3.0257 4.8479 -4.6073c 0.0000,-1.9598 -1.3753,-2.9225 -2.7850 -2.9225Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip673">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip673)">+      <path d="M 621.8010,566.5946 l -0.0000,-345.5449 h -345.5449 l -0.0000,345.5449 Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip674">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip674)">+      <path d="M 276.2561,221.0497 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip675">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip675)">+      <path d="M 276.2561,227.9605 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip676">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip676)">+      <path d="M 276.2561,234.8714 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip677">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip677)">+      <path d="M 276.2561,241.7823 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip678">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip678)">+      <path d="M 276.2561,248.6932 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip679">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip679)">+      <path d="M 276.2561,255.6041 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip680">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip680)">+      <path d="M 276.2561,262.5150 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip681">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip681)">+      <path d="M 276.2561,269.4259 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip682">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip682)">+      <path d="M 276.2561,276.3368 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip683">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip683)">+      <path d="M 276.2561,283.2477 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip684">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip684)">+      <path d="M 276.2561,290.1586 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip685">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip685)">+      <path d="M 276.2561,297.0695 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip686">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip686)">+      <path d="M 276.2561,303.9804 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip687">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip687)">+      <path d="M 276.2561,310.8913 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip688">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip688)">+      <path d="M 276.2561,317.8022 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip689">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip689)">+      <path d="M 276.2561,324.7131 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip690">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip690)">+      <path d="M 276.2561,331.6240 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip691">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip691)">+      <path d="M 276.2561,338.5349 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip692">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip692)">+      <path d="M 276.2561,345.4458 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip693">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip693)">+      <path d="M 276.2561,352.3567 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip694">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip694)">+      <path d="M 276.2561,359.2676 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip695">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip695)">+      <path d="M 276.2561,366.1785 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip696">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip696)">+      <path d="M 276.2561,373.0894 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip697">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip697)">+      <path d="M 276.2561,380.0003 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip698">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip698)">+      <path d="M 276.2561,386.9112 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip699">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip699)">+      <path d="M 276.2561,393.8221 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip700">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip700)">+      <path d="M 276.2561,400.7330 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip701">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip701)">+      <path d="M 276.2561,407.6439 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip702">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip702)">+      <path d="M 276.2561,414.5548 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip703">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip703)">+      <path d="M 276.2561,421.4657 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip704">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip704)">+      <path d="M 276.2561,428.3766 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip705">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip705)">+      <path d="M 276.2561,435.2875 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip706">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip706)">+      <path d="M 276.2561,442.1984 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip707">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip707)">+      <path d="M 276.2561,449.1093 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip708">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip708)">+      <path d="M 276.2561,456.0202 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip709">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip709)">+      <path d="M 276.2561,462.9311 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip710">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip710)">+      <path d="M 276.2561,469.8420 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip711">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip711)">+      <path d="M 276.2561,476.7529 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip712">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip712)">+      <path d="M 276.2561,483.6638 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip713">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip713)">+      <path d="M 276.2561,490.5747 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip714">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip714)">+      <path d="M 276.2561,497.4856 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip715">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip715)">+      <path d="M 276.2561,504.3965 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip716">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip716)">+      <path d="M 276.2561,511.3074 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip717">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip717)">+      <path d="M 276.2561,518.2183 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip718">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip718)">+      <path d="M 276.2561,525.1292 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip719">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip719)">+      <path d="M 276.2561,532.0401 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip720">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip720)">+      <path d="M 276.2561,538.9510 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip721">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip721)">+      <path d="M 276.2561,545.8619 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip722">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip722)">+      <path d="M 276.2561,552.7728 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip723">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip723)">+      <path d="M 276.2561,559.6837 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip724">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip724)">+      <path d="M 276.2561,566.5946 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip725">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip725)">+      <path d="M 621.8010,566.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip726">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip726)">+      <path d="M 614.8901,566.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip727">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip727)">+      <path d="M 607.9792,566.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip728">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip728)">+      <path d="M 601.0683,566.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip729">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip729)">+      <path d="M 594.1574,566.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip730">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip730)">+      <path d="M 587.2465,566.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip731">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip731)">+      <path d="M 580.3356,566.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip732">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip732)">+      <path d="M 573.4247,566.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip733">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip733)">+      <path d="M 566.5138,566.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip734">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip734)">+      <path d="M 559.6029,566.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip735">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip735)">+      <path d="M 552.6920,566.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip736">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip736)">+      <path d="M 545.7811,566.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip737">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip737)">+      <path d="M 538.8702,566.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip738">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip738)">+      <path d="M 531.9593,566.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip739">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip739)">+      <path d="M 525.0484,566.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip740">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip740)">+      <path d="M 518.1375,566.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip741">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip741)">+      <path d="M 511.2266,566.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip742">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip742)">+      <path d="M 504.3158,566.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip743">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip743)">+      <path d="M 497.4049,566.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip744">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip744)">+      <path d="M 490.4940,566.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip745">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip745)">+      <path d="M 483.5831,566.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip746">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip746)">+      <path d="M 476.6722,566.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip747">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip747)">+      <path d="M 469.7613,566.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip748">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip748)">+      <path d="M 462.8504,566.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip749">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip749)">+      <path d="M 455.9395,566.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip750">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip750)">+      <path d="M 449.0286,566.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip751">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip751)">+      <path d="M 442.1177,566.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip752">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip752)">+      <path d="M 435.2068,566.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip753">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip753)">+      <path d="M 428.2959,566.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip754">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip754)">+      <path d="M 421.3850,566.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip755">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip755)">+      <path d="M 414.4741,566.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip756">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip756)">+      <path d="M 407.5632,566.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip757">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip757)">+      <path d="M 400.6523,566.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip758">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip758)">+      <path d="M 393.7414,566.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip759">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip759)">+      <path d="M 386.8305,566.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip760">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip760)">+      <path d="M 379.9196,566.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip761">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip761)">+      <path d="M 373.0087,566.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip762">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip762)">+      <path d="M 366.0978,566.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip763">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip763)">+      <path d="M 359.1869,566.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip764">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip764)">+      <path d="M 352.2760,566.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip765">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip765)">+      <path d="M 345.3651,566.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip766">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip766)">+      <path d="M 338.4542,566.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip767">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip767)">+      <path d="M 331.5433,566.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip768">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip768)">+      <path d="M 324.6324,566.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip769">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip769)">+      <path d="M 317.7215,566.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip770">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip770)">+      <path d="M 310.8106,566.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip771">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip771)">+      <path d="M 303.8997,566.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip772">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip772)">+      <path d="M 296.9888,566.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip773">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip773)">+      <path d="M 290.0779,566.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip774">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip774)">+      <path d="M 283.1670,566.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip775">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip775)">+      <path d="M 276.2561,566.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip776">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip776)">+      <path d="M 276.2561,221.0497 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip777">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip777)">+      <path d="M 276.2561,255.6041 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip778">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip778)">+      <path d="M 276.2561,290.1586 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip779">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip779)">+      <path d="M 276.2561,324.7131 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip780">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip780)">+      <path d="M 276.2561,359.2676 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip781">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip781)">+      <path d="M 276.2561,393.8221 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip782">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip782)">+      <path d="M 276.2561,428.3766 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip783">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip783)">+      <path d="M 276.2561,462.9311 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip784">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip784)">+      <path d="M 276.2561,497.4856 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip785">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip785)">+      <path d="M 276.2561,532.0401 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip786">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip786)">+      <path d="M 276.2561,566.5946 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip787">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip787)">+      <path d="M 621.8010,566.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip788">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip788)">+      <path d="M 587.2465,566.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip789">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip789)">+      <path d="M 552.6920,566.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip790">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip790)">+      <path d="M 518.1375,566.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip791">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip791)">+      <path d="M 483.5831,566.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip792">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip792)">+      <path d="M 449.0286,566.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip793">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip793)">+      <path d="M 414.4741,566.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip794">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip794)">+      <path d="M 379.9196,566.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip795">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip795)">+      <path d="M 345.3651,566.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip796">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip796)">+      <path d="M 310.8106,566.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip797">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip797)">+      <path d="M 276.2561,566.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(255,255,255)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip798">+        <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip798)">+      <path d="M 648.5807,626.2810 l -0.0000,-495.8678 h -471.0551 l -0.0000,495.8678 Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 554.3697,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip799">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip799)">+      <path d="M 86.8223,370.6684 ZM 91.5900,361.2705 c 0.0000,0.1146 -0.1375,0.1834 -0.2521 0.1834c -0.6877,-0.0000 -0.9856,0.1375 -0.9856 0.5043c 0.0000,0.1375 0.0458,0.3209 0.1375 0.5272l 2.5214,5.9138 l 2.5443,-5.8221 c 0.1146,-0.2063 0.1605,-0.3897 0.1605 -0.5272c 0.0000,-0.4814 -0.4584,-0.5960 -0.9627 -0.5960h -0.0917 c -0.1146,-0.0000 -0.2292,-0.0917 -0.2292 -0.1605v -0.4355 l 0.0458,-0.0688 c 0.0000,-0.0000 1.3524,0.0458 2.1546 0.0458c 0.6418,-0.0000 1.5816,-0.0458 1.5816 -0.0458l 0.0688,0.0458 v 0.4355 c 0.0000,0.1146 -0.0917,0.1834 -0.2521 0.1834c -0.8710,-0.0000 -1.3065,0.8939 -1.6274 1.5587c -1.2149,2.5672 -2.2234,4.9282 -4.0571 9.3521c -0.6877,1.6504 -1.5128,3.5758 -3.1403 3.5758c -0.4355,-0.0000 -1.3295,-0.2521 -1.3295 -1.0773c 0.0000,-0.6877 0.5043,-0.8939 0.8710 -0.8939c 0.3438,-0.0000 0.5730,0.1375 0.7106 0.3209c 0.2292,0.2292 0.3897,0.3897 0.6189 0.3897c 0.3438,-0.0000 1.1461,-1.9713 1.7191 -3.3695c 0.1375,-0.2751 0.1834,-0.5043 0.1834 -0.7106c 0.0000,-0.2292 -0.2063,-0.8481 -0.3897 -1.3065l -2.8881,-6.7161 c -0.3667,-0.8710 -0.6189,-1.1232 -1.3982 -1.1232c -0.1375,-0.0000 -0.2292,-0.0688 -0.2292 -0.1605v -0.4584 l 0.0458,-0.0458 c 0.0000,-0.0000 1.0086,0.0458 1.6962 0.0458c 1.0773,-0.0000 2.7277,-0.0458 2.7277 -0.0458l 0.0458,0.0688 v 0.4126 ZM 104.2199,370.6684 ZM 114.7868,363.3793 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 114.7868,363.3793 ZM 114.7868,366.2445 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 122.0300,370.6684 ZM 128.3106,365.2589 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM 129.6630,370.6684 ZM 130.9924,360.5141 c 0.0000,-1.3065 1.2607,-3.0944 3.6675 -3.0944c 1.7650,-0.0000 3.8279,0.6647 3.8279 3.3007c 0.0000,1.7421 -0.8939,2.6131 -2.1317 3.8050l -2.1776,2.1088 c -0.1146,0.1146 -1.6504,1.6274 -1.6504 2.7048h 3.8967 c 0.7793,-0.0000 1.1919,-0.3897 1.5128 -1.6504l 0.5730,0.0917 l -0.4584,2.8881 h -7.0828 c 0.0000,-1.2836 0.2063,-2.2693 2.3380 -4.4468l 1.6045,-1.5816 c 1.2836,-1.3065 1.8108,-2.4297 1.8108 -3.8279c 0.0000,-2.0859 -1.4211,-2.6818 -2.2005 -2.6818c -1.5816,-0.0000 -2.0171,0.8252 -2.0171 1.3753c 0.0000,0.1834 0.0458,0.3667 0.0917 0.5272c 0.0458,0.1605 0.0917,0.3209 0.0917 0.5043c 0.0000,0.5960 -0.4584,0.8252 -0.8252 0.8252c -0.5043,-0.0000 -0.8710,-0.3897 -0.8710 -0.8481ZM 139.7027,370.6684 ZM 141.0092,369.7286 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM 144.7225,370.6684 ZM 149.7424,358.2219 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM 149.7424,358.2219 ZM 149.6507,370.9435 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip800">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip800)">+      <path d="M 277.0095,508.8864 ZM 281.5251,499.6719 c -0.4584,-0.0000 -0.5501,0.1146 -0.5501 0.2751c 0.0000,0.1146 0.0917,0.3209 0.3438 0.7335l 1.3982,2.0630 c 0.0688,0.1375 0.1375,0.2063 0.2292 0.2063c 0.0688,-0.0000 0.1146,-0.0458 0.2063 -0.1605l 1.4899,-2.0859 c 0.2521,-0.3209 0.3897,-0.5730 0.3897 -0.7564c 0.0000,-0.1834 -0.1605,-0.2751 -0.4814 -0.2751h -0.3667 c -0.0688,-0.0000 -0.1375,-0.0458 -0.1375 -0.1605v -0.4355 l 0.0688,-0.0688 c 0.0000,-0.0000 1.0773,0.0458 1.7879 0.0458c 0.7335,-0.0000 1.8567,-0.0458 1.8567 -0.0458l 0.0229,0.0458 v 0.4355 c 0.0000,0.1605 -0.1375,0.1834 -0.2751 0.1834c -0.8481,-0.0000 -1.1919,0.2751 -2.0400 1.3524l -1.9254,2.4526 c -0.0458,0.0688 -0.0688,0.1146 -0.0688 0.1605c 0.0000,0.0458 0.0229,0.1146 0.0688 0.1834l 2.0630,2.9111 c 1.0544,1.4899 1.3524,1.5128 2.0859 1.5128c 0.2292,-0.0000 0.3209,0.0458 0.3209 0.1834v 0.4355 l -0.0229,0.0458 c 0.0000,-0.0000 -1.2378,-0.0458 -2.0171 -0.0458c -0.9398,-0.0000 -2.3839,0.0458 -2.3839 0.0458l -0.0458,-0.0458 v -0.4355 c 0.0000,-0.1146 0.0458,-0.1834 0.1605 -0.1834h 0.2751 c 0.3667,-0.0000 0.5272,-0.0688 0.5272 -0.2521c 0.0000,-0.2063 -0.2521,-0.5501 -0.6189 -1.0315l -1.3295,-1.8337 c -0.0917,-0.1146 -0.1375,-0.1605 -0.2063 -0.1605c -0.0458,-0.0000 -0.1146,0.0688 -0.2063 0.2063l -1.4441,2.0859 c -0.3438,0.4584 -0.4126,0.5730 -0.4126 0.7335c 0.0000,0.1605 0.1375,0.2521 0.4814 0.2521h 0.3209 c 0.1146,-0.0000 0.1605,0.0688 0.1605 0.1834v 0.4355 l -0.0458,0.0458 c 0.0000,-0.0000 -1.1919,-0.0458 -1.9254 -0.0458c -0.6647,-0.0000 -1.7191,0.0458 -1.7191 0.0458l -0.0458,-0.0458 v -0.3897 c 0.0000,-0.1375 0.0917,-0.2292 0.2980 -0.2292c 0.5501,-0.0000 1.0773,-0.1146 2.0400 -1.3524l 1.9254,-2.4755 c 0.0229,-0.0458 0.0458,-0.0917 0.0458 -0.1605c 0.0000,-0.0688 -0.0229,-0.1146 -0.0688 -0.1834l -1.9942,-2.9111 c -0.6418,-0.9398 -1.0544,-1.4899 -1.8567 -1.4899c -0.1605,-0.0000 -0.3209,-0.0688 -0.3209 -0.1605v -0.4355 l 0.0458,-0.0688 l 1.8108,0.0458 l 2.5443,-0.0458 l 0.0688,0.0688 v 0.4126 c 0.0000,0.1146 -0.0917,0.1834 -0.1834 0.1834h -0.3438 ZM 294.1320,508.8864 ZM 304.6989,501.5973 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 304.6989,501.5973 ZM 304.6989,504.4625 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 311.9422,508.8864 ZM 318.2228,503.4769 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM 319.5751,508.8864 ZM 323.8844,497.9527 c -0.4355,-0.0000 -1.4441,0.4126 -1.9483 0.6418l -0.2751,-0.7106 c 2.0171,-0.9398 2.7964,-1.4211 3.9425 -2.2463h 0.4355 v 11.5296 c 0.0000,0.8252 0.1146,1.0544 0.8710 1.0544h 1.1919 c 0.0688,-0.0000 0.1834,0.0458 0.1834 0.1834v 0.5043 l -3.1403,-0.0458 l -3.1861,0.0458 v -0.5043 c 0.0229,-0.0688 0.0458,-0.1834 0.1834 -0.1834h 1.3753 c 0.8710,-0.0000 0.8710,-0.3897 0.8710 -1.0544v -7.8851 c 0.0000,-0.7793 0.0000,-1.3295 -0.5043 -1.3295ZM 329.6148,508.8864 ZM 330.9214,507.9466 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM 334.6347,508.8864 ZM 339.6546,496.4399 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM 339.6546,496.4399 ZM 339.5629,509.1615 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="8.77193507674587" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip801">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip801)">+      <path d="M 316.0251,363.7575 c 0.0000,-2.8626 -2.3206,-5.1832 -5.1832 -5.1832c -2.8626,-0.0000 -5.1832,2.3206 -5.1832 5.1832c -0.0000,2.8626 2.3206,5.1832 5.1832 5.1832c 2.8626,0.0000 5.1832,-2.3206 5.1832 -5.1832Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip802">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip802)">+      <path d="M 310.8420,467.4210 v -103.6635 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip803">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip803)">+      <path d="M 172.6240,363.7575 h 138.2180 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(153,153,153)" stroke-width="5.84795671783058" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip804">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip804)">+      <path d="M 241.7330,87.3216 l 4.1465,24.3816 l 4.1465,23.3865 l 4.1465,22.3913 l 4.1465,21.3961 l 4.1465,20.4010 l 4.1465,19.4058 l 4.1465,18.4106 l 4.1465,17.4155 l 4.1465,16.4203 l 4.1465,15.4251 l 4.1465,14.4300 l 4.1465,13.4348 l 4.1465,12.4396 l 4.1465,11.4444 l 4.1465,10.4493 l 4.1465,9.4541 l 4.1465,8.4589 l 4.1465,7.4638 l 4.1465,6.4686 l 4.1465,5.4734 l 4.1465,4.4783 l 4.1465,3.4831 l 4.1465,2.4879 l 4.1465,1.4928 l 4.1465,0.4976 l 4.1465,-0.4976 l 4.1465,-1.4928 l 4.1465,-2.4879 l 4.1465,-3.4831 l 4.1465,-4.4783 l 4.1465,-5.4734 l 4.1465,-6.4686 l 4.1465,-7.4638 l 4.1465,-8.4589 l 4.1465,-9.4541 l 4.1465,-10.4493 l 4.1465,-11.4444 l 4.1465,-12.4396 l 4.1465,-13.4348 l 4.1465,-14.4300 l 4.1465,-15.4251 l 4.1465,-16.4203 l 4.1465,-17.4155 l 4.1465,-18.4106 l 4.1465,-19.4058 l 4.1465,-20.4010 l 4.1465,-21.3961 l 4.1465,-22.3913 l 4.1465,-23.3865 l 4.1465,-24.3816 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip805">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip805)">+      <path d="M 283.3187,97.3269 ZM 290.4703,83.2301 c 0.0000,0.1719 -0.2063,0.2751 -0.3782 0.2751c -1.0315,-0.0000 -1.4785,0.2063 -1.4785 0.7564c 0.0000,0.2063 0.0688,0.4814 0.2063 0.7908l 3.7821,8.8707 l 3.8165,-8.7332 c 0.1719,-0.3094 0.2407,-0.5845 0.2407 -0.7908c 0.0000,-0.7220 -0.6877,-0.8939 -1.4441 -0.8939h -0.1375 c -0.1719,-0.0000 -0.3438,-0.1375 -0.3438 -0.2407v -0.6533 l 0.0688,-0.1031 c 0.0000,-0.0000 2.0286,0.0688 3.2320 0.0688c 0.9627,-0.0000 2.3724,-0.0688 2.3724 -0.0688l 0.1031,0.0688 v 0.6533 c 0.0000,0.1719 -0.1375,0.2751 -0.3782 0.2751c -1.3065,-0.0000 -1.9598,1.3409 -2.4412 2.3380c -1.8223,3.8508 -3.3351,7.3923 -6.0857 14.0281c -1.0315,2.4755 -2.2693,5.3637 -4.7104 5.3637c -0.6533,-0.0000 -1.9942,-0.3782 -1.9942 -1.6160c 0.0000,-1.0315 0.7564,-1.3409 1.3065 -1.3409c 0.5157,-0.0000 0.8596,0.2063 1.0659 0.4814c 0.3438,0.3438 0.5845,0.5845 0.9283 0.5845c 0.5157,-0.0000 1.7191,-2.9569 2.5787 -5.0542c 0.2063,-0.4126 0.2751,-0.7564 0.2751 -1.0659c 0.0000,-0.3438 -0.3094,-1.2722 -0.5845 -1.9598l -4.3322,-10.0741 c -0.5501,-1.3065 -0.9283,-1.6847 -2.0973 -1.6847c -0.2063,-0.0000 -0.3438,-0.1031 -0.3438 -0.2407v -0.6877 l 0.0688,-0.0688 c 0.0000,-0.0000 1.5128,0.0688 2.5443 0.0688c 1.6160,-0.0000 4.0915,-0.0688 4.0915 -0.0688l 0.0688,0.1031 v 0.6189 ZM 309.4151,97.3269 ZM 325.2655,86.3933 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 325.2655,86.3933 ZM 325.2655,90.6911 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 336.1303,97.3269 ZM 342.9037,83.5051 c -0.6877,-0.0000 -0.8252,0.1719 -0.8252 0.4126c 0.0000,0.1719 0.1375,0.4814 0.5157 1.1002l 2.0973,3.0944 c 0.1031,0.2063 0.2063,0.3094 0.3438 0.3094c 0.1031,-0.0000 0.1719,-0.0688 0.3094 -0.2407l 2.2349,-3.1288 c 0.3782,-0.4814 0.5845,-0.8596 0.5845 -1.1346c 0.0000,-0.2751 -0.2407,-0.4126 -0.7220 -0.4126h -0.5501 c -0.1031,-0.0000 -0.2063,-0.0688 -0.2063 -0.2407v -0.6533 l 0.1031,-0.1031 c 0.0000,-0.0000 1.6160,0.0688 2.6818 0.0688c 1.1002,-0.0000 2.7850,-0.0688 2.7850 -0.0688l 0.0344,0.0688 v 0.6533 c 0.0000,0.2407 -0.2063,0.2751 -0.4126 0.2751c -1.2722,-0.0000 -1.7879,0.4126 -3.0600 2.0286l -2.8881,3.6789 c -0.0688,0.1031 -0.1031,0.1719 -0.1031 0.2407c 0.0000,0.0688 0.0344,0.1719 0.1031 0.2751l 3.0944,4.3666 c 1.5816,2.2349 2.0286,2.2693 3.1288 2.2693c 0.3438,-0.0000 0.4814,0.0688 0.4814 0.2751v 0.6533 l -0.0344,0.0688 c 0.0000,-0.0000 -1.8567,-0.0688 -3.0257 -0.0688c -1.4097,-0.0000 -3.5758,0.0688 -3.5758 0.0688l -0.0688,-0.0688 v -0.6533 c 0.0000,-0.1719 0.0688,-0.2751 0.2407 -0.2751h 0.4126 c 0.5501,-0.0000 0.7908,-0.1031 0.7908 -0.3782c 0.0000,-0.3094 -0.3782,-0.8252 -0.9283 -1.5472l -1.9942,-2.7506 c -0.1375,-0.1719 -0.2063,-0.2407 -0.3094 -0.2407c -0.0688,-0.0000 -0.1719,0.1031 -0.3094 0.3094l -2.1661,3.1288 c -0.5157,0.6877 -0.6189,0.8596 -0.6189 1.1002c 0.0000,0.2407 0.2063,0.3782 0.7220 0.3782h 0.4814 c 0.1719,-0.0000 0.2407,0.1031 0.2407 0.2751v 0.6533 l -0.0688,0.0688 c 0.0000,-0.0000 -1.7879,-0.0688 -2.8881 -0.0688c -0.9971,-0.0000 -2.5787,0.0688 -2.5787 0.0688l -0.0688,-0.0688 v -0.5845 c 0.0000,-0.2063 0.1375,-0.3438 0.4470 -0.3438c 0.8252,-0.0000 1.6160,-0.1719 3.0600 -2.0286l 2.8881,-3.7133 c 0.0344,-0.0688 0.0688,-0.1375 0.0688 -0.2407c 0.0000,-0.1031 -0.0344,-0.1719 -0.1031 -0.2751l -2.9913,-4.3666 c -0.9627,-1.4097 -1.5816,-2.2349 -2.7850 -2.2349c -0.2407,-0.0000 -0.4814,-0.1031 -0.4814 -0.2407v -0.6533 l 0.0688,-0.1031 l 2.7162,0.0688 l 3.8165,-0.0688 l 0.1031,0.1031 v 0.6189 c 0.0000,0.1719 -0.1375,0.2751 -0.2751 0.2751h -0.5157 ZM 353.2185,97.3269 ZM 355.7284,77.1444 c -0.4126,-0.0000 -0.8939,-0.3782 -0.8939 -0.8252c 0.0000,-0.8939 0.9627,-2.6475 3.6789 -2.6475c 1.7191,-0.0000 3.7133,0.6533 3.7133 2.8538c 0.0000,1.5816 -1.1690,2.7162 -3.0600 4.0915c -1.4441,1.0315 -2.2693,2.0286 -2.2693 3.0944h 2.7850 c 1.0659,-0.0000 1.6160,-1.3409 1.9942 -2.3036l 0.8252,0.1719 c -0.3094,1.0315 -0.5501,2.2349 -0.6533 3.2320h -7.0828 c 0.0000,-1.6504 1.5128,-3.0944 3.1288 -4.3666c 1.5472,-1.2378 2.3036,-2.0286 2.3036 -3.8852c 0.0000,-1.6160 -1.2034,-2.0630 -1.8223 -2.0630c -1.4785,-0.0000 -1.8567,0.5501 -1.8567 0.9971c 0.0000,0.3094 0.1719,0.5501 0.1719 0.8252c 0.0000,0.5501 -0.6189,0.8252 -0.9627 0.8252ZM 372.3696,97.3269 ZM 381.7904,89.2126 h -7.7705 c -0.3094,-0.0000 -0.5157,-0.2751 -0.5157 -0.5845c 0.0000,-0.5501 0.4470,-1.2722 0.8596 -1.2722h 7.8736 c 0.3438,-0.0000 0.4814,0.3094 0.4814 0.6189c 0.0000,0.3782 -0.4814,1.2378 -0.9283 1.2378ZM 392.4146,97.3269 ZM 399.8413,78.5197 c -0.8596,-0.0000 -3.3695,0.4814 -3.3695 2.5787c 0.0000,0.6189 -0.2407,1.6847 -1.1690 1.6847c -0.8939,-0.0000 -0.9627,-0.9971 -0.9627 -1.1002c 0.0000,-1.0659 1.4097,-4.2291 6.1889 -4.2291c 3.3351,-0.0000 4.3322,2.0973 4.3322 3.4726c 0.0000,0.8596 -0.2751,2.5787 -3.3695 4.5385c 1.9254,0.3094 4.4697,1.7191 4.4697 5.2949c 0.0000,4.5385 -3.4383,6.9797 -7.3235 6.9797c -1.9598,-0.0000 -4.7104,-0.8596 -4.7104 -2.1661c 0.0000,-0.5157 0.5157,-1.1002 1.2034 -1.1002c 0.6533,-0.0000 0.9627,0.3438 1.2722 0.7908c 0.3782,0.5845 0.9971,1.4097 2.6475 1.4097c 1.1346,-0.0000 4.3666,-1.1346 4.3666 -5.4668c 0.0000,-3.6789 -2.5787,-4.2634 -4.4354 -4.2634c -0.3094,-0.0000 -0.6877,0.0688 -1.0659 0.1375l -0.1375,-1.0315 c 2.6475,-0.4470 4.8479,-3.0257 4.8479 -4.6073c 0.0000,-1.9598 -1.3753,-2.9225 -2.7850 -2.9225Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip806">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip806)">+      <path d="M 518.1689,467.4210 l -0.0000,-345.5449 h -345.5449 l -0.0000,345.5449 Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip807">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip807)">+      <path d="M 172.6240,121.8761 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip808">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip808)">+      <path d="M 172.6240,128.7870 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip809">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip809)">+      <path d="M 172.6240,135.6979 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip810">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip810)">+      <path d="M 172.6240,142.6088 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip811">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip811)">+      <path d="M 172.6240,149.5197 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip812">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip812)">+      <path d="M 172.6240,156.4306 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip813">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip813)">+      <path d="M 172.6240,163.3415 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip814">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip814)">+      <path d="M 172.6240,170.2524 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip815">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip815)">+      <path d="M 172.6240,177.1633 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip816">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip816)">+      <path d="M 172.6240,184.0742 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip817">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip817)">+      <path d="M 172.6240,190.9851 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip818">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip818)">+      <path d="M 172.6240,197.8960 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip819">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip819)">+      <path d="M 172.6240,204.8069 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip820">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip820)">+      <path d="M 172.6240,211.7178 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip821">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip821)">+      <path d="M 172.6240,218.6287 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip822">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip822)">+      <path d="M 172.6240,225.5396 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip823">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip823)">+      <path d="M 172.6240,232.4505 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip824">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip824)">+      <path d="M 172.6240,239.3614 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip825">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip825)">+      <path d="M 172.6240,246.2723 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip826">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip826)">+      <path d="M 172.6240,253.1832 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip827">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip827)">+      <path d="M 172.6240,260.0941 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip828">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip828)">+      <path d="M 172.6240,267.0050 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip829">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip829)">+      <path d="M 172.6240,273.9159 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip830">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip830)">+      <path d="M 172.6240,280.8268 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip831">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip831)">+      <path d="M 172.6240,287.7377 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip832">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip832)">+      <path d="M 172.6240,294.6486 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip833">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip833)">+      <path d="M 172.6240,301.5594 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip834">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip834)">+      <path d="M 172.6240,308.4703 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip835">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip835)">+      <path d="M 172.6240,315.3812 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip836">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip836)">+      <path d="M 172.6240,322.2921 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip837">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip837)">+      <path d="M 172.6240,329.2030 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip838">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip838)">+      <path d="M 172.6240,336.1139 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip839">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip839)">+      <path d="M 172.6240,343.0248 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip840">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip840)">+      <path d="M 172.6240,349.9357 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip841">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip841)">+      <path d="M 172.6240,356.8466 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip842">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip842)">+      <path d="M 172.6240,363.7575 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip843">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip843)">+      <path d="M 172.6240,370.6684 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip844">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip844)">+      <path d="M 172.6240,377.5793 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip845">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip845)">+      <path d="M 172.6240,384.4902 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip846">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip846)">+      <path d="M 172.6240,391.4011 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip847">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip847)">+      <path d="M 172.6240,398.3120 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip848">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip848)">+      <path d="M 172.6240,405.2229 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip849">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip849)">+      <path d="M 172.6240,412.1338 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip850">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip850)">+      <path d="M 172.6240,419.0447 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip851">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip851)">+      <path d="M 172.6240,425.9556 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip852">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip852)">+      <path d="M 172.6240,432.8665 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip853">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip853)">+      <path d="M 172.6240,439.7774 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip854">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip854)">+      <path d="M 172.6240,446.6883 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip855">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip855)">+      <path d="M 172.6240,453.5992 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip856">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip856)">+      <path d="M 172.6240,460.5101 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip857">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip857)">+      <path d="M 172.6240,467.4210 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip858">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip858)">+      <path d="M 518.1689,467.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip859">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip859)">+      <path d="M 511.2580,467.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip860">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip860)">+      <path d="M 504.3471,467.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip861">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip861)">+      <path d="M 497.4362,467.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip862">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip862)">+      <path d="M 490.5253,467.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip863">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip863)">+      <path d="M 483.6144,467.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip864">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip864)">+      <path d="M 476.7035,467.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip865">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip865)">+      <path d="M 469.7926,467.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip866">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip866)">+      <path d="M 462.8817,467.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip867">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip867)">+      <path d="M 455.9708,467.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip868">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip868)">+      <path d="M 449.0599,467.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip869">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip869)">+      <path d="M 442.1490,467.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip870">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip870)">+      <path d="M 435.2381,467.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip871">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip871)">+      <path d="M 428.3272,467.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip872">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip872)">+      <path d="M 421.4163,467.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip873">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip873)">+      <path d="M 414.5054,467.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip874">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip874)">+      <path d="M 407.5945,467.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip875">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip875)">+      <path d="M 400.6836,467.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip876">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip876)">+      <path d="M 393.7727,467.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip877">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip877)">+      <path d="M 386.8618,467.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip878">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip878)">+      <path d="M 379.9509,467.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip879">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip879)">+      <path d="M 373.0400,467.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip880">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip880)">+      <path d="M 366.1291,467.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip881">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip881)">+      <path d="M 359.2182,467.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip882">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip882)">+      <path d="M 352.3073,467.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip883">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip883)">+      <path d="M 345.3965,467.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip884">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip884)">+      <path d="M 338.4856,467.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip885">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip885)">+      <path d="M 331.5747,467.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip886">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip886)">+      <path d="M 324.6638,467.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip887">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip887)">+      <path d="M 317.7529,467.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip888">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip888)">+      <path d="M 310.8420,467.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip889">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip889)">+      <path d="M 303.9311,467.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip890">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip890)">+      <path d="M 297.0202,467.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip891">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip891)">+      <path d="M 290.1093,467.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip892">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip892)">+      <path d="M 283.1984,467.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip893">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip893)">+      <path d="M 276.2875,467.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip894">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip894)">+      <path d="M 269.3766,467.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip895">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip895)">+      <path d="M 262.4657,467.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip896">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip896)">+      <path d="M 255.5548,467.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip897">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip897)">+      <path d="M 248.6439,467.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip898">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip898)">+      <path d="M 241.7330,467.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip899">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip899)">+      <path d="M 234.8221,467.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip900">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip900)">+      <path d="M 227.9112,467.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip901">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip901)">+      <path d="M 221.0003,467.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip902">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip902)">+      <path d="M 214.0894,467.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip903">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip903)">+      <path d="M 207.1785,467.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip904">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip904)">+      <path d="M 200.2676,467.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip905">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip905)">+      <path d="M 193.3567,467.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip906">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip906)">+      <path d="M 186.4458,467.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip907">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip907)">+      <path d="M 179.5349,467.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip908">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip908)">+      <path d="M 172.6240,467.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip909">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip909)">+      <path d="M 172.6240,121.8761 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip910">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip910)">+      <path d="M 172.6240,156.4306 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip911">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip911)">+      <path d="M 172.6240,190.9851 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip912">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip912)">+      <path d="M 172.6240,225.5396 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip913">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip913)">+      <path d="M 172.6240,260.0941 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip914">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip914)">+      <path d="M 172.6240,294.6486 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip915">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip915)">+      <path d="M 172.6240,329.2030 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip916">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip916)">+      <path d="M 172.6240,363.7575 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip917">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip917)">+      <path d="M 172.6240,398.3120 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip918">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip918)">+      <path d="M 172.6240,432.8665 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip919">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip919)">+      <path d="M 172.6240,467.4210 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip920">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip920)">+      <path d="M 518.1689,467.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip921">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip921)">+      <path d="M 483.6144,467.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip922">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip922)">+      <path d="M 449.0599,467.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip923">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip923)">+      <path d="M 414.5054,467.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip924">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip924)">+      <path d="M 379.9509,467.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip925">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip925)">+      <path d="M 345.3965,467.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip926">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip926)">+      <path d="M 310.8420,467.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip927">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip927)">+      <path d="M 276.2875,467.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip928">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip928)">+      <path d="M 241.7330,467.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip929">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip929)">+      <path d="M 207.1785,467.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip930">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip930)">+      <path d="M 172.6240,467.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(255,255,255)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip931">+        <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip931)">+      <path d="M 544.9486,527.1074 l -0.0000,-495.8678 h -471.0551 l -0.0000,495.8678 Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 450.7376,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip932">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip932)">+      <path d="M -16.8098,271.4949 ZM -12.0421,262.0970 c 0.0000,0.1146 -0.1375,0.1834 -0.2521 0.1834c -0.6877,-0.0000 -0.9856,0.1375 -0.9856 0.5043c 0.0000,0.1375 0.0458,0.3209 0.1375 0.5272l 2.5214,5.9138 l 2.5443,-5.8221 c 0.1146,-0.2063 0.1605,-0.3897 0.1605 -0.5272c 0.0000,-0.4814 -0.4584,-0.5960 -0.9627 -0.5960h -0.0917 c -0.1146,-0.0000 -0.2292,-0.0917 -0.2292 -0.1605v -0.4355 l 0.0458,-0.0688 c 0.0000,-0.0000 1.3524,0.0458 2.1546 0.0458c 0.6418,-0.0000 1.5816,-0.0458 1.5816 -0.0458l 0.0688,0.0458 v 0.4355 c 0.0000,0.1146 -0.0917,0.1834 -0.2521 0.1834c -0.8710,-0.0000 -1.3065,0.8939 -1.6274 1.5587c -1.2149,2.5672 -2.2234,4.9282 -4.0571 9.3521c -0.6877,1.6504 -1.5128,3.5758 -3.1403 3.5758c -0.4355,-0.0000 -1.3295,-0.2521 -1.3295 -1.0773c 0.0000,-0.6877 0.5043,-0.8939 0.8710 -0.8939c 0.3438,-0.0000 0.5730,0.1375 0.7106 0.3209c 0.2292,0.2292 0.3897,0.3897 0.6189 0.3897c 0.3438,-0.0000 1.1461,-1.9713 1.7191 -3.3695c 0.1375,-0.2751 0.1834,-0.5043 0.1834 -0.7106c 0.0000,-0.2292 -0.2063,-0.8481 -0.3897 -1.3065l -2.8881,-6.7161 c -0.3667,-0.8710 -0.6189,-1.1232 -1.3982 -1.1232c -0.1375,-0.0000 -0.2292,-0.0688 -0.2292 -0.1605v -0.4584 l 0.0458,-0.0458 c 0.0000,-0.0000 1.0086,0.0458 1.6962 0.0458c 1.0773,-0.0000 2.7277,-0.0458 2.7277 -0.0458l 0.0458,0.0688 v 0.4126 ZM 0.5877,271.4949 ZM 11.1547,264.2058 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 11.1547,264.2058 ZM 11.1547,267.0710 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 18.3979,271.4949 ZM 24.6785,266.0853 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM 26.0309,271.4949 ZM 27.3603,261.3406 c 0.0000,-1.3065 1.2607,-3.0944 3.6675 -3.0944c 1.7650,-0.0000 3.8279,0.6647 3.8279 3.3007c 0.0000,1.7421 -0.8939,2.6131 -2.1317 3.8050l -2.1776,2.1088 c -0.1146,0.1146 -1.6504,1.6274 -1.6504 2.7048h 3.8967 c 0.7793,-0.0000 1.1919,-0.3897 1.5128 -1.6504l 0.5730,0.0917 l -0.4584,2.8881 h -7.0828 c 0.0000,-1.2836 0.2063,-2.2693 2.3380 -4.4468l 1.6045,-1.5816 c 1.2836,-1.3065 1.8108,-2.4297 1.8108 -3.8279c 0.0000,-2.0859 -1.4211,-2.6818 -2.2005 -2.6818c -1.5816,-0.0000 -2.0171,0.8252 -2.0171 1.3753c 0.0000,0.1834 0.0458,0.3667 0.0917 0.5272c 0.0458,0.1605 0.0917,0.3209 0.0917 0.5043c 0.0000,0.5960 -0.4584,0.8252 -0.8252 0.8252c -0.5043,-0.0000 -0.8710,-0.3897 -0.8710 -0.8481ZM 36.0706,271.4949 ZM 37.3771,270.5551 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM 41.0904,271.4949 ZM 46.1103,259.0484 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM 46.1103,259.0484 ZM 46.0186,271.7699 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip933">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip933)">+      <path d="M 173.3774,409.7128 ZM 177.8930,400.4983 c -0.4584,-0.0000 -0.5501,0.1146 -0.5501 0.2751c 0.0000,0.1146 0.0917,0.3209 0.3438 0.7335l 1.3982,2.0630 c 0.0688,0.1375 0.1375,0.2063 0.2292 0.2063c 0.0688,-0.0000 0.1146,-0.0458 0.2063 -0.1605l 1.4899,-2.0859 c 0.2521,-0.3209 0.3897,-0.5730 0.3897 -0.7564c 0.0000,-0.1834 -0.1605,-0.2751 -0.4814 -0.2751h -0.3667 c -0.0688,-0.0000 -0.1375,-0.0458 -0.1375 -0.1605v -0.4355 l 0.0688,-0.0688 c 0.0000,-0.0000 1.0773,0.0458 1.7879 0.0458c 0.7335,-0.0000 1.8567,-0.0458 1.8567 -0.0458l 0.0229,0.0458 v 0.4355 c 0.0000,0.1605 -0.1375,0.1834 -0.2751 0.1834c -0.8481,-0.0000 -1.1919,0.2751 -2.0400 1.3524l -1.9254,2.4526 c -0.0458,0.0688 -0.0688,0.1146 -0.0688 0.1605c 0.0000,0.0458 0.0229,0.1146 0.0688 0.1834l 2.0630,2.9111 c 1.0544,1.4899 1.3524,1.5128 2.0859 1.5128c 0.2292,-0.0000 0.3209,0.0458 0.3209 0.1834v 0.4355 l -0.0229,0.0458 c 0.0000,-0.0000 -1.2378,-0.0458 -2.0171 -0.0458c -0.9398,-0.0000 -2.3839,0.0458 -2.3839 0.0458l -0.0458,-0.0458 v -0.4355 c 0.0000,-0.1146 0.0458,-0.1834 0.1605 -0.1834h 0.2751 c 0.3667,-0.0000 0.5272,-0.0688 0.5272 -0.2521c 0.0000,-0.2063 -0.2521,-0.5501 -0.6189 -1.0315l -1.3295,-1.8337 c -0.0917,-0.1146 -0.1375,-0.1605 -0.2063 -0.1605c -0.0458,-0.0000 -0.1146,0.0688 -0.2063 0.2063l -1.4441,2.0859 c -0.3438,0.4584 -0.4126,0.5730 -0.4126 0.7335c 0.0000,0.1605 0.1375,0.2521 0.4814 0.2521h 0.3209 c 0.1146,-0.0000 0.1605,0.0688 0.1605 0.1834v 0.4355 l -0.0458,0.0458 c 0.0000,-0.0000 -1.1919,-0.0458 -1.9254 -0.0458c -0.6647,-0.0000 -1.7191,0.0458 -1.7191 0.0458l -0.0458,-0.0458 v -0.3897 c 0.0000,-0.1375 0.0917,-0.2292 0.2980 -0.2292c 0.5501,-0.0000 1.0773,-0.1146 2.0400 -1.3524l 1.9254,-2.4755 c 0.0229,-0.0458 0.0458,-0.0917 0.0458 -0.1605c 0.0000,-0.0688 -0.0229,-0.1146 -0.0688 -0.1834l -1.9942,-2.9111 c -0.6418,-0.9398 -1.0544,-1.4899 -1.8567 -1.4899c -0.1605,-0.0000 -0.3209,-0.0688 -0.3209 -0.1605v -0.4355 l 0.0458,-0.0688 l 1.8108,0.0458 l 2.5443,-0.0458 l 0.0688,0.0688 v 0.4126 c 0.0000,0.1146 -0.0917,0.1834 -0.1834 0.1834h -0.3438 ZM 190.4999,409.7128 ZM 201.0668,402.4237 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 201.0668,402.4237 ZM 201.0668,405.2889 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 208.3101,409.7128 ZM 214.5906,404.3033 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM 215.9430,409.7128 ZM 220.2523,398.7792 c -0.4355,-0.0000 -1.4441,0.4126 -1.9483 0.6418l -0.2751,-0.7106 c 2.0171,-0.9398 2.7964,-1.4211 3.9425 -2.2463h 0.4355 v 11.5296 c 0.0000,0.8252 0.1146,1.0544 0.8710 1.0544h 1.1919 c 0.0688,-0.0000 0.1834,0.0458 0.1834 0.1834v 0.5043 l -3.1403,-0.0458 l -3.1861,0.0458 v -0.5043 c 0.0229,-0.0688 0.0458,-0.1834 0.1834 -0.1834h 1.3753 c 0.8710,-0.0000 0.8710,-0.3897 0.8710 -1.0544v -7.8851 c 0.0000,-0.7793 0.0000,-1.3295 -0.5043 -1.3295ZM 225.9827,409.7128 ZM 227.2893,408.7730 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM 231.0026,409.7128 ZM 236.0224,397.2663 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM 236.0224,397.2663 ZM 235.9308,409.9879 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="8.77193507674587" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip934">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip934)">+      <path d="M 212.3930,264.5840 c 0.0000,-2.8626 -2.3206,-5.1832 -5.1832 -5.1832c -2.8626,-0.0000 -5.1832,2.3206 -5.1832 5.1832c -0.0000,2.8626 2.3206,5.1832 5.1832 5.1832c 2.8626,0.0000 5.1832,-2.3206 5.1832 -5.1832Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip935">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip935)">+      <path d="M 207.2098,368.2474 v -103.6635 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip936">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip936)">+      <path d="M 68.9919,264.5840 h 138.2180 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(153,153,153)" stroke-width="5.84795671783058" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip937">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip937)">+      <path d="M 138.1009,-11.8519 l 4.1465,24.3816 l 4.1465,23.3865 l 4.1465,22.3913 l 4.1465,21.3961 l 4.1465,20.4010 l 4.1465,19.4058 l 4.1465,18.4106 l 4.1465,17.4155 l 4.1465,16.4203 l 4.1465,15.4251 l 4.1465,14.4300 l 4.1465,13.4348 l 4.1465,12.4396 l 4.1465,11.4444 l 4.1465,10.4493 l 4.1465,9.4541 l 4.1465,8.4589 l 4.1465,7.4638 l 4.1465,6.4686 l 4.1465,5.4734 l 4.1465,4.4783 l 4.1465,3.4831 l 4.1465,2.4879 l 4.1465,1.4928 l 4.1465,0.4976 l 4.1465,-0.4976 l 4.1465,-1.4928 l 4.1465,-2.4879 l 4.1465,-3.4831 l 4.1465,-4.4783 l 4.1465,-5.4734 l 4.1465,-6.4686 l 4.1465,-7.4638 l 4.1465,-8.4589 l 4.1465,-9.4541 l 4.1465,-10.4493 l 4.1465,-11.4444 l 4.1465,-12.4396 l 4.1465,-13.4348 l 4.1465,-14.4300 l 4.1465,-15.4251 l 4.1465,-16.4203 l 4.1465,-17.4155 l 4.1465,-18.4106 l 4.1465,-19.4058 l 4.1465,-20.4010 l 4.1465,-21.3961 l 4.1465,-22.3913 l 4.1465,-23.3865 l 4.1465,-24.3816 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip938">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip938)">+      <path d="M 179.6866,-1.8466 ZM 186.8382,-15.9435 c 0.0000,0.1719 -0.2063,0.2751 -0.3782 0.2751c -1.0315,-0.0000 -1.4785,0.2063 -1.4785 0.7564c 0.0000,0.2063 0.0688,0.4814 0.2063 0.7908l 3.7821,8.8707 l 3.8165,-8.7332 c 0.1719,-0.3094 0.2407,-0.5845 0.2407 -0.7908c 0.0000,-0.7220 -0.6877,-0.8939 -1.4441 -0.8939h -0.1375 c -0.1719,-0.0000 -0.3438,-0.1375 -0.3438 -0.2407v -0.6533 l 0.0688,-0.1031 c 0.0000,-0.0000 2.0286,0.0688 3.2320 0.0688c 0.9627,-0.0000 2.3724,-0.0688 2.3724 -0.0688l 0.1031,0.0688 v 0.6533 c 0.0000,0.1719 -0.1375,0.2751 -0.3782 0.2751c -1.3065,-0.0000 -1.9598,1.3409 -2.4412 2.3380c -1.8223,3.8508 -3.3351,7.3923 -6.0857 14.0281c -1.0315,2.4755 -2.2693,5.3637 -4.7104 5.3637c -0.6533,-0.0000 -1.9942,-0.3782 -1.9942 -1.6160c 0.0000,-1.0315 0.7564,-1.3409 1.3065 -1.3409c 0.5157,-0.0000 0.8596,0.2063 1.0659 0.4814c 0.3438,0.3438 0.5845,0.5845 0.9283 0.5845c 0.5157,-0.0000 1.7191,-2.9569 2.5787 -5.0542c 0.2063,-0.4126 0.2751,-0.7564 0.2751 -1.0659c 0.0000,-0.3438 -0.3094,-1.2722 -0.5845 -1.9598l -4.3322,-10.0741 c -0.5501,-1.3065 -0.9283,-1.6847 -2.0973 -1.6847c -0.2063,-0.0000 -0.3438,-0.1031 -0.3438 -0.2407v -0.6877 l 0.0688,-0.0688 c 0.0000,-0.0000 1.5128,0.0688 2.5443 0.0688c 1.6160,-0.0000 4.0915,-0.0688 4.0915 -0.0688l 0.0688,0.1031 v 0.6189 ZM 205.7830,-1.8466 ZM 221.6333,-12.7803 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 221.6333,-12.7803 ZM 221.6333,-8.4825 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 232.4982,-1.8466 ZM 239.2716,-15.6684 c -0.6877,-0.0000 -0.8252,0.1719 -0.8252 0.4126c 0.0000,0.1719 0.1375,0.4814 0.5157 1.1002l 2.0973,3.0944 c 0.1031,0.2063 0.2063,0.3094 0.3438 0.3094c 0.1031,-0.0000 0.1719,-0.0688 0.3094 -0.2407l 2.2349,-3.1288 c 0.3782,-0.4814 0.5845,-0.8596 0.5845 -1.1346c 0.0000,-0.2751 -0.2407,-0.4126 -0.7220 -0.4126h -0.5501 c -0.1031,-0.0000 -0.2063,-0.0688 -0.2063 -0.2407v -0.6533 l 0.1031,-0.1031 c 0.0000,-0.0000 1.6160,0.0688 2.6818 0.0688c 1.1002,-0.0000 2.7850,-0.0688 2.7850 -0.0688l 0.0344,0.0688 v 0.6533 c 0.0000,0.2407 -0.2063,0.2751 -0.4126 0.2751c -1.2722,-0.0000 -1.7879,0.4126 -3.0600 2.0286l -2.8881,3.6789 c -0.0688,0.1031 -0.1031,0.1719 -0.1031 0.2407c 0.0000,0.0688 0.0344,0.1719 0.1031 0.2751l 3.0944,4.3666 c 1.5816,2.2349 2.0286,2.2693 3.1288 2.2693c 0.3438,-0.0000 0.4814,0.0688 0.4814 0.2751v 0.6533 l -0.0344,0.0688 c 0.0000,-0.0000 -1.8567,-0.0688 -3.0257 -0.0688c -1.4097,-0.0000 -3.5758,0.0688 -3.5758 0.0688l -0.0688,-0.0688 v -0.6533 c 0.0000,-0.1719 0.0688,-0.2751 0.2407 -0.2751h 0.4126 c 0.5501,-0.0000 0.7908,-0.1031 0.7908 -0.3782c 0.0000,-0.3094 -0.3782,-0.8252 -0.9283 -1.5472l -1.9942,-2.7506 c -0.1375,-0.1719 -0.2063,-0.2407 -0.3094 -0.2407c -0.0688,-0.0000 -0.1719,0.1031 -0.3094 0.3094l -2.1661,3.1288 c -0.5157,0.6877 -0.6189,0.8596 -0.6189 1.1002c 0.0000,0.2407 0.2063,0.3782 0.7220 0.3782h 0.4814 c 0.1719,-0.0000 0.2407,0.1031 0.2407 0.2751v 0.6533 l -0.0688,0.0688 c 0.0000,-0.0000 -1.7879,-0.0688 -2.8881 -0.0688c -0.9971,-0.0000 -2.5787,0.0688 -2.5787 0.0688l -0.0688,-0.0688 v -0.5845 c 0.0000,-0.2063 0.1375,-0.3438 0.4470 -0.3438c 0.8252,-0.0000 1.6160,-0.1719 3.0600 -2.0286l 2.8881,-3.7133 c 0.0344,-0.0688 0.0688,-0.1375 0.0688 -0.2407c 0.0000,-0.1031 -0.0344,-0.1719 -0.1031 -0.2751l -2.9913,-4.3666 c -0.9627,-1.4097 -1.5816,-2.2349 -2.7850 -2.2349c -0.2407,-0.0000 -0.4814,-0.1031 -0.4814 -0.2407v -0.6533 l 0.0688,-0.1031 l 2.7162,0.0688 l 3.8165,-0.0688 l 0.1031,0.1031 v 0.6189 c 0.0000,0.1719 -0.1375,0.2751 -0.2751 0.2751h -0.5157 ZM 249.5864,-1.8466 ZM 252.0963,-22.0292 c -0.4126,-0.0000 -0.8939,-0.3782 -0.8939 -0.8252c 0.0000,-0.8939 0.9627,-2.6475 3.6789 -2.6475c 1.7191,-0.0000 3.7133,0.6533 3.7133 2.8538c 0.0000,1.5816 -1.1690,2.7162 -3.0600 4.0915c -1.4441,1.0315 -2.2693,2.0286 -2.2693 3.0944h 2.7850 c 1.0659,-0.0000 1.6160,-1.3409 1.9942 -2.3036l 0.8252,0.1719 c -0.3094,1.0315 -0.5501,2.2349 -0.6533 3.2320h -7.0828 c 0.0000,-1.6504 1.5128,-3.0944 3.1288 -4.3666c 1.5472,-1.2378 2.3036,-2.0286 2.3036 -3.8852c 0.0000,-1.6160 -1.2034,-2.0630 -1.8223 -2.0630c -1.4785,-0.0000 -1.8567,0.5501 -1.8567 0.9971c 0.0000,0.3094 0.1719,0.5501 0.1719 0.8252c 0.0000,0.5501 -0.6189,0.8252 -0.9627 0.8252ZM 268.7375,-1.8466 ZM 278.1583,-9.9609 h -7.7705 c -0.3094,-0.0000 -0.5157,-0.2751 -0.5157 -0.5845c 0.0000,-0.5501 0.4470,-1.2722 0.8596 -1.2722h 7.8736 c 0.3438,-0.0000 0.4814,0.3094 0.4814 0.6189c 0.0000,0.3782 -0.4814,1.2378 -0.9283 1.2378ZM 288.7825,-1.8466 ZM 296.2091,-20.6539 c -0.8596,-0.0000 -3.3695,0.4814 -3.3695 2.5787c 0.0000,0.6189 -0.2407,1.6847 -1.1690 1.6847c -0.8939,-0.0000 -0.9627,-0.9971 -0.9627 -1.1002c 0.0000,-1.0659 1.4097,-4.2291 6.1889 -4.2291c 3.3351,-0.0000 4.3322,2.0973 4.3322 3.4726c 0.0000,0.8596 -0.2751,2.5787 -3.3695 4.5385c 1.9254,0.3094 4.4697,1.7191 4.4697 5.2949c 0.0000,4.5385 -3.4383,6.9797 -7.3235 6.9797c -1.9598,-0.0000 -4.7104,-0.8596 -4.7104 -2.1661c 0.0000,-0.5157 0.5157,-1.1002 1.2034 -1.1002c 0.6533,-0.0000 0.9627,0.3438 1.2722 0.7908c 0.3782,0.5845 0.9971,1.4097 2.6475 1.4097c 1.1346,-0.0000 4.3666,-1.1346 4.3666 -5.4668c 0.0000,-3.6789 -2.5787,-4.2634 -4.4354 -4.2634c -0.3094,-0.0000 -0.6877,0.0688 -1.0659 0.1375l -0.1375,-1.0315 c 2.6475,-0.4470 4.8479,-3.0257 4.8479 -4.6073c 0.0000,-1.9598 -1.3753,-2.9225 -2.7850 -2.9225Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip939">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip939)">+      <path d="M 414.5368,368.2474 l -0.0000,-345.5449 h -345.5449 l -0.0000,345.5449 Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip940">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip940)">+      <path d="M 68.9919,22.7025 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip941">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip941)">+      <path d="M 68.9919,29.6134 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip942">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip942)">+      <path d="M 68.9919,36.5243 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip943">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip943)">+      <path d="M 68.9919,43.4352 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip944">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip944)">+      <path d="M 68.9919,50.3461 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip945">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip945)">+      <path d="M 68.9919,57.2570 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip946">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip946)">+      <path d="M 68.9919,64.1679 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip947">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip947)">+      <path d="M 68.9919,71.0788 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip948">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip948)">+      <path d="M 68.9919,77.9897 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip949">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip949)">+      <path d="M 68.9919,84.9006 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip950">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip950)">+      <path d="M 68.9919,91.8115 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip951">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip951)">+      <path d="M 68.9919,98.7224 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip952">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip952)">+      <path d="M 68.9919,105.6333 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip953">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip953)">+      <path d="M 68.9919,112.5442 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip954">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip954)">+      <path d="M 68.9919,119.4551 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip955">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip955)">+      <path d="M 68.9919,126.3660 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip956">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip956)">+      <path d="M 68.9919,133.2769 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip957">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip957)">+      <path d="M 68.9919,140.1878 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip958">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip958)">+      <path d="M 68.9919,147.0987 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip959">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip959)">+      <path d="M 68.9919,154.0096 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip960">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip960)">+      <path d="M 68.9919,160.9205 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip961">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip961)">+      <path d="M 68.9919,167.8314 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip962">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip962)">+      <path d="M 68.9919,174.7423 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip963">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip963)">+      <path d="M 68.9919,181.6532 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip964">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip964)">+      <path d="M 68.9919,188.5641 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip965">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip965)">+      <path d="M 68.9919,195.4750 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip966">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip966)">+      <path d="M 68.9919,202.3859 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip967">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip967)">+      <path d="M 68.9919,209.2968 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip968">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip968)">+      <path d="M 68.9919,216.2077 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip969">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip969)">+      <path d="M 68.9919,223.1186 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip970">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip970)">+      <path d="M 68.9919,230.0295 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip971">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip971)">+      <path d="M 68.9919,236.9404 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip972">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip972)">+      <path d="M 68.9919,243.8513 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip973">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip973)">+      <path d="M 68.9919,250.7622 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip974">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip974)">+      <path d="M 68.9919,257.6731 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip975">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip975)">+      <path d="M 68.9919,264.5840 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip976">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip976)">+      <path d="M 68.9919,271.4949 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip977">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip977)">+      <path d="M 68.9919,278.4058 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip978">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip978)">+      <path d="M 68.9919,285.3167 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip979">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip979)">+      <path d="M 68.9919,292.2276 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip980">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip980)">+      <path d="M 68.9919,299.1385 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip981">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip981)">+      <path d="M 68.9919,306.0494 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip982">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip982)">+      <path d="M 68.9919,312.9603 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip983">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip983)">+      <path d="M 68.9919,319.8712 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip984">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip984)">+      <path d="M 68.9919,326.7821 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip985">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip985)">+      <path d="M 68.9919,333.6930 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip986">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip986)">+      <path d="M 68.9919,340.6039 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip987">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip987)">+      <path d="M 68.9919,347.5148 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip988">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip988)">+      <path d="M 68.9919,354.4257 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip989">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip989)">+      <path d="M 68.9919,361.3366 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip990">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip990)">+      <path d="M 68.9919,368.2474 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip991">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip991)">+      <path d="M 414.5368,368.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip992">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip992)">+      <path d="M 407.6259,368.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip993">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip993)">+      <path d="M 400.7150,368.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip994">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip994)">+      <path d="M 393.8041,368.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip995">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip995)">+      <path d="M 386.8932,368.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip996">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip996)">+      <path d="M 379.9823,368.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip997">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip997)">+      <path d="M 373.0714,368.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip998">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip998)">+      <path d="M 366.1605,368.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip999">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip999)">+      <path d="M 359.2496,368.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1000">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1000)">+      <path d="M 352.3387,368.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1001">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1001)">+      <path d="M 345.4278,368.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1002">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1002)">+      <path d="M 338.5169,368.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1003">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1003)">+      <path d="M 331.6060,368.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1004">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1004)">+      <path d="M 324.6951,368.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1005">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1005)">+      <path d="M 317.7842,368.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1006">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1006)">+      <path d="M 310.8733,368.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1007">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1007)">+      <path d="M 303.9624,368.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1008">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1008)">+      <path d="M 297.0515,368.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1009">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1009)">+      <path d="M 290.1406,368.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1010">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1010)">+      <path d="M 283.2297,368.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1011">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1011)">+      <path d="M 276.3188,368.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1012">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1012)">+      <path d="M 269.4079,368.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1013">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1013)">+      <path d="M 262.4970,368.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1014">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1014)">+      <path d="M 255.5861,368.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1015">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1015)">+      <path d="M 248.6752,368.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1016">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1016)">+      <path d="M 241.7643,368.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1017">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1017)">+      <path d="M 234.8534,368.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1018">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1018)">+      <path d="M 227.9425,368.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1019">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1019)">+      <path d="M 221.0316,368.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1020">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1020)">+      <path d="M 214.1207,368.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1021">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1021)">+      <path d="M 207.2098,368.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1022">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1022)">+      <path d="M 200.2989,368.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1023">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1023)">+      <path d="M 193.3881,368.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1024">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1024)">+      <path d="M 186.4772,368.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1025">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1025)">+      <path d="M 179.5663,368.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1026">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1026)">+      <path d="M 172.6554,368.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1027">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1027)">+      <path d="M 165.7445,368.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1028">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1028)">+      <path d="M 158.8336,368.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1029">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1029)">+      <path d="M 151.9227,368.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1030">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1030)">+      <path d="M 145.0118,368.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1031">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1031)">+      <path d="M 138.1009,368.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1032">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1032)">+      <path d="M 131.1900,368.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1033">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1033)">+      <path d="M 124.2791,368.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1034">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1034)">+      <path d="M 117.3682,368.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1035">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1035)">+      <path d="M 110.4573,368.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1036">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1036)">+      <path d="M 103.5464,368.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1037">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1037)">+      <path d="M 96.6355,368.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1038">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1038)">+      <path d="M 89.7246,368.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1039">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1039)">+      <path d="M 82.8137,368.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1040">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1040)">+      <path d="M 75.9028,368.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1041">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1041)">+      <path d="M 68.9919,368.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1042">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1042)">+      <path d="M 68.9919,22.7025 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1043">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1043)">+      <path d="M 68.9919,57.2570 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1044">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1044)">+      <path d="M 68.9919,91.8115 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1045">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1045)">+      <path d="M 68.9919,126.3660 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1046">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1046)">+      <path d="M 68.9919,160.9205 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1047">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1047)">+      <path d="M 68.9919,195.4750 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1048">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1048)">+      <path d="M 68.9919,230.0295 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1049">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1049)">+      <path d="M 68.9919,264.5840 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1050">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1050)">+      <path d="M 68.9919,299.1385 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1051">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1051)">+      <path d="M 68.9919,333.6930 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1052">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1052)">+      <path d="M 68.9919,368.2474 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1053">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1053)">+      <path d="M 414.5368,368.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1054">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1054)">+      <path d="M 379.9823,368.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1055">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1055)">+      <path d="M 345.4278,368.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1056">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1056)">+      <path d="M 310.8733,368.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1057">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1057)">+      <path d="M 276.3188,368.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1058">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1058)">+      <path d="M 241.7643,368.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1059">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1059)">+      <path d="M 207.2098,368.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1060">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1060)">+      <path d="M 172.6554,368.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1061">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1061)">+      <path d="M 138.1009,368.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1062">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1062)">+      <path d="M 103.5464,368.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1063">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1063)">+      <path d="M 68.9919,368.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(255,255,255)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1064">+        <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1064)">+      <path d="M 441.3165,427.9339 l -0.0000,-495.8678 h -471.0551 l -0.0000,495.8678 Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 347.1055,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1065">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1065)">+      <path d="M -120.4420,172.3213 ZM -115.6742,162.9234 c 0.0000,0.1146 -0.1375,0.1834 -0.2521 0.1834c -0.6877,-0.0000 -0.9856,0.1375 -0.9856 0.5043c 0.0000,0.1375 0.0458,0.3209 0.1375 0.5272l 2.5214,5.9138 l 2.5443,-5.8221 c 0.1146,-0.2063 0.1605,-0.3897 0.1605 -0.5272c 0.0000,-0.4814 -0.4584,-0.5960 -0.9627 -0.5960h -0.0917 c -0.1146,-0.0000 -0.2292,-0.0917 -0.2292 -0.1605v -0.4355 l 0.0458,-0.0688 c 0.0000,-0.0000 1.3524,0.0458 2.1546 0.0458c 0.6418,-0.0000 1.5816,-0.0458 1.5816 -0.0458l 0.0688,0.0458 v 0.4355 c 0.0000,0.1146 -0.0917,0.1834 -0.2521 0.1834c -0.8710,-0.0000 -1.3065,0.8939 -1.6274 1.5587c -1.2149,2.5672 -2.2234,4.9282 -4.0571 9.3521c -0.6877,1.6504 -1.5128,3.5758 -3.1403 3.5758c -0.4355,-0.0000 -1.3295,-0.2521 -1.3295 -1.0773c 0.0000,-0.6877 0.5043,-0.8939 0.8710 -0.8939c 0.3438,-0.0000 0.5730,0.1375 0.7106 0.3209c 0.2292,0.2292 0.3897,0.3897 0.6189 0.3897c 0.3438,-0.0000 1.1461,-1.9713 1.7191 -3.3695c 0.1375,-0.2751 0.1834,-0.5043 0.1834 -0.7106c 0.0000,-0.2292 -0.2063,-0.8481 -0.3897 -1.3065l -2.8881,-6.7161 c -0.3667,-0.8710 -0.6189,-1.1232 -1.3982 -1.1232c -0.1375,-0.0000 -0.2292,-0.0688 -0.2292 -0.1605v -0.4584 l 0.0458,-0.0458 c 0.0000,-0.0000 1.0086,0.0458 1.6962 0.0458c 1.0773,-0.0000 2.7277,-0.0458 2.7277 -0.0458l 0.0458,0.0688 v 0.4126 ZM -103.0444,172.3213 ZM -92.4775,165.0322 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM -92.4775,165.0322 ZM -92.4775,167.8974 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM -85.2342,172.3213 ZM -78.9536,166.9118 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM -77.6013,172.3213 ZM -76.2718,162.1670 c 0.0000,-1.3065 1.2607,-3.0944 3.6675 -3.0944c 1.7650,-0.0000 3.8279,0.6647 3.8279 3.3007c 0.0000,1.7421 -0.8939,2.6131 -2.1317 3.8050l -2.1776,2.1088 c -0.1146,0.1146 -1.6504,1.6274 -1.6504 2.7048h 3.8967 c 0.7793,-0.0000 1.1919,-0.3897 1.5128 -1.6504l 0.5730,0.0917 l -0.4584,2.8881 h -7.0828 c 0.0000,-1.2836 0.2063,-2.2693 2.3380 -4.4468l 1.6045,-1.5816 c 1.2836,-1.3065 1.8108,-2.4297 1.8108 -3.8279c 0.0000,-2.0859 -1.4211,-2.6818 -2.2005 -2.6818c -1.5816,-0.0000 -2.0171,0.8252 -2.0171 1.3753c 0.0000,0.1834 0.0458,0.3667 0.0917 0.5272c 0.0458,0.1605 0.0917,0.3209 0.0917 0.5043c 0.0000,0.5960 -0.4584,0.8252 -0.8252 0.8252c -0.5043,-0.0000 -0.8710,-0.3897 -0.8710 -0.8481ZM -67.5615,172.3213 ZM -66.2550,171.3815 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM -62.5417,172.3213 ZM -57.5218,159.8748 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM -57.5218,159.8748 ZM -57.6135,172.5964 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1066">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1066)">+      <path d="M 69.7453,310.5393 ZM 74.2609,301.3248 c -0.4584,-0.0000 -0.5501,0.1146 -0.5501 0.2751c 0.0000,0.1146 0.0917,0.3209 0.3438 0.7335l 1.3982,2.0630 c 0.0688,0.1375 0.1375,0.2063 0.2292 0.2063c 0.0688,-0.0000 0.1146,-0.0458 0.2063 -0.1605l 1.4899,-2.0859 c 0.2521,-0.3209 0.3897,-0.5730 0.3897 -0.7564c 0.0000,-0.1834 -0.1605,-0.2751 -0.4814 -0.2751h -0.3667 c -0.0688,-0.0000 -0.1375,-0.0458 -0.1375 -0.1605v -0.4355 l 0.0688,-0.0688 c 0.0000,-0.0000 1.0773,0.0458 1.7879 0.0458c 0.7335,-0.0000 1.8567,-0.0458 1.8567 -0.0458l 0.0229,0.0458 v 0.4355 c 0.0000,0.1605 -0.1375,0.1834 -0.2751 0.1834c -0.8481,-0.0000 -1.1919,0.2751 -2.0400 1.3524l -1.9254,2.4526 c -0.0458,0.0688 -0.0688,0.1146 -0.0688 0.1605c 0.0000,0.0458 0.0229,0.1146 0.0688 0.1834l 2.0630,2.9111 c 1.0544,1.4899 1.3524,1.5128 2.0859 1.5128c 0.2292,-0.0000 0.3209,0.0458 0.3209 0.1834v 0.4355 l -0.0229,0.0458 c 0.0000,-0.0000 -1.2378,-0.0458 -2.0171 -0.0458c -0.9398,-0.0000 -2.3839,0.0458 -2.3839 0.0458l -0.0458,-0.0458 v -0.4355 c 0.0000,-0.1146 0.0458,-0.1834 0.1605 -0.1834h 0.2751 c 0.3667,-0.0000 0.5272,-0.0688 0.5272 -0.2521c 0.0000,-0.2063 -0.2521,-0.5501 -0.6189 -1.0315l -1.3295,-1.8337 c -0.0917,-0.1146 -0.1375,-0.1605 -0.2063 -0.1605c -0.0458,-0.0000 -0.1146,0.0688 -0.2063 0.2063l -1.4441,2.0859 c -0.3438,0.4584 -0.4126,0.5730 -0.4126 0.7335c 0.0000,0.1605 0.1375,0.2521 0.4814 0.2521h 0.3209 c 0.1146,-0.0000 0.1605,0.0688 0.1605 0.1834v 0.4355 l -0.0458,0.0458 c 0.0000,-0.0000 -1.1919,-0.0458 -1.9254 -0.0458c -0.6647,-0.0000 -1.7191,0.0458 -1.7191 0.0458l -0.0458,-0.0458 v -0.3897 c 0.0000,-0.1375 0.0917,-0.2292 0.2980 -0.2292c 0.5501,-0.0000 1.0773,-0.1146 2.0400 -1.3524l 1.9254,-2.4755 c 0.0229,-0.0458 0.0458,-0.0917 0.0458 -0.1605c 0.0000,-0.0688 -0.0229,-0.1146 -0.0688 -0.1834l -1.9942,-2.9111 c -0.6418,-0.9398 -1.0544,-1.4899 -1.8567 -1.4899c -0.1605,-0.0000 -0.3209,-0.0688 -0.3209 -0.1605v -0.4355 l 0.0458,-0.0688 l 1.8108,0.0458 l 2.5443,-0.0458 l 0.0688,0.0688 v 0.4126 c 0.0000,0.1146 -0.0917,0.1834 -0.1834 0.1834h -0.3438 ZM 86.8678,310.5393 ZM 97.4347,303.2502 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 97.4347,303.2502 ZM 97.4347,306.1154 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 104.6780,310.5393 ZM 110.9585,305.1298 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM 112.3109,310.5393 ZM 116.6202,299.6056 c -0.4355,-0.0000 -1.4441,0.4126 -1.9483 0.6418l -0.2751,-0.7106 c 2.0171,-0.9398 2.7964,-1.4211 3.9425 -2.2463h 0.4355 v 11.5296 c 0.0000,0.8252 0.1146,1.0544 0.8710 1.0544h 1.1919 c 0.0688,-0.0000 0.1834,0.0458 0.1834 0.1834v 0.5043 l -3.1403,-0.0458 l -3.1861,0.0458 v -0.5043 c 0.0229,-0.0688 0.0458,-0.1834 0.1834 -0.1834h 1.3753 c 0.8710,-0.0000 0.8710,-0.3897 0.8710 -1.0544v -7.8851 c 0.0000,-0.7793 0.0000,-1.3295 -0.5043 -1.3295ZM 122.3506,310.5393 ZM 123.6572,309.5995 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM 127.3705,310.5393 ZM 132.3903,298.0928 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM 132.3903,298.0928 ZM 132.2986,310.8143 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="8.77193507674587" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1067">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1067)">+      <path d="M 108.7609,165.4104 c 0.0000,-2.8626 -2.3206,-5.1832 -5.1832 -5.1832c -2.8626,-0.0000 -5.1832,2.3206 -5.1832 5.1832c -0.0000,2.8626 2.3206,5.1832 5.1832 5.1832c 2.8626,0.0000 5.1832,-2.3206 5.1832 -5.1832Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1068">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1068)">+      <path d="M 103.5777,269.0739 v -103.6635 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1069">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1069)">+      <path d="M -34.6402,165.4104 h 138.2180 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(153,153,153)" stroke-width="5.84795671783058" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1070">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1070)">+      <path d="M 34.4688,-111.0255 l 4.1465,24.3816 l 4.1465,23.3865 l 4.1465,22.3913 l 4.1465,21.3961 l 4.1465,20.4010 l 4.1465,19.4058 l 4.1465,18.4106 l 4.1465,17.4155 l 4.1465,16.4203 l 4.1465,15.4251 l 4.1465,14.4300 l 4.1465,13.4348 l 4.1465,12.4396 l 4.1465,11.4444 l 4.1465,10.4493 l 4.1465,9.4541 l 4.1465,8.4589 l 4.1465,7.4638 l 4.1465,6.4686 l 4.1465,5.4734 l 4.1465,4.4783 l 4.1465,3.4831 l 4.1465,2.4879 l 4.1465,1.4928 l 4.1465,0.4976 l 4.1465,-0.4976 l 4.1465,-1.4928 l 4.1465,-2.4879 l 4.1465,-3.4831 l 4.1465,-4.4783 l 4.1465,-5.4734 l 4.1465,-6.4686 l 4.1465,-7.4638 l 4.1465,-8.4589 l 4.1465,-9.4541 l 4.1465,-10.4493 l 4.1465,-11.4444 l 4.1465,-12.4396 l 4.1465,-13.4348 l 4.1465,-14.4300 l 4.1465,-15.4251 l 4.1465,-16.4203 l 4.1465,-17.4155 l 4.1465,-18.4106 l 4.1465,-19.4058 l 4.1465,-20.4010 l 4.1465,-21.3961 l 4.1465,-22.3913 l 4.1465,-23.3865 l 4.1465,-24.3816 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1071">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1071)">+      <path d="M 76.0545,-101.0202 ZM 83.2061,-115.1170 c 0.0000,0.1719 -0.2063,0.2751 -0.3782 0.2751c -1.0315,-0.0000 -1.4785,0.2063 -1.4785 0.7564c 0.0000,0.2063 0.0688,0.4814 0.2063 0.7908l 3.7821,8.8707 l 3.8165,-8.7332 c 0.1719,-0.3094 0.2407,-0.5845 0.2407 -0.7908c 0.0000,-0.7220 -0.6877,-0.8939 -1.4441 -0.8939h -0.1375 c -0.1719,-0.0000 -0.3438,-0.1375 -0.3438 -0.2407v -0.6533 l 0.0688,-0.1031 c 0.0000,-0.0000 2.0286,0.0688 3.2320 0.0688c 0.9627,-0.0000 2.3724,-0.0688 2.3724 -0.0688l 0.1031,0.0688 v 0.6533 c 0.0000,0.1719 -0.1375,0.2751 -0.3782 0.2751c -1.3065,-0.0000 -1.9598,1.3409 -2.4412 2.3380c -1.8223,3.8508 -3.3351,7.3923 -6.0857 14.0281c -1.0315,2.4755 -2.2693,5.3637 -4.7104 5.3637c -0.6533,-0.0000 -1.9942,-0.3782 -1.9942 -1.6160c 0.0000,-1.0315 0.7564,-1.3409 1.3065 -1.3409c 0.5157,-0.0000 0.8596,0.2063 1.0659 0.4814c 0.3438,0.3438 0.5845,0.5845 0.9283 0.5845c 0.5157,-0.0000 1.7191,-2.9569 2.5787 -5.0542c 0.2063,-0.4126 0.2751,-0.7564 0.2751 -1.0659c 0.0000,-0.3438 -0.3094,-1.2722 -0.5845 -1.9598l -4.3322,-10.0741 c -0.5501,-1.3065 -0.9283,-1.6847 -2.0973 -1.6847c -0.2063,-0.0000 -0.3438,-0.1031 -0.3438 -0.2407v -0.6877 l 0.0688,-0.0688 c 0.0000,-0.0000 1.5128,0.0688 2.5443 0.0688c 1.6160,-0.0000 4.0915,-0.0688 4.0915 -0.0688l 0.0688,0.1031 v 0.6189 ZM 102.1509,-101.0202 ZM 118.0012,-111.9538 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 118.0012,-111.9538 ZM 118.0012,-107.6560 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 128.8661,-101.0202 ZM 135.6395,-114.8420 c -0.6877,-0.0000 -0.8252,0.1719 -0.8252 0.4126c 0.0000,0.1719 0.1375,0.4814 0.5157 1.1002l 2.0973,3.0944 c 0.1031,0.2063 0.2063,0.3094 0.3438 0.3094c 0.1031,-0.0000 0.1719,-0.0688 0.3094 -0.2407l 2.2349,-3.1288 c 0.3782,-0.4814 0.5845,-0.8596 0.5845 -1.1346c 0.0000,-0.2751 -0.2407,-0.4126 -0.7220 -0.4126h -0.5501 c -0.1031,-0.0000 -0.2063,-0.0688 -0.2063 -0.2407v -0.6533 l 0.1031,-0.1031 c 0.0000,-0.0000 1.6160,0.0688 2.6818 0.0688c 1.1002,-0.0000 2.7850,-0.0688 2.7850 -0.0688l 0.0344,0.0688 v 0.6533 c 0.0000,0.2407 -0.2063,0.2751 -0.4126 0.2751c -1.2722,-0.0000 -1.7879,0.4126 -3.0600 2.0286l -2.8881,3.6789 c -0.0688,0.1031 -0.1031,0.1719 -0.1031 0.2407c 0.0000,0.0688 0.0344,0.1719 0.1031 0.2751l 3.0944,4.3666 c 1.5816,2.2349 2.0286,2.2693 3.1288 2.2693c 0.3438,-0.0000 0.4814,0.0688 0.4814 0.2751v 0.6533 l -0.0344,0.0688 c 0.0000,-0.0000 -1.8567,-0.0688 -3.0257 -0.0688c -1.4097,-0.0000 -3.5758,0.0688 -3.5758 0.0688l -0.0688,-0.0688 v -0.6533 c 0.0000,-0.1719 0.0688,-0.2751 0.2407 -0.2751h 0.4126 c 0.5501,-0.0000 0.7908,-0.1031 0.7908 -0.3782c 0.0000,-0.3094 -0.3782,-0.8252 -0.9283 -1.5472l -1.9942,-2.7506 c -0.1375,-0.1719 -0.2063,-0.2407 -0.3094 -0.2407c -0.0688,-0.0000 -0.1719,0.1031 -0.3094 0.3094l -2.1661,3.1288 c -0.5157,0.6877 -0.6189,0.8596 -0.6189 1.1002c 0.0000,0.2407 0.2063,0.3782 0.7220 0.3782h 0.4814 c 0.1719,-0.0000 0.2407,0.1031 0.2407 0.2751v 0.6533 l -0.0688,0.0688 c 0.0000,-0.0000 -1.7879,-0.0688 -2.8881 -0.0688c -0.9971,-0.0000 -2.5787,0.0688 -2.5787 0.0688l -0.0688,-0.0688 v -0.5845 c 0.0000,-0.2063 0.1375,-0.3438 0.4470 -0.3438c 0.8252,-0.0000 1.6160,-0.1719 3.0600 -2.0286l 2.8881,-3.7133 c 0.0344,-0.0688 0.0688,-0.1375 0.0688 -0.2407c 0.0000,-0.1031 -0.0344,-0.1719 -0.1031 -0.2751l -2.9913,-4.3666 c -0.9627,-1.4097 -1.5816,-2.2349 -2.7850 -2.2349c -0.2407,-0.0000 -0.4814,-0.1031 -0.4814 -0.2407v -0.6533 l 0.0688,-0.1031 l 2.7162,0.0688 l 3.8165,-0.0688 l 0.1031,0.1031 v 0.6189 c 0.0000,0.1719 -0.1375,0.2751 -0.2751 0.2751h -0.5157 ZM 145.9543,-101.0202 ZM 148.4642,-121.2027 c -0.4126,-0.0000 -0.8939,-0.3782 -0.8939 -0.8252c 0.0000,-0.8939 0.9627,-2.6475 3.6789 -2.6475c 1.7191,-0.0000 3.7133,0.6533 3.7133 2.8538c 0.0000,1.5816 -1.1690,2.7162 -3.0600 4.0915c -1.4441,1.0315 -2.2693,2.0286 -2.2693 3.0944h 2.7850 c 1.0659,-0.0000 1.6160,-1.3409 1.9942 -2.3036l 0.8252,0.1719 c -0.3094,1.0315 -0.5501,2.2349 -0.6533 3.2320h -7.0828 c 0.0000,-1.6504 1.5128,-3.0944 3.1288 -4.3666c 1.5472,-1.2378 2.3036,-2.0286 2.3036 -3.8852c 0.0000,-1.6160 -1.2034,-2.0630 -1.8223 -2.0630c -1.4785,-0.0000 -1.8567,0.5501 -1.8567 0.9971c 0.0000,0.3094 0.1719,0.5501 0.1719 0.8252c 0.0000,0.5501 -0.6189,0.8252 -0.9627 0.8252ZM 165.1054,-101.0202 ZM 174.5262,-109.1345 h -7.7705 c -0.3094,-0.0000 -0.5157,-0.2751 -0.5157 -0.5845c 0.0000,-0.5501 0.4470,-1.2722 0.8596 -1.2722h 7.8736 c 0.3438,-0.0000 0.4814,0.3094 0.4814 0.6189c 0.0000,0.3782 -0.4814,1.2378 -0.9283 1.2378ZM 185.1504,-101.0202 ZM 192.5770,-119.8274 c -0.8596,-0.0000 -3.3695,0.4814 -3.3695 2.5787c 0.0000,0.6189 -0.2407,1.6847 -1.1690 1.6847c -0.8939,-0.0000 -0.9627,-0.9971 -0.9627 -1.1002c 0.0000,-1.0659 1.4097,-4.2291 6.1889 -4.2291c 3.3351,-0.0000 4.3322,2.0973 4.3322 3.4726c 0.0000,0.8596 -0.2751,2.5787 -3.3695 4.5385c 1.9254,0.3094 4.4697,1.7191 4.4697 5.2949c 0.0000,4.5385 -3.4383,6.9797 -7.3235 6.9797c -1.9598,-0.0000 -4.7104,-0.8596 -4.7104 -2.1661c 0.0000,-0.5157 0.5157,-1.1002 1.2034 -1.1002c 0.6533,-0.0000 0.9627,0.3438 1.2722 0.7908c 0.3782,0.5845 0.9971,1.4097 2.6475 1.4097c 1.1346,-0.0000 4.3666,-1.1346 4.3666 -5.4668c 0.0000,-3.6789 -2.5787,-4.2634 -4.4354 -4.2634c -0.3094,-0.0000 -0.6877,0.0688 -1.0659 0.1375l -0.1375,-1.0315 c 2.6475,-0.4470 4.8479,-3.0257 4.8479 -4.6073c 0.0000,-1.9598 -1.3753,-2.9225 -2.7850 -2.9225Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1072">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1072)">+      <path d="M 310.9047,269.0739 l -0.0000,-345.5449 h -345.5449 l -0.0000,345.5449 Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1073">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1073)">+      <path d="M -34.6402,-76.4710 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1074">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1074)">+      <path d="M -34.6402,-69.5601 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1075">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1075)">+      <path d="M -34.6402,-62.6492 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1076">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1076)">+      <path d="M -34.6402,-55.7383 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1077">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1077)">+      <path d="M -34.6402,-48.8274 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1078">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1078)">+      <path d="M -34.6402,-41.9165 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1079">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1079)">+      <path d="M -34.6402,-35.0056 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1080">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1080)">+      <path d="M -34.6402,-28.0947 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1081">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1081)">+      <path d="M -34.6402,-21.1838 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1082">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1082)">+      <path d="M -34.6402,-14.2729 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1083">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1083)">+      <path d="M -34.6402,-7.3620 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1084">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1084)">+      <path d="M -34.6402,-0.4511 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1085">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1085)">+      <path d="M -34.6402,6.4598 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1086">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1086)">+      <path d="M -34.6402,13.3707 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1087">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1087)">+      <path d="M -34.6402,20.2816 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1088">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1088)">+      <path d="M -34.6402,27.1925 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1089">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1089)">+      <path d="M -34.6402,34.1034 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1090">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1090)">+      <path d="M -34.6402,41.0143 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1091">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1091)">+      <path d="M -34.6402,47.9252 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1092">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1092)">+      <path d="M -34.6402,54.8361 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1093">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1093)">+      <path d="M -34.6402,61.7470 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1094">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1094)">+      <path d="M -34.6402,68.6579 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1095">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1095)">+      <path d="M -34.6402,75.5687 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1096">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1096)">+      <path d="M -34.6402,82.4796 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1097">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1097)">+      <path d="M -34.6402,89.3905 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1098">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1098)">+      <path d="M -34.6402,96.3014 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1099">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1099)">+      <path d="M -34.6402,103.2123 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1100">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1100)">+      <path d="M -34.6402,110.1232 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1101">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1101)">+      <path d="M -34.6402,117.0341 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1102">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1102)">+      <path d="M -34.6402,123.9450 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1103">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1103)">+      <path d="M -34.6402,130.8559 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1104">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1104)">+      <path d="M -34.6402,137.7668 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1105">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1105)">+      <path d="M -34.6402,144.6777 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1106">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1106)">+      <path d="M -34.6402,151.5886 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1107">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1107)">+      <path d="M -34.6402,158.4995 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1108">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1108)">+      <path d="M -34.6402,165.4104 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1109">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1109)">+      <path d="M -34.6402,172.3213 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1110">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1110)">+      <path d="M -34.6402,179.2322 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1111">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1111)">+      <path d="M -34.6402,186.1431 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1112">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1112)">+      <path d="M -34.6402,193.0540 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1113">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1113)">+      <path d="M -34.6402,199.9649 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1114">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1114)">+      <path d="M -34.6402,206.8758 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1115">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1115)">+      <path d="M -34.6402,213.7867 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1116">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1116)">+      <path d="M -34.6402,220.6976 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1117">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1117)">+      <path d="M -34.6402,227.6085 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1118">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1118)">+      <path d="M -34.6402,234.5194 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1119">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1119)">+      <path d="M -34.6402,241.4303 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1120">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1120)">+      <path d="M -34.6402,248.3412 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1121">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1121)">+      <path d="M -34.6402,255.2521 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1122">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1122)">+      <path d="M -34.6402,262.1630 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1123">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1123)">+      <path d="M -34.6402,269.0739 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1124">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1124)">+      <path d="M 310.9047,269.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1125">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1125)">+      <path d="M 303.9938,269.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1126">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1126)">+      <path d="M 297.0829,269.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1127">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1127)">+      <path d="M 290.1720,269.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1128">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1128)">+      <path d="M 283.2611,269.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1129">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1129)">+      <path d="M 276.3502,269.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1130">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1130)">+      <path d="M 269.4393,269.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1131">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1131)">+      <path d="M 262.5284,269.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1132">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1132)">+      <path d="M 255.6175,269.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1133">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1133)">+      <path d="M 248.7066,269.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1134">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1134)">+      <path d="M 241.7957,269.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1135">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1135)">+      <path d="M 234.8848,269.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1136">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1136)">+      <path d="M 227.9739,269.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1137">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1137)">+      <path d="M 221.0630,269.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1138">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1138)">+      <path d="M 214.1521,269.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1139">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1139)">+      <path d="M 207.2412,269.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1140">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1140)">+      <path d="M 200.3303,269.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1141">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1141)">+      <path d="M 193.4194,269.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1142">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1142)">+      <path d="M 186.5085,269.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1143">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1143)">+      <path d="M 179.5976,269.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1144">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1144)">+      <path d="M 172.6867,269.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1145">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1145)">+      <path d="M 165.7758,269.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1146">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1146)">+      <path d="M 158.8649,269.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1147">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1147)">+      <path d="M 151.9540,269.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1148">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1148)">+      <path d="M 145.0431,269.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1149">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1149)">+      <path d="M 138.1322,269.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1150">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1150)">+      <path d="M 131.2213,269.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1151">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1151)">+      <path d="M 124.3104,269.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1152">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1152)">+      <path d="M 117.3995,269.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1153">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1153)">+      <path d="M 110.4886,269.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1154">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1154)">+      <path d="M 103.5777,269.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1155">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1155)">+      <path d="M 96.6668,269.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1156">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1156)">+      <path d="M 89.7559,269.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1157">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1157)">+      <path d="M 82.8450,269.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1158">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1158)">+      <path d="M 75.9341,269.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1159">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1159)">+      <path d="M 69.0232,269.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1160">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1160)">+      <path d="M 62.1123,269.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1161">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1161)">+      <path d="M 55.2014,269.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1162">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1162)">+      <path d="M 48.2905,269.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1163">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1163)">+      <path d="M 41.3796,269.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1164">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1164)">+      <path d="M 34.4688,269.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1165">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1165)">+      <path d="M 27.5579,269.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1166">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1166)">+      <path d="M 20.6470,269.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1167">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1167)">+      <path d="M 13.7361,269.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1168">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1168)">+      <path d="M 6.8252,269.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1169">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1169)">+      <path d="M -0.0857,269.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1170">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1170)">+      <path d="M -6.9966,269.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1171">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1171)">+      <path d="M -13.9075,269.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1172">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1172)">+      <path d="M -20.8184,269.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1173">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1173)">+      <path d="M -27.7293,269.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1174">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1174)">+      <path d="M -34.6402,269.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1175">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1175)">+      <path d="M -34.6402,-76.4710 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1176">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1176)">+      <path d="M -34.6402,-41.9165 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1177">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1177)">+      <path d="M -34.6402,-7.3620 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1178">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1178)">+      <path d="M -34.6402,27.1925 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1179">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1179)">+      <path d="M -34.6402,61.7470 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1180">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1180)">+      <path d="M -34.6402,96.3014 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1181">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1181)">+      <path d="M -34.6402,130.8559 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1182">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1182)">+      <path d="M -34.6402,165.4104 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1183">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1183)">+      <path d="M -34.6402,199.9649 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1184">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1184)">+      <path d="M -34.6402,234.5194 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1185">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1185)">+      <path d="M -34.6402,269.0739 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1186">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1186)">+      <path d="M 310.9047,269.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1187">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1187)">+      <path d="M 276.3502,269.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1188">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1188)">+      <path d="M 241.7957,269.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1189">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1189)">+      <path d="M 207.2412,269.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1190">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1190)">+      <path d="M 172.6867,269.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1191">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1191)">+      <path d="M 138.1322,269.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1192">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1192)">+      <path d="M 103.5777,269.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1193">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1193)">+      <path d="M 69.0232,269.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1194">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1194)">+      <path d="M 34.4688,269.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1195">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1195)">+      <path d="M -0.0857,269.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1196">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1196)">+      <path d="M -34.6402,269.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(255,255,255)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1197">+        <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1197)">+      <path d="M 337.6844,328.7603 l -0.0000,-495.8678 h -471.0551 l -0.0000,495.8678 Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 243.4734,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1198">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1198)">+      <path d="M -224.0741,73.1478 ZM -219.3063,63.7499 c 0.0000,0.1146 -0.1375,0.1834 -0.2521 0.1834c -0.6877,-0.0000 -0.9856,0.1375 -0.9856 0.5043c 0.0000,0.1375 0.0458,0.3209 0.1375 0.5272l 2.5214,5.9138 l 2.5443,-5.8221 c 0.1146,-0.2063 0.1605,-0.3897 0.1605 -0.5272c 0.0000,-0.4814 -0.4584,-0.5960 -0.9627 -0.5960h -0.0917 c -0.1146,-0.0000 -0.2292,-0.0917 -0.2292 -0.1605v -0.4355 l 0.0458,-0.0688 c 0.0000,-0.0000 1.3524,0.0458 2.1546 0.0458c 0.6418,-0.0000 1.5816,-0.0458 1.5816 -0.0458l 0.0688,0.0458 v 0.4355 c 0.0000,0.1146 -0.0917,0.1834 -0.2521 0.1834c -0.8710,-0.0000 -1.3065,0.8939 -1.6274 1.5587c -1.2149,2.5672 -2.2234,4.9282 -4.0571 9.3521c -0.6877,1.6504 -1.5128,3.5758 -3.1403 3.5758c -0.4355,-0.0000 -1.3295,-0.2521 -1.3295 -1.0773c 0.0000,-0.6877 0.5043,-0.8939 0.8710 -0.8939c 0.3438,-0.0000 0.5730,0.1375 0.7106 0.3209c 0.2292,0.2292 0.3897,0.3897 0.6189 0.3897c 0.3438,-0.0000 1.1461,-1.9713 1.7191 -3.3695c 0.1375,-0.2751 0.1834,-0.5043 0.1834 -0.7106c 0.0000,-0.2292 -0.2063,-0.8481 -0.3897 -1.3065l -2.8881,-6.7161 c -0.3667,-0.8710 -0.6189,-1.1232 -1.3982 -1.1232c -0.1375,-0.0000 -0.2292,-0.0688 -0.2292 -0.1605v -0.4584 l 0.0458,-0.0458 c 0.0000,-0.0000 1.0086,0.0458 1.6962 0.0458c 1.0773,-0.0000 2.7277,-0.0458 2.7277 -0.0458l 0.0458,0.0688 v 0.4126 ZM -206.6765,73.1478 ZM -196.1096,65.8587 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM -196.1096,65.8587 ZM -196.1096,68.7239 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM -188.8663,73.1478 ZM -182.5858,67.7382 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM -181.2334,73.1478 ZM -179.9039,62.9934 c 0.0000,-1.3065 1.2607,-3.0944 3.6675 -3.0944c 1.7650,-0.0000 3.8279,0.6647 3.8279 3.3007c 0.0000,1.7421 -0.8939,2.6131 -2.1317 3.8050l -2.1776,2.1088 c -0.1146,0.1146 -1.6504,1.6274 -1.6504 2.7048h 3.8967 c 0.7793,-0.0000 1.1919,-0.3897 1.5128 -1.6504l 0.5730,0.0917 l -0.4584,2.8881 h -7.0828 c 0.0000,-1.2836 0.2063,-2.2693 2.3380 -4.4468l 1.6045,-1.5816 c 1.2836,-1.3065 1.8108,-2.4297 1.8108 -3.8279c 0.0000,-2.0859 -1.4211,-2.6818 -2.2005 -2.6818c -1.5816,-0.0000 -2.0171,0.8252 -2.0171 1.3753c 0.0000,0.1834 0.0458,0.3667 0.0917 0.5272c 0.0458,0.1605 0.0917,0.3209 0.0917 0.5043c 0.0000,0.5960 -0.4584,0.8252 -0.8252 0.8252c -0.5043,-0.0000 -0.8710,-0.3897 -0.8710 -0.8481ZM -171.1937,73.1478 ZM -169.8871,72.2080 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM -166.1738,73.1478 ZM -161.1539,60.7013 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM -161.1539,60.7013 ZM -161.2456,73.4228 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1199">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1199)">+      <path d="M -33.8868,211.3657 ZM -29.3713,202.1512 c -0.4584,-0.0000 -0.5501,0.1146 -0.5501 0.2751c 0.0000,0.1146 0.0917,0.3209 0.3438 0.7335l 1.3982,2.0630 c 0.0688,0.1375 0.1375,0.2063 0.2292 0.2063c 0.0688,-0.0000 0.1146,-0.0458 0.2063 -0.1605l 1.4899,-2.0859 c 0.2521,-0.3209 0.3897,-0.5730 0.3897 -0.7564c 0.0000,-0.1834 -0.1605,-0.2751 -0.4814 -0.2751h -0.3667 c -0.0688,-0.0000 -0.1375,-0.0458 -0.1375 -0.1605v -0.4355 l 0.0688,-0.0688 c 0.0000,-0.0000 1.0773,0.0458 1.7879 0.0458c 0.7335,-0.0000 1.8567,-0.0458 1.8567 -0.0458l 0.0229,0.0458 v 0.4355 c 0.0000,0.1605 -0.1375,0.1834 -0.2751 0.1834c -0.8481,-0.0000 -1.1919,0.2751 -2.0400 1.3524l -1.9254,2.4526 c -0.0458,0.0688 -0.0688,0.1146 -0.0688 0.1605c 0.0000,0.0458 0.0229,0.1146 0.0688 0.1834l 2.0630,2.9111 c 1.0544,1.4899 1.3524,1.5128 2.0859 1.5128c 0.2292,-0.0000 0.3209,0.0458 0.3209 0.1834v 0.4355 l -0.0229,0.0458 c 0.0000,-0.0000 -1.2378,-0.0458 -2.0171 -0.0458c -0.9398,-0.0000 -2.3839,0.0458 -2.3839 0.0458l -0.0458,-0.0458 v -0.4355 c 0.0000,-0.1146 0.0458,-0.1834 0.1605 -0.1834h 0.2751 c 0.3667,-0.0000 0.5272,-0.0688 0.5272 -0.2521c 0.0000,-0.2063 -0.2521,-0.5501 -0.6189 -1.0315l -1.3295,-1.8337 c -0.0917,-0.1146 -0.1375,-0.1605 -0.2063 -0.1605c -0.0458,-0.0000 -0.1146,0.0688 -0.2063 0.2063l -1.4441,2.0859 c -0.3438,0.4584 -0.4126,0.5730 -0.4126 0.7335c 0.0000,0.1605 0.1375,0.2521 0.4814 0.2521h 0.3209 c 0.1146,-0.0000 0.1605,0.0688 0.1605 0.1834v 0.4355 l -0.0458,0.0458 c 0.0000,-0.0000 -1.1919,-0.0458 -1.9254 -0.0458c -0.6647,-0.0000 -1.7191,0.0458 -1.7191 0.0458l -0.0458,-0.0458 v -0.3897 c 0.0000,-0.1375 0.0917,-0.2292 0.2980 -0.2292c 0.5501,-0.0000 1.0773,-0.1146 2.0400 -1.3524l 1.9254,-2.4755 c 0.0229,-0.0458 0.0458,-0.0917 0.0458 -0.1605c 0.0000,-0.0688 -0.0229,-0.1146 -0.0688 -0.1834l -1.9942,-2.9111 c -0.6418,-0.9398 -1.0544,-1.4899 -1.8567 -1.4899c -0.1605,-0.0000 -0.3209,-0.0688 -0.3209 -0.1605v -0.4355 l 0.0458,-0.0688 l 1.8108,0.0458 l 2.5443,-0.0458 l 0.0688,0.0688 v 0.4126 c 0.0000,0.1146 -0.0917,0.1834 -0.1834 0.1834h -0.3438 ZM -16.7643,211.3657 ZM -6.1974,204.0766 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM -6.1974,204.0766 ZM -6.1974,206.9418 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 1.0459,211.3657 ZM 7.3264,205.9562 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM 8.6788,211.3657 ZM 12.9881,200.4321 c -0.4355,-0.0000 -1.4441,0.4126 -1.9483 0.6418l -0.2751,-0.7106 c 2.0171,-0.9398 2.7964,-1.4211 3.9425 -2.2463h 0.4355 v 11.5296 c 0.0000,0.8252 0.1146,1.0544 0.8710 1.0544h 1.1919 c 0.0688,-0.0000 0.1834,0.0458 0.1834 0.1834v 0.5043 l -3.1403,-0.0458 l -3.1861,0.0458 v -0.5043 c 0.0229,-0.0688 0.0458,-0.1834 0.1834 -0.1834h 1.3753 c 0.8710,-0.0000 0.8710,-0.3897 0.8710 -1.0544v -7.8851 c 0.0000,-0.7793 0.0000,-1.3295 -0.5043 -1.3295ZM 18.7185,211.3657 ZM 20.0250,210.4259 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM 23.7384,211.3657 ZM 28.7582,198.9192 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM 28.7582,198.9192 ZM 28.6665,211.6408 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="8.77193507674587" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1200">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1200)">+      <path d="M 5.1288,66.2369 c 0.0000,-2.8626 -2.3206,-5.1832 -5.1832 -5.1832c -2.8626,-0.0000 -5.1832,2.3206 -5.1832 5.1832c -0.0000,2.8626 2.3206,5.1832 5.1832 5.1832c 2.8626,0.0000 5.1832,-2.3206 5.1832 -5.1832Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1201">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1201)">+      <path d="M -0.0544,169.9003 v -103.6635 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1202">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1202)">+      <path d="M -138.2723,66.2369 h 138.2180 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(153,153,153)" stroke-width="5.84795671783058" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1203">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1203)">+      <path d="M -69.1634,-210.1991 l 4.1465,24.3816 l 4.1465,23.3865 l 4.1465,22.3913 l 4.1465,21.3961 l 4.1465,20.4010 l 4.1465,19.4058 l 4.1465,18.4106 l 4.1465,17.4155 l 4.1465,16.4203 l 4.1465,15.4251 l 4.1465,14.4300 l 4.1465,13.4348 l 4.1465,12.4396 l 4.1465,11.4444 l 4.1465,10.4493 l 4.1465,9.4541 l 4.1465,8.4589 l 4.1465,7.4638 l 4.1465,6.4686 l 4.1465,5.4734 l 4.1465,4.4783 l 4.1465,3.4831 l 4.1465,2.4879 l 4.1465,1.4928 l 4.1465,0.4976 l 4.1465,-0.4976 l 4.1465,-1.4928 l 4.1465,-2.4879 l 4.1465,-3.4831 l 4.1465,-4.4783 l 4.1465,-5.4734 l 4.1465,-6.4686 l 4.1465,-7.4638 l 4.1465,-8.4589 l 4.1465,-9.4541 l 4.1465,-10.4493 l 4.1465,-11.4444 l 4.1465,-12.4396 l 4.1465,-13.4348 l 4.1465,-14.4300 l 4.1465,-15.4251 l 4.1465,-16.4203 l 4.1465,-17.4155 l 4.1465,-18.4106 l 4.1465,-19.4058 l 4.1465,-20.4010 l 4.1465,-21.3961 l 4.1465,-22.3913 l 4.1465,-23.3865 l 4.1465,-24.3816 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1204">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1204)">+      <path d="M -27.5776,-200.1937 ZM -20.4261,-214.2906 c 0.0000,0.1719 -0.2063,0.2751 -0.3782 0.2751c -1.0315,-0.0000 -1.4785,0.2063 -1.4785 0.7564c 0.0000,0.2063 0.0688,0.4814 0.2063 0.7908l 3.7821,8.8707 l 3.8165,-8.7332 c 0.1719,-0.3094 0.2407,-0.5845 0.2407 -0.7908c 0.0000,-0.7220 -0.6877,-0.8939 -1.4441 -0.8939h -0.1375 c -0.1719,-0.0000 -0.3438,-0.1375 -0.3438 -0.2407v -0.6533 l 0.0688,-0.1031 c 0.0000,-0.0000 2.0286,0.0688 3.2320 0.0688c 0.9627,-0.0000 2.3724,-0.0688 2.3724 -0.0688l 0.1031,0.0688 v 0.6533 c 0.0000,0.1719 -0.1375,0.2751 -0.3782 0.2751c -1.3065,-0.0000 -1.9598,1.3409 -2.4412 2.3380c -1.8223,3.8508 -3.3351,7.3923 -6.0857 14.0281c -1.0315,2.4755 -2.2693,5.3637 -4.7104 5.3637c -0.6533,-0.0000 -1.9942,-0.3782 -1.9942 -1.6160c 0.0000,-1.0315 0.7564,-1.3409 1.3065 -1.3409c 0.5157,-0.0000 0.8596,0.2063 1.0659 0.4814c 0.3438,0.3438 0.5845,0.5845 0.9283 0.5845c 0.5157,-0.0000 1.7191,-2.9569 2.5787 -5.0542c 0.2063,-0.4126 0.2751,-0.7564 0.2751 -1.0659c 0.0000,-0.3438 -0.3094,-1.2722 -0.5845 -1.9598l -4.3322,-10.0741 c -0.5501,-1.3065 -0.9283,-1.6847 -2.0973 -1.6847c -0.2063,-0.0000 -0.3438,-0.1031 -0.3438 -0.2407v -0.6877 l 0.0688,-0.0688 c 0.0000,-0.0000 1.5128,0.0688 2.5443 0.0688c 1.6160,-0.0000 4.0915,-0.0688 4.0915 -0.0688l 0.0688,0.1031 v 0.6189 ZM -1.4813,-200.1937 ZM 14.3691,-211.1274 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 14.3691,-211.1274 ZM 14.3691,-206.8296 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 25.2340,-200.1937 ZM 32.0074,-214.0155 c -0.6877,-0.0000 -0.8252,0.1719 -0.8252 0.4126c 0.0000,0.1719 0.1375,0.4814 0.5157 1.1002l 2.0973,3.0944 c 0.1031,0.2063 0.2063,0.3094 0.3438 0.3094c 0.1031,-0.0000 0.1719,-0.0688 0.3094 -0.2407l 2.2349,-3.1288 c 0.3782,-0.4814 0.5845,-0.8596 0.5845 -1.1346c 0.0000,-0.2751 -0.2407,-0.4126 -0.7220 -0.4126h -0.5501 c -0.1031,-0.0000 -0.2063,-0.0688 -0.2063 -0.2407v -0.6533 l 0.1031,-0.1031 c 0.0000,-0.0000 1.6160,0.0688 2.6818 0.0688c 1.1002,-0.0000 2.7850,-0.0688 2.7850 -0.0688l 0.0344,0.0688 v 0.6533 c 0.0000,0.2407 -0.2063,0.2751 -0.4126 0.2751c -1.2722,-0.0000 -1.7879,0.4126 -3.0600 2.0286l -2.8881,3.6789 c -0.0688,0.1031 -0.1031,0.1719 -0.1031 0.2407c 0.0000,0.0688 0.0344,0.1719 0.1031 0.2751l 3.0944,4.3666 c 1.5816,2.2349 2.0286,2.2693 3.1288 2.2693c 0.3438,-0.0000 0.4814,0.0688 0.4814 0.2751v 0.6533 l -0.0344,0.0688 c 0.0000,-0.0000 -1.8567,-0.0688 -3.0257 -0.0688c -1.4097,-0.0000 -3.5758,0.0688 -3.5758 0.0688l -0.0688,-0.0688 v -0.6533 c 0.0000,-0.1719 0.0688,-0.2751 0.2407 -0.2751h 0.4126 c 0.5501,-0.0000 0.7908,-0.1031 0.7908 -0.3782c 0.0000,-0.3094 -0.3782,-0.8252 -0.9283 -1.5472l -1.9942,-2.7506 c -0.1375,-0.1719 -0.2063,-0.2407 -0.3094 -0.2407c -0.0688,-0.0000 -0.1719,0.1031 -0.3094 0.3094l -2.1661,3.1288 c -0.5157,0.6877 -0.6189,0.8596 -0.6189 1.1002c 0.0000,0.2407 0.2063,0.3782 0.7220 0.3782h 0.4814 c 0.1719,-0.0000 0.2407,0.1031 0.2407 0.2751v 0.6533 l -0.0688,0.0688 c 0.0000,-0.0000 -1.7879,-0.0688 -2.8881 -0.0688c -0.9971,-0.0000 -2.5787,0.0688 -2.5787 0.0688l -0.0688,-0.0688 v -0.5845 c 0.0000,-0.2063 0.1375,-0.3438 0.4470 -0.3438c 0.8252,-0.0000 1.6160,-0.1719 3.0600 -2.0286l 2.8881,-3.7133 c 0.0344,-0.0688 0.0688,-0.1375 0.0688 -0.2407c 0.0000,-0.1031 -0.0344,-0.1719 -0.1031 -0.2751l -2.9913,-4.3666 c -0.9627,-1.4097 -1.5816,-2.2349 -2.7850 -2.2349c -0.2407,-0.0000 -0.4814,-0.1031 -0.4814 -0.2407v -0.6533 l 0.0688,-0.1031 l 2.7162,0.0688 l 3.8165,-0.0688 l 0.1031,0.1031 v 0.6189 c 0.0000,0.1719 -0.1375,0.2751 -0.2751 0.2751h -0.5157 ZM 42.3221,-200.1937 ZM 44.8321,-220.3763 c -0.4126,-0.0000 -0.8939,-0.3782 -0.8939 -0.8252c 0.0000,-0.8939 0.9627,-2.6475 3.6789 -2.6475c 1.7191,-0.0000 3.7133,0.6533 3.7133 2.8538c 0.0000,1.5816 -1.1690,2.7162 -3.0600 4.0915c -1.4441,1.0315 -2.2693,2.0286 -2.2693 3.0944h 2.7850 c 1.0659,-0.0000 1.6160,-1.3409 1.9942 -2.3036l 0.8252,0.1719 c -0.3094,1.0315 -0.5501,2.2349 -0.6533 3.2320h -7.0828 c 0.0000,-1.6504 1.5128,-3.0944 3.1288 -4.3666c 1.5472,-1.2378 2.3036,-2.0286 2.3036 -3.8852c 0.0000,-1.6160 -1.2034,-2.0630 -1.8223 -2.0630c -1.4785,-0.0000 -1.8567,0.5501 -1.8567 0.9971c 0.0000,0.3094 0.1719,0.5501 0.1719 0.8252c 0.0000,0.5501 -0.6189,0.8252 -0.9627 0.8252ZM 61.4732,-200.1937 ZM 70.8941,-208.3080 h -7.7705 c -0.3094,-0.0000 -0.5157,-0.2751 -0.5157 -0.5845c 0.0000,-0.5501 0.4470,-1.2722 0.8596 -1.2722h 7.8736 c 0.3438,-0.0000 0.4814,0.3094 0.4814 0.6189c 0.0000,0.3782 -0.4814,1.2378 -0.9283 1.2378ZM 81.5183,-200.1937 ZM 88.9449,-219.0010 c -0.8596,-0.0000 -3.3695,0.4814 -3.3695 2.5787c 0.0000,0.6189 -0.2407,1.6847 -1.1690 1.6847c -0.8939,-0.0000 -0.9627,-0.9971 -0.9627 -1.1002c 0.0000,-1.0659 1.4097,-4.2291 6.1889 -4.2291c 3.3351,-0.0000 4.3322,2.0973 4.3322 3.4726c 0.0000,0.8596 -0.2751,2.5787 -3.3695 4.5385c 1.9254,0.3094 4.4697,1.7191 4.4697 5.2949c 0.0000,4.5385 -3.4383,6.9797 -7.3235 6.9797c -1.9598,-0.0000 -4.7104,-0.8596 -4.7104 -2.1661c 0.0000,-0.5157 0.5157,-1.1002 1.2034 -1.1002c 0.6533,-0.0000 0.9627,0.3438 1.2722 0.7908c 0.3782,0.5845 0.9971,1.4097 2.6475 1.4097c 1.1346,-0.0000 4.3666,-1.1346 4.3666 -5.4668c 0.0000,-3.6789 -2.5787,-4.2634 -4.4354 -4.2634c -0.3094,-0.0000 -0.6877,0.0688 -1.0659 0.1375l -0.1375,-1.0315 c 2.6475,-0.4470 4.8479,-3.0257 4.8479 -4.6073c 0.0000,-1.9598 -1.3753,-2.9225 -2.7850 -2.9225Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1205">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1205)">+      <path d="M 207.2726,169.9003 l -0.0000,-345.5449 h -345.5449 l -0.0000,345.5449 Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1206">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1206)">+      <path d="M -138.2723,-175.6446 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1207">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1207)">+      <path d="M -138.2723,-168.7337 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1208">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1208)">+      <path d="M -138.2723,-161.8228 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1209">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1209)">+      <path d="M -138.2723,-154.9119 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1210">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1210)">+      <path d="M -138.2723,-148.0010 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1211">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1211)">+      <path d="M -138.2723,-141.0901 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1212">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1212)">+      <path d="M -138.2723,-134.1792 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1213">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1213)">+      <path d="M -138.2723,-127.2683 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1214">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1214)">+      <path d="M -138.2723,-120.3574 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1215">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1215)">+      <path d="M -138.2723,-113.4465 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1216">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1216)">+      <path d="M -138.2723,-106.5356 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1217">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1217)">+      <path d="M -138.2723,-99.6247 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1218">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1218)">+      <path d="M -138.2723,-92.7138 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1219">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1219)">+      <path d="M -138.2723,-85.8029 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1220">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1220)">+      <path d="M -138.2723,-78.8920 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1221">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1221)">+      <path d="M -138.2723,-71.9811 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1222">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1222)">+      <path d="M -138.2723,-65.0702 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1223">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1223)">+      <path d="M -138.2723,-58.1593 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1224">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1224)">+      <path d="M -138.2723,-51.2484 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1225">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1225)">+      <path d="M -138.2723,-44.3375 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1226">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1226)">+      <path d="M -138.2723,-37.4266 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1227">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1227)">+      <path d="M -138.2723,-30.5157 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1228">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1228)">+      <path d="M -138.2723,-23.6048 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1229">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1229)">+      <path d="M -138.2723,-16.6939 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1230">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1230)">+      <path d="M -138.2723,-9.7830 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1231">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1231)">+      <path d="M -138.2723,-2.8721 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1232">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1232)">+      <path d="M -138.2723,4.0388 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1233">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1233)">+      <path d="M -138.2723,10.9497 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1234">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1234)">+      <path d="M -138.2723,17.8606 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1235">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1235)">+      <path d="M -138.2723,24.7715 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1236">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1236)">+      <path d="M -138.2723,31.6824 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1237">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1237)">+      <path d="M -138.2723,38.5933 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1238">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1238)">+      <path d="M -138.2723,45.5042 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1239">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1239)">+      <path d="M -138.2723,52.4151 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1240">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1240)">+      <path d="M -138.2723,59.3260 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1241">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1241)">+      <path d="M -138.2723,66.2369 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1242">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1242)">+      <path d="M -138.2723,73.1478 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1243">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1243)">+      <path d="M -138.2723,80.0587 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1244">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1244)">+      <path d="M -138.2723,86.9696 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1245">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1245)">+      <path d="M -138.2723,93.8805 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1246">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1246)">+      <path d="M -138.2723,100.7914 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1247">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1247)">+      <path d="M -138.2723,107.7023 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1248">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1248)">+      <path d="M -138.2723,114.6132 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1249">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1249)">+      <path d="M -138.2723,121.5241 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1250">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1250)">+      <path d="M -138.2723,128.4350 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1251">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1251)">+      <path d="M -138.2723,135.3459 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1252">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1252)">+      <path d="M -138.2723,142.2567 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1253">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1253)">+      <path d="M -138.2723,149.1676 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1254">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1254)">+      <path d="M -138.2723,156.0785 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1255">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1255)">+      <path d="M -138.2723,162.9894 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1256">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1256)">+      <path d="M -138.2723,169.9003 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1257">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1257)">+      <path d="M 207.2726,169.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1258">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1258)">+      <path d="M 200.3617,169.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1259">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1259)">+      <path d="M 193.4508,169.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1260">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1260)">+      <path d="M 186.5399,169.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1261">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1261)">+      <path d="M 179.6290,169.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1262">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1262)">+      <path d="M 172.7181,169.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1263">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1263)">+      <path d="M 165.8072,169.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1264">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1264)">+      <path d="M 158.8963,169.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1265">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1265)">+      <path d="M 151.9854,169.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1266">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1266)">+      <path d="M 145.0745,169.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1267">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1267)">+      <path d="M 138.1636,169.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1268">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1268)">+      <path d="M 131.2527,169.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1269">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1269)">+      <path d="M 124.3418,169.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1270">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1270)">+      <path d="M 117.4309,169.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1271">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1271)">+      <path d="M 110.5200,169.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1272">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1272)">+      <path d="M 103.6091,169.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1273">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1273)">+      <path d="M 96.6982,169.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1274">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1274)">+      <path d="M 89.7873,169.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1275">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1275)">+      <path d="M 82.8764,169.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1276">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1276)">+      <path d="M 75.9655,169.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1277">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1277)">+      <path d="M 69.0546,169.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1278">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1278)">+      <path d="M 62.1437,169.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1279">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1279)">+      <path d="M 55.2328,169.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1280">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1280)">+      <path d="M 48.3219,169.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1281">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1281)">+      <path d="M 41.4110,169.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1282">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1282)">+      <path d="M 34.5001,169.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1283">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1283)">+      <path d="M 27.5892,169.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1284">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1284)">+      <path d="M 20.6783,169.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1285">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1285)">+      <path d="M 13.7674,169.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1286">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1286)">+      <path d="M 6.8565,169.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1287">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1287)">+      <path d="M -0.0544,169.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1288">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1288)">+      <path d="M -6.9653,169.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1289">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1289)">+      <path d="M -13.8762,169.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1290">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1290)">+      <path d="M -20.7871,169.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1291">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1291)">+      <path d="M -27.6980,169.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1292">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1292)">+      <path d="M -34.6089,169.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1293">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1293)">+      <path d="M -41.5198,169.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1294">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1294)">+      <path d="M -48.4307,169.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1295">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1295)">+      <path d="M -55.3416,169.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1296">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1296)">+      <path d="M -62.2525,169.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1297">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1297)">+      <path d="M -69.1634,169.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1298">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1298)">+      <path d="M -76.0743,169.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1299">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1299)">+      <path d="M -82.9852,169.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1300">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1300)">+      <path d="M -89.8961,169.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1301">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1301)">+      <path d="M -96.8070,169.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1302">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1302)">+      <path d="M -103.7179,169.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1303">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1303)">+      <path d="M -110.6288,169.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1304">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1304)">+      <path d="M -117.5396,169.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1305">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1305)">+      <path d="M -124.4505,169.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1306">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1306)">+      <path d="M -131.3614,169.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1307">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1307)">+      <path d="M -138.2723,169.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1308">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1308)">+      <path d="M -138.2723,-175.6446 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1309">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1309)">+      <path d="M -138.2723,-141.0901 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1310">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1310)">+      <path d="M -138.2723,-106.5356 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1311">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1311)">+      <path d="M -138.2723,-71.9811 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1312">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1312)">+      <path d="M -138.2723,-37.4266 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1313">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1313)">+      <path d="M -138.2723,-2.8721 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1314">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1314)">+      <path d="M -138.2723,31.6824 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1315">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1315)">+      <path d="M -138.2723,66.2369 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1316">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1316)">+      <path d="M -138.2723,100.7914 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1317">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1317)">+      <path d="M -138.2723,135.3459 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1318">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1318)">+      <path d="M -138.2723,169.9003 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1319">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1319)">+      <path d="M 207.2726,169.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1320">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1320)">+      <path d="M 172.7181,169.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1321">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1321)">+      <path d="M 138.1636,169.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1322">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1322)">+      <path d="M 103.6091,169.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1323">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1323)">+      <path d="M 69.0546,169.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1324">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1324)">+      <path d="M 34.5001,169.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1325">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1325)">+      <path d="M -0.0544,169.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1326">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1326)">+      <path d="M -34.6089,169.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1327">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1327)">+      <path d="M -69.1634,169.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1328">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1328)">+      <path d="M -103.7179,169.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1329">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1329)">+      <path d="M -138.2723,169.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(255,255,255)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1330">+        <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1330)">+      <path d="M 234.0523,229.5868 l -0.0000,-495.8678 h -471.0551 l -0.0000,495.8678 Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 139.8413,229.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1331">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1331)">+      <path d="M 284.6654,589.8420 ZM 289.4331,580.4441 c 0.0000,0.1146 -0.1375,0.1834 -0.2521 0.1834c -0.6877,-0.0000 -0.9856,0.1375 -0.9856 0.5043c 0.0000,0.1375 0.0458,0.3209 0.1375 0.5272l 2.5214,5.9138 l 2.5443,-5.8221 c 0.1146,-0.2063 0.1605,-0.3897 0.1605 -0.5272c 0.0000,-0.4814 -0.4584,-0.5960 -0.9627 -0.5960h -0.0917 c -0.1146,-0.0000 -0.2292,-0.0917 -0.2292 -0.1605v -0.4355 l 0.0458,-0.0688 c 0.0000,-0.0000 1.3524,0.0458 2.1546 0.0458c 0.6418,-0.0000 1.5816,-0.0458 1.5816 -0.0458l 0.0688,0.0458 v 0.4355 c 0.0000,0.1146 -0.0917,0.1834 -0.2521 0.1834c -0.8710,-0.0000 -1.3065,0.8939 -1.6274 1.5587c -1.2149,2.5672 -2.2234,4.9282 -4.0571 9.3521c -0.6877,1.6504 -1.5128,3.5758 -3.1403 3.5758c -0.4355,-0.0000 -1.3295,-0.2521 -1.3295 -1.0773c 0.0000,-0.6877 0.5043,-0.8939 0.8710 -0.8939c 0.3438,-0.0000 0.5730,0.1375 0.7106 0.3209c 0.2292,0.2292 0.3897,0.3897 0.6189 0.3897c 0.3438,-0.0000 1.1461,-1.9713 1.7191 -3.3695c 0.1375,-0.2751 0.1834,-0.5043 0.1834 -0.7106c 0.0000,-0.2292 -0.2063,-0.8481 -0.3897 -1.3065l -2.8881,-6.7161 c -0.3667,-0.8710 -0.6189,-1.1232 -1.3982 -1.1232c -0.1375,-0.0000 -0.2292,-0.0688 -0.2292 -0.1605v -0.4584 l 0.0458,-0.0458 c 0.0000,-0.0000 1.0086,0.0458 1.6962 0.0458c 1.0773,-0.0000 2.7277,-0.0458 2.7277 -0.0458l 0.0458,0.0688 v 0.4126 ZM 302.0630,589.8420 ZM 312.6299,582.5529 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 312.6299,582.5529 ZM 312.6299,585.4181 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 319.8732,589.8420 ZM 326.1537,584.4325 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM 327.5061,589.8420 ZM 328.8356,579.6877 c 0.0000,-1.3065 1.2607,-3.0944 3.6675 -3.0944c 1.7650,-0.0000 3.8279,0.6647 3.8279 3.3007c 0.0000,1.7421 -0.8939,2.6131 -2.1317 3.8050l -2.1776,2.1088 c -0.1146,0.1146 -1.6504,1.6274 -1.6504 2.7048h 3.8967 c 0.7793,-0.0000 1.1919,-0.3897 1.5128 -1.6504l 0.5730,0.0917 l -0.4584,2.8881 h -7.0828 c 0.0000,-1.2836 0.2063,-2.2693 2.3380 -4.4468l 1.6045,-1.5816 c 1.2836,-1.3065 1.8108,-2.4297 1.8108 -3.8279c 0.0000,-2.0859 -1.4211,-2.6818 -2.2005 -2.6818c -1.5816,-0.0000 -2.0171,0.8252 -2.0171 1.3753c 0.0000,0.1834 0.0458,0.3667 0.0917 0.5272c 0.0458,0.1605 0.0917,0.3209 0.0917 0.5043c 0.0000,0.5960 -0.4584,0.8252 -0.8252 0.8252c -0.5043,-0.0000 -0.8710,-0.3897 -0.8710 -0.8481ZM 337.5458,589.8420 ZM 338.8523,588.9022 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM 342.5657,589.8420 ZM 347.5855,577.3955 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM 347.5855,577.3955 ZM 347.4938,590.1170 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1332">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1332)">+      <path d="M 474.8526,728.0599 ZM 479.3682,718.8454 c -0.4584,-0.0000 -0.5501,0.1146 -0.5501 0.2751c 0.0000,0.1146 0.0917,0.3209 0.3438 0.7335l 1.3982,2.0630 c 0.0688,0.1375 0.1375,0.2063 0.2292 0.2063c 0.0688,-0.0000 0.1146,-0.0458 0.2063 -0.1605l 1.4899,-2.0859 c 0.2521,-0.3209 0.3897,-0.5730 0.3897 -0.7564c 0.0000,-0.1834 -0.1605,-0.2751 -0.4814 -0.2751h -0.3667 c -0.0688,-0.0000 -0.1375,-0.0458 -0.1375 -0.1605v -0.4355 l 0.0688,-0.0688 c 0.0000,-0.0000 1.0773,0.0458 1.7879 0.0458c 0.7335,-0.0000 1.8567,-0.0458 1.8567 -0.0458l 0.0229,0.0458 v 0.4355 c 0.0000,0.1605 -0.1375,0.1834 -0.2751 0.1834c -0.8481,-0.0000 -1.1919,0.2751 -2.0400 1.3524l -1.9254,2.4526 c -0.0458,0.0688 -0.0688,0.1146 -0.0688 0.1605c 0.0000,0.0458 0.0229,0.1146 0.0688 0.1834l 2.0630,2.9111 c 1.0544,1.4899 1.3524,1.5128 2.0859 1.5128c 0.2292,-0.0000 0.3209,0.0458 0.3209 0.1834v 0.4355 l -0.0229,0.0458 c 0.0000,-0.0000 -1.2378,-0.0458 -2.0171 -0.0458c -0.9398,-0.0000 -2.3839,0.0458 -2.3839 0.0458l -0.0458,-0.0458 v -0.4355 c 0.0000,-0.1146 0.0458,-0.1834 0.1605 -0.1834h 0.2751 c 0.3667,-0.0000 0.5272,-0.0688 0.5272 -0.2521c 0.0000,-0.2063 -0.2521,-0.5501 -0.6189 -1.0315l -1.3295,-1.8337 c -0.0917,-0.1146 -0.1375,-0.1605 -0.2063 -0.1605c -0.0458,-0.0000 -0.1146,0.0688 -0.2063 0.2063l -1.4441,2.0859 c -0.3438,0.4584 -0.4126,0.5730 -0.4126 0.7335c 0.0000,0.1605 0.1375,0.2521 0.4814 0.2521h 0.3209 c 0.1146,-0.0000 0.1605,0.0688 0.1605 0.1834v 0.4355 l -0.0458,0.0458 c 0.0000,-0.0000 -1.1919,-0.0458 -1.9254 -0.0458c -0.6647,-0.0000 -1.7191,0.0458 -1.7191 0.0458l -0.0458,-0.0458 v -0.3897 c 0.0000,-0.1375 0.0917,-0.2292 0.2980 -0.2292c 0.5501,-0.0000 1.0773,-0.1146 2.0400 -1.3524l 1.9254,-2.4755 c 0.0229,-0.0458 0.0458,-0.0917 0.0458 -0.1605c 0.0000,-0.0688 -0.0229,-0.1146 -0.0688 -0.1834l -1.9942,-2.9111 c -0.6418,-0.9398 -1.0544,-1.4899 -1.8567 -1.4899c -0.1605,-0.0000 -0.3209,-0.0688 -0.3209 -0.1605v -0.4355 l 0.0458,-0.0688 l 1.8108,0.0458 l 2.5443,-0.0458 l 0.0688,0.0688 v 0.4126 c 0.0000,0.1146 -0.0917,0.1834 -0.1834 0.1834h -0.3438 ZM 491.9752,728.0599 ZM 502.5421,720.7708 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 502.5421,720.7708 ZM 502.5421,723.6361 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 509.7853,728.0599 ZM 516.0659,722.6504 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM 517.4183,728.0599 ZM 521.7275,717.1263 c -0.4355,-0.0000 -1.4441,0.4126 -1.9483 0.6418l -0.2751,-0.7106 c 2.0171,-0.9398 2.7964,-1.4211 3.9425 -2.2463h 0.4355 v 11.5296 c 0.0000,0.8252 0.1146,1.0544 0.8710 1.0544h 1.1919 c 0.0688,-0.0000 0.1834,0.0458 0.1834 0.1834v 0.5043 l -3.1403,-0.0458 l -3.1861,0.0458 v -0.5043 c 0.0229,-0.0688 0.0458,-0.1834 0.1834 -0.1834h 1.3753 c 0.8710,-0.0000 0.8710,-0.3897 0.8710 -1.0544v -7.8851 c 0.0000,-0.7793 0.0000,-1.3295 -0.5043 -1.3295ZM 527.4580,728.0599 ZM 528.7645,727.1202 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM 532.4778,728.0599 ZM 537.4977,715.6135 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM 537.4977,715.6135 ZM 537.4060,728.3350 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="8.77193507674587" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1333">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1333)">+      <path d="M 513.8683,582.9311 c 0.0000,-2.8626 -2.3206,-5.1832 -5.1832 -5.1832c -2.8626,-0.0000 -5.1832,2.3206 -5.1832 5.1832c -0.0000,2.8626 2.3206,5.1832 5.1832 5.1832c 2.8626,0.0000 5.1832,-2.3206 5.1832 -5.1832Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1334">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1334)">+      <path d="M 508.6851,686.5946 v -103.6635 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1335">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1335)">+      <path d="M 370.4671,582.9311 h 138.2180 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(153,153,153)" stroke-width="5.84795671783058" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1336">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1336)">+      <path d="M 439.5761,306.4952 l 4.1465,24.3816 l 4.1465,23.3865 l 4.1465,22.3913 l 4.1465,21.3961 l 4.1465,20.4010 l 4.1465,19.4058 l 4.1465,18.4106 l 4.1465,17.4155 l 4.1465,16.4203 l 4.1465,15.4251 l 4.1465,14.4300 l 4.1465,13.4348 l 4.1465,12.4396 l 4.1465,11.4444 l 4.1465,10.4493 l 4.1465,9.4541 l 4.1465,8.4589 l 4.1465,7.4638 l 4.1465,6.4686 l 4.1465,5.4734 l 4.1465,4.4783 l 4.1465,3.4831 l 4.1465,2.4879 l 4.1465,1.4928 l 4.1465,0.4976 l 4.1465,-0.4976 l 4.1465,-1.4928 l 4.1465,-2.4879 l 4.1465,-3.4831 l 4.1465,-4.4783 l 4.1465,-5.4734 l 4.1465,-6.4686 l 4.1465,-7.4638 l 4.1465,-8.4589 l 4.1465,-9.4541 l 4.1465,-10.4493 l 4.1465,-11.4444 l 4.1465,-12.4396 l 4.1465,-13.4348 l 4.1465,-14.4300 l 4.1465,-15.4251 l 4.1465,-16.4203 l 4.1465,-17.4155 l 4.1465,-18.4106 l 4.1465,-19.4058 l 4.1465,-20.4010 l 4.1465,-21.3961 l 4.1465,-22.3913 l 4.1465,-23.3865 l 4.1465,-24.3816 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1337">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1337)">+      <path d="M 481.1618,316.5005 ZM 488.3134,302.4036 c 0.0000,0.1719 -0.2063,0.2751 -0.3782 0.2751c -1.0315,-0.0000 -1.4785,0.2063 -1.4785 0.7564c 0.0000,0.2063 0.0688,0.4814 0.2063 0.7908l 3.7821,8.8707 l 3.8165,-8.7332 c 0.1719,-0.3094 0.2407,-0.5845 0.2407 -0.7908c 0.0000,-0.7220 -0.6877,-0.8939 -1.4441 -0.8939h -0.1375 c -0.1719,-0.0000 -0.3438,-0.1375 -0.3438 -0.2407v -0.6533 l 0.0688,-0.1031 c 0.0000,-0.0000 2.0286,0.0688 3.2320 0.0688c 0.9627,-0.0000 2.3724,-0.0688 2.3724 -0.0688l 0.1031,0.0688 v 0.6533 c 0.0000,0.1719 -0.1375,0.2751 -0.3782 0.2751c -1.3065,-0.0000 -1.9598,1.3409 -2.4412 2.3380c -1.8223,3.8508 -3.3351,7.3923 -6.0857 14.0281c -1.0315,2.4755 -2.2693,5.3637 -4.7104 5.3637c -0.6533,-0.0000 -1.9942,-0.3782 -1.9942 -1.6160c 0.0000,-1.0315 0.7564,-1.3409 1.3065 -1.3409c 0.5157,-0.0000 0.8596,0.2063 1.0659 0.4814c 0.3438,0.3438 0.5845,0.5845 0.9283 0.5845c 0.5157,-0.0000 1.7191,-2.9569 2.5787 -5.0542c 0.2063,-0.4126 0.2751,-0.7564 0.2751 -1.0659c 0.0000,-0.3438 -0.3094,-1.2722 -0.5845 -1.9598l -4.3322,-10.0741 c -0.5501,-1.3065 -0.9283,-1.6847 -2.0973 -1.6847c -0.2063,-0.0000 -0.3438,-0.1031 -0.3438 -0.2407v -0.6877 l 0.0688,-0.0688 c 0.0000,-0.0000 1.5128,0.0688 2.5443 0.0688c 1.6160,-0.0000 4.0915,-0.0688 4.0915 -0.0688l 0.0688,0.1031 v 0.6189 ZM 507.2582,316.5005 ZM 523.1086,305.5668 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 523.1086,305.5668 ZM 523.1086,309.8647 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 533.9735,316.5005 ZM 540.7468,302.6787 c -0.6877,-0.0000 -0.8252,0.1719 -0.8252 0.4126c 0.0000,0.1719 0.1375,0.4814 0.5157 1.1002l 2.0973,3.0944 c 0.1031,0.2063 0.2063,0.3094 0.3438 0.3094c 0.1031,-0.0000 0.1719,-0.0688 0.3094 -0.2407l 2.2349,-3.1288 c 0.3782,-0.4814 0.5845,-0.8596 0.5845 -1.1346c 0.0000,-0.2751 -0.2407,-0.4126 -0.7220 -0.4126h -0.5501 c -0.1031,-0.0000 -0.2063,-0.0688 -0.2063 -0.2407v -0.6533 l 0.1031,-0.1031 c 0.0000,-0.0000 1.6160,0.0688 2.6818 0.0688c 1.1002,-0.0000 2.7850,-0.0688 2.7850 -0.0688l 0.0344,0.0688 v 0.6533 c 0.0000,0.2407 -0.2063,0.2751 -0.4126 0.2751c -1.2722,-0.0000 -1.7879,0.4126 -3.0600 2.0286l -2.8881,3.6789 c -0.0688,0.1031 -0.1031,0.1719 -0.1031 0.2407c 0.0000,0.0688 0.0344,0.1719 0.1031 0.2751l 3.0944,4.3666 c 1.5816,2.2349 2.0286,2.2693 3.1288 2.2693c 0.3438,-0.0000 0.4814,0.0688 0.4814 0.2751v 0.6533 l -0.0344,0.0688 c 0.0000,-0.0000 -1.8567,-0.0688 -3.0257 -0.0688c -1.4097,-0.0000 -3.5758,0.0688 -3.5758 0.0688l -0.0688,-0.0688 v -0.6533 c 0.0000,-0.1719 0.0688,-0.2751 0.2407 -0.2751h 0.4126 c 0.5501,-0.0000 0.7908,-0.1031 0.7908 -0.3782c 0.0000,-0.3094 -0.3782,-0.8252 -0.9283 -1.5472l -1.9942,-2.7506 c -0.1375,-0.1719 -0.2063,-0.2407 -0.3094 -0.2407c -0.0688,-0.0000 -0.1719,0.1031 -0.3094 0.3094l -2.1661,3.1288 c -0.5157,0.6877 -0.6189,0.8596 -0.6189 1.1002c 0.0000,0.2407 0.2063,0.3782 0.7220 0.3782h 0.4814 c 0.1719,-0.0000 0.2407,0.1031 0.2407 0.2751v 0.6533 l -0.0688,0.0688 c 0.0000,-0.0000 -1.7879,-0.0688 -2.8881 -0.0688c -0.9971,-0.0000 -2.5787,0.0688 -2.5787 0.0688l -0.0688,-0.0688 v -0.5845 c 0.0000,-0.2063 0.1375,-0.3438 0.4470 -0.3438c 0.8252,-0.0000 1.6160,-0.1719 3.0600 -2.0286l 2.8881,-3.7133 c 0.0344,-0.0688 0.0688,-0.1375 0.0688 -0.2407c 0.0000,-0.1031 -0.0344,-0.1719 -0.1031 -0.2751l -2.9913,-4.3666 c -0.9627,-1.4097 -1.5816,-2.2349 -2.7850 -2.2349c -0.2407,-0.0000 -0.4814,-0.1031 -0.4814 -0.2407v -0.6533 l 0.0688,-0.1031 l 2.7162,0.0688 l 3.8165,-0.0688 l 0.1031,0.1031 v 0.6189 c 0.0000,0.1719 -0.1375,0.2751 -0.2751 0.2751h -0.5157 ZM 551.0616,316.5005 ZM 553.5715,296.3179 c -0.4126,-0.0000 -0.8939,-0.3782 -0.8939 -0.8252c 0.0000,-0.8939 0.9627,-2.6475 3.6789 -2.6475c 1.7191,-0.0000 3.7133,0.6533 3.7133 2.8538c 0.0000,1.5816 -1.1690,2.7162 -3.0600 4.0915c -1.4441,1.0315 -2.2693,2.0286 -2.2693 3.0944h 2.7850 c 1.0659,-0.0000 1.6160,-1.3409 1.9942 -2.3036l 0.8252,0.1719 c -0.3094,1.0315 -0.5501,2.2349 -0.6533 3.2320h -7.0828 c 0.0000,-1.6504 1.5128,-3.0944 3.1288 -4.3666c 1.5472,-1.2378 2.3036,-2.0286 2.3036 -3.8852c 0.0000,-1.6160 -1.2034,-2.0630 -1.8223 -2.0630c -1.4785,-0.0000 -1.8567,0.5501 -1.8567 0.9971c 0.0000,0.3094 0.1719,0.5501 0.1719 0.8252c 0.0000,0.5501 -0.6189,0.8252 -0.9627 0.8252ZM 570.2127,316.5005 ZM 579.6335,308.3862 h -7.7705 c -0.3094,-0.0000 -0.5157,-0.2751 -0.5157 -0.5845c 0.0000,-0.5501 0.4470,-1.2722 0.8596 -1.2722h 7.8736 c 0.3438,-0.0000 0.4814,0.3094 0.4814 0.6189c 0.0000,0.3782 -0.4814,1.2378 -0.9283 1.2378ZM 590.2578,316.5005 ZM 597.6844,297.6932 c -0.8596,-0.0000 -3.3695,0.4814 -3.3695 2.5787c 0.0000,0.6189 -0.2407,1.6847 -1.1690 1.6847c -0.8939,-0.0000 -0.9627,-0.9971 -0.9627 -1.1002c 0.0000,-1.0659 1.4097,-4.2291 6.1889 -4.2291c 3.3351,-0.0000 4.3322,2.0973 4.3322 3.4726c 0.0000,0.8596 -0.2751,2.5787 -3.3695 4.5385c 1.9254,0.3094 4.4697,1.7191 4.4697 5.2949c 0.0000,4.5385 -3.4383,6.9797 -7.3235 6.9797c -1.9598,-0.0000 -4.7104,-0.8596 -4.7104 -2.1661c 0.0000,-0.5157 0.5157,-1.1002 1.2034 -1.1002c 0.6533,-0.0000 0.9627,0.3438 1.2722 0.7908c 0.3782,0.5845 0.9971,1.4097 2.6475 1.4097c 1.1346,-0.0000 4.3666,-1.1346 4.3666 -5.4668c 0.0000,-3.6789 -2.5787,-4.2634 -4.4354 -4.2634c -0.3094,-0.0000 -0.6877,0.0688 -1.0659 0.1375l -0.1375,-1.0315 c 2.6475,-0.4470 4.8479,-3.0257 4.8479 -4.6073c 0.0000,-1.9598 -1.3753,-2.9225 -2.7850 -2.9225Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1338">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1338)">+      <path d="M 716.0120,686.5946 l -0.0000,-345.5449 h -345.5449 l -0.0000,345.5449 Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1339">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1339)">+      <path d="M 370.4671,341.0497 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1340">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1340)">+      <path d="M 370.4671,347.9605 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1341">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1341)">+      <path d="M 370.4671,354.8714 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1342">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1342)">+      <path d="M 370.4671,361.7823 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1343">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1343)">+      <path d="M 370.4671,368.6932 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1344">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1344)">+      <path d="M 370.4671,375.6041 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1345">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1345)">+      <path d="M 370.4671,382.5150 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1346">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1346)">+      <path d="M 370.4671,389.4259 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1347">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1347)">+      <path d="M 370.4671,396.3368 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1348">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1348)">+      <path d="M 370.4671,403.2477 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1349">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1349)">+      <path d="M 370.4671,410.1586 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1350">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1350)">+      <path d="M 370.4671,417.0695 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1351">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1351)">+      <path d="M 370.4671,423.9804 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1352">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1352)">+      <path d="M 370.4671,430.8913 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1353">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1353)">+      <path d="M 370.4671,437.8022 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1354">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1354)">+      <path d="M 370.4671,444.7131 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1355">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1355)">+      <path d="M 370.4671,451.6240 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1356">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1356)">+      <path d="M 370.4671,458.5349 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1357">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1357)">+      <path d="M 370.4671,465.4458 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1358">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1358)">+      <path d="M 370.4671,472.3567 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1359">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1359)">+      <path d="M 370.4671,479.2676 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1360">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1360)">+      <path d="M 370.4671,486.1785 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1361">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1361)">+      <path d="M 370.4671,493.0894 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1362">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1362)">+      <path d="M 370.4671,500.0003 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1363">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1363)">+      <path d="M 370.4671,506.9112 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1364">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1364)">+      <path d="M 370.4671,513.8221 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1365">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1365)">+      <path d="M 370.4671,520.7330 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1366">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1366)">+      <path d="M 370.4671,527.6439 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1367">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1367)">+      <path d="M 370.4671,534.5548 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1368">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1368)">+      <path d="M 370.4671,541.4657 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1369">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1369)">+      <path d="M 370.4671,548.3766 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1370">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1370)">+      <path d="M 370.4671,555.2875 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1371">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1371)">+      <path d="M 370.4671,562.1984 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1372">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1372)">+      <path d="M 370.4671,569.1093 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1373">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1373)">+      <path d="M 370.4671,576.0202 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1374">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1374)">+      <path d="M 370.4671,582.9311 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1375">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1375)">+      <path d="M 370.4671,589.8420 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1376">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1376)">+      <path d="M 370.4671,596.7529 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1377">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1377)">+      <path d="M 370.4671,603.6638 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1378">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1378)">+      <path d="M 370.4671,610.5747 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1379">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1379)">+      <path d="M 370.4671,617.4856 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1380">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1380)">+      <path d="M 370.4671,624.3965 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1381">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1381)">+      <path d="M 370.4671,631.3074 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1382">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1382)">+      <path d="M 370.4671,638.2183 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1383">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1383)">+      <path d="M 370.4671,645.1292 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1384">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1384)">+      <path d="M 370.4671,652.0401 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1385">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1385)">+      <path d="M 370.4671,658.9510 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1386">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1386)">+      <path d="M 370.4671,665.8619 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1387">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1387)">+      <path d="M 370.4671,672.7728 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1388">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1388)">+      <path d="M 370.4671,679.6837 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1389">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1389)">+      <path d="M 370.4671,686.5946 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1390">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1390)">+      <path d="M 716.0120,686.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1391">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1391)">+      <path d="M 709.1011,686.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1392">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1392)">+      <path d="M 702.1902,686.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1393">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1393)">+      <path d="M 695.2793,686.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1394">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1394)">+      <path d="M 688.3684,686.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1395">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1395)">+      <path d="M 681.4575,686.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1396">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1396)">+      <path d="M 674.5466,686.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1397">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1397)">+      <path d="M 667.6357,686.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1398">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1398)">+      <path d="M 660.7248,686.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1399">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1399)">+      <path d="M 653.8139,686.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1400">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1400)">+      <path d="M 646.9031,686.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1401">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1401)">+      <path d="M 639.9922,686.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1402">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1402)">+      <path d="M 633.0813,686.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1403">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1403)">+      <path d="M 626.1704,686.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1404">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1404)">+      <path d="M 619.2595,686.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1405">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1405)">+      <path d="M 612.3486,686.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1406">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1406)">+      <path d="M 605.4377,686.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1407">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1407)">+      <path d="M 598.5268,686.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1408">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1408)">+      <path d="M 591.6159,686.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1409">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1409)">+      <path d="M 584.7050,686.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1410">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1410)">+      <path d="M 577.7941,686.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1411">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1411)">+      <path d="M 570.8832,686.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1412">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1412)">+      <path d="M 563.9723,686.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1413">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1413)">+      <path d="M 557.0614,686.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1414">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1414)">+      <path d="M 550.1505,686.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1415">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1415)">+      <path d="M 543.2396,686.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1416">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1416)">+      <path d="M 536.3287,686.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1417">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1417)">+      <path d="M 529.4178,686.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1418">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1418)">+      <path d="M 522.5069,686.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1419">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1419)">+      <path d="M 515.5960,686.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1420">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1420)">+      <path d="M 508.6851,686.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1421">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1421)">+      <path d="M 501.7742,686.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1422">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1422)">+      <path d="M 494.8633,686.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1423">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1423)">+      <path d="M 487.9524,686.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1424">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1424)">+      <path d="M 481.0415,686.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1425">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1425)">+      <path d="M 474.1306,686.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1426">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1426)">+      <path d="M 467.2197,686.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1427">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1427)">+      <path d="M 460.3088,686.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1428">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1428)">+      <path d="M 453.3979,686.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1429">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1429)">+      <path d="M 446.4870,686.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1430">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1430)">+      <path d="M 439.5761,686.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1431">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1431)">+      <path d="M 432.6652,686.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1432">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1432)">+      <path d="M 425.7543,686.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1433">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1433)">+      <path d="M 418.8434,686.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1434">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1434)">+      <path d="M 411.9325,686.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1435">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1435)">+      <path d="M 405.0216,686.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1436">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1436)">+      <path d="M 398.1107,686.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1437">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1437)">+      <path d="M 391.1998,686.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1438">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1438)">+      <path d="M 384.2889,686.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1439">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1439)">+      <path d="M 377.3780,686.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1440">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1440)">+      <path d="M 370.4671,686.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1441">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1441)">+      <path d="M 370.4671,341.0497 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1442">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1442)">+      <path d="M 370.4671,375.6041 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1443">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1443)">+      <path d="M 370.4671,410.1586 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1444">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1444)">+      <path d="M 370.4671,444.7131 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1445">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1445)">+      <path d="M 370.4671,479.2676 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1446">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1446)">+      <path d="M 370.4671,513.8221 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1447">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1447)">+      <path d="M 370.4671,548.3766 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1448">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1448)">+      <path d="M 370.4671,582.9311 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1449">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1449)">+      <path d="M 370.4671,617.4856 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1450">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1450)">+      <path d="M 370.4671,652.0401 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1451">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1451)">+      <path d="M 370.4671,686.5946 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1452">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1452)">+      <path d="M 716.0120,686.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1453">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1453)">+      <path d="M 681.4575,686.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1454">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1454)">+      <path d="M 646.9031,686.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1455">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1455)">+      <path d="M 612.3486,686.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1456">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1456)">+      <path d="M 577.7941,686.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1457">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1457)">+      <path d="M 543.2396,686.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1458">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1458)">+      <path d="M 508.6851,686.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1459">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1459)">+      <path d="M 474.1306,686.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1460">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1460)">+      <path d="M 439.5761,686.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1461">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1461)">+      <path d="M 405.0216,686.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1462">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1462)">+      <path d="M 370.4671,686.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(255,255,255)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1463">+        <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1463)">+      <path d="M 742.7918,746.2810 l -0.0000,-495.8678 h -471.0551 l -0.0000,495.8678 Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 554.3697,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1464">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1464)">+      <path d="M 181.0333,490.6684 ZM 185.8010,481.2705 c 0.0000,0.1146 -0.1375,0.1834 -0.2521 0.1834c -0.6877,-0.0000 -0.9856,0.1375 -0.9856 0.5043c 0.0000,0.1375 0.0458,0.3209 0.1375 0.5272l 2.5214,5.9138 l 2.5443,-5.8221 c 0.1146,-0.2063 0.1605,-0.3897 0.1605 -0.5272c 0.0000,-0.4814 -0.4584,-0.5960 -0.9627 -0.5960h -0.0917 c -0.1146,-0.0000 -0.2292,-0.0917 -0.2292 -0.1605v -0.4355 l 0.0458,-0.0688 c 0.0000,-0.0000 1.3524,0.0458 2.1546 0.0458c 0.6418,-0.0000 1.5816,-0.0458 1.5816 -0.0458l 0.0688,0.0458 v 0.4355 c 0.0000,0.1146 -0.0917,0.1834 -0.2521 0.1834c -0.8710,-0.0000 -1.3065,0.8939 -1.6274 1.5587c -1.2149,2.5672 -2.2234,4.9282 -4.0571 9.3521c -0.6877,1.6504 -1.5128,3.5758 -3.1403 3.5758c -0.4355,-0.0000 -1.3295,-0.2521 -1.3295 -1.0773c 0.0000,-0.6877 0.5043,-0.8939 0.8710 -0.8939c 0.3438,-0.0000 0.5730,0.1375 0.7106 0.3209c 0.2292,0.2292 0.3897,0.3897 0.6189 0.3897c 0.3438,-0.0000 1.1461,-1.9713 1.7191 -3.3695c 0.1375,-0.2751 0.1834,-0.5043 0.1834 -0.7106c 0.0000,-0.2292 -0.2063,-0.8481 -0.3897 -1.3065l -2.8881,-6.7161 c -0.3667,-0.8710 -0.6189,-1.1232 -1.3982 -1.1232c -0.1375,-0.0000 -0.2292,-0.0688 -0.2292 -0.1605v -0.4584 l 0.0458,-0.0458 c 0.0000,-0.0000 1.0086,0.0458 1.6962 0.0458c 1.0773,-0.0000 2.7277,-0.0458 2.7277 -0.0458l 0.0458,0.0688 v 0.4126 ZM 198.4309,490.6684 ZM 208.9978,483.3793 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 208.9978,483.3793 ZM 208.9978,486.2445 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 216.2410,490.6684 ZM 222.5216,485.2589 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM 223.8740,490.6684 ZM 225.2034,480.5141 c 0.0000,-1.3065 1.2607,-3.0944 3.6675 -3.0944c 1.7650,-0.0000 3.8279,0.6647 3.8279 3.3007c 0.0000,1.7421 -0.8939,2.6131 -2.1317 3.8050l -2.1776,2.1088 c -0.1146,0.1146 -1.6504,1.6274 -1.6504 2.7048h 3.8967 c 0.7793,-0.0000 1.1919,-0.3897 1.5128 -1.6504l 0.5730,0.0917 l -0.4584,2.8881 h -7.0828 c 0.0000,-1.2836 0.2063,-2.2693 2.3380 -4.4468l 1.6045,-1.5816 c 1.2836,-1.3065 1.8108,-2.4297 1.8108 -3.8279c 0.0000,-2.0859 -1.4211,-2.6818 -2.2005 -2.6818c -1.5816,-0.0000 -2.0171,0.8252 -2.0171 1.3753c 0.0000,0.1834 0.0458,0.3667 0.0917 0.5272c 0.0458,0.1605 0.0917,0.3209 0.0917 0.5043c 0.0000,0.5960 -0.4584,0.8252 -0.8252 0.8252c -0.5043,-0.0000 -0.8710,-0.3897 -0.8710 -0.8481ZM 233.9137,490.6684 ZM 235.2202,489.7286 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM 238.9336,490.6684 ZM 243.9534,478.2219 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM 243.9534,478.2219 ZM 243.8617,490.9435 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1465">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1465)">+      <path d="M 371.2205,628.8864 ZM 375.7361,619.6719 c -0.4584,-0.0000 -0.5501,0.1146 -0.5501 0.2751c 0.0000,0.1146 0.0917,0.3209 0.3438 0.7335l 1.3982,2.0630 c 0.0688,0.1375 0.1375,0.2063 0.2292 0.2063c 0.0688,-0.0000 0.1146,-0.0458 0.2063 -0.1605l 1.4899,-2.0859 c 0.2521,-0.3209 0.3897,-0.5730 0.3897 -0.7564c 0.0000,-0.1834 -0.1605,-0.2751 -0.4814 -0.2751h -0.3667 c -0.0688,-0.0000 -0.1375,-0.0458 -0.1375 -0.1605v -0.4355 l 0.0688,-0.0688 c 0.0000,-0.0000 1.0773,0.0458 1.7879 0.0458c 0.7335,-0.0000 1.8567,-0.0458 1.8567 -0.0458l 0.0229,0.0458 v 0.4355 c 0.0000,0.1605 -0.1375,0.1834 -0.2751 0.1834c -0.8481,-0.0000 -1.1919,0.2751 -2.0400 1.3524l -1.9254,2.4526 c -0.0458,0.0688 -0.0688,0.1146 -0.0688 0.1605c 0.0000,0.0458 0.0229,0.1146 0.0688 0.1834l 2.0630,2.9111 c 1.0544,1.4899 1.3524,1.5128 2.0859 1.5128c 0.2292,-0.0000 0.3209,0.0458 0.3209 0.1834v 0.4355 l -0.0229,0.0458 c 0.0000,-0.0000 -1.2378,-0.0458 -2.0171 -0.0458c -0.9398,-0.0000 -2.3839,0.0458 -2.3839 0.0458l -0.0458,-0.0458 v -0.4355 c 0.0000,-0.1146 0.0458,-0.1834 0.1605 -0.1834h 0.2751 c 0.3667,-0.0000 0.5272,-0.0688 0.5272 -0.2521c 0.0000,-0.2063 -0.2521,-0.5501 -0.6189 -1.0315l -1.3295,-1.8337 c -0.0917,-0.1146 -0.1375,-0.1605 -0.2063 -0.1605c -0.0458,-0.0000 -0.1146,0.0688 -0.2063 0.2063l -1.4441,2.0859 c -0.3438,0.4584 -0.4126,0.5730 -0.4126 0.7335c 0.0000,0.1605 0.1375,0.2521 0.4814 0.2521h 0.3209 c 0.1146,-0.0000 0.1605,0.0688 0.1605 0.1834v 0.4355 l -0.0458,0.0458 c 0.0000,-0.0000 -1.1919,-0.0458 -1.9254 -0.0458c -0.6647,-0.0000 -1.7191,0.0458 -1.7191 0.0458l -0.0458,-0.0458 v -0.3897 c 0.0000,-0.1375 0.0917,-0.2292 0.2980 -0.2292c 0.5501,-0.0000 1.0773,-0.1146 2.0400 -1.3524l 1.9254,-2.4755 c 0.0229,-0.0458 0.0458,-0.0917 0.0458 -0.1605c 0.0000,-0.0688 -0.0229,-0.1146 -0.0688 -0.1834l -1.9942,-2.9111 c -0.6418,-0.9398 -1.0544,-1.4899 -1.8567 -1.4899c -0.1605,-0.0000 -0.3209,-0.0688 -0.3209 -0.1605v -0.4355 l 0.0458,-0.0688 l 1.8108,0.0458 l 2.5443,-0.0458 l 0.0688,0.0688 v 0.4126 c 0.0000,0.1146 -0.0917,0.1834 -0.1834 0.1834h -0.3438 ZM 388.3430,628.8864 ZM 398.9100,621.5973 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 398.9100,621.5973 ZM 398.9100,624.4625 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 406.1532,628.8864 ZM 412.4338,623.4769 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM 413.7861,628.8864 ZM 418.0954,617.9527 c -0.4355,-0.0000 -1.4441,0.4126 -1.9483 0.6418l -0.2751,-0.7106 c 2.0171,-0.9398 2.7964,-1.4211 3.9425 -2.2463h 0.4355 v 11.5296 c 0.0000,0.8252 0.1146,1.0544 0.8710 1.0544h 1.1919 c 0.0688,-0.0000 0.1834,0.0458 0.1834 0.1834v 0.5043 l -3.1403,-0.0458 l -3.1861,0.0458 v -0.5043 c 0.0229,-0.0688 0.0458,-0.1834 0.1834 -0.1834h 1.3753 c 0.8710,-0.0000 0.8710,-0.3897 0.8710 -1.0544v -7.8851 c 0.0000,-0.7793 0.0000,-1.3295 -0.5043 -1.3295ZM 423.8259,628.8864 ZM 425.1324,627.9466 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM 428.8457,628.8864 ZM 433.8656,616.4399 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM 433.8656,616.4399 ZM 433.7739,629.1615 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="8.77193507674587" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1466">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1466)">+      <path d="M 410.2361,483.7575 c 0.0000,-2.8626 -2.3206,-5.1832 -5.1832 -5.1832c -2.8626,-0.0000 -5.1832,2.3206 -5.1832 5.1832c -0.0000,2.8626 2.3206,5.1832 5.1832 5.1832c 2.8626,0.0000 5.1832,-2.3206 5.1832 -5.1832Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1467">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1467)">+      <path d="M 405.0530,587.4210 v -103.6635 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1468">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1468)">+      <path d="M 266.8350,483.7575 h 138.2180 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(153,153,153)" stroke-width="5.84795671783058" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1469">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1469)">+      <path d="M 335.9440,207.3216 l 4.1465,24.3816 l 4.1465,23.3865 l 4.1465,22.3913 l 4.1465,21.3961 l 4.1465,20.4010 l 4.1465,19.4058 l 4.1465,18.4106 l 4.1465,17.4155 l 4.1465,16.4203 l 4.1465,15.4251 l 4.1465,14.4300 l 4.1465,13.4348 l 4.1465,12.4396 l 4.1465,11.4444 l 4.1465,10.4493 l 4.1465,9.4541 l 4.1465,8.4589 l 4.1465,7.4638 l 4.1465,6.4686 l 4.1465,5.4734 l 4.1465,4.4783 l 4.1465,3.4831 l 4.1465,2.4879 l 4.1465,1.4928 l 4.1465,0.4976 l 4.1465,-0.4976 l 4.1465,-1.4928 l 4.1465,-2.4879 l 4.1465,-3.4831 l 4.1465,-4.4783 l 4.1465,-5.4734 l 4.1465,-6.4686 l 4.1465,-7.4638 l 4.1465,-8.4589 l 4.1465,-9.4541 l 4.1465,-10.4493 l 4.1465,-11.4444 l 4.1465,-12.4396 l 4.1465,-13.4348 l 4.1465,-14.4300 l 4.1465,-15.4251 l 4.1465,-16.4203 l 4.1465,-17.4155 l 4.1465,-18.4106 l 4.1465,-19.4058 l 4.1465,-20.4010 l 4.1465,-21.3961 l 4.1465,-22.3913 l 4.1465,-23.3865 l 4.1465,-24.3816 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1470">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1470)">+      <path d="M 377.5297,217.3269 ZM 384.6813,203.2301 c 0.0000,0.1719 -0.2063,0.2751 -0.3782 0.2751c -1.0315,-0.0000 -1.4785,0.2063 -1.4785 0.7564c 0.0000,0.2063 0.0688,0.4814 0.2063 0.7908l 3.7821,8.8707 l 3.8165,-8.7332 c 0.1719,-0.3094 0.2407,-0.5845 0.2407 -0.7908c 0.0000,-0.7220 -0.6877,-0.8939 -1.4441 -0.8939h -0.1375 c -0.1719,-0.0000 -0.3438,-0.1375 -0.3438 -0.2407v -0.6533 l 0.0688,-0.1031 c 0.0000,-0.0000 2.0286,0.0688 3.2320 0.0688c 0.9627,-0.0000 2.3724,-0.0688 2.3724 -0.0688l 0.1031,0.0688 v 0.6533 c 0.0000,0.1719 -0.1375,0.2751 -0.3782 0.2751c -1.3065,-0.0000 -1.9598,1.3409 -2.4412 2.3380c -1.8223,3.8508 -3.3351,7.3923 -6.0857 14.0281c -1.0315,2.4755 -2.2693,5.3637 -4.7104 5.3637c -0.6533,-0.0000 -1.9942,-0.3782 -1.9942 -1.6160c 0.0000,-1.0315 0.7564,-1.3409 1.3065 -1.3409c 0.5157,-0.0000 0.8596,0.2063 1.0659 0.4814c 0.3438,0.3438 0.5845,0.5845 0.9283 0.5845c 0.5157,-0.0000 1.7191,-2.9569 2.5787 -5.0542c 0.2063,-0.4126 0.2751,-0.7564 0.2751 -1.0659c 0.0000,-0.3438 -0.3094,-1.2722 -0.5845 -1.9598l -4.3322,-10.0741 c -0.5501,-1.3065 -0.9283,-1.6847 -2.0973 -1.6847c -0.2063,-0.0000 -0.3438,-0.1031 -0.3438 -0.2407v -0.6877 l 0.0688,-0.0688 c 0.0000,-0.0000 1.5128,0.0688 2.5443 0.0688c 1.6160,-0.0000 4.0915,-0.0688 4.0915 -0.0688l 0.0688,0.1031 v 0.6189 ZM 403.6261,217.3269 ZM 419.4765,206.3933 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 419.4765,206.3933 ZM 419.4765,210.6911 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 430.3414,217.3269 ZM 437.1147,203.5051 c -0.6877,-0.0000 -0.8252,0.1719 -0.8252 0.4126c 0.0000,0.1719 0.1375,0.4814 0.5157 1.1002l 2.0973,3.0944 c 0.1031,0.2063 0.2063,0.3094 0.3438 0.3094c 0.1031,-0.0000 0.1719,-0.0688 0.3094 -0.2407l 2.2349,-3.1288 c 0.3782,-0.4814 0.5845,-0.8596 0.5845 -1.1346c 0.0000,-0.2751 -0.2407,-0.4126 -0.7220 -0.4126h -0.5501 c -0.1031,-0.0000 -0.2063,-0.0688 -0.2063 -0.2407v -0.6533 l 0.1031,-0.1031 c 0.0000,-0.0000 1.6160,0.0688 2.6818 0.0688c 1.1002,-0.0000 2.7850,-0.0688 2.7850 -0.0688l 0.0344,0.0688 v 0.6533 c 0.0000,0.2407 -0.2063,0.2751 -0.4126 0.2751c -1.2722,-0.0000 -1.7879,0.4126 -3.0600 2.0286l -2.8881,3.6789 c -0.0688,0.1031 -0.1031,0.1719 -0.1031 0.2407c 0.0000,0.0688 0.0344,0.1719 0.1031 0.2751l 3.0944,4.3666 c 1.5816,2.2349 2.0286,2.2693 3.1288 2.2693c 0.3438,-0.0000 0.4814,0.0688 0.4814 0.2751v 0.6533 l -0.0344,0.0688 c 0.0000,-0.0000 -1.8567,-0.0688 -3.0257 -0.0688c -1.4097,-0.0000 -3.5758,0.0688 -3.5758 0.0688l -0.0688,-0.0688 v -0.6533 c 0.0000,-0.1719 0.0688,-0.2751 0.2407 -0.2751h 0.4126 c 0.5501,-0.0000 0.7908,-0.1031 0.7908 -0.3782c 0.0000,-0.3094 -0.3782,-0.8252 -0.9283 -1.5472l -1.9942,-2.7506 c -0.1375,-0.1719 -0.2063,-0.2407 -0.3094 -0.2407c -0.0688,-0.0000 -0.1719,0.1031 -0.3094 0.3094l -2.1661,3.1288 c -0.5157,0.6877 -0.6189,0.8596 -0.6189 1.1002c 0.0000,0.2407 0.2063,0.3782 0.7220 0.3782h 0.4814 c 0.1719,-0.0000 0.2407,0.1031 0.2407 0.2751v 0.6533 l -0.0688,0.0688 c 0.0000,-0.0000 -1.7879,-0.0688 -2.8881 -0.0688c -0.9971,-0.0000 -2.5787,0.0688 -2.5787 0.0688l -0.0688,-0.0688 v -0.5845 c 0.0000,-0.2063 0.1375,-0.3438 0.4470 -0.3438c 0.8252,-0.0000 1.6160,-0.1719 3.0600 -2.0286l 2.8881,-3.7133 c 0.0344,-0.0688 0.0688,-0.1375 0.0688 -0.2407c 0.0000,-0.1031 -0.0344,-0.1719 -0.1031 -0.2751l -2.9913,-4.3666 c -0.9627,-1.4097 -1.5816,-2.2349 -2.7850 -2.2349c -0.2407,-0.0000 -0.4814,-0.1031 -0.4814 -0.2407v -0.6533 l 0.0688,-0.1031 l 2.7162,0.0688 l 3.8165,-0.0688 l 0.1031,0.1031 v 0.6189 c 0.0000,0.1719 -0.1375,0.2751 -0.2751 0.2751h -0.5157 ZM 447.4295,217.3269 ZM 449.9394,197.1444 c -0.4126,-0.0000 -0.8939,-0.3782 -0.8939 -0.8252c 0.0000,-0.8939 0.9627,-2.6475 3.6789 -2.6475c 1.7191,-0.0000 3.7133,0.6533 3.7133 2.8538c 0.0000,1.5816 -1.1690,2.7162 -3.0600 4.0915c -1.4441,1.0315 -2.2693,2.0286 -2.2693 3.0944h 2.7850 c 1.0659,-0.0000 1.6160,-1.3409 1.9942 -2.3036l 0.8252,0.1719 c -0.3094,1.0315 -0.5501,2.2349 -0.6533 3.2320h -7.0828 c 0.0000,-1.6504 1.5128,-3.0944 3.1288 -4.3666c 1.5472,-1.2378 2.3036,-2.0286 2.3036 -3.8852c 0.0000,-1.6160 -1.2034,-2.0630 -1.8223 -2.0630c -1.4785,-0.0000 -1.8567,0.5501 -1.8567 0.9971c 0.0000,0.3094 0.1719,0.5501 0.1719 0.8252c 0.0000,0.5501 -0.6189,0.8252 -0.9627 0.8252ZM 466.5806,217.3269 ZM 476.0014,209.2126 h -7.7705 c -0.3094,-0.0000 -0.5157,-0.2751 -0.5157 -0.5845c 0.0000,-0.5501 0.4470,-1.2722 0.8596 -1.2722h 7.8736 c 0.3438,-0.0000 0.4814,0.3094 0.4814 0.6189c 0.0000,0.3782 -0.4814,1.2378 -0.9283 1.2378ZM 486.6256,217.3269 ZM 494.0523,198.5197 c -0.8596,-0.0000 -3.3695,0.4814 -3.3695 2.5787c 0.0000,0.6189 -0.2407,1.6847 -1.1690 1.6847c -0.8939,-0.0000 -0.9627,-0.9971 -0.9627 -1.1002c 0.0000,-1.0659 1.4097,-4.2291 6.1889 -4.2291c 3.3351,-0.0000 4.3322,2.0973 4.3322 3.4726c 0.0000,0.8596 -0.2751,2.5787 -3.3695 4.5385c 1.9254,0.3094 4.4697,1.7191 4.4697 5.2949c 0.0000,4.5385 -3.4383,6.9797 -7.3235 6.9797c -1.9598,-0.0000 -4.7104,-0.8596 -4.7104 -2.1661c 0.0000,-0.5157 0.5157,-1.1002 1.2034 -1.1002c 0.6533,-0.0000 0.9627,0.3438 1.2722 0.7908c 0.3782,0.5845 0.9971,1.4097 2.6475 1.4097c 1.1346,-0.0000 4.3666,-1.1346 4.3666 -5.4668c 0.0000,-3.6789 -2.5787,-4.2634 -4.4354 -4.2634c -0.3094,-0.0000 -0.6877,0.0688 -1.0659 0.1375l -0.1375,-1.0315 c 2.6475,-0.4470 4.8479,-3.0257 4.8479 -4.6073c 0.0000,-1.9598 -1.3753,-2.9225 -2.7850 -2.9225Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1471">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1471)">+      <path d="M 612.3799,587.4210 l -0.0000,-345.5449 h -345.5449 l -0.0000,345.5449 Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1472">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1472)">+      <path d="M 266.8350,241.8761 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1473">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1473)">+      <path d="M 266.8350,248.7870 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1474">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1474)">+      <path d="M 266.8350,255.6979 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1475">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1475)">+      <path d="M 266.8350,262.6088 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1476">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1476)">+      <path d="M 266.8350,269.5197 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1477">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1477)">+      <path d="M 266.8350,276.4306 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1478">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1478)">+      <path d="M 266.8350,283.3415 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1479">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1479)">+      <path d="M 266.8350,290.2524 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1480">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1480)">+      <path d="M 266.8350,297.1633 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1481">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1481)">+      <path d="M 266.8350,304.0742 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1482">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1482)">+      <path d="M 266.8350,310.9851 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1483">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1483)">+      <path d="M 266.8350,317.8960 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1484">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1484)">+      <path d="M 266.8350,324.8069 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1485">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1485)">+      <path d="M 266.8350,331.7178 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1486">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1486)">+      <path d="M 266.8350,338.6287 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1487">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1487)">+      <path d="M 266.8350,345.5396 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1488">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1488)">+      <path d="M 266.8350,352.4505 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1489">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1489)">+      <path d="M 266.8350,359.3614 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1490">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1490)">+      <path d="M 266.8350,366.2723 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1491">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1491)">+      <path d="M 266.8350,373.1832 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1492">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1492)">+      <path d="M 266.8350,380.0941 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1493">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1493)">+      <path d="M 266.8350,387.0050 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1494">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1494)">+      <path d="M 266.8350,393.9159 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1495">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1495)">+      <path d="M 266.8350,400.8268 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1496">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1496)">+      <path d="M 266.8350,407.7377 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1497">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1497)">+      <path d="M 266.8350,414.6486 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1498">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1498)">+      <path d="M 266.8350,421.5594 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1499">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1499)">+      <path d="M 266.8350,428.4703 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1500">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1500)">+      <path d="M 266.8350,435.3812 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1501">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1501)">+      <path d="M 266.8350,442.2921 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1502">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1502)">+      <path d="M 266.8350,449.2030 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1503">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1503)">+      <path d="M 266.8350,456.1139 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1504">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1504)">+      <path d="M 266.8350,463.0248 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1505">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1505)">+      <path d="M 266.8350,469.9357 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1506">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1506)">+      <path d="M 266.8350,476.8466 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1507">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1507)">+      <path d="M 266.8350,483.7575 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1508">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1508)">+      <path d="M 266.8350,490.6684 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1509">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1509)">+      <path d="M 266.8350,497.5793 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1510">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1510)">+      <path d="M 266.8350,504.4902 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1511">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1511)">+      <path d="M 266.8350,511.4011 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1512">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1512)">+      <path d="M 266.8350,518.3120 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1513">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1513)">+      <path d="M 266.8350,525.2229 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1514">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1514)">+      <path d="M 266.8350,532.1338 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1515">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1515)">+      <path d="M 266.8350,539.0447 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1516">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1516)">+      <path d="M 266.8350,545.9556 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1517">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1517)">+      <path d="M 266.8350,552.8665 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1518">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1518)">+      <path d="M 266.8350,559.7774 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1519">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1519)">+      <path d="M 266.8350,566.6883 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1520">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1520)">+      <path d="M 266.8350,573.5992 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1521">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1521)">+      <path d="M 266.8350,580.5101 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1522">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1522)">+      <path d="M 266.8350,587.4210 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1523">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1523)">+      <path d="M 612.3799,587.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1524">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1524)">+      <path d="M 605.4690,587.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1525">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1525)">+      <path d="M 598.5581,587.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1526">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1526)">+      <path d="M 591.6472,587.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1527">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1527)">+      <path d="M 584.7363,587.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1528">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1528)">+      <path d="M 577.8254,587.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1529">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1529)">+      <path d="M 570.9145,587.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1530">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1530)">+      <path d="M 564.0036,587.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1531">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1531)">+      <path d="M 557.0927,587.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1532">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1532)">+      <path d="M 550.1818,587.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1533">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1533)">+      <path d="M 543.2709,587.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1534">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1534)">+      <path d="M 536.3600,587.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1535">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1535)">+      <path d="M 529.4491,587.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1536">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1536)">+      <path d="M 522.5382,587.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1537">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1537)">+      <path d="M 515.6273,587.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1538">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1538)">+      <path d="M 508.7164,587.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1539">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1539)">+      <path d="M 501.8055,587.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1540">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1540)">+      <path d="M 494.8946,587.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1541">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1541)">+      <path d="M 487.9838,587.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1542">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1542)">+      <path d="M 481.0729,587.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1543">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1543)">+      <path d="M 474.1620,587.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1544">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1544)">+      <path d="M 467.2511,587.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1545">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1545)">+      <path d="M 460.3402,587.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1546">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1546)">+      <path d="M 453.4293,587.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1547">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1547)">+      <path d="M 446.5184,587.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1548">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1548)">+      <path d="M 439.6075,587.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1549">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1549)">+      <path d="M 432.6966,587.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1550">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1550)">+      <path d="M 425.7857,587.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1551">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1551)">+      <path d="M 418.8748,587.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1552">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1552)">+      <path d="M 411.9639,587.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1553">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1553)">+      <path d="M 405.0530,587.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1554">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1554)">+      <path d="M 398.1421,587.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1555">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1555)">+      <path d="M 391.2312,587.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1556">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1556)">+      <path d="M 384.3203,587.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1557">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1557)">+      <path d="M 377.4094,587.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1558">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1558)">+      <path d="M 370.4985,587.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1559">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1559)">+      <path d="M 363.5876,587.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1560">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1560)">+      <path d="M 356.6767,587.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1561">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1561)">+      <path d="M 349.7658,587.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1562">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1562)">+      <path d="M 342.8549,587.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1563">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1563)">+      <path d="M 335.9440,587.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1564">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1564)">+      <path d="M 329.0331,587.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1565">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1565)">+      <path d="M 322.1222,587.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1566">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1566)">+      <path d="M 315.2113,587.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1567">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1567)">+      <path d="M 308.3004,587.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1568">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1568)">+      <path d="M 301.3895,587.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1569">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1569)">+      <path d="M 294.4786,587.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1570">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1570)">+      <path d="M 287.5677,587.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1571">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1571)">+      <path d="M 280.6568,587.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1572">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1572)">+      <path d="M 273.7459,587.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1573">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1573)">+      <path d="M 266.8350,587.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1574">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1574)">+      <path d="M 266.8350,241.8761 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1575">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1575)">+      <path d="M 266.8350,276.4306 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1576">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1576)">+      <path d="M 266.8350,310.9851 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1577">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1577)">+      <path d="M 266.8350,345.5396 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1578">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1578)">+      <path d="M 266.8350,380.0941 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1579">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1579)">+      <path d="M 266.8350,414.6486 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1580">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1580)">+      <path d="M 266.8350,449.2030 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1581">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1581)">+      <path d="M 266.8350,483.7575 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1582">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1582)">+      <path d="M 266.8350,518.3120 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1583">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1583)">+      <path d="M 266.8350,552.8665 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1584">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1584)">+      <path d="M 266.8350,587.4210 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1585">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1585)">+      <path d="M 612.3799,587.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1586">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1586)">+      <path d="M 577.8254,587.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1587">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1587)">+      <path d="M 543.2709,587.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1588">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1588)">+      <path d="M 508.7164,587.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1589">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1589)">+      <path d="M 474.1620,587.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1590">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1590)">+      <path d="M 439.6075,587.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1591">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1591)">+      <path d="M 405.0530,587.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1592">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1592)">+      <path d="M 370.4985,587.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1593">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1593)">+      <path d="M 335.9440,587.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1594">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1594)">+      <path d="M 301.3895,587.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1595">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1595)">+      <path d="M 266.8350,587.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(255,255,255)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1596">+        <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1596)">+      <path d="M 639.1596,647.1074 l -0.0000,-495.8678 h -471.0551 l -0.0000,495.8678 Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 450.7376,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1597">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1597)">+      <path d="M 77.4012,391.4949 ZM 82.1689,382.0970 c 0.0000,0.1146 -0.1375,0.1834 -0.2521 0.1834c -0.6877,-0.0000 -0.9856,0.1375 -0.9856 0.5043c 0.0000,0.1375 0.0458,0.3209 0.1375 0.5272l 2.5214,5.9138 l 2.5443,-5.8221 c 0.1146,-0.2063 0.1605,-0.3897 0.1605 -0.5272c 0.0000,-0.4814 -0.4584,-0.5960 -0.9627 -0.5960h -0.0917 c -0.1146,-0.0000 -0.2292,-0.0917 -0.2292 -0.1605v -0.4355 l 0.0458,-0.0688 c 0.0000,-0.0000 1.3524,0.0458 2.1546 0.0458c 0.6418,-0.0000 1.5816,-0.0458 1.5816 -0.0458l 0.0688,0.0458 v 0.4355 c 0.0000,0.1146 -0.0917,0.1834 -0.2521 0.1834c -0.8710,-0.0000 -1.3065,0.8939 -1.6274 1.5587c -1.2149,2.5672 -2.2234,4.9282 -4.0571 9.3521c -0.6877,1.6504 -1.5128,3.5758 -3.1403 3.5758c -0.4355,-0.0000 -1.3295,-0.2521 -1.3295 -1.0773c 0.0000,-0.6877 0.5043,-0.8939 0.8710 -0.8939c 0.3438,-0.0000 0.5730,0.1375 0.7106 0.3209c 0.2292,0.2292 0.3897,0.3897 0.6189 0.3897c 0.3438,-0.0000 1.1461,-1.9713 1.7191 -3.3695c 0.1375,-0.2751 0.1834,-0.5043 0.1834 -0.7106c 0.0000,-0.2292 -0.2063,-0.8481 -0.3897 -1.3065l -2.8881,-6.7161 c -0.3667,-0.8710 -0.6189,-1.1232 -1.3982 -1.1232c -0.1375,-0.0000 -0.2292,-0.0688 -0.2292 -0.1605v -0.4584 l 0.0458,-0.0458 c 0.0000,-0.0000 1.0086,0.0458 1.6962 0.0458c 1.0773,-0.0000 2.7277,-0.0458 2.7277 -0.0458l 0.0458,0.0688 v 0.4126 ZM 94.7988,391.4949 ZM 105.3657,384.2058 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 105.3657,384.2058 ZM 105.3657,387.0710 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 112.6089,391.4949 ZM 118.8895,386.0853 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM 120.2419,391.4949 ZM 121.5713,381.3406 c 0.0000,-1.3065 1.2607,-3.0944 3.6675 -3.0944c 1.7650,-0.0000 3.8279,0.6647 3.8279 3.3007c 0.0000,1.7421 -0.8939,2.6131 -2.1317 3.8050l -2.1776,2.1088 c -0.1146,0.1146 -1.6504,1.6274 -1.6504 2.7048h 3.8967 c 0.7793,-0.0000 1.1919,-0.3897 1.5128 -1.6504l 0.5730,0.0917 l -0.4584,2.8881 h -7.0828 c 0.0000,-1.2836 0.2063,-2.2693 2.3380 -4.4468l 1.6045,-1.5816 c 1.2836,-1.3065 1.8108,-2.4297 1.8108 -3.8279c 0.0000,-2.0859 -1.4211,-2.6818 -2.2005 -2.6818c -1.5816,-0.0000 -2.0171,0.8252 -2.0171 1.3753c 0.0000,0.1834 0.0458,0.3667 0.0917 0.5272c 0.0458,0.1605 0.0917,0.3209 0.0917 0.5043c 0.0000,0.5960 -0.4584,0.8252 -0.8252 0.8252c -0.5043,-0.0000 -0.8710,-0.3897 -0.8710 -0.8481ZM 130.2816,391.4949 ZM 131.5881,390.5551 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM 135.3014,391.4949 ZM 140.3213,379.0484 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM 140.3213,379.0484 ZM 140.2296,391.7699 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1598">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1598)">+      <path d="M 267.5884,529.7128 ZM 272.1040,520.4983 c -0.4584,-0.0000 -0.5501,0.1146 -0.5501 0.2751c 0.0000,0.1146 0.0917,0.3209 0.3438 0.7335l 1.3982,2.0630 c 0.0688,0.1375 0.1375,0.2063 0.2292 0.2063c 0.0688,-0.0000 0.1146,-0.0458 0.2063 -0.1605l 1.4899,-2.0859 c 0.2521,-0.3209 0.3897,-0.5730 0.3897 -0.7564c 0.0000,-0.1834 -0.1605,-0.2751 -0.4814 -0.2751h -0.3667 c -0.0688,-0.0000 -0.1375,-0.0458 -0.1375 -0.1605v -0.4355 l 0.0688,-0.0688 c 0.0000,-0.0000 1.0773,0.0458 1.7879 0.0458c 0.7335,-0.0000 1.8567,-0.0458 1.8567 -0.0458l 0.0229,0.0458 v 0.4355 c 0.0000,0.1605 -0.1375,0.1834 -0.2751 0.1834c -0.8481,-0.0000 -1.1919,0.2751 -2.0400 1.3524l -1.9254,2.4526 c -0.0458,0.0688 -0.0688,0.1146 -0.0688 0.1605c 0.0000,0.0458 0.0229,0.1146 0.0688 0.1834l 2.0630,2.9111 c 1.0544,1.4899 1.3524,1.5128 2.0859 1.5128c 0.2292,-0.0000 0.3209,0.0458 0.3209 0.1834v 0.4355 l -0.0229,0.0458 c 0.0000,-0.0000 -1.2378,-0.0458 -2.0171 -0.0458c -0.9398,-0.0000 -2.3839,0.0458 -2.3839 0.0458l -0.0458,-0.0458 v -0.4355 c 0.0000,-0.1146 0.0458,-0.1834 0.1605 -0.1834h 0.2751 c 0.3667,-0.0000 0.5272,-0.0688 0.5272 -0.2521c 0.0000,-0.2063 -0.2521,-0.5501 -0.6189 -1.0315l -1.3295,-1.8337 c -0.0917,-0.1146 -0.1375,-0.1605 -0.2063 -0.1605c -0.0458,-0.0000 -0.1146,0.0688 -0.2063 0.2063l -1.4441,2.0859 c -0.3438,0.4584 -0.4126,0.5730 -0.4126 0.7335c 0.0000,0.1605 0.1375,0.2521 0.4814 0.2521h 0.3209 c 0.1146,-0.0000 0.1605,0.0688 0.1605 0.1834v 0.4355 l -0.0458,0.0458 c 0.0000,-0.0000 -1.1919,-0.0458 -1.9254 -0.0458c -0.6647,-0.0000 -1.7191,0.0458 -1.7191 0.0458l -0.0458,-0.0458 v -0.3897 c 0.0000,-0.1375 0.0917,-0.2292 0.2980 -0.2292c 0.5501,-0.0000 1.0773,-0.1146 2.0400 -1.3524l 1.9254,-2.4755 c 0.0229,-0.0458 0.0458,-0.0917 0.0458 -0.1605c 0.0000,-0.0688 -0.0229,-0.1146 -0.0688 -0.1834l -1.9942,-2.9111 c -0.6418,-0.9398 -1.0544,-1.4899 -1.8567 -1.4899c -0.1605,-0.0000 -0.3209,-0.0688 -0.3209 -0.1605v -0.4355 l 0.0458,-0.0688 l 1.8108,0.0458 l 2.5443,-0.0458 l 0.0688,0.0688 v 0.4126 c 0.0000,0.1146 -0.0917,0.1834 -0.1834 0.1834h -0.3438 ZM 284.7109,529.7128 ZM 295.2778,522.4237 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 295.2778,522.4237 ZM 295.2778,525.2889 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 302.5211,529.7128 ZM 308.8017,524.3033 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM 310.1540,529.7128 ZM 314.4633,518.7792 c -0.4355,-0.0000 -1.4441,0.4126 -1.9483 0.6418l -0.2751,-0.7106 c 2.0171,-0.9398 2.7964,-1.4211 3.9425 -2.2463h 0.4355 v 11.5296 c 0.0000,0.8252 0.1146,1.0544 0.8710 1.0544h 1.1919 c 0.0688,-0.0000 0.1834,0.0458 0.1834 0.1834v 0.5043 l -3.1403,-0.0458 l -3.1861,0.0458 v -0.5043 c 0.0229,-0.0688 0.0458,-0.1834 0.1834 -0.1834h 1.3753 c 0.8710,-0.0000 0.8710,-0.3897 0.8710 -1.0544v -7.8851 c 0.0000,-0.7793 0.0000,-1.3295 -0.5043 -1.3295ZM 320.1937,529.7128 ZM 321.5003,528.7730 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM 325.2136,529.7128 ZM 330.2335,517.2663 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM 330.2335,517.2663 ZM 330.1418,529.9879 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="8.77193507674587" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1599">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1599)">+      <path d="M 306.6040,384.5840 c 0.0000,-2.8626 -2.3206,-5.1832 -5.1832 -5.1832c -2.8626,-0.0000 -5.1832,2.3206 -5.1832 5.1832c -0.0000,2.8626 2.3206,5.1832 5.1832 5.1832c 2.8626,0.0000 5.1832,-2.3206 5.1832 -5.1832Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1600">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1600)">+      <path d="M 301.4209,488.2474 v -103.6635 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1601">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1601)">+      <path d="M 163.2029,384.5840 h 138.2180 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(153,153,153)" stroke-width="5.84795671783058" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1602">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1602)">+      <path d="M 232.3119,108.1481 l 4.1465,24.3816 l 4.1465,23.3865 l 4.1465,22.3913 l 4.1465,21.3961 l 4.1465,20.4010 l 4.1465,19.4058 l 4.1465,18.4106 l 4.1465,17.4155 l 4.1465,16.4203 l 4.1465,15.4251 l 4.1465,14.4300 l 4.1465,13.4348 l 4.1465,12.4396 l 4.1465,11.4444 l 4.1465,10.4493 l 4.1465,9.4541 l 4.1465,8.4589 l 4.1465,7.4638 l 4.1465,6.4686 l 4.1465,5.4734 l 4.1465,4.4783 l 4.1465,3.4831 l 4.1465,2.4879 l 4.1465,1.4928 l 4.1465,0.4976 l 4.1465,-0.4976 l 4.1465,-1.4928 l 4.1465,-2.4879 l 4.1465,-3.4831 l 4.1465,-4.4783 l 4.1465,-5.4734 l 4.1465,-6.4686 l 4.1465,-7.4638 l 4.1465,-8.4589 l 4.1465,-9.4541 l 4.1465,-10.4493 l 4.1465,-11.4444 l 4.1465,-12.4396 l 4.1465,-13.4348 l 4.1465,-14.4300 l 4.1465,-15.4251 l 4.1465,-16.4203 l 4.1465,-17.4155 l 4.1465,-18.4106 l 4.1465,-19.4058 l 4.1465,-20.4010 l 4.1465,-21.3961 l 4.1465,-22.3913 l 4.1465,-23.3865 l 4.1465,-24.3816 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1603">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1603)">+      <path d="M 273.8976,118.1534 ZM 281.0492,104.0565 c 0.0000,0.1719 -0.2063,0.2751 -0.3782 0.2751c -1.0315,-0.0000 -1.4785,0.2063 -1.4785 0.7564c 0.0000,0.2063 0.0688,0.4814 0.2063 0.7908l 3.7821,8.8707 l 3.8165,-8.7332 c 0.1719,-0.3094 0.2407,-0.5845 0.2407 -0.7908c 0.0000,-0.7220 -0.6877,-0.8939 -1.4441 -0.8939h -0.1375 c -0.1719,-0.0000 -0.3438,-0.1375 -0.3438 -0.2407v -0.6533 l 0.0688,-0.1031 c 0.0000,-0.0000 2.0286,0.0688 3.2320 0.0688c 0.9627,-0.0000 2.3724,-0.0688 2.3724 -0.0688l 0.1031,0.0688 v 0.6533 c 0.0000,0.1719 -0.1375,0.2751 -0.3782 0.2751c -1.3065,-0.0000 -1.9598,1.3409 -2.4412 2.3380c -1.8223,3.8508 -3.3351,7.3923 -6.0857 14.0281c -1.0315,2.4755 -2.2693,5.3637 -4.7104 5.3637c -0.6533,-0.0000 -1.9942,-0.3782 -1.9942 -1.6160c 0.0000,-1.0315 0.7564,-1.3409 1.3065 -1.3409c 0.5157,-0.0000 0.8596,0.2063 1.0659 0.4814c 0.3438,0.3438 0.5845,0.5845 0.9283 0.5845c 0.5157,-0.0000 1.7191,-2.9569 2.5787 -5.0542c 0.2063,-0.4126 0.2751,-0.7564 0.2751 -1.0659c 0.0000,-0.3438 -0.3094,-1.2722 -0.5845 -1.9598l -4.3322,-10.0741 c -0.5501,-1.3065 -0.9283,-1.6847 -2.0973 -1.6847c -0.2063,-0.0000 -0.3438,-0.1031 -0.3438 -0.2407v -0.6877 l 0.0688,-0.0688 c 0.0000,-0.0000 1.5128,0.0688 2.5443 0.0688c 1.6160,-0.0000 4.0915,-0.0688 4.0915 -0.0688l 0.0688,0.1031 v 0.6189 ZM 299.9940,118.1534 ZM 315.8444,107.2197 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 315.8444,107.2197 ZM 315.8444,111.5175 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 326.7092,118.1534 ZM 333.4826,104.3316 c -0.6877,-0.0000 -0.8252,0.1719 -0.8252 0.4126c 0.0000,0.1719 0.1375,0.4814 0.5157 1.1002l 2.0973,3.0944 c 0.1031,0.2063 0.2063,0.3094 0.3438 0.3094c 0.1031,-0.0000 0.1719,-0.0688 0.3094 -0.2407l 2.2349,-3.1288 c 0.3782,-0.4814 0.5845,-0.8596 0.5845 -1.1346c 0.0000,-0.2751 -0.2407,-0.4126 -0.7220 -0.4126h -0.5501 c -0.1031,-0.0000 -0.2063,-0.0688 -0.2063 -0.2407v -0.6533 l 0.1031,-0.1031 c 0.0000,-0.0000 1.6160,0.0688 2.6818 0.0688c 1.1002,-0.0000 2.7850,-0.0688 2.7850 -0.0688l 0.0344,0.0688 v 0.6533 c 0.0000,0.2407 -0.2063,0.2751 -0.4126 0.2751c -1.2722,-0.0000 -1.7879,0.4126 -3.0600 2.0286l -2.8881,3.6789 c -0.0688,0.1031 -0.1031,0.1719 -0.1031 0.2407c 0.0000,0.0688 0.0344,0.1719 0.1031 0.2751l 3.0944,4.3666 c 1.5816,2.2349 2.0286,2.2693 3.1288 2.2693c 0.3438,-0.0000 0.4814,0.0688 0.4814 0.2751v 0.6533 l -0.0344,0.0688 c 0.0000,-0.0000 -1.8567,-0.0688 -3.0257 -0.0688c -1.4097,-0.0000 -3.5758,0.0688 -3.5758 0.0688l -0.0688,-0.0688 v -0.6533 c 0.0000,-0.1719 0.0688,-0.2751 0.2407 -0.2751h 0.4126 c 0.5501,-0.0000 0.7908,-0.1031 0.7908 -0.3782c 0.0000,-0.3094 -0.3782,-0.8252 -0.9283 -1.5472l -1.9942,-2.7506 c -0.1375,-0.1719 -0.2063,-0.2407 -0.3094 -0.2407c -0.0688,-0.0000 -0.1719,0.1031 -0.3094 0.3094l -2.1661,3.1288 c -0.5157,0.6877 -0.6189,0.8596 -0.6189 1.1002c 0.0000,0.2407 0.2063,0.3782 0.7220 0.3782h 0.4814 c 0.1719,-0.0000 0.2407,0.1031 0.2407 0.2751v 0.6533 l -0.0688,0.0688 c 0.0000,-0.0000 -1.7879,-0.0688 -2.8881 -0.0688c -0.9971,-0.0000 -2.5787,0.0688 -2.5787 0.0688l -0.0688,-0.0688 v -0.5845 c 0.0000,-0.2063 0.1375,-0.3438 0.4470 -0.3438c 0.8252,-0.0000 1.6160,-0.1719 3.0600 -2.0286l 2.8881,-3.7133 c 0.0344,-0.0688 0.0688,-0.1375 0.0688 -0.2407c 0.0000,-0.1031 -0.0344,-0.1719 -0.1031 -0.2751l -2.9913,-4.3666 c -0.9627,-1.4097 -1.5816,-2.2349 -2.7850 -2.2349c -0.2407,-0.0000 -0.4814,-0.1031 -0.4814 -0.2407v -0.6533 l 0.0688,-0.1031 l 2.7162,0.0688 l 3.8165,-0.0688 l 0.1031,0.1031 v 0.6189 c 0.0000,0.1719 -0.1375,0.2751 -0.2751 0.2751h -0.5157 ZM 343.7974,118.1534 ZM 346.3073,97.9708 c -0.4126,-0.0000 -0.8939,-0.3782 -0.8939 -0.8252c 0.0000,-0.8939 0.9627,-2.6475 3.6789 -2.6475c 1.7191,-0.0000 3.7133,0.6533 3.7133 2.8538c 0.0000,1.5816 -1.1690,2.7162 -3.0600 4.0915c -1.4441,1.0315 -2.2693,2.0286 -2.2693 3.0944h 2.7850 c 1.0659,-0.0000 1.6160,-1.3409 1.9942 -2.3036l 0.8252,0.1719 c -0.3094,1.0315 -0.5501,2.2349 -0.6533 3.2320h -7.0828 c 0.0000,-1.6504 1.5128,-3.0944 3.1288 -4.3666c 1.5472,-1.2378 2.3036,-2.0286 2.3036 -3.8852c 0.0000,-1.6160 -1.2034,-2.0630 -1.8223 -2.0630c -1.4785,-0.0000 -1.8567,0.5501 -1.8567 0.9971c 0.0000,0.3094 0.1719,0.5501 0.1719 0.8252c 0.0000,0.5501 -0.6189,0.8252 -0.9627 0.8252ZM 362.9485,118.1534 ZM 372.3693,110.0391 h -7.7705 c -0.3094,-0.0000 -0.5157,-0.2751 -0.5157 -0.5845c 0.0000,-0.5501 0.4470,-1.2722 0.8596 -1.2722h 7.8736 c 0.3438,-0.0000 0.4814,0.3094 0.4814 0.6189c 0.0000,0.3782 -0.4814,1.2378 -0.9283 1.2378ZM 382.9935,118.1534 ZM 390.4202,99.3461 c -0.8596,-0.0000 -3.3695,0.4814 -3.3695 2.5787c 0.0000,0.6189 -0.2407,1.6847 -1.1690 1.6847c -0.8939,-0.0000 -0.9627,-0.9971 -0.9627 -1.1002c 0.0000,-1.0659 1.4097,-4.2291 6.1889 -4.2291c 3.3351,-0.0000 4.3322,2.0973 4.3322 3.4726c 0.0000,0.8596 -0.2751,2.5787 -3.3695 4.5385c 1.9254,0.3094 4.4697,1.7191 4.4697 5.2949c 0.0000,4.5385 -3.4383,6.9797 -7.3235 6.9797c -1.9598,-0.0000 -4.7104,-0.8596 -4.7104 -2.1661c 0.0000,-0.5157 0.5157,-1.1002 1.2034 -1.1002c 0.6533,-0.0000 0.9627,0.3438 1.2722 0.7908c 0.3782,0.5845 0.9971,1.4097 2.6475 1.4097c 1.1346,-0.0000 4.3666,-1.1346 4.3666 -5.4668c 0.0000,-3.6789 -2.5787,-4.2634 -4.4354 -4.2634c -0.3094,-0.0000 -0.6877,0.0688 -1.0659 0.1375l -0.1375,-1.0315 c 2.6475,-0.4470 4.8479,-3.0257 4.8479 -4.6073c 0.0000,-1.9598 -1.3753,-2.9225 -2.7850 -2.9225Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1604">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1604)">+      <path d="M 508.7478,488.2474 l -0.0000,-345.5449 h -345.5449 l -0.0000,345.5449 Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1605">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1605)">+      <path d="M 163.2029,142.7025 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1606">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1606)">+      <path d="M 163.2029,149.6134 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1607">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1607)">+      <path d="M 163.2029,156.5243 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1608">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1608)">+      <path d="M 163.2029,163.4352 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1609">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1609)">+      <path d="M 163.2029,170.3461 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1610">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1610)">+      <path d="M 163.2029,177.2570 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1611">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1611)">+      <path d="M 163.2029,184.1679 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1612">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1612)">+      <path d="M 163.2029,191.0788 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1613">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1613)">+      <path d="M 163.2029,197.9897 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1614">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1614)">+      <path d="M 163.2029,204.9006 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1615">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1615)">+      <path d="M 163.2029,211.8115 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1616">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1616)">+      <path d="M 163.2029,218.7224 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1617">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1617)">+      <path d="M 163.2029,225.6333 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1618">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1618)">+      <path d="M 163.2029,232.5442 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1619">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1619)">+      <path d="M 163.2029,239.4551 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1620">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1620)">+      <path d="M 163.2029,246.3660 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1621">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1621)">+      <path d="M 163.2029,253.2769 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1622">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1622)">+      <path d="M 163.2029,260.1878 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1623">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1623)">+      <path d="M 163.2029,267.0987 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1624">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1624)">+      <path d="M 163.2029,274.0096 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1625">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1625)">+      <path d="M 163.2029,280.9205 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1626">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1626)">+      <path d="M 163.2029,287.8314 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1627">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1627)">+      <path d="M 163.2029,294.7423 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1628">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1628)">+      <path d="M 163.2029,301.6532 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1629">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1629)">+      <path d="M 163.2029,308.5641 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1630">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1630)">+      <path d="M 163.2029,315.4750 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1631">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1631)">+      <path d="M 163.2029,322.3859 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1632">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1632)">+      <path d="M 163.2029,329.2968 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1633">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1633)">+      <path d="M 163.2029,336.2077 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1634">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1634)">+      <path d="M 163.2029,343.1186 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1635">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1635)">+      <path d="M 163.2029,350.0295 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1636">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1636)">+      <path d="M 163.2029,356.9404 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1637">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1637)">+      <path d="M 163.2029,363.8513 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1638">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1638)">+      <path d="M 163.2029,370.7622 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1639">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1639)">+      <path d="M 163.2029,377.6731 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1640">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1640)">+      <path d="M 163.2029,384.5840 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1641">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1641)">+      <path d="M 163.2029,391.4949 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1642">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1642)">+      <path d="M 163.2029,398.4058 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1643">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1643)">+      <path d="M 163.2029,405.3167 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1644">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1644)">+      <path d="M 163.2029,412.2276 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1645">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1645)">+      <path d="M 163.2029,419.1385 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1646">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1646)">+      <path d="M 163.2029,426.0494 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1647">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1647)">+      <path d="M 163.2029,432.9603 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1648">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1648)">+      <path d="M 163.2029,439.8712 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1649">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1649)">+      <path d="M 163.2029,446.7821 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1650">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1650)">+      <path d="M 163.2029,453.6930 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1651">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1651)">+      <path d="M 163.2029,460.6039 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1652">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1652)">+      <path d="M 163.2029,467.5148 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1653">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1653)">+      <path d="M 163.2029,474.4257 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1654">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1654)">+      <path d="M 163.2029,481.3366 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1655">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1655)">+      <path d="M 163.2029,488.2474 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1656">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1656)">+      <path d="M 508.7478,488.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1657">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1657)">+      <path d="M 501.8369,488.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1658">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1658)">+      <path d="M 494.9260,488.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1659">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1659)">+      <path d="M 488.0151,488.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1660">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1660)">+      <path d="M 481.1042,488.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1661">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1661)">+      <path d="M 474.1933,488.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1662">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1662)">+      <path d="M 467.2824,488.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1663">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1663)">+      <path d="M 460.3715,488.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1664">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1664)">+      <path d="M 453.4606,488.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1665">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1665)">+      <path d="M 446.5497,488.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1666">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1666)">+      <path d="M 439.6388,488.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1667">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1667)">+      <path d="M 432.7279,488.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1668">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1668)">+      <path d="M 425.8170,488.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1669">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1669)">+      <path d="M 418.9061,488.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1670">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1670)">+      <path d="M 411.9952,488.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1671">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1671)">+      <path d="M 405.0843,488.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1672">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1672)">+      <path d="M 398.1734,488.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1673">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1673)">+      <path d="M 391.2625,488.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1674">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1674)">+      <path d="M 384.3516,488.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1675">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1675)">+      <path d="M 377.4407,488.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1676">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1676)">+      <path d="M 370.5298,488.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1677">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1677)">+      <path d="M 363.6189,488.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1678">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1678)">+      <path d="M 356.7080,488.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1679">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1679)">+      <path d="M 349.7971,488.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1680">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1680)">+      <path d="M 342.8862,488.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1681">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1681)">+      <path d="M 335.9754,488.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1682">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1682)">+      <path d="M 329.0645,488.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1683">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1683)">+      <path d="M 322.1536,488.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1684">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1684)">+      <path d="M 315.2427,488.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1685">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1685)">+      <path d="M 308.3318,488.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1686">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1686)">+      <path d="M 301.4209,488.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1687">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1687)">+      <path d="M 294.5100,488.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1688">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1688)">+      <path d="M 287.5991,488.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1689">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1689)">+      <path d="M 280.6882,488.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1690">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1690)">+      <path d="M 273.7773,488.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1691">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1691)">+      <path d="M 266.8664,488.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1692">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1692)">+      <path d="M 259.9555,488.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1693">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1693)">+      <path d="M 253.0446,488.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1694">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1694)">+      <path d="M 246.1337,488.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1695">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1695)">+      <path d="M 239.2228,488.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1696">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1696)">+      <path d="M 232.3119,488.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1697">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1697)">+      <path d="M 225.4010,488.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1698">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1698)">+      <path d="M 218.4901,488.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1699">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1699)">+      <path d="M 211.5792,488.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1700">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1700)">+      <path d="M 204.6683,488.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1701">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1701)">+      <path d="M 197.7574,488.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1702">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1702)">+      <path d="M 190.8465,488.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1703">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1703)">+      <path d="M 183.9356,488.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1704">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1704)">+      <path d="M 177.0247,488.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1705">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1705)">+      <path d="M 170.1138,488.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1706">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1706)">+      <path d="M 163.2029,488.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1707">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1707)">+      <path d="M 163.2029,142.7025 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1708">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1708)">+      <path d="M 163.2029,177.2570 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1709">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1709)">+      <path d="M 163.2029,211.8115 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1710">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1710)">+      <path d="M 163.2029,246.3660 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1711">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1711)">+      <path d="M 163.2029,280.9205 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1712">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1712)">+      <path d="M 163.2029,315.4750 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1713">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1713)">+      <path d="M 163.2029,350.0295 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1714">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1714)">+      <path d="M 163.2029,384.5840 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1715">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1715)">+      <path d="M 163.2029,419.1385 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1716">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1716)">+      <path d="M 163.2029,453.6930 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1717">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1717)">+      <path d="M 163.2029,488.2474 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1718">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1718)">+      <path d="M 508.7478,488.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1719">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1719)">+      <path d="M 474.1933,488.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1720">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1720)">+      <path d="M 439.6388,488.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1721">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1721)">+      <path d="M 405.0843,488.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1722">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1722)">+      <path d="M 370.5298,488.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1723">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1723)">+      <path d="M 335.9754,488.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1724">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1724)">+      <path d="M 301.4209,488.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1725">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1725)">+      <path d="M 266.8664,488.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1726">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1726)">+      <path d="M 232.3119,488.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1727">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1727)">+      <path d="M 197.7574,488.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1728">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1728)">+      <path d="M 163.2029,488.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(255,255,255)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1729">+        <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1729)">+      <path d="M 535.5275,547.9339 l -0.0000,-495.8678 h -471.0551 l -0.0000,495.8678 Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 347.1055,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1730">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1730)">+      <path d="M -26.2309,292.3213 ZM -21.4632,282.9234 c 0.0000,0.1146 -0.1375,0.1834 -0.2521 0.1834c -0.6877,-0.0000 -0.9856,0.1375 -0.9856 0.5043c 0.0000,0.1375 0.0458,0.3209 0.1375 0.5272l 2.5214,5.9138 l 2.5443,-5.8221 c 0.1146,-0.2063 0.1605,-0.3897 0.1605 -0.5272c 0.0000,-0.4814 -0.4584,-0.5960 -0.9627 -0.5960h -0.0917 c -0.1146,-0.0000 -0.2292,-0.0917 -0.2292 -0.1605v -0.4355 l 0.0458,-0.0688 c 0.0000,-0.0000 1.3524,0.0458 2.1546 0.0458c 0.6418,-0.0000 1.5816,-0.0458 1.5816 -0.0458l 0.0688,0.0458 v 0.4355 c 0.0000,0.1146 -0.0917,0.1834 -0.2521 0.1834c -0.8710,-0.0000 -1.3065,0.8939 -1.6274 1.5587c -1.2149,2.5672 -2.2234,4.9282 -4.0571 9.3521c -0.6877,1.6504 -1.5128,3.5758 -3.1403 3.5758c -0.4355,-0.0000 -1.3295,-0.2521 -1.3295 -1.0773c 0.0000,-0.6877 0.5043,-0.8939 0.8710 -0.8939c 0.3438,-0.0000 0.5730,0.1375 0.7106 0.3209c 0.2292,0.2292 0.3897,0.3897 0.6189 0.3897c 0.3438,-0.0000 1.1461,-1.9713 1.7191 -3.3695c 0.1375,-0.2751 0.1834,-0.5043 0.1834 -0.7106c 0.0000,-0.2292 -0.2063,-0.8481 -0.3897 -1.3065l -2.8881,-6.7161 c -0.3667,-0.8710 -0.6189,-1.1232 -1.3982 -1.1232c -0.1375,-0.0000 -0.2292,-0.0688 -0.2292 -0.1605v -0.4584 l 0.0458,-0.0458 c 0.0000,-0.0000 1.0086,0.0458 1.6962 0.0458c 1.0773,-0.0000 2.7277,-0.0458 2.7277 -0.0458l 0.0458,0.0688 v 0.4126 ZM -8.8334,292.3213 ZM 1.7336,285.0322 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 1.7336,285.0322 ZM 1.7336,287.8974 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 8.9768,292.3213 ZM 15.2574,286.9118 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM 16.6098,292.3213 ZM 17.9392,282.1670 c 0.0000,-1.3065 1.2607,-3.0944 3.6675 -3.0944c 1.7650,-0.0000 3.8279,0.6647 3.8279 3.3007c 0.0000,1.7421 -0.8939,2.6131 -2.1317 3.8050l -2.1776,2.1088 c -0.1146,0.1146 -1.6504,1.6274 -1.6504 2.7048h 3.8967 c 0.7793,-0.0000 1.1919,-0.3897 1.5128 -1.6504l 0.5730,0.0917 l -0.4584,2.8881 h -7.0828 c 0.0000,-1.2836 0.2063,-2.2693 2.3380 -4.4468l 1.6045,-1.5816 c 1.2836,-1.3065 1.8108,-2.4297 1.8108 -3.8279c 0.0000,-2.0859 -1.4211,-2.6818 -2.2005 -2.6818c -1.5816,-0.0000 -2.0171,0.8252 -2.0171 1.3753c 0.0000,0.1834 0.0458,0.3667 0.0917 0.5272c 0.0458,0.1605 0.0917,0.3209 0.0917 0.5043c 0.0000,0.5960 -0.4584,0.8252 -0.8252 0.8252c -0.5043,-0.0000 -0.8710,-0.3897 -0.8710 -0.8481ZM 26.6495,292.3213 ZM 27.9560,291.3815 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM 31.6693,292.3213 ZM 36.6892,279.8748 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM 36.6892,279.8748 ZM 36.5975,292.5964 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1731">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1731)">+      <path d="M 163.9563,430.5393 ZM 168.4719,421.3248 c -0.4584,-0.0000 -0.5501,0.1146 -0.5501 0.2751c 0.0000,0.1146 0.0917,0.3209 0.3438 0.7335l 1.3982,2.0630 c 0.0688,0.1375 0.1375,0.2063 0.2292 0.2063c 0.0688,-0.0000 0.1146,-0.0458 0.2063 -0.1605l 1.4899,-2.0859 c 0.2521,-0.3209 0.3897,-0.5730 0.3897 -0.7564c 0.0000,-0.1834 -0.1605,-0.2751 -0.4814 -0.2751h -0.3667 c -0.0688,-0.0000 -0.1375,-0.0458 -0.1375 -0.1605v -0.4355 l 0.0688,-0.0688 c 0.0000,-0.0000 1.0773,0.0458 1.7879 0.0458c 0.7335,-0.0000 1.8567,-0.0458 1.8567 -0.0458l 0.0229,0.0458 v 0.4355 c 0.0000,0.1605 -0.1375,0.1834 -0.2751 0.1834c -0.8481,-0.0000 -1.1919,0.2751 -2.0400 1.3524l -1.9254,2.4526 c -0.0458,0.0688 -0.0688,0.1146 -0.0688 0.1605c 0.0000,0.0458 0.0229,0.1146 0.0688 0.1834l 2.0630,2.9111 c 1.0544,1.4899 1.3524,1.5128 2.0859 1.5128c 0.2292,-0.0000 0.3209,0.0458 0.3209 0.1834v 0.4355 l -0.0229,0.0458 c 0.0000,-0.0000 -1.2378,-0.0458 -2.0171 -0.0458c -0.9398,-0.0000 -2.3839,0.0458 -2.3839 0.0458l -0.0458,-0.0458 v -0.4355 c 0.0000,-0.1146 0.0458,-0.1834 0.1605 -0.1834h 0.2751 c 0.3667,-0.0000 0.5272,-0.0688 0.5272 -0.2521c 0.0000,-0.2063 -0.2521,-0.5501 -0.6189 -1.0315l -1.3295,-1.8337 c -0.0917,-0.1146 -0.1375,-0.1605 -0.2063 -0.1605c -0.0458,-0.0000 -0.1146,0.0688 -0.2063 0.2063l -1.4441,2.0859 c -0.3438,0.4584 -0.4126,0.5730 -0.4126 0.7335c 0.0000,0.1605 0.1375,0.2521 0.4814 0.2521h 0.3209 c 0.1146,-0.0000 0.1605,0.0688 0.1605 0.1834v 0.4355 l -0.0458,0.0458 c 0.0000,-0.0000 -1.1919,-0.0458 -1.9254 -0.0458c -0.6647,-0.0000 -1.7191,0.0458 -1.7191 0.0458l -0.0458,-0.0458 v -0.3897 c 0.0000,-0.1375 0.0917,-0.2292 0.2980 -0.2292c 0.5501,-0.0000 1.0773,-0.1146 2.0400 -1.3524l 1.9254,-2.4755 c 0.0229,-0.0458 0.0458,-0.0917 0.0458 -0.1605c 0.0000,-0.0688 -0.0229,-0.1146 -0.0688 -0.1834l -1.9942,-2.9111 c -0.6418,-0.9398 -1.0544,-1.4899 -1.8567 -1.4899c -0.1605,-0.0000 -0.3209,-0.0688 -0.3209 -0.1605v -0.4355 l 0.0458,-0.0688 l 1.8108,0.0458 l 2.5443,-0.0458 l 0.0688,0.0688 v 0.4126 c 0.0000,0.1146 -0.0917,0.1834 -0.1834 0.1834h -0.3438 ZM 181.0788,430.5393 ZM 191.6457,423.2502 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 191.6457,423.2502 ZM 191.6457,426.1154 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 198.8890,430.5393 ZM 205.1695,425.1298 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM 206.5219,430.5393 ZM 210.8312,419.6056 c -0.4355,-0.0000 -1.4441,0.4126 -1.9483 0.6418l -0.2751,-0.7106 c 2.0171,-0.9398 2.7964,-1.4211 3.9425 -2.2463h 0.4355 v 11.5296 c 0.0000,0.8252 0.1146,1.0544 0.8710 1.0544h 1.1919 c 0.0688,-0.0000 0.1834,0.0458 0.1834 0.1834v 0.5043 l -3.1403,-0.0458 l -3.1861,0.0458 v -0.5043 c 0.0229,-0.0688 0.0458,-0.1834 0.1834 -0.1834h 1.3753 c 0.8710,-0.0000 0.8710,-0.3897 0.8710 -1.0544v -7.8851 c 0.0000,-0.7793 0.0000,-1.3295 -0.5043 -1.3295ZM 216.5616,430.5393 ZM 217.8682,429.5995 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM 221.5815,430.5393 ZM 226.6013,418.0928 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM 226.6013,418.0928 ZM 226.5097,430.8143 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="8.77193507674587" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1732">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1732)">+      <path d="M 202.9719,285.4104 c 0.0000,-2.8626 -2.3206,-5.1832 -5.1832 -5.1832c -2.8626,-0.0000 -5.1832,2.3206 -5.1832 5.1832c -0.0000,2.8626 2.3206,5.1832 5.1832 5.1832c 2.8626,0.0000 5.1832,-2.3206 5.1832 -5.1832Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1733">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1733)">+      <path d="M 197.7887,389.0739 v -103.6635 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1734">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1734)">+      <path d="M 59.5708,285.4104 h 138.2180 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(153,153,153)" stroke-width="5.84795671783058" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1735">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1735)">+      <path d="M 128.6798,8.9745 l 4.1465,24.3816 l 4.1465,23.3865 l 4.1465,22.3913 l 4.1465,21.3961 l 4.1465,20.4010 l 4.1465,19.4058 l 4.1465,18.4106 l 4.1465,17.4155 l 4.1465,16.4203 l 4.1465,15.4251 l 4.1465,14.4300 l 4.1465,13.4348 l 4.1465,12.4396 l 4.1465,11.4444 l 4.1465,10.4493 l 4.1465,9.4541 l 4.1465,8.4589 l 4.1465,7.4638 l 4.1465,6.4686 l 4.1465,5.4734 l 4.1465,4.4783 l 4.1465,3.4831 l 4.1465,2.4879 l 4.1465,1.4928 l 4.1465,0.4976 l 4.1465,-0.4976 l 4.1465,-1.4928 l 4.1465,-2.4879 l 4.1465,-3.4831 l 4.1465,-4.4783 l 4.1465,-5.4734 l 4.1465,-6.4686 l 4.1465,-7.4638 l 4.1465,-8.4589 l 4.1465,-9.4541 l 4.1465,-10.4493 l 4.1465,-11.4444 l 4.1465,-12.4396 l 4.1465,-13.4348 l 4.1465,-14.4300 l 4.1465,-15.4251 l 4.1465,-16.4203 l 4.1465,-17.4155 l 4.1465,-18.4106 l 4.1465,-19.4058 l 4.1465,-20.4010 l 4.1465,-21.3961 l 4.1465,-22.3913 l 4.1465,-23.3865 l 4.1465,-24.3816 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1736">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1736)">+      <path d="M 170.2655,18.9798 ZM 177.4171,4.8830 c 0.0000,0.1719 -0.2063,0.2751 -0.3782 0.2751c -1.0315,-0.0000 -1.4785,0.2063 -1.4785 0.7564c 0.0000,0.2063 0.0688,0.4814 0.2063 0.7908l 3.7821,8.8707 l 3.8165,-8.7332 c 0.1719,-0.3094 0.2407,-0.5845 0.2407 -0.7908c 0.0000,-0.7220 -0.6877,-0.8939 -1.4441 -0.8939h -0.1375 c -0.1719,-0.0000 -0.3438,-0.1375 -0.3438 -0.2407v -0.6533 l 0.0688,-0.1031 c 0.0000,-0.0000 2.0286,0.0688 3.2320 0.0688c 0.9627,-0.0000 2.3724,-0.0688 2.3724 -0.0688l 0.1031,0.0688 v 0.6533 c 0.0000,0.1719 -0.1375,0.2751 -0.3782 0.2751c -1.3065,-0.0000 -1.9598,1.3409 -2.4412 2.3380c -1.8223,3.8508 -3.3351,7.3923 -6.0857 14.0281c -1.0315,2.4755 -2.2693,5.3637 -4.7104 5.3637c -0.6533,-0.0000 -1.9942,-0.3782 -1.9942 -1.6160c 0.0000,-1.0315 0.7564,-1.3409 1.3065 -1.3409c 0.5157,-0.0000 0.8596,0.2063 1.0659 0.4814c 0.3438,0.3438 0.5845,0.5845 0.9283 0.5845c 0.5157,-0.0000 1.7191,-2.9569 2.5787 -5.0542c 0.2063,-0.4126 0.2751,-0.7564 0.2751 -1.0659c 0.0000,-0.3438 -0.3094,-1.2722 -0.5845 -1.9598l -4.3322,-10.0741 c -0.5501,-1.3065 -0.9283,-1.6847 -2.0973 -1.6847c -0.2063,-0.0000 -0.3438,-0.1031 -0.3438 -0.2407v -0.6877 l 0.0688,-0.0688 c 0.0000,-0.0000 1.5128,0.0688 2.5443 0.0688c 1.6160,-0.0000 4.0915,-0.0688 4.0915 -0.0688l 0.0688,0.1031 v 0.6189 ZM 196.3619,18.9798 ZM 212.2122,8.0462 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 212.2122,8.0462 ZM 212.2122,12.3440 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 223.0771,18.9798 ZM 229.8505,5.1580 c -0.6877,-0.0000 -0.8252,0.1719 -0.8252 0.4126c 0.0000,0.1719 0.1375,0.4814 0.5157 1.1002l 2.0973,3.0944 c 0.1031,0.2063 0.2063,0.3094 0.3438 0.3094c 0.1031,-0.0000 0.1719,-0.0688 0.3094 -0.2407l 2.2349,-3.1288 c 0.3782,-0.4814 0.5845,-0.8596 0.5845 -1.1346c 0.0000,-0.2751 -0.2407,-0.4126 -0.7220 -0.4126h -0.5501 c -0.1031,-0.0000 -0.2063,-0.0688 -0.2063 -0.2407v -0.6533 l 0.1031,-0.1031 c 0.0000,-0.0000 1.6160,0.0688 2.6818 0.0688c 1.1002,-0.0000 2.7850,-0.0688 2.7850 -0.0688l 0.0344,0.0688 v 0.6533 c 0.0000,0.2407 -0.2063,0.2751 -0.4126 0.2751c -1.2722,-0.0000 -1.7879,0.4126 -3.0600 2.0286l -2.8881,3.6789 c -0.0688,0.1031 -0.1031,0.1719 -0.1031 0.2407c 0.0000,0.0688 0.0344,0.1719 0.1031 0.2751l 3.0944,4.3666 c 1.5816,2.2349 2.0286,2.2693 3.1288 2.2693c 0.3438,-0.0000 0.4814,0.0688 0.4814 0.2751v 0.6533 l -0.0344,0.0688 c 0.0000,-0.0000 -1.8567,-0.0688 -3.0257 -0.0688c -1.4097,-0.0000 -3.5758,0.0688 -3.5758 0.0688l -0.0688,-0.0688 v -0.6533 c 0.0000,-0.1719 0.0688,-0.2751 0.2407 -0.2751h 0.4126 c 0.5501,-0.0000 0.7908,-0.1031 0.7908 -0.3782c 0.0000,-0.3094 -0.3782,-0.8252 -0.9283 -1.5472l -1.9942,-2.7506 c -0.1375,-0.1719 -0.2063,-0.2407 -0.3094 -0.2407c -0.0688,-0.0000 -0.1719,0.1031 -0.3094 0.3094l -2.1661,3.1288 c -0.5157,0.6877 -0.6189,0.8596 -0.6189 1.1002c 0.0000,0.2407 0.2063,0.3782 0.7220 0.3782h 0.4814 c 0.1719,-0.0000 0.2407,0.1031 0.2407 0.2751v 0.6533 l -0.0688,0.0688 c 0.0000,-0.0000 -1.7879,-0.0688 -2.8881 -0.0688c -0.9971,-0.0000 -2.5787,0.0688 -2.5787 0.0688l -0.0688,-0.0688 v -0.5845 c 0.0000,-0.2063 0.1375,-0.3438 0.4470 -0.3438c 0.8252,-0.0000 1.6160,-0.1719 3.0600 -2.0286l 2.8881,-3.7133 c 0.0344,-0.0688 0.0688,-0.1375 0.0688 -0.2407c 0.0000,-0.1031 -0.0344,-0.1719 -0.1031 -0.2751l -2.9913,-4.3666 c -0.9627,-1.4097 -1.5816,-2.2349 -2.7850 -2.2349c -0.2407,-0.0000 -0.4814,-0.1031 -0.4814 -0.2407v -0.6533 l 0.0688,-0.1031 l 2.7162,0.0688 l 3.8165,-0.0688 l 0.1031,0.1031 v 0.6189 c 0.0000,0.1719 -0.1375,0.2751 -0.2751 0.2751h -0.5157 ZM 240.1653,18.9798 ZM 242.6752,-1.2027 c -0.4126,-0.0000 -0.8939,-0.3782 -0.8939 -0.8252c 0.0000,-0.8939 0.9627,-2.6475 3.6789 -2.6475c 1.7191,-0.0000 3.7133,0.6533 3.7133 2.8538c 0.0000,1.5816 -1.1690,2.7162 -3.0600 4.0915c -1.4441,1.0315 -2.2693,2.0286 -2.2693 3.0944h 2.7850 c 1.0659,-0.0000 1.6160,-1.3409 1.9942 -2.3036l 0.8252,0.1719 c -0.3094,1.0315 -0.5501,2.2349 -0.6533 3.2320h -7.0828 c 0.0000,-1.6504 1.5128,-3.0944 3.1288 -4.3666c 1.5472,-1.2378 2.3036,-2.0286 2.3036 -3.8852c 0.0000,-1.6160 -1.2034,-2.0630 -1.8223 -2.0630c -1.4785,-0.0000 -1.8567,0.5501 -1.8567 0.9971c 0.0000,0.3094 0.1719,0.5501 0.1719 0.8252c 0.0000,0.5501 -0.6189,0.8252 -0.9627 0.8252ZM 259.3164,18.9798 ZM 268.7372,10.8655 h -7.7705 c -0.3094,-0.0000 -0.5157,-0.2751 -0.5157 -0.5845c 0.0000,-0.5501 0.4470,-1.2722 0.8596 -1.2722h 7.8736 c 0.3438,-0.0000 0.4814,0.3094 0.4814 0.6189c 0.0000,0.3782 -0.4814,1.2378 -0.9283 1.2378ZM 279.3614,18.9798 ZM 286.7880,0.1726 c -0.8596,-0.0000 -3.3695,0.4814 -3.3695 2.5787c 0.0000,0.6189 -0.2407,1.6847 -1.1690 1.6847c -0.8939,-0.0000 -0.9627,-0.9971 -0.9627 -1.1002c 0.0000,-1.0659 1.4097,-4.2291 6.1889 -4.2291c 3.3351,-0.0000 4.3322,2.0973 4.3322 3.4726c 0.0000,0.8596 -0.2751,2.5787 -3.3695 4.5385c 1.9254,0.3094 4.4697,1.7191 4.4697 5.2949c 0.0000,4.5385 -3.4383,6.9797 -7.3235 6.9797c -1.9598,-0.0000 -4.7104,-0.8596 -4.7104 -2.1661c 0.0000,-0.5157 0.5157,-1.1002 1.2034 -1.1002c 0.6533,-0.0000 0.9627,0.3438 1.2722 0.7908c 0.3782,0.5845 0.9971,1.4097 2.6475 1.4097c 1.1346,-0.0000 4.3666,-1.1346 4.3666 -5.4668c 0.0000,-3.6789 -2.5787,-4.2634 -4.4354 -4.2634c -0.3094,-0.0000 -0.6877,0.0688 -1.0659 0.1375l -0.1375,-1.0315 c 2.6475,-0.4470 4.8479,-3.0257 4.8479 -4.6073c 0.0000,-1.9598 -1.3753,-2.9225 -2.7850 -2.9225Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1737">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1737)">+      <path d="M 405.1157,389.0739 l -0.0000,-345.5449 h -345.5449 l -0.0000,345.5449 Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1738">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1738)">+      <path d="M 59.5708,43.5290 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1739">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1739)">+      <path d="M 59.5708,50.4399 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1740">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1740)">+      <path d="M 59.5708,57.3508 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1741">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1741)">+      <path d="M 59.5708,64.2617 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1742">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1742)">+      <path d="M 59.5708,71.1726 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1743">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1743)">+      <path d="M 59.5708,78.0835 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1744">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1744)">+      <path d="M 59.5708,84.9944 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1745">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1745)">+      <path d="M 59.5708,91.9053 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1746">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1746)">+      <path d="M 59.5708,98.8162 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1747">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1747)">+      <path d="M 59.5708,105.7271 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1748">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1748)">+      <path d="M 59.5708,112.6380 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1749">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1749)">+      <path d="M 59.5708,119.5489 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1750">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1750)">+      <path d="M 59.5708,126.4598 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1751">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1751)">+      <path d="M 59.5708,133.3707 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1752">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1752)">+      <path d="M 59.5708,140.2816 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1753">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1753)">+      <path d="M 59.5708,147.1925 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1754">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1754)">+      <path d="M 59.5708,154.1034 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1755">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1755)">+      <path d="M 59.5708,161.0143 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1756">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1756)">+      <path d="M 59.5708,167.9252 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1757">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1757)">+      <path d="M 59.5708,174.8361 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1758">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1758)">+      <path d="M 59.5708,181.7470 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1759">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1759)">+      <path d="M 59.5708,188.6579 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1760">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1760)">+      <path d="M 59.5708,195.5687 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1761">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1761)">+      <path d="M 59.5708,202.4796 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1762">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1762)">+      <path d="M 59.5708,209.3905 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1763">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1763)">+      <path d="M 59.5708,216.3014 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1764">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1764)">+      <path d="M 59.5708,223.2123 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1765">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1765)">+      <path d="M 59.5708,230.1232 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1766">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1766)">+      <path d="M 59.5708,237.0341 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1767">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1767)">+      <path d="M 59.5708,243.9450 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1768">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1768)">+      <path d="M 59.5708,250.8559 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1769">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1769)">+      <path d="M 59.5708,257.7668 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1770">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1770)">+      <path d="M 59.5708,264.6777 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1771">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1771)">+      <path d="M 59.5708,271.5886 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1772">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1772)">+      <path d="M 59.5708,278.4995 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1773">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1773)">+      <path d="M 59.5708,285.4104 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1774">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1774)">+      <path d="M 59.5708,292.3213 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1775">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1775)">+      <path d="M 59.5708,299.2322 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1776">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1776)">+      <path d="M 59.5708,306.1431 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1777">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1777)">+      <path d="M 59.5708,313.0540 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1778">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1778)">+      <path d="M 59.5708,319.9649 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1779">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1779)">+      <path d="M 59.5708,326.8758 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1780">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1780)">+      <path d="M 59.5708,333.7867 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1781">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1781)">+      <path d="M 59.5708,340.6976 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1782">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1782)">+      <path d="M 59.5708,347.6085 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1783">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1783)">+      <path d="M 59.5708,354.5194 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1784">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1784)">+      <path d="M 59.5708,361.4303 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1785">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1785)">+      <path d="M 59.5708,368.3412 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1786">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1786)">+      <path d="M 59.5708,375.2521 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1787">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1787)">+      <path d="M 59.5708,382.1630 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1788">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1788)">+      <path d="M 59.5708,389.0739 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1789">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1789)">+      <path d="M 405.1157,389.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1790">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1790)">+      <path d="M 398.2048,389.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1791">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1791)">+      <path d="M 391.2939,389.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1792">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1792)">+      <path d="M 384.3830,389.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1793">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1793)">+      <path d="M 377.4721,389.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1794">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1794)">+      <path d="M 370.5612,389.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1795">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1795)">+      <path d="M 363.6503,389.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1796">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1796)">+      <path d="M 356.7394,389.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1797">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1797)">+      <path d="M 349.8285,389.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1798">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1798)">+      <path d="M 342.9176,389.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1799">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1799)">+      <path d="M 336.0067,389.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1800">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1800)">+      <path d="M 329.0958,389.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1801">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1801)">+      <path d="M 322.1849,389.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1802">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1802)">+      <path d="M 315.2740,389.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1803">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1803)">+      <path d="M 308.3631,389.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1804">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1804)">+      <path d="M 301.4522,389.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1805">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1805)">+      <path d="M 294.5413,389.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1806">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1806)">+      <path d="M 287.6304,389.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1807">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1807)">+      <path d="M 280.7195,389.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1808">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1808)">+      <path d="M 273.8086,389.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1809">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1809)">+      <path d="M 266.8977,389.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1810">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1810)">+      <path d="M 259.9868,389.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1811">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1811)">+      <path d="M 253.0759,389.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1812">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1812)">+      <path d="M 246.1650,389.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1813">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1813)">+      <path d="M 239.2541,389.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1814">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1814)">+      <path d="M 232.3432,389.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1815">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1815)">+      <path d="M 225.4323,389.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1816">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1816)">+      <path d="M 218.5214,389.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1817">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1817)">+      <path d="M 211.6105,389.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1818">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1818)">+      <path d="M 204.6996,389.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1819">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1819)">+      <path d="M 197.7887,389.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1820">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1820)">+      <path d="M 190.8778,389.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1821">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1821)">+      <path d="M 183.9669,389.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1822">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1822)">+      <path d="M 177.0561,389.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1823">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1823)">+      <path d="M 170.1452,389.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1824">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1824)">+      <path d="M 163.2343,389.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1825">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1825)">+      <path d="M 156.3234,389.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1826">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1826)">+      <path d="M 149.4125,389.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1827">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1827)">+      <path d="M 142.5016,389.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1828">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1828)">+      <path d="M 135.5907,389.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1829">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1829)">+      <path d="M 128.6798,389.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1830">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1830)">+      <path d="M 121.7689,389.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1831">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1831)">+      <path d="M 114.8580,389.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1832">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1832)">+      <path d="M 107.9471,389.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1833">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1833)">+      <path d="M 101.0362,389.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1834">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1834)">+      <path d="M 94.1253,389.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1835">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1835)">+      <path d="M 87.2144,389.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1836">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1836)">+      <path d="M 80.3035,389.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1837">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1837)">+      <path d="M 73.3926,389.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1838">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1838)">+      <path d="M 66.4817,389.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1839">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1839)">+      <path d="M 59.5708,389.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1840">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1840)">+      <path d="M 59.5708,43.5290 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1841">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1841)">+      <path d="M 59.5708,78.0835 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1842">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1842)">+      <path d="M 59.5708,112.6380 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1843">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1843)">+      <path d="M 59.5708,147.1925 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1844">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1844)">+      <path d="M 59.5708,181.7470 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1845">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1845)">+      <path d="M 59.5708,216.3014 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1846">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1846)">+      <path d="M 59.5708,250.8559 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1847">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1847)">+      <path d="M 59.5708,285.4104 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1848">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1848)">+      <path d="M 59.5708,319.9649 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1849">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1849)">+      <path d="M 59.5708,354.5194 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1850">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1850)">+      <path d="M 59.5708,389.0739 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1851">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1851)">+      <path d="M 405.1157,389.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1852">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1852)">+      <path d="M 370.5612,389.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1853">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1853)">+      <path d="M 336.0067,389.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1854">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1854)">+      <path d="M 301.4522,389.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1855">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1855)">+      <path d="M 266.8977,389.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1856">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1856)">+      <path d="M 232.3432,389.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1857">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1857)">+      <path d="M 197.7887,389.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1858">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1858)">+      <path d="M 163.2343,389.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1859">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1859)">+      <path d="M 128.6798,389.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1860">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1860)">+      <path d="M 94.1253,389.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1861">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1861)">+      <path d="M 59.5708,389.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(255,255,255)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1862">+        <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1862)">+      <path d="M 431.8954,448.7603 l -0.0000,-495.8678 h -471.0551 l -0.0000,495.8678 Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 243.4734,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1863">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1863)">+      <path d="M -129.8631,193.1478 ZM -125.0953,183.7499 c 0.0000,0.1146 -0.1375,0.1834 -0.2521 0.1834c -0.6877,-0.0000 -0.9856,0.1375 -0.9856 0.5043c 0.0000,0.1375 0.0458,0.3209 0.1375 0.5272l 2.5214,5.9138 l 2.5443,-5.8221 c 0.1146,-0.2063 0.1605,-0.3897 0.1605 -0.5272c 0.0000,-0.4814 -0.4584,-0.5960 -0.9627 -0.5960h -0.0917 c -0.1146,-0.0000 -0.2292,-0.0917 -0.2292 -0.1605v -0.4355 l 0.0458,-0.0688 c 0.0000,-0.0000 1.3524,0.0458 2.1546 0.0458c 0.6418,-0.0000 1.5816,-0.0458 1.5816 -0.0458l 0.0688,0.0458 v 0.4355 c 0.0000,0.1146 -0.0917,0.1834 -0.2521 0.1834c -0.8710,-0.0000 -1.3065,0.8939 -1.6274 1.5587c -1.2149,2.5672 -2.2234,4.9282 -4.0571 9.3521c -0.6877,1.6504 -1.5128,3.5758 -3.1403 3.5758c -0.4355,-0.0000 -1.3295,-0.2521 -1.3295 -1.0773c 0.0000,-0.6877 0.5043,-0.8939 0.8710 -0.8939c 0.3438,-0.0000 0.5730,0.1375 0.7106 0.3209c 0.2292,0.2292 0.3897,0.3897 0.6189 0.3897c 0.3438,-0.0000 1.1461,-1.9713 1.7191 -3.3695c 0.1375,-0.2751 0.1834,-0.5043 0.1834 -0.7106c 0.0000,-0.2292 -0.2063,-0.8481 -0.3897 -1.3065l -2.8881,-6.7161 c -0.3667,-0.8710 -0.6189,-1.1232 -1.3982 -1.1232c -0.1375,-0.0000 -0.2292,-0.0688 -0.2292 -0.1605v -0.4584 l 0.0458,-0.0458 c 0.0000,-0.0000 1.0086,0.0458 1.6962 0.0458c 1.0773,-0.0000 2.7277,-0.0458 2.7277 -0.0458l 0.0458,0.0688 v 0.4126 ZM -112.4655,193.1478 ZM -101.8986,185.8587 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM -101.8986,185.8587 ZM -101.8986,188.7239 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM -94.6553,193.1478 ZM -88.3747,187.7382 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM -87.0224,193.1478 ZM -85.6929,182.9934 c 0.0000,-1.3065 1.2607,-3.0944 3.6675 -3.0944c 1.7650,-0.0000 3.8279,0.6647 3.8279 3.3007c 0.0000,1.7421 -0.8939,2.6131 -2.1317 3.8050l -2.1776,2.1088 c -0.1146,0.1146 -1.6504,1.6274 -1.6504 2.7048h 3.8967 c 0.7793,-0.0000 1.1919,-0.3897 1.5128 -1.6504l 0.5730,0.0917 l -0.4584,2.8881 h -7.0828 c 0.0000,-1.2836 0.2063,-2.2693 2.3380 -4.4468l 1.6045,-1.5816 c 1.2836,-1.3065 1.8108,-2.4297 1.8108 -3.8279c 0.0000,-2.0859 -1.4211,-2.6818 -2.2005 -2.6818c -1.5816,-0.0000 -2.0171,0.8252 -2.0171 1.3753c 0.0000,0.1834 0.0458,0.3667 0.0917 0.5272c 0.0458,0.1605 0.0917,0.3209 0.0917 0.5043c 0.0000,0.5960 -0.4584,0.8252 -0.8252 0.8252c -0.5043,-0.0000 -0.8710,-0.3897 -0.8710 -0.8481ZM -76.9826,193.1478 ZM -75.6761,192.2080 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM -71.9628,193.1478 ZM -66.9429,180.7013 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM -66.9429,180.7013 ZM -67.0346,193.4228 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1864">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1864)">+      <path d="M 60.3242,331.3657 ZM 64.8398,322.1512 c -0.4584,-0.0000 -0.5501,0.1146 -0.5501 0.2751c 0.0000,0.1146 0.0917,0.3209 0.3438 0.7335l 1.3982,2.0630 c 0.0688,0.1375 0.1375,0.2063 0.2292 0.2063c 0.0688,-0.0000 0.1146,-0.0458 0.2063 -0.1605l 1.4899,-2.0859 c 0.2521,-0.3209 0.3897,-0.5730 0.3897 -0.7564c 0.0000,-0.1834 -0.1605,-0.2751 -0.4814 -0.2751h -0.3667 c -0.0688,-0.0000 -0.1375,-0.0458 -0.1375 -0.1605v -0.4355 l 0.0688,-0.0688 c 0.0000,-0.0000 1.0773,0.0458 1.7879 0.0458c 0.7335,-0.0000 1.8567,-0.0458 1.8567 -0.0458l 0.0229,0.0458 v 0.4355 c 0.0000,0.1605 -0.1375,0.1834 -0.2751 0.1834c -0.8481,-0.0000 -1.1919,0.2751 -2.0400 1.3524l -1.9254,2.4526 c -0.0458,0.0688 -0.0688,0.1146 -0.0688 0.1605c 0.0000,0.0458 0.0229,0.1146 0.0688 0.1834l 2.0630,2.9111 c 1.0544,1.4899 1.3524,1.5128 2.0859 1.5128c 0.2292,-0.0000 0.3209,0.0458 0.3209 0.1834v 0.4355 l -0.0229,0.0458 c 0.0000,-0.0000 -1.2378,-0.0458 -2.0171 -0.0458c -0.9398,-0.0000 -2.3839,0.0458 -2.3839 0.0458l -0.0458,-0.0458 v -0.4355 c 0.0000,-0.1146 0.0458,-0.1834 0.1605 -0.1834h 0.2751 c 0.3667,-0.0000 0.5272,-0.0688 0.5272 -0.2521c 0.0000,-0.2063 -0.2521,-0.5501 -0.6189 -1.0315l -1.3295,-1.8337 c -0.0917,-0.1146 -0.1375,-0.1605 -0.2063 -0.1605c -0.0458,-0.0000 -0.1146,0.0688 -0.2063 0.2063l -1.4441,2.0859 c -0.3438,0.4584 -0.4126,0.5730 -0.4126 0.7335c 0.0000,0.1605 0.1375,0.2521 0.4814 0.2521h 0.3209 c 0.1146,-0.0000 0.1605,0.0688 0.1605 0.1834v 0.4355 l -0.0458,0.0458 c 0.0000,-0.0000 -1.1919,-0.0458 -1.9254 -0.0458c -0.6647,-0.0000 -1.7191,0.0458 -1.7191 0.0458l -0.0458,-0.0458 v -0.3897 c 0.0000,-0.1375 0.0917,-0.2292 0.2980 -0.2292c 0.5501,-0.0000 1.0773,-0.1146 2.0400 -1.3524l 1.9254,-2.4755 c 0.0229,-0.0458 0.0458,-0.0917 0.0458 -0.1605c 0.0000,-0.0688 -0.0229,-0.1146 -0.0688 -0.1834l -1.9942,-2.9111 c -0.6418,-0.9398 -1.0544,-1.4899 -1.8567 -1.4899c -0.1605,-0.0000 -0.3209,-0.0688 -0.3209 -0.1605v -0.4355 l 0.0458,-0.0688 l 1.8108,0.0458 l 2.5443,-0.0458 l 0.0688,0.0688 v 0.4126 c 0.0000,0.1146 -0.0917,0.1834 -0.1834 0.1834h -0.3438 ZM 77.4467,331.3657 ZM 88.0136,324.0766 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 88.0136,324.0766 ZM 88.0136,326.9418 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 95.2569,331.3657 ZM 101.5374,325.9562 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM 102.8898,331.3657 ZM 107.1991,320.4321 c -0.4355,-0.0000 -1.4441,0.4126 -1.9483 0.6418l -0.2751,-0.7106 c 2.0171,-0.9398 2.7964,-1.4211 3.9425 -2.2463h 0.4355 v 11.5296 c 0.0000,0.8252 0.1146,1.0544 0.8710 1.0544h 1.1919 c 0.0688,-0.0000 0.1834,0.0458 0.1834 0.1834v 0.5043 l -3.1403,-0.0458 l -3.1861,0.0458 v -0.5043 c 0.0229,-0.0688 0.0458,-0.1834 0.1834 -0.1834h 1.3753 c 0.8710,-0.0000 0.8710,-0.3897 0.8710 -1.0544v -7.8851 c 0.0000,-0.7793 0.0000,-1.3295 -0.5043 -1.3295ZM 112.9295,331.3657 ZM 114.2361,330.4259 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM 117.9494,331.3657 ZM 122.9692,318.9192 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM 122.9692,318.9192 ZM 122.8775,331.6408 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="8.77193507674587" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1865">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1865)">+      <path d="M 99.3398,186.2369 c 0.0000,-2.8626 -2.3206,-5.1832 -5.1832 -5.1832c -2.8626,-0.0000 -5.1832,2.3206 -5.1832 5.1832c -0.0000,2.8626 2.3206,5.1832 5.1832 5.1832c 2.8626,0.0000 5.1832,-2.3206 5.1832 -5.1832Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1866">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1866)">+      <path d="M 94.1566,289.9003 v -103.6635 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1867">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1867)">+      <path d="M -44.0613,186.2369 h 138.2180 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(153,153,153)" stroke-width="5.84795671783058" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1868">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1868)">+      <path d="M 25.0477,-90.1991 l 4.1465,24.3816 l 4.1465,23.3865 l 4.1465,22.3913 l 4.1465,21.3961 l 4.1465,20.4010 l 4.1465,19.4058 l 4.1465,18.4106 l 4.1465,17.4155 l 4.1465,16.4203 l 4.1465,15.4251 l 4.1465,14.4300 l 4.1465,13.4348 l 4.1465,12.4396 l 4.1465,11.4444 l 4.1465,10.4493 l 4.1465,9.4541 l 4.1465,8.4589 l 4.1465,7.4638 l 4.1465,6.4686 l 4.1465,5.4734 l 4.1465,4.4783 l 4.1465,3.4831 l 4.1465,2.4879 l 4.1465,1.4928 l 4.1465,0.4976 l 4.1465,-0.4976 l 4.1465,-1.4928 l 4.1465,-2.4879 l 4.1465,-3.4831 l 4.1465,-4.4783 l 4.1465,-5.4734 l 4.1465,-6.4686 l 4.1465,-7.4638 l 4.1465,-8.4589 l 4.1465,-9.4541 l 4.1465,-10.4493 l 4.1465,-11.4444 l 4.1465,-12.4396 l 4.1465,-13.4348 l 4.1465,-14.4300 l 4.1465,-15.4251 l 4.1465,-16.4203 l 4.1465,-17.4155 l 4.1465,-18.4106 l 4.1465,-19.4058 l 4.1465,-20.4010 l 4.1465,-21.3961 l 4.1465,-22.3913 l 4.1465,-23.3865 l 4.1465,-24.3816 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1869">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1869)">+      <path d="M 66.6334,-80.1937 ZM 73.7850,-94.2906 c 0.0000,0.1719 -0.2063,0.2751 -0.3782 0.2751c -1.0315,-0.0000 -1.4785,0.2063 -1.4785 0.7564c 0.0000,0.2063 0.0688,0.4814 0.2063 0.7908l 3.7821,8.8707 l 3.8165,-8.7332 c 0.1719,-0.3094 0.2407,-0.5845 0.2407 -0.7908c 0.0000,-0.7220 -0.6877,-0.8939 -1.4441 -0.8939h -0.1375 c -0.1719,-0.0000 -0.3438,-0.1375 -0.3438 -0.2407v -0.6533 l 0.0688,-0.1031 c 0.0000,-0.0000 2.0286,0.0688 3.2320 0.0688c 0.9627,-0.0000 2.3724,-0.0688 2.3724 -0.0688l 0.1031,0.0688 v 0.6533 c 0.0000,0.1719 -0.1375,0.2751 -0.3782 0.2751c -1.3065,-0.0000 -1.9598,1.3409 -2.4412 2.3380c -1.8223,3.8508 -3.3351,7.3923 -6.0857 14.0281c -1.0315,2.4755 -2.2693,5.3637 -4.7104 5.3637c -0.6533,-0.0000 -1.9942,-0.3782 -1.9942 -1.6160c 0.0000,-1.0315 0.7564,-1.3409 1.3065 -1.3409c 0.5157,-0.0000 0.8596,0.2063 1.0659 0.4814c 0.3438,0.3438 0.5845,0.5845 0.9283 0.5845c 0.5157,-0.0000 1.7191,-2.9569 2.5787 -5.0542c 0.2063,-0.4126 0.2751,-0.7564 0.2751 -1.0659c 0.0000,-0.3438 -0.3094,-1.2722 -0.5845 -1.9598l -4.3322,-10.0741 c -0.5501,-1.3065 -0.9283,-1.6847 -2.0973 -1.6847c -0.2063,-0.0000 -0.3438,-0.1031 -0.3438 -0.2407v -0.6877 l 0.0688,-0.0688 c 0.0000,-0.0000 1.5128,0.0688 2.5443 0.0688c 1.6160,-0.0000 4.0915,-0.0688 4.0915 -0.0688l 0.0688,0.1031 v 0.6189 ZM 92.7298,-80.1937 ZM 108.5801,-91.1274 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 108.5801,-91.1274 ZM 108.5801,-86.8296 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 119.4450,-80.1937 ZM 126.2184,-94.0155 c -0.6877,-0.0000 -0.8252,0.1719 -0.8252 0.4126c 0.0000,0.1719 0.1375,0.4814 0.5157 1.1002l 2.0973,3.0944 c 0.1031,0.2063 0.2063,0.3094 0.3438 0.3094c 0.1031,-0.0000 0.1719,-0.0688 0.3094 -0.2407l 2.2349,-3.1288 c 0.3782,-0.4814 0.5845,-0.8596 0.5845 -1.1346c 0.0000,-0.2751 -0.2407,-0.4126 -0.7220 -0.4126h -0.5501 c -0.1031,-0.0000 -0.2063,-0.0688 -0.2063 -0.2407v -0.6533 l 0.1031,-0.1031 c 0.0000,-0.0000 1.6160,0.0688 2.6818 0.0688c 1.1002,-0.0000 2.7850,-0.0688 2.7850 -0.0688l 0.0344,0.0688 v 0.6533 c 0.0000,0.2407 -0.2063,0.2751 -0.4126 0.2751c -1.2722,-0.0000 -1.7879,0.4126 -3.0600 2.0286l -2.8881,3.6789 c -0.0688,0.1031 -0.1031,0.1719 -0.1031 0.2407c 0.0000,0.0688 0.0344,0.1719 0.1031 0.2751l 3.0944,4.3666 c 1.5816,2.2349 2.0286,2.2693 3.1288 2.2693c 0.3438,-0.0000 0.4814,0.0688 0.4814 0.2751v 0.6533 l -0.0344,0.0688 c 0.0000,-0.0000 -1.8567,-0.0688 -3.0257 -0.0688c -1.4097,-0.0000 -3.5758,0.0688 -3.5758 0.0688l -0.0688,-0.0688 v -0.6533 c 0.0000,-0.1719 0.0688,-0.2751 0.2407 -0.2751h 0.4126 c 0.5501,-0.0000 0.7908,-0.1031 0.7908 -0.3782c 0.0000,-0.3094 -0.3782,-0.8252 -0.9283 -1.5472l -1.9942,-2.7506 c -0.1375,-0.1719 -0.2063,-0.2407 -0.3094 -0.2407c -0.0688,-0.0000 -0.1719,0.1031 -0.3094 0.3094l -2.1661,3.1288 c -0.5157,0.6877 -0.6189,0.8596 -0.6189 1.1002c 0.0000,0.2407 0.2063,0.3782 0.7220 0.3782h 0.4814 c 0.1719,-0.0000 0.2407,0.1031 0.2407 0.2751v 0.6533 l -0.0688,0.0688 c 0.0000,-0.0000 -1.7879,-0.0688 -2.8881 -0.0688c -0.9971,-0.0000 -2.5787,0.0688 -2.5787 0.0688l -0.0688,-0.0688 v -0.5845 c 0.0000,-0.2063 0.1375,-0.3438 0.4470 -0.3438c 0.8252,-0.0000 1.6160,-0.1719 3.0600 -2.0286l 2.8881,-3.7133 c 0.0344,-0.0688 0.0688,-0.1375 0.0688 -0.2407c 0.0000,-0.1031 -0.0344,-0.1719 -0.1031 -0.2751l -2.9913,-4.3666 c -0.9627,-1.4097 -1.5816,-2.2349 -2.7850 -2.2349c -0.2407,-0.0000 -0.4814,-0.1031 -0.4814 -0.2407v -0.6533 l 0.0688,-0.1031 l 2.7162,0.0688 l 3.8165,-0.0688 l 0.1031,0.1031 v 0.6189 c 0.0000,0.1719 -0.1375,0.2751 -0.2751 0.2751h -0.5157 ZM 136.5332,-80.1937 ZM 139.0431,-100.3763 c -0.4126,-0.0000 -0.8939,-0.3782 -0.8939 -0.8252c 0.0000,-0.8939 0.9627,-2.6475 3.6789 -2.6475c 1.7191,-0.0000 3.7133,0.6533 3.7133 2.8538c 0.0000,1.5816 -1.1690,2.7162 -3.0600 4.0915c -1.4441,1.0315 -2.2693,2.0286 -2.2693 3.0944h 2.7850 c 1.0659,-0.0000 1.6160,-1.3409 1.9942 -2.3036l 0.8252,0.1719 c -0.3094,1.0315 -0.5501,2.2349 -0.6533 3.2320h -7.0828 c 0.0000,-1.6504 1.5128,-3.0944 3.1288 -4.3666c 1.5472,-1.2378 2.3036,-2.0286 2.3036 -3.8852c 0.0000,-1.6160 -1.2034,-2.0630 -1.8223 -2.0630c -1.4785,-0.0000 -1.8567,0.5501 -1.8567 0.9971c 0.0000,0.3094 0.1719,0.5501 0.1719 0.8252c 0.0000,0.5501 -0.6189,0.8252 -0.9627 0.8252ZM 155.6843,-80.1937 ZM 165.1051,-88.3080 h -7.7705 c -0.3094,-0.0000 -0.5157,-0.2751 -0.5157 -0.5845c 0.0000,-0.5501 0.4470,-1.2722 0.8596 -1.2722h 7.8736 c 0.3438,-0.0000 0.4814,0.3094 0.4814 0.6189c 0.0000,0.3782 -0.4814,1.2378 -0.9283 1.2378ZM 175.7293,-80.1937 ZM 183.1559,-99.0010 c -0.8596,-0.0000 -3.3695,0.4814 -3.3695 2.5787c 0.0000,0.6189 -0.2407,1.6847 -1.1690 1.6847c -0.8939,-0.0000 -0.9627,-0.9971 -0.9627 -1.1002c 0.0000,-1.0659 1.4097,-4.2291 6.1889 -4.2291c 3.3351,-0.0000 4.3322,2.0973 4.3322 3.4726c 0.0000,0.8596 -0.2751,2.5787 -3.3695 4.5385c 1.9254,0.3094 4.4697,1.7191 4.4697 5.2949c 0.0000,4.5385 -3.4383,6.9797 -7.3235 6.9797c -1.9598,-0.0000 -4.7104,-0.8596 -4.7104 -2.1661c 0.0000,-0.5157 0.5157,-1.1002 1.2034 -1.1002c 0.6533,-0.0000 0.9627,0.3438 1.2722 0.7908c 0.3782,0.5845 0.9971,1.4097 2.6475 1.4097c 1.1346,-0.0000 4.3666,-1.1346 4.3666 -5.4668c 0.0000,-3.6789 -2.5787,-4.2634 -4.4354 -4.2634c -0.3094,-0.0000 -0.6877,0.0688 -1.0659 0.1375l -0.1375,-1.0315 c 2.6475,-0.4470 4.8479,-3.0257 4.8479 -4.6073c 0.0000,-1.9598 -1.3753,-2.9225 -2.7850 -2.9225Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1870">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1870)">+      <path d="M 301.4836,289.9003 l -0.0000,-345.5449 h -345.5449 l -0.0000,345.5449 Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1871">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1871)">+      <path d="M -44.0613,-55.6446 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1872">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1872)">+      <path d="M -44.0613,-48.7337 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1873">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1873)">+      <path d="M -44.0613,-41.8228 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1874">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1874)">+      <path d="M -44.0613,-34.9119 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1875">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1875)">+      <path d="M -44.0613,-28.0010 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1876">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1876)">+      <path d="M -44.0613,-21.0901 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1877">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1877)">+      <path d="M -44.0613,-14.1792 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1878">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1878)">+      <path d="M -44.0613,-7.2683 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1879">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1879)">+      <path d="M -44.0613,-0.3574 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1880">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1880)">+      <path d="M -44.0613,6.5535 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1881">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1881)">+      <path d="M -44.0613,13.4644 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1882">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1882)">+      <path d="M -44.0613,20.3753 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1883">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1883)">+      <path d="M -44.0613,27.2862 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1884">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1884)">+      <path d="M -44.0613,34.1971 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1885">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1885)">+      <path d="M -44.0613,41.1080 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1886">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1886)">+      <path d="M -44.0613,48.0189 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1887">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1887)">+      <path d="M -44.0613,54.9298 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1888">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1888)">+      <path d="M -44.0613,61.8407 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1889">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1889)">+      <path d="M -44.0613,68.7516 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1890">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1890)">+      <path d="M -44.0613,75.6625 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1891">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1891)">+      <path d="M -44.0613,82.5734 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1892">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1892)">+      <path d="M -44.0613,89.4843 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1893">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1893)">+      <path d="M -44.0613,96.3952 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1894">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1894)">+      <path d="M -44.0613,103.3061 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1895">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1895)">+      <path d="M -44.0613,110.2170 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1896">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1896)">+      <path d="M -44.0613,117.1279 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1897">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1897)">+      <path d="M -44.0613,124.0388 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1898">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1898)">+      <path d="M -44.0613,130.9497 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1899">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1899)">+      <path d="M -44.0613,137.8606 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1900">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1900)">+      <path d="M -44.0613,144.7715 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1901">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1901)">+      <path d="M -44.0613,151.6824 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1902">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1902)">+      <path d="M -44.0613,158.5933 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1903">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1903)">+      <path d="M -44.0613,165.5042 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1904">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1904)">+      <path d="M -44.0613,172.4151 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1905">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1905)">+      <path d="M -44.0613,179.3260 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1906">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1906)">+      <path d="M -44.0613,186.2369 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1907">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1907)">+      <path d="M -44.0613,193.1478 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1908">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1908)">+      <path d="M -44.0613,200.0587 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1909">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1909)">+      <path d="M -44.0613,206.9696 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1910">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1910)">+      <path d="M -44.0613,213.8805 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1911">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1911)">+      <path d="M -44.0613,220.7914 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1912">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1912)">+      <path d="M -44.0613,227.7023 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1913">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1913)">+      <path d="M -44.0613,234.6132 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1914">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1914)">+      <path d="M -44.0613,241.5241 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1915">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1915)">+      <path d="M -44.0613,248.4350 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1916">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1916)">+      <path d="M -44.0613,255.3459 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1917">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1917)">+      <path d="M -44.0613,262.2567 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1918">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1918)">+      <path d="M -44.0613,269.1676 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1919">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1919)">+      <path d="M -44.0613,276.0785 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1920">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1920)">+      <path d="M -44.0613,282.9894 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1921">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1921)">+      <path d="M -44.0613,289.9003 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1922">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1922)">+      <path d="M 301.4836,289.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1923">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1923)">+      <path d="M 294.5727,289.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1924">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1924)">+      <path d="M 287.6618,289.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1925">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1925)">+      <path d="M 280.7509,289.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1926">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1926)">+      <path d="M 273.8400,289.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1927">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1927)">+      <path d="M 266.9291,289.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1928">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1928)">+      <path d="M 260.0182,289.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1929">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1929)">+      <path d="M 253.1073,289.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1930">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1930)">+      <path d="M 246.1964,289.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1931">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1931)">+      <path d="M 239.2855,289.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1932">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1932)">+      <path d="M 232.3746,289.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1933">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1933)">+      <path d="M 225.4637,289.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1934">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1934)">+      <path d="M 218.5528,289.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1935">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1935)">+      <path d="M 211.6419,289.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1936">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1936)">+      <path d="M 204.7310,289.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1937">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1937)">+      <path d="M 197.8201,289.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1938">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1938)">+      <path d="M 190.9092,289.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1939">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1939)">+      <path d="M 183.9983,289.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1940">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1940)">+      <path d="M 177.0874,289.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1941">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1941)">+      <path d="M 170.1765,289.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1942">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1942)">+      <path d="M 163.2656,289.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1943">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1943)">+      <path d="M 156.3547,289.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1944">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1944)">+      <path d="M 149.4438,289.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1945">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1945)">+      <path d="M 142.5329,289.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1946">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1946)">+      <path d="M 135.6220,289.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1947">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1947)">+      <path d="M 128.7111,289.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1948">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1948)">+      <path d="M 121.8002,289.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1949">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1949)">+      <path d="M 114.8893,289.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1950">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1950)">+      <path d="M 107.9784,289.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1951">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1951)">+      <path d="M 101.0675,289.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1952">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1952)">+      <path d="M 94.1566,289.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1953">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1953)">+      <path d="M 87.2457,289.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1954">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1954)">+      <path d="M 80.3348,289.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1955">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1955)">+      <path d="M 73.4239,289.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1956">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1956)">+      <path d="M 66.5130,289.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1957">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1957)">+      <path d="M 59.6021,289.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1958">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1958)">+      <path d="M 52.6912,289.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1959">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1959)">+      <path d="M 45.7803,289.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1960">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1960)">+      <path d="M 38.8694,289.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1961">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1961)">+      <path d="M 31.9585,289.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1962">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1962)">+      <path d="M 25.0477,289.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1963">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1963)">+      <path d="M 18.1368,289.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1964">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1964)">+      <path d="M 11.2259,289.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1965">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1965)">+      <path d="M 4.3150,289.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1966">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1966)">+      <path d="M -2.5959,289.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1967">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1967)">+      <path d="M -9.5068,289.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1968">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1968)">+      <path d="M -16.4177,289.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1969">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1969)">+      <path d="M -23.3286,289.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1970">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1970)">+      <path d="M -30.2395,289.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1971">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1971)">+      <path d="M -37.1504,289.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1972">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1972)">+      <path d="M -44.0613,289.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1973">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1973)">+      <path d="M -44.0613,-55.6446 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1974">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1974)">+      <path d="M -44.0613,-21.0901 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1975">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1975)">+      <path d="M -44.0613,13.4644 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1976">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1976)">+      <path d="M -44.0613,48.0189 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1977">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1977)">+      <path d="M -44.0613,82.5734 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1978">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1978)">+      <path d="M -44.0613,117.1279 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1979">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1979)">+      <path d="M -44.0613,151.6824 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1980">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1980)">+      <path d="M -44.0613,186.2369 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1981">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1981)">+      <path d="M -44.0613,220.7914 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1982">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1982)">+      <path d="M -44.0613,255.3459 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1983">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1983)">+      <path d="M -44.0613,289.9003 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1984">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1984)">+      <path d="M 301.4836,289.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1985">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1985)">+      <path d="M 266.9291,289.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1986">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1986)">+      <path d="M 232.3746,289.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1987">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1987)">+      <path d="M 197.8201,289.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1988">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1988)">+      <path d="M 163.2656,289.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1989">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1989)">+      <path d="M 128.7111,289.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1990">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1990)">+      <path d="M 94.1566,289.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1991">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1991)">+      <path d="M 59.6021,289.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1992">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1992)">+      <path d="M 25.0477,289.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1993">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1993)">+      <path d="M -9.5068,289.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1994">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1994)">+      <path d="M -44.0613,289.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(255,255,255)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1995">+        <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1995)">+      <path d="M 328.2633,349.5868 l -0.0000,-495.8678 h -471.0551 l -0.0000,495.8678 Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 139.8413,349.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1996">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1996)">+      <path d="M 378.8764,709.8420 ZM 383.6441,700.4441 c 0.0000,0.1146 -0.1375,0.1834 -0.2521 0.1834c -0.6877,-0.0000 -0.9856,0.1375 -0.9856 0.5043c 0.0000,0.1375 0.0458,0.3209 0.1375 0.5272l 2.5214,5.9138 l 2.5443,-5.8221 c 0.1146,-0.2063 0.1605,-0.3897 0.1605 -0.5272c 0.0000,-0.4814 -0.4584,-0.5960 -0.9627 -0.5960h -0.0917 c -0.1146,-0.0000 -0.2292,-0.0917 -0.2292 -0.1605v -0.4355 l 0.0458,-0.0688 c 0.0000,-0.0000 1.3524,0.0458 2.1546 0.0458c 0.6418,-0.0000 1.5816,-0.0458 1.5816 -0.0458l 0.0688,0.0458 v 0.4355 c 0.0000,0.1146 -0.0917,0.1834 -0.2521 0.1834c -0.8710,-0.0000 -1.3065,0.8939 -1.6274 1.5587c -1.2149,2.5672 -2.2234,4.9282 -4.0571 9.3521c -0.6877,1.6504 -1.5128,3.5758 -3.1403 3.5758c -0.4355,-0.0000 -1.3295,-0.2521 -1.3295 -1.0773c 0.0000,-0.6877 0.5043,-0.8939 0.8710 -0.8939c 0.3438,-0.0000 0.5730,0.1375 0.7106 0.3209c 0.2292,0.2292 0.3897,0.3897 0.6189 0.3897c 0.3438,-0.0000 1.1461,-1.9713 1.7191 -3.3695c 0.1375,-0.2751 0.1834,-0.5043 0.1834 -0.7106c 0.0000,-0.2292 -0.2063,-0.8481 -0.3897 -1.3065l -2.8881,-6.7161 c -0.3667,-0.8710 -0.6189,-1.1232 -1.3982 -1.1232c -0.1375,-0.0000 -0.2292,-0.0688 -0.2292 -0.1605v -0.4584 l 0.0458,-0.0458 c 0.0000,-0.0000 1.0086,0.0458 1.6962 0.0458c 1.0773,-0.0000 2.7277,-0.0458 2.7277 -0.0458l 0.0458,0.0688 v 0.4126 ZM 396.2740,709.8420 ZM 406.8409,702.5529 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 406.8409,702.5529 ZM 406.8409,705.4181 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 414.0842,709.8420 ZM 420.3647,704.4325 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM 421.7171,709.8420 ZM 423.0466,699.6877 c 0.0000,-1.3065 1.2607,-3.0944 3.6675 -3.0944c 1.7650,-0.0000 3.8279,0.6647 3.8279 3.3007c 0.0000,1.7421 -0.8939,2.6131 -2.1317 3.8050l -2.1776,2.1088 c -0.1146,0.1146 -1.6504,1.6274 -1.6504 2.7048h 3.8967 c 0.7793,-0.0000 1.1919,-0.3897 1.5128 -1.6504l 0.5730,0.0917 l -0.4584,2.8881 h -7.0828 c 0.0000,-1.2836 0.2063,-2.2693 2.3380 -4.4468l 1.6045,-1.5816 c 1.2836,-1.3065 1.8108,-2.4297 1.8108 -3.8279c 0.0000,-2.0859 -1.4211,-2.6818 -2.2005 -2.6818c -1.5816,-0.0000 -2.0171,0.8252 -2.0171 1.3753c 0.0000,0.1834 0.0458,0.3667 0.0917 0.5272c 0.0458,0.1605 0.0917,0.3209 0.0917 0.5043c 0.0000,0.5960 -0.4584,0.8252 -0.8252 0.8252c -0.5043,-0.0000 -0.8710,-0.3897 -0.8710 -0.8481ZM 431.7568,709.8420 ZM 433.0634,708.9022 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM 436.7767,709.8420 ZM 441.7965,697.3955 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM 441.7965,697.3955 ZM 441.7048,710.1170 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1997">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1997)">+      <path d="M 569.0636,848.0599 ZM 573.5792,838.8454 c -0.4584,-0.0000 -0.5501,0.1146 -0.5501 0.2751c 0.0000,0.1146 0.0917,0.3209 0.3438 0.7335l 1.3982,2.0630 c 0.0688,0.1375 0.1375,0.2063 0.2292 0.2063c 0.0688,-0.0000 0.1146,-0.0458 0.2063 -0.1605l 1.4899,-2.0859 c 0.2521,-0.3209 0.3897,-0.5730 0.3897 -0.7564c 0.0000,-0.1834 -0.1605,-0.2751 -0.4814 -0.2751h -0.3667 c -0.0688,-0.0000 -0.1375,-0.0458 -0.1375 -0.1605v -0.4355 l 0.0688,-0.0688 c 0.0000,-0.0000 1.0773,0.0458 1.7879 0.0458c 0.7335,-0.0000 1.8567,-0.0458 1.8567 -0.0458l 0.0229,0.0458 v 0.4355 c 0.0000,0.1605 -0.1375,0.1834 -0.2751 0.1834c -0.8481,-0.0000 -1.1919,0.2751 -2.0400 1.3524l -1.9254,2.4526 c -0.0458,0.0688 -0.0688,0.1146 -0.0688 0.1605c 0.0000,0.0458 0.0229,0.1146 0.0688 0.1834l 2.0630,2.9111 c 1.0544,1.4899 1.3524,1.5128 2.0859 1.5128c 0.2292,-0.0000 0.3209,0.0458 0.3209 0.1834v 0.4355 l -0.0229,0.0458 c 0.0000,-0.0000 -1.2378,-0.0458 -2.0171 -0.0458c -0.9398,-0.0000 -2.3839,0.0458 -2.3839 0.0458l -0.0458,-0.0458 v -0.4355 c 0.0000,-0.1146 0.0458,-0.1834 0.1605 -0.1834h 0.2751 c 0.3667,-0.0000 0.5272,-0.0688 0.5272 -0.2521c 0.0000,-0.2063 -0.2521,-0.5501 -0.6189 -1.0315l -1.3295,-1.8337 c -0.0917,-0.1146 -0.1375,-0.1605 -0.2063 -0.1605c -0.0458,-0.0000 -0.1146,0.0688 -0.2063 0.2063l -1.4441,2.0859 c -0.3438,0.4584 -0.4126,0.5730 -0.4126 0.7335c 0.0000,0.1605 0.1375,0.2521 0.4814 0.2521h 0.3209 c 0.1146,-0.0000 0.1605,0.0688 0.1605 0.1834v 0.4355 l -0.0458,0.0458 c 0.0000,-0.0000 -1.1919,-0.0458 -1.9254 -0.0458c -0.6647,-0.0000 -1.7191,0.0458 -1.7191 0.0458l -0.0458,-0.0458 v -0.3897 c 0.0000,-0.1375 0.0917,-0.2292 0.2980 -0.2292c 0.5501,-0.0000 1.0773,-0.1146 2.0400 -1.3524l 1.9254,-2.4755 c 0.0229,-0.0458 0.0458,-0.0917 0.0458 -0.1605c 0.0000,-0.0688 -0.0229,-0.1146 -0.0688 -0.1834l -1.9942,-2.9111 c -0.6418,-0.9398 -1.0544,-1.4899 -1.8567 -1.4899c -0.1605,-0.0000 -0.3209,-0.0688 -0.3209 -0.1605v -0.4355 l 0.0458,-0.0688 l 1.8108,0.0458 l 2.5443,-0.0458 l 0.0688,0.0688 v 0.4126 c 0.0000,0.1146 -0.0917,0.1834 -0.1834 0.1834h -0.3438 ZM 586.1862,848.0599 ZM 596.7531,840.7708 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 596.7531,840.7708 ZM 596.7531,843.6361 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 603.9963,848.0599 ZM 610.2769,842.6504 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM 611.6293,848.0599 ZM 615.9386,837.1263 c -0.4355,-0.0000 -1.4441,0.4126 -1.9483 0.6418l -0.2751,-0.7106 c 2.0171,-0.9398 2.7964,-1.4211 3.9425 -2.2463h 0.4355 v 11.5296 c 0.0000,0.8252 0.1146,1.0544 0.8710 1.0544h 1.1919 c 0.0688,-0.0000 0.1834,0.0458 0.1834 0.1834v 0.5043 l -3.1403,-0.0458 l -3.1861,0.0458 v -0.5043 c 0.0229,-0.0688 0.0458,-0.1834 0.1834 -0.1834h 1.3753 c 0.8710,-0.0000 0.8710,-0.3897 0.8710 -1.0544v -7.8851 c 0.0000,-0.7793 0.0000,-1.3295 -0.5043 -1.3295ZM 621.6690,848.0599 ZM 622.9755,847.1202 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM 626.6888,848.0599 ZM 631.7087,835.6135 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM 631.7087,835.6135 ZM 631.6170,848.3350 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="8.77193507674587" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1998">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1998)">+      <path d="M 608.0793,702.9311 c 0.0000,-2.8626 -2.3206,-5.1832 -5.1832 -5.1832c -2.8626,-0.0000 -5.1832,2.3206 -5.1832 5.1832c -0.0000,2.8626 2.3206,5.1832 5.1832 5.1832c 2.8626,0.0000 5.1832,-2.3206 5.1832 -5.1832Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip1999">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip1999)">+      <path d="M 602.8961,806.5946 v -103.6635 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2000">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2000)">+      <path d="M 464.6781,702.9311 h 138.2180 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(153,153,153)" stroke-width="5.84795671783058" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2001">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2001)">+      <path d="M 533.7871,426.4952 l 4.1465,24.3816 l 4.1465,23.3865 l 4.1465,22.3913 l 4.1465,21.3961 l 4.1465,20.4010 l 4.1465,19.4058 l 4.1465,18.4106 l 4.1465,17.4155 l 4.1465,16.4203 l 4.1465,15.4251 l 4.1465,14.4300 l 4.1465,13.4348 l 4.1465,12.4396 l 4.1465,11.4444 l 4.1465,10.4493 l 4.1465,9.4541 l 4.1465,8.4589 l 4.1465,7.4638 l 4.1465,6.4686 l 4.1465,5.4734 l 4.1465,4.4783 l 4.1465,3.4831 l 4.1465,2.4879 l 4.1465,1.4928 l 4.1465,0.4976 l 4.1465,-0.4976 l 4.1465,-1.4928 l 4.1465,-2.4879 l 4.1465,-3.4831 l 4.1465,-4.4783 l 4.1465,-5.4734 l 4.1465,-6.4686 l 4.1465,-7.4638 l 4.1465,-8.4589 l 4.1465,-9.4541 l 4.1465,-10.4493 l 4.1465,-11.4444 l 4.1465,-12.4396 l 4.1465,-13.4348 l 4.1465,-14.4300 l 4.1465,-15.4251 l 4.1465,-16.4203 l 4.1465,-17.4155 l 4.1465,-18.4106 l 4.1465,-19.4058 l 4.1465,-20.4010 l 4.1465,-21.3961 l 4.1465,-22.3913 l 4.1465,-23.3865 l 4.1465,-24.3816 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2002">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2002)">+      <path d="M 575.3728,436.5005 ZM 582.5244,422.4036 c 0.0000,0.1719 -0.2063,0.2751 -0.3782 0.2751c -1.0315,-0.0000 -1.4785,0.2063 -1.4785 0.7564c 0.0000,0.2063 0.0688,0.4814 0.2063 0.7908l 3.7821,8.8707 l 3.8165,-8.7332 c 0.1719,-0.3094 0.2407,-0.5845 0.2407 -0.7908c 0.0000,-0.7220 -0.6877,-0.8939 -1.4441 -0.8939h -0.1375 c -0.1719,-0.0000 -0.3438,-0.1375 -0.3438 -0.2407v -0.6533 l 0.0688,-0.1031 c 0.0000,-0.0000 2.0286,0.0688 3.2320 0.0688c 0.9627,-0.0000 2.3724,-0.0688 2.3724 -0.0688l 0.1031,0.0688 v 0.6533 c 0.0000,0.1719 -0.1375,0.2751 -0.3782 0.2751c -1.3065,-0.0000 -1.9598,1.3409 -2.4412 2.3380c -1.8223,3.8508 -3.3351,7.3923 -6.0857 14.0281c -1.0315,2.4755 -2.2693,5.3637 -4.7104 5.3637c -0.6533,-0.0000 -1.9942,-0.3782 -1.9942 -1.6160c 0.0000,-1.0315 0.7564,-1.3409 1.3065 -1.3409c 0.5157,-0.0000 0.8596,0.2063 1.0659 0.4814c 0.3438,0.3438 0.5845,0.5845 0.9283 0.5845c 0.5157,-0.0000 1.7191,-2.9569 2.5787 -5.0542c 0.2063,-0.4126 0.2751,-0.7564 0.2751 -1.0659c 0.0000,-0.3438 -0.3094,-1.2722 -0.5845 -1.9598l -4.3322,-10.0741 c -0.5501,-1.3065 -0.9283,-1.6847 -2.0973 -1.6847c -0.2063,-0.0000 -0.3438,-0.1031 -0.3438 -0.2407v -0.6877 l 0.0688,-0.0688 c 0.0000,-0.0000 1.5128,0.0688 2.5443 0.0688c 1.6160,-0.0000 4.0915,-0.0688 4.0915 -0.0688l 0.0688,0.1031 v 0.6189 ZM 601.4692,436.5005 ZM 617.3196,425.5668 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 617.3196,425.5668 ZM 617.3196,429.8647 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 628.1845,436.5005 ZM 634.9579,422.6787 c -0.6877,-0.0000 -0.8252,0.1719 -0.8252 0.4126c 0.0000,0.1719 0.1375,0.4814 0.5157 1.1002l 2.0973,3.0944 c 0.1031,0.2063 0.2063,0.3094 0.3438 0.3094c 0.1031,-0.0000 0.1719,-0.0688 0.3094 -0.2407l 2.2349,-3.1288 c 0.3782,-0.4814 0.5845,-0.8596 0.5845 -1.1346c 0.0000,-0.2751 -0.2407,-0.4126 -0.7220 -0.4126h -0.5501 c -0.1031,-0.0000 -0.2063,-0.0688 -0.2063 -0.2407v -0.6533 l 0.1031,-0.1031 c 0.0000,-0.0000 1.6160,0.0688 2.6818 0.0688c 1.1002,-0.0000 2.7850,-0.0688 2.7850 -0.0688l 0.0344,0.0688 v 0.6533 c 0.0000,0.2407 -0.2063,0.2751 -0.4126 0.2751c -1.2722,-0.0000 -1.7879,0.4126 -3.0600 2.0286l -2.8881,3.6789 c -0.0688,0.1031 -0.1031,0.1719 -0.1031 0.2407c 0.0000,0.0688 0.0344,0.1719 0.1031 0.2751l 3.0944,4.3666 c 1.5816,2.2349 2.0286,2.2693 3.1288 2.2693c 0.3438,-0.0000 0.4814,0.0688 0.4814 0.2751v 0.6533 l -0.0344,0.0688 c 0.0000,-0.0000 -1.8567,-0.0688 -3.0257 -0.0688c -1.4097,-0.0000 -3.5758,0.0688 -3.5758 0.0688l -0.0688,-0.0688 v -0.6533 c 0.0000,-0.1719 0.0688,-0.2751 0.2407 -0.2751h 0.4126 c 0.5501,-0.0000 0.7908,-0.1031 0.7908 -0.3782c 0.0000,-0.3094 -0.3782,-0.8252 -0.9283 -1.5472l -1.9942,-2.7506 c -0.1375,-0.1719 -0.2063,-0.2407 -0.3094 -0.2407c -0.0688,-0.0000 -0.1719,0.1031 -0.3094 0.3094l -2.1661,3.1288 c -0.5157,0.6877 -0.6189,0.8596 -0.6189 1.1002c 0.0000,0.2407 0.2063,0.3782 0.7220 0.3782h 0.4814 c 0.1719,-0.0000 0.2407,0.1031 0.2407 0.2751v 0.6533 l -0.0688,0.0688 c 0.0000,-0.0000 -1.7879,-0.0688 -2.8881 -0.0688c -0.9971,-0.0000 -2.5787,0.0688 -2.5787 0.0688l -0.0688,-0.0688 v -0.5845 c 0.0000,-0.2063 0.1375,-0.3438 0.4470 -0.3438c 0.8252,-0.0000 1.6160,-0.1719 3.0600 -2.0286l 2.8881,-3.7133 c 0.0344,-0.0688 0.0688,-0.1375 0.0688 -0.2407c 0.0000,-0.1031 -0.0344,-0.1719 -0.1031 -0.2751l -2.9913,-4.3666 c -0.9627,-1.4097 -1.5816,-2.2349 -2.7850 -2.2349c -0.2407,-0.0000 -0.4814,-0.1031 -0.4814 -0.2407v -0.6533 l 0.0688,-0.1031 l 2.7162,0.0688 l 3.8165,-0.0688 l 0.1031,0.1031 v 0.6189 c 0.0000,0.1719 -0.1375,0.2751 -0.2751 0.2751h -0.5157 ZM 645.2726,436.5005 ZM 647.7826,416.3179 c -0.4126,-0.0000 -0.8939,-0.3782 -0.8939 -0.8252c 0.0000,-0.8939 0.9627,-2.6475 3.6789 -2.6475c 1.7191,-0.0000 3.7133,0.6533 3.7133 2.8538c 0.0000,1.5816 -1.1690,2.7162 -3.0600 4.0915c -1.4441,1.0315 -2.2693,2.0286 -2.2693 3.0944h 2.7850 c 1.0659,-0.0000 1.6160,-1.3409 1.9942 -2.3036l 0.8252,0.1719 c -0.3094,1.0315 -0.5501,2.2349 -0.6533 3.2320h -7.0828 c 0.0000,-1.6504 1.5128,-3.0944 3.1288 -4.3666c 1.5472,-1.2378 2.3036,-2.0286 2.3036 -3.8852c 0.0000,-1.6160 -1.2034,-2.0630 -1.8223 -2.0630c -1.4785,-0.0000 -1.8567,0.5501 -1.8567 0.9971c 0.0000,0.3094 0.1719,0.5501 0.1719 0.8252c 0.0000,0.5501 -0.6189,0.8252 -0.9627 0.8252ZM 664.4237,436.5005 ZM 673.8446,428.3862 h -7.7705 c -0.3094,-0.0000 -0.5157,-0.2751 -0.5157 -0.5845c 0.0000,-0.5501 0.4470,-1.2722 0.8596 -1.2722h 7.8736 c 0.3438,-0.0000 0.4814,0.3094 0.4814 0.6189c 0.0000,0.3782 -0.4814,1.2378 -0.9283 1.2378ZM 684.4688,436.5005 ZM 691.8954,417.6932 c -0.8596,-0.0000 -3.3695,0.4814 -3.3695 2.5787c 0.0000,0.6189 -0.2407,1.6847 -1.1690 1.6847c -0.8939,-0.0000 -0.9627,-0.9971 -0.9627 -1.1002c 0.0000,-1.0659 1.4097,-4.2291 6.1889 -4.2291c 3.3351,-0.0000 4.3322,2.0973 4.3322 3.4726c 0.0000,0.8596 -0.2751,2.5787 -3.3695 4.5385c 1.9254,0.3094 4.4697,1.7191 4.4697 5.2949c 0.0000,4.5385 -3.4383,6.9797 -7.3235 6.9797c -1.9598,-0.0000 -4.7104,-0.8596 -4.7104 -2.1661c 0.0000,-0.5157 0.5157,-1.1002 1.2034 -1.1002c 0.6533,-0.0000 0.9627,0.3438 1.2722 0.7908c 0.3782,0.5845 0.9971,1.4097 2.6475 1.4097c 1.1346,-0.0000 4.3666,-1.1346 4.3666 -5.4668c 0.0000,-3.6789 -2.5787,-4.2634 -4.4354 -4.2634c -0.3094,-0.0000 -0.6877,0.0688 -1.0659 0.1375l -0.1375,-1.0315 c 2.6475,-0.4470 4.8479,-3.0257 4.8479 -4.6073c 0.0000,-1.9598 -1.3753,-2.9225 -2.7850 -2.9225Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2003">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2003)">+      <path d="M 810.2230,806.5946 l -0.0000,-345.5449 h -345.5449 l -0.0000,345.5449 Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2004">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2004)">+      <path d="M 464.6781,461.0497 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2005">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2005)">+      <path d="M 464.6781,467.9605 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2006">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2006)">+      <path d="M 464.6781,474.8714 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2007">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2007)">+      <path d="M 464.6781,481.7823 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2008">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2008)">+      <path d="M 464.6781,488.6932 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2009">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2009)">+      <path d="M 464.6781,495.6041 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2010">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2010)">+      <path d="M 464.6781,502.5150 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2011">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2011)">+      <path d="M 464.6781,509.4259 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2012">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2012)">+      <path d="M 464.6781,516.3368 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2013">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2013)">+      <path d="M 464.6781,523.2477 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2014">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2014)">+      <path d="M 464.6781,530.1586 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2015">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2015)">+      <path d="M 464.6781,537.0695 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2016">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2016)">+      <path d="M 464.6781,543.9804 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2017">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2017)">+      <path d="M 464.6781,550.8913 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2018">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2018)">+      <path d="M 464.6781,557.8022 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2019">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2019)">+      <path d="M 464.6781,564.7131 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2020">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2020)">+      <path d="M 464.6781,571.6240 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2021">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2021)">+      <path d="M 464.6781,578.5349 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2022">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2022)">+      <path d="M 464.6781,585.4458 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2023">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2023)">+      <path d="M 464.6781,592.3567 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2024">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2024)">+      <path d="M 464.6781,599.2676 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2025">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2025)">+      <path d="M 464.6781,606.1785 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2026">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2026)">+      <path d="M 464.6781,613.0894 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2027">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2027)">+      <path d="M 464.6781,620.0003 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2028">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2028)">+      <path d="M 464.6781,626.9112 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2029">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2029)">+      <path d="M 464.6781,633.8221 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2030">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2030)">+      <path d="M 464.6781,640.7330 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2031">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2031)">+      <path d="M 464.6781,647.6439 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2032">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2032)">+      <path d="M 464.6781,654.5548 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2033">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2033)">+      <path d="M 464.6781,661.4657 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2034">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2034)">+      <path d="M 464.6781,668.3766 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2035">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2035)">+      <path d="M 464.6781,675.2875 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2036">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2036)">+      <path d="M 464.6781,682.1984 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2037">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2037)">+      <path d="M 464.6781,689.1093 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2038">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2038)">+      <path d="M 464.6781,696.0202 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2039">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2039)">+      <path d="M 464.6781,702.9311 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2040">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2040)">+      <path d="M 464.6781,709.8420 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2041">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2041)">+      <path d="M 464.6781,716.7529 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2042">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2042)">+      <path d="M 464.6781,723.6638 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2043">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2043)">+      <path d="M 464.6781,730.5747 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2044">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2044)">+      <path d="M 464.6781,737.4856 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2045">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2045)">+      <path d="M 464.6781,744.3965 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2046">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2046)">+      <path d="M 464.6781,751.3074 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2047">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2047)">+      <path d="M 464.6781,758.2183 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2048">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2048)">+      <path d="M 464.6781,765.1292 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2049">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2049)">+      <path d="M 464.6781,772.0401 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2050">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2050)">+      <path d="M 464.6781,778.9510 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2051">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2051)">+      <path d="M 464.6781,785.8619 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2052">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2052)">+      <path d="M 464.6781,792.7728 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2053">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2053)">+      <path d="M 464.6781,799.6837 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2054">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2054)">+      <path d="M 464.6781,806.5946 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2055">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2055)">+      <path d="M 810.2230,806.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2056">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2056)">+      <path d="M 803.3121,806.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2057">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2057)">+      <path d="M 796.4012,806.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2058">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2058)">+      <path d="M 789.4904,806.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2059">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2059)">+      <path d="M 782.5795,806.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2060">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2060)">+      <path d="M 775.6686,806.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2061">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2061)">+      <path d="M 768.7577,806.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2062">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2062)">+      <path d="M 761.8468,806.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2063">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2063)">+      <path d="M 754.9359,806.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2064">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2064)">+      <path d="M 748.0250,806.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2065">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2065)">+      <path d="M 741.1141,806.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2066">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2066)">+      <path d="M 734.2032,806.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2067">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2067)">+      <path d="M 727.2923,806.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2068">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2068)">+      <path d="M 720.3814,806.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2069">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2069)">+      <path d="M 713.4705,806.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2070">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2070)">+      <path d="M 706.5596,806.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2071">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2071)">+      <path d="M 699.6487,806.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2072">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2072)">+      <path d="M 692.7378,806.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2073">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2073)">+      <path d="M 685.8269,806.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2074">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2074)">+      <path d="M 678.9160,806.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2075">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2075)">+      <path d="M 672.0051,806.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2076">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2076)">+      <path d="M 665.0942,806.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2077">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2077)">+      <path d="M 658.1833,806.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2078">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2078)">+      <path d="M 651.2724,806.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2079">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2079)">+      <path d="M 644.3615,806.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2080">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2080)">+      <path d="M 637.4506,806.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2081">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2081)">+      <path d="M 630.5397,806.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2082">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2082)">+      <path d="M 623.6288,806.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2083">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2083)">+      <path d="M 616.7179,806.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2084">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2084)">+      <path d="M 609.8070,806.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2085">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2085)">+      <path d="M 602.8961,806.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2086">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2086)">+      <path d="M 595.9852,806.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2087">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2087)">+      <path d="M 589.0743,806.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2088">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2088)">+      <path d="M 582.1634,806.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2089">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2089)">+      <path d="M 575.2525,806.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2090">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2090)">+      <path d="M 568.3416,806.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2091">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2091)">+      <path d="M 561.4307,806.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2092">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2092)">+      <path d="M 554.5198,806.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2093">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2093)">+      <path d="M 547.6089,806.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2094">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2094)">+      <path d="M 540.6980,806.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2095">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2095)">+      <path d="M 533.7871,806.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2096">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2096)">+      <path d="M 526.8762,806.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2097">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2097)">+      <path d="M 519.9653,806.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2098">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2098)">+      <path d="M 513.0544,806.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2099">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2099)">+      <path d="M 506.1435,806.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2100">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2100)">+      <path d="M 499.2326,806.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2101">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2101)">+      <path d="M 492.3217,806.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2102">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2102)">+      <path d="M 485.4108,806.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2103">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2103)">+      <path d="M 478.4999,806.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2104">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2104)">+      <path d="M 471.5890,806.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2105">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2105)">+      <path d="M 464.6781,806.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2106">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2106)">+      <path d="M 464.6781,461.0497 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2107">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2107)">+      <path d="M 464.6781,495.6041 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2108">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2108)">+      <path d="M 464.6781,530.1586 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2109">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2109)">+      <path d="M 464.6781,564.7131 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2110">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2110)">+      <path d="M 464.6781,599.2676 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2111">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2111)">+      <path d="M 464.6781,633.8221 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2112">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2112)">+      <path d="M 464.6781,668.3766 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2113">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2113)">+      <path d="M 464.6781,702.9311 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2114">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2114)">+      <path d="M 464.6781,737.4856 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2115">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2115)">+      <path d="M 464.6781,772.0401 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2116">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2116)">+      <path d="M 464.6781,806.5946 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2117">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2117)">+      <path d="M 810.2230,806.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2118">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2118)">+      <path d="M 775.6686,806.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2119">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2119)">+      <path d="M 741.1141,806.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2120">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2120)">+      <path d="M 706.5596,806.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2121">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2121)">+      <path d="M 672.0051,806.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2122">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2122)">+      <path d="M 637.4506,806.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2123">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2123)">+      <path d="M 602.8961,806.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2124">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2124)">+      <path d="M 568.3416,806.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2125">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2125)">+      <path d="M 533.7871,806.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2126">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2126)">+      <path d="M 499.2326,806.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2127">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2127)">+      <path d="M 464.6781,806.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(255,255,255)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2128">+        <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2128)">+      <path d="M 837.0028,866.2810 l -0.0000,-495.8678 h -471.0551 l -0.0000,495.8678 Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 554.3697,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2129">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2129)">+      <path d="M 275.2443,610.6684 ZM 280.0120,601.2705 c 0.0000,0.1146 -0.1375,0.1834 -0.2521 0.1834c -0.6877,-0.0000 -0.9856,0.1375 -0.9856 0.5043c 0.0000,0.1375 0.0458,0.3209 0.1375 0.5272l 2.5214,5.9138 l 2.5443,-5.8221 c 0.1146,-0.2063 0.1605,-0.3897 0.1605 -0.5272c 0.0000,-0.4814 -0.4584,-0.5960 -0.9627 -0.5960h -0.0917 c -0.1146,-0.0000 -0.2292,-0.0917 -0.2292 -0.1605v -0.4355 l 0.0458,-0.0688 c 0.0000,-0.0000 1.3524,0.0458 2.1546 0.0458c 0.6418,-0.0000 1.5816,-0.0458 1.5816 -0.0458l 0.0688,0.0458 v 0.4355 c 0.0000,0.1146 -0.0917,0.1834 -0.2521 0.1834c -0.8710,-0.0000 -1.3065,0.8939 -1.6274 1.5587c -1.2149,2.5672 -2.2234,4.9282 -4.0571 9.3521c -0.6877,1.6504 -1.5128,3.5758 -3.1403 3.5758c -0.4355,-0.0000 -1.3295,-0.2521 -1.3295 -1.0773c 0.0000,-0.6877 0.5043,-0.8939 0.8710 -0.8939c 0.3438,-0.0000 0.5730,0.1375 0.7106 0.3209c 0.2292,0.2292 0.3897,0.3897 0.6189 0.3897c 0.3438,-0.0000 1.1461,-1.9713 1.7191 -3.3695c 0.1375,-0.2751 0.1834,-0.5043 0.1834 -0.7106c 0.0000,-0.2292 -0.2063,-0.8481 -0.3897 -1.3065l -2.8881,-6.7161 c -0.3667,-0.8710 -0.6189,-1.1232 -1.3982 -1.1232c -0.1375,-0.0000 -0.2292,-0.0688 -0.2292 -0.1605v -0.4584 l 0.0458,-0.0458 c 0.0000,-0.0000 1.0086,0.0458 1.6962 0.0458c 1.0773,-0.0000 2.7277,-0.0458 2.7277 -0.0458l 0.0458,0.0688 v 0.4126 ZM 292.6419,610.6684 ZM 303.2088,603.3793 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 303.2088,603.3793 ZM 303.2088,606.2445 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 310.4521,610.6684 ZM 316.7326,605.2589 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM 318.0850,610.6684 ZM 319.4145,600.5141 c 0.0000,-1.3065 1.2607,-3.0944 3.6675 -3.0944c 1.7650,-0.0000 3.8279,0.6647 3.8279 3.3007c 0.0000,1.7421 -0.8939,2.6131 -2.1317 3.8050l -2.1776,2.1088 c -0.1146,0.1146 -1.6504,1.6274 -1.6504 2.7048h 3.8967 c 0.7793,-0.0000 1.1919,-0.3897 1.5128 -1.6504l 0.5730,0.0917 l -0.4584,2.8881 h -7.0828 c 0.0000,-1.2836 0.2063,-2.2693 2.3380 -4.4468l 1.6045,-1.5816 c 1.2836,-1.3065 1.8108,-2.4297 1.8108 -3.8279c 0.0000,-2.0859 -1.4211,-2.6818 -2.2005 -2.6818c -1.5816,-0.0000 -2.0171,0.8252 -2.0171 1.3753c 0.0000,0.1834 0.0458,0.3667 0.0917 0.5272c 0.0458,0.1605 0.0917,0.3209 0.0917 0.5043c 0.0000,0.5960 -0.4584,0.8252 -0.8252 0.8252c -0.5043,-0.0000 -0.8710,-0.3897 -0.8710 -0.8481ZM 328.1247,610.6684 ZM 329.4312,609.7286 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM 333.1446,610.6684 ZM 338.1644,598.2219 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM 338.1644,598.2219 ZM 338.0727,610.9435 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2130">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2130)">+      <path d="M 465.4315,748.8864 ZM 469.9471,739.6719 c -0.4584,-0.0000 -0.5501,0.1146 -0.5501 0.2751c 0.0000,0.1146 0.0917,0.3209 0.3438 0.7335l 1.3982,2.0630 c 0.0688,0.1375 0.1375,0.2063 0.2292 0.2063c 0.0688,-0.0000 0.1146,-0.0458 0.2063 -0.1605l 1.4899,-2.0859 c 0.2521,-0.3209 0.3897,-0.5730 0.3897 -0.7564c 0.0000,-0.1834 -0.1605,-0.2751 -0.4814 -0.2751h -0.3667 c -0.0688,-0.0000 -0.1375,-0.0458 -0.1375 -0.1605v -0.4355 l 0.0688,-0.0688 c 0.0000,-0.0000 1.0773,0.0458 1.7879 0.0458c 0.7335,-0.0000 1.8567,-0.0458 1.8567 -0.0458l 0.0229,0.0458 v 0.4355 c 0.0000,0.1605 -0.1375,0.1834 -0.2751 0.1834c -0.8481,-0.0000 -1.1919,0.2751 -2.0400 1.3524l -1.9254,2.4526 c -0.0458,0.0688 -0.0688,0.1146 -0.0688 0.1605c 0.0000,0.0458 0.0229,0.1146 0.0688 0.1834l 2.0630,2.9111 c 1.0544,1.4899 1.3524,1.5128 2.0859 1.5128c 0.2292,-0.0000 0.3209,0.0458 0.3209 0.1834v 0.4355 l -0.0229,0.0458 c 0.0000,-0.0000 -1.2378,-0.0458 -2.0171 -0.0458c -0.9398,-0.0000 -2.3839,0.0458 -2.3839 0.0458l -0.0458,-0.0458 v -0.4355 c 0.0000,-0.1146 0.0458,-0.1834 0.1605 -0.1834h 0.2751 c 0.3667,-0.0000 0.5272,-0.0688 0.5272 -0.2521c 0.0000,-0.2063 -0.2521,-0.5501 -0.6189 -1.0315l -1.3295,-1.8337 c -0.0917,-0.1146 -0.1375,-0.1605 -0.2063 -0.1605c -0.0458,-0.0000 -0.1146,0.0688 -0.2063 0.2063l -1.4441,2.0859 c -0.3438,0.4584 -0.4126,0.5730 -0.4126 0.7335c 0.0000,0.1605 0.1375,0.2521 0.4814 0.2521h 0.3209 c 0.1146,-0.0000 0.1605,0.0688 0.1605 0.1834v 0.4355 l -0.0458,0.0458 c 0.0000,-0.0000 -1.1919,-0.0458 -1.9254 -0.0458c -0.6647,-0.0000 -1.7191,0.0458 -1.7191 0.0458l -0.0458,-0.0458 v -0.3897 c 0.0000,-0.1375 0.0917,-0.2292 0.2980 -0.2292c 0.5501,-0.0000 1.0773,-0.1146 2.0400 -1.3524l 1.9254,-2.4755 c 0.0229,-0.0458 0.0458,-0.0917 0.0458 -0.1605c 0.0000,-0.0688 -0.0229,-0.1146 -0.0688 -0.1834l -1.9942,-2.9111 c -0.6418,-0.9398 -1.0544,-1.4899 -1.8567 -1.4899c -0.1605,-0.0000 -0.3209,-0.0688 -0.3209 -0.1605v -0.4355 l 0.0458,-0.0688 l 1.8108,0.0458 l 2.5443,-0.0458 l 0.0688,0.0688 v 0.4126 c 0.0000,0.1146 -0.0917,0.1834 -0.1834 0.1834h -0.3438 ZM 482.5541,748.8864 ZM 493.1210,741.5973 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 493.1210,741.5973 ZM 493.1210,744.4625 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 500.3642,748.8864 ZM 506.6448,743.4769 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM 507.9972,748.8864 ZM 512.3064,737.9527 c -0.4355,-0.0000 -1.4441,0.4126 -1.9483 0.6418l -0.2751,-0.7106 c 2.0171,-0.9398 2.7964,-1.4211 3.9425 -2.2463h 0.4355 v 11.5296 c 0.0000,0.8252 0.1146,1.0544 0.8710 1.0544h 1.1919 c 0.0688,-0.0000 0.1834,0.0458 0.1834 0.1834v 0.5043 l -3.1403,-0.0458 l -3.1861,0.0458 v -0.5043 c 0.0229,-0.0688 0.0458,-0.1834 0.1834 -0.1834h 1.3753 c 0.8710,-0.0000 0.8710,-0.3897 0.8710 -1.0544v -7.8851 c 0.0000,-0.7793 0.0000,-1.3295 -0.5043 -1.3295ZM 518.0369,748.8864 ZM 519.3434,747.9466 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM 523.0567,748.8864 ZM 528.0766,736.4399 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM 528.0766,736.4399 ZM 527.9849,749.1615 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="8.77193507674587" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2131">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2131)">+      <path d="M 504.4472,603.7575 c 0.0000,-2.8626 -2.3206,-5.1832 -5.1832 -5.1832c -2.8626,-0.0000 -5.1832,2.3206 -5.1832 5.1832c -0.0000,2.8626 2.3206,5.1832 5.1832 5.1832c 2.8626,0.0000 5.1832,-2.3206 5.1832 -5.1832Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2132">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2132)">+      <path d="M 499.2640,707.4210 v -103.6635 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2133">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2133)">+      <path d="M 361.0460,603.7575 h 138.2180 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(153,153,153)" stroke-width="5.84795671783058" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2134">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2134)">+      <path d="M 430.1550,327.3216 l 4.1465,24.3816 l 4.1465,23.3865 l 4.1465,22.3913 l 4.1465,21.3961 l 4.1465,20.4010 l 4.1465,19.4058 l 4.1465,18.4106 l 4.1465,17.4155 l 4.1465,16.4203 l 4.1465,15.4251 l 4.1465,14.4300 l 4.1465,13.4348 l 4.1465,12.4396 l 4.1465,11.4444 l 4.1465,10.4493 l 4.1465,9.4541 l 4.1465,8.4589 l 4.1465,7.4638 l 4.1465,6.4686 l 4.1465,5.4734 l 4.1465,4.4783 l 4.1465,3.4831 l 4.1465,2.4879 l 4.1465,1.4928 l 4.1465,0.4976 l 4.1465,-0.4976 l 4.1465,-1.4928 l 4.1465,-2.4879 l 4.1465,-3.4831 l 4.1465,-4.4783 l 4.1465,-5.4734 l 4.1465,-6.4686 l 4.1465,-7.4638 l 4.1465,-8.4589 l 4.1465,-9.4541 l 4.1465,-10.4493 l 4.1465,-11.4444 l 4.1465,-12.4396 l 4.1465,-13.4348 l 4.1465,-14.4300 l 4.1465,-15.4251 l 4.1465,-16.4203 l 4.1465,-17.4155 l 4.1465,-18.4106 l 4.1465,-19.4058 l 4.1465,-20.4010 l 4.1465,-21.3961 l 4.1465,-22.3913 l 4.1465,-23.3865 l 4.1465,-24.3816 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2135">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2135)">+      <path d="M 471.7407,337.3269 ZM 478.8923,323.2301 c 0.0000,0.1719 -0.2063,0.2751 -0.3782 0.2751c -1.0315,-0.0000 -1.4785,0.2063 -1.4785 0.7564c 0.0000,0.2063 0.0688,0.4814 0.2063 0.7908l 3.7821,8.8707 l 3.8165,-8.7332 c 0.1719,-0.3094 0.2407,-0.5845 0.2407 -0.7908c 0.0000,-0.7220 -0.6877,-0.8939 -1.4441 -0.8939h -0.1375 c -0.1719,-0.0000 -0.3438,-0.1375 -0.3438 -0.2407v -0.6533 l 0.0688,-0.1031 c 0.0000,-0.0000 2.0286,0.0688 3.2320 0.0688c 0.9627,-0.0000 2.3724,-0.0688 2.3724 -0.0688l 0.1031,0.0688 v 0.6533 c 0.0000,0.1719 -0.1375,0.2751 -0.3782 0.2751c -1.3065,-0.0000 -1.9598,1.3409 -2.4412 2.3380c -1.8223,3.8508 -3.3351,7.3923 -6.0857 14.0281c -1.0315,2.4755 -2.2693,5.3637 -4.7104 5.3637c -0.6533,-0.0000 -1.9942,-0.3782 -1.9942 -1.6160c 0.0000,-1.0315 0.7564,-1.3409 1.3065 -1.3409c 0.5157,-0.0000 0.8596,0.2063 1.0659 0.4814c 0.3438,0.3438 0.5845,0.5845 0.9283 0.5845c 0.5157,-0.0000 1.7191,-2.9569 2.5787 -5.0542c 0.2063,-0.4126 0.2751,-0.7564 0.2751 -1.0659c 0.0000,-0.3438 -0.3094,-1.2722 -0.5845 -1.9598l -4.3322,-10.0741 c -0.5501,-1.3065 -0.9283,-1.6847 -2.0973 -1.6847c -0.2063,-0.0000 -0.3438,-0.1031 -0.3438 -0.2407v -0.6877 l 0.0688,-0.0688 c 0.0000,-0.0000 1.5128,0.0688 2.5443 0.0688c 1.6160,-0.0000 4.0915,-0.0688 4.0915 -0.0688l 0.0688,0.1031 v 0.6189 ZM 497.8371,337.3269 ZM 513.6875,326.3933 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 513.6875,326.3933 ZM 513.6875,330.6911 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 524.5524,337.3269 ZM 531.3257,323.5051 c -0.6877,-0.0000 -0.8252,0.1719 -0.8252 0.4126c 0.0000,0.1719 0.1375,0.4814 0.5157 1.1002l 2.0973,3.0944 c 0.1031,0.2063 0.2063,0.3094 0.3438 0.3094c 0.1031,-0.0000 0.1719,-0.0688 0.3094 -0.2407l 2.2349,-3.1288 c 0.3782,-0.4814 0.5845,-0.8596 0.5845 -1.1346c 0.0000,-0.2751 -0.2407,-0.4126 -0.7220 -0.4126h -0.5501 c -0.1031,-0.0000 -0.2063,-0.0688 -0.2063 -0.2407v -0.6533 l 0.1031,-0.1031 c 0.0000,-0.0000 1.6160,0.0688 2.6818 0.0688c 1.1002,-0.0000 2.7850,-0.0688 2.7850 -0.0688l 0.0344,0.0688 v 0.6533 c 0.0000,0.2407 -0.2063,0.2751 -0.4126 0.2751c -1.2722,-0.0000 -1.7879,0.4126 -3.0600 2.0286l -2.8881,3.6789 c -0.0688,0.1031 -0.1031,0.1719 -0.1031 0.2407c 0.0000,0.0688 0.0344,0.1719 0.1031 0.2751l 3.0944,4.3666 c 1.5816,2.2349 2.0286,2.2693 3.1288 2.2693c 0.3438,-0.0000 0.4814,0.0688 0.4814 0.2751v 0.6533 l -0.0344,0.0688 c 0.0000,-0.0000 -1.8567,-0.0688 -3.0257 -0.0688c -1.4097,-0.0000 -3.5758,0.0688 -3.5758 0.0688l -0.0688,-0.0688 v -0.6533 c 0.0000,-0.1719 0.0688,-0.2751 0.2407 -0.2751h 0.4126 c 0.5501,-0.0000 0.7908,-0.1031 0.7908 -0.3782c 0.0000,-0.3094 -0.3782,-0.8252 -0.9283 -1.5472l -1.9942,-2.7506 c -0.1375,-0.1719 -0.2063,-0.2407 -0.3094 -0.2407c -0.0688,-0.0000 -0.1719,0.1031 -0.3094 0.3094l -2.1661,3.1288 c -0.5157,0.6877 -0.6189,0.8596 -0.6189 1.1002c 0.0000,0.2407 0.2063,0.3782 0.7220 0.3782h 0.4814 c 0.1719,-0.0000 0.2407,0.1031 0.2407 0.2751v 0.6533 l -0.0688,0.0688 c 0.0000,-0.0000 -1.7879,-0.0688 -2.8881 -0.0688c -0.9971,-0.0000 -2.5787,0.0688 -2.5787 0.0688l -0.0688,-0.0688 v -0.5845 c 0.0000,-0.2063 0.1375,-0.3438 0.4470 -0.3438c 0.8252,-0.0000 1.6160,-0.1719 3.0600 -2.0286l 2.8881,-3.7133 c 0.0344,-0.0688 0.0688,-0.1375 0.0688 -0.2407c 0.0000,-0.1031 -0.0344,-0.1719 -0.1031 -0.2751l -2.9913,-4.3666 c -0.9627,-1.4097 -1.5816,-2.2349 -2.7850 -2.2349c -0.2407,-0.0000 -0.4814,-0.1031 -0.4814 -0.2407v -0.6533 l 0.0688,-0.1031 l 2.7162,0.0688 l 3.8165,-0.0688 l 0.1031,0.1031 v 0.6189 c 0.0000,0.1719 -0.1375,0.2751 -0.2751 0.2751h -0.5157 ZM 541.6405,337.3269 ZM 544.1504,317.1444 c -0.4126,-0.0000 -0.8939,-0.3782 -0.8939 -0.8252c 0.0000,-0.8939 0.9627,-2.6475 3.6789 -2.6475c 1.7191,-0.0000 3.7133,0.6533 3.7133 2.8538c 0.0000,1.5816 -1.1690,2.7162 -3.0600 4.0915c -1.4441,1.0315 -2.2693,2.0286 -2.2693 3.0944h 2.7850 c 1.0659,-0.0000 1.6160,-1.3409 1.9942 -2.3036l 0.8252,0.1719 c -0.3094,1.0315 -0.5501,2.2349 -0.6533 3.2320h -7.0828 c 0.0000,-1.6504 1.5128,-3.0944 3.1288 -4.3666c 1.5472,-1.2378 2.3036,-2.0286 2.3036 -3.8852c 0.0000,-1.6160 -1.2034,-2.0630 -1.8223 -2.0630c -1.4785,-0.0000 -1.8567,0.5501 -1.8567 0.9971c 0.0000,0.3094 0.1719,0.5501 0.1719 0.8252c 0.0000,0.5501 -0.6189,0.8252 -0.9627 0.8252ZM 560.7916,337.3269 ZM 570.2124,329.2126 h -7.7705 c -0.3094,-0.0000 -0.5157,-0.2751 -0.5157 -0.5845c 0.0000,-0.5501 0.4470,-1.2722 0.8596 -1.2722h 7.8736 c 0.3438,-0.0000 0.4814,0.3094 0.4814 0.6189c 0.0000,0.3782 -0.4814,1.2378 -0.9283 1.2378ZM 580.8367,337.3269 ZM 588.2633,318.5197 c -0.8596,-0.0000 -3.3695,0.4814 -3.3695 2.5787c 0.0000,0.6189 -0.2407,1.6847 -1.1690 1.6847c -0.8939,-0.0000 -0.9627,-0.9971 -0.9627 -1.1002c 0.0000,-1.0659 1.4097,-4.2291 6.1889 -4.2291c 3.3351,-0.0000 4.3322,2.0973 4.3322 3.4726c 0.0000,0.8596 -0.2751,2.5787 -3.3695 4.5385c 1.9254,0.3094 4.4697,1.7191 4.4697 5.2949c 0.0000,4.5385 -3.4383,6.9797 -7.3235 6.9797c -1.9598,-0.0000 -4.7104,-0.8596 -4.7104 -2.1661c 0.0000,-0.5157 0.5157,-1.1002 1.2034 -1.1002c 0.6533,-0.0000 0.9627,0.3438 1.2722 0.7908c 0.3782,0.5845 0.9971,1.4097 2.6475 1.4097c 1.1346,-0.0000 4.3666,-1.1346 4.3666 -5.4668c 0.0000,-3.6789 -2.5787,-4.2634 -4.4354 -4.2634c -0.3094,-0.0000 -0.6877,0.0688 -1.0659 0.1375l -0.1375,-1.0315 c 2.6475,-0.4470 4.8479,-3.0257 4.8479 -4.6073c 0.0000,-1.9598 -1.3753,-2.9225 -2.7850 -2.9225Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2136">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2136)">+      <path d="M 706.5909,707.4210 l -0.0000,-345.5449 h -345.5449 l -0.0000,345.5449 Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2137">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2137)">+      <path d="M 361.0460,361.8761 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2138">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2138)">+      <path d="M 361.0460,368.7870 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2139">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2139)">+      <path d="M 361.0460,375.6979 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2140">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2140)">+      <path d="M 361.0460,382.6088 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2141">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2141)">+      <path d="M 361.0460,389.5197 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2142">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2142)">+      <path d="M 361.0460,396.4306 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2143">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2143)">+      <path d="M 361.0460,403.3415 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2144">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2144)">+      <path d="M 361.0460,410.2524 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2145">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2145)">+      <path d="M 361.0460,417.1633 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2146">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2146)">+      <path d="M 361.0460,424.0742 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2147">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2147)">+      <path d="M 361.0460,430.9851 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2148">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2148)">+      <path d="M 361.0460,437.8960 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2149">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2149)">+      <path d="M 361.0460,444.8069 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2150">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2150)">+      <path d="M 361.0460,451.7178 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2151">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2151)">+      <path d="M 361.0460,458.6287 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2152">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2152)">+      <path d="M 361.0460,465.5396 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2153">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2153)">+      <path d="M 361.0460,472.4505 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2154">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2154)">+      <path d="M 361.0460,479.3614 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2155">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2155)">+      <path d="M 361.0460,486.2723 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2156">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2156)">+      <path d="M 361.0460,493.1832 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2157">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2157)">+      <path d="M 361.0460,500.0941 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2158">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2158)">+      <path d="M 361.0460,507.0050 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2159">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2159)">+      <path d="M 361.0460,513.9159 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2160">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2160)">+      <path d="M 361.0460,520.8268 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2161">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2161)">+      <path d="M 361.0460,527.7377 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2162">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2162)">+      <path d="M 361.0460,534.6486 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2163">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2163)">+      <path d="M 361.0460,541.5594 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2164">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2164)">+      <path d="M 361.0460,548.4703 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2165">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2165)">+      <path d="M 361.0460,555.3812 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2166">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2166)">+      <path d="M 361.0460,562.2921 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2167">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2167)">+      <path d="M 361.0460,569.2030 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2168">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2168)">+      <path d="M 361.0460,576.1139 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2169">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2169)">+      <path d="M 361.0460,583.0248 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2170">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2170)">+      <path d="M 361.0460,589.9357 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2171">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2171)">+      <path d="M 361.0460,596.8466 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2172">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2172)">+      <path d="M 361.0460,603.7575 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2173">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2173)">+      <path d="M 361.0460,610.6684 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2174">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2174)">+      <path d="M 361.0460,617.5793 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2175">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2175)">+      <path d="M 361.0460,624.4902 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2176">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2176)">+      <path d="M 361.0460,631.4011 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2177">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2177)">+      <path d="M 361.0460,638.3120 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2178">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2178)">+      <path d="M 361.0460,645.2229 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2179">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2179)">+      <path d="M 361.0460,652.1338 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2180">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2180)">+      <path d="M 361.0460,659.0447 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2181">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2181)">+      <path d="M 361.0460,665.9556 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2182">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2182)">+      <path d="M 361.0460,672.8665 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2183">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2183)">+      <path d="M 361.0460,679.7774 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2184">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2184)">+      <path d="M 361.0460,686.6883 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2185">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2185)">+      <path d="M 361.0460,693.5992 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2186">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2186)">+      <path d="M 361.0460,700.5101 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2187">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2187)">+      <path d="M 361.0460,707.4210 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2188">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2188)">+      <path d="M 706.5909,707.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2189">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2189)">+      <path d="M 699.6800,707.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2190">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2190)">+      <path d="M 692.7691,707.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2191">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2191)">+      <path d="M 685.8582,707.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2192">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2192)">+      <path d="M 678.9473,707.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2193">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2193)">+      <path d="M 672.0364,707.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2194">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2194)">+      <path d="M 665.1255,707.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2195">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2195)">+      <path d="M 658.2146,707.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2196">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2196)">+      <path d="M 651.3037,707.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2197">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2197)">+      <path d="M 644.3928,707.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2198">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2198)">+      <path d="M 637.4819,707.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2199">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2199)">+      <path d="M 630.5711,707.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2200">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2200)">+      <path d="M 623.6602,707.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2201">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2201)">+      <path d="M 616.7493,707.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2202">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2202)">+      <path d="M 609.8384,707.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2203">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2203)">+      <path d="M 602.9275,707.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2204">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2204)">+      <path d="M 596.0166,707.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2205">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2205)">+      <path d="M 589.1057,707.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2206">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2206)">+      <path d="M 582.1948,707.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2207">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2207)">+      <path d="M 575.2839,707.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2208">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2208)">+      <path d="M 568.3730,707.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2209">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2209)">+      <path d="M 561.4621,707.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2210">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2210)">+      <path d="M 554.5512,707.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2211">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2211)">+      <path d="M 547.6403,707.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2212">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2212)">+      <path d="M 540.7294,707.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2213">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2213)">+      <path d="M 533.8185,707.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2214">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2214)">+      <path d="M 526.9076,707.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2215">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2215)">+      <path d="M 519.9967,707.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2216">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2216)">+      <path d="M 513.0858,707.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2217">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2217)">+      <path d="M 506.1749,707.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2218">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2218)">+      <path d="M 499.2640,707.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2219">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2219)">+      <path d="M 492.3531,707.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2220">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2220)">+      <path d="M 485.4422,707.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2221">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2221)">+      <path d="M 478.5313,707.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2222">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2222)">+      <path d="M 471.6204,707.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2223">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2223)">+      <path d="M 464.7095,707.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2224">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2224)">+      <path d="M 457.7986,707.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2225">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2225)">+      <path d="M 450.8877,707.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2226">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2226)">+      <path d="M 443.9768,707.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2227">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2227)">+      <path d="M 437.0659,707.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2228">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2228)">+      <path d="M 430.1550,707.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2229">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2229)">+      <path d="M 423.2441,707.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2230">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2230)">+      <path d="M 416.3332,707.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2231">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2231)">+      <path d="M 409.4223,707.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2232">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2232)">+      <path d="M 402.5114,707.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2233">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2233)">+      <path d="M 395.6005,707.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2234">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2234)">+      <path d="M 388.6896,707.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2235">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2235)">+      <path d="M 381.7787,707.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2236">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2236)">+      <path d="M 374.8678,707.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2237">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2237)">+      <path d="M 367.9569,707.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2238">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2238)">+      <path d="M 361.0460,707.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2239">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2239)">+      <path d="M 361.0460,361.8761 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2240">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2240)">+      <path d="M 361.0460,396.4306 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2241">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2241)">+      <path d="M 361.0460,430.9851 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2242">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2242)">+      <path d="M 361.0460,465.5396 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2243">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2243)">+      <path d="M 361.0460,500.0941 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2244">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2244)">+      <path d="M 361.0460,534.6486 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2245">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2245)">+      <path d="M 361.0460,569.2030 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2246">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2246)">+      <path d="M 361.0460,603.7575 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2247">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2247)">+      <path d="M 361.0460,638.3120 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2248">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2248)">+      <path d="M 361.0460,672.8665 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2249">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2249)">+      <path d="M 361.0460,707.4210 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2250">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2250)">+      <path d="M 706.5909,707.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2251">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2251)">+      <path d="M 672.0364,707.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2252">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2252)">+      <path d="M 637.4819,707.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2253">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2253)">+      <path d="M 602.9275,707.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2254">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2254)">+      <path d="M 568.3730,707.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2255">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2255)">+      <path d="M 533.8185,707.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2256">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2256)">+      <path d="M 499.2640,707.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2257">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2257)">+      <path d="M 464.7095,707.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2258">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2258)">+      <path d="M 430.1550,707.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2259">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2259)">+      <path d="M 395.6005,707.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2260">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2260)">+      <path d="M 361.0460,707.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(255,255,255)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2261">+        <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2261)">+      <path d="M 733.3707,767.1074 l -0.0000,-495.8678 h -471.0551 l -0.0000,495.8678 Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 450.7376,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2262">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2262)">+      <path d="M 171.6122,511.4949 ZM 176.3799,502.0970 c 0.0000,0.1146 -0.1375,0.1834 -0.2521 0.1834c -0.6877,-0.0000 -0.9856,0.1375 -0.9856 0.5043c 0.0000,0.1375 0.0458,0.3209 0.1375 0.5272l 2.5214,5.9138 l 2.5443,-5.8221 c 0.1146,-0.2063 0.1605,-0.3897 0.1605 -0.5272c 0.0000,-0.4814 -0.4584,-0.5960 -0.9627 -0.5960h -0.0917 c -0.1146,-0.0000 -0.2292,-0.0917 -0.2292 -0.1605v -0.4355 l 0.0458,-0.0688 c 0.0000,-0.0000 1.3524,0.0458 2.1546 0.0458c 0.6418,-0.0000 1.5816,-0.0458 1.5816 -0.0458l 0.0688,0.0458 v 0.4355 c 0.0000,0.1146 -0.0917,0.1834 -0.2521 0.1834c -0.8710,-0.0000 -1.3065,0.8939 -1.6274 1.5587c -1.2149,2.5672 -2.2234,4.9282 -4.0571 9.3521c -0.6877,1.6504 -1.5128,3.5758 -3.1403 3.5758c -0.4355,-0.0000 -1.3295,-0.2521 -1.3295 -1.0773c 0.0000,-0.6877 0.5043,-0.8939 0.8710 -0.8939c 0.3438,-0.0000 0.5730,0.1375 0.7106 0.3209c 0.2292,0.2292 0.3897,0.3897 0.6189 0.3897c 0.3438,-0.0000 1.1461,-1.9713 1.7191 -3.3695c 0.1375,-0.2751 0.1834,-0.5043 0.1834 -0.7106c 0.0000,-0.2292 -0.2063,-0.8481 -0.3897 -1.3065l -2.8881,-6.7161 c -0.3667,-0.8710 -0.6189,-1.1232 -1.3982 -1.1232c -0.1375,-0.0000 -0.2292,-0.0688 -0.2292 -0.1605v -0.4584 l 0.0458,-0.0458 c 0.0000,-0.0000 1.0086,0.0458 1.6962 0.0458c 1.0773,-0.0000 2.7277,-0.0458 2.7277 -0.0458l 0.0458,0.0688 v 0.4126 ZM 189.0098,511.4949 ZM 199.5767,504.2058 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 199.5767,504.2058 ZM 199.5767,507.0710 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 206.8199,511.4949 ZM 213.1005,506.0853 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM 214.4529,511.4949 ZM 215.7823,501.3406 c 0.0000,-1.3065 1.2607,-3.0944 3.6675 -3.0944c 1.7650,-0.0000 3.8279,0.6647 3.8279 3.3007c 0.0000,1.7421 -0.8939,2.6131 -2.1317 3.8050l -2.1776,2.1088 c -0.1146,0.1146 -1.6504,1.6274 -1.6504 2.7048h 3.8967 c 0.7793,-0.0000 1.1919,-0.3897 1.5128 -1.6504l 0.5730,0.0917 l -0.4584,2.8881 h -7.0828 c 0.0000,-1.2836 0.2063,-2.2693 2.3380 -4.4468l 1.6045,-1.5816 c 1.2836,-1.3065 1.8108,-2.4297 1.8108 -3.8279c 0.0000,-2.0859 -1.4211,-2.6818 -2.2005 -2.6818c -1.5816,-0.0000 -2.0171,0.8252 -2.0171 1.3753c 0.0000,0.1834 0.0458,0.3667 0.0917 0.5272c 0.0458,0.1605 0.0917,0.3209 0.0917 0.5043c 0.0000,0.5960 -0.4584,0.8252 -0.8252 0.8252c -0.5043,-0.0000 -0.8710,-0.3897 -0.8710 -0.8481ZM 224.4926,511.4949 ZM 225.7991,510.5551 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM 229.5124,511.4949 ZM 234.5323,499.0484 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM 234.5323,499.0484 ZM 234.4406,511.7699 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2263">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2263)">+      <path d="M 361.7994,649.7128 ZM 366.3150,640.4983 c -0.4584,-0.0000 -0.5501,0.1146 -0.5501 0.2751c 0.0000,0.1146 0.0917,0.3209 0.3438 0.7335l 1.3982,2.0630 c 0.0688,0.1375 0.1375,0.2063 0.2292 0.2063c 0.0688,-0.0000 0.1146,-0.0458 0.2063 -0.1605l 1.4899,-2.0859 c 0.2521,-0.3209 0.3897,-0.5730 0.3897 -0.7564c 0.0000,-0.1834 -0.1605,-0.2751 -0.4814 -0.2751h -0.3667 c -0.0688,-0.0000 -0.1375,-0.0458 -0.1375 -0.1605v -0.4355 l 0.0688,-0.0688 c 0.0000,-0.0000 1.0773,0.0458 1.7879 0.0458c 0.7335,-0.0000 1.8567,-0.0458 1.8567 -0.0458l 0.0229,0.0458 v 0.4355 c 0.0000,0.1605 -0.1375,0.1834 -0.2751 0.1834c -0.8481,-0.0000 -1.1919,0.2751 -2.0400 1.3524l -1.9254,2.4526 c -0.0458,0.0688 -0.0688,0.1146 -0.0688 0.1605c 0.0000,0.0458 0.0229,0.1146 0.0688 0.1834l 2.0630,2.9111 c 1.0544,1.4899 1.3524,1.5128 2.0859 1.5128c 0.2292,-0.0000 0.3209,0.0458 0.3209 0.1834v 0.4355 l -0.0229,0.0458 c 0.0000,-0.0000 -1.2378,-0.0458 -2.0171 -0.0458c -0.9398,-0.0000 -2.3839,0.0458 -2.3839 0.0458l -0.0458,-0.0458 v -0.4355 c 0.0000,-0.1146 0.0458,-0.1834 0.1605 -0.1834h 0.2751 c 0.3667,-0.0000 0.5272,-0.0688 0.5272 -0.2521c 0.0000,-0.2063 -0.2521,-0.5501 -0.6189 -1.0315l -1.3295,-1.8337 c -0.0917,-0.1146 -0.1375,-0.1605 -0.2063 -0.1605c -0.0458,-0.0000 -0.1146,0.0688 -0.2063 0.2063l -1.4441,2.0859 c -0.3438,0.4584 -0.4126,0.5730 -0.4126 0.7335c 0.0000,0.1605 0.1375,0.2521 0.4814 0.2521h 0.3209 c 0.1146,-0.0000 0.1605,0.0688 0.1605 0.1834v 0.4355 l -0.0458,0.0458 c 0.0000,-0.0000 -1.1919,-0.0458 -1.9254 -0.0458c -0.6647,-0.0000 -1.7191,0.0458 -1.7191 0.0458l -0.0458,-0.0458 v -0.3897 c 0.0000,-0.1375 0.0917,-0.2292 0.2980 -0.2292c 0.5501,-0.0000 1.0773,-0.1146 2.0400 -1.3524l 1.9254,-2.4755 c 0.0229,-0.0458 0.0458,-0.0917 0.0458 -0.1605c 0.0000,-0.0688 -0.0229,-0.1146 -0.0688 -0.1834l -1.9942,-2.9111 c -0.6418,-0.9398 -1.0544,-1.4899 -1.8567 -1.4899c -0.1605,-0.0000 -0.3209,-0.0688 -0.3209 -0.1605v -0.4355 l 0.0458,-0.0688 l 1.8108,0.0458 l 2.5443,-0.0458 l 0.0688,0.0688 v 0.4126 c 0.0000,0.1146 -0.0917,0.1834 -0.1834 0.1834h -0.3438 ZM 378.9219,649.7128 ZM 389.4889,642.4237 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 389.4889,642.4237 ZM 389.4889,645.2889 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 396.7321,649.7128 ZM 403.0127,644.3033 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM 404.3650,649.7128 ZM 408.6743,638.7792 c -0.4355,-0.0000 -1.4441,0.4126 -1.9483 0.6418l -0.2751,-0.7106 c 2.0171,-0.9398 2.7964,-1.4211 3.9425 -2.2463h 0.4355 v 11.5296 c 0.0000,0.8252 0.1146,1.0544 0.8710 1.0544h 1.1919 c 0.0688,-0.0000 0.1834,0.0458 0.1834 0.1834v 0.5043 l -3.1403,-0.0458 l -3.1861,0.0458 v -0.5043 c 0.0229,-0.0688 0.0458,-0.1834 0.1834 -0.1834h 1.3753 c 0.8710,-0.0000 0.8710,-0.3897 0.8710 -1.0544v -7.8851 c 0.0000,-0.7793 0.0000,-1.3295 -0.5043 -1.3295ZM 414.4048,649.7128 ZM 415.7113,648.7730 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM 419.4246,649.7128 ZM 424.4445,637.2663 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM 424.4445,637.2663 ZM 424.3528,649.9879 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="8.77193507674587" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2264">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2264)">+      <path d="M 400.8150,504.5840 c 0.0000,-2.8626 -2.3206,-5.1832 -5.1832 -5.1832c -2.8626,-0.0000 -5.1832,2.3206 -5.1832 5.1832c -0.0000,2.8626 2.3206,5.1832 5.1832 5.1832c 2.8626,0.0000 5.1832,-2.3206 5.1832 -5.1832Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2265">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2265)">+      <path d="M 395.6319,608.2474 v -103.6635 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2266">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2266)">+      <path d="M 257.4139,504.5840 h 138.2180 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(153,153,153)" stroke-width="5.84795671783058" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2267">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2267)">+      <path d="M 326.5229,228.1481 l 4.1465,24.3816 l 4.1465,23.3865 l 4.1465,22.3913 l 4.1465,21.3961 l 4.1465,20.4010 l 4.1465,19.4058 l 4.1465,18.4106 l 4.1465,17.4155 l 4.1465,16.4203 l 4.1465,15.4251 l 4.1465,14.4300 l 4.1465,13.4348 l 4.1465,12.4396 l 4.1465,11.4444 l 4.1465,10.4493 l 4.1465,9.4541 l 4.1465,8.4589 l 4.1465,7.4638 l 4.1465,6.4686 l 4.1465,5.4734 l 4.1465,4.4783 l 4.1465,3.4831 l 4.1465,2.4879 l 4.1465,1.4928 l 4.1465,0.4976 l 4.1465,-0.4976 l 4.1465,-1.4928 l 4.1465,-2.4879 l 4.1465,-3.4831 l 4.1465,-4.4783 l 4.1465,-5.4734 l 4.1465,-6.4686 l 4.1465,-7.4638 l 4.1465,-8.4589 l 4.1465,-9.4541 l 4.1465,-10.4493 l 4.1465,-11.4444 l 4.1465,-12.4396 l 4.1465,-13.4348 l 4.1465,-14.4300 l 4.1465,-15.4251 l 4.1465,-16.4203 l 4.1465,-17.4155 l 4.1465,-18.4106 l 4.1465,-19.4058 l 4.1465,-20.4010 l 4.1465,-21.3961 l 4.1465,-22.3913 l 4.1465,-23.3865 l 4.1465,-24.3816 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2268">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2268)">+      <path d="M 368.1086,238.1534 ZM 375.2602,224.0565 c 0.0000,0.1719 -0.2063,0.2751 -0.3782 0.2751c -1.0315,-0.0000 -1.4785,0.2063 -1.4785 0.7564c 0.0000,0.2063 0.0688,0.4814 0.2063 0.7908l 3.7821,8.8707 l 3.8165,-8.7332 c 0.1719,-0.3094 0.2407,-0.5845 0.2407 -0.7908c 0.0000,-0.7220 -0.6877,-0.8939 -1.4441 -0.8939h -0.1375 c -0.1719,-0.0000 -0.3438,-0.1375 -0.3438 -0.2407v -0.6533 l 0.0688,-0.1031 c 0.0000,-0.0000 2.0286,0.0688 3.2320 0.0688c 0.9627,-0.0000 2.3724,-0.0688 2.3724 -0.0688l 0.1031,0.0688 v 0.6533 c 0.0000,0.1719 -0.1375,0.2751 -0.3782 0.2751c -1.3065,-0.0000 -1.9598,1.3409 -2.4412 2.3380c -1.8223,3.8508 -3.3351,7.3923 -6.0857 14.0281c -1.0315,2.4755 -2.2693,5.3637 -4.7104 5.3637c -0.6533,-0.0000 -1.9942,-0.3782 -1.9942 -1.6160c 0.0000,-1.0315 0.7564,-1.3409 1.3065 -1.3409c 0.5157,-0.0000 0.8596,0.2063 1.0659 0.4814c 0.3438,0.3438 0.5845,0.5845 0.9283 0.5845c 0.5157,-0.0000 1.7191,-2.9569 2.5787 -5.0542c 0.2063,-0.4126 0.2751,-0.7564 0.2751 -1.0659c 0.0000,-0.3438 -0.3094,-1.2722 -0.5845 -1.9598l -4.3322,-10.0741 c -0.5501,-1.3065 -0.9283,-1.6847 -2.0973 -1.6847c -0.2063,-0.0000 -0.3438,-0.1031 -0.3438 -0.2407v -0.6877 l 0.0688,-0.0688 c 0.0000,-0.0000 1.5128,0.0688 2.5443 0.0688c 1.6160,-0.0000 4.0915,-0.0688 4.0915 -0.0688l 0.0688,0.1031 v 0.6189 ZM 394.2050,238.1534 ZM 410.0554,227.2197 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 410.0554,227.2197 ZM 410.0554,231.5175 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 420.9203,238.1534 ZM 427.6936,224.3316 c -0.6877,-0.0000 -0.8252,0.1719 -0.8252 0.4126c 0.0000,0.1719 0.1375,0.4814 0.5157 1.1002l 2.0973,3.0944 c 0.1031,0.2063 0.2063,0.3094 0.3438 0.3094c 0.1031,-0.0000 0.1719,-0.0688 0.3094 -0.2407l 2.2349,-3.1288 c 0.3782,-0.4814 0.5845,-0.8596 0.5845 -1.1346c 0.0000,-0.2751 -0.2407,-0.4126 -0.7220 -0.4126h -0.5501 c -0.1031,-0.0000 -0.2063,-0.0688 -0.2063 -0.2407v -0.6533 l 0.1031,-0.1031 c 0.0000,-0.0000 1.6160,0.0688 2.6818 0.0688c 1.1002,-0.0000 2.7850,-0.0688 2.7850 -0.0688l 0.0344,0.0688 v 0.6533 c 0.0000,0.2407 -0.2063,0.2751 -0.4126 0.2751c -1.2722,-0.0000 -1.7879,0.4126 -3.0600 2.0286l -2.8881,3.6789 c -0.0688,0.1031 -0.1031,0.1719 -0.1031 0.2407c 0.0000,0.0688 0.0344,0.1719 0.1031 0.2751l 3.0944,4.3666 c 1.5816,2.2349 2.0286,2.2693 3.1288 2.2693c 0.3438,-0.0000 0.4814,0.0688 0.4814 0.2751v 0.6533 l -0.0344,0.0688 c 0.0000,-0.0000 -1.8567,-0.0688 -3.0257 -0.0688c -1.4097,-0.0000 -3.5758,0.0688 -3.5758 0.0688l -0.0688,-0.0688 v -0.6533 c 0.0000,-0.1719 0.0688,-0.2751 0.2407 -0.2751h 0.4126 c 0.5501,-0.0000 0.7908,-0.1031 0.7908 -0.3782c 0.0000,-0.3094 -0.3782,-0.8252 -0.9283 -1.5472l -1.9942,-2.7506 c -0.1375,-0.1719 -0.2063,-0.2407 -0.3094 -0.2407c -0.0688,-0.0000 -0.1719,0.1031 -0.3094 0.3094l -2.1661,3.1288 c -0.5157,0.6877 -0.6189,0.8596 -0.6189 1.1002c 0.0000,0.2407 0.2063,0.3782 0.7220 0.3782h 0.4814 c 0.1719,-0.0000 0.2407,0.1031 0.2407 0.2751v 0.6533 l -0.0688,0.0688 c 0.0000,-0.0000 -1.7879,-0.0688 -2.8881 -0.0688c -0.9971,-0.0000 -2.5787,0.0688 -2.5787 0.0688l -0.0688,-0.0688 v -0.5845 c 0.0000,-0.2063 0.1375,-0.3438 0.4470 -0.3438c 0.8252,-0.0000 1.6160,-0.1719 3.0600 -2.0286l 2.8881,-3.7133 c 0.0344,-0.0688 0.0688,-0.1375 0.0688 -0.2407c 0.0000,-0.1031 -0.0344,-0.1719 -0.1031 -0.2751l -2.9913,-4.3666 c -0.9627,-1.4097 -1.5816,-2.2349 -2.7850 -2.2349c -0.2407,-0.0000 -0.4814,-0.1031 -0.4814 -0.2407v -0.6533 l 0.0688,-0.1031 l 2.7162,0.0688 l 3.8165,-0.0688 l 0.1031,0.1031 v 0.6189 c 0.0000,0.1719 -0.1375,0.2751 -0.2751 0.2751h -0.5157 ZM 438.0084,238.1534 ZM 440.5183,217.9708 c -0.4126,-0.0000 -0.8939,-0.3782 -0.8939 -0.8252c 0.0000,-0.8939 0.9627,-2.6475 3.6789 -2.6475c 1.7191,-0.0000 3.7133,0.6533 3.7133 2.8538c 0.0000,1.5816 -1.1690,2.7162 -3.0600 4.0915c -1.4441,1.0315 -2.2693,2.0286 -2.2693 3.0944h 2.7850 c 1.0659,-0.0000 1.6160,-1.3409 1.9942 -2.3036l 0.8252,0.1719 c -0.3094,1.0315 -0.5501,2.2349 -0.6533 3.2320h -7.0828 c 0.0000,-1.6504 1.5128,-3.0944 3.1288 -4.3666c 1.5472,-1.2378 2.3036,-2.0286 2.3036 -3.8852c 0.0000,-1.6160 -1.2034,-2.0630 -1.8223 -2.0630c -1.4785,-0.0000 -1.8567,0.5501 -1.8567 0.9971c 0.0000,0.3094 0.1719,0.5501 0.1719 0.8252c 0.0000,0.5501 -0.6189,0.8252 -0.9627 0.8252ZM 457.1595,238.1534 ZM 466.5803,230.0391 h -7.7705 c -0.3094,-0.0000 -0.5157,-0.2751 -0.5157 -0.5845c 0.0000,-0.5501 0.4470,-1.2722 0.8596 -1.2722h 7.8736 c 0.3438,-0.0000 0.4814,0.3094 0.4814 0.6189c 0.0000,0.3782 -0.4814,1.2378 -0.9283 1.2378ZM 477.2045,238.1534 ZM 484.6312,219.3461 c -0.8596,-0.0000 -3.3695,0.4814 -3.3695 2.5787c 0.0000,0.6189 -0.2407,1.6847 -1.1690 1.6847c -0.8939,-0.0000 -0.9627,-0.9971 -0.9627 -1.1002c 0.0000,-1.0659 1.4097,-4.2291 6.1889 -4.2291c 3.3351,-0.0000 4.3322,2.0973 4.3322 3.4726c 0.0000,0.8596 -0.2751,2.5787 -3.3695 4.5385c 1.9254,0.3094 4.4697,1.7191 4.4697 5.2949c 0.0000,4.5385 -3.4383,6.9797 -7.3235 6.9797c -1.9598,-0.0000 -4.7104,-0.8596 -4.7104 -2.1661c 0.0000,-0.5157 0.5157,-1.1002 1.2034 -1.1002c 0.6533,-0.0000 0.9627,0.3438 1.2722 0.7908c 0.3782,0.5845 0.9971,1.4097 2.6475 1.4097c 1.1346,-0.0000 4.3666,-1.1346 4.3666 -5.4668c 0.0000,-3.6789 -2.5787,-4.2634 -4.4354 -4.2634c -0.3094,-0.0000 -0.6877,0.0688 -1.0659 0.1375l -0.1375,-1.0315 c 2.6475,-0.4470 4.8479,-3.0257 4.8479 -4.6073c 0.0000,-1.9598 -1.3753,-2.9225 -2.7850 -2.9225Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2269">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2269)">+      <path d="M 602.9588,608.2474 l -0.0000,-345.5449 h -345.5449 l -0.0000,345.5449 Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2270">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2270)">+      <path d="M 257.4139,262.7025 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2271">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2271)">+      <path d="M 257.4139,269.6134 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2272">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2272)">+      <path d="M 257.4139,276.5243 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2273">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2273)">+      <path d="M 257.4139,283.4352 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2274">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2274)">+      <path d="M 257.4139,290.3461 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2275">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2275)">+      <path d="M 257.4139,297.2570 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2276">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2276)">+      <path d="M 257.4139,304.1679 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2277">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2277)">+      <path d="M 257.4139,311.0788 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2278">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2278)">+      <path d="M 257.4139,317.9897 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2279">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2279)">+      <path d="M 257.4139,324.9006 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2280">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2280)">+      <path d="M 257.4139,331.8115 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2281">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2281)">+      <path d="M 257.4139,338.7224 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2282">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2282)">+      <path d="M 257.4139,345.6333 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2283">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2283)">+      <path d="M 257.4139,352.5442 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2284">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2284)">+      <path d="M 257.4139,359.4551 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2285">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2285)">+      <path d="M 257.4139,366.3660 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2286">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2286)">+      <path d="M 257.4139,373.2769 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2287">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2287)">+      <path d="M 257.4139,380.1878 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2288">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2288)">+      <path d="M 257.4139,387.0987 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2289">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2289)">+      <path d="M 257.4139,394.0096 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2290">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2290)">+      <path d="M 257.4139,400.9205 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2291">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2291)">+      <path d="M 257.4139,407.8314 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2292">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2292)">+      <path d="M 257.4139,414.7423 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2293">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2293)">+      <path d="M 257.4139,421.6532 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2294">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2294)">+      <path d="M 257.4139,428.5641 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2295">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2295)">+      <path d="M 257.4139,435.4750 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2296">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2296)">+      <path d="M 257.4139,442.3859 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2297">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2297)">+      <path d="M 257.4139,449.2968 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2298">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2298)">+      <path d="M 257.4139,456.2077 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2299">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2299)">+      <path d="M 257.4139,463.1186 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2300">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2300)">+      <path d="M 257.4139,470.0295 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2301">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2301)">+      <path d="M 257.4139,476.9404 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2302">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2302)">+      <path d="M 257.4139,483.8513 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2303">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2303)">+      <path d="M 257.4139,490.7622 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2304">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2304)">+      <path d="M 257.4139,497.6731 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2305">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2305)">+      <path d="M 257.4139,504.5840 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2306">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2306)">+      <path d="M 257.4139,511.4949 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2307">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2307)">+      <path d="M 257.4139,518.4058 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2308">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2308)">+      <path d="M 257.4139,525.3167 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2309">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2309)">+      <path d="M 257.4139,532.2276 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2310">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2310)">+      <path d="M 257.4139,539.1385 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2311">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2311)">+      <path d="M 257.4139,546.0494 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2312">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2312)">+      <path d="M 257.4139,552.9603 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2313">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2313)">+      <path d="M 257.4139,559.8712 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2314">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2314)">+      <path d="M 257.4139,566.7821 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2315">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2315)">+      <path d="M 257.4139,573.6930 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2316">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2316)">+      <path d="M 257.4139,580.6039 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2317">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2317)">+      <path d="M 257.4139,587.5148 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2318">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2318)">+      <path d="M 257.4139,594.4257 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2319">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2319)">+      <path d="M 257.4139,601.3366 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2320">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2320)">+      <path d="M 257.4139,608.2474 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2321">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2321)">+      <path d="M 602.9588,608.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2322">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2322)">+      <path d="M 596.0479,608.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2323">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2323)">+      <path d="M 589.1370,608.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2324">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2324)">+      <path d="M 582.2261,608.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2325">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2325)">+      <path d="M 575.3152,608.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2326">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2326)">+      <path d="M 568.4043,608.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2327">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2327)">+      <path d="M 561.4934,608.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2328">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2328)">+      <path d="M 554.5825,608.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2329">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2329)">+      <path d="M 547.6716,608.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2330">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2330)">+      <path d="M 540.7607,608.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2331">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2331)">+      <path d="M 533.8498,608.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2332">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2332)">+      <path d="M 526.9389,608.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2333">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2333)">+      <path d="M 520.0280,608.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2334">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2334)">+      <path d="M 513.1171,608.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2335">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2335)">+      <path d="M 506.2062,608.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2336">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2336)">+      <path d="M 499.2953,608.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2337">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2337)">+      <path d="M 492.3844,608.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2338">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2338)">+      <path d="M 485.4735,608.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2339">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2339)">+      <path d="M 478.5627,608.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2340">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2340)">+      <path d="M 471.6518,608.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2341">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2341)">+      <path d="M 464.7409,608.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2342">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2342)">+      <path d="M 457.8300,608.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2343">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2343)">+      <path d="M 450.9191,608.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2344">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2344)">+      <path d="M 444.0082,608.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2345">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2345)">+      <path d="M 437.0973,608.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2346">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2346)">+      <path d="M 430.1864,608.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2347">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2347)">+      <path d="M 423.2755,608.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2348">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2348)">+      <path d="M 416.3646,608.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2349">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2349)">+      <path d="M 409.4537,608.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2350">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2350)">+      <path d="M 402.5428,608.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2351">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2351)">+      <path d="M 395.6319,608.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2352">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2352)">+      <path d="M 388.7210,608.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2353">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2353)">+      <path d="M 381.8101,608.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2354">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2354)">+      <path d="M 374.8992,608.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2355">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2355)">+      <path d="M 367.9883,608.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2356">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2356)">+      <path d="M 361.0774,608.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2357">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2357)">+      <path d="M 354.1665,608.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2358">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2358)">+      <path d="M 347.2556,608.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2359">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2359)">+      <path d="M 340.3447,608.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2360">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2360)">+      <path d="M 333.4338,608.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2361">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2361)">+      <path d="M 326.5229,608.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2362">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2362)">+      <path d="M 319.6120,608.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2363">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2363)">+      <path d="M 312.7011,608.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2364">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2364)">+      <path d="M 305.7902,608.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2365">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2365)">+      <path d="M 298.8793,608.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2366">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2366)">+      <path d="M 291.9684,608.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2367">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2367)">+      <path d="M 285.0575,608.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2368">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2368)">+      <path d="M 278.1466,608.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2369">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2369)">+      <path d="M 271.2357,608.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2370">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2370)">+      <path d="M 264.3248,608.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2371">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2371)">+      <path d="M 257.4139,608.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2372">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2372)">+      <path d="M 257.4139,262.7025 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2373">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2373)">+      <path d="M 257.4139,297.2570 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2374">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2374)">+      <path d="M 257.4139,331.8115 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2375">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2375)">+      <path d="M 257.4139,366.3660 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2376">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2376)">+      <path d="M 257.4139,400.9205 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2377">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2377)">+      <path d="M 257.4139,435.4750 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2378">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2378)">+      <path d="M 257.4139,470.0295 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2379">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2379)">+      <path d="M 257.4139,504.5840 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2380">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2380)">+      <path d="M 257.4139,539.1385 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2381">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2381)">+      <path d="M 257.4139,573.6930 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2382">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2382)">+      <path d="M 257.4139,608.2474 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2383">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2383)">+      <path d="M 602.9588,608.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2384">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2384)">+      <path d="M 568.4043,608.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2385">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2385)">+      <path d="M 533.8498,608.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2386">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2386)">+      <path d="M 499.2953,608.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2387">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2387)">+      <path d="M 464.7409,608.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2388">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2388)">+      <path d="M 430.1864,608.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2389">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2389)">+      <path d="M 395.6319,608.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2390">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2390)">+      <path d="M 361.0774,608.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2391">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2391)">+      <path d="M 326.5229,608.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2392">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2392)">+      <path d="M 291.9684,608.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2393">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2393)">+      <path d="M 257.4139,608.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(255,255,255)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2394">+        <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2394)">+      <path d="M 629.7385,667.9339 l -0.0000,-495.8678 h -471.0551 l -0.0000,495.8678 Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 347.1055,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2395">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2395)">+      <path d="M 67.9801,412.3213 ZM 72.7478,402.9234 c 0.0000,0.1146 -0.1375,0.1834 -0.2521 0.1834c -0.6877,-0.0000 -0.9856,0.1375 -0.9856 0.5043c 0.0000,0.1375 0.0458,0.3209 0.1375 0.5272l 2.5214,5.9138 l 2.5443,-5.8221 c 0.1146,-0.2063 0.1605,-0.3897 0.1605 -0.5272c 0.0000,-0.4814 -0.4584,-0.5960 -0.9627 -0.5960h -0.0917 c -0.1146,-0.0000 -0.2292,-0.0917 -0.2292 -0.1605v -0.4355 l 0.0458,-0.0688 c 0.0000,-0.0000 1.3524,0.0458 2.1546 0.0458c 0.6418,-0.0000 1.5816,-0.0458 1.5816 -0.0458l 0.0688,0.0458 v 0.4355 c 0.0000,0.1146 -0.0917,0.1834 -0.2521 0.1834c -0.8710,-0.0000 -1.3065,0.8939 -1.6274 1.5587c -1.2149,2.5672 -2.2234,4.9282 -4.0571 9.3521c -0.6877,1.6504 -1.5128,3.5758 -3.1403 3.5758c -0.4355,-0.0000 -1.3295,-0.2521 -1.3295 -1.0773c 0.0000,-0.6877 0.5043,-0.8939 0.8710 -0.8939c 0.3438,-0.0000 0.5730,0.1375 0.7106 0.3209c 0.2292,0.2292 0.3897,0.3897 0.6189 0.3897c 0.3438,-0.0000 1.1461,-1.9713 1.7191 -3.3695c 0.1375,-0.2751 0.1834,-0.5043 0.1834 -0.7106c 0.0000,-0.2292 -0.2063,-0.8481 -0.3897 -1.3065l -2.8881,-6.7161 c -0.3667,-0.8710 -0.6189,-1.1232 -1.3982 -1.1232c -0.1375,-0.0000 -0.2292,-0.0688 -0.2292 -0.1605v -0.4584 l 0.0458,-0.0458 c 0.0000,-0.0000 1.0086,0.0458 1.6962 0.0458c 1.0773,-0.0000 2.7277,-0.0458 2.7277 -0.0458l 0.0458,0.0688 v 0.4126 ZM 85.3777,412.3213 ZM 95.9446,405.0322 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 95.9446,405.0322 ZM 95.9446,407.8974 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 103.1878,412.3213 ZM 109.4684,406.9118 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM 110.8208,412.3213 ZM 112.1502,402.1670 c 0.0000,-1.3065 1.2607,-3.0944 3.6675 -3.0944c 1.7650,-0.0000 3.8279,0.6647 3.8279 3.3007c 0.0000,1.7421 -0.8939,2.6131 -2.1317 3.8050l -2.1776,2.1088 c -0.1146,0.1146 -1.6504,1.6274 -1.6504 2.7048h 3.8967 c 0.7793,-0.0000 1.1919,-0.3897 1.5128 -1.6504l 0.5730,0.0917 l -0.4584,2.8881 h -7.0828 c 0.0000,-1.2836 0.2063,-2.2693 2.3380 -4.4468l 1.6045,-1.5816 c 1.2836,-1.3065 1.8108,-2.4297 1.8108 -3.8279c 0.0000,-2.0859 -1.4211,-2.6818 -2.2005 -2.6818c -1.5816,-0.0000 -2.0171,0.8252 -2.0171 1.3753c 0.0000,0.1834 0.0458,0.3667 0.0917 0.5272c 0.0458,0.1605 0.0917,0.3209 0.0917 0.5043c 0.0000,0.5960 -0.4584,0.8252 -0.8252 0.8252c -0.5043,-0.0000 -0.8710,-0.3897 -0.8710 -0.8481ZM 120.8605,412.3213 ZM 122.1670,411.3815 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM 125.8803,412.3213 ZM 130.9002,399.8748 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM 130.9002,399.8748 ZM 130.8085,412.5964 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2396">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2396)">+      <path d="M 258.1673,550.5393 ZM 262.6829,541.3248 c -0.4584,-0.0000 -0.5501,0.1146 -0.5501 0.2751c 0.0000,0.1146 0.0917,0.3209 0.3438 0.7335l 1.3982,2.0630 c 0.0688,0.1375 0.1375,0.2063 0.2292 0.2063c 0.0688,-0.0000 0.1146,-0.0458 0.2063 -0.1605l 1.4899,-2.0859 c 0.2521,-0.3209 0.3897,-0.5730 0.3897 -0.7564c 0.0000,-0.1834 -0.1605,-0.2751 -0.4814 -0.2751h -0.3667 c -0.0688,-0.0000 -0.1375,-0.0458 -0.1375 -0.1605v -0.4355 l 0.0688,-0.0688 c 0.0000,-0.0000 1.0773,0.0458 1.7879 0.0458c 0.7335,-0.0000 1.8567,-0.0458 1.8567 -0.0458l 0.0229,0.0458 v 0.4355 c 0.0000,0.1605 -0.1375,0.1834 -0.2751 0.1834c -0.8481,-0.0000 -1.1919,0.2751 -2.0400 1.3524l -1.9254,2.4526 c -0.0458,0.0688 -0.0688,0.1146 -0.0688 0.1605c 0.0000,0.0458 0.0229,0.1146 0.0688 0.1834l 2.0630,2.9111 c 1.0544,1.4899 1.3524,1.5128 2.0859 1.5128c 0.2292,-0.0000 0.3209,0.0458 0.3209 0.1834v 0.4355 l -0.0229,0.0458 c 0.0000,-0.0000 -1.2378,-0.0458 -2.0171 -0.0458c -0.9398,-0.0000 -2.3839,0.0458 -2.3839 0.0458l -0.0458,-0.0458 v -0.4355 c 0.0000,-0.1146 0.0458,-0.1834 0.1605 -0.1834h 0.2751 c 0.3667,-0.0000 0.5272,-0.0688 0.5272 -0.2521c 0.0000,-0.2063 -0.2521,-0.5501 -0.6189 -1.0315l -1.3295,-1.8337 c -0.0917,-0.1146 -0.1375,-0.1605 -0.2063 -0.1605c -0.0458,-0.0000 -0.1146,0.0688 -0.2063 0.2063l -1.4441,2.0859 c -0.3438,0.4584 -0.4126,0.5730 -0.4126 0.7335c 0.0000,0.1605 0.1375,0.2521 0.4814 0.2521h 0.3209 c 0.1146,-0.0000 0.1605,0.0688 0.1605 0.1834v 0.4355 l -0.0458,0.0458 c 0.0000,-0.0000 -1.1919,-0.0458 -1.9254 -0.0458c -0.6647,-0.0000 -1.7191,0.0458 -1.7191 0.0458l -0.0458,-0.0458 v -0.3897 c 0.0000,-0.1375 0.0917,-0.2292 0.2980 -0.2292c 0.5501,-0.0000 1.0773,-0.1146 2.0400 -1.3524l 1.9254,-2.4755 c 0.0229,-0.0458 0.0458,-0.0917 0.0458 -0.1605c 0.0000,-0.0688 -0.0229,-0.1146 -0.0688 -0.1834l -1.9942,-2.9111 c -0.6418,-0.9398 -1.0544,-1.4899 -1.8567 -1.4899c -0.1605,-0.0000 -0.3209,-0.0688 -0.3209 -0.1605v -0.4355 l 0.0458,-0.0688 l 1.8108,0.0458 l 2.5443,-0.0458 l 0.0688,0.0688 v 0.4126 c 0.0000,0.1146 -0.0917,0.1834 -0.1834 0.1834h -0.3438 ZM 275.2898,550.5393 ZM 285.8567,543.2502 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 285.8567,543.2502 ZM 285.8567,546.1154 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 293.1000,550.5393 ZM 299.3806,545.1298 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM 300.7329,550.5393 ZM 305.0422,539.6056 c -0.4355,-0.0000 -1.4441,0.4126 -1.9483 0.6418l -0.2751,-0.7106 c 2.0171,-0.9398 2.7964,-1.4211 3.9425 -2.2463h 0.4355 v 11.5296 c 0.0000,0.8252 0.1146,1.0544 0.8710 1.0544h 1.1919 c 0.0688,-0.0000 0.1834,0.0458 0.1834 0.1834v 0.5043 l -3.1403,-0.0458 l -3.1861,0.0458 v -0.5043 c 0.0229,-0.0688 0.0458,-0.1834 0.1834 -0.1834h 1.3753 c 0.8710,-0.0000 0.8710,-0.3897 0.8710 -1.0544v -7.8851 c 0.0000,-0.7793 0.0000,-1.3295 -0.5043 -1.3295ZM 310.7726,550.5393 ZM 312.0792,549.5995 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM 315.7925,550.5393 ZM 320.8124,538.0928 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM 320.8124,538.0928 ZM 320.7207,550.8143 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="8.77193507674587" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2397">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2397)">+      <path d="M 297.1829,405.4104 c 0.0000,-2.8626 -2.3206,-5.1832 -5.1832 -5.1832c -2.8626,-0.0000 -5.1832,2.3206 -5.1832 5.1832c -0.0000,2.8626 2.3206,5.1832 5.1832 5.1832c 2.8626,0.0000 5.1832,-2.3206 5.1832 -5.1832Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2398">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2398)">+      <path d="M 291.9998,509.0739 v -103.6635 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2399">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2399)">+      <path d="M 153.7818,405.4104 h 138.2180 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(153,153,153)" stroke-width="5.84795671783058" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2400">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2400)">+      <path d="M 222.8908,128.9745 l 4.1465,24.3816 l 4.1465,23.3865 l 4.1465,22.3913 l 4.1465,21.3961 l 4.1465,20.4010 l 4.1465,19.4058 l 4.1465,18.4106 l 4.1465,17.4155 l 4.1465,16.4203 l 4.1465,15.4251 l 4.1465,14.4300 l 4.1465,13.4348 l 4.1465,12.4396 l 4.1465,11.4444 l 4.1465,10.4493 l 4.1465,9.4541 l 4.1465,8.4589 l 4.1465,7.4638 l 4.1465,6.4686 l 4.1465,5.4734 l 4.1465,4.4783 l 4.1465,3.4831 l 4.1465,2.4879 l 4.1465,1.4928 l 4.1465,0.4976 l 4.1465,-0.4976 l 4.1465,-1.4928 l 4.1465,-2.4879 l 4.1465,-3.4831 l 4.1465,-4.4783 l 4.1465,-5.4734 l 4.1465,-6.4686 l 4.1465,-7.4638 l 4.1465,-8.4589 l 4.1465,-9.4541 l 4.1465,-10.4493 l 4.1465,-11.4444 l 4.1465,-12.4396 l 4.1465,-13.4348 l 4.1465,-14.4300 l 4.1465,-15.4251 l 4.1465,-16.4203 l 4.1465,-17.4155 l 4.1465,-18.4106 l 4.1465,-19.4058 l 4.1465,-20.4010 l 4.1465,-21.3961 l 4.1465,-22.3913 l 4.1465,-23.3865 l 4.1465,-24.3816 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2401">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2401)">+      <path d="M 264.4765,138.9798 ZM 271.6281,124.8830 c 0.0000,0.1719 -0.2063,0.2751 -0.3782 0.2751c -1.0315,-0.0000 -1.4785,0.2063 -1.4785 0.7564c 0.0000,0.2063 0.0688,0.4814 0.2063 0.7908l 3.7821,8.8707 l 3.8165,-8.7332 c 0.1719,-0.3094 0.2407,-0.5845 0.2407 -0.7908c 0.0000,-0.7220 -0.6877,-0.8939 -1.4441 -0.8939h -0.1375 c -0.1719,-0.0000 -0.3438,-0.1375 -0.3438 -0.2407v -0.6533 l 0.0688,-0.1031 c 0.0000,-0.0000 2.0286,0.0688 3.2320 0.0688c 0.9627,-0.0000 2.3724,-0.0688 2.3724 -0.0688l 0.1031,0.0688 v 0.6533 c 0.0000,0.1719 -0.1375,0.2751 -0.3782 0.2751c -1.3065,-0.0000 -1.9598,1.3409 -2.4412 2.3380c -1.8223,3.8508 -3.3351,7.3923 -6.0857 14.0281c -1.0315,2.4755 -2.2693,5.3637 -4.7104 5.3637c -0.6533,-0.0000 -1.9942,-0.3782 -1.9942 -1.6160c 0.0000,-1.0315 0.7564,-1.3409 1.3065 -1.3409c 0.5157,-0.0000 0.8596,0.2063 1.0659 0.4814c 0.3438,0.3438 0.5845,0.5845 0.9283 0.5845c 0.5157,-0.0000 1.7191,-2.9569 2.5787 -5.0542c 0.2063,-0.4126 0.2751,-0.7564 0.2751 -1.0659c 0.0000,-0.3438 -0.3094,-1.2722 -0.5845 -1.9598l -4.3322,-10.0741 c -0.5501,-1.3065 -0.9283,-1.6847 -2.0973 -1.6847c -0.2063,-0.0000 -0.3438,-0.1031 -0.3438 -0.2407v -0.6877 l 0.0688,-0.0688 c 0.0000,-0.0000 1.5128,0.0688 2.5443 0.0688c 1.6160,-0.0000 4.0915,-0.0688 4.0915 -0.0688l 0.0688,0.1031 v 0.6189 ZM 290.5729,138.9798 ZM 306.4232,128.0462 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 306.4232,128.0462 ZM 306.4232,132.3440 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 317.2881,138.9798 ZM 324.0615,125.1580 c -0.6877,-0.0000 -0.8252,0.1719 -0.8252 0.4126c 0.0000,0.1719 0.1375,0.4814 0.5157 1.1002l 2.0973,3.0944 c 0.1031,0.2063 0.2063,0.3094 0.3438 0.3094c 0.1031,-0.0000 0.1719,-0.0688 0.3094 -0.2407l 2.2349,-3.1288 c 0.3782,-0.4814 0.5845,-0.8596 0.5845 -1.1346c 0.0000,-0.2751 -0.2407,-0.4126 -0.7220 -0.4126h -0.5501 c -0.1031,-0.0000 -0.2063,-0.0688 -0.2063 -0.2407v -0.6533 l 0.1031,-0.1031 c 0.0000,-0.0000 1.6160,0.0688 2.6818 0.0688c 1.1002,-0.0000 2.7850,-0.0688 2.7850 -0.0688l 0.0344,0.0688 v 0.6533 c 0.0000,0.2407 -0.2063,0.2751 -0.4126 0.2751c -1.2722,-0.0000 -1.7879,0.4126 -3.0600 2.0286l -2.8881,3.6789 c -0.0688,0.1031 -0.1031,0.1719 -0.1031 0.2407c 0.0000,0.0688 0.0344,0.1719 0.1031 0.2751l 3.0944,4.3666 c 1.5816,2.2349 2.0286,2.2693 3.1288 2.2693c 0.3438,-0.0000 0.4814,0.0688 0.4814 0.2751v 0.6533 l -0.0344,0.0688 c 0.0000,-0.0000 -1.8567,-0.0688 -3.0257 -0.0688c -1.4097,-0.0000 -3.5758,0.0688 -3.5758 0.0688l -0.0688,-0.0688 v -0.6533 c 0.0000,-0.1719 0.0688,-0.2751 0.2407 -0.2751h 0.4126 c 0.5501,-0.0000 0.7908,-0.1031 0.7908 -0.3782c 0.0000,-0.3094 -0.3782,-0.8252 -0.9283 -1.5472l -1.9942,-2.7506 c -0.1375,-0.1719 -0.2063,-0.2407 -0.3094 -0.2407c -0.0688,-0.0000 -0.1719,0.1031 -0.3094 0.3094l -2.1661,3.1288 c -0.5157,0.6877 -0.6189,0.8596 -0.6189 1.1002c 0.0000,0.2407 0.2063,0.3782 0.7220 0.3782h 0.4814 c 0.1719,-0.0000 0.2407,0.1031 0.2407 0.2751v 0.6533 l -0.0688,0.0688 c 0.0000,-0.0000 -1.7879,-0.0688 -2.8881 -0.0688c -0.9971,-0.0000 -2.5787,0.0688 -2.5787 0.0688l -0.0688,-0.0688 v -0.5845 c 0.0000,-0.2063 0.1375,-0.3438 0.4470 -0.3438c 0.8252,-0.0000 1.6160,-0.1719 3.0600 -2.0286l 2.8881,-3.7133 c 0.0344,-0.0688 0.0688,-0.1375 0.0688 -0.2407c 0.0000,-0.1031 -0.0344,-0.1719 -0.1031 -0.2751l -2.9913,-4.3666 c -0.9627,-1.4097 -1.5816,-2.2349 -2.7850 -2.2349c -0.2407,-0.0000 -0.4814,-0.1031 -0.4814 -0.2407v -0.6533 l 0.0688,-0.1031 l 2.7162,0.0688 l 3.8165,-0.0688 l 0.1031,0.1031 v 0.6189 c 0.0000,0.1719 -0.1375,0.2751 -0.2751 0.2751h -0.5157 ZM 334.3763,138.9798 ZM 336.8862,118.7973 c -0.4126,-0.0000 -0.8939,-0.3782 -0.8939 -0.8252c 0.0000,-0.8939 0.9627,-2.6475 3.6789 -2.6475c 1.7191,-0.0000 3.7133,0.6533 3.7133 2.8538c 0.0000,1.5816 -1.1690,2.7162 -3.0600 4.0915c -1.4441,1.0315 -2.2693,2.0286 -2.2693 3.0944h 2.7850 c 1.0659,-0.0000 1.6160,-1.3409 1.9942 -2.3036l 0.8252,0.1719 c -0.3094,1.0315 -0.5501,2.2349 -0.6533 3.2320h -7.0828 c 0.0000,-1.6504 1.5128,-3.0944 3.1288 -4.3666c 1.5472,-1.2378 2.3036,-2.0286 2.3036 -3.8852c 0.0000,-1.6160 -1.2034,-2.0630 -1.8223 -2.0630c -1.4785,-0.0000 -1.8567,0.5501 -1.8567 0.9971c 0.0000,0.3094 0.1719,0.5501 0.1719 0.8252c 0.0000,0.5501 -0.6189,0.8252 -0.9627 0.8252ZM 353.5274,138.9798 ZM 362.9482,130.8655 h -7.7705 c -0.3094,-0.0000 -0.5157,-0.2751 -0.5157 -0.5845c 0.0000,-0.5501 0.4470,-1.2722 0.8596 -1.2722h 7.8736 c 0.3438,-0.0000 0.4814,0.3094 0.4814 0.6189c 0.0000,0.3782 -0.4814,1.2378 -0.9283 1.2378ZM 373.5724,138.9798 ZM 380.9991,120.1726 c -0.8596,-0.0000 -3.3695,0.4814 -3.3695 2.5787c 0.0000,0.6189 -0.2407,1.6847 -1.1690 1.6847c -0.8939,-0.0000 -0.9627,-0.9971 -0.9627 -1.1002c 0.0000,-1.0659 1.4097,-4.2291 6.1889 -4.2291c 3.3351,-0.0000 4.3322,2.0973 4.3322 3.4726c 0.0000,0.8596 -0.2751,2.5787 -3.3695 4.5385c 1.9254,0.3094 4.4697,1.7191 4.4697 5.2949c 0.0000,4.5385 -3.4383,6.9797 -7.3235 6.9797c -1.9598,-0.0000 -4.7104,-0.8596 -4.7104 -2.1661c 0.0000,-0.5157 0.5157,-1.1002 1.2034 -1.1002c 0.6533,-0.0000 0.9627,0.3438 1.2722 0.7908c 0.3782,0.5845 0.9971,1.4097 2.6475 1.4097c 1.1346,-0.0000 4.3666,-1.1346 4.3666 -5.4668c 0.0000,-3.6789 -2.5787,-4.2634 -4.4354 -4.2634c -0.3094,-0.0000 -0.6877,0.0688 -1.0659 0.1375l -0.1375,-1.0315 c 2.6475,-0.4470 4.8479,-3.0257 4.8479 -4.6073c 0.0000,-1.9598 -1.3753,-2.9225 -2.7850 -2.9225Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2402">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2402)">+      <path d="M 499.3267,509.0739 l -0.0000,-345.5449 h -345.5449 l -0.0000,345.5449 Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2403">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2403)">+      <path d="M 153.7818,163.5290 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2404">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2404)">+      <path d="M 153.7818,170.4399 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2405">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2405)">+      <path d="M 153.7818,177.3508 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2406">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2406)">+      <path d="M 153.7818,184.2617 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2407">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2407)">+      <path d="M 153.7818,191.1726 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2408">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2408)">+      <path d="M 153.7818,198.0835 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2409">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2409)">+      <path d="M 153.7818,204.9944 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2410">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2410)">+      <path d="M 153.7818,211.9053 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2411">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2411)">+      <path d="M 153.7818,218.8162 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2412">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2412)">+      <path d="M 153.7818,225.7271 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2413">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2413)">+      <path d="M 153.7818,232.6380 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2414">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2414)">+      <path d="M 153.7818,239.5489 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2415">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2415)">+      <path d="M 153.7818,246.4598 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2416">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2416)">+      <path d="M 153.7818,253.3707 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2417">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2417)">+      <path d="M 153.7818,260.2816 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2418">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2418)">+      <path d="M 153.7818,267.1925 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2419">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2419)">+      <path d="M 153.7818,274.1034 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2420">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2420)">+      <path d="M 153.7818,281.0143 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2421">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2421)">+      <path d="M 153.7818,287.9252 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2422">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2422)">+      <path d="M 153.7818,294.8361 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2423">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2423)">+      <path d="M 153.7818,301.7470 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2424">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2424)">+      <path d="M 153.7818,308.6579 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2425">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2425)">+      <path d="M 153.7818,315.5687 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2426">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2426)">+      <path d="M 153.7818,322.4796 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2427">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2427)">+      <path d="M 153.7818,329.3905 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2428">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2428)">+      <path d="M 153.7818,336.3014 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2429">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2429)">+      <path d="M 153.7818,343.2123 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2430">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2430)">+      <path d="M 153.7818,350.1232 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2431">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2431)">+      <path d="M 153.7818,357.0341 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2432">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2432)">+      <path d="M 153.7818,363.9450 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2433">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2433)">+      <path d="M 153.7818,370.8559 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2434">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2434)">+      <path d="M 153.7818,377.7668 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2435">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2435)">+      <path d="M 153.7818,384.6777 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2436">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2436)">+      <path d="M 153.7818,391.5886 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2437">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2437)">+      <path d="M 153.7818,398.4995 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2438">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2438)">+      <path d="M 153.7818,405.4104 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2439">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2439)">+      <path d="M 153.7818,412.3213 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2440">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2440)">+      <path d="M 153.7818,419.2322 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2441">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2441)">+      <path d="M 153.7818,426.1431 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2442">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2442)">+      <path d="M 153.7818,433.0540 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2443">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2443)">+      <path d="M 153.7818,439.9649 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2444">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2444)">+      <path d="M 153.7818,446.8758 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2445">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2445)">+      <path d="M 153.7818,453.7867 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2446">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2446)">+      <path d="M 153.7818,460.6976 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2447">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2447)">+      <path d="M 153.7818,467.6085 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2448">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2448)">+      <path d="M 153.7818,474.5194 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2449">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2449)">+      <path d="M 153.7818,481.4303 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2450">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2450)">+      <path d="M 153.7818,488.3412 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2451">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2451)">+      <path d="M 153.7818,495.2521 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2452">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2452)">+      <path d="M 153.7818,502.1630 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2453">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2453)">+      <path d="M 153.7818,509.0739 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2454">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2454)">+      <path d="M 499.3267,509.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2455">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2455)">+      <path d="M 492.4158,509.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2456">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2456)">+      <path d="M 485.5049,509.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2457">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2457)">+      <path d="M 478.5940,509.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2458">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2458)">+      <path d="M 471.6831,509.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2459">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2459)">+      <path d="M 464.7722,509.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2460">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2460)">+      <path d="M 457.8613,509.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2461">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2461)">+      <path d="M 450.9504,509.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2462">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2462)">+      <path d="M 444.0395,509.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2463">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2463)">+      <path d="M 437.1286,509.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2464">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2464)">+      <path d="M 430.2177,509.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2465">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2465)">+      <path d="M 423.3068,509.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2466">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2466)">+      <path d="M 416.3959,509.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2467">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2467)">+      <path d="M 409.4850,509.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2468">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2468)">+      <path d="M 402.5741,509.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2469">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2469)">+      <path d="M 395.6632,509.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2470">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2470)">+      <path d="M 388.7523,509.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2471">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2471)">+      <path d="M 381.8414,509.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2472">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2472)">+      <path d="M 374.9305,509.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2473">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2473)">+      <path d="M 368.0196,509.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2474">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2474)">+      <path d="M 361.1087,509.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2475">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2475)">+      <path d="M 354.1978,509.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2476">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2476)">+      <path d="M 347.2869,509.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2477">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2477)">+      <path d="M 340.3760,509.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2478">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2478)">+      <path d="M 333.4651,509.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2479">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2479)">+      <path d="M 326.5542,509.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2480">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2480)">+      <path d="M 319.6434,509.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2481">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2481)">+      <path d="M 312.7325,509.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2482">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2482)">+      <path d="M 305.8216,509.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2483">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2483)">+      <path d="M 298.9107,509.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2484">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2484)">+      <path d="M 291.9998,509.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2485">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2485)">+      <path d="M 285.0889,509.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2486">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2486)">+      <path d="M 278.1780,509.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2487">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2487)">+      <path d="M 271.2671,509.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2488">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2488)">+      <path d="M 264.3562,509.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2489">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2489)">+      <path d="M 257.4453,509.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2490">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2490)">+      <path d="M 250.5344,509.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2491">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2491)">+      <path d="M 243.6235,509.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2492">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2492)">+      <path d="M 236.7126,509.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2493">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2493)">+      <path d="M 229.8017,509.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2494">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2494)">+      <path d="M 222.8908,509.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2495">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2495)">+      <path d="M 215.9799,509.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2496">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2496)">+      <path d="M 209.0690,509.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2497">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2497)">+      <path d="M 202.1581,509.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2498">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2498)">+      <path d="M 195.2472,509.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2499">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2499)">+      <path d="M 188.3363,509.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2500">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2500)">+      <path d="M 181.4254,509.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2501">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2501)">+      <path d="M 174.5145,509.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2502">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2502)">+      <path d="M 167.6036,509.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2503">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2503)">+      <path d="M 160.6927,509.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2504">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2504)">+      <path d="M 153.7818,509.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2505">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2505)">+      <path d="M 153.7818,163.5290 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2506">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2506)">+      <path d="M 153.7818,198.0835 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2507">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2507)">+      <path d="M 153.7818,232.6380 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2508">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2508)">+      <path d="M 153.7818,267.1925 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2509">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2509)">+      <path d="M 153.7818,301.7470 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2510">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2510)">+      <path d="M 153.7818,336.3014 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2511">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2511)">+      <path d="M 153.7818,370.8559 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2512">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2512)">+      <path d="M 153.7818,405.4104 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2513">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2513)">+      <path d="M 153.7818,439.9649 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2514">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2514)">+      <path d="M 153.7818,474.5194 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2515">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2515)">+      <path d="M 153.7818,509.0739 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2516">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2516)">+      <path d="M 499.3267,509.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2517">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2517)">+      <path d="M 464.7722,509.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2518">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2518)">+      <path d="M 430.2177,509.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2519">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2519)">+      <path d="M 395.6632,509.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2520">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2520)">+      <path d="M 361.1087,509.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2521">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2521)">+      <path d="M 326.5542,509.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2522">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2522)">+      <path d="M 291.9998,509.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2523">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2523)">+      <path d="M 257.4453,509.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2524">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2524)">+      <path d="M 222.8908,509.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2525">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2525)">+      <path d="M 188.3363,509.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2526">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2526)">+      <path d="M 153.7818,509.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(255,255,255)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2527">+        <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2527)">+      <path d="M 526.1064,568.7603 l -0.0000,-495.8678 h -471.0551 l -0.0000,495.8678 Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 243.4734,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2528">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2528)">+      <path d="M -35.6520,313.1478 ZM -30.8843,303.7499 c 0.0000,0.1146 -0.1375,0.1834 -0.2521 0.1834c -0.6877,-0.0000 -0.9856,0.1375 -0.9856 0.5043c 0.0000,0.1375 0.0458,0.3209 0.1375 0.5272l 2.5214,5.9138 l 2.5443,-5.8221 c 0.1146,-0.2063 0.1605,-0.3897 0.1605 -0.5272c 0.0000,-0.4814 -0.4584,-0.5960 -0.9627 -0.5960h -0.0917 c -0.1146,-0.0000 -0.2292,-0.0917 -0.2292 -0.1605v -0.4355 l 0.0458,-0.0688 c 0.0000,-0.0000 1.3524,0.0458 2.1546 0.0458c 0.6418,-0.0000 1.5816,-0.0458 1.5816 -0.0458l 0.0688,0.0458 v 0.4355 c 0.0000,0.1146 -0.0917,0.1834 -0.2521 0.1834c -0.8710,-0.0000 -1.3065,0.8939 -1.6274 1.5587c -1.2149,2.5672 -2.2234,4.9282 -4.0571 9.3521c -0.6877,1.6504 -1.5128,3.5758 -3.1403 3.5758c -0.4355,-0.0000 -1.3295,-0.2521 -1.3295 -1.0773c 0.0000,-0.6877 0.5043,-0.8939 0.8710 -0.8939c 0.3438,-0.0000 0.5730,0.1375 0.7106 0.3209c 0.2292,0.2292 0.3897,0.3897 0.6189 0.3897c 0.3438,-0.0000 1.1461,-1.9713 1.7191 -3.3695c 0.1375,-0.2751 0.1834,-0.5043 0.1834 -0.7106c 0.0000,-0.2292 -0.2063,-0.8481 -0.3897 -1.3065l -2.8881,-6.7161 c -0.3667,-0.8710 -0.6189,-1.1232 -1.3982 -1.1232c -0.1375,-0.0000 -0.2292,-0.0688 -0.2292 -0.1605v -0.4584 l 0.0458,-0.0458 c 0.0000,-0.0000 1.0086,0.0458 1.6962 0.0458c 1.0773,-0.0000 2.7277,-0.0458 2.7277 -0.0458l 0.0458,0.0688 v 0.4126 ZM -18.2545,313.1478 ZM -7.6875,305.8587 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM -7.6875,305.8587 ZM -7.6875,308.7239 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM -0.4443,313.1478 ZM 5.8363,307.7382 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM 7.1887,313.1478 ZM 8.5181,302.9934 c 0.0000,-1.3065 1.2607,-3.0944 3.6675 -3.0944c 1.7650,-0.0000 3.8279,0.6647 3.8279 3.3007c 0.0000,1.7421 -0.8939,2.6131 -2.1317 3.8050l -2.1776,2.1088 c -0.1146,0.1146 -1.6504,1.6274 -1.6504 2.7048h 3.8967 c 0.7793,-0.0000 1.1919,-0.3897 1.5128 -1.6504l 0.5730,0.0917 l -0.4584,2.8881 h -7.0828 c 0.0000,-1.2836 0.2063,-2.2693 2.3380 -4.4468l 1.6045,-1.5816 c 1.2836,-1.3065 1.8108,-2.4297 1.8108 -3.8279c 0.0000,-2.0859 -1.4211,-2.6818 -2.2005 -2.6818c -1.5816,-0.0000 -2.0171,0.8252 -2.0171 1.3753c 0.0000,0.1834 0.0458,0.3667 0.0917 0.5272c 0.0458,0.1605 0.0917,0.3209 0.0917 0.5043c 0.0000,0.5960 -0.4584,0.8252 -0.8252 0.8252c -0.5043,-0.0000 -0.8710,-0.3897 -0.8710 -0.8481ZM 17.2284,313.1478 ZM 18.5349,312.2080 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM 22.2482,313.1478 ZM 27.2681,300.7013 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM 27.2681,300.7013 ZM 27.1764,313.4228 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2529">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2529)">+      <path d="M 154.5352,451.3657 ZM 159.0508,442.1512 c -0.4584,-0.0000 -0.5501,0.1146 -0.5501 0.2751c 0.0000,0.1146 0.0917,0.3209 0.3438 0.7335l 1.3982,2.0630 c 0.0688,0.1375 0.1375,0.2063 0.2292 0.2063c 0.0688,-0.0000 0.1146,-0.0458 0.2063 -0.1605l 1.4899,-2.0859 c 0.2521,-0.3209 0.3897,-0.5730 0.3897 -0.7564c 0.0000,-0.1834 -0.1605,-0.2751 -0.4814 -0.2751h -0.3667 c -0.0688,-0.0000 -0.1375,-0.0458 -0.1375 -0.1605v -0.4355 l 0.0688,-0.0688 c 0.0000,-0.0000 1.0773,0.0458 1.7879 0.0458c 0.7335,-0.0000 1.8567,-0.0458 1.8567 -0.0458l 0.0229,0.0458 v 0.4355 c 0.0000,0.1605 -0.1375,0.1834 -0.2751 0.1834c -0.8481,-0.0000 -1.1919,0.2751 -2.0400 1.3524l -1.9254,2.4526 c -0.0458,0.0688 -0.0688,0.1146 -0.0688 0.1605c 0.0000,0.0458 0.0229,0.1146 0.0688 0.1834l 2.0630,2.9111 c 1.0544,1.4899 1.3524,1.5128 2.0859 1.5128c 0.2292,-0.0000 0.3209,0.0458 0.3209 0.1834v 0.4355 l -0.0229,0.0458 c 0.0000,-0.0000 -1.2378,-0.0458 -2.0171 -0.0458c -0.9398,-0.0000 -2.3839,0.0458 -2.3839 0.0458l -0.0458,-0.0458 v -0.4355 c 0.0000,-0.1146 0.0458,-0.1834 0.1605 -0.1834h 0.2751 c 0.3667,-0.0000 0.5272,-0.0688 0.5272 -0.2521c 0.0000,-0.2063 -0.2521,-0.5501 -0.6189 -1.0315l -1.3295,-1.8337 c -0.0917,-0.1146 -0.1375,-0.1605 -0.2063 -0.1605c -0.0458,-0.0000 -0.1146,0.0688 -0.2063 0.2063l -1.4441,2.0859 c -0.3438,0.4584 -0.4126,0.5730 -0.4126 0.7335c 0.0000,0.1605 0.1375,0.2521 0.4814 0.2521h 0.3209 c 0.1146,-0.0000 0.1605,0.0688 0.1605 0.1834v 0.4355 l -0.0458,0.0458 c 0.0000,-0.0000 -1.1919,-0.0458 -1.9254 -0.0458c -0.6647,-0.0000 -1.7191,0.0458 -1.7191 0.0458l -0.0458,-0.0458 v -0.3897 c 0.0000,-0.1375 0.0917,-0.2292 0.2980 -0.2292c 0.5501,-0.0000 1.0773,-0.1146 2.0400 -1.3524l 1.9254,-2.4755 c 0.0229,-0.0458 0.0458,-0.0917 0.0458 -0.1605c 0.0000,-0.0688 -0.0229,-0.1146 -0.0688 -0.1834l -1.9942,-2.9111 c -0.6418,-0.9398 -1.0544,-1.4899 -1.8567 -1.4899c -0.1605,-0.0000 -0.3209,-0.0688 -0.3209 -0.1605v -0.4355 l 0.0458,-0.0688 l 1.8108,0.0458 l 2.5443,-0.0458 l 0.0688,0.0688 v 0.4126 c 0.0000,0.1146 -0.0917,0.1834 -0.1834 0.1834h -0.3438 ZM 171.6577,451.3657 ZM 182.2246,444.0766 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 182.2246,444.0766 ZM 182.2246,446.9418 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 189.4679,451.3657 ZM 195.7484,445.9562 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM 197.1008,451.3657 ZM 201.4101,440.4321 c -0.4355,-0.0000 -1.4441,0.4126 -1.9483 0.6418l -0.2751,-0.7106 c 2.0171,-0.9398 2.7964,-1.4211 3.9425 -2.2463h 0.4355 v 11.5296 c 0.0000,0.8252 0.1146,1.0544 0.8710 1.0544h 1.1919 c 0.0688,-0.0000 0.1834,0.0458 0.1834 0.1834v 0.5043 l -3.1403,-0.0458 l -3.1861,0.0458 v -0.5043 c 0.0229,-0.0688 0.0458,-0.1834 0.1834 -0.1834h 1.3753 c 0.8710,-0.0000 0.8710,-0.3897 0.8710 -1.0544v -7.8851 c 0.0000,-0.7793 0.0000,-1.3295 -0.5043 -1.3295ZM 207.1405,451.3657 ZM 208.4471,450.4259 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM 212.1604,451.3657 ZM 217.1802,438.9192 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM 217.1802,438.9192 ZM 217.0886,451.6408 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="8.77193507674587" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2530">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2530)">+      <path d="M 193.5508,306.2369 c 0.0000,-2.8626 -2.3206,-5.1832 -5.1832 -5.1832c -2.8626,-0.0000 -5.1832,2.3206 -5.1832 5.1832c -0.0000,2.8626 2.3206,5.1832 5.1832 5.1832c 2.8626,0.0000 5.1832,-2.3206 5.1832 -5.1832Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2531">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2531)">+      <path d="M 188.3676,409.9003 v -103.6635 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2532">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2532)">+      <path d="M 50.1497,306.2369 h 138.2180 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(153,153,153)" stroke-width="5.84795671783058" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2533">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2533)">+      <path d="M 119.2587,29.8009 l 4.1465,24.3816 l 4.1465,23.3865 l 4.1465,22.3913 l 4.1465,21.3961 l 4.1465,20.4010 l 4.1465,19.4058 l 4.1465,18.4106 l 4.1465,17.4155 l 4.1465,16.4203 l 4.1465,15.4251 l 4.1465,14.4300 l 4.1465,13.4348 l 4.1465,12.4396 l 4.1465,11.4444 l 4.1465,10.4493 l 4.1465,9.4541 l 4.1465,8.4589 l 4.1465,7.4638 l 4.1465,6.4686 l 4.1465,5.4734 l 4.1465,4.4783 l 4.1465,3.4831 l 4.1465,2.4879 l 4.1465,1.4928 l 4.1465,0.4976 l 4.1465,-0.4976 l 4.1465,-1.4928 l 4.1465,-2.4879 l 4.1465,-3.4831 l 4.1465,-4.4783 l 4.1465,-5.4734 l 4.1465,-6.4686 l 4.1465,-7.4638 l 4.1465,-8.4589 l 4.1465,-9.4541 l 4.1465,-10.4493 l 4.1465,-11.4444 l 4.1465,-12.4396 l 4.1465,-13.4348 l 4.1465,-14.4300 l 4.1465,-15.4251 l 4.1465,-16.4203 l 4.1465,-17.4155 l 4.1465,-18.4106 l 4.1465,-19.4058 l 4.1465,-20.4010 l 4.1465,-21.3961 l 4.1465,-22.3913 l 4.1465,-23.3865 l 4.1465,-24.3816 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2534">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2534)">+      <path d="M 160.8444,39.8063 ZM 167.9960,25.7094 c 0.0000,0.1719 -0.2063,0.2751 -0.3782 0.2751c -1.0315,-0.0000 -1.4785,0.2063 -1.4785 0.7564c 0.0000,0.2063 0.0688,0.4814 0.2063 0.7908l 3.7821,8.8707 l 3.8165,-8.7332 c 0.1719,-0.3094 0.2407,-0.5845 0.2407 -0.7908c 0.0000,-0.7220 -0.6877,-0.8939 -1.4441 -0.8939h -0.1375 c -0.1719,-0.0000 -0.3438,-0.1375 -0.3438 -0.2407v -0.6533 l 0.0688,-0.1031 c 0.0000,-0.0000 2.0286,0.0688 3.2320 0.0688c 0.9627,-0.0000 2.3724,-0.0688 2.3724 -0.0688l 0.1031,0.0688 v 0.6533 c 0.0000,0.1719 -0.1375,0.2751 -0.3782 0.2751c -1.3065,-0.0000 -1.9598,1.3409 -2.4412 2.3380c -1.8223,3.8508 -3.3351,7.3923 -6.0857 14.0281c -1.0315,2.4755 -2.2693,5.3637 -4.7104 5.3637c -0.6533,-0.0000 -1.9942,-0.3782 -1.9942 -1.6160c 0.0000,-1.0315 0.7564,-1.3409 1.3065 -1.3409c 0.5157,-0.0000 0.8596,0.2063 1.0659 0.4814c 0.3438,0.3438 0.5845,0.5845 0.9283 0.5845c 0.5157,-0.0000 1.7191,-2.9569 2.5787 -5.0542c 0.2063,-0.4126 0.2751,-0.7564 0.2751 -1.0659c 0.0000,-0.3438 -0.3094,-1.2722 -0.5845 -1.9598l -4.3322,-10.0741 c -0.5501,-1.3065 -0.9283,-1.6847 -2.0973 -1.6847c -0.2063,-0.0000 -0.3438,-0.1031 -0.3438 -0.2407v -0.6877 l 0.0688,-0.0688 c 0.0000,-0.0000 1.5128,0.0688 2.5443 0.0688c 1.6160,-0.0000 4.0915,-0.0688 4.0915 -0.0688l 0.0688,0.1031 v 0.6189 ZM 186.9408,39.8063 ZM 202.7911,28.8726 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 202.7911,28.8726 ZM 202.7911,33.1704 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 213.6560,39.8063 ZM 220.4294,25.9845 c -0.6877,-0.0000 -0.8252,0.1719 -0.8252 0.4126c 0.0000,0.1719 0.1375,0.4814 0.5157 1.1002l 2.0973,3.0944 c 0.1031,0.2063 0.2063,0.3094 0.3438 0.3094c 0.1031,-0.0000 0.1719,-0.0688 0.3094 -0.2407l 2.2349,-3.1288 c 0.3782,-0.4814 0.5845,-0.8596 0.5845 -1.1346c 0.0000,-0.2751 -0.2407,-0.4126 -0.7220 -0.4126h -0.5501 c -0.1031,-0.0000 -0.2063,-0.0688 -0.2063 -0.2407v -0.6533 l 0.1031,-0.1031 c 0.0000,-0.0000 1.6160,0.0688 2.6818 0.0688c 1.1002,-0.0000 2.7850,-0.0688 2.7850 -0.0688l 0.0344,0.0688 v 0.6533 c 0.0000,0.2407 -0.2063,0.2751 -0.4126 0.2751c -1.2722,-0.0000 -1.7879,0.4126 -3.0600 2.0286l -2.8881,3.6789 c -0.0688,0.1031 -0.1031,0.1719 -0.1031 0.2407c 0.0000,0.0688 0.0344,0.1719 0.1031 0.2751l 3.0944,4.3666 c 1.5816,2.2349 2.0286,2.2693 3.1288 2.2693c 0.3438,-0.0000 0.4814,0.0688 0.4814 0.2751v 0.6533 l -0.0344,0.0688 c 0.0000,-0.0000 -1.8567,-0.0688 -3.0257 -0.0688c -1.4097,-0.0000 -3.5758,0.0688 -3.5758 0.0688l -0.0688,-0.0688 v -0.6533 c 0.0000,-0.1719 0.0688,-0.2751 0.2407 -0.2751h 0.4126 c 0.5501,-0.0000 0.7908,-0.1031 0.7908 -0.3782c 0.0000,-0.3094 -0.3782,-0.8252 -0.9283 -1.5472l -1.9942,-2.7506 c -0.1375,-0.1719 -0.2063,-0.2407 -0.3094 -0.2407c -0.0688,-0.0000 -0.1719,0.1031 -0.3094 0.3094l -2.1661,3.1288 c -0.5157,0.6877 -0.6189,0.8596 -0.6189 1.1002c 0.0000,0.2407 0.2063,0.3782 0.7220 0.3782h 0.4814 c 0.1719,-0.0000 0.2407,0.1031 0.2407 0.2751v 0.6533 l -0.0688,0.0688 c 0.0000,-0.0000 -1.7879,-0.0688 -2.8881 -0.0688c -0.9971,-0.0000 -2.5787,0.0688 -2.5787 0.0688l -0.0688,-0.0688 v -0.5845 c 0.0000,-0.2063 0.1375,-0.3438 0.4470 -0.3438c 0.8252,-0.0000 1.6160,-0.1719 3.0600 -2.0286l 2.8881,-3.7133 c 0.0344,-0.0688 0.0688,-0.1375 0.0688 -0.2407c 0.0000,-0.1031 -0.0344,-0.1719 -0.1031 -0.2751l -2.9913,-4.3666 c -0.9627,-1.4097 -1.5816,-2.2349 -2.7850 -2.2349c -0.2407,-0.0000 -0.4814,-0.1031 -0.4814 -0.2407v -0.6533 l 0.0688,-0.1031 l 2.7162,0.0688 l 3.8165,-0.0688 l 0.1031,0.1031 v 0.6189 c 0.0000,0.1719 -0.1375,0.2751 -0.2751 0.2751h -0.5157 ZM 230.7442,39.8063 ZM 233.2541,19.6237 c -0.4126,-0.0000 -0.8939,-0.3782 -0.8939 -0.8252c 0.0000,-0.8939 0.9627,-2.6475 3.6789 -2.6475c 1.7191,-0.0000 3.7133,0.6533 3.7133 2.8538c 0.0000,1.5816 -1.1690,2.7162 -3.0600 4.0915c -1.4441,1.0315 -2.2693,2.0286 -2.2693 3.0944h 2.7850 c 1.0659,-0.0000 1.6160,-1.3409 1.9942 -2.3036l 0.8252,0.1719 c -0.3094,1.0315 -0.5501,2.2349 -0.6533 3.2320h -7.0828 c 0.0000,-1.6504 1.5128,-3.0944 3.1288 -4.3666c 1.5472,-1.2378 2.3036,-2.0286 2.3036 -3.8852c 0.0000,-1.6160 -1.2034,-2.0630 -1.8223 -2.0630c -1.4785,-0.0000 -1.8567,0.5501 -1.8567 0.9971c 0.0000,0.3094 0.1719,0.5501 0.1719 0.8252c 0.0000,0.5501 -0.6189,0.8252 -0.9627 0.8252ZM 249.8953,39.8063 ZM 259.3161,31.6920 h -7.7705 c -0.3094,-0.0000 -0.5157,-0.2751 -0.5157 -0.5845c 0.0000,-0.5501 0.4470,-1.2722 0.8596 -1.2722h 7.8736 c 0.3438,-0.0000 0.4814,0.3094 0.4814 0.6189c 0.0000,0.3782 -0.4814,1.2378 -0.9283 1.2378ZM 269.9403,39.8063 ZM 277.3669,20.9990 c -0.8596,-0.0000 -3.3695,0.4814 -3.3695 2.5787c 0.0000,0.6189 -0.2407,1.6847 -1.1690 1.6847c -0.8939,-0.0000 -0.9627,-0.9971 -0.9627 -1.1002c 0.0000,-1.0659 1.4097,-4.2291 6.1889 -4.2291c 3.3351,-0.0000 4.3322,2.0973 4.3322 3.4726c 0.0000,0.8596 -0.2751,2.5787 -3.3695 4.5385c 1.9254,0.3094 4.4697,1.7191 4.4697 5.2949c 0.0000,4.5385 -3.4383,6.9797 -7.3235 6.9797c -1.9598,-0.0000 -4.7104,-0.8596 -4.7104 -2.1661c 0.0000,-0.5157 0.5157,-1.1002 1.2034 -1.1002c 0.6533,-0.0000 0.9627,0.3438 1.2722 0.7908c 0.3782,0.5845 0.9971,1.4097 2.6475 1.4097c 1.1346,-0.0000 4.3666,-1.1346 4.3666 -5.4668c 0.0000,-3.6789 -2.5787,-4.2634 -4.4354 -4.2634c -0.3094,-0.0000 -0.6877,0.0688 -1.0659 0.1375l -0.1375,-1.0315 c 2.6475,-0.4470 4.8479,-3.0257 4.8479 -4.6073c 0.0000,-1.9598 -1.3753,-2.9225 -2.7850 -2.9225Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2535">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2535)">+      <path d="M 395.6946,409.9003 l -0.0000,-345.5449 h -345.5449 l -0.0000,345.5449 Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2536">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2536)">+      <path d="M 50.1497,64.3554 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2537">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2537)">+      <path d="M 50.1497,71.2663 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2538">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2538)">+      <path d="M 50.1497,78.1772 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2539">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2539)">+      <path d="M 50.1497,85.0881 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2540">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2540)">+      <path d="M 50.1497,91.9990 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2541">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2541)">+      <path d="M 50.1497,98.9099 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2542">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2542)">+      <path d="M 50.1497,105.8208 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2543">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2543)">+      <path d="M 50.1497,112.7317 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2544">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2544)">+      <path d="M 50.1497,119.6426 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2545">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2545)">+      <path d="M 50.1497,126.5535 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2546">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2546)">+      <path d="M 50.1497,133.4644 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2547">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2547)">+      <path d="M 50.1497,140.3753 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2548">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2548)">+      <path d="M 50.1497,147.2862 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2549">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2549)">+      <path d="M 50.1497,154.1971 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2550">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2550)">+      <path d="M 50.1497,161.1080 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2551">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2551)">+      <path d="M 50.1497,168.0189 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2552">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2552)">+      <path d="M 50.1497,174.9298 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2553">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2553)">+      <path d="M 50.1497,181.8407 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2554">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2554)">+      <path d="M 50.1497,188.7516 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2555">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2555)">+      <path d="M 50.1497,195.6625 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2556">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2556)">+      <path d="M 50.1497,202.5734 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2557">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2557)">+      <path d="M 50.1497,209.4843 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2558">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2558)">+      <path d="M 50.1497,216.3952 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2559">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2559)">+      <path d="M 50.1497,223.3061 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2560">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2560)">+      <path d="M 50.1497,230.2170 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2561">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2561)">+      <path d="M 50.1497,237.1279 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2562">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2562)">+      <path d="M 50.1497,244.0388 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2563">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2563)">+      <path d="M 50.1497,250.9497 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2564">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2564)">+      <path d="M 50.1497,257.8606 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2565">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2565)">+      <path d="M 50.1497,264.7715 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2566">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2566)">+      <path d="M 50.1497,271.6824 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2567">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2567)">+      <path d="M 50.1497,278.5933 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2568">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2568)">+      <path d="M 50.1497,285.5042 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2569">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2569)">+      <path d="M 50.1497,292.4151 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2570">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2570)">+      <path d="M 50.1497,299.3260 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2571">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2571)">+      <path d="M 50.1497,306.2369 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2572">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2572)">+      <path d="M 50.1497,313.1478 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2573">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2573)">+      <path d="M 50.1497,320.0587 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2574">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2574)">+      <path d="M 50.1497,326.9696 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2575">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2575)">+      <path d="M 50.1497,333.8805 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2576">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2576)">+      <path d="M 50.1497,340.7914 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2577">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2577)">+      <path d="M 50.1497,347.7023 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2578">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2578)">+      <path d="M 50.1497,354.6132 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2579">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2579)">+      <path d="M 50.1497,361.5241 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2580">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2580)">+      <path d="M 50.1497,368.4350 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2581">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2581)">+      <path d="M 50.1497,375.3459 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2582">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2582)">+      <path d="M 50.1497,382.2567 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2583">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2583)">+      <path d="M 50.1497,389.1676 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2584">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2584)">+      <path d="M 50.1497,396.0785 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2585">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2585)">+      <path d="M 50.1497,402.9894 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2586">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2586)">+      <path d="M 50.1497,409.9003 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2587">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2587)">+      <path d="M 395.6946,409.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2588">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2588)">+      <path d="M 388.7837,409.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2589">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2589)">+      <path d="M 381.8728,409.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2590">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2590)">+      <path d="M 374.9619,409.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2591">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2591)">+      <path d="M 368.0510,409.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2592">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2592)">+      <path d="M 361.1401,409.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2593">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2593)">+      <path d="M 354.2292,409.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2594">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2594)">+      <path d="M 347.3183,409.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2595">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2595)">+      <path d="M 340.4074,409.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2596">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2596)">+      <path d="M 333.4965,409.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2597">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2597)">+      <path d="M 326.5856,409.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2598">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2598)">+      <path d="M 319.6747,409.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2599">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2599)">+      <path d="M 312.7638,409.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2600">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2600)">+      <path d="M 305.8529,409.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2601">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2601)">+      <path d="M 298.9420,409.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2602">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2602)">+      <path d="M 292.0311,409.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2603">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2603)">+      <path d="M 285.1202,409.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2604">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2604)">+      <path d="M 278.2093,409.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2605">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2605)">+      <path d="M 271.2984,409.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2606">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2606)">+      <path d="M 264.3875,409.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2607">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2607)">+      <path d="M 257.4766,409.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2608">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2608)">+      <path d="M 250.5657,409.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2609">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2609)">+      <path d="M 243.6548,409.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2610">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2610)">+      <path d="M 236.7439,409.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2611">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2611)">+      <path d="M 229.8330,409.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2612">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2612)">+      <path d="M 222.9221,409.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2613">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2613)">+      <path d="M 216.0112,409.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2614">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2614)">+      <path d="M 209.1003,409.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2615">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2615)">+      <path d="M 202.1894,409.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2616">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2616)">+      <path d="M 195.2785,409.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2617">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2617)">+      <path d="M 188.3676,409.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2618">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2618)">+      <path d="M 181.4567,409.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2619">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2619)">+      <path d="M 174.5458,409.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2620">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2620)">+      <path d="M 167.6349,409.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2621">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2621)">+      <path d="M 160.7241,409.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2622">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2622)">+      <path d="M 153.8132,409.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2623">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2623)">+      <path d="M 146.9023,409.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2624">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2624)">+      <path d="M 139.9914,409.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2625">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2625)">+      <path d="M 133.0805,409.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2626">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2626)">+      <path d="M 126.1696,409.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2627">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2627)">+      <path d="M 119.2587,409.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2628">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2628)">+      <path d="M 112.3478,409.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2629">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2629)">+      <path d="M 105.4369,409.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2630">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2630)">+      <path d="M 98.5260,409.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2631">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2631)">+      <path d="M 91.6151,409.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2632">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2632)">+      <path d="M 84.7042,409.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2633">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2633)">+      <path d="M 77.7933,409.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2634">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2634)">+      <path d="M 70.8824,409.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2635">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2635)">+      <path d="M 63.9715,409.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2636">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2636)">+      <path d="M 57.0606,409.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2637">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2637)">+      <path d="M 50.1497,409.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2638">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2638)">+      <path d="M 50.1497,64.3554 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2639">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2639)">+      <path d="M 50.1497,98.9099 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2640">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2640)">+      <path d="M 50.1497,133.4644 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2641">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2641)">+      <path d="M 50.1497,168.0189 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2642">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2642)">+      <path d="M 50.1497,202.5734 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2643">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2643)">+      <path d="M 50.1497,237.1279 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2644">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2644)">+      <path d="M 50.1497,271.6824 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2645">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2645)">+      <path d="M 50.1497,306.2369 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2646">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2646)">+      <path d="M 50.1497,340.7914 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2647">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2647)">+      <path d="M 50.1497,375.3459 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2648">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2648)">+      <path d="M 50.1497,409.9003 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2649">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2649)">+      <path d="M 395.6946,409.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2650">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2650)">+      <path d="M 361.1401,409.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2651">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2651)">+      <path d="M 326.5856,409.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2652">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2652)">+      <path d="M 292.0311,409.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2653">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2653)">+      <path d="M 257.4766,409.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2654">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2654)">+      <path d="M 222.9221,409.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2655">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2655)">+      <path d="M 188.3676,409.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2656">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2656)">+      <path d="M 153.8132,409.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2657">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2657)">+      <path d="M 119.2587,409.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2658">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2658)">+      <path d="M 84.7042,409.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2659">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2659)">+      <path d="M 50.1497,409.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(255,255,255)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2660">+        <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2660)">+      <path d="M 422.4743,469.5868 l -0.0000,-495.8678 h -471.0551 l -0.0000,495.8678 Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 139.8413,469.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2661">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2661)">+      <path d="M 473.0874,829.8420 ZM 477.8551,820.4441 c 0.0000,0.1146 -0.1375,0.1834 -0.2521 0.1834c -0.6877,-0.0000 -0.9856,0.1375 -0.9856 0.5043c 0.0000,0.1375 0.0458,0.3209 0.1375 0.5272l 2.5214,5.9138 l 2.5443,-5.8221 c 0.1146,-0.2063 0.1605,-0.3897 0.1605 -0.5272c 0.0000,-0.4814 -0.4584,-0.5960 -0.9627 -0.5960h -0.0917 c -0.1146,-0.0000 -0.2292,-0.0917 -0.2292 -0.1605v -0.4355 l 0.0458,-0.0688 c 0.0000,-0.0000 1.3524,0.0458 2.1546 0.0458c 0.6418,-0.0000 1.5816,-0.0458 1.5816 -0.0458l 0.0688,0.0458 v 0.4355 c 0.0000,0.1146 -0.0917,0.1834 -0.2521 0.1834c -0.8710,-0.0000 -1.3065,0.8939 -1.6274 1.5587c -1.2149,2.5672 -2.2234,4.9282 -4.0571 9.3521c -0.6877,1.6504 -1.5128,3.5758 -3.1403 3.5758c -0.4355,-0.0000 -1.3295,-0.2521 -1.3295 -1.0773c 0.0000,-0.6877 0.5043,-0.8939 0.8710 -0.8939c 0.3438,-0.0000 0.5730,0.1375 0.7106 0.3209c 0.2292,0.2292 0.3897,0.3897 0.6189 0.3897c 0.3438,-0.0000 1.1461,-1.9713 1.7191 -3.3695c 0.1375,-0.2751 0.1834,-0.5043 0.1834 -0.7106c 0.0000,-0.2292 -0.2063,-0.8481 -0.3897 -1.3065l -2.8881,-6.7161 c -0.3667,-0.8710 -0.6189,-1.1232 -1.3982 -1.1232c -0.1375,-0.0000 -0.2292,-0.0688 -0.2292 -0.1605v -0.4584 l 0.0458,-0.0458 c 0.0000,-0.0000 1.0086,0.0458 1.6962 0.0458c 1.0773,-0.0000 2.7277,-0.0458 2.7277 -0.0458l 0.0458,0.0688 v 0.4126 ZM 490.4850,829.8420 ZM 501.0519,822.5529 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 501.0519,822.5529 ZM 501.0519,825.4181 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 508.2952,829.8420 ZM 514.5757,824.4325 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM 515.9281,829.8420 ZM 517.2576,819.6877 c 0.0000,-1.3065 1.2607,-3.0944 3.6675 -3.0944c 1.7650,-0.0000 3.8279,0.6647 3.8279 3.3007c 0.0000,1.7421 -0.8939,2.6131 -2.1317 3.8050l -2.1776,2.1088 c -0.1146,0.1146 -1.6504,1.6274 -1.6504 2.7048h 3.8967 c 0.7793,-0.0000 1.1919,-0.3897 1.5128 -1.6504l 0.5730,0.0917 l -0.4584,2.8881 h -7.0828 c 0.0000,-1.2836 0.2063,-2.2693 2.3380 -4.4468l 1.6045,-1.5816 c 1.2836,-1.3065 1.8108,-2.4297 1.8108 -3.8279c 0.0000,-2.0859 -1.4211,-2.6818 -2.2005 -2.6818c -1.5816,-0.0000 -2.0171,0.8252 -2.0171 1.3753c 0.0000,0.1834 0.0458,0.3667 0.0917 0.5272c 0.0458,0.1605 0.0917,0.3209 0.0917 0.5043c 0.0000,0.5960 -0.4584,0.8252 -0.8252 0.8252c -0.5043,-0.0000 -0.8710,-0.3897 -0.8710 -0.8481ZM 525.9678,829.8420 ZM 527.2744,828.9022 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM 530.9877,829.8420 ZM 536.0075,817.3955 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM 536.0075,817.3955 ZM 535.9159,830.1170 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2662">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2662)">+      <path d="M 663.2747,968.0599 ZM 667.7902,958.8454 c -0.4584,-0.0000 -0.5501,0.1146 -0.5501 0.2751c 0.0000,0.1146 0.0917,0.3209 0.3438 0.7335l 1.3982,2.0630 c 0.0688,0.1375 0.1375,0.2063 0.2292 0.2063c 0.0688,-0.0000 0.1146,-0.0458 0.2063 -0.1605l 1.4899,-2.0859 c 0.2521,-0.3209 0.3897,-0.5730 0.3897 -0.7564c 0.0000,-0.1834 -0.1605,-0.2751 -0.4814 -0.2751h -0.3667 c -0.0688,-0.0000 -0.1375,-0.0458 -0.1375 -0.1605v -0.4355 l 0.0688,-0.0688 c 0.0000,-0.0000 1.0773,0.0458 1.7879 0.0458c 0.7335,-0.0000 1.8567,-0.0458 1.8567 -0.0458l 0.0229,0.0458 v 0.4355 c 0.0000,0.1605 -0.1375,0.1834 -0.2751 0.1834c -0.8481,-0.0000 -1.1919,0.2751 -2.0400 1.3524l -1.9254,2.4526 c -0.0458,0.0688 -0.0688,0.1146 -0.0688 0.1605c 0.0000,0.0458 0.0229,0.1146 0.0688 0.1834l 2.0630,2.9111 c 1.0544,1.4899 1.3524,1.5128 2.0859 1.5128c 0.2292,-0.0000 0.3209,0.0458 0.3209 0.1834v 0.4355 l -0.0229,0.0458 c 0.0000,-0.0000 -1.2378,-0.0458 -2.0171 -0.0458c -0.9398,-0.0000 -2.3839,0.0458 -2.3839 0.0458l -0.0458,-0.0458 v -0.4355 c 0.0000,-0.1146 0.0458,-0.1834 0.1605 -0.1834h 0.2751 c 0.3667,-0.0000 0.5272,-0.0688 0.5272 -0.2521c 0.0000,-0.2063 -0.2521,-0.5501 -0.6189 -1.0315l -1.3295,-1.8337 c -0.0917,-0.1146 -0.1375,-0.1605 -0.2063 -0.1605c -0.0458,-0.0000 -0.1146,0.0688 -0.2063 0.2063l -1.4441,2.0859 c -0.3438,0.4584 -0.4126,0.5730 -0.4126 0.7335c 0.0000,0.1605 0.1375,0.2521 0.4814 0.2521h 0.3209 c 0.1146,-0.0000 0.1605,0.0688 0.1605 0.1834v 0.4355 l -0.0458,0.0458 c 0.0000,-0.0000 -1.1919,-0.0458 -1.9254 -0.0458c -0.6647,-0.0000 -1.7191,0.0458 -1.7191 0.0458l -0.0458,-0.0458 v -0.3897 c 0.0000,-0.1375 0.0917,-0.2292 0.2980 -0.2292c 0.5501,-0.0000 1.0773,-0.1146 2.0400 -1.3524l 1.9254,-2.4755 c 0.0229,-0.0458 0.0458,-0.0917 0.0458 -0.1605c 0.0000,-0.0688 -0.0229,-0.1146 -0.0688 -0.1834l -1.9942,-2.9111 c -0.6418,-0.9398 -1.0544,-1.4899 -1.8567 -1.4899c -0.1605,-0.0000 -0.3209,-0.0688 -0.3209 -0.1605v -0.4355 l 0.0458,-0.0688 l 1.8108,0.0458 l 2.5443,-0.0458 l 0.0688,0.0688 v 0.4126 c 0.0000,0.1146 -0.0917,0.1834 -0.1834 0.1834h -0.3438 ZM 680.3972,968.0599 ZM 690.9641,960.7708 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 690.9641,960.7708 ZM 690.9641,963.6361 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 698.2074,968.0599 ZM 704.4879,962.6504 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM 705.8403,968.0599 ZM 710.1496,957.1263 c -0.4355,-0.0000 -1.4441,0.4126 -1.9483 0.6418l -0.2751,-0.7106 c 2.0171,-0.9398 2.7964,-1.4211 3.9425 -2.2463h 0.4355 v 11.5296 c 0.0000,0.8252 0.1146,1.0544 0.8710 1.0544h 1.1919 c 0.0688,-0.0000 0.1834,0.0458 0.1834 0.1834v 0.5043 l -3.1403,-0.0458 l -3.1861,0.0458 v -0.5043 c 0.0229,-0.0688 0.0458,-0.1834 0.1834 -0.1834h 1.3753 c 0.8710,-0.0000 0.8710,-0.3897 0.8710 -1.0544v -7.8851 c 0.0000,-0.7793 0.0000,-1.3295 -0.5043 -1.3295ZM 715.8800,968.0599 ZM 717.1865,967.1202 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM 720.8999,968.0599 ZM 725.9197,955.6135 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM 725.9197,955.6135 ZM 725.8280,968.3350 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="8.77193507674587" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2663">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2663)">+      <path d="M 702.2903,822.9311 c 0.0000,-2.8626 -2.3206,-5.1832 -5.1832 -5.1832c -2.8626,-0.0000 -5.1832,2.3206 -5.1832 5.1832c -0.0000,2.8626 2.3206,5.1832 5.1832 5.1832c 2.8626,0.0000 5.1832,-2.3206 5.1832 -5.1832Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2664">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2664)">+      <path d="M 697.1071,926.5946 v -103.6635 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2665">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2665)">+      <path d="M 558.8892,822.9311 h 138.2180 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(153,153,153)" stroke-width="5.84795671783058" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2666">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2666)">+      <path d="M 627.9981,546.4952 l 4.1465,24.3816 l 4.1465,23.3865 l 4.1465,22.3913 l 4.1465,21.3961 l 4.1465,20.4010 l 4.1465,19.4058 l 4.1465,18.4106 l 4.1465,17.4155 l 4.1465,16.4203 l 4.1465,15.4251 l 4.1465,14.4300 l 4.1465,13.4348 l 4.1465,12.4396 l 4.1465,11.4444 l 4.1465,10.4493 l 4.1465,9.4541 l 4.1465,8.4589 l 4.1465,7.4638 l 4.1465,6.4686 l 4.1465,5.4734 l 4.1465,4.4783 l 4.1465,3.4831 l 4.1465,2.4879 l 4.1465,1.4928 l 4.1465,0.4976 l 4.1465,-0.4976 l 4.1465,-1.4928 l 4.1465,-2.4879 l 4.1465,-3.4831 l 4.1465,-4.4783 l 4.1465,-5.4734 l 4.1465,-6.4686 l 4.1465,-7.4638 l 4.1465,-8.4589 l 4.1465,-9.4541 l 4.1465,-10.4493 l 4.1465,-11.4444 l 4.1465,-12.4396 l 4.1465,-13.4348 l 4.1465,-14.4300 l 4.1465,-15.4251 l 4.1465,-16.4203 l 4.1465,-17.4155 l 4.1465,-18.4106 l 4.1465,-19.4058 l 4.1465,-20.4010 l 4.1465,-21.3961 l 4.1465,-22.3913 l 4.1465,-23.3865 l 4.1465,-24.3816 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2667">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2667)">+      <path d="M 669.5839,556.5005 ZM 676.7354,542.4036 c 0.0000,0.1719 -0.2063,0.2751 -0.3782 0.2751c -1.0315,-0.0000 -1.4785,0.2063 -1.4785 0.7564c 0.0000,0.2063 0.0688,0.4814 0.2063 0.7908l 3.7821,8.8707 l 3.8165,-8.7332 c 0.1719,-0.3094 0.2407,-0.5845 0.2407 -0.7908c 0.0000,-0.7220 -0.6877,-0.8939 -1.4441 -0.8939h -0.1375 c -0.1719,-0.0000 -0.3438,-0.1375 -0.3438 -0.2407v -0.6533 l 0.0688,-0.1031 c 0.0000,-0.0000 2.0286,0.0688 3.2320 0.0688c 0.9627,-0.0000 2.3724,-0.0688 2.3724 -0.0688l 0.1031,0.0688 v 0.6533 c 0.0000,0.1719 -0.1375,0.2751 -0.3782 0.2751c -1.3065,-0.0000 -1.9598,1.3409 -2.4412 2.3380c -1.8223,3.8508 -3.3351,7.3923 -6.0857 14.0281c -1.0315,2.4755 -2.2693,5.3637 -4.7104 5.3637c -0.6533,-0.0000 -1.9942,-0.3782 -1.9942 -1.6160c 0.0000,-1.0315 0.7564,-1.3409 1.3065 -1.3409c 0.5157,-0.0000 0.8596,0.2063 1.0659 0.4814c 0.3438,0.3438 0.5845,0.5845 0.9283 0.5845c 0.5157,-0.0000 1.7191,-2.9569 2.5787 -5.0542c 0.2063,-0.4126 0.2751,-0.7564 0.2751 -1.0659c 0.0000,-0.3438 -0.3094,-1.2722 -0.5845 -1.9598l -4.3322,-10.0741 c -0.5501,-1.3065 -0.9283,-1.6847 -2.0973 -1.6847c -0.2063,-0.0000 -0.3438,-0.1031 -0.3438 -0.2407v -0.6877 l 0.0688,-0.0688 c 0.0000,-0.0000 1.5128,0.0688 2.5443 0.0688c 1.6160,-0.0000 4.0915,-0.0688 4.0915 -0.0688l 0.0688,0.1031 v 0.6189 ZM 695.6802,556.5005 ZM 711.5306,545.5668 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 711.5306,545.5668 ZM 711.5306,549.8647 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 722.3955,556.5005 ZM 729.1689,542.6787 c -0.6877,-0.0000 -0.8252,0.1719 -0.8252 0.4126c 0.0000,0.1719 0.1375,0.4814 0.5157 1.1002l 2.0973,3.0944 c 0.1031,0.2063 0.2063,0.3094 0.3438 0.3094c 0.1031,-0.0000 0.1719,-0.0688 0.3094 -0.2407l 2.2349,-3.1288 c 0.3782,-0.4814 0.5845,-0.8596 0.5845 -1.1346c 0.0000,-0.2751 -0.2407,-0.4126 -0.7220 -0.4126h -0.5501 c -0.1031,-0.0000 -0.2063,-0.0688 -0.2063 -0.2407v -0.6533 l 0.1031,-0.1031 c 0.0000,-0.0000 1.6160,0.0688 2.6818 0.0688c 1.1002,-0.0000 2.7850,-0.0688 2.7850 -0.0688l 0.0344,0.0688 v 0.6533 c 0.0000,0.2407 -0.2063,0.2751 -0.4126 0.2751c -1.2722,-0.0000 -1.7879,0.4126 -3.0600 2.0286l -2.8881,3.6789 c -0.0688,0.1031 -0.1031,0.1719 -0.1031 0.2407c 0.0000,0.0688 0.0344,0.1719 0.1031 0.2751l 3.0944,4.3666 c 1.5816,2.2349 2.0286,2.2693 3.1288 2.2693c 0.3438,-0.0000 0.4814,0.0688 0.4814 0.2751v 0.6533 l -0.0344,0.0688 c 0.0000,-0.0000 -1.8567,-0.0688 -3.0257 -0.0688c -1.4097,-0.0000 -3.5758,0.0688 -3.5758 0.0688l -0.0688,-0.0688 v -0.6533 c 0.0000,-0.1719 0.0688,-0.2751 0.2407 -0.2751h 0.4126 c 0.5501,-0.0000 0.7908,-0.1031 0.7908 -0.3782c 0.0000,-0.3094 -0.3782,-0.8252 -0.9283 -1.5472l -1.9942,-2.7506 c -0.1375,-0.1719 -0.2063,-0.2407 -0.3094 -0.2407c -0.0688,-0.0000 -0.1719,0.1031 -0.3094 0.3094l -2.1661,3.1288 c -0.5157,0.6877 -0.6189,0.8596 -0.6189 1.1002c 0.0000,0.2407 0.2063,0.3782 0.7220 0.3782h 0.4814 c 0.1719,-0.0000 0.2407,0.1031 0.2407 0.2751v 0.6533 l -0.0688,0.0688 c 0.0000,-0.0000 -1.7879,-0.0688 -2.8881 -0.0688c -0.9971,-0.0000 -2.5787,0.0688 -2.5787 0.0688l -0.0688,-0.0688 v -0.5845 c 0.0000,-0.2063 0.1375,-0.3438 0.4470 -0.3438c 0.8252,-0.0000 1.6160,-0.1719 3.0600 -2.0286l 2.8881,-3.7133 c 0.0344,-0.0688 0.0688,-0.1375 0.0688 -0.2407c 0.0000,-0.1031 -0.0344,-0.1719 -0.1031 -0.2751l -2.9913,-4.3666 c -0.9627,-1.4097 -1.5816,-2.2349 -2.7850 -2.2349c -0.2407,-0.0000 -0.4814,-0.1031 -0.4814 -0.2407v -0.6533 l 0.0688,-0.1031 l 2.7162,0.0688 l 3.8165,-0.0688 l 0.1031,0.1031 v 0.6189 c 0.0000,0.1719 -0.1375,0.2751 -0.2751 0.2751h -0.5157 ZM 739.4836,556.5005 ZM 741.9936,536.3179 c -0.4126,-0.0000 -0.8939,-0.3782 -0.8939 -0.8252c 0.0000,-0.8939 0.9627,-2.6475 3.6789 -2.6475c 1.7191,-0.0000 3.7133,0.6533 3.7133 2.8538c 0.0000,1.5816 -1.1690,2.7162 -3.0600 4.0915c -1.4441,1.0315 -2.2693,2.0286 -2.2693 3.0944h 2.7850 c 1.0659,-0.0000 1.6160,-1.3409 1.9942 -2.3036l 0.8252,0.1719 c -0.3094,1.0315 -0.5501,2.2349 -0.6533 3.2320h -7.0828 c 0.0000,-1.6504 1.5128,-3.0944 3.1288 -4.3666c 1.5472,-1.2378 2.3036,-2.0286 2.3036 -3.8852c 0.0000,-1.6160 -1.2034,-2.0630 -1.8223 -2.0630c -1.4785,-0.0000 -1.8567,0.5501 -1.8567 0.9971c 0.0000,0.3094 0.1719,0.5501 0.1719 0.8252c 0.0000,0.5501 -0.6189,0.8252 -0.9627 0.8252ZM 758.6347,556.5005 ZM 768.0556,548.3862 h -7.7705 c -0.3094,-0.0000 -0.5157,-0.2751 -0.5157 -0.5845c 0.0000,-0.5501 0.4470,-1.2722 0.8596 -1.2722h 7.8736 c 0.3438,-0.0000 0.4814,0.3094 0.4814 0.6189c 0.0000,0.3782 -0.4814,1.2378 -0.9283 1.2378ZM 778.6798,556.5005 ZM 786.1064,537.6932 c -0.8596,-0.0000 -3.3695,0.4814 -3.3695 2.5787c 0.0000,0.6189 -0.2407,1.6847 -1.1690 1.6847c -0.8939,-0.0000 -0.9627,-0.9971 -0.9627 -1.1002c 0.0000,-1.0659 1.4097,-4.2291 6.1889 -4.2291c 3.3351,-0.0000 4.3322,2.0973 4.3322 3.4726c 0.0000,0.8596 -0.2751,2.5787 -3.3695 4.5385c 1.9254,0.3094 4.4697,1.7191 4.4697 5.2949c 0.0000,4.5385 -3.4383,6.9797 -7.3235 6.9797c -1.9598,-0.0000 -4.7104,-0.8596 -4.7104 -2.1661c 0.0000,-0.5157 0.5157,-1.1002 1.2034 -1.1002c 0.6533,-0.0000 0.9627,0.3438 1.2722 0.7908c 0.3782,0.5845 0.9971,1.4097 2.6475 1.4097c 1.1346,-0.0000 4.3666,-1.1346 4.3666 -5.4668c 0.0000,-3.6789 -2.5787,-4.2634 -4.4354 -4.2634c -0.3094,-0.0000 -0.6877,0.0688 -1.0659 0.1375l -0.1375,-1.0315 c 2.6475,-0.4470 4.8479,-3.0257 4.8479 -4.6073c 0.0000,-1.9598 -1.3753,-2.9225 -2.7850 -2.9225Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2668">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2668)">+      <path d="M 904.4341,926.5946 l -0.0000,-345.5449 h -345.5449 l -0.0000,345.5449 Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2669">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2669)">+      <path d="M 558.8892,581.0497 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2670">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2670)">+      <path d="M 558.8892,587.9605 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2671">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2671)">+      <path d="M 558.8892,594.8714 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2672">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2672)">+      <path d="M 558.8892,601.7823 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2673">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2673)">+      <path d="M 558.8892,608.6932 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2674">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2674)">+      <path d="M 558.8892,615.6041 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2675">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2675)">+      <path d="M 558.8892,622.5150 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2676">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2676)">+      <path d="M 558.8892,629.4259 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2677">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2677)">+      <path d="M 558.8892,636.3368 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2678">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2678)">+      <path d="M 558.8892,643.2477 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2679">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2679)">+      <path d="M 558.8892,650.1586 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2680">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2680)">+      <path d="M 558.8892,657.0695 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2681">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2681)">+      <path d="M 558.8892,663.9804 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2682">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2682)">+      <path d="M 558.8892,670.8913 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2683">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2683)">+      <path d="M 558.8892,677.8022 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2684">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2684)">+      <path d="M 558.8892,684.7131 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2685">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2685)">+      <path d="M 558.8892,691.6240 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2686">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2686)">+      <path d="M 558.8892,698.5349 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2687">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2687)">+      <path d="M 558.8892,705.4458 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2688">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2688)">+      <path d="M 558.8892,712.3567 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2689">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2689)">+      <path d="M 558.8892,719.2676 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2690">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2690)">+      <path d="M 558.8892,726.1785 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2691">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2691)">+      <path d="M 558.8892,733.0894 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2692">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2692)">+      <path d="M 558.8892,740.0003 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2693">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2693)">+      <path d="M 558.8892,746.9112 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2694">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2694)">+      <path d="M 558.8892,753.8221 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2695">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2695)">+      <path d="M 558.8892,760.7330 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2696">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2696)">+      <path d="M 558.8892,767.6439 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2697">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2697)">+      <path d="M 558.8892,774.5548 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2698">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2698)">+      <path d="M 558.8892,781.4657 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2699">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2699)">+      <path d="M 558.8892,788.3766 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2700">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2700)">+      <path d="M 558.8892,795.2875 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2701">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2701)">+      <path d="M 558.8892,802.1984 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2702">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2702)">+      <path d="M 558.8892,809.1093 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2703">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2703)">+      <path d="M 558.8892,816.0202 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2704">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2704)">+      <path d="M 558.8892,822.9311 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2705">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2705)">+      <path d="M 558.8892,829.8420 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2706">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2706)">+      <path d="M 558.8892,836.7529 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2707">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2707)">+      <path d="M 558.8892,843.6638 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2708">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2708)">+      <path d="M 558.8892,850.5747 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2709">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2709)">+      <path d="M 558.8892,857.4856 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2710">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2710)">+      <path d="M 558.8892,864.3965 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2711">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2711)">+      <path d="M 558.8892,871.3074 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2712">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2712)">+      <path d="M 558.8892,878.2183 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2713">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2713)">+      <path d="M 558.8892,885.1292 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2714">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2714)">+      <path d="M 558.8892,892.0401 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2715">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2715)">+      <path d="M 558.8892,898.9510 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2716">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2716)">+      <path d="M 558.8892,905.8619 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2717">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2717)">+      <path d="M 558.8892,912.7728 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2718">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2718)">+      <path d="M 558.8892,919.6837 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2719">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2719)">+      <path d="M 558.8892,926.5946 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2720">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2720)">+      <path d="M 904.4341,926.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2721">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2721)">+      <path d="M 897.5232,926.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2722">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2722)">+      <path d="M 890.6123,926.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2723">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2723)">+      <path d="M 883.7014,926.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2724">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2724)">+      <path d="M 876.7905,926.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2725">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2725)">+      <path d="M 869.8796,926.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2726">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2726)">+      <path d="M 862.9687,926.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2727">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2727)">+      <path d="M 856.0578,926.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2728">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2728)">+      <path d="M 849.1469,926.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2729">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2729)">+      <path d="M 842.2360,926.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2730">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2730)">+      <path d="M 835.3251,926.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2731">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2731)">+      <path d="M 828.4142,926.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2732">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2732)">+      <path d="M 821.5033,926.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2733">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2733)">+      <path d="M 814.5924,926.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2734">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2734)">+      <path d="M 807.6815,926.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2735">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2735)">+      <path d="M 800.7706,926.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2736">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2736)">+      <path d="M 793.8597,926.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2737">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2737)">+      <path d="M 786.9488,926.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2738">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2738)">+      <path d="M 780.0379,926.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2739">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2739)">+      <path d="M 773.1270,926.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2740">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2740)">+      <path d="M 766.2161,926.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2741">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2741)">+      <path d="M 759.3052,926.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2742">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2742)">+      <path d="M 752.3943,926.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2743">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2743)">+      <path d="M 745.4834,926.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2744">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2744)">+      <path d="M 738.5725,926.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2745">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2745)">+      <path d="M 731.6616,926.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2746">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2746)">+      <path d="M 724.7507,926.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2747">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2747)">+      <path d="M 717.8398,926.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2748">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2748)">+      <path d="M 710.9289,926.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2749">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2749)">+      <path d="M 704.0180,926.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2750">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2750)">+      <path d="M 697.1071,926.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2751">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2751)">+      <path d="M 690.1962,926.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2752">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2752)">+      <path d="M 683.2853,926.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2753">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2753)">+      <path d="M 676.3744,926.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2754">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2754)">+      <path d="M 669.4635,926.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2755">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2755)">+      <path d="M 662.5526,926.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2756">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2756)">+      <path d="M 655.6417,926.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2757">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2757)">+      <path d="M 648.7308,926.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2758">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2758)">+      <path d="M 641.8199,926.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2759">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2759)">+      <path d="M 634.9090,926.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2760">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2760)">+      <path d="M 627.9981,926.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2761">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2761)">+      <path d="M 621.0872,926.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2762">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2762)">+      <path d="M 614.1763,926.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2763">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2763)">+      <path d="M 607.2654,926.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2764">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2764)">+      <path d="M 600.3545,926.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2765">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2765)">+      <path d="M 593.4436,926.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2766">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2766)">+      <path d="M 586.5327,926.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2767">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2767)">+      <path d="M 579.6218,926.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2768">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2768)">+      <path d="M 572.7109,926.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2769">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2769)">+      <path d="M 565.8001,926.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2770">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2770)">+      <path d="M 558.8892,926.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2771">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2771)">+      <path d="M 558.8892,581.0497 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2772">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2772)">+      <path d="M 558.8892,615.6041 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2773">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2773)">+      <path d="M 558.8892,650.1586 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2774">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2774)">+      <path d="M 558.8892,684.7131 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2775">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2775)">+      <path d="M 558.8892,719.2676 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2776">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2776)">+      <path d="M 558.8892,753.8221 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2777">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2777)">+      <path d="M 558.8892,788.3766 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2778">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2778)">+      <path d="M 558.8892,822.9311 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2779">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2779)">+      <path d="M 558.8892,857.4856 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2780">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2780)">+      <path d="M 558.8892,892.0401 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2781">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2781)">+      <path d="M 558.8892,926.5946 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2782">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2782)">+      <path d="M 904.4341,926.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2783">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2783)">+      <path d="M 869.8796,926.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2784">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2784)">+      <path d="M 835.3251,926.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2785">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2785)">+      <path d="M 800.7706,926.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2786">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2786)">+      <path d="M 766.2161,926.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2787">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2787)">+      <path d="M 731.6616,926.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2788">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2788)">+      <path d="M 697.1071,926.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2789">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2789)">+      <path d="M 662.5526,926.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2790">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2790)">+      <path d="M 627.9981,926.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2791">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2791)">+      <path d="M 593.4436,926.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2792">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2792)">+      <path d="M 558.8892,926.5946 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(255,255,255)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2793">+        <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2793)">+      <path d="M 931.2138,986.2810 l -0.0000,-495.8678 h -471.0551 l -0.0000,495.8678 Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 554.3697,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2794">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2794)">+      <path d="M 369.4553,730.6684 ZM 374.2230,721.2705 c 0.0000,0.1146 -0.1375,0.1834 -0.2521 0.1834c -0.6877,-0.0000 -0.9856,0.1375 -0.9856 0.5043c 0.0000,0.1375 0.0458,0.3209 0.1375 0.5272l 2.5214,5.9138 l 2.5443,-5.8221 c 0.1146,-0.2063 0.1605,-0.3897 0.1605 -0.5272c 0.0000,-0.4814 -0.4584,-0.5960 -0.9627 -0.5960h -0.0917 c -0.1146,-0.0000 -0.2292,-0.0917 -0.2292 -0.1605v -0.4355 l 0.0458,-0.0688 c 0.0000,-0.0000 1.3524,0.0458 2.1546 0.0458c 0.6418,-0.0000 1.5816,-0.0458 1.5816 -0.0458l 0.0688,0.0458 v 0.4355 c 0.0000,0.1146 -0.0917,0.1834 -0.2521 0.1834c -0.8710,-0.0000 -1.3065,0.8939 -1.6274 1.5587c -1.2149,2.5672 -2.2234,4.9282 -4.0571 9.3521c -0.6877,1.6504 -1.5128,3.5758 -3.1403 3.5758c -0.4355,-0.0000 -1.3295,-0.2521 -1.3295 -1.0773c 0.0000,-0.6877 0.5043,-0.8939 0.8710 -0.8939c 0.3438,-0.0000 0.5730,0.1375 0.7106 0.3209c 0.2292,0.2292 0.3897,0.3897 0.6189 0.3897c 0.3438,-0.0000 1.1461,-1.9713 1.7191 -3.3695c 0.1375,-0.2751 0.1834,-0.5043 0.1834 -0.7106c 0.0000,-0.2292 -0.2063,-0.8481 -0.3897 -1.3065l -2.8881,-6.7161 c -0.3667,-0.8710 -0.6189,-1.1232 -1.3982 -1.1232c -0.1375,-0.0000 -0.2292,-0.0688 -0.2292 -0.1605v -0.4584 l 0.0458,-0.0458 c 0.0000,-0.0000 1.0086,0.0458 1.6962 0.0458c 1.0773,-0.0000 2.7277,-0.0458 2.7277 -0.0458l 0.0458,0.0688 v 0.4126 ZM 386.8529,730.6684 ZM 397.4198,723.3793 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 397.4198,723.3793 ZM 397.4198,726.2445 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 404.6631,730.6684 ZM 410.9436,725.2589 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM 412.2960,730.6684 ZM 413.6255,720.5141 c 0.0000,-1.3065 1.2607,-3.0944 3.6675 -3.0944c 1.7650,-0.0000 3.8279,0.6647 3.8279 3.3007c 0.0000,1.7421 -0.8939,2.6131 -2.1317 3.8050l -2.1776,2.1088 c -0.1146,0.1146 -1.6504,1.6274 -1.6504 2.7048h 3.8967 c 0.7793,-0.0000 1.1919,-0.3897 1.5128 -1.6504l 0.5730,0.0917 l -0.4584,2.8881 h -7.0828 c 0.0000,-1.2836 0.2063,-2.2693 2.3380 -4.4468l 1.6045,-1.5816 c 1.2836,-1.3065 1.8108,-2.4297 1.8108 -3.8279c 0.0000,-2.0859 -1.4211,-2.6818 -2.2005 -2.6818c -1.5816,-0.0000 -2.0171,0.8252 -2.0171 1.3753c 0.0000,0.1834 0.0458,0.3667 0.0917 0.5272c 0.0458,0.1605 0.0917,0.3209 0.0917 0.5043c 0.0000,0.5960 -0.4584,0.8252 -0.8252 0.8252c -0.5043,-0.0000 -0.8710,-0.3897 -0.8710 -0.8481ZM 422.3357,730.6684 ZM 423.6423,729.7286 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM 427.3556,730.6684 ZM 432.3754,718.2219 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM 432.3754,718.2219 ZM 432.2837,730.9435 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2795">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2795)">+      <path d="M 559.6425,868.8864 ZM 564.1581,859.6719 c -0.4584,-0.0000 -0.5501,0.1146 -0.5501 0.2751c 0.0000,0.1146 0.0917,0.3209 0.3438 0.7335l 1.3982,2.0630 c 0.0688,0.1375 0.1375,0.2063 0.2292 0.2063c 0.0688,-0.0000 0.1146,-0.0458 0.2063 -0.1605l 1.4899,-2.0859 c 0.2521,-0.3209 0.3897,-0.5730 0.3897 -0.7564c 0.0000,-0.1834 -0.1605,-0.2751 -0.4814 -0.2751h -0.3667 c -0.0688,-0.0000 -0.1375,-0.0458 -0.1375 -0.1605v -0.4355 l 0.0688,-0.0688 c 0.0000,-0.0000 1.0773,0.0458 1.7879 0.0458c 0.7335,-0.0000 1.8567,-0.0458 1.8567 -0.0458l 0.0229,0.0458 v 0.4355 c 0.0000,0.1605 -0.1375,0.1834 -0.2751 0.1834c -0.8481,-0.0000 -1.1919,0.2751 -2.0400 1.3524l -1.9254,2.4526 c -0.0458,0.0688 -0.0688,0.1146 -0.0688 0.1605c 0.0000,0.0458 0.0229,0.1146 0.0688 0.1834l 2.0630,2.9111 c 1.0544,1.4899 1.3524,1.5128 2.0859 1.5128c 0.2292,-0.0000 0.3209,0.0458 0.3209 0.1834v 0.4355 l -0.0229,0.0458 c 0.0000,-0.0000 -1.2378,-0.0458 -2.0171 -0.0458c -0.9398,-0.0000 -2.3839,0.0458 -2.3839 0.0458l -0.0458,-0.0458 v -0.4355 c 0.0000,-0.1146 0.0458,-0.1834 0.1605 -0.1834h 0.2751 c 0.3667,-0.0000 0.5272,-0.0688 0.5272 -0.2521c 0.0000,-0.2063 -0.2521,-0.5501 -0.6189 -1.0315l -1.3295,-1.8337 c -0.0917,-0.1146 -0.1375,-0.1605 -0.2063 -0.1605c -0.0458,-0.0000 -0.1146,0.0688 -0.2063 0.2063l -1.4441,2.0859 c -0.3438,0.4584 -0.4126,0.5730 -0.4126 0.7335c 0.0000,0.1605 0.1375,0.2521 0.4814 0.2521h 0.3209 c 0.1146,-0.0000 0.1605,0.0688 0.1605 0.1834v 0.4355 l -0.0458,0.0458 c 0.0000,-0.0000 -1.1919,-0.0458 -1.9254 -0.0458c -0.6647,-0.0000 -1.7191,0.0458 -1.7191 0.0458l -0.0458,-0.0458 v -0.3897 c 0.0000,-0.1375 0.0917,-0.2292 0.2980 -0.2292c 0.5501,-0.0000 1.0773,-0.1146 2.0400 -1.3524l 1.9254,-2.4755 c 0.0229,-0.0458 0.0458,-0.0917 0.0458 -0.1605c 0.0000,-0.0688 -0.0229,-0.1146 -0.0688 -0.1834l -1.9942,-2.9111 c -0.6418,-0.9398 -1.0544,-1.4899 -1.8567 -1.4899c -0.1605,-0.0000 -0.3209,-0.0688 -0.3209 -0.1605v -0.4355 l 0.0458,-0.0688 l 1.8108,0.0458 l 2.5443,-0.0458 l 0.0688,0.0688 v 0.4126 c 0.0000,0.1146 -0.0917,0.1834 -0.1834 0.1834h -0.3438 ZM 576.7651,868.8864 ZM 587.3320,861.5973 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 587.3320,861.5973 ZM 587.3320,864.4625 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 594.5752,868.8864 ZM 600.8558,863.4769 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM 602.2082,868.8864 ZM 606.5175,857.9527 c -0.4355,-0.0000 -1.4441,0.4126 -1.9483 0.6418l -0.2751,-0.7106 c 2.0171,-0.9398 2.7964,-1.4211 3.9425 -2.2463h 0.4355 v 11.5296 c 0.0000,0.8252 0.1146,1.0544 0.8710 1.0544h 1.1919 c 0.0688,-0.0000 0.1834,0.0458 0.1834 0.1834v 0.5043 l -3.1403,-0.0458 l -3.1861,0.0458 v -0.5043 c 0.0229,-0.0688 0.0458,-0.1834 0.1834 -0.1834h 1.3753 c 0.8710,-0.0000 0.8710,-0.3897 0.8710 -1.0544v -7.8851 c 0.0000,-0.7793 0.0000,-1.3295 -0.5043 -1.3295ZM 612.2479,868.8864 ZM 613.5544,867.9466 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM 617.2677,868.8864 ZM 622.2876,856.4399 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM 622.2876,856.4399 ZM 622.1959,869.1615 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="8.77193507674587" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2796">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2796)">+      <path d="M 598.6582,723.7575 c 0.0000,-2.8626 -2.3206,-5.1832 -5.1832 -5.1832c -2.8626,-0.0000 -5.1832,2.3206 -5.1832 5.1832c -0.0000,2.8626 2.3206,5.1832 5.1832 5.1832c 2.8626,0.0000 5.1832,-2.3206 5.1832 -5.1832Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2797">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2797)">+      <path d="M 593.4750,827.4210 v -103.6635 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2798">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2798)">+      <path d="M 455.2570,723.7575 h 138.2180 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(153,153,153)" stroke-width="5.84795671783058" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2799">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2799)">+      <path d="M 524.3660,447.3216 l 4.1465,24.3816 l 4.1465,23.3865 l 4.1465,22.3913 l 4.1465,21.3961 l 4.1465,20.4010 l 4.1465,19.4058 l 4.1465,18.4106 l 4.1465,17.4155 l 4.1465,16.4203 l 4.1465,15.4251 l 4.1465,14.4300 l 4.1465,13.4348 l 4.1465,12.4396 l 4.1465,11.4444 l 4.1465,10.4493 l 4.1465,9.4541 l 4.1465,8.4589 l 4.1465,7.4638 l 4.1465,6.4686 l 4.1465,5.4734 l 4.1465,4.4783 l 4.1465,3.4831 l 4.1465,2.4879 l 4.1465,1.4928 l 4.1465,0.4976 l 4.1465,-0.4976 l 4.1465,-1.4928 l 4.1465,-2.4879 l 4.1465,-3.4831 l 4.1465,-4.4783 l 4.1465,-5.4734 l 4.1465,-6.4686 l 4.1465,-7.4638 l 4.1465,-8.4589 l 4.1465,-9.4541 l 4.1465,-10.4493 l 4.1465,-11.4444 l 4.1465,-12.4396 l 4.1465,-13.4348 l 4.1465,-14.4300 l 4.1465,-15.4251 l 4.1465,-16.4203 l 4.1465,-17.4155 l 4.1465,-18.4106 l 4.1465,-19.4058 l 4.1465,-20.4010 l 4.1465,-21.3961 l 4.1465,-22.3913 l 4.1465,-23.3865 l 4.1465,-24.3816 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2800">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2800)">+      <path d="M 565.9517,457.3269 ZM 573.1033,443.2301 c 0.0000,0.1719 -0.2063,0.2751 -0.3782 0.2751c -1.0315,-0.0000 -1.4785,0.2063 -1.4785 0.7564c 0.0000,0.2063 0.0688,0.4814 0.2063 0.7908l 3.7821,8.8707 l 3.8165,-8.7332 c 0.1719,-0.3094 0.2407,-0.5845 0.2407 -0.7908c 0.0000,-0.7220 -0.6877,-0.8939 -1.4441 -0.8939h -0.1375 c -0.1719,-0.0000 -0.3438,-0.1375 -0.3438 -0.2407v -0.6533 l 0.0688,-0.1031 c 0.0000,-0.0000 2.0286,0.0688 3.2320 0.0688c 0.9627,-0.0000 2.3724,-0.0688 2.3724 -0.0688l 0.1031,0.0688 v 0.6533 c 0.0000,0.1719 -0.1375,0.2751 -0.3782 0.2751c -1.3065,-0.0000 -1.9598,1.3409 -2.4412 2.3380c -1.8223,3.8508 -3.3351,7.3923 -6.0857 14.0281c -1.0315,2.4755 -2.2693,5.3637 -4.7104 5.3637c -0.6533,-0.0000 -1.9942,-0.3782 -1.9942 -1.6160c 0.0000,-1.0315 0.7564,-1.3409 1.3065 -1.3409c 0.5157,-0.0000 0.8596,0.2063 1.0659 0.4814c 0.3438,0.3438 0.5845,0.5845 0.9283 0.5845c 0.5157,-0.0000 1.7191,-2.9569 2.5787 -5.0542c 0.2063,-0.4126 0.2751,-0.7564 0.2751 -1.0659c 0.0000,-0.3438 -0.3094,-1.2722 -0.5845 -1.9598l -4.3322,-10.0741 c -0.5501,-1.3065 -0.9283,-1.6847 -2.0973 -1.6847c -0.2063,-0.0000 -0.3438,-0.1031 -0.3438 -0.2407v -0.6877 l 0.0688,-0.0688 c 0.0000,-0.0000 1.5128,0.0688 2.5443 0.0688c 1.6160,-0.0000 4.0915,-0.0688 4.0915 -0.0688l 0.0688,0.1031 v 0.6189 ZM 592.0481,457.3269 ZM 607.8985,446.3933 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 607.8985,446.3933 ZM 607.8985,450.6911 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 618.7634,457.3269 ZM 625.5368,443.5051 c -0.6877,-0.0000 -0.8252,0.1719 -0.8252 0.4126c 0.0000,0.1719 0.1375,0.4814 0.5157 1.1002l 2.0973,3.0944 c 0.1031,0.2063 0.2063,0.3094 0.3438 0.3094c 0.1031,-0.0000 0.1719,-0.0688 0.3094 -0.2407l 2.2349,-3.1288 c 0.3782,-0.4814 0.5845,-0.8596 0.5845 -1.1346c 0.0000,-0.2751 -0.2407,-0.4126 -0.7220 -0.4126h -0.5501 c -0.1031,-0.0000 -0.2063,-0.0688 -0.2063 -0.2407v -0.6533 l 0.1031,-0.1031 c 0.0000,-0.0000 1.6160,0.0688 2.6818 0.0688c 1.1002,-0.0000 2.7850,-0.0688 2.7850 -0.0688l 0.0344,0.0688 v 0.6533 c 0.0000,0.2407 -0.2063,0.2751 -0.4126 0.2751c -1.2722,-0.0000 -1.7879,0.4126 -3.0600 2.0286l -2.8881,3.6789 c -0.0688,0.1031 -0.1031,0.1719 -0.1031 0.2407c 0.0000,0.0688 0.0344,0.1719 0.1031 0.2751l 3.0944,4.3666 c 1.5816,2.2349 2.0286,2.2693 3.1288 2.2693c 0.3438,-0.0000 0.4814,0.0688 0.4814 0.2751v 0.6533 l -0.0344,0.0688 c 0.0000,-0.0000 -1.8567,-0.0688 -3.0257 -0.0688c -1.4097,-0.0000 -3.5758,0.0688 -3.5758 0.0688l -0.0688,-0.0688 v -0.6533 c 0.0000,-0.1719 0.0688,-0.2751 0.2407 -0.2751h 0.4126 c 0.5501,-0.0000 0.7908,-0.1031 0.7908 -0.3782c 0.0000,-0.3094 -0.3782,-0.8252 -0.9283 -1.5472l -1.9942,-2.7506 c -0.1375,-0.1719 -0.2063,-0.2407 -0.3094 -0.2407c -0.0688,-0.0000 -0.1719,0.1031 -0.3094 0.3094l -2.1661,3.1288 c -0.5157,0.6877 -0.6189,0.8596 -0.6189 1.1002c 0.0000,0.2407 0.2063,0.3782 0.7220 0.3782h 0.4814 c 0.1719,-0.0000 0.2407,0.1031 0.2407 0.2751v 0.6533 l -0.0688,0.0688 c 0.0000,-0.0000 -1.7879,-0.0688 -2.8881 -0.0688c -0.9971,-0.0000 -2.5787,0.0688 -2.5787 0.0688l -0.0688,-0.0688 v -0.5845 c 0.0000,-0.2063 0.1375,-0.3438 0.4470 -0.3438c 0.8252,-0.0000 1.6160,-0.1719 3.0600 -2.0286l 2.8881,-3.7133 c 0.0344,-0.0688 0.0688,-0.1375 0.0688 -0.2407c 0.0000,-0.1031 -0.0344,-0.1719 -0.1031 -0.2751l -2.9913,-4.3666 c -0.9627,-1.4097 -1.5816,-2.2349 -2.7850 -2.2349c -0.2407,-0.0000 -0.4814,-0.1031 -0.4814 -0.2407v -0.6533 l 0.0688,-0.1031 l 2.7162,0.0688 l 3.8165,-0.0688 l 0.1031,0.1031 v 0.6189 c 0.0000,0.1719 -0.1375,0.2751 -0.2751 0.2751h -0.5157 ZM 635.8515,457.3269 ZM 638.3615,437.1444 c -0.4126,-0.0000 -0.8939,-0.3782 -0.8939 -0.8252c 0.0000,-0.8939 0.9627,-2.6475 3.6789 -2.6475c 1.7191,-0.0000 3.7133,0.6533 3.7133 2.8538c 0.0000,1.5816 -1.1690,2.7162 -3.0600 4.0915c -1.4441,1.0315 -2.2693,2.0286 -2.2693 3.0944h 2.7850 c 1.0659,-0.0000 1.6160,-1.3409 1.9942 -2.3036l 0.8252,0.1719 c -0.3094,1.0315 -0.5501,2.2349 -0.6533 3.2320h -7.0828 c 0.0000,-1.6504 1.5128,-3.0944 3.1288 -4.3666c 1.5472,-1.2378 2.3036,-2.0286 2.3036 -3.8852c 0.0000,-1.6160 -1.2034,-2.0630 -1.8223 -2.0630c -1.4785,-0.0000 -1.8567,0.5501 -1.8567 0.9971c 0.0000,0.3094 0.1719,0.5501 0.1719 0.8252c 0.0000,0.5501 -0.6189,0.8252 -0.9627 0.8252ZM 655.0026,457.3269 ZM 664.4234,449.2126 h -7.7705 c -0.3094,-0.0000 -0.5157,-0.2751 -0.5157 -0.5845c 0.0000,-0.5501 0.4470,-1.2722 0.8596 -1.2722h 7.8736 c 0.3438,-0.0000 0.4814,0.3094 0.4814 0.6189c 0.0000,0.3782 -0.4814,1.2378 -0.9283 1.2378ZM 675.0477,457.3269 ZM 682.4743,438.5197 c -0.8596,-0.0000 -3.3695,0.4814 -3.3695 2.5787c 0.0000,0.6189 -0.2407,1.6847 -1.1690 1.6847c -0.8939,-0.0000 -0.9627,-0.9971 -0.9627 -1.1002c 0.0000,-1.0659 1.4097,-4.2291 6.1889 -4.2291c 3.3351,-0.0000 4.3322,2.0973 4.3322 3.4726c 0.0000,0.8596 -0.2751,2.5787 -3.3695 4.5385c 1.9254,0.3094 4.4697,1.7191 4.4697 5.2949c 0.0000,4.5385 -3.4383,6.9797 -7.3235 6.9797c -1.9598,-0.0000 -4.7104,-0.8596 -4.7104 -2.1661c 0.0000,-0.5157 0.5157,-1.1002 1.2034 -1.1002c 0.6533,-0.0000 0.9627,0.3438 1.2722 0.7908c 0.3782,0.5845 0.9971,1.4097 2.6475 1.4097c 1.1346,-0.0000 4.3666,-1.1346 4.3666 -5.4668c 0.0000,-3.6789 -2.5787,-4.2634 -4.4354 -4.2634c -0.3094,-0.0000 -0.6877,0.0688 -1.0659 0.1375l -0.1375,-1.0315 c 2.6475,-0.4470 4.8479,-3.0257 4.8479 -4.6073c 0.0000,-1.9598 -1.3753,-2.9225 -2.7850 -2.9225Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2801">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2801)">+      <path d="M 800.8019,827.4210 l -0.0000,-345.5449 h -345.5449 l -0.0000,345.5449 Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2802">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2802)">+      <path d="M 455.2570,481.8761 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2803">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2803)">+      <path d="M 455.2570,488.7870 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2804">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2804)">+      <path d="M 455.2570,495.6979 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2805">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2805)">+      <path d="M 455.2570,502.6088 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2806">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2806)">+      <path d="M 455.2570,509.5197 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2807">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2807)">+      <path d="M 455.2570,516.4306 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2808">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2808)">+      <path d="M 455.2570,523.3415 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2809">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2809)">+      <path d="M 455.2570,530.2524 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2810">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2810)">+      <path d="M 455.2570,537.1633 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2811">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2811)">+      <path d="M 455.2570,544.0742 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2812">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2812)">+      <path d="M 455.2570,550.9851 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2813">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2813)">+      <path d="M 455.2570,557.8960 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2814">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2814)">+      <path d="M 455.2570,564.8069 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2815">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2815)">+      <path d="M 455.2570,571.7178 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2816">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2816)">+      <path d="M 455.2570,578.6287 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2817">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2817)">+      <path d="M 455.2570,585.5396 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2818">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2818)">+      <path d="M 455.2570,592.4505 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2819">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2819)">+      <path d="M 455.2570,599.3614 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2820">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2820)">+      <path d="M 455.2570,606.2723 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2821">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2821)">+      <path d="M 455.2570,613.1832 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2822">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2822)">+      <path d="M 455.2570,620.0941 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2823">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2823)">+      <path d="M 455.2570,627.0050 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2824">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2824)">+      <path d="M 455.2570,633.9159 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2825">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2825)">+      <path d="M 455.2570,640.8268 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2826">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2826)">+      <path d="M 455.2570,647.7377 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2827">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2827)">+      <path d="M 455.2570,654.6486 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2828">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2828)">+      <path d="M 455.2570,661.5594 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2829">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2829)">+      <path d="M 455.2570,668.4703 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2830">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2830)">+      <path d="M 455.2570,675.3812 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2831">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2831)">+      <path d="M 455.2570,682.2921 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2832">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2832)">+      <path d="M 455.2570,689.2030 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2833">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2833)">+      <path d="M 455.2570,696.1139 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2834">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2834)">+      <path d="M 455.2570,703.0248 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2835">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2835)">+      <path d="M 455.2570,709.9357 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2836">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2836)">+      <path d="M 455.2570,716.8466 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2837">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2837)">+      <path d="M 455.2570,723.7575 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2838">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2838)">+      <path d="M 455.2570,730.6684 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2839">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2839)">+      <path d="M 455.2570,737.5793 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2840">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2840)">+      <path d="M 455.2570,744.4902 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2841">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2841)">+      <path d="M 455.2570,751.4011 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2842">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2842)">+      <path d="M 455.2570,758.3120 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2843">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2843)">+      <path d="M 455.2570,765.2229 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2844">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2844)">+      <path d="M 455.2570,772.1338 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2845">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2845)">+      <path d="M 455.2570,779.0447 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2846">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2846)">+      <path d="M 455.2570,785.9556 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2847">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2847)">+      <path d="M 455.2570,792.8665 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2848">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2848)">+      <path d="M 455.2570,799.7774 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2849">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2849)">+      <path d="M 455.2570,806.6883 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2850">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2850)">+      <path d="M 455.2570,813.5992 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2851">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2851)">+      <path d="M 455.2570,820.5101 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2852">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2852)">+      <path d="M 455.2570,827.4210 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2853">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2853)">+      <path d="M 800.8019,827.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2854">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2854)">+      <path d="M 793.8910,827.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2855">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2855)">+      <path d="M 786.9801,827.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2856">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2856)">+      <path d="M 780.0692,827.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2857">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2857)">+      <path d="M 773.1584,827.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2858">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2858)">+      <path d="M 766.2475,827.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2859">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2859)">+      <path d="M 759.3366,827.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2860">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2860)">+      <path d="M 752.4257,827.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2861">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2861)">+      <path d="M 745.5148,827.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2862">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2862)">+      <path d="M 738.6039,827.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2863">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2863)">+      <path d="M 731.6930,827.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2864">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2864)">+      <path d="M 724.7821,827.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2865">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2865)">+      <path d="M 717.8712,827.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2866">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2866)">+      <path d="M 710.9603,827.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2867">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2867)">+      <path d="M 704.0494,827.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2868">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2868)">+      <path d="M 697.1385,827.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2869">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2869)">+      <path d="M 690.2276,827.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2870">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2870)">+      <path d="M 683.3167,827.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2871">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2871)">+      <path d="M 676.4058,827.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2872">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2872)">+      <path d="M 669.4949,827.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2873">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2873)">+      <path d="M 662.5840,827.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2874">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2874)">+      <path d="M 655.6731,827.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2875">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2875)">+      <path d="M 648.7622,827.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2876">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2876)">+      <path d="M 641.8513,827.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2877">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2877)">+      <path d="M 634.9404,827.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2878">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2878)">+      <path d="M 628.0295,827.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2879">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2879)">+      <path d="M 621.1186,827.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2880">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2880)">+      <path d="M 614.2077,827.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2881">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2881)">+      <path d="M 607.2968,827.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2882">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2882)">+      <path d="M 600.3859,827.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2883">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2883)">+      <path d="M 593.4750,827.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2884">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2884)">+      <path d="M 586.5641,827.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2885">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2885)">+      <path d="M 579.6532,827.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2886">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2886)">+      <path d="M 572.7423,827.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2887">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2887)">+      <path d="M 565.8314,827.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2888">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2888)">+      <path d="M 558.9205,827.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2889">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2889)">+      <path d="M 552.0096,827.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2890">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2890)">+      <path d="M 545.0987,827.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2891">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2891)">+      <path d="M 538.1878,827.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2892">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2892)">+      <path d="M 531.2769,827.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2893">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2893)">+      <path d="M 524.3660,827.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2894">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2894)">+      <path d="M 517.4551,827.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2895">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2895)">+      <path d="M 510.5442,827.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2896">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2896)">+      <path d="M 503.6333,827.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2897">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2897)">+      <path d="M 496.7224,827.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2898">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2898)">+      <path d="M 489.8115,827.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2899">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2899)">+      <path d="M 482.9006,827.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2900">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2900)">+      <path d="M 475.9897,827.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2901">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2901)">+      <path d="M 469.0788,827.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2902">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2902)">+      <path d="M 462.1679,827.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2903">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2903)">+      <path d="M 455.2570,827.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2904">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2904)">+      <path d="M 455.2570,481.8761 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2905">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2905)">+      <path d="M 455.2570,516.4306 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2906">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2906)">+      <path d="M 455.2570,550.9851 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2907">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2907)">+      <path d="M 455.2570,585.5396 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2908">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2908)">+      <path d="M 455.2570,620.0941 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2909">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2909)">+      <path d="M 455.2570,654.6486 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2910">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2910)">+      <path d="M 455.2570,689.2030 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2911">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2911)">+      <path d="M 455.2570,723.7575 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2912">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2912)">+      <path d="M 455.2570,758.3120 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2913">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2913)">+      <path d="M 455.2570,792.8665 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2914">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2914)">+      <path d="M 455.2570,827.4210 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2915">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2915)">+      <path d="M 800.8019,827.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2916">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2916)">+      <path d="M 766.2475,827.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2917">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2917)">+      <path d="M 731.6930,827.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2918">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2918)">+      <path d="M 697.1385,827.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2919">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2919)">+      <path d="M 662.5840,827.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2920">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2920)">+      <path d="M 628.0295,827.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2921">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2921)">+      <path d="M 593.4750,827.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2922">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2922)">+      <path d="M 558.9205,827.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2923">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2923)">+      <path d="M 524.3660,827.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2924">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2924)">+      <path d="M 489.8115,827.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2925">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2925)">+      <path d="M 455.2570,827.4210 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(255,255,255)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2926">+        <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2926)">+      <path d="M 827.5817,887.1074 l -0.0000,-495.8678 h -471.0551 l -0.0000,495.8678 Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 450.7376,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2927">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2927)">+      <path d="M 265.8232,631.4949 ZM 270.5909,622.0970 c 0.0000,0.1146 -0.1375,0.1834 -0.2521 0.1834c -0.6877,-0.0000 -0.9856,0.1375 -0.9856 0.5043c 0.0000,0.1375 0.0458,0.3209 0.1375 0.5272l 2.5214,5.9138 l 2.5443,-5.8221 c 0.1146,-0.2063 0.1605,-0.3897 0.1605 -0.5272c 0.0000,-0.4814 -0.4584,-0.5960 -0.9627 -0.5960h -0.0917 c -0.1146,-0.0000 -0.2292,-0.0917 -0.2292 -0.1605v -0.4355 l 0.0458,-0.0688 c 0.0000,-0.0000 1.3524,0.0458 2.1546 0.0458c 0.6418,-0.0000 1.5816,-0.0458 1.5816 -0.0458l 0.0688,0.0458 v 0.4355 c 0.0000,0.1146 -0.0917,0.1834 -0.2521 0.1834c -0.8710,-0.0000 -1.3065,0.8939 -1.6274 1.5587c -1.2149,2.5672 -2.2234,4.9282 -4.0571 9.3521c -0.6877,1.6504 -1.5128,3.5758 -3.1403 3.5758c -0.4355,-0.0000 -1.3295,-0.2521 -1.3295 -1.0773c 0.0000,-0.6877 0.5043,-0.8939 0.8710 -0.8939c 0.3438,-0.0000 0.5730,0.1375 0.7106 0.3209c 0.2292,0.2292 0.3897,0.3897 0.6189 0.3897c 0.3438,-0.0000 1.1461,-1.9713 1.7191 -3.3695c 0.1375,-0.2751 0.1834,-0.5043 0.1834 -0.7106c 0.0000,-0.2292 -0.2063,-0.8481 -0.3897 -1.3065l -2.8881,-6.7161 c -0.3667,-0.8710 -0.6189,-1.1232 -1.3982 -1.1232c -0.1375,-0.0000 -0.2292,-0.0688 -0.2292 -0.1605v -0.4584 l 0.0458,-0.0458 c 0.0000,-0.0000 1.0086,0.0458 1.6962 0.0458c 1.0773,-0.0000 2.7277,-0.0458 2.7277 -0.0458l 0.0458,0.0688 v 0.4126 ZM 283.2208,631.4949 ZM 293.7877,624.2058 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 293.7877,624.2058 ZM 293.7877,627.0710 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 301.0310,631.4949 ZM 307.3115,626.0853 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM 308.6639,631.4949 ZM 309.9934,621.3406 c 0.0000,-1.3065 1.2607,-3.0944 3.6675 -3.0944c 1.7650,-0.0000 3.8279,0.6647 3.8279 3.3007c 0.0000,1.7421 -0.8939,2.6131 -2.1317 3.8050l -2.1776,2.1088 c -0.1146,0.1146 -1.6504,1.6274 -1.6504 2.7048h 3.8967 c 0.7793,-0.0000 1.1919,-0.3897 1.5128 -1.6504l 0.5730,0.0917 l -0.4584,2.8881 h -7.0828 c 0.0000,-1.2836 0.2063,-2.2693 2.3380 -4.4468l 1.6045,-1.5816 c 1.2836,-1.3065 1.8108,-2.4297 1.8108 -3.8279c 0.0000,-2.0859 -1.4211,-2.6818 -2.2005 -2.6818c -1.5816,-0.0000 -2.0171,0.8252 -2.0171 1.3753c 0.0000,0.1834 0.0458,0.3667 0.0917 0.5272c 0.0458,0.1605 0.0917,0.3209 0.0917 0.5043c 0.0000,0.5960 -0.4584,0.8252 -0.8252 0.8252c -0.5043,-0.0000 -0.8710,-0.3897 -0.8710 -0.8481ZM 318.7036,631.4949 ZM 320.0101,630.5551 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM 323.7235,631.4949 ZM 328.7433,619.0484 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM 328.7433,619.0484 ZM 328.6516,631.7699 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2928">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2928)">+      <path d="M 456.0104,769.7128 ZM 460.5260,760.4983 c -0.4584,-0.0000 -0.5501,0.1146 -0.5501 0.2751c 0.0000,0.1146 0.0917,0.3209 0.3438 0.7335l 1.3982,2.0630 c 0.0688,0.1375 0.1375,0.2063 0.2292 0.2063c 0.0688,-0.0000 0.1146,-0.0458 0.2063 -0.1605l 1.4899,-2.0859 c 0.2521,-0.3209 0.3897,-0.5730 0.3897 -0.7564c 0.0000,-0.1834 -0.1605,-0.2751 -0.4814 -0.2751h -0.3667 c -0.0688,-0.0000 -0.1375,-0.0458 -0.1375 -0.1605v -0.4355 l 0.0688,-0.0688 c 0.0000,-0.0000 1.0773,0.0458 1.7879 0.0458c 0.7335,-0.0000 1.8567,-0.0458 1.8567 -0.0458l 0.0229,0.0458 v 0.4355 c 0.0000,0.1605 -0.1375,0.1834 -0.2751 0.1834c -0.8481,-0.0000 -1.1919,0.2751 -2.0400 1.3524l -1.9254,2.4526 c -0.0458,0.0688 -0.0688,0.1146 -0.0688 0.1605c 0.0000,0.0458 0.0229,0.1146 0.0688 0.1834l 2.0630,2.9111 c 1.0544,1.4899 1.3524,1.5128 2.0859 1.5128c 0.2292,-0.0000 0.3209,0.0458 0.3209 0.1834v 0.4355 l -0.0229,0.0458 c 0.0000,-0.0000 -1.2378,-0.0458 -2.0171 -0.0458c -0.9398,-0.0000 -2.3839,0.0458 -2.3839 0.0458l -0.0458,-0.0458 v -0.4355 c 0.0000,-0.1146 0.0458,-0.1834 0.1605 -0.1834h 0.2751 c 0.3667,-0.0000 0.5272,-0.0688 0.5272 -0.2521c 0.0000,-0.2063 -0.2521,-0.5501 -0.6189 -1.0315l -1.3295,-1.8337 c -0.0917,-0.1146 -0.1375,-0.1605 -0.2063 -0.1605c -0.0458,-0.0000 -0.1146,0.0688 -0.2063 0.2063l -1.4441,2.0859 c -0.3438,0.4584 -0.4126,0.5730 -0.4126 0.7335c 0.0000,0.1605 0.1375,0.2521 0.4814 0.2521h 0.3209 c 0.1146,-0.0000 0.1605,0.0688 0.1605 0.1834v 0.4355 l -0.0458,0.0458 c 0.0000,-0.0000 -1.1919,-0.0458 -1.9254 -0.0458c -0.6647,-0.0000 -1.7191,0.0458 -1.7191 0.0458l -0.0458,-0.0458 v -0.3897 c 0.0000,-0.1375 0.0917,-0.2292 0.2980 -0.2292c 0.5501,-0.0000 1.0773,-0.1146 2.0400 -1.3524l 1.9254,-2.4755 c 0.0229,-0.0458 0.0458,-0.0917 0.0458 -0.1605c 0.0000,-0.0688 -0.0229,-0.1146 -0.0688 -0.1834l -1.9942,-2.9111 c -0.6418,-0.9398 -1.0544,-1.4899 -1.8567 -1.4899c -0.1605,-0.0000 -0.3209,-0.0688 -0.3209 -0.1605v -0.4355 l 0.0458,-0.0688 l 1.8108,0.0458 l 2.5443,-0.0458 l 0.0688,0.0688 v 0.4126 c 0.0000,0.1146 -0.0917,0.1834 -0.1834 0.1834h -0.3438 ZM 473.1330,769.7128 ZM 483.6999,762.4237 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 483.6999,762.4237 ZM 483.6999,765.2889 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 490.9431,769.7128 ZM 497.2237,764.3033 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM 498.5761,769.7128 ZM 502.8853,758.7792 c -0.4355,-0.0000 -1.4441,0.4126 -1.9483 0.6418l -0.2751,-0.7106 c 2.0171,-0.9398 2.7964,-1.4211 3.9425 -2.2463h 0.4355 v 11.5296 c 0.0000,0.8252 0.1146,1.0544 0.8710 1.0544h 1.1919 c 0.0688,-0.0000 0.1834,0.0458 0.1834 0.1834v 0.5043 l -3.1403,-0.0458 l -3.1861,0.0458 v -0.5043 c 0.0229,-0.0688 0.0458,-0.1834 0.1834 -0.1834h 1.3753 c 0.8710,-0.0000 0.8710,-0.3897 0.8710 -1.0544v -7.8851 c 0.0000,-0.7793 0.0000,-1.3295 -0.5043 -1.3295ZM 508.6158,769.7128 ZM 509.9223,768.7730 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM 513.6356,769.7128 ZM 518.6555,757.2663 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM 518.6555,757.2663 ZM 518.5638,769.9879 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="8.77193507674587" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2929">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2929)">+      <path d="M 495.0261,624.5840 c 0.0000,-2.8626 -2.3206,-5.1832 -5.1832 -5.1832c -2.8626,-0.0000 -5.1832,2.3206 -5.1832 5.1832c -0.0000,2.8626 2.3206,5.1832 5.1832 5.1832c 2.8626,0.0000 5.1832,-2.3206 5.1832 -5.1832Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2930">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2930)">+      <path d="M 489.8429,728.2474 v -103.6635 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2931">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2931)">+      <path d="M 351.6249,624.5840 h 138.2180 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(153,153,153)" stroke-width="5.84795671783058" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2932">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2932)">+      <path d="M 420.7339,348.1481 l 4.1465,24.3816 l 4.1465,23.3865 l 4.1465,22.3913 l 4.1465,21.3961 l 4.1465,20.4010 l 4.1465,19.4058 l 4.1465,18.4106 l 4.1465,17.4155 l 4.1465,16.4203 l 4.1465,15.4251 l 4.1465,14.4300 l 4.1465,13.4348 l 4.1465,12.4396 l 4.1465,11.4444 l 4.1465,10.4493 l 4.1465,9.4541 l 4.1465,8.4589 l 4.1465,7.4638 l 4.1465,6.4686 l 4.1465,5.4734 l 4.1465,4.4783 l 4.1465,3.4831 l 4.1465,2.4879 l 4.1465,1.4928 l 4.1465,0.4976 l 4.1465,-0.4976 l 4.1465,-1.4928 l 4.1465,-2.4879 l 4.1465,-3.4831 l 4.1465,-4.4783 l 4.1465,-5.4734 l 4.1465,-6.4686 l 4.1465,-7.4638 l 4.1465,-8.4589 l 4.1465,-9.4541 l 4.1465,-10.4493 l 4.1465,-11.4444 l 4.1465,-12.4396 l 4.1465,-13.4348 l 4.1465,-14.4300 l 4.1465,-15.4251 l 4.1465,-16.4203 l 4.1465,-17.4155 l 4.1465,-18.4106 l 4.1465,-19.4058 l 4.1465,-20.4010 l 4.1465,-21.3961 l 4.1465,-22.3913 l 4.1465,-23.3865 l 4.1465,-24.3816 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2933">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2933)">+      <path d="M 462.3196,358.1534 ZM 469.4712,344.0565 c 0.0000,0.1719 -0.2063,0.2751 -0.3782 0.2751c -1.0315,-0.0000 -1.4785,0.2063 -1.4785 0.7564c 0.0000,0.2063 0.0688,0.4814 0.2063 0.7908l 3.7821,8.8707 l 3.8165,-8.7332 c 0.1719,-0.3094 0.2407,-0.5845 0.2407 -0.7908c 0.0000,-0.7220 -0.6877,-0.8939 -1.4441 -0.8939h -0.1375 c -0.1719,-0.0000 -0.3438,-0.1375 -0.3438 -0.2407v -0.6533 l 0.0688,-0.1031 c 0.0000,-0.0000 2.0286,0.0688 3.2320 0.0688c 0.9627,-0.0000 2.3724,-0.0688 2.3724 -0.0688l 0.1031,0.0688 v 0.6533 c 0.0000,0.1719 -0.1375,0.2751 -0.3782 0.2751c -1.3065,-0.0000 -1.9598,1.3409 -2.4412 2.3380c -1.8223,3.8508 -3.3351,7.3923 -6.0857 14.0281c -1.0315,2.4755 -2.2693,5.3637 -4.7104 5.3637c -0.6533,-0.0000 -1.9942,-0.3782 -1.9942 -1.6160c 0.0000,-1.0315 0.7564,-1.3409 1.3065 -1.3409c 0.5157,-0.0000 0.8596,0.2063 1.0659 0.4814c 0.3438,0.3438 0.5845,0.5845 0.9283 0.5845c 0.5157,-0.0000 1.7191,-2.9569 2.5787 -5.0542c 0.2063,-0.4126 0.2751,-0.7564 0.2751 -1.0659c 0.0000,-0.3438 -0.3094,-1.2722 -0.5845 -1.9598l -4.3322,-10.0741 c -0.5501,-1.3065 -0.9283,-1.6847 -2.0973 -1.6847c -0.2063,-0.0000 -0.3438,-0.1031 -0.3438 -0.2407v -0.6877 l 0.0688,-0.0688 c 0.0000,-0.0000 1.5128,0.0688 2.5443 0.0688c 1.6160,-0.0000 4.0915,-0.0688 4.0915 -0.0688l 0.0688,0.1031 v 0.6189 ZM 488.4160,358.1534 ZM 504.2664,347.2197 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 504.2664,347.2197 ZM 504.2664,351.5175 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 515.1313,358.1534 ZM 521.9046,344.3316 c -0.6877,-0.0000 -0.8252,0.1719 -0.8252 0.4126c 0.0000,0.1719 0.1375,0.4814 0.5157 1.1002l 2.0973,3.0944 c 0.1031,0.2063 0.2063,0.3094 0.3438 0.3094c 0.1031,-0.0000 0.1719,-0.0688 0.3094 -0.2407l 2.2349,-3.1288 c 0.3782,-0.4814 0.5845,-0.8596 0.5845 -1.1346c 0.0000,-0.2751 -0.2407,-0.4126 -0.7220 -0.4126h -0.5501 c -0.1031,-0.0000 -0.2063,-0.0688 -0.2063 -0.2407v -0.6533 l 0.1031,-0.1031 c 0.0000,-0.0000 1.6160,0.0688 2.6818 0.0688c 1.1002,-0.0000 2.7850,-0.0688 2.7850 -0.0688l 0.0344,0.0688 v 0.6533 c 0.0000,0.2407 -0.2063,0.2751 -0.4126 0.2751c -1.2722,-0.0000 -1.7879,0.4126 -3.0600 2.0286l -2.8881,3.6789 c -0.0688,0.1031 -0.1031,0.1719 -0.1031 0.2407c 0.0000,0.0688 0.0344,0.1719 0.1031 0.2751l 3.0944,4.3666 c 1.5816,2.2349 2.0286,2.2693 3.1288 2.2693c 0.3438,-0.0000 0.4814,0.0688 0.4814 0.2751v 0.6533 l -0.0344,0.0688 c 0.0000,-0.0000 -1.8567,-0.0688 -3.0257 -0.0688c -1.4097,-0.0000 -3.5758,0.0688 -3.5758 0.0688l -0.0688,-0.0688 v -0.6533 c 0.0000,-0.1719 0.0688,-0.2751 0.2407 -0.2751h 0.4126 c 0.5501,-0.0000 0.7908,-0.1031 0.7908 -0.3782c 0.0000,-0.3094 -0.3782,-0.8252 -0.9283 -1.5472l -1.9942,-2.7506 c -0.1375,-0.1719 -0.2063,-0.2407 -0.3094 -0.2407c -0.0688,-0.0000 -0.1719,0.1031 -0.3094 0.3094l -2.1661,3.1288 c -0.5157,0.6877 -0.6189,0.8596 -0.6189 1.1002c 0.0000,0.2407 0.2063,0.3782 0.7220 0.3782h 0.4814 c 0.1719,-0.0000 0.2407,0.1031 0.2407 0.2751v 0.6533 l -0.0688,0.0688 c 0.0000,-0.0000 -1.7879,-0.0688 -2.8881 -0.0688c -0.9971,-0.0000 -2.5787,0.0688 -2.5787 0.0688l -0.0688,-0.0688 v -0.5845 c 0.0000,-0.2063 0.1375,-0.3438 0.4470 -0.3438c 0.8252,-0.0000 1.6160,-0.1719 3.0600 -2.0286l 2.8881,-3.7133 c 0.0344,-0.0688 0.0688,-0.1375 0.0688 -0.2407c 0.0000,-0.1031 -0.0344,-0.1719 -0.1031 -0.2751l -2.9913,-4.3666 c -0.9627,-1.4097 -1.5816,-2.2349 -2.7850 -2.2349c -0.2407,-0.0000 -0.4814,-0.1031 -0.4814 -0.2407v -0.6533 l 0.0688,-0.1031 l 2.7162,0.0688 l 3.8165,-0.0688 l 0.1031,0.1031 v 0.6189 c 0.0000,0.1719 -0.1375,0.2751 -0.2751 0.2751h -0.5157 ZM 532.2194,358.1534 ZM 534.7293,337.9708 c -0.4126,-0.0000 -0.8939,-0.3782 -0.8939 -0.8252c 0.0000,-0.8939 0.9627,-2.6475 3.6789 -2.6475c 1.7191,-0.0000 3.7133,0.6533 3.7133 2.8538c 0.0000,1.5816 -1.1690,2.7162 -3.0600 4.0915c -1.4441,1.0315 -2.2693,2.0286 -2.2693 3.0944h 2.7850 c 1.0659,-0.0000 1.6160,-1.3409 1.9942 -2.3036l 0.8252,0.1719 c -0.3094,1.0315 -0.5501,2.2349 -0.6533 3.2320h -7.0828 c 0.0000,-1.6504 1.5128,-3.0944 3.1288 -4.3666c 1.5472,-1.2378 2.3036,-2.0286 2.3036 -3.8852c 0.0000,-1.6160 -1.2034,-2.0630 -1.8223 -2.0630c -1.4785,-0.0000 -1.8567,0.5501 -1.8567 0.9971c 0.0000,0.3094 0.1719,0.5501 0.1719 0.8252c 0.0000,0.5501 -0.6189,0.8252 -0.9627 0.8252ZM 551.3705,358.1534 ZM 560.7913,350.0391 h -7.7705 c -0.3094,-0.0000 -0.5157,-0.2751 -0.5157 -0.5845c 0.0000,-0.5501 0.4470,-1.2722 0.8596 -1.2722h 7.8736 c 0.3438,-0.0000 0.4814,0.3094 0.4814 0.6189c 0.0000,0.3782 -0.4814,1.2378 -0.9283 1.2378ZM 571.4156,358.1534 ZM 578.8422,339.3461 c -0.8596,-0.0000 -3.3695,0.4814 -3.3695 2.5787c 0.0000,0.6189 -0.2407,1.6847 -1.1690 1.6847c -0.8939,-0.0000 -0.9627,-0.9971 -0.9627 -1.1002c 0.0000,-1.0659 1.4097,-4.2291 6.1889 -4.2291c 3.3351,-0.0000 4.3322,2.0973 4.3322 3.4726c 0.0000,0.8596 -0.2751,2.5787 -3.3695 4.5385c 1.9254,0.3094 4.4697,1.7191 4.4697 5.2949c 0.0000,4.5385 -3.4383,6.9797 -7.3235 6.9797c -1.9598,-0.0000 -4.7104,-0.8596 -4.7104 -2.1661c 0.0000,-0.5157 0.5157,-1.1002 1.2034 -1.1002c 0.6533,-0.0000 0.9627,0.3438 1.2722 0.7908c 0.3782,0.5845 0.9971,1.4097 2.6475 1.4097c 1.1346,-0.0000 4.3666,-1.1346 4.3666 -5.4668c 0.0000,-3.6789 -2.5787,-4.2634 -4.4354 -4.2634c -0.3094,-0.0000 -0.6877,0.0688 -1.0659 0.1375l -0.1375,-1.0315 c 2.6475,-0.4470 4.8479,-3.0257 4.8479 -4.6073c 0.0000,-1.9598 -1.3753,-2.9225 -2.7850 -2.9225Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2934">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2934)">+      <path d="M 697.1698,728.2474 l -0.0000,-345.5449 h -345.5449 l -0.0000,345.5449 Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2935">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2935)">+      <path d="M 351.6249,382.7025 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2936">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2936)">+      <path d="M 351.6249,389.6134 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2937">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2937)">+      <path d="M 351.6249,396.5243 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2938">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2938)">+      <path d="M 351.6249,403.4352 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2939">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2939)">+      <path d="M 351.6249,410.3461 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2940">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2940)">+      <path d="M 351.6249,417.2570 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2941">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2941)">+      <path d="M 351.6249,424.1679 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2942">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2942)">+      <path d="M 351.6249,431.0788 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2943">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2943)">+      <path d="M 351.6249,437.9897 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2944">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2944)">+      <path d="M 351.6249,444.9006 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2945">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2945)">+      <path d="M 351.6249,451.8115 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2946">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2946)">+      <path d="M 351.6249,458.7224 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2947">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2947)">+      <path d="M 351.6249,465.6333 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2948">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2948)">+      <path d="M 351.6249,472.5442 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2949">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2949)">+      <path d="M 351.6249,479.4551 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2950">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2950)">+      <path d="M 351.6249,486.3660 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2951">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2951)">+      <path d="M 351.6249,493.2769 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2952">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2952)">+      <path d="M 351.6249,500.1878 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2953">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2953)">+      <path d="M 351.6249,507.0987 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2954">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2954)">+      <path d="M 351.6249,514.0096 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2955">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2955)">+      <path d="M 351.6249,520.9205 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2956">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2956)">+      <path d="M 351.6249,527.8314 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2957">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2957)">+      <path d="M 351.6249,534.7423 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2958">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2958)">+      <path d="M 351.6249,541.6532 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2959">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2959)">+      <path d="M 351.6249,548.5641 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2960">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2960)">+      <path d="M 351.6249,555.4750 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2961">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2961)">+      <path d="M 351.6249,562.3859 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2962">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2962)">+      <path d="M 351.6249,569.2968 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2963">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2963)">+      <path d="M 351.6249,576.2077 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2964">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2964)">+      <path d="M 351.6249,583.1186 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2965">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2965)">+      <path d="M 351.6249,590.0295 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2966">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2966)">+      <path d="M 351.6249,596.9404 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2967">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2967)">+      <path d="M 351.6249,603.8513 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2968">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2968)">+      <path d="M 351.6249,610.7622 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2969">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2969)">+      <path d="M 351.6249,617.6731 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2970">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2970)">+      <path d="M 351.6249,624.5840 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2971">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2971)">+      <path d="M 351.6249,631.4949 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2972">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2972)">+      <path d="M 351.6249,638.4058 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2973">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2973)">+      <path d="M 351.6249,645.3167 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2974">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2974)">+      <path d="M 351.6249,652.2276 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2975">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2975)">+      <path d="M 351.6249,659.1385 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2976">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2976)">+      <path d="M 351.6249,666.0494 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2977">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2977)">+      <path d="M 351.6249,672.9603 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2978">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2978)">+      <path d="M 351.6249,679.8712 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2979">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2979)">+      <path d="M 351.6249,686.7821 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2980">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2980)">+      <path d="M 351.6249,693.6930 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2981">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2981)">+      <path d="M 351.6249,700.6039 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2982">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2982)">+      <path d="M 351.6249,707.5148 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2983">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2983)">+      <path d="M 351.6249,714.4257 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2984">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2984)">+      <path d="M 351.6249,721.3366 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2985">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2985)">+      <path d="M 351.6249,728.2474 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2986">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2986)">+      <path d="M 697.1698,728.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2987">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2987)">+      <path d="M 690.2589,728.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2988">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2988)">+      <path d="M 683.3480,728.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2989">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2989)">+      <path d="M 676.4371,728.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2990">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2990)">+      <path d="M 669.5262,728.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2991">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2991)">+      <path d="M 662.6153,728.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2992">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2992)">+      <path d="M 655.7044,728.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2993">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2993)">+      <path d="M 648.7935,728.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2994">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2994)">+      <path d="M 641.8826,728.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2995">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2995)">+      <path d="M 634.9717,728.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2996">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2996)">+      <path d="M 628.0608,728.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2997">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2997)">+      <path d="M 621.1500,728.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2998">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2998)">+      <path d="M 614.2391,728.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip2999">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip2999)">+      <path d="M 607.3282,728.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3000">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3000)">+      <path d="M 600.4173,728.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3001">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3001)">+      <path d="M 593.5064,728.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3002">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3002)">+      <path d="M 586.5955,728.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3003">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3003)">+      <path d="M 579.6846,728.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3004">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3004)">+      <path d="M 572.7737,728.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3005">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3005)">+      <path d="M 565.8628,728.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3006">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3006)">+      <path d="M 558.9519,728.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3007">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3007)">+      <path d="M 552.0410,728.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3008">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3008)">+      <path d="M 545.1301,728.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3009">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3009)">+      <path d="M 538.2192,728.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3010">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3010)">+      <path d="M 531.3083,728.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3011">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3011)">+      <path d="M 524.3974,728.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3012">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3012)">+      <path d="M 517.4865,728.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3013">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3013)">+      <path d="M 510.5756,728.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3014">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3014)">+      <path d="M 503.6647,728.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3015">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3015)">+      <path d="M 496.7538,728.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3016">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3016)">+      <path d="M 489.8429,728.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3017">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3017)">+      <path d="M 482.9320,728.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3018">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3018)">+      <path d="M 476.0211,728.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3019">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3019)">+      <path d="M 469.1102,728.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3020">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3020)">+      <path d="M 462.1993,728.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3021">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3021)">+      <path d="M 455.2884,728.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3022">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3022)">+      <path d="M 448.3775,728.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3023">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3023)">+      <path d="M 441.4666,728.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3024">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3024)">+      <path d="M 434.5557,728.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3025">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3025)">+      <path d="M 427.6448,728.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3026">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3026)">+      <path d="M 420.7339,728.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3027">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3027)">+      <path d="M 413.8230,728.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3028">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3028)">+      <path d="M 406.9121,728.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3029">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3029)">+      <path d="M 400.0012,728.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3030">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3030)">+      <path d="M 393.0903,728.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3031">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3031)">+      <path d="M 386.1794,728.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3032">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3032)">+      <path d="M 379.2685,728.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3033">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3033)">+      <path d="M 372.3576,728.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3034">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3034)">+      <path d="M 365.4467,728.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3035">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3035)">+      <path d="M 358.5358,728.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3036">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3036)">+      <path d="M 351.6249,728.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3037">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3037)">+      <path d="M 351.6249,382.7025 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3038">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3038)">+      <path d="M 351.6249,417.2570 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3039">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3039)">+      <path d="M 351.6249,451.8115 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3040">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3040)">+      <path d="M 351.6249,486.3660 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3041">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3041)">+      <path d="M 351.6249,520.9205 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3042">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3042)">+      <path d="M 351.6249,555.4750 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3043">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3043)">+      <path d="M 351.6249,590.0295 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3044">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3044)">+      <path d="M 351.6249,624.5840 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3045">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3045)">+      <path d="M 351.6249,659.1385 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3046">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3046)">+      <path d="M 351.6249,693.6930 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3047">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3047)">+      <path d="M 351.6249,728.2474 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3048">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3048)">+      <path d="M 697.1698,728.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3049">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3049)">+      <path d="M 662.6153,728.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3050">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3050)">+      <path d="M 628.0608,728.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3051">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3051)">+      <path d="M 593.5064,728.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3052">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3052)">+      <path d="M 558.9519,728.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3053">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3053)">+      <path d="M 524.3974,728.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3054">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3054)">+      <path d="M 489.8429,728.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3055">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3055)">+      <path d="M 455.2884,728.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3056">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3056)">+      <path d="M 420.7339,728.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3057">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3057)">+      <path d="M 386.1794,728.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3058">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3058)">+      <path d="M 351.6249,728.2474 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(255,255,255)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3059">+        <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3059)">+      <path d="M 723.9496,787.9339 l -0.0000,-495.8678 h -471.0551 l -0.0000,495.8678 Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 347.1055,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3060">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3060)">+      <path d="M 162.1911,532.3213 ZM 166.9588,522.9234 c 0.0000,0.1146 -0.1375,0.1834 -0.2521 0.1834c -0.6877,-0.0000 -0.9856,0.1375 -0.9856 0.5043c 0.0000,0.1375 0.0458,0.3209 0.1375 0.5272l 2.5214,5.9138 l 2.5443,-5.8221 c 0.1146,-0.2063 0.1605,-0.3897 0.1605 -0.5272c 0.0000,-0.4814 -0.4584,-0.5960 -0.9627 -0.5960h -0.0917 c -0.1146,-0.0000 -0.2292,-0.0917 -0.2292 -0.1605v -0.4355 l 0.0458,-0.0688 c 0.0000,-0.0000 1.3524,0.0458 2.1546 0.0458c 0.6418,-0.0000 1.5816,-0.0458 1.5816 -0.0458l 0.0688,0.0458 v 0.4355 c 0.0000,0.1146 -0.0917,0.1834 -0.2521 0.1834c -0.8710,-0.0000 -1.3065,0.8939 -1.6274 1.5587c -1.2149,2.5672 -2.2234,4.9282 -4.0571 9.3521c -0.6877,1.6504 -1.5128,3.5758 -3.1403 3.5758c -0.4355,-0.0000 -1.3295,-0.2521 -1.3295 -1.0773c 0.0000,-0.6877 0.5043,-0.8939 0.8710 -0.8939c 0.3438,-0.0000 0.5730,0.1375 0.7106 0.3209c 0.2292,0.2292 0.3897,0.3897 0.6189 0.3897c 0.3438,-0.0000 1.1461,-1.9713 1.7191 -3.3695c 0.1375,-0.2751 0.1834,-0.5043 0.1834 -0.7106c 0.0000,-0.2292 -0.2063,-0.8481 -0.3897 -1.3065l -2.8881,-6.7161 c -0.3667,-0.8710 -0.6189,-1.1232 -1.3982 -1.1232c -0.1375,-0.0000 -0.2292,-0.0688 -0.2292 -0.1605v -0.4584 l 0.0458,-0.0458 c 0.0000,-0.0000 1.0086,0.0458 1.6962 0.0458c 1.0773,-0.0000 2.7277,-0.0458 2.7277 -0.0458l 0.0458,0.0688 v 0.4126 ZM 179.5887,532.3213 ZM 190.1556,525.0322 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 190.1556,525.0322 ZM 190.1556,527.8974 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 197.3988,532.3213 ZM 203.6794,526.9118 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM 205.0318,532.3213 ZM 206.3612,522.1670 c 0.0000,-1.3065 1.2607,-3.0944 3.6675 -3.0944c 1.7650,-0.0000 3.8279,0.6647 3.8279 3.3007c 0.0000,1.7421 -0.8939,2.6131 -2.1317 3.8050l -2.1776,2.1088 c -0.1146,0.1146 -1.6504,1.6274 -1.6504 2.7048h 3.8967 c 0.7793,-0.0000 1.1919,-0.3897 1.5128 -1.6504l 0.5730,0.0917 l -0.4584,2.8881 h -7.0828 c 0.0000,-1.2836 0.2063,-2.2693 2.3380 -4.4468l 1.6045,-1.5816 c 1.2836,-1.3065 1.8108,-2.4297 1.8108 -3.8279c 0.0000,-2.0859 -1.4211,-2.6818 -2.2005 -2.6818c -1.5816,-0.0000 -2.0171,0.8252 -2.0171 1.3753c 0.0000,0.1834 0.0458,0.3667 0.0917 0.5272c 0.0458,0.1605 0.0917,0.3209 0.0917 0.5043c 0.0000,0.5960 -0.4584,0.8252 -0.8252 0.8252c -0.5043,-0.0000 -0.8710,-0.3897 -0.8710 -0.8481ZM 215.0715,532.3213 ZM 216.3780,531.3815 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM 220.0913,532.3213 ZM 225.1112,519.8748 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM 225.1112,519.8748 ZM 225.0195,532.5964 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3061">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3061)">+      <path d="M 352.3783,670.5393 ZM 356.8939,661.3248 c -0.4584,-0.0000 -0.5501,0.1146 -0.5501 0.2751c 0.0000,0.1146 0.0917,0.3209 0.3438 0.7335l 1.3982,2.0630 c 0.0688,0.1375 0.1375,0.2063 0.2292 0.2063c 0.0688,-0.0000 0.1146,-0.0458 0.2063 -0.1605l 1.4899,-2.0859 c 0.2521,-0.3209 0.3897,-0.5730 0.3897 -0.7564c 0.0000,-0.1834 -0.1605,-0.2751 -0.4814 -0.2751h -0.3667 c -0.0688,-0.0000 -0.1375,-0.0458 -0.1375 -0.1605v -0.4355 l 0.0688,-0.0688 c 0.0000,-0.0000 1.0773,0.0458 1.7879 0.0458c 0.7335,-0.0000 1.8567,-0.0458 1.8567 -0.0458l 0.0229,0.0458 v 0.4355 c 0.0000,0.1605 -0.1375,0.1834 -0.2751 0.1834c -0.8481,-0.0000 -1.1919,0.2751 -2.0400 1.3524l -1.9254,2.4526 c -0.0458,0.0688 -0.0688,0.1146 -0.0688 0.1605c 0.0000,0.0458 0.0229,0.1146 0.0688 0.1834l 2.0630,2.9111 c 1.0544,1.4899 1.3524,1.5128 2.0859 1.5128c 0.2292,-0.0000 0.3209,0.0458 0.3209 0.1834v 0.4355 l -0.0229,0.0458 c 0.0000,-0.0000 -1.2378,-0.0458 -2.0171 -0.0458c -0.9398,-0.0000 -2.3839,0.0458 -2.3839 0.0458l -0.0458,-0.0458 v -0.4355 c 0.0000,-0.1146 0.0458,-0.1834 0.1605 -0.1834h 0.2751 c 0.3667,-0.0000 0.5272,-0.0688 0.5272 -0.2521c 0.0000,-0.2063 -0.2521,-0.5501 -0.6189 -1.0315l -1.3295,-1.8337 c -0.0917,-0.1146 -0.1375,-0.1605 -0.2063 -0.1605c -0.0458,-0.0000 -0.1146,0.0688 -0.2063 0.2063l -1.4441,2.0859 c -0.3438,0.4584 -0.4126,0.5730 -0.4126 0.7335c 0.0000,0.1605 0.1375,0.2521 0.4814 0.2521h 0.3209 c 0.1146,-0.0000 0.1605,0.0688 0.1605 0.1834v 0.4355 l -0.0458,0.0458 c 0.0000,-0.0000 -1.1919,-0.0458 -1.9254 -0.0458c -0.6647,-0.0000 -1.7191,0.0458 -1.7191 0.0458l -0.0458,-0.0458 v -0.3897 c 0.0000,-0.1375 0.0917,-0.2292 0.2980 -0.2292c 0.5501,-0.0000 1.0773,-0.1146 2.0400 -1.3524l 1.9254,-2.4755 c 0.0229,-0.0458 0.0458,-0.0917 0.0458 -0.1605c 0.0000,-0.0688 -0.0229,-0.1146 -0.0688 -0.1834l -1.9942,-2.9111 c -0.6418,-0.9398 -1.0544,-1.4899 -1.8567 -1.4899c -0.1605,-0.0000 -0.3209,-0.0688 -0.3209 -0.1605v -0.4355 l 0.0458,-0.0688 l 1.8108,0.0458 l 2.5443,-0.0458 l 0.0688,0.0688 v 0.4126 c 0.0000,0.1146 -0.0917,0.1834 -0.1834 0.1834h -0.3438 ZM 369.5008,670.5393 ZM 380.0678,663.2502 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 380.0678,663.2502 ZM 380.0678,666.1154 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 387.3110,670.5393 ZM 393.5916,665.1298 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM 394.9439,670.5393 ZM 399.2532,659.6056 c -0.4355,-0.0000 -1.4441,0.4126 -1.9483 0.6418l -0.2751,-0.7106 c 2.0171,-0.9398 2.7964,-1.4211 3.9425 -2.2463h 0.4355 v 11.5296 c 0.0000,0.8252 0.1146,1.0544 0.8710 1.0544h 1.1919 c 0.0688,-0.0000 0.1834,0.0458 0.1834 0.1834v 0.5043 l -3.1403,-0.0458 l -3.1861,0.0458 v -0.5043 c 0.0229,-0.0688 0.0458,-0.1834 0.1834 -0.1834h 1.3753 c 0.8710,-0.0000 0.8710,-0.3897 0.8710 -1.0544v -7.8851 c 0.0000,-0.7793 0.0000,-1.3295 -0.5043 -1.3295ZM 404.9837,670.5393 ZM 406.2902,669.5995 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM 410.0035,670.5393 ZM 415.0234,658.0928 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM 415.0234,658.0928 ZM 414.9317,670.8143 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="8.77193507674587" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3062">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3062)">+      <path d="M 391.3939,525.4104 c 0.0000,-2.8626 -2.3206,-5.1832 -5.1832 -5.1832c -2.8626,-0.0000 -5.1832,2.3206 -5.1832 5.1832c -0.0000,2.8626 2.3206,5.1832 5.1832 5.1832c 2.8626,0.0000 5.1832,-2.3206 5.1832 -5.1832Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3063">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3063)">+      <path d="M 386.2108,629.0739 v -103.6635 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3064">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3064)">+      <path d="M 247.9928,525.4104 h 138.2180 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(153,153,153)" stroke-width="5.84795671783058" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3065">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3065)">+      <path d="M 317.1018,248.9745 l 4.1465,24.3816 l 4.1465,23.3865 l 4.1465,22.3913 l 4.1465,21.3961 l 4.1465,20.4010 l 4.1465,19.4058 l 4.1465,18.4106 l 4.1465,17.4155 l 4.1465,16.4203 l 4.1465,15.4251 l 4.1465,14.4300 l 4.1465,13.4348 l 4.1465,12.4396 l 4.1465,11.4444 l 4.1465,10.4493 l 4.1465,9.4541 l 4.1465,8.4589 l 4.1465,7.4638 l 4.1465,6.4686 l 4.1465,5.4734 l 4.1465,4.4783 l 4.1465,3.4831 l 4.1465,2.4879 l 4.1465,1.4928 l 4.1465,0.4976 l 4.1465,-0.4976 l 4.1465,-1.4928 l 4.1465,-2.4879 l 4.1465,-3.4831 l 4.1465,-4.4783 l 4.1465,-5.4734 l 4.1465,-6.4686 l 4.1465,-7.4638 l 4.1465,-8.4589 l 4.1465,-9.4541 l 4.1465,-10.4493 l 4.1465,-11.4444 l 4.1465,-12.4396 l 4.1465,-13.4348 l 4.1465,-14.4300 l 4.1465,-15.4251 l 4.1465,-16.4203 l 4.1465,-17.4155 l 4.1465,-18.4106 l 4.1465,-19.4058 l 4.1465,-20.4010 l 4.1465,-21.3961 l 4.1465,-22.3913 l 4.1465,-23.3865 l 4.1465,-24.3816 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3066">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3066)">+      <path d="M 358.6875,258.9798 ZM 365.8391,244.8830 c 0.0000,0.1719 -0.2063,0.2751 -0.3782 0.2751c -1.0315,-0.0000 -1.4785,0.2063 -1.4785 0.7564c 0.0000,0.2063 0.0688,0.4814 0.2063 0.7908l 3.7821,8.8707 l 3.8165,-8.7332 c 0.1719,-0.3094 0.2407,-0.5845 0.2407 -0.7908c 0.0000,-0.7220 -0.6877,-0.8939 -1.4441 -0.8939h -0.1375 c -0.1719,-0.0000 -0.3438,-0.1375 -0.3438 -0.2407v -0.6533 l 0.0688,-0.1031 c 0.0000,-0.0000 2.0286,0.0688 3.2320 0.0688c 0.9627,-0.0000 2.3724,-0.0688 2.3724 -0.0688l 0.1031,0.0688 v 0.6533 c 0.0000,0.1719 -0.1375,0.2751 -0.3782 0.2751c -1.3065,-0.0000 -1.9598,1.3409 -2.4412 2.3380c -1.8223,3.8508 -3.3351,7.3923 -6.0857 14.0281c -1.0315,2.4755 -2.2693,5.3637 -4.7104 5.3637c -0.6533,-0.0000 -1.9942,-0.3782 -1.9942 -1.6160c 0.0000,-1.0315 0.7564,-1.3409 1.3065 -1.3409c 0.5157,-0.0000 0.8596,0.2063 1.0659 0.4814c 0.3438,0.3438 0.5845,0.5845 0.9283 0.5845c 0.5157,-0.0000 1.7191,-2.9569 2.5787 -5.0542c 0.2063,-0.4126 0.2751,-0.7564 0.2751 -1.0659c 0.0000,-0.3438 -0.3094,-1.2722 -0.5845 -1.9598l -4.3322,-10.0741 c -0.5501,-1.3065 -0.9283,-1.6847 -2.0973 -1.6847c -0.2063,-0.0000 -0.3438,-0.1031 -0.3438 -0.2407v -0.6877 l 0.0688,-0.0688 c 0.0000,-0.0000 1.5128,0.0688 2.5443 0.0688c 1.6160,-0.0000 4.0915,-0.0688 4.0915 -0.0688l 0.0688,0.1031 v 0.6189 ZM 384.7839,258.9798 ZM 400.6343,248.0462 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 400.6343,248.0462 ZM 400.6343,252.3440 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 411.4992,258.9798 ZM 418.2725,245.1580 c -0.6877,-0.0000 -0.8252,0.1719 -0.8252 0.4126c 0.0000,0.1719 0.1375,0.4814 0.5157 1.1002l 2.0973,3.0944 c 0.1031,0.2063 0.2063,0.3094 0.3438 0.3094c 0.1031,-0.0000 0.1719,-0.0688 0.3094 -0.2407l 2.2349,-3.1288 c 0.3782,-0.4814 0.5845,-0.8596 0.5845 -1.1346c 0.0000,-0.2751 -0.2407,-0.4126 -0.7220 -0.4126h -0.5501 c -0.1031,-0.0000 -0.2063,-0.0688 -0.2063 -0.2407v -0.6533 l 0.1031,-0.1031 c 0.0000,-0.0000 1.6160,0.0688 2.6818 0.0688c 1.1002,-0.0000 2.7850,-0.0688 2.7850 -0.0688l 0.0344,0.0688 v 0.6533 c 0.0000,0.2407 -0.2063,0.2751 -0.4126 0.2751c -1.2722,-0.0000 -1.7879,0.4126 -3.0600 2.0286l -2.8881,3.6789 c -0.0688,0.1031 -0.1031,0.1719 -0.1031 0.2407c 0.0000,0.0688 0.0344,0.1719 0.1031 0.2751l 3.0944,4.3666 c 1.5816,2.2349 2.0286,2.2693 3.1288 2.2693c 0.3438,-0.0000 0.4814,0.0688 0.4814 0.2751v 0.6533 l -0.0344,0.0688 c 0.0000,-0.0000 -1.8567,-0.0688 -3.0257 -0.0688c -1.4097,-0.0000 -3.5758,0.0688 -3.5758 0.0688l -0.0688,-0.0688 v -0.6533 c 0.0000,-0.1719 0.0688,-0.2751 0.2407 -0.2751h 0.4126 c 0.5501,-0.0000 0.7908,-0.1031 0.7908 -0.3782c 0.0000,-0.3094 -0.3782,-0.8252 -0.9283 -1.5472l -1.9942,-2.7506 c -0.1375,-0.1719 -0.2063,-0.2407 -0.3094 -0.2407c -0.0688,-0.0000 -0.1719,0.1031 -0.3094 0.3094l -2.1661,3.1288 c -0.5157,0.6877 -0.6189,0.8596 -0.6189 1.1002c 0.0000,0.2407 0.2063,0.3782 0.7220 0.3782h 0.4814 c 0.1719,-0.0000 0.2407,0.1031 0.2407 0.2751v 0.6533 l -0.0688,0.0688 c 0.0000,-0.0000 -1.7879,-0.0688 -2.8881 -0.0688c -0.9971,-0.0000 -2.5787,0.0688 -2.5787 0.0688l -0.0688,-0.0688 v -0.5845 c 0.0000,-0.2063 0.1375,-0.3438 0.4470 -0.3438c 0.8252,-0.0000 1.6160,-0.1719 3.0600 -2.0286l 2.8881,-3.7133 c 0.0344,-0.0688 0.0688,-0.1375 0.0688 -0.2407c 0.0000,-0.1031 -0.0344,-0.1719 -0.1031 -0.2751l -2.9913,-4.3666 c -0.9627,-1.4097 -1.5816,-2.2349 -2.7850 -2.2349c -0.2407,-0.0000 -0.4814,-0.1031 -0.4814 -0.2407v -0.6533 l 0.0688,-0.1031 l 2.7162,0.0688 l 3.8165,-0.0688 l 0.1031,0.1031 v 0.6189 c 0.0000,0.1719 -0.1375,0.2751 -0.2751 0.2751h -0.5157 ZM 428.5873,258.9798 ZM 431.0972,238.7973 c -0.4126,-0.0000 -0.8939,-0.3782 -0.8939 -0.8252c 0.0000,-0.8939 0.9627,-2.6475 3.6789 -2.6475c 1.7191,-0.0000 3.7133,0.6533 3.7133 2.8538c 0.0000,1.5816 -1.1690,2.7162 -3.0600 4.0915c -1.4441,1.0315 -2.2693,2.0286 -2.2693 3.0944h 2.7850 c 1.0659,-0.0000 1.6160,-1.3409 1.9942 -2.3036l 0.8252,0.1719 c -0.3094,1.0315 -0.5501,2.2349 -0.6533 3.2320h -7.0828 c 0.0000,-1.6504 1.5128,-3.0944 3.1288 -4.3666c 1.5472,-1.2378 2.3036,-2.0286 2.3036 -3.8852c 0.0000,-1.6160 -1.2034,-2.0630 -1.8223 -2.0630c -1.4785,-0.0000 -1.8567,0.5501 -1.8567 0.9971c 0.0000,0.3094 0.1719,0.5501 0.1719 0.8252c 0.0000,0.5501 -0.6189,0.8252 -0.9627 0.8252ZM 447.7384,258.9798 ZM 457.1592,250.8655 h -7.7705 c -0.3094,-0.0000 -0.5157,-0.2751 -0.5157 -0.5845c 0.0000,-0.5501 0.4470,-1.2722 0.8596 -1.2722h 7.8736 c 0.3438,-0.0000 0.4814,0.3094 0.4814 0.6189c 0.0000,0.3782 -0.4814,1.2378 -0.9283 1.2378ZM 467.7834,258.9798 ZM 475.2101,240.1726 c -0.8596,-0.0000 -3.3695,0.4814 -3.3695 2.5787c 0.0000,0.6189 -0.2407,1.6847 -1.1690 1.6847c -0.8939,-0.0000 -0.9627,-0.9971 -0.9627 -1.1002c 0.0000,-1.0659 1.4097,-4.2291 6.1889 -4.2291c 3.3351,-0.0000 4.3322,2.0973 4.3322 3.4726c 0.0000,0.8596 -0.2751,2.5787 -3.3695 4.5385c 1.9254,0.3094 4.4697,1.7191 4.4697 5.2949c 0.0000,4.5385 -3.4383,6.9797 -7.3235 6.9797c -1.9598,-0.0000 -4.7104,-0.8596 -4.7104 -2.1661c 0.0000,-0.5157 0.5157,-1.1002 1.2034 -1.1002c 0.6533,-0.0000 0.9627,0.3438 1.2722 0.7908c 0.3782,0.5845 0.9971,1.4097 2.6475 1.4097c 1.1346,-0.0000 4.3666,-1.1346 4.3666 -5.4668c 0.0000,-3.6789 -2.5787,-4.2634 -4.4354 -4.2634c -0.3094,-0.0000 -0.6877,0.0688 -1.0659 0.1375l -0.1375,-1.0315 c 2.6475,-0.4470 4.8479,-3.0257 4.8479 -4.6073c 0.0000,-1.9598 -1.3753,-2.9225 -2.7850 -2.9225Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3067">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3067)">+      <path d="M 593.5377,629.0739 l -0.0000,-345.5449 h -345.5449 l -0.0000,345.5449 Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3068">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3068)">+      <path d="M 247.9928,283.5290 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3069">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3069)">+      <path d="M 247.9928,290.4399 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3070">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3070)">+      <path d="M 247.9928,297.3508 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3071">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3071)">+      <path d="M 247.9928,304.2617 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3072">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3072)">+      <path d="M 247.9928,311.1726 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3073">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3073)">+      <path d="M 247.9928,318.0835 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3074">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3074)">+      <path d="M 247.9928,324.9944 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3075">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3075)">+      <path d="M 247.9928,331.9053 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3076">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3076)">+      <path d="M 247.9928,338.8162 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3077">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3077)">+      <path d="M 247.9928,345.7271 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3078">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3078)">+      <path d="M 247.9928,352.6380 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3079">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3079)">+      <path d="M 247.9928,359.5489 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3080">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3080)">+      <path d="M 247.9928,366.4598 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3081">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3081)">+      <path d="M 247.9928,373.3707 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3082">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3082)">+      <path d="M 247.9928,380.2816 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3083">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3083)">+      <path d="M 247.9928,387.1925 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3084">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3084)">+      <path d="M 247.9928,394.1034 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3085">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3085)">+      <path d="M 247.9928,401.0143 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3086">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3086)">+      <path d="M 247.9928,407.9252 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3087">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3087)">+      <path d="M 247.9928,414.8361 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3088">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3088)">+      <path d="M 247.9928,421.7470 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3089">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3089)">+      <path d="M 247.9928,428.6579 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3090">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3090)">+      <path d="M 247.9928,435.5687 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3091">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3091)">+      <path d="M 247.9928,442.4796 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3092">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3092)">+      <path d="M 247.9928,449.3905 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3093">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3093)">+      <path d="M 247.9928,456.3014 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3094">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3094)">+      <path d="M 247.9928,463.2123 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3095">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3095)">+      <path d="M 247.9928,470.1232 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3096">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3096)">+      <path d="M 247.9928,477.0341 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3097">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3097)">+      <path d="M 247.9928,483.9450 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3098">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3098)">+      <path d="M 247.9928,490.8559 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3099">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3099)">+      <path d="M 247.9928,497.7668 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3100">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3100)">+      <path d="M 247.9928,504.6777 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3101">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3101)">+      <path d="M 247.9928,511.5886 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3102">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3102)">+      <path d="M 247.9928,518.4995 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3103">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3103)">+      <path d="M 247.9928,525.4104 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3104">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3104)">+      <path d="M 247.9928,532.3213 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3105">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3105)">+      <path d="M 247.9928,539.2322 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3106">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3106)">+      <path d="M 247.9928,546.1431 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3107">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3107)">+      <path d="M 247.9928,553.0540 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3108">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3108)">+      <path d="M 247.9928,559.9649 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3109">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3109)">+      <path d="M 247.9928,566.8758 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3110">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3110)">+      <path d="M 247.9928,573.7867 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3111">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3111)">+      <path d="M 247.9928,580.6976 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3112">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3112)">+      <path d="M 247.9928,587.6085 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3113">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3113)">+      <path d="M 247.9928,594.5194 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3114">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3114)">+      <path d="M 247.9928,601.4303 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3115">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3115)">+      <path d="M 247.9928,608.3412 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3116">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3116)">+      <path d="M 247.9928,615.2521 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3117">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3117)">+      <path d="M 247.9928,622.1630 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3118">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3118)">+      <path d="M 247.9928,629.0739 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3119">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3119)">+      <path d="M 593.5377,629.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3120">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3120)">+      <path d="M 586.6268,629.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3121">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3121)">+      <path d="M 579.7159,629.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3122">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3122)">+      <path d="M 572.8050,629.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3123">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3123)">+      <path d="M 565.8941,629.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3124">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3124)">+      <path d="M 558.9832,629.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3125">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3125)">+      <path d="M 552.0723,629.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3126">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3126)">+      <path d="M 545.1614,629.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3127">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3127)">+      <path d="M 538.2505,629.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3128">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3128)">+      <path d="M 531.3396,629.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3129">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3129)">+      <path d="M 524.4287,629.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3130">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3130)">+      <path d="M 517.5178,629.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3131">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3131)">+      <path d="M 510.6069,629.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3132">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3132)">+      <path d="M 503.6960,629.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3133">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3133)">+      <path d="M 496.7851,629.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3134">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3134)">+      <path d="M 489.8742,629.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3135">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3135)">+      <path d="M 482.9633,629.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3136">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3136)">+      <path d="M 476.0524,629.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3137">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3137)">+      <path d="M 469.1415,629.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3138">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3138)">+      <path d="M 462.2307,629.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3139">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3139)">+      <path d="M 455.3198,629.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3140">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3140)">+      <path d="M 448.4089,629.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3141">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3141)">+      <path d="M 441.4980,629.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3142">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3142)">+      <path d="M 434.5871,629.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3143">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3143)">+      <path d="M 427.6762,629.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3144">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3144)">+      <path d="M 420.7653,629.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3145">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3145)">+      <path d="M 413.8544,629.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3146">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3146)">+      <path d="M 406.9435,629.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3147">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3147)">+      <path d="M 400.0326,629.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3148">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3148)">+      <path d="M 393.1217,629.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3149">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3149)">+      <path d="M 386.2108,629.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3150">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3150)">+      <path d="M 379.2999,629.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3151">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3151)">+      <path d="M 372.3890,629.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3152">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3152)">+      <path d="M 365.4781,629.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3153">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3153)">+      <path d="M 358.5672,629.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3154">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3154)">+      <path d="M 351.6563,629.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3155">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3155)">+      <path d="M 344.7454,629.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3156">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3156)">+      <path d="M 337.8345,629.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3157">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3157)">+      <path d="M 330.9236,629.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3158">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3158)">+      <path d="M 324.0127,629.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3159">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3159)">+      <path d="M 317.1018,629.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3160">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3160)">+      <path d="M 310.1909,629.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3161">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3161)">+      <path d="M 303.2800,629.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3162">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3162)">+      <path d="M 296.3691,629.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3163">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3163)">+      <path d="M 289.4582,629.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3164">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3164)">+      <path d="M 282.5473,629.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3165">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3165)">+      <path d="M 275.6364,629.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3166">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3166)">+      <path d="M 268.7255,629.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3167">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3167)">+      <path d="M 261.8146,629.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3168">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3168)">+      <path d="M 254.9037,629.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3169">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3169)">+      <path d="M 247.9928,629.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3170">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3170)">+      <path d="M 247.9928,283.5290 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3171">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3171)">+      <path d="M 247.9928,318.0835 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3172">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3172)">+      <path d="M 247.9928,352.6380 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3173">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3173)">+      <path d="M 247.9928,387.1925 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3174">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3174)">+      <path d="M 247.9928,421.7470 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3175">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3175)">+      <path d="M 247.9928,456.3014 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3176">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3176)">+      <path d="M 247.9928,490.8559 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3177">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3177)">+      <path d="M 247.9928,525.4104 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3178">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3178)">+      <path d="M 247.9928,559.9649 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3179">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3179)">+      <path d="M 247.9928,594.5194 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3180">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3180)">+      <path d="M 247.9928,629.0739 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3181">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3181)">+      <path d="M 593.5377,629.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3182">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3182)">+      <path d="M 558.9832,629.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3183">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3183)">+      <path d="M 524.4287,629.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3184">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3184)">+      <path d="M 489.8742,629.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3185">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3185)">+      <path d="M 455.3198,629.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3186">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3186)">+      <path d="M 420.7653,629.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3187">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3187)">+      <path d="M 386.2108,629.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3188">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3188)">+      <path d="M 351.6563,629.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3189">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3189)">+      <path d="M 317.1018,629.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3190">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3190)">+      <path d="M 282.5473,629.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3191">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3191)">+      <path d="M 247.9928,629.0739 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(255,255,255)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3192">+        <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3192)">+      <path d="M 620.3174,688.7603 l -0.0000,-495.8678 h -471.0551 l -0.0000,495.8678 Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 243.4734,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3193">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3193)">+      <path d="M 58.5590,433.1478 ZM 63.3267,423.7499 c 0.0000,0.1146 -0.1375,0.1834 -0.2521 0.1834c -0.6877,-0.0000 -0.9856,0.1375 -0.9856 0.5043c 0.0000,0.1375 0.0458,0.3209 0.1375 0.5272l 2.5214,5.9138 l 2.5443,-5.8221 c 0.1146,-0.2063 0.1605,-0.3897 0.1605 -0.5272c 0.0000,-0.4814 -0.4584,-0.5960 -0.9627 -0.5960h -0.0917 c -0.1146,-0.0000 -0.2292,-0.0917 -0.2292 -0.1605v -0.4355 l 0.0458,-0.0688 c 0.0000,-0.0000 1.3524,0.0458 2.1546 0.0458c 0.6418,-0.0000 1.5816,-0.0458 1.5816 -0.0458l 0.0688,0.0458 v 0.4355 c 0.0000,0.1146 -0.0917,0.1834 -0.2521 0.1834c -0.8710,-0.0000 -1.3065,0.8939 -1.6274 1.5587c -1.2149,2.5672 -2.2234,4.9282 -4.0571 9.3521c -0.6877,1.6504 -1.5128,3.5758 -3.1403 3.5758c -0.4355,-0.0000 -1.3295,-0.2521 -1.3295 -1.0773c 0.0000,-0.6877 0.5043,-0.8939 0.8710 -0.8939c 0.3438,-0.0000 0.5730,0.1375 0.7106 0.3209c 0.2292,0.2292 0.3897,0.3897 0.6189 0.3897c 0.3438,-0.0000 1.1461,-1.9713 1.7191 -3.3695c 0.1375,-0.2751 0.1834,-0.5043 0.1834 -0.7106c 0.0000,-0.2292 -0.2063,-0.8481 -0.3897 -1.3065l -2.8881,-6.7161 c -0.3667,-0.8710 -0.6189,-1.1232 -1.3982 -1.1232c -0.1375,-0.0000 -0.2292,-0.0688 -0.2292 -0.1605v -0.4584 l 0.0458,-0.0458 c 0.0000,-0.0000 1.0086,0.0458 1.6962 0.0458c 1.0773,-0.0000 2.7277,-0.0458 2.7277 -0.0458l 0.0458,0.0688 v 0.4126 ZM 75.9566,433.1478 ZM 86.5235,425.8587 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 86.5235,425.8587 ZM 86.5235,428.7239 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 93.7667,433.1478 ZM 100.0473,427.7382 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM 101.3997,433.1478 ZM 102.7291,422.9934 c 0.0000,-1.3065 1.2607,-3.0944 3.6675 -3.0944c 1.7650,-0.0000 3.8279,0.6647 3.8279 3.3007c 0.0000,1.7421 -0.8939,2.6131 -2.1317 3.8050l -2.1776,2.1088 c -0.1146,0.1146 -1.6504,1.6274 -1.6504 2.7048h 3.8967 c 0.7793,-0.0000 1.1919,-0.3897 1.5128 -1.6504l 0.5730,0.0917 l -0.4584,2.8881 h -7.0828 c 0.0000,-1.2836 0.2063,-2.2693 2.3380 -4.4468l 1.6045,-1.5816 c 1.2836,-1.3065 1.8108,-2.4297 1.8108 -3.8279c 0.0000,-2.0859 -1.4211,-2.6818 -2.2005 -2.6818c -1.5816,-0.0000 -2.0171,0.8252 -2.0171 1.3753c 0.0000,0.1834 0.0458,0.3667 0.0917 0.5272c 0.0458,0.1605 0.0917,0.3209 0.0917 0.5043c 0.0000,0.5960 -0.4584,0.8252 -0.8252 0.8252c -0.5043,-0.0000 -0.8710,-0.3897 -0.8710 -0.8481ZM 111.4394,433.1478 ZM 112.7459,432.2080 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM 116.4592,433.1478 ZM 121.4791,420.7013 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM 121.4791,420.7013 ZM 121.3874,433.4228 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3194">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3194)">+      <path d="M 248.7462,571.3657 ZM 253.2618,562.1512 c -0.4584,-0.0000 -0.5501,0.1146 -0.5501 0.2751c 0.0000,0.1146 0.0917,0.3209 0.3438 0.7335l 1.3982,2.0630 c 0.0688,0.1375 0.1375,0.2063 0.2292 0.2063c 0.0688,-0.0000 0.1146,-0.0458 0.2063 -0.1605l 1.4899,-2.0859 c 0.2521,-0.3209 0.3897,-0.5730 0.3897 -0.7564c 0.0000,-0.1834 -0.1605,-0.2751 -0.4814 -0.2751h -0.3667 c -0.0688,-0.0000 -0.1375,-0.0458 -0.1375 -0.1605v -0.4355 l 0.0688,-0.0688 c 0.0000,-0.0000 1.0773,0.0458 1.7879 0.0458c 0.7335,-0.0000 1.8567,-0.0458 1.8567 -0.0458l 0.0229,0.0458 v 0.4355 c 0.0000,0.1605 -0.1375,0.1834 -0.2751 0.1834c -0.8481,-0.0000 -1.1919,0.2751 -2.0400 1.3524l -1.9254,2.4526 c -0.0458,0.0688 -0.0688,0.1146 -0.0688 0.1605c 0.0000,0.0458 0.0229,0.1146 0.0688 0.1834l 2.0630,2.9111 c 1.0544,1.4899 1.3524,1.5128 2.0859 1.5128c 0.2292,-0.0000 0.3209,0.0458 0.3209 0.1834v 0.4355 l -0.0229,0.0458 c 0.0000,-0.0000 -1.2378,-0.0458 -2.0171 -0.0458c -0.9398,-0.0000 -2.3839,0.0458 -2.3839 0.0458l -0.0458,-0.0458 v -0.4355 c 0.0000,-0.1146 0.0458,-0.1834 0.1605 -0.1834h 0.2751 c 0.3667,-0.0000 0.5272,-0.0688 0.5272 -0.2521c 0.0000,-0.2063 -0.2521,-0.5501 -0.6189 -1.0315l -1.3295,-1.8337 c -0.0917,-0.1146 -0.1375,-0.1605 -0.2063 -0.1605c -0.0458,-0.0000 -0.1146,0.0688 -0.2063 0.2063l -1.4441,2.0859 c -0.3438,0.4584 -0.4126,0.5730 -0.4126 0.7335c 0.0000,0.1605 0.1375,0.2521 0.4814 0.2521h 0.3209 c 0.1146,-0.0000 0.1605,0.0688 0.1605 0.1834v 0.4355 l -0.0458,0.0458 c 0.0000,-0.0000 -1.1919,-0.0458 -1.9254 -0.0458c -0.6647,-0.0000 -1.7191,0.0458 -1.7191 0.0458l -0.0458,-0.0458 v -0.3897 c 0.0000,-0.1375 0.0917,-0.2292 0.2980 -0.2292c 0.5501,-0.0000 1.0773,-0.1146 2.0400 -1.3524l 1.9254,-2.4755 c 0.0229,-0.0458 0.0458,-0.0917 0.0458 -0.1605c 0.0000,-0.0688 -0.0229,-0.1146 -0.0688 -0.1834l -1.9942,-2.9111 c -0.6418,-0.9398 -1.0544,-1.4899 -1.8567 -1.4899c -0.1605,-0.0000 -0.3209,-0.0688 -0.3209 -0.1605v -0.4355 l 0.0458,-0.0688 l 1.8108,0.0458 l 2.5443,-0.0458 l 0.0688,0.0688 v 0.4126 c 0.0000,0.1146 -0.0917,0.1834 -0.1834 0.1834h -0.3438 ZM 265.8687,571.3657 ZM 276.4356,564.0766 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 276.4356,564.0766 ZM 276.4356,566.9418 v 1.1232 h -9.0541 v -1.1232 h 9.0541 ZM 283.6789,571.3657 ZM 289.9595,565.9562 h -5.1803 c -0.2063,-0.0000 -0.3438,-0.1834 -0.3438 -0.3897c 0.0000,-0.3667 0.2980,-0.8481 0.5730 -0.8481h 5.2491 c 0.2292,-0.0000 0.3209,0.2063 0.3209 0.4126c 0.0000,0.2521 -0.3209,0.8252 -0.6189 0.8252ZM 291.3118,571.3657 ZM 295.6211,560.4321 c -0.4355,-0.0000 -1.4441,0.4126 -1.9483 0.6418l -0.2751,-0.7106 c 2.0171,-0.9398 2.7964,-1.4211 3.9425 -2.2463h 0.4355 v 11.5296 c 0.0000,0.8252 0.1146,1.0544 0.8710 1.0544h 1.1919 c 0.0688,-0.0000 0.1834,0.0458 0.1834 0.1834v 0.5043 l -3.1403,-0.0458 l -3.1861,0.0458 v -0.5043 c 0.0229,-0.0688 0.0458,-0.1834 0.1834 -0.1834h 1.3753 c 0.8710,-0.0000 0.8710,-0.3897 0.8710 -1.0544v -7.8851 c 0.0000,-0.7793 0.0000,-1.3295 -0.5043 -1.3295ZM 301.3515,571.3657 ZM 302.6581,570.4259 c 0.0000,-0.6647 0.5501,-1.2149 1.2149 -1.2149c 0.6647,-0.0000 1.2149,0.5501 1.2149 1.2149c 0.0000,0.6647 -0.5501,1.2149 -1.2149 1.2149c -0.6647,-0.0000 -1.2149,-0.5501 -1.2149 -1.2149ZM 306.3714,571.3657 ZM 311.3913,558.9192 c -0.9856,-0.0000 -2.4297,0.9627 -2.4297 6.3035c 0.0000,1.8796 0.3438,5.6617 2.3609 5.6617c 0.3897,-0.0000 1.4899,-0.2521 1.9713 -2.0400c 0.2980,-1.1002 0.4584,-2.4755 0.4584 -4.4697c 0.0000,-2.9111 -0.7335,-4.5385 -1.3982 -5.1115c -0.2521,-0.2292 -0.5960,-0.3438 -0.9627 -0.3438ZM 311.3913,558.9192 ZM 311.2996,571.6408 c -2.4526,-0.0000 -4.1030,-3.1403 -4.1030 -6.6473c 0.0000,-4.2864 2.0400,-6.8765 4.1947 -6.8765c 0.9856,-0.0000 1.9713,0.6189 2.6360 1.5128c 0.9627,1.2836 1.4670,3.0027 1.4670 5.1574c 0.0000,5.0886 -2.5214,6.8536 -4.1947 6.8536Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="8.77193507674587" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3195">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3195)">+      <path d="M 287.7618,426.2369 c 0.0000,-2.8626 -2.3206,-5.1832 -5.1832 -5.1832c -2.8626,-0.0000 -5.1832,2.3206 -5.1832 5.1832c -0.0000,2.8626 2.3206,5.1832 5.1832 5.1832c 2.8626,0.0000 5.1832,-2.3206 5.1832 -5.1832Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3196">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3196)">+      <path d="M 282.5787,529.9003 v -103.6635 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3197">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3197)">+      <path d="M 144.3607,426.2369 h 138.2180 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(153,153,153)" stroke-width="5.84795671783058" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3198">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3198)">+      <path d="M 213.4697,149.8009 l 4.1465,24.3816 l 4.1465,23.3865 l 4.1465,22.3913 l 4.1465,21.3961 l 4.1465,20.4010 l 4.1465,19.4058 l 4.1465,18.4106 l 4.1465,17.4155 l 4.1465,16.4203 l 4.1465,15.4251 l 4.1465,14.4300 l 4.1465,13.4348 l 4.1465,12.4396 l 4.1465,11.4444 l 4.1465,10.4493 l 4.1465,9.4541 l 4.1465,8.4589 l 4.1465,7.4638 l 4.1465,6.4686 l 4.1465,5.4734 l 4.1465,4.4783 l 4.1465,3.4831 l 4.1465,2.4879 l 4.1465,1.4928 l 4.1465,0.4976 l 4.1465,-0.4976 l 4.1465,-1.4928 l 4.1465,-2.4879 l 4.1465,-3.4831 l 4.1465,-4.4783 l 4.1465,-5.4734 l 4.1465,-6.4686 l 4.1465,-7.4638 l 4.1465,-8.4589 l 4.1465,-9.4541 l 4.1465,-10.4493 l 4.1465,-11.4444 l 4.1465,-12.4396 l 4.1465,-13.4348 l 4.1465,-14.4300 l 4.1465,-15.4251 l 4.1465,-16.4203 l 4.1465,-17.4155 l 4.1465,-18.4106 l 4.1465,-19.4058 l 4.1465,-20.4010 l 4.1465,-21.3961 l 4.1465,-22.3913 l 4.1465,-23.3865 l 4.1465,-24.3816 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3199">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3199)">+      <path d="M 255.0554,159.8063 ZM 262.2070,145.7094 c 0.0000,0.1719 -0.2063,0.2751 -0.3782 0.2751c -1.0315,-0.0000 -1.4785,0.2063 -1.4785 0.7564c 0.0000,0.2063 0.0688,0.4814 0.2063 0.7908l 3.7821,8.8707 l 3.8165,-8.7332 c 0.1719,-0.3094 0.2407,-0.5845 0.2407 -0.7908c 0.0000,-0.7220 -0.6877,-0.8939 -1.4441 -0.8939h -0.1375 c -0.1719,-0.0000 -0.3438,-0.1375 -0.3438 -0.2407v -0.6533 l 0.0688,-0.1031 c 0.0000,-0.0000 2.0286,0.0688 3.2320 0.0688c 0.9627,-0.0000 2.3724,-0.0688 2.3724 -0.0688l 0.1031,0.0688 v 0.6533 c 0.0000,0.1719 -0.1375,0.2751 -0.3782 0.2751c -1.3065,-0.0000 -1.9598,1.3409 -2.4412 2.3380c -1.8223,3.8508 -3.3351,7.3923 -6.0857 14.0281c -1.0315,2.4755 -2.2693,5.3637 -4.7104 5.3637c -0.6533,-0.0000 -1.9942,-0.3782 -1.9942 -1.6160c 0.0000,-1.0315 0.7564,-1.3409 1.3065 -1.3409c 0.5157,-0.0000 0.8596,0.2063 1.0659 0.4814c 0.3438,0.3438 0.5845,0.5845 0.9283 0.5845c 0.5157,-0.0000 1.7191,-2.9569 2.5787 -5.0542c 0.2063,-0.4126 0.2751,-0.7564 0.2751 -1.0659c 0.0000,-0.3438 -0.3094,-1.2722 -0.5845 -1.9598l -4.3322,-10.0741 c -0.5501,-1.3065 -0.9283,-1.6847 -2.0973 -1.6847c -0.2063,-0.0000 -0.3438,-0.1031 -0.3438 -0.2407v -0.6877 l 0.0688,-0.0688 c 0.0000,-0.0000 1.5128,0.0688 2.5443 0.0688c 1.6160,-0.0000 4.0915,-0.0688 4.0915 -0.0688l 0.0688,0.1031 v 0.6189 ZM 281.1518,159.8063 ZM 297.0021,148.8726 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 297.0021,148.8726 ZM 297.0021,153.1704 v 1.6847 h -13.5811 v -1.6847 h 13.5811 ZM 307.8670,159.8063 ZM 314.6404,145.9845 c -0.6877,-0.0000 -0.8252,0.1719 -0.8252 0.4126c 0.0000,0.1719 0.1375,0.4814 0.5157 1.1002l 2.0973,3.0944 c 0.1031,0.2063 0.2063,0.3094 0.3438 0.3094c 0.1031,-0.0000 0.1719,-0.0688 0.3094 -0.2407l 2.2349,-3.1288 c 0.3782,-0.4814 0.5845,-0.8596 0.5845 -1.1346c 0.0000,-0.2751 -0.2407,-0.4126 -0.7220 -0.4126h -0.5501 c -0.1031,-0.0000 -0.2063,-0.0688 -0.2063 -0.2407v -0.6533 l 0.1031,-0.1031 c 0.0000,-0.0000 1.6160,0.0688 2.6818 0.0688c 1.1002,-0.0000 2.7850,-0.0688 2.7850 -0.0688l 0.0344,0.0688 v 0.6533 c 0.0000,0.2407 -0.2063,0.2751 -0.4126 0.2751c -1.2722,-0.0000 -1.7879,0.4126 -3.0600 2.0286l -2.8881,3.6789 c -0.0688,0.1031 -0.1031,0.1719 -0.1031 0.2407c 0.0000,0.0688 0.0344,0.1719 0.1031 0.2751l 3.0944,4.3666 c 1.5816,2.2349 2.0286,2.2693 3.1288 2.2693c 0.3438,-0.0000 0.4814,0.0688 0.4814 0.2751v 0.6533 l -0.0344,0.0688 c 0.0000,-0.0000 -1.8567,-0.0688 -3.0257 -0.0688c -1.4097,-0.0000 -3.5758,0.0688 -3.5758 0.0688l -0.0688,-0.0688 v -0.6533 c 0.0000,-0.1719 0.0688,-0.2751 0.2407 -0.2751h 0.4126 c 0.5501,-0.0000 0.7908,-0.1031 0.7908 -0.3782c 0.0000,-0.3094 -0.3782,-0.8252 -0.9283 -1.5472l -1.9942,-2.7506 c -0.1375,-0.1719 -0.2063,-0.2407 -0.3094 -0.2407c -0.0688,-0.0000 -0.1719,0.1031 -0.3094 0.3094l -2.1661,3.1288 c -0.5157,0.6877 -0.6189,0.8596 -0.6189 1.1002c 0.0000,0.2407 0.2063,0.3782 0.7220 0.3782h 0.4814 c 0.1719,-0.0000 0.2407,0.1031 0.2407 0.2751v 0.6533 l -0.0688,0.0688 c 0.0000,-0.0000 -1.7879,-0.0688 -2.8881 -0.0688c -0.9971,-0.0000 -2.5787,0.0688 -2.5787 0.0688l -0.0688,-0.0688 v -0.5845 c 0.0000,-0.2063 0.1375,-0.3438 0.4470 -0.3438c 0.8252,-0.0000 1.6160,-0.1719 3.0600 -2.0286l 2.8881,-3.7133 c 0.0344,-0.0688 0.0688,-0.1375 0.0688 -0.2407c 0.0000,-0.1031 -0.0344,-0.1719 -0.1031 -0.2751l -2.9913,-4.3666 c -0.9627,-1.4097 -1.5816,-2.2349 -2.7850 -2.2349c -0.2407,-0.0000 -0.4814,-0.1031 -0.4814 -0.2407v -0.6533 l 0.0688,-0.1031 l 2.7162,0.0688 l 3.8165,-0.0688 l 0.1031,0.1031 v 0.6189 c 0.0000,0.1719 -0.1375,0.2751 -0.2751 0.2751h -0.5157 ZM 324.9552,159.8063 ZM 327.4651,139.6237 c -0.4126,-0.0000 -0.8939,-0.3782 -0.8939 -0.8252c 0.0000,-0.8939 0.9627,-2.6475 3.6789 -2.6475c 1.7191,-0.0000 3.7133,0.6533 3.7133 2.8538c 0.0000,1.5816 -1.1690,2.7162 -3.0600 4.0915c -1.4441,1.0315 -2.2693,2.0286 -2.2693 3.0944h 2.7850 c 1.0659,-0.0000 1.6160,-1.3409 1.9942 -2.3036l 0.8252,0.1719 c -0.3094,1.0315 -0.5501,2.2349 -0.6533 3.2320h -7.0828 c 0.0000,-1.6504 1.5128,-3.0944 3.1288 -4.3666c 1.5472,-1.2378 2.3036,-2.0286 2.3036 -3.8852c 0.0000,-1.6160 -1.2034,-2.0630 -1.8223 -2.0630c -1.4785,-0.0000 -1.8567,0.5501 -1.8567 0.9971c 0.0000,0.3094 0.1719,0.5501 0.1719 0.8252c 0.0000,0.5501 -0.6189,0.8252 -0.9627 0.8252ZM 344.1063,159.8063 ZM 353.5271,151.6920 h -7.7705 c -0.3094,-0.0000 -0.5157,-0.2751 -0.5157 -0.5845c 0.0000,-0.5501 0.4470,-1.2722 0.8596 -1.2722h 7.8736 c 0.3438,-0.0000 0.4814,0.3094 0.4814 0.6189c 0.0000,0.3782 -0.4814,1.2378 -0.9283 1.2378ZM 364.1513,159.8063 ZM 371.5780,140.9990 c -0.8596,-0.0000 -3.3695,0.4814 -3.3695 2.5787c 0.0000,0.6189 -0.2407,1.6847 -1.1690 1.6847c -0.8939,-0.0000 -0.9627,-0.9971 -0.9627 -1.1002c 0.0000,-1.0659 1.4097,-4.2291 6.1889 -4.2291c 3.3351,-0.0000 4.3322,2.0973 4.3322 3.4726c 0.0000,0.8596 -0.2751,2.5787 -3.3695 4.5385c 1.9254,0.3094 4.4697,1.7191 4.4697 5.2949c 0.0000,4.5385 -3.4383,6.9797 -7.3235 6.9797c -1.9598,-0.0000 -4.7104,-0.8596 -4.7104 -2.1661c 0.0000,-0.5157 0.5157,-1.1002 1.2034 -1.1002c 0.6533,-0.0000 0.9627,0.3438 1.2722 0.7908c 0.3782,0.5845 0.9971,1.4097 2.6475 1.4097c 1.1346,-0.0000 4.3666,-1.1346 4.3666 -5.4668c 0.0000,-3.6789 -2.5787,-4.2634 -4.4354 -4.2634c -0.3094,-0.0000 -0.6877,0.0688 -1.0659 0.1375l -0.1375,-1.0315 c 2.6475,-0.4470 4.8479,-3.0257 4.8479 -4.6073c 0.0000,-1.9598 -1.3753,-2.9225 -2.7850 -2.9225Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3200">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3200)">+      <path d="M 489.9056,529.9003 l -0.0000,-345.5449 h -345.5449 l -0.0000,345.5449 Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3201">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3201)">+      <path d="M 144.3607,184.3554 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3202">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3202)">+      <path d="M 144.3607,191.2663 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3203">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3203)">+      <path d="M 144.3607,198.1772 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3204">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3204)">+      <path d="M 144.3607,205.0881 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3205">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3205)">+      <path d="M 144.3607,211.9990 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3206">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3206)">+      <path d="M 144.3607,218.9099 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3207">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3207)">+      <path d="M 144.3607,225.8208 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3208">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3208)">+      <path d="M 144.3607,232.7317 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3209">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3209)">+      <path d="M 144.3607,239.6426 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3210">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3210)">+      <path d="M 144.3607,246.5535 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3211">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3211)">+      <path d="M 144.3607,253.4644 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3212">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3212)">+      <path d="M 144.3607,260.3753 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3213">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3213)">+      <path d="M 144.3607,267.2862 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3214">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3214)">+      <path d="M 144.3607,274.1971 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3215">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3215)">+      <path d="M 144.3607,281.1080 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3216">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3216)">+      <path d="M 144.3607,288.0189 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3217">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3217)">+      <path d="M 144.3607,294.9298 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3218">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3218)">+      <path d="M 144.3607,301.8407 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3219">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3219)">+      <path d="M 144.3607,308.7516 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3220">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3220)">+      <path d="M 144.3607,315.6625 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3221">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3221)">+      <path d="M 144.3607,322.5734 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3222">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3222)">+      <path d="M 144.3607,329.4843 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3223">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3223)">+      <path d="M 144.3607,336.3952 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3224">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3224)">+      <path d="M 144.3607,343.3061 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3225">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3225)">+      <path d="M 144.3607,350.2170 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3226">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3226)">+      <path d="M 144.3607,357.1279 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3227">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3227)">+      <path d="M 144.3607,364.0388 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3228">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3228)">+      <path d="M 144.3607,370.9497 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3229">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3229)">+      <path d="M 144.3607,377.8606 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3230">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3230)">+      <path d="M 144.3607,384.7715 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3231">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3231)">+      <path d="M 144.3607,391.6824 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3232">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3232)">+      <path d="M 144.3607,398.5933 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3233">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3233)">+      <path d="M 144.3607,405.5042 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3234">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3234)">+      <path d="M 144.3607,412.4151 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3235">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3235)">+      <path d="M 144.3607,419.3260 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3236">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3236)">+      <path d="M 144.3607,426.2369 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3237">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3237)">+      <path d="M 144.3607,433.1478 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3238">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3238)">+      <path d="M 144.3607,440.0587 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3239">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3239)">+      <path d="M 144.3607,446.9696 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3240">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3240)">+      <path d="M 144.3607,453.8805 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3241">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3241)">+      <path d="M 144.3607,460.7914 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3242">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3242)">+      <path d="M 144.3607,467.7023 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3243">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3243)">+      <path d="M 144.3607,474.6132 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3244">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3244)">+      <path d="M 144.3607,481.5241 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3245">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3245)">+      <path d="M 144.3607,488.4350 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3246">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3246)">+      <path d="M 144.3607,495.3459 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3247">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3247)">+      <path d="M 144.3607,502.2567 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3248">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3248)">+      <path d="M 144.3607,509.1676 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3249">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3249)">+      <path d="M 144.3607,516.0785 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3250">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3250)">+      <path d="M 144.3607,522.9894 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3251">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3251)">+      <path d="M 144.3607,529.9003 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3252">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3252)">+      <path d="M 489.9056,529.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3253">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3253)">+      <path d="M 482.9947,529.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3254">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3254)">+      <path d="M 476.0838,529.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3255">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3255)">+      <path d="M 469.1729,529.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3256">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3256)">+      <path d="M 462.2620,529.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3257">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3257)">+      <path d="M 455.3511,529.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3258">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3258)">+      <path d="M 448.4402,529.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3259">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3259)">+      <path d="M 441.5293,529.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3260">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3260)">+      <path d="M 434.6184,529.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3261">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3261)">+      <path d="M 427.7075,529.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3262">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3262)">+      <path d="M 420.7966,529.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3263">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3263)">+      <path d="M 413.8857,529.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3264">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3264)">+      <path d="M 406.9748,529.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3265">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3265)">+      <path d="M 400.0639,529.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3266">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3266)">+      <path d="M 393.1530,529.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3267">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3267)">+      <path d="M 386.2421,529.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3268">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3268)">+      <path d="M 379.3312,529.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3269">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3269)">+      <path d="M 372.4203,529.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3270">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3270)">+      <path d="M 365.5094,529.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3271">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3271)">+      <path d="M 358.5985,529.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3272">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3272)">+      <path d="M 351.6876,529.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3273">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3273)">+      <path d="M 344.7767,529.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3274">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3274)">+      <path d="M 337.8658,529.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3275">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3275)">+      <path d="M 330.9549,529.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3276">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3276)">+      <path d="M 324.0440,529.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3277">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3277)">+      <path d="M 317.1331,529.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3278">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3278)">+      <path d="M 310.2222,529.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3279">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3279)">+      <path d="M 303.3114,529.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3280">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3280)">+      <path d="M 296.4005,529.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3281">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3281)">+      <path d="M 289.4896,529.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3282">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3282)">+      <path d="M 282.5787,529.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3283">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3283)">+      <path d="M 275.6678,529.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3284">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3284)">+      <path d="M 268.7569,529.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3285">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3285)">+      <path d="M 261.8460,529.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3286">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3286)">+      <path d="M 254.9351,529.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3287">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3287)">+      <path d="M 248.0242,529.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3288">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3288)">+      <path d="M 241.1133,529.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3289">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3289)">+      <path d="M 234.2024,529.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3290">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3290)">+      <path d="M 227.2915,529.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3291">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3291)">+      <path d="M 220.3806,529.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3292">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3292)">+      <path d="M 213.4697,529.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3293">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3293)">+      <path d="M 206.5588,529.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3294">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3294)">+      <path d="M 199.6479,529.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3295">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3295)">+      <path d="M 192.7370,529.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3296">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3296)">+      <path d="M 185.8261,529.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3297">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3297)">+      <path d="M 178.9152,529.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3298">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3298)">+      <path d="M 172.0043,529.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3299">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3299)">+      <path d="M 165.0934,529.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3300">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3300)">+      <path d="M 158.1825,529.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3301">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3301)">+      <path d="M 151.2716,529.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.169591343566116" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3302">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3302)">+      <path d="M 144.3607,529.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3303">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3303)">+      <path d="M 144.3607,184.3554 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3304">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3304)">+      <path d="M 144.3607,218.9099 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3305">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3305)">+      <path d="M 144.3607,253.4644 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3306">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3306)">+      <path d="M 144.3607,288.0189 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3307">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3307)">+      <path d="M 144.3607,322.5734 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3308">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3308)">+      <path d="M 144.3607,357.1279 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3309">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3309)">+      <path d="M 144.3607,391.6824 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3310">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3310)">+      <path d="M 144.3607,426.2369 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3311">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3311)">+      <path d="M 144.3607,460.7914 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3312">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3312)">+      <path d="M 144.3607,495.3459 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3313">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3313)">+      <path d="M 144.3607,529.9003 h 345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3314">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3314)">+      <path d="M 489.9056,529.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3315">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3315)">+      <path d="M 455.3511,529.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3316">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3316)">+      <path d="M 420.7966,529.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3317">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3317)">+      <path d="M 386.2421,529.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3318">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3318)">+      <path d="M 351.6876,529.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3319">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3319)">+      <path d="M 317.1331,529.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3320">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3320)">+      <path d="M 282.5787,529.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3321">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3321)">+      <path d="M 248.0242,529.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3322">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3322)">+      <path d="M 213.4697,529.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3323">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3323)">+      <path d="M 178.9152,529.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="2.92397835891529" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3324">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3324)">+      <path d="M 144.3607,529.9003 v -345.5449 "/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(255,255,255)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <defs>+      <clipPath id="myClip3325">+        <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+      </clipPath>+    </defs>+    <g clip-path="url(#myClip3325)">+      <path d="M 516.6853,589.5868 l -0.0000,-495.8678 h -471.0551 l -0.0000,495.8678 Z"/>+    </g>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.92397835891529" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 139.8413,589.5868 l -0.0000,-99.1736 h -94.2110 l -0.0000,99.1736 Z"/>+  </g>+</svg>
other/glineChart_Example.svg view
@@ -1,3 +1,37 @@ <?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>+    "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>
other/glineHudExample.svg view
@@ -1,3 +1,289 @@ <?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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 248.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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 248.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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 248.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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 248.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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 248.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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 248.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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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>+    "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 421.5454,85.2789 ZM 428.1564,81.6632 c 0.0000,-2.2037 -1.1981,-3.2948 -2.5246 -3.2948c -0.9842,-0.0000 -1.7330,0.1498 -2.5674 0.4921l 0.6846,-5.8408 c 0.7060,0.0642 1.4334,0.0856 2.1823 0.0856c 1.0697,-0.0000 2.1823,-0.0642 3.3376 -0.1926l 0.1284,0.0642 l -0.3209,1.3907 c -0.8344,0.0856 -1.5190,0.1070 -2.1181 0.1070c -0.9628,-0.0000 -1.6902,-0.0856 -2.4390 -0.1712l -0.4065,3.3804 c 0.4493,-0.1712 1.2195,-0.3209 2.0539 -0.3209c 2.2678,-0.0000 3.5301,1.9683 3.5301 3.9366c 0.0000,2.3962 -1.6688,4.2362 -4.0864 4.2362c -1.2195,-0.0000 -2.9953,-0.6846 -2.9953 -1.5190c 0.0000,-0.4065 0.3423,-0.6846 0.7274 -0.6846c 0.4279,-0.0000 0.7060,0.3209 0.9628 0.6632c 0.3209,0.3851 0.6632,0.8130 1.3479 0.8130c 1.3693,-0.0000 2.5032,-1.2837 2.5032 -3.1450ZM 430.9163,85.2789 ZM 433.1414,83.2464 c 0.8558,-0.0000 1.4121,0.8344 1.4121 2.1181c 0.0000,1.4976 -1.0697,2.2037 -2.3534 2.4390l -0.1070,-0.5349 c 1.1125,-0.2781 1.6260,-0.9200 1.6260 -1.3693c 0.0000,-0.4921 -0.3637,-0.5777 -0.7702 -0.6204c -0.3851,-0.0642 -0.9414,-0.2353 -0.9414 -0.9414c 0.0000,-0.5991 0.4707,-1.0911 1.1339 -1.0911ZM 435.6018,85.2789 ZM 442.2127,81.6632 c 0.0000,-2.2037 -1.1981,-3.2948 -2.5246 -3.2948c -0.9842,-0.0000 -1.7330,0.1498 -2.5674 0.4921l 0.6846,-5.8408 c 0.7060,0.0642 1.4334,0.0856 2.1823 0.0856c 1.0697,-0.0000 2.1823,-0.0642 3.3376 -0.1926l 0.1284,0.0642 l -0.3209,1.3907 c -0.8344,0.0856 -1.5190,0.1070 -2.1181 0.1070c -0.9628,-0.0000 -1.6902,-0.0856 -2.4390 -0.1712l -0.4065,3.3804 c 0.4493,-0.1712 1.2195,-0.3209 2.0539 -0.3209c 2.2678,-0.0000 3.5301,1.9683 3.5301 3.9366c 0.0000,2.3962 -1.6688,4.2362 -4.0864 4.2362c -1.2195,-0.0000 -2.9953,-0.6846 -2.9953 -1.5190c 0.0000,-0.4065 0.3423,-0.6846 0.7274 -0.6846c 0.4279,-0.0000 0.7060,0.3209 0.9628 0.6632c 0.3209,0.3851 0.6632,0.8130 1.3479 0.8130c 1.3693,-0.0000 2.5032,-1.2837 2.5032 -3.1450Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 434.3341,96.2543 c 0.0000,-0.5938 -0.4813,-1.0751 -1.0751 -1.0751c -0.5938,-0.0000 -1.0751,0.4813 -1.0751 1.0751c -0.0000,0.5938 0.4813,1.0751 1.0751 1.0751c 0.5938,0.0000 1.0751,-0.4813 1.0751 -1.0751Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.5454,128.2822 ZM 428.1564,124.6665 c 0.0000,-2.2037 -1.1981,-3.2948 -2.5246 -3.2948c -0.9842,-0.0000 -1.7330,0.1498 -2.5674 0.4921l 0.6846,-5.8408 c 0.7060,0.0642 1.4334,0.0856 2.1823 0.0856c 1.0697,-0.0000 2.1823,-0.0642 3.3376 -0.1926l 0.1284,0.0642 l -0.3209,1.3907 c -0.8344,0.0856 -1.5190,0.1070 -2.1181 0.1070c -0.9628,-0.0000 -1.6902,-0.0856 -2.4390 -0.1712l -0.4065,3.3804 c 0.4493,-0.1712 1.2195,-0.3209 2.0539 -0.3209c 2.2678,-0.0000 3.5301,1.9683 3.5301 3.9366c 0.0000,2.3962 -1.6688,4.2362 -4.0864 4.2362c -1.2195,-0.0000 -2.9953,-0.6846 -2.9953 -1.5190c 0.0000,-0.4065 0.3423,-0.6846 0.7274 -0.6846c 0.4279,-0.0000 0.7060,0.3209 0.9628 0.6632c 0.3209,0.3851 0.6632,0.8130 1.3479 0.8130c 1.3693,-0.0000 2.5032,-1.2837 2.5032 -3.1450ZM 430.9163,128.2822 ZM 433.1414,126.2497 c 0.8558,-0.0000 1.4121,0.8344 1.4121 2.1181c 0.0000,1.4976 -1.0697,2.2037 -2.3534 2.4390l -0.1070,-0.5349 c 1.1125,-0.2781 1.6260,-0.9200 1.6260 -1.3693c 0.0000,-0.4921 -0.3637,-0.5777 -0.7702 -0.6204c -0.3851,-0.0642 -0.9414,-0.2353 -0.9414 -0.9414c 0.0000,-0.5991 0.4707,-1.0911 1.1339 -1.0911ZM 435.6018,128.2822 ZM 441.1216,120.6871 c 0.0000,-0.1498 0.0214,-0.3209 0.2139 -0.4279c 0.2353,-0.1712 0.6204,-0.3637 0.9414 -0.3637c 0.2781,-0.0000 0.2995,0.2353 0.2995 0.6632v 3.4445 h 1.7330 l -0.1284,1.0056 h -1.6046 v 1.7758 c 0.0000,0.5991 0.0856,0.8986 0.7060 0.8986h 0.5777 c 0.1284,-0.0000 0.1498,0.1070 0.1498 0.1498v 0.4707 c 0.0000,-0.0000 -1.3693,-0.0428 -2.2678 -0.0428c -0.8130,-0.0000 -2.0753,0.0428 -2.0753 0.0428v -0.4707 c 0.0000,-0.0428 0.0214,-0.1498 0.1498 -0.1498h 0.5777 c 0.6632,-0.0000 0.7274,-0.2781 0.7274 -0.8986v -1.7758 h -4.1934 c -0.0856,-0.0000 -0.1284,-0.0428 -0.1926 -0.1284l -0.1712,-0.2353 l -0.2567,-0.4493 c -0.0214,-0.0000 -0.0214,-0.0214 -0.0214 -0.0428c 0.0000,-0.0214 0.0214,-0.0428 0.0428 -0.0642c 1.3907,-1.5404 3.8510,-6.3114 4.6213 -8.0658c 0.0214,-0.0856 0.0642,-0.1070 0.1498 -0.1070c 0.0214,-0.0000 0.4921,0.1926 0.7488 0.2353c -0.9628,2.5888 -2.5460,5.3701 -4.1078 7.8519h 3.3804 v -3.3162 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 434.3341,139.2577 c 0.0000,-0.5938 -0.4813,-1.0751 -1.0751 -1.0751c -0.5938,-0.0000 -1.0751,0.4813 -1.0751 1.0751c -0.0000,0.5938 0.4813,1.0751 1.0751 1.0751c 0.5938,0.0000 1.0751,-0.4813 1.0751 -1.0751Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.5454,171.2856 ZM 428.1564,167.6699 c 0.0000,-2.2037 -1.1981,-3.2948 -2.5246 -3.2948c -0.9842,-0.0000 -1.7330,0.1498 -2.5674 0.4921l 0.6846,-5.8408 c 0.7060,0.0642 1.4334,0.0856 2.1823 0.0856c 1.0697,-0.0000 2.1823,-0.0642 3.3376 -0.1926l 0.1284,0.0642 l -0.3209,1.3907 c -0.8344,0.0856 -1.5190,0.1070 -2.1181 0.1070c -0.9628,-0.0000 -1.6902,-0.0856 -2.4390 -0.1712l -0.4065,3.3804 c 0.4493,-0.1712 1.2195,-0.3209 2.0539 -0.3209c 2.2678,-0.0000 3.5301,1.9683 3.5301 3.9366c 0.0000,2.3962 -1.6688,4.2362 -4.0864 4.2362c -1.2195,-0.0000 -2.9953,-0.6846 -2.9953 -1.5190c 0.0000,-0.4065 0.3423,-0.6846 0.7274 -0.6846c 0.4279,-0.0000 0.7060,0.3209 0.9628 0.6632c 0.3209,0.3851 0.6632,0.8130 1.3479 0.8130c 1.3693,-0.0000 2.5032,-1.2837 2.5032 -3.1450ZM 430.9163,171.2856 ZM 433.1414,169.2531 c 0.8558,-0.0000 1.4121,0.8344 1.4121 2.1181c 0.0000,1.4976 -1.0697,2.2037 -2.3534 2.4390l -0.1070,-0.5349 c 1.1125,-0.2781 1.6260,-0.9200 1.6260 -1.3693c 0.0000,-0.4921 -0.3637,-0.5777 -0.7702 -0.6204c -0.3851,-0.0642 -0.9414,-0.2353 -0.9414 -0.9414c 0.0000,-0.5991 0.4707,-1.0911 1.1339 -1.0911ZM 435.6018,171.2856 ZM 440.2230,159.5827 c -0.5349,-0.0000 -2.0967,0.2995 -2.0967 1.6046c 0.0000,0.3851 -0.1498,1.0483 -0.7274 1.0483c -0.5563,-0.0000 -0.5991,-0.6204 -0.5991 -0.6846c 0.0000,-0.6632 0.8772,-2.6316 3.8510 -2.6316c 2.0753,-0.0000 2.6957,1.3051 2.6957 2.1609c 0.0000,0.5349 -0.1712,1.6046 -2.0967 2.8241c 1.1981,0.1926 2.7813,1.0697 2.7813 3.2948c 0.0000,2.8241 -2.1395,4.3431 -4.5571 4.3431c -1.2195,-0.0000 -2.9311,-0.5349 -2.9311 -1.3479c 0.0000,-0.3209 0.3209,-0.6846 0.7488 -0.6846c 0.4065,-0.0000 0.5991,0.2139 0.7916 0.4921c 0.2353,0.3637 0.6204,0.8772 1.6474 0.8772c 0.7060,-0.0000 2.7171,-0.7060 2.7171 -3.4018c 0.0000,-2.2892 -1.6046,-2.6529 -2.7599 -2.6529c -0.1926,-0.0000 -0.4279,0.0428 -0.6632 0.0856l -0.0856,-0.6418 c 1.6474,-0.2781 3.0167,-1.8827 3.0167 -2.8669c 0.0000,-1.2195 -0.8558,-1.8186 -1.7330 -1.8186Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 434.3341,182.2611 c 0.0000,-0.5938 -0.4813,-1.0751 -1.0751 -1.0751c -0.5938,-0.0000 -1.0751,0.4813 -1.0751 1.0751c -0.0000,0.5938 0.4813,1.0751 1.0751 1.0751c 0.5938,0.0000 1.0751,-0.4813 1.0751 -1.0751Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.5454,214.2890 ZM 428.1564,210.6733 c 0.0000,-2.2037 -1.1981,-3.2948 -2.5246 -3.2948c -0.9842,-0.0000 -1.7330,0.1498 -2.5674 0.4921l 0.6846,-5.8408 c 0.7060,0.0642 1.4334,0.0856 2.1823 0.0856c 1.0697,-0.0000 2.1823,-0.0642 3.3376 -0.1926l 0.1284,0.0642 l -0.3209,1.3907 c -0.8344,0.0856 -1.5190,0.1070 -2.1181 0.1070c -0.9628,-0.0000 -1.6902,-0.0856 -2.4390 -0.1712l -0.4065,3.3804 c 0.4493,-0.1712 1.2195,-0.3209 2.0539 -0.3209c 2.2678,-0.0000 3.5301,1.9683 3.5301 3.9366c 0.0000,2.3962 -1.6688,4.2362 -4.0864 4.2362c -1.2195,-0.0000 -2.9953,-0.6846 -2.9953 -1.5190c 0.0000,-0.4065 0.3423,-0.6846 0.7274 -0.6846c 0.4279,-0.0000 0.7060,0.3209 0.9628 0.6632c 0.3209,0.3851 0.6632,0.8130 1.3479 0.8130c 1.3693,-0.0000 2.5032,-1.2837 2.5032 -3.1450ZM 430.9163,214.2890 ZM 433.1414,212.2565 c 0.8558,-0.0000 1.4121,0.8344 1.4121 2.1181c 0.0000,1.4976 -1.0697,2.2037 -2.3534 2.4390l -0.1070,-0.5349 c 1.1125,-0.2781 1.6260,-0.9200 1.6260 -1.3693c 0.0000,-0.4921 -0.3637,-0.5777 -0.7702 -0.6204c -0.3851,-0.0642 -0.9414,-0.2353 -0.9414 -0.9414c 0.0000,-0.5991 0.4707,-1.0911 1.1339 -1.0911ZM 435.6018,214.2890 ZM 436.8427,204.8111 c 0.0000,-1.2195 1.1767,-2.8883 3.4232 -2.8883c 1.6474,-0.0000 3.5729,0.6204 3.5729 3.0808c 0.0000,1.6260 -0.8344,2.4390 -1.9897 3.5515l -2.0325,1.9683 c -0.1070,0.1070 -1.5404,1.5190 -1.5404 2.5246h 3.6371 c 0.7274,-0.0000 1.1125,-0.3637 1.4121 -1.5404l 0.5349,0.0856 l -0.4279,2.6957 h -6.6110 c 0.0000,-1.1981 0.1926,-2.1181 2.1823 -4.1506l 1.4976,-1.4762 c 1.1981,-1.2195 1.6902,-2.2678 1.6902 -3.5729c 0.0000,-1.9469 -1.3265,-2.5032 -2.0539 -2.5032c -1.4762,-0.0000 -1.8827,0.7702 -1.8827 1.2837c 0.0000,0.1712 0.0428,0.3423 0.0856 0.4921c 0.0428,0.1498 0.0856,0.2995 0.0856 0.4707c 0.0000,0.5563 -0.4279,0.7702 -0.7702 0.7702c -0.4707,-0.0000 -0.8130,-0.3637 -0.8130 -0.7916Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 434.3341,225.2645 c 0.0000,-0.5938 -0.4813,-1.0751 -1.0751 -1.0751c -0.5938,-0.0000 -1.0751,0.4813 -1.0751 1.0751c -0.0000,0.5938 0.4813,1.0751 1.0751 1.0751c 0.5938,0.0000 1.0751,-0.4813 1.0751 -1.0751Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.5454,257.2924 ZM 428.1564,253.6767 c 0.0000,-2.2037 -1.1981,-3.2948 -2.5246 -3.2948c -0.9842,-0.0000 -1.7330,0.1498 -2.5674 0.4921l 0.6846,-5.8408 c 0.7060,0.0642 1.4334,0.0856 2.1823 0.0856c 1.0697,-0.0000 2.1823,-0.0642 3.3376 -0.1926l 0.1284,0.0642 l -0.3209,1.3907 c -0.8344,0.0856 -1.5190,0.1070 -2.1181 0.1070c -0.9628,-0.0000 -1.6902,-0.0856 -2.4390 -0.1712l -0.4065,3.3804 c 0.4493,-0.1712 1.2195,-0.3209 2.0539 -0.3209c 2.2678,-0.0000 3.5301,1.9683 3.5301 3.9366c 0.0000,2.3962 -1.6688,4.2362 -4.0864 4.2362c -1.2195,-0.0000 -2.9953,-0.6846 -2.9953 -1.5190c 0.0000,-0.4065 0.3423,-0.6846 0.7274 -0.6846c 0.4279,-0.0000 0.7060,0.3209 0.9628 0.6632c 0.3209,0.3851 0.6632,0.8130 1.3479 0.8130c 1.3693,-0.0000 2.5032,-1.2837 2.5032 -3.1450ZM 430.9163,257.2924 ZM 433.1414,255.2599 c 0.8558,-0.0000 1.4121,0.8344 1.4121 2.1181c 0.0000,1.4976 -1.0697,2.2037 -2.3534 2.4390l -0.1070,-0.5349 c 1.1125,-0.2781 1.6260,-0.9200 1.6260 -1.3693c 0.0000,-0.4921 -0.3637,-0.5777 -0.7702 -0.6204c -0.3851,-0.0642 -0.9414,-0.2353 -0.9414 -0.9414c 0.0000,-0.5991 0.4707,-1.0911 1.1339 -1.0911ZM 435.6018,257.2924 ZM 439.6240,247.0871 c -0.4065,-0.0000 -1.3479,0.3851 -1.8186 0.5991l -0.2567,-0.6632 c 1.8827,-0.8772 2.6102,-1.3265 3.6799 -2.0967h 0.4065 v 10.7615 c 0.0000,0.7702 0.1070,0.9842 0.8130 0.9842h 1.1125 c 0.0642,-0.0000 0.1712,0.0428 0.1712 0.1712v 0.4707 l -2.9311,-0.0428 l -2.9739,0.0428 v -0.4707 c 0.0214,-0.0642 0.0428,-0.1712 0.1712 -0.1712h 1.2837 c 0.8130,-0.0000 0.8130,-0.3637 0.8130 -0.9842v -7.3598 c 0.0000,-0.7274 0.0000,-1.2409 -0.4707 -1.2409Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 434.3341,268.2679 c 0.0000,-0.5938 -0.4813,-1.0751 -1.0751 -1.0751c -0.5938,-0.0000 -1.0751,0.4813 -1.0751 1.0751c -0.0000,0.5938 0.4813,1.0751 1.0751 1.0751c 0.5938,0.0000 1.0751,-0.4813 1.0751 -1.0751Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.5454,300.2958 ZM 428.1564,296.6800 c 0.0000,-2.2037 -1.1981,-3.2948 -2.5246 -3.2948c -0.9842,-0.0000 -1.7330,0.1498 -2.5674 0.4921l 0.6846,-5.8408 c 0.7060,0.0642 1.4334,0.0856 2.1823 0.0856c 1.0697,-0.0000 2.1823,-0.0642 3.3376 -0.1926l 0.1284,0.0642 l -0.3209,1.3907 c -0.8344,0.0856 -1.5190,0.1070 -2.1181 0.1070c -0.9628,-0.0000 -1.6902,-0.0856 -2.4390 -0.1712l -0.4065,3.3804 c 0.4493,-0.1712 1.2195,-0.3209 2.0539 -0.3209c 2.2678,-0.0000 3.5301,1.9683 3.5301 3.9366c 0.0000,2.3962 -1.6688,4.2362 -4.0864 4.2362c -1.2195,-0.0000 -2.9953,-0.6846 -2.9953 -1.5190c 0.0000,-0.4065 0.3423,-0.6846 0.7274 -0.6846c 0.4279,-0.0000 0.7060,0.3209 0.9628 0.6632c 0.3209,0.3851 0.6632,0.8130 1.3479 0.8130c 1.3693,-0.0000 2.5032,-1.2837 2.5032 -3.1450ZM 430.9163,300.2958 ZM 433.1414,298.2633 c 0.8558,-0.0000 1.4121,0.8344 1.4121 2.1181c 0.0000,1.4976 -1.0697,2.2037 -2.3534 2.4390l -0.1070,-0.5349 c 1.1125,-0.2781 1.6260,-0.9200 1.6260 -1.3693c 0.0000,-0.4921 -0.3637,-0.5777 -0.7702 -0.6204c -0.3851,-0.0642 -0.9414,-0.2353 -0.9414 -0.9414c 0.0000,-0.5991 0.4707,-1.0911 1.1339 -1.0911ZM 435.6018,300.2958 ZM 440.2872,288.6784 c -0.9200,-0.0000 -2.2678,0.8986 -2.2678 5.8835c 0.0000,1.7544 0.3209,5.2845 2.2037 5.2845c 0.3637,-0.0000 1.3907,-0.2353 1.8399 -1.9041c 0.2781,-1.0269 0.4279,-2.3106 0.4279 -4.1720c 0.0000,-2.7171 -0.6846,-4.2362 -1.3051 -4.7710c -0.2353,-0.2139 -0.5563,-0.3209 -0.8986 -0.3209ZM 440.2872,288.6784 ZM 440.2016,300.5525 c -2.2892,-0.0000 -3.8297,-2.9311 -3.8297 -6.2045c 0.0000,-4.0008 1.9041,-6.4184 3.9152 -6.4184c 0.9200,-0.0000 1.8399,0.5777 2.4604 1.4121c 0.8986,1.1981 1.3693,2.8027 1.3693 4.8138c 0.0000,4.7496 -2.3534,6.3970 -3.9152 6.3970Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 434.3341,311.2712 c 0.0000,-0.5938 -0.4813,-1.0751 -1.0751 -1.0751c -0.5938,-0.0000 -1.0751,0.4813 -1.0751 1.0751c -0.0000,0.5938 0.4813,1.0751 1.0751 1.0751c 0.5938,0.0000 1.0751,-0.4813 1.0751 -1.0751Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 357.0404,85.2789 ZM 362.5602,77.6837 c 0.0000,-0.1498 0.0214,-0.3209 0.2139 -0.4279c 0.2353,-0.1712 0.6204,-0.3637 0.9414 -0.3637c 0.2781,-0.0000 0.2995,0.2353 0.2995 0.6632v 3.4445 h 1.7330 l -0.1284,1.0056 h -1.6046 v 1.7758 c 0.0000,0.5991 0.0856,0.8986 0.7060 0.8986h 0.5777 c 0.1284,-0.0000 0.1498,0.1070 0.1498 0.1498v 0.4707 c 0.0000,-0.0000 -1.3693,-0.0428 -2.2678 -0.0428c -0.8130,-0.0000 -2.0753,0.0428 -2.0753 0.0428v -0.4707 c 0.0000,-0.0428 0.0214,-0.1498 0.1498 -0.1498h 0.5777 c 0.6632,-0.0000 0.7274,-0.2781 0.7274 -0.8986v -1.7758 h -4.1934 c -0.0856,-0.0000 -0.1284,-0.0428 -0.1926 -0.1284l -0.1712,-0.2353 l -0.2567,-0.4493 c -0.0214,-0.0000 -0.0214,-0.0214 -0.0214 -0.0428c 0.0000,-0.0214 0.0214,-0.0428 0.0428 -0.0642c 1.3907,-1.5404 3.8510,-6.3114 4.6213 -8.0658c 0.0214,-0.0856 0.0642,-0.1070 0.1498 -0.1070c 0.0214,-0.0000 0.4921,0.1926 0.7488 0.2353c -0.9628,2.5888 -2.5460,5.3701 -4.1078 7.8519h 3.3804 v -3.3162 ZM 366.4113,85.2789 ZM 368.6363,83.2464 c 0.8558,-0.0000 1.4121,0.8344 1.4121 2.1181c 0.0000,1.4976 -1.0697,2.2037 -2.3534 2.4390l -0.1070,-0.5349 c 1.1125,-0.2781 1.6260,-0.9200 1.6260 -1.3693c 0.0000,-0.4921 -0.3637,-0.5777 -0.7702 -0.6204c -0.3851,-0.0642 -0.9414,-0.2353 -0.9414 -0.9414c 0.0000,-0.5991 0.4707,-1.0911 1.1339 -1.0911ZM 371.0967,85.2789 ZM 377.7077,81.6632 c 0.0000,-2.2037 -1.1981,-3.2948 -2.5246 -3.2948c -0.9842,-0.0000 -1.7330,0.1498 -2.5674 0.4921l 0.6846,-5.8408 c 0.7060,0.0642 1.4334,0.0856 2.1823 0.0856c 1.0697,-0.0000 2.1823,-0.0642 3.3376 -0.1926l 0.1284,0.0642 l -0.3209,1.3907 c -0.8344,0.0856 -1.5190,0.1070 -2.1181 0.1070c -0.9628,-0.0000 -1.6902,-0.0856 -2.4390 -0.1712l -0.4065,3.3804 c 0.4493,-0.1712 1.2195,-0.3209 2.0539 -0.3209c 2.2678,-0.0000 3.5301,1.9683 3.5301 3.9366c 0.0000,2.3962 -1.6688,4.2362 -4.0864 4.2362c -1.2195,-0.0000 -2.9953,-0.6846 -2.9953 -1.5190c 0.0000,-0.4065 0.3423,-0.6846 0.7274 -0.6846c 0.4279,-0.0000 0.7060,0.3209 0.9628 0.6632c 0.3209,0.3851 0.6632,0.8130 1.3479 0.8130c 1.3693,-0.0000 2.5032,-1.2837 2.5032 -3.1450Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 369.8291,96.2543 c 0.0000,-0.5938 -0.4813,-1.0751 -1.0751 -1.0751c -0.5938,-0.0000 -1.0751,0.4813 -1.0751 1.0751c -0.0000,0.5938 0.4813,1.0751 1.0751 1.0751c 0.5938,0.0000 1.0751,-0.4813 1.0751 -1.0751Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 357.0404,128.2822 ZM 362.5602,120.6871 c 0.0000,-0.1498 0.0214,-0.3209 0.2139 -0.4279c 0.2353,-0.1712 0.6204,-0.3637 0.9414 -0.3637c 0.2781,-0.0000 0.2995,0.2353 0.2995 0.6632v 3.4445 h 1.7330 l -0.1284,1.0056 h -1.6046 v 1.7758 c 0.0000,0.5991 0.0856,0.8986 0.7060 0.8986h 0.5777 c 0.1284,-0.0000 0.1498,0.1070 0.1498 0.1498v 0.4707 c 0.0000,-0.0000 -1.3693,-0.0428 -2.2678 -0.0428c -0.8130,-0.0000 -2.0753,0.0428 -2.0753 0.0428v -0.4707 c 0.0000,-0.0428 0.0214,-0.1498 0.1498 -0.1498h 0.5777 c 0.6632,-0.0000 0.7274,-0.2781 0.7274 -0.8986v -1.7758 h -4.1934 c -0.0856,-0.0000 -0.1284,-0.0428 -0.1926 -0.1284l -0.1712,-0.2353 l -0.2567,-0.4493 c -0.0214,-0.0000 -0.0214,-0.0214 -0.0214 -0.0428c 0.0000,-0.0214 0.0214,-0.0428 0.0428 -0.0642c 1.3907,-1.5404 3.8510,-6.3114 4.6213 -8.0658c 0.0214,-0.0856 0.0642,-0.1070 0.1498 -0.1070c 0.0214,-0.0000 0.4921,0.1926 0.7488 0.2353c -0.9628,2.5888 -2.5460,5.3701 -4.1078 7.8519h 3.3804 v -3.3162 ZM 366.4113,128.2822 ZM 368.6363,126.2497 c 0.8558,-0.0000 1.4121,0.8344 1.4121 2.1181c 0.0000,1.4976 -1.0697,2.2037 -2.3534 2.4390l -0.1070,-0.5349 c 1.1125,-0.2781 1.6260,-0.9200 1.6260 -1.3693c 0.0000,-0.4921 -0.3637,-0.5777 -0.7702 -0.6204c -0.3851,-0.0642 -0.9414,-0.2353 -0.9414 -0.9414c 0.0000,-0.5991 0.4707,-1.0911 1.1339 -1.0911ZM 371.0967,128.2822 ZM 376.6165,120.6871 c 0.0000,-0.1498 0.0214,-0.3209 0.2139 -0.4279c 0.2353,-0.1712 0.6204,-0.3637 0.9414 -0.3637c 0.2781,-0.0000 0.2995,0.2353 0.2995 0.6632v 3.4445 h 1.7330 l -0.1284,1.0056 h -1.6046 v 1.7758 c 0.0000,0.5991 0.0856,0.8986 0.7060 0.8986h 0.5777 c 0.1284,-0.0000 0.1498,0.1070 0.1498 0.1498v 0.4707 c 0.0000,-0.0000 -1.3693,-0.0428 -2.2678 -0.0428c -0.8130,-0.0000 -2.0753,0.0428 -2.0753 0.0428v -0.4707 c 0.0000,-0.0428 0.0214,-0.1498 0.1498 -0.1498h 0.5777 c 0.6632,-0.0000 0.7274,-0.2781 0.7274 -0.8986v -1.7758 h -4.1934 c -0.0856,-0.0000 -0.1284,-0.0428 -0.1926 -0.1284l -0.1712,-0.2353 l -0.2567,-0.4493 c -0.0214,-0.0000 -0.0214,-0.0214 -0.0214 -0.0428c 0.0000,-0.0214 0.0214,-0.0428 0.0428 -0.0642c 1.3907,-1.5404 3.8510,-6.3114 4.6213 -8.0658c 0.0214,-0.0856 0.0642,-0.1070 0.1498 -0.1070c 0.0214,-0.0000 0.4921,0.1926 0.7488 0.2353c -0.9628,2.5888 -2.5460,5.3701 -4.1078 7.8519h 3.3804 v -3.3162 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 369.8291,139.2577 c 0.0000,-0.5938 -0.4813,-1.0751 -1.0751 -1.0751c -0.5938,-0.0000 -1.0751,0.4813 -1.0751 1.0751c -0.0000,0.5938 0.4813,1.0751 1.0751 1.0751c 0.5938,0.0000 1.0751,-0.4813 1.0751 -1.0751Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 357.0404,171.2856 ZM 362.5602,163.6905 c 0.0000,-0.1498 0.0214,-0.3209 0.2139 -0.4279c 0.2353,-0.1712 0.6204,-0.3637 0.9414 -0.3637c 0.2781,-0.0000 0.2995,0.2353 0.2995 0.6632v 3.4445 h 1.7330 l -0.1284,1.0056 h -1.6046 v 1.7758 c 0.0000,0.5991 0.0856,0.8986 0.7060 0.8986h 0.5777 c 0.1284,-0.0000 0.1498,0.1070 0.1498 0.1498v 0.4707 c 0.0000,-0.0000 -1.3693,-0.0428 -2.2678 -0.0428c -0.8130,-0.0000 -2.0753,0.0428 -2.0753 0.0428v -0.4707 c 0.0000,-0.0428 0.0214,-0.1498 0.1498 -0.1498h 0.5777 c 0.6632,-0.0000 0.7274,-0.2781 0.7274 -0.8986v -1.7758 h -4.1934 c -0.0856,-0.0000 -0.1284,-0.0428 -0.1926 -0.1284l -0.1712,-0.2353 l -0.2567,-0.4493 c -0.0214,-0.0000 -0.0214,-0.0214 -0.0214 -0.0428c 0.0000,-0.0214 0.0214,-0.0428 0.0428 -0.0642c 1.3907,-1.5404 3.8510,-6.3114 4.6213 -8.0658c 0.0214,-0.0856 0.0642,-0.1070 0.1498 -0.1070c 0.0214,-0.0000 0.4921,0.1926 0.7488 0.2353c -0.9628,2.5888 -2.5460,5.3701 -4.1078 7.8519h 3.3804 v -3.3162 ZM 366.4113,171.2856 ZM 368.6363,169.2531 c 0.8558,-0.0000 1.4121,0.8344 1.4121 2.1181c 0.0000,1.4976 -1.0697,2.2037 -2.3534 2.4390l -0.1070,-0.5349 c 1.1125,-0.2781 1.6260,-0.9200 1.6260 -1.3693c 0.0000,-0.4921 -0.3637,-0.5777 -0.7702 -0.6204c -0.3851,-0.0642 -0.9414,-0.2353 -0.9414 -0.9414c 0.0000,-0.5991 0.4707,-1.0911 1.1339 -1.0911ZM 371.0967,171.2856 ZM 375.7180,159.5827 c -0.5349,-0.0000 -2.0967,0.2995 -2.0967 1.6046c 0.0000,0.3851 -0.1498,1.0483 -0.7274 1.0483c -0.5563,-0.0000 -0.5991,-0.6204 -0.5991 -0.6846c 0.0000,-0.6632 0.8772,-2.6316 3.8510 -2.6316c 2.0753,-0.0000 2.6957,1.3051 2.6957 2.1609c 0.0000,0.5349 -0.1712,1.6046 -2.0967 2.8241c 1.1981,0.1926 2.7813,1.0697 2.7813 3.2948c 0.0000,2.8241 -2.1395,4.3431 -4.5571 4.3431c -1.2195,-0.0000 -2.9311,-0.5349 -2.9311 -1.3479c 0.0000,-0.3209 0.3209,-0.6846 0.7488 -0.6846c 0.4065,-0.0000 0.5991,0.2139 0.7916 0.4921c 0.2353,0.3637 0.6204,0.8772 1.6474 0.8772c 0.7060,-0.0000 2.7171,-0.7060 2.7171 -3.4018c 0.0000,-2.2892 -1.6046,-2.6529 -2.7599 -2.6529c -0.1926,-0.0000 -0.4279,0.0428 -0.6632 0.0856l -0.0856,-0.6418 c 1.6474,-0.2781 3.0167,-1.8827 3.0167 -2.8669c 0.0000,-1.2195 -0.8558,-1.8186 -1.7330 -1.8186Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 369.8291,182.2611 c 0.0000,-0.5938 -0.4813,-1.0751 -1.0751 -1.0751c -0.5938,-0.0000 -1.0751,0.4813 -1.0751 1.0751c -0.0000,0.5938 0.4813,1.0751 1.0751 1.0751c 0.5938,0.0000 1.0751,-0.4813 1.0751 -1.0751Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 357.0404,214.2890 ZM 362.5602,206.6939 c 0.0000,-0.1498 0.0214,-0.3209 0.2139 -0.4279c 0.2353,-0.1712 0.6204,-0.3637 0.9414 -0.3637c 0.2781,-0.0000 0.2995,0.2353 0.2995 0.6632v 3.4445 h 1.7330 l -0.1284,1.0056 h -1.6046 v 1.7758 c 0.0000,0.5991 0.0856,0.8986 0.7060 0.8986h 0.5777 c 0.1284,-0.0000 0.1498,0.1070 0.1498 0.1498v 0.4707 c 0.0000,-0.0000 -1.3693,-0.0428 -2.2678 -0.0428c -0.8130,-0.0000 -2.0753,0.0428 -2.0753 0.0428v -0.4707 c 0.0000,-0.0428 0.0214,-0.1498 0.1498 -0.1498h 0.5777 c 0.6632,-0.0000 0.7274,-0.2781 0.7274 -0.8986v -1.7758 h -4.1934 c -0.0856,-0.0000 -0.1284,-0.0428 -0.1926 -0.1284l -0.1712,-0.2353 l -0.2567,-0.4493 c -0.0214,-0.0000 -0.0214,-0.0214 -0.0214 -0.0428c 0.0000,-0.0214 0.0214,-0.0428 0.0428 -0.0642c 1.3907,-1.5404 3.8510,-6.3114 4.6213 -8.0658c 0.0214,-0.0856 0.0642,-0.1070 0.1498 -0.1070c 0.0214,-0.0000 0.4921,0.1926 0.7488 0.2353c -0.9628,2.5888 -2.5460,5.3701 -4.1078 7.8519h 3.3804 v -3.3162 ZM 366.4113,214.2890 ZM 368.6363,212.2565 c 0.8558,-0.0000 1.4121,0.8344 1.4121 2.1181c 0.0000,1.4976 -1.0697,2.2037 -2.3534 2.4390l -0.1070,-0.5349 c 1.1125,-0.2781 1.6260,-0.9200 1.6260 -1.3693c 0.0000,-0.4921 -0.3637,-0.5777 -0.7702 -0.6204c -0.3851,-0.0642 -0.9414,-0.2353 -0.9414 -0.9414c 0.0000,-0.5991 0.4707,-1.0911 1.1339 -1.0911ZM 371.0967,214.2890 ZM 372.3376,204.8111 c 0.0000,-1.2195 1.1767,-2.8883 3.4232 -2.8883c 1.6474,-0.0000 3.5729,0.6204 3.5729 3.0808c 0.0000,1.6260 -0.8344,2.4390 -1.9897 3.5515l -2.0325,1.9683 c -0.1070,0.1070 -1.5404,1.5190 -1.5404 2.5246h 3.6371 c 0.7274,-0.0000 1.1125,-0.3637 1.4121 -1.5404l 0.5349,0.0856 l -0.4279,2.6957 h -6.6110 c 0.0000,-1.1981 0.1926,-2.1181 2.1823 -4.1506l 1.4976,-1.4762 c 1.1981,-1.2195 1.6902,-2.2678 1.6902 -3.5729c 0.0000,-1.9469 -1.3265,-2.5032 -2.0539 -2.5032c -1.4762,-0.0000 -1.8827,0.7702 -1.8827 1.2837c 0.0000,0.1712 0.0428,0.3423 0.0856 0.4921c 0.0428,0.1498 0.0856,0.2995 0.0856 0.4707c 0.0000,0.5563 -0.4279,0.7702 -0.7702 0.7702c -0.4707,-0.0000 -0.8130,-0.3637 -0.8130 -0.7916Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 369.8291,225.2645 c 0.0000,-0.5938 -0.4813,-1.0751 -1.0751 -1.0751c -0.5938,-0.0000 -1.0751,0.4813 -1.0751 1.0751c -0.0000,0.5938 0.4813,1.0751 1.0751 1.0751c 0.5938,0.0000 1.0751,-0.4813 1.0751 -1.0751Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 357.0404,257.2924 ZM 362.5602,249.6973 c 0.0000,-0.1498 0.0214,-0.3209 0.2139 -0.4279c 0.2353,-0.1712 0.6204,-0.3637 0.9414 -0.3637c 0.2781,-0.0000 0.2995,0.2353 0.2995 0.6632v 3.4445 h 1.7330 l -0.1284,1.0056 h -1.6046 v 1.7758 c 0.0000,0.5991 0.0856,0.8986 0.7060 0.8986h 0.5777 c 0.1284,-0.0000 0.1498,0.1070 0.1498 0.1498v 0.4707 c 0.0000,-0.0000 -1.3693,-0.0428 -2.2678 -0.0428c -0.8130,-0.0000 -2.0753,0.0428 -2.0753 0.0428v -0.4707 c 0.0000,-0.0428 0.0214,-0.1498 0.1498 -0.1498h 0.5777 c 0.6632,-0.0000 0.7274,-0.2781 0.7274 -0.8986v -1.7758 h -4.1934 c -0.0856,-0.0000 -0.1284,-0.0428 -0.1926 -0.1284l -0.1712,-0.2353 l -0.2567,-0.4493 c -0.0214,-0.0000 -0.0214,-0.0214 -0.0214 -0.0428c 0.0000,-0.0214 0.0214,-0.0428 0.0428 -0.0642c 1.3907,-1.5404 3.8510,-6.3114 4.6213 -8.0658c 0.0214,-0.0856 0.0642,-0.1070 0.1498 -0.1070c 0.0214,-0.0000 0.4921,0.1926 0.7488 0.2353c -0.9628,2.5888 -2.5460,5.3701 -4.1078 7.8519h 3.3804 v -3.3162 ZM 366.4113,257.2924 ZM 368.6363,255.2599 c 0.8558,-0.0000 1.4121,0.8344 1.4121 2.1181c 0.0000,1.4976 -1.0697,2.2037 -2.3534 2.4390l -0.1070,-0.5349 c 1.1125,-0.2781 1.6260,-0.9200 1.6260 -1.3693c 0.0000,-0.4921 -0.3637,-0.5777 -0.7702 -0.6204c -0.3851,-0.0642 -0.9414,-0.2353 -0.9414 -0.9414c 0.0000,-0.5991 0.4707,-1.0911 1.1339 -1.0911ZM 371.0967,257.2924 ZM 375.1189,247.0871 c -0.4065,-0.0000 -1.3479,0.3851 -1.8186 0.5991l -0.2567,-0.6632 c 1.8827,-0.8772 2.6102,-1.3265 3.6799 -2.0967h 0.4065 v 10.7615 c 0.0000,0.7702 0.1070,0.9842 0.8130 0.9842h 1.1125 c 0.0642,-0.0000 0.1712,0.0428 0.1712 0.1712v 0.4707 l -2.9311,-0.0428 l -2.9739,0.0428 v -0.4707 c 0.0214,-0.0642 0.0428,-0.1712 0.1712 -0.1712h 1.2837 c 0.8130,-0.0000 0.8130,-0.3637 0.8130 -0.9842v -7.3598 c 0.0000,-0.7274 0.0000,-1.2409 -0.4707 -1.2409Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 369.8291,268.2679 c 0.0000,-0.5938 -0.4813,-1.0751 -1.0751 -1.0751c -0.5938,-0.0000 -1.0751,0.4813 -1.0751 1.0751c -0.0000,0.5938 0.4813,1.0751 1.0751 1.0751c 0.5938,0.0000 1.0751,-0.4813 1.0751 -1.0751Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 357.0404,300.2958 ZM 362.5602,292.7006 c 0.0000,-0.1498 0.0214,-0.3209 0.2139 -0.4279c 0.2353,-0.1712 0.6204,-0.3637 0.9414 -0.3637c 0.2781,-0.0000 0.2995,0.2353 0.2995 0.6632v 3.4445 h 1.7330 l -0.1284,1.0056 h -1.6046 v 1.7758 c 0.0000,0.5991 0.0856,0.8986 0.7060 0.8986h 0.5777 c 0.1284,-0.0000 0.1498,0.1070 0.1498 0.1498v 0.4707 c 0.0000,-0.0000 -1.3693,-0.0428 -2.2678 -0.0428c -0.8130,-0.0000 -2.0753,0.0428 -2.0753 0.0428v -0.4707 c 0.0000,-0.0428 0.0214,-0.1498 0.1498 -0.1498h 0.5777 c 0.6632,-0.0000 0.7274,-0.2781 0.7274 -0.8986v -1.7758 h -4.1934 c -0.0856,-0.0000 -0.1284,-0.0428 -0.1926 -0.1284l -0.1712,-0.2353 l -0.2567,-0.4493 c -0.0214,-0.0000 -0.0214,-0.0214 -0.0214 -0.0428c 0.0000,-0.0214 0.0214,-0.0428 0.0428 -0.0642c 1.3907,-1.5404 3.8510,-6.3114 4.6213 -8.0658c 0.0214,-0.0856 0.0642,-0.1070 0.1498 -0.1070c 0.0214,-0.0000 0.4921,0.1926 0.7488 0.2353c -0.9628,2.5888 -2.5460,5.3701 -4.1078 7.8519h 3.3804 v -3.3162 ZM 366.4113,300.2958 ZM 368.6363,298.2633 c 0.8558,-0.0000 1.4121,0.8344 1.4121 2.1181c 0.0000,1.4976 -1.0697,2.2037 -2.3534 2.4390l -0.1070,-0.5349 c 1.1125,-0.2781 1.6260,-0.9200 1.6260 -1.3693c 0.0000,-0.4921 -0.3637,-0.5777 -0.7702 -0.6204c -0.3851,-0.0642 -0.9414,-0.2353 -0.9414 -0.9414c 0.0000,-0.5991 0.4707,-1.0911 1.1339 -1.0911ZM 371.0967,300.2958 ZM 375.7821,288.6784 c -0.9200,-0.0000 -2.2678,0.8986 -2.2678 5.8835c 0.0000,1.7544 0.3209,5.2845 2.2037 5.2845c 0.3637,-0.0000 1.3907,-0.2353 1.8399 -1.9041c 0.2781,-1.0269 0.4279,-2.3106 0.4279 -4.1720c 0.0000,-2.7171 -0.6846,-4.2362 -1.3051 -4.7710c -0.2353,-0.2139 -0.5563,-0.3209 -0.8986 -0.3209ZM 375.7821,288.6784 ZM 375.6966,300.5525 c -2.2892,-0.0000 -3.8297,-2.9311 -3.8297 -6.2045c 0.0000,-4.0008 1.9041,-6.4184 3.9152 -6.4184c 0.9200,-0.0000 1.8399,0.5777 2.4604 1.4121c 0.8986,1.1981 1.3693,2.8027 1.3693 4.8138c 0.0000,4.7496 -2.3534,6.3970 -3.9152 6.3970Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 369.8291,311.2712 c 0.0000,-0.5938 -0.4813,-1.0751 -1.0751 -1.0751c -0.5938,-0.0000 -1.0751,0.4813 -1.0751 1.0751c -0.0000,0.5938 0.4813,1.0751 1.0751 1.0751c 0.5938,0.0000 1.0751,-0.4813 1.0751 -1.0751Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 292.5353,85.2789 ZM 297.1566,73.5759 c -0.5349,-0.0000 -2.0967,0.2995 -2.0967 1.6046c 0.0000,0.3851 -0.1498,1.0483 -0.7274 1.0483c -0.5563,-0.0000 -0.5991,-0.6204 -0.5991 -0.6846c 0.0000,-0.6632 0.8772,-2.6316 3.8510 -2.6316c 2.0753,-0.0000 2.6957,1.3051 2.6957 2.1609c 0.0000,0.5349 -0.1712,1.6046 -2.0967 2.8241c 1.1981,0.1926 2.7813,1.0697 2.7813 3.2948c 0.0000,2.8241 -2.1395,4.3431 -4.5571 4.3431c -1.2195,-0.0000 -2.9311,-0.5349 -2.9311 -1.3479c 0.0000,-0.3209 0.3209,-0.6846 0.7488 -0.6846c 0.4065,-0.0000 0.5991,0.2139 0.7916 0.4921c 0.2353,0.3637 0.6204,0.8772 1.6474 0.8772c 0.7060,-0.0000 2.7171,-0.7060 2.7171 -3.4018c 0.0000,-2.2892 -1.6046,-2.6529 -2.7599 -2.6529c -0.1926,-0.0000 -0.4279,0.0428 -0.6632 0.0856l -0.0856,-0.6418 c 1.6474,-0.2781 3.0167,-1.8827 3.0167 -2.8669c 0.0000,-1.2195 -0.8558,-1.8186 -1.7330 -1.8186ZM 301.9062,85.2789 ZM 304.1312,83.2464 c 0.8558,-0.0000 1.4121,0.8344 1.4121 2.1181c 0.0000,1.4976 -1.0697,2.2037 -2.3534 2.4390l -0.1070,-0.5349 c 1.1125,-0.2781 1.6260,-0.9200 1.6260 -1.3693c 0.0000,-0.4921 -0.3637,-0.5777 -0.7702 -0.6204c -0.3851,-0.0642 -0.9414,-0.2353 -0.9414 -0.9414c 0.0000,-0.5991 0.4707,-1.0911 1.1339 -1.0911ZM 306.5916,85.2789 ZM 313.2026,81.6632 c 0.0000,-2.2037 -1.1981,-3.2948 -2.5246 -3.2948c -0.9842,-0.0000 -1.7330,0.1498 -2.5674 0.4921l 0.6846,-5.8408 c 0.7060,0.0642 1.4334,0.0856 2.1823 0.0856c 1.0697,-0.0000 2.1823,-0.0642 3.3376 -0.1926l 0.1284,0.0642 l -0.3209,1.3907 c -0.8344,0.0856 -1.5190,0.1070 -2.1181 0.1070c -0.9628,-0.0000 -1.6902,-0.0856 -2.4390 -0.1712l -0.4065,3.3804 c 0.4493,-0.1712 1.2195,-0.3209 2.0539 -0.3209c 2.2678,-0.0000 3.5301,1.9683 3.5301 3.9366c 0.0000,2.3962 -1.6688,4.2362 -4.0864 4.2362c -1.2195,-0.0000 -2.9953,-0.6846 -2.9953 -1.5190c 0.0000,-0.4065 0.3423,-0.6846 0.7274 -0.6846c 0.4279,-0.0000 0.7060,0.3209 0.9628 0.6632c 0.3209,0.3851 0.6632,0.8130 1.3479 0.8130c 1.3693,-0.0000 2.5032,-1.2837 2.5032 -3.1450Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 305.3240,96.2543 c 0.0000,-0.5938 -0.4813,-1.0751 -1.0751 -1.0751c -0.5938,-0.0000 -1.0751,0.4813 -1.0751 1.0751c -0.0000,0.5938 0.4813,1.0751 1.0751 1.0751c 0.5938,0.0000 1.0751,-0.4813 1.0751 -1.0751Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 292.5353,128.2822 ZM 297.1566,116.5793 c -0.5349,-0.0000 -2.0967,0.2995 -2.0967 1.6046c 0.0000,0.3851 -0.1498,1.0483 -0.7274 1.0483c -0.5563,-0.0000 -0.5991,-0.6204 -0.5991 -0.6846c 0.0000,-0.6632 0.8772,-2.6316 3.8510 -2.6316c 2.0753,-0.0000 2.6957,1.3051 2.6957 2.1609c 0.0000,0.5349 -0.1712,1.6046 -2.0967 2.8241c 1.1981,0.1926 2.7813,1.0697 2.7813 3.2948c 0.0000,2.8241 -2.1395,4.3431 -4.5571 4.3431c -1.2195,-0.0000 -2.9311,-0.5349 -2.9311 -1.3479c 0.0000,-0.3209 0.3209,-0.6846 0.7488 -0.6846c 0.4065,-0.0000 0.5991,0.2139 0.7916 0.4921c 0.2353,0.3637 0.6204,0.8772 1.6474 0.8772c 0.7060,-0.0000 2.7171,-0.7060 2.7171 -3.4018c 0.0000,-2.2892 -1.6046,-2.6529 -2.7599 -2.6529c -0.1926,-0.0000 -0.4279,0.0428 -0.6632 0.0856l -0.0856,-0.6418 c 1.6474,-0.2781 3.0167,-1.8827 3.0167 -2.8669c 0.0000,-1.2195 -0.8558,-1.8186 -1.7330 -1.8186ZM 301.9062,128.2822 ZM 304.1312,126.2497 c 0.8558,-0.0000 1.4121,0.8344 1.4121 2.1181c 0.0000,1.4976 -1.0697,2.2037 -2.3534 2.4390l -0.1070,-0.5349 c 1.1125,-0.2781 1.6260,-0.9200 1.6260 -1.3693c 0.0000,-0.4921 -0.3637,-0.5777 -0.7702 -0.6204c -0.3851,-0.0642 -0.9414,-0.2353 -0.9414 -0.9414c 0.0000,-0.5991 0.4707,-1.0911 1.1339 -1.0911ZM 306.5916,128.2822 ZM 312.1115,120.6871 c 0.0000,-0.1498 0.0214,-0.3209 0.2139 -0.4279c 0.2353,-0.1712 0.6204,-0.3637 0.9414 -0.3637c 0.2781,-0.0000 0.2995,0.2353 0.2995 0.6632v 3.4445 h 1.7330 l -0.1284,1.0056 h -1.6046 v 1.7758 c 0.0000,0.5991 0.0856,0.8986 0.7060 0.8986h 0.5777 c 0.1284,-0.0000 0.1498,0.1070 0.1498 0.1498v 0.4707 c 0.0000,-0.0000 -1.3693,-0.0428 -2.2678 -0.0428c -0.8130,-0.0000 -2.0753,0.0428 -2.0753 0.0428v -0.4707 c 0.0000,-0.0428 0.0214,-0.1498 0.1498 -0.1498h 0.5777 c 0.6632,-0.0000 0.7274,-0.2781 0.7274 -0.8986v -1.7758 h -4.1934 c -0.0856,-0.0000 -0.1284,-0.0428 -0.1926 -0.1284l -0.1712,-0.2353 l -0.2567,-0.4493 c -0.0214,-0.0000 -0.0214,-0.0214 -0.0214 -0.0428c 0.0000,-0.0214 0.0214,-0.0428 0.0428 -0.0642c 1.3907,-1.5404 3.8510,-6.3114 4.6213 -8.0658c 0.0214,-0.0856 0.0642,-0.1070 0.1498 -0.1070c 0.0214,-0.0000 0.4921,0.1926 0.7488 0.2353c -0.9628,2.5888 -2.5460,5.3701 -4.1078 7.8519h 3.3804 v -3.3162 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 305.3240,139.2577 c 0.0000,-0.5938 -0.4813,-1.0751 -1.0751 -1.0751c -0.5938,-0.0000 -1.0751,0.4813 -1.0751 1.0751c -0.0000,0.5938 0.4813,1.0751 1.0751 1.0751c 0.5938,0.0000 1.0751,-0.4813 1.0751 -1.0751Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 292.5353,171.2856 ZM 297.1566,159.5827 c -0.5349,-0.0000 -2.0967,0.2995 -2.0967 1.6046c 0.0000,0.3851 -0.1498,1.0483 -0.7274 1.0483c -0.5563,-0.0000 -0.5991,-0.6204 -0.5991 -0.6846c 0.0000,-0.6632 0.8772,-2.6316 3.8510 -2.6316c 2.0753,-0.0000 2.6957,1.3051 2.6957 2.1609c 0.0000,0.5349 -0.1712,1.6046 -2.0967 2.8241c 1.1981,0.1926 2.7813,1.0697 2.7813 3.2948c 0.0000,2.8241 -2.1395,4.3431 -4.5571 4.3431c -1.2195,-0.0000 -2.9311,-0.5349 -2.9311 -1.3479c 0.0000,-0.3209 0.3209,-0.6846 0.7488 -0.6846c 0.4065,-0.0000 0.5991,0.2139 0.7916 0.4921c 0.2353,0.3637 0.6204,0.8772 1.6474 0.8772c 0.7060,-0.0000 2.7171,-0.7060 2.7171 -3.4018c 0.0000,-2.2892 -1.6046,-2.6529 -2.7599 -2.6529c -0.1926,-0.0000 -0.4279,0.0428 -0.6632 0.0856l -0.0856,-0.6418 c 1.6474,-0.2781 3.0167,-1.8827 3.0167 -2.8669c 0.0000,-1.2195 -0.8558,-1.8186 -1.7330 -1.8186ZM 301.9062,171.2856 ZM 304.1312,169.2531 c 0.8558,-0.0000 1.4121,0.8344 1.4121 2.1181c 0.0000,1.4976 -1.0697,2.2037 -2.3534 2.4390l -0.1070,-0.5349 c 1.1125,-0.2781 1.6260,-0.9200 1.6260 -1.3693c 0.0000,-0.4921 -0.3637,-0.5777 -0.7702 -0.6204c -0.3851,-0.0642 -0.9414,-0.2353 -0.9414 -0.9414c 0.0000,-0.5991 0.4707,-1.0911 1.1339 -1.0911ZM 306.5916,171.2856 ZM 311.2129,159.5827 c -0.5349,-0.0000 -2.0967,0.2995 -2.0967 1.6046c 0.0000,0.3851 -0.1498,1.0483 -0.7274 1.0483c -0.5563,-0.0000 -0.5991,-0.6204 -0.5991 -0.6846c 0.0000,-0.6632 0.8772,-2.6316 3.8510 -2.6316c 2.0753,-0.0000 2.6957,1.3051 2.6957 2.1609c 0.0000,0.5349 -0.1712,1.6046 -2.0967 2.8241c 1.1981,0.1926 2.7813,1.0697 2.7813 3.2948c 0.0000,2.8241 -2.1395,4.3431 -4.5571 4.3431c -1.2195,-0.0000 -2.9311,-0.5349 -2.9311 -1.3479c 0.0000,-0.3209 0.3209,-0.6846 0.7488 -0.6846c 0.4065,-0.0000 0.5991,0.2139 0.7916 0.4921c 0.2353,0.3637 0.6204,0.8772 1.6474 0.8772c 0.7060,-0.0000 2.7171,-0.7060 2.7171 -3.4018c 0.0000,-2.2892 -1.6046,-2.6529 -2.7599 -2.6529c -0.1926,-0.0000 -0.4279,0.0428 -0.6632 0.0856l -0.0856,-0.6418 c 1.6474,-0.2781 3.0167,-1.8827 3.0167 -2.8669c 0.0000,-1.2195 -0.8558,-1.8186 -1.7330 -1.8186Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 305.3240,182.2611 c 0.0000,-0.5938 -0.4813,-1.0751 -1.0751 -1.0751c -0.5938,-0.0000 -1.0751,0.4813 -1.0751 1.0751c -0.0000,0.5938 0.4813,1.0751 1.0751 1.0751c 0.5938,0.0000 1.0751,-0.4813 1.0751 -1.0751Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 292.5353,214.2890 ZM 297.1566,202.5861 c -0.5349,-0.0000 -2.0967,0.2995 -2.0967 1.6046c 0.0000,0.3851 -0.1498,1.0483 -0.7274 1.0483c -0.5563,-0.0000 -0.5991,-0.6204 -0.5991 -0.6846c 0.0000,-0.6632 0.8772,-2.6316 3.8510 -2.6316c 2.0753,-0.0000 2.6957,1.3051 2.6957 2.1609c 0.0000,0.5349 -0.1712,1.6046 -2.0967 2.8241c 1.1981,0.1926 2.7813,1.0697 2.7813 3.2948c 0.0000,2.8241 -2.1395,4.3431 -4.5571 4.3431c -1.2195,-0.0000 -2.9311,-0.5349 -2.9311 -1.3479c 0.0000,-0.3209 0.3209,-0.6846 0.7488 -0.6846c 0.4065,-0.0000 0.5991,0.2139 0.7916 0.4921c 0.2353,0.3637 0.6204,0.8772 1.6474 0.8772c 0.7060,-0.0000 2.7171,-0.7060 2.7171 -3.4018c 0.0000,-2.2892 -1.6046,-2.6529 -2.7599 -2.6529c -0.1926,-0.0000 -0.4279,0.0428 -0.6632 0.0856l -0.0856,-0.6418 c 1.6474,-0.2781 3.0167,-1.8827 3.0167 -2.8669c 0.0000,-1.2195 -0.8558,-1.8186 -1.7330 -1.8186ZM 301.9062,214.2890 ZM 304.1312,212.2565 c 0.8558,-0.0000 1.4121,0.8344 1.4121 2.1181c 0.0000,1.4976 -1.0697,2.2037 -2.3534 2.4390l -0.1070,-0.5349 c 1.1125,-0.2781 1.6260,-0.9200 1.6260 -1.3693c 0.0000,-0.4921 -0.3637,-0.5777 -0.7702 -0.6204c -0.3851,-0.0642 -0.9414,-0.2353 -0.9414 -0.9414c 0.0000,-0.5991 0.4707,-1.0911 1.1339 -1.0911ZM 306.5916,214.2890 ZM 307.8325,204.8111 c 0.0000,-1.2195 1.1767,-2.8883 3.4232 -2.8883c 1.6474,-0.0000 3.5729,0.6204 3.5729 3.0808c 0.0000,1.6260 -0.8344,2.4390 -1.9897 3.5515l -2.0325,1.9683 c -0.1070,0.1070 -1.5404,1.5190 -1.5404 2.5246h 3.6371 c 0.7274,-0.0000 1.1125,-0.3637 1.4121 -1.5404l 0.5349,0.0856 l -0.4279,2.6957 h -6.6110 c 0.0000,-1.1981 0.1926,-2.1181 2.1823 -4.1506l 1.4976,-1.4762 c 1.1981,-1.2195 1.6902,-2.2678 1.6902 -3.5729c 0.0000,-1.9469 -1.3265,-2.5032 -2.0539 -2.5032c -1.4762,-0.0000 -1.8827,0.7702 -1.8827 1.2837c 0.0000,0.1712 0.0428,0.3423 0.0856 0.4921c 0.0428,0.1498 0.0856,0.2995 0.0856 0.4707c 0.0000,0.5563 -0.4279,0.7702 -0.7702 0.7702c -0.4707,-0.0000 -0.8130,-0.3637 -0.8130 -0.7916Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 305.3240,225.2645 c 0.0000,-0.5938 -0.4813,-1.0751 -1.0751 -1.0751c -0.5938,-0.0000 -1.0751,0.4813 -1.0751 1.0751c -0.0000,0.5938 0.4813,1.0751 1.0751 1.0751c 0.5938,0.0000 1.0751,-0.4813 1.0751 -1.0751Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 292.5353,257.2924 ZM 297.1566,245.5895 c -0.5349,-0.0000 -2.0967,0.2995 -2.0967 1.6046c 0.0000,0.3851 -0.1498,1.0483 -0.7274 1.0483c -0.5563,-0.0000 -0.5991,-0.6204 -0.5991 -0.6846c 0.0000,-0.6632 0.8772,-2.6316 3.8510 -2.6316c 2.0753,-0.0000 2.6957,1.3051 2.6957 2.1609c 0.0000,0.5349 -0.1712,1.6046 -2.0967 2.8241c 1.1981,0.1926 2.7813,1.0697 2.7813 3.2948c 0.0000,2.8241 -2.1395,4.3431 -4.5571 4.3431c -1.2195,-0.0000 -2.9311,-0.5349 -2.9311 -1.3479c 0.0000,-0.3209 0.3209,-0.6846 0.7488 -0.6846c 0.4065,-0.0000 0.5991,0.2139 0.7916 0.4921c 0.2353,0.3637 0.6204,0.8772 1.6474 0.8772c 0.7060,-0.0000 2.7171,-0.7060 2.7171 -3.4018c 0.0000,-2.2892 -1.6046,-2.6529 -2.7599 -2.6529c -0.1926,-0.0000 -0.4279,0.0428 -0.6632 0.0856l -0.0856,-0.6418 c 1.6474,-0.2781 3.0167,-1.8827 3.0167 -2.8669c 0.0000,-1.2195 -0.8558,-1.8186 -1.7330 -1.8186ZM 301.9062,257.2924 ZM 304.1312,255.2599 c 0.8558,-0.0000 1.4121,0.8344 1.4121 2.1181c 0.0000,1.4976 -1.0697,2.2037 -2.3534 2.4390l -0.1070,-0.5349 c 1.1125,-0.2781 1.6260,-0.9200 1.6260 -1.3693c 0.0000,-0.4921 -0.3637,-0.5777 -0.7702 -0.6204c -0.3851,-0.0642 -0.9414,-0.2353 -0.9414 -0.9414c 0.0000,-0.5991 0.4707,-1.0911 1.1339 -1.0911ZM 306.5916,257.2924 ZM 310.6138,247.0871 c -0.4065,-0.0000 -1.3479,0.3851 -1.8186 0.5991l -0.2567,-0.6632 c 1.8827,-0.8772 2.6102,-1.3265 3.6799 -2.0967h 0.4065 v 10.7615 c 0.0000,0.7702 0.1070,0.9842 0.8130 0.9842h 1.1125 c 0.0642,-0.0000 0.1712,0.0428 0.1712 0.1712v 0.4707 l -2.9311,-0.0428 l -2.9739,0.0428 v -0.4707 c 0.0214,-0.0642 0.0428,-0.1712 0.1712 -0.1712h 1.2837 c 0.8130,-0.0000 0.8130,-0.3637 0.8130 -0.9842v -7.3598 c 0.0000,-0.7274 0.0000,-1.2409 -0.4707 -1.2409Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 305.3240,268.2679 c 0.0000,-0.5938 -0.4813,-1.0751 -1.0751 -1.0751c -0.5938,-0.0000 -1.0751,0.4813 -1.0751 1.0751c -0.0000,0.5938 0.4813,1.0751 1.0751 1.0751c 0.5938,0.0000 1.0751,-0.4813 1.0751 -1.0751Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 292.5353,300.2958 ZM 297.1566,288.5928 c -0.5349,-0.0000 -2.0967,0.2995 -2.0967 1.6046c 0.0000,0.3851 -0.1498,1.0483 -0.7274 1.0483c -0.5563,-0.0000 -0.5991,-0.6204 -0.5991 -0.6846c 0.0000,-0.6632 0.8772,-2.6316 3.8510 -2.6316c 2.0753,-0.0000 2.6957,1.3051 2.6957 2.1609c 0.0000,0.5349 -0.1712,1.6046 -2.0967 2.8241c 1.1981,0.1926 2.7813,1.0697 2.7813 3.2948c 0.0000,2.8241 -2.1395,4.3431 -4.5571 4.3431c -1.2195,-0.0000 -2.9311,-0.5349 -2.9311 -1.3479c 0.0000,-0.3209 0.3209,-0.6846 0.7488 -0.6846c 0.4065,-0.0000 0.5991,0.2139 0.7916 0.4921c 0.2353,0.3637 0.6204,0.8772 1.6474 0.8772c 0.7060,-0.0000 2.7171,-0.7060 2.7171 -3.4018c 0.0000,-2.2892 -1.6046,-2.6529 -2.7599 -2.6529c -0.1926,-0.0000 -0.4279,0.0428 -0.6632 0.0856l -0.0856,-0.6418 c 1.6474,-0.2781 3.0167,-1.8827 3.0167 -2.8669c 0.0000,-1.2195 -0.8558,-1.8186 -1.7330 -1.8186ZM 301.9062,300.2958 ZM 304.1312,298.2633 c 0.8558,-0.0000 1.4121,0.8344 1.4121 2.1181c 0.0000,1.4976 -1.0697,2.2037 -2.3534 2.4390l -0.1070,-0.5349 c 1.1125,-0.2781 1.6260,-0.9200 1.6260 -1.3693c 0.0000,-0.4921 -0.3637,-0.5777 -0.7702 -0.6204c -0.3851,-0.0642 -0.9414,-0.2353 -0.9414 -0.9414c 0.0000,-0.5991 0.4707,-1.0911 1.1339 -1.0911ZM 306.5916,300.2958 ZM 311.2771,288.6784 c -0.9200,-0.0000 -2.2678,0.8986 -2.2678 5.8835c 0.0000,1.7544 0.3209,5.2845 2.2037 5.2845c 0.3637,-0.0000 1.3907,-0.2353 1.8399 -1.9041c 0.2781,-1.0269 0.4279,-2.3106 0.4279 -4.1720c 0.0000,-2.7171 -0.6846,-4.2362 -1.3051 -4.7710c -0.2353,-0.2139 -0.5563,-0.3209 -0.8986 -0.3209ZM 311.2771,288.6784 ZM 311.1915,300.5525 c -2.2892,-0.0000 -3.8297,-2.9311 -3.8297 -6.2045c 0.0000,-4.0008 1.9041,-6.4184 3.9152 -6.4184c 0.9200,-0.0000 1.8399,0.5777 2.4604 1.4121c 0.8986,1.1981 1.3693,2.8027 1.3693 4.8138c 0.0000,4.7496 -2.3534,6.3970 -3.9152 6.3970Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 305.3240,311.2712 c 0.0000,-0.5938 -0.4813,-1.0751 -1.0751 -1.0751c -0.5938,-0.0000 -1.0751,0.4813 -1.0751 1.0751c -0.0000,0.5938 0.4813,1.0751 1.0751 1.0751c 0.5938,0.0000 1.0751,-0.4813 1.0751 -1.0751Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 228.0302,85.2789 ZM 229.2711,75.8010 c 0.0000,-1.2195 1.1767,-2.8883 3.4232 -2.8883c 1.6474,-0.0000 3.5729,0.6204 3.5729 3.0808c 0.0000,1.6260 -0.8344,2.4390 -1.9897 3.5515l -2.0325,1.9683 c -0.1070,0.1070 -1.5404,1.5190 -1.5404 2.5246h 3.6371 c 0.7274,-0.0000 1.1125,-0.3637 1.4121 -1.5404l 0.5349,0.0856 l -0.4279,2.6957 h -6.6110 c 0.0000,-1.1981 0.1926,-2.1181 2.1823 -4.1506l 1.4976,-1.4762 c 1.1981,-1.2195 1.6902,-2.2678 1.6902 -3.5729c 0.0000,-1.9469 -1.3265,-2.5032 -2.0539 -2.5032c -1.4762,-0.0000 -1.8827,0.7702 -1.8827 1.2837c 0.0000,0.1712 0.0428,0.3423 0.0856 0.4921c 0.0428,0.1498 0.0856,0.2995 0.0856 0.4707c 0.0000,0.5563 -0.4279,0.7702 -0.7702 0.7702c -0.4707,-0.0000 -0.8130,-0.3637 -0.8130 -0.7916ZM 237.4011,85.2789 ZM 239.6262,83.2464 c 0.8558,-0.0000 1.4121,0.8344 1.4121 2.1181c 0.0000,1.4976 -1.0697,2.2037 -2.3534 2.4390l -0.1070,-0.5349 c 1.1125,-0.2781 1.6260,-0.9200 1.6260 -1.3693c 0.0000,-0.4921 -0.3637,-0.5777 -0.7702 -0.6204c -0.3851,-0.0642 -0.9414,-0.2353 -0.9414 -0.9414c 0.0000,-0.5991 0.4707,-1.0911 1.1339 -1.0911ZM 242.0866,85.2789 ZM 248.6975,81.6632 c 0.0000,-2.2037 -1.1981,-3.2948 -2.5246 -3.2948c -0.9842,-0.0000 -1.7330,0.1498 -2.5674 0.4921l 0.6846,-5.8408 c 0.7060,0.0642 1.4334,0.0856 2.1823 0.0856c 1.0697,-0.0000 2.1823,-0.0642 3.3376 -0.1926l 0.1284,0.0642 l -0.3209,1.3907 c -0.8344,0.0856 -1.5190,0.1070 -2.1181 0.1070c -0.9628,-0.0000 -1.6902,-0.0856 -2.4390 -0.1712l -0.4065,3.3804 c 0.4493,-0.1712 1.2195,-0.3209 2.0539 -0.3209c 2.2678,-0.0000 3.5301,1.9683 3.5301 3.9366c 0.0000,2.3962 -1.6688,4.2362 -4.0864 4.2362c -1.2195,-0.0000 -2.9953,-0.6846 -2.9953 -1.5190c 0.0000,-0.4065 0.3423,-0.6846 0.7274 -0.6846c 0.4279,-0.0000 0.7060,0.3209 0.9628 0.6632c 0.3209,0.3851 0.6632,0.8130 1.3479 0.8130c 1.3693,-0.0000 2.5032,-1.2837 2.5032 -3.1450Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 240.8189,96.2543 c 0.0000,-0.5938 -0.4813,-1.0751 -1.0751 -1.0751c -0.5938,-0.0000 -1.0751,0.4813 -1.0751 1.0751c -0.0000,0.5938 0.4813,1.0751 1.0751 1.0751c 0.5938,0.0000 1.0751,-0.4813 1.0751 -1.0751Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 228.0302,128.2822 ZM 229.2711,118.8044 c 0.0000,-1.2195 1.1767,-2.8883 3.4232 -2.8883c 1.6474,-0.0000 3.5729,0.6204 3.5729 3.0808c 0.0000,1.6260 -0.8344,2.4390 -1.9897 3.5515l -2.0325,1.9683 c -0.1070,0.1070 -1.5404,1.5190 -1.5404 2.5246h 3.6371 c 0.7274,-0.0000 1.1125,-0.3637 1.4121 -1.5404l 0.5349,0.0856 l -0.4279,2.6957 h -6.6110 c 0.0000,-1.1981 0.1926,-2.1181 2.1823 -4.1506l 1.4976,-1.4762 c 1.1981,-1.2195 1.6902,-2.2678 1.6902 -3.5729c 0.0000,-1.9469 -1.3265,-2.5032 -2.0539 -2.5032c -1.4762,-0.0000 -1.8827,0.7702 -1.8827 1.2837c 0.0000,0.1712 0.0428,0.3423 0.0856 0.4921c 0.0428,0.1498 0.0856,0.2995 0.0856 0.4707c 0.0000,0.5563 -0.4279,0.7702 -0.7702 0.7702c -0.4707,-0.0000 -0.8130,-0.3637 -0.8130 -0.7916ZM 237.4011,128.2822 ZM 239.6262,126.2497 c 0.8558,-0.0000 1.4121,0.8344 1.4121 2.1181c 0.0000,1.4976 -1.0697,2.2037 -2.3534 2.4390l -0.1070,-0.5349 c 1.1125,-0.2781 1.6260,-0.9200 1.6260 -1.3693c 0.0000,-0.4921 -0.3637,-0.5777 -0.7702 -0.6204c -0.3851,-0.0642 -0.9414,-0.2353 -0.9414 -0.9414c 0.0000,-0.5991 0.4707,-1.0911 1.1339 -1.0911ZM 242.0866,128.2822 ZM 247.6064,120.6871 c 0.0000,-0.1498 0.0214,-0.3209 0.2139 -0.4279c 0.2353,-0.1712 0.6204,-0.3637 0.9414 -0.3637c 0.2781,-0.0000 0.2995,0.2353 0.2995 0.6632v 3.4445 h 1.7330 l -0.1284,1.0056 h -1.6046 v 1.7758 c 0.0000,0.5991 0.0856,0.8986 0.7060 0.8986h 0.5777 c 0.1284,-0.0000 0.1498,0.1070 0.1498 0.1498v 0.4707 c 0.0000,-0.0000 -1.3693,-0.0428 -2.2678 -0.0428c -0.8130,-0.0000 -2.0753,0.0428 -2.0753 0.0428v -0.4707 c 0.0000,-0.0428 0.0214,-0.1498 0.1498 -0.1498h 0.5777 c 0.6632,-0.0000 0.7274,-0.2781 0.7274 -0.8986v -1.7758 h -4.1934 c -0.0856,-0.0000 -0.1284,-0.0428 -0.1926 -0.1284l -0.1712,-0.2353 l -0.2567,-0.4493 c -0.0214,-0.0000 -0.0214,-0.0214 -0.0214 -0.0428c 0.0000,-0.0214 0.0214,-0.0428 0.0428 -0.0642c 1.3907,-1.5404 3.8510,-6.3114 4.6213 -8.0658c 0.0214,-0.0856 0.0642,-0.1070 0.1498 -0.1070c 0.0214,-0.0000 0.4921,0.1926 0.7488 0.2353c -0.9628,2.5888 -2.5460,5.3701 -4.1078 7.8519h 3.3804 v -3.3162 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 240.8189,139.2577 c 0.0000,-0.5938 -0.4813,-1.0751 -1.0751 -1.0751c -0.5938,-0.0000 -1.0751,0.4813 -1.0751 1.0751c -0.0000,0.5938 0.4813,1.0751 1.0751 1.0751c 0.5938,0.0000 1.0751,-0.4813 1.0751 -1.0751Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 228.0302,171.2856 ZM 229.2711,161.8078 c 0.0000,-1.2195 1.1767,-2.8883 3.4232 -2.8883c 1.6474,-0.0000 3.5729,0.6204 3.5729 3.0808c 0.0000,1.6260 -0.8344,2.4390 -1.9897 3.5515l -2.0325,1.9683 c -0.1070,0.1070 -1.5404,1.5190 -1.5404 2.5246h 3.6371 c 0.7274,-0.0000 1.1125,-0.3637 1.4121 -1.5404l 0.5349,0.0856 l -0.4279,2.6957 h -6.6110 c 0.0000,-1.1981 0.1926,-2.1181 2.1823 -4.1506l 1.4976,-1.4762 c 1.1981,-1.2195 1.6902,-2.2678 1.6902 -3.5729c 0.0000,-1.9469 -1.3265,-2.5032 -2.0539 -2.5032c -1.4762,-0.0000 -1.8827,0.7702 -1.8827 1.2837c 0.0000,0.1712 0.0428,0.3423 0.0856 0.4921c 0.0428,0.1498 0.0856,0.2995 0.0856 0.4707c 0.0000,0.5563 -0.4279,0.7702 -0.7702 0.7702c -0.4707,-0.0000 -0.8130,-0.3637 -0.8130 -0.7916ZM 237.4011,171.2856 ZM 239.6262,169.2531 c 0.8558,-0.0000 1.4121,0.8344 1.4121 2.1181c 0.0000,1.4976 -1.0697,2.2037 -2.3534 2.4390l -0.1070,-0.5349 c 1.1125,-0.2781 1.6260,-0.9200 1.6260 -1.3693c 0.0000,-0.4921 -0.3637,-0.5777 -0.7702 -0.6204c -0.3851,-0.0642 -0.9414,-0.2353 -0.9414 -0.9414c 0.0000,-0.5991 0.4707,-1.0911 1.1339 -1.0911ZM 242.0866,171.2856 ZM 246.7078,159.5827 c -0.5349,-0.0000 -2.0967,0.2995 -2.0967 1.6046c 0.0000,0.3851 -0.1498,1.0483 -0.7274 1.0483c -0.5563,-0.0000 -0.5991,-0.6204 -0.5991 -0.6846c 0.0000,-0.6632 0.8772,-2.6316 3.8510 -2.6316c 2.0753,-0.0000 2.6957,1.3051 2.6957 2.1609c 0.0000,0.5349 -0.1712,1.6046 -2.0967 2.8241c 1.1981,0.1926 2.7813,1.0697 2.7813 3.2948c 0.0000,2.8241 -2.1395,4.3431 -4.5571 4.3431c -1.2195,-0.0000 -2.9311,-0.5349 -2.9311 -1.3479c 0.0000,-0.3209 0.3209,-0.6846 0.7488 -0.6846c 0.4065,-0.0000 0.5991,0.2139 0.7916 0.4921c 0.2353,0.3637 0.6204,0.8772 1.6474 0.8772c 0.7060,-0.0000 2.7171,-0.7060 2.7171 -3.4018c 0.0000,-2.2892 -1.6046,-2.6529 -2.7599 -2.6529c -0.1926,-0.0000 -0.4279,0.0428 -0.6632 0.0856l -0.0856,-0.6418 c 1.6474,-0.2781 3.0167,-1.8827 3.0167 -2.8669c 0.0000,-1.2195 -0.8558,-1.8186 -1.7330 -1.8186Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 240.8189,182.2611 c 0.0000,-0.5938 -0.4813,-1.0751 -1.0751 -1.0751c -0.5938,-0.0000 -1.0751,0.4813 -1.0751 1.0751c -0.0000,0.5938 0.4813,1.0751 1.0751 1.0751c 0.5938,0.0000 1.0751,-0.4813 1.0751 -1.0751Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 228.0302,214.2890 ZM 229.2711,204.8111 c 0.0000,-1.2195 1.1767,-2.8883 3.4232 -2.8883c 1.6474,-0.0000 3.5729,0.6204 3.5729 3.0808c 0.0000,1.6260 -0.8344,2.4390 -1.9897 3.5515l -2.0325,1.9683 c -0.1070,0.1070 -1.5404,1.5190 -1.5404 2.5246h 3.6371 c 0.7274,-0.0000 1.1125,-0.3637 1.4121 -1.5404l 0.5349,0.0856 l -0.4279,2.6957 h -6.6110 c 0.0000,-1.1981 0.1926,-2.1181 2.1823 -4.1506l 1.4976,-1.4762 c 1.1981,-1.2195 1.6902,-2.2678 1.6902 -3.5729c 0.0000,-1.9469 -1.3265,-2.5032 -2.0539 -2.5032c -1.4762,-0.0000 -1.8827,0.7702 -1.8827 1.2837c 0.0000,0.1712 0.0428,0.3423 0.0856 0.4921c 0.0428,0.1498 0.0856,0.2995 0.0856 0.4707c 0.0000,0.5563 -0.4279,0.7702 -0.7702 0.7702c -0.4707,-0.0000 -0.8130,-0.3637 -0.8130 -0.7916ZM 237.4011,214.2890 ZM 239.6262,212.2565 c 0.8558,-0.0000 1.4121,0.8344 1.4121 2.1181c 0.0000,1.4976 -1.0697,2.2037 -2.3534 2.4390l -0.1070,-0.5349 c 1.1125,-0.2781 1.6260,-0.9200 1.6260 -1.3693c 0.0000,-0.4921 -0.3637,-0.5777 -0.7702 -0.6204c -0.3851,-0.0642 -0.9414,-0.2353 -0.9414 -0.9414c 0.0000,-0.5991 0.4707,-1.0911 1.1339 -1.0911ZM 242.0866,214.2890 ZM 243.3275,204.8111 c 0.0000,-1.2195 1.1767,-2.8883 3.4232 -2.8883c 1.6474,-0.0000 3.5729,0.6204 3.5729 3.0808c 0.0000,1.6260 -0.8344,2.4390 -1.9897 3.5515l -2.0325,1.9683 c -0.1070,0.1070 -1.5404,1.5190 -1.5404 2.5246h 3.6371 c 0.7274,-0.0000 1.1125,-0.3637 1.4121 -1.5404l 0.5349,0.0856 l -0.4279,2.6957 h -6.6110 c 0.0000,-1.1981 0.1926,-2.1181 2.1823 -4.1506l 1.4976,-1.4762 c 1.1981,-1.2195 1.6902,-2.2678 1.6902 -3.5729c 0.0000,-1.9469 -1.3265,-2.5032 -2.0539 -2.5032c -1.4762,-0.0000 -1.8827,0.7702 -1.8827 1.2837c 0.0000,0.1712 0.0428,0.3423 0.0856 0.4921c 0.0428,0.1498 0.0856,0.2995 0.0856 0.4707c 0.0000,0.5563 -0.4279,0.7702 -0.7702 0.7702c -0.4707,-0.0000 -0.8130,-0.3637 -0.8130 -0.7916Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 240.8189,225.2645 c 0.0000,-0.5938 -0.4813,-1.0751 -1.0751 -1.0751c -0.5938,-0.0000 -1.0751,0.4813 -1.0751 1.0751c -0.0000,0.5938 0.4813,1.0751 1.0751 1.0751c 0.5938,0.0000 1.0751,-0.4813 1.0751 -1.0751Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 228.0302,257.2924 ZM 229.2711,247.8145 c 0.0000,-1.2195 1.1767,-2.8883 3.4232 -2.8883c 1.6474,-0.0000 3.5729,0.6204 3.5729 3.0808c 0.0000,1.6260 -0.8344,2.4390 -1.9897 3.5515l -2.0325,1.9683 c -0.1070,0.1070 -1.5404,1.5190 -1.5404 2.5246h 3.6371 c 0.7274,-0.0000 1.1125,-0.3637 1.4121 -1.5404l 0.5349,0.0856 l -0.4279,2.6957 h -6.6110 c 0.0000,-1.1981 0.1926,-2.1181 2.1823 -4.1506l 1.4976,-1.4762 c 1.1981,-1.2195 1.6902,-2.2678 1.6902 -3.5729c 0.0000,-1.9469 -1.3265,-2.5032 -2.0539 -2.5032c -1.4762,-0.0000 -1.8827,0.7702 -1.8827 1.2837c 0.0000,0.1712 0.0428,0.3423 0.0856 0.4921c 0.0428,0.1498 0.0856,0.2995 0.0856 0.4707c 0.0000,0.5563 -0.4279,0.7702 -0.7702 0.7702c -0.4707,-0.0000 -0.8130,-0.3637 -0.8130 -0.7916ZM 237.4011,257.2924 ZM 239.6262,255.2599 c 0.8558,-0.0000 1.4121,0.8344 1.4121 2.1181c 0.0000,1.4976 -1.0697,2.2037 -2.3534 2.4390l -0.1070,-0.5349 c 1.1125,-0.2781 1.6260,-0.9200 1.6260 -1.3693c 0.0000,-0.4921 -0.3637,-0.5777 -0.7702 -0.6204c -0.3851,-0.0642 -0.9414,-0.2353 -0.9414 -0.9414c 0.0000,-0.5991 0.4707,-1.0911 1.1339 -1.0911ZM 242.0866,257.2924 ZM 246.1088,247.0871 c -0.4065,-0.0000 -1.3479,0.3851 -1.8186 0.5991l -0.2567,-0.6632 c 1.8827,-0.8772 2.6102,-1.3265 3.6799 -2.0967h 0.4065 v 10.7615 c 0.0000,0.7702 0.1070,0.9842 0.8130 0.9842h 1.1125 c 0.0642,-0.0000 0.1712,0.0428 0.1712 0.1712v 0.4707 l -2.9311,-0.0428 l -2.9739,0.0428 v -0.4707 c 0.0214,-0.0642 0.0428,-0.1712 0.1712 -0.1712h 1.2837 c 0.8130,-0.0000 0.8130,-0.3637 0.8130 -0.9842v -7.3598 c 0.0000,-0.7274 0.0000,-1.2409 -0.4707 -1.2409Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 240.8189,268.2679 c 0.0000,-0.5938 -0.4813,-1.0751 -1.0751 -1.0751c -0.5938,-0.0000 -1.0751,0.4813 -1.0751 1.0751c -0.0000,0.5938 0.4813,1.0751 1.0751 1.0751c 0.5938,0.0000 1.0751,-0.4813 1.0751 -1.0751Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 228.0302,300.2958 ZM 229.2711,290.8179 c 0.0000,-1.2195 1.1767,-2.8883 3.4232 -2.8883c 1.6474,-0.0000 3.5729,0.6204 3.5729 3.0808c 0.0000,1.6260 -0.8344,2.4390 -1.9897 3.5515l -2.0325,1.9683 c -0.1070,0.1070 -1.5404,1.5190 -1.5404 2.5246h 3.6371 c 0.7274,-0.0000 1.1125,-0.3637 1.4121 -1.5404l 0.5349,0.0856 l -0.4279,2.6957 h -6.6110 c 0.0000,-1.1981 0.1926,-2.1181 2.1823 -4.1506l 1.4976,-1.4762 c 1.1981,-1.2195 1.6902,-2.2678 1.6902 -3.5729c 0.0000,-1.9469 -1.3265,-2.5032 -2.0539 -2.5032c -1.4762,-0.0000 -1.8827,0.7702 -1.8827 1.2837c 0.0000,0.1712 0.0428,0.3423 0.0856 0.4921c 0.0428,0.1498 0.0856,0.2995 0.0856 0.4707c 0.0000,0.5563 -0.4279,0.7702 -0.7702 0.7702c -0.4707,-0.0000 -0.8130,-0.3637 -0.8130 -0.7916ZM 237.4011,300.2958 ZM 239.6262,298.2633 c 0.8558,-0.0000 1.4121,0.8344 1.4121 2.1181c 0.0000,1.4976 -1.0697,2.2037 -2.3534 2.4390l -0.1070,-0.5349 c 1.1125,-0.2781 1.6260,-0.9200 1.6260 -1.3693c 0.0000,-0.4921 -0.3637,-0.5777 -0.7702 -0.6204c -0.3851,-0.0642 -0.9414,-0.2353 -0.9414 -0.9414c 0.0000,-0.5991 0.4707,-1.0911 1.1339 -1.0911ZM 242.0866,300.2958 ZM 246.7720,288.6784 c -0.9200,-0.0000 -2.2678,0.8986 -2.2678 5.8835c 0.0000,1.7544 0.3209,5.2845 2.2037 5.2845c 0.3637,-0.0000 1.3907,-0.2353 1.8399 -1.9041c 0.2781,-1.0269 0.4279,-2.3106 0.4279 -4.1720c 0.0000,-2.7171 -0.6846,-4.2362 -1.3051 -4.7710c -0.2353,-0.2139 -0.5563,-0.3209 -0.8986 -0.3209ZM 246.7720,288.6784 ZM 246.6864,300.5525 c -2.2892,-0.0000 -3.8297,-2.9311 -3.8297 -6.2045c 0.0000,-4.0008 1.9041,-6.4184 3.9152 -6.4184c 0.9200,-0.0000 1.8399,0.5777 2.4604 1.4121c 0.8986,1.1981 1.3693,2.8027 1.3693 4.8138c 0.0000,4.7496 -2.3534,6.3970 -3.9152 6.3970Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 240.8189,311.2712 c 0.0000,-0.5938 -0.4813,-1.0751 -1.0751 -1.0751c -0.5938,-0.0000 -1.0751,0.4813 -1.0751 1.0751c -0.0000,0.5938 0.4813,1.0751 1.0751 1.0751c 0.5938,0.0000 1.0751,-0.4813 1.0751 -1.0751Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 163.5252,85.2789 ZM 167.5474,75.0736 c -0.4065,-0.0000 -1.3479,0.3851 -1.8186 0.5991l -0.2567,-0.6632 c 1.8827,-0.8772 2.6102,-1.3265 3.6799 -2.0967h 0.4065 v 10.7615 c 0.0000,0.7702 0.1070,0.9842 0.8130 0.9842h 1.1125 c 0.0642,-0.0000 0.1712,0.0428 0.1712 0.1712v 0.4707 l -2.9311,-0.0428 l -2.9739,0.0428 v -0.4707 c 0.0214,-0.0642 0.0428,-0.1712 0.1712 -0.1712h 1.2837 c 0.8130,-0.0000 0.8130,-0.3637 0.8130 -0.9842v -7.3598 c 0.0000,-0.7274 0.0000,-1.2409 -0.4707 -1.2409ZM 172.8961,85.2789 ZM 175.1211,83.2464 c 0.8558,-0.0000 1.4121,0.8344 1.4121 2.1181c 0.0000,1.4976 -1.0697,2.2037 -2.3534 2.4390l -0.1070,-0.5349 c 1.1125,-0.2781 1.6260,-0.9200 1.6260 -1.3693c 0.0000,-0.4921 -0.3637,-0.5777 -0.7702 -0.6204c -0.3851,-0.0642 -0.9414,-0.2353 -0.9414 -0.9414c 0.0000,-0.5991 0.4707,-1.0911 1.1339 -1.0911ZM 177.5815,85.2789 ZM 184.1925,81.6632 c 0.0000,-2.2037 -1.1981,-3.2948 -2.5246 -3.2948c -0.9842,-0.0000 -1.7330,0.1498 -2.5674 0.4921l 0.6846,-5.8408 c 0.7060,0.0642 1.4334,0.0856 2.1823 0.0856c 1.0697,-0.0000 2.1823,-0.0642 3.3376 -0.1926l 0.1284,0.0642 l -0.3209,1.3907 c -0.8344,0.0856 -1.5190,0.1070 -2.1181 0.1070c -0.9628,-0.0000 -1.6902,-0.0856 -2.4390 -0.1712l -0.4065,3.3804 c 0.4493,-0.1712 1.2195,-0.3209 2.0539 -0.3209c 2.2678,-0.0000 3.5301,1.9683 3.5301 3.9366c 0.0000,2.3962 -1.6688,4.2362 -4.0864 4.2362c -1.2195,-0.0000 -2.9953,-0.6846 -2.9953 -1.5190c 0.0000,-0.4065 0.3423,-0.6846 0.7274 -0.6846c 0.4279,-0.0000 0.7060,0.3209 0.9628 0.6632c 0.3209,0.3851 0.6632,0.8130 1.3479 0.8130c 1.3693,-0.0000 2.5032,-1.2837 2.5032 -3.1450Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 176.3139,96.2543 c 0.0000,-0.5938 -0.4813,-1.0751 -1.0751 -1.0751c -0.5938,-0.0000 -1.0751,0.4813 -1.0751 1.0751c -0.0000,0.5938 0.4813,1.0751 1.0751 1.0751c 0.5938,0.0000 1.0751,-0.4813 1.0751 -1.0751Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 163.5252,128.2822 ZM 167.5474,118.0770 c -0.4065,-0.0000 -1.3479,0.3851 -1.8186 0.5991l -0.2567,-0.6632 c 1.8827,-0.8772 2.6102,-1.3265 3.6799 -2.0967h 0.4065 v 10.7615 c 0.0000,0.7702 0.1070,0.9842 0.8130 0.9842h 1.1125 c 0.0642,-0.0000 0.1712,0.0428 0.1712 0.1712v 0.4707 l -2.9311,-0.0428 l -2.9739,0.0428 v -0.4707 c 0.0214,-0.0642 0.0428,-0.1712 0.1712 -0.1712h 1.2837 c 0.8130,-0.0000 0.8130,-0.3637 0.8130 -0.9842v -7.3598 c 0.0000,-0.7274 0.0000,-1.2409 -0.4707 -1.2409ZM 172.8961,128.2822 ZM 175.1211,126.2497 c 0.8558,-0.0000 1.4121,0.8344 1.4121 2.1181c 0.0000,1.4976 -1.0697,2.2037 -2.3534 2.4390l -0.1070,-0.5349 c 1.1125,-0.2781 1.6260,-0.9200 1.6260 -1.3693c 0.0000,-0.4921 -0.3637,-0.5777 -0.7702 -0.6204c -0.3851,-0.0642 -0.9414,-0.2353 -0.9414 -0.9414c 0.0000,-0.5991 0.4707,-1.0911 1.1339 -1.0911ZM 177.5815,128.2822 ZM 183.1013,120.6871 c 0.0000,-0.1498 0.0214,-0.3209 0.2139 -0.4279c 0.2353,-0.1712 0.6204,-0.3637 0.9414 -0.3637c 0.2781,-0.0000 0.2995,0.2353 0.2995 0.6632v 3.4445 h 1.7330 l -0.1284,1.0056 h -1.6046 v 1.7758 c 0.0000,0.5991 0.0856,0.8986 0.7060 0.8986h 0.5777 c 0.1284,-0.0000 0.1498,0.1070 0.1498 0.1498v 0.4707 c 0.0000,-0.0000 -1.3693,-0.0428 -2.2678 -0.0428c -0.8130,-0.0000 -2.0753,0.0428 -2.0753 0.0428v -0.4707 c 0.0000,-0.0428 0.0214,-0.1498 0.1498 -0.1498h 0.5777 c 0.6632,-0.0000 0.7274,-0.2781 0.7274 -0.8986v -1.7758 h -4.1934 c -0.0856,-0.0000 -0.1284,-0.0428 -0.1926 -0.1284l -0.1712,-0.2353 l -0.2567,-0.4493 c -0.0214,-0.0000 -0.0214,-0.0214 -0.0214 -0.0428c 0.0000,-0.0214 0.0214,-0.0428 0.0428 -0.0642c 1.3907,-1.5404 3.8510,-6.3114 4.6213 -8.0658c 0.0214,-0.0856 0.0642,-0.1070 0.1498 -0.1070c 0.0214,-0.0000 0.4921,0.1926 0.7488 0.2353c -0.9628,2.5888 -2.5460,5.3701 -4.1078 7.8519h 3.3804 v -3.3162 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 176.3139,139.2577 c 0.0000,-0.5938 -0.4813,-1.0751 -1.0751 -1.0751c -0.5938,-0.0000 -1.0751,0.4813 -1.0751 1.0751c -0.0000,0.5938 0.4813,1.0751 1.0751 1.0751c 0.5938,0.0000 1.0751,-0.4813 1.0751 -1.0751Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 163.5252,171.2856 ZM 167.5474,161.0803 c -0.4065,-0.0000 -1.3479,0.3851 -1.8186 0.5991l -0.2567,-0.6632 c 1.8827,-0.8772 2.6102,-1.3265 3.6799 -2.0967h 0.4065 v 10.7615 c 0.0000,0.7702 0.1070,0.9842 0.8130 0.9842h 1.1125 c 0.0642,-0.0000 0.1712,0.0428 0.1712 0.1712v 0.4707 l -2.9311,-0.0428 l -2.9739,0.0428 v -0.4707 c 0.0214,-0.0642 0.0428,-0.1712 0.1712 -0.1712h 1.2837 c 0.8130,-0.0000 0.8130,-0.3637 0.8130 -0.9842v -7.3598 c 0.0000,-0.7274 0.0000,-1.2409 -0.4707 -1.2409ZM 172.8961,171.2856 ZM 175.1211,169.2531 c 0.8558,-0.0000 1.4121,0.8344 1.4121 2.1181c 0.0000,1.4976 -1.0697,2.2037 -2.3534 2.4390l -0.1070,-0.5349 c 1.1125,-0.2781 1.6260,-0.9200 1.6260 -1.3693c 0.0000,-0.4921 -0.3637,-0.5777 -0.7702 -0.6204c -0.3851,-0.0642 -0.9414,-0.2353 -0.9414 -0.9414c 0.0000,-0.5991 0.4707,-1.0911 1.1339 -1.0911ZM 177.5815,171.2856 ZM 182.2028,159.5827 c -0.5349,-0.0000 -2.0967,0.2995 -2.0967 1.6046c 0.0000,0.3851 -0.1498,1.0483 -0.7274 1.0483c -0.5563,-0.0000 -0.5991,-0.6204 -0.5991 -0.6846c 0.0000,-0.6632 0.8772,-2.6316 3.8510 -2.6316c 2.0753,-0.0000 2.6957,1.3051 2.6957 2.1609c 0.0000,0.5349 -0.1712,1.6046 -2.0967 2.8241c 1.1981,0.1926 2.7813,1.0697 2.7813 3.2948c 0.0000,2.8241 -2.1395,4.3431 -4.5571 4.3431c -1.2195,-0.0000 -2.9311,-0.5349 -2.9311 -1.3479c 0.0000,-0.3209 0.3209,-0.6846 0.7488 -0.6846c 0.4065,-0.0000 0.5991,0.2139 0.7916 0.4921c 0.2353,0.3637 0.6204,0.8772 1.6474 0.8772c 0.7060,-0.0000 2.7171,-0.7060 2.7171 -3.4018c 0.0000,-2.2892 -1.6046,-2.6529 -2.7599 -2.6529c -0.1926,-0.0000 -0.4279,0.0428 -0.6632 0.0856l -0.0856,-0.6418 c 1.6474,-0.2781 3.0167,-1.8827 3.0167 -2.8669c 0.0000,-1.2195 -0.8558,-1.8186 -1.7330 -1.8186Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 176.3139,182.2611 c 0.0000,-0.5938 -0.4813,-1.0751 -1.0751 -1.0751c -0.5938,-0.0000 -1.0751,0.4813 -1.0751 1.0751c -0.0000,0.5938 0.4813,1.0751 1.0751 1.0751c 0.5938,0.0000 1.0751,-0.4813 1.0751 -1.0751Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 163.5252,214.2890 ZM 167.5474,204.0837 c -0.4065,-0.0000 -1.3479,0.3851 -1.8186 0.5991l -0.2567,-0.6632 c 1.8827,-0.8772 2.6102,-1.3265 3.6799 -2.0967h 0.4065 v 10.7615 c 0.0000,0.7702 0.1070,0.9842 0.8130 0.9842h 1.1125 c 0.0642,-0.0000 0.1712,0.0428 0.1712 0.1712v 0.4707 l -2.9311,-0.0428 l -2.9739,0.0428 v -0.4707 c 0.0214,-0.0642 0.0428,-0.1712 0.1712 -0.1712h 1.2837 c 0.8130,-0.0000 0.8130,-0.3637 0.8130 -0.9842v -7.3598 c 0.0000,-0.7274 0.0000,-1.2409 -0.4707 -1.2409ZM 172.8961,214.2890 ZM 175.1211,212.2565 c 0.8558,-0.0000 1.4121,0.8344 1.4121 2.1181c 0.0000,1.4976 -1.0697,2.2037 -2.3534 2.4390l -0.1070,-0.5349 c 1.1125,-0.2781 1.6260,-0.9200 1.6260 -1.3693c 0.0000,-0.4921 -0.3637,-0.5777 -0.7702 -0.6204c -0.3851,-0.0642 -0.9414,-0.2353 -0.9414 -0.9414c 0.0000,-0.5991 0.4707,-1.0911 1.1339 -1.0911ZM 177.5815,214.2890 ZM 178.8224,204.8111 c 0.0000,-1.2195 1.1767,-2.8883 3.4232 -2.8883c 1.6474,-0.0000 3.5729,0.6204 3.5729 3.0808c 0.0000,1.6260 -0.8344,2.4390 -1.9897 3.5515l -2.0325,1.9683 c -0.1070,0.1070 -1.5404,1.5190 -1.5404 2.5246h 3.6371 c 0.7274,-0.0000 1.1125,-0.3637 1.4121 -1.5404l 0.5349,0.0856 l -0.4279,2.6957 h -6.6110 c 0.0000,-1.1981 0.1926,-2.1181 2.1823 -4.1506l 1.4976,-1.4762 c 1.1981,-1.2195 1.6902,-2.2678 1.6902 -3.5729c 0.0000,-1.9469 -1.3265,-2.5032 -2.0539 -2.5032c -1.4762,-0.0000 -1.8827,0.7702 -1.8827 1.2837c 0.0000,0.1712 0.0428,0.3423 0.0856 0.4921c 0.0428,0.1498 0.0856,0.2995 0.0856 0.4707c 0.0000,0.5563 -0.4279,0.7702 -0.7702 0.7702c -0.4707,-0.0000 -0.8130,-0.3637 -0.8130 -0.7916Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 176.3139,225.2645 c 0.0000,-0.5938 -0.4813,-1.0751 -1.0751 -1.0751c -0.5938,-0.0000 -1.0751,0.4813 -1.0751 1.0751c -0.0000,0.5938 0.4813,1.0751 1.0751 1.0751c 0.5938,0.0000 1.0751,-0.4813 1.0751 -1.0751Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 163.5252,257.2924 ZM 167.5474,247.0871 c -0.4065,-0.0000 -1.3479,0.3851 -1.8186 0.5991l -0.2567,-0.6632 c 1.8827,-0.8772 2.6102,-1.3265 3.6799 -2.0967h 0.4065 v 10.7615 c 0.0000,0.7702 0.1070,0.9842 0.8130 0.9842h 1.1125 c 0.0642,-0.0000 0.1712,0.0428 0.1712 0.1712v 0.4707 l -2.9311,-0.0428 l -2.9739,0.0428 v -0.4707 c 0.0214,-0.0642 0.0428,-0.1712 0.1712 -0.1712h 1.2837 c 0.8130,-0.0000 0.8130,-0.3637 0.8130 -0.9842v -7.3598 c 0.0000,-0.7274 0.0000,-1.2409 -0.4707 -1.2409ZM 172.8961,257.2924 ZM 175.1211,255.2599 c 0.8558,-0.0000 1.4121,0.8344 1.4121 2.1181c 0.0000,1.4976 -1.0697,2.2037 -2.3534 2.4390l -0.1070,-0.5349 c 1.1125,-0.2781 1.6260,-0.9200 1.6260 -1.3693c 0.0000,-0.4921 -0.3637,-0.5777 -0.7702 -0.6204c -0.3851,-0.0642 -0.9414,-0.2353 -0.9414 -0.9414c 0.0000,-0.5991 0.4707,-1.0911 1.1339 -1.0911ZM 177.5815,257.2924 ZM 181.6037,247.0871 c -0.4065,-0.0000 -1.3479,0.3851 -1.8186 0.5991l -0.2567,-0.6632 c 1.8827,-0.8772 2.6102,-1.3265 3.6799 -2.0967h 0.4065 v 10.7615 c 0.0000,0.7702 0.1070,0.9842 0.8130 0.9842h 1.1125 c 0.0642,-0.0000 0.1712,0.0428 0.1712 0.1712v 0.4707 l -2.9311,-0.0428 l -2.9739,0.0428 v -0.4707 c 0.0214,-0.0642 0.0428,-0.1712 0.1712 -0.1712h 1.2837 c 0.8130,-0.0000 0.8130,-0.3637 0.8130 -0.9842v -7.3598 c 0.0000,-0.7274 0.0000,-1.2409 -0.4707 -1.2409Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 176.3139,268.2679 c 0.0000,-0.5938 -0.4813,-1.0751 -1.0751 -1.0751c -0.5938,-0.0000 -1.0751,0.4813 -1.0751 1.0751c -0.0000,0.5938 0.4813,1.0751 1.0751 1.0751c 0.5938,0.0000 1.0751,-0.4813 1.0751 -1.0751Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 163.5252,300.2958 ZM 167.5474,290.0905 c -0.4065,-0.0000 -1.3479,0.3851 -1.8186 0.5991l -0.2567,-0.6632 c 1.8827,-0.8772 2.6102,-1.3265 3.6799 -2.0967h 0.4065 v 10.7615 c 0.0000,0.7702 0.1070,0.9842 0.8130 0.9842h 1.1125 c 0.0642,-0.0000 0.1712,0.0428 0.1712 0.1712v 0.4707 l -2.9311,-0.0428 l -2.9739,0.0428 v -0.4707 c 0.0214,-0.0642 0.0428,-0.1712 0.1712 -0.1712h 1.2837 c 0.8130,-0.0000 0.8130,-0.3637 0.8130 -0.9842v -7.3598 c 0.0000,-0.7274 0.0000,-1.2409 -0.4707 -1.2409ZM 172.8961,300.2958 ZM 175.1211,298.2633 c 0.8558,-0.0000 1.4121,0.8344 1.4121 2.1181c 0.0000,1.4976 -1.0697,2.2037 -2.3534 2.4390l -0.1070,-0.5349 c 1.1125,-0.2781 1.6260,-0.9200 1.6260 -1.3693c 0.0000,-0.4921 -0.3637,-0.5777 -0.7702 -0.6204c -0.3851,-0.0642 -0.9414,-0.2353 -0.9414 -0.9414c 0.0000,-0.5991 0.4707,-1.0911 1.1339 -1.0911ZM 177.5815,300.2958 ZM 182.2669,288.6784 c -0.9200,-0.0000 -2.2678,0.8986 -2.2678 5.8835c 0.0000,1.7544 0.3209,5.2845 2.2037 5.2845c 0.3637,-0.0000 1.3907,-0.2353 1.8399 -1.9041c 0.2781,-1.0269 0.4279,-2.3106 0.4279 -4.1720c 0.0000,-2.7171 -0.6846,-4.2362 -1.3051 -4.7710c -0.2353,-0.2139 -0.5563,-0.3209 -0.8986 -0.3209ZM 182.2669,288.6784 ZM 182.1814,300.5525 c -2.2892,-0.0000 -3.8297,-2.9311 -3.8297 -6.2045c 0.0000,-4.0008 1.9041,-6.4184 3.9152 -6.4184c 0.9200,-0.0000 1.8399,0.5777 2.4604 1.4121c 0.8986,1.1981 1.3693,2.8027 1.3693 4.8138c 0.0000,4.7496 -2.3534,6.3970 -3.9152 6.3970Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 176.3139,311.2712 c 0.0000,-0.5938 -0.4813,-1.0751 -1.0751 -1.0751c -0.5938,-0.0000 -1.0751,0.4813 -1.0751 1.0751c -0.0000,0.5938 0.4813,1.0751 1.0751 1.0751c 0.5938,0.0000 1.0751,-0.4813 1.0751 -1.0751Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 99.0201,85.2789 ZM 103.7055,73.6615 c -0.9200,-0.0000 -2.2678,0.8986 -2.2678 5.8835c 0.0000,1.7544 0.3209,5.2845 2.2037 5.2845c 0.3637,-0.0000 1.3907,-0.2353 1.8399 -1.9041c 0.2781,-1.0269 0.4279,-2.3106 0.4279 -4.1720c 0.0000,-2.7171 -0.6846,-4.2362 -1.3051 -4.7710c -0.2353,-0.2139 -0.5563,-0.3209 -0.8986 -0.3209ZM 103.7055,73.6615 ZM 103.6200,85.5356 c -2.2892,-0.0000 -3.8297,-2.9311 -3.8297 -6.2045c 0.0000,-4.0008 1.9041,-6.4184 3.9152 -6.4184c 0.9200,-0.0000 1.8399,0.5777 2.4604 1.4121c 0.8986,1.1981 1.3693,2.8027 1.3693 4.8138c 0.0000,4.7496 -2.3534,6.3970 -3.9152 6.3970ZM 108.3910,85.2789 ZM 110.6160,83.2464 c 0.8558,-0.0000 1.4121,0.8344 1.4121 2.1181c 0.0000,1.4976 -1.0697,2.2037 -2.3534 2.4390l -0.1070,-0.5349 c 1.1125,-0.2781 1.6260,-0.9200 1.6260 -1.3693c 0.0000,-0.4921 -0.3637,-0.5777 -0.7702 -0.6204c -0.3851,-0.0642 -0.9414,-0.2353 -0.9414 -0.9414c 0.0000,-0.5991 0.4707,-1.0911 1.1339 -1.0911ZM 113.0764,85.2789 ZM 119.6874,81.6632 c 0.0000,-2.2037 -1.1981,-3.2948 -2.5246 -3.2948c -0.9842,-0.0000 -1.7330,0.1498 -2.5674 0.4921l 0.6846,-5.8408 c 0.7060,0.0642 1.4334,0.0856 2.1823 0.0856c 1.0697,-0.0000 2.1823,-0.0642 3.3376 -0.1926l 0.1284,0.0642 l -0.3209,1.3907 c -0.8344,0.0856 -1.5190,0.1070 -2.1181 0.1070c -0.9628,-0.0000 -1.6902,-0.0856 -2.4390 -0.1712l -0.4065,3.3804 c 0.4493,-0.1712 1.2195,-0.3209 2.0539 -0.3209c 2.2678,-0.0000 3.5301,1.9683 3.5301 3.9366c 0.0000,2.3962 -1.6688,4.2362 -4.0864 4.2362c -1.2195,-0.0000 -2.9953,-0.6846 -2.9953 -1.5190c 0.0000,-0.4065 0.3423,-0.6846 0.7274 -0.6846c 0.4279,-0.0000 0.7060,0.3209 0.9628 0.6632c 0.3209,0.3851 0.6632,0.8130 1.3479 0.8130c 1.3693,-0.0000 2.5032,-1.2837 2.5032 -3.1450Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 111.8088,96.2543 c 0.0000,-0.5938 -0.4813,-1.0751 -1.0751 -1.0751c -0.5938,-0.0000 -1.0751,0.4813 -1.0751 1.0751c -0.0000,0.5938 0.4813,1.0751 1.0751 1.0751c 0.5938,0.0000 1.0751,-0.4813 1.0751 -1.0751Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 99.0201,128.2822 ZM 103.7055,116.6649 c -0.9200,-0.0000 -2.2678,0.8986 -2.2678 5.8835c 0.0000,1.7544 0.3209,5.2845 2.2037 5.2845c 0.3637,-0.0000 1.3907,-0.2353 1.8399 -1.9041c 0.2781,-1.0269 0.4279,-2.3106 0.4279 -4.1720c 0.0000,-2.7171 -0.6846,-4.2362 -1.3051 -4.7710c -0.2353,-0.2139 -0.5563,-0.3209 -0.8986 -0.3209ZM 103.7055,116.6649 ZM 103.6200,128.5390 c -2.2892,-0.0000 -3.8297,-2.9311 -3.8297 -6.2045c 0.0000,-4.0008 1.9041,-6.4184 3.9152 -6.4184c 0.9200,-0.0000 1.8399,0.5777 2.4604 1.4121c 0.8986,1.1981 1.3693,2.8027 1.3693 4.8138c 0.0000,4.7496 -2.3534,6.3970 -3.9152 6.3970ZM 108.3910,128.2822 ZM 110.6160,126.2497 c 0.8558,-0.0000 1.4121,0.8344 1.4121 2.1181c 0.0000,1.4976 -1.0697,2.2037 -2.3534 2.4390l -0.1070,-0.5349 c 1.1125,-0.2781 1.6260,-0.9200 1.6260 -1.3693c 0.0000,-0.4921 -0.3637,-0.5777 -0.7702 -0.6204c -0.3851,-0.0642 -0.9414,-0.2353 -0.9414 -0.9414c 0.0000,-0.5991 0.4707,-1.0911 1.1339 -1.0911ZM 113.0764,128.2822 ZM 118.5963,120.6871 c 0.0000,-0.1498 0.0214,-0.3209 0.2139 -0.4279c 0.2353,-0.1712 0.6204,-0.3637 0.9414 -0.3637c 0.2781,-0.0000 0.2995,0.2353 0.2995 0.6632v 3.4445 h 1.7330 l -0.1284,1.0056 h -1.6046 v 1.7758 c 0.0000,0.5991 0.0856,0.8986 0.7060 0.8986h 0.5777 c 0.1284,-0.0000 0.1498,0.1070 0.1498 0.1498v 0.4707 c 0.0000,-0.0000 -1.3693,-0.0428 -2.2678 -0.0428c -0.8130,-0.0000 -2.0753,0.0428 -2.0753 0.0428v -0.4707 c 0.0000,-0.0428 0.0214,-0.1498 0.1498 -0.1498h 0.5777 c 0.6632,-0.0000 0.7274,-0.2781 0.7274 -0.8986v -1.7758 h -4.1934 c -0.0856,-0.0000 -0.1284,-0.0428 -0.1926 -0.1284l -0.1712,-0.2353 l -0.2567,-0.4493 c -0.0214,-0.0000 -0.0214,-0.0214 -0.0214 -0.0428c 0.0000,-0.0214 0.0214,-0.0428 0.0428 -0.0642c 1.3907,-1.5404 3.8510,-6.3114 4.6213 -8.0658c 0.0214,-0.0856 0.0642,-0.1070 0.1498 -0.1070c 0.0214,-0.0000 0.4921,0.1926 0.7488 0.2353c -0.9628,2.5888 -2.5460,5.3701 -4.1078 7.8519h 3.3804 v -3.3162 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 111.8088,139.2577 c 0.0000,-0.5938 -0.4813,-1.0751 -1.0751 -1.0751c -0.5938,-0.0000 -1.0751,0.4813 -1.0751 1.0751c -0.0000,0.5938 0.4813,1.0751 1.0751 1.0751c 0.5938,0.0000 1.0751,-0.4813 1.0751 -1.0751Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 99.0201,171.2856 ZM 103.7055,159.6683 c -0.9200,-0.0000 -2.2678,0.8986 -2.2678 5.8835c 0.0000,1.7544 0.3209,5.2845 2.2037 5.2845c 0.3637,-0.0000 1.3907,-0.2353 1.8399 -1.9041c 0.2781,-1.0269 0.4279,-2.3106 0.4279 -4.1720c 0.0000,-2.7171 -0.6846,-4.2362 -1.3051 -4.7710c -0.2353,-0.2139 -0.5563,-0.3209 -0.8986 -0.3209ZM 103.7055,159.6683 ZM 103.6200,171.5424 c -2.2892,-0.0000 -3.8297,-2.9311 -3.8297 -6.2045c 0.0000,-4.0008 1.9041,-6.4184 3.9152 -6.4184c 0.9200,-0.0000 1.8399,0.5777 2.4604 1.4121c 0.8986,1.1981 1.3693,2.8027 1.3693 4.8138c 0.0000,4.7496 -2.3534,6.3970 -3.9152 6.3970ZM 108.3910,171.2856 ZM 110.6160,169.2531 c 0.8558,-0.0000 1.4121,0.8344 1.4121 2.1181c 0.0000,1.4976 -1.0697,2.2037 -2.3534 2.4390l -0.1070,-0.5349 c 1.1125,-0.2781 1.6260,-0.9200 1.6260 -1.3693c 0.0000,-0.4921 -0.3637,-0.5777 -0.7702 -0.6204c -0.3851,-0.0642 -0.9414,-0.2353 -0.9414 -0.9414c 0.0000,-0.5991 0.4707,-1.0911 1.1339 -1.0911ZM 113.0764,171.2856 ZM 117.6977,159.5827 c -0.5349,-0.0000 -2.0967,0.2995 -2.0967 1.6046c 0.0000,0.3851 -0.1498,1.0483 -0.7274 1.0483c -0.5563,-0.0000 -0.5991,-0.6204 -0.5991 -0.6846c 0.0000,-0.6632 0.8772,-2.6316 3.8510 -2.6316c 2.0753,-0.0000 2.6957,1.3051 2.6957 2.1609c 0.0000,0.5349 -0.1712,1.6046 -2.0967 2.8241c 1.1981,0.1926 2.7813,1.0697 2.7813 3.2948c 0.0000,2.8241 -2.1395,4.3431 -4.5571 4.3431c -1.2195,-0.0000 -2.9311,-0.5349 -2.9311 -1.3479c 0.0000,-0.3209 0.3209,-0.6846 0.7488 -0.6846c 0.4065,-0.0000 0.5991,0.2139 0.7916 0.4921c 0.2353,0.3637 0.6204,0.8772 1.6474 0.8772c 0.7060,-0.0000 2.7171,-0.7060 2.7171 -3.4018c 0.0000,-2.2892 -1.6046,-2.6529 -2.7599 -2.6529c -0.1926,-0.0000 -0.4279,0.0428 -0.6632 0.0856l -0.0856,-0.6418 c 1.6474,-0.2781 3.0167,-1.8827 3.0167 -2.8669c 0.0000,-1.2195 -0.8558,-1.8186 -1.7330 -1.8186Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 111.8088,182.2611 c 0.0000,-0.5938 -0.4813,-1.0751 -1.0751 -1.0751c -0.5938,-0.0000 -1.0751,0.4813 -1.0751 1.0751c -0.0000,0.5938 0.4813,1.0751 1.0751 1.0751c 0.5938,0.0000 1.0751,-0.4813 1.0751 -1.0751Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 99.0201,214.2890 ZM 103.7055,202.6717 c -0.9200,-0.0000 -2.2678,0.8986 -2.2678 5.8835c 0.0000,1.7544 0.3209,5.2845 2.2037 5.2845c 0.3637,-0.0000 1.3907,-0.2353 1.8399 -1.9041c 0.2781,-1.0269 0.4279,-2.3106 0.4279 -4.1720c 0.0000,-2.7171 -0.6846,-4.2362 -1.3051 -4.7710c -0.2353,-0.2139 -0.5563,-0.3209 -0.8986 -0.3209ZM 103.7055,202.6717 ZM 103.6200,214.5457 c -2.2892,-0.0000 -3.8297,-2.9311 -3.8297 -6.2045c 0.0000,-4.0008 1.9041,-6.4184 3.9152 -6.4184c 0.9200,-0.0000 1.8399,0.5777 2.4604 1.4121c 0.8986,1.1981 1.3693,2.8027 1.3693 4.8138c 0.0000,4.7496 -2.3534,6.3970 -3.9152 6.3970ZM 108.3910,214.2890 ZM 110.6160,212.2565 c 0.8558,-0.0000 1.4121,0.8344 1.4121 2.1181c 0.0000,1.4976 -1.0697,2.2037 -2.3534 2.4390l -0.1070,-0.5349 c 1.1125,-0.2781 1.6260,-0.9200 1.6260 -1.3693c 0.0000,-0.4921 -0.3637,-0.5777 -0.7702 -0.6204c -0.3851,-0.0642 -0.9414,-0.2353 -0.9414 -0.9414c 0.0000,-0.5991 0.4707,-1.0911 1.1339 -1.0911ZM 113.0764,214.2890 ZM 114.3173,204.8111 c 0.0000,-1.2195 1.1767,-2.8883 3.4232 -2.8883c 1.6474,-0.0000 3.5729,0.6204 3.5729 3.0808c 0.0000,1.6260 -0.8344,2.4390 -1.9897 3.5515l -2.0325,1.9683 c -0.1070,0.1070 -1.5404,1.5190 -1.5404 2.5246h 3.6371 c 0.7274,-0.0000 1.1125,-0.3637 1.4121 -1.5404l 0.5349,0.0856 l -0.4279,2.6957 h -6.6110 c 0.0000,-1.1981 0.1926,-2.1181 2.1823 -4.1506l 1.4976,-1.4762 c 1.1981,-1.2195 1.6902,-2.2678 1.6902 -3.5729c 0.0000,-1.9469 -1.3265,-2.5032 -2.0539 -2.5032c -1.4762,-0.0000 -1.8827,0.7702 -1.8827 1.2837c 0.0000,0.1712 0.0428,0.3423 0.0856 0.4921c 0.0428,0.1498 0.0856,0.2995 0.0856 0.4707c 0.0000,0.5563 -0.4279,0.7702 -0.7702 0.7702c -0.4707,-0.0000 -0.8130,-0.3637 -0.8130 -0.7916Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 111.8088,225.2645 c 0.0000,-0.5938 -0.4813,-1.0751 -1.0751 -1.0751c -0.5938,-0.0000 -1.0751,0.4813 -1.0751 1.0751c -0.0000,0.5938 0.4813,1.0751 1.0751 1.0751c 0.5938,0.0000 1.0751,-0.4813 1.0751 -1.0751Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 99.0201,257.2924 ZM 103.7055,245.6750 c -0.9200,-0.0000 -2.2678,0.8986 -2.2678 5.8835c 0.0000,1.7544 0.3209,5.2845 2.2037 5.2845c 0.3637,-0.0000 1.3907,-0.2353 1.8399 -1.9041c 0.2781,-1.0269 0.4279,-2.3106 0.4279 -4.1720c 0.0000,-2.7171 -0.6846,-4.2362 -1.3051 -4.7710c -0.2353,-0.2139 -0.5563,-0.3209 -0.8986 -0.3209ZM 103.7055,245.6750 ZM 103.6200,257.5491 c -2.2892,-0.0000 -3.8297,-2.9311 -3.8297 -6.2045c 0.0000,-4.0008 1.9041,-6.4184 3.9152 -6.4184c 0.9200,-0.0000 1.8399,0.5777 2.4604 1.4121c 0.8986,1.1981 1.3693,2.8027 1.3693 4.8138c 0.0000,4.7496 -2.3534,6.3970 -3.9152 6.3970ZM 108.3910,257.2924 ZM 110.6160,255.2599 c 0.8558,-0.0000 1.4121,0.8344 1.4121 2.1181c 0.0000,1.4976 -1.0697,2.2037 -2.3534 2.4390l -0.1070,-0.5349 c 1.1125,-0.2781 1.6260,-0.9200 1.6260 -1.3693c 0.0000,-0.4921 -0.3637,-0.5777 -0.7702 -0.6204c -0.3851,-0.0642 -0.9414,-0.2353 -0.9414 -0.9414c 0.0000,-0.5991 0.4707,-1.0911 1.1339 -1.0911ZM 113.0764,257.2924 ZM 117.0986,247.0871 c -0.4065,-0.0000 -1.3479,0.3851 -1.8186 0.5991l -0.2567,-0.6632 c 1.8827,-0.8772 2.6102,-1.3265 3.6799 -2.0967h 0.4065 v 10.7615 c 0.0000,0.7702 0.1070,0.9842 0.8130 0.9842h 1.1125 c 0.0642,-0.0000 0.1712,0.0428 0.1712 0.1712v 0.4707 l -2.9311,-0.0428 l -2.9739,0.0428 v -0.4707 c 0.0214,-0.0642 0.0428,-0.1712 0.1712 -0.1712h 1.2837 c 0.8130,-0.0000 0.8130,-0.3637 0.8130 -0.9842v -7.3598 c 0.0000,-0.7274 0.0000,-1.2409 -0.4707 -1.2409Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 111.8088,268.2679 c 0.0000,-0.5938 -0.4813,-1.0751 -1.0751 -1.0751c -0.5938,-0.0000 -1.0751,0.4813 -1.0751 1.0751c -0.0000,0.5938 0.4813,1.0751 1.0751 1.0751c 0.5938,0.0000 1.0751,-0.4813 1.0751 -1.0751Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 99.0201,300.2958 ZM 103.7055,288.6784 c -0.9200,-0.0000 -2.2678,0.8986 -2.2678 5.8835c 0.0000,1.7544 0.3209,5.2845 2.2037 5.2845c 0.3637,-0.0000 1.3907,-0.2353 1.8399 -1.9041c 0.2781,-1.0269 0.4279,-2.3106 0.4279 -4.1720c 0.0000,-2.7171 -0.6846,-4.2362 -1.3051 -4.7710c -0.2353,-0.2139 -0.5563,-0.3209 -0.8986 -0.3209ZM 103.7055,288.6784 ZM 103.6200,300.5525 c -2.2892,-0.0000 -3.8297,-2.9311 -3.8297 -6.2045c 0.0000,-4.0008 1.9041,-6.4184 3.9152 -6.4184c 0.9200,-0.0000 1.8399,0.5777 2.4604 1.4121c 0.8986,1.1981 1.3693,2.8027 1.3693 4.8138c 0.0000,4.7496 -2.3534,6.3970 -3.9152 6.3970ZM 108.3910,300.2958 ZM 110.6160,298.2633 c 0.8558,-0.0000 1.4121,0.8344 1.4121 2.1181c 0.0000,1.4976 -1.0697,2.2037 -2.3534 2.4390l -0.1070,-0.5349 c 1.1125,-0.2781 1.6260,-0.9200 1.6260 -1.3693c 0.0000,-0.4921 -0.3637,-0.5777 -0.7702 -0.6204c -0.3851,-0.0642 -0.9414,-0.2353 -0.9414 -0.9414c 0.0000,-0.5991 0.4707,-1.0911 1.1339 -1.0911ZM 113.0764,300.2958 ZM 117.7619,288.6784 c -0.9200,-0.0000 -2.2678,0.8986 -2.2678 5.8835c 0.0000,1.7544 0.3209,5.2845 2.2037 5.2845c 0.3637,-0.0000 1.3907,-0.2353 1.8399 -1.9041c 0.2781,-1.0269 0.4279,-2.3106 0.4279 -4.1720c 0.0000,-2.7171 -0.6846,-4.2362 -1.3051 -4.7710c -0.2353,-0.2139 -0.5563,-0.3209 -0.8986 -0.3209ZM 117.7619,288.6784 ZM 117.6763,300.5525 c -2.2892,-0.0000 -3.8297,-2.9311 -3.8297 -6.2045c 0.0000,-4.0008 1.9041,-6.4184 3.9152 -6.4184c 0.9200,-0.0000 1.8399,0.5777 2.4604 1.4121c 0.8986,1.1981 1.3693,2.8027 1.3693 4.8138c 0.0000,4.7496 -2.3534,6.3970 -3.9152 6.3970Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 111.8088,311.2712 c 0.0000,-0.5938 -0.4813,-1.0751 -1.0751 -1.0751c -0.5938,-0.0000 -1.0751,0.4813 -1.0751 1.0751c -0.0000,0.5938 0.4813,1.0751 1.0751 1.0751c 0.5938,0.0000 1.0751,-0.4813 1.0751 -1.0751Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(31,119,180)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 56.6051,322.0221 ZM 33.1422,308.6504 c 0.0000,-4.3503 1.6046,-5.6339 1.6046 -7.7734c 2.5674,-0.2496 3.9937,-0.4636 5.4913 -0.7845l 0.2139,1.0697 c -3.0666,0.9271 -5.9905,2.8170 -5.9905 7.9874c -0.0000,4.8138 4.2433,8.6292 10.4834 8.6292c 4.7068,0.0000 10.8043,-3.4232 10.8043 -9.7703c 0.0000,-1.9255 -0.6418,-4.0293 -1.7829 -5.2417l -5.4557,-0.0000 c -1.1054,-0.0000 -1.5689,0.5349 -1.5689 1.9612l -0.0000,0.9271 c -0.0000,0.1426 -0.1070,0.2853 -0.2853 0.2853l -0.9271,-0.0000 l -0.0713,-0.0713 c 0.0000,-0.0000 0.0713,-3.1022 0.0713 -4.4929c 0.0000,-1.2480 -0.0713,-3.3162 -0.0713 -3.3162l 0.0713,-0.0713 l 0.9271,0.0000 c 0.1783,0.0000 0.2853,0.1070 0.2853 0.2853l -0.0000,0.0357 c -0.0000,1.2480 0.5705,1.5689 1.5689 1.5689l 4.1363,0.0000 c 0.3922,0.0000 0.6775,-0.1783 0.9984 -0.5705c 2.0682,2.4247 3.3875,5.3130 3.3875 9.5206c -0.0000,7.1672 -5.2060,12.0524 -11.3749 12.0524c -7.8447,-0.0000 -12.5159,-6.0975 -12.5159 -12.2306ZM 56.6051,297.3112 ZM 54.0377,293.9237 l -17.8646,-0.0000 c -2.0325,-0.0000 -2.6030,0.3566 -2.6030 1.0697l 0.1426,1.1411 c -0.0000,0.1070 -0.0713,0.2139 -0.1783 0.2139l -0.8914,0.0713 c 0.0000,-0.5705 -0.2139,-1.8899 -0.3209 -2.4961c -0.1426,-0.6418 -0.2853,-1.1411 -0.6062 -1.8542l 0.0000,-0.7845 l 22.3218,0.0000 c 1.0341,0.0000 1.5689,-0.3922 1.5689 -1.5333l 0.0000,-0.8558 c 0.0000,-0.1426 0.1070,-0.2853 0.2853 -0.2853l 0.6775,0.0000 l 0.0713,0.0713 c 0.0000,-0.0000 -0.0713,2.6030 -0.0713 3.9937c -0.0000,1.2480 0.0713,3.8510 0.0713 3.8510l -0.0713,0.0357 l -0.6775,-0.0000 c -0.1783,-0.0000 -0.2853,-0.0713 -0.2853 -0.2496l 0.0000,-0.8558 c 0.0000,-1.1767 -0.5349,-1.5333 -1.5689 -1.5333ZM 56.6051,288.0401 ZM 36.2444,285.2588 c -0.9271,-0.0000 -1.7116,-0.7488 -1.7116 -1.6759c 0.0000,-0.9628 0.7845,-1.7116 1.7116 -1.7116c 0.9628,0.0000 1.7116,0.7488 1.7116 1.7116c -0.0000,0.9271 -0.7488,1.6759 -1.7116 1.6759ZM 36.2444,285.2588 ZM 54.0377,281.8713 c 1.0341,0.0000 1.5689,-0.3922 1.5689 -1.5333l 0.0000,-0.6775 c 0.0000,-0.1783 0.1070,-0.3209 0.2853 -0.3209l 0.6775,0.0000 l 0.0713,0.0713 c 0.0000,-0.0000 -0.0713,2.4604 -0.0713 3.8510c -0.0000,1.2480 0.0713,3.6728 0.0713 3.6728l -0.0713,0.0713 l -0.6775,-0.0000 c -0.1783,-0.0000 -0.2853,-0.1070 -0.2853 -0.2853l 0.0000,-0.6775 c 0.0000,-1.1767 -0.5349,-1.5333 -1.5689 -1.5333l -8.8788,-0.0000 c -1.8899,-0.0000 -2.1751,0.3209 -2.1751 0.8201c -0.0000,0.4636 0.0357,0.8914 0.1783 1.4976l -0.9984,0.1783 c -0.3922,-2.2821 -0.5349,-2.6743 -1.0341 -3.7084c -0.1426,-0.3922 -0.2853,-0.6418 -0.2853 -0.8914l 0.0000,-0.5349 l 13.1934,0.0000 ZM 56.6051,278.6265 ZM 54.0377,265.6470 l -7.8091,-0.0000 c -2.4961,-0.0000 -3.6728,0.4279 -3.6728 2.3178c -0.0000,1.5689 0.6062,2.9239 2.7457 4.7425l 8.7362,0.0000 c 1.0341,0.0000 1.5689,-0.3566 1.5689 -1.5333l 0.0000,-0.4992 c 0.0000,-0.1783 0.1070,-0.2853 0.2853 -0.2853l 0.6775,0.0000 l 0.0713,0.0713 c 0.0000,-0.0000 -0.0713,2.2464 -0.0713 3.6371c -0.0000,1.2837 0.0713,3.7084 0.0713 3.7084l -0.0713,0.0713 l -0.6775,-0.0000 c -0.1783,-0.0000 -0.2853,-0.1070 -0.2853 -0.2853l 0.0000,-0.6775 c 0.0000,-1.2124 -0.5349,-1.5333 -1.5689 -1.5333l -8.8788,-0.0000 c -1.9255,-0.0000 -2.1751,0.2853 -2.1751 0.7845c -0.0000,0.4636 0.0357,0.8914 0.1783 1.4976l -0.9984,0.1783 c -0.2496,-1.4976 -0.4279,-2.5674 -1.0341 -3.6728c -0.1783,-0.3922 -0.2853,-0.6775 -0.2853 -0.9271l 0.0000,-0.5349 l 3.1735,0.1070 l 0.0000,-0.1070 c -2.6743,-2.2821 -3.1735,-3.9937 -3.1735 -5.8122c 0.0000,-3.2092 2.4604,-3.8867 5.6339 -3.8867l 7.5595,0.0000 c 1.0341,0.0000 1.5689,-0.3922 1.5689 -1.5333l 0.0000,-0.6775 c 0.0000,-0.1783 0.1070,-0.3209 0.2853 -0.3209l 0.6775,0.0000 l 0.0713,0.0713 c 0.0000,-0.0000 -0.0713,2.4604 -0.0713 3.8510c -0.0000,1.2480 0.0713,3.4945 0.0713 3.4945l -0.0713,0.0713 l -0.6775,-0.0000 c -0.1783,-0.0000 -0.2853,-0.1070 -0.2853 -0.2853l 0.0000,-0.4992 c 0.0000,-1.1767 -0.5349,-1.5333 -1.5689 -1.5333ZM 56.6051,260.0844 ZM 46.7278,256.0194 l 0.0000,-6.5610 c 0.0000,-0.3566 -0.1783,-0.4992 -0.4992 -0.4992c -3.3162,-0.0000 -4.1720,1.6759 -4.1720 2.9596c -0.0000,0.8201 0.3209,3.4945 4.6712 4.1007ZM 46.7278,256.0194 ZM 53.2889,246.6057 l 0.5705,-0.7132 c 1.8542,1.3550 3.1735,3.4588 3.1735 6.0262c -0.0000,4.8851 -3.6371,6.9533 -7.5238 6.9533c -5.4200,-0.0000 -8.6649,-3.5658 -8.6649 -6.9533c 0.0000,-4.7068 3.6728,-5.8122 6.6680 -5.8122c 0.3922,0.0000 0.6062,0.2496 0.6062 0.6418l -0.0000,9.3780 c 0.2139,0.0357 0.4279,0.0357 0.7132 0.0357c 3.6371,0.0000 6.4541,-2.5317 6.4541 -5.0991c 0.0000,-1.9612 -0.6418,-3.2092 -1.9968 -4.4572ZM 56.6051,235.9084 ZM 57.0330,223.2498 c -0.0000,7.6664 -5.9192,11.3392 -11.6601 11.3392c -7.0246,-0.0000 -12.2306,-5.4557 -12.2306 -11.3749c 0.0000,-4.3859 1.4976,-5.7766 1.6046 -7.8091c 1.9612,-0.1070 3.6728,-0.4279 5.5270 -0.7845l 0.1426,1.0697 c -3.0666,0.9271 -5.9549,2.9953 -5.9549 7.9160c -0.0000,2.8170 2.9953,7.8804 10.2338 7.8804c 5.2060,0.0000 10.8756,-2.6743 10.8756 -8.2013c 0.0000,-3.3162 -1.1767,-5.7409 -3.9580 -8.2726l 0.5349,-0.8201 c 3.1735,2.4247 4.8851,5.5983 4.8851 9.0571ZM 56.6051,212.9447 ZM 31.7159,207.1325 l 12.0880,0.0000 c -2.3891,-2.3891 -2.9596,-4.4929 -2.9596 -5.8835c 0.0000,-2.5674 1.9612,-3.8510 5.6339 -3.8510l 7.5595,0.0000 c 1.0341,0.0000 1.5689,-0.3566 1.5689 -1.5333l 0.0000,-0.6775 c 0.0000,-0.1426 0.1070,-0.2853 0.2853 -0.2853l 0.6775,0.0000 l 0.0713,0.0713 c 0.0000,-0.0000 -0.0713,2.4247 -0.0713 3.8510c -0.0000,1.2480 0.0713,3.6728 0.0713 3.6728l -0.0713,0.0713 l -0.6775,-0.0000 c -0.1783,-0.0000 -0.2853,-0.1070 -0.2853 -0.2853l 0.0000,-0.6775 c 0.0000,-1.2124 -0.5349,-1.5333 -1.5689 -1.5333l -7.9517,-0.0000 c -2.8883,-0.0000 -3.5658,0.7845 -3.5658 2.7813c -0.0000,1.0341 0.9271,2.5674 2.6030 4.2789l 8.9145,0.0000 c 1.0341,0.0000 1.5689,-0.3566 1.5689 -1.5333l 0.0000,-0.6775 c 0.0000,-0.1426 0.1070,-0.2853 0.2853 -0.2853l 0.6775,0.0000 l 0.0713,0.0713 c 0.0000,-0.0000 -0.0713,2.4247 -0.0713 3.8154c -0.0000,1.2837 0.0713,3.6728 0.0713 3.6728l -0.0713,0.0713 l -0.6775,-0.0000 c -0.1783,-0.0000 -0.2853,-0.0713 -0.2853 -0.2496l 0.0000,-0.6775 c 0.0000,-1.2124 -0.5349,-1.5333 -1.5689 -1.5333l -17.8646,-0.0000 c -2.0325,-0.0000 -2.6030,0.3209 -2.6030 1.0341l 0.1426,1.1767 c -0.0000,0.1070 -0.0713,0.1783 -0.1783 0.1783l -0.8914,0.0713 c 0.0000,-0.5705 -0.2139,-1.8542 -0.3209 -2.4604c -0.1426,-0.6418 -0.2853,-1.1767 -0.6062 -1.8899l 0.0000,-0.7845 ZM 56.6051,194.4739 ZM 47.8689,184.0975 l 0.7132,2.8170 c 0.9628,3.1379 2.6030,3.6014 4.2076 3.6014c 1.1054,0.0000 2.7813,-0.5349 2.7813 -2.7813c 0.0000,-1.0697 -1.0341,-2.7100 -1.8186 -3.6371l -5.8835,-0.0000 ZM 47.8689,184.0975 ZM 57.0330,181.8154 c -0.0000,1.3550 -1.2124,2.1038 -2.0682 2.2464l 0.5705,0.8201 c 1.1411,1.6403 1.4976,2.2464 1.4976 3.8867c -0.0000,2.4961 -1.4263,4.3146 -4.1007 4.3146c -2.7100,-0.0000 -4.5642,-2.3178 -5.4200 -5.7053l -0.8201,-3.2805 c -4.0293,-0.0000 -4.7782,1.8542 -4.7782 3.0666c -0.0000,1.3550 0.6062,2.9239 1.7116 2.9239c 0.3922,0.0000 0.6062,-0.0713 0.7132 -0.1070c 0.1426,-0.0713 0.3922,-0.1070 0.6418 -0.1070c 0.4636,0.0000 1.1767,0.3566 1.1767 1.3907c -0.0000,0.8558 -0.5705,1.4263 -1.4263 1.4263c -2.0682,-0.0000 -3.8867,-3.3518 -3.8867 -5.6339c 0.0000,-2.6030 1.0697,-5.5983 6.1332 -5.5983l 5.2417,0.0000 c 2.1751,0.0000 3.1022,-0.0357 3.1022 -0.8558c 0.0000,-0.7845 -0.9984,-0.9984 -1.7829 -1.0341l 0.1783,-0.8914 c 2.6030,0.2139 3.3162,1.3193 3.3162 3.1379ZM 56.6051,178.3922 ZM 54.0377,175.2187 l -8.8788,-0.0000 c -1.7829,-0.0000 -2.1751,0.2496 -2.1751 0.7845c -0.0000,0.4636 0.0357,0.8914 0.1783 1.4976l -0.9984,0.1783 c -0.3922,-2.2464 -0.4992,-2.6387 -1.0341 -3.7084c -0.1783,-0.3566 -0.2853,-0.6418 -0.2853 -0.8914l 0.0000,-0.5349 l 3.2092,0.1070 l 0.0000,-0.1070 c -1.3907,-0.9271 -3.2092,-2.4961 -3.2092 -4.1720c 0.0000,-1.4620 0.7132,-1.9968 1.6403 -1.9968c 0.9271,0.0000 1.4976,0.6062 1.4976 1.5333c -0.0000,0.7132 -0.2853,1.1054 -0.6418 1.4620c -0.2139,0.2139 -0.3209,0.4636 -0.3209 0.7132c -0.0000,0.3922 0.6418,1.1767 1.8542 2.0325c 0.3209,0.2496 0.7845,0.4279 1.2480 0.4279l 7.9160,0.0000 c 1.0341,0.0000 1.5689,-0.3566 1.5689 -1.5333l 0.0000,-1.0341 c 0.0000,-0.1783 0.1070,-0.3209 0.2853 -0.3209l 0.6775,0.0000 l 0.0713,0.0713 c 0.0000,-0.0000 -0.0713,2.8170 -0.0713 4.2076c -0.0000,1.2837 0.0713,3.7084 0.0713 3.7084l -0.0713,0.0357 l -0.6775,-0.0000 c -0.1783,-0.0000 -0.2853,-0.0713 -0.2853 -0.2496l 0.0000,-0.6775 c 0.0000,-1.2124 -0.5349,-1.5333 -1.5689 -1.5333ZM 56.6051,166.0190 ZM 42.6628,160.1711 l 9.1284,0.0000 c 2.2108,0.0000 3.2805,-0.2139 3.2805 -1.1767c 0.0000,-0.9271 -0.2853,-1.6403 -0.9984 -2.5674l 0.6062,-0.6418 c 1.5689,1.3907 2.3534,2.8170 2.3534 4.4572c -0.0000,1.6403 -0.9984,2.6030 -3.5301 2.6030l -10.8400,-0.0000 l -0.0000,2.3178 c -0.0000,0.1070 -0.0357,0.1426 -0.1426 0.1426l -1.1054,-0.0000 c -0.1070,-0.0000 -0.1426,-0.0357 -0.1426 -0.1070c 0.0000,-2.3891 -1.3907,-2.9596 -4.1007 -2.9596l -0.6775,-0.0000 l -0.7132,-2.0682 l 5.4913,0.0000 l 0.0000,-3.9224 c 0.0000,-0.1783 0.0713,-0.2853 0.2139 -0.2853l 0.7132,0.0000 c 0.3209,0.0000 0.4636,0.4992 0.4636 0.8558l -0.0000,3.3518 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.63" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 527.8352,303.1888 ZM 532.6276,302.0531 c -0.5491,0.9485 -1.1482,1.2855 -1.8970 1.2855c -1.4976,-0.0000 -2.4336,-1.1357 -2.4336 -2.7457c 0.0000,-1.7722 1.1107,-2.9204 2.4586 -2.9204c 1.1981,-0.0000 1.8346,0.6115 1.8346 1.2730c 0.0000,0.3619 -0.2246,0.5491 -0.4867 0.5491c -0.2621,-0.0000 -0.5117,-0.1373 -0.5491 -0.4493c -0.0499,-0.4118 -0.1248,-0.9485 -0.8611 -0.9485c -0.8237,-0.0000 -1.4352,0.8736 -1.4352 2.2215c 0.0000,1.4602 0.7863,2.4711 1.7472 2.4711c 0.5367,-0.0000 1.0109,-0.3494 1.3978 -0.9111ZM 532.8647,303.1888 ZM 533.8382,296.0626 c 0.0000,-0.3245 0.2621,-0.5991 0.5866 -0.5991c 0.3370,-0.0000 0.5991,0.2746 0.5991 0.5991c 0.0000,0.3370 -0.2621,0.5991 -0.5991 0.5991c -0.3245,-0.0000 -0.5866,-0.2621 -0.5866 -0.5991ZM 533.8382,296.0626 ZM 535.0238,302.2902 c 0.0000,0.3619 0.1373,0.5491 0.5367 0.5491h 0.2371 c 0.0624,-0.0000 0.1123,0.0374 0.1123 0.0998v 0.2371 l -0.0250,0.0250 c 0.0000,-0.0000 -0.8611,-0.0250 -1.3479 -0.0250c -0.4368,-0.0000 -1.2855,0.0250 -1.2855 0.0250l -0.0250,-0.0250 v -0.2371 c 0.0000,-0.0624 0.0374,-0.0998 0.0998 -0.0998h 0.2371 c 0.4118,-0.0000 0.5367,-0.1872 0.5367 -0.5491v -3.1076 c 0.0000,-0.6615 -0.1123,-0.7613 -0.2870 -0.7613c -0.1622,-0.0000 -0.3120,0.0125 -0.5242 0.0624l -0.0624,-0.3494 c 0.7987,-0.1373 0.9360,-0.1872 1.2979 -0.3619c 0.1373,-0.0499 0.2246,-0.0998 0.3120 -0.0998h 0.1872 v 4.6177 ZM 536.1595,303.1888 ZM 537.2703,302.2902 v -3.1076 c 0.0000,-0.6240 -0.0874,-0.7613 -0.2746 -0.7613c -0.1622,-0.0000 -0.3120,0.0125 -0.5242 0.0624l -0.0624,-0.3494 c 0.7863,-0.1373 0.9235,-0.1747 1.2979 -0.3619c 0.1248,-0.0624 0.2246,-0.0998 0.3120 -0.0998h 0.1872 l -0.0374,1.1232 h 0.0374 c 0.3245,-0.4867 0.8736,-1.1232 1.4602 -1.1232c 0.5117,-0.0000 0.6989,0.2496 0.6989 0.5741c 0.0000,0.3245 -0.2122,0.5242 -0.5367 0.5242c -0.2496,-0.0000 -0.3869,-0.0998 -0.5117 -0.2246c -0.0749,-0.0749 -0.1622,-0.1123 -0.2496 -0.1123c -0.1373,-0.0000 -0.4118,0.2246 -0.7114 0.6490c -0.0874,0.1123 -0.1498,0.2746 -0.1498 0.4368v 2.7706 c 0.0000,0.3619 0.1248,0.5491 0.5367 0.5491h 0.3619 c 0.0624,-0.0000 0.1123,0.0374 0.1123 0.0998v 0.2371 l -0.0250,0.0250 c 0.0000,-0.0000 -0.9859,-0.0250 -1.4727 -0.0250c -0.4493,-0.0000 -1.2979,0.0250 -1.2979 0.0250l -0.0125,-0.0250 v -0.2371 c 0.0000,-0.0624 0.0250,-0.0998 0.0874 -0.0998h 0.2371 c 0.4243,-0.0000 0.5367,-0.1872 0.5367 -0.5491ZM 540.4902,303.1888 ZM 545.2826,302.0531 c -0.5491,0.9485 -1.1482,1.2855 -1.8970 1.2855c -1.4976,-0.0000 -2.4336,-1.1357 -2.4336 -2.7457c 0.0000,-1.7722 1.1107,-2.9204 2.4586 -2.9204c 1.1981,-0.0000 1.8346,0.6115 1.8346 1.2730c 0.0000,0.3619 -0.2246,0.5491 -0.4867 0.5491c -0.2621,-0.0000 -0.5117,-0.1373 -0.5491 -0.4493c -0.0499,-0.4118 -0.1248,-0.9485 -0.8611 -0.9485c -0.8237,-0.0000 -1.4352,0.8736 -1.4352 2.2215c 0.0000,1.4602 0.7863,2.4711 1.7472 2.4711c 0.5367,-0.0000 1.0109,-0.3494 1.3978 -0.9111ZM 545.5197,303.1888 ZM 546.7053,302.2902 v -6.2526 c 0.0000,-0.7114 -0.1248,-0.9111 -0.3744 -0.9111l -0.3994,0.0499 c -0.0374,-0.0000 -0.0749,-0.0250 -0.0749 -0.0624l -0.0250,-0.3120 c 0.1997,-0.0000 0.6615,-0.0749 0.8736 -0.1123c 0.2246,-0.0499 0.3994,-0.0998 0.6490 -0.2122h 0.2746 v 7.8126 c 0.0000,0.3619 0.1373,0.5491 0.5367 0.5491h 0.2995 c 0.0499,-0.0000 0.0998,0.0374 0.0998 0.0998v 0.2371 l -0.0250,0.0250 c 0.0000,-0.0000 -0.9111,-0.0250 -1.3978 -0.0250c -0.4368,-0.0000 -1.3479,0.0250 -1.3479 0.0250l -0.0125,-0.0250 v -0.2371 c 0.0000,-0.0624 0.0250,-0.0998 0.0874 -0.0998h 0.2995 c 0.4118,-0.0000 0.5367,-0.1872 0.5367 -0.5491ZM 548.7646,303.1888 ZM 550.1873,299.7318 h 2.2964 c 0.1248,-0.0000 0.1747,-0.0624 0.1747 -0.1747c 0.0000,-1.1607 -0.5866,-1.4602 -1.0359 -1.4602c -0.2870,-0.0000 -1.2231,0.1123 -1.4352 1.6349ZM 550.1873,299.7318 ZM 553.4821,302.0281 l 0.2496,0.1997 c -0.4742,0.6490 -1.2106,1.1107 -2.1092 1.1107c -1.7098,-0.0000 -2.4336,-1.2730 -2.4336 -2.6333c 0.0000,-1.8970 1.2480,-3.0327 2.4336 -3.0327c 1.6474,-0.0000 2.0343,1.2855 2.0343 2.3338c 0.0000,0.1373 -0.0874,0.2122 -0.2246 0.2122h -3.2823 c -0.0125,0.0749 -0.0125,0.1498 -0.0125 0.2496c 0.0000,1.2730 0.8861,2.2589 1.7847 2.2589c 0.6864,-0.0000 1.1232,-0.2246 1.5600 -0.6989Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(44,160,44)" stroke-width="2.0038564236695824" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 480.5315,299.4260 h 43.0034 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(44,160,44)" stroke-width="2.0038564236695824" fill="rgb(44,160,44)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 510.6338,299.4260 c 0.0000,-4.7500 -3.8507,-8.6007 -8.6007 -8.6007c -4.7500,-0.0000 -8.6007,3.8507 -8.6007 8.6007c -0.0000,4.7500 3.8507,8.6007 8.6007 8.6007c 4.7500,0.0000 8.6007,-3.8507 8.6007 -8.6007Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.63" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 527.8352,279.5369 ZM 528.3718,277.7897 l 0.3370,-0.0125 c 0.0374,0.3120 0.1747,0.9111 0.4493 1.1981c 0.1248,0.1373 0.4618,0.3619 0.9235 0.3619c 0.4368,-0.0000 1.0858,-0.3494 1.0858 -0.9610c 0.0000,-0.5367 -0.2995,-0.8986 -1.2855 -1.3229c -0.9111,-0.3994 -1.3853,-0.6615 -1.3853 -1.5975c 0.0000,-0.8362 0.7363,-1.4352 1.7223 -1.4352c 0.6240,-0.0000 1.0858,0.1123 1.4727 0.3120c 0.0749,0.3994 0.1123,0.8237 0.1373 1.2730l -0.3370,0.0125 c -0.2621,-1.0234 -1.0109,-1.2231 -1.2730 -1.2231c -0.4742,-0.0000 -0.9610,0.1872 -0.9610 0.8736c 0.0000,0.4992 0.2371,0.7488 0.9235 0.9984c 1.0109,0.3744 1.8221,0.8237 1.8221 1.8221c 0.0000,1.2355 -1.3104,1.5975 -1.8970 1.5975c -0.4368,-0.0000 -0.7987,-0.0499 -1.1232 -0.1373c -0.0874,-0.0125 -0.1498,-0.0250 -0.2371 -0.0250c -0.0624,-0.0000 -0.1622,0.0125 -0.2870 0.0374c 0.0000,-0.5242 -0.0374,-1.1607 -0.0874 -1.7722ZM 532.4654,279.5369 ZM 536.6837,275.3436 c -0.3370,-0.5616 -0.7613,-0.8986 -1.2855 -0.8986c -0.9984,-0.0000 -1.5351,0.9610 -1.5351 2.2589c 0.0000,1.8845 1.0983,2.4336 1.8221 2.4336c 0.2371,-0.0000 0.6739,-0.0250 0.9984 -0.2746v -3.5194 ZM 536.6837,275.3436 ZM 536.6837,281.5088 v -2.2340 c -0.1872,0.1622 -0.5866,0.4118 -1.2979 0.4118c -1.7972,-0.0000 -2.4711,-1.5725 -2.4711 -2.7332c 0.0000,-1.6474 1.0109,-2.9329 2.5335 -2.9329c 0.6115,-0.0000 1.1482,0.1747 1.5600 0.5367l 0.1872,-0.2995 c 0.0874,-0.1498 0.1747,-0.2371 0.2621 -0.2371c 0.1373,-0.0000 0.1622,0.1373 0.1622 0.3120v 7.1761 c 0.0000,0.3619 0.1248,0.5491 0.5367 0.5491h 0.2371 c 0.0499,-0.0000 0.0998,0.0374 0.0998 0.0998v 0.2371 l -0.0250,0.0250 c 0.0000,-0.0000 -0.8487,-0.0250 -1.3354 -0.0250c -0.4493,-0.0000 -1.4227,0.0250 -1.4227 0.0250l -0.0250,-0.0250 v -0.2371 c 0.0000,-0.0624 0.0374,-0.0998 0.0998 -0.0998h 0.3619 c 0.4243,-0.0000 0.5367,-0.1872 0.5367 -0.5491ZM 538.6181,279.5369 ZM 543.9722,278.0892 c 0.0000,0.6240 0.0624,0.8237 0.3120 0.8237c 0.1498,-0.0000 0.4243,-0.0250 0.6365 -0.0624l 0.0499,0.3494 c -0.7613,0.1373 -1.3728,0.2621 -1.6599 0.4867h -0.2746 l 0.0374,-0.9235 h -0.0374 c -0.6864,0.7488 -1.2480,0.9235 -1.7597 0.9235c -1.2355,-0.0000 -1.5600,-0.8362 -1.5600 -1.6973v -2.8455 c 0.0000,-0.4118 -0.0874,-0.6240 -0.5491 -0.6240c -0.0499,-0.0000 -0.1373,0.0125 -0.2122 0.0125l -0.0374,-0.0125 v -0.3245 l 0.0374,-0.0374 c 0.0000,-0.0000 0.8487,0.0250 1.2480 0.0250c 0.1747,-0.0000 0.4618,-0.0250 0.4618 -0.0250l -0.0125,0.9984 v 2.6583 c 0.0000,1.1107 0.5741,1.3104 0.9485 1.3104c 0.2870,-0.0000 0.5491,-0.1123 0.8112 -0.2995c 0.2995,-0.2246 0.4992,-0.3994 0.6240 -0.5616v -3.0826 c 0.0000,-0.4493 -0.0624,-0.6615 -0.5242 -0.6615c -0.0749,-0.0000 -0.2122,0.0125 -0.2496 0.0125l -0.0250,-0.0250 v -0.3120 l 0.0250,-0.0374 c 0.0000,-0.0000 0.8861,0.0250 1.2355 0.0250c 0.2870,-0.0000 0.4867,-0.0250 0.4867 -0.0250l -0.0125,0.9859 v 2.9453 ZM 545.0704,279.5369 ZM 548.7022,276.4793 l -0.9859,0.2496 c -1.0983,0.3370 -1.2605,0.9111 -1.2605 1.4727c 0.0000,0.3869 0.1872,0.9735 0.9735 0.9735c 0.3744,-0.0000 0.9485,-0.3619 1.2730 -0.6365v -2.0592 ZM 548.7022,276.4793 ZM 549.5009,279.6867 c -0.4742,-0.0000 -0.7363,-0.4243 -0.7863 -0.7239l -0.2870,0.1997 c -0.5741,0.3994 -0.7863,0.5242 -1.3603 0.5242c -0.8736,-0.0000 -1.5101,-0.4992 -1.5101 -1.4352c 0.0000,-0.9485 0.8112,-1.5975 1.9968 -1.8970l 1.1482,-0.2870 c 0.0000,-1.4103 -0.6490,-1.6724 -1.0733 -1.6724c -0.4742,-0.0000 -1.0234,0.2122 -1.0234 0.5991c 0.0000,0.1373 0.0250,0.2122 0.0374 0.2496c 0.0250,0.0499 0.0374,0.1373 0.0374 0.2246c 0.0000,0.1622 -0.1248,0.4118 -0.4867 0.4118c -0.2995,-0.0000 -0.4992,-0.1997 -0.4992 -0.4992c 0.0000,-0.7239 1.1731,-1.3603 1.9719 -1.3603c 0.9111,-0.0000 1.9594,0.3744 1.9594 2.1466v 1.8346 c 0.0000,0.7613 0.0125,1.0858 0.2995 1.0858c 0.2746,-0.0000 0.3494,-0.3494 0.3619 -0.6240l 0.3120,0.0624 c -0.0749,0.9111 -0.4618,1.1607 -1.0983 1.1607ZM 550.6990,279.5369 ZM 551.8098,278.6383 v -3.1076 c 0.0000,-0.6240 -0.0874,-0.7613 -0.2746 -0.7613c -0.1622,-0.0000 -0.3120,0.0125 -0.5242 0.0624l -0.0624,-0.3494 c 0.7863,-0.1373 0.9235,-0.1747 1.2979 -0.3619c 0.1248,-0.0624 0.2246,-0.0998 0.3120 -0.0998h 0.1872 l -0.0374,1.1232 h 0.0374 c 0.3245,-0.4867 0.8736,-1.1232 1.4602 -1.1232c 0.5117,-0.0000 0.6989,0.2496 0.6989 0.5741c 0.0000,0.3245 -0.2122,0.5242 -0.5367 0.5242c -0.2496,-0.0000 -0.3869,-0.0998 -0.5117 -0.2246c -0.0749,-0.0749 -0.1622,-0.1123 -0.2496 -0.1123c -0.1373,-0.0000 -0.4118,0.2246 -0.7114 0.6490c -0.0874,0.1123 -0.1498,0.2746 -0.1498 0.4368v 2.7706 c 0.0000,0.3619 0.1248,0.5491 0.5367 0.5491h 0.3619 c 0.0624,-0.0000 0.1123,0.0374 0.1123 0.0998v 0.2371 l -0.0250,0.0250 c 0.0000,-0.0000 -0.9859,-0.0250 -1.4727 -0.0250c -0.4493,-0.0000 -1.2979,0.0250 -1.2979 0.0250l -0.0125,-0.0250 v -0.2371 c 0.0000,-0.0624 0.0250,-0.0998 0.0874 -0.0998h 0.2371 c 0.4243,-0.0000 0.5367,-0.1872 0.5367 -0.5491ZM 555.0297,279.5369 ZM 556.4524,276.0799 h 2.2964 c 0.1248,-0.0000 0.1747,-0.0624 0.1747 -0.1747c 0.0000,-1.1607 -0.5866,-1.4602 -1.0359 -1.4602c -0.2870,-0.0000 -1.2231,0.1123 -1.4352 1.6349ZM 556.4524,276.0799 ZM 559.7472,278.3763 l 0.2496,0.1997 c -0.4742,0.6490 -1.2106,1.1107 -2.1092 1.1107c -1.7098,-0.0000 -2.4336,-1.2730 -2.4336 -2.6333c 0.0000,-1.8970 1.2480,-3.0327 2.4336 -3.0327c 1.6474,-0.0000 2.0343,1.2855 2.0343 2.3338c 0.0000,0.1373 -0.0874,0.2122 -0.2246 0.2122h -3.2823 c -0.0125,0.0749 -0.0125,0.1498 -0.0125 0.2496c 0.0000,1.2730 0.8861,2.2589 1.7847 2.2589c 0.6864,-0.0000 1.1232,-0.2246 1.5600 -0.6989Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(255,127,14)" stroke-width="8.01542569467833" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 480.5315,275.7741 h 43.0034 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(188,189,34)" stroke-width="2.0038564236695824" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 510.6338,284.3748 l -0.0000,-17.2014 h -17.2014 l -0.0000,17.2014 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.63" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 527.8352,256.8291 ZM 529.8820,251.9493 v 3.1949 c 0.0000,0.7738 0.0749,1.1482 0.4118 1.1482c 0.3245,-0.0000 0.5741,-0.0998 0.8986 -0.3494l 0.2246,0.2122 c -0.4867,0.5491 -0.9859,0.8237 -1.5600 0.8237c -0.5741,-0.0000 -0.9111,-0.3494 -0.9111 -1.2355v -3.7940 h -0.8112 c -0.0374,-0.0000 -0.0499,-0.0125 -0.0499 -0.0499v -0.3869 c 0.0000,-0.0374 0.0125,-0.0499 0.0374 -0.0499c 0.8362,-0.0000 1.0359,-0.4867 1.0359 -1.4352v -0.2371 l 0.7239,-0.2496 v 1.9220 h 1.3728 c 0.0624,-0.0000 0.0998,0.0250 0.0998 0.0749v 0.2496 c 0.0000,0.1123 -0.1747,0.1622 -0.2995 0.1622h -1.1731 ZM 531.6042,256.8291 ZM 532.7150,255.9305 v -3.1076 c 0.0000,-0.6240 -0.0874,-0.7613 -0.2746 -0.7613c -0.1622,-0.0000 -0.3120,0.0125 -0.5242 0.0624l -0.0624,-0.3494 c 0.7863,-0.1373 0.9235,-0.1747 1.2979 -0.3619c 0.1248,-0.0624 0.2246,-0.0998 0.3120 -0.0998h 0.1872 l -0.0374,1.1232 h 0.0374 c 0.3245,-0.4867 0.8736,-1.1232 1.4602 -1.1232c 0.5117,-0.0000 0.6989,0.2496 0.6989 0.5741c 0.0000,0.3245 -0.2122,0.5242 -0.5367 0.5242c -0.2496,-0.0000 -0.3869,-0.0998 -0.5117 -0.2246c -0.0749,-0.0749 -0.1622,-0.1123 -0.2496 -0.1123c -0.1373,-0.0000 -0.4118,0.2246 -0.7114 0.6490c -0.0874,0.1123 -0.1498,0.2746 -0.1498 0.4368v 2.7706 c 0.0000,0.3619 0.1248,0.5491 0.5367 0.5491h 0.3619 c 0.0624,-0.0000 0.1123,0.0374 0.1123 0.0998v 0.2371 l -0.0250,0.0250 c 0.0000,-0.0000 -0.9859,-0.0250 -1.4727 -0.0250c -0.4493,-0.0000 -1.2979,0.0250 -1.2979 0.0250l -0.0125,-0.0250 v -0.2371 c 0.0000,-0.0624 0.0250,-0.0998 0.0874 -0.0998h 0.2371 c 0.4243,-0.0000 0.5367,-0.1872 0.5367 -0.5491ZM 535.9349,256.8291 ZM 536.9083,249.7029 c 0.0000,-0.3245 0.2621,-0.5991 0.5866 -0.5991c 0.3370,-0.0000 0.5991,0.2746 0.5991 0.5991c 0.0000,0.3370 -0.2621,0.5991 -0.5991 0.5991c -0.3245,-0.0000 -0.5866,-0.2621 -0.5866 -0.5991ZM 536.9083,249.7029 ZM 538.0940,255.9305 c 0.0000,0.3619 0.1373,0.5491 0.5367 0.5491h 0.2371 c 0.0624,-0.0000 0.1123,0.0374 0.1123 0.0998v 0.2371 l -0.0250,0.0250 c 0.0000,-0.0000 -0.8611,-0.0250 -1.3479 -0.0250c -0.4368,-0.0000 -1.2855,0.0250 -1.2855 0.0250l -0.0250,-0.0250 v -0.2371 c 0.0000,-0.0624 0.0374,-0.0998 0.0998 -0.0998h 0.2371 c 0.4118,-0.0000 0.5367,-0.1872 0.5367 -0.5491v -3.1076 c 0.0000,-0.6615 -0.1123,-0.7613 -0.2870 -0.7613c -0.1622,-0.0000 -0.3120,0.0125 -0.5242 0.0624l -0.0624,-0.3494 c 0.7987,-0.1373 0.9360,-0.1872 1.2979 -0.3619c 0.1373,-0.0499 0.2246,-0.0998 0.3120 -0.0998h 0.1872 v 4.6177 ZM 539.2297,256.8291 ZM 542.8614,253.7714 l -0.9859,0.2496 c -1.0983,0.3370 -1.2605,0.9111 -1.2605 1.4727c 0.0000,0.3869 0.1872,0.9735 0.9735 0.9735c 0.3744,-0.0000 0.9485,-0.3619 1.2730 -0.6365v -2.0592 ZM 542.8614,253.7714 ZM 543.6602,256.9789 c -0.4742,-0.0000 -0.7363,-0.4243 -0.7863 -0.7239l -0.2870,0.1997 c -0.5741,0.3994 -0.7863,0.5242 -1.3603 0.5242c -0.8736,-0.0000 -1.5101,-0.4992 -1.5101 -1.4352c 0.0000,-0.9485 0.8112,-1.5975 1.9968 -1.8970l 1.1482,-0.2870 c 0.0000,-1.4103 -0.6490,-1.6724 -1.0733 -1.6724c -0.4742,-0.0000 -1.0234,0.2122 -1.0234 0.5991c 0.0000,0.1373 0.0250,0.2122 0.0374 0.2496c 0.0250,0.0499 0.0374,0.1373 0.0374 0.2246c 0.0000,0.1622 -0.1248,0.4118 -0.4867 0.4118c -0.2995,-0.0000 -0.4992,-0.1997 -0.4992 -0.4992c 0.0000,-0.7239 1.1731,-1.3603 1.9719 -1.3603c 0.9111,-0.0000 1.9594,0.3744 1.9594 2.1466v 1.8346 c 0.0000,0.7613 0.0125,1.0858 0.2995 1.0858c 0.2746,-0.0000 0.3494,-0.3494 0.3619 -0.6240l 0.3120,0.0624 c -0.0749,0.9111 -0.4618,1.1607 -1.0983 1.1607ZM 544.8583,256.8291 ZM 549.4011,255.9305 v -2.7332 c 0.0000,-0.8736 -0.1498,-1.2855 -0.8112 -1.2855c -0.5491,-0.0000 -1.0234,0.2122 -1.6599 0.9610v 3.0577 c 0.0000,0.3619 0.1248,0.5491 0.5367 0.5491h 0.1747 c 0.0624,-0.0000 0.0998,0.0374 0.0998 0.0998v 0.2371 l -0.0250,0.0250 c 0.0000,-0.0000 -0.7863,-0.0250 -1.2730 -0.0250c -0.4493,-0.0000 -1.2979,0.0250 -1.2979 0.0250l -0.0250,-0.0250 v -0.2371 c 0.0000,-0.0624 0.0374,-0.0998 0.0998 -0.0998h 0.2371 c 0.4243,-0.0000 0.5367,-0.1872 0.5367 -0.5491v -3.1076 c 0.0000,-0.6739 -0.0998,-0.7613 -0.2746 -0.7613c -0.1622,-0.0000 -0.3120,0.0125 -0.5242 0.0624l -0.0624,-0.3494 c 0.5242,-0.0874 0.8986,-0.1498 1.2855 -0.3619c 0.1373,-0.0624 0.2371,-0.0998 0.3245 -0.0998h 0.1872 l -0.0374,1.1107 h 0.0374 c 0.7987,-0.9360 1.3978,-1.1107 2.0343 -1.1107c 1.1232,-0.0000 1.3603,0.8611 1.3603 1.9719v 2.6458 c 0.0000,0.3619 0.1373,0.5491 0.5367 0.5491h 0.2371 c 0.0624,-0.0000 0.1123,0.0374 0.1123 0.0998v 0.2371 l -0.0250,0.0250 c 0.0000,-0.0000 -0.8611,-0.0250 -1.3479 -0.0250c -0.4368,-0.0000 -1.2231,0.0250 -1.2231 0.0250l -0.0250,-0.0250 v -0.2371 c 0.0000,-0.0624 0.0374,-0.0998 0.0998 -0.0998h 0.1747 c 0.4118,-0.0000 0.5367,-0.1872 0.5367 -0.5491ZM 551.3480,256.8291 ZM 555.2917,253.2972 c 0.0000,-1.0359 -0.4867,-1.6349 -1.2355 -1.6349c -0.6490,-0.0000 -1.0858,0.4493 -1.0858 1.4227c 0.0000,0.6490 0.2496,1.6724 1.2480 1.6724c 0.4368,-0.0000 1.0733,-0.2122 1.0733 -1.4602ZM 555.2917,253.2972 ZM 552.9579,256.9165 c -0.3869,0.3619 -0.4742,0.7488 -0.4742 1.1731c 0.0000,0.9360 1.1232,1.2106 1.5476 1.2106c 1.0733,-0.0000 2.4336,-0.3744 2.4336 -1.2730c 0.0000,-0.3245 -0.1747,-0.5367 -0.6615 -0.7738c -0.3494,-0.1747 -0.8611,-0.3120 -1.4602 -0.3120c -0.0998,-0.0000 -0.2371,0.0125 -0.4118 0.0250c -0.1747,0.0125 -0.3619,0.0125 -0.4992 0.0125c -0.1997,-0.0000 -0.2995,-0.0250 -0.4742 -0.0624ZM 552.9579,256.9165 ZM 556.7519,251.9868 c -0.1997,-0.0000 -0.3245,-0.1123 -0.3744 -0.2122c -0.0749,-0.1123 -0.1248,-0.1498 -0.2122 -0.1498c -0.1498,-0.0000 -0.3869,0.1747 -0.4742 0.2995c 0.3494,0.3744 0.5117,0.7363 0.5117 1.3229c 0.0000,1.2231 -0.9984,1.8845 -2.0468 1.8845c -0.4618,-0.0000 -0.8362,-0.0874 -1.1232 -0.2621c -0.1373,0.2122 -0.2122,0.4742 -0.2122 0.7239c 0.0000,0.5367 0.4118,0.6739 0.7613 0.6739c 0.0624,-0.0000 0.2122,-0.0125 0.3869 -0.0250c 0.2870,-0.0374 0.5991,-0.0624 0.8112 -0.0624c 0.4368,-0.0000 1.2605,0.0874 1.7597 0.5117c 0.3370,0.3120 0.5242,0.6115 0.5242 1.0109c 0.0000,1.3479 -1.7722,2.0592 -3.3821 2.0592c -0.9111,-0.0000 -1.9220,-0.3370 -1.9220 -1.4227c 0.0000,-0.5367 0.3370,-1.1107 0.9735 -1.5101c -0.3120,-0.1622 -0.5367,-0.4742 -0.5367 -0.9235c 0.0000,-0.4243 0.1872,-0.9610 0.5242 -1.2605c -0.3370,-0.3370 -0.6240,-0.7613 -0.6240 -1.4477c 0.0000,-1.1482 1.0109,-1.8845 2.0717 -1.8845c 0.6989,-0.0000 1.1357,0.2870 1.2730 0.3869c 0.3120,-0.4243 0.8736,-0.6365 1.1856 -0.6365c 0.3245,-0.0000 0.5491,0.2122 0.5491 0.4742c 0.0000,0.2746 -0.1747,0.4493 -0.4243 0.4493ZM 557.3260,256.8291 ZM 558.5117,255.9305 v -6.2526 c 0.0000,-0.7114 -0.1248,-0.9111 -0.3744 -0.9111l -0.3994,0.0499 c -0.0374,-0.0000 -0.0749,-0.0250 -0.0749 -0.0624l -0.0250,-0.3120 c 0.1997,-0.0000 0.6615,-0.0749 0.8736 -0.1123c 0.2246,-0.0499 0.3994,-0.0998 0.6490 -0.2122h 0.2746 v 7.8126 c 0.0000,0.3619 0.1373,0.5491 0.5367 0.5491h 0.2995 c 0.0499,-0.0000 0.0998,0.0374 0.0998 0.0998v 0.2371 l -0.0250,0.0250 c 0.0000,-0.0000 -0.9111,-0.0250 -1.3978 -0.0250c -0.4368,-0.0000 -1.3479,0.0250 -1.3479 0.0250l -0.0125,-0.0250 v -0.2371 c 0.0000,-0.0624 0.0250,-0.0998 0.0874 -0.0998h 0.2995 c 0.4118,-0.0000 0.5367,-0.1872 0.5367 -0.5491ZM 560.5709,256.8291 ZM 561.9936,253.3721 h 2.2964 c 0.1248,-0.0000 0.1747,-0.0624 0.1747 -0.1747c 0.0000,-1.1607 -0.5866,-1.4602 -1.0359 -1.4602c -0.2870,-0.0000 -1.2231,0.1123 -1.4352 1.6349ZM 561.9936,253.3721 ZM 565.2884,255.6684 l 0.2496,0.1997 c -0.4742,0.6490 -1.2106,1.1107 -2.1092 1.1107c -1.7098,-0.0000 -2.4336,-1.2730 -2.4336 -2.6333c 0.0000,-1.8970 1.2480,-3.0327 2.4336 -3.0327c 1.6474,-0.0000 2.0343,1.2855 2.0343 2.3338c 0.0000,0.1373 -0.0874,0.2122 -0.2246 0.2122h -3.2823 c -0.0125,0.0749 -0.0125,0.1498 -0.0125 0.2496c 0.0000,1.2730 0.8861,2.2589 1.7847 2.2589c 0.6864,-0.0000 1.1232,-0.2246 1.5600 -0.6989Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(31,119,180)" stroke-width="4.007712847339165" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 480.5315,253.0663 h 43.0034 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(227,119,194)" stroke-width="2.0038564236695824" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 510.6338,258.0319 l -8.6007,-14.8968 l -8.6007,14.8968 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.2" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.8015425694678329" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 570.1815,311.2712 l -0.0000,-71.3807 h -93.9191 l -0.0000,71.3807 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 433.2590,311.2712 l -0.0000,-215.0169 h -322.5253 l -0.0000,215.0169 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(44,160,44)" stroke-width="2.0038564236695824" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 142.9862,139.2577 v 172.0135 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(44,160,44)" stroke-width="2.0038564236695824" fill="rgb(44,160,44)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 151.5869,311.2712 c 0.0000,-4.7500 -3.8507,-8.6007 -8.6007 -8.6007c -4.7500,-0.0000 -8.6007,3.8507 -8.6007 8.6007c -0.0000,4.7500 3.8507,8.6007 8.6007 8.6007c 4.7500,0.0000 8.6007,-3.8507 8.6007 -8.6007Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(44,160,44)" stroke-width="2.0038564236695824" fill="rgb(44,160,44)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 151.5869,139.2577 c 0.0000,-4.7500 -3.8507,-8.6007 -8.6007 -8.6007c -4.7500,-0.0000 -8.6007,3.8507 -8.6007 8.6007c -0.0000,4.7500 3.8507,8.6007 8.6007 8.6007c 4.7500,0.0000 8.6007,-3.8507 8.6007 -8.6007Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(255,127,14)" stroke-width="8.01542569467833" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 110.7337,311.2712 l 193.5152,-129.0101 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(188,189,34)" stroke-width="2.0038564236695824" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 312.8496,190.8618 l -0.0000,-17.2014 h -17.2014 l -0.0000,17.2014 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(188,189,34)" stroke-width="2.0038564236695824" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 119.3344,319.8719 l -0.0000,-17.2014 h -17.2014 l -0.0000,17.2014 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(31,119,180)" stroke-width="4.007712847339165" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 110.7337,268.2679 h 64.5051 l 64.5051,-172.0135 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(227,119,194)" stroke-width="2.0038564236695824" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 248.3445,101.2199 l -8.6007,-14.8968 l -8.6007,14.8968 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(227,119,194)" stroke-width="2.0038564236695824" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 183.8394,273.2335 l -8.6007,-14.8968 l -8.6007,14.8968 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(227,119,194)" stroke-width="2.0038564236695824" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 119.3344,273.2335 l -8.6007,-14.8968 l -8.6007,14.8968 Z"/>+  </g>+</svg>
other/glyphChart_Example.svg view
@@ -1,3 +1,193 @@ <?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="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 438.9697,11.9550 l -6.9022,-11.9550 l -6.9022,11.9550 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 425.1652,13.4634 l -6.9022,-11.9550 l -6.9022,11.9550 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 411.3607,17.9224 l -6.9022,-11.9550 l -6.9022,11.9550 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 397.5562,25.1372 l -6.9022,-11.9550 l -6.9022,11.9550 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 383.7517,34.7925 l -6.9022,-11.9550 l -6.9022,11.9550 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 369.9472,46.4663 l -6.9022,-11.9550 l -6.9022,11.9550 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 356.1427,59.6484 l -6.9022,-11.9550 l -6.9022,11.9550 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 342.3382,73.7627 l -6.9022,-11.9550 l -6.9022,11.9550 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 328.5337,88.1923 l -6.9022,-11.9550 l -6.9022,11.9550 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 314.7292,102.3066 l -6.9022,-11.9550 l -6.9022,11.9550 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 300.9247,115.4888 l -6.9022,-11.9550 l -6.9022,11.9550 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 287.1202,127.1626 l -6.9022,-11.9550 l -6.9022,11.9550 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 273.3157,136.8179 l -6.9022,-11.9550 l -6.9022,11.9550 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 259.5112,144.0327 l -6.9022,-11.9550 l -6.9022,11.9550 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 245.7067,148.4917 l -6.9022,-11.9550 l -6.9022,11.9550 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 231.9022,150.0000 l -6.9022,-11.9550 l -6.9022,11.9550 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 218.0978,148.4917 l -6.9022,-11.9550 l -6.9022,11.9550 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 204.2933,144.0327 l -6.9022,-11.9550 l -6.9022,11.9550 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 190.4888,136.8179 l -6.9022,-11.9550 l -6.9022,11.9550 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 176.6843,127.1626 l -6.9022,-11.9550 l -6.9022,11.9550 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 162.8798,115.4888 l -6.9022,-11.9550 l -6.9022,11.9550 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 149.0753,102.3066 l -6.9022,-11.9550 l -6.9022,11.9550 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 135.2708,88.1923 l -6.9022,-11.9550 l -6.9022,11.9550 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 121.4663,73.7627 l -6.9022,-11.9550 l -6.9022,11.9550 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 107.6618,59.6484 l -6.9022,-11.9550 l -6.9022,11.9550 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 93.8573,46.4663 l -6.9022,-11.9550 l -6.9022,11.9550 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 80.0528,34.7925 l -6.9022,-11.9550 l -6.9022,11.9550 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 66.2483,25.1372 l -6.9022,-11.9550 l -6.9022,11.9550 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 52.4438,17.9224 l -6.9022,-11.9550 l -6.9022,11.9550 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 38.6393,13.4634 l -6.9022,-11.9550 l -6.9022,11.9550 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 24.8348,11.9550 l -6.9022,-11.9550 l -6.9022,11.9550 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 436.2088,76.9925 c 0.0000,-2.2872 -1.8541,-4.1413 -4.1413 -4.1413c -2.2872,-0.0000 -4.1413,1.8541 -4.1413 4.1413c -0.0000,2.2872 1.8541,4.1413 4.1413 4.1413c 2.2872,0.0000 4.1413,-1.8541 4.1413 -4.1413Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 422.4043,91.3431 c 0.0000,-2.2872 -1.8541,-4.1413 -4.1413 -4.1413c -2.2872,-0.0000 -4.1413,1.8541 -4.1413 4.1413c -0.0000,2.2872 1.8541,4.1413 4.1413 4.1413c 2.2872,0.0000 4.1413,-1.8541 4.1413 -4.1413Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 408.5998,105.0665 c 0.0000,-2.2872 -1.8541,-4.1413 -4.1413 -4.1413c -2.2872,-0.0000 -4.1413,1.8541 -4.1413 4.1413c -0.0000,2.2872 1.8541,4.1413 4.1413 4.1413c 2.2872,0.0000 4.1413,-1.8541 4.1413 -4.1413Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 394.7953,117.5629 c 0.0000,-2.2872 -1.8541,-4.1413 -4.1413 -4.1413c -2.2872,-0.0000 -4.1413,1.8541 -4.1413 4.1413c -0.0000,2.2872 1.8541,4.1413 4.1413 4.1413c 2.2872,0.0000 4.1413,-1.8541 4.1413 -4.1413Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 380.9908,128.2862 c 0.0000,-2.2872 -1.8541,-4.1413 -4.1413 -4.1413c -2.2872,-0.0000 -4.1413,1.8541 -4.1413 4.1413c -0.0000,2.2872 1.8541,4.1413 4.1413 4.1413c 2.2872,0.0000 4.1413,-1.8541 4.1413 -4.1413Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 367.1863,136.7677 c 0.0000,-2.2872 -1.8541,-4.1413 -4.1413 -4.1413c -2.2872,-0.0000 -4.1413,1.8541 -4.1413 4.1413c -0.0000,2.2872 1.8541,4.1413 4.1413 4.1413c 2.2872,0.0000 4.1413,-1.8541 4.1413 -4.1413Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 353.3818,142.6368 c 0.0000,-2.2872 -1.8541,-4.1413 -4.1413 -4.1413c -2.2872,-0.0000 -4.1413,1.8541 -4.1413 4.1413c -0.0000,2.2872 1.8541,4.1413 4.1413 4.1413c 2.2872,0.0000 4.1413,-1.8541 4.1413 -4.1413Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 339.5773,145.6369 c 0.0000,-2.2872 -1.8541,-4.1413 -4.1413 -4.1413c -2.2872,-0.0000 -4.1413,1.8541 -4.1413 4.1413c -0.0000,2.2872 1.8541,4.1413 4.1413 4.1413c 2.2872,0.0000 4.1413,-1.8541 4.1413 -4.1413Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 325.7728,145.6369 c 0.0000,-2.2872 -1.8541,-4.1413 -4.1413 -4.1413c -2.2872,-0.0000 -4.1413,1.8541 -4.1413 4.1413c -0.0000,2.2872 1.8541,4.1413 4.1413 4.1413c 2.2872,0.0000 4.1413,-1.8541 4.1413 -4.1413Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 311.9683,142.6368 c 0.0000,-2.2872 -1.8541,-4.1413 -4.1413 -4.1413c -2.2872,-0.0000 -4.1413,1.8541 -4.1413 4.1413c -0.0000,2.2872 1.8541,4.1413 4.1413 4.1413c 2.2872,0.0000 4.1413,-1.8541 4.1413 -4.1413Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 298.1638,136.7677 c 0.0000,-2.2872 -1.8541,-4.1413 -4.1413 -4.1413c -2.2872,-0.0000 -4.1413,1.8541 -4.1413 4.1413c -0.0000,2.2872 1.8541,4.1413 4.1413 4.1413c 2.2872,0.0000 4.1413,-1.8541 4.1413 -4.1413Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 284.3593,128.2862 c 0.0000,-2.2872 -1.8541,-4.1413 -4.1413 -4.1413c -2.2872,-0.0000 -4.1413,1.8541 -4.1413 4.1413c -0.0000,2.2872 1.8541,4.1413 4.1413 4.1413c 2.2872,0.0000 4.1413,-1.8541 4.1413 -4.1413Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 270.5548,117.5629 c 0.0000,-2.2872 -1.8541,-4.1413 -4.1413 -4.1413c -2.2872,-0.0000 -4.1413,1.8541 -4.1413 4.1413c -0.0000,2.2872 1.8541,4.1413 4.1413 4.1413c 2.2872,0.0000 4.1413,-1.8541 4.1413 -4.1413Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 256.7503,105.0665 c 0.0000,-2.2872 -1.8541,-4.1413 -4.1413 -4.1413c -2.2872,-0.0000 -4.1413,1.8541 -4.1413 4.1413c -0.0000,2.2872 1.8541,4.1413 4.1413 4.1413c 2.2872,0.0000 4.1413,-1.8541 4.1413 -4.1413Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 242.9458,91.3431 c 0.0000,-2.2872 -1.8541,-4.1413 -4.1413 -4.1413c -2.2872,-0.0000 -4.1413,1.8541 -4.1413 4.1413c -0.0000,2.2872 1.8541,4.1413 4.1413 4.1413c 2.2872,0.0000 4.1413,-1.8541 4.1413 -4.1413Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 229.1413,76.9925 c 0.0000,-2.2872 -1.8541,-4.1413 -4.1413 -4.1413c -2.2872,-0.0000 -4.1413,1.8541 -4.1413 4.1413c -0.0000,2.2872 1.8541,4.1413 4.1413 4.1413c 2.2872,0.0000 4.1413,-1.8541 4.1413 -4.1413Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 215.3369,62.6419 c 0.0000,-2.2872 -1.8541,-4.1413 -4.1413 -4.1413c -2.2872,-0.0000 -4.1413,1.8541 -4.1413 4.1413c -0.0000,2.2872 1.8541,4.1413 4.1413 4.1413c 2.2872,0.0000 4.1413,-1.8541 4.1413 -4.1413Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 201.5324,48.9185 c 0.0000,-2.2872 -1.8541,-4.1413 -4.1413 -4.1413c -2.2872,-0.0000 -4.1413,1.8541 -4.1413 4.1413c -0.0000,2.2872 1.8541,4.1413 4.1413 4.1413c 2.2872,0.0000 4.1413,-1.8541 4.1413 -4.1413Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 187.7279,36.4221 c 0.0000,-2.2872 -1.8541,-4.1413 -4.1413 -4.1413c -2.2872,-0.0000 -4.1413,1.8541 -4.1413 4.1413c -0.0000,2.2872 1.8541,4.1413 4.1413 4.1413c 2.2872,0.0000 4.1413,-1.8541 4.1413 -4.1413Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 173.9234,25.6988 c 0.0000,-2.2872 -1.8541,-4.1413 -4.1413 -4.1413c -2.2872,-0.0000 -4.1413,1.8541 -4.1413 4.1413c -0.0000,2.2872 1.8541,4.1413 4.1413 4.1413c 2.2872,0.0000 4.1413,-1.8541 4.1413 -4.1413Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 160.1189,17.2173 c 0.0000,-2.2872 -1.8541,-4.1413 -4.1413 -4.1413c -2.2872,-0.0000 -4.1413,1.8541 -4.1413 4.1413c -0.0000,2.2872 1.8541,4.1413 4.1413 4.1413c 2.2872,0.0000 4.1413,-1.8541 4.1413 -4.1413Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 146.3144,11.3482 c 0.0000,-2.2872 -1.8541,-4.1413 -4.1413 -4.1413c -2.2872,-0.0000 -4.1413,1.8541 -4.1413 4.1413c -0.0000,2.2872 1.8541,4.1413 4.1413 4.1413c 2.2872,0.0000 4.1413,-1.8541 4.1413 -4.1413Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 132.5099,8.3481 c 0.0000,-2.2872 -1.8541,-4.1413 -4.1413 -4.1413c -2.2872,-0.0000 -4.1413,1.8541 -4.1413 4.1413c -0.0000,2.2872 1.8541,4.1413 4.1413 4.1413c 2.2872,0.0000 4.1413,-1.8541 4.1413 -4.1413Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 118.7054,8.3481 c 0.0000,-2.2872 -1.8541,-4.1413 -4.1413 -4.1413c -2.2872,-0.0000 -4.1413,1.8541 -4.1413 4.1413c -0.0000,2.2872 1.8541,4.1413 4.1413 4.1413c 2.2872,0.0000 4.1413,-1.8541 4.1413 -4.1413Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 104.9009,11.3482 c 0.0000,-2.2872 -1.8541,-4.1413 -4.1413 -4.1413c -2.2872,-0.0000 -4.1413,1.8541 -4.1413 4.1413c -0.0000,2.2872 1.8541,4.1413 4.1413 4.1413c 2.2872,0.0000 4.1413,-1.8541 4.1413 -4.1413Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 91.0964,17.2173 c 0.0000,-2.2872 -1.8541,-4.1413 -4.1413 -4.1413c -2.2872,-0.0000 -4.1413,1.8541 -4.1413 4.1413c -0.0000,2.2872 1.8541,4.1413 4.1413 4.1413c 2.2872,0.0000 4.1413,-1.8541 4.1413 -4.1413Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 77.2919,25.6988 c 0.0000,-2.2872 -1.8541,-4.1413 -4.1413 -4.1413c -2.2872,-0.0000 -4.1413,1.8541 -4.1413 4.1413c -0.0000,2.2872 1.8541,4.1413 4.1413 4.1413c 2.2872,0.0000 4.1413,-1.8541 4.1413 -4.1413Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 63.4874,36.4221 c 0.0000,-2.2872 -1.8541,-4.1413 -4.1413 -4.1413c -2.2872,-0.0000 -4.1413,1.8541 -4.1413 4.1413c -0.0000,2.2872 1.8541,4.1413 4.1413 4.1413c 2.2872,0.0000 4.1413,-1.8541 4.1413 -4.1413Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 49.6829,48.9185 c 0.0000,-2.2872 -1.8541,-4.1413 -4.1413 -4.1413c -2.2872,-0.0000 -4.1413,1.8541 -4.1413 4.1413c -0.0000,2.2872 1.8541,4.1413 4.1413 4.1413c 2.2872,0.0000 4.1413,-1.8541 4.1413 -4.1413Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 35.8784,62.6419 c 0.0000,-2.2872 -1.8541,-4.1413 -4.1413 -4.1413c -2.2872,-0.0000 -4.1413,1.8541 -4.1413 4.1413c -0.0000,2.2872 1.8541,4.1413 4.1413 4.1413c 2.2872,0.0000 4.1413,-1.8541 4.1413 -4.1413Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 22.0739,76.9925 c 0.0000,-2.2872 -1.8541,-4.1413 -4.1413 -4.1413c -2.2872,-0.0000 -4.1413,1.8541 -4.1413 4.1413c -0.0000,2.2872 1.8541,4.1413 4.1413 4.1413c 2.2872,0.0000 4.1413,-1.8541 4.1413 -4.1413Z"/></g></svg>+    "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="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 438.9697,11.9550 l -6.9022,-11.9550 l -6.9022,11.9550 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 425.1652,13.4634 l -6.9022,-11.9550 l -6.9022,11.9550 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 411.3607,17.9224 l -6.9022,-11.9550 l -6.9022,11.9550 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 397.5562,25.1372 l -6.9022,-11.9550 l -6.9022,11.9550 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 383.7517,34.7925 l -6.9022,-11.9550 l -6.9022,11.9550 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 369.9472,46.4663 l -6.9022,-11.9550 l -6.9022,11.9550 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 356.1427,59.6484 l -6.9022,-11.9550 l -6.9022,11.9550 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 342.3382,73.7627 l -6.9022,-11.9550 l -6.9022,11.9550 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 328.5337,88.1923 l -6.9022,-11.9550 l -6.9022,11.9550 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 314.7292,102.3066 l -6.9022,-11.9550 l -6.9022,11.9550 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 300.9247,115.4888 l -6.9022,-11.9550 l -6.9022,11.9550 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 287.1202,127.1626 l -6.9022,-11.9550 l -6.9022,11.9550 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 273.3157,136.8179 l -6.9022,-11.9550 l -6.9022,11.9550 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 259.5112,144.0327 l -6.9022,-11.9550 l -6.9022,11.9550 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 245.7067,148.4917 l -6.9022,-11.9550 l -6.9022,11.9550 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 231.9022,150.0000 l -6.9022,-11.9550 l -6.9022,11.9550 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 218.0978,148.4917 l -6.9022,-11.9550 l -6.9022,11.9550 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 204.2933,144.0327 l -6.9022,-11.9550 l -6.9022,11.9550 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 190.4888,136.8179 l -6.9022,-11.9550 l -6.9022,11.9550 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 176.6843,127.1626 l -6.9022,-11.9550 l -6.9022,11.9550 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 162.8798,115.4888 l -6.9022,-11.9550 l -6.9022,11.9550 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 149.0753,102.3066 l -6.9022,-11.9550 l -6.9022,11.9550 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 135.2708,88.1923 l -6.9022,-11.9550 l -6.9022,11.9550 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 121.4663,73.7627 l -6.9022,-11.9550 l -6.9022,11.9550 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 107.6618,59.6484 l -6.9022,-11.9550 l -6.9022,11.9550 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 93.8573,46.4663 l -6.9022,-11.9550 l -6.9022,11.9550 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 80.0528,34.7925 l -6.9022,-11.9550 l -6.9022,11.9550 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 66.2483,25.1372 l -6.9022,-11.9550 l -6.9022,11.9550 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 52.4438,17.9224 l -6.9022,-11.9550 l -6.9022,11.9550 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 38.6393,13.4634 l -6.9022,-11.9550 l -6.9022,11.9550 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 24.8348,11.9550 l -6.9022,-11.9550 l -6.9022,11.9550 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 434.1381,76.9925 c 0.0000,-1.1436 -0.9271,-2.0707 -2.0707 -2.0707c -1.1436,-0.0000 -2.0707,0.9271 -2.0707 2.0707c -0.0000,1.1436 0.9271,2.0707 2.0707 2.0707c 1.1436,0.0000 2.0707,-0.9271 2.0707 -2.0707Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 420.3336,91.3431 c 0.0000,-1.1436 -0.9271,-2.0707 -2.0707 -2.0707c -1.1436,-0.0000 -2.0707,0.9271 -2.0707 2.0707c -0.0000,1.1436 0.9271,2.0707 2.0707 2.0707c 1.1436,0.0000 2.0707,-0.9271 2.0707 -2.0707Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 406.5291,105.0665 c 0.0000,-1.1436 -0.9271,-2.0707 -2.0707 -2.0707c -1.1436,-0.0000 -2.0707,0.9271 -2.0707 2.0707c -0.0000,1.1436 0.9271,2.0707 2.0707 2.0707c 1.1436,0.0000 2.0707,-0.9271 2.0707 -2.0707Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 392.7246,117.5629 c 0.0000,-1.1436 -0.9271,-2.0707 -2.0707 -2.0707c -1.1436,-0.0000 -2.0707,0.9271 -2.0707 2.0707c -0.0000,1.1436 0.9271,2.0707 2.0707 2.0707c 1.1436,0.0000 2.0707,-0.9271 2.0707 -2.0707Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 378.9201,128.2862 c 0.0000,-1.1436 -0.9271,-2.0707 -2.0707 -2.0707c -1.1436,-0.0000 -2.0707,0.9271 -2.0707 2.0707c -0.0000,1.1436 0.9271,2.0707 2.0707 2.0707c 1.1436,0.0000 2.0707,-0.9271 2.0707 -2.0707Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 365.1156,136.7677 c 0.0000,-1.1436 -0.9271,-2.0707 -2.0707 -2.0707c -1.1436,-0.0000 -2.0707,0.9271 -2.0707 2.0707c -0.0000,1.1436 0.9271,2.0707 2.0707 2.0707c 1.1436,0.0000 2.0707,-0.9271 2.0707 -2.0707Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 351.3111,142.6368 c 0.0000,-1.1436 -0.9271,-2.0707 -2.0707 -2.0707c -1.1436,-0.0000 -2.0707,0.9271 -2.0707 2.0707c -0.0000,1.1436 0.9271,2.0707 2.0707 2.0707c 1.1436,0.0000 2.0707,-0.9271 2.0707 -2.0707Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 337.5066,145.6369 c 0.0000,-1.1436 -0.9271,-2.0707 -2.0707 -2.0707c -1.1436,-0.0000 -2.0707,0.9271 -2.0707 2.0707c -0.0000,1.1436 0.9271,2.0707 2.0707 2.0707c 1.1436,0.0000 2.0707,-0.9271 2.0707 -2.0707Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 323.7021,145.6369 c 0.0000,-1.1436 -0.9271,-2.0707 -2.0707 -2.0707c -1.1436,-0.0000 -2.0707,0.9271 -2.0707 2.0707c -0.0000,1.1436 0.9271,2.0707 2.0707 2.0707c 1.1436,0.0000 2.0707,-0.9271 2.0707 -2.0707Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 309.8976,142.6368 c 0.0000,-1.1436 -0.9271,-2.0707 -2.0707 -2.0707c -1.1436,-0.0000 -2.0707,0.9271 -2.0707 2.0707c -0.0000,1.1436 0.9271,2.0707 2.0707 2.0707c 1.1436,0.0000 2.0707,-0.9271 2.0707 -2.0707Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 296.0932,136.7677 c 0.0000,-1.1436 -0.9271,-2.0707 -2.0707 -2.0707c -1.1436,-0.0000 -2.0707,0.9271 -2.0707 2.0707c -0.0000,1.1436 0.9271,2.0707 2.0707 2.0707c 1.1436,0.0000 2.0707,-0.9271 2.0707 -2.0707Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 282.2887,128.2862 c 0.0000,-1.1436 -0.9271,-2.0707 -2.0707 -2.0707c -1.1436,-0.0000 -2.0707,0.9271 -2.0707 2.0707c -0.0000,1.1436 0.9271,2.0707 2.0707 2.0707c 1.1436,0.0000 2.0707,-0.9271 2.0707 -2.0707Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 268.4842,117.5629 c 0.0000,-1.1436 -0.9271,-2.0707 -2.0707 -2.0707c -1.1436,-0.0000 -2.0707,0.9271 -2.0707 2.0707c -0.0000,1.1436 0.9271,2.0707 2.0707 2.0707c 1.1436,0.0000 2.0707,-0.9271 2.0707 -2.0707Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 254.6797,105.0665 c 0.0000,-1.1436 -0.9271,-2.0707 -2.0707 -2.0707c -1.1436,-0.0000 -2.0707,0.9271 -2.0707 2.0707c -0.0000,1.1436 0.9271,2.0707 2.0707 2.0707c 1.1436,0.0000 2.0707,-0.9271 2.0707 -2.0707Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 240.8752,91.3431 c 0.0000,-1.1436 -0.9271,-2.0707 -2.0707 -2.0707c -1.1436,-0.0000 -2.0707,0.9271 -2.0707 2.0707c -0.0000,1.1436 0.9271,2.0707 2.0707 2.0707c 1.1436,0.0000 2.0707,-0.9271 2.0707 -2.0707Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 227.0707,76.9925 c 0.0000,-1.1436 -0.9271,-2.0707 -2.0707 -2.0707c -1.1436,-0.0000 -2.0707,0.9271 -2.0707 2.0707c -0.0000,1.1436 0.9271,2.0707 2.0707 2.0707c 1.1436,0.0000 2.0707,-0.9271 2.0707 -2.0707Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 213.2662,62.6419 c 0.0000,-1.1436 -0.9271,-2.0707 -2.0707 -2.0707c -1.1436,-0.0000 -2.0707,0.9271 -2.0707 2.0707c -0.0000,1.1436 0.9271,2.0707 2.0707 2.0707c 1.1436,0.0000 2.0707,-0.9271 2.0707 -2.0707Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 199.4617,48.9185 c 0.0000,-1.1436 -0.9271,-2.0707 -2.0707 -2.0707c -1.1436,-0.0000 -2.0707,0.9271 -2.0707 2.0707c -0.0000,1.1436 0.9271,2.0707 2.0707 2.0707c 1.1436,0.0000 2.0707,-0.9271 2.0707 -2.0707Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 185.6572,36.4221 c 0.0000,-1.1436 -0.9271,-2.0707 -2.0707 -2.0707c -1.1436,-0.0000 -2.0707,0.9271 -2.0707 2.0707c -0.0000,1.1436 0.9271,2.0707 2.0707 2.0707c 1.1436,0.0000 2.0707,-0.9271 2.0707 -2.0707Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 171.8527,25.6988 c 0.0000,-1.1436 -0.9271,-2.0707 -2.0707 -2.0707c -1.1436,-0.0000 -2.0707,0.9271 -2.0707 2.0707c -0.0000,1.1436 0.9271,2.0707 2.0707 2.0707c 1.1436,0.0000 2.0707,-0.9271 2.0707 -2.0707Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 158.0482,17.2173 c 0.0000,-1.1436 -0.9271,-2.0707 -2.0707 -2.0707c -1.1436,-0.0000 -2.0707,0.9271 -2.0707 2.0707c -0.0000,1.1436 0.9271,2.0707 2.0707 2.0707c 1.1436,0.0000 2.0707,-0.9271 2.0707 -2.0707Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 144.2437,11.3482 c 0.0000,-1.1436 -0.9271,-2.0707 -2.0707 -2.0707c -1.1436,-0.0000 -2.0707,0.9271 -2.0707 2.0707c -0.0000,1.1436 0.9271,2.0707 2.0707 2.0707c 1.1436,0.0000 2.0707,-0.9271 2.0707 -2.0707Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 130.4392,8.3481 c 0.0000,-1.1436 -0.9271,-2.0707 -2.0707 -2.0707c -1.1436,-0.0000 -2.0707,0.9271 -2.0707 2.0707c -0.0000,1.1436 0.9271,2.0707 2.0707 2.0707c 1.1436,0.0000 2.0707,-0.9271 2.0707 -2.0707Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 116.6347,8.3481 c 0.0000,-1.1436 -0.9271,-2.0707 -2.0707 -2.0707c -1.1436,-0.0000 -2.0707,0.9271 -2.0707 2.0707c -0.0000,1.1436 0.9271,2.0707 2.0707 2.0707c 1.1436,0.0000 2.0707,-0.9271 2.0707 -2.0707Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 102.8302,11.3482 c 0.0000,-1.1436 -0.9271,-2.0707 -2.0707 -2.0707c -1.1436,-0.0000 -2.0707,0.9271 -2.0707 2.0707c -0.0000,1.1436 0.9271,2.0707 2.0707 2.0707c 1.1436,0.0000 2.0707,-0.9271 2.0707 -2.0707Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 89.0257,17.2173 c 0.0000,-1.1436 -0.9271,-2.0707 -2.0707 -2.0707c -1.1436,-0.0000 -2.0707,0.9271 -2.0707 2.0707c -0.0000,1.1436 0.9271,2.0707 2.0707 2.0707c 1.1436,0.0000 2.0707,-0.9271 2.0707 -2.0707Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 75.2212,25.6988 c 0.0000,-1.1436 -0.9271,-2.0707 -2.0707 -2.0707c -1.1436,-0.0000 -2.0707,0.9271 -2.0707 2.0707c -0.0000,1.1436 0.9271,2.0707 2.0707 2.0707c 1.1436,0.0000 2.0707,-0.9271 2.0707 -2.0707Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 61.4167,36.4221 c 0.0000,-1.1436 -0.9271,-2.0707 -2.0707 -2.0707c -1.1436,-0.0000 -2.0707,0.9271 -2.0707 2.0707c -0.0000,1.1436 0.9271,2.0707 2.0707 2.0707c 1.1436,0.0000 2.0707,-0.9271 2.0707 -2.0707Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 47.6122,48.9185 c 0.0000,-1.1436 -0.9271,-2.0707 -2.0707 -2.0707c -1.1436,-0.0000 -2.0707,0.9271 -2.0707 2.0707c -0.0000,1.1436 0.9271,2.0707 2.0707 2.0707c 1.1436,0.0000 2.0707,-0.9271 2.0707 -2.0707Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 33.8077,62.6419 c 0.0000,-1.1436 -0.9271,-2.0707 -2.0707 -2.0707c -1.1436,-0.0000 -2.0707,0.9271 -2.0707 2.0707c -0.0000,1.1436 0.9271,2.0707 2.0707 2.0707c 1.1436,0.0000 2.0707,-0.9271 2.0707 -2.0707Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.2533592401967046" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 20.0032,76.9925 c 0.0000,-1.1436 -0.9271,-2.0707 -2.0707 -2.0707c -1.1436,-0.0000 -2.0707,0.9271 -2.0707 2.0707c -0.0000,1.1436 0.9271,2.0707 2.0707 2.0707c 1.1436,0.0000 2.0707,-0.9271 2.0707 -2.0707Z"/>+  </g>+</svg>
other/glyphHudExample.svg view
@@ -1,3 +1,319 @@ <?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.4" stroke="rgb(102,102,102)" stroke-width="0.35339809152470336" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 531.8891,112.7118 l -6.8313,-11.8322 l -6.8313,11.8322 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.35339809152470336" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 518.2264,114.2046 l -6.8313,-11.8322 l -6.8313,11.8322 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.35339809152470336" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 504.5638,118.6178 l -6.8313,-11.8322 l -6.8313,11.8322 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.35339809152470336" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 490.9011,125.7584 l -6.8313,-11.8322 l -6.8313,11.8322 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.35339809152470336" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 477.2385,135.3145 l -6.8313,-11.8322 l -6.8313,11.8322 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.35339809152470336" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 463.5759,146.8684 l -6.8313,-11.8322 l -6.8313,11.8322 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.35339809152470336" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 449.9132,159.9150 l -6.8313,-11.8322 l -6.8313,11.8322 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.35339809152470336" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 436.2506,173.8843 l -6.8313,-11.8322 l -6.8313,11.8322 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.35339809152470336" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 422.5879,188.1657 l -6.8313,-11.8322 l -6.8313,11.8322 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.35339809152470336" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 408.9253,202.1349 l -6.8313,-11.8322 l -6.8313,11.8322 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.35339809152470336" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 395.2626,215.1816 l -6.8313,-11.8322 l -6.8313,11.8322 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.35339809152470336" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 381.6000,226.7354 l -6.8313,-11.8322 l -6.8313,11.8322 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.35339809152470336" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 367.9374,236.2915 l -6.8313,-11.8322 l -6.8313,11.8322 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.35339809152470336" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 354.2747,243.4322 l -6.8313,-11.8322 l -6.8313,11.8322 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.35339809152470336" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 340.6121,247.8454 l -6.8313,-11.8322 l -6.8313,11.8322 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.35339809152470336" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 326.9494,249.3382 l -6.8313,-11.8322 l -6.8313,11.8322 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.35339809152470336" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 313.2868,247.8454 l -6.8313,-11.8322 l -6.8313,11.8322 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.35339809152470336" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 299.6241,243.4322 l -6.8313,-11.8322 l -6.8313,11.8322 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.35339809152470336" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 285.9615,236.2915 l -6.8313,-11.8322 l -6.8313,11.8322 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.35339809152470336" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 272.2989,226.7354 l -6.8313,-11.8322 l -6.8313,11.8322 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.35339809152470336" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 258.6362,215.1816 l -6.8313,-11.8322 l -6.8313,11.8322 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.35339809152470336" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 244.9736,202.1349 l -6.8313,-11.8322 l -6.8313,11.8322 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.35339809152470336" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 231.3109,188.1657 l -6.8313,-11.8322 l -6.8313,11.8322 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.35339809152470336" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.6483,173.8843 l -6.8313,-11.8322 l -6.8313,11.8322 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.35339809152470336" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 203.9857,159.9150 l -6.8313,-11.8322 l -6.8313,11.8322 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.35339809152470336" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 190.3230,146.8684 l -6.8313,-11.8322 l -6.8313,11.8322 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.35339809152470336" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 176.6604,135.3145 l -6.8313,-11.8322 l -6.8313,11.8322 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.35339809152470336" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 162.9977,125.7584 l -6.8313,-11.8322 l -6.8313,11.8322 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.35339809152470336" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 149.3351,118.6178 l -6.8313,-11.8322 l -6.8313,11.8322 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.35339809152470336" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 135.6724,114.2046 l -6.8313,-11.8322 l -6.8313,11.8322 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.35339809152470336" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 122.0098,112.7118 l -6.8313,-11.8322 l -6.8313,11.8322 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.35339809152470336" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 529.1565,177.0809 c 0.0000,-2.2637 -1.8351,-4.0988 -4.0988 -4.0988c -2.2637,-0.0000 -4.0988,1.8351 -4.0988 4.0988c -0.0000,2.2637 1.8351,4.0988 4.0988 4.0988c 2.2637,0.0000 4.0988,-1.8351 4.0988 -4.0988Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.35339809152470336" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 515.4939,191.2840 c 0.0000,-2.2637 -1.8351,-4.0988 -4.0988 -4.0988c -2.2637,-0.0000 -4.0988,1.8351 -4.0988 4.0988c -0.0000,2.2637 1.8351,4.0988 4.0988 4.0988c 2.2637,0.0000 4.0988,-1.8351 4.0988 -4.0988Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.35339809152470336" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 501.8312,204.8664 c 0.0000,-2.2637 -1.8351,-4.0988 -4.0988 -4.0988c -2.2637,-0.0000 -4.0988,1.8351 -4.0988 4.0988c -0.0000,2.2637 1.8351,4.0988 4.0988 4.0988c 2.2637,0.0000 4.0988,-1.8351 4.0988 -4.0988Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.35339809152470336" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 488.1686,217.2344 c 0.0000,-2.2637 -1.8351,-4.0988 -4.0988 -4.0988c -2.2637,-0.0000 -4.0988,1.8351 -4.0988 4.0988c -0.0000,2.2637 1.8351,4.0988 4.0988 4.0988c 2.2637,0.0000 4.0988,-1.8351 4.0988 -4.0988Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.35339809152470336" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 474.5060,227.8475 c 0.0000,-2.2637 -1.8351,-4.0988 -4.0988 -4.0988c -2.2637,-0.0000 -4.0988,1.8351 -4.0988 4.0988c -0.0000,2.2637 1.8351,4.0988 4.0988 4.0988c 2.2637,0.0000 4.0988,-1.8351 4.0988 -4.0988Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.35339809152470336" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 460.8433,236.2419 c 0.0000,-2.2637 -1.8351,-4.0988 -4.0988 -4.0988c -2.2637,-0.0000 -4.0988,1.8351 -4.0988 4.0988c -0.0000,2.2637 1.8351,4.0988 4.0988 4.0988c 2.2637,0.0000 4.0988,-1.8351 4.0988 -4.0988Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.35339809152470336" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 447.1807,242.0506 c 0.0000,-2.2637 -1.8351,-4.0988 -4.0988 -4.0988c -2.2637,-0.0000 -4.0988,1.8351 -4.0988 4.0988c -0.0000,2.2637 1.8351,4.0988 4.0988 4.0988c 2.2637,0.0000 4.0988,-1.8351 4.0988 -4.0988Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.35339809152470336" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 433.5180,245.0199 c 0.0000,-2.2637 -1.8351,-4.0988 -4.0988 -4.0988c -2.2637,-0.0000 -4.0988,1.8351 -4.0988 4.0988c -0.0000,2.2637 1.8351,4.0988 4.0988 4.0988c 2.2637,0.0000 4.0988,-1.8351 4.0988 -4.0988Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.35339809152470336" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 419.8554,245.0199 c 0.0000,-2.2637 -1.8351,-4.0988 -4.0988 -4.0988c -2.2637,-0.0000 -4.0988,1.8351 -4.0988 4.0988c -0.0000,2.2637 1.8351,4.0988 4.0988 4.0988c 2.2637,0.0000 4.0988,-1.8351 4.0988 -4.0988Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.35339809152470336" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 406.1928,242.0506 c 0.0000,-2.2637 -1.8351,-4.0988 -4.0988 -4.0988c -2.2637,-0.0000 -4.0988,1.8351 -4.0988 4.0988c -0.0000,2.2637 1.8351,4.0988 4.0988 4.0988c 2.2637,0.0000 4.0988,-1.8351 4.0988 -4.0988Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.35339809152470336" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 392.5301,236.2419 c 0.0000,-2.2637 -1.8351,-4.0988 -4.0988 -4.0988c -2.2637,-0.0000 -4.0988,1.8351 -4.0988 4.0988c -0.0000,2.2637 1.8351,4.0988 4.0988 4.0988c 2.2637,0.0000 4.0988,-1.8351 4.0988 -4.0988Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.35339809152470336" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 378.8675,227.8475 c 0.0000,-2.2637 -1.8351,-4.0988 -4.0988 -4.0988c -2.2637,-0.0000 -4.0988,1.8351 -4.0988 4.0988c -0.0000,2.2637 1.8351,4.0988 4.0988 4.0988c 2.2637,0.0000 4.0988,-1.8351 4.0988 -4.0988Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.35339809152470336" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 365.2048,217.2344 c 0.0000,-2.2637 -1.8351,-4.0988 -4.0988 -4.0988c -2.2637,-0.0000 -4.0988,1.8351 -4.0988 4.0988c -0.0000,2.2637 1.8351,4.0988 4.0988 4.0988c 2.2637,0.0000 4.0988,-1.8351 4.0988 -4.0988Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.35339809152470336" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 351.5422,204.8664 c 0.0000,-2.2637 -1.8351,-4.0988 -4.0988 -4.0988c -2.2637,-0.0000 -4.0988,1.8351 -4.0988 4.0988c -0.0000,2.2637 1.8351,4.0988 4.0988 4.0988c 2.2637,0.0000 4.0988,-1.8351 4.0988 -4.0988Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.35339809152470336" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 337.8795,191.2840 c 0.0000,-2.2637 -1.8351,-4.0988 -4.0988 -4.0988c -2.2637,-0.0000 -4.0988,1.8351 -4.0988 4.0988c -0.0000,2.2637 1.8351,4.0988 4.0988 4.0988c 2.2637,0.0000 4.0988,-1.8351 4.0988 -4.0988Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.35339809152470336" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 324.2169,177.0809 c 0.0000,-2.2637 -1.8351,-4.0988 -4.0988 -4.0988c -2.2637,-0.0000 -4.0988,1.8351 -4.0988 4.0988c -0.0000,2.2637 1.8351,4.0988 4.0988 4.0988c 2.2637,0.0000 4.0988,-1.8351 4.0988 -4.0988Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.35339809152470336" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 310.5543,162.8778 c 0.0000,-2.2637 -1.8351,-4.0988 -4.0988 -4.0988c -2.2637,-0.0000 -4.0988,1.8351 -4.0988 4.0988c -0.0000,2.2637 1.8351,4.0988 4.0988 4.0988c 2.2637,0.0000 4.0988,-1.8351 4.0988 -4.0988Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.35339809152470336" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 296.8916,149.2954 c 0.0000,-2.2637 -1.8351,-4.0988 -4.0988 -4.0988c -2.2637,-0.0000 -4.0988,1.8351 -4.0988 4.0988c -0.0000,2.2637 1.8351,4.0988 4.0988 4.0988c 2.2637,0.0000 4.0988,-1.8351 4.0988 -4.0988Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.35339809152470336" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 283.2290,136.9274 c 0.0000,-2.2637 -1.8351,-4.0988 -4.0988 -4.0988c -2.2637,-0.0000 -4.0988,1.8351 -4.0988 4.0988c -0.0000,2.2637 1.8351,4.0988 4.0988 4.0988c 2.2637,0.0000 4.0988,-1.8351 4.0988 -4.0988Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.35339809152470336" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 269.5663,126.3143 c 0.0000,-2.2637 -1.8351,-4.0988 -4.0988 -4.0988c -2.2637,-0.0000 -4.0988,1.8351 -4.0988 4.0988c -0.0000,2.2637 1.8351,4.0988 4.0988 4.0988c 2.2637,0.0000 4.0988,-1.8351 4.0988 -4.0988Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.35339809152470336" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.9037,117.9199 c 0.0000,-2.2637 -1.8351,-4.0988 -4.0988 -4.0988c -2.2637,-0.0000 -4.0988,1.8351 -4.0988 4.0988c -0.0000,2.2637 1.8351,4.0988 4.0988 4.0988c 2.2637,0.0000 4.0988,-1.8351 4.0988 -4.0988Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.35339809152470336" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 242.2411,112.1112 c 0.0000,-2.2637 -1.8351,-4.0988 -4.0988 -4.0988c -2.2637,-0.0000 -4.0988,1.8351 -4.0988 4.0988c -0.0000,2.2637 1.8351,4.0988 4.0988 4.0988c 2.2637,0.0000 4.0988,-1.8351 4.0988 -4.0988Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.35339809152470336" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 228.5784,109.1419 c 0.0000,-2.2637 -1.8351,-4.0988 -4.0988 -4.0988c -2.2637,-0.0000 -4.0988,1.8351 -4.0988 4.0988c -0.0000,2.2637 1.8351,4.0988 4.0988 4.0988c 2.2637,0.0000 4.0988,-1.8351 4.0988 -4.0988Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.35339809152470336" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 214.9158,109.1419 c 0.0000,-2.2637 -1.8351,-4.0988 -4.0988 -4.0988c -2.2637,-0.0000 -4.0988,1.8351 -4.0988 4.0988c -0.0000,2.2637 1.8351,4.0988 4.0988 4.0988c 2.2637,0.0000 4.0988,-1.8351 4.0988 -4.0988Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.35339809152470336" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 201.2531,112.1112 c 0.0000,-2.2637 -1.8351,-4.0988 -4.0988 -4.0988c -2.2637,-0.0000 -4.0988,1.8351 -4.0988 4.0988c -0.0000,2.2637 1.8351,4.0988 4.0988 4.0988c 2.2637,0.0000 4.0988,-1.8351 4.0988 -4.0988Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.35339809152470336" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 187.5905,117.9199 c 0.0000,-2.2637 -1.8351,-4.0988 -4.0988 -4.0988c -2.2637,-0.0000 -4.0988,1.8351 -4.0988 4.0988c -0.0000,2.2637 1.8351,4.0988 4.0988 4.0988c 2.2637,0.0000 4.0988,-1.8351 4.0988 -4.0988Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.35339809152470336" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 173.9278,126.3143 c 0.0000,-2.2637 -1.8351,-4.0988 -4.0988 -4.0988c -2.2637,-0.0000 -4.0988,1.8351 -4.0988 4.0988c -0.0000,2.2637 1.8351,4.0988 4.0988 4.0988c 2.2637,0.0000 4.0988,-1.8351 4.0988 -4.0988Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.35339809152470336" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 160.2652,136.9274 c 0.0000,-2.2637 -1.8351,-4.0988 -4.0988 -4.0988c -2.2637,-0.0000 -4.0988,1.8351 -4.0988 4.0988c -0.0000,2.2637 1.8351,4.0988 4.0988 4.0988c 2.2637,0.0000 4.0988,-1.8351 4.0988 -4.0988Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.35339809152470336" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 146.6026,149.2954 c 0.0000,-2.2637 -1.8351,-4.0988 -4.0988 -4.0988c -2.2637,-0.0000 -4.0988,1.8351 -4.0988 4.0988c -0.0000,2.2637 1.8351,4.0988 4.0988 4.0988c 2.2637,0.0000 4.0988,-1.8351 4.0988 -4.0988Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.35339809152470336" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 132.9399,162.8778 c 0.0000,-2.2637 -1.8351,-4.0988 -4.0988 -4.0988c -2.2637,-0.0000 -4.0988,1.8351 -4.0988 4.0988c -0.0000,2.2637 1.8351,4.0988 4.0988 4.0988c 2.2637,0.0000 4.0988,-1.8351 4.0988 -4.0988Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.35339809152470336" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 119.2773,177.0809 c 0.0000,-2.2637 -1.8351,-4.0988 -4.0988 -4.0988c -2.2637,-0.0000 -4.0988,1.8351 -4.0988 4.0988c -0.0000,2.2637 1.8351,4.0988 4.0988 4.0988c 2.2637,0.0000 4.0988,-1.8351 4.0988 -4.0988Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(31,119,180)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 54.4217,245.3941 ZM 35.7857,234.7733 c 0.0000,-3.4553 1.2745,-4.4749 1.2745 -6.1742c 2.0392,-0.1983 3.1721,-0.3682 4.3616 -0.6231l 0.1699,0.8497 c -2.4357,0.7364 -4.7581,2.2375 -4.7581 6.3442c -0.0000,3.8235 3.3703,6.8540 8.3267 6.8540c 3.7385,0.0000 8.5816,-2.7189 8.5816 -7.7603c 0.0000,-1.5294 -0.5098,-3.2004 -1.4161 -4.1634l -4.3333,-0.0000 c -0.8780,-0.0000 -1.2462,0.4248 -1.2462 1.5577l -0.0000,0.7364 c -0.0000,0.1133 -0.0850,0.2266 -0.2266 0.2266l -0.7364,-0.0000 l -0.0566,-0.0566 c 0.0000,-0.0000 0.0566,-2.4640 0.0566 -3.5686c 0.0000,-0.9913 -0.0566,-2.6340 -0.0566 -2.6340l 0.0566,-0.0566 l 0.7364,0.0000 c 0.1416,0.0000 0.2266,0.0850 0.2266 0.2266l -0.0000,0.0283 c -0.0000,0.9913 0.4532,1.2462 1.2462 1.2462l 3.2854,0.0000 c 0.3115,0.0000 0.5381,-0.1416 0.7930 -0.4532c 1.6427,1.9259 2.6906,4.2200 2.6906 7.5620c -0.0000,5.6928 -4.1350,9.5729 -9.0348 9.5729c -6.2309,-0.0000 -9.9411,-4.8431 -9.9411 -9.7145ZM 54.4217,225.7668 ZM 52.3825,223.0762 l -14.1894,-0.0000 c -1.6144,-0.0000 -2.0675,0.2832 -2.0675 0.8497l 0.1133,0.9063 c -0.0000,0.0850 -0.0566,0.1699 -0.1416 0.1699l -0.7081,0.0566 c 0.0000,-0.4532 -0.1699,-1.5011 -0.2549 -1.9826c -0.1133,-0.5098 -0.2266,-0.9063 -0.4815 -1.4728l 0.0000,-0.6231 l 17.7297,0.0000 c 0.8213,0.0000 1.2462,-0.3115 1.2462 -1.2179l 0.0000,-0.6797 c 0.0000,-0.1133 0.0850,-0.2266 0.2266 -0.2266l 0.5381,0.0000 l 0.0566,0.0566 c 0.0000,-0.0000 -0.0566,2.0675 -0.0566 3.1721c -0.0000,0.9913 0.0566,3.0588 0.0566 3.0588l -0.0566,0.0283 l -0.5381,-0.0000 c -0.1416,-0.0000 -0.2266,-0.0566 -0.2266 -0.1983l 0.0000,-0.6797 c 0.0000,-0.9346 -0.4248,-1.2179 -1.2462 -1.2179ZM 54.4217,218.4030 ZM 42.8096,212.5120 c 0.1416,0.0000 0.2266,0.1699 0.2266 0.3115c -0.0000,0.8497 0.1699,1.2179 0.6231 1.2179c 0.1699,0.0000 0.3965,-0.0566 0.6514 -0.1699l 7.3071,-3.1154 l -7.1938,-3.1438 c -0.2549,-0.1416 -0.4815,-0.1983 -0.6514 -0.1983c -0.5948,-0.0000 -0.7364,0.5664 -0.7364 1.1895l -0.0000,0.1133 c -0.0000,0.1416 -0.1133,0.2832 -0.1983 0.2832l -0.5381,-0.0000 l -0.0850,-0.0566 c 0.0000,-0.0000 0.0566,-1.6710 0.0566 -2.6623c 0.0000,-0.7930 -0.0566,-1.9542 -0.0566 -1.9542l 0.0566,-0.0850 l 0.5381,0.0000 c 0.1416,0.0000 0.2266,0.1133 0.2266 0.3115c -0.0000,1.0762 1.1046,1.6144 1.9259 2.0109c 3.1721,1.5011 6.0893,2.7473 11.5555 5.0130c 2.0392,0.8497 4.4183,1.8693 4.4183 3.8801c -0.0000,0.5381 -0.3115,1.6427 -1.3311 1.6427c -0.8497,-0.0000 -1.1046,-0.6231 -1.1046 -1.0762c 0.0000,-0.4248 0.1699,-0.7081 0.3965 -0.8780c 0.2832,-0.2832 0.4815,-0.4815 0.4815 -0.7647c 0.0000,-0.4248 -2.4357,-1.4161 -4.1634 -2.1242c -0.3399,-0.1699 -0.6231,-0.2266 -0.8780 -0.2266c -0.2832,-0.0000 -1.0479,0.2549 -1.6144 0.4815l -8.2984,3.5686 c -1.0762,0.4532 -1.3878,0.7647 -1.3878 1.7277c -0.0000,0.1699 -0.0850,0.2832 -0.1983 0.2832l -0.5664,-0.0000 l -0.0566,-0.0566 c 0.0000,-0.0000 0.0566,-1.2462 0.0566 -2.0958c 0.0000,-1.3311 -0.0566,-3.3703 -0.0566 -3.3703l 0.0850,-0.0566 l 0.5098,0.0000 ZM 54.4217,203.9870 ZM 45.5285,199.7670 l 7.0522,0.0000 c 1.1612,-0.9913 1.2179,-1.9259 1.2179 -2.3791c 0.0000,-3.0305 -2.8322,-3.7102 -5.2679 -3.7102c -3.4270,-0.0000 -5.3246,1.3878 -5.3246 3.1154c -0.0000,0.9630 0.8213,2.3507 2.3224 2.9738ZM 45.5285,199.7670 ZM 58.8966,201.8629 l -14.0195,-0.0000 c -1.0762,-0.0000 -1.2745,0.2549 -1.2745 0.6514c -0.0000,0.3682 0.0283,0.7081 0.1416 1.1895l -0.7930,0.1416 c -0.3115,-1.8126 -0.4248,-2.1525 -0.8213 -2.9455c -0.1416,-0.3115 -0.2266,-0.5098 -0.2266 -0.7081l 0.0000,-0.4248 l 2.2658,0.0850 l 0.0000,-0.0850 c -1.9826,-1.3028 -2.2658,-2.8322 -2.2658 -3.7385c 0.0000,-2.7473 2.8605,-4.5599 5.8627 -4.5599c 2.2941,0.0000 4.0501,0.7081 5.3529 1.9826c 1.1046,1.1046 1.6427,2.2658 1.6427 3.7669c -0.0000,1.0196 -0.2266,1.8126 -0.6231 2.5490l 4.7581,0.0000 c 0.8213,0.0000 1.2462,-0.3115 1.2462 -1.2179l 0.0000,-0.5381 c 0.0000,-0.1416 0.0850,-0.2549 0.2266 -0.2549l 0.5381,0.0000 l 0.0566,0.0566 c 0.0000,-0.0000 -0.0566,1.9542 -0.0566 3.0588c -0.0000,0.9913 0.0566,2.9172 0.0566 2.9172l -0.0566,0.0566 l -0.5381,-0.0000 c -0.1416,-0.0000 -0.2266,-0.0850 -0.2266 -0.2266l 0.0000,-0.5381 c 0.0000,-0.9346 -0.4248,-1.2179 -1.2462 -1.2179ZM 54.4217,190.4207 ZM 34.6528,185.8042 l 9.6012,0.0000 c -1.8976,-1.8976 -2.3507,-3.5686 -2.3507 -4.6732c 0.0000,-2.0392 1.5577,-3.0588 4.4749 -3.0588l 6.0043,0.0000 c 0.8213,0.0000 1.2462,-0.2832 1.2462 -1.2179l 0.0000,-0.5381 c 0.0000,-0.1133 0.0850,-0.2266 0.2266 -0.2266l 0.5381,0.0000 l 0.0566,0.0566 c 0.0000,-0.0000 -0.0566,1.9259 -0.0566 3.0588c -0.0000,0.9913 0.0566,2.9172 0.0566 2.9172l -0.0566,0.0566 l -0.5381,-0.0000 c -0.1416,-0.0000 -0.2266,-0.0850 -0.2266 -0.2266l 0.0000,-0.5381 c 0.0000,-0.9630 -0.4248,-1.2179 -1.2462 -1.2179l -6.3159,-0.0000 c -2.2941,-0.0000 -2.8322,0.6231 -2.8322 2.2091c -0.0000,0.8213 0.7364,2.0392 2.0675 3.3987l 7.0806,0.0000 c 0.8213,0.0000 1.2462,-0.2832 1.2462 -1.2179l 0.0000,-0.5381 c 0.0000,-0.1133 0.0850,-0.2266 0.2266 -0.2266l 0.5381,0.0000 l 0.0566,0.0566 c 0.0000,-0.0000 -0.0566,1.9259 -0.0566 3.0305c -0.0000,1.0196 0.0566,2.9172 0.0566 2.9172l -0.0566,0.0566 l -0.5381,-0.0000 c -0.1416,-0.0000 -0.2266,-0.0566 -0.2266 -0.1983l 0.0000,-0.5381 c 0.0000,-0.9630 -0.4248,-1.2179 -1.2462 -1.2179l -14.1894,-0.0000 c -1.6144,-0.0000 -2.0675,0.2549 -2.0675 0.8213l 0.1133,0.9346 c -0.0000,0.0850 -0.0566,0.1416 -0.1416 0.1416l -0.7081,0.0566 c 0.0000,-0.4532 -0.1699,-1.4728 -0.2549 -1.9542c -0.1133,-0.5098 -0.2266,-0.9346 -0.4815 -1.5011l 0.0000,-0.6231 ZM 54.4217,168.6692 ZM 54.7616,158.6148 c -0.0000,6.0893 -4.7015,9.0065 -9.2614 9.0065c -5.5795,-0.0000 -9.7145,-4.3333 -9.7145 -9.0348c 0.0000,-3.4836 1.1895,-4.5882 1.2745 -6.2026c 1.5577,-0.0850 2.9172,-0.3399 4.3899 -0.6231l 0.1133,0.8497 c -2.4357,0.7364 -4.7298,2.3791 -4.7298 6.2875c -0.0000,2.2375 2.3791,6.2592 8.1285 6.2592c 4.1350,0.0000 8.6383,-2.1242 8.6383 -6.5141c 0.0000,-2.6340 -0.9346,-4.5599 -3.1438 -6.5708l 0.4248,-0.6514 c 2.5207,1.9259 3.8801,4.4466 3.8801 7.1938ZM 54.4217,150.4297 ZM 34.6528,145.8132 l 9.6012,0.0000 c -1.8976,-1.8976 -2.3507,-3.5686 -2.3507 -4.6732c 0.0000,-2.0392 1.5577,-3.0588 4.4749 -3.0588l 6.0043,0.0000 c 0.8213,0.0000 1.2462,-0.2832 1.2462 -1.2179l 0.0000,-0.5381 c 0.0000,-0.1133 0.0850,-0.2266 0.2266 -0.2266l 0.5381,0.0000 l 0.0566,0.0566 c 0.0000,-0.0000 -0.0566,1.9259 -0.0566 3.0588c -0.0000,0.9913 0.0566,2.9172 0.0566 2.9172l -0.0566,0.0566 l -0.5381,-0.0000 c -0.1416,-0.0000 -0.2266,-0.0850 -0.2266 -0.2266l 0.0000,-0.5381 c 0.0000,-0.9630 -0.4248,-1.2179 -1.2462 -1.2179l -6.3159,-0.0000 c -2.2941,-0.0000 -2.8322,0.6231 -2.8322 2.2091c -0.0000,0.8213 0.7364,2.0392 2.0675 3.3987l 7.0806,0.0000 c 0.8213,0.0000 1.2462,-0.2832 1.2462 -1.2179l 0.0000,-0.5381 c 0.0000,-0.1133 0.0850,-0.2266 0.2266 -0.2266l 0.5381,0.0000 l 0.0566,0.0566 c 0.0000,-0.0000 -0.0566,1.9259 -0.0566 3.0305c -0.0000,1.0196 0.0566,2.9172 0.0566 2.9172l -0.0566,0.0566 l -0.5381,-0.0000 c -0.1416,-0.0000 -0.2266,-0.0566 -0.2266 -0.1983l 0.0000,-0.5381 c 0.0000,-0.9630 -0.4248,-1.2179 -1.2462 -1.2179l -14.1894,-0.0000 c -1.6144,-0.0000 -2.0675,0.2549 -2.0675 0.8213l 0.1133,0.9346 c -0.0000,0.0850 -0.0566,0.1416 -0.1416 0.1416l -0.7081,0.0566 c 0.0000,-0.4532 -0.1699,-1.4728 -0.2549 -1.9542c -0.1133,-0.5098 -0.2266,-0.9346 -0.4815 -1.5011l 0.0000,-0.6231 ZM 54.4217,135.7588 ZM 47.4828,127.5170 l 0.5664,2.2375 c 0.7647,2.4924 2.0675,2.8605 3.3420 2.8605c 0.8780,0.0000 2.2091,-0.4248 2.2091 -2.2091c 0.0000,-0.8497 -0.8213,-2.1525 -1.4444 -2.8889l -4.6732,-0.0000 ZM 47.4828,127.5170 ZM 54.7616,125.7044 c -0.0000,1.0762 -0.9630,1.6710 -1.6427 1.7843l 0.4532,0.6514 c 0.9063,1.3028 1.1895,1.7843 1.1895 3.0871c -0.0000,1.9826 -1.1329,3.4270 -3.2571 3.4270c -2.1525,-0.0000 -3.6252,-1.8409 -4.3050 -4.5316l -0.6514,-2.6056 c -3.2004,-0.0000 -3.7952,1.4728 -3.7952 2.4357c -0.0000,1.0762 0.4815,2.3224 1.3595 2.3224c 0.3115,0.0000 0.4815,-0.0566 0.5664 -0.0850c 0.1133,-0.0566 0.3115,-0.0850 0.5098 -0.0850c 0.3682,0.0000 0.9346,0.2832 0.9346 1.1046c -0.0000,0.6797 -0.4532,1.1329 -1.1329 1.1329c -1.6427,-0.0000 -3.0871,-2.6623 -3.0871 -4.4749c 0.0000,-2.0675 0.8497,-4.4466 4.8714 -4.4466l 4.1634,0.0000 c 1.7277,0.0000 2.4640,-0.0283 2.4640 -0.6797c 0.0000,-0.6231 -0.7930,-0.7930 -1.4161 -0.8213l 0.1416,-0.7081 c 2.0675,0.1699 2.6340,1.0479 2.6340 2.4924ZM 54.4217,122.9855 ZM 52.3825,120.4648 l -7.0522,-0.0000 c -1.4161,-0.0000 -1.7277,0.1983 -1.7277 0.6231c -0.0000,0.3682 0.0283,0.7081 0.1416 1.1895l -0.7930,0.1416 c -0.3115,-1.7843 -0.3965,-2.0958 -0.8213 -2.9455c -0.1416,-0.2832 -0.2266,-0.5098 -0.2266 -0.7081l 0.0000,-0.4248 l 2.5490,0.0850 l 0.0000,-0.0850 c -1.1046,-0.7364 -2.5490,-1.9826 -2.5490 -3.3137c 0.0000,-1.1612 0.5664,-1.5860 1.3028 -1.5860c 0.7364,0.0000 1.1895,0.4815 1.1895 1.2179c -0.0000,0.5664 -0.2266,0.8780 -0.5098 1.1612c -0.1699,0.1699 -0.2549,0.3682 -0.2549 0.5664c -0.0000,0.3115 0.5098,0.9346 1.4728 1.6144c 0.2549,0.1983 0.6231,0.3399 0.9913 0.3399l 6.2875,0.0000 c 0.8213,0.0000 1.2462,-0.2832 1.2462 -1.2179l 0.0000,-0.8213 c 0.0000,-0.1416 0.0850,-0.2549 0.2266 -0.2549l 0.5381,0.0000 l 0.0566,0.0566 c 0.0000,-0.0000 -0.0566,2.2375 -0.0566 3.3420c -0.0000,1.0196 0.0566,2.9455 0.0566 2.9455l -0.0566,0.0283 l -0.5381,-0.0000 c -0.1416,-0.0000 -0.2266,-0.0566 -0.2266 -0.1983l 0.0000,-0.5381 c 0.0000,-0.9630 -0.4248,-1.2179 -1.2462 -1.2179ZM 54.4217,113.1577 ZM 43.3477,108.5128 l 7.2505,0.0000 c 1.7560,0.0000 2.6056,-0.1699 2.6056 -0.9346c 0.0000,-0.7364 -0.2266,-1.3028 -0.7930 -2.0392l 0.4815,-0.5098 c 1.2462,1.1046 1.8693,2.2375 1.8693 3.5403c -0.0000,1.3028 -0.7930,2.0675 -2.8039 2.0675l -8.6100,-0.0000 l -0.0000,1.8409 c -0.0000,0.0850 -0.0283,0.1133 -0.1133 0.1133l -0.8780,-0.0000 c -0.0850,-0.0000 -0.1133,-0.0283 -0.1133 -0.0850c 0.0000,-1.8976 -1.1046,-2.3507 -3.2571 -2.3507l -0.5381,-0.0000 l -0.5664,-1.6427 l 4.3616,0.0000 l 0.0000,-3.1154 c 0.0000,-0.1416 0.0566,-0.2266 0.1699 -0.2266l 0.5664,0.0000 c 0.2549,0.0000 0.3682,0.3965 0.3682 0.6797l -0.0000,2.6623 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 563.3030,133.2990 ZM 566.3482,132.5774 c -0.3489,0.6027 -0.7296,0.8168 -1.2054 0.8168c -0.9516,-0.0000 -1.5464,-0.7217 -1.5464 -1.7446c 0.0000,-1.1261 0.7058,-1.8557 1.5623 -1.8557c 0.7613,-0.0000 1.1657,0.3886 1.1657 0.8089c 0.0000,0.2300 -0.1427,0.3489 -0.3093 0.3489c -0.1665,-0.0000 -0.3251,-0.0872 -0.3489 -0.2855c -0.0317,-0.2617 -0.0793,-0.6027 -0.5472 -0.6027c -0.5234,-0.0000 -0.9120,0.5551 -0.9120 1.4116c 0.0000,0.9278 0.4996,1.5702 1.1102 1.5702c 0.3410,-0.0000 0.6423,-0.2220 0.8882 -0.5789ZM 566.4989,133.2990 ZM 566.7685,131.6733 c 0.0000,-1.0864 0.5868,-1.8795 1.6416 -1.8795c 1.1737,-0.0000 1.6257,0.9833 1.6257 1.8081c 0.0000,0.7930 -0.5155,1.7922 -1.6416 1.7922c -1.0626,-0.0000 -1.6257,-0.9120 -1.6257 -1.7209ZM 566.7685,131.6733 ZM 568.3229,130.0556 c -0.6344,-0.0000 -0.9278,0.7454 -0.9278 1.4354c 0.0000,0.6106 0.3489,1.6257 1.1340 1.6257c 0.3569,-0.0000 0.8803,-0.2141 0.8803 -1.2609c 0.0000,-1.1657 -0.4362,-1.8002 -1.0864 -1.8002ZM 570.2975,133.2990 ZM 570.6385,132.1888 l 0.2141,-0.0079 c 0.0238,0.1983 0.1110,0.5789 0.2855 0.7613c 0.0793,0.0872 0.2934,0.2300 0.5868 0.2300c 0.2776,-0.0000 0.6899,-0.2220 0.6899 -0.6106c 0.0000,-0.3410 -0.1903,-0.5710 -0.8168 -0.8406c -0.5789,-0.2538 -0.8803,-0.4203 -0.8803 -1.0151c 0.0000,-0.5313 0.4679,-0.9120 1.0944 -0.9120c 0.3965,-0.0000 0.6899,0.0714 0.9358 0.1983c 0.0476,0.2538 0.0714,0.5234 0.0872 0.8089l -0.2141,0.0079 c -0.1665,-0.6503 -0.6423,-0.7772 -0.8089 -0.7772c -0.3013,-0.0000 -0.6106,0.1190 -0.6106 0.5551c 0.0000,0.3172 0.1507,0.4758 0.5868 0.6344c 0.6423,0.2379 1.1578,0.5234 1.1578 1.1578c 0.0000,0.7851 -0.8327,1.0151 -1.2054 1.0151c -0.2776,-0.0000 -0.5075,-0.0317 -0.7137 -0.0872c -0.0555,-0.0079 -0.0952,-0.0159 -0.1507 -0.0159c -0.0397,-0.0000 -0.1031,0.0079 -0.1824 0.0238c 0.0000,-0.3331 -0.0238,-0.7375 -0.0555 -1.1261Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.35339809152470336" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 560.5705,137.2431 l -6.8313,-11.8322 l -6.8313,11.8322 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 560.5705,117.2133 ZM 560.9115,116.1031 l 0.2141,-0.0079 c 0.0238,0.1983 0.1110,0.5789 0.2855 0.7613c 0.0793,0.0872 0.2934,0.2300 0.5868 0.2300c 0.2776,-0.0000 0.6899,-0.2220 0.6899 -0.6106c 0.0000,-0.3410 -0.1903,-0.5710 -0.8168 -0.8406c -0.5789,-0.2538 -0.8803,-0.4203 -0.8803 -1.0151c 0.0000,-0.5313 0.4679,-0.9120 1.0944 -0.9120c 0.3965,-0.0000 0.6899,0.0714 0.9358 0.1983c 0.0476,0.2538 0.0714,0.5234 0.0872 0.8089l -0.2141,0.0079 c -0.1665,-0.6503 -0.6423,-0.7772 -0.8089 -0.7772c -0.3013,-0.0000 -0.6106,0.1190 -0.6106 0.5551c 0.0000,0.3172 0.1507,0.4758 0.5868 0.6344c 0.6423,0.2379 1.1578,0.5234 1.1578 1.1578c 0.0000,0.7851 -0.8327,1.0151 -1.2054 1.0151c -0.2776,-0.0000 -0.5075,-0.0317 -0.7137 -0.0872c -0.0555,-0.0079 -0.0952,-0.0159 -0.1507 -0.0159c -0.0397,-0.0000 -0.1031,0.0079 -0.1824 0.0238c 0.0000,-0.3331 -0.0238,-0.7375 -0.0555 -1.1261ZM 563.5126,117.2133 ZM 564.1312,112.6851 c 0.0000,-0.2062 0.1665,-0.3807 0.3727 -0.3807c 0.2141,-0.0000 0.3807,0.1745 0.3807 0.3807c 0.0000,0.2141 -0.1665,0.3807 -0.3807 0.3807c -0.2062,-0.0000 -0.3727,-0.1665 -0.3727 -0.3807ZM 564.1312,112.6851 ZM 564.8845,116.6423 c 0.0000,0.2300 0.0872,0.3489 0.3410 0.3489h 0.1507 c 0.0397,-0.0000 0.0714,0.0238 0.0714 0.0634v 0.1507 l -0.0159,0.0159 c 0.0000,-0.0000 -0.5472,-0.0159 -0.8565 -0.0159c -0.2776,-0.0000 -0.8168,0.0159 -0.8168 0.0159l -0.0159,-0.0159 v -0.1507 c 0.0000,-0.0397 0.0238,-0.0634 0.0634 -0.0634h 0.1507 c 0.2617,-0.0000 0.3410,-0.1190 0.3410 -0.3489v -1.9746 c 0.0000,-0.4203 -0.0714,-0.4837 -0.1824 -0.4837c -0.1031,-0.0000 -0.1983,0.0079 -0.3331 0.0397l -0.0397,-0.2220 c 0.5075,-0.0872 0.5948,-0.1190 0.8247 -0.2300c 0.0872,-0.0317 0.1427,-0.0634 0.1983 -0.0634h 0.1190 v 2.9342 ZM 565.6062,117.2133 ZM 568.4928,116.6423 v -1.7367 c 0.0000,-0.5551 -0.0952,-0.8168 -0.5155 -0.8168c -0.3489,-0.0000 -0.6503,0.1348 -1.0547 0.6106v 1.9429 c 0.0000,0.2300 0.0793,0.3489 0.3410 0.3489h 0.1110 c 0.0397,-0.0000 0.0634,0.0238 0.0634 0.0634v 0.1507 l -0.0159,0.0159 c 0.0000,-0.0000 -0.4996,-0.0159 -0.8089 -0.0159c -0.2855,-0.0000 -0.8247,0.0159 -0.8247 0.0159l -0.0159,-0.0159 v -0.1507 c 0.0000,-0.0397 0.0238,-0.0634 0.0634 -0.0634h 0.1507 c 0.2696,-0.0000 0.3410,-0.1190 0.3410 -0.3489v -1.9746 c 0.0000,-0.4282 -0.0634,-0.4837 -0.1745 -0.4837c -0.1031,-0.0000 -0.1983,0.0079 -0.3331 0.0397l -0.0397,-0.2220 c 0.3331,-0.0555 0.5710,-0.0952 0.8168 -0.2300c 0.0872,-0.0397 0.1507,-0.0634 0.2062 -0.0634h 0.1190 l -0.0238,0.7058 h 0.0238 c 0.5075,-0.5948 0.8882,-0.7058 1.2926 -0.7058c 0.7137,-0.0000 0.8644,0.5472 0.8644 1.2530v 1.6812 c 0.0000,0.2300 0.0872,0.3489 0.3410 0.3489h 0.1507 c 0.0397,-0.0000 0.0714,0.0238 0.0714 0.0634v 0.1507 l -0.0159,0.0159 c 0.0000,-0.0000 -0.5472,-0.0159 -0.8565 -0.0159c -0.2776,-0.0000 -0.7772,0.0159 -0.7772 0.0159l -0.0159,-0.0159 v -0.1507 c 0.0000,-0.0397 0.0238,-0.0634 0.0634 -0.0634h 0.1110 c 0.2617,-0.0000 0.3410,-0.1190 0.3410 -0.3489Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.35339809152470336" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 557.8380,117.2133 c 0.0000,-2.2637 -1.8351,-4.0988 -4.0988 -4.0988c -2.2637,-0.0000 -4.0988,1.8351 -4.0988 4.0988c -0.0000,2.2637 1.8351,4.0988 4.0988 4.0988c 2.2637,0.0000 4.0988,-1.8351 4.0988 -4.0988Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.2" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.7067961830494067" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 574.5562,138.5990 l -0.0000,-29.8313 h -28.9649 l -0.0000,29.8313 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 87.8136,248.0315 l -0.0000,-136.6264 h -2.7325 l -0.0000,136.6264 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 71.7413,111.4051 ZM 73.4452,107.0820 c -0.1722,-0.0000 -0.5710,0.1631 -0.7704 0.2538l -0.1088,-0.2810 c 0.7976,-0.3716 1.1057,-0.5619 1.5589 -0.8882h 0.1722 v 4.5587 c 0.0000,0.3263 0.0453,0.4169 0.3444 0.4169h 0.4713 c 0.0272,-0.0000 0.0725,0.0181 0.0725 0.0725v 0.1994 l -1.2416,-0.0181 l -1.2598,0.0181 v -0.1994 c 0.0091,-0.0272 0.0181,-0.0725 0.0725 -0.0725h 0.5438 c 0.3444,-0.0000 0.3444,-0.1541 0.3444 -0.4169v -3.1177 c 0.0000,-0.3081 0.0000,-0.5257 -0.1994 -0.5257ZM 75.7110,111.4051 ZM 76.2276,111.0335 c 0.0000,-0.2628 0.2175,-0.4803 0.4803 -0.4803c 0.2628,-0.0000 0.4803,0.2175 0.4803 0.4803c 0.0000,0.2628 -0.2175,0.4803 -0.4803 0.4803c -0.2628,-0.0000 -0.4803,-0.2175 -0.4803 -0.4803ZM 77.6958,111.4051 ZM 79.6806,106.4838 c -0.3897,-0.0000 -0.9607,0.3807 -0.9607 2.4924c 0.0000,0.7432 0.1359,2.2386 0.9335 2.2386c 0.1541,-0.0000 0.5891,-0.0997 0.7794 -0.8066c 0.1178,-0.4350 0.1813,-0.9788 0.1813 -1.7673c 0.0000,-1.1510 -0.2900,-1.7945 -0.5528 -2.0211c -0.0997,-0.0906 -0.2356,-0.1359 -0.3807 -0.1359ZM 79.6806,106.4838 ZM 79.6444,111.5138 c -0.9698,-0.0000 -1.6223,-1.2416 -1.6223 -2.6283c 0.0000,-1.6948 0.8066,-2.7189 1.6585 -2.7189c 0.3897,-0.0000 0.7794,0.2447 1.0423 0.5982c 0.3807,0.5075 0.5800,1.1873 0.5800 2.0392c 0.0000,2.0120 -0.9969,2.7099 -1.6585 2.7099Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.766990457623517" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 83.7148,111.4051 h 4.0988 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.7413,125.0677 ZM 73.7261,120.1464 c -0.3897,-0.0000 -0.9607,0.3807 -0.9607 2.4924c 0.0000,0.7432 0.1359,2.2386 0.9335 2.2386c 0.1541,-0.0000 0.5891,-0.0997 0.7794 -0.8066c 0.1178,-0.4350 0.1813,-0.9788 0.1813 -1.7673c 0.0000,-1.1510 -0.2900,-1.7945 -0.5528 -2.0211c -0.0997,-0.0906 -0.2356,-0.1359 -0.3807 -0.1359ZM 73.7261,120.1464 ZM 73.6899,125.1765 c -0.9698,-0.0000 -1.6223,-1.2416 -1.6223 -2.6283c 0.0000,-1.6948 0.8066,-2.7189 1.6585 -2.7189c 0.3897,-0.0000 0.7794,0.2447 1.0423 0.5982c 0.3807,0.5075 0.5800,1.1873 0.5800 2.0392c 0.0000,2.0120 -0.9969,2.7099 -1.6585 2.7099ZM 75.7110,125.0677 ZM 76.2276,124.6961 c 0.0000,-0.2628 0.2175,-0.4803 0.4803 -0.4803c 0.2628,-0.0000 0.4803,0.2175 0.4803 0.4803c 0.0000,0.2628 -0.2175,0.4803 -0.4803 0.4803c -0.2628,-0.0000 -0.4803,-0.2175 -0.4803 -0.4803ZM 77.6958,125.0677 ZM 79.7078,120.0468 c -0.5166,-0.0000 -0.8519,0.4078 -0.8519 0.8066c 0.0000,0.2628 0.1088,0.5800 0.6525 0.9335l 0.2628,0.1631 c 0.2356,-0.1722 0.7885,-0.5891 0.7885 -1.0513c 0.0000,-0.3988 -0.2900,-0.8519 -0.8519 -0.8519ZM 79.7078,120.0468 ZM 81.0945,120.9077 c 0.0000,0.5528 -0.6254,0.9879 -1.0060 1.2416l 0.5257,0.3444 c 0.4441,0.2900 0.6707,0.6888 0.6707 1.1873c 0.0000,0.6525 -0.5347,1.4954 -1.6585 1.4954c -0.9063,-0.0000 -1.5317,-0.4803 -1.5317 -1.3595c 0.0000,-0.3353 0.1450,-0.7250 0.4985 -1.0332c 0.2175,-0.1903 0.4078,-0.3535 0.6254 -0.5166l -0.1541,-0.0906 c -0.5257,-0.3263 -0.7885,-0.6797 -0.7885 -1.1601c 0.0000,-0.6616 0.5982,-1.1873 1.4773 -1.1873c 0.8429,-0.0000 1.3413,0.4622 1.3413 1.0785ZM 81.0945,120.9077 ZM 79.6444,124.9227 c 0.3897,-0.0000 1.0694,-0.2085 1.0694 -1.0694c 0.0000,-0.4078 -0.2538,-0.8157 -0.7885 -1.1420l -0.3988,-0.2447 c -0.7341,0.4894 -0.8972,1.0966 -0.8972 1.3504c 0.0000,0.7704 0.6254,1.1057 1.0151 1.1057Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.766990457623517" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 83.7148,125.0677 h 4.0988 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.7413,138.7304 ZM 73.7261,133.8091 c -0.3897,-0.0000 -0.9607,0.3807 -0.9607 2.4924c 0.0000,0.7432 0.1359,2.2386 0.9335 2.2386c 0.1541,-0.0000 0.5891,-0.0997 0.7794 -0.8066c 0.1178,-0.4350 0.1813,-0.9788 0.1813 -1.7673c 0.0000,-1.1510 -0.2900,-1.7945 -0.5528 -2.0211c -0.0997,-0.0906 -0.2356,-0.1359 -0.3807 -0.1359ZM 73.7261,133.8091 ZM 73.6899,138.8391 c -0.9698,-0.0000 -1.6223,-1.2416 -1.6223 -2.6283c 0.0000,-1.6948 0.8066,-2.7189 1.6585 -2.7189c 0.3897,-0.0000 0.7794,0.2447 1.0423 0.5982c 0.3807,0.5075 0.5800,1.1873 0.5800 2.0392c 0.0000,2.0120 -0.9969,2.7099 -1.6585 2.7099ZM 75.7110,138.7304 ZM 76.2276,138.3588 c 0.0000,-0.2628 0.2175,-0.4803 0.4803 -0.4803c 0.2628,-0.0000 0.4803,0.2175 0.4803 0.4803c 0.0000,0.2628 -0.2175,0.4803 -0.4803 0.4803c -0.2628,-0.0000 -0.4803,-0.2175 -0.4803 -0.4803ZM 77.6958,138.7304 ZM 78.7471,136.3558 c -0.0091,0.0906 -0.0091,0.2266 -0.0091 0.3172c 0.0000,1.5226 0.6797,1.9033 1.1329 1.9033c 0.4169,-0.0000 0.8610,-0.3897 0.8610 -1.3323c 0.0000,-0.4260 -0.2175,-1.2960 -1.0876 -1.2960c -0.1903,-0.0000 -0.5347,0.0181 -0.8972 0.4078ZM 78.7471,136.3558 ZM 81.1216,133.7275 c -0.5891,0.0544 -1.0966,0.2085 -1.5317 0.6344c -0.4169,0.4078 -0.7160,1.0151 -0.8157 1.7401c 0.2085,-0.2538 0.7069,-0.4441 1.0513 -0.4441c 1.3413,-0.0000 1.5135,1.1057 1.5135 1.5226c 0.0000,0.6163 -0.3081,1.6585 -1.5589 1.6585c -0.6616,-0.0000 -1.6676,-0.3897 -1.6676 -2.1933c 0.0000,-0.8338 0.2810,-1.6495 0.9063 -2.2748c 0.5800,-0.5891 1.1873,-0.8338 2.0755 -0.8791Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.766990457623517" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 83.7148,138.7304 h 4.0988 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.7413,152.3930 ZM 73.7261,147.4717 c -0.3897,-0.0000 -0.9607,0.3807 -0.9607 2.4924c 0.0000,0.7432 0.1359,2.2386 0.9335 2.2386c 0.1541,-0.0000 0.5891,-0.0997 0.7794 -0.8066c 0.1178,-0.4350 0.1813,-0.9788 0.1813 -1.7673c 0.0000,-1.1510 -0.2900,-1.7945 -0.5528 -2.0211c -0.0997,-0.0906 -0.2356,-0.1359 -0.3807 -0.1359ZM 73.7261,147.4717 ZM 73.6899,152.5018 c -0.9698,-0.0000 -1.6223,-1.2416 -1.6223 -2.6283c 0.0000,-1.6948 0.8066,-2.7189 1.6585 -2.7189c 0.3897,-0.0000 0.7794,0.2447 1.0423 0.5982c 0.3807,0.5075 0.5800,1.1873 0.5800 2.0392c 0.0000,2.0120 -0.9969,2.7099 -1.6585 2.7099ZM 75.7110,152.3930 ZM 76.2276,152.0214 c 0.0000,-0.2628 0.2175,-0.4803 0.4803 -0.4803c 0.2628,-0.0000 0.4803,0.2175 0.4803 0.4803c 0.0000,0.2628 -0.2175,0.4803 -0.4803 0.4803c -0.2628,-0.0000 -0.4803,-0.2175 -0.4803 -0.4803ZM 77.6958,152.3930 ZM 80.0341,149.1756 c 0.0000,-0.0634 0.0091,-0.1359 0.0906 -0.1813c 0.0997,-0.0725 0.2628,-0.1541 0.3988 -0.1541c 0.1178,-0.0000 0.1269,0.0997 0.1269 0.2810v 1.4592 h 0.7341 l -0.0544,0.4260 h -0.6797 v 0.7522 c 0.0000,0.2538 0.0363,0.3807 0.2991 0.3807h 0.2447 c 0.0544,-0.0000 0.0634,0.0453 0.0634 0.0634v 0.1994 c 0.0000,-0.0000 -0.5800,-0.0181 -0.9607 -0.0181c -0.3444,-0.0000 -0.8791,0.0181 -0.8791 0.0181v -0.1994 c 0.0000,-0.0181 0.0091,-0.0634 0.0634 -0.0634h 0.2447 c 0.2810,-0.0000 0.3081,-0.1178 0.3081 -0.3807v -0.7522 h -1.7764 c -0.0363,-0.0000 -0.0544,-0.0181 -0.0816 -0.0544l -0.0725,-0.0997 l -0.1088,-0.1903 c -0.0091,-0.0000 -0.0091,-0.0091 -0.0091 -0.0181c 0.0000,-0.0091 0.0091,-0.0181 0.0181 -0.0272c 0.5891,-0.6525 1.6314,-2.6736 1.9576 -3.4168c 0.0091,-0.0363 0.0272,-0.0453 0.0634 -0.0453c 0.0091,-0.0000 0.2085,0.0816 0.3172 0.0997c -0.4078,1.0966 -1.0785,2.2748 -1.7401 3.3262h 1.4320 v -1.4048 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.766990457623517" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 83.7148,152.3930 h 4.0988 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.7413,166.0556 ZM 73.7261,161.1344 c -0.3897,-0.0000 -0.9607,0.3807 -0.9607 2.4924c 0.0000,0.7432 0.1359,2.2386 0.9335 2.2386c 0.1541,-0.0000 0.5891,-0.0997 0.7794 -0.8066c 0.1178,-0.4350 0.1813,-0.9788 0.1813 -1.7673c 0.0000,-1.1510 -0.2900,-1.7945 -0.5528 -2.0211c -0.0997,-0.0906 -0.2356,-0.1359 -0.3807 -0.1359ZM 73.7261,161.1344 ZM 73.6899,166.1644 c -0.9698,-0.0000 -1.6223,-1.2416 -1.6223 -2.6283c 0.0000,-1.6948 0.8066,-2.7189 1.6585 -2.7189c 0.3897,-0.0000 0.7794,0.2447 1.0423 0.5982c 0.3807,0.5075 0.5800,1.1873 0.5800 2.0392c 0.0000,2.0120 -0.9969,2.7099 -1.6585 2.7099ZM 75.7110,166.0556 ZM 76.2276,165.6841 c 0.0000,-0.2628 0.2175,-0.4803 0.4803 -0.4803c 0.2628,-0.0000 0.4803,0.2175 0.4803 0.4803c 0.0000,0.2628 -0.2175,0.4803 -0.4803 0.4803c -0.2628,-0.0000 -0.4803,-0.2175 -0.4803 -0.4803ZM 77.6958,166.0556 ZM 78.2215,162.0407 c 0.0000,-0.5166 0.4985,-1.2235 1.4501 -1.2235c 0.6979,-0.0000 1.5135,0.2628 1.5135 1.3051c 0.0000,0.6888 -0.3535,1.0332 -0.8429 1.5045l -0.8610,0.8338 c -0.0453,0.0453 -0.6525,0.6435 -0.6525 1.0694h 1.5407 c 0.3081,-0.0000 0.4713,-0.1541 0.5982 -0.6525l 0.2266,0.0363 l -0.1813,1.1420 h -2.8005 c 0.0000,-0.5075 0.0816,-0.8972 0.9244 -1.7582l 0.6344,-0.6254 c 0.5075,-0.5166 0.7160,-0.9607 0.7160 -1.5135c 0.0000,-0.8247 -0.5619,-1.0604 -0.8701 -1.0604c -0.6254,-0.0000 -0.7976,0.3263 -0.7976 0.5438c 0.0000,0.0725 0.0181,0.1450 0.0363 0.2085c 0.0181,0.0634 0.0363,0.1269 0.0363 0.1994c 0.0000,0.2356 -0.1813,0.3263 -0.3263 0.3263c -0.1994,-0.0000 -0.3444,-0.1541 -0.3444 -0.3353Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.766990457623517" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 83.7148,166.0556 h 4.0988 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.7413,179.7183 ZM 73.7261,174.7970 c -0.3897,-0.0000 -0.9607,0.3807 -0.9607 2.4924c 0.0000,0.7432 0.1359,2.2386 0.9335 2.2386c 0.1541,-0.0000 0.5891,-0.0997 0.7794 -0.8066c 0.1178,-0.4350 0.1813,-0.9788 0.1813 -1.7673c 0.0000,-1.1510 -0.2900,-1.7945 -0.5528 -2.0211c -0.0997,-0.0906 -0.2356,-0.1359 -0.3807 -0.1359ZM 73.7261,174.7970 ZM 73.6899,179.8270 c -0.9698,-0.0000 -1.6223,-1.2416 -1.6223 -2.6283c 0.0000,-1.6948 0.8066,-2.7189 1.6585 -2.7189c 0.3897,-0.0000 0.7794,0.2447 1.0423 0.5982c 0.3807,0.5075 0.5800,1.1873 0.5800 2.0392c 0.0000,2.0120 -0.9969,2.7099 -1.6585 2.7099ZM 75.7110,179.7183 ZM 76.2276,179.3467 c 0.0000,-0.2628 0.2175,-0.4803 0.4803 -0.4803c 0.2628,-0.0000 0.4803,0.2175 0.4803 0.4803c 0.0000,0.2628 -0.2175,0.4803 -0.4803 0.4803c -0.2628,-0.0000 -0.4803,-0.2175 -0.4803 -0.4803ZM 77.6958,179.7183 ZM 79.6806,174.7970 c -0.3897,-0.0000 -0.9607,0.3807 -0.9607 2.4924c 0.0000,0.7432 0.1359,2.2386 0.9335 2.2386c 0.1541,-0.0000 0.5891,-0.0997 0.7794 -0.8066c 0.1178,-0.4350 0.1813,-0.9788 0.1813 -1.7673c 0.0000,-1.1510 -0.2900,-1.7945 -0.5528 -2.0211c -0.0997,-0.0906 -0.2356,-0.1359 -0.3807 -0.1359ZM 79.6806,174.7970 ZM 79.6444,179.8270 c -0.9698,-0.0000 -1.6223,-1.2416 -1.6223 -2.6283c 0.0000,-1.6948 0.8066,-2.7189 1.6585 -2.7189c 0.3897,-0.0000 0.7794,0.2447 1.0423 0.5982c 0.3807,0.5075 0.5800,1.1873 0.5800 2.0392c 0.0000,2.0120 -0.9969,2.7099 -1.6585 2.7099Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.766990457623517" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 83.7148,179.7183 h 4.0988 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 68.7233,193.3809 ZM 71.2066,191.2420 h -2.0483 c -0.0816,-0.0000 -0.1359,-0.0725 -0.1359 -0.1541c 0.0000,-0.1450 0.1178,-0.3353 0.2266 -0.3353h 2.0755 c 0.0906,-0.0000 0.1269,0.0816 0.1269 0.1631c 0.0000,0.0997 -0.1269,0.3263 -0.2447 0.3263ZM 71.7413,193.3809 ZM 73.7261,188.4597 c -0.3897,-0.0000 -0.9607,0.3807 -0.9607 2.4924c 0.0000,0.7432 0.1359,2.2386 0.9335 2.2386c 0.1541,-0.0000 0.5891,-0.0997 0.7794 -0.8066c 0.1178,-0.4350 0.1813,-0.9788 0.1813 -1.7673c 0.0000,-1.1510 -0.2900,-1.7945 -0.5528 -2.0211c -0.0997,-0.0906 -0.2356,-0.1359 -0.3807 -0.1359ZM 73.7261,188.4597 ZM 73.6899,193.4897 c -0.9698,-0.0000 -1.6223,-1.2416 -1.6223 -2.6283c 0.0000,-1.6948 0.8066,-2.7189 1.6585 -2.7189c 0.3897,-0.0000 0.7794,0.2447 1.0423 0.5982c 0.3807,0.5075 0.5800,1.1873 0.5800 2.0392c 0.0000,2.0120 -0.9969,2.7099 -1.6585 2.7099ZM 75.7110,193.3809 ZM 76.2276,193.0093 c 0.0000,-0.2628 0.2175,-0.4803 0.4803 -0.4803c 0.2628,-0.0000 0.4803,0.2175 0.4803 0.4803c 0.0000,0.2628 -0.2175,0.4803 -0.4803 0.4803c -0.2628,-0.0000 -0.4803,-0.2175 -0.4803 -0.4803ZM 77.6958,193.3809 ZM 78.2215,189.3660 c 0.0000,-0.5166 0.4985,-1.2235 1.4501 -1.2235c 0.6979,-0.0000 1.5135,0.2628 1.5135 1.3051c 0.0000,0.6888 -0.3535,1.0332 -0.8429 1.5045l -0.8610,0.8338 c -0.0453,0.0453 -0.6525,0.6435 -0.6525 1.0694h 1.5407 c 0.3081,-0.0000 0.4713,-0.1541 0.5982 -0.6525l 0.2266,0.0363 l -0.1813,1.1420 h -2.8005 c 0.0000,-0.5075 0.0816,-0.8972 0.9244 -1.7582l 0.6344,-0.6254 c 0.5075,-0.5166 0.7160,-0.9607 0.7160 -1.5135c 0.0000,-0.8247 -0.5619,-1.0604 -0.8701 -1.0604c -0.6254,-0.0000 -0.7976,0.3263 -0.7976 0.5438c 0.0000,0.0725 0.0181,0.1450 0.0363 0.2085c 0.0181,0.0634 0.0363,0.1269 0.0363 0.1994c 0.0000,0.2356 -0.1813,0.3263 -0.3263 0.3263c -0.1994,-0.0000 -0.3444,-0.1541 -0.3444 -0.3353Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.766990457623517" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 83.7148,193.3809 h 4.0988 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 68.7233,207.0436 ZM 71.2066,204.9047 h -2.0483 c -0.0816,-0.0000 -0.1359,-0.0725 -0.1359 -0.1541c 0.0000,-0.1450 0.1178,-0.3353 0.2266 -0.3353h 2.0755 c 0.0906,-0.0000 0.1269,0.0816 0.1269 0.1631c 0.0000,0.0997 -0.1269,0.3263 -0.2447 0.3263ZM 71.7413,207.0436 ZM 73.7261,202.1223 c -0.3897,-0.0000 -0.9607,0.3807 -0.9607 2.4924c 0.0000,0.7432 0.1359,2.2386 0.9335 2.2386c 0.1541,-0.0000 0.5891,-0.0997 0.7794 -0.8066c 0.1178,-0.4350 0.1813,-0.9788 0.1813 -1.7673c 0.0000,-1.1510 -0.2900,-1.7945 -0.5528 -2.0211c -0.0997,-0.0906 -0.2356,-0.1359 -0.3807 -0.1359ZM 73.7261,202.1223 ZM 73.6899,207.1523 c -0.9698,-0.0000 -1.6223,-1.2416 -1.6223 -2.6283c 0.0000,-1.6948 0.8066,-2.7189 1.6585 -2.7189c 0.3897,-0.0000 0.7794,0.2447 1.0423 0.5982c 0.3807,0.5075 0.5800,1.1873 0.5800 2.0392c 0.0000,2.0120 -0.9969,2.7099 -1.6585 2.7099ZM 75.7110,207.0436 ZM 76.2276,206.6720 c 0.0000,-0.2628 0.2175,-0.4803 0.4803 -0.4803c 0.2628,-0.0000 0.4803,0.2175 0.4803 0.4803c 0.0000,0.2628 -0.2175,0.4803 -0.4803 0.4803c -0.2628,-0.0000 -0.4803,-0.2175 -0.4803 -0.4803ZM 77.6958,207.0436 ZM 80.0341,203.8262 c 0.0000,-0.0634 0.0091,-0.1359 0.0906 -0.1813c 0.0997,-0.0725 0.2628,-0.1541 0.3988 -0.1541c 0.1178,-0.0000 0.1269,0.0997 0.1269 0.2810v 1.4592 h 0.7341 l -0.0544,0.4260 h -0.6797 v 0.7522 c 0.0000,0.2538 0.0363,0.3807 0.2991 0.3807h 0.2447 c 0.0544,-0.0000 0.0634,0.0453 0.0634 0.0634v 0.1994 c 0.0000,-0.0000 -0.5800,-0.0181 -0.9607 -0.0181c -0.3444,-0.0000 -0.8791,0.0181 -0.8791 0.0181v -0.1994 c 0.0000,-0.0181 0.0091,-0.0634 0.0634 -0.0634h 0.2447 c 0.2810,-0.0000 0.3081,-0.1178 0.3081 -0.3807v -0.7522 h -1.7764 c -0.0363,-0.0000 -0.0544,-0.0181 -0.0816 -0.0544l -0.0725,-0.0997 l -0.1088,-0.1903 c -0.0091,-0.0000 -0.0091,-0.0091 -0.0091 -0.0181c 0.0000,-0.0091 0.0091,-0.0181 0.0181 -0.0272c 0.5891,-0.6525 1.6314,-2.6736 1.9576 -3.4168c 0.0091,-0.0363 0.0272,-0.0453 0.0634 -0.0453c 0.0091,-0.0000 0.2085,0.0816 0.3172 0.0997c -0.4078,1.0966 -1.0785,2.2748 -1.7401 3.3262h 1.4320 v -1.4048 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.766990457623517" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 83.7148,207.0436 h 4.0988 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 68.7233,220.7062 ZM 71.2066,218.5673 h -2.0483 c -0.0816,-0.0000 -0.1359,-0.0725 -0.1359 -0.1541c 0.0000,-0.1450 0.1178,-0.3353 0.2266 -0.3353h 2.0755 c 0.0906,-0.0000 0.1269,0.0816 0.1269 0.1631c 0.0000,0.0997 -0.1269,0.3263 -0.2447 0.3263ZM 71.7413,220.7062 ZM 73.7261,215.7849 c -0.3897,-0.0000 -0.9607,0.3807 -0.9607 2.4924c 0.0000,0.7432 0.1359,2.2386 0.9335 2.2386c 0.1541,-0.0000 0.5891,-0.0997 0.7794 -0.8066c 0.1178,-0.4350 0.1813,-0.9788 0.1813 -1.7673c 0.0000,-1.1510 -0.2900,-1.7945 -0.5528 -2.0211c -0.0997,-0.0906 -0.2356,-0.1359 -0.3807 -0.1359ZM 73.7261,215.7849 ZM 73.6899,220.8150 c -0.9698,-0.0000 -1.6223,-1.2416 -1.6223 -2.6283c 0.0000,-1.6948 0.8066,-2.7189 1.6585 -2.7189c 0.3897,-0.0000 0.7794,0.2447 1.0423 0.5982c 0.3807,0.5075 0.5800,1.1873 0.5800 2.0392c 0.0000,2.0120 -0.9969,2.7099 -1.6585 2.7099ZM 75.7110,220.7062 ZM 76.2276,220.3346 c 0.0000,-0.2628 0.2175,-0.4803 0.4803 -0.4803c 0.2628,-0.0000 0.4803,0.2175 0.4803 0.4803c 0.0000,0.2628 -0.2175,0.4803 -0.4803 0.4803c -0.2628,-0.0000 -0.4803,-0.2175 -0.4803 -0.4803ZM 77.6958,220.7062 ZM 78.7471,218.3317 c -0.0091,0.0906 -0.0091,0.2266 -0.0091 0.3172c 0.0000,1.5226 0.6797,1.9033 1.1329 1.9033c 0.4169,-0.0000 0.8610,-0.3897 0.8610 -1.3323c 0.0000,-0.4260 -0.2175,-1.2960 -1.0876 -1.2960c -0.1903,-0.0000 -0.5347,0.0181 -0.8972 0.4078ZM 78.7471,218.3317 ZM 81.1216,215.7034 c -0.5891,0.0544 -1.0966,0.2085 -1.5317 0.6344c -0.4169,0.4078 -0.7160,1.0151 -0.8157 1.7401c 0.2085,-0.2538 0.7069,-0.4441 1.0513 -0.4441c 1.3413,-0.0000 1.5135,1.1057 1.5135 1.5226c 0.0000,0.6163 -0.3081,1.6585 -1.5589 1.6585c -0.6616,-0.0000 -1.6676,-0.3897 -1.6676 -2.1933c 0.0000,-0.8338 0.2810,-1.6495 0.9063 -2.2748c 0.5800,-0.5891 1.1873,-0.8338 2.0755 -0.8791Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.766990457623517" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 83.7148,220.7062 h 4.0988 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 68.7233,234.3689 ZM 71.2066,232.2300 h -2.0483 c -0.0816,-0.0000 -0.1359,-0.0725 -0.1359 -0.1541c 0.0000,-0.1450 0.1178,-0.3353 0.2266 -0.3353h 2.0755 c 0.0906,-0.0000 0.1269,0.0816 0.1269 0.1631c 0.0000,0.0997 -0.1269,0.3263 -0.2447 0.3263ZM 71.7413,234.3689 ZM 73.7261,229.4476 c -0.3897,-0.0000 -0.9607,0.3807 -0.9607 2.4924c 0.0000,0.7432 0.1359,2.2386 0.9335 2.2386c 0.1541,-0.0000 0.5891,-0.0997 0.7794 -0.8066c 0.1178,-0.4350 0.1813,-0.9788 0.1813 -1.7673c 0.0000,-1.1510 -0.2900,-1.7945 -0.5528 -2.0211c -0.0997,-0.0906 -0.2356,-0.1359 -0.3807 -0.1359ZM 73.7261,229.4476 ZM 73.6899,234.4776 c -0.9698,-0.0000 -1.6223,-1.2416 -1.6223 -2.6283c 0.0000,-1.6948 0.8066,-2.7189 1.6585 -2.7189c 0.3897,-0.0000 0.7794,0.2447 1.0423 0.5982c 0.3807,0.5075 0.5800,1.1873 0.5800 2.0392c 0.0000,2.0120 -0.9969,2.7099 -1.6585 2.7099ZM 75.7110,234.3689 ZM 76.2276,233.9973 c 0.0000,-0.2628 0.2175,-0.4803 0.4803 -0.4803c 0.2628,-0.0000 0.4803,0.2175 0.4803 0.4803c 0.0000,0.2628 -0.2175,0.4803 -0.4803 0.4803c -0.2628,-0.0000 -0.4803,-0.2175 -0.4803 -0.4803ZM 77.6958,234.3689 ZM 79.7078,229.3479 c -0.5166,-0.0000 -0.8519,0.4078 -0.8519 0.8066c 0.0000,0.2628 0.1088,0.5800 0.6525 0.9335l 0.2628,0.1631 c 0.2356,-0.1722 0.7885,-0.5891 0.7885 -1.0513c 0.0000,-0.3988 -0.2900,-0.8519 -0.8519 -0.8519ZM 79.7078,229.3479 ZM 81.0945,230.2089 c 0.0000,0.5528 -0.6254,0.9879 -1.0060 1.2416l 0.5257,0.3444 c 0.4441,0.2900 0.6707,0.6888 0.6707 1.1873c 0.0000,0.6525 -0.5347,1.4954 -1.6585 1.4954c -0.9063,-0.0000 -1.5317,-0.4803 -1.5317 -1.3595c 0.0000,-0.3353 0.1450,-0.7250 0.4985 -1.0332c 0.2175,-0.1903 0.4078,-0.3535 0.6254 -0.5166l -0.1541,-0.0906 c -0.5257,-0.3263 -0.7885,-0.6797 -0.7885 -1.1601c 0.0000,-0.6616 0.5982,-1.1873 1.4773 -1.1873c 0.8429,-0.0000 1.3413,0.4622 1.3413 1.0785ZM 81.0945,230.2089 ZM 79.6444,234.2238 c 0.3897,-0.0000 1.0694,-0.2085 1.0694 -1.0694c 0.0000,-0.4078 -0.2538,-0.8157 -0.7885 -1.1420l -0.3988,-0.2447 c -0.7341,0.4894 -0.8972,1.0966 -0.8972 1.3504c 0.0000,0.7704 0.6254,1.1057 1.0151 1.1057Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.766990457623517" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 83.7148,234.3689 h 4.0988 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 68.7233,248.0315 ZM 71.2066,245.8926 h -2.0483 c -0.0816,-0.0000 -0.1359,-0.0725 -0.1359 -0.1541c 0.0000,-0.1450 0.1178,-0.3353 0.2266 -0.3353h 2.0755 c 0.0906,-0.0000 0.1269,0.0816 0.1269 0.1631c 0.0000,0.0997 -0.1269,0.3263 -0.2447 0.3263ZM 71.7413,248.0315 ZM 73.4452,243.7084 c -0.1722,-0.0000 -0.5710,0.1631 -0.7704 0.2538l -0.1088,-0.2810 c 0.7976,-0.3716 1.1057,-0.5619 1.5589 -0.8882h 0.1722 v 4.5587 c 0.0000,0.3263 0.0453,0.4169 0.3444 0.4169h 0.4713 c 0.0272,-0.0000 0.0725,0.0181 0.0725 0.0725v 0.1994 l -1.2416,-0.0181 l -1.2598,0.0181 v -0.1994 c 0.0091,-0.0272 0.0181,-0.0725 0.0725 -0.0725h 0.5438 c 0.3444,-0.0000 0.3444,-0.1541 0.3444 -0.4169v -3.1177 c 0.0000,-0.3081 0.0000,-0.5257 -0.1994 -0.5257ZM 75.7110,248.0315 ZM 76.2276,247.6599 c 0.0000,-0.2628 0.2175,-0.4803 0.4803 -0.4803c 0.2628,-0.0000 0.4803,0.2175 0.4803 0.4803c 0.0000,0.2628 -0.2175,0.4803 -0.4803 0.4803c -0.2628,-0.0000 -0.4803,-0.2175 -0.4803 -0.4803ZM 77.6958,248.0315 ZM 79.6806,243.1102 c -0.3897,-0.0000 -0.9607,0.3807 -0.9607 2.4924c 0.0000,0.7432 0.1359,2.2386 0.9335 2.2386c 0.1541,-0.0000 0.5891,-0.0997 0.7794 -0.8066c 0.1178,-0.4350 0.1813,-0.9788 0.1813 -1.7673c 0.0000,-1.1510 -0.2900,-1.7945 -0.5528 -2.0211c -0.0997,-0.0906 -0.2356,-0.1359 -0.3807 -0.1359ZM 79.6806,243.1102 ZM 79.6444,248.1403 c -0.9698,-0.0000 -1.6223,-1.2416 -1.6223 -2.6283c 0.0000,-1.6948 0.8066,-2.7189 1.6585 -2.7189c 0.3897,-0.0000 0.7794,0.2447 1.0423 0.5982c 0.3807,0.5075 0.5800,1.1873 0.5800 2.0392c 0.0000,2.0120 -0.9969,2.7099 -1.6585 2.7099Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.766990457623517" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 83.7148,248.0315 h 4.0988 "/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.1" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 528.5600,261.7893 l -0.0000,-2.7325 h -409.8793 l -0.0000,2.7325 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 518.3600,287.4649 ZM 519.5670,278.2048 c 0.0000,-1.1872 1.3653,-2.8097 3.5616 -2.8097c 1.6027,-0.0000 3.3439,0.8706 3.3439 3.0076c 0.0000,1.5038 -0.8508,2.3744 -1.9787 3.4627l -1.9984,1.9193 c -0.0989,0.0989 -1.4642,1.4444 -1.4642 2.3942h 3.5220 c 0.7123,-0.0000 1.0487,-0.4947 1.3851 -1.8995c 0.1979,-0.0396 0.4551,-0.0000 0.5738 0.0989c -0.0198,0.5936 -0.2177,2.0776 -0.4749 3.1263c 0.0000,-0.0000 -0.9102,-0.0396 -1.5434 -0.0396h -3.4627 c -0.6332,-0.0000 -1.6423,0.0396 -1.6423 0.0396c 0.0000,-1.1674 0.3166,-2.1172 2.2557 -4.0958l 1.4642,-1.4444 c 1.1674,-1.1872 1.6225,-2.2161 1.6225 -3.4824c 0.0000,-1.8995 -1.0091,-2.3942 -1.7214 -2.3942c -1.4444,-0.0000 -1.9589,0.7123 -1.9589 1.2070c 0.0000,0.1583 0.1187,0.3364 0.1583 0.4749c 0.0396,0.1385 0.0791,0.2572 0.0791 0.4155c 0.0000,0.4373 -0.5936,0.7915 -0.9300 0.7915c -0.4155,-0.0000 -0.7915,-0.3562 -0.7915 -0.7717ZM 527.5607,287.4649 ZM 538.0674,278.9764 l 0.2177,0.2374 c -0.3364,0.7123 -0.9695,1.1080 -1.8204 1.1080h -0.9893 c -0.0594,0.7123 -0.0594,2.3150 -0.0594 5.0456c 0.0000,0.8310 0.1781,1.2070 0.6332 1.2070c 0.2572,-0.0000 1.0289,-0.0594 1.7808 -0.8113c 0.1979,0.0198 0.2968,0.1187 0.3562 0.3166c -0.4551,0.6134 -1.4840,1.5829 -2.4140 1.5829c -1.2663,-0.0000 -1.6027,-0.5145 -1.6027 -2.0182c 0.0000,-1.1476 0.0198,-3.0471 0.0791 -5.3226h -2.4535 c 0.0000,4.7884 -0.7123,7.3408 -2.6514 7.3408c -0.4353,-0.0000 -0.7717,-0.1979 -0.7717 -0.6727c 0.0000,-0.3562 0.3008,-0.7103 0.8113 -0.8310c 0.8310,-0.1979 1.5829,-0.4551 1.5829 -5.8370h -0.3562 c -0.9893,-0.0000 -1.5434,0.4353 -1.8995 1.5631c -0.2177,0.0791 -0.4472,0.0040 -0.4749 -0.1583c 0.1583,-1.1872 0.8706,-2.7503 2.7305 -2.7503h 7.3013 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.766990457623517" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 528.5600,259.0568 v 4.0988 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 408.0942,287.4649 ZM 412.3484,276.0876 c -0.5145,-0.0000 -1.8797,0.2374 -1.8797 1.5038c 0.0000,0.3759 -0.0791,1.0289 -0.7717 1.0289c -0.4749,-0.0000 -0.6727,-0.3957 -0.6727 -0.6727c 0.0000,-0.6530 0.8310,-2.5525 3.7397 -2.5525c 1.0348,-0.0000 1.7254,0.3344 2.1567 0.7717c 0.4808,0.4868 0.6193,0.9715 0.6193 1.5651c 0.0000,1.0428 -0.4551,1.8659 -2.0835 2.6296l 0.0198,0.0396 c 1.1674,0.1979 2.7899,0.9695 2.7899 3.1263c 0.0000,2.6118 -2.0974,4.1354 -4.4520 4.1354c -1.1872,-0.0000 -2.8493,-0.5342 -2.8493 -1.3257c 0.0000,-0.3166 0.4155,-0.6925 0.8310 -0.6925c 0.3957,-0.0000 0.6530,0.2374 0.8508 0.5145c 0.2374,0.3562 0.4155,0.8113 1.4246 0.8113c 0.6925,-0.0000 2.4535,-0.5342 2.4535 -3.1659c 0.0000,-2.2359 -1.4642,-2.5525 -2.5920 -2.5525c -0.2572,-0.0000 -0.6134,-0.0000 -0.9498 0.0396l -0.0989,-0.6332 c 1.9609,-0.2790 3.1085,-1.7907 3.1085 -2.7840c 0.0000,-1.2723 -0.7895,-1.7867 -1.6443 -1.7867ZM 417.2950,287.4649 ZM 427.8017,278.9764 l 0.2177,0.2374 c -0.3364,0.7123 -0.9695,1.1080 -1.8204 1.1080h -0.9893 c -0.0594,0.7123 -0.0594,2.3150 -0.0594 5.0456c 0.0000,0.8310 0.1781,1.2070 0.6332 1.2070c 0.2572,-0.0000 1.0289,-0.0594 1.7808 -0.8113c 0.1979,0.0198 0.2968,0.1187 0.3562 0.3166c -0.4551,0.6134 -1.4840,1.5829 -2.4140 1.5829c -1.2663,-0.0000 -1.6027,-0.5145 -1.6027 -2.0182c 0.0000,-1.1476 0.0198,-3.0471 0.0791 -5.3226h -2.4535 c 0.0000,4.7884 -0.7123,7.3408 -2.6514 7.3408c -0.4353,-0.0000 -0.7717,-0.1979 -0.7717 -0.6727c 0.0000,-0.3562 0.3008,-0.7103 0.8113 -0.8310c 0.8310,-0.1979 1.5829,-0.4551 1.5829 -5.8370h -0.3562 c -0.9893,-0.0000 -1.5434,0.4353 -1.8995 1.5631c -0.2177,0.0791 -0.4472,0.0040 -0.4749 -0.1583c 0.1583,-1.1872 0.8706,-2.7503 2.7305 -2.7503h 7.3013 ZM 428.4942,287.4649 ZM 434.2917,274.6827 l -4.6894,13.9495 h -0.8113 l 4.6894,-13.9495 h 0.8113 ZM 434.8853,287.4649 ZM 436.0923,278.2048 c 0.0000,-1.1872 1.3653,-2.8097 3.5616 -2.8097c 1.6027,-0.0000 3.3439,0.8706 3.3439 3.0076c 0.0000,1.5038 -0.8508,2.3744 -1.9787 3.4627l -1.9984,1.9193 c -0.0989,0.0989 -1.4642,1.4444 -1.4642 2.3942h 3.5220 c 0.7123,-0.0000 1.0487,-0.4947 1.3851 -1.8995c 0.1979,-0.0396 0.4551,-0.0000 0.5738 0.0989c -0.0198,0.5936 -0.2177,2.0776 -0.4749 3.1263c 0.0000,-0.0000 -0.9102,-0.0396 -1.5434 -0.0396h -3.4627 c -0.6332,-0.0000 -1.6423,0.0396 -1.6423 0.0396c 0.0000,-1.1674 0.3166,-2.1172 2.2557 -4.0958l 1.4642,-1.4444 c 1.1674,-1.1872 1.6225,-2.2161 1.6225 -3.4824c 0.0000,-1.8995 -1.0091,-2.3942 -1.7214 -2.3942c -1.4444,-0.0000 -1.9589,0.7123 -1.9589 1.2070c 0.0000,0.1583 0.1187,0.3364 0.1583 0.4749c 0.0396,0.1385 0.0791,0.2572 0.0791 0.4155c 0.0000,0.4373 -0.5936,0.7915 -0.9300 0.7915c -0.4155,-0.0000 -0.7915,-0.3562 -0.7915 -0.7717Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.766990457623517" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 426.0902,259.0568 v 4.0988 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.0207,287.4649 ZM 328.5274,278.9764 l 0.2177,0.2374 c -0.3364,0.7123 -0.9695,1.1080 -1.8204 1.1080h -0.9893 c -0.0594,0.7123 -0.0594,2.3150 -0.0594 5.0456c 0.0000,0.8310 0.1781,1.2070 0.6332 1.2070c 0.2572,-0.0000 1.0289,-0.0594 1.7808 -0.8113c 0.1979,0.0198 0.2968,0.1187 0.3562 0.3166c -0.4551,0.6134 -1.4840,1.5829 -2.4140 1.5829c -1.2663,-0.0000 -1.6027,-0.5145 -1.6027 -2.0182c 0.0000,-1.1476 0.0198,-3.0471 0.0791 -5.3226h -2.4535 c 0.0000,4.7884 -0.7123,7.3408 -2.6514 7.3408c -0.4353,-0.0000 -0.7717,-0.1979 -0.7717 -0.6727c 0.0000,-0.3562 0.3008,-0.7103 0.8113 -0.8310c 0.8310,-0.1979 1.5829,-0.4551 1.5829 -5.8370h -0.3562 c -0.9893,-0.0000 -1.5434,0.4353 -1.8995 1.5631c -0.2177,0.0791 -0.4472,0.0040 -0.4749 -0.1583c 0.1583,-1.1872 0.8706,-2.7503 2.7305 -2.7503h 7.3013 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.766990457623517" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 323.6203,259.0568 v 4.0988 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 207.7550,287.4649 ZM 218.2617,278.9764 l 0.2177,0.2374 c -0.3364,0.7123 -0.9695,1.1080 -1.8204 1.1080h -0.9893 c -0.0594,0.7123 -0.0594,2.3150 -0.0594 5.0456c 0.0000,0.8310 0.1781,1.2070 0.6332 1.2070c 0.2572,-0.0000 1.0289,-0.0594 1.7808 -0.8113c 0.1979,0.0198 0.2968,0.1187 0.3562 0.3166c -0.4551,0.6134 -1.4840,1.5829 -2.4140 1.5829c -1.2663,-0.0000 -1.6027,-0.5145 -1.6027 -2.0182c 0.0000,-1.1476 0.0198,-3.0471 0.0791 -5.3226h -2.4535 c 0.0000,4.7884 -0.7123,7.3408 -2.6514 7.3408c -0.4353,-0.0000 -0.7717,-0.1979 -0.7717 -0.6727c 0.0000,-0.3562 0.3008,-0.7103 0.8113 -0.8310c 0.8310,-0.1979 1.5829,-0.4551 1.5829 -5.8370h -0.3562 c -0.9893,-0.0000 -1.5434,0.4353 -1.8995 1.5631c -0.2177,0.0791 -0.4472,0.0040 -0.4749 -0.1583c 0.1583,-1.1872 0.8706,-2.7503 2.7305 -2.7503h 7.3013 ZM 218.9542,287.4649 ZM 224.7517,274.6827 l -4.6894,13.9495 h -0.8113 l 4.6894,-13.9495 h 0.8113 ZM 225.3453,287.4649 ZM 226.5523,278.2048 c 0.0000,-1.1872 1.3653,-2.8097 3.5616 -2.8097c 1.6027,-0.0000 3.3439,0.8706 3.3439 3.0076c 0.0000,1.5038 -0.8508,2.3744 -1.9787 3.4627l -1.9984,1.9193 c -0.0989,0.0989 -1.4642,1.4444 -1.4642 2.3942h 3.5220 c 0.7123,-0.0000 1.0487,-0.4947 1.3851 -1.8995c 0.1979,-0.0396 0.4551,-0.0000 0.5738 0.0989c -0.0198,0.5936 -0.2177,2.0776 -0.4749 3.1263c 0.0000,-0.0000 -0.9102,-0.0396 -1.5434 -0.0396h -3.4627 c -0.6332,-0.0000 -1.6423,0.0396 -1.6423 0.0396c 0.0000,-1.1674 0.3166,-2.1172 2.2557 -4.0958l 1.4642,-1.4444 c 1.1674,-1.1872 1.6225,-2.2161 1.6225 -3.4824c 0.0000,-1.8995 -1.0091,-2.3942 -1.7214 -2.3942c -1.4444,-0.0000 -1.9589,0.7123 -1.9589 1.2070c 0.0000,0.1583 0.1187,0.3364 0.1583 0.4749c 0.0396,0.1385 0.0791,0.2572 0.0791 0.4155c 0.0000,0.4373 -0.5936,0.7915 -0.9300 0.7915c -0.4155,-0.0000 -0.7915,-0.3562 -0.7915 -0.7717Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.766990457623517" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 221.1505,259.0568 v 4.0988 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 101.4763,287.4649 ZM 102.8811,278.7786 c 0.2869,0.1068 0.5323,0.1979 1.1674 0.1979h 3.6209 c 0.5738,-0.0000 1.1278,-0.0396 1.2268 -0.0396c 0.1385,-0.0000 0.2374,0.0594 0.2374 0.1385c 0.0000,0.0791 -0.0534,0.2335 -0.3562 0.7321c -1.2268,2.0182 -3.2846,5.1247 -4.7488 6.9847h 2.6316 c 1.0309,-0.0237 1.4345,-0.4590 1.9391 -1.5038l 0.2770,-0.5738 c 0.2374,-0.0000 0.4650,0.0455 0.5936 0.1187c -0.1385,0.9893 -0.3957,2.0182 -0.6332 2.6910l -6.1734,-0.0594 c -0.2968,-0.0000 -0.4551,-0.0989 -0.4551 -0.2374c 0.0000,-0.0989 0.0079,-0.1662 0.1781 -0.3957c 1.5434,-2.0776 3.5220,-4.9269 4.8675 -7.1825l -2.5327,0.0594 c -0.5936,0.0139 -1.2070,0.3562 -1.6027 1.8006c -0.2295,0.0514 -0.4788,0.0139 -0.6530 -0.0594c 0.1781,-0.9695 0.2770,-1.6621 0.2968 -2.5525c 0.0000,-0.0475 0.0712,-0.1187 0.1187 -0.1187ZM 109.8658,287.4649 ZM 112.3193,281.8851 l 3.5814,-0.0594 c 0.2177,-0.0040 0.2968,-0.0989 0.2968 -0.2770c 0.0000,-1.6621 -0.8904,-2.0776 -1.6423 -2.0776c -0.4749,-0.0000 -1.8599,0.1781 -2.2359 2.4140ZM 112.3193,281.8851 ZM 117.5034,285.6247 c 0.2374,0.0198 0.3562,0.1187 0.4155 0.3166c -0.7915,1.0289 -1.8599,1.7214 -3.3637 1.7214c -1.4246,-0.0000 -2.3546,-0.4749 -3.0273 -1.2663c -0.6530,-0.7519 -0.9300,-1.8204 -0.9300 -2.9284c 0.0000,-3.0076 2.2359,-4.6498 3.9573 -4.6498c 2.7503,-0.0000 3.3439,1.7808 3.3439 3.4429c 0.0000,0.2177 -0.1385,0.3364 -0.3759 0.3364l -5.2632,-0.0396 c 0.0000,1.1476 0.2374,2.0578 0.6332 2.7108c 0.6134,1.0091 1.4444,1.4246 2.1567 1.4246c 1.1476,-0.0000 1.7214,-0.3166 2.4535 -1.0685ZM 118.7104,287.4649 ZM 122.1928,280.3813 c 0.0040,0.0989 0.0989,0.2572 0.2177 0.0396c 0.4551,-0.7717 1.2663,-1.6423 2.1963 -1.6423c 0.8310,-0.0000 1.1872,0.5718 1.1872 0.9498c 0.0000,0.4947 -0.4551,0.9893 -0.9300 0.9893c -0.3443,-0.0000 -0.5659,-0.2632 -0.7163 -0.4610c -0.1543,-0.2038 -0.3324,-0.2513 -0.5105 -0.2513c -0.2374,-0.0000 -0.6925,0.6530 -0.9102 0.9695c -0.2374,0.3562 -0.4749,0.8113 -0.4749 1.3257v 2.7503 c 0.0000,1.6423 0.2374,1.7016 1.6225 1.8006c 0.1187,0.1187 0.1187,0.5342 0.0000 0.6530c -0.6925,-0.0198 -1.6027,-0.0396 -2.3942 -0.0396c -0.7915,-0.0000 -1.5631,0.0198 -2.2557 0.0396c -0.1187,-0.1187 -0.1187,-0.5342 0.0000 -0.6530c 1.2268,-0.0791 1.4642,-0.1583 1.4642 -1.8006v -3.8584 c 0.0000,-1.1476 -0.2177,-1.2466 -1.2861 -1.3455c -0.0396,-0.1187 -0.0791,-0.4353 -0.0396 -0.5540c 1.3653,-0.1781 1.8797,-0.3562 2.4338 -0.5738c 0.1583,-0.0000 0.1959,0.0673 0.2374 0.1583c 0.0930,0.2038 0.1247,0.7123 0.1583 1.5038ZM 125.9127,287.4649 ZM 126.7240,283.4086 c 0.0000,-1.2505 0.3759,-2.4021 1.0942 -3.2450c 0.7242,-0.8508 1.7986,-1.3851 3.1006 -1.3851c 3.0273,-0.0000 4.1552,2.3942 4.1552 4.4520c 0.0000,1.2129 -0.4017,2.4575 -1.2881 3.3241c -0.6747,0.6589 -1.6324,1.1080 -2.9067 1.1080c -2.8097,-0.0000 -4.1552,-2.2359 -4.1552 -4.2541ZM 126.7240,283.4086 ZM 130.6219,279.4711 c -1.7808,-0.0000 -2.1963,1.7610 -2.1963 3.4824c 0.0000,1.5236 0.6727,4.0167 2.7305 4.0167c 0.9300,-0.0000 2.2161,-0.6134 2.2161 -3.1065c 0.0000,-2.8493 -1.0487,-4.3926 -2.7503 -4.3926Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.766990457623517" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 118.6807,259.0568 v 4.0988 "/></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 525.0577,245.3941 l -0.0000,-136.6264 h -409.8793 l -0.0000,136.6264 Z"/></g></svg>+    "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.4" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 534.9265,99.3761 l -6.9180,-11.9823 l -6.9180,11.9823 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 521.0906,100.8878 l -6.9180,-11.9823 l -6.9180,11.9823 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 507.2547,105.3570 l -6.9180,-11.9823 l -6.9180,11.9823 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 493.4188,112.5882 l -6.9180,-11.9823 l -6.9180,11.9823 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 479.5828,122.2655 l -6.9180,-11.9823 l -6.9180,11.9823 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 465.7469,133.9659 l -6.9180,-11.9823 l -6.9180,11.9823 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 451.9110,147.1780 l -6.9180,-11.9823 l -6.9180,11.9823 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 438.0751,161.3245 l -6.9180,-11.9823 l -6.9180,11.9823 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 424.2391,175.7869 l -6.9180,-11.9823 l -6.9180,11.9823 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 410.4032,189.9334 l -6.9180,-11.9823 l -6.9180,11.9823 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 396.5673,203.1455 l -6.9180,-11.9823 l -6.9180,11.9823 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 382.7314,214.8459 l -6.9180,-11.9823 l -6.9180,11.9823 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 368.8954,224.5232 l -6.9180,-11.9823 l -6.9180,11.9823 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 355.0595,231.7544 l -6.9180,-11.9823 l -6.9180,11.9823 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 341.2236,236.2236 l -6.9180,-11.9823 l -6.9180,11.9823 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 327.3877,237.7353 l -6.9180,-11.9823 l -6.9180,11.9823 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 313.5517,236.2236 l -6.9180,-11.9823 l -6.9180,11.9823 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 299.7158,231.7544 l -6.9180,-11.9823 l -6.9180,11.9823 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 285.8799,224.5232 l -6.9180,-11.9823 l -6.9180,11.9823 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 272.0440,214.8459 l -6.9180,-11.9823 l -6.9180,11.9823 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 258.2080,203.1455 l -6.9180,-11.9823 l -6.9180,11.9823 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 244.3721,189.9334 l -6.9180,-11.9823 l -6.9180,11.9823 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 230.5362,175.7869 l -6.9180,-11.9823 l -6.9180,11.9823 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 216.7003,161.3245 l -6.9180,-11.9823 l -6.9180,11.9823 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 202.8643,147.1780 l -6.9180,-11.9823 l -6.9180,11.9823 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 189.0284,133.9659 l -6.9180,-11.9823 l -6.9180,11.9823 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 175.1925,122.2655 l -6.9180,-11.9823 l -6.9180,11.9823 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 161.3566,112.5882 l -6.9180,-11.9823 l -6.9180,11.9823 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 147.5206,105.3570 l -6.9180,-11.9823 l -6.9180,11.9823 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 133.6847,100.8878 l -6.9180,-11.9823 l -6.9180,11.9823 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 119.8488,99.3761 l -6.9180,-11.9823 l -6.9180,11.9823 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 530.0840,164.5616 c 0.0000,-1.1462 -0.9292,-2.0754 -2.0754 -2.0754c -1.1462,-0.0000 -2.0754,0.9292 -2.0754 2.0754c -0.0000,1.1462 0.9292,2.0754 2.0754 2.0754c 1.1462,0.0000 2.0754,-0.9292 2.0754 -2.0754Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 516.2480,178.9449 c 0.0000,-1.1462 -0.9292,-2.0754 -2.0754 -2.0754c -1.1462,-0.0000 -2.0754,0.9292 -2.0754 2.0754c -0.0000,1.1462 0.9292,2.0754 2.0754 2.0754c 1.1462,0.0000 2.0754,-0.9292 2.0754 -2.0754Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 502.4121,192.6995 c 0.0000,-1.1462 -0.9292,-2.0754 -2.0754 -2.0754c -1.1462,-0.0000 -2.0754,0.9292 -2.0754 2.0754c -0.0000,1.1462 0.9292,2.0754 2.0754 2.0754c 1.1462,0.0000 2.0754,-0.9292 2.0754 -2.0754Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 488.5762,205.2244 c 0.0000,-1.1462 -0.9292,-2.0754 -2.0754 -2.0754c -1.1462,-0.0000 -2.0754,0.9292 -2.0754 2.0754c -0.0000,1.1462 0.9292,2.0754 2.0754 2.0754c 1.1462,0.0000 2.0754,-0.9292 2.0754 -2.0754Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 474.7403,215.9721 c 0.0000,-1.1462 -0.9292,-2.0754 -2.0754 -2.0754c -1.1462,-0.0000 -2.0754,0.9292 -2.0754 2.0754c -0.0000,1.1462 0.9292,2.0754 2.0754 2.0754c 1.1462,0.0000 2.0754,-0.9292 2.0754 -2.0754Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 460.9043,224.4729 c 0.0000,-1.1462 -0.9292,-2.0754 -2.0754 -2.0754c -1.1462,-0.0000 -2.0754,0.9292 -2.0754 2.0754c -0.0000,1.1462 0.9292,2.0754 2.0754 2.0754c 1.1462,0.0000 2.0754,-0.9292 2.0754 -2.0754Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 447.0684,230.3554 c 0.0000,-1.1462 -0.9292,-2.0754 -2.0754 -2.0754c -1.1462,-0.0000 -2.0754,0.9292 -2.0754 2.0754c -0.0000,1.1462 0.9292,2.0754 2.0754 2.0754c 1.1462,0.0000 2.0754,-0.9292 2.0754 -2.0754Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 433.2325,233.3623 c 0.0000,-1.1462 -0.9292,-2.0754 -2.0754 -2.0754c -1.1462,-0.0000 -2.0754,0.9292 -2.0754 2.0754c -0.0000,1.1462 0.9292,2.0754 2.0754 2.0754c 1.1462,0.0000 2.0754,-0.9292 2.0754 -2.0754Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 419.3966,233.3623 c 0.0000,-1.1462 -0.9292,-2.0754 -2.0754 -2.0754c -1.1462,-0.0000 -2.0754,0.9292 -2.0754 2.0754c -0.0000,1.1462 0.9292,2.0754 2.0754 2.0754c 1.1462,0.0000 2.0754,-0.9292 2.0754 -2.0754Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 405.5606,230.3554 c 0.0000,-1.1462 -0.9292,-2.0754 -2.0754 -2.0754c -1.1462,-0.0000 -2.0754,0.9292 -2.0754 2.0754c -0.0000,1.1462 0.9292,2.0754 2.0754 2.0754c 1.1462,0.0000 2.0754,-0.9292 2.0754 -2.0754Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 391.7247,224.4729 c 0.0000,-1.1462 -0.9292,-2.0754 -2.0754 -2.0754c -1.1462,-0.0000 -2.0754,0.9292 -2.0754 2.0754c -0.0000,1.1462 0.9292,2.0754 2.0754 2.0754c 1.1462,0.0000 2.0754,-0.9292 2.0754 -2.0754Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 377.8888,215.9721 c 0.0000,-1.1462 -0.9292,-2.0754 -2.0754 -2.0754c -1.1462,-0.0000 -2.0754,0.9292 -2.0754 2.0754c -0.0000,1.1462 0.9292,2.0754 2.0754 2.0754c 1.1462,0.0000 2.0754,-0.9292 2.0754 -2.0754Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 364.0529,205.2244 c 0.0000,-1.1462 -0.9292,-2.0754 -2.0754 -2.0754c -1.1462,-0.0000 -2.0754,0.9292 -2.0754 2.0754c -0.0000,1.1462 0.9292,2.0754 2.0754 2.0754c 1.1462,0.0000 2.0754,-0.9292 2.0754 -2.0754Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 350.2169,192.6995 c 0.0000,-1.1462 -0.9292,-2.0754 -2.0754 -2.0754c -1.1462,-0.0000 -2.0754,0.9292 -2.0754 2.0754c -0.0000,1.1462 0.9292,2.0754 2.0754 2.0754c 1.1462,0.0000 2.0754,-0.9292 2.0754 -2.0754Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 336.3810,178.9449 c 0.0000,-1.1462 -0.9292,-2.0754 -2.0754 -2.0754c -1.1462,-0.0000 -2.0754,0.9292 -2.0754 2.0754c -0.0000,1.1462 0.9292,2.0754 2.0754 2.0754c 1.1462,0.0000 2.0754,-0.9292 2.0754 -2.0754Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 322.5451,164.5616 c 0.0000,-1.1462 -0.9292,-2.0754 -2.0754 -2.0754c -1.1462,-0.0000 -2.0754,0.9292 -2.0754 2.0754c -0.0000,1.1462 0.9292,2.0754 2.0754 2.0754c 1.1462,0.0000 2.0754,-0.9292 2.0754 -2.0754Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 308.7092,150.1784 c 0.0000,-1.1462 -0.9292,-2.0754 -2.0754 -2.0754c -1.1462,-0.0000 -2.0754,0.9292 -2.0754 2.0754c -0.0000,1.1462 0.9292,2.0754 2.0754 2.0754c 1.1462,0.0000 2.0754,-0.9292 2.0754 -2.0754Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 294.8732,136.4237 c 0.0000,-1.1462 -0.9292,-2.0754 -2.0754 -2.0754c -1.1462,-0.0000 -2.0754,0.9292 -2.0754 2.0754c -0.0000,1.1462 0.9292,2.0754 2.0754 2.0754c 1.1462,0.0000 2.0754,-0.9292 2.0754 -2.0754Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 281.0373,123.8989 c 0.0000,-1.1462 -0.9292,-2.0754 -2.0754 -2.0754c -1.1462,-0.0000 -2.0754,0.9292 -2.0754 2.0754c -0.0000,1.1462 0.9292,2.0754 2.0754 2.0754c 1.1462,0.0000 2.0754,-0.9292 2.0754 -2.0754Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 267.2014,113.1511 c 0.0000,-1.1462 -0.9292,-2.0754 -2.0754 -2.0754c -1.1462,-0.0000 -2.0754,0.9292 -2.0754 2.0754c -0.0000,1.1462 0.9292,2.0754 2.0754 2.0754c 1.1462,0.0000 2.0754,-0.9292 2.0754 -2.0754Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 253.3655,104.6503 c 0.0000,-1.1462 -0.9292,-2.0754 -2.0754 -2.0754c -1.1462,-0.0000 -2.0754,0.9292 -2.0754 2.0754c -0.0000,1.1462 0.9292,2.0754 2.0754 2.0754c 1.1462,0.0000 2.0754,-0.9292 2.0754 -2.0754Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 239.5295,98.7679 c 0.0000,-1.1462 -0.9292,-2.0754 -2.0754 -2.0754c -1.1462,-0.0000 -2.0754,0.9292 -2.0754 2.0754c -0.0000,1.1462 0.9292,2.0754 2.0754 2.0754c 1.1462,0.0000 2.0754,-0.9292 2.0754 -2.0754Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 225.6936,95.7610 c 0.0000,-1.1462 -0.9292,-2.0754 -2.0754 -2.0754c -1.1462,-0.0000 -2.0754,0.9292 -2.0754 2.0754c -0.0000,1.1462 0.9292,2.0754 2.0754 2.0754c 1.1462,0.0000 2.0754,-0.9292 2.0754 -2.0754Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 211.8577,95.7610 c 0.0000,-1.1462 -0.9292,-2.0754 -2.0754 -2.0754c -1.1462,-0.0000 -2.0754,0.9292 -2.0754 2.0754c -0.0000,1.1462 0.9292,2.0754 2.0754 2.0754c 1.1462,0.0000 2.0754,-0.9292 2.0754 -2.0754Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 198.0218,98.7679 c 0.0000,-1.1462 -0.9292,-2.0754 -2.0754 -2.0754c -1.1462,-0.0000 -2.0754,0.9292 -2.0754 2.0754c -0.0000,1.1462 0.9292,2.0754 2.0754 2.0754c 1.1462,0.0000 2.0754,-0.9292 2.0754 -2.0754Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 184.1858,104.6503 c 0.0000,-1.1462 -0.9292,-2.0754 -2.0754 -2.0754c -1.1462,-0.0000 -2.0754,0.9292 -2.0754 2.0754c -0.0000,1.1462 0.9292,2.0754 2.0754 2.0754c 1.1462,0.0000 2.0754,-0.9292 2.0754 -2.0754Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 170.3499,113.1511 c 0.0000,-1.1462 -0.9292,-2.0754 -2.0754 -2.0754c -1.1462,-0.0000 -2.0754,0.9292 -2.0754 2.0754c -0.0000,1.1462 0.9292,2.0754 2.0754 2.0754c 1.1462,0.0000 2.0754,-0.9292 2.0754 -2.0754Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 156.5140,123.8989 c 0.0000,-1.1462 -0.9292,-2.0754 -2.0754 -2.0754c -1.1462,-0.0000 -2.0754,0.9292 -2.0754 2.0754c -0.0000,1.1462 0.9292,2.0754 2.0754 2.0754c 1.1462,0.0000 2.0754,-0.9292 2.0754 -2.0754Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 142.6781,136.4237 c 0.0000,-1.1462 -0.9292,-2.0754 -2.0754 -2.0754c -1.1462,-0.0000 -2.0754,0.9292 -2.0754 2.0754c -0.0000,1.1462 0.9292,2.0754 2.0754 2.0754c 1.1462,0.0000 2.0754,-0.9292 2.0754 -2.0754Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 128.8421,150.1784 c 0.0000,-1.1462 -0.9292,-2.0754 -2.0754 -2.0754c -1.1462,-0.0000 -2.0754,0.9292 -2.0754 2.0754c -0.0000,1.1462 0.9292,2.0754 2.0754 2.0754c 1.1462,0.0000 2.0754,-0.9292 2.0754 -2.0754Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 115.0062,164.5616 c 0.0000,-1.1462 -0.9292,-2.0754 -2.0754 -2.0754c -1.1462,-0.0000 -2.0754,0.9292 -2.0754 2.0754c -0.0000,1.1462 0.9292,2.0754 2.0754 2.0754c 1.1462,0.0000 2.0754,-0.9292 2.0754 -2.0754Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(31,119,180)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 335.1867,299.3173 ZM 337.4445,293.9344 v 3.5244 c 0.0000,0.8536 0.0826,1.2666 0.4543 1.2666c 0.3579,-0.0000 0.6333,-0.1101 0.9912 -0.3855l 0.2478,0.2340 c -0.5369,0.6058 -1.0876,0.9086 -1.7209 0.9086c -0.6333,-0.0000 -1.0050,-0.3855 -1.0050 -1.3629v -4.1852 h -0.8949 c -0.0413,-0.0000 -0.0551,-0.0138 -0.0551 -0.0551v -0.4268 c 0.0000,-0.0413 0.0138,-0.0551 0.0413 -0.0551c 0.9224,-0.0000 1.1427,-0.5369 1.1427 -1.5832v -0.2616 l 0.7985,-0.2753 v 2.1201 h 1.5144 c 0.0688,-0.0000 0.1101,0.0275 0.1101 0.0826v 0.2753 c 0.0000,0.1239 -0.1927,0.1790 -0.3304 0.1790h -1.2941 ZM 339.3444,299.3173 ZM 340.9138,295.5038 h 2.5331 c 0.1377,-0.0000 0.1927,-0.0688 0.1927 -0.1927c 0.0000,-1.2803 -0.6471,-1.6107 -1.1427 -1.6107c -0.3166,-0.0000 -1.3492,0.1239 -1.5832 1.8035ZM 340.9138,295.5038 ZM 344.5483,298.0370 l 0.2753,0.2203 c -0.5231,0.7159 -1.3354,1.2253 -2.3266 1.2253c -1.8861,-0.0000 -2.6846,-1.4042 -2.6846 -2.9049c 0.0000,-2.0926 1.3767,-3.3454 2.6846 -3.3454c 1.8173,-0.0000 2.2440,1.4180 2.2440 2.5744c 0.0000,0.1514 -0.0964,0.2340 -0.2478 0.2340h -3.6207 c -0.0138,0.0826 -0.0138,0.1652 -0.0138 0.2753c 0.0000,1.4042 0.9775,2.4918 1.9687 2.4918c 0.7572,-0.0000 1.2390,-0.2478 1.7209 -0.7710ZM 345.2367,299.3173 ZM 347.9488,293.7830 c -0.2753,-0.0000 -0.3304,0.0688 -0.3304 0.1652c 0.0000,0.0688 0.0551,0.1927 0.2065 0.4405l 0.8398,1.2390 c 0.0413,0.0826 0.0826,0.1239 0.1377 0.1239c 0.0413,-0.0000 0.0688,-0.0275 0.1239 -0.0964l 0.8949,-1.2528 c 0.1514,-0.1927 0.2340,-0.3442 0.2340 -0.4543c 0.0000,-0.1101 -0.0964,-0.1652 -0.2891 -0.1652h -0.2203 c -0.0413,-0.0000 -0.0826,-0.0275 -0.0826 -0.0964v -0.2616 l 0.0413,-0.0413 c 0.0000,-0.0000 0.6471,0.0275 1.0738 0.0275c 0.4405,-0.0000 1.1151,-0.0275 1.1151 -0.0275l 0.0138,0.0275 v 0.2616 c 0.0000,0.0964 -0.0826,0.1101 -0.1652 0.1101c -0.5094,-0.0000 -0.7159,0.1652 -1.2253 0.8123l -1.1564,1.4731 c -0.0275,0.0413 -0.0413,0.0688 -0.0413 0.0964c 0.0000,0.0275 0.0138,0.0688 0.0413 0.1101l 1.2390,1.7484 c 0.6333,0.8949 0.8123,0.9086 1.2528 0.9086c 0.1377,-0.0000 0.1927,0.0275 0.1927 0.1101v 0.2616 l -0.0138,0.0275 c 0.0000,-0.0000 -0.7434,-0.0275 -1.2115 -0.0275c -0.5645,-0.0000 -1.4318,0.0275 -1.4318 0.0275l -0.0275,-0.0275 v -0.2616 c 0.0000,-0.0688 0.0275,-0.1101 0.0964 -0.1101h 0.1652 c 0.2203,-0.0000 0.3166,-0.0413 0.3166 -0.1514c 0.0000,-0.1239 -0.1514,-0.3304 -0.3717 -0.6195l -0.7985,-1.1014 c -0.0551,-0.0688 -0.0826,-0.0964 -0.1239 -0.0964c -0.0275,-0.0000 -0.0688,0.0413 -0.1239 0.1239l -0.8673,1.2528 c -0.2065,0.2753 -0.2478,0.3442 -0.2478 0.4405c 0.0000,0.0964 0.0826,0.1514 0.2891 0.1514h 0.1927 c 0.0688,-0.0000 0.0964,0.0413 0.0964 0.1101v 0.2616 l -0.0275,0.0275 c 0.0000,-0.0000 -0.7159,-0.0275 -1.1564 -0.0275c -0.3992,-0.0000 -1.0325,0.0275 -1.0325 0.0275l -0.0275,-0.0275 v -0.2340 c 0.0000,-0.0826 0.0551,-0.1377 0.1790 -0.1377c 0.3304,-0.0000 0.6471,-0.0688 1.2253 -0.8123l 1.1564,-1.4868 c 0.0138,-0.0275 0.0275,-0.0551 0.0275 -0.0964c 0.0000,-0.0413 -0.0138,-0.0688 -0.0413 -0.1101l -1.1977,-1.7484 c -0.3855,-0.5645 -0.6333,-0.8949 -1.1151 -0.8949c -0.0964,-0.0000 -0.1927,-0.0413 -0.1927 -0.0964v -0.2616 l 0.0275,-0.0413 l 1.0876,0.0275 l 1.5281,-0.0275 l 0.0413,0.0413 v 0.2478 c 0.0000,0.0688 -0.0551,0.1101 -0.1101 0.1101h -0.2065 ZM 352.0789,299.3173 ZM 354.3367,293.9344 v 3.5244 c 0.0000,0.8536 0.0826,1.2666 0.4543 1.2666c 0.3579,-0.0000 0.6333,-0.1101 0.9912 -0.3855l 0.2478,0.2340 c -0.5369,0.6058 -1.0876,0.9086 -1.7209 0.9086c -0.6333,-0.0000 -1.0050,-0.3855 -1.0050 -1.3629v -4.1852 h -0.8949 c -0.0413,-0.0000 -0.0551,-0.0138 -0.0551 -0.0551v -0.4268 c 0.0000,-0.0413 0.0138,-0.0551 0.0413 -0.0551c 0.9224,-0.0000 1.1427,-0.5369 1.1427 -1.5832v -0.2616 l 0.7985,-0.2753 v 2.1201 h 1.5144 c 0.0688,-0.0000 0.1101,0.0275 0.1101 0.0826v 0.2753 c 0.0000,0.1239 -0.1927,0.1790 -0.3304 0.1790h -1.2941 ZM 359.6784,299.3173 ZM 361.2478,295.5038 h 2.5331 c 0.1377,-0.0000 0.1927,-0.0688 0.1927 -0.1927c 0.0000,-1.2803 -0.6471,-1.6107 -1.1427 -1.6107c -0.3166,-0.0000 -1.3492,0.1239 -1.5832 1.8035ZM 361.2478,295.5038 ZM 364.8823,298.0370 l 0.2753,0.2203 c -0.5231,0.7159 -1.3354,1.2253 -2.3266 1.2253c -1.8861,-0.0000 -2.6846,-1.4042 -2.6846 -2.9049c 0.0000,-2.0926 1.3767,-3.3454 2.6846 -3.3454c 1.8173,-0.0000 2.2440,1.4180 2.2440 2.5744c 0.0000,0.1514 -0.0964,0.2340 -0.2478 0.2340h -3.6207 c -0.0138,0.0826 -0.0138,0.1652 -0.0138 0.2753c 0.0000,1.4042 0.9775,2.4918 1.9687 2.4918c 0.7572,-0.0000 1.2390,-0.2478 1.7209 -0.7710ZM 365.5707,299.3173 ZM 366.8786,298.3261 v -6.8973 c 0.0000,-0.7847 -0.1377,-1.0050 -0.4130 -1.0050l -0.4405,0.0551 c -0.0413,-0.0000 -0.0826,-0.0275 -0.0826 -0.0688l -0.0275,-0.3442 c 0.2203,-0.0000 0.7297,-0.0826 0.9637 -0.1239c 0.2478,-0.0551 0.4405,-0.1101 0.7159 -0.2340h 0.3029 v 8.6182 c 0.0000,0.3992 0.1514,0.6058 0.5920 0.6058h 0.3304 c 0.0551,-0.0000 0.1101,0.0413 0.1101 0.1101v 0.2616 l -0.0275,0.0275 c 0.0000,-0.0000 -1.0050,-0.0275 -1.5419 -0.0275c -0.4818,-0.0000 -1.4868,0.0275 -1.4868 0.0275l -0.0138,-0.0275 v -0.2616 c 0.0000,-0.0688 0.0275,-0.1101 0.0964 -0.1101h 0.3304 c 0.4543,-0.0000 0.5920,-0.2065 0.5920 -0.6058ZM 369.1501,299.3173 ZM 370.7196,295.5038 h 2.5331 c 0.1377,-0.0000 0.1927,-0.0688 0.1927 -0.1927c 0.0000,-1.2803 -0.6471,-1.6107 -1.1427 -1.6107c -0.3166,-0.0000 -1.3492,0.1239 -1.5832 1.8035ZM 370.7196,295.5038 ZM 374.3541,298.0370 l 0.2753,0.2203 c -0.5231,0.7159 -1.3354,1.2253 -2.3266 1.2253c -1.8861,-0.0000 -2.6846,-1.4042 -2.6846 -2.9049c 0.0000,-2.0926 1.3767,-3.3454 2.6846 -3.3454c 1.8173,-0.0000 2.2440,1.4180 2.2440 2.5744c 0.0000,0.1514 -0.0964,0.2340 -0.2478 0.2340h -3.6207 c -0.0138,0.0826 -0.0138,0.1652 -0.0138 0.2753c 0.0000,1.4042 0.9775,2.4918 1.9687 2.4918c 0.7572,-0.0000 1.2390,-0.2478 1.7209 -0.7710ZM 375.0424,299.3173 ZM 383.3440,298.3261 v -3.1664 c 0.0000,-0.9224 -0.3579,-1.2666 -0.8811 -1.2666c -0.5369,-0.0000 -0.9637,0.2753 -1.6245 1.0050c 0.0275,0.1652 0.0275,0.3579 0.0275 0.5507v 2.8773 c 0.0000,0.3992 0.1377,0.6058 0.5920 0.6058h 0.2340 c 0.0688,-0.0000 0.1239,0.0413 0.1239 0.1101v 0.2616 l -0.0275,0.0275 c 0.0000,-0.0000 -0.9224,-0.0275 -1.4593 -0.0275c -0.4956,-0.0000 -1.4455,0.0275 -1.4455 0.0275l -0.0275,-0.0275 v -0.2616 c 0.0000,-0.0688 0.0413,-0.1101 0.1101 -0.1101h 0.2753 c 0.4681,-0.0000 0.5920,-0.2065 0.5920 -0.6058v -3.1389 c 0.0000,-0.9224 -0.3717,-1.2941 -0.8949 -1.2941c -0.4818,-0.0000 -0.9362,0.3442 -1.5832 1.0188v 3.4142 c 0.0000,0.3992 0.1377,0.6058 0.5920 0.6058h 0.2616 c 0.0551,-0.0000 0.1101,0.0413 0.1101 0.1101v 0.2616 l -0.0275,0.0275 c 0.0000,-0.0000 -0.9362,-0.0275 -1.4731 -0.0275c -0.4956,-0.0000 -1.4318,0.0275 -1.4318 0.0275l -0.0275,-0.0275 v -0.2616 c 0.0000,-0.0688 0.0413,-0.1101 0.1101 -0.1101h 0.2616 c 0.4681,-0.0000 0.5920,-0.2065 0.5920 -0.6058v -3.4280 c 0.0000,-0.7847 -0.1239,-0.8398 -0.3029 -0.8398c -0.1790,-0.0000 -0.3442,0.0138 -0.5782 0.0688l -0.0688,-0.3855 c 0.8673,-0.1514 1.0601,-0.2065 1.4318 -0.3992c 0.1377,-0.0688 0.2478,-0.1101 0.3442 -0.1101h 0.2065 l -0.0413,1.1977 h 0.0413 c 0.6471,-0.6884 1.2253,-1.1977 2.0788 -1.1977c 0.7710,-0.0000 1.2528,0.5645 1.3354 1.1840c 0.7985,-0.8260 1.4455,-1.1840 2.1890 -1.1840c 1.2115,-0.0000 1.4180,1.0050 1.4180 2.2303v 2.8636 c 0.0000,0.3992 0.1377,0.6058 0.5920 0.6058h 0.2616 c 0.0551,-0.0000 0.1101,0.0413 0.1101 0.1101v 0.2616 l -0.0275,0.0275 c 0.0000,-0.0000 -0.9362,-0.0275 -1.4731 -0.0275c -0.4956,-0.0000 -1.4318,0.0275 -1.4318 0.0275l -0.0275,-0.0275 v -0.2616 c 0.0000,-0.0688 0.0413,-0.1101 0.1101 -0.1101h 0.2616 c 0.4543,-0.0000 0.5920,-0.2065 0.5920 -0.6058ZM 385.5054,299.3173 ZM 387.0749,295.5038 h 2.5331 c 0.1377,-0.0000 0.1927,-0.0688 0.1927 -0.1927c 0.0000,-1.2803 -0.6471,-1.6107 -1.1427 -1.6107c -0.3166,-0.0000 -1.3492,0.1239 -1.5832 1.8035ZM 387.0749,295.5038 ZM 390.7094,298.0370 l 0.2753,0.2203 c -0.5231,0.7159 -1.3354,1.2253 -2.3266 1.2253c -1.8861,-0.0000 -2.6846,-1.4042 -2.6846 -2.9049c 0.0000,-2.0926 1.3767,-3.3454 2.6846 -3.3454c 1.8173,-0.0000 2.2440,1.4180 2.2440 2.5744c 0.0000,0.1514 -0.0964,0.2340 -0.2478 0.2340h -3.6207 c -0.0138,0.0826 -0.0138,0.1652 -0.0138 0.2753c 0.0000,1.4042 0.9775,2.4918 1.9687 2.4918c 0.7572,-0.0000 1.2390,-0.2478 1.7209 -0.7710ZM 391.3977,299.3173 ZM 396.4090,298.3261 v -3.0150 c 0.0000,-0.9637 -0.1652,-1.4180 -0.8949 -1.4180c -0.6058,-0.0000 -1.1289,0.2340 -1.8310 1.0601v 3.3729 c 0.0000,0.3992 0.1377,0.6058 0.5920 0.6058h 0.1927 c 0.0688,-0.0000 0.1101,0.0413 0.1101 0.1101v 0.2616 l -0.0275,0.0275 c 0.0000,-0.0000 -0.8673,-0.0275 -1.4042 -0.0275c -0.4956,-0.0000 -1.4318,0.0275 -1.4318 0.0275l -0.0275,-0.0275 v -0.2616 c 0.0000,-0.0688 0.0413,-0.1101 0.1101 -0.1101h 0.2616 c 0.4681,-0.0000 0.5920,-0.2065 0.5920 -0.6058v -3.4280 c 0.0000,-0.7434 -0.1101,-0.8398 -0.3029 -0.8398c -0.1790,-0.0000 -0.3442,0.0138 -0.5782 0.0688l -0.0688,-0.3855 c 0.5782,-0.0964 0.9912,-0.1652 1.4180 -0.3992c 0.1514,-0.0688 0.2616,-0.1101 0.3579 -0.1101h 0.2065 l -0.0413,1.2253 h 0.0413 c 0.8811,-1.0325 1.5419,-1.2253 2.2440 -1.2253c 1.2390,-0.0000 1.5006,0.9499 1.5006 2.1752v 2.9186 c 0.0000,0.3992 0.1514,0.6058 0.5920 0.6058h 0.2616 c 0.0688,-0.0000 0.1239,0.0413 0.1239 0.1101v 0.2616 l -0.0275,0.0275 c 0.0000,-0.0000 -0.9499,-0.0275 -1.4868 -0.0275c -0.4818,-0.0000 -1.3492,0.0275 -1.3492 0.0275l -0.0275,-0.0275 v -0.2616 c 0.0000,-0.0688 0.0413,-0.1101 0.1101 -0.1101h 0.1927 c 0.4543,-0.0000 0.5920,-0.2065 0.5920 -0.6058ZM 398.5566,299.3173 ZM 400.8144,293.9344 v 3.5244 c 0.0000,0.8536 0.0826,1.2666 0.4543 1.2666c 0.3579,-0.0000 0.6333,-0.1101 0.9912 -0.3855l 0.2478,0.2340 c -0.5369,0.6058 -1.0876,0.9086 -1.7209 0.9086c -0.6333,-0.0000 -1.0050,-0.3855 -1.0050 -1.3629v -4.1852 h -0.8949 c -0.0413,-0.0000 -0.0551,-0.0138 -0.0551 -0.0551v -0.4268 c 0.0000,-0.0413 0.0138,-0.0551 0.0413 -0.0551c 0.9224,-0.0000 1.1427,-0.5369 1.1427 -1.5832v -0.2616 l 0.7985,-0.2753 v 2.1201 h 1.5144 c 0.0688,-0.0000 0.1101,0.0275 0.1101 0.0826v 0.2753 c 0.0000,0.1239 -0.1927,0.1790 -0.3304 0.1790h -1.2941 ZM 402.7143,299.3173 ZM 403.3063,297.3899 l 0.3717,-0.0138 c 0.0413,0.3442 0.1927,1.0050 0.4956 1.3216c 0.1377,0.1514 0.5094,0.3992 1.0188 0.3992c 0.4818,-0.0000 1.1977,-0.3855 1.1977 -1.0601c 0.0000,-0.5920 -0.3304,-0.9912 -1.4180 -1.4593c -1.0050,-0.4405 -1.5281,-0.7297 -1.5281 -1.7622c 0.0000,-0.9224 0.8123,-1.5832 1.8999 -1.5832c 0.6884,-0.0000 1.1977,0.1239 1.6245 0.3442c 0.0826,0.4405 0.1239,0.9086 0.1514 1.4042l -0.3717,0.0138 c -0.2891,-1.1289 -1.1151,-1.3492 -1.4042 -1.3492c -0.5231,-0.0000 -1.0601,0.2065 -1.0601 0.9637c 0.0000,0.5507 0.2616,0.8260 1.0188 1.1014c 1.1151,0.4130 2.0100,0.9086 2.0100 2.0100c 0.0000,1.3629 -1.4455,1.7622 -2.0926 1.7622c -0.4818,-0.0000 -0.8811,-0.0551 -1.2390 -0.1514c -0.0964,-0.0138 -0.1652,-0.0275 -0.2616 -0.0275c -0.0688,-0.0000 -0.1790,0.0138 -0.3166 0.0413c 0.0000,-0.5782 -0.0413,-1.2803 -0.0964 -1.9549ZM 411.2636,299.3173 ZM 415.2699,295.9444 l -1.0876,0.2753 c -1.2115,0.3717 -1.3905,1.0050 -1.3905 1.6245c 0.0000,0.4268 0.2065,1.0738 1.0738 1.0738c 0.4130,-0.0000 1.0463,-0.3992 1.4042 -0.7021v -2.2716 ZM 415.2699,295.9444 ZM 416.1510,299.4825 c -0.5231,-0.0000 -0.8123,-0.4681 -0.8673 -0.7985l -0.3166,0.2203 c -0.6333,0.4405 -0.8673,0.5782 -1.5006 0.5782c -0.9637,-0.0000 -1.6658,-0.5507 -1.6658 -1.5832c 0.0000,-1.0463 0.8949,-1.7622 2.2027 -2.0926l 1.2666,-0.3166 c 0.0000,-1.5557 -0.7159,-1.8448 -1.1840 -1.8448c -0.5231,-0.0000 -1.1289,0.2340 -1.1289 0.6608c 0.0000,0.1514 0.0275,0.2340 0.0413 0.2753c 0.0275,0.0551 0.0413,0.1514 0.0413 0.2478c 0.0000,0.1790 -0.1377,0.4543 -0.5369 0.4543c -0.3304,-0.0000 -0.5507,-0.2203 -0.5507 -0.5507c 0.0000,-0.7985 1.2941,-1.5006 2.1752 -1.5006c 1.0050,-0.0000 2.1614,0.4130 2.1614 2.3679v 2.0238 c 0.0000,0.8398 0.0138,1.1977 0.3304 1.1977c 0.3029,-0.0000 0.3855,-0.3855 0.3992 -0.6884l 0.3442,0.0688 c -0.0826,1.0050 -0.5094,1.2803 -1.2115 1.2803ZM 417.4726,299.3173 ZM 418.6979,298.3261 v -3.4280 c 0.0000,-0.6884 -0.0964,-0.8398 -0.3029 -0.8398c -0.1790,-0.0000 -0.3442,0.0138 -0.5782 0.0688l -0.0688,-0.3855 c 0.8673,-0.1514 1.0188,-0.1927 1.4318 -0.3992c 0.1377,-0.0688 0.2478,-0.1101 0.3442 -0.1101h 0.2065 l -0.0413,1.2390 h 0.0413 c 0.3579,-0.5369 0.9637,-1.2390 1.6107 -1.2390c 0.5645,-0.0000 0.7710,0.2753 0.7710 0.6333c 0.0000,0.3579 -0.2340,0.5782 -0.5920 0.5782c -0.2753,-0.0000 -0.4268,-0.1101 -0.5645 -0.2478c -0.0826,-0.0826 -0.1790,-0.1239 -0.2753 -0.1239c -0.1514,-0.0000 -0.4543,0.2478 -0.7847 0.7159c -0.0964,0.1239 -0.1652,0.3029 -0.1652 0.4818v 3.0563 c 0.0000,0.3992 0.1377,0.6058 0.5920 0.6058h 0.3992 c 0.0688,-0.0000 0.1239,0.0413 0.1239 0.1101v 0.2616 l -0.0275,0.0275 c 0.0000,-0.0000 -1.0876,-0.0275 -1.6245 -0.0275c -0.4956,-0.0000 -1.4318,0.0275 -1.4318 0.0275l -0.0138,-0.0275 v -0.2616 c 0.0000,-0.0688 0.0275,-0.1101 0.0964 -0.1101h 0.2616 c 0.4681,-0.0000 0.5920,-0.2065 0.5920 -0.6058ZM 422.2498,299.3173 ZM 423.8192,295.5038 h 2.5331 c 0.1377,-0.0000 0.1927,-0.0688 0.1927 -0.1927c 0.0000,-1.2803 -0.6471,-1.6107 -1.1427 -1.6107c -0.3166,-0.0000 -1.3492,0.1239 -1.5832 1.8035ZM 423.8192,295.5038 ZM 427.4537,298.0370 l 0.2753,0.2203 c -0.5231,0.7159 -1.3354,1.2253 -2.3266 1.2253c -1.8861,-0.0000 -2.6846,-1.4042 -2.6846 -2.9049c 0.0000,-2.0926 1.3767,-3.3454 2.6846 -3.3454c 1.8173,-0.0000 2.2440,1.4180 2.2440 2.5744c 0.0000,0.1514 -0.0964,0.2340 -0.2478 0.2340h -3.6207 c -0.0138,0.0826 -0.0138,0.1652 -0.0138 0.2753c 0.0000,1.4042 0.9775,2.4918 1.9687 2.4918c 0.7572,-0.0000 1.2390,-0.2478 1.7209 -0.7710ZM 431.5839,299.3173 ZM 433.6352,294.9945 v 3.4280 c 0.4818,0.5645 0.9362,0.5920 1.1564 0.5920c 1.4731,-0.0000 1.8035,-1.3767 1.8035 -2.5607c 0.0000,-1.6658 -0.6746,-2.5882 -1.5144 -2.5882c -0.4681,-0.0000 -1.1427,0.3992 -1.4455 1.1289ZM 433.6352,294.9945 ZM 432.6164,301.4925 v -6.8147 c 0.0000,-0.5231 -0.1239,-0.6195 -0.3166 -0.6195c -0.1790,-0.0000 -0.3442,0.0138 -0.5782 0.0688l -0.0688,-0.3855 c 0.8811,-0.1514 1.0463,-0.2065 1.4318 -0.3992c 0.1514,-0.0688 0.2478,-0.1101 0.3442 -0.1101h 0.2065 l -0.0413,1.1014 h 0.0413 c 0.6333,-0.9637 1.3767,-1.1014 1.8173 -1.1014c 1.3354,-0.0000 2.2165,1.3905 2.2165 2.8498c 0.0000,1.1151 -0.3442,1.9687 -0.9637 2.6020c -0.5369,0.5369 -1.1014,0.7985 -1.8310 0.7985c -0.4956,-0.0000 -0.8811,-0.1101 -1.2390 -0.3029v 2.3129 c 0.0000,0.3992 0.1514,0.6058 0.5920 0.6058h 0.2616 c 0.0688,-0.0000 0.1239,0.0413 0.1239 0.1101v 0.2616 l -0.0275,0.0275 c 0.0000,-0.0000 -0.9499,-0.0275 -1.4868 -0.0275c -0.4818,-0.0000 -1.4180,0.0275 -1.4180 0.0275l -0.0275,-0.0275 v -0.2616 c 0.0000,-0.0688 0.0413,-0.1101 0.1101 -0.1101h 0.2616 c 0.4543,-0.0000 0.5920,-0.2065 0.5920 -0.6058ZM 437.5037,299.3173 ZM 441.5099,295.9444 l -1.0876,0.2753 c -1.2115,0.3717 -1.3905,1.0050 -1.3905 1.6245c 0.0000,0.4268 0.2065,1.0738 1.0738 1.0738c 0.4130,-0.0000 1.0463,-0.3992 1.4042 -0.7021v -2.2716 ZM 441.5099,295.9444 ZM 442.3910,299.4825 c -0.5231,-0.0000 -0.8123,-0.4681 -0.8673 -0.7985l -0.3166,0.2203 c -0.6333,0.4405 -0.8673,0.5782 -1.5006 0.5782c -0.9637,-0.0000 -1.6658,-0.5507 -1.6658 -1.5832c 0.0000,-1.0463 0.8949,-1.7622 2.2027 -2.0926l 1.2666,-0.3166 c 0.0000,-1.5557 -0.7159,-1.8448 -1.1840 -1.8448c -0.5231,-0.0000 -1.1289,0.2340 -1.1289 0.6608c 0.0000,0.1514 0.0275,0.2340 0.0413 0.2753c 0.0275,0.0551 0.0413,0.1514 0.0413 0.2478c 0.0000,0.1790 -0.1377,0.4543 -0.5369 0.4543c -0.3304,-0.0000 -0.5507,-0.2203 -0.5507 -0.5507c 0.0000,-0.7985 1.2941,-1.5006 2.1752 -1.5006c 1.0050,-0.0000 2.1614,0.4130 2.1614 2.3679v 2.0238 c 0.0000,0.8398 0.0138,1.1977 0.3304 1.1977c 0.3029,-0.0000 0.3855,-0.3855 0.3992 -0.6884l 0.3442,0.0688 c -0.0826,1.0050 -0.5094,1.2803 -1.2115 1.2803ZM 443.7127,299.3173 ZM 445.9705,293.9344 v 3.5244 c 0.0000,0.8536 0.0826,1.2666 0.4543 1.2666c 0.3579,-0.0000 0.6333,-0.1101 0.9912 -0.3855l 0.2478,0.2340 c -0.5369,0.6058 -1.0876,0.9086 -1.7209 0.9086c -0.6333,-0.0000 -1.0050,-0.3855 -1.0050 -1.3629v -4.1852 h -0.8949 c -0.0413,-0.0000 -0.0551,-0.0138 -0.0551 -0.0551v -0.4268 c 0.0000,-0.0413 0.0138,-0.0551 0.0413 -0.0551c 0.9224,-0.0000 1.1427,-0.5369 1.1427 -1.5832v -0.2616 l 0.7985,-0.2753 v 2.1201 h 1.5144 c 0.0688,-0.0000 0.1101,0.0275 0.1101 0.0826v 0.2753 c 0.0000,0.1239 -0.1927,0.1790 -0.3304 0.1790h -1.2941 ZM 447.8703,299.3173 ZM 450.1144,289.7079 v 4.6670 c 0.9224,-0.9224 1.7347,-1.1427 2.2716 -1.1427c 0.9912,-0.0000 1.4868,0.7572 1.4868 2.1752v 2.9186 c 0.0000,0.3992 0.1377,0.6058 0.5920 0.6058h 0.2616 c 0.0551,-0.0000 0.1101,0.0413 0.1101 0.1101v 0.2616 l -0.0275,0.0275 c 0.0000,-0.0000 -0.9362,-0.0275 -1.4868 -0.0275c -0.4818,-0.0000 -1.4180,0.0275 -1.4180 0.0275l -0.0275,-0.0275 v -0.2616 c 0.0000,-0.0688 0.0413,-0.1101 0.1101 -0.1101h 0.2616 c 0.4681,-0.0000 0.5920,-0.2065 0.5920 -0.6058v -3.0701 c 0.0000,-1.1151 -0.3029,-1.3767 -1.0738 -1.3767c -0.3992,-0.0000 -0.9912,0.3579 -1.6521 1.0050v 3.4418 c 0.0000,0.3992 0.1377,0.6058 0.5920 0.6058h 0.2616 c 0.0551,-0.0000 0.1101,0.0413 0.1101 0.1101v 0.2616 l -0.0275,0.0275 c 0.0000,-0.0000 -0.9362,-0.0275 -1.4731 -0.0275c -0.4956,-0.0000 -1.4180,0.0275 -1.4180 0.0275l -0.0275,-0.0275 v -0.2616 c 0.0000,-0.0688 0.0275,-0.1101 0.0964 -0.1101h 0.2616 c 0.4681,-0.0000 0.5920,-0.2065 0.5920 -0.6058v -6.8973 c 0.0000,-0.7847 -0.1239,-1.0050 -0.3992 -1.0050l -0.4543,0.0551 c -0.0413,-0.0000 -0.0688,-0.0275 -0.0688 -0.0688l -0.0275,-0.3442 c 0.2203,-0.0000 0.7159,-0.0826 0.9499 -0.1239c 0.2478,-0.0551 0.4543,-0.1101 0.7297 -0.2340h 0.3029 ZM 455.0017,299.3173 ZM 455.5937,297.3899 l 0.3717,-0.0138 c 0.0413,0.3442 0.1927,1.0050 0.4956 1.3216c 0.1377,0.1514 0.5094,0.3992 1.0188 0.3992c 0.4818,-0.0000 1.1977,-0.3855 1.1977 -1.0601c 0.0000,-0.5920 -0.3304,-0.9912 -1.4180 -1.4593c -1.0050,-0.4405 -1.5281,-0.7297 -1.5281 -1.7622c 0.0000,-0.9224 0.8123,-1.5832 1.8999 -1.5832c 0.6884,-0.0000 1.1977,0.1239 1.6245 0.3442c 0.0826,0.4405 0.1239,0.9086 0.1514 1.4042l -0.3717,0.0138 c -0.2891,-1.1289 -1.1151,-1.3492 -1.4042 -1.3492c -0.5231,-0.0000 -1.0601,0.2065 -1.0601 0.9637c 0.0000,0.5507 0.2616,0.8260 1.0188 1.1014c 1.1151,0.4130 2.0100,0.9086 2.0100 2.0100c 0.0000,1.3629 -1.4455,1.7622 -2.0926 1.7622c -0.4818,-0.0000 -0.8811,-0.0551 -1.2390 -0.1514c -0.0964,-0.0138 -0.1652,-0.0275 -0.2616 -0.0275c -0.0688,-0.0000 -0.1790,0.0138 -0.3166 0.0413c 0.0000,-0.5782 -0.0413,-1.2803 -0.0964 -1.9549ZM 463.5511,299.3173 ZM 468.5623,298.3261 v -3.0150 c 0.0000,-0.9637 -0.1652,-1.4180 -0.8949 -1.4180c -0.6058,-0.0000 -1.1289,0.2340 -1.8310 1.0601v 3.3729 c 0.0000,0.3992 0.1377,0.6058 0.5920 0.6058h 0.1927 c 0.0688,-0.0000 0.1101,0.0413 0.1101 0.1101v 0.2616 l -0.0275,0.0275 c 0.0000,-0.0000 -0.8673,-0.0275 -1.4042 -0.0275c -0.4956,-0.0000 -1.4318,0.0275 -1.4318 0.0275l -0.0275,-0.0275 v -0.2616 c 0.0000,-0.0688 0.0413,-0.1101 0.1101 -0.1101h 0.2616 c 0.4681,-0.0000 0.5920,-0.2065 0.5920 -0.6058v -3.4280 c 0.0000,-0.7434 -0.1101,-0.8398 -0.3029 -0.8398c -0.1790,-0.0000 -0.3442,0.0138 -0.5782 0.0688l -0.0688,-0.3855 c 0.5782,-0.0964 0.9912,-0.1652 1.4180 -0.3992c 0.1514,-0.0688 0.2616,-0.1101 0.3579 -0.1101h 0.2065 l -0.0413,1.2253 h 0.0413 c 0.8811,-1.0325 1.5419,-1.2253 2.2440 -1.2253c 1.2390,-0.0000 1.5006,0.9499 1.5006 2.1752v 2.9186 c 0.0000,0.3992 0.1514,0.6058 0.5920 0.6058h 0.2616 c 0.0688,-0.0000 0.1239,0.0413 0.1239 0.1101v 0.2616 l -0.0275,0.0275 c 0.0000,-0.0000 -0.9499,-0.0275 -1.4868 -0.0275c -0.4818,-0.0000 -1.3492,0.0275 -1.3492 0.0275l -0.0275,-0.0275 v -0.2616 c 0.0000,-0.0688 0.0413,-0.1101 0.1101 -0.1101h 0.1927 c 0.4543,-0.0000 0.5920,-0.2065 0.5920 -0.6058ZM 470.7099,299.3173 ZM 471.1780,296.4951 c 0.0000,-1.8861 1.0188,-3.2628 2.8498 -3.2628c 2.0375,-0.0000 2.8223,1.7071 2.8223 3.1389c 0.0000,1.3767 -0.8949,3.1114 -2.8498 3.1114c -1.8448,-0.0000 -2.8223,-1.5832 -2.8223 -2.9875ZM 471.1780,296.4951 ZM 473.8764,293.6866 c -1.1014,-0.0000 -1.6107,1.2941 -1.6107 2.4918c 0.0000,1.0601 0.6058,2.8223 1.9687 2.8223c 0.6195,-0.0000 1.5281,-0.3717 1.5281 -2.1890c 0.0000,-2.0238 -0.7572,-3.1251 -1.8861 -3.1251ZM 477.3044,299.3173 ZM 479.5622,293.9344 v 3.5244 c 0.0000,0.8536 0.0826,1.2666 0.4543 1.2666c 0.3579,-0.0000 0.6333,-0.1101 0.9912 -0.3855l 0.2478,0.2340 c -0.5369,0.6058 -1.0876,0.9086 -1.7209 0.9086c -0.6333,-0.0000 -1.0050,-0.3855 -1.0050 -1.3629v -4.1852 h -0.8949 c -0.0413,-0.0000 -0.0551,-0.0138 -0.0551 -0.0551v -0.4268 c 0.0000,-0.0413 0.0138,-0.0551 0.0413 -0.0551c 0.9224,-0.0000 1.1427,-0.5369 1.1427 -1.5832v -0.2616 l 0.7985,-0.2753 v 2.1201 h 1.5144 c 0.0688,-0.0000 0.1101,0.0275 0.1101 0.0826v 0.2753 c 0.0000,0.1239 -0.1927,0.1790 -0.3304 0.1790h -1.2941 ZM 484.9038,299.3173 ZM 485.4958,297.3899 l 0.3717,-0.0138 c 0.0413,0.3442 0.1927,1.0050 0.4956 1.3216c 0.1377,0.1514 0.5094,0.3992 1.0188 0.3992c 0.4818,-0.0000 1.1977,-0.3855 1.1977 -1.0601c 0.0000,-0.5920 -0.3304,-0.9912 -1.4180 -1.4593c -1.0050,-0.4405 -1.5281,-0.7297 -1.5281 -1.7622c 0.0000,-0.9224 0.8123,-1.5832 1.8999 -1.5832c 0.6884,-0.0000 1.1977,0.1239 1.6245 0.3442c 0.0826,0.4405 0.1239,0.9086 0.1514 1.4042l -0.3717,0.0138 c -0.2891,-1.1289 -1.1151,-1.3492 -1.4042 -1.3492c -0.5231,-0.0000 -1.0601,0.2065 -1.0601 0.9637c 0.0000,0.5507 0.2616,0.8260 1.0188 1.1014c 1.1151,0.4130 2.0100,0.9086 2.0100 2.0100c 0.0000,1.3629 -1.4455,1.7622 -2.0926 1.7622c -0.4818,-0.0000 -0.8811,-0.0551 -1.2390 -0.1514c -0.0964,-0.0138 -0.1652,-0.0275 -0.2616 -0.0275c -0.0688,-0.0000 -0.1790,0.0138 -0.3166 0.0413c 0.0000,-0.5782 -0.0413,-1.2803 -0.0964 -1.9549ZM 490.0114,299.3173 ZM 494.5545,293.7830 h -0.0688 c -0.0688,-0.0000 -0.1101,-0.0551 -0.1101 -0.0964v -0.2753 l 0.0551,-0.0275 c 0.0000,-0.0000 0.7847,0.0275 1.2941 0.0275c 0.3579,-0.0000 0.9362,-0.0275 0.9362 -0.0275l 0.0275,0.0275 v 0.2478 c 0.0000,0.0688 -0.0688,0.1239 -0.1514 0.1239c -0.3992,-0.0000 -0.7159,0.1790 -0.9362 0.7159l -1.8999,4.6670 c -0.0964,0.2340 -0.1927,0.3166 -0.3304 0.3166c -0.1790,-0.0000 -0.2616,-0.0826 -0.3442 -0.2891l -1.8723,-4.7496 c -0.1927,-0.4956 -0.4818,-0.6608 -0.8811 -0.6608c -0.0688,-0.0000 -0.1377,-0.0275 -0.1377 -0.0964v -0.2753 l 0.0413,-0.0275 c 0.0000,-0.0000 0.7297,0.0275 1.1977 0.0275c 0.5369,-0.0000 1.3767,-0.0275 1.3767 -0.0275l 0.0551,0.0275 v 0.2616 c 0.0000,0.0964 -0.0826,0.1101 -0.1239 0.1101h -0.2340 c -0.2753,0.0138 -0.3992,0.0964 -0.3992 0.2340c 0.0000,0.0964 0.0551,0.2065 0.1377 0.3992l 1.1840,3.0012 l 0.2340,0.6333 l 0.2340,-0.5920 l 1.2253,-3.0150 c 0.0688,-0.1514 0.1101,-0.2753 0.1101 -0.3717c 0.0000,-0.2065 -0.1514,-0.2891 -0.6195 -0.2891ZM 496.8536,299.3173 ZM 501.2040,295.4212 c 0.0000,-1.1427 -0.5369,-1.8035 -1.3629 -1.8035c -0.7159,-0.0000 -1.1977,0.4956 -1.1977 1.5694c 0.0000,0.7159 0.2753,1.8448 1.3767 1.8448c 0.4818,-0.0000 1.1840,-0.2340 1.1840 -1.6107ZM 501.2040,295.4212 ZM 498.6296,299.4137 c -0.4268,0.3992 -0.5231,0.8260 -0.5231 1.2941c 0.0000,1.0325 1.2390,1.3354 1.7071 1.3354c 1.1840,-0.0000 2.6846,-0.4130 2.6846 -1.4042c 0.0000,-0.3579 -0.1927,-0.5920 -0.7297 -0.8536c -0.3855,-0.1927 -0.9499,-0.3442 -1.6107 -0.3442c -0.1101,-0.0000 -0.2616,0.0138 -0.4543 0.0275c -0.1927,0.0138 -0.3992,0.0138 -0.5507 0.0138c -0.2203,-0.0000 -0.3304,-0.0275 -0.5231 -0.0688ZM 498.6296,299.4137 ZM 502.8148,293.9757 c -0.2203,-0.0000 -0.3579,-0.1239 -0.4130 -0.2340c -0.0826,-0.1239 -0.1377,-0.1652 -0.2340 -0.1652c -0.1652,-0.0000 -0.4268,0.1927 -0.5231 0.3304c 0.3855,0.4130 0.5645,0.8123 0.5645 1.4593c 0.0000,1.3492 -1.1014,2.0788 -2.2578 2.0788c -0.5094,-0.0000 -0.9224,-0.0964 -1.2390 -0.2891c -0.1514,0.2340 -0.2340,0.5231 -0.2340 0.7985c 0.0000,0.5920 0.4543,0.7434 0.8398 0.7434c 0.0688,-0.0000 0.2340,-0.0138 0.4268 -0.0275c 0.3166,-0.0413 0.6608,-0.0688 0.8949 -0.0688c 0.4818,-0.0000 1.3905,0.0964 1.9412 0.5645c 0.3717,0.3442 0.5782,0.6746 0.5782 1.1151c 0.0000,1.4868 -1.9549,2.2716 -3.7309 2.2716c -1.0050,-0.0000 -2.1201,-0.3717 -2.1201 -1.5694c 0.0000,-0.5920 0.3717,-1.2253 1.0738 -1.6658c -0.3442,-0.1790 -0.5920,-0.5231 -0.5920 -1.0188c 0.0000,-0.4681 0.2065,-1.0601 0.5782 -1.3905c -0.3717,-0.3717 -0.6884,-0.8398 -0.6884 -1.5970c 0.0000,-1.2666 1.1151,-2.0788 2.2853 -2.0788c 0.7710,-0.0000 1.2528,0.3166 1.4042 0.4268c 0.3442,-0.4681 0.9637,-0.7021 1.3079 -0.7021c 0.3579,-0.0000 0.6058,0.2340 0.6058 0.5231c 0.0000,0.3029 -0.1927,0.4956 -0.4681 0.4956ZM 506.9587,299.3173 ZM 509.2165,293.9344 v 3.5244 c 0.0000,0.8536 0.0826,1.2666 0.4543 1.2666c 0.3579,-0.0000 0.6333,-0.1101 0.9912 -0.3855l 0.2478,0.2340 c -0.5369,0.6058 -1.0876,0.9086 -1.7209 0.9086c -0.6333,-0.0000 -1.0050,-0.3855 -1.0050 -1.3629v -4.1852 h -0.8949 c -0.0413,-0.0000 -0.0551,-0.0138 -0.0551 -0.0551v -0.4268 c 0.0000,-0.0413 0.0138,-0.0551 0.0413 -0.0551c 0.9224,-0.0000 1.1427,-0.5369 1.1427 -1.5832v -0.2616 l 0.7985,-0.2753 v 2.1201 h 1.5144 c 0.0688,-0.0000 0.1101,0.0275 0.1101 0.0826v 0.2753 c 0.0000,0.1239 -0.1927,0.1790 -0.3304 0.1790h -1.2941 ZM 511.1163,299.3173 ZM 512.6858,295.5038 h 2.5331 c 0.1377,-0.0000 0.1927,-0.0688 0.1927 -0.1927c 0.0000,-1.2803 -0.6471,-1.6107 -1.1427 -1.6107c -0.3166,-0.0000 -1.3492,0.1239 -1.5832 1.8035ZM 512.6858,295.5038 ZM 516.3203,298.0370 l 0.2753,0.2203 c -0.5231,0.7159 -1.3354,1.2253 -2.3266 1.2253c -1.8861,-0.0000 -2.6846,-1.4042 -2.6846 -2.9049c 0.0000,-2.0926 1.3767,-3.3454 2.6846 -3.3454c 1.8173,-0.0000 2.2440,1.4180 2.2440 2.5744c 0.0000,0.1514 -0.0964,0.2340 -0.2478 0.2340h -3.6207 c -0.0138,0.0826 -0.0138,0.1652 -0.0138 0.2753c 0.0000,1.4042 0.9775,2.4918 1.9687 2.4918c 0.7572,-0.0000 1.2390,-0.2478 1.7209 -0.7710ZM 517.0087,299.3173 ZM 519.7208,293.7830 c -0.2753,-0.0000 -0.3304,0.0688 -0.3304 0.1652c 0.0000,0.0688 0.0551,0.1927 0.2065 0.4405l 0.8398,1.2390 c 0.0413,0.0826 0.0826,0.1239 0.1377 0.1239c 0.0413,-0.0000 0.0688,-0.0275 0.1239 -0.0964l 0.8949,-1.2528 c 0.1514,-0.1927 0.2340,-0.3442 0.2340 -0.4543c 0.0000,-0.1101 -0.0964,-0.1652 -0.2891 -0.1652h -0.2203 c -0.0413,-0.0000 -0.0826,-0.0275 -0.0826 -0.0964v -0.2616 l 0.0413,-0.0413 c 0.0000,-0.0000 0.6471,0.0275 1.0738 0.0275c 0.4405,-0.0000 1.1151,-0.0275 1.1151 -0.0275l 0.0138,0.0275 v 0.2616 c 0.0000,0.0964 -0.0826,0.1101 -0.1652 0.1101c -0.5094,-0.0000 -0.7159,0.1652 -1.2253 0.8123l -1.1564,1.4731 c -0.0275,0.0413 -0.0413,0.0688 -0.0413 0.0964c 0.0000,0.0275 0.0138,0.0688 0.0413 0.1101l 1.2390,1.7484 c 0.6333,0.8949 0.8123,0.9086 1.2528 0.9086c 0.1377,-0.0000 0.1927,0.0275 0.1927 0.1101v 0.2616 l -0.0138,0.0275 c 0.0000,-0.0000 -0.7434,-0.0275 -1.2115 -0.0275c -0.5645,-0.0000 -1.4318,0.0275 -1.4318 0.0275l -0.0275,-0.0275 v -0.2616 c 0.0000,-0.0688 0.0275,-0.1101 0.0964 -0.1101h 0.1652 c 0.2203,-0.0000 0.3166,-0.0413 0.3166 -0.1514c 0.0000,-0.1239 -0.1514,-0.3304 -0.3717 -0.6195l -0.7985,-1.1014 c -0.0551,-0.0688 -0.0826,-0.0964 -0.1239 -0.0964c -0.0275,-0.0000 -0.0688,0.0413 -0.1239 0.1239l -0.8673,1.2528 c -0.2065,0.2753 -0.2478,0.3442 -0.2478 0.4405c 0.0000,0.0964 0.0826,0.1514 0.2891 0.1514h 0.1927 c 0.0688,-0.0000 0.0964,0.0413 0.0964 0.1101v 0.2616 l -0.0275,0.0275 c 0.0000,-0.0000 -0.7159,-0.0275 -1.1564 -0.0275c -0.3992,-0.0000 -1.0325,0.0275 -1.0325 0.0275l -0.0275,-0.0275 v -0.2340 c 0.0000,-0.0826 0.0551,-0.1377 0.1790 -0.1377c 0.3304,-0.0000 0.6471,-0.0688 1.2253 -0.8123l 1.1564,-1.4868 c 0.0138,-0.0275 0.0275,-0.0551 0.0275 -0.0964c 0.0000,-0.0413 -0.0138,-0.0688 -0.0413 -0.1101l -1.1977,-1.7484 c -0.3855,-0.5645 -0.6333,-0.8949 -1.1151 -0.8949c -0.0964,-0.0000 -0.1927,-0.0413 -0.1927 -0.0964v -0.2616 l 0.0275,-0.0413 l 1.0876,0.0275 l 1.5281,-0.0275 l 0.0413,0.0413 v 0.2478 c 0.0000,0.0688 -0.0551,0.1101 -0.1101 0.1101h -0.2065 ZM 523.8509,299.3173 ZM 526.1087,293.9344 v 3.5244 c 0.0000,0.8536 0.0826,1.2666 0.4543 1.2666c 0.3579,-0.0000 0.6333,-0.1101 0.9912 -0.3855l 0.2478,0.2340 c -0.5369,0.6058 -1.0876,0.9086 -1.7209 0.9086c -0.6333,-0.0000 -1.0050,-0.3855 -1.0050 -1.3629v -4.1852 h -0.8949 c -0.0413,-0.0000 -0.0551,-0.0138 -0.0551 -0.0551v -0.4268 c 0.0000,-0.0413 0.0138,-0.0551 0.0413 -0.0551c 0.9224,-0.0000 1.1427,-0.5369 1.1427 -1.5832v -0.2616 l 0.7985,-0.2753 v 2.1201 h 1.5144 c 0.0688,-0.0000 0.1101,0.0275 0.1101 0.0826v 0.2753 c 0.0000,0.1239 -0.1927,0.1790 -0.3304 0.1790h -1.2941 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(31,119,180)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 49.6466,240.6592 ZM 34.5487,232.0548 c 0.0000,-2.7993 1.0325,-3.6253 1.0325 -5.0020c 1.6521,-0.1606 2.5699,-0.2983 3.5336 -0.5048l 0.1377,0.6884 c -1.9733,0.5966 -3.8548,1.8127 -3.8548 5.1397c -0.0000,3.0976 2.7305,5.5527 6.7459 5.5527c 3.0288,0.0000 6.9524,-2.2027 6.9524 -6.2870c 0.0000,-1.2390 -0.4130,-2.5928 -1.1473 -3.3729l -3.5106,-0.0000 c -0.7113,-0.0000 -1.0096,0.3442 -1.0096 1.2620l -0.0000,0.5966 c -0.0000,0.0918 -0.0688,0.1836 -0.1836 0.1836l -0.5966,-0.0000 l -0.0459,-0.0459 c 0.0000,-0.0000 0.0459,-1.9962 0.0459 -2.8911c 0.0000,-0.8031 -0.0459,-2.1339 -0.0459 -2.1339l 0.0459,-0.0459 l 0.5966,0.0000 c 0.1147,0.0000 0.1836,0.0688 0.1836 0.1836l -0.0000,0.0229 c -0.0000,0.8031 0.3671,1.0096 1.0096 1.0096l 2.6616,0.0000 c 0.2524,0.0000 0.4360,-0.1147 0.6425 -0.3671c 1.3308,1.5603 2.1798,3.4188 2.1798 6.1264c -0.0000,4.6120 -3.3500,7.7555 -7.3195 7.7555c -5.0479,-0.0000 -8.0537,-3.9236 -8.0537 -7.8702ZM 49.6466,224.7582 ZM 47.9945,222.5784 l -11.4955,-0.0000 c -1.3079,-0.0000 -1.6750,0.2295 -1.6750 0.6884l 0.0918,0.7342 c -0.0000,0.0688 -0.0459,0.1377 -0.1147 0.1377l -0.5736,0.0459 c 0.0000,-0.3671 -0.1377,-1.2161 -0.2065 -1.6062c -0.0918,-0.4130 -0.1836,-0.7342 -0.3901 -1.1931l 0.0000,-0.5048 l 14.3637,0.0000 c 0.6654,0.0000 1.0096,-0.2524 1.0096 -0.9866l 0.0000,-0.5507 c 0.0000,-0.0918 0.0688,-0.1836 0.1836 -0.1836l 0.4360,0.0000 l 0.0459,0.0459 c 0.0000,-0.0000 -0.0459,1.6750 -0.0459 2.5699c -0.0000,0.8031 0.0459,2.4781 0.0459 2.4781l -0.0459,0.0229 l -0.4360,-0.0000 c -0.1147,-0.0000 -0.1836,-0.0459 -0.1836 -0.1606l 0.0000,-0.5507 c 0.0000,-0.7572 -0.3442,-0.9866 -1.0096 -0.9866ZM 49.6466,218.7925 ZM 40.2391,214.0199 c 0.1147,0.0000 0.1836,0.1377 0.1836 0.2524c -0.0000,0.6884 0.1377,0.9866 0.5048 0.9866c 0.1377,0.0000 0.3212,-0.0459 0.5277 -0.1377l 5.9198,-2.5240 l -5.8281,-2.5469 c -0.2065,-0.1147 -0.3901,-0.1606 -0.5277 -0.1606c -0.4818,-0.0000 -0.5966,0.4589 -0.5966 0.9637l -0.0000,0.0918 c -0.0000,0.1147 -0.0918,0.2295 -0.1606 0.2295l -0.4360,-0.0000 l -0.0688,-0.0459 c 0.0000,-0.0000 0.0459,-1.3538 0.0459 -2.1568c 0.0000,-0.6425 -0.0459,-1.5832 -0.0459 -1.5832l 0.0459,-0.0688 l 0.4360,0.0000 c 0.1147,0.0000 0.1836,0.0918 0.1836 0.2524c -0.0000,0.8719 0.8949,1.3079 1.5603 1.6291c 2.5699,1.2161 4.9332,2.2257 9.3616 4.0613c 1.6521,0.6884 3.5794,1.5144 3.5794 3.1435c -0.0000,0.4360 -0.2524,1.3308 -1.0784 1.3308c -0.6884,-0.0000 -0.8949,-0.5048 -0.8949 -0.8719c 0.0000,-0.3442 0.1377,-0.5736 0.3212 -0.7113c 0.2295,-0.2295 0.3901,-0.3901 0.3901 -0.6195c 0.0000,-0.3442 -1.9733,-1.1473 -3.3729 -1.7209c -0.2753,-0.1377 -0.5048,-0.1836 -0.7113 -0.1836c -0.2295,-0.0000 -0.8490,0.2065 -1.3079 0.3901l -6.7229,2.8911 c -0.8719,0.3671 -1.1243,0.6195 -1.1243 1.3997c -0.0000,0.1377 -0.0688,0.2295 -0.1606 0.2295l -0.4589,-0.0000 l -0.0459,-0.0459 c 0.0000,-0.0000 0.0459,-1.0096 0.0459 -1.6979c 0.0000,-1.0784 -0.0459,-2.7305 -0.0459 -2.7305l 0.0688,-0.0459 l 0.4130,0.0000 ZM 49.6466,207.1134 ZM 42.4418,203.6946 l 5.7133,0.0000 c 0.9408,-0.8031 0.9866,-1.5603 0.9866 -1.9274c 0.0000,-2.4551 -2.2945,-3.0058 -4.2678 -3.0058c -2.7764,-0.0000 -4.3137,1.1243 -4.3137 2.5240c -0.0000,0.7801 0.6654,1.9044 1.8815 2.4092ZM 42.4418,203.6946 ZM 53.2719,205.3925 l -11.3578,-0.0000 c -0.8719,-0.0000 -1.0325,0.2065 -1.0325 0.5277c -0.0000,0.2983 0.0229,0.5736 0.1147 0.9637l -0.6425,0.1147 c -0.2524,-1.4685 -0.3442,-1.7438 -0.6654 -2.3863c -0.1147,-0.2524 -0.1836,-0.4130 -0.1836 -0.5736l 0.0000,-0.3442 l 1.8356,0.0688 l 0.0000,-0.0688 c -1.6062,-1.0555 -1.8356,-2.2945 -1.8356 -3.0288c 0.0000,-2.2257 2.3175,-3.6942 4.7496 -3.6942c 1.8586,0.0000 3.2812,0.5736 4.3366 1.6062c 0.8949,0.8949 1.3308,1.8356 1.3308 3.0517c -0.0000,0.8260 -0.1836,1.4685 -0.5048 2.0651l 3.8548,0.0000 c 0.6654,0.0000 1.0096,-0.2524 1.0096 -0.9866l 0.0000,-0.4360 c 0.0000,-0.1147 0.0688,-0.2065 0.1836 -0.2065l 0.4360,0.0000 l 0.0459,0.0459 c 0.0000,-0.0000 -0.0459,1.5832 -0.0459 2.4781c -0.0000,0.8031 0.0459,2.3634 0.0459 2.3634l -0.0459,0.0459 l -0.4360,-0.0000 c -0.1147,-0.0000 -0.1836,-0.0688 -0.1836 -0.1836l 0.0000,-0.4360 c 0.0000,-0.7572 -0.3442,-0.9866 -1.0096 -0.9866ZM 49.6466,196.1227 ZM 33.6309,192.3826 l 7.7784,0.0000 c -1.5373,-1.5373 -1.9044,-2.8911 -1.9044 -3.7859c 0.0000,-1.6521 1.2620,-2.4781 3.6253 -2.4781l 4.8644,0.0000 c 0.6654,0.0000 1.0096,-0.2295 1.0096 -0.9866l 0.0000,-0.4360 c 0.0000,-0.0918 0.0688,-0.1836 0.1836 -0.1836l 0.4360,0.0000 l 0.0459,0.0459 c 0.0000,-0.0000 -0.0459,1.5603 -0.0459 2.4781c -0.0000,0.8031 0.0459,2.3634 0.0459 2.3634l -0.0459,0.0459 l -0.4360,-0.0000 c -0.1147,-0.0000 -0.1836,-0.0688 -0.1836 -0.1836l 0.0000,-0.4360 c 0.0000,-0.7801 -0.3442,-0.9866 -1.0096 -0.9866l -5.1168,-0.0000 c -1.8586,-0.0000 -2.2945,0.5048 -2.2945 1.7897c -0.0000,0.6654 0.5966,1.6521 1.6750 2.7534l 5.7363,0.0000 c 0.6654,0.0000 1.0096,-0.2295 1.0096 -0.9866l 0.0000,-0.4360 c 0.0000,-0.0918 0.0688,-0.1836 0.1836 -0.1836l 0.4360,0.0000 l 0.0459,0.0459 c 0.0000,-0.0000 -0.0459,1.5603 -0.0459 2.4551c -0.0000,0.8260 0.0459,2.3634 0.0459 2.3634l -0.0459,0.0459 l -0.4360,-0.0000 c -0.1147,-0.0000 -0.1836,-0.0459 -0.1836 -0.1606l 0.0000,-0.4360 c 0.0000,-0.7801 -0.3442,-0.9866 -1.0096 -0.9866l -11.4955,-0.0000 c -1.3079,-0.0000 -1.6750,0.2065 -1.6750 0.6654l 0.0918,0.7572 c -0.0000,0.0688 -0.0459,0.1147 -0.1147 0.1147l -0.5736,0.0459 c 0.0000,-0.3671 -0.1377,-1.1931 -0.2065 -1.5832c -0.0918,-0.4130 -0.1836,-0.7572 -0.3901 -1.2161l 0.0000,-0.5048 ZM 49.6466,178.5008 ZM 49.9219,170.3553 c -0.0000,4.9332 -3.8089,7.2966 -7.5031 7.2966c -4.5202,-0.0000 -7.8702,-3.5106 -7.8702 -7.3195c 0.0000,-2.8223 0.9637,-3.7171 1.0325 -5.0250c 1.2620,-0.0688 2.3634,-0.2753 3.5565 -0.5048l 0.0918,0.6884 c -1.9733,0.5966 -3.8318,1.9274 -3.8318 5.0938c -0.0000,1.8127 1.9274,5.0709 6.5853 5.0709c 3.3500,0.0000 6.9983,-1.7209 6.9983 -5.2774c 0.0000,-2.1339 -0.7572,-3.6942 -2.5469 -5.3233l 0.3442,-0.5277 c 2.0421,1.5603 3.1435,3.6024 3.1435 5.8281ZM 49.6466,163.7241 ZM 33.6309,159.9841 l 7.7784,0.0000 c -1.5373,-1.5373 -1.9044,-2.8911 -1.9044 -3.7859c 0.0000,-1.6521 1.2620,-2.4781 3.6253 -2.4781l 4.8644,0.0000 c 0.6654,0.0000 1.0096,-0.2295 1.0096 -0.9866l 0.0000,-0.4360 c 0.0000,-0.0918 0.0688,-0.1836 0.1836 -0.1836l 0.4360,0.0000 l 0.0459,0.0459 c 0.0000,-0.0000 -0.0459,1.5603 -0.0459 2.4781c -0.0000,0.8031 0.0459,2.3634 0.0459 2.3634l -0.0459,0.0459 l -0.4360,-0.0000 c -0.1147,-0.0000 -0.1836,-0.0688 -0.1836 -0.1836l 0.0000,-0.4360 c 0.0000,-0.7801 -0.3442,-0.9866 -1.0096 -0.9866l -5.1168,-0.0000 c -1.8586,-0.0000 -2.2945,0.5048 -2.2945 1.7897c -0.0000,0.6654 0.5966,1.6521 1.6750 2.7534l 5.7363,0.0000 c 0.6654,0.0000 1.0096,-0.2295 1.0096 -0.9866l 0.0000,-0.4360 c 0.0000,-0.0918 0.0688,-0.1836 0.1836 -0.1836l 0.4360,0.0000 l 0.0459,0.0459 c 0.0000,-0.0000 -0.0459,1.5603 -0.0459 2.4551c -0.0000,0.8260 0.0459,2.3634 0.0459 2.3634l -0.0459,0.0459 l -0.4360,-0.0000 c -0.1147,-0.0000 -0.1836,-0.0459 -0.1836 -0.1606l 0.0000,-0.4360 c 0.0000,-0.7801 -0.3442,-0.9866 -1.0096 -0.9866l -11.4955,-0.0000 c -1.3079,-0.0000 -1.6750,0.2065 -1.6750 0.6654l 0.0918,0.7572 c -0.0000,0.0688 -0.0459,0.1147 -0.1147 0.1147l -0.5736,0.0459 c 0.0000,-0.3671 -0.1377,-1.1931 -0.2065 -1.5832c -0.0918,-0.4130 -0.1836,-0.7572 -0.3901 -1.2161l 0.0000,-0.5048 ZM 49.6466,151.8385 ZM 44.0250,145.1615 l 0.4589,1.8127 c 0.6195,2.0192 1.6750,2.3175 2.7075 2.3175c 0.7113,0.0000 1.7897,-0.3442 1.7897 -1.7897c 0.0000,-0.6884 -0.6654,-1.7438 -1.1702 -2.3404l -3.7859,-0.0000 ZM 44.0250,145.1615 ZM 49.9219,143.6930 c -0.0000,0.8719 -0.7801,1.3538 -1.3308 1.4455l 0.3671,0.5277 c 0.7342,1.0555 0.9637,1.4455 0.9637 2.5010c -0.0000,1.6062 -0.9178,2.7764 -2.6387 2.7764c -1.7438,-0.0000 -2.9370,-1.4914 -3.4877 -3.6712l -0.5277,-2.1110 c -2.5928,-0.0000 -3.0746,1.1931 -3.0746 1.9733c -0.0000,0.8719 0.3901,1.8815 1.1014 1.8815c 0.2524,0.0000 0.3901,-0.0459 0.4589 -0.0688c 0.0918,-0.0459 0.2524,-0.0688 0.4130 -0.0688c 0.2983,0.0000 0.7572,0.2295 0.7572 0.8949c -0.0000,0.5507 -0.3671,0.9178 -0.9178 0.9178c -1.3308,-0.0000 -2.5010,-2.1568 -2.5010 -3.6253c 0.0000,-1.6750 0.6884,-3.6024 3.9466 -3.6024l 3.3729,0.0000 c 1.3997,0.0000 1.9962,-0.0229 1.9962 -0.5507c 0.0000,-0.5048 -0.6425,-0.6425 -1.1473 -0.6654l 0.1147,-0.5736 c 1.6750,0.1377 2.1339,0.8490 2.1339 2.0192ZM 49.6466,141.4903 ZM 47.9945,139.4482 l -5.7133,-0.0000 c -1.1473,-0.0000 -1.3997,0.1606 -1.3997 0.5048c -0.0000,0.2983 0.0229,0.5736 0.1147 0.9637l -0.6425,0.1147 c -0.2524,-1.4455 -0.3212,-1.6979 -0.6654 -2.3863c -0.1147,-0.2295 -0.1836,-0.4130 -0.1836 -0.5736l 0.0000,-0.3442 l 2.0651,0.0688 l 0.0000,-0.0688 c -0.8949,-0.5966 -2.0651,-1.6062 -2.0651 -2.6846c 0.0000,-0.9408 0.4589,-1.2849 1.0555 -1.2849c 0.5966,0.0000 0.9637,0.3901 0.9637 0.9866c -0.0000,0.4589 -0.1836,0.7113 -0.4130 0.9408c -0.1377,0.1377 -0.2065,0.2983 -0.2065 0.4589c -0.0000,0.2524 0.4130,0.7572 1.1931 1.3079c 0.2065,0.1606 0.5048,0.2753 0.8031 0.2753l 5.0938,0.0000 c 0.6654,0.0000 1.0096,-0.2295 1.0096 -0.9866l 0.0000,-0.6654 c 0.0000,-0.1147 0.0688,-0.2065 0.1836 -0.2065l 0.4360,0.0000 l 0.0459,0.0459 c 0.0000,-0.0000 -0.0459,1.8127 -0.0459 2.7075c -0.0000,0.8260 0.0459,2.3863 0.0459 2.3863l -0.0459,0.0229 l -0.4360,-0.0000 c -0.1147,-0.0000 -0.1836,-0.0459 -0.1836 -0.1606l 0.0000,-0.4360 c 0.0000,-0.7801 -0.3442,-0.9866 -1.0096 -0.9866ZM 49.6466,133.5283 ZM 40.6750,129.7653 l 5.8740,0.0000 c 1.4226,0.0000 2.1110,-0.1377 2.1110 -0.7572c 0.0000,-0.5966 -0.1836,-1.0555 -0.6425 -1.6521l 0.3901,-0.4130 c 1.0096,0.8949 1.5144,1.8127 1.5144 2.8681c -0.0000,1.0555 -0.6425,1.6750 -2.2716 1.6750l -6.9753,-0.0000 l -0.0000,1.4914 c -0.0000,0.0688 -0.0229,0.0918 -0.0918 0.0918l -0.7113,-0.0000 c -0.0688,-0.0000 -0.0918,-0.0229 -0.0918 -0.0688c 0.0000,-1.5373 -0.8949,-1.9044 -2.6387 -1.9044l -0.4360,-0.0000 l -0.4589,-1.3308 l 3.5336,0.0000 l 0.0000,-2.5240 c 0.0000,-0.1147 0.0459,-0.1836 0.1377 -0.1836l 0.4589,0.0000 c 0.2065,0.0000 0.2983,0.3212 0.2983 0.5507l -0.0000,2.1568 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.63" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 563.1923,120.9649 ZM 566.2761,120.2341 c -0.3534,0.6103 -0.7388,0.8272 -1.2207 0.8272c -0.9637,-0.0000 -1.5660,-0.7308 -1.5660 -1.7668c 0.0000,-1.1404 0.7147,-1.8792 1.5821 -1.8792c 0.7710,-0.0000 1.1805,0.3935 1.1805 0.8191c 0.0000,0.2329 -0.1446,0.3534 -0.3132 0.3534c -0.1686,-0.0000 -0.3293,-0.0883 -0.3534 -0.2891c -0.0321,-0.2650 -0.0803,-0.6103 -0.5541 -0.6103c -0.5300,-0.0000 -0.9235,0.5622 -0.9235 1.4295c 0.0000,0.9396 0.5059,1.5901 1.1243 1.5901c 0.3453,-0.0000 0.6505,-0.2249 0.8994 -0.5862ZM 566.4287,120.9649 ZM 566.7017,119.3186 c 0.0000,-1.1002 0.5943,-1.9033 1.6624 -1.9033c 1.1886,-0.0000 1.6463,0.9958 1.6463 1.8310c 0.0000,0.8031 -0.5220,1.8150 -1.6624 1.8150c -1.0761,-0.0000 -1.6463,-0.9235 -1.6463 -1.7427ZM 566.7017,119.3186 ZM 568.2758,117.6803 c -0.6425,-0.0000 -0.9396,0.7549 -0.9396 1.4536c 0.0000,0.6184 0.3534,1.6463 1.1484 1.6463c 0.3614,-0.0000 0.8914,-0.2168 0.8914 -1.2769c 0.0000,-1.1805 -0.4417,-1.8230 -1.1002 -1.8230ZM 570.2754,120.9649 ZM 570.6208,119.8406 l 0.2168,-0.0080 c 0.0241,0.2008 0.1124,0.5862 0.2891 0.7710c 0.0803,0.0883 0.2971,0.2329 0.5943 0.2329c 0.2811,-0.0000 0.6987,-0.2249 0.6987 -0.6184c 0.0000,-0.3453 -0.1927,-0.5782 -0.8272 -0.8513c -0.5862,-0.2570 -0.8914,-0.4256 -0.8914 -1.0279c 0.0000,-0.5381 0.4738,-0.9235 1.1083 -0.9235c 0.4015,-0.0000 0.6987,0.0723 0.9476 0.2008c 0.0482,0.2570 0.0723,0.5300 0.0883 0.8191l -0.2168,0.0080 c -0.1686,-0.6585 -0.6505,-0.7870 -0.8191 -0.7870c -0.3052,-0.0000 -0.6184,0.1205 -0.6184 0.5622c 0.0000,0.3212 0.1526,0.4818 0.5943 0.6425c 0.6505,0.2409 1.1725,0.5300 1.1725 1.1725c 0.0000,0.7950 -0.8432,1.0279 -1.2207 1.0279c -0.2811,-0.0000 -0.5140,-0.0321 -0.7228 -0.0883c -0.0562,-0.0080 -0.0964,-0.0161 -0.1526 -0.0161c -0.0402,-0.0000 -0.1044,0.0080 -0.1847 0.0241c 0.0000,-0.3373 -0.0241,-0.7469 -0.0562 -1.1404Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.4" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(255,232,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 560.4251,122.5377 l -6.9180,-11.9823 l -6.9180,11.9823 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.63" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 558.3497,103.8991 ZM 558.6950,102.7748 l 0.2168,-0.0080 c 0.0241,0.2008 0.1124,0.5862 0.2891 0.7710c 0.0803,0.0883 0.2971,0.2329 0.5943 0.2329c 0.2811,-0.0000 0.6987,-0.2249 0.6987 -0.6184c 0.0000,-0.3453 -0.1927,-0.5782 -0.8272 -0.8513c -0.5862,-0.2570 -0.8914,-0.4256 -0.8914 -1.0279c 0.0000,-0.5381 0.4738,-0.9235 1.1083 -0.9235c 0.4015,-0.0000 0.6987,0.0723 0.9476 0.2008c 0.0482,0.2570 0.0723,0.5300 0.0883 0.8191l -0.2168,0.0080 c -0.1686,-0.6585 -0.6505,-0.7870 -0.8191 -0.7870c -0.3052,-0.0000 -0.6184,0.1205 -0.6184 0.5622c 0.0000,0.3212 0.1526,0.4818 0.5943 0.6425c 0.6505,0.2409 1.1725,0.5300 1.1725 1.1725c 0.0000,0.7950 -0.8432,1.0279 -1.2207 1.0279c -0.2811,-0.0000 -0.5140,-0.0321 -0.7228 -0.0883c -0.0562,-0.0080 -0.0964,-0.0161 -0.1526 -0.0161c -0.0402,-0.0000 -0.1044,0.0080 -0.1847 0.0241c 0.0000,-0.3373 -0.0241,-0.7469 -0.0562 -1.1404ZM 561.3291,103.8991 ZM 561.9555,99.3135 c 0.0000,-0.2088 0.1686,-0.3855 0.3774 -0.3855c 0.2168,-0.0000 0.3855,0.1767 0.3855 0.3855c 0.0000,0.2168 -0.1686,0.3855 -0.3855 0.3855c -0.2088,-0.0000 -0.3774,-0.1686 -0.3774 -0.3855ZM 561.9555,99.3135 ZM 562.7185,103.3209 c 0.0000,0.2329 0.0883,0.3534 0.3453 0.3534h 0.1526 c 0.0402,-0.0000 0.0723,0.0241 0.0723 0.0642v 0.1526 l -0.0161,0.0161 c 0.0000,-0.0000 -0.5541,-0.0161 -0.8673 -0.0161c -0.2811,-0.0000 -0.8272,0.0161 -0.8272 0.0161l -0.0161,-0.0161 v -0.1526 c 0.0000,-0.0402 0.0241,-0.0642 0.0642 -0.0642h 0.1526 c 0.2650,-0.0000 0.3453,-0.1205 0.3453 -0.3534v -1.9997 c 0.0000,-0.4256 -0.0723,-0.4899 -0.1847 -0.4899c -0.1044,-0.0000 -0.2008,0.0080 -0.3373 0.0402l -0.0402,-0.2249 c 0.5140,-0.0883 0.6023,-0.1205 0.8352 -0.2329c 0.0883,-0.0321 0.1446,-0.0642 0.2008 -0.0642h 0.1205 v 2.9714 ZM 563.4493,103.8991 ZM 566.3725,103.3209 v -1.7587 c 0.0000,-0.5622 -0.0964,-0.8272 -0.5220 -0.8272c -0.3534,-0.0000 -0.6585,0.1365 -1.0681 0.6184v 1.9675 c 0.0000,0.2329 0.0803,0.3534 0.3453 0.3534h 0.1124 c 0.0402,-0.0000 0.0642,0.0241 0.0642 0.0642v 0.1526 l -0.0161,0.0161 c 0.0000,-0.0000 -0.5059,-0.0161 -0.8191 -0.0161c -0.2891,-0.0000 -0.8352,0.0161 -0.8352 0.0161l -0.0161,-0.0161 v -0.1526 c 0.0000,-0.0402 0.0241,-0.0642 0.0642 -0.0642h 0.1526 c 0.2730,-0.0000 0.3453,-0.1205 0.3453 -0.3534v -1.9997 c 0.0000,-0.4337 -0.0642,-0.4899 -0.1767 -0.4899c -0.1044,-0.0000 -0.2008,0.0080 -0.3373 0.0402l -0.0402,-0.2249 c 0.3373,-0.0562 0.5782,-0.0964 0.8272 -0.2329c 0.0883,-0.0402 0.1526,-0.0642 0.2088 -0.0642h 0.1205 l -0.0241,0.7147 h 0.0241 c 0.5140,-0.6023 0.8994,-0.7147 1.3090 -0.7147c 0.7228,-0.0000 0.8754,0.5541 0.8754 1.2689v 1.7025 c 0.0000,0.2329 0.0883,0.3534 0.3453 0.3534h 0.1526 c 0.0402,-0.0000 0.0723,0.0241 0.0723 0.0642v 0.1526 l -0.0161,0.0161 c 0.0000,-0.0000 -0.5541,-0.0161 -0.8673 -0.0161c -0.2811,-0.0000 -0.7870,0.0161 -0.7870 0.0161l -0.0161,-0.0161 v -0.1526 c 0.0000,-0.0402 0.0241,-0.0642 0.0642 -0.0642h 0.1124 c 0.2650,-0.0000 0.3453,-0.1205 0.3453 -0.3534Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.37552805115861343" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 555.5825,101.4778 c 0.0000,-1.1462 -0.9292,-2.0754 -2.0754 -2.0754c -1.1462,-0.0000 -2.0754,0.9292 -2.0754 2.0754c -0.0000,1.1462 0.9292,2.0754 2.0754 2.0754c 1.1462,0.0000 2.0754,-0.9292 2.0754 -2.0754Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.2" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.7510561023172269" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 574.5882,124.8081 l -0.0000,-29.4261 h -29.3323 l -0.0000,29.4261 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.1" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 81.6723,233.7412 l -0.0000,-138.3592 h -2.7672 l -0.0000,138.3592 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 65.3961,98.1492 ZM 67.1216,93.7712 c -0.1744,-0.0000 -0.5782,0.1652 -0.7801 0.2570l -0.1101,-0.2845 c 0.8077,-0.3763 1.1197,-0.5690 1.5786 -0.8994h 0.1744 v 4.6166 c 0.0000,0.3304 0.0459,0.4222 0.3488 0.4222h 0.4773 c 0.0275,-0.0000 0.0734,0.0184 0.0734 0.0734v 0.2019 l -1.2574,-0.0184 l -1.2758,0.0184 v -0.2019 c 0.0092,-0.0275 0.0184,-0.0734 0.0734 -0.0734h 0.5507 c 0.3488,-0.0000 0.3488,-0.1560 0.3488 -0.4222v -3.1573 c 0.0000,-0.3121 0.0000,-0.5323 -0.2019 -0.5323ZM 69.4161,98.1492 ZM 69.9393,97.7729 c 0.0000,-0.2662 0.2203,-0.4864 0.4864 -0.4864c 0.2662,-0.0000 0.4864,0.2203 0.4864 0.4864c 0.0000,0.2662 -0.2203,0.4864 -0.4864 0.4864c -0.2662,-0.0000 -0.4864,-0.2203 -0.4864 -0.4864ZM 71.4261,98.1492 ZM 73.4361,93.1655 c -0.3947,-0.0000 -0.9729,0.3855 -0.9729 2.5240c 0.0000,0.7526 0.1377,2.2670 0.9453 2.2670c 0.1560,-0.0000 0.5966,-0.1010 0.7893 -0.8168c 0.1193,-0.4405 0.1836,-0.9912 0.1836 -1.7897c 0.0000,-1.1656 -0.2937,-1.8173 -0.5599 -2.0467c -0.1010,-0.0918 -0.2386,-0.1377 -0.3855 -0.1377ZM 73.4361,93.1655 ZM 73.3994,98.2593 c -0.9821,-0.0000 -1.6429,-1.2574 -1.6429 -2.6616c 0.0000,-1.7163 0.8168,-2.7534 1.6796 -2.7534c 0.3947,-0.0000 0.7893,0.2478 1.0555 0.6058c 0.3855,0.5140 0.5874,1.2023 0.5874 2.0651c 0.0000,2.0375 -1.0096,2.7442 -1.6796 2.7442Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.8776402557930671" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 77.5215,95.3820 h 4.1508 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 65.3961,111.9851 ZM 67.4061,107.0014 c -0.3947,-0.0000 -0.9729,0.3855 -0.9729 2.5240c 0.0000,0.7526 0.1377,2.2670 0.9453 2.2670c 0.1560,-0.0000 0.5966,-0.1010 0.7893 -0.8168c 0.1193,-0.4405 0.1836,-0.9912 0.1836 -1.7897c 0.0000,-1.1656 -0.2937,-1.8173 -0.5599 -2.0467c -0.1010,-0.0918 -0.2386,-0.1377 -0.3855 -0.1377ZM 67.4061,107.0014 ZM 67.3694,112.0952 c -0.9821,-0.0000 -1.6429,-1.2574 -1.6429 -2.6616c 0.0000,-1.7163 0.8168,-2.7534 1.6796 -2.7534c 0.3947,-0.0000 0.7893,0.2478 1.0555 0.6058c 0.3855,0.5140 0.5874,1.2023 0.5874 2.0651c 0.0000,2.0375 -1.0096,2.7442 -1.6796 2.7442ZM 69.4161,111.9851 ZM 69.9393,111.6088 c 0.0000,-0.2662 0.2203,-0.4864 0.4864 -0.4864c 0.2662,-0.0000 0.4864,0.2203 0.4864 0.4864c 0.0000,0.2662 -0.2203,0.4864 -0.4864 0.4864c -0.2662,-0.0000 -0.4864,-0.2203 -0.4864 -0.4864ZM 71.4261,111.9851 ZM 73.4636,106.9005 c -0.5231,-0.0000 -0.8627,0.4130 -0.8627 0.8168c 0.0000,0.2662 0.1101,0.5874 0.6608 0.9453l 0.2662,0.1652 c 0.2386,-0.1744 0.7985,-0.5966 0.7985 -1.0647c 0.0000,-0.4038 -0.2937,-0.8627 -0.8627 -0.8627ZM 73.4636,106.9005 ZM 74.8679,107.7724 c 0.0000,0.5599 -0.6333,1.0004 -1.0188 1.2574l 0.5323,0.3488 c 0.4497,0.2937 0.6792,0.6975 0.6792 1.2023c 0.0000,0.6608 -0.5415,1.5144 -1.6796 1.5144c -0.9178,-0.0000 -1.5511,-0.4864 -1.5511 -1.3767c 0.0000,-0.3396 0.1468,-0.7342 0.5048 -1.0463c 0.2203,-0.1927 0.4130,-0.3579 0.6333 -0.5231l -0.1560,-0.0918 c -0.5323,-0.3304 -0.7985,-0.6884 -0.7985 -1.1748c 0.0000,-0.6700 0.6058,-1.2023 1.4960 -1.2023c 0.8536,-0.0000 1.3584,0.4681 1.3584 1.0922ZM 74.8679,107.7724 ZM 73.3994,111.8383 c 0.3947,-0.0000 1.0830,-0.2111 1.0830 -1.0830c 0.0000,-0.4130 -0.2570,-0.8260 -0.7985 -1.1564l -0.4038,-0.2478 c -0.7434,0.4956 -0.9086,1.1105 -0.9086 1.3675c 0.0000,0.7801 0.6333,1.1197 1.0279 1.1197Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.8776402557930671" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 77.5215,109.2179 h 4.1508 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 65.3961,125.8210 ZM 67.4061,120.8373 c -0.3947,-0.0000 -0.9729,0.3855 -0.9729 2.5240c 0.0000,0.7526 0.1377,2.2670 0.9453 2.2670c 0.1560,-0.0000 0.5966,-0.1010 0.7893 -0.8168c 0.1193,-0.4405 0.1836,-0.9912 0.1836 -1.7897c 0.0000,-1.1656 -0.2937,-1.8173 -0.5599 -2.0467c -0.1010,-0.0918 -0.2386,-0.1377 -0.3855 -0.1377ZM 67.4061,120.8373 ZM 67.3694,125.9312 c -0.9821,-0.0000 -1.6429,-1.2574 -1.6429 -2.6616c 0.0000,-1.7163 0.8168,-2.7534 1.6796 -2.7534c 0.3947,-0.0000 0.7893,0.2478 1.0555 0.6058c 0.3855,0.5140 0.5874,1.2023 0.5874 2.0651c 0.0000,2.0375 -1.0096,2.7442 -1.6796 2.7442ZM 69.4161,125.8210 ZM 69.9393,125.4447 c 0.0000,-0.2662 0.2203,-0.4864 0.4864 -0.4864c 0.2662,-0.0000 0.4864,0.2203 0.4864 0.4864c 0.0000,0.2662 -0.2203,0.4864 -0.4864 0.4864c -0.2662,-0.0000 -0.4864,-0.2203 -0.4864 -0.4864ZM 71.4261,125.8210 ZM 72.4908,123.4164 c -0.0092,0.0918 -0.0092,0.2295 -0.0092 0.3212c 0.0000,1.5419 0.6884,1.9274 1.1473 1.9274c 0.4222,-0.0000 0.8719,-0.3947 0.8719 -1.3492c 0.0000,-0.4314 -0.2203,-1.3125 -1.1014 -1.3125c -0.1927,-0.0000 -0.5415,0.0184 -0.9086 0.4130ZM 72.4908,123.4164 ZM 74.8954,120.7547 c -0.5966,0.0551 -1.1105,0.2111 -1.5511 0.6425c -0.4222,0.4130 -0.7251,1.0279 -0.8260 1.7622c 0.2111,-0.2570 0.7159,-0.4497 1.0647 -0.4497c 1.3584,-0.0000 1.5327,1.1197 1.5327 1.5419c 0.0000,0.6241 -0.3121,1.6796 -1.5786 1.6796c -0.6700,-0.0000 -1.6888,-0.3947 -1.6888 -2.2211c 0.0000,-0.8444 0.2845,-1.6704 0.9178 -2.3037c 0.5874,-0.5966 1.2023,-0.8444 2.1018 -0.8903Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.8776402557930671" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 77.5215,123.0538 h 4.1508 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 65.3961,139.6570 ZM 67.4061,134.6733 c -0.3947,-0.0000 -0.9729,0.3855 -0.9729 2.5240c 0.0000,0.7526 0.1377,2.2670 0.9453 2.2670c 0.1560,-0.0000 0.5966,-0.1010 0.7893 -0.8168c 0.1193,-0.4405 0.1836,-0.9912 0.1836 -1.7897c 0.0000,-1.1656 -0.2937,-1.8173 -0.5599 -2.0467c -0.1010,-0.0918 -0.2386,-0.1377 -0.3855 -0.1377ZM 67.4061,134.6733 ZM 67.3694,139.7671 c -0.9821,-0.0000 -1.6429,-1.2574 -1.6429 -2.6616c 0.0000,-1.7163 0.8168,-2.7534 1.6796 -2.7534c 0.3947,-0.0000 0.7893,0.2478 1.0555 0.6058c 0.3855,0.5140 0.5874,1.2023 0.5874 2.0651c 0.0000,2.0375 -1.0096,2.7442 -1.6796 2.7442ZM 69.4161,139.6570 ZM 69.9393,139.2807 c 0.0000,-0.2662 0.2203,-0.4864 0.4864 -0.4864c 0.2662,-0.0000 0.4864,0.2203 0.4864 0.4864c 0.0000,0.2662 -0.2203,0.4864 -0.4864 0.4864c -0.2662,-0.0000 -0.4864,-0.2203 -0.4864 -0.4864ZM 71.4261,139.6570 ZM 73.7940,136.3987 c 0.0000,-0.0642 0.0092,-0.1377 0.0918 -0.1836c 0.1010,-0.0734 0.2662,-0.1560 0.4038 -0.1560c 0.1193,-0.0000 0.1285,0.1010 0.1285 0.2845v 1.4777 h 0.7434 l -0.0551,0.4314 h -0.6884 v 0.7618 c 0.0000,0.2570 0.0367,0.3855 0.3029 0.3855h 0.2478 c 0.0551,-0.0000 0.0642,0.0459 0.0642 0.0642v 0.2019 c 0.0000,-0.0000 -0.5874,-0.0184 -0.9729 -0.0184c -0.3488,-0.0000 -0.8903,0.0184 -0.8903 0.0184v -0.2019 c 0.0000,-0.0184 0.0092,-0.0642 0.0642 -0.0642h 0.2478 c 0.2845,-0.0000 0.3121,-0.1193 0.3121 -0.3855v -0.7618 h -1.7989 c -0.0367,-0.0000 -0.0551,-0.0184 -0.0826 -0.0551l -0.0734,-0.1010 l -0.1101,-0.1927 c -0.0092,-0.0000 -0.0092,-0.0092 -0.0092 -0.0184c 0.0000,-0.0092 0.0092,-0.0184 0.0184 -0.0275c 0.5966,-0.6608 1.6521,-2.7075 1.9825 -3.4601c 0.0092,-0.0367 0.0275,-0.0459 0.0642 -0.0459c 0.0092,-0.0000 0.2111,0.0826 0.3212 0.1010c -0.4130,1.1105 -1.0922,2.3037 -1.7622 3.3683h 1.4501 v -1.4226 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.8776402557930671" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 77.5215,136.8898 h 4.1508 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 65.3961,153.4929 ZM 67.4061,148.5092 c -0.3947,-0.0000 -0.9729,0.3855 -0.9729 2.5240c 0.0000,0.7526 0.1377,2.2670 0.9453 2.2670c 0.1560,-0.0000 0.5966,-0.1010 0.7893 -0.8168c 0.1193,-0.4405 0.1836,-0.9912 0.1836 -1.7897c 0.0000,-1.1656 -0.2937,-1.8173 -0.5599 -2.0467c -0.1010,-0.0918 -0.2386,-0.1377 -0.3855 -0.1377ZM 67.4061,148.5092 ZM 67.3694,153.6030 c -0.9821,-0.0000 -1.6429,-1.2574 -1.6429 -2.6616c 0.0000,-1.7163 0.8168,-2.7534 1.6796 -2.7534c 0.3947,-0.0000 0.7893,0.2478 1.0555 0.6058c 0.3855,0.5140 0.5874,1.2023 0.5874 2.0651c 0.0000,2.0375 -1.0096,2.7442 -1.6796 2.7442ZM 69.4161,153.4929 ZM 69.9393,153.1166 c 0.0000,-0.2662 0.2203,-0.4864 0.4864 -0.4864c 0.2662,-0.0000 0.4864,0.2203 0.4864 0.4864c 0.0000,0.2662 -0.2203,0.4864 -0.4864 0.4864c -0.2662,-0.0000 -0.4864,-0.2203 -0.4864 -0.4864ZM 71.4261,153.4929 ZM 71.9584,149.4270 c 0.0000,-0.5231 0.5048,-1.2390 1.4685 -1.2390c 0.7067,-0.0000 1.5327,0.2662 1.5327 1.3216c 0.0000,0.6975 -0.3579,1.0463 -0.8536 1.5236l -0.8719,0.8444 c -0.0459,0.0459 -0.6608,0.6516 -0.6608 1.0830h 1.5603 c 0.3121,-0.0000 0.4773,-0.1560 0.6058 -0.6608l 0.2295,0.0367 l -0.1836,1.1564 h -2.8360 c 0.0000,-0.5140 0.0826,-0.9086 0.9362 -1.7805l 0.6425,-0.6333 c 0.5140,-0.5231 0.7251,-0.9729 0.7251 -1.5327c 0.0000,-0.8352 -0.5690,-1.0738 -0.8811 -1.0738c -0.6333,-0.0000 -0.8077,0.3304 -0.8077 0.5507c 0.0000,0.0734 0.0184,0.1468 0.0367 0.2111c 0.0184,0.0642 0.0367,0.1285 0.0367 0.2019c 0.0000,0.2386 -0.1836,0.3304 -0.3304 0.3304c -0.2019,-0.0000 -0.3488,-0.1560 -0.3488 -0.3396Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.8776402557930671" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 77.5215,150.7257 h 4.1508 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 65.3961,167.3288 ZM 67.4061,162.3451 c -0.3947,-0.0000 -0.9729,0.3855 -0.9729 2.5240c 0.0000,0.7526 0.1377,2.2670 0.9453 2.2670c 0.1560,-0.0000 0.5966,-0.1010 0.7893 -0.8168c 0.1193,-0.4405 0.1836,-0.9912 0.1836 -1.7897c 0.0000,-1.1656 -0.2937,-1.8173 -0.5599 -2.0467c -0.1010,-0.0918 -0.2386,-0.1377 -0.3855 -0.1377ZM 67.4061,162.3451 ZM 67.3694,167.4389 c -0.9821,-0.0000 -1.6429,-1.2574 -1.6429 -2.6616c 0.0000,-1.7163 0.8168,-2.7534 1.6796 -2.7534c 0.3947,-0.0000 0.7893,0.2478 1.0555 0.6058c 0.3855,0.5140 0.5874,1.2023 0.5874 2.0651c 0.0000,2.0375 -1.0096,2.7442 -1.6796 2.7442ZM 69.4161,167.3288 ZM 69.9393,166.9525 c 0.0000,-0.2662 0.2203,-0.4864 0.4864 -0.4864c 0.2662,-0.0000 0.4864,0.2203 0.4864 0.4864c 0.0000,0.2662 -0.2203,0.4864 -0.4864 0.4864c -0.2662,-0.0000 -0.4864,-0.2203 -0.4864 -0.4864ZM 71.4261,167.3288 ZM 73.4361,162.3451 c -0.3947,-0.0000 -0.9729,0.3855 -0.9729 2.5240c 0.0000,0.7526 0.1377,2.2670 0.9453 2.2670c 0.1560,-0.0000 0.5966,-0.1010 0.7893 -0.8168c 0.1193,-0.4405 0.1836,-0.9912 0.1836 -1.7897c 0.0000,-1.1656 -0.2937,-1.8173 -0.5599 -2.0467c -0.1010,-0.0918 -0.2386,-0.1377 -0.3855 -0.1377ZM 73.4361,162.3451 ZM 73.3994,167.4389 c -0.9821,-0.0000 -1.6429,-1.2574 -1.6429 -2.6616c 0.0000,-1.7163 0.8168,-2.7534 1.6796 -2.7534c 0.3947,-0.0000 0.7893,0.2478 1.0555 0.6058c 0.3855,0.5140 0.5874,1.2023 0.5874 2.0651c 0.0000,2.0375 -1.0096,2.7442 -1.6796 2.7442Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.8776402557930671" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 77.5215,164.5616 h 4.1508 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 62.3398,181.1647 ZM 64.8546,178.9987 h -2.0742 c -0.0826,-0.0000 -0.1377,-0.0734 -0.1377 -0.1560c 0.0000,-0.1468 0.1193,-0.3396 0.2295 -0.3396h 2.1018 c 0.0918,-0.0000 0.1285,0.0826 0.1285 0.1652c 0.0000,0.1010 -0.1285,0.3304 -0.2478 0.3304ZM 65.3961,181.1647 ZM 67.4061,176.1810 c -0.3947,-0.0000 -0.9729,0.3855 -0.9729 2.5240c 0.0000,0.7526 0.1377,2.2670 0.9453 2.2670c 0.1560,-0.0000 0.5966,-0.1010 0.7893 -0.8168c 0.1193,-0.4405 0.1836,-0.9912 0.1836 -1.7897c 0.0000,-1.1656 -0.2937,-1.8173 -0.5599 -2.0467c -0.1010,-0.0918 -0.2386,-0.1377 -0.3855 -0.1377ZM 67.4061,176.1810 ZM 67.3694,181.2749 c -0.9821,-0.0000 -1.6429,-1.2574 -1.6429 -2.6616c 0.0000,-1.7163 0.8168,-2.7534 1.6796 -2.7534c 0.3947,-0.0000 0.7893,0.2478 1.0555 0.6058c 0.3855,0.5140 0.5874,1.2023 0.5874 2.0651c 0.0000,2.0375 -1.0096,2.7442 -1.6796 2.7442ZM 69.4161,181.1647 ZM 69.9393,180.7884 c 0.0000,-0.2662 0.2203,-0.4864 0.4864 -0.4864c 0.2662,-0.0000 0.4864,0.2203 0.4864 0.4864c 0.0000,0.2662 -0.2203,0.4864 -0.4864 0.4864c -0.2662,-0.0000 -0.4864,-0.2203 -0.4864 -0.4864ZM 71.4261,181.1647 ZM 71.9584,177.0988 c 0.0000,-0.5231 0.5048,-1.2390 1.4685 -1.2390c 0.7067,-0.0000 1.5327,0.2662 1.5327 1.3216c 0.0000,0.6975 -0.3579,1.0463 -0.8536 1.5236l -0.8719,0.8444 c -0.0459,0.0459 -0.6608,0.6516 -0.6608 1.0830h 1.5603 c 0.3121,-0.0000 0.4773,-0.1560 0.6058 -0.6608l 0.2295,0.0367 l -0.1836,1.1564 h -2.8360 c 0.0000,-0.5140 0.0826,-0.9086 0.9362 -1.7805l 0.6425,-0.6333 c 0.5140,-0.5231 0.7251,-0.9729 0.7251 -1.5327c 0.0000,-0.8352 -0.5690,-1.0738 -0.8811 -1.0738c -0.6333,-0.0000 -0.8077,0.3304 -0.8077 0.5507c 0.0000,0.0734 0.0184,0.1468 0.0367 0.2111c 0.0184,0.0642 0.0367,0.1285 0.0367 0.2019c 0.0000,0.2386 -0.1836,0.3304 -0.3304 0.3304c -0.2019,-0.0000 -0.3488,-0.1560 -0.3488 -0.3396Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.8776402557930671" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 77.5215,178.3975 h 4.1508 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 62.3398,195.0007 ZM 64.8546,192.8346 h -2.0742 c -0.0826,-0.0000 -0.1377,-0.0734 -0.1377 -0.1560c 0.0000,-0.1468 0.1193,-0.3396 0.2295 -0.3396h 2.1018 c 0.0918,-0.0000 0.1285,0.0826 0.1285 0.1652c 0.0000,0.1010 -0.1285,0.3304 -0.2478 0.3304ZM 65.3961,195.0007 ZM 67.4061,190.0170 c -0.3947,-0.0000 -0.9729,0.3855 -0.9729 2.5240c 0.0000,0.7526 0.1377,2.2670 0.9453 2.2670c 0.1560,-0.0000 0.5966,-0.1010 0.7893 -0.8168c 0.1193,-0.4405 0.1836,-0.9912 0.1836 -1.7897c 0.0000,-1.1656 -0.2937,-1.8173 -0.5599 -2.0467c -0.1010,-0.0918 -0.2386,-0.1377 -0.3855 -0.1377ZM 67.4061,190.0170 ZM 67.3694,195.1108 c -0.9821,-0.0000 -1.6429,-1.2574 -1.6429 -2.6616c 0.0000,-1.7163 0.8168,-2.7534 1.6796 -2.7534c 0.3947,-0.0000 0.7893,0.2478 1.0555 0.6058c 0.3855,0.5140 0.5874,1.2023 0.5874 2.0651c 0.0000,2.0375 -1.0096,2.7442 -1.6796 2.7442ZM 69.4161,195.0007 ZM 69.9393,194.6244 c 0.0000,-0.2662 0.2203,-0.4864 0.4864 -0.4864c 0.2662,-0.0000 0.4864,0.2203 0.4864 0.4864c 0.0000,0.2662 -0.2203,0.4864 -0.4864 0.4864c -0.2662,-0.0000 -0.4864,-0.2203 -0.4864 -0.4864ZM 71.4261,195.0007 ZM 73.7940,191.7424 c 0.0000,-0.0642 0.0092,-0.1377 0.0918 -0.1836c 0.1010,-0.0734 0.2662,-0.1560 0.4038 -0.1560c 0.1193,-0.0000 0.1285,0.1010 0.1285 0.2845v 1.4777 h 0.7434 l -0.0551,0.4314 h -0.6884 v 0.7618 c 0.0000,0.2570 0.0367,0.3855 0.3029 0.3855h 0.2478 c 0.0551,-0.0000 0.0642,0.0459 0.0642 0.0642v 0.2019 c 0.0000,-0.0000 -0.5874,-0.0184 -0.9729 -0.0184c -0.3488,-0.0000 -0.8903,0.0184 -0.8903 0.0184v -0.2019 c 0.0000,-0.0184 0.0092,-0.0642 0.0642 -0.0642h 0.2478 c 0.2845,-0.0000 0.3121,-0.1193 0.3121 -0.3855v -0.7618 h -1.7989 c -0.0367,-0.0000 -0.0551,-0.0184 -0.0826 -0.0551l -0.0734,-0.1010 l -0.1101,-0.1927 c -0.0092,-0.0000 -0.0092,-0.0092 -0.0092 -0.0184c 0.0000,-0.0092 0.0092,-0.0184 0.0184 -0.0275c 0.5966,-0.6608 1.6521,-2.7075 1.9825 -3.4601c 0.0092,-0.0367 0.0275,-0.0459 0.0642 -0.0459c 0.0092,-0.0000 0.2111,0.0826 0.3212 0.1010c -0.4130,1.1105 -1.0922,2.3037 -1.7622 3.3683h 1.4501 v -1.4226 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.8776402557930671" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 77.5215,192.2335 h 4.1508 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 62.3398,208.8366 ZM 64.8546,206.6706 h -2.0742 c -0.0826,-0.0000 -0.1377,-0.0734 -0.1377 -0.1560c 0.0000,-0.1468 0.1193,-0.3396 0.2295 -0.3396h 2.1018 c 0.0918,-0.0000 0.1285,0.0826 0.1285 0.1652c 0.0000,0.1010 -0.1285,0.3304 -0.2478 0.3304ZM 65.3961,208.8366 ZM 67.4061,203.8529 c -0.3947,-0.0000 -0.9729,0.3855 -0.9729 2.5240c 0.0000,0.7526 0.1377,2.2670 0.9453 2.2670c 0.1560,-0.0000 0.5966,-0.1010 0.7893 -0.8168c 0.1193,-0.4405 0.1836,-0.9912 0.1836 -1.7897c 0.0000,-1.1656 -0.2937,-1.8173 -0.5599 -2.0467c -0.1010,-0.0918 -0.2386,-0.1377 -0.3855 -0.1377ZM 67.4061,203.8529 ZM 67.3694,208.9467 c -0.9821,-0.0000 -1.6429,-1.2574 -1.6429 -2.6616c 0.0000,-1.7163 0.8168,-2.7534 1.6796 -2.7534c 0.3947,-0.0000 0.7893,0.2478 1.0555 0.6058c 0.3855,0.5140 0.5874,1.2023 0.5874 2.0651c 0.0000,2.0375 -1.0096,2.7442 -1.6796 2.7442ZM 69.4161,208.8366 ZM 69.9393,208.4603 c 0.0000,-0.2662 0.2203,-0.4864 0.4864 -0.4864c 0.2662,-0.0000 0.4864,0.2203 0.4864 0.4864c 0.0000,0.2662 -0.2203,0.4864 -0.4864 0.4864c -0.2662,-0.0000 -0.4864,-0.2203 -0.4864 -0.4864ZM 71.4261,208.8366 ZM 72.4908,206.4319 c -0.0092,0.0918 -0.0092,0.2295 -0.0092 0.3212c 0.0000,1.5419 0.6884,1.9274 1.1473 1.9274c 0.4222,-0.0000 0.8719,-0.3947 0.8719 -1.3492c 0.0000,-0.4314 -0.2203,-1.3125 -1.1014 -1.3125c -0.1927,-0.0000 -0.5415,0.0184 -0.9086 0.4130ZM 72.4908,206.4319 ZM 74.8954,203.7703 c -0.5966,0.0551 -1.1105,0.2111 -1.5511 0.6425c -0.4222,0.4130 -0.7251,1.0279 -0.8260 1.7622c 0.2111,-0.2570 0.7159,-0.4497 1.0647 -0.4497c 1.3584,-0.0000 1.5327,1.1197 1.5327 1.5419c 0.0000,0.6241 -0.3121,1.6796 -1.5786 1.6796c -0.6700,-0.0000 -1.6888,-0.3947 -1.6888 -2.2211c 0.0000,-0.8444 0.2845,-1.6704 0.9178 -2.3037c 0.5874,-0.5966 1.2023,-0.8444 2.1018 -0.8903Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.8776402557930671" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 77.5215,206.0694 h 4.1508 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 62.3398,222.6725 ZM 64.8546,220.5065 h -2.0742 c -0.0826,-0.0000 -0.1377,-0.0734 -0.1377 -0.1560c 0.0000,-0.1468 0.1193,-0.3396 0.2295 -0.3396h 2.1018 c 0.0918,-0.0000 0.1285,0.0826 0.1285 0.1652c 0.0000,0.1010 -0.1285,0.3304 -0.2478 0.3304ZM 65.3961,222.6725 ZM 67.4061,217.6888 c -0.3947,-0.0000 -0.9729,0.3855 -0.9729 2.5240c 0.0000,0.7526 0.1377,2.2670 0.9453 2.2670c 0.1560,-0.0000 0.5966,-0.1010 0.7893 -0.8168c 0.1193,-0.4405 0.1836,-0.9912 0.1836 -1.7897c 0.0000,-1.1656 -0.2937,-1.8173 -0.5599 -2.0467c -0.1010,-0.0918 -0.2386,-0.1377 -0.3855 -0.1377ZM 67.4061,217.6888 ZM 67.3694,222.7826 c -0.9821,-0.0000 -1.6429,-1.2574 -1.6429 -2.6616c 0.0000,-1.7163 0.8168,-2.7534 1.6796 -2.7534c 0.3947,-0.0000 0.7893,0.2478 1.0555 0.6058c 0.3855,0.5140 0.5874,1.2023 0.5874 2.0651c 0.0000,2.0375 -1.0096,2.7442 -1.6796 2.7442ZM 69.4161,222.6725 ZM 69.9393,222.2962 c 0.0000,-0.2662 0.2203,-0.4864 0.4864 -0.4864c 0.2662,-0.0000 0.4864,0.2203 0.4864 0.4864c 0.0000,0.2662 -0.2203,0.4864 -0.4864 0.4864c -0.2662,-0.0000 -0.4864,-0.2203 -0.4864 -0.4864ZM 71.4261,222.6725 ZM 73.4636,217.5879 c -0.5231,-0.0000 -0.8627,0.4130 -0.8627 0.8168c 0.0000,0.2662 0.1101,0.5874 0.6608 0.9453l 0.2662,0.1652 c 0.2386,-0.1744 0.7985,-0.5966 0.7985 -1.0647c 0.0000,-0.4038 -0.2937,-0.8627 -0.8627 -0.8627ZM 73.4636,217.5879 ZM 74.8679,218.4598 c 0.0000,0.5599 -0.6333,1.0004 -1.0188 1.2574l 0.5323,0.3488 c 0.4497,0.2937 0.6792,0.6975 0.6792 1.2023c 0.0000,0.6608 -0.5415,1.5144 -1.6796 1.5144c -0.9178,-0.0000 -1.5511,-0.4864 -1.5511 -1.3767c 0.0000,-0.3396 0.1468,-0.7342 0.5048 -1.0463c 0.2203,-0.1927 0.4130,-0.3579 0.6333 -0.5231l -0.1560,-0.0918 c -0.5323,-0.3304 -0.7985,-0.6884 -0.7985 -1.1748c 0.0000,-0.6700 0.6058,-1.2023 1.4960 -1.2023c 0.8536,-0.0000 1.3584,0.4681 1.3584 1.0922ZM 74.8679,218.4598 ZM 73.3994,222.5257 c 0.3947,-0.0000 1.0830,-0.2111 1.0830 -1.0830c 0.0000,-0.4130 -0.2570,-0.8260 -0.7985 -1.1564l -0.4038,-0.2478 c -0.7434,0.4956 -0.9086,1.1105 -0.9086 1.3675c 0.0000,0.7801 0.6333,1.1197 1.0279 1.1197Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.8776402557930671" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 77.5215,219.9053 h 4.1508 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 62.3398,236.5084 ZM 64.8546,234.3424 h -2.0742 c -0.0826,-0.0000 -0.1377,-0.0734 -0.1377 -0.1560c 0.0000,-0.1468 0.1193,-0.3396 0.2295 -0.3396h 2.1018 c 0.0918,-0.0000 0.1285,0.0826 0.1285 0.1652c 0.0000,0.1010 -0.1285,0.3304 -0.2478 0.3304ZM 65.3961,236.5084 ZM 67.1216,232.1305 c -0.1744,-0.0000 -0.5782,0.1652 -0.7801 0.2570l -0.1101,-0.2845 c 0.8077,-0.3763 1.1197,-0.5690 1.5786 -0.8994h 0.1744 v 4.6166 c 0.0000,0.3304 0.0459,0.4222 0.3488 0.4222h 0.4773 c 0.0275,-0.0000 0.0734,0.0184 0.0734 0.0734v 0.2019 l -1.2574,-0.0184 l -1.2758,0.0184 v -0.2019 c 0.0092,-0.0275 0.0184,-0.0734 0.0734 -0.0734h 0.5507 c 0.3488,-0.0000 0.3488,-0.1560 0.3488 -0.4222v -3.1573 c 0.0000,-0.3121 0.0000,-0.5323 -0.2019 -0.5323ZM 69.4161,236.5084 ZM 69.9393,236.1321 c 0.0000,-0.2662 0.2203,-0.4864 0.4864 -0.4864c 0.2662,-0.0000 0.4864,0.2203 0.4864 0.4864c 0.0000,0.2662 -0.2203,0.4864 -0.4864 0.4864c -0.2662,-0.0000 -0.4864,-0.2203 -0.4864 -0.4864ZM 71.4261,236.5084 ZM 73.4361,231.5247 c -0.3947,-0.0000 -0.9729,0.3855 -0.9729 2.5240c 0.0000,0.7526 0.1377,2.2670 0.9453 2.2670c 0.1560,-0.0000 0.5966,-0.1010 0.7893 -0.8168c 0.1193,-0.4405 0.1836,-0.9912 0.1836 -1.7897c 0.0000,-1.1656 -0.2937,-1.8173 -0.5599 -2.0467c -0.1010,-0.0918 -0.2386,-0.1377 -0.3855 -0.1377ZM 73.4361,231.5247 ZM 73.3994,236.6186 c -0.9821,-0.0000 -1.6429,-1.2574 -1.6429 -2.6616c 0.0000,-1.7163 0.8168,-2.7534 1.6796 -2.7534c 0.3947,-0.0000 0.7893,0.2478 1.0555 0.6058c 0.3855,0.5140 0.5874,1.2023 0.5874 2.0651c 0.0000,2.0375 -1.0096,2.7442 -1.6796 2.7442Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.8776402557930671" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 77.5215,233.7412 h 4.1508 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.1" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 528.0086,250.3444 l -0.0000,-2.7672 h -415.0777 l -0.0000,2.7672 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 517.6792,276.3456 ZM 518.9015,266.9680 c 0.0000,-1.2023 1.3826,-2.8453 3.6068 -2.8453c 1.6230,-0.0000 3.3863,0.8817 3.3863 3.0457c 0.0000,1.5229 -0.8616,2.4045 -2.0038 3.5066l -2.0238,1.9436 c -0.1002,0.1002 -1.4828,1.4627 -1.4828 2.4245h 3.5667 c 0.7214,-0.0000 1.0620,-0.5009 1.4026 -1.9236c 0.2004,-0.0401 0.4609,-0.0000 0.5811 0.1002c -0.0200,0.6011 -0.2204,2.1039 -0.4809 3.1659c 0.0000,-0.0000 -0.9217,-0.0401 -1.5629 -0.0401h -3.5066 c -0.6412,-0.0000 -1.6631,0.0401 -1.6631 0.0401c 0.0000,-1.1822 0.3206,-2.1440 2.2843 -4.1478l 1.4828,-1.4627 c 1.1822,-1.2023 1.6431,-2.2442 1.6431 -3.5266c 0.0000,-1.9236 -1.0219,-2.4245 -1.7433 -2.4245c -1.4627,-0.0000 -1.9837,0.7214 -1.9837 1.2223c 0.0000,0.1603 0.1202,0.3406 0.1603 0.4809c 0.0401,0.1403 0.0802,0.2605 0.0802 0.4208c 0.0000,0.4428 -0.6011,0.8015 -0.9418 0.8015c -0.4208,-0.0000 -0.8015,-0.3607 -0.8015 -0.7815ZM 526.9967,276.3456 ZM 537.6366,267.7495 l 0.2204,0.2405 c -0.3406,0.7214 -0.9818,1.1221 -1.8435 1.1221h -1.0019 c -0.0601,0.7214 -0.0601,2.3444 -0.0601 5.1096c 0.0000,0.8416 0.1803,1.2223 0.6412 1.2223c 0.2605,-0.0000 1.0420,-0.0601 1.8034 -0.8215c 0.2004,0.0200 0.3006,0.1202 0.3607 0.3206c -0.4609,0.6212 -1.5028,1.6030 -2.4446 1.6030c -1.2824,-0.0000 -1.6230,-0.5210 -1.6230 -2.0438c 0.0000,-1.1622 0.0200,-3.0858 0.0802 -5.3901h -2.4847 c 0.0000,4.8491 -0.7214,7.4339 -2.6850 7.4339c -0.4408,-0.0000 -0.7815,-0.2004 -0.7815 -0.6813c 0.0000,-0.3607 0.3046,-0.7193 0.8215 -0.8416c 0.8416,-0.2004 1.6030,-0.4609 1.6030 -5.9111h -0.3607 c -1.0019,-0.0000 -1.5629,0.4408 -1.9236 1.5830c -0.2204,0.0802 -0.4528,0.0040 -0.4809 -0.1603c 0.1603,-1.2023 0.8817,-2.7852 2.7652 -2.7852h 7.3939 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.8776402557930671" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 528.0086,247.5772 v 4.1508 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 406.0150,276.3456 ZM 410.3231,264.8240 c -0.5210,-0.0000 -1.9036,0.2405 -1.9036 1.5229c 0.0000,0.3807 -0.0802,1.0420 -0.7815 1.0420c -0.4809,-0.0000 -0.6813,-0.4008 -0.6813 -0.6813c 0.0000,-0.6612 0.8416,-2.5848 3.7871 -2.5848c 1.0480,-0.0000 1.7473,0.3386 2.1841 0.7815c 0.4869,0.4929 0.6272,0.9838 0.6272 1.5850c 0.0000,1.0560 -0.4609,1.8895 -2.1100 2.6630l 0.0200,0.0401 c 1.1822,0.2004 2.8253,0.9818 2.8253 3.1659c 0.0000,2.6450 -2.1240,4.1878 -4.5084 4.1878c -1.2023,-0.0000 -2.8854,-0.5410 -2.8854 -1.3425c 0.0000,-0.3206 0.4208,-0.7013 0.8416 -0.7013c 0.4008,-0.0000 0.6612,0.2405 0.8616 0.5210c 0.2405,0.3607 0.4208,0.8215 1.4427 0.8215c 0.7013,-0.0000 2.4847,-0.5410 2.4847 -3.2060c 0.0000,-2.2642 -1.4828,-2.5848 -2.6249 -2.5848c -0.2605,-0.0000 -0.6212,-0.0000 -0.9618 0.0401l -0.1002,-0.6412 c 1.9857,-0.2825 3.1479,-1.8134 3.1479 -2.8193c 0.0000,-1.2884 -0.7995,-1.8094 -1.6651 -1.8094ZM 415.3324,276.3456 ZM 425.9724,267.7495 l 0.2204,0.2405 c -0.3406,0.7214 -0.9818,1.1221 -1.8435 1.1221h -1.0019 c -0.0601,0.7214 -0.0601,2.3444 -0.0601 5.1096c 0.0000,0.8416 0.1803,1.2223 0.6412 1.2223c 0.2605,-0.0000 1.0420,-0.0601 1.8034 -0.8215c 0.2004,0.0200 0.3006,0.1202 0.3607 0.3206c -0.4609,0.6212 -1.5028,1.6030 -2.4446 1.6030c -1.2824,-0.0000 -1.6230,-0.5210 -1.6230 -2.0438c 0.0000,-1.1622 0.0200,-3.0858 0.0802 -5.3901h -2.4847 c 0.0000,4.8491 -0.7214,7.4339 -2.6850 7.4339c -0.4408,-0.0000 -0.7815,-0.2004 -0.7815 -0.6813c 0.0000,-0.3607 0.3046,-0.7193 0.8215 -0.8416c 0.8416,-0.2004 1.6030,-0.4609 1.6030 -5.9111h -0.3607 c -1.0019,-0.0000 -1.5629,0.4408 -1.9236 1.5830c -0.2204,0.0802 -0.4528,0.0040 -0.4809 -0.1603c 0.1603,-1.2023 0.8817,-2.7852 2.7652 -2.7852h 7.3939 ZM 426.6737,276.3456 ZM 432.5447,263.4013 l -4.7489,14.1265 h -0.8215 l 4.7489,-14.1265 h 0.8215 ZM 433.1458,276.3456 ZM 434.3681,266.9680 c 0.0000,-1.2023 1.3826,-2.8453 3.6068 -2.8453c 1.6230,-0.0000 3.3863,0.8817 3.3863 3.0457c 0.0000,1.5229 -0.8616,2.4045 -2.0038 3.5066l -2.0238,1.9436 c -0.1002,0.1002 -1.4828,1.4627 -1.4828 2.4245h 3.5667 c 0.7214,-0.0000 1.0620,-0.5009 1.4026 -1.9236c 0.2004,-0.0401 0.4609,-0.0000 0.5811 0.1002c -0.0200,0.6011 -0.2204,2.1039 -0.4809 3.1659c 0.0000,-0.0000 -0.9217,-0.0401 -1.5629 -0.0401h -3.5066 c -0.6412,-0.0000 -1.6631,0.0401 -1.6631 0.0401c 0.0000,-1.1822 0.3206,-2.1440 2.2843 -4.1478l 1.4828,-1.4627 c 1.1822,-1.2023 1.6431,-2.2442 1.6431 -3.5266c 0.0000,-1.9236 -1.0219,-2.4245 -1.7433 -2.4245c -1.4627,-0.0000 -1.9837,0.7214 -1.9837 1.2223c 0.0000,0.1603 0.1202,0.3406 0.1603 0.4809c 0.0401,0.1403 0.0802,0.2605 0.0802 0.4208c 0.0000,0.4428 -0.6011,0.8015 -0.9418 0.8015c -0.4208,-0.0000 -0.8015,-0.3607 -0.8015 -0.7815Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.8776402557930671" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 424.2391,247.5772 v 4.1508 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 314.7991,276.3456 ZM 325.4390,267.7495 l 0.2204,0.2405 c -0.3406,0.7214 -0.9818,1.1221 -1.8435 1.1221h -1.0019 c -0.0601,0.7214 -0.0601,2.3444 -0.0601 5.1096c 0.0000,0.8416 0.1803,1.2223 0.6412 1.2223c 0.2605,-0.0000 1.0420,-0.0601 1.8034 -0.8215c 0.2004,0.0200 0.3006,0.1202 0.3607 0.3206c -0.4609,0.6212 -1.5028,1.6030 -2.4446 1.6030c -1.2824,-0.0000 -1.6230,-0.5210 -1.6230 -2.0438c 0.0000,-1.1622 0.0200,-3.0858 0.0802 -5.3901h -2.4847 c 0.0000,4.8491 -0.7214,7.4339 -2.6850 7.4339c -0.4408,-0.0000 -0.7815,-0.2004 -0.7815 -0.6813c 0.0000,-0.3607 0.3046,-0.7193 0.8215 -0.8416c 0.8416,-0.2004 1.6030,-0.4609 1.6030 -5.9111h -0.3607 c -1.0019,-0.0000 -1.5629,0.4408 -1.9236 1.5830c -0.2204,0.0802 -0.4528,0.0040 -0.4809 -0.1603c 0.1603,-1.2023 0.8817,-2.7852 2.7652 -2.7852h 7.3939 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.8776402557930671" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 320.4697,247.5772 v 4.1508 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 203.1348,276.3456 ZM 213.7748,267.7495 l 0.2204,0.2405 c -0.3406,0.7214 -0.9818,1.1221 -1.8435 1.1221h -1.0019 c -0.0601,0.7214 -0.0601,2.3444 -0.0601 5.1096c 0.0000,0.8416 0.1803,1.2223 0.6412 1.2223c 0.2605,-0.0000 1.0420,-0.0601 1.8034 -0.8215c 0.2004,0.0200 0.3006,0.1202 0.3607 0.3206c -0.4609,0.6212 -1.5028,1.6030 -2.4446 1.6030c -1.2824,-0.0000 -1.6230,-0.5210 -1.6230 -2.0438c 0.0000,-1.1622 0.0200,-3.0858 0.0802 -5.3901h -2.4847 c 0.0000,4.8491 -0.7214,7.4339 -2.6850 7.4339c -0.4408,-0.0000 -0.7815,-0.2004 -0.7815 -0.6813c 0.0000,-0.3607 0.3046,-0.7193 0.8215 -0.8416c 0.8416,-0.2004 1.6030,-0.4609 1.6030 -5.9111h -0.3607 c -1.0019,-0.0000 -1.5629,0.4408 -1.9236 1.5830c -0.2204,0.0802 -0.4528,0.0040 -0.4809 -0.1603c 0.1603,-1.2023 0.8817,-2.7852 2.7652 -2.7852h 7.3939 ZM 214.4761,276.3456 ZM 220.3471,263.4013 l -4.7489,14.1265 h -0.8215 l 4.7489,-14.1265 h 0.8215 ZM 220.9482,276.3456 ZM 222.1705,266.9680 c 0.0000,-1.2023 1.3826,-2.8453 3.6068 -2.8453c 1.6230,-0.0000 3.3863,0.8817 3.3863 3.0457c 0.0000,1.5229 -0.8616,2.4045 -2.0038 3.5066l -2.0238,1.9436 c -0.1002,0.1002 -1.4828,1.4627 -1.4828 2.4245h 3.5667 c 0.7214,-0.0000 1.0620,-0.5009 1.4026 -1.9236c 0.2004,-0.0401 0.4609,-0.0000 0.5811 0.1002c -0.0200,0.6011 -0.2204,2.1039 -0.4809 3.1659c 0.0000,-0.0000 -0.9217,-0.0401 -1.5629 -0.0401h -3.5066 c -0.6412,-0.0000 -1.6631,0.0401 -1.6631 0.0401c 0.0000,-1.1822 0.3206,-2.1440 2.2843 -4.1478l 1.4828,-1.4627 c 1.1822,-1.2023 1.6431,-2.2442 1.6431 -3.5266c 0.0000,-1.9236 -1.0219,-2.4245 -1.7433 -2.4245c -1.4627,-0.0000 -1.9837,0.7214 -1.9837 1.2223c 0.0000,0.1603 0.1202,0.3406 0.1603 0.4809c 0.0401,0.1403 0.0802,0.2605 0.0802 0.4208c 0.0000,0.4428 -0.6011,0.8015 -0.9418 0.8015c -0.4208,-0.0000 -0.8015,-0.3607 -0.8015 -0.7815Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.8776402557930671" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 216.7003,247.5772 v 4.1508 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 95.5082,276.3456 ZM 96.9309,267.5491 c 0.2905,0.1082 0.5390,0.2004 1.1822 0.2004h 3.6669 c 0.5811,-0.0000 1.1421,-0.0401 1.2423 -0.0401c 0.1403,-0.0000 0.2405,0.0601 0.2405 0.1403c 0.0000,0.0802 -0.0541,0.2364 -0.3607 0.7414c -1.2423,2.0438 -3.3262,5.1897 -4.8090 7.0733h 2.6650 c 1.0440,-0.0240 1.4527,-0.4649 1.9637 -1.5229l 0.2805,-0.5811 c 0.2405,-0.0000 0.4709,0.0461 0.6011 0.1202c -0.1403,1.0019 -0.4008,2.0438 -0.6412 2.7251l -6.2517,-0.0601 c -0.3006,-0.0000 -0.4609,-0.1002 -0.4609 -0.2405c 0.0000,-0.1002 0.0080,-0.1683 0.1803 -0.4008c 1.5629,-2.1039 3.5667,-4.9893 4.9292 -7.2736l -2.5648,0.0601 c -0.6011,0.0140 -1.2223,0.3607 -1.6230 1.8234c -0.2324,0.0521 -0.4849,0.0140 -0.6612 -0.0601c 0.1803,-0.9818 0.2805,-1.6832 0.3006 -2.5848c 0.0000,-0.0481 0.0721,-0.1202 0.1202 -0.1202ZM 104.0041,276.3456 ZM 106.4888,270.6950 l 3.6268,-0.0601 c 0.2204,-0.0040 0.3006,-0.1002 0.3006 -0.2805c 0.0000,-1.6832 -0.9017,-2.1039 -1.6631 -2.1039c -0.4809,-0.0000 -1.8835,0.1803 -2.2642 2.4446ZM 106.4888,270.6950 ZM 111.7386,274.4821 c 0.2405,0.0200 0.3607,0.1202 0.4208 0.3206c -0.8015,1.0420 -1.8835,1.7433 -3.4064 1.7433c -1.4427,-0.0000 -2.3845,-0.4809 -3.0657 -1.2824c -0.6612,-0.7614 -0.9418,-1.8435 -0.9418 -2.9656c 0.0000,-3.0457 2.2642,-4.7088 4.0075 -4.7088c 2.7852,-0.0000 3.3863,1.8034 3.3863 3.4865c 0.0000,0.2204 -0.1403,0.3406 -0.3807 0.3406l -5.3300,-0.0401 c 0.0000,1.1622 0.2405,2.0839 0.6412 2.7451c 0.6212,1.0219 1.4627,1.4427 2.1841 1.4427c 1.1622,-0.0000 1.7433,-0.3206 2.4847 -1.0820ZM 112.9609,276.3456 ZM 116.4875,269.1721 c 0.0040,0.1002 0.1002,0.2605 0.2204 0.0401c 0.4609,-0.7815 1.2824,-1.6631 2.2242 -1.6631c 0.8416,-0.0000 1.2023,0.5791 1.2023 0.9618c 0.0000,0.5009 -0.4609,1.0019 -0.9418 1.0019c -0.3487,-0.0000 -0.5731,-0.2665 -0.7254 -0.4669c -0.1563,-0.2064 -0.3366,-0.2545 -0.5170 -0.2545c -0.2405,-0.0000 -0.7013,0.6612 -0.9217 0.9818c -0.2405,0.3607 -0.4809,0.8215 -0.4809 1.3425v 2.7852 c 0.0000,1.6631 0.2405,1.7232 1.6431 1.8234c 0.1202,0.1202 0.1202,0.5410 0.0000 0.6612c -0.7013,-0.0200 -1.6230,-0.0401 -2.4245 -0.0401c -0.8015,-0.0000 -1.5830,0.0200 -2.2843 0.0401c -0.1202,-0.1202 -0.1202,-0.5410 0.0000 -0.6612c 1.2423,-0.0802 1.4828,-0.1603 1.4828 -1.8234v -3.9073 c 0.0000,-1.1622 -0.2204,-1.2624 -1.3024 -1.3626c -0.0401,-0.1202 -0.0802,-0.4408 -0.0401 -0.5611c 1.3826,-0.1803 1.9036,-0.3607 2.4646 -0.5811c 0.1603,-0.0000 0.1984,0.0681 0.2405 0.1603c 0.0942,0.2064 0.1262,0.7214 0.1603 1.5229ZM 120.2546,276.3456 ZM 121.0761,272.2379 c 0.0000,-1.2664 0.3807,-2.4326 1.1081 -3.2862c 0.7334,-0.8616 1.8214,-1.4026 3.1399 -1.4026c 3.0657,-0.0000 4.2079,2.4245 4.2079 4.5084c 0.0000,1.2283 -0.4068,2.4887 -1.3044 3.3663c -0.6833,0.6673 -1.6531,1.1221 -2.9435 1.1221c -2.8453,-0.0000 -4.2079,-2.2642 -4.2079 -4.3081ZM 121.0761,272.2379 ZM 125.0235,268.2504 c -1.8034,-0.0000 -2.2242,1.7833 -2.2242 3.5266c 0.0000,1.5429 0.6813,4.0676 2.7652 4.0676c 0.9418,-0.0000 2.2442,-0.6212 2.2442 -3.1459c 0.0000,-2.8854 -1.0620,-4.4483 -2.7852 -4.4483Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.8776402557930671" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 112.9308,247.5772 v 4.1508 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 528.0086,233.7412 l -0.0000,-138.3592 h -415.0777 l -0.0000,138.3592 Z"/>+  </g>+</svg>
other/glyph_Example.svg view
@@ -1,3 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"-    "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" height="100.0000" stroke-opacity="1" viewBox="0 0 400 100" font-size="1" width="400.0000" xmlns:xlink="http://www.w3.org/1999/xlink" stroke="rgb(0,0,0)" version="1.1"><defs></defs><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" 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>+    "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">+<svg xmlns="http://www.w3.org/2000/svg" height="100.0000" stroke-opacity="1" viewBox="0 0 400 100" font-size="1" width="400.0000" xmlns:xlink="http://www.w3.org/1999/xlink" stroke="rgb(0,0,0)" version="1.1">+  <defs>+  </defs>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" 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>
other/glyphsExample.svg view
@@ -1,3 +1,100 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"-    "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" height="100.0000" stroke-opacity="1" viewBox="0 0 400 100" font-size="1" width="400.0000" xmlns:xlink="http://www.w3.org/1999/xlink" stroke="rgb(0,0,0)" version="1.1"><defs></defs><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.6391819878200176" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 354.7840,50.0000 c 0.0000,-0.8086 -0.6555,-1.4641 -1.4641 -1.4641c -0.8086,-0.0000 -1.4641,0.6555 -1.4641 1.4641c -0.0000,0.8086 0.6555,1.4641 1.4641 1.4641c 0.8086,0.0000 1.4641,-0.6555 1.4641 -1.4641Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.6391819878200176" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 344.5627,60.1468 c 0.0000,-0.8086 -0.6555,-1.4641 -1.4641 -1.4641c -0.8086,-0.0000 -1.4641,0.6555 -1.4641 1.4641c -0.0000,0.8086 0.6555,1.4641 1.4641 1.4641c 0.8086,0.0000 1.4641,-0.6555 1.4641 -1.4641Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.6391819878200176" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 334.3414,69.8501 c 0.0000,-0.8086 -0.6555,-1.4641 -1.4641 -1.4641c -0.8086,-0.0000 -1.4641,0.6555 -1.4641 1.4641c -0.0000,0.8086 0.6555,1.4641 1.4641 1.4641c 0.8086,0.0000 1.4641,-0.6555 1.4641 -1.4641Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.6391819878200176" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 324.1200,78.6858 c 0.0000,-0.8086 -0.6555,-1.4641 -1.4641 -1.4641c -0.8086,-0.0000 -1.4641,0.6555 -1.4641 1.4641c -0.0000,0.8086 0.6555,1.4641 1.4641 1.4641c 0.8086,0.0000 1.4641,-0.6555 1.4641 -1.4641Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.6391819878200176" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 313.8987,86.2679 c 0.0000,-0.8086 -0.6555,-1.4641 -1.4641 -1.4641c -0.8086,-0.0000 -1.4641,0.6555 -1.4641 1.4641c -0.0000,0.8086 0.6555,1.4641 1.4641 1.4641c 0.8086,0.0000 1.4641,-0.6555 1.4641 -1.4641Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.6391819878200176" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 303.6774,92.2649 c 0.0000,-0.8086 -0.6555,-1.4641 -1.4641 -1.4641c -0.8086,-0.0000 -1.4641,0.6555 -1.4641 1.4641c -0.0000,0.8086 0.6555,1.4641 1.4641 1.4641c 0.8086,0.0000 1.4641,-0.6555 1.4641 -1.4641Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.6391819878200176" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 293.4561,96.4147 c 0.0000,-0.8086 -0.6555,-1.4641 -1.4641 -1.4641c -0.8086,-0.0000 -1.4641,0.6555 -1.4641 1.4641c -0.0000,0.8086 0.6555,1.4641 1.4641 1.4641c 0.8086,0.0000 1.4641,-0.6555 1.4641 -1.4641Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.6391819878200176" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 283.2347,98.5359 c 0.0000,-0.8086 -0.6555,-1.4641 -1.4641 -1.4641c -0.8086,-0.0000 -1.4641,0.6555 -1.4641 1.4641c -0.0000,0.8086 0.6555,1.4641 1.4641 1.4641c 0.8086,0.0000 1.4641,-0.6555 1.4641 -1.4641Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.6391819878200176" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 273.0134,98.5359 c 0.0000,-0.8086 -0.6555,-1.4641 -1.4641 -1.4641c -0.8086,-0.0000 -1.4641,0.6555 -1.4641 1.4641c -0.0000,0.8086 0.6555,1.4641 1.4641 1.4641c 0.8086,0.0000 1.4641,-0.6555 1.4641 -1.4641Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.6391819878200176" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 262.7921,96.4147 c 0.0000,-0.8086 -0.6555,-1.4641 -1.4641 -1.4641c -0.8086,-0.0000 -1.4641,0.6555 -1.4641 1.4641c -0.0000,0.8086 0.6555,1.4641 1.4641 1.4641c 0.8086,0.0000 1.4641,-0.6555 1.4641 -1.4641Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.6391819878200176" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 252.5707,92.2649 c 0.0000,-0.8086 -0.6555,-1.4641 -1.4641 -1.4641c -0.8086,-0.0000 -1.4641,0.6555 -1.4641 1.4641c -0.0000,0.8086 0.6555,1.4641 1.4641 1.4641c 0.8086,0.0000 1.4641,-0.6555 1.4641 -1.4641Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.6391819878200176" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 242.3494,86.2679 c 0.0000,-0.8086 -0.6555,-1.4641 -1.4641 -1.4641c -0.8086,-0.0000 -1.4641,0.6555 -1.4641 1.4641c -0.0000,0.8086 0.6555,1.4641 1.4641 1.4641c 0.8086,0.0000 1.4641,-0.6555 1.4641 -1.4641Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.6391819878200176" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 232.1281,78.6858 c 0.0000,-0.8086 -0.6555,-1.4641 -1.4641 -1.4641c -0.8086,-0.0000 -1.4641,0.6555 -1.4641 1.4641c -0.0000,0.8086 0.6555,1.4641 1.4641 1.4641c 0.8086,0.0000 1.4641,-0.6555 1.4641 -1.4641Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.6391819878200176" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 221.9068,69.8501 c 0.0000,-0.8086 -0.6555,-1.4641 -1.4641 -1.4641c -0.8086,-0.0000 -1.4641,0.6555 -1.4641 1.4641c -0.0000,0.8086 0.6555,1.4641 1.4641 1.4641c 0.8086,0.0000 1.4641,-0.6555 1.4641 -1.4641Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.6391819878200176" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 211.6854,60.1468 c 0.0000,-0.8086 -0.6555,-1.4641 -1.4641 -1.4641c -0.8086,-0.0000 -1.4641,0.6555 -1.4641 1.4641c -0.0000,0.8086 0.6555,1.4641 1.4641 1.4641c 0.8086,0.0000 1.4641,-0.6555 1.4641 -1.4641Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.6391819878200176" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 201.4641,50.0000 c 0.0000,-0.8086 -0.6555,-1.4641 -1.4641 -1.4641c -0.8086,-0.0000 -1.4641,0.6555 -1.4641 1.4641c -0.0000,0.8086 0.6555,1.4641 1.4641 1.4641c 0.8086,0.0000 1.4641,-0.6555 1.4641 -1.4641Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.6391819878200176" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 191.2428,39.8532 c 0.0000,-0.8086 -0.6555,-1.4641 -1.4641 -1.4641c -0.8086,-0.0000 -1.4641,0.6555 -1.4641 1.4641c -0.0000,0.8086 0.6555,1.4641 1.4641 1.4641c 0.8086,0.0000 1.4641,-0.6555 1.4641 -1.4641Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.6391819878200176" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 181.0214,30.1499 c 0.0000,-0.8086 -0.6555,-1.4641 -1.4641 -1.4641c -0.8086,-0.0000 -1.4641,0.6555 -1.4641 1.4641c -0.0000,0.8086 0.6555,1.4641 1.4641 1.4641c 0.8086,0.0000 1.4641,-0.6555 1.4641 -1.4641Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.6391819878200176" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 170.8001,21.3142 c 0.0000,-0.8086 -0.6555,-1.4641 -1.4641 -1.4641c -0.8086,-0.0000 -1.4641,0.6555 -1.4641 1.4641c -0.0000,0.8086 0.6555,1.4641 1.4641 1.4641c 0.8086,0.0000 1.4641,-0.6555 1.4641 -1.4641Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.6391819878200176" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 160.5788,13.7321 c 0.0000,-0.8086 -0.6555,-1.4641 -1.4641 -1.4641c -0.8086,-0.0000 -1.4641,0.6555 -1.4641 1.4641c -0.0000,0.8086 0.6555,1.4641 1.4641 1.4641c 0.8086,0.0000 1.4641,-0.6555 1.4641 -1.4641Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.6391819878200176" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 150.3575,7.7351 c 0.0000,-0.8086 -0.6555,-1.4641 -1.4641 -1.4641c -0.8086,-0.0000 -1.4641,0.6555 -1.4641 1.4641c -0.0000,0.8086 0.6555,1.4641 1.4641 1.4641c 0.8086,0.0000 1.4641,-0.6555 1.4641 -1.4641Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.6391819878200176" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 140.1361,3.5853 c 0.0000,-0.8086 -0.6555,-1.4641 -1.4641 -1.4641c -0.8086,-0.0000 -1.4641,0.6555 -1.4641 1.4641c -0.0000,0.8086 0.6555,1.4641 1.4641 1.4641c 0.8086,0.0000 1.4641,-0.6555 1.4641 -1.4641Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.6391819878200176" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 129.9148,1.4641 c 0.0000,-0.8086 -0.6555,-1.4641 -1.4641 -1.4641c -0.8086,-0.0000 -1.4641,0.6555 -1.4641 1.4641c -0.0000,0.8086 0.6555,1.4641 1.4641 1.4641c 0.8086,0.0000 1.4641,-0.6555 1.4641 -1.4641Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.6391819878200176" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 119.6935,1.4641 c 0.0000,-0.8086 -0.6555,-1.4641 -1.4641 -1.4641c -0.8086,-0.0000 -1.4641,0.6555 -1.4641 1.4641c -0.0000,0.8086 0.6555,1.4641 1.4641 1.4641c 0.8086,0.0000 1.4641,-0.6555 1.4641 -1.4641Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.6391819878200176" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 109.4721,3.5853 c 0.0000,-0.8086 -0.6555,-1.4641 -1.4641 -1.4641c -0.8086,-0.0000 -1.4641,0.6555 -1.4641 1.4641c -0.0000,0.8086 0.6555,1.4641 1.4641 1.4641c 0.8086,0.0000 1.4641,-0.6555 1.4641 -1.4641Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.6391819878200176" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 99.2508,7.7351 c 0.0000,-0.8086 -0.6555,-1.4641 -1.4641 -1.4641c -0.8086,-0.0000 -1.4641,0.6555 -1.4641 1.4641c -0.0000,0.8086 0.6555,1.4641 1.4641 1.4641c 0.8086,0.0000 1.4641,-0.6555 1.4641 -1.4641Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.6391819878200176" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 89.0295,13.7321 c 0.0000,-0.8086 -0.6555,-1.4641 -1.4641 -1.4641c -0.8086,-0.0000 -1.4641,0.6555 -1.4641 1.4641c -0.0000,0.8086 0.6555,1.4641 1.4641 1.4641c 0.8086,0.0000 1.4641,-0.6555 1.4641 -1.4641Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.6391819878200176" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 78.8081,21.3142 c 0.0000,-0.8086 -0.6555,-1.4641 -1.4641 -1.4641c -0.8086,-0.0000 -1.4641,0.6555 -1.4641 1.4641c -0.0000,0.8086 0.6555,1.4641 1.4641 1.4641c 0.8086,0.0000 1.4641,-0.6555 1.4641 -1.4641Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.6391819878200176" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 68.5868,30.1499 c 0.0000,-0.8086 -0.6555,-1.4641 -1.4641 -1.4641c -0.8086,-0.0000 -1.4641,0.6555 -1.4641 1.4641c -0.0000,0.8086 0.6555,1.4641 1.4641 1.4641c 0.8086,0.0000 1.4641,-0.6555 1.4641 -1.4641Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.6391819878200176" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 58.3655,39.8532 c 0.0000,-0.8086 -0.6555,-1.4641 -1.4641 -1.4641c -0.8086,-0.0000 -1.4641,0.6555 -1.4641 1.4641c -0.0000,0.8086 0.6555,1.4641 1.4641 1.4641c 0.8086,0.0000 1.4641,-0.6555 1.4641 -1.4641Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.6391819878200176" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 48.1442,50.0000 c 0.0000,-0.8086 -0.6555,-1.4641 -1.4641 -1.4641c -0.8086,-0.0000 -1.4641,0.6555 -1.4641 1.4641c -0.0000,0.8086 0.6555,1.4641 1.4641 1.4641c 0.8086,0.0000 1.4641,-0.6555 1.4641 -1.4641Z"/></g></svg>+    "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">+<svg xmlns="http://www.w3.org/2000/svg" height="100.0000" stroke-opacity="1" viewBox="0 0 400 100" font-size="1" width="400.0000" xmlns:xlink="http://www.w3.org/1999/xlink" stroke="rgb(0,0,0)" version="1.1">+  <defs>+  </defs>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.652422225876846" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 356.3410,50.0000 c 0.0000,-0.4103 -0.3326,-0.7429 -0.7429 -0.7429c -0.4103,-0.0000 -0.7429,0.3326 -0.7429 0.7429c -0.0000,0.4103 0.3326,0.7429 0.7429 0.7429c 0.4103,0.0000 0.7429,-0.3326 0.7429 -0.7429Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.652422225876846" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 345.9678,60.2975 c 0.0000,-0.4103 -0.3326,-0.7429 -0.7429 -0.7429c -0.4103,-0.0000 -0.7429,0.3326 -0.7429 0.7429c -0.0000,0.4103 0.3326,0.7429 0.7429 0.7429c 0.4103,0.0000 0.7429,-0.3326 0.7429 -0.7429Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.652422225876846" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 335.5946,70.1450 c 0.0000,-0.4103 -0.3326,-0.7429 -0.7429 -0.7429c -0.4103,-0.0000 -0.7429,0.3326 -0.7429 0.7429c -0.0000,0.4103 0.3326,0.7429 0.7429 0.7429c 0.4103,0.0000 0.7429,-0.3326 0.7429 -0.7429Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.652422225876846" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 325.2214,79.1121 c 0.0000,-0.4103 -0.3326,-0.7429 -0.7429 -0.7429c -0.4103,-0.0000 -0.7429,0.3326 -0.7429 0.7429c -0.0000,0.4103 0.3326,0.7429 0.7429 0.7429c 0.4103,0.0000 0.7429,-0.3326 0.7429 -0.7429Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.652422225876846" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 314.8482,86.8068 c 0.0000,-0.4103 -0.3326,-0.7429 -0.7429 -0.7429c -0.4103,-0.0000 -0.7429,0.3326 -0.7429 0.7429c -0.0000,0.4103 0.3326,0.7429 0.7429 0.7429c 0.4103,0.0000 0.7429,-0.3326 0.7429 -0.7429Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.652422225876846" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 304.4750,92.8928 c 0.0000,-0.4103 -0.3326,-0.7429 -0.7429 -0.7429c -0.4103,-0.0000 -0.7429,0.3326 -0.7429 0.7429c -0.0000,0.4103 0.3326,0.7429 0.7429 0.7429c 0.4103,0.0000 0.7429,-0.3326 0.7429 -0.7429Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.652422225876846" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 294.1018,97.1043 c 0.0000,-0.4103 -0.3326,-0.7429 -0.7429 -0.7429c -0.4103,-0.0000 -0.7429,0.3326 -0.7429 0.7429c -0.0000,0.4103 0.3326,0.7429 0.7429 0.7429c 0.4103,0.0000 0.7429,-0.3326 0.7429 -0.7429Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.652422225876846" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 283.7285,99.2571 c 0.0000,-0.4103 -0.3326,-0.7429 -0.7429 -0.7429c -0.4103,-0.0000 -0.7429,0.3326 -0.7429 0.7429c -0.0000,0.4103 0.3326,0.7429 0.7429 0.7429c 0.4103,0.0000 0.7429,-0.3326 0.7429 -0.7429Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.652422225876846" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 273.3553,99.2571 c 0.0000,-0.4103 -0.3326,-0.7429 -0.7429 -0.7429c -0.4103,-0.0000 -0.7429,0.3326 -0.7429 0.7429c -0.0000,0.4103 0.3326,0.7429 0.7429 0.7429c 0.4103,0.0000 0.7429,-0.3326 0.7429 -0.7429Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.652422225876846" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 262.9821,97.1043 c 0.0000,-0.4103 -0.3326,-0.7429 -0.7429 -0.7429c -0.4103,-0.0000 -0.7429,0.3326 -0.7429 0.7429c -0.0000,0.4103 0.3326,0.7429 0.7429 0.7429c 0.4103,0.0000 0.7429,-0.3326 0.7429 -0.7429Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.652422225876846" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 252.6089,92.8928 c 0.0000,-0.4103 -0.3326,-0.7429 -0.7429 -0.7429c -0.4103,-0.0000 -0.7429,0.3326 -0.7429 0.7429c -0.0000,0.4103 0.3326,0.7429 0.7429 0.7429c 0.4103,0.0000 0.7429,-0.3326 0.7429 -0.7429Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.652422225876846" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 242.2357,86.8068 c 0.0000,-0.4103 -0.3326,-0.7429 -0.7429 -0.7429c -0.4103,-0.0000 -0.7429,0.3326 -0.7429 0.7429c -0.0000,0.4103 0.3326,0.7429 0.7429 0.7429c 0.4103,0.0000 0.7429,-0.3326 0.7429 -0.7429Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.652422225876846" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 231.8625,79.1121 c 0.0000,-0.4103 -0.3326,-0.7429 -0.7429 -0.7429c -0.4103,-0.0000 -0.7429,0.3326 -0.7429 0.7429c -0.0000,0.4103 0.3326,0.7429 0.7429 0.7429c 0.4103,0.0000 0.7429,-0.3326 0.7429 -0.7429Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.652422225876846" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 221.4893,70.1450 c 0.0000,-0.4103 -0.3326,-0.7429 -0.7429 -0.7429c -0.4103,-0.0000 -0.7429,0.3326 -0.7429 0.7429c -0.0000,0.4103 0.3326,0.7429 0.7429 0.7429c 0.4103,0.0000 0.7429,-0.3326 0.7429 -0.7429Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.652422225876846" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 211.1161,60.2975 c 0.0000,-0.4103 -0.3326,-0.7429 -0.7429 -0.7429c -0.4103,-0.0000 -0.7429,0.3326 -0.7429 0.7429c -0.0000,0.4103 0.3326,0.7429 0.7429 0.7429c 0.4103,0.0000 0.7429,-0.3326 0.7429 -0.7429Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.652422225876846" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 200.7429,50.0000 c 0.0000,-0.4103 -0.3326,-0.7429 -0.7429 -0.7429c -0.4103,-0.0000 -0.7429,0.3326 -0.7429 0.7429c -0.0000,0.4103 0.3326,0.7429 0.7429 0.7429c 0.4103,0.0000 0.7429,-0.3326 0.7429 -0.7429Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.652422225876846" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 190.3697,39.7025 c 0.0000,-0.4103 -0.3326,-0.7429 -0.7429 -0.7429c -0.4103,-0.0000 -0.7429,0.3326 -0.7429 0.7429c -0.0000,0.4103 0.3326,0.7429 0.7429 0.7429c 0.4103,0.0000 0.7429,-0.3326 0.7429 -0.7429Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.652422225876846" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 179.9965,29.8550 c 0.0000,-0.4103 -0.3326,-0.7429 -0.7429 -0.7429c -0.4103,-0.0000 -0.7429,0.3326 -0.7429 0.7429c -0.0000,0.4103 0.3326,0.7429 0.7429 0.7429c 0.4103,0.0000 0.7429,-0.3326 0.7429 -0.7429Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.652422225876846" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 169.6233,20.8879 c 0.0000,-0.4103 -0.3326,-0.7429 -0.7429 -0.7429c -0.4103,-0.0000 -0.7429,0.3326 -0.7429 0.7429c -0.0000,0.4103 0.3326,0.7429 0.7429 0.7429c 0.4103,0.0000 0.7429,-0.3326 0.7429 -0.7429Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.652422225876846" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 159.2501,13.1932 c 0.0000,-0.4103 -0.3326,-0.7429 -0.7429 -0.7429c -0.4103,-0.0000 -0.7429,0.3326 -0.7429 0.7429c -0.0000,0.4103 0.3326,0.7429 0.7429 0.7429c 0.4103,0.0000 0.7429,-0.3326 0.7429 -0.7429Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.652422225876846" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 148.8769,7.1072 c 0.0000,-0.4103 -0.3326,-0.7429 -0.7429 -0.7429c -0.4103,-0.0000 -0.7429,0.3326 -0.7429 0.7429c -0.0000,0.4103 0.3326,0.7429 0.7429 0.7429c 0.4103,0.0000 0.7429,-0.3326 0.7429 -0.7429Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.652422225876846" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 138.5037,2.8957 c 0.0000,-0.4103 -0.3326,-0.7429 -0.7429 -0.7429c -0.4103,-0.0000 -0.7429,0.3326 -0.7429 0.7429c -0.0000,0.4103 0.3326,0.7429 0.7429 0.7429c 0.4103,0.0000 0.7429,-0.3326 0.7429 -0.7429Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.652422225876846" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 128.1305,0.7429 c 0.0000,-0.4103 -0.3326,-0.7429 -0.7429 -0.7429c -0.4103,-0.0000 -0.7429,0.3326 -0.7429 0.7429c -0.0000,0.4103 0.3326,0.7429 0.7429 0.7429c 0.4103,0.0000 0.7429,-0.3326 0.7429 -0.7429Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.652422225876846" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 117.7573,0.7429 c 0.0000,-0.4103 -0.3326,-0.7429 -0.7429 -0.7429c -0.4103,-0.0000 -0.7429,0.3326 -0.7429 0.7429c -0.0000,0.4103 0.3326,0.7429 0.7429 0.7429c 0.4103,0.0000 0.7429,-0.3326 0.7429 -0.7429Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.652422225876846" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 107.3841,2.8957 c 0.0000,-0.4103 -0.3326,-0.7429 -0.7429 -0.7429c -0.4103,-0.0000 -0.7429,0.3326 -0.7429 0.7429c -0.0000,0.4103 0.3326,0.7429 0.7429 0.7429c 0.4103,0.0000 0.7429,-0.3326 0.7429 -0.7429Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.652422225876846" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 97.0109,7.1072 c 0.0000,-0.4103 -0.3326,-0.7429 -0.7429 -0.7429c -0.4103,-0.0000 -0.7429,0.3326 -0.7429 0.7429c -0.0000,0.4103 0.3326,0.7429 0.7429 0.7429c 0.4103,0.0000 0.7429,-0.3326 0.7429 -0.7429Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.652422225876846" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 86.6377,13.1932 c 0.0000,-0.4103 -0.3326,-0.7429 -0.7429 -0.7429c -0.4103,-0.0000 -0.7429,0.3326 -0.7429 0.7429c -0.0000,0.4103 0.3326,0.7429 0.7429 0.7429c 0.4103,0.0000 0.7429,-0.3326 0.7429 -0.7429Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.652422225876846" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 76.2645,20.8879 c 0.0000,-0.4103 -0.3326,-0.7429 -0.7429 -0.7429c -0.4103,-0.0000 -0.7429,0.3326 -0.7429 0.7429c -0.0000,0.4103 0.3326,0.7429 0.7429 0.7429c 0.4103,0.0000 0.7429,-0.3326 0.7429 -0.7429Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.652422225876846" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 65.8913,29.8550 c 0.0000,-0.4103 -0.3326,-0.7429 -0.7429 -0.7429c -0.4103,-0.0000 -0.7429,0.3326 -0.7429 0.7429c -0.0000,0.4103 0.3326,0.7429 0.7429 0.7429c 0.4103,0.0000 0.7429,-0.3326 0.7429 -0.7429Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.652422225876846" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 55.5181,39.7025 c 0.0000,-0.4103 -0.3326,-0.7429 -0.7429 -0.7429c -0.4103,-0.0000 -0.7429,0.3326 -0.7429 0.7429c -0.0000,0.4103 0.3326,0.7429 0.7429 0.7429c 0.4103,0.0000 0.7429,-0.3326 0.7429 -0.7429Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.652422225876846" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 45.1449,50.0000 c 0.0000,-0.4103 -0.3326,-0.7429 -0.7429 -0.7429c -0.4103,-0.0000 -0.7429,0.3326 -0.7429 0.7429c -0.0000,0.4103 0.3326,0.7429 0.7429 0.7429c 0.4103,0.0000 0.7429,-0.3326 0.7429 -0.7429Z"/>+  </g>+</svg>
+ other/gridExample.svg view
@@ -0,0 +1,214 @@+<?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 73.0861,315.2931 l -0.0000,-288.4040 h -5.7681 l -0.0000,288.4040 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 39.1592,32.6571 ZM 43.3489,22.2688 c -0.8226,-0.0000 -2.0279,0.8035 -2.0279 5.2611c 0.0000,1.5688 0.2870,4.7254 1.9705 4.7254c 0.3252,-0.0000 1.2435,-0.2104 1.6453 -1.7027c 0.2487,-0.9183 0.3826,-2.0662 0.3826 -3.7306c 0.0000,-2.4297 -0.6122,-3.7880 -1.1670 -4.2663c -0.2104,-0.1913 -0.4974,-0.2870 -0.8035 -0.2870ZM 43.3489,22.2688 ZM 43.2724,32.8867 c -2.0470,-0.0000 -3.4245,-2.6210 -3.4245 -5.5481c 0.0000,-3.5775 1.7027,-5.7394 3.5010 -5.7394c 0.8226,-0.0000 1.6453,0.5165 2.2001 1.2627c 0.8035,1.0714 1.2244,2.5062 1.2244 4.3045c 0.0000,4.2471 -2.1044,5.7203 -3.5010 5.7203ZM 47.5387,32.6571 ZM 48.6292,31.8727 c 0.0000,-0.5548 0.4592,-1.0140 1.0140 -1.0140c 0.5548,-0.0000 1.0140,0.4592 1.0140 1.0140c 0.0000,0.5548 -0.4592,1.0140 -1.0140 1.0140c -0.5548,-0.0000 -1.0140,-0.4592 -1.0140 -1.0140ZM 51.7284,32.6571 ZM 57.6400,29.4239 c 0.0000,-1.9705 -1.0714,-2.9462 -2.2575 -2.9462c -0.8800,-0.0000 -1.5496,0.1339 -2.2958 0.4400l 0.6122,-5.2228 c 0.6313,0.0574 1.2818,0.0765 1.9514 0.0765c 0.9566,-0.0000 1.9514,-0.0574 2.9845 -0.1722l 0.1148,0.0574 l -0.2870,1.2435 c -0.7461,0.0765 -1.3583,0.0957 -1.8940 0.0957c -0.8609,-0.0000 -1.5114,-0.0765 -2.1810 -0.1531l -0.3635,3.0227 c 0.4018,-0.1531 1.0905,-0.2870 1.8366 -0.2870c 2.0279,-0.0000 3.1567,1.7601 3.1567 3.5202c 0.0000,2.1427 -1.4922,3.7880 -3.6541 3.7880c -1.0905,-0.0000 -2.6784,-0.6122 -2.6784 -1.3583c 0.0000,-0.3635 0.3061,-0.6122 0.6505 -0.6122c 0.3826,-0.0000 0.6313,0.2870 0.8609 0.5931c 0.2870,0.3444 0.5931,0.7270 1.2053 0.7270c 1.2244,-0.0000 2.2384,-1.1479 2.2384 -2.8123Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4267150714115107" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 64.4340,26.8890 h 8.6521 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 39.1592,61.4975 ZM 43.3489,51.1092 c -0.8226,-0.0000 -2.0279,0.8035 -2.0279 5.2611c 0.0000,1.5688 0.2870,4.7254 1.9705 4.7254c 0.3252,-0.0000 1.2435,-0.2104 1.6453 -1.7027c 0.2487,-0.9183 0.3826,-2.0662 0.3826 -3.7306c 0.0000,-2.4297 -0.6122,-3.7880 -1.1670 -4.2663c -0.2104,-0.1913 -0.4974,-0.2870 -0.8035 -0.2870ZM 43.3489,51.1092 ZM 43.2724,61.7271 c -2.0470,-0.0000 -3.4245,-2.6210 -3.4245 -5.5481c 0.0000,-3.5775 1.7027,-5.7394 3.5010 -5.7394c 0.8226,-0.0000 1.6453,0.5165 2.2001 1.2627c 0.8035,1.0714 1.2244,2.5062 1.2244 4.3045c 0.0000,4.2471 -2.1044,5.7203 -3.5010 5.7203ZM 47.5387,61.4975 ZM 48.6292,60.7131 c 0.0000,-0.5548 0.4592,-1.0140 1.0140 -1.0140c 0.5548,-0.0000 1.0140,0.4592 1.0140 1.0140c 0.0000,0.5548 -0.4592,1.0140 -1.0140 1.0140c -0.5548,-0.0000 -1.0140,-0.4592 -1.0140 -1.0140ZM 51.7284,61.4975 ZM 56.6643,54.7059 c 0.0000,-0.1339 0.0191,-0.2870 0.1913 -0.3826c 0.2104,-0.1531 0.5548,-0.3252 0.8418 -0.3252c 0.2487,-0.0000 0.2678,0.2104 0.2678 0.5931v 3.0801 h 1.5496 l -0.1148,0.8992 h -1.4348 v 1.5879 c 0.0000,0.5357 0.0765,0.8035 0.6313 0.8035h 0.5165 c 0.1148,-0.0000 0.1339,0.0957 0.1339 0.1339v 0.4209 c 0.0000,-0.0000 -1.2244,-0.0383 -2.0279 -0.0383c -0.7270,-0.0000 -1.8557,0.0383 -1.8557 0.0383v -0.4209 c 0.0000,-0.0383 0.0191,-0.1339 0.1339 -0.1339h 0.5165 c 0.5931,-0.0000 0.6505,-0.2487 0.6505 -0.8035v -1.5879 h -3.7497 c -0.0765,-0.0000 -0.1148,-0.0383 -0.1722 -0.1148l -0.1531,-0.2104 l -0.2296,-0.4018 c -0.0191,-0.0000 -0.0191,-0.0191 -0.0191 -0.0383c 0.0000,-0.0191 0.0191,-0.0383 0.0383 -0.0574c 1.2435,-1.3775 3.4436,-5.6437 4.1324 -7.2125c 0.0191,-0.0765 0.0574,-0.0957 0.1339 -0.0957c 0.0191,-0.0000 0.4400,0.1722 0.6696 0.2104c -0.8609,2.3149 -2.2766,4.8020 -3.6732 7.0212h 3.0227 v -2.9653 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4267150714115107" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 64.4340,55.7294 h 8.6521 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 39.1592,90.3379 ZM 43.3489,79.9496 c -0.8226,-0.0000 -2.0279,0.8035 -2.0279 5.2611c 0.0000,1.5688 0.2870,4.7254 1.9705 4.7254c 0.3252,-0.0000 1.2435,-0.2104 1.6453 -1.7027c 0.2487,-0.9183 0.3826,-2.0662 0.3826 -3.7306c 0.0000,-2.4297 -0.6122,-3.7880 -1.1670 -4.2663c -0.2104,-0.1913 -0.4974,-0.2870 -0.8035 -0.2870ZM 43.3489,79.9496 ZM 43.2724,90.5675 c -2.0470,-0.0000 -3.4245,-2.6210 -3.4245 -5.5481c 0.0000,-3.5775 1.7027,-5.7394 3.5010 -5.7394c 0.8226,-0.0000 1.6453,0.5165 2.2001 1.2627c 0.8035,1.0714 1.2244,2.5062 1.2244 4.3045c 0.0000,4.2471 -2.1044,5.7203 -3.5010 5.7203ZM 47.5387,90.3379 ZM 48.6292,89.5535 c 0.0000,-0.5548 0.4592,-1.0140 1.0140 -1.0140c 0.5548,-0.0000 1.0140,0.4592 1.0140 1.0140c 0.0000,0.5548 -0.4592,1.0140 -1.0140 1.0140c -0.5548,-0.0000 -1.0140,-0.4592 -1.0140 -1.0140ZM 51.7284,90.3379 ZM 55.8608,79.8731 c -0.4783,-0.0000 -1.8749,0.2678 -1.8749 1.4348c 0.0000,0.3444 -0.1339,0.9374 -0.6505 0.9374c -0.4974,-0.0000 -0.5357,-0.5548 -0.5357 -0.6122c 0.0000,-0.5931 0.7844,-2.3531 3.4436 -2.3531c 1.8557,-0.0000 2.4105,1.1670 2.4105 1.9323c 0.0000,0.4783 -0.1531,1.4348 -1.8749 2.5253c 1.0714,0.1722 2.4871,0.9566 2.4871 2.9462c 0.0000,2.5253 -1.9131,3.8836 -4.0750 3.8836c -1.0905,-0.0000 -2.6210,-0.4783 -2.6210 -1.2053c 0.0000,-0.2870 0.2870,-0.6122 0.6696 -0.6122c 0.3635,-0.0000 0.5357,0.1913 0.7079 0.4400c 0.2104,0.3252 0.5548,0.7844 1.4731 0.7844c 0.6313,-0.0000 2.4297,-0.6313 2.4297 -3.0419c 0.0000,-2.0470 -1.4348,-2.3723 -2.4679 -2.3723c -0.1722,-0.0000 -0.3826,0.0383 -0.5931 0.0765l -0.0765,-0.5739 c 1.4731,-0.2487 2.6975,-1.6836 2.6975 -2.5636c 0.0000,-1.0905 -0.7653,-1.6262 -1.5496 -1.6262Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4267150714115107" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 64.4340,84.5698 h 8.6521 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 39.1592,119.1783 ZM 43.3489,108.7900 c -0.8226,-0.0000 -2.0279,0.8035 -2.0279 5.2611c 0.0000,1.5688 0.2870,4.7254 1.9705 4.7254c 0.3252,-0.0000 1.2435,-0.2104 1.6453 -1.7027c 0.2487,-0.9183 0.3826,-2.0662 0.3826 -3.7306c 0.0000,-2.4297 -0.6122,-3.7880 -1.1670 -4.2663c -0.2104,-0.1913 -0.4974,-0.2870 -0.8035 -0.2870ZM 43.3489,108.7900 ZM 43.2724,119.4079 c -2.0470,-0.0000 -3.4245,-2.6210 -3.4245 -5.5481c 0.0000,-3.5775 1.7027,-5.7394 3.5010 -5.7394c 0.8226,-0.0000 1.6453,0.5165 2.2001 1.2627c 0.8035,1.0714 1.2244,2.5062 1.2244 4.3045c 0.0000,4.2471 -2.1044,5.7203 -3.5010 5.7203ZM 47.5387,119.1783 ZM 48.6292,118.3939 c 0.0000,-0.5548 0.4592,-1.0140 1.0140 -1.0140c 0.5548,-0.0000 1.0140,0.4592 1.0140 1.0140c 0.0000,0.5548 -0.4592,1.0140 -1.0140 1.0140c -0.5548,-0.0000 -1.0140,-0.4592 -1.0140 -1.0140ZM 51.7284,119.1783 ZM 52.8380,110.7032 c 0.0000,-1.0905 1.0522,-2.5827 3.0610 -2.5827c 1.4731,-0.0000 3.1949,0.5548 3.1949 2.7549c 0.0000,1.4540 -0.7461,2.1810 -1.7792 3.1758l -1.8175,1.7601 c -0.0957,0.0957 -1.3775,1.3583 -1.3775 2.2575h 3.2523 c 0.6505,-0.0000 0.9948,-0.3252 1.2627 -1.3775l 0.4783,0.0765 l -0.3826,2.4105 h -5.9116 c 0.0000,-1.0714 0.1722,-1.8940 1.9514 -3.7115l 1.3392,-1.3201 c 1.0714,-1.0905 1.5114,-2.0279 1.5114 -3.1949c 0.0000,-1.7409 -1.1861,-2.2384 -1.8366 -2.2384c -1.3201,-0.0000 -1.6836,0.6887 -1.6836 1.1479c 0.0000,0.1531 0.0383,0.3061 0.0765 0.4400c 0.0383,0.1339 0.0765,0.2678 0.0765 0.4209c 0.0000,0.4974 -0.3826,0.6887 -0.6887 0.6887c -0.4209,-0.0000 -0.7270,-0.3252 -0.7270 -0.7079Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4267150714115107" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 64.4340,113.4102 h 8.6521 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 39.1592,148.0187 ZM 43.3489,137.6304 c -0.8226,-0.0000 -2.0279,0.8035 -2.0279 5.2611c 0.0000,1.5688 0.2870,4.7254 1.9705 4.7254c 0.3252,-0.0000 1.2435,-0.2104 1.6453 -1.7027c 0.2487,-0.9183 0.3826,-2.0662 0.3826 -3.7306c 0.0000,-2.4297 -0.6122,-3.7880 -1.1670 -4.2663c -0.2104,-0.1913 -0.4974,-0.2870 -0.8035 -0.2870ZM 43.3489,137.6304 ZM 43.2724,148.2483 c -2.0470,-0.0000 -3.4245,-2.6210 -3.4245 -5.5481c 0.0000,-3.5775 1.7027,-5.7394 3.5010 -5.7394c 0.8226,-0.0000 1.6453,0.5165 2.2001 1.2627c 0.8035,1.0714 1.2244,2.5062 1.2244 4.3045c 0.0000,4.2471 -2.1044,5.7203 -3.5010 5.7203ZM 47.5387,148.0187 ZM 48.6292,147.2343 c 0.0000,-0.5548 0.4592,-1.0140 1.0140 -1.0140c 0.5548,-0.0000 1.0140,0.4592 1.0140 1.0140c 0.0000,0.5548 -0.4592,1.0140 -1.0140 1.0140c -0.5548,-0.0000 -1.0140,-0.4592 -1.0140 -1.0140ZM 51.7284,148.0187 ZM 55.3251,138.8931 c -0.3635,-0.0000 -1.2053,0.3444 -1.6262 0.5357l -0.2296,-0.5931 c 1.6836,-0.7844 2.3340,-1.1861 3.2906 -1.8749h 0.3635 v 9.6230 c 0.0000,0.6887 0.0957,0.8800 0.7270 0.8800h 0.9948 c 0.0574,-0.0000 0.1531,0.0383 0.1531 0.1531v 0.4209 l -2.6210,-0.0383 l -2.6592,0.0383 v -0.4209 c 0.0191,-0.0574 0.0383,-0.1531 0.1531 -0.1531h 1.1479 c 0.7270,-0.0000 0.7270,-0.3252 0.7270 -0.8800v -6.5812 c 0.0000,-0.6505 0.0000,-1.1096 -0.4209 -1.1096Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4267150714115107" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 64.4340,142.2506 h 8.6521 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 39.1592,176.8591 ZM 43.3489,166.4708 c -0.8226,-0.0000 -2.0279,0.8035 -2.0279 5.2611c 0.0000,1.5688 0.2870,4.7254 1.9705 4.7254c 0.3252,-0.0000 1.2435,-0.2104 1.6453 -1.7027c 0.2487,-0.9183 0.3826,-2.0662 0.3826 -3.7306c 0.0000,-2.4297 -0.6122,-3.7880 -1.1670 -4.2663c -0.2104,-0.1913 -0.4974,-0.2870 -0.8035 -0.2870ZM 43.3489,166.4708 ZM 43.2724,177.0887 c -2.0470,-0.0000 -3.4245,-2.6210 -3.4245 -5.5481c 0.0000,-3.5775 1.7027,-5.7394 3.5010 -5.7394c 0.8226,-0.0000 1.6453,0.5165 2.2001 1.2627c 0.8035,1.0714 1.2244,2.5062 1.2244 4.3045c 0.0000,4.2471 -2.1044,5.7203 -3.5010 5.7203ZM 47.5387,176.8591 ZM 48.6292,176.0747 c 0.0000,-0.5548 0.4592,-1.0140 1.0140 -1.0140c 0.5548,-0.0000 1.0140,0.4592 1.0140 1.0140c 0.0000,0.5548 -0.4592,1.0140 -1.0140 1.0140c -0.5548,-0.0000 -1.0140,-0.4592 -1.0140 -1.0140ZM 51.7284,176.8591 ZM 55.9182,166.4708 c -0.8226,-0.0000 -2.0279,0.8035 -2.0279 5.2611c 0.0000,1.5688 0.2870,4.7254 1.9705 4.7254c 0.3252,-0.0000 1.2435,-0.2104 1.6453 -1.7027c 0.2487,-0.9183 0.3826,-2.0662 0.3826 -3.7306c 0.0000,-2.4297 -0.6122,-3.7880 -1.1670 -4.2663c -0.2104,-0.1913 -0.4974,-0.2870 -0.8035 -0.2870ZM 55.9182,166.4708 ZM 55.8416,177.0887 c -2.0470,-0.0000 -3.4245,-2.6210 -3.4245 -5.5481c 0.0000,-3.5775 1.7027,-5.7394 3.5010 -5.7394c 0.8226,-0.0000 1.6453,0.5165 2.2001 1.2627c 0.8035,1.0714 1.2244,2.5062 1.2244 4.3045c 0.0000,4.2471 -2.1044,5.7203 -3.5010 5.7203Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4267150714115107" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 64.4340,171.0910 h 8.6521 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 32.7885,205.6995 ZM 38.0304,201.1845 h -4.3237 c -0.1722,-0.0000 -0.2870,-0.1531 -0.2870 -0.3252c 0.0000,-0.3061 0.2487,-0.7079 0.4783 -0.7079h 4.3811 c 0.1913,-0.0000 0.2678,0.1722 0.2678 0.3444c 0.0000,0.2104 -0.2678,0.6887 -0.5165 0.6887ZM 39.1592,205.6995 ZM 43.3489,195.3112 c -0.8226,-0.0000 -2.0279,0.8035 -2.0279 5.2611c 0.0000,1.5688 0.2870,4.7254 1.9705 4.7254c 0.3252,-0.0000 1.2435,-0.2104 1.6453 -1.7027c 0.2487,-0.9183 0.3826,-2.0662 0.3826 -3.7306c 0.0000,-2.4297 -0.6122,-3.7880 -1.1670 -4.2663c -0.2104,-0.1913 -0.4974,-0.2870 -0.8035 -0.2870ZM 43.3489,195.3112 ZM 43.2724,205.9291 c -2.0470,-0.0000 -3.4245,-2.6210 -3.4245 -5.5481c 0.0000,-3.5775 1.7027,-5.7394 3.5010 -5.7394c 0.8226,-0.0000 1.6453,0.5165 2.2001 1.2627c 0.8035,1.0714 1.2244,2.5062 1.2244 4.3045c 0.0000,4.2471 -2.1044,5.7203 -3.5010 5.7203ZM 47.5387,205.6995 ZM 48.6292,204.9151 c 0.0000,-0.5548 0.4592,-1.0140 1.0140 -1.0140c 0.5548,-0.0000 1.0140,0.4592 1.0140 1.0140c 0.0000,0.5548 -0.4592,1.0140 -1.0140 1.0140c -0.5548,-0.0000 -1.0140,-0.4592 -1.0140 -1.0140ZM 51.7284,205.6995 ZM 55.3251,196.5739 c -0.3635,-0.0000 -1.2053,0.3444 -1.6262 0.5357l -0.2296,-0.5931 c 1.6836,-0.7844 2.3340,-1.1861 3.2906 -1.8749h 0.3635 v 9.6230 c 0.0000,0.6887 0.0957,0.8800 0.7270 0.8800h 0.9948 c 0.0574,-0.0000 0.1531,0.0383 0.1531 0.1531v 0.4209 l -2.6210,-0.0383 l -2.6592,0.0383 v -0.4209 c 0.0191,-0.0574 0.0383,-0.1531 0.1531 -0.1531h 1.1479 c 0.7270,-0.0000 0.7270,-0.3252 0.7270 -0.8800v -6.5812 c 0.0000,-0.6505 0.0000,-1.1096 -0.4209 -1.1096Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4267150714115107" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 64.4340,199.9314 h 8.6521 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 32.7885,234.5399 ZM 38.0304,230.0249 h -4.3237 c -0.1722,-0.0000 -0.2870,-0.1531 -0.2870 -0.3252c 0.0000,-0.3061 0.2487,-0.7079 0.4783 -0.7079h 4.3811 c 0.1913,-0.0000 0.2678,0.1722 0.2678 0.3444c 0.0000,0.2104 -0.2678,0.6887 -0.5165 0.6887ZM 39.1592,234.5399 ZM 43.3489,224.1516 c -0.8226,-0.0000 -2.0279,0.8035 -2.0279 5.2611c 0.0000,1.5688 0.2870,4.7254 1.9705 4.7254c 0.3252,-0.0000 1.2435,-0.2104 1.6453 -1.7027c 0.2487,-0.9183 0.3826,-2.0662 0.3826 -3.7306c 0.0000,-2.4297 -0.6122,-3.7880 -1.1670 -4.2663c -0.2104,-0.1913 -0.4974,-0.2870 -0.8035 -0.2870ZM 43.3489,224.1516 ZM 43.2724,234.7695 c -2.0470,-0.0000 -3.4245,-2.6210 -3.4245 -5.5481c 0.0000,-3.5775 1.7027,-5.7394 3.5010 -5.7394c 0.8226,-0.0000 1.6453,0.5165 2.2001 1.2627c 0.8035,1.0714 1.2244,2.5062 1.2244 4.3045c 0.0000,4.2471 -2.1044,5.7203 -3.5010 5.7203ZM 47.5387,234.5399 ZM 48.6292,233.7555 c 0.0000,-0.5548 0.4592,-1.0140 1.0140 -1.0140c 0.5548,-0.0000 1.0140,0.4592 1.0140 1.0140c 0.0000,0.5548 -0.4592,1.0140 -1.0140 1.0140c -0.5548,-0.0000 -1.0140,-0.4592 -1.0140 -1.0140ZM 51.7284,234.5399 ZM 52.8380,226.0648 c 0.0000,-1.0905 1.0522,-2.5827 3.0610 -2.5827c 1.4731,-0.0000 3.1949,0.5548 3.1949 2.7549c 0.0000,1.4540 -0.7461,2.1810 -1.7792 3.1758l -1.8175,1.7601 c -0.0957,0.0957 -1.3775,1.3583 -1.3775 2.2575h 3.2523 c 0.6505,-0.0000 0.9948,-0.3252 1.2627 -1.3775l 0.4783,0.0765 l -0.3826,2.4105 h -5.9116 c 0.0000,-1.0714 0.1722,-1.8940 1.9514 -3.7115l 1.3392,-1.3201 c 1.0714,-1.0905 1.5114,-2.0279 1.5114 -3.1949c 0.0000,-1.7409 -1.1861,-2.2384 -1.8366 -2.2384c -1.3201,-0.0000 -1.6836,0.6887 -1.6836 1.1479c 0.0000,0.1531 0.0383,0.3061 0.0765 0.4400c 0.0383,0.1339 0.0765,0.2678 0.0765 0.4209c 0.0000,0.4974 -0.3826,0.6887 -0.6887 0.6887c -0.4209,-0.0000 -0.7270,-0.3252 -0.7270 -0.7079Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4267150714115107" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 64.4340,228.7718 h 8.6521 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 32.7885,263.3803 ZM 38.0304,258.8653 h -4.3237 c -0.1722,-0.0000 -0.2870,-0.1531 -0.2870 -0.3252c 0.0000,-0.3061 0.2487,-0.7079 0.4783 -0.7079h 4.3811 c 0.1913,-0.0000 0.2678,0.1722 0.2678 0.3444c 0.0000,0.2104 -0.2678,0.6887 -0.5165 0.6887ZM 39.1592,263.3803 ZM 43.3489,252.9920 c -0.8226,-0.0000 -2.0279,0.8035 -2.0279 5.2611c 0.0000,1.5688 0.2870,4.7254 1.9705 4.7254c 0.3252,-0.0000 1.2435,-0.2104 1.6453 -1.7027c 0.2487,-0.9183 0.3826,-2.0662 0.3826 -3.7306c 0.0000,-2.4297 -0.6122,-3.7880 -1.1670 -4.2663c -0.2104,-0.1913 -0.4974,-0.2870 -0.8035 -0.2870ZM 43.3489,252.9920 ZM 43.2724,263.6099 c -2.0470,-0.0000 -3.4245,-2.6210 -3.4245 -5.5481c 0.0000,-3.5775 1.7027,-5.7394 3.5010 -5.7394c 0.8226,-0.0000 1.6453,0.5165 2.2001 1.2627c 0.8035,1.0714 1.2244,2.5062 1.2244 4.3045c 0.0000,4.2471 -2.1044,5.7203 -3.5010 5.7203ZM 47.5387,263.3803 ZM 48.6292,262.5959 c 0.0000,-0.5548 0.4592,-1.0140 1.0140 -1.0140c 0.5548,-0.0000 1.0140,0.4592 1.0140 1.0140c 0.0000,0.5548 -0.4592,1.0140 -1.0140 1.0140c -0.5548,-0.0000 -1.0140,-0.4592 -1.0140 -1.0140ZM 51.7284,263.3803 ZM 55.8608,252.9155 c -0.4783,-0.0000 -1.8749,0.2678 -1.8749 1.4348c 0.0000,0.3444 -0.1339,0.9374 -0.6505 0.9374c -0.4974,-0.0000 -0.5357,-0.5548 -0.5357 -0.6122c 0.0000,-0.5931 0.7844,-2.3531 3.4436 -2.3531c 1.8557,-0.0000 2.4105,1.1670 2.4105 1.9323c 0.0000,0.4783 -0.1531,1.4348 -1.8749 2.5253c 1.0714,0.1722 2.4871,0.9566 2.4871 2.9462c 0.0000,2.5253 -1.9131,3.8836 -4.0750 3.8836c -1.0905,-0.0000 -2.6210,-0.4783 -2.6210 -1.2053c 0.0000,-0.2870 0.2870,-0.6122 0.6696 -0.6122c 0.3635,-0.0000 0.5357,0.1913 0.7079 0.4400c 0.2104,0.3252 0.5548,0.7844 1.4731 0.7844c 0.6313,-0.0000 2.4297,-0.6313 2.4297 -3.0419c 0.0000,-2.0470 -1.4348,-2.3723 -2.4679 -2.3723c -0.1722,-0.0000 -0.3826,0.0383 -0.5931 0.0765l -0.0765,-0.5739 c 1.4731,-0.2487 2.6975,-1.6836 2.6975 -2.5636c 0.0000,-1.0905 -0.7653,-1.6262 -1.5496 -1.6262Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4267150714115107" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 64.4340,257.6122 h 8.6521 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 32.7885,292.2207 ZM 38.0304,287.7058 h -4.3237 c -0.1722,-0.0000 -0.2870,-0.1531 -0.2870 -0.3252c 0.0000,-0.3061 0.2487,-0.7079 0.4783 -0.7079h 4.3811 c 0.1913,-0.0000 0.2678,0.1722 0.2678 0.3444c 0.0000,0.2104 -0.2678,0.6887 -0.5165 0.6887ZM 39.1592,292.2207 ZM 43.3489,281.8324 c -0.8226,-0.0000 -2.0279,0.8035 -2.0279 5.2611c 0.0000,1.5688 0.2870,4.7254 1.9705 4.7254c 0.3252,-0.0000 1.2435,-0.2104 1.6453 -1.7027c 0.2487,-0.9183 0.3826,-2.0662 0.3826 -3.7306c 0.0000,-2.4297 -0.6122,-3.7880 -1.1670 -4.2663c -0.2104,-0.1913 -0.4974,-0.2870 -0.8035 -0.2870ZM 43.3489,281.8324 ZM 43.2724,292.4503 c -2.0470,-0.0000 -3.4245,-2.6210 -3.4245 -5.5481c 0.0000,-3.5775 1.7027,-5.7394 3.5010 -5.7394c 0.8226,-0.0000 1.6453,0.5165 2.2001 1.2627c 0.8035,1.0714 1.2244,2.5062 1.2244 4.3045c 0.0000,4.2471 -2.1044,5.7203 -3.5010 5.7203ZM 47.5387,292.2207 ZM 48.6292,291.4364 c 0.0000,-0.5548 0.4592,-1.0140 1.0140 -1.0140c 0.5548,-0.0000 1.0140,0.4592 1.0140 1.0140c 0.0000,0.5548 -0.4592,1.0140 -1.0140 1.0140c -0.5548,-0.0000 -1.0140,-0.4592 -1.0140 -1.0140ZM 51.7284,292.2207 ZM 56.6643,285.4291 c 0.0000,-0.1339 0.0191,-0.2870 0.1913 -0.3826c 0.2104,-0.1531 0.5548,-0.3252 0.8418 -0.3252c 0.2487,-0.0000 0.2678,0.2104 0.2678 0.5931v 3.0801 h 1.5496 l -0.1148,0.8992 h -1.4348 v 1.5879 c 0.0000,0.5357 0.0765,0.8035 0.6313 0.8035h 0.5165 c 0.1148,-0.0000 0.1339,0.0957 0.1339 0.1339v 0.4209 c 0.0000,-0.0000 -1.2244,-0.0383 -2.0279 -0.0383c -0.7270,-0.0000 -1.8557,0.0383 -1.8557 0.0383v -0.4209 c 0.0000,-0.0383 0.0191,-0.1339 0.1339 -0.1339h 0.5165 c 0.5931,-0.0000 0.6505,-0.2487 0.6505 -0.8035v -1.5879 h -3.7497 c -0.0765,-0.0000 -0.1148,-0.0383 -0.1722 -0.1148l -0.1531,-0.2104 l -0.2296,-0.4018 c -0.0191,-0.0000 -0.0191,-0.0191 -0.0191 -0.0383c 0.0000,-0.0191 0.0191,-0.0383 0.0383 -0.0574c 1.2435,-1.3775 3.4436,-5.6437 4.1324 -7.2125c 0.0191,-0.0765 0.0574,-0.0957 0.1339 -0.0957c 0.0191,-0.0000 0.4400,0.1722 0.6696 0.2104c -0.8609,2.3149 -2.2766,4.8020 -3.6732 7.0212h 3.0227 v -2.9653 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4267150714115107" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 64.4340,286.4527 h 8.6521 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 32.7885,321.0611 ZM 38.0304,316.5462 h -4.3237 c -0.1722,-0.0000 -0.2870,-0.1531 -0.2870 -0.3252c 0.0000,-0.3061 0.2487,-0.7079 0.4783 -0.7079h 4.3811 c 0.1913,-0.0000 0.2678,0.1722 0.2678 0.3444c 0.0000,0.2104 -0.2678,0.6887 -0.5165 0.6887ZM 39.1592,321.0611 ZM 43.3489,310.6729 c -0.8226,-0.0000 -2.0279,0.8035 -2.0279 5.2611c 0.0000,1.5688 0.2870,4.7254 1.9705 4.7254c 0.3252,-0.0000 1.2435,-0.2104 1.6453 -1.7027c 0.2487,-0.9183 0.3826,-2.0662 0.3826 -3.7306c 0.0000,-2.4297 -0.6122,-3.7880 -1.1670 -4.2663c -0.2104,-0.1913 -0.4974,-0.2870 -0.8035 -0.2870ZM 43.3489,310.6729 ZM 43.2724,321.2907 c -2.0470,-0.0000 -3.4245,-2.6210 -3.4245 -5.5481c 0.0000,-3.5775 1.7027,-5.7394 3.5010 -5.7394c 0.8226,-0.0000 1.6453,0.5165 2.2001 1.2627c 0.8035,1.0714 1.2244,2.5062 1.2244 4.3045c 0.0000,4.2471 -2.1044,5.7203 -3.5010 5.7203ZM 47.5387,321.0611 ZM 48.6292,320.2768 c 0.0000,-0.5548 0.4592,-1.0140 1.0140 -1.0140c 0.5548,-0.0000 1.0140,0.4592 1.0140 1.0140c 0.0000,0.5548 -0.4592,1.0140 -1.0140 1.0140c -0.5548,-0.0000 -1.0140,-0.4592 -1.0140 -1.0140ZM 51.7284,321.0611 ZM 57.6400,317.8280 c 0.0000,-1.9705 -1.0714,-2.9462 -2.2575 -2.9462c -0.8800,-0.0000 -1.5496,0.1339 -2.2958 0.4400l 0.6122,-5.2228 c 0.6313,0.0574 1.2818,0.0765 1.9514 0.0765c 0.9566,-0.0000 1.9514,-0.0574 2.9845 -0.1722l 0.1148,0.0574 l -0.2870,1.2435 c -0.7461,0.0765 -1.3583,0.0957 -1.8940 0.0957c -0.8609,-0.0000 -1.5114,-0.0765 -2.1810 -0.1531l -0.3635,3.0227 c 0.4018,-0.1531 1.0905,-0.2870 1.8366 -0.2870c 2.0279,-0.0000 3.1567,1.7601 3.1567 3.5202c 0.0000,2.1427 -1.4922,3.7880 -3.6541 3.7880c -1.0905,-0.0000 -2.6784,-0.6122 -2.6784 -1.3583c 0.0000,-0.3635 0.3061,-0.6122 0.6505 -0.6122c 0.3826,-0.0000 0.6313,0.2870 0.8609 0.5931c 0.2870,0.3444 0.5931,0.7270 1.2053 0.7270c 1.2244,-0.0000 2.2384,-1.1479 2.2384 -2.8123Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4267150714115107" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 64.4340,315.2931 h 8.6521 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.1" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 521.4490,321.0611 l -0.0000,-5.7681 h -432.6061 l -0.0000,5.7681 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 521.4490,340.3651 ZM 528.6999,340.9874 l -1.3393,-0.7981 c -1.5557,-0.8252 -2.3538,-0.3788 -2.9626 0.2300c -0.4194,0.4194 -0.8523,1.2581 0.0000 2.1103c 0.4058,0.4058 1.4204,0.6358 2.0698 0.6899l 2.2321,-2.2321 ZM 528.6999,340.9874 ZM 526.0891,345.3299 c -0.5141,-0.5141 -0.3382,-1.2581 -0.0676 -1.6369l -0.5276,-0.0947 c -1.0552,-0.1894 -1.4204,-0.2841 -2.0427 -0.9064c -0.9470,-0.9470 -1.0958,-2.1780 -0.0812 -3.1926c 1.0281,-1.0281 2.6109,-0.8523 4.2207 0.1082l 1.5557,0.9334 c 1.5286,-1.5286 1.1093,-2.5162 0.6493 -2.9761c -0.5141,-0.5141 -1.3393,-0.8793 -1.7586 -0.4599c -0.1488,0.1488 -0.2029,0.2570 -0.2300 0.3111c -0.0271,0.0812 -0.1082,0.1894 -0.2029 0.2841c -0.1759,0.1759 -0.5817,0.3111 -0.9740 -0.0812c -0.3247,-0.3247 -0.3247,-0.7576 -0.0000 -1.0822c 0.7846,-0.7846 2.7462,-0.2029 3.6119 0.6629c 0.9875,0.9875 1.7180,2.5297 -0.2029 4.4507l -1.9886,1.9886 c -0.8252,0.8252 -1.1634,1.1905 -0.8523 1.5016c 0.2976,0.2976 0.7576,-0.0000 1.0687 -0.2841l 0.2706,0.4058 c -1.0687,0.9064 -1.7586,0.7576 -2.4485 0.0676ZM 527.5501,346.4662 ZM 530.3098,347.7378 c -0.0541,0.5952 0.1218,0.9875 0.5411 1.4069c 1.2851,1.2851 3.1249,0.7440 4.6671 -0.7981c 1.3798,-1.3798 1.6639,-3.0708 0.8387 -3.8960c -0.1488,-0.1488 -0.8793,-0.8252 -1.9615 -0.7981l -4.0854,4.0854 ZM 530.3098,347.7378 ZM 536.3026,339.7158 c 0.7711,-0.7711 0.8523,-1.1228 0.5817 -1.3934l -0.4870,-0.3788 c -0.0406,-0.0406 -0.0406,-0.0947 -0.0000 -0.1353l 0.3111,-0.3653 c 0.2164,0.2164 0.7846,0.6223 1.0552 0.8117c 0.2976,0.1894 0.5546,0.3382 0.9470 0.4870l 0.2976,0.2976 l -4.1936,4.1936 c 0.9605,-0.0406 1.7451,0.2570 2.3944 0.9064c 1.1769,1.1769 1.1769,3.4225 -0.4735 5.0729c -2.1509,2.1509 -4.8836,1.8533 -6.2634 0.4735c -0.5817,-0.5817 -0.8523,-1.1769 -0.9064 -1.9074c -0.2841,0.0406 -0.6629,0.0676 -0.9199 0.0812l -0.2164,-0.3517 c 0.3653,-0.2841 0.5817,-0.5005 1.1093 -1.0281l 6.7639,-6.7639 ZM 534.0164,352.9325 ZM 540.4421,356.8962 c -1.6233,0.4329 -2.6379,0.1488 -3.4496 -0.6629c -1.6233,-1.6233 -1.4069,-3.8690 0.3382 -5.6141c 1.9210,-1.9210 4.3695,-1.9615 5.8305 -0.5005c 1.2987,1.2987 1.3257,2.6515 0.6088 3.3684c -0.3923,0.3923 -0.8387,0.3517 -1.1228 0.0676c -0.2841,-0.2841 -0.4058,-0.7034 -0.1082 -1.0822c 0.3923,-0.5005 0.8928,-1.1634 0.0947 -1.9615c -0.8928,-0.8928 -2.5027,-0.6088 -3.9637 0.8523c -1.5828,1.5828 -1.8263,3.5308 -0.7846 4.5724c 0.5817,0.5817 1.4745,0.7170 2.5027 0.5276ZM 539.4681,358.3842 ZM 545.1904,361.6986 l 3.5037,-3.5037 c 0.1894,-0.8387 0.1082,-1.4881 -0.5276 -2.1239c -0.2706,-0.2706 -0.8658,-0.7846 -1.9345 -0.5817c -0.4735,0.0947 -1.2851,0.4464 -2.2592 1.4204c -1.7721,1.7721 -1.6639,3.5037 -0.9334 4.2342c 0.4464,0.4464 1.0822,0.5411 2.1509 0.5546ZM 545.1904,361.6986 ZM 554.4435,354.4747 l -7.8191,7.8191 c -0.4058,0.4058 -0.5952,0.6493 -0.6629 0.7711c -0.0812,0.1623 -0.0135,0.3923 0.0947 0.5005c 0.1623,0.1623 0.4599,0.4599 0.7034 0.6223l -0.3247,0.4329 c -0.9199,-0.6493 -1.7721,-1.2040 -2.2997 -1.2446l -0.3247,-0.3247 l 0.9740,-0.8928 c -1.0416,0.0135 -1.9751,-0.1082 -2.6650 -0.7981c -1.4610,-1.4610 -1.1093,-3.5984 0.5546 -5.2623c 1.0011,-1.0011 2.1103,-1.5692 3.2737 -1.5692c 1.0552,0.0271 1.9480,0.3247 2.8409 1.2175c 0.2706,0.2706 0.7440,0.9875 0.8793 1.4745l 2.0698,-2.0698 c 0.7711,-0.7711 0.8658,-1.1093 0.5952 -1.3798l -0.5005,-0.3923 c -0.0271,-0.0271 -0.0406,-0.0947 -0.0000 -0.1353l 0.3111,-0.3653 c 0.2164,0.2164 0.7846,0.6223 1.0552 0.8117c 0.3111,0.2029 0.5546,0.3382 0.9470 0.4870l 0.2976,0.2976 ZM 546.1509,365.0670 ZM 551.4403,362.8620 l 2.4891,2.4891 c 0.1353,0.1353 0.2570,0.1218 0.3788 -0.0000c 1.2581,-1.2581 0.9470,-2.2186 0.4599 -2.7056c -0.3111,-0.3111 -1.4475,-1.2040 -3.3279 0.2164ZM 551.4403,362.8620 ZM 552.5225,368.9225 l 0.0541,0.4870 c -1.2175,0.1894 -2.5162,-0.1082 -3.4902 -1.0822c -1.8533,-1.8533 -1.2581,-4.0178 0.2164 -5.4923c 2.0562,-2.0562 4.6401,-1.9345 5.9252 -0.6493c 1.7857,1.7857 0.8117,3.5984 -0.3247 4.7348c -0.1488,0.1488 -0.3247,0.1353 -0.4735 -0.0135l -3.5578,-3.5578 c -0.0947,0.0676 -0.1759,0.1488 -0.2841 0.2570c -1.3798,1.3798 -1.4881,3.4090 -0.5141 4.3830c 0.7440,0.7440 1.4610,0.9740 2.4485 0.9334ZM 551.9408,370.8569 ZM 554.1594,371.1275 l 4.3154,-4.3154 l -0.9334,-0.9334 c -0.0541,-0.0541 -0.0541,-0.0812 -0.0000 -0.1353l 0.1894,-0.1894 c 0.1082,-0.1082 0.3382,-0.2029 0.5817 0.0406l 0.6899,0.6899 l 0.5276,-0.5276 c 2.1103,-2.1103 4.1936,-2.0021 5.3300 -0.8658c 0.5141,0.5141 0.7305,1.0011 0.8387 1.5692c 0.0676,0.4735 -0.0406,0.8252 -0.2570 1.0416c -0.2841,0.2841 -0.6899,0.2841 -0.9470 0.0271c -0.2706,-0.2706 -0.2976,-0.5952 -0.1759 -0.9334c 0.2706,-0.6223 0.2300,-1.0958 -0.1759 -1.5016c -0.4464,-0.4464 -1.2851,-0.6358 -3.3684 1.4475l -0.7576,0.7576 l 1.4881,1.4881 c 0.0676,0.0676 0.0812,0.1353 0.0271 0.1894l -0.2706,0.2706 c -0.1218,0.1218 -0.3653,-0.0135 -0.4870 -0.1353l -1.2851,-1.2851 l -4.3154,4.3154 c -0.3923,0.3923 -0.4599,0.7305 -0.0135 1.1769l 0.4464,0.4464 c 0.0541,0.0541 0.0676,0.1488 0.0000 0.2164l -0.2570,0.2570 l -0.0541,0.0000 c 0.0000,-0.0000 -1.0822,-1.1363 -1.6098 -1.6639c -0.4870,-0.4870 -1.4340,-1.3798 -1.4340 -1.3798l -0.0000,-0.0541 l 0.2570,-0.2570 c 0.0676,-0.0676 0.1488,-0.0676 0.2164 -0.0000l 0.2570,0.2570 c 0.4599,0.4599 0.7846,0.3788 1.1769 -0.0135Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4267150714115107" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 521.4490,315.2931 v 8.6521 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 478.1884,340.3651 ZM 485.4393,340.9874 l -1.3393,-0.7981 c -1.5557,-0.8252 -2.3538,-0.3788 -2.9626 0.2300c -0.4194,0.4194 -0.8523,1.2581 0.0000 2.1103c 0.4058,0.4058 1.4204,0.6358 2.0698 0.6899l 2.2321,-2.2321 ZM 485.4393,340.9874 ZM 482.8285,345.3299 c -0.5141,-0.5141 -0.3382,-1.2581 -0.0676 -1.6369l -0.5276,-0.0947 c -1.0552,-0.1894 -1.4204,-0.2841 -2.0427 -0.9064c -0.9470,-0.9470 -1.0958,-2.1780 -0.0812 -3.1926c 1.0281,-1.0281 2.6109,-0.8523 4.2207 0.1082l 1.5557,0.9334 c 1.5286,-1.5286 1.1093,-2.5162 0.6493 -2.9761c -0.5141,-0.5141 -1.3393,-0.8793 -1.7586 -0.4599c -0.1488,0.1488 -0.2029,0.2570 -0.2300 0.3111c -0.0271,0.0812 -0.1082,0.1894 -0.2029 0.2841c -0.1759,0.1759 -0.5817,0.3111 -0.9740 -0.0812c -0.3247,-0.3247 -0.3247,-0.7576 -0.0000 -1.0822c 0.7846,-0.7846 2.7462,-0.2029 3.6119 0.6629c 0.9875,0.9875 1.7180,2.5297 -0.2029 4.4507l -1.9886,1.9886 c -0.8252,0.8252 -1.1634,1.1905 -0.8523 1.5016c 0.2976,0.2976 0.7576,-0.0000 1.0687 -0.2841l 0.2706,0.4058 c -1.0687,0.9064 -1.7586,0.7576 -2.4485 0.0676ZM 484.2895,346.4662 ZM 487.0492,347.7378 c -0.0541,0.5952 0.1218,0.9875 0.5411 1.4069c 1.2851,1.2851 3.1249,0.7440 4.6671 -0.7981c 1.3798,-1.3798 1.6639,-3.0708 0.8387 -3.8960c -0.1488,-0.1488 -0.8793,-0.8252 -1.9615 -0.7981l -4.0854,4.0854 ZM 487.0492,347.7378 ZM 493.0420,339.7158 c 0.7711,-0.7711 0.8523,-1.1228 0.5817 -1.3934l -0.4870,-0.3788 c -0.0406,-0.0406 -0.0406,-0.0947 -0.0000 -0.1353l 0.3111,-0.3653 c 0.2164,0.2164 0.7846,0.6223 1.0552 0.8117c 0.2976,0.1894 0.5546,0.3382 0.9470 0.4870l 0.2976,0.2976 l -4.1936,4.1936 c 0.9605,-0.0406 1.7451,0.2570 2.3944 0.9064c 1.1769,1.1769 1.1769,3.4225 -0.4735 5.0729c -2.1509,2.1509 -4.8836,1.8533 -6.2634 0.4735c -0.5817,-0.5817 -0.8523,-1.1769 -0.9064 -1.9074c -0.2841,0.0406 -0.6629,0.0676 -0.9199 0.0812l -0.2164,-0.3517 c 0.3653,-0.2841 0.5817,-0.5005 1.1093 -1.0281l 6.7639,-6.7639 ZM 490.7558,352.9325 ZM 497.1815,356.8962 c -1.6233,0.4329 -2.6379,0.1488 -3.4496 -0.6629c -1.6233,-1.6233 -1.4069,-3.8690 0.3382 -5.6141c 1.9210,-1.9210 4.3695,-1.9615 5.8305 -0.5005c 1.2987,1.2987 1.3257,2.6515 0.6088 3.3684c -0.3923,0.3923 -0.8387,0.3517 -1.1228 0.0676c -0.2841,-0.2841 -0.4058,-0.7034 -0.1082 -1.0822c 0.3923,-0.5005 0.8928,-1.1634 0.0947 -1.9615c -0.8928,-0.8928 -2.5027,-0.6088 -3.9637 0.8523c -1.5828,1.5828 -1.8263,3.5308 -0.7846 4.5724c 0.5817,0.5817 1.4745,0.7170 2.5027 0.5276ZM 496.2075,358.3842 ZM 501.9298,361.6986 l 3.5037,-3.5037 c 0.1894,-0.8387 0.1082,-1.4881 -0.5276 -2.1239c -0.2706,-0.2706 -0.8658,-0.7846 -1.9345 -0.5817c -0.4735,0.0947 -1.2851,0.4464 -2.2592 1.4204c -1.7721,1.7721 -1.6639,3.5037 -0.9334 4.2342c 0.4464,0.4464 1.0822,0.5411 2.1509 0.5546ZM 501.9298,361.6986 ZM 511.1829,354.4747 l -7.8191,7.8191 c -0.4058,0.4058 -0.5952,0.6493 -0.6629 0.7711c -0.0812,0.1623 -0.0135,0.3923 0.0947 0.5005c 0.1623,0.1623 0.4599,0.4599 0.7034 0.6223l -0.3247,0.4329 c -0.9199,-0.6493 -1.7721,-1.2040 -2.2997 -1.2446l -0.3247,-0.3247 l 0.9740,-0.8928 c -1.0416,0.0135 -1.9751,-0.1082 -2.6650 -0.7981c -1.4610,-1.4610 -1.1093,-3.5984 0.5546 -5.2623c 1.0011,-1.0011 2.1103,-1.5692 3.2737 -1.5692c 1.0552,0.0271 1.9480,0.3247 2.8409 1.2175c 0.2706,0.2706 0.7440,0.9875 0.8793 1.4745l 2.0698,-2.0698 c 0.7711,-0.7711 0.8658,-1.1093 0.5952 -1.3798l -0.5005,-0.3923 c -0.0271,-0.0271 -0.0406,-0.0947 -0.0000 -0.1353l 0.3111,-0.3653 c 0.2164,0.2164 0.7846,0.6223 1.0552 0.8117c 0.3111,0.2029 0.5546,0.3382 0.9470 0.4870l 0.2976,0.2976 ZM 502.8903,365.0670 ZM 508.1797,362.8620 l 2.4891,2.4891 c 0.1353,0.1353 0.2570,0.1218 0.3788 -0.0000c 1.2581,-1.2581 0.9470,-2.2186 0.4599 -2.7056c -0.3111,-0.3111 -1.4475,-1.2040 -3.3279 0.2164ZM 508.1797,362.8620 ZM 509.2619,368.9225 l 0.0541,0.4870 c -1.2175,0.1894 -2.5162,-0.1082 -3.4902 -1.0822c -1.8533,-1.8533 -1.2581,-4.0178 0.2164 -5.4923c 2.0562,-2.0562 4.6401,-1.9345 5.9252 -0.6493c 1.7857,1.7857 0.8117,3.5984 -0.3247 4.7348c -0.1488,0.1488 -0.3247,0.1353 -0.4735 -0.0135l -3.5578,-3.5578 c -0.0947,0.0676 -0.1759,0.1488 -0.2841 0.2570c -1.3798,1.3798 -1.4881,3.4090 -0.5141 4.3830c 0.7440,0.7440 1.4610,0.9740 2.4485 0.9334ZM 508.6802,370.8569 ZM 510.8988,371.1275 l 4.3154,-4.3154 l -0.9334,-0.9334 c -0.0541,-0.0541 -0.0541,-0.0812 -0.0000 -0.1353l 0.1894,-0.1894 c 0.1082,-0.1082 0.3382,-0.2029 0.5817 0.0406l 0.6899,0.6899 l 0.5276,-0.5276 c 2.1103,-2.1103 4.1936,-2.0021 5.3300 -0.8658c 0.5141,0.5141 0.7305,1.0011 0.8387 1.5692c 0.0676,0.4735 -0.0406,0.8252 -0.2570 1.0416c -0.2841,0.2841 -0.6899,0.2841 -0.9470 0.0271c -0.2706,-0.2706 -0.2976,-0.5952 -0.1759 -0.9334c 0.2706,-0.6223 0.2300,-1.0958 -0.1759 -1.5016c -0.4464,-0.4464 -1.2851,-0.6358 -3.3684 1.4475l -0.7576,0.7576 l 1.4881,1.4881 c 0.0676,0.0676 0.0812,0.1353 0.0271 0.1894l -0.2706,0.2706 c -0.1218,0.1218 -0.3653,-0.0135 -0.4870 -0.1353l -1.2851,-1.2851 l -4.3154,4.3154 c -0.3923,0.3923 -0.4599,0.7305 -0.0135 1.1769l 0.4464,0.4464 c 0.0541,0.0541 0.0676,0.1488 0.0000 0.2164l -0.2570,0.2570 l -0.0541,0.0000 c 0.0000,-0.0000 -1.0822,-1.1363 -1.6098 -1.6639c -0.4870,-0.4870 -1.4340,-1.3798 -1.4340 -1.3798l -0.0000,-0.0541 l 0.2570,-0.2570 c 0.0676,-0.0676 0.1488,-0.0676 0.2164 -0.0000l 0.2570,0.2570 c 0.4599,0.4599 0.7846,0.3788 1.1769 -0.0135Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4267150714115107" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 478.1884,315.2931 v 8.6521 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 434.9278,340.3651 ZM 442.1787,340.9874 l -1.3393,-0.7981 c -1.5557,-0.8252 -2.3538,-0.3788 -2.9626 0.2300c -0.4194,0.4194 -0.8523,1.2581 0.0000 2.1103c 0.4058,0.4058 1.4204,0.6358 2.0698 0.6899l 2.2321,-2.2321 ZM 442.1787,340.9874 ZM 439.5679,345.3299 c -0.5141,-0.5141 -0.3382,-1.2581 -0.0676 -1.6369l -0.5276,-0.0947 c -1.0552,-0.1894 -1.4204,-0.2841 -2.0427 -0.9064c -0.9470,-0.9470 -1.0958,-2.1780 -0.0812 -3.1926c 1.0281,-1.0281 2.6109,-0.8523 4.2207 0.1082l 1.5557,0.9334 c 1.5286,-1.5286 1.1093,-2.5162 0.6493 -2.9761c -0.5141,-0.5141 -1.3393,-0.8793 -1.7586 -0.4599c -0.1488,0.1488 -0.2029,0.2570 -0.2300 0.3111c -0.0271,0.0812 -0.1082,0.1894 -0.2029 0.2841c -0.1759,0.1759 -0.5817,0.3111 -0.9740 -0.0812c -0.3247,-0.3247 -0.3247,-0.7576 -0.0000 -1.0822c 0.7846,-0.7846 2.7462,-0.2029 3.6119 0.6629c 0.9875,0.9875 1.7180,2.5297 -0.2029 4.4507l -1.9886,1.9886 c -0.8252,0.8252 -1.1634,1.1905 -0.8523 1.5016c 0.2976,0.2976 0.7576,-0.0000 1.0687 -0.2841l 0.2706,0.4058 c -1.0687,0.9064 -1.7586,0.7576 -2.4485 0.0676ZM 441.0289,346.4662 ZM 443.7886,347.7378 c -0.0541,0.5952 0.1218,0.9875 0.5411 1.4069c 1.2851,1.2851 3.1249,0.7440 4.6671 -0.7981c 1.3798,-1.3798 1.6639,-3.0708 0.8387 -3.8960c -0.1488,-0.1488 -0.8793,-0.8252 -1.9615 -0.7981l -4.0854,4.0854 ZM 443.7886,347.7378 ZM 449.7814,339.7158 c 0.7711,-0.7711 0.8523,-1.1228 0.5817 -1.3934l -0.4870,-0.3788 c -0.0406,-0.0406 -0.0406,-0.0947 -0.0000 -0.1353l 0.3111,-0.3653 c 0.2164,0.2164 0.7846,0.6223 1.0552 0.8117c 0.2976,0.1894 0.5546,0.3382 0.9470 0.4870l 0.2976,0.2976 l -4.1936,4.1936 c 0.9605,-0.0406 1.7451,0.2570 2.3944 0.9064c 1.1769,1.1769 1.1769,3.4225 -0.4735 5.0729c -2.1509,2.1509 -4.8836,1.8533 -6.2634 0.4735c -0.5817,-0.5817 -0.8523,-1.1769 -0.9064 -1.9074c -0.2841,0.0406 -0.6629,0.0676 -0.9199 0.0812l -0.2164,-0.3517 c 0.3653,-0.2841 0.5817,-0.5005 1.1093 -1.0281l 6.7639,-6.7639 ZM 447.4952,352.9325 ZM 453.9209,356.8962 c -1.6233,0.4329 -2.6379,0.1488 -3.4496 -0.6629c -1.6233,-1.6233 -1.4069,-3.8690 0.3382 -5.6141c 1.9210,-1.9210 4.3695,-1.9615 5.8305 -0.5005c 1.2987,1.2987 1.3257,2.6515 0.6088 3.3684c -0.3923,0.3923 -0.8387,0.3517 -1.1228 0.0676c -0.2841,-0.2841 -0.4058,-0.7034 -0.1082 -1.0822c 0.3923,-0.5005 0.8928,-1.1634 0.0947 -1.9615c -0.8928,-0.8928 -2.5027,-0.6088 -3.9637 0.8523c -1.5828,1.5828 -1.8263,3.5308 -0.7846 4.5724c 0.5817,0.5817 1.4745,0.7170 2.5027 0.5276ZM 452.9469,358.3842 ZM 458.6692,361.6986 l 3.5037,-3.5037 c 0.1894,-0.8387 0.1082,-1.4881 -0.5276 -2.1239c -0.2706,-0.2706 -0.8658,-0.7846 -1.9345 -0.5817c -0.4735,0.0947 -1.2851,0.4464 -2.2592 1.4204c -1.7721,1.7721 -1.6639,3.5037 -0.9334 4.2342c 0.4464,0.4464 1.0822,0.5411 2.1509 0.5546ZM 458.6692,361.6986 ZM 467.9222,354.4747 l -7.8191,7.8191 c -0.4058,0.4058 -0.5952,0.6493 -0.6629 0.7711c -0.0812,0.1623 -0.0135,0.3923 0.0947 0.5005c 0.1623,0.1623 0.4599,0.4599 0.7034 0.6223l -0.3247,0.4329 c -0.9199,-0.6493 -1.7721,-1.2040 -2.2997 -1.2446l -0.3247,-0.3247 l 0.9740,-0.8928 c -1.0416,0.0135 -1.9751,-0.1082 -2.6650 -0.7981c -1.4610,-1.4610 -1.1093,-3.5984 0.5546 -5.2623c 1.0011,-1.0011 2.1103,-1.5692 3.2737 -1.5692c 1.0552,0.0271 1.9480,0.3247 2.8409 1.2175c 0.2706,0.2706 0.7440,0.9875 0.8793 1.4745l 2.0698,-2.0698 c 0.7711,-0.7711 0.8658,-1.1093 0.5952 -1.3798l -0.5005,-0.3923 c -0.0271,-0.0271 -0.0406,-0.0947 -0.0000 -0.1353l 0.3111,-0.3653 c 0.2164,0.2164 0.7846,0.6223 1.0552 0.8117c 0.3111,0.2029 0.5546,0.3382 0.9470 0.4870l 0.2976,0.2976 ZM 459.6297,365.0670 ZM 464.9191,362.8620 l 2.4891,2.4891 c 0.1353,0.1353 0.2570,0.1218 0.3788 -0.0000c 1.2581,-1.2581 0.9470,-2.2186 0.4599 -2.7056c -0.3111,-0.3111 -1.4475,-1.2040 -3.3279 0.2164ZM 464.9191,362.8620 ZM 466.0013,368.9225 l 0.0541,0.4870 c -1.2175,0.1894 -2.5162,-0.1082 -3.4902 -1.0822c -1.8533,-1.8533 -1.2581,-4.0178 0.2164 -5.4923c 2.0562,-2.0562 4.6401,-1.9345 5.9252 -0.6493c 1.7857,1.7857 0.8117,3.5984 -0.3247 4.7348c -0.1488,0.1488 -0.3247,0.1353 -0.4735 -0.0135l -3.5578,-3.5578 c -0.0947,0.0676 -0.1759,0.1488 -0.2841 0.2570c -1.3798,1.3798 -1.4881,3.4090 -0.5141 4.3830c 0.7440,0.7440 1.4610,0.9740 2.4485 0.9334ZM 465.4196,370.8569 ZM 467.6382,371.1275 l 4.3154,-4.3154 l -0.9334,-0.9334 c -0.0541,-0.0541 -0.0541,-0.0812 -0.0000 -0.1353l 0.1894,-0.1894 c 0.1082,-0.1082 0.3382,-0.2029 0.5817 0.0406l 0.6899,0.6899 l 0.5276,-0.5276 c 2.1103,-2.1103 4.1936,-2.0021 5.3300 -0.8658c 0.5141,0.5141 0.7305,1.0011 0.8387 1.5692c 0.0676,0.4735 -0.0406,0.8252 -0.2570 1.0416c -0.2841,0.2841 -0.6899,0.2841 -0.9470 0.0271c -0.2706,-0.2706 -0.2976,-0.5952 -0.1759 -0.9334c 0.2706,-0.6223 0.2300,-1.0958 -0.1759 -1.5016c -0.4464,-0.4464 -1.2851,-0.6358 -3.3684 1.4475l -0.7576,0.7576 l 1.4881,1.4881 c 0.0676,0.0676 0.0812,0.1353 0.0271 0.1894l -0.2706,0.2706 c -0.1218,0.1218 -0.3653,-0.0135 -0.4870 -0.1353l -1.2851,-1.2851 l -4.3154,4.3154 c -0.3923,0.3923 -0.4599,0.7305 -0.0135 1.1769l 0.4464,0.4464 c 0.0541,0.0541 0.0676,0.1488 0.0000 0.2164l -0.2570,0.2570 l -0.0541,0.0000 c 0.0000,-0.0000 -1.0822,-1.1363 -1.6098 -1.6639c -0.4870,-0.4870 -1.4340,-1.3798 -1.4340 -1.3798l -0.0000,-0.0541 l 0.2570,-0.2570 c 0.0676,-0.0676 0.1488,-0.0676 0.2164 -0.0000l 0.2570,0.2570 c 0.4599,0.4599 0.7846,0.3788 1.1769 -0.0135Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4267150714115107" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 434.9278,315.2931 v 8.6521 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 391.6672,340.3651 ZM 398.9181,340.9874 l -1.3393,-0.7981 c -1.5557,-0.8252 -2.3538,-0.3788 -2.9626 0.2300c -0.4194,0.4194 -0.8523,1.2581 0.0000 2.1103c 0.4058,0.4058 1.4204,0.6358 2.0698 0.6899l 2.2321,-2.2321 ZM 398.9181,340.9874 ZM 396.3073,345.3299 c -0.5141,-0.5141 -0.3382,-1.2581 -0.0676 -1.6369l -0.5276,-0.0947 c -1.0552,-0.1894 -1.4204,-0.2841 -2.0427 -0.9064c -0.9470,-0.9470 -1.0958,-2.1780 -0.0812 -3.1926c 1.0281,-1.0281 2.6109,-0.8523 4.2207 0.1082l 1.5557,0.9334 c 1.5286,-1.5286 1.1093,-2.5162 0.6493 -2.9761c -0.5141,-0.5141 -1.3393,-0.8793 -1.7586 -0.4599c -0.1488,0.1488 -0.2029,0.2570 -0.2300 0.3111c -0.0271,0.0812 -0.1082,0.1894 -0.2029 0.2841c -0.1759,0.1759 -0.5817,0.3111 -0.9740 -0.0812c -0.3247,-0.3247 -0.3247,-0.7576 -0.0000 -1.0822c 0.7846,-0.7846 2.7462,-0.2029 3.6119 0.6629c 0.9875,0.9875 1.7180,2.5297 -0.2029 4.4507l -1.9886,1.9886 c -0.8252,0.8252 -1.1634,1.1905 -0.8523 1.5016c 0.2976,0.2976 0.7576,-0.0000 1.0687 -0.2841l 0.2706,0.4058 c -1.0687,0.9064 -1.7586,0.7576 -2.4485 0.0676ZM 397.7683,346.4662 ZM 400.5279,347.7378 c -0.0541,0.5952 0.1218,0.9875 0.5411 1.4069c 1.2851,1.2851 3.1249,0.7440 4.6671 -0.7981c 1.3798,-1.3798 1.6639,-3.0708 0.8387 -3.8960c -0.1488,-0.1488 -0.8793,-0.8252 -1.9615 -0.7981l -4.0854,4.0854 ZM 400.5279,347.7378 ZM 406.5208,339.7158 c 0.7711,-0.7711 0.8523,-1.1228 0.5817 -1.3934l -0.4870,-0.3788 c -0.0406,-0.0406 -0.0406,-0.0947 -0.0000 -0.1353l 0.3111,-0.3653 c 0.2164,0.2164 0.7846,0.6223 1.0552 0.8117c 0.2976,0.1894 0.5546,0.3382 0.9470 0.4870l 0.2976,0.2976 l -4.1936,4.1936 c 0.9605,-0.0406 1.7451,0.2570 2.3944 0.9064c 1.1769,1.1769 1.1769,3.4225 -0.4735 5.0729c -2.1509,2.1509 -4.8836,1.8533 -6.2634 0.4735c -0.5817,-0.5817 -0.8523,-1.1769 -0.9064 -1.9074c -0.2841,0.0406 -0.6629,0.0676 -0.9199 0.0812l -0.2164,-0.3517 c 0.3653,-0.2841 0.5817,-0.5005 1.1093 -1.0281l 6.7639,-6.7639 ZM 404.2346,352.9325 ZM 410.6603,356.8962 c -1.6233,0.4329 -2.6379,0.1488 -3.4496 -0.6629c -1.6233,-1.6233 -1.4069,-3.8690 0.3382 -5.6141c 1.9210,-1.9210 4.3695,-1.9615 5.8305 -0.5005c 1.2987,1.2987 1.3257,2.6515 0.6088 3.3684c -0.3923,0.3923 -0.8387,0.3517 -1.1228 0.0676c -0.2841,-0.2841 -0.4058,-0.7034 -0.1082 -1.0822c 0.3923,-0.5005 0.8928,-1.1634 0.0947 -1.9615c -0.8928,-0.8928 -2.5027,-0.6088 -3.9637 0.8523c -1.5828,1.5828 -1.8263,3.5308 -0.7846 4.5724c 0.5817,0.5817 1.4745,0.7170 2.5027 0.5276ZM 409.6863,358.3842 ZM 415.4086,361.6986 l 3.5037,-3.5037 c 0.1894,-0.8387 0.1082,-1.4881 -0.5276 -2.1239c -0.2706,-0.2706 -0.8658,-0.7846 -1.9345 -0.5817c -0.4735,0.0947 -1.2851,0.4464 -2.2592 1.4204c -1.7721,1.7721 -1.6639,3.5037 -0.9334 4.2342c 0.4464,0.4464 1.0822,0.5411 2.1509 0.5546ZM 415.4086,361.6986 ZM 424.6616,354.4747 l -7.8191,7.8191 c -0.4058,0.4058 -0.5952,0.6493 -0.6629 0.7711c -0.0812,0.1623 -0.0135,0.3923 0.0947 0.5005c 0.1623,0.1623 0.4599,0.4599 0.7034 0.6223l -0.3247,0.4329 c -0.9199,-0.6493 -1.7721,-1.2040 -2.2997 -1.2446l -0.3247,-0.3247 l 0.9740,-0.8928 c -1.0416,0.0135 -1.9751,-0.1082 -2.6650 -0.7981c -1.4610,-1.4610 -1.1093,-3.5984 0.5546 -5.2623c 1.0011,-1.0011 2.1103,-1.5692 3.2737 -1.5692c 1.0552,0.0271 1.9480,0.3247 2.8409 1.2175c 0.2706,0.2706 0.7440,0.9875 0.8793 1.4745l 2.0698,-2.0698 c 0.7711,-0.7711 0.8658,-1.1093 0.5952 -1.3798l -0.5005,-0.3923 c -0.0271,-0.0271 -0.0406,-0.0947 -0.0000 -0.1353l 0.3111,-0.3653 c 0.2164,0.2164 0.7846,0.6223 1.0552 0.8117c 0.3111,0.2029 0.5546,0.3382 0.9470 0.4870l 0.2976,0.2976 ZM 416.3691,365.0670 ZM 421.6585,362.8620 l 2.4891,2.4891 c 0.1353,0.1353 0.2570,0.1218 0.3788 -0.0000c 1.2581,-1.2581 0.9470,-2.2186 0.4599 -2.7056c -0.3111,-0.3111 -1.4475,-1.2040 -3.3279 0.2164ZM 421.6585,362.8620 ZM 422.7407,368.9225 l 0.0541,0.4870 c -1.2175,0.1894 -2.5162,-0.1082 -3.4902 -1.0822c -1.8533,-1.8533 -1.2581,-4.0178 0.2164 -5.4923c 2.0562,-2.0562 4.6401,-1.9345 5.9252 -0.6493c 1.7857,1.7857 0.8117,3.5984 -0.3247 4.7348c -0.1488,0.1488 -0.3247,0.1353 -0.4735 -0.0135l -3.5578,-3.5578 c -0.0947,0.0676 -0.1759,0.1488 -0.2841 0.2570c -1.3798,1.3798 -1.4881,3.4090 -0.5141 4.3830c 0.7440,0.7440 1.4610,0.9740 2.4485 0.9334ZM 422.1590,370.8569 ZM 424.3776,371.1275 l 4.3154,-4.3154 l -0.9334,-0.9334 c -0.0541,-0.0541 -0.0541,-0.0812 -0.0000 -0.1353l 0.1894,-0.1894 c 0.1082,-0.1082 0.3382,-0.2029 0.5817 0.0406l 0.6899,0.6899 l 0.5276,-0.5276 c 2.1103,-2.1103 4.1936,-2.0021 5.3300 -0.8658c 0.5141,0.5141 0.7305,1.0011 0.8387 1.5692c 0.0676,0.4735 -0.0406,0.8252 -0.2570 1.0416c -0.2841,0.2841 -0.6899,0.2841 -0.9470 0.0271c -0.2706,-0.2706 -0.2976,-0.5952 -0.1759 -0.9334c 0.2706,-0.6223 0.2300,-1.0958 -0.1759 -1.5016c -0.4464,-0.4464 -1.2851,-0.6358 -3.3684 1.4475l -0.7576,0.7576 l 1.4881,1.4881 c 0.0676,0.0676 0.0812,0.1353 0.0271 0.1894l -0.2706,0.2706 c -0.1218,0.1218 -0.3653,-0.0135 -0.4870 -0.1353l -1.2851,-1.2851 l -4.3154,4.3154 c -0.3923,0.3923 -0.4599,0.7305 -0.0135 1.1769l 0.4464,0.4464 c 0.0541,0.0541 0.0676,0.1488 0.0000 0.2164l -0.2570,0.2570 l -0.0541,0.0000 c 0.0000,-0.0000 -1.0822,-1.1363 -1.6098 -1.6639c -0.4870,-0.4870 -1.4340,-1.3798 -1.4340 -1.3798l -0.0000,-0.0541 l 0.2570,-0.2570 c 0.0676,-0.0676 0.1488,-0.0676 0.2164 -0.0000l 0.2570,0.2570 c 0.4599,0.4599 0.7846,0.3788 1.1769 -0.0135Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4267150714115107" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 391.6672,315.2931 v 8.6521 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 348.4066,340.3651 ZM 355.6575,340.9874 l -1.3393,-0.7981 c -1.5557,-0.8252 -2.3538,-0.3788 -2.9626 0.2300c -0.4194,0.4194 -0.8523,1.2581 0.0000 2.1103c 0.4058,0.4058 1.4204,0.6358 2.0698 0.6899l 2.2321,-2.2321 ZM 355.6575,340.9874 ZM 353.0466,345.3299 c -0.5141,-0.5141 -0.3382,-1.2581 -0.0676 -1.6369l -0.5276,-0.0947 c -1.0552,-0.1894 -1.4204,-0.2841 -2.0427 -0.9064c -0.9470,-0.9470 -1.0958,-2.1780 -0.0812 -3.1926c 1.0281,-1.0281 2.6109,-0.8523 4.2207 0.1082l 1.5557,0.9334 c 1.5286,-1.5286 1.1093,-2.5162 0.6493 -2.9761c -0.5141,-0.5141 -1.3393,-0.8793 -1.7586 -0.4599c -0.1488,0.1488 -0.2029,0.2570 -0.2300 0.3111c -0.0271,0.0812 -0.1082,0.1894 -0.2029 0.2841c -0.1759,0.1759 -0.5817,0.3111 -0.9740 -0.0812c -0.3247,-0.3247 -0.3247,-0.7576 -0.0000 -1.0822c 0.7846,-0.7846 2.7462,-0.2029 3.6119 0.6629c 0.9875,0.9875 1.7180,2.5297 -0.2029 4.4507l -1.9886,1.9886 c -0.8252,0.8252 -1.1634,1.1905 -0.8523 1.5016c 0.2976,0.2976 0.7576,-0.0000 1.0687 -0.2841l 0.2706,0.4058 c -1.0687,0.9064 -1.7586,0.7576 -2.4485 0.0676ZM 354.5077,346.4662 ZM 357.2673,347.7378 c -0.0541,0.5952 0.1218,0.9875 0.5411 1.4069c 1.2851,1.2851 3.1249,0.7440 4.6671 -0.7981c 1.3798,-1.3798 1.6639,-3.0708 0.8387 -3.8960c -0.1488,-0.1488 -0.8793,-0.8252 -1.9615 -0.7981l -4.0854,4.0854 ZM 357.2673,347.7378 ZM 363.2602,339.7158 c 0.7711,-0.7711 0.8523,-1.1228 0.5817 -1.3934l -0.4870,-0.3788 c -0.0406,-0.0406 -0.0406,-0.0947 -0.0000 -0.1353l 0.3111,-0.3653 c 0.2164,0.2164 0.7846,0.6223 1.0552 0.8117c 0.2976,0.1894 0.5546,0.3382 0.9470 0.4870l 0.2976,0.2976 l -4.1936,4.1936 c 0.9605,-0.0406 1.7451,0.2570 2.3944 0.9064c 1.1769,1.1769 1.1769,3.4225 -0.4735 5.0729c -2.1509,2.1509 -4.8836,1.8533 -6.2634 0.4735c -0.5817,-0.5817 -0.8523,-1.1769 -0.9064 -1.9074c -0.2841,0.0406 -0.6629,0.0676 -0.9199 0.0812l -0.2164,-0.3517 c 0.3653,-0.2841 0.5817,-0.5005 1.1093 -1.0281l 6.7639,-6.7639 ZM 360.9740,352.9325 ZM 367.3997,356.8962 c -1.6233,0.4329 -2.6379,0.1488 -3.4496 -0.6629c -1.6233,-1.6233 -1.4069,-3.8690 0.3382 -5.6141c 1.9210,-1.9210 4.3695,-1.9615 5.8305 -0.5005c 1.2987,1.2987 1.3257,2.6515 0.6088 3.3684c -0.3923,0.3923 -0.8387,0.3517 -1.1228 0.0676c -0.2841,-0.2841 -0.4058,-0.7034 -0.1082 -1.0822c 0.3923,-0.5005 0.8928,-1.1634 0.0947 -1.9615c -0.8928,-0.8928 -2.5027,-0.6088 -3.9637 0.8523c -1.5828,1.5828 -1.8263,3.5308 -0.7846 4.5724c 0.5817,0.5817 1.4745,0.7170 2.5027 0.5276ZM 366.4257,358.3842 ZM 372.1480,361.6986 l 3.5037,-3.5037 c 0.1894,-0.8387 0.1082,-1.4881 -0.5276 -2.1239c -0.2706,-0.2706 -0.8658,-0.7846 -1.9345 -0.5817c -0.4735,0.0947 -1.2851,0.4464 -2.2592 1.4204c -1.7721,1.7721 -1.6639,3.5037 -0.9334 4.2342c 0.4464,0.4464 1.0822,0.5411 2.1509 0.5546ZM 372.1480,361.6986 ZM 381.4010,354.4747 l -7.8191,7.8191 c -0.4058,0.4058 -0.5952,0.6493 -0.6629 0.7711c -0.0812,0.1623 -0.0135,0.3923 0.0947 0.5005c 0.1623,0.1623 0.4599,0.4599 0.7034 0.6223l -0.3247,0.4329 c -0.9199,-0.6493 -1.7721,-1.2040 -2.2997 -1.2446l -0.3247,-0.3247 l 0.9740,-0.8928 c -1.0416,0.0135 -1.9751,-0.1082 -2.6650 -0.7981c -1.4610,-1.4610 -1.1093,-3.5984 0.5546 -5.2623c 1.0011,-1.0011 2.1103,-1.5692 3.2737 -1.5692c 1.0552,0.0271 1.9480,0.3247 2.8409 1.2175c 0.2706,0.2706 0.7440,0.9875 0.8793 1.4745l 2.0698,-2.0698 c 0.7711,-0.7711 0.8658,-1.1093 0.5952 -1.3798l -0.5005,-0.3923 c -0.0271,-0.0271 -0.0406,-0.0947 -0.0000 -0.1353l 0.3111,-0.3653 c 0.2164,0.2164 0.7846,0.6223 1.0552 0.8117c 0.3111,0.2029 0.5546,0.3382 0.9470 0.4870l 0.2976,0.2976 ZM 373.1085,365.0670 ZM 378.3979,362.8620 l 2.4891,2.4891 c 0.1353,0.1353 0.2570,0.1218 0.3788 -0.0000c 1.2581,-1.2581 0.9470,-2.2186 0.4599 -2.7056c -0.3111,-0.3111 -1.4475,-1.2040 -3.3279 0.2164ZM 378.3979,362.8620 ZM 379.4801,368.9225 l 0.0541,0.4870 c -1.2175,0.1894 -2.5162,-0.1082 -3.4902 -1.0822c -1.8533,-1.8533 -1.2581,-4.0178 0.2164 -5.4923c 2.0562,-2.0562 4.6401,-1.9345 5.9252 -0.6493c 1.7857,1.7857 0.8117,3.5984 -0.3247 4.7348c -0.1488,0.1488 -0.3247,0.1353 -0.4735 -0.0135l -3.5578,-3.5578 c -0.0947,0.0676 -0.1759,0.1488 -0.2841 0.2570c -1.3798,1.3798 -1.4881,3.4090 -0.5141 4.3830c 0.7440,0.7440 1.4610,0.9740 2.4485 0.9334ZM 378.8984,370.8569 ZM 381.1170,371.1275 l 4.3154,-4.3154 l -0.9334,-0.9334 c -0.0541,-0.0541 -0.0541,-0.0812 -0.0000 -0.1353l 0.1894,-0.1894 c 0.1082,-0.1082 0.3382,-0.2029 0.5817 0.0406l 0.6899,0.6899 l 0.5276,-0.5276 c 2.1103,-2.1103 4.1936,-2.0021 5.3300 -0.8658c 0.5141,0.5141 0.7305,1.0011 0.8387 1.5692c 0.0676,0.4735 -0.0406,0.8252 -0.2570 1.0416c -0.2841,0.2841 -0.6899,0.2841 -0.9470 0.0271c -0.2706,-0.2706 -0.2976,-0.5952 -0.1759 -0.9334c 0.2706,-0.6223 0.2300,-1.0958 -0.1759 -1.5016c -0.4464,-0.4464 -1.2851,-0.6358 -3.3684 1.4475l -0.7576,0.7576 l 1.4881,1.4881 c 0.0676,0.0676 0.0812,0.1353 0.0271 0.1894l -0.2706,0.2706 c -0.1218,0.1218 -0.3653,-0.0135 -0.4870 -0.1353l -1.2851,-1.2851 l -4.3154,4.3154 c -0.3923,0.3923 -0.4599,0.7305 -0.0135 1.1769l 0.4464,0.4464 c 0.0541,0.0541 0.0676,0.1488 0.0000 0.2164l -0.2570,0.2570 l -0.0541,0.0000 c 0.0000,-0.0000 -1.0822,-1.1363 -1.6098 -1.6639c -0.4870,-0.4870 -1.4340,-1.3798 -1.4340 -1.3798l -0.0000,-0.0541 l 0.2570,-0.2570 c 0.0676,-0.0676 0.1488,-0.0676 0.2164 -0.0000l 0.2570,0.2570 c 0.4599,0.4599 0.7846,0.3788 1.1769 -0.0135Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4267150714115107" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 348.4066,315.2931 v 8.6521 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 305.1460,340.3651 ZM 312.3969,340.9874 l -1.3393,-0.7981 c -1.5557,-0.8252 -2.3538,-0.3788 -2.9626 0.2300c -0.4194,0.4194 -0.8523,1.2581 0.0000 2.1103c 0.4058,0.4058 1.4204,0.6358 2.0698 0.6899l 2.2321,-2.2321 ZM 312.3969,340.9874 ZM 309.7860,345.3299 c -0.5141,-0.5141 -0.3382,-1.2581 -0.0676 -1.6369l -0.5276,-0.0947 c -1.0552,-0.1894 -1.4204,-0.2841 -2.0427 -0.9064c -0.9470,-0.9470 -1.0958,-2.1780 -0.0812 -3.1926c 1.0281,-1.0281 2.6109,-0.8523 4.2207 0.1082l 1.5557,0.9334 c 1.5286,-1.5286 1.1093,-2.5162 0.6493 -2.9761c -0.5141,-0.5141 -1.3393,-0.8793 -1.7586 -0.4599c -0.1488,0.1488 -0.2029,0.2570 -0.2300 0.3111c -0.0271,0.0812 -0.1082,0.1894 -0.2029 0.2841c -0.1759,0.1759 -0.5817,0.3111 -0.9740 -0.0812c -0.3247,-0.3247 -0.3247,-0.7576 -0.0000 -1.0822c 0.7846,-0.7846 2.7462,-0.2029 3.6119 0.6629c 0.9875,0.9875 1.7180,2.5297 -0.2029 4.4507l -1.9886,1.9886 c -0.8252,0.8252 -1.1634,1.1905 -0.8523 1.5016c 0.2976,0.2976 0.7576,-0.0000 1.0687 -0.2841l 0.2706,0.4058 c -1.0687,0.9064 -1.7586,0.7576 -2.4485 0.0676ZM 311.2470,346.4662 ZM 314.0067,347.7378 c -0.0541,0.5952 0.1218,0.9875 0.5411 1.4069c 1.2851,1.2851 3.1249,0.7440 4.6671 -0.7981c 1.3798,-1.3798 1.6639,-3.0708 0.8387 -3.8960c -0.1488,-0.1488 -0.8793,-0.8252 -1.9615 -0.7981l -4.0854,4.0854 ZM 314.0067,347.7378 ZM 319.9996,339.7158 c 0.7711,-0.7711 0.8523,-1.1228 0.5817 -1.3934l -0.4870,-0.3788 c -0.0406,-0.0406 -0.0406,-0.0947 -0.0000 -0.1353l 0.3111,-0.3653 c 0.2164,0.2164 0.7846,0.6223 1.0552 0.8117c 0.2976,0.1894 0.5546,0.3382 0.9470 0.4870l 0.2976,0.2976 l -4.1936,4.1936 c 0.9605,-0.0406 1.7451,0.2570 2.3944 0.9064c 1.1769,1.1769 1.1769,3.4225 -0.4735 5.0729c -2.1509,2.1509 -4.8836,1.8533 -6.2634 0.4735c -0.5817,-0.5817 -0.8523,-1.1769 -0.9064 -1.9074c -0.2841,0.0406 -0.6629,0.0676 -0.9199 0.0812l -0.2164,-0.3517 c 0.3653,-0.2841 0.5817,-0.5005 1.1093 -1.0281l 6.7639,-6.7639 ZM 317.7134,352.9325 ZM 324.1391,356.8962 c -1.6233,0.4329 -2.6379,0.1488 -3.4496 -0.6629c -1.6233,-1.6233 -1.4069,-3.8690 0.3382 -5.6141c 1.9210,-1.9210 4.3695,-1.9615 5.8305 -0.5005c 1.2987,1.2987 1.3257,2.6515 0.6088 3.3684c -0.3923,0.3923 -0.8387,0.3517 -1.1228 0.0676c -0.2841,-0.2841 -0.4058,-0.7034 -0.1082 -1.0822c 0.3923,-0.5005 0.8928,-1.1634 0.0947 -1.9615c -0.8928,-0.8928 -2.5027,-0.6088 -3.9637 0.8523c -1.5828,1.5828 -1.8263,3.5308 -0.7846 4.5724c 0.5817,0.5817 1.4745,0.7170 2.5027 0.5276ZM 323.1651,358.3842 ZM 328.8874,361.6986 l 3.5037,-3.5037 c 0.1894,-0.8387 0.1082,-1.4881 -0.5276 -2.1239c -0.2706,-0.2706 -0.8658,-0.7846 -1.9345 -0.5817c -0.4735,0.0947 -1.2851,0.4464 -2.2592 1.4204c -1.7721,1.7721 -1.6639,3.5037 -0.9334 4.2342c 0.4464,0.4464 1.0822,0.5411 2.1509 0.5546ZM 328.8874,361.6986 ZM 338.1404,354.4747 l -7.8191,7.8191 c -0.4058,0.4058 -0.5952,0.6493 -0.6629 0.7711c -0.0812,0.1623 -0.0135,0.3923 0.0947 0.5005c 0.1623,0.1623 0.4599,0.4599 0.7034 0.6223l -0.3247,0.4329 c -0.9199,-0.6493 -1.7721,-1.2040 -2.2997 -1.2446l -0.3247,-0.3247 l 0.9740,-0.8928 c -1.0416,0.0135 -1.9751,-0.1082 -2.6650 -0.7981c -1.4610,-1.4610 -1.1093,-3.5984 0.5546 -5.2623c 1.0011,-1.0011 2.1103,-1.5692 3.2737 -1.5692c 1.0552,0.0271 1.9480,0.3247 2.8409 1.2175c 0.2706,0.2706 0.7440,0.9875 0.8793 1.4745l 2.0698,-2.0698 c 0.7711,-0.7711 0.8658,-1.1093 0.5952 -1.3798l -0.5005,-0.3923 c -0.0271,-0.0271 -0.0406,-0.0947 -0.0000 -0.1353l 0.3111,-0.3653 c 0.2164,0.2164 0.7846,0.6223 1.0552 0.8117c 0.3111,0.2029 0.5546,0.3382 0.9470 0.4870l 0.2976,0.2976 ZM 329.8479,365.0670 ZM 335.1372,362.8620 l 2.4891,2.4891 c 0.1353,0.1353 0.2570,0.1218 0.3788 -0.0000c 1.2581,-1.2581 0.9470,-2.2186 0.4599 -2.7056c -0.3111,-0.3111 -1.4475,-1.2040 -3.3279 0.2164ZM 335.1372,362.8620 ZM 336.2195,368.9225 l 0.0541,0.4870 c -1.2175,0.1894 -2.5162,-0.1082 -3.4902 -1.0822c -1.8533,-1.8533 -1.2581,-4.0178 0.2164 -5.4923c 2.0562,-2.0562 4.6401,-1.9345 5.9252 -0.6493c 1.7857,1.7857 0.8117,3.5984 -0.3247 4.7348c -0.1488,0.1488 -0.3247,0.1353 -0.4735 -0.0135l -3.5578,-3.5578 c -0.0947,0.0676 -0.1759,0.1488 -0.2841 0.2570c -1.3798,1.3798 -1.4881,3.4090 -0.5141 4.3830c 0.7440,0.7440 1.4610,0.9740 2.4485 0.9334ZM 335.6378,370.8569 ZM 337.8563,371.1275 l 4.3154,-4.3154 l -0.9334,-0.9334 c -0.0541,-0.0541 -0.0541,-0.0812 -0.0000 -0.1353l 0.1894,-0.1894 c 0.1082,-0.1082 0.3382,-0.2029 0.5817 0.0406l 0.6899,0.6899 l 0.5276,-0.5276 c 2.1103,-2.1103 4.1936,-2.0021 5.3300 -0.8658c 0.5141,0.5141 0.7305,1.0011 0.8387 1.5692c 0.0676,0.4735 -0.0406,0.8252 -0.2570 1.0416c -0.2841,0.2841 -0.6899,0.2841 -0.9470 0.0271c -0.2706,-0.2706 -0.2976,-0.5952 -0.1759 -0.9334c 0.2706,-0.6223 0.2300,-1.0958 -0.1759 -1.5016c -0.4464,-0.4464 -1.2851,-0.6358 -3.3684 1.4475l -0.7576,0.7576 l 1.4881,1.4881 c 0.0676,0.0676 0.0812,0.1353 0.0271 0.1894l -0.2706,0.2706 c -0.1218,0.1218 -0.3653,-0.0135 -0.4870 -0.1353l -1.2851,-1.2851 l -4.3154,4.3154 c -0.3923,0.3923 -0.4599,0.7305 -0.0135 1.1769l 0.4464,0.4464 c 0.0541,0.0541 0.0676,0.1488 0.0000 0.2164l -0.2570,0.2570 l -0.0541,0.0000 c 0.0000,-0.0000 -1.0822,-1.1363 -1.6098 -1.6639c -0.4870,-0.4870 -1.4340,-1.3798 -1.4340 -1.3798l -0.0000,-0.0541 l 0.2570,-0.2570 c 0.0676,-0.0676 0.1488,-0.0676 0.2164 -0.0000l 0.2570,0.2570 c 0.4599,0.4599 0.7846,0.3788 1.1769 -0.0135Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4267150714115107" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 305.1460,315.2931 v 8.6521 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 261.8854,340.3651 ZM 269.1363,340.9874 l -1.3393,-0.7981 c -1.5557,-0.8252 -2.3538,-0.3788 -2.9626 0.2300c -0.4194,0.4194 -0.8523,1.2581 0.0000 2.1103c 0.4058,0.4058 1.4204,0.6358 2.0698 0.6899l 2.2321,-2.2321 ZM 269.1363,340.9874 ZM 266.5254,345.3299 c -0.5141,-0.5141 -0.3382,-1.2581 -0.0676 -1.6369l -0.5276,-0.0947 c -1.0552,-0.1894 -1.4204,-0.2841 -2.0427 -0.9064c -0.9470,-0.9470 -1.0958,-2.1780 -0.0812 -3.1926c 1.0281,-1.0281 2.6109,-0.8523 4.2207 0.1082l 1.5557,0.9334 c 1.5286,-1.5286 1.1093,-2.5162 0.6493 -2.9761c -0.5141,-0.5141 -1.3393,-0.8793 -1.7586 -0.4599c -0.1488,0.1488 -0.2029,0.2570 -0.2300 0.3111c -0.0271,0.0812 -0.1082,0.1894 -0.2029 0.2841c -0.1759,0.1759 -0.5817,0.3111 -0.9740 -0.0812c -0.3247,-0.3247 -0.3247,-0.7576 -0.0000 -1.0822c 0.7846,-0.7846 2.7462,-0.2029 3.6119 0.6629c 0.9875,0.9875 1.7180,2.5297 -0.2029 4.4507l -1.9886,1.9886 c -0.8252,0.8252 -1.1634,1.1905 -0.8523 1.5016c 0.2976,0.2976 0.7576,-0.0000 1.0687 -0.2841l 0.2706,0.4058 c -1.0687,0.9064 -1.7586,0.7576 -2.4485 0.0676ZM 267.9864,346.4662 ZM 270.7461,347.7378 c -0.0541,0.5952 0.1218,0.9875 0.5411 1.4069c 1.2851,1.2851 3.1249,0.7440 4.6671 -0.7981c 1.3798,-1.3798 1.6639,-3.0708 0.8387 -3.8960c -0.1488,-0.1488 -0.8793,-0.8252 -1.9615 -0.7981l -4.0854,4.0854 ZM 270.7461,347.7378 ZM 276.7390,339.7158 c 0.7711,-0.7711 0.8523,-1.1228 0.5817 -1.3934l -0.4870,-0.3788 c -0.0406,-0.0406 -0.0406,-0.0947 -0.0000 -0.1353l 0.3111,-0.3653 c 0.2164,0.2164 0.7846,0.6223 1.0552 0.8117c 0.2976,0.1894 0.5546,0.3382 0.9470 0.4870l 0.2976,0.2976 l -4.1936,4.1936 c 0.9605,-0.0406 1.7451,0.2570 2.3944 0.9064c 1.1769,1.1769 1.1769,3.4225 -0.4735 5.0729c -2.1509,2.1509 -4.8836,1.8533 -6.2634 0.4735c -0.5817,-0.5817 -0.8523,-1.1769 -0.9064 -1.9074c -0.2841,0.0406 -0.6629,0.0676 -0.9199 0.0812l -0.2164,-0.3517 c 0.3653,-0.2841 0.5817,-0.5005 1.1093 -1.0281l 6.7639,-6.7639 ZM 274.4528,352.9325 ZM 280.8785,356.8962 c -1.6233,0.4329 -2.6379,0.1488 -3.4496 -0.6629c -1.6233,-1.6233 -1.4069,-3.8690 0.3382 -5.6141c 1.9210,-1.9210 4.3695,-1.9615 5.8305 -0.5005c 1.2987,1.2987 1.3257,2.6515 0.6088 3.3684c -0.3923,0.3923 -0.8387,0.3517 -1.1228 0.0676c -0.2841,-0.2841 -0.4058,-0.7034 -0.1082 -1.0822c 0.3923,-0.5005 0.8928,-1.1634 0.0947 -1.9615c -0.8928,-0.8928 -2.5027,-0.6088 -3.9637 0.8523c -1.5828,1.5828 -1.8263,3.5308 -0.7846 4.5724c 0.5817,0.5817 1.4745,0.7170 2.5027 0.5276ZM 279.9045,358.3842 ZM 285.6268,361.6986 l 3.5037,-3.5037 c 0.1894,-0.8387 0.1082,-1.4881 -0.5276 -2.1239c -0.2706,-0.2706 -0.8658,-0.7846 -1.9345 -0.5817c -0.4735,0.0947 -1.2851,0.4464 -2.2592 1.4204c -1.7721,1.7721 -1.6639,3.5037 -0.9334 4.2342c 0.4464,0.4464 1.0822,0.5411 2.1509 0.5546ZM 285.6268,361.6986 ZM 294.8798,354.4747 l -7.8191,7.8191 c -0.4058,0.4058 -0.5952,0.6493 -0.6629 0.7711c -0.0812,0.1623 -0.0135,0.3923 0.0947 0.5005c 0.1623,0.1623 0.4599,0.4599 0.7034 0.6223l -0.3247,0.4329 c -0.9199,-0.6493 -1.7721,-1.2040 -2.2997 -1.2446l -0.3247,-0.3247 l 0.9740,-0.8928 c -1.0416,0.0135 -1.9751,-0.1082 -2.6650 -0.7981c -1.4610,-1.4610 -1.1093,-3.5984 0.5546 -5.2623c 1.0011,-1.0011 2.1103,-1.5692 3.2737 -1.5692c 1.0552,0.0271 1.9480,0.3247 2.8409 1.2175c 0.2706,0.2706 0.7440,0.9875 0.8793 1.4745l 2.0698,-2.0698 c 0.7711,-0.7711 0.8658,-1.1093 0.5952 -1.3798l -0.5005,-0.3923 c -0.0271,-0.0271 -0.0406,-0.0947 -0.0000 -0.1353l 0.3111,-0.3653 c 0.2164,0.2164 0.7846,0.6223 1.0552 0.8117c 0.3111,0.2029 0.5546,0.3382 0.9470 0.4870l 0.2976,0.2976 ZM 286.5872,365.0670 ZM 291.8766,362.8620 l 2.4891,2.4891 c 0.1353,0.1353 0.2570,0.1218 0.3788 -0.0000c 1.2581,-1.2581 0.9470,-2.2186 0.4599 -2.7056c -0.3111,-0.3111 -1.4475,-1.2040 -3.3279 0.2164ZM 291.8766,362.8620 ZM 292.9589,368.9225 l 0.0541,0.4870 c -1.2175,0.1894 -2.5162,-0.1082 -3.4902 -1.0822c -1.8533,-1.8533 -1.2581,-4.0178 0.2164 -5.4923c 2.0562,-2.0562 4.6401,-1.9345 5.9252 -0.6493c 1.7857,1.7857 0.8117,3.5984 -0.3247 4.7348c -0.1488,0.1488 -0.3247,0.1353 -0.4735 -0.0135l -3.5578,-3.5578 c -0.0947,0.0676 -0.1759,0.1488 -0.2841 0.2570c -1.3798,1.3798 -1.4881,3.4090 -0.5141 4.3830c 0.7440,0.7440 1.4610,0.9740 2.4485 0.9334ZM 292.3772,370.8569 ZM 294.5957,371.1275 l 4.3154,-4.3154 l -0.9334,-0.9334 c -0.0541,-0.0541 -0.0541,-0.0812 -0.0000 -0.1353l 0.1894,-0.1894 c 0.1082,-0.1082 0.3382,-0.2029 0.5817 0.0406l 0.6899,0.6899 l 0.5276,-0.5276 c 2.1103,-2.1103 4.1936,-2.0021 5.3300 -0.8658c 0.5141,0.5141 0.7305,1.0011 0.8387 1.5692c 0.0676,0.4735 -0.0406,0.8252 -0.2570 1.0416c -0.2841,0.2841 -0.6899,0.2841 -0.9470 0.0271c -0.2706,-0.2706 -0.2976,-0.5952 -0.1759 -0.9334c 0.2706,-0.6223 0.2300,-1.0958 -0.1759 -1.5016c -0.4464,-0.4464 -1.2851,-0.6358 -3.3684 1.4475l -0.7576,0.7576 l 1.4881,1.4881 c 0.0676,0.0676 0.0812,0.1353 0.0271 0.1894l -0.2706,0.2706 c -0.1218,0.1218 -0.3653,-0.0135 -0.4870 -0.1353l -1.2851,-1.2851 l -4.3154,4.3154 c -0.3923,0.3923 -0.4599,0.7305 -0.0135 1.1769l 0.4464,0.4464 c 0.0541,0.0541 0.0676,0.1488 0.0000 0.2164l -0.2570,0.2570 l -0.0541,0.0000 c 0.0000,-0.0000 -1.0822,-1.1363 -1.6098 -1.6639c -0.4870,-0.4870 -1.4340,-1.3798 -1.4340 -1.3798l -0.0000,-0.0541 l 0.2570,-0.2570 c 0.0676,-0.0676 0.1488,-0.0676 0.2164 -0.0000l 0.2570,0.2570 c 0.4599,0.4599 0.7846,0.3788 1.1769 -0.0135Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4267150714115107" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 261.8854,315.2931 v 8.6521 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 218.6248,340.3651 ZM 225.8757,340.9874 l -1.3393,-0.7981 c -1.5557,-0.8252 -2.3538,-0.3788 -2.9626 0.2300c -0.4194,0.4194 -0.8523,1.2581 0.0000 2.1103c 0.4058,0.4058 1.4204,0.6358 2.0698 0.6899l 2.2321,-2.2321 ZM 225.8757,340.9874 ZM 223.2648,345.3299 c -0.5141,-0.5141 -0.3382,-1.2581 -0.0676 -1.6369l -0.5276,-0.0947 c -1.0552,-0.1894 -1.4204,-0.2841 -2.0427 -0.9064c -0.9470,-0.9470 -1.0958,-2.1780 -0.0812 -3.1926c 1.0281,-1.0281 2.6109,-0.8523 4.2207 0.1082l 1.5557,0.9334 c 1.5286,-1.5286 1.1093,-2.5162 0.6493 -2.9761c -0.5141,-0.5141 -1.3393,-0.8793 -1.7586 -0.4599c -0.1488,0.1488 -0.2029,0.2570 -0.2300 0.3111c -0.0271,0.0812 -0.1082,0.1894 -0.2029 0.2841c -0.1759,0.1759 -0.5817,0.3111 -0.9740 -0.0812c -0.3247,-0.3247 -0.3247,-0.7576 -0.0000 -1.0822c 0.7846,-0.7846 2.7462,-0.2029 3.6119 0.6629c 0.9875,0.9875 1.7180,2.5297 -0.2029 4.4507l -1.9886,1.9886 c -0.8252,0.8252 -1.1634,1.1905 -0.8523 1.5016c 0.2976,0.2976 0.7576,-0.0000 1.0687 -0.2841l 0.2706,0.4058 c -1.0687,0.9064 -1.7586,0.7576 -2.4485 0.0676ZM 224.7258,346.4662 ZM 227.4855,347.7378 c -0.0541,0.5952 0.1218,0.9875 0.5411 1.4069c 1.2851,1.2851 3.1249,0.7440 4.6671 -0.7981c 1.3798,-1.3798 1.6639,-3.0708 0.8387 -3.8960c -0.1488,-0.1488 -0.8793,-0.8252 -1.9615 -0.7981l -4.0854,4.0854 ZM 227.4855,347.7378 ZM 233.4784,339.7158 c 0.7711,-0.7711 0.8523,-1.1228 0.5817 -1.3934l -0.4870,-0.3788 c -0.0406,-0.0406 -0.0406,-0.0947 -0.0000 -0.1353l 0.3111,-0.3653 c 0.2164,0.2164 0.7846,0.6223 1.0552 0.8117c 0.2976,0.1894 0.5546,0.3382 0.9470 0.4870l 0.2976,0.2976 l -4.1936,4.1936 c 0.9605,-0.0406 1.7451,0.2570 2.3944 0.9064c 1.1769,1.1769 1.1769,3.4225 -0.4735 5.0729c -2.1509,2.1509 -4.8836,1.8533 -6.2634 0.4735c -0.5817,-0.5817 -0.8523,-1.1769 -0.9064 -1.9074c -0.2841,0.0406 -0.6629,0.0676 -0.9199 0.0812l -0.2164,-0.3517 c 0.3653,-0.2841 0.5817,-0.5005 1.1093 -1.0281l 6.7639,-6.7639 ZM 231.1922,352.9325 ZM 237.6179,356.8962 c -1.6233,0.4329 -2.6379,0.1488 -3.4496 -0.6629c -1.6233,-1.6233 -1.4069,-3.8690 0.3382 -5.6141c 1.9210,-1.9210 4.3695,-1.9615 5.8305 -0.5005c 1.2987,1.2987 1.3257,2.6515 0.6088 3.3684c -0.3923,0.3923 -0.8387,0.3517 -1.1228 0.0676c -0.2841,-0.2841 -0.4058,-0.7034 -0.1082 -1.0822c 0.3923,-0.5005 0.8928,-1.1634 0.0947 -1.9615c -0.8928,-0.8928 -2.5027,-0.6088 -3.9637 0.8523c -1.5828,1.5828 -1.8263,3.5308 -0.7846 4.5724c 0.5817,0.5817 1.4745,0.7170 2.5027 0.5276ZM 236.6439,358.3842 ZM 242.3662,361.6986 l 3.5037,-3.5037 c 0.1894,-0.8387 0.1082,-1.4881 -0.5276 -2.1239c -0.2706,-0.2706 -0.8658,-0.7846 -1.9345 -0.5817c -0.4735,0.0947 -1.2851,0.4464 -2.2592 1.4204c -1.7721,1.7721 -1.6639,3.5037 -0.9334 4.2342c 0.4464,0.4464 1.0822,0.5411 2.1509 0.5546ZM 242.3662,361.6986 ZM 251.6192,354.4747 l -7.8191,7.8191 c -0.4058,0.4058 -0.5952,0.6493 -0.6629 0.7711c -0.0812,0.1623 -0.0135,0.3923 0.0947 0.5005c 0.1623,0.1623 0.4599,0.4599 0.7034 0.6223l -0.3247,0.4329 c -0.9199,-0.6493 -1.7721,-1.2040 -2.2997 -1.2446l -0.3247,-0.3247 l 0.9740,-0.8928 c -1.0416,0.0135 -1.9751,-0.1082 -2.6650 -0.7981c -1.4610,-1.4610 -1.1093,-3.5984 0.5546 -5.2623c 1.0011,-1.0011 2.1103,-1.5692 3.2737 -1.5692c 1.0552,0.0271 1.9480,0.3247 2.8409 1.2175c 0.2706,0.2706 0.7440,0.9875 0.8793 1.4745l 2.0698,-2.0698 c 0.7711,-0.7711 0.8658,-1.1093 0.5952 -1.3798l -0.5005,-0.3923 c -0.0271,-0.0271 -0.0406,-0.0947 -0.0000 -0.1353l 0.3111,-0.3653 c 0.2164,0.2164 0.7846,0.6223 1.0552 0.8117c 0.3111,0.2029 0.5546,0.3382 0.9470 0.4870l 0.2976,0.2976 ZM 243.3266,365.0670 ZM 248.6160,362.8620 l 2.4891,2.4891 c 0.1353,0.1353 0.2570,0.1218 0.3788 -0.0000c 1.2581,-1.2581 0.9470,-2.2186 0.4599 -2.7056c -0.3111,-0.3111 -1.4475,-1.2040 -3.3279 0.2164ZM 248.6160,362.8620 ZM 249.6983,368.9225 l 0.0541,0.4870 c -1.2175,0.1894 -2.5162,-0.1082 -3.4902 -1.0822c -1.8533,-1.8533 -1.2581,-4.0178 0.2164 -5.4923c 2.0562,-2.0562 4.6401,-1.9345 5.9252 -0.6493c 1.7857,1.7857 0.8117,3.5984 -0.3247 4.7348c -0.1488,0.1488 -0.3247,0.1353 -0.4735 -0.0135l -3.5578,-3.5578 c -0.0947,0.0676 -0.1759,0.1488 -0.2841 0.2570c -1.3798,1.3798 -1.4881,3.4090 -0.5141 4.3830c 0.7440,0.7440 1.4610,0.9740 2.4485 0.9334ZM 249.1166,370.8569 ZM 251.3351,371.1275 l 4.3154,-4.3154 l -0.9334,-0.9334 c -0.0541,-0.0541 -0.0541,-0.0812 -0.0000 -0.1353l 0.1894,-0.1894 c 0.1082,-0.1082 0.3382,-0.2029 0.5817 0.0406l 0.6899,0.6899 l 0.5276,-0.5276 c 2.1103,-2.1103 4.1936,-2.0021 5.3300 -0.8658c 0.5141,0.5141 0.7305,1.0011 0.8387 1.5692c 0.0676,0.4735 -0.0406,0.8252 -0.2570 1.0416c -0.2841,0.2841 -0.6899,0.2841 -0.9470 0.0271c -0.2706,-0.2706 -0.2976,-0.5952 -0.1759 -0.9334c 0.2706,-0.6223 0.2300,-1.0958 -0.1759 -1.5016c -0.4464,-0.4464 -1.2851,-0.6358 -3.3684 1.4475l -0.7576,0.7576 l 1.4881,1.4881 c 0.0676,0.0676 0.0812,0.1353 0.0271 0.1894l -0.2706,0.2706 c -0.1218,0.1218 -0.3653,-0.0135 -0.4870 -0.1353l -1.2851,-1.2851 l -4.3154,4.3154 c -0.3923,0.3923 -0.4599,0.7305 -0.0135 1.1769l 0.4464,0.4464 c 0.0541,0.0541 0.0676,0.1488 0.0000 0.2164l -0.2570,0.2570 l -0.0541,0.0000 c 0.0000,-0.0000 -1.0822,-1.1363 -1.6098 -1.6639c -0.4870,-0.4870 -1.4340,-1.3798 -1.4340 -1.3798l -0.0000,-0.0541 l 0.2570,-0.2570 c 0.0676,-0.0676 0.1488,-0.0676 0.2164 -0.0000l 0.2570,0.2570 c 0.4599,0.4599 0.7846,0.3788 1.1769 -0.0135Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4267150714115107" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 218.6248,315.2931 v 8.6521 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 175.3642,340.3651 ZM 182.6151,340.9874 l -1.3393,-0.7981 c -1.5557,-0.8252 -2.3538,-0.3788 -2.9626 0.2300c -0.4194,0.4194 -0.8523,1.2581 0.0000 2.1103c 0.4058,0.4058 1.4204,0.6358 2.0698 0.6899l 2.2321,-2.2321 ZM 182.6151,340.9874 ZM 180.0042,345.3299 c -0.5141,-0.5141 -0.3382,-1.2581 -0.0676 -1.6369l -0.5276,-0.0947 c -1.0552,-0.1894 -1.4204,-0.2841 -2.0427 -0.9064c -0.9470,-0.9470 -1.0958,-2.1780 -0.0812 -3.1926c 1.0281,-1.0281 2.6109,-0.8523 4.2207 0.1082l 1.5557,0.9334 c 1.5286,-1.5286 1.1093,-2.5162 0.6493 -2.9761c -0.5141,-0.5141 -1.3393,-0.8793 -1.7586 -0.4599c -0.1488,0.1488 -0.2029,0.2570 -0.2300 0.3111c -0.0271,0.0812 -0.1082,0.1894 -0.2029 0.2841c -0.1759,0.1759 -0.5817,0.3111 -0.9740 -0.0812c -0.3247,-0.3247 -0.3247,-0.7576 -0.0000 -1.0822c 0.7846,-0.7846 2.7462,-0.2029 3.6119 0.6629c 0.9875,0.9875 1.7180,2.5297 -0.2029 4.4507l -1.9886,1.9886 c -0.8252,0.8252 -1.1634,1.1905 -0.8523 1.5016c 0.2976,0.2976 0.7576,-0.0000 1.0687 -0.2841l 0.2706,0.4058 c -1.0687,0.9064 -1.7586,0.7576 -2.4485 0.0676ZM 181.4652,346.4662 ZM 184.2249,347.7378 c -0.0541,0.5952 0.1218,0.9875 0.5411 1.4069c 1.2851,1.2851 3.1249,0.7440 4.6671 -0.7981c 1.3798,-1.3798 1.6639,-3.0708 0.8387 -3.8960c -0.1488,-0.1488 -0.8793,-0.8252 -1.9615 -0.7981l -4.0854,4.0854 ZM 184.2249,347.7378 ZM 190.2178,339.7158 c 0.7711,-0.7711 0.8523,-1.1228 0.5817 -1.3934l -0.4870,-0.3788 c -0.0406,-0.0406 -0.0406,-0.0947 -0.0000 -0.1353l 0.3111,-0.3653 c 0.2164,0.2164 0.7846,0.6223 1.0552 0.8117c 0.2976,0.1894 0.5546,0.3382 0.9470 0.4870l 0.2976,0.2976 l -4.1936,4.1936 c 0.9605,-0.0406 1.7451,0.2570 2.3944 0.9064c 1.1769,1.1769 1.1769,3.4225 -0.4735 5.0729c -2.1509,2.1509 -4.8836,1.8533 -6.2634 0.4735c -0.5817,-0.5817 -0.8523,-1.1769 -0.9064 -1.9074c -0.2841,0.0406 -0.6629,0.0676 -0.9199 0.0812l -0.2164,-0.3517 c 0.3653,-0.2841 0.5817,-0.5005 1.1093 -1.0281l 6.7639,-6.7639 ZM 187.9315,352.9325 ZM 194.3573,356.8962 c -1.6233,0.4329 -2.6379,0.1488 -3.4496 -0.6629c -1.6233,-1.6233 -1.4069,-3.8690 0.3382 -5.6141c 1.9210,-1.9210 4.3695,-1.9615 5.8305 -0.5005c 1.2987,1.2987 1.3257,2.6515 0.6088 3.3684c -0.3923,0.3923 -0.8387,0.3517 -1.1228 0.0676c -0.2841,-0.2841 -0.4058,-0.7034 -0.1082 -1.0822c 0.3923,-0.5005 0.8928,-1.1634 0.0947 -1.9615c -0.8928,-0.8928 -2.5027,-0.6088 -3.9637 0.8523c -1.5828,1.5828 -1.8263,3.5308 -0.7846 4.5724c 0.5817,0.5817 1.4745,0.7170 2.5027 0.5276ZM 193.3833,358.3842 ZM 199.1056,361.6986 l 3.5037,-3.5037 c 0.1894,-0.8387 0.1082,-1.4881 -0.5276 -2.1239c -0.2706,-0.2706 -0.8658,-0.7846 -1.9345 -0.5817c -0.4735,0.0947 -1.2851,0.4464 -2.2592 1.4204c -1.7721,1.7721 -1.6639,3.5037 -0.9334 4.2342c 0.4464,0.4464 1.0822,0.5411 2.1509 0.5546ZM 199.1056,361.6986 ZM 208.3586,354.4747 l -7.8191,7.8191 c -0.4058,0.4058 -0.5952,0.6493 -0.6629 0.7711c -0.0812,0.1623 -0.0135,0.3923 0.0947 0.5005c 0.1623,0.1623 0.4599,0.4599 0.7034 0.6223l -0.3247,0.4329 c -0.9199,-0.6493 -1.7721,-1.2040 -2.2997 -1.2446l -0.3247,-0.3247 l 0.9740,-0.8928 c -1.0416,0.0135 -1.9751,-0.1082 -2.6650 -0.7981c -1.4610,-1.4610 -1.1093,-3.5984 0.5546 -5.2623c 1.0011,-1.0011 2.1103,-1.5692 3.2737 -1.5692c 1.0552,0.0271 1.9480,0.3247 2.8409 1.2175c 0.2706,0.2706 0.7440,0.9875 0.8793 1.4745l 2.0698,-2.0698 c 0.7711,-0.7711 0.8658,-1.1093 0.5952 -1.3798l -0.5005,-0.3923 c -0.0271,-0.0271 -0.0406,-0.0947 -0.0000 -0.1353l 0.3111,-0.3653 c 0.2164,0.2164 0.7846,0.6223 1.0552 0.8117c 0.3111,0.2029 0.5546,0.3382 0.9470 0.4870l 0.2976,0.2976 ZM 200.0660,365.0670 ZM 205.3554,362.8620 l 2.4891,2.4891 c 0.1353,0.1353 0.2570,0.1218 0.3788 -0.0000c 1.2581,-1.2581 0.9470,-2.2186 0.4599 -2.7056c -0.3111,-0.3111 -1.4475,-1.2040 -3.3279 0.2164ZM 205.3554,362.8620 ZM 206.4377,368.9225 l 0.0541,0.4870 c -1.2175,0.1894 -2.5162,-0.1082 -3.4902 -1.0822c -1.8533,-1.8533 -1.2581,-4.0178 0.2164 -5.4923c 2.0562,-2.0562 4.6401,-1.9345 5.9252 -0.6493c 1.7857,1.7857 0.8117,3.5984 -0.3247 4.7348c -0.1488,0.1488 -0.3247,0.1353 -0.4735 -0.0135l -3.5578,-3.5578 c -0.0947,0.0676 -0.1759,0.1488 -0.2841 0.2570c -1.3798,1.3798 -1.4881,3.4090 -0.5141 4.3830c 0.7440,0.7440 1.4610,0.9740 2.4485 0.9334ZM 205.8560,370.8569 ZM 208.0745,371.1275 l 4.3154,-4.3154 l -0.9334,-0.9334 c -0.0541,-0.0541 -0.0541,-0.0812 -0.0000 -0.1353l 0.1894,-0.1894 c 0.1082,-0.1082 0.3382,-0.2029 0.5817 0.0406l 0.6899,0.6899 l 0.5276,-0.5276 c 2.1103,-2.1103 4.1936,-2.0021 5.3300 -0.8658c 0.5141,0.5141 0.7305,1.0011 0.8387 1.5692c 0.0676,0.4735 -0.0406,0.8252 -0.2570 1.0416c -0.2841,0.2841 -0.6899,0.2841 -0.9470 0.0271c -0.2706,-0.2706 -0.2976,-0.5952 -0.1759 -0.9334c 0.2706,-0.6223 0.2300,-1.0958 -0.1759 -1.5016c -0.4464,-0.4464 -1.2851,-0.6358 -3.3684 1.4475l -0.7576,0.7576 l 1.4881,1.4881 c 0.0676,0.0676 0.0812,0.1353 0.0271 0.1894l -0.2706,0.2706 c -0.1218,0.1218 -0.3653,-0.0135 -0.4870 -0.1353l -1.2851,-1.2851 l -4.3154,4.3154 c -0.3923,0.3923 -0.4599,0.7305 -0.0135 1.1769l 0.4464,0.4464 c 0.0541,0.0541 0.0676,0.1488 0.0000 0.2164l -0.2570,0.2570 l -0.0541,0.0000 c 0.0000,-0.0000 -1.0822,-1.1363 -1.6098 -1.6639c -0.4870,-0.4870 -1.4340,-1.3798 -1.4340 -1.3798l -0.0000,-0.0541 l 0.2570,-0.2570 c 0.0676,-0.0676 0.1488,-0.0676 0.2164 -0.0000l 0.2570,0.2570 c 0.4599,0.4599 0.7846,0.3788 1.1769 -0.0135Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4267150714115107" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 175.3642,315.2931 v 8.6521 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 132.1036,340.3651 ZM 139.3545,340.9874 l -1.3393,-0.7981 c -1.5557,-0.8252 -2.3538,-0.3788 -2.9626 0.2300c -0.4194,0.4194 -0.8523,1.2581 0.0000 2.1103c 0.4058,0.4058 1.4204,0.6358 2.0698 0.6899l 2.2321,-2.2321 ZM 139.3545,340.9874 ZM 136.7436,345.3299 c -0.5141,-0.5141 -0.3382,-1.2581 -0.0676 -1.6369l -0.5276,-0.0947 c -1.0552,-0.1894 -1.4204,-0.2841 -2.0427 -0.9064c -0.9470,-0.9470 -1.0958,-2.1780 -0.0812 -3.1926c 1.0281,-1.0281 2.6109,-0.8523 4.2207 0.1082l 1.5557,0.9334 c 1.5286,-1.5286 1.1093,-2.5162 0.6493 -2.9761c -0.5141,-0.5141 -1.3393,-0.8793 -1.7586 -0.4599c -0.1488,0.1488 -0.2029,0.2570 -0.2300 0.3111c -0.0271,0.0812 -0.1082,0.1894 -0.2029 0.2841c -0.1759,0.1759 -0.5817,0.3111 -0.9740 -0.0812c -0.3247,-0.3247 -0.3247,-0.7576 -0.0000 -1.0822c 0.7846,-0.7846 2.7462,-0.2029 3.6119 0.6629c 0.9875,0.9875 1.7180,2.5297 -0.2029 4.4507l -1.9886,1.9886 c -0.8252,0.8252 -1.1634,1.1905 -0.8523 1.5016c 0.2976,0.2976 0.7576,-0.0000 1.0687 -0.2841l 0.2706,0.4058 c -1.0687,0.9064 -1.7586,0.7576 -2.4485 0.0676ZM 138.2046,346.4662 ZM 140.9643,347.7378 c -0.0541,0.5952 0.1218,0.9875 0.5411 1.4069c 1.2851,1.2851 3.1249,0.7440 4.6671 -0.7981c 1.3798,-1.3798 1.6639,-3.0708 0.8387 -3.8960c -0.1488,-0.1488 -0.8793,-0.8252 -1.9615 -0.7981l -4.0854,4.0854 ZM 140.9643,347.7378 ZM 146.9571,339.7158 c 0.7711,-0.7711 0.8523,-1.1228 0.5817 -1.3934l -0.4870,-0.3788 c -0.0406,-0.0406 -0.0406,-0.0947 -0.0000 -0.1353l 0.3111,-0.3653 c 0.2164,0.2164 0.7846,0.6223 1.0552 0.8117c 0.2976,0.1894 0.5546,0.3382 0.9470 0.4870l 0.2976,0.2976 l -4.1936,4.1936 c 0.9605,-0.0406 1.7451,0.2570 2.3944 0.9064c 1.1769,1.1769 1.1769,3.4225 -0.4735 5.0729c -2.1509,2.1509 -4.8836,1.8533 -6.2634 0.4735c -0.5817,-0.5817 -0.8523,-1.1769 -0.9064 -1.9074c -0.2841,0.0406 -0.6629,0.0676 -0.9199 0.0812l -0.2164,-0.3517 c 0.3653,-0.2841 0.5817,-0.5005 1.1093 -1.0281l 6.7639,-6.7639 ZM 144.6709,352.9325 ZM 151.0967,356.8962 c -1.6233,0.4329 -2.6379,0.1488 -3.4496 -0.6629c -1.6233,-1.6233 -1.4069,-3.8690 0.3382 -5.6141c 1.9210,-1.9210 4.3695,-1.9615 5.8305 -0.5005c 1.2987,1.2987 1.3257,2.6515 0.6088 3.3684c -0.3923,0.3923 -0.8387,0.3517 -1.1228 0.0676c -0.2841,-0.2841 -0.4058,-0.7034 -0.1082 -1.0822c 0.3923,-0.5005 0.8928,-1.1634 0.0947 -1.9615c -0.8928,-0.8928 -2.5027,-0.6088 -3.9637 0.8523c -1.5828,1.5828 -1.8263,3.5308 -0.7846 4.5724c 0.5817,0.5817 1.4745,0.7170 2.5027 0.5276ZM 150.1227,358.3842 ZM 155.8450,361.6986 l 3.5037,-3.5037 c 0.1894,-0.8387 0.1082,-1.4881 -0.5276 -2.1239c -0.2706,-0.2706 -0.8658,-0.7846 -1.9345 -0.5817c -0.4735,0.0947 -1.2851,0.4464 -2.2592 1.4204c -1.7721,1.7721 -1.6639,3.5037 -0.9334 4.2342c 0.4464,0.4464 1.0822,0.5411 2.1509 0.5546ZM 155.8450,361.6986 ZM 165.0980,354.4747 l -7.8191,7.8191 c -0.4058,0.4058 -0.5952,0.6493 -0.6629 0.7711c -0.0812,0.1623 -0.0135,0.3923 0.0947 0.5005c 0.1623,0.1623 0.4599,0.4599 0.7034 0.6223l -0.3247,0.4329 c -0.9199,-0.6493 -1.7721,-1.2040 -2.2997 -1.2446l -0.3247,-0.3247 l 0.9740,-0.8928 c -1.0416,0.0135 -1.9751,-0.1082 -2.6650 -0.7981c -1.4610,-1.4610 -1.1093,-3.5984 0.5546 -5.2623c 1.0011,-1.0011 2.1103,-1.5692 3.2737 -1.5692c 1.0552,0.0271 1.9480,0.3247 2.8409 1.2175c 0.2706,0.2706 0.7440,0.9875 0.8793 1.4745l 2.0698,-2.0698 c 0.7711,-0.7711 0.8658,-1.1093 0.5952 -1.3798l -0.5005,-0.3923 c -0.0271,-0.0271 -0.0406,-0.0947 -0.0000 -0.1353l 0.3111,-0.3653 c 0.2164,0.2164 0.7846,0.6223 1.0552 0.8117c 0.3111,0.2029 0.5546,0.3382 0.9470 0.4870l 0.2976,0.2976 ZM 156.8054,365.0670 ZM 162.0948,362.8620 l 2.4891,2.4891 c 0.1353,0.1353 0.2570,0.1218 0.3788 -0.0000c 1.2581,-1.2581 0.9470,-2.2186 0.4599 -2.7056c -0.3111,-0.3111 -1.4475,-1.2040 -3.3279 0.2164ZM 162.0948,362.8620 ZM 163.1770,368.9225 l 0.0541,0.4870 c -1.2175,0.1894 -2.5162,-0.1082 -3.4902 -1.0822c -1.8533,-1.8533 -1.2581,-4.0178 0.2164 -5.4923c 2.0562,-2.0562 4.6401,-1.9345 5.9252 -0.6493c 1.7857,1.7857 0.8117,3.5984 -0.3247 4.7348c -0.1488,0.1488 -0.3247,0.1353 -0.4735 -0.0135l -3.5578,-3.5578 c -0.0947,0.0676 -0.1759,0.1488 -0.2841 0.2570c -1.3798,1.3798 -1.4881,3.4090 -0.5141 4.3830c 0.7440,0.7440 1.4610,0.9740 2.4485 0.9334ZM 162.5954,370.8569 ZM 164.8139,371.1275 l 4.3154,-4.3154 l -0.9334,-0.9334 c -0.0541,-0.0541 -0.0541,-0.0812 -0.0000 -0.1353l 0.1894,-0.1894 c 0.1082,-0.1082 0.3382,-0.2029 0.5817 0.0406l 0.6899,0.6899 l 0.5276,-0.5276 c 2.1103,-2.1103 4.1936,-2.0021 5.3300 -0.8658c 0.5141,0.5141 0.7305,1.0011 0.8387 1.5692c 0.0676,0.4735 -0.0406,0.8252 -0.2570 1.0416c -0.2841,0.2841 -0.6899,0.2841 -0.9470 0.0271c -0.2706,-0.2706 -0.2976,-0.5952 -0.1759 -0.9334c 0.2706,-0.6223 0.2300,-1.0958 -0.1759 -1.5016c -0.4464,-0.4464 -1.2851,-0.6358 -3.3684 1.4475l -0.7576,0.7576 l 1.4881,1.4881 c 0.0676,0.0676 0.0812,0.1353 0.0271 0.1894l -0.2706,0.2706 c -0.1218,0.1218 -0.3653,-0.0135 -0.4870 -0.1353l -1.2851,-1.2851 l -4.3154,4.3154 c -0.3923,0.3923 -0.4599,0.7305 -0.0135 1.1769l 0.4464,0.4464 c 0.0541,0.0541 0.0676,0.1488 0.0000 0.2164l -0.2570,0.2570 l -0.0541,0.0000 c 0.0000,-0.0000 -1.0822,-1.1363 -1.6098 -1.6639c -0.4870,-0.4870 -1.4340,-1.3798 -1.4340 -1.3798l -0.0000,-0.0541 l 0.2570,-0.2570 c 0.0676,-0.0676 0.1488,-0.0676 0.2164 -0.0000l 0.2570,0.2570 c 0.4599,0.4599 0.7846,0.3788 1.1769 -0.0135Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4267150714115107" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 132.1036,315.2931 v 8.6521 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 88.8430,340.3651 ZM 96.0939,340.9874 l -1.3393,-0.7981 c -1.5557,-0.8252 -2.3538,-0.3788 -2.9626 0.2300c -0.4194,0.4194 -0.8523,1.2581 0.0000 2.1103c 0.4058,0.4058 1.4204,0.6358 2.0698 0.6899l 2.2321,-2.2321 ZM 96.0939,340.9874 ZM 93.4830,345.3299 c -0.5141,-0.5141 -0.3382,-1.2581 -0.0676 -1.6369l -0.5276,-0.0947 c -1.0552,-0.1894 -1.4204,-0.2841 -2.0427 -0.9064c -0.9470,-0.9470 -1.0958,-2.1780 -0.0812 -3.1926c 1.0281,-1.0281 2.6109,-0.8523 4.2207 0.1082l 1.5557,0.9334 c 1.5286,-1.5286 1.1093,-2.5162 0.6493 -2.9761c -0.5141,-0.5141 -1.3393,-0.8793 -1.7586 -0.4599c -0.1488,0.1488 -0.2029,0.2570 -0.2300 0.3111c -0.0271,0.0812 -0.1082,0.1894 -0.2029 0.2841c -0.1759,0.1759 -0.5817,0.3111 -0.9740 -0.0812c -0.3247,-0.3247 -0.3247,-0.7576 -0.0000 -1.0822c 0.7846,-0.7846 2.7462,-0.2029 3.6119 0.6629c 0.9875,0.9875 1.7180,2.5297 -0.2029 4.4507l -1.9886,1.9886 c -0.8252,0.8252 -1.1634,1.1905 -0.8523 1.5016c 0.2976,0.2976 0.7576,-0.0000 1.0687 -0.2841l 0.2706,0.4058 c -1.0687,0.9064 -1.7586,0.7576 -2.4485 0.0676ZM 94.9440,346.4662 ZM 97.7037,347.7378 c -0.0541,0.5952 0.1218,0.9875 0.5411 1.4069c 1.2851,1.2851 3.1249,0.7440 4.6671 -0.7981c 1.3798,-1.3798 1.6639,-3.0708 0.8387 -3.8960c -0.1488,-0.1488 -0.8793,-0.8252 -1.9615 -0.7981l -4.0854,4.0854 ZM 97.7037,347.7378 ZM 103.6965,339.7158 c 0.7711,-0.7711 0.8523,-1.1228 0.5817 -1.3934l -0.4870,-0.3788 c -0.0406,-0.0406 -0.0406,-0.0947 -0.0000 -0.1353l 0.3111,-0.3653 c 0.2164,0.2164 0.7846,0.6223 1.0552 0.8117c 0.2976,0.1894 0.5546,0.3382 0.9470 0.4870l 0.2976,0.2976 l -4.1936,4.1936 c 0.9605,-0.0406 1.7451,0.2570 2.3944 0.9064c 1.1769,1.1769 1.1769,3.4225 -0.4735 5.0729c -2.1509,2.1509 -4.8836,1.8533 -6.2634 0.4735c -0.5817,-0.5817 -0.8523,-1.1769 -0.9064 -1.9074c -0.2841,0.0406 -0.6629,0.0676 -0.9199 0.0812l -0.2164,-0.3517 c 0.3653,-0.2841 0.5817,-0.5005 1.1093 -1.0281l 6.7639,-6.7639 ZM 101.4103,352.9325 ZM 107.8361,356.8962 c -1.6233,0.4329 -2.6379,0.1488 -3.4496 -0.6629c -1.6233,-1.6233 -1.4069,-3.8690 0.3382 -5.6141c 1.9210,-1.9210 4.3695,-1.9615 5.8305 -0.5005c 1.2987,1.2987 1.3257,2.6515 0.6088 3.3684c -0.3923,0.3923 -0.8387,0.3517 -1.1228 0.0676c -0.2841,-0.2841 -0.4058,-0.7034 -0.1082 -1.0822c 0.3923,-0.5005 0.8928,-1.1634 0.0947 -1.9615c -0.8928,-0.8928 -2.5027,-0.6088 -3.9637 0.8523c -1.5828,1.5828 -1.8263,3.5308 -0.7846 4.5724c 0.5817,0.5817 1.4745,0.7170 2.5027 0.5276ZM 106.8621,358.3842 ZM 112.5843,361.6986 l 3.5037,-3.5037 c 0.1894,-0.8387 0.1082,-1.4881 -0.5276 -2.1239c -0.2706,-0.2706 -0.8658,-0.7846 -1.9345 -0.5817c -0.4735,0.0947 -1.2851,0.4464 -2.2592 1.4204c -1.7721,1.7721 -1.6639,3.5037 -0.9334 4.2342c 0.4464,0.4464 1.0822,0.5411 2.1509 0.5546ZM 112.5843,361.6986 ZM 121.8374,354.4747 l -7.8191,7.8191 c -0.4058,0.4058 -0.5952,0.6493 -0.6629 0.7711c -0.0812,0.1623 -0.0135,0.3923 0.0947 0.5005c 0.1623,0.1623 0.4599,0.4599 0.7034 0.6223l -0.3247,0.4329 c -0.9199,-0.6493 -1.7721,-1.2040 -2.2997 -1.2446l -0.3247,-0.3247 l 0.9740,-0.8928 c -1.0416,0.0135 -1.9751,-0.1082 -2.6650 -0.7981c -1.4610,-1.4610 -1.1093,-3.5984 0.5546 -5.2623c 1.0011,-1.0011 2.1103,-1.5692 3.2737 -1.5692c 1.0552,0.0271 1.9480,0.3247 2.8409 1.2175c 0.2706,0.2706 0.7440,0.9875 0.8793 1.4745l 2.0698,-2.0698 c 0.7711,-0.7711 0.8658,-1.1093 0.5952 -1.3798l -0.5005,-0.3923 c -0.0271,-0.0271 -0.0406,-0.0947 -0.0000 -0.1353l 0.3111,-0.3653 c 0.2164,0.2164 0.7846,0.6223 1.0552 0.8117c 0.3111,0.2029 0.5546,0.3382 0.9470 0.4870l 0.2976,0.2976 ZM 113.5448,365.0670 ZM 118.8342,362.8620 l 2.4891,2.4891 c 0.1353,0.1353 0.2570,0.1218 0.3788 -0.0000c 1.2581,-1.2581 0.9470,-2.2186 0.4599 -2.7056c -0.3111,-0.3111 -1.4475,-1.2040 -3.3279 0.2164ZM 118.8342,362.8620 ZM 119.9164,368.9225 l 0.0541,0.4870 c -1.2175,0.1894 -2.5162,-0.1082 -3.4902 -1.0822c -1.8533,-1.8533 -1.2581,-4.0178 0.2164 -5.4923c 2.0562,-2.0562 4.6401,-1.9345 5.9252 -0.6493c 1.7857,1.7857 0.8117,3.5984 -0.3247 4.7348c -0.1488,0.1488 -0.3247,0.1353 -0.4735 -0.0135l -3.5578,-3.5578 c -0.0947,0.0676 -0.1759,0.1488 -0.2841 0.2570c -1.3798,1.3798 -1.4881,3.4090 -0.5141 4.3830c 0.7440,0.7440 1.4610,0.9740 2.4485 0.9334ZM 119.3347,370.8569 ZM 121.5533,371.1275 l 4.3154,-4.3154 l -0.9334,-0.9334 c -0.0541,-0.0541 -0.0541,-0.0812 -0.0000 -0.1353l 0.1894,-0.1894 c 0.1082,-0.1082 0.3382,-0.2029 0.5817 0.0406l 0.6899,0.6899 l 0.5276,-0.5276 c 2.1103,-2.1103 4.1936,-2.0021 5.3300 -0.8658c 0.5141,0.5141 0.7305,1.0011 0.8387 1.5692c 0.0676,0.4735 -0.0406,0.8252 -0.2570 1.0416c -0.2841,0.2841 -0.6899,0.2841 -0.9470 0.0271c -0.2706,-0.2706 -0.2976,-0.5952 -0.1759 -0.9334c 0.2706,-0.6223 0.2300,-1.0958 -0.1759 -1.5016c -0.4464,-0.4464 -1.2851,-0.6358 -3.3684 1.4475l -0.7576,0.7576 l 1.4881,1.4881 c 0.0676,0.0676 0.0812,0.1353 0.0271 0.1894l -0.2706,0.2706 c -0.1218,0.1218 -0.3653,-0.0135 -0.4870 -0.1353l -1.2851,-1.2851 l -4.3154,4.3154 c -0.3923,0.3923 -0.4599,0.7305 -0.0135 1.1769l 0.4464,0.4464 c 0.0541,0.0541 0.0676,0.1488 0.0000 0.2164l -0.2570,0.2570 l -0.0541,0.0000 c 0.0000,-0.0000 -1.0822,-1.1363 -1.6098 -1.6639c -0.4870,-0.4870 -1.4340,-1.3798 -1.4340 -1.3798l -0.0000,-0.0541 l 0.2570,-0.2570 c 0.0676,-0.0676 0.1488,-0.0676 0.2164 -0.0000l 0.2570,0.2570 c 0.4599,0.4599 0.7846,0.3788 1.1769 -0.0135Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4267150714115107" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 88.8430,315.2931 v 8.6521 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 521.4490,315.2931 l -0.0000,-288.4040 h -432.6061 l -0.0000,288.4040 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4853430142823021" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 88.8430,26.8890 h 432.6061 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4853430142823021" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 88.8430,55.7294 h 432.6061 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4853430142823021" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 88.8430,84.5698 h 432.6061 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4853430142823021" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 88.8430,113.4102 h 432.6061 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4853430142823021" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 88.8430,142.2506 h 432.6061 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4853430142823021" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 88.8430,171.0910 h 432.6061 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4853430142823021" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 88.8430,199.9314 h 432.6061 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4853430142823021" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 88.8430,228.7718 h 432.6061 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4853430142823021" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 88.8430,257.6122 h 432.6061 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4853430142823021" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 88.8430,286.4527 h 432.6061 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4853430142823021" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 88.8430,315.2931 h 432.6061 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4853430142823021" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 521.4490,315.2931 v -288.4040 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4853430142823021" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 478.1884,315.2931 v -288.4040 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4853430142823021" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 434.9278,315.2931 v -288.4040 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4853430142823021" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 391.6672,315.2931 v -288.4040 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4853430142823021" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 348.4066,315.2931 v -288.4040 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4853430142823021" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 305.1460,315.2931 v -288.4040 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4853430142823021" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 261.8854,315.2931 v -288.4040 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4853430142823021" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 218.6248,315.2931 v -288.4040 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4853430142823021" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 175.3642,315.2931 v -288.4040 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4853430142823021" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 132.1036,315.2931 v -288.4040 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4853430142823021" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 88.8430,315.2931 v -288.4040 "/>+  </g>+</svg>
other/histDiffExample.svg view
@@ -1,3 +1,574 @@ <?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>+    "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.4658,294.3293 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.8737,191.5898 ZM 68.9927,181.3769 c -0.8088,-0.0000 -1.9937,0.7899 -1.9937 5.1723c 0.0000,1.5423 0.2821,4.6456 1.9372 4.6456c 0.3197,-0.0000 1.2225,-0.2069 1.6175 -1.6739c 0.2445,-0.9028 0.3762,-2.0313 0.3762 -3.6676c 0.0000,-2.3886 -0.6019,-3.7240 -1.1473 -4.1942c -0.2069,-0.1881 -0.4890,-0.2821 -0.7899 -0.2821ZM 68.9927,181.3769 ZM 68.9175,191.8155 c -2.0125,-0.0000 -3.3667,-2.5767 -3.3667 -5.4544c 0.0000,-3.5171 1.6739,-5.6425 3.4419 -5.6425c 0.8088,-0.0000 1.6175,0.5078 2.1629 1.2413c 0.7899,1.0533 1.2037,2.4639 1.2037 4.2319c 0.0000,4.1754 -2.0689,5.6237 -3.4419 5.6237ZM 73.1117,191.5898 ZM 74.1838,190.8187 c 0.0000,-0.5454 0.4514,-0.9968 0.9968 -0.9968c 0.5454,-0.0000 0.9968,0.4514 0.9968 0.9968c 0.0000,0.5454 -0.4514,0.9968 -0.9968 0.9968c -0.5454,-0.0000 -0.9968,-0.4514 -0.9968 -0.9968ZM 77.2307,191.5898 ZM 81.3498,181.3769 c -0.8088,-0.0000 -1.9937,0.7899 -1.9937 5.1723c 0.0000,1.5423 0.2821,4.6456 1.9372 4.6456c 0.3197,-0.0000 1.2225,-0.2069 1.6175 -1.6739c 0.2445,-0.9028 0.3762,-2.0313 0.3762 -3.6676c 0.0000,-2.3886 -0.6019,-3.7240 -1.1473 -4.1942c -0.2069,-0.1881 -0.4890,-0.2821 -0.7899 -0.2821ZM 81.3498,181.3769 ZM 81.2745,191.8155 c -2.0125,-0.0000 -3.3667,-2.5767 -3.3667 -5.4544c 0.0000,-3.5171 1.6739,-5.6425 3.4419 -5.6425c 0.8088,-0.0000 1.6175,0.5078 2.1629 1.2413c 0.7899,1.0533 1.2037,2.4639 1.2037 4.2319c 0.0000,4.1754 -2.0689,5.6237 -3.4419 5.6237ZM 85.4688,191.5898 ZM 90.3213,184.9129 c 0.0000,-0.1317 0.0188,-0.2821 0.1881 -0.3762c 0.2069,-0.1505 0.5454,-0.3197 0.8276 -0.3197c 0.2445,-0.0000 0.2633,0.2069 0.2633 0.5831v 3.0281 h 1.5235 l -0.1128,0.8840 h -1.4106 v 1.5611 c 0.0000,0.5266 0.0752,0.7899 0.6207 0.7899h 0.5078 c 0.1128,-0.0000 0.1317,0.0940 0.1317 0.1317v 0.4138 c 0.0000,-0.0000 -1.2037,-0.0376 -1.9937 -0.0376c -0.7147,-0.0000 -1.8244,0.0376 -1.8244 0.0376v -0.4138 c 0.0000,-0.0376 0.0188,-0.1317 0.1317 -0.1317h 0.5078 c 0.5831,-0.0000 0.6395,-0.2445 0.6395 -0.7899v -1.5611 h -3.6864 c -0.0752,-0.0000 -0.1128,-0.0376 -0.1693 -0.1128l -0.1505,-0.2069 l -0.2257,-0.3950 c -0.0188,-0.0000 -0.0188,-0.0188 -0.0188 -0.0376c 0.0000,-0.0188 0.0188,-0.0376 0.0376 -0.0564c 1.2225,-1.3542 3.3855,-5.5484 4.0626 -7.0907c 0.0188,-0.0752 0.0564,-0.0940 0.1317 -0.0940c 0.0188,-0.0000 0.4326,0.1693 0.6583 0.2069c -0.8464,2.2758 -2.2382,4.7209 -3.6112 6.9026h 2.9717 v -2.9153 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 97.9598,185.9191 h 8.5060 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 64.8737,208.2683 ZM 68.9927,198.0554 c -0.8088,-0.0000 -1.9937,0.7899 -1.9937 5.1723c 0.0000,1.5423 0.2821,4.6456 1.9372 4.6456c 0.3197,-0.0000 1.2225,-0.2069 1.6175 -1.6739c 0.2445,-0.9028 0.3762,-2.0313 0.3762 -3.6676c 0.0000,-2.3886 -0.6019,-3.7240 -1.1473 -4.1942c -0.2069,-0.1881 -0.4890,-0.2821 -0.7899 -0.2821ZM 68.9927,198.0554 ZM 68.9175,208.4940 c -2.0125,-0.0000 -3.3667,-2.5767 -3.3667 -5.4544c 0.0000,-3.5171 1.6739,-5.6425 3.4419 -5.6425c 0.8088,-0.0000 1.6175,0.5078 2.1629 1.2413c 0.7899,1.0533 1.2037,2.4639 1.2037 4.2319c 0.0000,4.1754 -2.0689,5.6237 -3.4419 5.6237ZM 73.1117,208.2683 ZM 74.1838,207.4972 c 0.0000,-0.5454 0.4514,-0.9968 0.9968 -0.9968c 0.5454,-0.0000 0.9968,0.4514 0.9968 0.9968c 0.0000,0.5454 -0.4514,0.9968 -0.9968 0.9968c -0.5454,-0.0000 -0.9968,-0.4514 -0.9968 -0.9968ZM 77.2307,208.2683 ZM 81.3498,198.0554 c -0.8088,-0.0000 -1.9937,0.7899 -1.9937 5.1723c 0.0000,1.5423 0.2821,4.6456 1.9372 4.6456c 0.3197,-0.0000 1.2225,-0.2069 1.6175 -1.6739c 0.2445,-0.9028 0.3762,-2.0313 0.3762 -3.6676c 0.0000,-2.3886 -0.6019,-3.7240 -1.1473 -4.1942c -0.2069,-0.1881 -0.4890,-0.2821 -0.7899 -0.2821ZM 81.3498,198.0554 ZM 81.2745,208.4940 c -2.0125,-0.0000 -3.3667,-2.5767 -3.3667 -5.4544c 0.0000,-3.5171 1.6739,-5.6425 3.4419 -5.6425c 0.8088,-0.0000 1.6175,0.5078 2.1629 1.2413c 0.7899,1.0533 1.2037,2.4639 1.2037 4.2319c 0.0000,4.1754 -2.0689,5.6237 -3.4419 5.6237ZM 85.4688,208.2683 ZM 89.5313,197.9802 c -0.4702,-0.0000 -1.8432,0.2633 -1.8432 1.4106c 0.0000,0.3385 -0.1317,0.9216 -0.6395 0.9216c -0.4890,-0.0000 -0.5266,-0.5454 -0.5266 -0.6019c 0.0000,-0.5831 0.7711,-2.3134 3.3855 -2.3134c 1.8244,-0.0000 2.3698,1.1473 2.3698 1.8996c 0.0000,0.4702 -0.1505,1.4106 -1.8432 2.4827c 1.0533,0.1693 2.4451,0.9404 2.4451 2.8965c 0.0000,2.4827 -1.8808,3.8181 -4.0062 3.8181c -1.0721,-0.0000 -2.5767,-0.4702 -2.5767 -1.1849c 0.0000,-0.2821 0.2821,-0.6019 0.6583 -0.6019c 0.3574,-0.0000 0.5266,0.1881 0.6959 0.4326c 0.2069,0.3197 0.5454,0.7711 1.4482 0.7711c 0.6207,-0.0000 2.3886,-0.6207 2.3886 -2.9905c 0.0000,-2.0125 -1.4106,-2.3322 -2.4263 -2.3322c -0.1693,-0.0000 -0.3762,0.0376 -0.5831 0.0752l -0.0752,-0.5642 c 1.4482,-0.2445 2.6520,-1.6551 2.6520 -2.5203c 0.0000,-1.0721 -0.7523,-1.5987 -1.5235 -1.5987Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 97.9598,202.5976 h 8.5060 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 64.8737,224.9468 ZM 68.9927,214.7339 c -0.8088,-0.0000 -1.9937,0.7899 -1.9937 5.1723c 0.0000,1.5423 0.2821,4.6456 1.9372 4.6456c 0.3197,-0.0000 1.2225,-0.2069 1.6175 -1.6739c 0.2445,-0.9028 0.3762,-2.0313 0.3762 -3.6676c 0.0000,-2.3886 -0.6019,-3.7240 -1.1473 -4.1942c -0.2069,-0.1881 -0.4890,-0.2821 -0.7899 -0.2821ZM 68.9927,214.7339 ZM 68.9175,225.1725 c -2.0125,-0.0000 -3.3667,-2.5767 -3.3667 -5.4544c 0.0000,-3.5171 1.6739,-5.6425 3.4419 -5.6425c 0.8088,-0.0000 1.6175,0.5078 2.1629 1.2413c 0.7899,1.0533 1.2037,2.4639 1.2037 4.2319c 0.0000,4.1754 -2.0689,5.6237 -3.4419 5.6237ZM 73.1117,224.9468 ZM 74.1838,224.1756 c 0.0000,-0.5454 0.4514,-0.9968 0.9968 -0.9968c 0.5454,-0.0000 0.9968,0.4514 0.9968 0.9968c 0.0000,0.5454 -0.4514,0.9968 -0.9968 0.9968c -0.5454,-0.0000 -0.9968,-0.4514 -0.9968 -0.9968ZM 77.2307,224.9468 ZM 81.3498,214.7339 c -0.8088,-0.0000 -1.9937,0.7899 -1.9937 5.1723c 0.0000,1.5423 0.2821,4.6456 1.9372 4.6456c 0.3197,-0.0000 1.2225,-0.2069 1.6175 -1.6739c 0.2445,-0.9028 0.3762,-2.0313 0.3762 -3.6676c 0.0000,-2.3886 -0.6019,-3.7240 -1.1473 -4.1942c -0.2069,-0.1881 -0.4890,-0.2821 -0.7899 -0.2821ZM 81.3498,214.7339 ZM 81.2745,225.1725 c -2.0125,-0.0000 -3.3667,-2.5767 -3.3667 -5.4544c 0.0000,-3.5171 1.6739,-5.6425 3.4419 -5.6425c 0.8088,-0.0000 1.6175,0.5078 2.1629 1.2413c 0.7899,1.0533 1.2037,2.4639 1.2037 4.2319c 0.0000,4.1754 -2.0689,5.6237 -3.4419 5.6237ZM 85.4688,224.9468 ZM 86.5596,216.6147 c 0.0000,-1.0721 1.0345,-2.5391 3.0093 -2.5391c 1.4482,-0.0000 3.1410,0.5454 3.1410 2.7084c 0.0000,1.4294 -0.7335,2.1441 -1.7492 3.1222l -1.7868,1.7304 c -0.0940,0.0940 -1.3542,1.3354 -1.3542 2.2194h 3.1974 c 0.6395,-0.0000 0.9780,-0.3197 1.2413 -1.3542l 0.4702,0.0752 l -0.3762,2.3698 h -5.8117 c 0.0000,-1.0533 0.1693,-1.8620 1.9184 -3.6488l 1.3166,-1.2978 c 1.0533,-1.0721 1.4859,-1.9937 1.4859 -3.1410c 0.0000,-1.7116 -1.1661,-2.2006 -1.8056 -2.2006c -1.2978,-0.0000 -1.6551,0.6771 -1.6551 1.1285c 0.0000,0.1505 0.0376,0.3009 0.0752 0.4326c 0.0376,0.1317 0.0752,0.2633 0.0752 0.4138c 0.0000,0.4890 -0.3762,0.6771 -0.6771 0.6771c -0.4138,-0.0000 -0.7147,-0.3197 -0.7147 -0.6959Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 97.9598,219.2761 h 8.5060 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 64.8737,241.6253 ZM 68.9927,231.4124 c -0.8088,-0.0000 -1.9937,0.7899 -1.9937 5.1723c 0.0000,1.5423 0.2821,4.6456 1.9372 4.6456c 0.3197,-0.0000 1.2225,-0.2069 1.6175 -1.6739c 0.2445,-0.9028 0.3762,-2.0313 0.3762 -3.6676c 0.0000,-2.3886 -0.6019,-3.7240 -1.1473 -4.1942c -0.2069,-0.1881 -0.4890,-0.2821 -0.7899 -0.2821ZM 68.9927,231.4124 ZM 68.9175,241.8510 c -2.0125,-0.0000 -3.3667,-2.5767 -3.3667 -5.4544c 0.0000,-3.5171 1.6739,-5.6425 3.4419 -5.6425c 0.8088,-0.0000 1.6175,0.5078 2.1629 1.2413c 0.7899,1.0533 1.2037,2.4639 1.2037 4.2319c 0.0000,4.1754 -2.0689,5.6237 -3.4419 5.6237ZM 73.1117,241.6253 ZM 74.1838,240.8541 c 0.0000,-0.5454 0.4514,-0.9968 0.9968 -0.9968c 0.5454,-0.0000 0.9968,0.4514 0.9968 0.9968c 0.0000,0.5454 -0.4514,0.9968 -0.9968 0.9968c -0.5454,-0.0000 -0.9968,-0.4514 -0.9968 -0.9968ZM 77.2307,241.6253 ZM 81.3498,231.4124 c -0.8088,-0.0000 -1.9937,0.7899 -1.9937 5.1723c 0.0000,1.5423 0.2821,4.6456 1.9372 4.6456c 0.3197,-0.0000 1.2225,-0.2069 1.6175 -1.6739c 0.2445,-0.9028 0.3762,-2.0313 0.3762 -3.6676c 0.0000,-2.3886 -0.6019,-3.7240 -1.1473 -4.1942c -0.2069,-0.1881 -0.4890,-0.2821 -0.7899 -0.2821ZM 81.3498,231.4124 ZM 81.2745,241.8510 c -2.0125,-0.0000 -3.3667,-2.5767 -3.3667 -5.4544c 0.0000,-3.5171 1.6739,-5.6425 3.4419 -5.6425c 0.8088,-0.0000 1.6175,0.5078 2.1629 1.2413c 0.7899,1.0533 1.2037,2.4639 1.2037 4.2319c 0.0000,4.1754 -2.0689,5.6237 -3.4419 5.6237ZM 85.4688,241.6253 ZM 89.0047,232.6537 c -0.3574,-0.0000 -1.1849,0.3385 -1.5987 0.5266l -0.2257,-0.5831 c 1.6551,-0.7711 2.2946,-1.1661 3.2350 -1.8432h 0.3574 v 9.4605 c 0.0000,0.6771 0.0940,0.8652 0.7147 0.8652h 0.9780 c 0.0564,-0.0000 0.1505,0.0376 0.1505 0.1505v 0.4138 l -2.5767,-0.0376 l -2.6143,0.0376 v -0.4138 c 0.0188,-0.0564 0.0376,-0.1505 0.1505 -0.1505h 1.1285 c 0.7147,-0.0000 0.7147,-0.3197 0.7147 -0.8652v -6.4700 c 0.0000,-0.6395 0.0000,-1.0909 -0.4138 -1.0909Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 97.9598,235.9546 h 8.5060 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 64.8737,258.3038 ZM 68.9927,248.0909 c -0.8088,-0.0000 -1.9937,0.7899 -1.9937 5.1723c 0.0000,1.5423 0.2821,4.6456 1.9372 4.6456c 0.3197,-0.0000 1.2225,-0.2069 1.6175 -1.6739c 0.2445,-0.9028 0.3762,-2.0313 0.3762 -3.6676c 0.0000,-2.3886 -0.6019,-3.7240 -1.1473 -4.1942c -0.2069,-0.1881 -0.4890,-0.2821 -0.7899 -0.2821ZM 68.9927,248.0909 ZM 68.9175,258.5295 c -2.0125,-0.0000 -3.3667,-2.5767 -3.3667 -5.4544c 0.0000,-3.5171 1.6739,-5.6425 3.4419 -5.6425c 0.8088,-0.0000 1.6175,0.5078 2.1629 1.2413c 0.7899,1.0533 1.2037,2.4639 1.2037 4.2319c 0.0000,4.1754 -2.0689,5.6237 -3.4419 5.6237ZM 73.1117,258.3038 ZM 74.1838,257.5326 c 0.0000,-0.5454 0.4514,-0.9968 0.9968 -0.9968c 0.5454,-0.0000 0.9968,0.4514 0.9968 0.9968c 0.0000,0.5454 -0.4514,0.9968 -0.9968 0.9968c -0.5454,-0.0000 -0.9968,-0.4514 -0.9968 -0.9968ZM 77.2307,258.3038 ZM 81.3498,248.0909 c -0.8088,-0.0000 -1.9937,0.7899 -1.9937 5.1723c 0.0000,1.5423 0.2821,4.6456 1.9372 4.6456c 0.3197,-0.0000 1.2225,-0.2069 1.6175 -1.6739c 0.2445,-0.9028 0.3762,-2.0313 0.3762 -3.6676c 0.0000,-2.3886 -0.6019,-3.7240 -1.1473 -4.1942c -0.2069,-0.1881 -0.4890,-0.2821 -0.7899 -0.2821ZM 81.3498,248.0909 ZM 81.2745,258.5295 c -2.0125,-0.0000 -3.3667,-2.5767 -3.3667 -5.4544c 0.0000,-3.5171 1.6739,-5.6425 3.4419 -5.6425c 0.8088,-0.0000 1.6175,0.5078 2.1629 1.2413c 0.7899,1.0533 1.2037,2.4639 1.2037 4.2319c 0.0000,4.1754 -2.0689,5.6237 -3.4419 5.6237ZM 85.4688,258.3038 ZM 89.5878,248.0909 c -0.8088,-0.0000 -1.9937,0.7899 -1.9937 5.1723c 0.0000,1.5423 0.2821,4.6456 1.9372 4.6456c 0.3197,-0.0000 1.2225,-0.2069 1.6175 -1.6739c 0.2445,-0.9028 0.3762,-2.0313 0.3762 -3.6676c 0.0000,-2.3886 -0.6019,-3.7240 -1.1473 -4.1942c -0.2069,-0.1881 -0.4890,-0.2821 -0.7899 -0.2821ZM 89.5878,248.0909 ZM 89.5125,258.5295 c -2.0125,-0.0000 -3.3667,-2.5767 -3.3667 -5.4544c 0.0000,-3.5171 1.6739,-5.6425 3.4419 -5.6425c 0.8088,-0.0000 1.6175,0.5078 2.1629 1.2413c 0.7899,1.0533 1.2037,2.4639 1.2037 4.2319c 0.0000,4.1754 -2.0689,5.6237 -3.4419 5.6237Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 97.9598,252.6331 h 8.5060 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 58.6106,274.9823 ZM 63.7640,270.5435 h -4.2507 c -0.1693,-0.0000 -0.2821,-0.1505 -0.2821 -0.3197c 0.0000,-0.3009 0.2445,-0.6959 0.4702 -0.6959h 4.3071 c 0.1881,-0.0000 0.2633,0.1693 0.2633 0.3385c 0.0000,0.2069 -0.2633,0.6771 -0.5078 0.6771ZM 64.8737,274.9823 ZM 68.9927,264.7694 c -0.8088,-0.0000 -1.9937,0.7899 -1.9937 5.1723c 0.0000,1.5423 0.2821,4.6456 1.9372 4.6456c 0.3197,-0.0000 1.2225,-0.2069 1.6175 -1.6739c 0.2445,-0.9028 0.3762,-2.0313 0.3762 -3.6676c 0.0000,-2.3886 -0.6019,-3.7240 -1.1473 -4.1942c -0.2069,-0.1881 -0.4890,-0.2821 -0.7899 -0.2821ZM 68.9927,264.7694 ZM 68.9175,275.2080 c -2.0125,-0.0000 -3.3667,-2.5767 -3.3667 -5.4544c 0.0000,-3.5171 1.6739,-5.6425 3.4419 -5.6425c 0.8088,-0.0000 1.6175,0.5078 2.1629 1.2413c 0.7899,1.0533 1.2037,2.4639 1.2037 4.2319c 0.0000,4.1754 -2.0689,5.6237 -3.4419 5.6237ZM 73.1117,274.9823 ZM 74.1838,274.2111 c 0.0000,-0.5454 0.4514,-0.9968 0.9968 -0.9968c 0.5454,-0.0000 0.9968,0.4514 0.9968 0.9968c 0.0000,0.5454 -0.4514,0.9968 -0.9968 0.9968c -0.5454,-0.0000 -0.9968,-0.4514 -0.9968 -0.9968ZM 77.2307,274.9823 ZM 81.3498,264.7694 c -0.8088,-0.0000 -1.9937,0.7899 -1.9937 5.1723c 0.0000,1.5423 0.2821,4.6456 1.9372 4.6456c 0.3197,-0.0000 1.2225,-0.2069 1.6175 -1.6739c 0.2445,-0.9028 0.3762,-2.0313 0.3762 -3.6676c 0.0000,-2.3886 -0.6019,-3.7240 -1.1473 -4.1942c -0.2069,-0.1881 -0.4890,-0.2821 -0.7899 -0.2821ZM 81.3498,264.7694 ZM 81.2745,275.2080 c -2.0125,-0.0000 -3.3667,-2.5767 -3.3667 -5.4544c 0.0000,-3.5171 1.6739,-5.6425 3.4419 -5.6425c 0.8088,-0.0000 1.6175,0.5078 2.1629 1.2413c 0.7899,1.0533 1.2037,2.4639 1.2037 4.2319c 0.0000,4.1754 -2.0689,5.6237 -3.4419 5.6237ZM 85.4688,274.9823 ZM 89.0047,266.0107 c -0.3574,-0.0000 -1.1849,0.3385 -1.5987 0.5266l -0.2257,-0.5831 c 1.6551,-0.7711 2.2946,-1.1661 3.2350 -1.8432h 0.3574 v 9.4605 c 0.0000,0.6771 0.0940,0.8652 0.7147 0.8652h 0.9780 c 0.0564,-0.0000 0.1505,0.0376 0.1505 0.1505v 0.4138 l -2.5767,-0.0376 l -2.6143,0.0376 v -0.4138 c 0.0188,-0.0564 0.0376,-0.1505 0.1505 -0.1505h 1.1285 c 0.7147,-0.0000 0.7147,-0.3197 0.7147 -0.8652v -6.4700 c 0.0000,-0.6395 0.0000,-1.0909 -0.4138 -1.0909Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 97.9598,269.3116 h 8.5060 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 58.6106,291.6608 ZM 63.7640,287.2220 h -4.2507 c -0.1693,-0.0000 -0.2821,-0.1505 -0.2821 -0.3197c 0.0000,-0.3009 0.2445,-0.6959 0.4702 -0.6959h 4.3071 c 0.1881,-0.0000 0.2633,0.1693 0.2633 0.3385c 0.0000,0.2069 -0.2633,0.6771 -0.5078 0.6771ZM 64.8737,291.6608 ZM 68.9927,281.4479 c -0.8088,-0.0000 -1.9937,0.7899 -1.9937 5.1723c 0.0000,1.5423 0.2821,4.6456 1.9372 4.6456c 0.3197,-0.0000 1.2225,-0.2069 1.6175 -1.6739c 0.2445,-0.9028 0.3762,-2.0313 0.3762 -3.6676c 0.0000,-2.3886 -0.6019,-3.7240 -1.1473 -4.1942c -0.2069,-0.1881 -0.4890,-0.2821 -0.7899 -0.2821ZM 68.9927,281.4479 ZM 68.9175,291.8865 c -2.0125,-0.0000 -3.3667,-2.5767 -3.3667 -5.4544c 0.0000,-3.5171 1.6739,-5.6425 3.4419 -5.6425c 0.8088,-0.0000 1.6175,0.5078 2.1629 1.2413c 0.7899,1.0533 1.2037,2.4639 1.2037 4.2319c 0.0000,4.1754 -2.0689,5.6237 -3.4419 5.6237ZM 73.1117,291.6608 ZM 74.1838,290.8896 c 0.0000,-0.5454 0.4514,-0.9968 0.9968 -0.9968c 0.5454,-0.0000 0.9968,0.4514 0.9968 0.9968c 0.0000,0.5454 -0.4514,0.9968 -0.9968 0.9968c -0.5454,-0.0000 -0.9968,-0.4514 -0.9968 -0.9968ZM 77.2307,291.6608 ZM 81.3498,281.4479 c -0.8088,-0.0000 -1.9937,0.7899 -1.9937 5.1723c 0.0000,1.5423 0.2821,4.6456 1.9372 4.6456c 0.3197,-0.0000 1.2225,-0.2069 1.6175 -1.6739c 0.2445,-0.9028 0.3762,-2.0313 0.3762 -3.6676c 0.0000,-2.3886 -0.6019,-3.7240 -1.1473 -4.1942c -0.2069,-0.1881 -0.4890,-0.2821 -0.7899 -0.2821ZM 81.3498,281.4479 ZM 81.2745,291.8865 c -2.0125,-0.0000 -3.3667,-2.5767 -3.3667 -5.4544c 0.0000,-3.5171 1.6739,-5.6425 3.4419 -5.6425c 0.8088,-0.0000 1.6175,0.5078 2.1629 1.2413c 0.7899,1.0533 1.2037,2.4639 1.2037 4.2319c 0.0000,4.1754 -2.0689,5.6237 -3.4419 5.6237ZM 85.4688,291.6608 ZM 86.5596,283.3287 c 0.0000,-1.0721 1.0345,-2.5391 3.0093 -2.5391c 1.4482,-0.0000 3.1410,0.5454 3.1410 2.7084c 0.0000,1.4294 -0.7335,2.1441 -1.7492 3.1222l -1.7868,1.7304 c -0.0940,0.0940 -1.3542,1.3354 -1.3542 2.2194h 3.1974 c 0.6395,-0.0000 0.9780,-0.3197 1.2413 -1.3542l 0.4702,0.0752 l -0.3762,2.3698 h -5.8117 c 0.0000,-1.0533 0.1693,-1.8620 1.9184 -3.6488l 1.3166,-1.2978 c 1.0533,-1.0721 1.4859,-1.9937 1.4859 -3.1410c 0.0000,-1.7116 -1.1661,-2.2006 -1.8056 -2.2006c -1.2978,-0.0000 -1.6551,0.6771 -1.6551 1.1285c 0.0000,0.1505 0.0376,0.3009 0.0752 0.4326c 0.0376,0.1317 0.0752,0.2633 0.0752 0.4138c 0.0000,0.4890 -0.3762,0.6771 -0.6771 0.6771c -0.4138,-0.0000 -0.7147,-0.3197 -0.7147 -0.6959Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 97.9598,285.9901 h 8.5060 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.1" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 550.3593,311.3414 l -0.0000,-5.6707 h -425.3016 l -0.0000,5.6707 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 546.2403,335.2443 ZM 552.0521,332.0657 c 0.0000,-1.9372 -1.0533,-2.8965 -2.2194 -2.8965c -0.8652,-0.0000 -1.5235,0.1317 -2.2570 0.4326l 0.6019,-5.1347 c 0.6207,0.0564 1.2602,0.0752 1.9184 0.0752c 0.9404,-0.0000 1.9184,-0.0564 2.9341 -0.1693l 0.1128,0.0564 l -0.2821,1.2225 c -0.7335,0.0752 -1.3354,0.0940 -1.8620 0.0940c -0.8464,-0.0000 -1.4859,-0.0752 -2.1441 -0.1505l -0.3574,2.9717 c 0.3950,-0.1505 1.0721,-0.2821 1.8056 -0.2821c 1.9937,-0.0000 3.1034,1.7304 3.1034 3.4607c 0.0000,2.1065 -1.4670,3.7240 -3.5924 3.7240c -1.0721,-0.0000 -2.6332,-0.6019 -2.6332 -1.3354c 0.0000,-0.3574 0.3009,-0.6019 0.6395 -0.6019c 0.3762,-0.0000 0.6207,0.2821 0.8464 0.5831c 0.2821,0.3385 0.5831,0.7147 1.1849 0.7147c 1.2037,-0.0000 2.2006,-1.1285 2.2006 -2.7648Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 550.3593,305.6707 v 8.5060 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 503.7102,335.2443 ZM 508.5627,328.5674 c 0.0000,-0.1317 0.0188,-0.2821 0.1881 -0.3762c 0.2069,-0.1505 0.5454,-0.3197 0.8276 -0.3197c 0.2445,-0.0000 0.2633,0.2069 0.2633 0.5831v 3.0281 h 1.5235 l -0.1128,0.8840 h -1.4106 v 1.5611 c 0.0000,0.5266 0.0752,0.7899 0.6207 0.7899h 0.5078 c 0.1128,-0.0000 0.1317,0.0940 0.1317 0.1317v 0.4138 c 0.0000,-0.0000 -1.2037,-0.0376 -1.9937 -0.0376c -0.7147,-0.0000 -1.8244,0.0376 -1.8244 0.0376v -0.4138 c 0.0000,-0.0376 0.0188,-0.1317 0.1317 -0.1317h 0.5078 c 0.5831,-0.0000 0.6395,-0.2445 0.6395 -0.7899v -1.5611 h -3.6864 c -0.0752,-0.0000 -0.1128,-0.0376 -0.1693 -0.1128l -0.1505,-0.2069 l -0.2257,-0.3950 c -0.0188,-0.0000 -0.0188,-0.0188 -0.0188 -0.0376c 0.0000,-0.0188 0.0188,-0.0376 0.0376 -0.0564c 1.2225,-1.3542 3.3855,-5.5484 4.0626 -7.0907c 0.0188,-0.0752 0.0564,-0.0940 0.1317 -0.0940c 0.0188,-0.0000 0.4326,0.1693 0.6583 0.2069c -0.8464,2.2758 -2.2382,4.7209 -3.6112 6.9026h 2.9717 v -2.9153 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 507.8292,305.6707 v 8.5060 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 461.1800,335.2443 ZM 465.2426,324.9562 c -0.4702,-0.0000 -1.8432,0.2633 -1.8432 1.4106c 0.0000,0.3385 -0.1317,0.9216 -0.6395 0.9216c -0.4890,-0.0000 -0.5266,-0.5454 -0.5266 -0.6019c 0.0000,-0.5831 0.7711,-2.3134 3.3855 -2.3134c 1.8244,-0.0000 2.3698,1.1473 2.3698 1.8996c 0.0000,0.4702 -0.1505,1.4106 -1.8432 2.4827c 1.0533,0.1693 2.4451,0.9404 2.4451 2.8965c 0.0000,2.4827 -1.8808,3.8181 -4.0062 3.8181c -1.0721,-0.0000 -2.5767,-0.4702 -2.5767 -1.1849c 0.0000,-0.2821 0.2821,-0.6019 0.6583 -0.6019c 0.3574,-0.0000 0.5266,0.1881 0.6959 0.4326c 0.2069,0.3197 0.5454,0.7711 1.4482 0.7711c 0.6207,-0.0000 2.3886,-0.6207 2.3886 -2.9905c 0.0000,-2.0125 -1.4106,-2.3322 -2.4263 -2.3322c -0.1693,-0.0000 -0.3762,0.0376 -0.5831 0.0752l -0.0752,-0.5642 c 1.4482,-0.2445 2.6520,-1.6551 2.6520 -2.5203c 0.0000,-1.0721 -0.7523,-1.5987 -1.5235 -1.5987Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 465.2990,305.6707 v 8.5060 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 418.6499,335.2443 ZM 419.7407,326.9123 c 0.0000,-1.0721 1.0345,-2.5391 3.0093 -2.5391c 1.4482,-0.0000 3.1410,0.5454 3.1410 2.7084c 0.0000,1.4294 -0.7335,2.1441 -1.7492 3.1222l -1.7868,1.7304 c -0.0940,0.0940 -1.3542,1.3354 -1.3542 2.2194h 3.1974 c 0.6395,-0.0000 0.9780,-0.3197 1.2413 -1.3542l 0.4702,0.0752 l -0.3762,2.3698 h -5.8117 c 0.0000,-1.0533 0.1693,-1.8620 1.9184 -3.6488l 1.3166,-1.2978 c 1.0533,-1.0721 1.4859,-1.9937 1.4859 -3.1410c 0.0000,-1.7116 -1.1661,-2.2006 -1.8056 -2.2006c -1.2978,-0.0000 -1.6551,0.6771 -1.6551 1.1285c 0.0000,0.1505 0.0376,0.3009 0.0752 0.4326c 0.0376,0.1317 0.0752,0.2633 0.0752 0.4138c 0.0000,0.4890 -0.3762,0.6771 -0.6771 0.6771c -0.4138,-0.0000 -0.7147,-0.3197 -0.7147 -0.6959Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 422.7689,305.6707 v 8.5060 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 376.1197,335.2443 ZM 379.6557,326.2728 c -0.3574,-0.0000 -1.1849,0.3385 -1.5987 0.5266l -0.2257,-0.5831 c 1.6551,-0.7711 2.2946,-1.1661 3.2350 -1.8432h 0.3574 v 9.4605 c 0.0000,0.6771 0.0940,0.8652 0.7147 0.8652h 0.9780 c 0.0564,-0.0000 0.1505,0.0376 0.1505 0.1505v 0.4138 l -2.5767,-0.0376 l -2.6143,0.0376 v -0.4138 c 0.0188,-0.0564 0.0376,-0.1505 0.1505 -0.1505h 1.1285 c 0.7147,-0.0000 0.7147,-0.3197 0.7147 -0.8652v -6.4700 c 0.0000,-0.6395 0.0000,-1.0909 -0.4138 -1.0909Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 380.2387,305.6707 v 8.5060 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 333.5895,335.2443 ZM 337.7086,325.0314 c -0.8088,-0.0000 -1.9937,0.7899 -1.9937 5.1723c 0.0000,1.5423 0.2821,4.6456 1.9372 4.6456c 0.3197,-0.0000 1.2225,-0.2069 1.6175 -1.6739c 0.2445,-0.9028 0.3762,-2.0313 0.3762 -3.6676c 0.0000,-2.3886 -0.6019,-3.7240 -1.1473 -4.1942c -0.2069,-0.1881 -0.4890,-0.2821 -0.7899 -0.2821ZM 337.7086,325.0314 ZM 337.6333,335.4700 c -2.0125,-0.0000 -3.3667,-2.5767 -3.3667 -5.4544c 0.0000,-3.5171 1.6739,-5.6425 3.4419 -5.6425c 0.8088,-0.0000 1.6175,0.5078 2.1629 1.2413c 0.7899,1.0533 1.2037,2.4639 1.2037 4.2319c 0.0000,4.1754 -2.0689,5.6237 -3.4419 5.6237Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 337.7086,305.6707 v 8.5060 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 287.9278,335.2443 ZM 293.0813,330.8056 h -4.2507 c -0.1693,-0.0000 -0.2821,-0.1505 -0.2821 -0.3197c 0.0000,-0.3009 0.2445,-0.6959 0.4702 -0.6959h 4.3071 c 0.1881,-0.0000 0.2633,0.1693 0.2633 0.3385c 0.0000,0.2069 -0.2633,0.6771 -0.5078 0.6771ZM 294.1910,335.2443 ZM 297.7269,326.2728 c -0.3574,-0.0000 -1.1849,0.3385 -1.5987 0.5266l -0.2257,-0.5831 c 1.6551,-0.7711 2.2946,-1.1661 3.2350 -1.8432h 0.3574 v 9.4605 c 0.0000,0.6771 0.0940,0.8652 0.7147 0.8652h 0.9780 c 0.0564,-0.0000 0.1505,0.0376 0.1505 0.1505v 0.4138 l -2.5767,-0.0376 l -2.6143,0.0376 v -0.4138 c 0.0188,-0.0564 0.0376,-0.1505 0.1505 -0.1505h 1.1285 c 0.7147,-0.0000 0.7147,-0.3197 0.7147 -0.8652v -6.4700 c 0.0000,-0.6395 0.0000,-1.0909 -0.4138 -1.0909Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 295.1784,305.6707 v 8.5060 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 245.3977,335.2443 ZM 250.5511,330.8056 h -4.2507 c -0.1693,-0.0000 -0.2821,-0.1505 -0.2821 -0.3197c 0.0000,-0.3009 0.2445,-0.6959 0.4702 -0.6959h 4.3071 c 0.1881,-0.0000 0.2633,0.1693 0.2633 0.3385c 0.0000,0.2069 -0.2633,0.6771 -0.5078 0.6771ZM 251.6608,335.2443 ZM 252.7517,326.9123 c 0.0000,-1.0721 1.0345,-2.5391 3.0093 -2.5391c 1.4482,-0.0000 3.1410,0.5454 3.1410 2.7084c 0.0000,1.4294 -0.7335,2.1441 -1.7492 3.1222l -1.7868,1.7304 c -0.0940,0.0940 -1.3542,1.3354 -1.3542 2.2194h 3.1974 c 0.6395,-0.0000 0.9780,-0.3197 1.2413 -1.3542l 0.4702,0.0752 l -0.3762,2.3698 h -5.8117 c 0.0000,-1.0533 0.1693,-1.8620 1.9184 -3.6488l 1.3166,-1.2978 c 1.0533,-1.0721 1.4859,-1.9937 1.4859 -3.1410c 0.0000,-1.7116 -1.1661,-2.2006 -1.8056 -2.2006c -1.2978,-0.0000 -1.6551,0.6771 -1.6551 1.1285c 0.0000,0.1505 0.0376,0.3009 0.0752 0.4326c 0.0376,0.1317 0.0752,0.2633 0.0752 0.4138c 0.0000,0.4890 -0.3762,0.6771 -0.6771 0.6771c -0.4138,-0.0000 -0.7147,-0.3197 -0.7147 -0.6959Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 252.6482,305.6707 v 8.5060 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 202.8675,335.2443 ZM 208.0210,330.8056 h -4.2507 c -0.1693,-0.0000 -0.2821,-0.1505 -0.2821 -0.3197c 0.0000,-0.3009 0.2445,-0.6959 0.4702 -0.6959h 4.3071 c 0.1881,-0.0000 0.2633,0.1693 0.2633 0.3385c 0.0000,0.2069 -0.2633,0.6771 -0.5078 0.6771ZM 209.1307,335.2443 ZM 213.1932,324.9562 c -0.4702,-0.0000 -1.8432,0.2633 -1.8432 1.4106c 0.0000,0.3385 -0.1317,0.9216 -0.6395 0.9216c -0.4890,-0.0000 -0.5266,-0.5454 -0.5266 -0.6019c 0.0000,-0.5831 0.7711,-2.3134 3.3855 -2.3134c 1.8244,-0.0000 2.3698,1.1473 2.3698 1.8996c 0.0000,0.4702 -0.1505,1.4106 -1.8432 2.4827c 1.0533,0.1693 2.4451,0.9404 2.4451 2.8965c 0.0000,2.4827 -1.8808,3.8181 -4.0062 3.8181c -1.0721,-0.0000 -2.5767,-0.4702 -2.5767 -1.1849c 0.0000,-0.2821 0.2821,-0.6019 0.6583 -0.6019c 0.3574,-0.0000 0.5266,0.1881 0.6959 0.4326c 0.2069,0.3197 0.5454,0.7711 1.4482 0.7711c 0.6207,-0.0000 2.3886,-0.6207 2.3886 -2.9905c 0.0000,-2.0125 -1.4106,-2.3322 -2.4263 -2.3322c -0.1693,-0.0000 -0.3762,0.0376 -0.5831 0.0752l -0.0752,-0.5642 c 1.4482,-0.2445 2.6520,-1.6551 2.6520 -2.5203c 0.0000,-1.0721 -0.7523,-1.5987 -1.5235 -1.5987Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 210.1181,305.6707 v 8.5060 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 160.3373,335.2443 ZM 165.4908,330.8056 h -4.2507 c -0.1693,-0.0000 -0.2821,-0.1505 -0.2821 -0.3197c 0.0000,-0.3009 0.2445,-0.6959 0.4702 -0.6959h 4.3071 c 0.1881,-0.0000 0.2633,0.1693 0.2633 0.3385c 0.0000,0.2069 -0.2633,0.6771 -0.5078 0.6771ZM 166.6005,335.2443 ZM 171.4530,328.5674 c 0.0000,-0.1317 0.0188,-0.2821 0.1881 -0.3762c 0.2069,-0.1505 0.5454,-0.3197 0.8276 -0.3197c 0.2445,-0.0000 0.2633,0.2069 0.2633 0.5831v 3.0281 h 1.5235 l -0.1128,0.8840 h -1.4106 v 1.5611 c 0.0000,0.5266 0.0752,0.7899 0.6207 0.7899h 0.5078 c 0.1128,-0.0000 0.1317,0.0940 0.1317 0.1317v 0.4138 c 0.0000,-0.0000 -1.2037,-0.0376 -1.9937 -0.0376c -0.7147,-0.0000 -1.8244,0.0376 -1.8244 0.0376v -0.4138 c 0.0000,-0.0376 0.0188,-0.1317 0.1317 -0.1317h 0.5078 c 0.5831,-0.0000 0.6395,-0.2445 0.6395 -0.7899v -1.5611 h -3.6864 c -0.0752,-0.0000 -0.1128,-0.0376 -0.1693 -0.1128l -0.1505,-0.2069 l -0.2257,-0.3950 c -0.0188,-0.0000 -0.0188,-0.0188 -0.0188 -0.0376c 0.0000,-0.0188 0.0188,-0.0376 0.0376 -0.0564c 1.2225,-1.3542 3.3855,-5.5484 4.0626 -7.0907c 0.0188,-0.0752 0.0564,-0.0940 0.1317 -0.0940c 0.0188,-0.0000 0.4326,0.1693 0.6583 0.2069c -0.8464,2.2758 -2.2382,4.7209 -3.6112 6.9026h 2.9717 v -2.9153 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 167.5879,305.6707 v 8.5060 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 117.8072,335.2443 ZM 122.9607,330.8056 h -4.2507 c -0.1693,-0.0000 -0.2821,-0.1505 -0.2821 -0.3197c 0.0000,-0.3009 0.2445,-0.6959 0.4702 -0.6959h 4.3071 c 0.1881,-0.0000 0.2633,0.1693 0.2633 0.3385c 0.0000,0.2069 -0.2633,0.6771 -0.5078 0.6771ZM 124.0703,335.2443 ZM 129.8821,332.0657 c 0.0000,-1.9372 -1.0533,-2.8965 -2.2194 -2.8965c -0.8652,-0.0000 -1.5235,0.1317 -2.2570 0.4326l 0.6019,-5.1347 c 0.6207,0.0564 1.2602,0.0752 1.9184 0.0752c 0.9404,-0.0000 1.9184,-0.0564 2.9341 -0.1693l 0.1128,0.0564 l -0.2821,1.2225 c -0.7335,0.0752 -1.3354,0.0940 -1.8620 0.0940c -0.8464,-0.0000 -1.4859,-0.0752 -2.1441 -0.1505l -0.3574,2.9717 c 0.3950,-0.1505 1.0721,-0.2821 1.8056 -0.2821c 1.9937,-0.0000 3.1034,1.7304 3.1034 3.4607c 0.0000,2.1065 -1.4670,3.7240 -3.5924 3.7240c -1.0721,-0.0000 -2.6332,-0.6019 -2.6332 -1.3354c 0.0000,-0.3574 0.3009,-0.6019 0.6395 -0.6019c 0.3762,-0.0000 0.6207,0.2821 0.8464 0.5831c 0.2821,0.3385 0.5831,0.7147 1.1849 0.7147c 1.2037,-0.0000 2.2006,-1.1285 2.2006 -2.7648Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 125.0578,305.6707 v 8.5060 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 550.3593,294.3293 l -0.0000,-113.4138 h -425.3016 l -0.0000,113.4138 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 550.3593,451.1071 l -0.0000,-0.0000 h -8.5060 l -0.0000,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 541.8533,451.1071 l -0.0000,1.6678 h -8.5060 l -0.0000,-1.6678 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 533.3473,451.1071 l -0.0000,-0.0000 h -8.5060 l -0.0000,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 524.8412,451.1071 l -0.0000,3.3357 h -8.5060 l -0.0000,-3.3357 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 516.3352,451.1071 l -0.0000,5.0035 h -8.5060 l -0.0000,-5.0035 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 507.8292,451.1071 l -0.0000,6.6714 h -8.5060 l -0.0000,-6.6714 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 499.3231,451.1071 l -0.0000,5.0035 h -8.5060 l -0.0000,-5.0035 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 490.8171,451.1071 l -0.0000,3.3357 h -8.5060 l -0.0000,-3.3357 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 482.3111,451.1071 l -0.0000,3.3357 h -8.5060 l -0.0000,-3.3357 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 473.8051,451.1071 l -0.0000,5.0035 h -8.5060 l -0.0000,-5.0035 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 465.2990,451.1071 l -0.0000,5.0035 h -8.5060 l -0.0000,-5.0035 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 456.7930,451.1071 l -0.0000,15.0106 h -8.5060 l -0.0000,-15.0106 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 448.2870,451.1071 l -0.0000,20.0142 h -8.5060 l -0.0000,-20.0142 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 439.7809,451.1071 l -0.0000,10.0071 h -8.5060 l -0.0000,-10.0071 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 431.2749,451.1071 l -0.0000,21.6820 h -8.5060 l -0.0000,-21.6820 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 422.7689,451.1071 l -0.0000,16.6785 h -8.5060 l -0.0000,-16.6785 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 414.2628,451.1071 l -0.0000,-8.3392 h -8.5060 l -0.0000,8.3392 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 405.7568,451.1071 l -0.0000,11.6749 h -8.5060 l -0.0000,-11.6749 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 397.2508,451.1071 l -0.0000,16.6785 h -8.5060 l -0.0000,-16.6785 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 388.7447,451.1071 l -0.0000,-26.6856 h -8.5060 l -0.0000,26.6856 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 380.2387,451.1071 l -0.0000,-18.3463 h -8.5060 l -0.0000,18.3463 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 371.7327,451.1071 l -0.0000,-8.3392 h -8.5060 l -0.0000,8.3392 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 363.2266,451.1071 l -0.0000,-36.6927 h -8.5060 l -0.0000,36.6927 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 354.7206,451.1071 l -0.0000,-51.7033 h -8.5060 l -0.0000,51.7033 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 346.2146,451.1071 l -0.0000,-71.7175 h -8.5060 l -0.0000,71.7175 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 337.7086,451.1071 l -0.0000,-33.3570 h -8.5060 l -0.0000,33.3570 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 329.2025,451.1071 l -0.0000,-18.3463 h -8.5060 l -0.0000,18.3463 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 320.6965,451.1071 l -0.0000,-15.0106 h -8.5060 l -0.0000,15.0106 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 312.1905,451.1071 l -0.0000,-40.0284 h -8.5060 l -0.0000,40.0284 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 303.6844,451.1071 l -0.0000,-40.0284 h -8.5060 l -0.0000,40.0284 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 295.1784,451.1071 l -0.0000,-8.3392 h -8.5060 l -0.0000,8.3392 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 286.6724,451.1071 l -0.0000,6.6714 h -8.5060 l -0.0000,-6.6714 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 278.1663,451.1071 l -0.0000,30.0213 h -8.5060 l -0.0000,-30.0213 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 269.6603,451.1071 l -0.0000,28.3534 h -8.5060 l -0.0000,-28.3534 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 261.1543,451.1071 l -0.0000,41.6962 h -8.5060 l -0.0000,-41.6962 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 252.6482,451.1071 l -0.0000,11.6749 h -8.5060 l -0.0000,-11.6749 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 244.1422,451.1071 l -0.0000,8.3392 h -8.5060 l -0.0000,-8.3392 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 235.6362,451.1071 l -0.0000,10.0071 h -8.5060 l -0.0000,-10.0071 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 227.1301,451.1071 l -0.0000,11.6749 h -8.5060 l -0.0000,-11.6749 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 218.6241,451.1071 l -0.0000,21.6820 h -8.5060 l -0.0000,-21.6820 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 210.1181,451.1071 l -0.0000,15.0106 h -8.5060 l -0.0000,-15.0106 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 201.6121,451.1071 l -0.0000,13.3428 h -8.5060 l -0.0000,-13.3428 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 193.1060,451.1071 l -0.0000,15.0106 h -8.5060 l -0.0000,-15.0106 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 184.6000,451.1071 l -0.0000,6.6714 h -8.5060 l -0.0000,-6.6714 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 176.0940,451.1071 l -0.0000,-0.0000 h -8.5060 l -0.0000,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 167.5879,451.1071 l -0.0000,1.6678 h -8.5060 l -0.0000,-1.6678 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 159.0819,451.1071 l -0.0000,3.3357 h -8.5060 l -0.0000,-3.3357 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 150.5759,451.1071 l -0.0000,-0.0000 h -8.5060 l -0.0000,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 142.0698,451.1071 l -0.0000,1.6678 h -8.5060 l -0.0000,-1.6678 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 133.5638,451.1071 l -0.0000,-0.0000 h -8.5060 l -0.0000,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 550.3593,379.3896 l -0.0000,-0.0000 h -8.5060 l -0.0000,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 541.8533,379.3896 l -0.0000,-2.8353 h -8.5060 l -0.0000,2.8353 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 533.3473,379.3896 l -0.0000,-0.0000 h -8.5060 l -0.0000,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 524.8412,379.3896 l -0.0000,-5.6707 h -8.5060 l -0.0000,5.6707 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 516.3352,379.3896 l -0.0000,-8.5060 h -8.5060 l -0.0000,8.5060 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 507.8292,379.3896 l -0.0000,-11.3414 h -8.5060 l -0.0000,11.3414 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 499.3231,379.3896 l -0.0000,-8.5060 h -8.5060 l -0.0000,8.5060 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 490.8171,379.3896 l -0.0000,-5.6707 h -8.5060 l -0.0000,5.6707 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 482.3111,379.3896 l -0.0000,-5.6707 h -8.5060 l -0.0000,5.6707 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 473.8051,379.3896 l -0.0000,-11.3414 h -8.5060 l -0.0000,11.3414 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 465.2990,379.3896 l -0.0000,-11.3414 h -8.5060 l -0.0000,11.3414 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 456.7930,379.3896 l -0.0000,-31.1888 h -8.5060 l -0.0000,31.1888 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 448.2870,379.3896 l -0.0000,-39.6948 h -8.5060 l -0.0000,39.6948 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 439.7809,379.3896 l -0.0000,-34.0241 h -8.5060 l -0.0000,34.0241 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 431.2749,379.3896 l -0.0000,-59.5422 h -8.5060 l -0.0000,59.5422 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 422.7689,379.3896 l -0.0000,-76.5543 h -8.5060 l -0.0000,76.5543 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 414.2628,379.3896 l -0.0000,-53.8715 h -8.5060 l -0.0000,53.8715 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 405.7568,379.3896 l -0.0000,-96.4017 h -8.5060 l -0.0000,96.4017 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 397.2508,379.3896 l -0.0000,-113.4138 h -8.5060 l -0.0000,113.4138 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 388.7447,379.3896 l -0.0000,-107.7431 h -8.5060 l -0.0000,107.7431 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 380.2387,379.3896 l -0.0000,-121.9198 h -8.5060 l -0.0000,121.9198 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 371.7327,379.3896 l -0.0000,-144.6025 h -8.5060 l -0.0000,144.6025 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 363.2266,379.3896 l -0.0000,-119.0844 h -8.5060 l -0.0000,119.0844 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 354.7206,379.3896 l -0.0000,-127.5905 h -8.5060 l -0.0000,127.5905 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 346.2146,379.3896 l -0.0000,-161.6146 h -8.5060 l -0.0000,161.6146 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 337.7086,379.3896 l -0.0000,-158.7793 h -8.5060 l -0.0000,158.7793 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 329.2025,379.3896 l -0.0000,-164.4499 h -8.5060 l -0.0000,164.4499 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 320.6965,379.3896 l -0.0000,-144.6025 h -8.5060 l -0.0000,144.6025 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 312.1905,379.3896 l -0.0000,-110.5784 h -8.5060 l -0.0000,110.5784 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 303.6844,379.3896 l -0.0000,-107.7431 h -8.5060 l -0.0000,107.7431 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 295.1784,379.3896 l -0.0000,-99.2370 h -8.5060 l -0.0000,99.2370 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 286.6724,379.3896 l -0.0000,-99.2370 h -8.5060 l -0.0000,99.2370 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 278.1663,379.3896 l -0.0000,-116.2491 h -8.5060 l -0.0000,116.2491 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 269.6603,379.3896 l -0.0000,-90.7310 h -8.5060 l -0.0000,90.7310 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 261.1543,379.3896 l -0.0000,-99.2370 h -8.5060 l -0.0000,99.2370 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 252.6482,379.3896 l -0.0000,-56.7069 h -8.5060 l -0.0000,56.7069 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 244.1422,379.3896 l -0.0000,-31.1888 h -8.5060 l -0.0000,31.1888 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 235.6362,379.3896 l -0.0000,-34.0241 h -8.5060 l -0.0000,34.0241 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 227.1301,379.3896 l -0.0000,-28.3534 h -8.5060 l -0.0000,28.3534 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 218.6241,379.3896 l -0.0000,-36.8595 h -8.5060 l -0.0000,36.8595 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 210.1181,379.3896 l -0.0000,-25.5181 h -8.5060 l -0.0000,25.5181 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 201.6121,379.3896 l -0.0000,-22.6828 h -8.5060 l -0.0000,22.6828 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 193.1060,379.3896 l -0.0000,-25.5181 h -8.5060 l -0.0000,25.5181 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 184.6000,379.3896 l -0.0000,-11.3414 h -8.5060 l -0.0000,11.3414 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 176.0940,379.3896 l -0.0000,-2.8353 h -8.5060 l -0.0000,2.8353 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 167.5879,379.3896 l -0.0000,-2.8353 h -8.5060 l -0.0000,2.8353 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 159.0819,379.3896 l -0.0000,-5.6707 h -8.5060 l -0.0000,5.6707 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 150.5759,379.3896 l -0.0000,-0.0000 h -8.5060 l -0.0000,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 142.0698,379.3896 l -0.0000,-2.8353 h -8.5060 l -0.0000,2.8353 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 133.5638,379.3896 l -0.0000,-0.0000 h -8.5060 l -0.0000,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 550.3593,379.3896 l -0.0000,-0.0000 h -8.5060 l -0.0000,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 541.8533,379.3896 l -0.0000,-0.0000 h -8.5060 l -0.0000,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 533.3473,379.3896 l -0.0000,-0.0000 h -8.5060 l -0.0000,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 524.8412,379.3896 l -0.0000,-0.0000 h -8.5060 l -0.0000,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 516.3352,379.3896 l -0.0000,-0.0000 h -8.5060 l -0.0000,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 507.8292,379.3896 l -0.0000,-0.0000 h -8.5060 l -0.0000,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 499.3231,379.3896 l -0.0000,-0.0000 h -8.5060 l -0.0000,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 490.8171,379.3896 l -0.0000,-0.0000 h -8.5060 l -0.0000,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 482.3111,379.3896 l -0.0000,-0.0000 h -8.5060 l -0.0000,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 473.8051,379.3896 l -0.0000,-2.8353 h -8.5060 l -0.0000,2.8353 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 465.2990,379.3896 l -0.0000,-2.8353 h -8.5060 l -0.0000,2.8353 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 456.7930,379.3896 l -0.0000,-5.6707 h -8.5060 l -0.0000,5.6707 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 448.2870,379.3896 l -0.0000,-5.6707 h -8.5060 l -0.0000,5.6707 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 439.7809,379.3896 l -0.0000,-17.0121 h -8.5060 l -0.0000,17.0121 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 431.2749,379.3896 l -0.0000,-22.6828 h -8.5060 l -0.0000,22.6828 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 422.7689,379.3896 l -0.0000,-48.2008 h -8.5060 l -0.0000,48.2008 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 414.2628,379.3896 l -0.0000,-68.0483 h -8.5060 l -0.0000,68.0483 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 405.7568,379.3896 l -0.0000,-76.5543 h -8.5060 l -0.0000,76.5543 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 397.2508,379.3896 l -0.0000,-85.0603 h -8.5060 l -0.0000,85.0603 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 388.7447,379.3896 l -0.0000,-153.1086 h -8.5060 l -0.0000,153.1086 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 380.2387,379.3896 l -0.0000,-153.1086 h -8.5060 l -0.0000,153.1086 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 371.7327,379.3896 l -0.0000,-158.7793 h -8.5060 l -0.0000,158.7793 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 363.2266,379.3896 l -0.0000,-181.4620 h -8.5060 l -0.0000,181.4620 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 354.7206,379.3896 l -0.0000,-215.4861 h -8.5060 l -0.0000,215.4861 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 346.2146,379.3896 l -0.0000,-283.5344 h -8.5060 l -0.0000,283.5344 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 337.7086,379.3896 l -0.0000,-215.4861 h -8.5060 l -0.0000,215.4861 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 329.2025,379.3896 l -0.0000,-195.6387 h -8.5060 l -0.0000,195.6387 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 320.6965,379.3896 l -0.0000,-170.1206 h -8.5060 l -0.0000,170.1206 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 312.1905,379.3896 l -0.0000,-178.6267 h -8.5060 l -0.0000,178.6267 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 303.6844,379.3896 l -0.0000,-175.7913 h -8.5060 l -0.0000,175.7913 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 295.1784,379.3896 l -0.0000,-113.4138 h -8.5060 l -0.0000,113.4138 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 286.6724,379.3896 l -0.0000,-87.8957 h -8.5060 l -0.0000,87.8957 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 278.1663,379.3896 l -0.0000,-65.2129 h -8.5060 l -0.0000,65.2129 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 269.6603,379.3896 l -0.0000,-42.5302 h -8.5060 l -0.0000,42.5302 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 261.1543,379.3896 l -0.0000,-28.3534 h -8.5060 l -0.0000,28.3534 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 252.6482,379.3896 l -0.0000,-36.8595 h -8.5060 l -0.0000,36.8595 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 244.1422,379.3896 l -0.0000,-17.0121 h -8.5060 l -0.0000,17.0121 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 235.6362,379.3896 l -0.0000,-17.0121 h -8.5060 l -0.0000,17.0121 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 227.1301,379.3896 l -0.0000,-8.5060 h -8.5060 l -0.0000,8.5060 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 218.6241,379.3896 l -0.0000,-0.0000 h -8.5060 l -0.0000,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 210.1181,379.3896 l -0.0000,-0.0000 h -8.5060 l -0.0000,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 201.6121,379.3896 l -0.0000,-0.0000 h -8.5060 l -0.0000,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 193.1060,379.3896 l -0.0000,-0.0000 h -8.5060 l -0.0000,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 184.6000,379.3896 l -0.0000,-0.0000 h -8.5060 l -0.0000,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 176.0940,379.3896 l -0.0000,-2.8353 h -8.5060 l -0.0000,2.8353 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 167.5879,379.3896 l -0.0000,-0.0000 h -8.5060 l -0.0000,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 159.0819,379.3896 l -0.0000,-0.0000 h -8.5060 l -0.0000,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 150.5759,379.3896 l -0.0000,-0.0000 h -8.5060 l -0.0000,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 142.0698,379.3896 l -0.0000,-0.0000 h -8.5060 l -0.0000,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.559227243377904" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 133.5638,379.3896 l -0.0000,-0.0000 h -8.5060 l -0.0000,0.0000 Z"/>+  </g>+</svg>
other/hud.svg view
@@ -1,3 +1,151 @@ <?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.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 12.2120,73.2274 l -0.0000,-51.5531 h -1.0311 l -0.0000,51.5531 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 6.1475,21.6743 ZM 6.8964,19.8174 c -0.1471,-0.0000 -0.3625,0.1436 -0.3625 0.9404c 0.0000,0.2804 0.0513,0.8447 0.3522 0.8447c 0.0581,-0.0000 0.2223,-0.0376 0.2941 -0.3044c 0.0445,-0.1641 0.0684,-0.3693 0.0684 -0.6669c 0.0000,-0.4343 -0.1094,-0.6771 -0.2086 -0.7626c -0.0376,-0.0342 -0.0889,-0.0513 -0.1436 -0.0513ZM 6.8964,19.8174 ZM 6.8828,21.7154 c -0.3659,-0.0000 -0.6121,-0.4685 -0.6121 -0.9917c 0.0000,-0.6395 0.3044,-1.0259 0.6258 -1.0259c 0.1471,-0.0000 0.2941,0.0923 0.3933 0.2257c 0.1436,0.1915 0.2189,0.4480 0.2189 0.7694c 0.0000,0.7592 -0.3762,1.0225 -0.6258 1.0225ZM 7.6454,21.6743 ZM 7.8403,21.5341 c 0.0000,-0.0992 0.0821,-0.1812 0.1812 -0.1812c 0.0992,-0.0000 0.1812,0.0821 0.1812 0.1812c 0.0000,0.0992 -0.0821,0.1812 -0.1812 0.1812c -0.0992,-0.0000 -0.1812,-0.0821 -0.1812 -0.1812ZM 8.3943,21.6743 ZM 9.4510,21.0964 c 0.0000,-0.3522 -0.1915,-0.5266 -0.4035 -0.5266c -0.1573,-0.0000 -0.2770,0.0239 -0.4104 0.0787l 0.1094,-0.9336 c 0.1129,0.0103 0.2291,0.0137 0.3488 0.0137c 0.1710,-0.0000 0.3488,-0.0103 0.5335 -0.0308l 0.0205,0.0103 l -0.0513,0.2223 c -0.1334,0.0137 -0.2428,0.0171 -0.3386 0.0171c -0.1539,-0.0000 -0.2702,-0.0137 -0.3899 -0.0274l -0.0650,0.5403 c 0.0718,-0.0274 0.1949,-0.0513 0.3283 -0.0513c 0.3625,-0.0000 0.5643,0.3146 0.5643 0.6292c 0.0000,0.3830 -0.2667,0.6771 -0.6532 0.6771c -0.1949,-0.0000 -0.4788,-0.1094 -0.4788 -0.2428c 0.0000,-0.0650 0.0547,-0.1094 0.1163 -0.1094c 0.0684,-0.0000 0.1129,0.0513 0.1539 0.1060c 0.0513,0.0616 0.1060,0.1300 0.2154 0.1300c 0.2189,-0.0000 0.4001,-0.2052 0.4001 -0.5027Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4133206743970644" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 10.6655,21.6743 h 1.5466 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 6.1475,26.8297 ZM 6.8964,24.9727 c -0.1471,-0.0000 -0.3625,0.1436 -0.3625 0.9404c 0.0000,0.2804 0.0513,0.8447 0.3522 0.8447c 0.0581,-0.0000 0.2223,-0.0376 0.2941 -0.3044c 0.0445,-0.1641 0.0684,-0.3693 0.0684 -0.6669c 0.0000,-0.4343 -0.1094,-0.6771 -0.2086 -0.7626c -0.0376,-0.0342 -0.0889,-0.0513 -0.1436 -0.0513ZM 6.8964,24.9727 ZM 6.8828,26.8707 c -0.3659,-0.0000 -0.6121,-0.4685 -0.6121 -0.9917c 0.0000,-0.6395 0.3044,-1.0259 0.6258 -1.0259c 0.1471,-0.0000 0.2941,0.0923 0.3933 0.2257c 0.1436,0.1915 0.2189,0.4480 0.2189 0.7694c 0.0000,0.7592 -0.3762,1.0225 -0.6258 1.0225ZM 7.6454,26.8297 ZM 7.8403,26.6894 c 0.0000,-0.0992 0.0821,-0.1812 0.1812 -0.1812c 0.0992,-0.0000 0.1812,0.0821 0.1812 0.1812c 0.0000,0.0992 -0.0821,0.1812 -0.1812 0.1812c -0.0992,-0.0000 -0.1812,-0.0821 -0.1812 -0.1812ZM 8.3943,26.8297 ZM 9.2766,25.6156 c 0.0000,-0.0239 0.0034,-0.0513 0.0342 -0.0684c 0.0376,-0.0274 0.0992,-0.0581 0.1505 -0.0581c 0.0445,-0.0000 0.0479,0.0376 0.0479 0.1060v 0.5506 h 0.2770 l -0.0205,0.1607 h -0.2565 v 0.2838 c 0.0000,0.0958 0.0137,0.1436 0.1129 0.1436h 0.0923 c 0.0205,-0.0000 0.0239,0.0171 0.0239 0.0239v 0.0752 c 0.0000,-0.0000 -0.2189,-0.0068 -0.3625 -0.0068c -0.1300,-0.0000 -0.3317,0.0068 -0.3317 0.0068v -0.0752 c 0.0000,-0.0068 0.0034,-0.0239 0.0239 -0.0239h 0.0923 c 0.1060,-0.0000 0.1163,-0.0445 0.1163 -0.1436v -0.2838 h -0.6703 c -0.0137,-0.0000 -0.0205,-0.0068 -0.0308 -0.0205l -0.0274,-0.0376 l -0.0410,-0.0718 c -0.0034,-0.0000 -0.0034,-0.0034 -0.0034 -0.0068c 0.0000,-0.0034 0.0034,-0.0068 0.0068 -0.0103c 0.2223,-0.2462 0.6156,-1.0088 0.7387 -1.2893c 0.0034,-0.0137 0.0103,-0.0171 0.0239 -0.0171c 0.0034,-0.0000 0.0787,0.0308 0.1197 0.0376c -0.1539,0.4138 -0.4070,0.8584 -0.6566 1.2551h 0.5403 v -0.5301 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4133206743970644" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 10.6655,26.8297 h 1.5466 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 6.1475,31.9850 ZM 6.8964,30.1280 c -0.1471,-0.0000 -0.3625,0.1436 -0.3625 0.9404c 0.0000,0.2804 0.0513,0.8447 0.3522 0.8447c 0.0581,-0.0000 0.2223,-0.0376 0.2941 -0.3044c 0.0445,-0.1641 0.0684,-0.3693 0.0684 -0.6669c 0.0000,-0.4343 -0.1094,-0.6771 -0.2086 -0.7626c -0.0376,-0.0342 -0.0889,-0.0513 -0.1436 -0.0513ZM 6.8964,30.1280 ZM 6.8828,32.0260 c -0.3659,-0.0000 -0.6121,-0.4685 -0.6121 -0.9917c 0.0000,-0.6395 0.3044,-1.0259 0.6258 -1.0259c 0.1471,-0.0000 0.2941,0.0923 0.3933 0.2257c 0.1436,0.1915 0.2189,0.4480 0.2189 0.7694c 0.0000,0.7592 -0.3762,1.0225 -0.6258 1.0225ZM 7.6454,31.9850 ZM 7.8403,31.8447 c 0.0000,-0.0992 0.0821,-0.1812 0.1812 -0.1812c 0.0992,-0.0000 0.1812,0.0821 0.1812 0.1812c 0.0000,0.0992 -0.0821,0.1812 -0.1812 0.1812c -0.0992,-0.0000 -0.1812,-0.0821 -0.1812 -0.1812ZM 8.3943,31.9850 ZM 9.1330,30.1143 c -0.0855,-0.0000 -0.3351,0.0479 -0.3351 0.2565c 0.0000,0.0616 -0.0239,0.1676 -0.1163 0.1676c -0.0889,-0.0000 -0.0958,-0.0992 -0.0958 -0.1094c 0.0000,-0.1060 0.1402,-0.4206 0.6156 -0.4206c 0.3317,-0.0000 0.4309,0.2086 0.4309 0.3454c 0.0000,0.0855 -0.0274,0.2565 -0.3351 0.4514c 0.1915,0.0308 0.4446,0.1710 0.4446 0.5266c 0.0000,0.4514 -0.3420,0.6942 -0.7284 0.6942c -0.1949,-0.0000 -0.4685,-0.0855 -0.4685 -0.2154c 0.0000,-0.0513 0.0513,-0.1094 0.1197 -0.1094c 0.0650,-0.0000 0.0958,0.0342 0.1265 0.0787c 0.0376,0.0581 0.0992,0.1402 0.2633 0.1402c 0.1129,-0.0000 0.4343,-0.1129 0.4343 -0.5437c 0.0000,-0.3659 -0.2565,-0.4241 -0.4412 -0.4241c -0.0308,-0.0000 -0.0684,0.0068 -0.1060 0.0137l -0.0137,-0.1026 c 0.2633,-0.0445 0.4822,-0.3009 0.4822 -0.4582c 0.0000,-0.1949 -0.1368,-0.2907 -0.2770 -0.2907Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4133206743970644" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 10.6655,31.9850 h 1.5466 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 6.1475,37.1403 ZM 6.8964,35.2833 c -0.1471,-0.0000 -0.3625,0.1436 -0.3625 0.9404c 0.0000,0.2804 0.0513,0.8447 0.3522 0.8447c 0.0581,-0.0000 0.2223,-0.0376 0.2941 -0.3044c 0.0445,-0.1641 0.0684,-0.3693 0.0684 -0.6669c 0.0000,-0.4343 -0.1094,-0.6771 -0.2086 -0.7626c -0.0376,-0.0342 -0.0889,-0.0513 -0.1436 -0.0513ZM 6.8964,35.2833 ZM 6.8828,37.1813 c -0.3659,-0.0000 -0.6121,-0.4685 -0.6121 -0.9917c 0.0000,-0.6395 0.3044,-1.0259 0.6258 -1.0259c 0.1471,-0.0000 0.2941,0.0923 0.3933 0.2257c 0.1436,0.1915 0.2189,0.4480 0.2189 0.7694c 0.0000,0.7592 -0.3762,1.0225 -0.6258 1.0225ZM 7.6454,37.1403 ZM 7.8403,37.0001 c 0.0000,-0.0992 0.0821,-0.1812 0.1812 -0.1812c 0.0992,-0.0000 0.1812,0.0821 0.1812 0.1812c 0.0000,0.0992 -0.0821,0.1812 -0.1812 0.1812c -0.0992,-0.0000 -0.1812,-0.0821 -0.1812 -0.1812ZM 8.3943,37.1403 ZM 8.5926,35.6253 c 0.0000,-0.1949 0.1881,-0.4617 0.5472 -0.4617c 0.2633,-0.0000 0.5711,0.0992 0.5711 0.4924c 0.0000,0.2599 -0.1334,0.3899 -0.3180 0.5677l -0.3249,0.3146 c -0.0171,0.0171 -0.2462,0.2428 -0.2462 0.4035h 0.5814 c 0.1163,-0.0000 0.1778,-0.0581 0.2257 -0.2462l 0.0855,0.0137 l -0.0684,0.4309 h -1.0567 c 0.0000,-0.1915 0.0308,-0.3386 0.3488 -0.6634l 0.2394,-0.2360 c 0.1915,-0.1949 0.2702,-0.3625 0.2702 -0.5711c 0.0000,-0.3112 -0.2120,-0.4001 -0.3283 -0.4001c -0.2360,-0.0000 -0.3009,0.1231 -0.3009 0.2052c 0.0000,0.0274 0.0068,0.0547 0.0137 0.0787c 0.0068,0.0239 0.0137,0.0479 0.0137 0.0752c 0.0000,0.0889 -0.0684,0.1231 -0.1231 0.1231c -0.0752,-0.0000 -0.1300,-0.0581 -0.1300 -0.1265Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4133206743970644" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 10.6655,37.1403 h 1.5466 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 6.1475,42.2956 ZM 6.8964,40.4386 c -0.1471,-0.0000 -0.3625,0.1436 -0.3625 0.9404c 0.0000,0.2804 0.0513,0.8447 0.3522 0.8447c 0.0581,-0.0000 0.2223,-0.0376 0.2941 -0.3044c 0.0445,-0.1641 0.0684,-0.3693 0.0684 -0.6669c 0.0000,-0.4343 -0.1094,-0.6771 -0.2086 -0.7626c -0.0376,-0.0342 -0.0889,-0.0513 -0.1436 -0.0513ZM 6.8964,40.4386 ZM 6.8828,42.3366 c -0.3659,-0.0000 -0.6121,-0.4685 -0.6121 -0.9917c 0.0000,-0.6395 0.3044,-1.0259 0.6258 -1.0259c 0.1471,-0.0000 0.2941,0.0923 0.3933 0.2257c 0.1436,0.1915 0.2189,0.4480 0.2189 0.7694c 0.0000,0.7592 -0.3762,1.0225 -0.6258 1.0225ZM 7.6454,42.2956 ZM 7.8403,42.1554 c 0.0000,-0.0992 0.0821,-0.1812 0.1812 -0.1812c 0.0992,-0.0000 0.1812,0.0821 0.1812 0.1812c 0.0000,0.0992 -0.0821,0.1812 -0.1812 0.1812c -0.0992,-0.0000 -0.1812,-0.0821 -0.1812 -0.1812ZM 8.3943,42.2956 ZM 9.0372,40.6643 c -0.0650,-0.0000 -0.2154,0.0616 -0.2907 0.0958l -0.0410,-0.1060 c 0.3009,-0.1402 0.4172,-0.2120 0.5882 -0.3351h 0.0650 v 1.7201 c 0.0000,0.1231 0.0171,0.1573 0.1300 0.1573h 0.1778 c 0.0103,-0.0000 0.0274,0.0068 0.0274 0.0274v 0.0752 l -0.4685,-0.0068 l -0.4753,0.0068 v -0.0752 c 0.0034,-0.0103 0.0068,-0.0274 0.0274 -0.0274h 0.2052 c 0.1300,-0.0000 0.1300,-0.0581 0.1300 -0.1573v -1.1764 c 0.0000,-0.1163 0.0000,-0.1983 -0.0752 -0.1983Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4133206743970644" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 10.6655,42.2956 h 1.5466 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 6.1475,47.4509 ZM 6.8964,45.5939 c -0.1471,-0.0000 -0.3625,0.1436 -0.3625 0.9404c 0.0000,0.2804 0.0513,0.8447 0.3522 0.8447c 0.0581,-0.0000 0.2223,-0.0376 0.2941 -0.3044c 0.0445,-0.1641 0.0684,-0.3693 0.0684 -0.6669c 0.0000,-0.4343 -0.1094,-0.6771 -0.2086 -0.7626c -0.0376,-0.0342 -0.0889,-0.0513 -0.1436 -0.0513ZM 6.8964,45.5939 ZM 6.8828,47.4919 c -0.3659,-0.0000 -0.6121,-0.4685 -0.6121 -0.9917c 0.0000,-0.6395 0.3044,-1.0259 0.6258 -1.0259c 0.1471,-0.0000 0.2941,0.0923 0.3933 0.2257c 0.1436,0.1915 0.2189,0.4480 0.2189 0.7694c 0.0000,0.7592 -0.3762,1.0225 -0.6258 1.0225ZM 7.6454,47.4509 ZM 7.8403,47.3107 c 0.0000,-0.0992 0.0821,-0.1812 0.1812 -0.1812c 0.0992,-0.0000 0.1812,0.0821 0.1812 0.1812c 0.0000,0.0992 -0.0821,0.1812 -0.1812 0.1812c -0.0992,-0.0000 -0.1812,-0.0821 -0.1812 -0.1812ZM 8.3943,47.4509 ZM 9.1432,45.5939 c -0.1471,-0.0000 -0.3625,0.1436 -0.3625 0.9404c 0.0000,0.2804 0.0513,0.8447 0.3522 0.8447c 0.0581,-0.0000 0.2223,-0.0376 0.2941 -0.3044c 0.0445,-0.1641 0.0684,-0.3693 0.0684 -0.6669c 0.0000,-0.4343 -0.1094,-0.6771 -0.2086 -0.7626c -0.0376,-0.0342 -0.0889,-0.0513 -0.1436 -0.0513ZM 9.1432,45.5939 ZM 9.1296,47.4919 c -0.3659,-0.0000 -0.6121,-0.4685 -0.6121 -0.9917c 0.0000,-0.6395 0.3044,-1.0259 0.6258 -1.0259c 0.1471,-0.0000 0.2941,0.0923 0.3933 0.2257c 0.1436,0.1915 0.2189,0.4480 0.2189 0.7694c 0.0000,0.7592 -0.3762,1.0225 -0.6258 1.0225Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4133206743970644" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 10.6655,47.4509 h 1.5466 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 5.0087,52.6062 ZM 5.9457,51.7991 h -0.7729 c -0.0308,-0.0000 -0.0513,-0.0274 -0.0513 -0.0581c 0.0000,-0.0547 0.0445,-0.1265 0.0855 -0.1265h 0.7831 c 0.0342,-0.0000 0.0479,0.0308 0.0479 0.0616c 0.0000,0.0376 -0.0479,0.1231 -0.0923 0.1231ZM 6.1475,52.6062 ZM 6.8964,50.7493 c -0.1471,-0.0000 -0.3625,0.1436 -0.3625 0.9404c 0.0000,0.2804 0.0513,0.8447 0.3522 0.8447c 0.0581,-0.0000 0.2223,-0.0376 0.2941 -0.3044c 0.0445,-0.1641 0.0684,-0.3693 0.0684 -0.6669c 0.0000,-0.4343 -0.1094,-0.6771 -0.2086 -0.7626c -0.0376,-0.0342 -0.0889,-0.0513 -0.1436 -0.0513ZM 6.8964,50.7493 ZM 6.8828,52.6472 c -0.3659,-0.0000 -0.6121,-0.4685 -0.6121 -0.9917c 0.0000,-0.6395 0.3044,-1.0259 0.6258 -1.0259c 0.1471,-0.0000 0.2941,0.0923 0.3933 0.2257c 0.1436,0.1915 0.2189,0.4480 0.2189 0.7694c 0.0000,0.7592 -0.3762,1.0225 -0.6258 1.0225ZM 7.6454,52.6062 ZM 7.8403,52.4660 c 0.0000,-0.0992 0.0821,-0.1812 0.1812 -0.1812c 0.0992,-0.0000 0.1812,0.0821 0.1812 0.1812c 0.0000,0.0992 -0.0821,0.1812 -0.1812 0.1812c -0.0992,-0.0000 -0.1812,-0.0821 -0.1812 -0.1812ZM 8.3943,52.6062 ZM 9.0372,50.9750 c -0.0650,-0.0000 -0.2154,0.0616 -0.2907 0.0958l -0.0410,-0.1060 c 0.3009,-0.1402 0.4172,-0.2120 0.5882 -0.3351h 0.0650 v 1.7201 c 0.0000,0.1231 0.0171,0.1573 0.1300 0.1573h 0.1778 c 0.0103,-0.0000 0.0274,0.0068 0.0274 0.0274v 0.0752 l -0.4685,-0.0068 l -0.4753,0.0068 v -0.0752 c 0.0034,-0.0103 0.0068,-0.0274 0.0274 -0.0274h 0.2052 c 0.1300,-0.0000 0.1300,-0.0581 0.1300 -0.1573v -1.1764 c 0.0000,-0.1163 0.0000,-0.1983 -0.0752 -0.1983Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4133206743970644" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 10.6655,52.6062 h 1.5466 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 5.0087,57.7615 ZM 5.9457,56.9544 h -0.7729 c -0.0308,-0.0000 -0.0513,-0.0274 -0.0513 -0.0581c 0.0000,-0.0547 0.0445,-0.1265 0.0855 -0.1265h 0.7831 c 0.0342,-0.0000 0.0479,0.0308 0.0479 0.0616c 0.0000,0.0376 -0.0479,0.1231 -0.0923 0.1231ZM 6.1475,57.7615 ZM 6.8964,55.9046 c -0.1471,-0.0000 -0.3625,0.1436 -0.3625 0.9404c 0.0000,0.2804 0.0513,0.8447 0.3522 0.8447c 0.0581,-0.0000 0.2223,-0.0376 0.2941 -0.3044c 0.0445,-0.1641 0.0684,-0.3693 0.0684 -0.6669c 0.0000,-0.4343 -0.1094,-0.6771 -0.2086 -0.7626c -0.0376,-0.0342 -0.0889,-0.0513 -0.1436 -0.0513ZM 6.8964,55.9046 ZM 6.8828,57.8025 c -0.3659,-0.0000 -0.6121,-0.4685 -0.6121 -0.9917c 0.0000,-0.6395 0.3044,-1.0259 0.6258 -1.0259c 0.1471,-0.0000 0.2941,0.0923 0.3933 0.2257c 0.1436,0.1915 0.2189,0.4480 0.2189 0.7694c 0.0000,0.7592 -0.3762,1.0225 -0.6258 1.0225ZM 7.6454,57.7615 ZM 7.8403,57.6213 c 0.0000,-0.0992 0.0821,-0.1812 0.1812 -0.1812c 0.0992,-0.0000 0.1812,0.0821 0.1812 0.1812c 0.0000,0.0992 -0.0821,0.1812 -0.1812 0.1812c -0.0992,-0.0000 -0.1812,-0.0821 -0.1812 -0.1812ZM 8.3943,57.7615 ZM 8.5926,56.2465 c 0.0000,-0.1949 0.1881,-0.4617 0.5472 -0.4617c 0.2633,-0.0000 0.5711,0.0992 0.5711 0.4924c 0.0000,0.2599 -0.1334,0.3899 -0.3180 0.5677l -0.3249,0.3146 c -0.0171,0.0171 -0.2462,0.2428 -0.2462 0.4035h 0.5814 c 0.1163,-0.0000 0.1778,-0.0581 0.2257 -0.2462l 0.0855,0.0137 l -0.0684,0.4309 h -1.0567 c 0.0000,-0.1915 0.0308,-0.3386 0.3488 -0.6634l 0.2394,-0.2360 c 0.1915,-0.1949 0.2702,-0.3625 0.2702 -0.5711c 0.0000,-0.3112 -0.2120,-0.4001 -0.3283 -0.4001c -0.2360,-0.0000 -0.3009,0.1231 -0.3009 0.2052c 0.0000,0.0274 0.0068,0.0547 0.0137 0.0787c 0.0068,0.0239 0.0137,0.0479 0.0137 0.0752c 0.0000,0.0889 -0.0684,0.1231 -0.1231 0.1231c -0.0752,-0.0000 -0.1300,-0.0581 -0.1300 -0.1265Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4133206743970644" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 10.6655,57.7615 h 1.5466 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 5.0087,62.9168 ZM 5.9457,62.1097 h -0.7729 c -0.0308,-0.0000 -0.0513,-0.0274 -0.0513 -0.0581c 0.0000,-0.0547 0.0445,-0.1265 0.0855 -0.1265h 0.7831 c 0.0342,-0.0000 0.0479,0.0308 0.0479 0.0616c 0.0000,0.0376 -0.0479,0.1231 -0.0923 0.1231ZM 6.1475,62.9168 ZM 6.8964,61.0599 c -0.1471,-0.0000 -0.3625,0.1436 -0.3625 0.9404c 0.0000,0.2804 0.0513,0.8447 0.3522 0.8447c 0.0581,-0.0000 0.2223,-0.0376 0.2941 -0.3044c 0.0445,-0.1641 0.0684,-0.3693 0.0684 -0.6669c 0.0000,-0.4343 -0.1094,-0.6771 -0.2086 -0.7626c -0.0376,-0.0342 -0.0889,-0.0513 -0.1436 -0.0513ZM 6.8964,61.0599 ZM 6.8828,62.9578 c -0.3659,-0.0000 -0.6121,-0.4685 -0.6121 -0.9917c 0.0000,-0.6395 0.3044,-1.0259 0.6258 -1.0259c 0.1471,-0.0000 0.2941,0.0923 0.3933 0.2257c 0.1436,0.1915 0.2189,0.4480 0.2189 0.7694c 0.0000,0.7592 -0.3762,1.0225 -0.6258 1.0225ZM 7.6454,62.9168 ZM 7.8403,62.7766 c 0.0000,-0.0992 0.0821,-0.1812 0.1812 -0.1812c 0.0992,-0.0000 0.1812,0.0821 0.1812 0.1812c 0.0000,0.0992 -0.0821,0.1812 -0.1812 0.1812c -0.0992,-0.0000 -0.1812,-0.0821 -0.1812 -0.1812ZM 8.3943,62.9168 ZM 9.1330,61.0462 c -0.0855,-0.0000 -0.3351,0.0479 -0.3351 0.2565c 0.0000,0.0616 -0.0239,0.1676 -0.1163 0.1676c -0.0889,-0.0000 -0.0958,-0.0992 -0.0958 -0.1094c 0.0000,-0.1060 0.1402,-0.4206 0.6156 -0.4206c 0.3317,-0.0000 0.4309,0.2086 0.4309 0.3454c 0.0000,0.0855 -0.0274,0.2565 -0.3351 0.4514c 0.1915,0.0308 0.4446,0.1710 0.4446 0.5266c 0.0000,0.4514 -0.3420,0.6942 -0.7284 0.6942c -0.1949,-0.0000 -0.4685,-0.0855 -0.4685 -0.2154c 0.0000,-0.0513 0.0513,-0.1094 0.1197 -0.1094c 0.0650,-0.0000 0.0958,0.0342 0.1265 0.0787c 0.0376,0.0581 0.0992,0.1402 0.2633 0.1402c 0.1129,-0.0000 0.4343,-0.1129 0.4343 -0.5437c 0.0000,-0.3659 -0.2565,-0.4241 -0.4412 -0.4241c -0.0308,-0.0000 -0.0684,0.0068 -0.1060 0.0137l -0.0137,-0.1026 c 0.2633,-0.0445 0.4822,-0.3009 0.4822 -0.4582c 0.0000,-0.1949 -0.1368,-0.2907 -0.2770 -0.2907Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4133206743970644" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 10.6655,62.9168 h 1.5466 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 5.0087,68.0721 ZM 5.9457,67.2650 h -0.7729 c -0.0308,-0.0000 -0.0513,-0.0274 -0.0513 -0.0581c 0.0000,-0.0547 0.0445,-0.1265 0.0855 -0.1265h 0.7831 c 0.0342,-0.0000 0.0479,0.0308 0.0479 0.0616c 0.0000,0.0376 -0.0479,0.1231 -0.0923 0.1231ZM 6.1475,68.0721 ZM 6.8964,66.2152 c -0.1471,-0.0000 -0.3625,0.1436 -0.3625 0.9404c 0.0000,0.2804 0.0513,0.8447 0.3522 0.8447c 0.0581,-0.0000 0.2223,-0.0376 0.2941 -0.3044c 0.0445,-0.1641 0.0684,-0.3693 0.0684 -0.6669c 0.0000,-0.4343 -0.1094,-0.6771 -0.2086 -0.7626c -0.0376,-0.0342 -0.0889,-0.0513 -0.1436 -0.0513ZM 6.8964,66.2152 ZM 6.8828,68.1131 c -0.3659,-0.0000 -0.6121,-0.4685 -0.6121 -0.9917c 0.0000,-0.6395 0.3044,-1.0259 0.6258 -1.0259c 0.1471,-0.0000 0.2941,0.0923 0.3933 0.2257c 0.1436,0.1915 0.2189,0.4480 0.2189 0.7694c 0.0000,0.7592 -0.3762,1.0225 -0.6258 1.0225ZM 7.6454,68.0721 ZM 7.8403,67.9319 c 0.0000,-0.0992 0.0821,-0.1812 0.1812 -0.1812c 0.0992,-0.0000 0.1812,0.0821 0.1812 0.1812c 0.0000,0.0992 -0.0821,0.1812 -0.1812 0.1812c -0.0992,-0.0000 -0.1812,-0.0821 -0.1812 -0.1812ZM 8.3943,68.0721 ZM 9.2766,66.8581 c 0.0000,-0.0239 0.0034,-0.0513 0.0342 -0.0684c 0.0376,-0.0274 0.0992,-0.0581 0.1505 -0.0581c 0.0445,-0.0000 0.0479,0.0376 0.0479 0.1060v 0.5506 h 0.2770 l -0.0205,0.1607 h -0.2565 v 0.2838 c 0.0000,0.0958 0.0137,0.1436 0.1129 0.1436h 0.0923 c 0.0205,-0.0000 0.0239,0.0171 0.0239 0.0239v 0.0752 c 0.0000,-0.0000 -0.2189,-0.0068 -0.3625 -0.0068c -0.1300,-0.0000 -0.3317,0.0068 -0.3317 0.0068v -0.0752 c 0.0000,-0.0068 0.0034,-0.0239 0.0239 -0.0239h 0.0923 c 0.1060,-0.0000 0.1163,-0.0445 0.1163 -0.1436v -0.2838 h -0.6703 c -0.0137,-0.0000 -0.0205,-0.0068 -0.0308 -0.0205l -0.0274,-0.0376 l -0.0410,-0.0718 c -0.0034,-0.0000 -0.0034,-0.0034 -0.0034 -0.0068c 0.0000,-0.0034 0.0034,-0.0068 0.0068 -0.0103c 0.2223,-0.2462 0.6156,-1.0088 0.7387 -1.2893c 0.0034,-0.0137 0.0103,-0.0171 0.0239 -0.0171c 0.0034,-0.0000 0.0787,0.0308 0.1197 0.0376c -0.1539,0.4138 -0.4070,0.8584 -0.6566 1.2551h 0.5403 v -0.5301 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4133206743970644" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 10.6655,68.0721 h 1.5466 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 5.0087,73.2274 ZM 5.9457,72.4203 h -0.7729 c -0.0308,-0.0000 -0.0513,-0.0274 -0.0513 -0.0581c 0.0000,-0.0547 0.0445,-0.1265 0.0855 -0.1265h 0.7831 c 0.0342,-0.0000 0.0479,0.0308 0.0479 0.0616c 0.0000,0.0376 -0.0479,0.1231 -0.0923 0.1231ZM 6.1475,73.2274 ZM 6.8964,71.3705 c -0.1471,-0.0000 -0.3625,0.1436 -0.3625 0.9404c 0.0000,0.2804 0.0513,0.8447 0.3522 0.8447c 0.0581,-0.0000 0.2223,-0.0376 0.2941 -0.3044c 0.0445,-0.1641 0.0684,-0.3693 0.0684 -0.6669c 0.0000,-0.4343 -0.1094,-0.6771 -0.2086 -0.7626c -0.0376,-0.0342 -0.0889,-0.0513 -0.1436 -0.0513ZM 6.8964,71.3705 ZM 6.8828,73.2685 c -0.3659,-0.0000 -0.6121,-0.4685 -0.6121 -0.9917c 0.0000,-0.6395 0.3044,-1.0259 0.6258 -1.0259c 0.1471,-0.0000 0.2941,0.0923 0.3933 0.2257c 0.1436,0.1915 0.2189,0.4480 0.2189 0.7694c 0.0000,0.7592 -0.3762,1.0225 -0.6258 1.0225ZM 7.6454,73.2274 ZM 7.8403,73.0872 c 0.0000,-0.0992 0.0821,-0.1812 0.1812 -0.1812c 0.0992,-0.0000 0.1812,0.0821 0.1812 0.1812c 0.0000,0.0992 -0.0821,0.1812 -0.1812 0.1812c -0.0992,-0.0000 -0.1812,-0.0821 -0.1812 -0.1812ZM 8.3943,73.2274 ZM 9.4510,72.6495 c 0.0000,-0.3522 -0.1915,-0.5266 -0.4035 -0.5266c -0.1573,-0.0000 -0.2770,0.0239 -0.4104 0.0787l 0.1094,-0.9336 c 0.1129,0.0103 0.2291,0.0137 0.3488 0.0137c 0.1710,-0.0000 0.3488,-0.0103 0.5335 -0.0308l 0.0205,0.0103 l -0.0513,0.2223 c -0.1334,0.0137 -0.2428,0.0171 -0.3386 0.0171c -0.1539,-0.0000 -0.2702,-0.0137 -0.3899 -0.0274l -0.0650,0.5403 c 0.0718,-0.0274 0.1949,-0.0513 0.3283 -0.0513c 0.3625,-0.0000 0.5643,0.3146 0.5643 0.6292c 0.0000,0.3830 -0.2667,0.6771 -0.6532 0.6771c -0.1949,-0.0000 -0.4788,-0.1094 -0.4788 -0.2428c 0.0000,-0.0650 0.0547,-0.1094 0.1163 -0.1094c 0.0684,-0.0000 0.1129,0.0513 0.1539 0.1060c 0.0513,0.0616 0.1060,0.1300 0.2154 0.1300c 0.2189,-0.0000 0.4001,-0.2052 0.4001 -0.5027Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4133206743970644" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 10.6655,73.2274 h 1.5466 "/></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 94.0455,75.3254 l -0.0000,-1.0311 h -77.3296 l -0.0000,1.0311 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 92.1732,79.6715 ZM 92.9221,77.8146 c -0.1471,-0.0000 -0.3625,0.1436 -0.3625 0.9404c 0.0000,0.2804 0.0513,0.8447 0.3522 0.8447c 0.0581,-0.0000 0.2223,-0.0376 0.2941 -0.3044c 0.0445,-0.1641 0.0684,-0.3693 0.0684 -0.6669c 0.0000,-0.4343 -0.1094,-0.6771 -0.2086 -0.7626c -0.0376,-0.0342 -0.0889,-0.0513 -0.1436 -0.0513ZM 92.9221,77.8146 ZM 92.9084,79.7126 c -0.3659,-0.0000 -0.6121,-0.4685 -0.6121 -0.9917c 0.0000,-0.6395 0.3044,-1.0259 0.6258 -1.0259c 0.1471,-0.0000 0.2941,0.0923 0.3933 0.2257c 0.1436,0.1915 0.2189,0.4480 0.2189 0.7694c 0.0000,0.7592 -0.3762,1.0225 -0.6258 1.0225ZM 93.6710,79.6715 ZM 93.8660,79.5313 c 0.0000,-0.0992 0.0821,-0.1812 0.1812 -0.1812c 0.0992,-0.0000 0.1812,0.0821 0.1812 0.1812c 0.0000,0.0992 -0.0821,0.1812 -0.1812 0.1812c -0.0992,-0.0000 -0.1812,-0.0821 -0.1812 -0.1812ZM 94.4200,79.6715 ZM 95.4767,79.0936 c 0.0000,-0.3522 -0.1915,-0.5266 -0.4035 -0.5266c -0.1573,-0.0000 -0.2770,0.0239 -0.4104 0.0787l 0.1094,-0.9336 c 0.1129,0.0103 0.2291,0.0137 0.3488 0.0137c 0.1710,-0.0000 0.3488,-0.0103 0.5335 -0.0308l 0.0205,0.0103 l -0.0513,0.2223 c -0.1334,0.0137 -0.2428,0.0171 -0.3386 0.0171c -0.1539,-0.0000 -0.2702,-0.0137 -0.3899 -0.0274l -0.0650,0.5403 c 0.0718,-0.0274 0.1949,-0.0513 0.3283 -0.0513c 0.3625,-0.0000 0.5643,0.3146 0.5643 0.6292c 0.0000,0.3830 -0.2667,0.6771 -0.6532 0.6771c -0.1949,-0.0000 -0.4788,-0.1094 -0.4788 -0.2428c 0.0000,-0.0650 0.0547,-0.1094 0.1163 -0.1094c 0.0684,-0.0000 0.1129,0.0513 0.1539 0.1060c 0.0513,0.0616 0.1060,0.1300 0.2154 0.1300c 0.2189,-0.0000 0.4001,-0.2052 0.4001 -0.5027Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4133206743970644" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 94.0455,74.2944 v 1.5466 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.4402,79.6715 ZM 85.1891,77.8146 c -0.1471,-0.0000 -0.3625,0.1436 -0.3625 0.9404c 0.0000,0.2804 0.0513,0.8447 0.3522 0.8447c 0.0581,-0.0000 0.2223,-0.0376 0.2941 -0.3044c 0.0445,-0.1641 0.0684,-0.3693 0.0684 -0.6669c 0.0000,-0.4343 -0.1094,-0.6771 -0.2086 -0.7626c -0.0376,-0.0342 -0.0889,-0.0513 -0.1436 -0.0513ZM 85.1891,77.8146 ZM 85.1755,79.7126 c -0.3659,-0.0000 -0.6121,-0.4685 -0.6121 -0.9917c 0.0000,-0.6395 0.3044,-1.0259 0.6258 -1.0259c 0.1471,-0.0000 0.2941,0.0923 0.3933 0.2257c 0.1436,0.1915 0.2189,0.4480 0.2189 0.7694c 0.0000,0.7592 -0.3762,1.0225 -0.6258 1.0225ZM 85.9381,79.6715 ZM 86.1330,79.5313 c 0.0000,-0.0992 0.0821,-0.1812 0.1812 -0.1812c 0.0992,-0.0000 0.1812,0.0821 0.1812 0.1812c 0.0000,0.0992 -0.0821,0.1812 -0.1812 0.1812c -0.0992,-0.0000 -0.1812,-0.0821 -0.1812 -0.1812ZM 86.6870,79.6715 ZM 87.5693,78.4575 c 0.0000,-0.0239 0.0034,-0.0513 0.0342 -0.0684c 0.0376,-0.0274 0.0992,-0.0581 0.1505 -0.0581c 0.0445,-0.0000 0.0479,0.0376 0.0479 0.1060v 0.5506 h 0.2770 l -0.0205,0.1607 h -0.2565 v 0.2838 c 0.0000,0.0958 0.0137,0.1436 0.1129 0.1436h 0.0923 c 0.0205,-0.0000 0.0239,0.0171 0.0239 0.0239v 0.0752 c 0.0000,-0.0000 -0.2189,-0.0068 -0.3625 -0.0068c -0.1300,-0.0000 -0.3317,0.0068 -0.3317 0.0068v -0.0752 c 0.0000,-0.0068 0.0034,-0.0239 0.0239 -0.0239h 0.0923 c 0.1060,-0.0000 0.1163,-0.0445 0.1163 -0.1436v -0.2838 h -0.6703 c -0.0137,-0.0000 -0.0205,-0.0068 -0.0308 -0.0205l -0.0274,-0.0376 l -0.0410,-0.0718 c -0.0034,-0.0000 -0.0034,-0.0034 -0.0034 -0.0068c 0.0000,-0.0034 0.0034,-0.0068 0.0068 -0.0103c 0.2223,-0.2462 0.6156,-1.0088 0.7387 -1.2893c 0.0034,-0.0137 0.0103,-0.0171 0.0239 -0.0171c 0.0034,-0.0000 0.0787,0.0308 0.1197 0.0376c -0.1539,0.4138 -0.4070,0.8584 -0.6566 1.2551h 0.5403 v -0.5301 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4133206743970644" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 86.3125,74.2944 v 1.5466 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.7072,79.6715 ZM 77.4562,77.8146 c -0.1471,-0.0000 -0.3625,0.1436 -0.3625 0.9404c 0.0000,0.2804 0.0513,0.8447 0.3522 0.8447c 0.0581,-0.0000 0.2223,-0.0376 0.2941 -0.3044c 0.0445,-0.1641 0.0684,-0.3693 0.0684 -0.6669c 0.0000,-0.4343 -0.1094,-0.6771 -0.2086 -0.7626c -0.0376,-0.0342 -0.0889,-0.0513 -0.1436 -0.0513ZM 77.4562,77.8146 ZM 77.4425,79.7126 c -0.3659,-0.0000 -0.6121,-0.4685 -0.6121 -0.9917c 0.0000,-0.6395 0.3044,-1.0259 0.6258 -1.0259c 0.1471,-0.0000 0.2941,0.0923 0.3933 0.2257c 0.1436,0.1915 0.2189,0.4480 0.2189 0.7694c 0.0000,0.7592 -0.3762,1.0225 -0.6258 1.0225ZM 78.2051,79.6715 ZM 78.4000,79.5313 c 0.0000,-0.0992 0.0821,-0.1812 0.1812 -0.1812c 0.0992,-0.0000 0.1812,0.0821 0.1812 0.1812c 0.0000,0.0992 -0.0821,0.1812 -0.1812 0.1812c -0.0992,-0.0000 -0.1812,-0.0821 -0.1812 -0.1812ZM 78.9540,79.6715 ZM 79.6927,77.8009 c -0.0855,-0.0000 -0.3351,0.0479 -0.3351 0.2565c 0.0000,0.0616 -0.0239,0.1676 -0.1163 0.1676c -0.0889,-0.0000 -0.0958,-0.0992 -0.0958 -0.1094c 0.0000,-0.1060 0.1402,-0.4206 0.6156 -0.4206c 0.3317,-0.0000 0.4309,0.2086 0.4309 0.3454c 0.0000,0.0855 -0.0274,0.2565 -0.3351 0.4514c 0.1915,0.0308 0.4446,0.1710 0.4446 0.5266c 0.0000,0.4514 -0.3420,0.6942 -0.7284 0.6942c -0.1949,-0.0000 -0.4685,-0.0855 -0.4685 -0.2154c 0.0000,-0.0513 0.0513,-0.1094 0.1197 -0.1094c 0.0650,-0.0000 0.0958,0.0342 0.1265 0.0787c 0.0376,0.0581 0.0992,0.1402 0.2633 0.1402c 0.1129,-0.0000 0.4343,-0.1129 0.4343 -0.5437c 0.0000,-0.3659 -0.2565,-0.4241 -0.4412 -0.4241c -0.0308,-0.0000 -0.0684,0.0068 -0.1060 0.0137l -0.0137,-0.1026 c 0.2633,-0.0445 0.4822,-0.3009 0.4822 -0.4582c 0.0000,-0.1949 -0.1368,-0.2907 -0.2770 -0.2907Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4133206743970644" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 78.5796,74.2944 v 1.5466 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 68.9743,79.6715 ZM 69.7232,77.8146 c -0.1471,-0.0000 -0.3625,0.1436 -0.3625 0.9404c 0.0000,0.2804 0.0513,0.8447 0.3522 0.8447c 0.0581,-0.0000 0.2223,-0.0376 0.2941 -0.3044c 0.0445,-0.1641 0.0684,-0.3693 0.0684 -0.6669c 0.0000,-0.4343 -0.1094,-0.6771 -0.2086 -0.7626c -0.0376,-0.0342 -0.0889,-0.0513 -0.1436 -0.0513ZM 69.7232,77.8146 ZM 69.7095,79.7126 c -0.3659,-0.0000 -0.6121,-0.4685 -0.6121 -0.9917c 0.0000,-0.6395 0.3044,-1.0259 0.6258 -1.0259c 0.1471,-0.0000 0.2941,0.0923 0.3933 0.2257c 0.1436,0.1915 0.2189,0.4480 0.2189 0.7694c 0.0000,0.7592 -0.3762,1.0225 -0.6258 1.0225ZM 70.4721,79.6715 ZM 70.6671,79.5313 c 0.0000,-0.0992 0.0821,-0.1812 0.1812 -0.1812c 0.0992,-0.0000 0.1812,0.0821 0.1812 0.1812c 0.0000,0.0992 -0.0821,0.1812 -0.1812 0.1812c -0.0992,-0.0000 -0.1812,-0.0821 -0.1812 -0.1812ZM 71.2211,79.6715 ZM 71.4194,78.1566 c 0.0000,-0.1949 0.1881,-0.4617 0.5472 -0.4617c 0.2633,-0.0000 0.5711,0.0992 0.5711 0.4924c 0.0000,0.2599 -0.1334,0.3899 -0.3180 0.5677l -0.3249,0.3146 c -0.0171,0.0171 -0.2462,0.2428 -0.2462 0.4035h 0.5814 c 0.1163,-0.0000 0.1778,-0.0581 0.2257 -0.2462l 0.0855,0.0137 l -0.0684,0.4309 h -1.0567 c 0.0000,-0.1915 0.0308,-0.3386 0.3488 -0.6634l 0.2394,-0.2360 c 0.1915,-0.1949 0.2702,-0.3625 0.2702 -0.5711c 0.0000,-0.3112 -0.2120,-0.4001 -0.3283 -0.4001c -0.2360,-0.0000 -0.3009,0.1231 -0.3009 0.2052c 0.0000,0.0274 0.0068,0.0547 0.0137 0.0787c 0.0068,0.0239 0.0137,0.0479 0.0137 0.0752c 0.0000,0.0889 -0.0684,0.1231 -0.1231 0.1231c -0.0752,-0.0000 -0.1300,-0.0581 -0.1300 -0.1265Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4133206743970644" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 70.8466,74.2944 v 1.5466 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 61.2413,79.6715 ZM 61.9903,77.8146 c -0.1471,-0.0000 -0.3625,0.1436 -0.3625 0.9404c 0.0000,0.2804 0.0513,0.8447 0.3522 0.8447c 0.0581,-0.0000 0.2223,-0.0376 0.2941 -0.3044c 0.0445,-0.1641 0.0684,-0.3693 0.0684 -0.6669c 0.0000,-0.4343 -0.1094,-0.6771 -0.2086 -0.7626c -0.0376,-0.0342 -0.0889,-0.0513 -0.1436 -0.0513ZM 61.9903,77.8146 ZM 61.9766,79.7126 c -0.3659,-0.0000 -0.6121,-0.4685 -0.6121 -0.9917c 0.0000,-0.6395 0.3044,-1.0259 0.6258 -1.0259c 0.1471,-0.0000 0.2941,0.0923 0.3933 0.2257c 0.1436,0.1915 0.2189,0.4480 0.2189 0.7694c 0.0000,0.7592 -0.3762,1.0225 -0.6258 1.0225ZM 62.7392,79.6715 ZM 62.9341,79.5313 c 0.0000,-0.0992 0.0821,-0.1812 0.1812 -0.1812c 0.0992,-0.0000 0.1812,0.0821 0.1812 0.1812c 0.0000,0.0992 -0.0821,0.1812 -0.1812 0.1812c -0.0992,-0.0000 -0.1812,-0.0821 -0.1812 -0.1812ZM 63.4881,79.6715 ZM 64.1310,78.0403 c -0.0650,-0.0000 -0.2154,0.0616 -0.2907 0.0958l -0.0410,-0.1060 c 0.3009,-0.1402 0.4172,-0.2120 0.5882 -0.3351h 0.0650 v 1.7201 c 0.0000,0.1231 0.0171,0.1573 0.1300 0.1573h 0.1778 c 0.0103,-0.0000 0.0274,0.0068 0.0274 0.0274v 0.0752 l -0.4685,-0.0068 l -0.4753,0.0068 v -0.0752 c 0.0034,-0.0103 0.0068,-0.0274 0.0274 -0.0274h 0.2052 c 0.1300,-0.0000 0.1300,-0.0581 0.1300 -0.1573v -1.1764 c 0.0000,-0.1163 0.0000,-0.1983 -0.0752 -0.1983Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4133206743970644" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 63.1137,74.2944 v 1.5466 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.5084,79.6715 ZM 54.2573,77.8146 c -0.1471,-0.0000 -0.3625,0.1436 -0.3625 0.9404c 0.0000,0.2804 0.0513,0.8447 0.3522 0.8447c 0.0581,-0.0000 0.2223,-0.0376 0.2941 -0.3044c 0.0445,-0.1641 0.0684,-0.3693 0.0684 -0.6669c 0.0000,-0.4343 -0.1094,-0.6771 -0.2086 -0.7626c -0.0376,-0.0342 -0.0889,-0.0513 -0.1436 -0.0513ZM 54.2573,77.8146 ZM 54.2436,79.7126 c -0.3659,-0.0000 -0.6121,-0.4685 -0.6121 -0.9917c 0.0000,-0.6395 0.3044,-1.0259 0.6258 -1.0259c 0.1471,-0.0000 0.2941,0.0923 0.3933 0.2257c 0.1436,0.1915 0.2189,0.4480 0.2189 0.7694c 0.0000,0.7592 -0.3762,1.0225 -0.6258 1.0225ZM 55.0062,79.6715 ZM 55.2012,79.5313 c 0.0000,-0.0992 0.0821,-0.1812 0.1812 -0.1812c 0.0992,-0.0000 0.1812,0.0821 0.1812 0.1812c 0.0000,0.0992 -0.0821,0.1812 -0.1812 0.1812c -0.0992,-0.0000 -0.1812,-0.0821 -0.1812 -0.1812ZM 55.7552,79.6715 ZM 56.5041,77.8146 c -0.1471,-0.0000 -0.3625,0.1436 -0.3625 0.9404c 0.0000,0.2804 0.0513,0.8447 0.3522 0.8447c 0.0581,-0.0000 0.2223,-0.0376 0.2941 -0.3044c 0.0445,-0.1641 0.0684,-0.3693 0.0684 -0.6669c 0.0000,-0.4343 -0.1094,-0.6771 -0.2086 -0.7626c -0.0376,-0.0342 -0.0889,-0.0513 -0.1436 -0.0513ZM 56.5041,77.8146 ZM 56.4904,79.7126 c -0.3659,-0.0000 -0.6121,-0.4685 -0.6121 -0.9917c 0.0000,-0.6395 0.3044,-1.0259 0.6258 -1.0259c 0.1471,-0.0000 0.2941,0.0923 0.3933 0.2257c 0.1436,0.1915 0.2189,0.4480 0.2189 0.7694c 0.0000,0.7592 -0.3762,1.0225 -0.6258 1.0225Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4133206743970644" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 55.3807,74.2944 v 1.5466 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 45.2060,79.6715 ZM 46.1430,78.8645 h -0.7729 c -0.0308,-0.0000 -0.0513,-0.0274 -0.0513 -0.0581c 0.0000,-0.0547 0.0445,-0.1265 0.0855 -0.1265h 0.7831 c 0.0342,-0.0000 0.0479,0.0308 0.0479 0.0616c 0.0000,0.0376 -0.0479,0.1231 -0.0923 0.1231ZM 46.3448,79.6715 ZM 47.0937,77.8146 c -0.1471,-0.0000 -0.3625,0.1436 -0.3625 0.9404c 0.0000,0.2804 0.0513,0.8447 0.3522 0.8447c 0.0581,-0.0000 0.2223,-0.0376 0.2941 -0.3044c 0.0445,-0.1641 0.0684,-0.3693 0.0684 -0.6669c 0.0000,-0.4343 -0.1094,-0.6771 -0.2086 -0.7626c -0.0376,-0.0342 -0.0889,-0.0513 -0.1436 -0.0513ZM 47.0937,77.8146 ZM 47.0800,79.7126 c -0.3659,-0.0000 -0.6121,-0.4685 -0.6121 -0.9917c 0.0000,-0.6395 0.3044,-1.0259 0.6258 -1.0259c 0.1471,-0.0000 0.2941,0.0923 0.3933 0.2257c 0.1436,0.1915 0.2189,0.4480 0.2189 0.7694c 0.0000,0.7592 -0.3762,1.0225 -0.6258 1.0225ZM 47.8427,79.6715 ZM 48.0376,79.5313 c 0.0000,-0.0992 0.0821,-0.1812 0.1812 -0.1812c 0.0992,-0.0000 0.1812,0.0821 0.1812 0.1812c 0.0000,0.0992 -0.0821,0.1812 -0.1812 0.1812c -0.0992,-0.0000 -0.1812,-0.0821 -0.1812 -0.1812ZM 48.5916,79.6715 ZM 49.2345,78.0403 c -0.0650,-0.0000 -0.2154,0.0616 -0.2907 0.0958l -0.0410,-0.1060 c 0.3009,-0.1402 0.4172,-0.2120 0.5882 -0.3351h 0.0650 v 1.7201 c 0.0000,0.1231 0.0171,0.1573 0.1300 0.1573h 0.1778 c 0.0103,-0.0000 0.0274,0.0068 0.0274 0.0274v 0.0752 l -0.4685,-0.0068 l -0.4753,0.0068 v -0.0752 c 0.0034,-0.0103 0.0068,-0.0274 0.0274 -0.0274h 0.2052 c 0.1300,-0.0000 0.1300,-0.0581 0.1300 -0.1573v -1.1764 c 0.0000,-0.1163 0.0000,-0.1983 -0.0752 -0.1983Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4133206743970644" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 47.6477,74.2944 v 1.5466 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 37.4731,79.6715 ZM 38.4101,78.8645 h -0.7729 c -0.0308,-0.0000 -0.0513,-0.0274 -0.0513 -0.0581c 0.0000,-0.0547 0.0445,-0.1265 0.0855 -0.1265h 0.7831 c 0.0342,-0.0000 0.0479,0.0308 0.0479 0.0616c 0.0000,0.0376 -0.0479,0.1231 -0.0923 0.1231ZM 38.6118,79.6715 ZM 39.3608,77.8146 c -0.1471,-0.0000 -0.3625,0.1436 -0.3625 0.9404c 0.0000,0.2804 0.0513,0.8447 0.3522 0.8447c 0.0581,-0.0000 0.2223,-0.0376 0.2941 -0.3044c 0.0445,-0.1641 0.0684,-0.3693 0.0684 -0.6669c 0.0000,-0.4343 -0.1094,-0.6771 -0.2086 -0.7626c -0.0376,-0.0342 -0.0889,-0.0513 -0.1436 -0.0513ZM 39.3608,77.8146 ZM 39.3471,79.7126 c -0.3659,-0.0000 -0.6121,-0.4685 -0.6121 -0.9917c 0.0000,-0.6395 0.3044,-1.0259 0.6258 -1.0259c 0.1471,-0.0000 0.2941,0.0923 0.3933 0.2257c 0.1436,0.1915 0.2189,0.4480 0.2189 0.7694c 0.0000,0.7592 -0.3762,1.0225 -0.6258 1.0225ZM 40.1097,79.6715 ZM 40.3046,79.5313 c 0.0000,-0.0992 0.0821,-0.1812 0.1812 -0.1812c 0.0992,-0.0000 0.1812,0.0821 0.1812 0.1812c 0.0000,0.0992 -0.0821,0.1812 -0.1812 0.1812c -0.0992,-0.0000 -0.1812,-0.0821 -0.1812 -0.1812ZM 40.8586,79.6715 ZM 41.0570,78.1566 c 0.0000,-0.1949 0.1881,-0.4617 0.5472 -0.4617c 0.2633,-0.0000 0.5711,0.0992 0.5711 0.4924c 0.0000,0.2599 -0.1334,0.3899 -0.3180 0.5677l -0.3249,0.3146 c -0.0171,0.0171 -0.2462,0.2428 -0.2462 0.4035h 0.5814 c 0.1163,-0.0000 0.1778,-0.0581 0.2257 -0.2462l 0.0855,0.0137 l -0.0684,0.4309 h -1.0567 c 0.0000,-0.1915 0.0308,-0.3386 0.3488 -0.6634l 0.2394,-0.2360 c 0.1915,-0.1949 0.2702,-0.3625 0.2702 -0.5711c 0.0000,-0.3112 -0.2120,-0.4001 -0.3283 -0.4001c -0.2360,-0.0000 -0.3009,0.1231 -0.3009 0.2052c 0.0000,0.0274 0.0068,0.0547 0.0137 0.0787c 0.0068,0.0239 0.0137,0.0479 0.0137 0.0752c 0.0000,0.0889 -0.0684,0.1231 -0.1231 0.1231c -0.0752,-0.0000 -0.1300,-0.0581 -0.1300 -0.1265Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4133206743970644" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 39.9148,74.2944 v 1.5466 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 29.7401,79.6715 ZM 30.6771,78.8645 h -0.7729 c -0.0308,-0.0000 -0.0513,-0.0274 -0.0513 -0.0581c 0.0000,-0.0547 0.0445,-0.1265 0.0855 -0.1265h 0.7831 c 0.0342,-0.0000 0.0479,0.0308 0.0479 0.0616c 0.0000,0.0376 -0.0479,0.1231 -0.0923 0.1231ZM 30.8789,79.6715 ZM 31.6278,77.8146 c -0.1471,-0.0000 -0.3625,0.1436 -0.3625 0.9404c 0.0000,0.2804 0.0513,0.8447 0.3522 0.8447c 0.0581,-0.0000 0.2223,-0.0376 0.2941 -0.3044c 0.0445,-0.1641 0.0684,-0.3693 0.0684 -0.6669c 0.0000,-0.4343 -0.1094,-0.6771 -0.2086 -0.7626c -0.0376,-0.0342 -0.0889,-0.0513 -0.1436 -0.0513ZM 31.6278,77.8146 ZM 31.6141,79.7126 c -0.3659,-0.0000 -0.6121,-0.4685 -0.6121 -0.9917c 0.0000,-0.6395 0.3044,-1.0259 0.6258 -1.0259c 0.1471,-0.0000 0.2941,0.0923 0.3933 0.2257c 0.1436,0.1915 0.2189,0.4480 0.2189 0.7694c 0.0000,0.7592 -0.3762,1.0225 -0.6258 1.0225ZM 32.3767,79.6715 ZM 32.5717,79.5313 c 0.0000,-0.0992 0.0821,-0.1812 0.1812 -0.1812c 0.0992,-0.0000 0.1812,0.0821 0.1812 0.1812c 0.0000,0.0992 -0.0821,0.1812 -0.1812 0.1812c -0.0992,-0.0000 -0.1812,-0.0821 -0.1812 -0.1812ZM 33.1257,79.6715 ZM 33.8643,77.8009 c -0.0855,-0.0000 -0.3351,0.0479 -0.3351 0.2565c 0.0000,0.0616 -0.0239,0.1676 -0.1163 0.1676c -0.0889,-0.0000 -0.0958,-0.0992 -0.0958 -0.1094c 0.0000,-0.1060 0.1402,-0.4206 0.6156 -0.4206c 0.3317,-0.0000 0.4309,0.2086 0.4309 0.3454c 0.0000,0.0855 -0.0274,0.2565 -0.3351 0.4514c 0.1915,0.0308 0.4446,0.1710 0.4446 0.5266c 0.0000,0.4514 -0.3420,0.6942 -0.7284 0.6942c -0.1949,-0.0000 -0.4685,-0.0855 -0.4685 -0.2154c 0.0000,-0.0513 0.0513,-0.1094 0.1197 -0.1094c 0.0650,-0.0000 0.0958,0.0342 0.1265 0.0787c 0.0376,0.0581 0.0992,0.1402 0.2633 0.1402c 0.1129,-0.0000 0.4343,-0.1129 0.4343 -0.5437c 0.0000,-0.3659 -0.2565,-0.4241 -0.4412 -0.4241c -0.0308,-0.0000 -0.0684,0.0068 -0.1060 0.0137l -0.0137,-0.1026 c 0.2633,-0.0445 0.4822,-0.3009 0.4822 -0.4582c 0.0000,-0.1949 -0.1368,-0.2907 -0.2770 -0.2907Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4133206743970644" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 32.1818,74.2944 v 1.5466 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 22.0071,79.6715 ZM 22.9442,78.8645 h -0.7729 c -0.0308,-0.0000 -0.0513,-0.0274 -0.0513 -0.0581c 0.0000,-0.0547 0.0445,-0.1265 0.0855 -0.1265h 0.7831 c 0.0342,-0.0000 0.0479,0.0308 0.0479 0.0616c 0.0000,0.0376 -0.0479,0.1231 -0.0923 0.1231ZM 23.1459,79.6715 ZM 23.8948,77.8146 c -0.1471,-0.0000 -0.3625,0.1436 -0.3625 0.9404c 0.0000,0.2804 0.0513,0.8447 0.3522 0.8447c 0.0581,-0.0000 0.2223,-0.0376 0.2941 -0.3044c 0.0445,-0.1641 0.0684,-0.3693 0.0684 -0.6669c 0.0000,-0.4343 -0.1094,-0.6771 -0.2086 -0.7626c -0.0376,-0.0342 -0.0889,-0.0513 -0.1436 -0.0513ZM 23.8948,77.8146 ZM 23.8812,79.7126 c -0.3659,-0.0000 -0.6121,-0.4685 -0.6121 -0.9917c 0.0000,-0.6395 0.3044,-1.0259 0.6258 -1.0259c 0.1471,-0.0000 0.2941,0.0923 0.3933 0.2257c 0.1436,0.1915 0.2189,0.4480 0.2189 0.7694c 0.0000,0.7592 -0.3762,1.0225 -0.6258 1.0225ZM 24.6438,79.6715 ZM 24.8387,79.5313 c 0.0000,-0.0992 0.0821,-0.1812 0.1812 -0.1812c 0.0992,-0.0000 0.1812,0.0821 0.1812 0.1812c 0.0000,0.0992 -0.0821,0.1812 -0.1812 0.1812c -0.0992,-0.0000 -0.1812,-0.0821 -0.1812 -0.1812ZM 25.3927,79.6715 ZM 26.2750,78.4575 c 0.0000,-0.0239 0.0034,-0.0513 0.0342 -0.0684c 0.0376,-0.0274 0.0992,-0.0581 0.1505 -0.0581c 0.0445,-0.0000 0.0479,0.0376 0.0479 0.1060v 0.5506 h 0.2770 l -0.0205,0.1607 h -0.2565 v 0.2838 c 0.0000,0.0958 0.0137,0.1436 0.1129 0.1436h 0.0923 c 0.0205,-0.0000 0.0239,0.0171 0.0239 0.0239v 0.0752 c 0.0000,-0.0000 -0.2189,-0.0068 -0.3625 -0.0068c -0.1300,-0.0000 -0.3317,0.0068 -0.3317 0.0068v -0.0752 c 0.0000,-0.0068 0.0034,-0.0239 0.0239 -0.0239h 0.0923 c 0.1060,-0.0000 0.1163,-0.0445 0.1163 -0.1436v -0.2838 h -0.6703 c -0.0137,-0.0000 -0.0205,-0.0068 -0.0308 -0.0205l -0.0274,-0.0376 l -0.0410,-0.0718 c -0.0034,-0.0000 -0.0034,-0.0034 -0.0034 -0.0068c 0.0000,-0.0034 0.0034,-0.0068 0.0068 -0.0103c 0.2223,-0.2462 0.6156,-1.0088 0.7387 -1.2893c 0.0034,-0.0137 0.0103,-0.0171 0.0239 -0.0171c 0.0034,-0.0000 0.0787,0.0308 0.1197 0.0376c -0.1539,0.4138 -0.4070,0.8584 -0.6566 1.2551h 0.5403 v -0.5301 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4133206743970644" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 24.4489,74.2944 v 1.5466 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 14.2742,79.6715 ZM 15.2112,78.8645 h -0.7729 c -0.0308,-0.0000 -0.0513,-0.0274 -0.0513 -0.0581c 0.0000,-0.0547 0.0445,-0.1265 0.0855 -0.1265h 0.7831 c 0.0342,-0.0000 0.0479,0.0308 0.0479 0.0616c 0.0000,0.0376 -0.0479,0.1231 -0.0923 0.1231ZM 15.4130,79.6715 ZM 16.1619,77.8146 c -0.1471,-0.0000 -0.3625,0.1436 -0.3625 0.9404c 0.0000,0.2804 0.0513,0.8447 0.3522 0.8447c 0.0581,-0.0000 0.2223,-0.0376 0.2941 -0.3044c 0.0445,-0.1641 0.0684,-0.3693 0.0684 -0.6669c 0.0000,-0.4343 -0.1094,-0.6771 -0.2086 -0.7626c -0.0376,-0.0342 -0.0889,-0.0513 -0.1436 -0.0513ZM 16.1619,77.8146 ZM 16.1482,79.7126 c -0.3659,-0.0000 -0.6121,-0.4685 -0.6121 -0.9917c 0.0000,-0.6395 0.3044,-1.0259 0.6258 -1.0259c 0.1471,-0.0000 0.2941,0.0923 0.3933 0.2257c 0.1436,0.1915 0.2189,0.4480 0.2189 0.7694c 0.0000,0.7592 -0.3762,1.0225 -0.6258 1.0225ZM 16.9108,79.6715 ZM 17.1057,79.5313 c 0.0000,-0.0992 0.0821,-0.1812 0.1812 -0.1812c 0.0992,-0.0000 0.1812,0.0821 0.1812 0.1812c 0.0000,0.0992 -0.0821,0.1812 -0.1812 0.1812c -0.0992,-0.0000 -0.1812,-0.0821 -0.1812 -0.1812ZM 17.6597,79.6715 ZM 18.7165,79.0936 c 0.0000,-0.3522 -0.1915,-0.5266 -0.4035 -0.5266c -0.1573,-0.0000 -0.2770,0.0239 -0.4104 0.0787l 0.1094,-0.9336 c 0.1129,0.0103 0.2291,0.0137 0.3488 0.0137c 0.1710,-0.0000 0.3488,-0.0103 0.5335 -0.0308l 0.0205,0.0103 l -0.0513,0.2223 c -0.1334,0.0137 -0.2428,0.0171 -0.3386 0.0171c -0.1539,-0.0000 -0.2702,-0.0137 -0.3899 -0.0274l -0.0650,0.5403 c 0.0718,-0.0274 0.1949,-0.0513 0.3283 -0.0513c 0.3625,-0.0000 0.5643,0.3146 0.5643 0.6292c 0.0000,0.3830 -0.2667,0.6771 -0.6532 0.6771c -0.1949,-0.0000 -0.4788,-0.1094 -0.4788 -0.2428c 0.0000,-0.0650 0.0547,-0.1094 0.1163 -0.1094c 0.0684,-0.0000 0.1129,0.0513 0.1539 0.1060c 0.0513,0.0616 0.1060,0.1300 0.2154 0.1300c 0.2189,-0.0000 0.4001,-0.2052 0.4001 -0.5027Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4133206743970644" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 16.7159,74.2944 v 1.5466 "/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 93.7608,72.2323 l -0.0000,-51.5531 h -77.3296 l -0.0000,51.5531 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 57.0960,46.4557 c 0.0000,-1.1046 -0.8954,-2.0000 -2.0000 -2.0000c -1.1046,-0.0000 -2.0000,0.8954 -2.0000 2.0000c -0.0000,1.1046 0.8954,2.0000 2.0000 2.0000c 1.1046,0.0000 2.0000,-0.8954 2.0000 -2.0000Z"/></g></svg>+    "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.1" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 15.2859,81.0032 l -0.0000,-71.9555 h -1.4391 l -0.0000,71.9555 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 6.8213,10.4869 ZM 7.8666,7.8951 c -0.2052,-0.0000 -0.5060,0.2005 -0.5060 1.3126c 0.0000,0.3914 0.0716,1.1790 0.4916 1.1790c 0.0811,-0.0000 0.3103,-0.0525 0.4105 -0.4248c 0.0621,-0.2291 0.0955,-0.5155 0.0955 -0.9308c 0.0000,-0.6062 -0.1527,-0.9451 -0.2912 -1.0644c -0.0525,-0.0477 -0.1241,-0.0716 -0.2005 -0.0716ZM 7.8666,7.8951 ZM 7.8475,10.5442 c -0.5107,-0.0000 -0.8544,-0.6539 -0.8544 -1.3842c 0.0000,-0.8926 0.4248,-1.4319 0.8735 -1.4319c 0.2052,-0.0000 0.4105,0.1289 0.5489 0.3150c 0.2005,0.2673 0.3055,0.6253 0.3055 1.0740c 0.0000,1.0596 -0.5250,1.4272 -0.8735 1.4272ZM 8.9119,10.4869 ZM 9.1840,10.2912 c 0.0000,-0.1384 0.1146,-0.2530 0.2530 -0.2530c 0.1384,-0.0000 0.2530,0.1146 0.2530 0.2530c 0.0000,0.1384 -0.1146,0.2530 -0.2530 0.2530c -0.1384,-0.0000 -0.2530,-0.1146 -0.2530 -0.2530ZM 9.9572,10.4869 ZM 11.4321,9.6802 c 0.0000,-0.4916 -0.2673,-0.7351 -0.5632 -0.7351c -0.2196,-0.0000 -0.3866,0.0334 -0.5728 0.1098l 0.1527,-1.3031 c 0.1575,0.0143 0.3198,0.0191 0.4869 0.0191c 0.2387,-0.0000 0.4869,-0.0143 0.7446 -0.0430l 0.0286,0.0143 l -0.0716,0.3103 c -0.1862,0.0191 -0.3389,0.0239 -0.4725 0.0239c -0.2148,-0.0000 -0.3771,-0.0191 -0.5441 -0.0382l -0.0907,0.7542 c 0.1002,-0.0382 0.2721,-0.0716 0.4582 -0.0716c 0.5060,-0.0000 0.7876,0.4391 0.7876 0.8783c 0.0000,0.5346 -0.3723,0.9451 -0.9117 0.9451c -0.2721,-0.0000 -0.6682,-0.1527 -0.6682 -0.3389c 0.0000,-0.0907 0.0764,-0.1527 0.1623 -0.1527c 0.0955,-0.0000 0.1575,0.0716 0.2148 0.1480c 0.0716,0.0859 0.1480,0.1814 0.3007 0.1814c 0.3055,-0.0000 0.5585,-0.2864 0.5585 -0.7017Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.48816447447119504" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 13.1272,9.0478 h 2.1587 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 6.8213,17.6824 ZM 7.8666,15.0906 c -0.2052,-0.0000 -0.5060,0.2005 -0.5060 1.3126c 0.0000,0.3914 0.0716,1.1790 0.4916 1.1790c 0.0811,-0.0000 0.3103,-0.0525 0.4105 -0.4248c 0.0621,-0.2291 0.0955,-0.5155 0.0955 -0.9308c 0.0000,-0.6062 -0.1527,-0.9451 -0.2912 -1.0644c -0.0525,-0.0477 -0.1241,-0.0716 -0.2005 -0.0716ZM 7.8666,15.0906 ZM 7.8475,17.7397 c -0.5107,-0.0000 -0.8544,-0.6539 -0.8544 -1.3842c 0.0000,-0.8926 0.4248,-1.4319 0.8735 -1.4319c 0.2052,-0.0000 0.4105,0.1289 0.5489 0.3150c 0.2005,0.2673 0.3055,0.6253 0.3055 1.0740c 0.0000,1.0596 -0.5250,1.4272 -0.8735 1.4272ZM 8.9119,17.6824 ZM 9.1840,17.4867 c 0.0000,-0.1384 0.1146,-0.2530 0.2530 -0.2530c 0.1384,-0.0000 0.2530,0.1146 0.2530 0.2530c 0.0000,0.1384 -0.1146,0.2530 -0.2530 0.2530c -0.1384,-0.0000 -0.2530,-0.1146 -0.2530 -0.2530ZM 9.9572,17.6824 ZM 11.1887,15.9880 c 0.0000,-0.0334 0.0048,-0.0716 0.0477 -0.0955c 0.0525,-0.0382 0.1384,-0.0811 0.2100 -0.0811c 0.0621,-0.0000 0.0668,0.0525 0.0668 0.1480v 0.7685 h 0.3866 l -0.0286,0.2243 h -0.3580 v 0.3962 c 0.0000,0.1336 0.0191,0.2005 0.1575 0.2005h 0.1289 c 0.0286,-0.0000 0.0334,0.0239 0.0334 0.0334v 0.1050 c 0.0000,-0.0000 -0.3055,-0.0095 -0.5060 -0.0095c -0.1814,-0.0000 -0.4630,0.0095 -0.4630 0.0095v -0.1050 c 0.0000,-0.0095 0.0048,-0.0334 0.0334 -0.0334h 0.1289 c 0.1480,-0.0000 0.1623,-0.0621 0.1623 -0.2005v -0.3962 h -0.9355 c -0.0191,-0.0000 -0.0286,-0.0095 -0.0430 -0.0286l -0.0382,-0.0525 l -0.0573,-0.1002 c -0.0048,-0.0000 -0.0048,-0.0048 -0.0048 -0.0095c 0.0000,-0.0048 0.0048,-0.0095 0.0095 -0.0143c 0.3103,-0.3437 0.8592,-1.4081 1.0310 -1.7995c 0.0048,-0.0191 0.0143,-0.0239 0.0334 -0.0239c 0.0048,-0.0000 0.1098,0.0430 0.1671 0.0525c -0.2148,0.5776 -0.5680,1.1981 -0.9164 1.7518h 0.7542 v -0.7398 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.48816447447119504" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 13.1272,16.2433 h 2.1587 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 6.8213,24.8780 ZM 7.8666,22.2861 c -0.2052,-0.0000 -0.5060,0.2005 -0.5060 1.3126c 0.0000,0.3914 0.0716,1.1790 0.4916 1.1790c 0.0811,-0.0000 0.3103,-0.0525 0.4105 -0.4248c 0.0621,-0.2291 0.0955,-0.5155 0.0955 -0.9308c 0.0000,-0.6062 -0.1527,-0.9451 -0.2912 -1.0644c -0.0525,-0.0477 -0.1241,-0.0716 -0.2005 -0.0716ZM 7.8666,22.2861 ZM 7.8475,24.9352 c -0.5107,-0.0000 -0.8544,-0.6539 -0.8544 -1.3842c 0.0000,-0.8926 0.4248,-1.4319 0.8735 -1.4319c 0.2052,-0.0000 0.4105,0.1289 0.5489 0.3150c 0.2005,0.2673 0.3055,0.6253 0.3055 1.0740c 0.0000,1.0596 -0.5250,1.4272 -0.8735 1.4272ZM 8.9119,24.8780 ZM 9.1840,24.6823 c 0.0000,-0.1384 0.1146,-0.2530 0.2530 -0.2530c 0.1384,-0.0000 0.2530,0.1146 0.2530 0.2530c 0.0000,0.1384 -0.1146,0.2530 -0.2530 0.2530c -0.1384,-0.0000 -0.2530,-0.1146 -0.2530 -0.2530ZM 9.9572,24.8780 ZM 10.9882,22.2671 c -0.1193,-0.0000 -0.4678,0.0668 -0.4678 0.3580c 0.0000,0.0859 -0.0334,0.2339 -0.1623 0.2339c -0.1241,-0.0000 -0.1336,-0.1384 -0.1336 -0.1527c 0.0000,-0.1480 0.1957,-0.5871 0.8592 -0.5871c 0.4630,-0.0000 0.6014,0.2912 0.6014 0.4821c 0.0000,0.1193 -0.0382,0.3580 -0.4678 0.6301c 0.2673,0.0430 0.6205,0.2387 0.6205 0.7351c 0.0000,0.6301 -0.4773,0.9690 -1.0167 0.9690c -0.2721,-0.0000 -0.6539,-0.1193 -0.6539 -0.3007c 0.0000,-0.0716 0.0716,-0.1527 0.1671 -0.1527c 0.0907,-0.0000 0.1336,0.0477 0.1766 0.1098c 0.0525,0.0811 0.1384,0.1957 0.3675 0.1957c 0.1575,-0.0000 0.6062,-0.1575 0.6062 -0.7589c 0.0000,-0.5107 -0.3580,-0.5919 -0.6157 -0.5919c -0.0430,-0.0000 -0.0955,0.0095 -0.1480 0.0191l -0.0191,-0.1432 c 0.3675,-0.0621 0.6730,-0.4200 0.6730 -0.6396c 0.0000,-0.2721 -0.1909,-0.4057 -0.3866 -0.4057Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.48816447447119504" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 13.1272,23.4389 h 2.1587 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 6.8213,32.0735 ZM 7.8666,29.4817 c -0.2052,-0.0000 -0.5060,0.2005 -0.5060 1.3126c 0.0000,0.3914 0.0716,1.1790 0.4916 1.1790c 0.0811,-0.0000 0.3103,-0.0525 0.4105 -0.4248c 0.0621,-0.2291 0.0955,-0.5155 0.0955 -0.9308c 0.0000,-0.6062 -0.1527,-0.9451 -0.2912 -1.0644c -0.0525,-0.0477 -0.1241,-0.0716 -0.2005 -0.0716ZM 7.8666,29.4817 ZM 7.8475,32.1308 c -0.5107,-0.0000 -0.8544,-0.6539 -0.8544 -1.3842c 0.0000,-0.8926 0.4248,-1.4319 0.8735 -1.4319c 0.2052,-0.0000 0.4105,0.1289 0.5489 0.3150c 0.2005,0.2673 0.3055,0.6253 0.3055 1.0740c 0.0000,1.0596 -0.5250,1.4272 -0.8735 1.4272ZM 8.9119,32.0735 ZM 9.1840,31.8778 c 0.0000,-0.1384 0.1146,-0.2530 0.2530 -0.2530c 0.1384,-0.0000 0.2530,0.1146 0.2530 0.2530c 0.0000,0.1384 -0.1146,0.2530 -0.2530 0.2530c -0.1384,-0.0000 -0.2530,-0.1146 -0.2530 -0.2530ZM 9.9572,32.0735 ZM 10.2341,29.9590 c 0.0000,-0.2721 0.2625,-0.6444 0.7637 -0.6444c 0.3675,-0.0000 0.7971,0.1384 0.7971 0.6873c 0.0000,0.3628 -0.1862,0.5441 -0.4439 0.7923l -0.4535,0.4391 c -0.0239,0.0239 -0.3437,0.3389 -0.3437 0.5632h 0.8114 c 0.1623,-0.0000 0.2482,-0.0811 0.3150 -0.3437l 0.1193,0.0191 l -0.0955,0.6014 h -1.4749 c 0.0000,-0.2673 0.0430,-0.4725 0.4869 -0.9260l 0.3341,-0.3293 c 0.2673,-0.2721 0.3771,-0.5060 0.3771 -0.7971c 0.0000,-0.4344 -0.2959,-0.5585 -0.4582 -0.5585c -0.3293,-0.0000 -0.4200,0.1718 -0.4200 0.2864c 0.0000,0.0382 0.0095,0.0764 0.0191 0.1098c 0.0095,0.0334 0.0191,0.0668 0.0191 0.1050c 0.0000,0.1241 -0.0955,0.1718 -0.1718 0.1718c -0.1050,-0.0000 -0.1814,-0.0811 -0.1814 -0.1766Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.48816447447119504" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 13.1272,30.6344 h 2.1587 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 6.8213,39.2691 ZM 7.8666,36.6772 c -0.2052,-0.0000 -0.5060,0.2005 -0.5060 1.3126c 0.0000,0.3914 0.0716,1.1790 0.4916 1.1790c 0.0811,-0.0000 0.3103,-0.0525 0.4105 -0.4248c 0.0621,-0.2291 0.0955,-0.5155 0.0955 -0.9308c 0.0000,-0.6062 -0.1527,-0.9451 -0.2912 -1.0644c -0.0525,-0.0477 -0.1241,-0.0716 -0.2005 -0.0716ZM 7.8666,36.6772 ZM 7.8475,39.3263 c -0.5107,-0.0000 -0.8544,-0.6539 -0.8544 -1.3842c 0.0000,-0.8926 0.4248,-1.4319 0.8735 -1.4319c 0.2052,-0.0000 0.4105,0.1289 0.5489 0.3150c 0.2005,0.2673 0.3055,0.6253 0.3055 1.0740c 0.0000,1.0596 -0.5250,1.4272 -0.8735 1.4272ZM 8.9119,39.2691 ZM 9.1840,39.0734 c 0.0000,-0.1384 0.1146,-0.2530 0.2530 -0.2530c 0.1384,-0.0000 0.2530,0.1146 0.2530 0.2530c 0.0000,0.1384 -0.1146,0.2530 -0.2530 0.2530c -0.1384,-0.0000 -0.2530,-0.1146 -0.2530 -0.2530ZM 9.9572,39.2691 ZM 10.8546,36.9923 c -0.0907,-0.0000 -0.3007,0.0859 -0.4057 0.1336l -0.0573,-0.1480 c 0.4200,-0.1957 0.5823,-0.2959 0.8210 -0.4678h 0.0907 v 2.4009 c 0.0000,0.1718 0.0239,0.2196 0.1814 0.2196h 0.2482 c 0.0143,-0.0000 0.0382,0.0095 0.0382 0.0382v 0.1050 l -0.6539,-0.0095 l -0.6635,0.0095 v -0.1050 c 0.0048,-0.0143 0.0095,-0.0382 0.0382 -0.0382h 0.2864 c 0.1814,-0.0000 0.1814,-0.0811 0.1814 -0.2196v -1.6420 c 0.0000,-0.1623 0.0000,-0.2768 -0.1050 -0.2768Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.48816447447119504" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 13.1272,37.8300 h 2.1587 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 6.8213,46.4646 ZM 7.8666,43.8728 c -0.2052,-0.0000 -0.5060,0.2005 -0.5060 1.3126c 0.0000,0.3914 0.0716,1.1790 0.4916 1.1790c 0.0811,-0.0000 0.3103,-0.0525 0.4105 -0.4248c 0.0621,-0.2291 0.0955,-0.5155 0.0955 -0.9308c 0.0000,-0.6062 -0.1527,-0.9451 -0.2912 -1.0644c -0.0525,-0.0477 -0.1241,-0.0716 -0.2005 -0.0716ZM 7.8666,43.8728 ZM 7.8475,46.5219 c -0.5107,-0.0000 -0.8544,-0.6539 -0.8544 -1.3842c 0.0000,-0.8926 0.4248,-1.4319 0.8735 -1.4319c 0.2052,-0.0000 0.4105,0.1289 0.5489 0.3150c 0.2005,0.2673 0.3055,0.6253 0.3055 1.0740c 0.0000,1.0596 -0.5250,1.4272 -0.8735 1.4272ZM 8.9119,46.4646 ZM 9.1840,46.2689 c 0.0000,-0.1384 0.1146,-0.2530 0.2530 -0.2530c 0.1384,-0.0000 0.2530,0.1146 0.2530 0.2530c 0.0000,0.1384 -0.1146,0.2530 -0.2530 0.2530c -0.1384,-0.0000 -0.2530,-0.1146 -0.2530 -0.2530ZM 9.9572,46.4646 ZM 11.0026,43.8728 c -0.2052,-0.0000 -0.5060,0.2005 -0.5060 1.3126c 0.0000,0.3914 0.0716,1.1790 0.4916 1.1790c 0.0811,-0.0000 0.3103,-0.0525 0.4105 -0.4248c 0.0621,-0.2291 0.0955,-0.5155 0.0955 -0.9308c 0.0000,-0.6062 -0.1527,-0.9451 -0.2912 -1.0644c -0.0525,-0.0477 -0.1241,-0.0716 -0.2005 -0.0716ZM 11.0026,43.8728 ZM 10.9835,46.5219 c -0.5107,-0.0000 -0.8544,-0.6539 -0.8544 -1.3842c 0.0000,-0.8926 0.4248,-1.4319 0.8735 -1.4319c 0.2052,-0.0000 0.4105,0.1289 0.5489 0.3150c 0.2005,0.2673 0.3055,0.6253 0.3055 1.0740c 0.0000,1.0596 -0.5250,1.4272 -0.8735 1.4272Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.48816447447119504" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 13.1272,45.0255 h 2.1587 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 5.2318,53.6602 ZM 6.5397,52.5337 h -1.0787 c -0.0430,-0.0000 -0.0716,-0.0382 -0.0716 -0.0811c 0.0000,-0.0764 0.0621,-0.1766 0.1193 -0.1766h 1.0931 c 0.0477,-0.0000 0.0668,0.0430 0.0668 0.0859c 0.0000,0.0525 -0.0668,0.1718 -0.1289 0.1718ZM 6.8213,53.6602 ZM 7.8666,51.0683 c -0.2052,-0.0000 -0.5060,0.2005 -0.5060 1.3126c 0.0000,0.3914 0.0716,1.1790 0.4916 1.1790c 0.0811,-0.0000 0.3103,-0.0525 0.4105 -0.4248c 0.0621,-0.2291 0.0955,-0.5155 0.0955 -0.9308c 0.0000,-0.6062 -0.1527,-0.9451 -0.2912 -1.0644c -0.0525,-0.0477 -0.1241,-0.0716 -0.2005 -0.0716ZM 7.8666,51.0683 ZM 7.8475,53.7174 c -0.5107,-0.0000 -0.8544,-0.6539 -0.8544 -1.3842c 0.0000,-0.8926 0.4248,-1.4319 0.8735 -1.4319c 0.2052,-0.0000 0.4105,0.1289 0.5489 0.3150c 0.2005,0.2673 0.3055,0.6253 0.3055 1.0740c 0.0000,1.0596 -0.5250,1.4272 -0.8735 1.4272ZM 8.9119,53.6602 ZM 9.1840,53.4645 c 0.0000,-0.1384 0.1146,-0.2530 0.2530 -0.2530c 0.1384,-0.0000 0.2530,0.1146 0.2530 0.2530c 0.0000,0.1384 -0.1146,0.2530 -0.2530 0.2530c -0.1384,-0.0000 -0.2530,-0.1146 -0.2530 -0.2530ZM 9.9572,53.6602 ZM 10.8546,51.3834 c -0.0907,-0.0000 -0.3007,0.0859 -0.4057 0.1336l -0.0573,-0.1480 c 0.4200,-0.1957 0.5823,-0.2959 0.8210 -0.4678h 0.0907 v 2.4009 c 0.0000,0.1718 0.0239,0.2196 0.1814 0.2196h 0.2482 c 0.0143,-0.0000 0.0382,0.0095 0.0382 0.0382v 0.1050 l -0.6539,-0.0095 l -0.6635,0.0095 v -0.1050 c 0.0048,-0.0143 0.0095,-0.0382 0.0382 -0.0382h 0.2864 c 0.1814,-0.0000 0.1814,-0.0811 0.1814 -0.2196v -1.6420 c 0.0000,-0.1623 0.0000,-0.2768 -0.1050 -0.2768Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.48816447447119504" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 13.1272,52.2210 h 2.1587 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 5.2318,60.8557 ZM 6.5397,59.7292 h -1.0787 c -0.0430,-0.0000 -0.0716,-0.0382 -0.0716 -0.0811c 0.0000,-0.0764 0.0621,-0.1766 0.1193 -0.1766h 1.0931 c 0.0477,-0.0000 0.0668,0.0430 0.0668 0.0859c 0.0000,0.0525 -0.0668,0.1718 -0.1289 0.1718ZM 6.8213,60.8557 ZM 7.8666,58.2639 c -0.2052,-0.0000 -0.5060,0.2005 -0.5060 1.3126c 0.0000,0.3914 0.0716,1.1790 0.4916 1.1790c 0.0811,-0.0000 0.3103,-0.0525 0.4105 -0.4248c 0.0621,-0.2291 0.0955,-0.5155 0.0955 -0.9308c 0.0000,-0.6062 -0.1527,-0.9451 -0.2912 -1.0644c -0.0525,-0.0477 -0.1241,-0.0716 -0.2005 -0.0716ZM 7.8666,58.2639 ZM 7.8475,60.9130 c -0.5107,-0.0000 -0.8544,-0.6539 -0.8544 -1.3842c 0.0000,-0.8926 0.4248,-1.4319 0.8735 -1.4319c 0.2052,-0.0000 0.4105,0.1289 0.5489 0.3150c 0.2005,0.2673 0.3055,0.6253 0.3055 1.0740c 0.0000,1.0596 -0.5250,1.4272 -0.8735 1.4272ZM 8.9119,60.8557 ZM 9.1840,60.6600 c 0.0000,-0.1384 0.1146,-0.2530 0.2530 -0.2530c 0.1384,-0.0000 0.2530,0.1146 0.2530 0.2530c 0.0000,0.1384 -0.1146,0.2530 -0.2530 0.2530c -0.1384,-0.0000 -0.2530,-0.1146 -0.2530 -0.2530ZM 9.9572,60.8557 ZM 10.2341,58.7412 c 0.0000,-0.2721 0.2625,-0.6444 0.7637 -0.6444c 0.3675,-0.0000 0.7971,0.1384 0.7971 0.6873c 0.0000,0.3628 -0.1862,0.5441 -0.4439 0.7923l -0.4535,0.4391 c -0.0239,0.0239 -0.3437,0.3389 -0.3437 0.5632h 0.8114 c 0.1623,-0.0000 0.2482,-0.0811 0.3150 -0.3437l 0.1193,0.0191 l -0.0955,0.6014 h -1.4749 c 0.0000,-0.2673 0.0430,-0.4725 0.4869 -0.9260l 0.3341,-0.3293 c 0.2673,-0.2721 0.3771,-0.5060 0.3771 -0.7971c 0.0000,-0.4344 -0.2959,-0.5585 -0.4582 -0.5585c -0.3293,-0.0000 -0.4200,0.1718 -0.4200 0.2864c 0.0000,0.0382 0.0095,0.0764 0.0191 0.1098c 0.0095,0.0334 0.0191,0.0668 0.0191 0.1050c 0.0000,0.1241 -0.0955,0.1718 -0.1718 0.1718c -0.1050,-0.0000 -0.1814,-0.0811 -0.1814 -0.1766Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.48816447447119504" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 13.1272,59.4166 h 2.1587 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 5.2318,68.0512 ZM 6.5397,66.9248 h -1.0787 c -0.0430,-0.0000 -0.0716,-0.0382 -0.0716 -0.0811c 0.0000,-0.0764 0.0621,-0.1766 0.1193 -0.1766h 1.0931 c 0.0477,-0.0000 0.0668,0.0430 0.0668 0.0859c 0.0000,0.0525 -0.0668,0.1718 -0.1289 0.1718ZM 6.8213,68.0512 ZM 7.8666,65.4594 c -0.2052,-0.0000 -0.5060,0.2005 -0.5060 1.3126c 0.0000,0.3914 0.0716,1.1790 0.4916 1.1790c 0.0811,-0.0000 0.3103,-0.0525 0.4105 -0.4248c 0.0621,-0.2291 0.0955,-0.5155 0.0955 -0.9308c 0.0000,-0.6062 -0.1527,-0.9451 -0.2912 -1.0644c -0.0525,-0.0477 -0.1241,-0.0716 -0.2005 -0.0716ZM 7.8666,65.4594 ZM 7.8475,68.1085 c -0.5107,-0.0000 -0.8544,-0.6539 -0.8544 -1.3842c 0.0000,-0.8926 0.4248,-1.4319 0.8735 -1.4319c 0.2052,-0.0000 0.4105,0.1289 0.5489 0.3150c 0.2005,0.2673 0.3055,0.6253 0.3055 1.0740c 0.0000,1.0596 -0.5250,1.4272 -0.8735 1.4272ZM 8.9119,68.0512 ZM 9.1840,67.8555 c 0.0000,-0.1384 0.1146,-0.2530 0.2530 -0.2530c 0.1384,-0.0000 0.2530,0.1146 0.2530 0.2530c 0.0000,0.1384 -0.1146,0.2530 -0.2530 0.2530c -0.1384,-0.0000 -0.2530,-0.1146 -0.2530 -0.2530ZM 9.9572,68.0512 ZM 10.9882,65.4403 c -0.1193,-0.0000 -0.4678,0.0668 -0.4678 0.3580c 0.0000,0.0859 -0.0334,0.2339 -0.1623 0.2339c -0.1241,-0.0000 -0.1336,-0.1384 -0.1336 -0.1527c 0.0000,-0.1480 0.1957,-0.5871 0.8592 -0.5871c 0.4630,-0.0000 0.6014,0.2912 0.6014 0.4821c 0.0000,0.1193 -0.0382,0.3580 -0.4678 0.6301c 0.2673,0.0430 0.6205,0.2387 0.6205 0.7351c 0.0000,0.6301 -0.4773,0.9690 -1.0167 0.9690c -0.2721,-0.0000 -0.6539,-0.1193 -0.6539 -0.3007c 0.0000,-0.0716 0.0716,-0.1527 0.1671 -0.1527c 0.0907,-0.0000 0.1336,0.0477 0.1766 0.1098c 0.0525,0.0811 0.1384,0.1957 0.3675 0.1957c 0.1575,-0.0000 0.6062,-0.1575 0.6062 -0.7589c 0.0000,-0.5107 -0.3580,-0.5919 -0.6157 -0.5919c -0.0430,-0.0000 -0.0955,0.0095 -0.1480 0.0191l -0.0191,-0.1432 c 0.3675,-0.0621 0.6730,-0.4200 0.6730 -0.6396c 0.0000,-0.2721 -0.1909,-0.4057 -0.3866 -0.4057Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.48816447447119504" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 13.1272,66.6121 h 2.1587 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 5.2318,75.2468 ZM 6.5397,74.1203 h -1.0787 c -0.0430,-0.0000 -0.0716,-0.0382 -0.0716 -0.0811c 0.0000,-0.0764 0.0621,-0.1766 0.1193 -0.1766h 1.0931 c 0.0477,-0.0000 0.0668,0.0430 0.0668 0.0859c 0.0000,0.0525 -0.0668,0.1718 -0.1289 0.1718ZM 6.8213,75.2468 ZM 7.8666,72.6550 c -0.2052,-0.0000 -0.5060,0.2005 -0.5060 1.3126c 0.0000,0.3914 0.0716,1.1790 0.4916 1.1790c 0.0811,-0.0000 0.3103,-0.0525 0.4105 -0.4248c 0.0621,-0.2291 0.0955,-0.5155 0.0955 -0.9308c 0.0000,-0.6062 -0.1527,-0.9451 -0.2912 -1.0644c -0.0525,-0.0477 -0.1241,-0.0716 -0.2005 -0.0716ZM 7.8666,72.6550 ZM 7.8475,75.3041 c -0.5107,-0.0000 -0.8544,-0.6539 -0.8544 -1.3842c 0.0000,-0.8926 0.4248,-1.4319 0.8735 -1.4319c 0.2052,-0.0000 0.4105,0.1289 0.5489 0.3150c 0.2005,0.2673 0.3055,0.6253 0.3055 1.0740c 0.0000,1.0596 -0.5250,1.4272 -0.8735 1.4272ZM 8.9119,75.2468 ZM 9.1840,75.0511 c 0.0000,-0.1384 0.1146,-0.2530 0.2530 -0.2530c 0.1384,-0.0000 0.2530,0.1146 0.2530 0.2530c 0.0000,0.1384 -0.1146,0.2530 -0.2530 0.2530c -0.1384,-0.0000 -0.2530,-0.1146 -0.2530 -0.2530ZM 9.9572,75.2468 ZM 11.1887,73.5523 c 0.0000,-0.0334 0.0048,-0.0716 0.0477 -0.0955c 0.0525,-0.0382 0.1384,-0.0811 0.2100 -0.0811c 0.0621,-0.0000 0.0668,0.0525 0.0668 0.1480v 0.7685 h 0.3866 l -0.0286,0.2243 h -0.3580 v 0.3962 c 0.0000,0.1336 0.0191,0.2005 0.1575 0.2005h 0.1289 c 0.0286,-0.0000 0.0334,0.0239 0.0334 0.0334v 0.1050 c 0.0000,-0.0000 -0.3055,-0.0095 -0.5060 -0.0095c -0.1814,-0.0000 -0.4630,0.0095 -0.4630 0.0095v -0.1050 c 0.0000,-0.0095 0.0048,-0.0334 0.0334 -0.0334h 0.1289 c 0.1480,-0.0000 0.1623,-0.0621 0.1623 -0.2005v -0.3962 h -0.9355 c -0.0191,-0.0000 -0.0286,-0.0095 -0.0430 -0.0286l -0.0382,-0.0525 l -0.0573,-0.1002 c -0.0048,-0.0000 -0.0048,-0.0048 -0.0048 -0.0095c 0.0000,-0.0048 0.0048,-0.0095 0.0095 -0.0143c 0.3103,-0.3437 0.8592,-1.4081 1.0310 -1.7995c 0.0048,-0.0191 0.0143,-0.0239 0.0334 -0.0239c 0.0048,-0.0000 0.1098,0.0430 0.1671 0.0525c -0.2148,0.5776 -0.5680,1.1981 -0.9164 1.7518h 0.7542 v -0.7398 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.48816447447119504" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 13.1272,73.8077 h 2.1587 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 5.2318,82.4423 ZM 6.5397,81.3159 h -1.0787 c -0.0430,-0.0000 -0.0716,-0.0382 -0.0716 -0.0811c 0.0000,-0.0764 0.0621,-0.1766 0.1193 -0.1766h 1.0931 c 0.0477,-0.0000 0.0668,0.0430 0.0668 0.0859c 0.0000,0.0525 -0.0668,0.1718 -0.1289 0.1718ZM 6.8213,82.4423 ZM 7.8666,79.8505 c -0.2052,-0.0000 -0.5060,0.2005 -0.5060 1.3126c 0.0000,0.3914 0.0716,1.1790 0.4916 1.1790c 0.0811,-0.0000 0.3103,-0.0525 0.4105 -0.4248c 0.0621,-0.2291 0.0955,-0.5155 0.0955 -0.9308c 0.0000,-0.6062 -0.1527,-0.9451 -0.2912 -1.0644c -0.0525,-0.0477 -0.1241,-0.0716 -0.2005 -0.0716ZM 7.8666,79.8505 ZM 7.8475,82.4996 c -0.5107,-0.0000 -0.8544,-0.6539 -0.8544 -1.3842c 0.0000,-0.8926 0.4248,-1.4319 0.8735 -1.4319c 0.2052,-0.0000 0.4105,0.1289 0.5489 0.3150c 0.2005,0.2673 0.3055,0.6253 0.3055 1.0740c 0.0000,1.0596 -0.5250,1.4272 -0.8735 1.4272ZM 8.9119,82.4423 ZM 9.1840,82.2466 c 0.0000,-0.1384 0.1146,-0.2530 0.2530 -0.2530c 0.1384,-0.0000 0.2530,0.1146 0.2530 0.2530c 0.0000,0.1384 -0.1146,0.2530 -0.2530 0.2530c -0.1384,-0.0000 -0.2530,-0.1146 -0.2530 -0.2530ZM 9.9572,82.4423 ZM 11.4321,81.6357 c 0.0000,-0.4916 -0.2673,-0.7351 -0.5632 -0.7351c -0.2196,-0.0000 -0.3866,0.0334 -0.5728 0.1098l 0.1527,-1.3031 c 0.1575,0.0143 0.3198,0.0191 0.4869 0.0191c 0.2387,-0.0000 0.4869,-0.0143 0.7446 -0.0430l 0.0286,0.0143 l -0.0716,0.3103 c -0.1862,0.0191 -0.3389,0.0239 -0.4725 0.0239c -0.2148,-0.0000 -0.3771,-0.0191 -0.5441 -0.0382l -0.0907,0.7542 c 0.1002,-0.0382 0.2721,-0.0716 0.4582 -0.0716c 0.5060,-0.0000 0.7876,0.4391 0.7876 0.8783c 0.0000,0.5346 -0.3723,0.9451 -0.9117 0.9451c -0.2721,-0.0000 -0.6682,-0.1527 -0.6682 -0.3389c 0.0000,-0.0907 0.0764,-0.1527 0.1623 -0.1527c 0.0955,-0.0000 0.1575,0.0716 0.2148 0.1480c 0.0716,0.0859 0.1480,0.1814 0.3007 0.1814c 0.3055,-0.0000 0.5585,-0.2864 0.5585 -0.7017Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.48816447447119504" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 13.1272,81.0032 h 2.1587 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.1" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 93.5276,85.3206 l -0.0000,-1.4391 h -71.9555 l -0.0000,1.4391 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 90.9143,91.3866 ZM 91.9596,88.7948 c -0.2052,-0.0000 -0.5060,0.2005 -0.5060 1.3126c 0.0000,0.3914 0.0716,1.1790 0.4916 1.1790c 0.0811,-0.0000 0.3103,-0.0525 0.4105 -0.4248c 0.0621,-0.2291 0.0955,-0.5155 0.0955 -0.9308c 0.0000,-0.6062 -0.1527,-0.9451 -0.2912 -1.0644c -0.0525,-0.0477 -0.1241,-0.0716 -0.2005 -0.0716ZM 91.9596,88.7948 ZM 91.9405,91.4439 c -0.5107,-0.0000 -0.8544,-0.6539 -0.8544 -1.3842c 0.0000,-0.8926 0.4248,-1.4319 0.8735 -1.4319c 0.2052,-0.0000 0.4105,0.1289 0.5489 0.3150c 0.2005,0.2673 0.3055,0.6253 0.3055 1.0740c 0.0000,1.0596 -0.5250,1.4272 -0.8735 1.4272ZM 93.0049,91.3866 ZM 93.2770,91.1909 c 0.0000,-0.1384 0.1146,-0.2530 0.2530 -0.2530c 0.1384,-0.0000 0.2530,0.1146 0.2530 0.2530c 0.0000,0.1384 -0.1146,0.2530 -0.2530 0.2530c -0.1384,-0.0000 -0.2530,-0.1146 -0.2530 -0.2530ZM 94.0503,91.3866 ZM 95.5252,90.5800 c 0.0000,-0.4916 -0.2673,-0.7351 -0.5632 -0.7351c -0.2196,-0.0000 -0.3866,0.0334 -0.5728 0.1098l 0.1527,-1.3031 c 0.1575,0.0143 0.3198,0.0191 0.4869 0.0191c 0.2387,-0.0000 0.4869,-0.0143 0.7446 -0.0430l 0.0286,0.0143 l -0.0716,0.3103 c -0.1862,0.0191 -0.3389,0.0239 -0.4725 0.0239c -0.2148,-0.0000 -0.3771,-0.0191 -0.5441 -0.0382l -0.0907,0.7542 c 0.1002,-0.0382 0.2721,-0.0716 0.4582 -0.0716c 0.5060,-0.0000 0.7876,0.4391 0.7876 0.8783c 0.0000,0.5346 -0.3723,0.9451 -0.9117 0.9451c -0.2721,-0.0000 -0.6682,-0.1527 -0.6682 -0.3389c 0.0000,-0.0907 0.0764,-0.1527 0.1623 -0.1527c 0.0955,-0.0000 0.1575,0.0716 0.2148 0.1480c 0.0716,0.0859 0.1480,0.1814 0.3007 0.1814c 0.3055,-0.0000 0.5585,-0.2864 0.5585 -0.7017Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.48816447447119504" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 93.5276,83.8814 v 2.1587 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 83.7187,91.3866 ZM 84.7641,88.7948 c -0.2052,-0.0000 -0.5060,0.2005 -0.5060 1.3126c 0.0000,0.3914 0.0716,1.1790 0.4916 1.1790c 0.0811,-0.0000 0.3103,-0.0525 0.4105 -0.4248c 0.0621,-0.2291 0.0955,-0.5155 0.0955 -0.9308c 0.0000,-0.6062 -0.1527,-0.9451 -0.2912 -1.0644c -0.0525,-0.0477 -0.1241,-0.0716 -0.2005 -0.0716ZM 84.7641,88.7948 ZM 84.7450,91.4439 c -0.5107,-0.0000 -0.8544,-0.6539 -0.8544 -1.3842c 0.0000,-0.8926 0.4248,-1.4319 0.8735 -1.4319c 0.2052,-0.0000 0.4105,0.1289 0.5489 0.3150c 0.2005,0.2673 0.3055,0.6253 0.3055 1.0740c 0.0000,1.0596 -0.5250,1.4272 -0.8735 1.4272ZM 85.8094,91.3866 ZM 86.0815,91.1909 c 0.0000,-0.1384 0.1146,-0.2530 0.2530 -0.2530c 0.1384,-0.0000 0.2530,0.1146 0.2530 0.2530c 0.0000,0.1384 -0.1146,0.2530 -0.2530 0.2530c -0.1384,-0.0000 -0.2530,-0.1146 -0.2530 -0.2530ZM 86.8547,91.3866 ZM 88.0862,89.6922 c 0.0000,-0.0334 0.0048,-0.0716 0.0477 -0.0955c 0.0525,-0.0382 0.1384,-0.0811 0.2100 -0.0811c 0.0621,-0.0000 0.0668,0.0525 0.0668 0.1480v 0.7685 h 0.3866 l -0.0286,0.2243 h -0.3580 v 0.3962 c 0.0000,0.1336 0.0191,0.2005 0.1575 0.2005h 0.1289 c 0.0286,-0.0000 0.0334,0.0239 0.0334 0.0334v 0.1050 c 0.0000,-0.0000 -0.3055,-0.0095 -0.5060 -0.0095c -0.1814,-0.0000 -0.4630,0.0095 -0.4630 0.0095v -0.1050 c 0.0000,-0.0095 0.0048,-0.0334 0.0334 -0.0334h 0.1289 c 0.1480,-0.0000 0.1623,-0.0621 0.1623 -0.2005v -0.3962 h -0.9355 c -0.0191,-0.0000 -0.0286,-0.0095 -0.0430 -0.0286l -0.0382,-0.0525 l -0.0573,-0.1002 c -0.0048,-0.0000 -0.0048,-0.0048 -0.0048 -0.0095c 0.0000,-0.0048 0.0048,-0.0095 0.0095 -0.0143c 0.3103,-0.3437 0.8592,-1.4081 1.0310 -1.7995c 0.0048,-0.0191 0.0143,-0.0239 0.0334 -0.0239c 0.0048,-0.0000 0.1098,0.0430 0.1671 0.0525c -0.2148,0.5776 -0.5680,1.1981 -0.9164 1.7518h 0.7542 v -0.7398 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.48816447447119504" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 86.3320,83.8814 v 2.1587 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 76.5232,91.3866 ZM 77.5685,88.7948 c -0.2052,-0.0000 -0.5060,0.2005 -0.5060 1.3126c 0.0000,0.3914 0.0716,1.1790 0.4916 1.1790c 0.0811,-0.0000 0.3103,-0.0525 0.4105 -0.4248c 0.0621,-0.2291 0.0955,-0.5155 0.0955 -0.9308c 0.0000,-0.6062 -0.1527,-0.9451 -0.2912 -1.0644c -0.0525,-0.0477 -0.1241,-0.0716 -0.2005 -0.0716ZM 77.5685,88.7948 ZM 77.5494,91.4439 c -0.5107,-0.0000 -0.8544,-0.6539 -0.8544 -1.3842c 0.0000,-0.8926 0.4248,-1.4319 0.8735 -1.4319c 0.2052,-0.0000 0.4105,0.1289 0.5489 0.3150c 0.2005,0.2673 0.3055,0.6253 0.3055 1.0740c 0.0000,1.0596 -0.5250,1.4272 -0.8735 1.4272ZM 78.6138,91.3866 ZM 78.8859,91.1909 c 0.0000,-0.1384 0.1146,-0.2530 0.2530 -0.2530c 0.1384,-0.0000 0.2530,0.1146 0.2530 0.2530c 0.0000,0.1384 -0.1146,0.2530 -0.2530 0.2530c -0.1384,-0.0000 -0.2530,-0.1146 -0.2530 -0.2530ZM 79.6592,91.3866 ZM 80.6902,88.7757 c -0.1193,-0.0000 -0.4678,0.0668 -0.4678 0.3580c 0.0000,0.0859 -0.0334,0.2339 -0.1623 0.2339c -0.1241,-0.0000 -0.1336,-0.1384 -0.1336 -0.1527c 0.0000,-0.1480 0.1957,-0.5871 0.8592 -0.5871c 0.4630,-0.0000 0.6014,0.2912 0.6014 0.4821c 0.0000,0.1193 -0.0382,0.3580 -0.4678 0.6301c 0.2673,0.0430 0.6205,0.2387 0.6205 0.7351c 0.0000,0.6301 -0.4773,0.9690 -1.0167 0.9690c -0.2721,-0.0000 -0.6539,-0.1193 -0.6539 -0.3007c 0.0000,-0.0716 0.0716,-0.1527 0.1671 -0.1527c 0.0907,-0.0000 0.1336,0.0477 0.1766 0.1098c 0.0525,0.0811 0.1384,0.1957 0.3675 0.1957c 0.1575,-0.0000 0.6062,-0.1575 0.6062 -0.7589c 0.0000,-0.5107 -0.3580,-0.5919 -0.6157 -0.5919c -0.0430,-0.0000 -0.0955,0.0095 -0.1480 0.0191l -0.0191,-0.1432 c 0.3675,-0.0621 0.6730,-0.4200 0.6730 -0.6396c 0.0000,-0.2721 -0.1909,-0.4057 -0.3866 -0.4057Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.48816447447119504" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 79.1365,83.8814 v 2.1587 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 69.3276,91.3866 ZM 70.3730,88.7948 c -0.2052,-0.0000 -0.5060,0.2005 -0.5060 1.3126c 0.0000,0.3914 0.0716,1.1790 0.4916 1.1790c 0.0811,-0.0000 0.3103,-0.0525 0.4105 -0.4248c 0.0621,-0.2291 0.0955,-0.5155 0.0955 -0.9308c 0.0000,-0.6062 -0.1527,-0.9451 -0.2912 -1.0644c -0.0525,-0.0477 -0.1241,-0.0716 -0.2005 -0.0716ZM 70.3730,88.7948 ZM 70.3539,91.4439 c -0.5107,-0.0000 -0.8544,-0.6539 -0.8544 -1.3842c 0.0000,-0.8926 0.4248,-1.4319 0.8735 -1.4319c 0.2052,-0.0000 0.4105,0.1289 0.5489 0.3150c 0.2005,0.2673 0.3055,0.6253 0.3055 1.0740c 0.0000,1.0596 -0.5250,1.4272 -0.8735 1.4272ZM 71.4183,91.3866 ZM 71.6904,91.1909 c 0.0000,-0.1384 0.1146,-0.2530 0.2530 -0.2530c 0.1384,-0.0000 0.2530,0.1146 0.2530 0.2530c 0.0000,0.1384 -0.1146,0.2530 -0.2530 0.2530c -0.1384,-0.0000 -0.2530,-0.1146 -0.2530 -0.2530ZM 72.4636,91.3866 ZM 72.7405,89.2721 c 0.0000,-0.2721 0.2625,-0.6444 0.7637 -0.6444c 0.3675,-0.0000 0.7971,0.1384 0.7971 0.6873c 0.0000,0.3628 -0.1862,0.5441 -0.4439 0.7923l -0.4535,0.4391 c -0.0239,0.0239 -0.3437,0.3389 -0.3437 0.5632h 0.8114 c 0.1623,-0.0000 0.2482,-0.0811 0.3150 -0.3437l 0.1193,0.0191 l -0.0955,0.6014 h -1.4749 c 0.0000,-0.2673 0.0430,-0.4725 0.4869 -0.9260l 0.3341,-0.3293 c 0.2673,-0.2721 0.3771,-0.5060 0.3771 -0.7971c 0.0000,-0.4344 -0.2959,-0.5585 -0.4582 -0.5585c -0.3293,-0.0000 -0.4200,0.1718 -0.4200 0.2864c 0.0000,0.0382 0.0095,0.0764 0.0191 0.1098c 0.0095,0.0334 0.0191,0.0668 0.0191 0.1050c 0.0000,0.1241 -0.0955,0.1718 -0.1718 0.1718c -0.1050,-0.0000 -0.1814,-0.0811 -0.1814 -0.1766Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.48816447447119504" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 71.9410,83.8814 v 2.1587 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 62.1321,91.3866 ZM 63.1774,88.7948 c -0.2052,-0.0000 -0.5060,0.2005 -0.5060 1.3126c 0.0000,0.3914 0.0716,1.1790 0.4916 1.1790c 0.0811,-0.0000 0.3103,-0.0525 0.4105 -0.4248c 0.0621,-0.2291 0.0955,-0.5155 0.0955 -0.9308c 0.0000,-0.6062 -0.1527,-0.9451 -0.2912 -1.0644c -0.0525,-0.0477 -0.1241,-0.0716 -0.2005 -0.0716ZM 63.1774,88.7948 ZM 63.1583,91.4439 c -0.5107,-0.0000 -0.8544,-0.6539 -0.8544 -1.3842c 0.0000,-0.8926 0.4248,-1.4319 0.8735 -1.4319c 0.2052,-0.0000 0.4105,0.1289 0.5489 0.3150c 0.2005,0.2673 0.3055,0.6253 0.3055 1.0740c 0.0000,1.0596 -0.5250,1.4272 -0.8735 1.4272ZM 64.2227,91.3866 ZM 64.4948,91.1909 c 0.0000,-0.1384 0.1146,-0.2530 0.2530 -0.2530c 0.1384,-0.0000 0.2530,0.1146 0.2530 0.2530c 0.0000,0.1384 -0.1146,0.2530 -0.2530 0.2530c -0.1384,-0.0000 -0.2530,-0.1146 -0.2530 -0.2530ZM 65.2681,91.3866 ZM 66.1654,89.1098 c -0.0907,-0.0000 -0.3007,0.0859 -0.4057 0.1336l -0.0573,-0.1480 c 0.4200,-0.1957 0.5823,-0.2959 0.8210 -0.4678h 0.0907 v 2.4009 c 0.0000,0.1718 0.0239,0.2196 0.1814 0.2196h 0.2482 c 0.0143,-0.0000 0.0382,0.0095 0.0382 0.0382v 0.1050 l -0.6539,-0.0095 l -0.6635,0.0095 v -0.1050 c 0.0048,-0.0143 0.0095,-0.0382 0.0382 -0.0382h 0.2864 c 0.1814,-0.0000 0.1814,-0.0811 0.1814 -0.2196v -1.6420 c 0.0000,-0.1623 0.0000,-0.2768 -0.1050 -0.2768Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.48816447447119504" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 64.7454,83.8814 v 2.1587 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 54.9366,91.3866 ZM 55.9819,88.7948 c -0.2052,-0.0000 -0.5060,0.2005 -0.5060 1.3126c 0.0000,0.3914 0.0716,1.1790 0.4916 1.1790c 0.0811,-0.0000 0.3103,-0.0525 0.4105 -0.4248c 0.0621,-0.2291 0.0955,-0.5155 0.0955 -0.9308c 0.0000,-0.6062 -0.1527,-0.9451 -0.2912 -1.0644c -0.0525,-0.0477 -0.1241,-0.0716 -0.2005 -0.0716ZM 55.9819,88.7948 ZM 55.9628,91.4439 c -0.5107,-0.0000 -0.8544,-0.6539 -0.8544 -1.3842c 0.0000,-0.8926 0.4248,-1.4319 0.8735 -1.4319c 0.2052,-0.0000 0.4105,0.1289 0.5489 0.3150c 0.2005,0.2673 0.3055,0.6253 0.3055 1.0740c 0.0000,1.0596 -0.5250,1.4272 -0.8735 1.4272ZM 57.0272,91.3866 ZM 57.2993,91.1909 c 0.0000,-0.1384 0.1146,-0.2530 0.2530 -0.2530c 0.1384,-0.0000 0.2530,0.1146 0.2530 0.2530c 0.0000,0.1384 -0.1146,0.2530 -0.2530 0.2530c -0.1384,-0.0000 -0.2530,-0.1146 -0.2530 -0.2530ZM 58.0725,91.3866 ZM 59.1178,88.7948 c -0.2052,-0.0000 -0.5060,0.2005 -0.5060 1.3126c 0.0000,0.3914 0.0716,1.1790 0.4916 1.1790c 0.0811,-0.0000 0.3103,-0.0525 0.4105 -0.4248c 0.0621,-0.2291 0.0955,-0.5155 0.0955 -0.9308c 0.0000,-0.6062 -0.1527,-0.9451 -0.2912 -1.0644c -0.0525,-0.0477 -0.1241,-0.0716 -0.2005 -0.0716ZM 59.1178,88.7948 ZM 59.0988,91.4439 c -0.5107,-0.0000 -0.8544,-0.6539 -0.8544 -1.3842c 0.0000,-0.8926 0.4248,-1.4319 0.8735 -1.4319c 0.2052,-0.0000 0.4105,0.1289 0.5489 0.3150c 0.2005,0.2673 0.3055,0.6253 0.3055 1.0740c 0.0000,1.0596 -0.5250,1.4272 -0.8735 1.4272Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.48816447447119504" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 57.5499,83.8814 v 2.1587 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 46.9463,91.3866 ZM 48.2541,90.2602 h -1.0787 c -0.0430,-0.0000 -0.0716,-0.0382 -0.0716 -0.0811c 0.0000,-0.0764 0.0621,-0.1766 0.1193 -0.1766h 1.0931 c 0.0477,-0.0000 0.0668,0.0430 0.0668 0.0859c 0.0000,0.0525 -0.0668,0.1718 -0.1289 0.1718ZM 48.5357,91.3866 ZM 49.5811,88.7948 c -0.2052,-0.0000 -0.5060,0.2005 -0.5060 1.3126c 0.0000,0.3914 0.0716,1.1790 0.4916 1.1790c 0.0811,-0.0000 0.3103,-0.0525 0.4105 -0.4248c 0.0621,-0.2291 0.0955,-0.5155 0.0955 -0.9308c 0.0000,-0.6062 -0.1527,-0.9451 -0.2912 -1.0644c -0.0525,-0.0477 -0.1241,-0.0716 -0.2005 -0.0716ZM 49.5811,88.7948 ZM 49.5620,91.4439 c -0.5107,-0.0000 -0.8544,-0.6539 -0.8544 -1.3842c 0.0000,-0.8926 0.4248,-1.4319 0.8735 -1.4319c 0.2052,-0.0000 0.4105,0.1289 0.5489 0.3150c 0.2005,0.2673 0.3055,0.6253 0.3055 1.0740c 0.0000,1.0596 -0.5250,1.4272 -0.8735 1.4272ZM 50.6264,91.3866 ZM 50.8985,91.1909 c 0.0000,-0.1384 0.1146,-0.2530 0.2530 -0.2530c 0.1384,-0.0000 0.2530,0.1146 0.2530 0.2530c 0.0000,0.1384 -0.1146,0.2530 -0.2530 0.2530c -0.1384,-0.0000 -0.2530,-0.1146 -0.2530 -0.2530ZM 51.6717,91.3866 ZM 52.5691,89.1098 c -0.0907,-0.0000 -0.3007,0.0859 -0.4057 0.1336l -0.0573,-0.1480 c 0.4200,-0.1957 0.5823,-0.2959 0.8210 -0.4678h 0.0907 v 2.4009 c 0.0000,0.1718 0.0239,0.2196 0.1814 0.2196h 0.2482 c 0.0143,-0.0000 0.0382,0.0095 0.0382 0.0382v 0.1050 l -0.6539,-0.0095 l -0.6635,0.0095 v -0.1050 c 0.0048,-0.0143 0.0095,-0.0382 0.0382 -0.0382h 0.2864 c 0.1814,-0.0000 0.1814,-0.0811 0.1814 -0.2196v -1.6420 c 0.0000,-0.1623 0.0000,-0.2768 -0.1050 -0.2768Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.48816447447119504" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 50.3543,83.8814 v 2.1587 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 39.7507,91.3866 ZM 41.0586,90.2602 h -1.0787 c -0.0430,-0.0000 -0.0716,-0.0382 -0.0716 -0.0811c 0.0000,-0.0764 0.0621,-0.1766 0.1193 -0.1766h 1.0931 c 0.0477,-0.0000 0.0668,0.0430 0.0668 0.0859c 0.0000,0.0525 -0.0668,0.1718 -0.1289 0.1718ZM 41.3402,91.3866 ZM 42.3855,88.7948 c -0.2052,-0.0000 -0.5060,0.2005 -0.5060 1.3126c 0.0000,0.3914 0.0716,1.1790 0.4916 1.1790c 0.0811,-0.0000 0.3103,-0.0525 0.4105 -0.4248c 0.0621,-0.2291 0.0955,-0.5155 0.0955 -0.9308c 0.0000,-0.6062 -0.1527,-0.9451 -0.2912 -1.0644c -0.0525,-0.0477 -0.1241,-0.0716 -0.2005 -0.0716ZM 42.3855,88.7948 ZM 42.3664,91.4439 c -0.5107,-0.0000 -0.8544,-0.6539 -0.8544 -1.3842c 0.0000,-0.8926 0.4248,-1.4319 0.8735 -1.4319c 0.2052,-0.0000 0.4105,0.1289 0.5489 0.3150c 0.2005,0.2673 0.3055,0.6253 0.3055 1.0740c 0.0000,1.0596 -0.5250,1.4272 -0.8735 1.4272ZM 43.4308,91.3866 ZM 43.7029,91.1909 c 0.0000,-0.1384 0.1146,-0.2530 0.2530 -0.2530c 0.1384,-0.0000 0.2530,0.1146 0.2530 0.2530c 0.0000,0.1384 -0.1146,0.2530 -0.2530 0.2530c -0.1384,-0.0000 -0.2530,-0.1146 -0.2530 -0.2530ZM 44.4762,91.3866 ZM 44.7530,89.2721 c 0.0000,-0.2721 0.2625,-0.6444 0.7637 -0.6444c 0.3675,-0.0000 0.7971,0.1384 0.7971 0.6873c 0.0000,0.3628 -0.1862,0.5441 -0.4439 0.7923l -0.4535,0.4391 c -0.0239,0.0239 -0.3437,0.3389 -0.3437 0.5632h 0.8114 c 0.1623,-0.0000 0.2482,-0.0811 0.3150 -0.3437l 0.1193,0.0191 l -0.0955,0.6014 h -1.4749 c 0.0000,-0.2673 0.0430,-0.4725 0.4869 -0.9260l 0.3341,-0.3293 c 0.2673,-0.2721 0.3771,-0.5060 0.3771 -0.7971c 0.0000,-0.4344 -0.2959,-0.5585 -0.4582 -0.5585c -0.3293,-0.0000 -0.4200,0.1718 -0.4200 0.2864c 0.0000,0.0382 0.0095,0.0764 0.0191 0.1098c 0.0095,0.0334 0.0191,0.0668 0.0191 0.1050c 0.0000,0.1241 -0.0955,0.1718 -0.1718 0.1718c -0.1050,-0.0000 -0.1814,-0.0811 -0.1814 -0.1766Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.48816447447119504" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 43.1588,83.8814 v 2.1587 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 32.5552,91.3866 ZM 33.8630,90.2602 h -1.0787 c -0.0430,-0.0000 -0.0716,-0.0382 -0.0716 -0.0811c 0.0000,-0.0764 0.0621,-0.1766 0.1193 -0.1766h 1.0931 c 0.0477,-0.0000 0.0668,0.0430 0.0668 0.0859c 0.0000,0.0525 -0.0668,0.1718 -0.1289 0.1718ZM 34.1447,91.3866 ZM 35.1900,88.7948 c -0.2052,-0.0000 -0.5060,0.2005 -0.5060 1.3126c 0.0000,0.3914 0.0716,1.1790 0.4916 1.1790c 0.0811,-0.0000 0.3103,-0.0525 0.4105 -0.4248c 0.0621,-0.2291 0.0955,-0.5155 0.0955 -0.9308c 0.0000,-0.6062 -0.1527,-0.9451 -0.2912 -1.0644c -0.0525,-0.0477 -0.1241,-0.0716 -0.2005 -0.0716ZM 35.1900,88.7948 ZM 35.1709,91.4439 c -0.5107,-0.0000 -0.8544,-0.6539 -0.8544 -1.3842c 0.0000,-0.8926 0.4248,-1.4319 0.8735 -1.4319c 0.2052,-0.0000 0.4105,0.1289 0.5489 0.3150c 0.2005,0.2673 0.3055,0.6253 0.3055 1.0740c 0.0000,1.0596 -0.5250,1.4272 -0.8735 1.4272ZM 36.2353,91.3866 ZM 36.5074,91.1909 c 0.0000,-0.1384 0.1146,-0.2530 0.2530 -0.2530c 0.1384,-0.0000 0.2530,0.1146 0.2530 0.2530c 0.0000,0.1384 -0.1146,0.2530 -0.2530 0.2530c -0.1384,-0.0000 -0.2530,-0.1146 -0.2530 -0.2530ZM 37.2806,91.3866 ZM 38.3116,88.7757 c -0.1193,-0.0000 -0.4678,0.0668 -0.4678 0.3580c 0.0000,0.0859 -0.0334,0.2339 -0.1623 0.2339c -0.1241,-0.0000 -0.1336,-0.1384 -0.1336 -0.1527c 0.0000,-0.1480 0.1957,-0.5871 0.8592 -0.5871c 0.4630,-0.0000 0.6014,0.2912 0.6014 0.4821c 0.0000,0.1193 -0.0382,0.3580 -0.4678 0.6301c 0.2673,0.0430 0.6205,0.2387 0.6205 0.7351c 0.0000,0.6301 -0.4773,0.9690 -1.0167 0.9690c -0.2721,-0.0000 -0.6539,-0.1193 -0.6539 -0.3007c 0.0000,-0.0716 0.0716,-0.1527 0.1671 -0.1527c 0.0907,-0.0000 0.1336,0.0477 0.1766 0.1098c 0.0525,0.0811 0.1384,0.1957 0.3675 0.1957c 0.1575,-0.0000 0.6062,-0.1575 0.6062 -0.7589c 0.0000,-0.5107 -0.3580,-0.5919 -0.6157 -0.5919c -0.0430,-0.0000 -0.0955,0.0095 -0.1480 0.0191l -0.0191,-0.1432 c 0.3675,-0.0621 0.6730,-0.4200 0.6730 -0.6396c 0.0000,-0.2721 -0.1909,-0.4057 -0.3866 -0.4057Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.48816447447119504" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 35.9632,83.8814 v 2.1587 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 25.3596,91.3866 ZM 26.6675,90.2602 h -1.0787 c -0.0430,-0.0000 -0.0716,-0.0382 -0.0716 -0.0811c 0.0000,-0.0764 0.0621,-0.1766 0.1193 -0.1766h 1.0931 c 0.0477,-0.0000 0.0668,0.0430 0.0668 0.0859c 0.0000,0.0525 -0.0668,0.1718 -0.1289 0.1718ZM 26.9491,91.3866 ZM 27.9944,88.7948 c -0.2052,-0.0000 -0.5060,0.2005 -0.5060 1.3126c 0.0000,0.3914 0.0716,1.1790 0.4916 1.1790c 0.0811,-0.0000 0.3103,-0.0525 0.4105 -0.4248c 0.0621,-0.2291 0.0955,-0.5155 0.0955 -0.9308c 0.0000,-0.6062 -0.1527,-0.9451 -0.2912 -1.0644c -0.0525,-0.0477 -0.1241,-0.0716 -0.2005 -0.0716ZM 27.9944,88.7948 ZM 27.9753,91.4439 c -0.5107,-0.0000 -0.8544,-0.6539 -0.8544 -1.3842c 0.0000,-0.8926 0.4248,-1.4319 0.8735 -1.4319c 0.2052,-0.0000 0.4105,0.1289 0.5489 0.3150c 0.2005,0.2673 0.3055,0.6253 0.3055 1.0740c 0.0000,1.0596 -0.5250,1.4272 -0.8735 1.4272ZM 29.0398,91.3866 ZM 29.3118,91.1909 c 0.0000,-0.1384 0.1146,-0.2530 0.2530 -0.2530c 0.1384,-0.0000 0.2530,0.1146 0.2530 0.2530c 0.0000,0.1384 -0.1146,0.2530 -0.2530 0.2530c -0.1384,-0.0000 -0.2530,-0.1146 -0.2530 -0.2530ZM 30.0851,91.3866 ZM 31.3166,89.6922 c 0.0000,-0.0334 0.0048,-0.0716 0.0477 -0.0955c 0.0525,-0.0382 0.1384,-0.0811 0.2100 -0.0811c 0.0621,-0.0000 0.0668,0.0525 0.0668 0.1480v 0.7685 h 0.3866 l -0.0286,0.2243 h -0.3580 v 0.3962 c 0.0000,0.1336 0.0191,0.2005 0.1575 0.2005h 0.1289 c 0.0286,-0.0000 0.0334,0.0239 0.0334 0.0334v 0.1050 c 0.0000,-0.0000 -0.3055,-0.0095 -0.5060 -0.0095c -0.1814,-0.0000 -0.4630,0.0095 -0.4630 0.0095v -0.1050 c 0.0000,-0.0095 0.0048,-0.0334 0.0334 -0.0334h 0.1289 c 0.1480,-0.0000 0.1623,-0.0621 0.1623 -0.2005v -0.3962 h -0.9355 c -0.0191,-0.0000 -0.0286,-0.0095 -0.0430 -0.0286l -0.0382,-0.0525 l -0.0573,-0.1002 c -0.0048,-0.0000 -0.0048,-0.0048 -0.0048 -0.0095c 0.0000,-0.0048 0.0048,-0.0095 0.0095 -0.0143c 0.3103,-0.3437 0.8592,-1.4081 1.0310 -1.7995c 0.0048,-0.0191 0.0143,-0.0239 0.0334 -0.0239c 0.0048,-0.0000 0.1098,0.0430 0.1671 0.0525c -0.2148,0.5776 -0.5680,1.1981 -0.9164 1.7518h 0.7542 v -0.7398 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.48816447447119504" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 28.7677,83.8814 v 2.1587 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 18.1641,91.3866 ZM 19.4719,90.2602 h -1.0787 c -0.0430,-0.0000 -0.0716,-0.0382 -0.0716 -0.0811c 0.0000,-0.0764 0.0621,-0.1766 0.1193 -0.1766h 1.0931 c 0.0477,-0.0000 0.0668,0.0430 0.0668 0.0859c 0.0000,0.0525 -0.0668,0.1718 -0.1289 0.1718ZM 19.7536,91.3866 ZM 20.7989,88.7948 c -0.2052,-0.0000 -0.5060,0.2005 -0.5060 1.3126c 0.0000,0.3914 0.0716,1.1790 0.4916 1.1790c 0.0811,-0.0000 0.3103,-0.0525 0.4105 -0.4248c 0.0621,-0.2291 0.0955,-0.5155 0.0955 -0.9308c 0.0000,-0.6062 -0.1527,-0.9451 -0.2912 -1.0644c -0.0525,-0.0477 -0.1241,-0.0716 -0.2005 -0.0716ZM 20.7989,88.7948 ZM 20.7798,91.4439 c -0.5107,-0.0000 -0.8544,-0.6539 -0.8544 -1.3842c 0.0000,-0.8926 0.4248,-1.4319 0.8735 -1.4319c 0.2052,-0.0000 0.4105,0.1289 0.5489 0.3150c 0.2005,0.2673 0.3055,0.6253 0.3055 1.0740c 0.0000,1.0596 -0.5250,1.4272 -0.8735 1.4272ZM 21.8442,91.3866 ZM 22.1163,91.1909 c 0.0000,-0.1384 0.1146,-0.2530 0.2530 -0.2530c 0.1384,-0.0000 0.2530,0.1146 0.2530 0.2530c 0.0000,0.1384 -0.1146,0.2530 -0.2530 0.2530c -0.1384,-0.0000 -0.2530,-0.1146 -0.2530 -0.2530ZM 22.8895,91.3866 ZM 24.3644,90.5800 c 0.0000,-0.4916 -0.2673,-0.7351 -0.5632 -0.7351c -0.2196,-0.0000 -0.3866,0.0334 -0.5728 0.1098l 0.1527,-1.3031 c 0.1575,0.0143 0.3198,0.0191 0.4869 0.0191c 0.2387,-0.0000 0.4869,-0.0143 0.7446 -0.0430l 0.0286,0.0143 l -0.0716,0.3103 c -0.1862,0.0191 -0.3389,0.0239 -0.4725 0.0239c -0.2148,-0.0000 -0.3771,-0.0191 -0.5441 -0.0382l -0.0907,0.7542 c 0.1002,-0.0382 0.2721,-0.0716 0.4582 -0.0716c 0.5060,-0.0000 0.7876,0.4391 0.7876 0.8783c 0.0000,0.5346 -0.3723,0.9451 -0.9117 0.9451c -0.2721,-0.0000 -0.6682,-0.1527 -0.6682 -0.3389c 0.0000,-0.0907 0.0764,-0.1527 0.1623 -0.1527c 0.0955,-0.0000 0.1575,0.0716 0.2148 0.1480c 0.0716,0.0859 0.1480,0.1814 0.3007 0.1814c 0.3055,-0.0000 0.5585,-0.2864 0.5585 -0.7017Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.48816447447119504" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 21.5721,83.8814 v 2.1587 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 93.5276,81.0032 l -0.0000,-71.9555 h -71.9555 l -0.0000,71.9555 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 59.5499,45.0255 c 0.0000,-1.1046 -0.8954,-2.0000 -2.0000 -2.0000c -1.1046,-0.0000 -2.0000,0.8954 -2.0000 2.0000c -0.0000,1.1046 0.8954,2.0000 2.0000 2.0000c 1.1046,0.0000 2.0000,-0.8954 2.0000 -2.0000Z"/>+  </g>+</svg>
other/hudExample.svg view
@@ -1,3 +1,148 @@ <?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>+    "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.7216,216.6375 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.5279,65.0715 ZM 20.7747,59.5007 c -0.4412,-0.0000 -1.0875,0.4309 -1.0875 2.8213c 0.0000,0.8413 0.1539,2.5341 1.0567 2.5341c 0.1744,-0.0000 0.6669,-0.1129 0.8823 -0.9131c 0.1334,-0.4924 0.2052,-1.1080 0.2052 -2.0006c 0.0000,-1.3029 -0.3283,-2.0313 -0.6258 -2.2878c -0.1129,-0.1026 -0.2667,-0.1539 -0.4309 -0.1539ZM 20.7747,59.5007 ZM 20.7337,65.1946 c -1.0977,-0.0000 -1.8364,-1.4055 -1.8364 -2.9752c 0.0000,-1.9185 0.9131,-3.0778 1.8775 -3.0778c 0.4412,-0.0000 0.8823,0.2770 1.1798 0.6771c 0.4309,0.5745 0.6566,1.3440 0.6566 2.3083c 0.0000,2.2776 -1.1285,3.0675 -1.8775 3.0675ZM 23.0215,65.0715 ZM 23.6063,64.6509 c 0.0000,-0.2975 0.2462,-0.5437 0.5437 -0.5437c 0.2975,-0.0000 0.5437,0.2462 0.5437 0.5437c 0.0000,0.2975 -0.2462,0.5437 -0.5437 0.5437c -0.2975,-0.0000 -0.5437,-0.2462 -0.5437 -0.5437ZM 25.2683,65.0715 ZM 28.4384,63.3377 c 0.0000,-1.0567 -0.5745,-1.5799 -1.2106 -1.5799c -0.4719,-0.0000 -0.8310,0.0718 -1.2311 0.2360l 0.3283,-2.8008 c 0.3386,0.0308 0.6874,0.0410 1.0465 0.0410c 0.5130,-0.0000 1.0465,-0.0308 1.6005 -0.0923l 0.0616,0.0308 l -0.1539,0.6669 c -0.4001,0.0410 -0.7284,0.0513 -1.0157 0.0513c -0.4617,-0.0000 -0.8105,-0.0410 -1.1696 -0.0821l -0.1949,1.6210 c 0.2154,-0.0821 0.5848,-0.1539 0.9849 -0.1539c 1.0875,-0.0000 1.6928,0.9439 1.6928 1.8877c 0.0000,1.1490 -0.8002,2.0313 -1.9595 2.0313c -0.5848,-0.0000 -1.4363,-0.3283 -1.4363 -0.7284c 0.0000,-0.1949 0.1641,-0.3283 0.3488 -0.3283c 0.2052,-0.0000 0.3386,0.1539 0.4617 0.3180c 0.1539,0.1847 0.3180,0.3899 0.6463 0.3899c 0.6566,-0.0000 1.2003,-0.6156 1.2003 -1.5081Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2396036082618596" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 32.0818,61.9783 h 4.6398 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 18.5279,80.5374 ZM 20.7747,74.9666 c -0.4412,-0.0000 -1.0875,0.4309 -1.0875 2.8213c 0.0000,0.8413 0.1539,2.5341 1.0567 2.5341c 0.1744,-0.0000 0.6669,-0.1129 0.8823 -0.9131c 0.1334,-0.4924 0.2052,-1.1080 0.2052 -2.0006c 0.0000,-1.3029 -0.3283,-2.0313 -0.6258 -2.2878c -0.1129,-0.1026 -0.2667,-0.1539 -0.4309 -0.1539ZM 20.7747,74.9666 ZM 20.7337,80.6605 c -1.0977,-0.0000 -1.8364,-1.4055 -1.8364 -2.9752c 0.0000,-1.9185 0.9131,-3.0778 1.8775 -3.0778c 0.4412,-0.0000 0.8823,0.2770 1.1798 0.6771c 0.4309,0.5745 0.6566,1.3440 0.6566 2.3083c 0.0000,2.2776 -1.1285,3.0675 -1.8775 3.0675ZM 23.0215,80.5374 ZM 23.6063,80.1168 c 0.0000,-0.2975 0.2462,-0.5437 0.5437 -0.5437c 0.2975,-0.0000 0.5437,0.2462 0.5437 0.5437c 0.0000,0.2975 -0.2462,0.5437 -0.5437 0.5437c -0.2975,-0.0000 -0.5437,-0.2462 -0.5437 -0.5437ZM 25.2683,80.5374 ZM 27.9152,76.8954 c 0.0000,-0.0718 0.0103,-0.1539 0.1026 -0.2052c 0.1129,-0.0821 0.2975,-0.1744 0.4514 -0.1744c 0.1334,-0.0000 0.1436,0.1129 0.1436 0.3180v 1.6518 h 0.8310 l -0.0616,0.4822 h -0.7694 v 0.8515 c 0.0000,0.2873 0.0410,0.4309 0.3386 0.4309h 0.2770 c 0.0616,-0.0000 0.0718,0.0513 0.0718 0.0718v 0.2257 c 0.0000,-0.0000 -0.6566,-0.0205 -1.0875 -0.0205c -0.3899,-0.0000 -0.9952,0.0205 -0.9952 0.0205v -0.2257 c 0.0000,-0.0205 0.0103,-0.0718 0.0718 -0.0718h 0.2770 c 0.3180,-0.0000 0.3488,-0.1334 0.3488 -0.4309v -0.8515 h -2.0108 c -0.0410,-0.0000 -0.0616,-0.0205 -0.0923 -0.0616l -0.0821,-0.1129 l -0.1231,-0.2154 c -0.0103,-0.0000 -0.0103,-0.0103 -0.0103 -0.0205c 0.0000,-0.0103 0.0103,-0.0205 0.0205 -0.0308c 0.6669,-0.7387 1.8467,-3.0265 2.2160 -3.8678c 0.0103,-0.0410 0.0308,-0.0513 0.0718 -0.0513c 0.0103,-0.0000 0.2360,0.0923 0.3591 0.1129c -0.4617,1.2414 -1.2209,2.5751 -1.9698 3.7652h 1.6210 v -1.5902 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2396036082618596" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 32.0818,77.4443 h 4.6398 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 18.5279,96.0034 ZM 20.7747,90.4325 c -0.4412,-0.0000 -1.0875,0.4309 -1.0875 2.8213c 0.0000,0.8413 0.1539,2.5341 1.0567 2.5341c 0.1744,-0.0000 0.6669,-0.1129 0.8823 -0.9131c 0.1334,-0.4924 0.2052,-1.1080 0.2052 -2.0006c 0.0000,-1.3029 -0.3283,-2.0313 -0.6258 -2.2878c -0.1129,-0.1026 -0.2667,-0.1539 -0.4309 -0.1539ZM 20.7747,90.4325 ZM 20.7337,96.1265 c -1.0977,-0.0000 -1.8364,-1.4055 -1.8364 -2.9752c 0.0000,-1.9185 0.9131,-3.0778 1.8775 -3.0778c 0.4412,-0.0000 0.8823,0.2770 1.1798 0.6771c 0.4309,0.5745 0.6566,1.3440 0.6566 2.3083c 0.0000,2.2776 -1.1285,3.0675 -1.8775 3.0675ZM 23.0215,96.0034 ZM 23.6063,95.5827 c 0.0000,-0.2975 0.2462,-0.5437 0.5437 -0.5437c 0.2975,-0.0000 0.5437,0.2462 0.5437 0.5437c 0.0000,0.2975 -0.2462,0.5437 -0.5437 0.5437c -0.2975,-0.0000 -0.5437,-0.2462 -0.5437 -0.5437ZM 25.2683,96.0034 ZM 27.4843,90.3915 c -0.2565,-0.0000 -1.0054,0.1436 -1.0054 0.7694c 0.0000,0.1847 -0.0718,0.5027 -0.3488 0.5027c -0.2667,-0.0000 -0.2873,-0.2975 -0.2873 -0.3283c 0.0000,-0.3180 0.4206,-1.2619 1.8467 -1.2619c 0.9952,-0.0000 1.2927,0.6258 1.2927 1.0362c 0.0000,0.2565 -0.0821,0.7694 -1.0054 1.3542c 0.5745,0.0923 1.3337,0.5130 1.3337 1.5799c 0.0000,1.3542 -1.0259,2.0826 -2.1852 2.0826c -0.5848,-0.0000 -1.4055,-0.2565 -1.4055 -0.6463c 0.0000,-0.1539 0.1539,-0.3283 0.3591 -0.3283c 0.1949,-0.0000 0.2873,0.1026 0.3796 0.2360c 0.1129,0.1744 0.2975,0.4206 0.7900 0.4206c 0.3386,-0.0000 1.3029,-0.3386 1.3029 -1.6312c 0.0000,-1.0977 -0.7694,-1.2722 -1.3235 -1.2722c -0.0923,-0.0000 -0.2052,0.0205 -0.3180 0.0410l -0.0410,-0.3078 c 0.7900,-0.1334 1.4466,-0.9028 1.4466 -1.3747c 0.0000,-0.5848 -0.4104,-0.8720 -0.8310 -0.8720Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2396036082618596" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 32.0818,92.9102 h 4.6398 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 18.5279,111.4693 ZM 20.7747,105.8985 c -0.4412,-0.0000 -1.0875,0.4309 -1.0875 2.8213c 0.0000,0.8413 0.1539,2.5341 1.0567 2.5341c 0.1744,-0.0000 0.6669,-0.1129 0.8823 -0.9131c 0.1334,-0.4924 0.2052,-1.1080 0.2052 -2.0006c 0.0000,-1.3029 -0.3283,-2.0313 -0.6258 -2.2878c -0.1129,-0.1026 -0.2667,-0.1539 -0.4309 -0.1539ZM 20.7747,105.8985 ZM 20.7337,111.5924 c -1.0977,-0.0000 -1.8364,-1.4055 -1.8364 -2.9752c 0.0000,-1.9185 0.9131,-3.0778 1.8775 -3.0778c 0.4412,-0.0000 0.8823,0.2770 1.1798 0.6771c 0.4309,0.5745 0.6566,1.3440 0.6566 2.3083c 0.0000,2.2776 -1.1285,3.0675 -1.8775 3.0675ZM 23.0215,111.4693 ZM 23.6063,111.0486 c 0.0000,-0.2975 0.2462,-0.5437 0.5437 -0.5437c 0.2975,-0.0000 0.5437,0.2462 0.5437 0.5437c 0.0000,0.2975 -0.2462,0.5437 -0.5437 0.5437c -0.2975,-0.0000 -0.5437,-0.2462 -0.5437 -0.5437ZM 25.2683,111.4693 ZM 25.8634,106.9244 c 0.0000,-0.5848 0.5643,-1.3850 1.6415 -1.3850c 0.7900,-0.0000 1.7133,0.2975 1.7133 1.4773c 0.0000,0.7797 -0.4001,1.1696 -0.9541 1.7030l -0.9746,0.9439 c -0.0513,0.0513 -0.7387,0.7284 -0.7387 1.2106h 1.7441 c 0.3488,-0.0000 0.5335,-0.1744 0.6771 -0.7387l 0.2565,0.0410 l -0.2052,1.2927 h -3.1701 c 0.0000,-0.5745 0.0923,-1.0157 1.0465 -1.9903l 0.7182,-0.7079 c 0.5745,-0.5848 0.8105,-1.0875 0.8105 -1.7133c 0.0000,-0.9336 -0.6361,-1.2003 -0.9849 -1.2003c -0.7079,-0.0000 -0.9028,0.3693 -0.9028 0.6156c 0.0000,0.0821 0.0205,0.1641 0.0410 0.2360c 0.0205,0.0718 0.0410,0.1436 0.0410 0.2257c 0.0000,0.2667 -0.2052,0.3693 -0.3693 0.3693c -0.2257,-0.0000 -0.3899,-0.1744 -0.3899 -0.3796Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2396036082618596" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 32.0818,108.3761 h 4.6398 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 18.5279,126.9352 ZM 20.7747,121.3644 c -0.4412,-0.0000 -1.0875,0.4309 -1.0875 2.8213c 0.0000,0.8413 0.1539,2.5341 1.0567 2.5341c 0.1744,-0.0000 0.6669,-0.1129 0.8823 -0.9131c 0.1334,-0.4924 0.2052,-1.1080 0.2052 -2.0006c 0.0000,-1.3029 -0.3283,-2.0313 -0.6258 -2.2878c -0.1129,-0.1026 -0.2667,-0.1539 -0.4309 -0.1539ZM 20.7747,121.3644 ZM 20.7337,127.0583 c -1.0977,-0.0000 -1.8364,-1.4055 -1.8364 -2.9752c 0.0000,-1.9185 0.9131,-3.0778 1.8775 -3.0778c 0.4412,-0.0000 0.8823,0.2770 1.1798 0.6771c 0.4309,0.5745 0.6566,1.3440 0.6566 2.3083c 0.0000,2.2776 -1.1285,3.0675 -1.8775 3.0675ZM 23.0215,126.9352 ZM 23.6063,126.5146 c 0.0000,-0.2975 0.2462,-0.5437 0.5437 -0.5437c 0.2975,-0.0000 0.5437,0.2462 0.5437 0.5437c 0.0000,0.2975 -0.2462,0.5437 -0.5437 0.5437c -0.2975,-0.0000 -0.5437,-0.2462 -0.5437 -0.5437ZM 25.2683,126.9352 ZM 27.1971,122.0415 c -0.1949,-0.0000 -0.6463,0.1847 -0.8720 0.2873l -0.1231,-0.3180 c 0.9028,-0.4206 1.2516,-0.6361 1.7646 -1.0054h 0.1949 v 5.1604 c 0.0000,0.3693 0.0513,0.4719 0.3899 0.4719h 0.5335 c 0.0308,-0.0000 0.0821,0.0205 0.0821 0.0821v 0.2257 l -1.4055,-0.0205 l -1.4260,0.0205 v -0.2257 c 0.0103,-0.0308 0.0205,-0.0821 0.0821 -0.0821h 0.6156 c 0.3899,-0.0000 0.3899,-0.1744 0.3899 -0.4719v -3.5292 c 0.0000,-0.3488 0.0000,-0.5950 -0.2257 -0.5950Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2396036082618596" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 32.0818,123.8420 h 4.6398 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 18.5279,142.4011 ZM 20.7747,136.8303 c -0.4412,-0.0000 -1.0875,0.4309 -1.0875 2.8213c 0.0000,0.8413 0.1539,2.5341 1.0567 2.5341c 0.1744,-0.0000 0.6669,-0.1129 0.8823 -0.9131c 0.1334,-0.4924 0.2052,-1.1080 0.2052 -2.0006c 0.0000,-1.3029 -0.3283,-2.0313 -0.6258 -2.2878c -0.1129,-0.1026 -0.2667,-0.1539 -0.4309 -0.1539ZM 20.7747,136.8303 ZM 20.7337,142.5242 c -1.0977,-0.0000 -1.8364,-1.4055 -1.8364 -2.9752c 0.0000,-1.9185 0.9131,-3.0778 1.8775 -3.0778c 0.4412,-0.0000 0.8823,0.2770 1.1798 0.6771c 0.4309,0.5745 0.6566,1.3440 0.6566 2.3083c 0.0000,2.2776 -1.1285,3.0675 -1.8775 3.0675ZM 23.0215,142.4011 ZM 23.6063,141.9805 c 0.0000,-0.2975 0.2462,-0.5437 0.5437 -0.5437c 0.2975,-0.0000 0.5437,0.2462 0.5437 0.5437c 0.0000,0.2975 -0.2462,0.5437 -0.5437 0.5437c -0.2975,-0.0000 -0.5437,-0.2462 -0.5437 -0.5437ZM 25.2683,142.4011 ZM 27.5151,136.8303 c -0.4412,-0.0000 -1.0875,0.4309 -1.0875 2.8213c 0.0000,0.8413 0.1539,2.5341 1.0567 2.5341c 0.1744,-0.0000 0.6669,-0.1129 0.8823 -0.9131c 0.1334,-0.4924 0.2052,-1.1080 0.2052 -2.0006c 0.0000,-1.3029 -0.3283,-2.0313 -0.6258 -2.2878c -0.1129,-0.1026 -0.2667,-0.1539 -0.4309 -0.1539ZM 27.5151,136.8303 ZM 27.4741,142.5242 c -1.0977,-0.0000 -1.8364,-1.4055 -1.8364 -2.9752c 0.0000,-1.9185 0.9131,-3.0778 1.8775 -3.0778c 0.4412,-0.0000 0.8823,0.2770 1.1798 0.6771c 0.4309,0.5745 0.6566,1.3440 0.6566 2.3083c 0.0000,2.2776 -1.1285,3.0675 -1.8775 3.0675Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2396036082618596" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 32.0818,139.3079 h 4.6398 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 15.1116,157.8670 ZM 17.9226,155.4458 h -2.3186 c -0.0923,-0.0000 -0.1539,-0.0821 -0.1539 -0.1744c 0.0000,-0.1641 0.1334,-0.3796 0.2565 -0.3796h 2.3494 c 0.1026,-0.0000 0.1436,0.0923 0.1436 0.1847c 0.0000,0.1129 -0.1436,0.3693 -0.2770 0.3693ZM 18.5279,157.8670 ZM 20.7747,152.2962 c -0.4412,-0.0000 -1.0875,0.4309 -1.0875 2.8213c 0.0000,0.8413 0.1539,2.5341 1.0567 2.5341c 0.1744,-0.0000 0.6669,-0.1129 0.8823 -0.9131c 0.1334,-0.4924 0.2052,-1.1080 0.2052 -2.0006c 0.0000,-1.3029 -0.3283,-2.0313 -0.6258 -2.2878c -0.1129,-0.1026 -0.2667,-0.1539 -0.4309 -0.1539ZM 20.7747,152.2962 ZM 20.7337,157.9901 c -1.0977,-0.0000 -1.8364,-1.4055 -1.8364 -2.9752c 0.0000,-1.9185 0.9131,-3.0778 1.8775 -3.0778c 0.4412,-0.0000 0.8823,0.2770 1.1798 0.6771c 0.4309,0.5745 0.6566,1.3440 0.6566 2.3083c 0.0000,2.2776 -1.1285,3.0675 -1.8775 3.0675ZM 23.0215,157.8670 ZM 23.6063,157.4464 c 0.0000,-0.2975 0.2462,-0.5437 0.5437 -0.5437c 0.2975,-0.0000 0.5437,0.2462 0.5437 0.5437c 0.0000,0.2975 -0.2462,0.5437 -0.5437 0.5437c -0.2975,-0.0000 -0.5437,-0.2462 -0.5437 -0.5437ZM 25.2683,157.8670 ZM 27.1971,152.9733 c -0.1949,-0.0000 -0.6463,0.1847 -0.8720 0.2873l -0.1231,-0.3180 c 0.9028,-0.4206 1.2516,-0.6361 1.7646 -1.0054h 0.1949 v 5.1604 c 0.0000,0.3693 0.0513,0.4719 0.3899 0.4719h 0.5335 c 0.0308,-0.0000 0.0821,0.0205 0.0821 0.0821v 0.2257 l -1.4055,-0.0205 l -1.4260,0.0205 v -0.2257 c 0.0103,-0.0308 0.0205,-0.0821 0.0821 -0.0821h 0.6156 c 0.3899,-0.0000 0.3899,-0.1744 0.3899 -0.4719v -3.5292 c 0.0000,-0.3488 0.0000,-0.5950 -0.2257 -0.5950Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2396036082618596" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 32.0818,154.7739 h 4.6398 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 15.1116,173.3330 ZM 17.9226,170.9118 h -2.3186 c -0.0923,-0.0000 -0.1539,-0.0821 -0.1539 -0.1744c 0.0000,-0.1641 0.1334,-0.3796 0.2565 -0.3796h 2.3494 c 0.1026,-0.0000 0.1436,0.0923 0.1436 0.1847c 0.0000,0.1129 -0.1436,0.3693 -0.2770 0.3693ZM 18.5279,173.3330 ZM 20.7747,167.7621 c -0.4412,-0.0000 -1.0875,0.4309 -1.0875 2.8213c 0.0000,0.8413 0.1539,2.5341 1.0567 2.5341c 0.1744,-0.0000 0.6669,-0.1129 0.8823 -0.9131c 0.1334,-0.4924 0.2052,-1.1080 0.2052 -2.0006c 0.0000,-1.3029 -0.3283,-2.0313 -0.6258 -2.2878c -0.1129,-0.1026 -0.2667,-0.1539 -0.4309 -0.1539ZM 20.7747,167.7621 ZM 20.7337,173.4561 c -1.0977,-0.0000 -1.8364,-1.4055 -1.8364 -2.9752c 0.0000,-1.9185 0.9131,-3.0778 1.8775 -3.0778c 0.4412,-0.0000 0.8823,0.2770 1.1798 0.6771c 0.4309,0.5745 0.6566,1.3440 0.6566 2.3083c 0.0000,2.2776 -1.1285,3.0675 -1.8775 3.0675ZM 23.0215,173.3330 ZM 23.6063,172.9123 c 0.0000,-0.2975 0.2462,-0.5437 0.5437 -0.5437c 0.2975,-0.0000 0.5437,0.2462 0.5437 0.5437c 0.0000,0.2975 -0.2462,0.5437 -0.5437 0.5437c -0.2975,-0.0000 -0.5437,-0.2462 -0.5437 -0.5437ZM 25.2683,173.3330 ZM 25.8634,168.7881 c 0.0000,-0.5848 0.5643,-1.3850 1.6415 -1.3850c 0.7900,-0.0000 1.7133,0.2975 1.7133 1.4773c 0.0000,0.7797 -0.4001,1.1696 -0.9541 1.7030l -0.9746,0.9439 c -0.0513,0.0513 -0.7387,0.7284 -0.7387 1.2106h 1.7441 c 0.3488,-0.0000 0.5335,-0.1744 0.6771 -0.7387l 0.2565,0.0410 l -0.2052,1.2927 h -3.1701 c 0.0000,-0.5745 0.0923,-1.0157 1.0465 -1.9903l 0.7182,-0.7079 c 0.5745,-0.5848 0.8105,-1.0875 0.8105 -1.7133c 0.0000,-0.9336 -0.6361,-1.2003 -0.9849 -1.2003c -0.7079,-0.0000 -0.9028,0.3693 -0.9028 0.6156c 0.0000,0.0821 0.0205,0.1641 0.0410 0.2360c 0.0205,0.0718 0.0410,0.1436 0.0410 0.2257c 0.0000,0.2667 -0.2052,0.3693 -0.3693 0.3693c -0.2257,-0.0000 -0.3899,-0.1744 -0.3899 -0.3796Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2396036082618596" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 32.0818,170.2398 h 4.6398 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 15.1116,188.7989 ZM 17.9226,186.3777 h -2.3186 c -0.0923,-0.0000 -0.1539,-0.0821 -0.1539 -0.1744c 0.0000,-0.1641 0.1334,-0.3796 0.2565 -0.3796h 2.3494 c 0.1026,-0.0000 0.1436,0.0923 0.1436 0.1847c 0.0000,0.1129 -0.1436,0.3693 -0.2770 0.3693ZM 18.5279,188.7989 ZM 20.7747,183.2281 c -0.4412,-0.0000 -1.0875,0.4309 -1.0875 2.8213c 0.0000,0.8413 0.1539,2.5341 1.0567 2.5341c 0.1744,-0.0000 0.6669,-0.1129 0.8823 -0.9131c 0.1334,-0.4924 0.2052,-1.1080 0.2052 -2.0006c 0.0000,-1.3029 -0.3283,-2.0313 -0.6258 -2.2878c -0.1129,-0.1026 -0.2667,-0.1539 -0.4309 -0.1539ZM 20.7747,183.2281 ZM 20.7337,188.9220 c -1.0977,-0.0000 -1.8364,-1.4055 -1.8364 -2.9752c 0.0000,-1.9185 0.9131,-3.0778 1.8775 -3.0778c 0.4412,-0.0000 0.8823,0.2770 1.1798 0.6771c 0.4309,0.5745 0.6566,1.3440 0.6566 2.3083c 0.0000,2.2776 -1.1285,3.0675 -1.8775 3.0675ZM 23.0215,188.7989 ZM 23.6063,188.3782 c 0.0000,-0.2975 0.2462,-0.5437 0.5437 -0.5437c 0.2975,-0.0000 0.5437,0.2462 0.5437 0.5437c 0.0000,0.2975 -0.2462,0.5437 -0.5437 0.5437c -0.2975,-0.0000 -0.5437,-0.2462 -0.5437 -0.5437ZM 25.2683,188.7989 ZM 27.4843,183.1870 c -0.2565,-0.0000 -1.0054,0.1436 -1.0054 0.7694c 0.0000,0.1847 -0.0718,0.5027 -0.3488 0.5027c -0.2667,-0.0000 -0.2873,-0.2975 -0.2873 -0.3283c 0.0000,-0.3180 0.4206,-1.2619 1.8467 -1.2619c 0.9952,-0.0000 1.2927,0.6258 1.2927 1.0362c 0.0000,0.2565 -0.0821,0.7694 -1.0054 1.3542c 0.5745,0.0923 1.3337,0.5130 1.3337 1.5799c 0.0000,1.3542 -1.0259,2.0826 -2.1852 2.0826c -0.5848,-0.0000 -1.4055,-0.2565 -1.4055 -0.6463c 0.0000,-0.1539 0.1539,-0.3283 0.3591 -0.3283c 0.1949,-0.0000 0.2873,0.1026 0.3796 0.2360c 0.1129,0.1744 0.2975,0.4206 0.7900 0.4206c 0.3386,-0.0000 1.3029,-0.3386 1.3029 -1.6312c 0.0000,-1.0977 -0.7694,-1.2722 -1.3235 -1.2722c -0.0923,-0.0000 -0.2052,0.0205 -0.3180 0.0410l -0.0410,-0.3078 c 0.7900,-0.1334 1.4466,-0.9028 1.4466 -1.3747c 0.0000,-0.5848 -0.4104,-0.8720 -0.8310 -0.8720Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2396036082618596" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 32.0818,185.7057 h 4.6398 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 15.1116,204.2648 ZM 17.9226,201.8436 h -2.3186 c -0.0923,-0.0000 -0.1539,-0.0821 -0.1539 -0.1744c 0.0000,-0.1641 0.1334,-0.3796 0.2565 -0.3796h 2.3494 c 0.1026,-0.0000 0.1436,0.0923 0.1436 0.1847c 0.0000,0.1129 -0.1436,0.3693 -0.2770 0.3693ZM 18.5279,204.2648 ZM 20.7747,198.6940 c -0.4412,-0.0000 -1.0875,0.4309 -1.0875 2.8213c 0.0000,0.8413 0.1539,2.5341 1.0567 2.5341c 0.1744,-0.0000 0.6669,-0.1129 0.8823 -0.9131c 0.1334,-0.4924 0.2052,-1.1080 0.2052 -2.0006c 0.0000,-1.3029 -0.3283,-2.0313 -0.6258 -2.2878c -0.1129,-0.1026 -0.2667,-0.1539 -0.4309 -0.1539ZM 20.7747,198.6940 ZM 20.7337,204.3879 c -1.0977,-0.0000 -1.8364,-1.4055 -1.8364 -2.9752c 0.0000,-1.9185 0.9131,-3.0778 1.8775 -3.0778c 0.4412,-0.0000 0.8823,0.2770 1.1798 0.6771c 0.4309,0.5745 0.6566,1.3440 0.6566 2.3083c 0.0000,2.2776 -1.1285,3.0675 -1.8775 3.0675ZM 23.0215,204.2648 ZM 23.6063,203.8442 c 0.0000,-0.2975 0.2462,-0.5437 0.5437 -0.5437c 0.2975,-0.0000 0.5437,0.2462 0.5437 0.5437c 0.0000,0.2975 -0.2462,0.5437 -0.5437 0.5437c -0.2975,-0.0000 -0.5437,-0.2462 -0.5437 -0.5437ZM 25.2683,204.2648 ZM 27.9152,200.6227 c 0.0000,-0.0718 0.0103,-0.1539 0.1026 -0.2052c 0.1129,-0.0821 0.2975,-0.1744 0.4514 -0.1744c 0.1334,-0.0000 0.1436,0.1129 0.1436 0.3180v 1.6518 h 0.8310 l -0.0616,0.4822 h -0.7694 v 0.8515 c 0.0000,0.2873 0.0410,0.4309 0.3386 0.4309h 0.2770 c 0.0616,-0.0000 0.0718,0.0513 0.0718 0.0718v 0.2257 c 0.0000,-0.0000 -0.6566,-0.0205 -1.0875 -0.0205c -0.3899,-0.0000 -0.9952,0.0205 -0.9952 0.0205v -0.2257 c 0.0000,-0.0205 0.0103,-0.0718 0.0718 -0.0718h 0.2770 c 0.3180,-0.0000 0.3488,-0.1334 0.3488 -0.4309v -0.8515 h -2.0108 c -0.0410,-0.0000 -0.0616,-0.0205 -0.0923 -0.0616l -0.0821,-0.1129 l -0.1231,-0.2154 c -0.0103,-0.0000 -0.0103,-0.0103 -0.0103 -0.0205c 0.0000,-0.0103 0.0103,-0.0205 0.0205 -0.0308c 0.6669,-0.7387 1.8467,-3.0265 2.2160 -3.8678c 0.0103,-0.0410 0.0308,-0.0513 0.0718 -0.0513c 0.0103,-0.0000 0.2360,0.0923 0.3591 0.1129c -0.4617,1.2414 -1.2209,2.5751 -1.9698 3.7652h 1.6210 v -1.5902 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2396036082618596" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 32.0818,201.1716 h 4.6398 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 15.1116,219.7307 ZM 17.9226,217.3095 h -2.3186 c -0.0923,-0.0000 -0.1539,-0.0821 -0.1539 -0.1744c 0.0000,-0.1641 0.1334,-0.3796 0.2565 -0.3796h 2.3494 c 0.1026,-0.0000 0.1436,0.0923 0.1436 0.1847c 0.0000,0.1129 -0.1436,0.3693 -0.2770 0.3693ZM 18.5279,219.7307 ZM 20.7747,214.1599 c -0.4412,-0.0000 -1.0875,0.4309 -1.0875 2.8213c 0.0000,0.8413 0.1539,2.5341 1.0567 2.5341c 0.1744,-0.0000 0.6669,-0.1129 0.8823 -0.9131c 0.1334,-0.4924 0.2052,-1.1080 0.2052 -2.0006c 0.0000,-1.3029 -0.3283,-2.0313 -0.6258 -2.2878c -0.1129,-0.1026 -0.2667,-0.1539 -0.4309 -0.1539ZM 20.7747,214.1599 ZM 20.7337,219.8538 c -1.0977,-0.0000 -1.8364,-1.4055 -1.8364 -2.9752c 0.0000,-1.9185 0.9131,-3.0778 1.8775 -3.0778c 0.4412,-0.0000 0.8823,0.2770 1.1798 0.6771c 0.4309,0.5745 0.6566,1.3440 0.6566 2.3083c 0.0000,2.2776 -1.1285,3.0675 -1.8775 3.0675ZM 23.0215,219.7307 ZM 23.6063,219.3101 c 0.0000,-0.2975 0.2462,-0.5437 0.5437 -0.5437c 0.2975,-0.0000 0.5437,0.2462 0.5437 0.5437c 0.0000,0.2975 -0.2462,0.5437 -0.5437 0.5437c -0.2975,-0.0000 -0.5437,-0.2462 -0.5437 -0.5437ZM 25.2683,219.7307 ZM 28.4384,217.9969 c 0.0000,-1.0567 -0.5745,-1.5799 -1.2106 -1.5799c -0.4719,-0.0000 -0.8310,0.0718 -1.2311 0.2360l 0.3283,-2.8008 c 0.3386,0.0308 0.6874,0.0410 1.0465 0.0410c 0.5130,-0.0000 1.0465,-0.0308 1.6005 -0.0923l 0.0616,0.0308 l -0.1539,0.6669 c -0.4001,0.0410 -0.7284,0.0513 -1.0157 0.0513c -0.4617,-0.0000 -0.8105,-0.0410 -1.1696 -0.0821l -0.1949,1.6210 c 0.2154,-0.0821 0.5848,-0.1539 0.9849 -0.1539c 1.0875,-0.0000 1.6928,0.9439 1.6928 1.8877c 0.0000,1.1490 -0.8002,2.0313 -1.9595 2.0313c -0.5848,-0.0000 -1.4363,-0.3283 -1.4363 -0.7284c 0.0000,-0.1949 0.1641,-0.3283 0.3488 -0.3283c 0.2052,-0.0000 0.3386,0.1539 0.4617 0.3180c 0.1539,0.1847 0.3180,0.3899 0.6463 0.3899c 0.6566,-0.0000 1.2003,-0.6156 1.2003 -1.5081Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2396036082618596" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 32.0818,216.6375 h 4.6398 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.1" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 282.2219,225.9171 l -0.0000,-3.0932 h -231.9888 l -0.0000,3.0932 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 276.6049,238.9554 ZM 278.8517,233.3846 c -0.4412,-0.0000 -1.0875,0.4309 -1.0875 2.8213c 0.0000,0.8413 0.1539,2.5341 1.0567 2.5341c 0.1744,-0.0000 0.6669,-0.1129 0.8823 -0.9131c 0.1334,-0.4924 0.2052,-1.1080 0.2052 -2.0006c 0.0000,-1.3029 -0.3283,-2.0313 -0.6258 -2.2878c -0.1129,-0.1026 -0.2667,-0.1539 -0.4309 -0.1539ZM 278.8517,233.3846 ZM 278.8107,239.0785 c -1.0977,-0.0000 -1.8364,-1.4055 -1.8364 -2.9752c 0.0000,-1.9185 0.9131,-3.0778 1.8775 -3.0778c 0.4412,-0.0000 0.8823,0.2770 1.1798 0.6771c 0.4309,0.5745 0.6566,1.3440 0.6566 2.3083c 0.0000,2.2776 -1.1285,3.0675 -1.8775 3.0675ZM 281.0985,238.9554 ZM 281.6833,238.5348 c 0.0000,-0.2975 0.2462,-0.5437 0.5437 -0.5437c 0.2975,-0.0000 0.5437,0.2462 0.5437 0.5437c 0.0000,0.2975 -0.2462,0.5437 -0.5437 0.5437c -0.2975,-0.0000 -0.5437,-0.2462 -0.5437 -0.5437ZM 283.3453,238.9554 ZM 286.5154,237.2216 c 0.0000,-1.0567 -0.5745,-1.5799 -1.2106 -1.5799c -0.4719,-0.0000 -0.8310,0.0718 -1.2311 0.2360l 0.3283,-2.8008 c 0.3386,0.0308 0.6874,0.0410 1.0465 0.0410c 0.5130,-0.0000 1.0465,-0.0308 1.6005 -0.0923l 0.0616,0.0308 l -0.1539,0.6669 c -0.4001,0.0410 -0.7284,0.0513 -1.0157 0.0513c -0.4617,-0.0000 -0.8105,-0.0410 -1.1696 -0.0821l -0.1949,1.6210 c 0.2154,-0.0821 0.5848,-0.1539 0.9849 -0.1539c 1.0875,-0.0000 1.6928,0.9439 1.6928 1.8877c 0.0000,1.1490 -0.8002,2.0313 -1.9595 2.0313c -0.5848,-0.0000 -1.4363,-0.3283 -1.4363 -0.7284c 0.0000,-0.1949 0.1641,-0.3283 0.3488 -0.3283c 0.2052,-0.0000 0.3386,0.1539 0.4617 0.3180c 0.1539,0.1847 0.3180,0.3899 0.6463 0.3899c 0.6566,-0.0000 1.2003,-0.6156 1.2003 -1.5081Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2396036082618596" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 282.2219,222.8239 v 4.6398 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 253.4060,238.9554 ZM 255.6528,233.3846 c -0.4412,-0.0000 -1.0875,0.4309 -1.0875 2.8213c 0.0000,0.8413 0.1539,2.5341 1.0567 2.5341c 0.1744,-0.0000 0.6669,-0.1129 0.8823 -0.9131c 0.1334,-0.4924 0.2052,-1.1080 0.2052 -2.0006c 0.0000,-1.3029 -0.3283,-2.0313 -0.6258 -2.2878c -0.1129,-0.1026 -0.2667,-0.1539 -0.4309 -0.1539ZM 255.6528,233.3846 ZM 255.6118,239.0785 c -1.0977,-0.0000 -1.8364,-1.4055 -1.8364 -2.9752c 0.0000,-1.9185 0.9131,-3.0778 1.8775 -3.0778c 0.4412,-0.0000 0.8823,0.2770 1.1798 0.6771c 0.4309,0.5745 0.6566,1.3440 0.6566 2.3083c 0.0000,2.2776 -1.1285,3.0675 -1.8775 3.0675ZM 257.8996,238.9554 ZM 258.4844,238.5348 c 0.0000,-0.2975 0.2462,-0.5437 0.5437 -0.5437c 0.2975,-0.0000 0.5437,0.2462 0.5437 0.5437c 0.0000,0.2975 -0.2462,0.5437 -0.5437 0.5437c -0.2975,-0.0000 -0.5437,-0.2462 -0.5437 -0.5437ZM 260.1464,238.9554 ZM 262.7933,235.3133 c 0.0000,-0.0718 0.0103,-0.1539 0.1026 -0.2052c 0.1129,-0.0821 0.2975,-0.1744 0.4514 -0.1744c 0.1334,-0.0000 0.1436,0.1129 0.1436 0.3180v 1.6518 h 0.8310 l -0.0616,0.4822 h -0.7694 v 0.8515 c 0.0000,0.2873 0.0410,0.4309 0.3386 0.4309h 0.2770 c 0.0616,-0.0000 0.0718,0.0513 0.0718 0.0718v 0.2257 c 0.0000,-0.0000 -0.6566,-0.0205 -1.0875 -0.0205c -0.3899,-0.0000 -0.9952,0.0205 -0.9952 0.0205v -0.2257 c 0.0000,-0.0205 0.0103,-0.0718 0.0718 -0.0718h 0.2770 c 0.3180,-0.0000 0.3488,-0.1334 0.3488 -0.4309v -0.8515 h -2.0108 c -0.0410,-0.0000 -0.0616,-0.0205 -0.0923 -0.0616l -0.0821,-0.1129 l -0.1231,-0.2154 c -0.0103,-0.0000 -0.0103,-0.0103 -0.0103 -0.0205c 0.0000,-0.0103 0.0103,-0.0205 0.0205 -0.0308c 0.6669,-0.7387 1.8467,-3.0265 2.2160 -3.8678c 0.0103,-0.0410 0.0308,-0.0513 0.0718 -0.0513c 0.0103,-0.0000 0.2360,0.0923 0.3591 0.1129c -0.4617,1.2414 -1.2209,2.5751 -1.9698 3.7652h 1.6210 v -1.5902 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2396036082618596" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 259.0230,222.8239 v 4.6398 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 230.2071,238.9554 ZM 232.4539,233.3846 c -0.4412,-0.0000 -1.0875,0.4309 -1.0875 2.8213c 0.0000,0.8413 0.1539,2.5341 1.0567 2.5341c 0.1744,-0.0000 0.6669,-0.1129 0.8823 -0.9131c 0.1334,-0.4924 0.2052,-1.1080 0.2052 -2.0006c 0.0000,-1.3029 -0.3283,-2.0313 -0.6258 -2.2878c -0.1129,-0.1026 -0.2667,-0.1539 -0.4309 -0.1539ZM 232.4539,233.3846 ZM 232.4129,239.0785 c -1.0977,-0.0000 -1.8364,-1.4055 -1.8364 -2.9752c 0.0000,-1.9185 0.9131,-3.0778 1.8775 -3.0778c 0.4412,-0.0000 0.8823,0.2770 1.1798 0.6771c 0.4309,0.5745 0.6566,1.3440 0.6566 2.3083c 0.0000,2.2776 -1.1285,3.0675 -1.8775 3.0675ZM 234.7007,238.9554 ZM 235.2855,238.5348 c 0.0000,-0.2975 0.2462,-0.5437 0.5437 -0.5437c 0.2975,-0.0000 0.5437,0.2462 0.5437 0.5437c 0.0000,0.2975 -0.2462,0.5437 -0.5437 0.5437c -0.2975,-0.0000 -0.5437,-0.2462 -0.5437 -0.5437ZM 236.9475,238.9554 ZM 239.1635,233.3435 c -0.2565,-0.0000 -1.0054,0.1436 -1.0054 0.7694c 0.0000,0.1847 -0.0718,0.5027 -0.3488 0.5027c -0.2667,-0.0000 -0.2873,-0.2975 -0.2873 -0.3283c 0.0000,-0.3180 0.4206,-1.2619 1.8467 -1.2619c 0.9952,-0.0000 1.2927,0.6258 1.2927 1.0362c 0.0000,0.2565 -0.0821,0.7694 -1.0054 1.3542c 0.5745,0.0923 1.3337,0.5130 1.3337 1.5799c 0.0000,1.3542 -1.0259,2.0826 -2.1852 2.0826c -0.5848,-0.0000 -1.4055,-0.2565 -1.4055 -0.6463c 0.0000,-0.1539 0.1539,-0.3283 0.3591 -0.3283c 0.1949,-0.0000 0.2873,0.1026 0.3796 0.2360c 0.1129,0.1744 0.2975,0.4206 0.7900 0.4206c 0.3386,-0.0000 1.3029,-0.3386 1.3029 -1.6312c 0.0000,-1.0977 -0.7694,-1.2722 -1.3235 -1.2722c -0.0923,-0.0000 -0.2052,0.0205 -0.3180 0.0410l -0.0410,-0.3078 c 0.7900,-0.1334 1.4466,-0.9028 1.4466 -1.3747c 0.0000,-0.5848 -0.4104,-0.8720 -0.8310 -0.8720Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2396036082618596" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 235.8241,222.8239 v 4.6398 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 207.0083,238.9554 ZM 209.2551,233.3846 c -0.4412,-0.0000 -1.0875,0.4309 -1.0875 2.8213c 0.0000,0.8413 0.1539,2.5341 1.0567 2.5341c 0.1744,-0.0000 0.6669,-0.1129 0.8823 -0.9131c 0.1334,-0.4924 0.2052,-1.1080 0.2052 -2.0006c 0.0000,-1.3029 -0.3283,-2.0313 -0.6258 -2.2878c -0.1129,-0.1026 -0.2667,-0.1539 -0.4309 -0.1539ZM 209.2551,233.3846 ZM 209.2140,239.0785 c -1.0977,-0.0000 -1.8364,-1.4055 -1.8364 -2.9752c 0.0000,-1.9185 0.9131,-3.0778 1.8775 -3.0778c 0.4412,-0.0000 0.8823,0.2770 1.1798 0.6771c 0.4309,0.5745 0.6566,1.3440 0.6566 2.3083c 0.0000,2.2776 -1.1285,3.0675 -1.8775 3.0675ZM 211.5018,238.9554 ZM 212.0866,238.5348 c 0.0000,-0.2975 0.2462,-0.5437 0.5437 -0.5437c 0.2975,-0.0000 0.5437,0.2462 0.5437 0.5437c 0.0000,0.2975 -0.2462,0.5437 -0.5437 0.5437c -0.2975,-0.0000 -0.5437,-0.2462 -0.5437 -0.5437ZM 213.7486,238.9554 ZM 214.3437,234.4105 c 0.0000,-0.5848 0.5643,-1.3850 1.6415 -1.3850c 0.7900,-0.0000 1.7133,0.2975 1.7133 1.4773c 0.0000,0.7797 -0.4001,1.1696 -0.9541 1.7030l -0.9746,0.9439 c -0.0513,0.0513 -0.7387,0.7284 -0.7387 1.2106h 1.7441 c 0.3488,-0.0000 0.5335,-0.1744 0.6771 -0.7387l 0.2565,0.0410 l -0.2052,1.2927 h -3.1701 c 0.0000,-0.5745 0.0923,-1.0157 1.0465 -1.9903l 0.7182,-0.7079 c 0.5745,-0.5848 0.8105,-1.0875 0.8105 -1.7133c 0.0000,-0.9336 -0.6361,-1.2003 -0.9849 -1.2003c -0.7079,-0.0000 -0.9028,0.3693 -0.9028 0.6156c 0.0000,0.0821 0.0205,0.1641 0.0410 0.2360c 0.0205,0.0718 0.0410,0.1436 0.0410 0.2257c 0.0000,0.2667 -0.2052,0.3693 -0.3693 0.3693c -0.2257,-0.0000 -0.3899,-0.1744 -0.3899 -0.3796Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2396036082618596" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 212.6252,222.8239 v 4.6398 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 183.8094,238.9554 ZM 186.0562,233.3846 c -0.4412,-0.0000 -1.0875,0.4309 -1.0875 2.8213c 0.0000,0.8413 0.1539,2.5341 1.0567 2.5341c 0.1744,-0.0000 0.6669,-0.1129 0.8823 -0.9131c 0.1334,-0.4924 0.2052,-1.1080 0.2052 -2.0006c 0.0000,-1.3029 -0.3283,-2.0313 -0.6258 -2.2878c -0.1129,-0.1026 -0.2667,-0.1539 -0.4309 -0.1539ZM 186.0562,233.3846 ZM 186.0151,239.0785 c -1.0977,-0.0000 -1.8364,-1.4055 -1.8364 -2.9752c 0.0000,-1.9185 0.9131,-3.0778 1.8775 -3.0778c 0.4412,-0.0000 0.8823,0.2770 1.1798 0.6771c 0.4309,0.5745 0.6566,1.3440 0.6566 2.3083c 0.0000,2.2776 -1.1285,3.0675 -1.8775 3.0675ZM 188.3030,238.9554 ZM 188.8877,238.5348 c 0.0000,-0.2975 0.2462,-0.5437 0.5437 -0.5437c 0.2975,-0.0000 0.5437,0.2462 0.5437 0.5437c 0.0000,0.2975 -0.2462,0.5437 -0.5437 0.5437c -0.2975,-0.0000 -0.5437,-0.2462 -0.5437 -0.5437ZM 190.5498,238.9554 ZM 192.4785,234.0617 c -0.1949,-0.0000 -0.6463,0.1847 -0.8720 0.2873l -0.1231,-0.3180 c 0.9028,-0.4206 1.2516,-0.6361 1.7646 -1.0054h 0.1949 v 5.1604 c 0.0000,0.3693 0.0513,0.4719 0.3899 0.4719h 0.5335 c 0.0308,-0.0000 0.0821,0.0205 0.0821 0.0821v 0.2257 l -1.4055,-0.0205 l -1.4260,0.0205 v -0.2257 c 0.0103,-0.0308 0.0205,-0.0821 0.0821 -0.0821h 0.6156 c 0.3899,-0.0000 0.3899,-0.1744 0.3899 -0.4719v -3.5292 c 0.0000,-0.3488 0.0000,-0.5950 -0.2257 -0.5950Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2396036082618596" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 189.4264,222.8239 v 4.6398 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 160.6105,238.9554 ZM 162.8573,233.3846 c -0.4412,-0.0000 -1.0875,0.4309 -1.0875 2.8213c 0.0000,0.8413 0.1539,2.5341 1.0567 2.5341c 0.1744,-0.0000 0.6669,-0.1129 0.8823 -0.9131c 0.1334,-0.4924 0.2052,-1.1080 0.2052 -2.0006c 0.0000,-1.3029 -0.3283,-2.0313 -0.6258 -2.2878c -0.1129,-0.1026 -0.2667,-0.1539 -0.4309 -0.1539ZM 162.8573,233.3846 ZM 162.8163,239.0785 c -1.0977,-0.0000 -1.8364,-1.4055 -1.8364 -2.9752c 0.0000,-1.9185 0.9131,-3.0778 1.8775 -3.0778c 0.4412,-0.0000 0.8823,0.2770 1.1798 0.6771c 0.4309,0.5745 0.6566,1.3440 0.6566 2.3083c 0.0000,2.2776 -1.1285,3.0675 -1.8775 3.0675ZM 165.1041,238.9554 ZM 165.6889,238.5348 c 0.0000,-0.2975 0.2462,-0.5437 0.5437 -0.5437c 0.2975,-0.0000 0.5437,0.2462 0.5437 0.5437c 0.0000,0.2975 -0.2462,0.5437 -0.5437 0.5437c -0.2975,-0.0000 -0.5437,-0.2462 -0.5437 -0.5437ZM 167.3509,238.9554 ZM 169.5977,233.3846 c -0.4412,-0.0000 -1.0875,0.4309 -1.0875 2.8213c 0.0000,0.8413 0.1539,2.5341 1.0567 2.5341c 0.1744,-0.0000 0.6669,-0.1129 0.8823 -0.9131c 0.1334,-0.4924 0.2052,-1.1080 0.2052 -2.0006c 0.0000,-1.3029 -0.3283,-2.0313 -0.6258 -2.2878c -0.1129,-0.1026 -0.2667,-0.1539 -0.4309 -0.1539ZM 169.5977,233.3846 ZM 169.5566,239.0785 c -1.0977,-0.0000 -1.8364,-1.4055 -1.8364 -2.9752c 0.0000,-1.9185 0.9131,-3.0778 1.8775 -3.0778c 0.4412,-0.0000 0.8823,0.2770 1.1798 0.6771c 0.4309,0.5745 0.6566,1.3440 0.6566 2.3083c 0.0000,2.2776 -1.1285,3.0675 -1.8775 3.0675Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2396036082618596" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 166.2275,222.8239 v 4.6398 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 135.7034,238.9554 ZM 138.5145,236.5342 h -2.3186 c -0.0923,-0.0000 -0.1539,-0.0821 -0.1539 -0.1744c 0.0000,-0.1641 0.1334,-0.3796 0.2565 -0.3796h 2.3494 c 0.1026,-0.0000 0.1436,0.0923 0.1436 0.1847c 0.0000,0.1129 -0.1436,0.3693 -0.2770 0.3693ZM 139.1198,238.9554 ZM 141.3666,233.3846 c -0.4412,-0.0000 -1.0875,0.4309 -1.0875 2.8213c 0.0000,0.8413 0.1539,2.5341 1.0567 2.5341c 0.1744,-0.0000 0.6669,-0.1129 0.8823 -0.9131c 0.1334,-0.4924 0.2052,-1.1080 0.2052 -2.0006c 0.0000,-1.3029 -0.3283,-2.0313 -0.6258 -2.2878c -0.1129,-0.1026 -0.2667,-0.1539 -0.4309 -0.1539ZM 141.3666,233.3846 ZM 141.3256,239.0785 c -1.0977,-0.0000 -1.8364,-1.4055 -1.8364 -2.9752c 0.0000,-1.9185 0.9131,-3.0778 1.8775 -3.0778c 0.4412,-0.0000 0.8823,0.2770 1.1798 0.6771c 0.4309,0.5745 0.6566,1.3440 0.6566 2.3083c 0.0000,2.2776 -1.1285,3.0675 -1.8775 3.0675ZM 143.6134,238.9554 ZM 144.1982,238.5348 c 0.0000,-0.2975 0.2462,-0.5437 0.5437 -0.5437c 0.2975,-0.0000 0.5437,0.2462 0.5437 0.5437c 0.0000,0.2975 -0.2462,0.5437 -0.5437 0.5437c -0.2975,-0.0000 -0.5437,-0.2462 -0.5437 -0.5437ZM 145.8602,238.9554 ZM 147.7889,234.0617 c -0.1949,-0.0000 -0.6463,0.1847 -0.8720 0.2873l -0.1231,-0.3180 c 0.9028,-0.4206 1.2516,-0.6361 1.7646 -1.0054h 0.1949 v 5.1604 c 0.0000,0.3693 0.0513,0.4719 0.3899 0.4719h 0.5335 c 0.0308,-0.0000 0.0821,0.0205 0.0821 0.0821v 0.2257 l -1.4055,-0.0205 l -1.4260,0.0205 v -0.2257 c 0.0103,-0.0308 0.0205,-0.0821 0.0821 -0.0821h 0.6156 c 0.3899,-0.0000 0.3899,-0.1744 0.3899 -0.4719v -3.5292 c 0.0000,-0.3488 0.0000,-0.5950 -0.2257 -0.5950Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2396036082618596" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 143.0286,222.8239 v 4.6398 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 112.5046,238.9554 ZM 115.3156,236.5342 h -2.3186 c -0.0923,-0.0000 -0.1539,-0.0821 -0.1539 -0.1744c 0.0000,-0.1641 0.1334,-0.3796 0.2565 -0.3796h 2.3494 c 0.1026,-0.0000 0.1436,0.0923 0.1436 0.1847c 0.0000,0.1129 -0.1436,0.3693 -0.2770 0.3693ZM 115.9209,238.9554 ZM 118.1677,233.3846 c -0.4412,-0.0000 -1.0875,0.4309 -1.0875 2.8213c 0.0000,0.8413 0.1539,2.5341 1.0567 2.5341c 0.1744,-0.0000 0.6669,-0.1129 0.8823 -0.9131c 0.1334,-0.4924 0.2052,-1.1080 0.2052 -2.0006c 0.0000,-1.3029 -0.3283,-2.0313 -0.6258 -2.2878c -0.1129,-0.1026 -0.2667,-0.1539 -0.4309 -0.1539ZM 118.1677,233.3846 ZM 118.1267,239.0785 c -1.0977,-0.0000 -1.8364,-1.4055 -1.8364 -2.9752c 0.0000,-1.9185 0.9131,-3.0778 1.8775 -3.0778c 0.4412,-0.0000 0.8823,0.2770 1.1798 0.6771c 0.4309,0.5745 0.6566,1.3440 0.6566 2.3083c 0.0000,2.2776 -1.1285,3.0675 -1.8775 3.0675ZM 120.4145,238.9554 ZM 120.9993,238.5348 c 0.0000,-0.2975 0.2462,-0.5437 0.5437 -0.5437c 0.2975,-0.0000 0.5437,0.2462 0.5437 0.5437c 0.0000,0.2975 -0.2462,0.5437 -0.5437 0.5437c -0.2975,-0.0000 -0.5437,-0.2462 -0.5437 -0.5437ZM 122.6613,238.9554 ZM 123.2563,234.4105 c 0.0000,-0.5848 0.5643,-1.3850 1.6415 -1.3850c 0.7900,-0.0000 1.7133,0.2975 1.7133 1.4773c 0.0000,0.7797 -0.4001,1.1696 -0.9541 1.7030l -0.9746,0.9439 c -0.0513,0.0513 -0.7387,0.7284 -0.7387 1.2106h 1.7441 c 0.3488,-0.0000 0.5335,-0.1744 0.6771 -0.7387l 0.2565,0.0410 l -0.2052,1.2927 h -3.1701 c 0.0000,-0.5745 0.0923,-1.0157 1.0465 -1.9903l 0.7182,-0.7079 c 0.5745,-0.5848 0.8105,-1.0875 0.8105 -1.7133c 0.0000,-0.9336 -0.6361,-1.2003 -0.9849 -1.2003c -0.7079,-0.0000 -0.9028,0.3693 -0.9028 0.6156c 0.0000,0.0821 0.0205,0.1641 0.0410 0.2360c 0.0205,0.0718 0.0410,0.1436 0.0410 0.2257c 0.0000,0.2667 -0.2052,0.3693 -0.3693 0.3693c -0.2257,-0.0000 -0.3899,-0.1744 -0.3899 -0.3796Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2396036082618596" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 119.8297,222.8239 v 4.6398 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 89.3057,238.9554 ZM 92.1167,236.5342 h -2.3186 c -0.0923,-0.0000 -0.1539,-0.0821 -0.1539 -0.1744c 0.0000,-0.1641 0.1334,-0.3796 0.2565 -0.3796h 2.3494 c 0.1026,-0.0000 0.1436,0.0923 0.1436 0.1847c 0.0000,0.1129 -0.1436,0.3693 -0.2770 0.3693ZM 92.7220,238.9554 ZM 94.9688,233.3846 c -0.4412,-0.0000 -1.0875,0.4309 -1.0875 2.8213c 0.0000,0.8413 0.1539,2.5341 1.0567 2.5341c 0.1744,-0.0000 0.6669,-0.1129 0.8823 -0.9131c 0.1334,-0.4924 0.2052,-1.1080 0.2052 -2.0006c 0.0000,-1.3029 -0.3283,-2.0313 -0.6258 -2.2878c -0.1129,-0.1026 -0.2667,-0.1539 -0.4309 -0.1539ZM 94.9688,233.3846 ZM 94.9278,239.0785 c -1.0977,-0.0000 -1.8364,-1.4055 -1.8364 -2.9752c 0.0000,-1.9185 0.9131,-3.0778 1.8775 -3.0778c 0.4412,-0.0000 0.8823,0.2770 1.1798 0.6771c 0.4309,0.5745 0.6566,1.3440 0.6566 2.3083c 0.0000,2.2776 -1.1285,3.0675 -1.8775 3.0675ZM 97.2156,238.9554 ZM 97.8004,238.5348 c 0.0000,-0.2975 0.2462,-0.5437 0.5437 -0.5437c 0.2975,-0.0000 0.5437,0.2462 0.5437 0.5437c 0.0000,0.2975 -0.2462,0.5437 -0.5437 0.5437c -0.2975,-0.0000 -0.5437,-0.2462 -0.5437 -0.5437ZM 99.4624,238.9554 ZM 101.6784,233.3435 c -0.2565,-0.0000 -1.0054,0.1436 -1.0054 0.7694c 0.0000,0.1847 -0.0718,0.5027 -0.3488 0.5027c -0.2667,-0.0000 -0.2873,-0.2975 -0.2873 -0.3283c 0.0000,-0.3180 0.4206,-1.2619 1.8467 -1.2619c 0.9952,-0.0000 1.2927,0.6258 1.2927 1.0362c 0.0000,0.2565 -0.0821,0.7694 -1.0054 1.3542c 0.5745,0.0923 1.3337,0.5130 1.3337 1.5799c 0.0000,1.3542 -1.0259,2.0826 -2.1852 2.0826c -0.5848,-0.0000 -1.4055,-0.2565 -1.4055 -0.6463c 0.0000,-0.1539 0.1539,-0.3283 0.3591 -0.3283c 0.1949,-0.0000 0.2873,0.1026 0.3796 0.2360c 0.1129,0.1744 0.2975,0.4206 0.7900 0.4206c 0.3386,-0.0000 1.3029,-0.3386 1.3029 -1.6312c 0.0000,-1.0977 -0.7694,-1.2722 -1.3235 -1.2722c -0.0923,-0.0000 -0.2052,0.0205 -0.3180 0.0410l -0.0410,-0.3078 c 0.7900,-0.1334 1.4466,-0.9028 1.4466 -1.3747c 0.0000,-0.5848 -0.4104,-0.8720 -0.8310 -0.8720Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2396036082618596" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 96.6308,222.8239 v 4.6398 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 66.1068,238.9554 ZM 68.9179,236.5342 h -2.3186 c -0.0923,-0.0000 -0.1539,-0.0821 -0.1539 -0.1744c 0.0000,-0.1641 0.1334,-0.3796 0.2565 -0.3796h 2.3494 c 0.1026,-0.0000 0.1436,0.0923 0.1436 0.1847c 0.0000,0.1129 -0.1436,0.3693 -0.2770 0.3693ZM 69.5232,238.9554 ZM 71.7700,233.3846 c -0.4412,-0.0000 -1.0875,0.4309 -1.0875 2.8213c 0.0000,0.8413 0.1539,2.5341 1.0567 2.5341c 0.1744,-0.0000 0.6669,-0.1129 0.8823 -0.9131c 0.1334,-0.4924 0.2052,-1.1080 0.2052 -2.0006c 0.0000,-1.3029 -0.3283,-2.0313 -0.6258 -2.2878c -0.1129,-0.1026 -0.2667,-0.1539 -0.4309 -0.1539ZM 71.7700,233.3846 ZM 71.7289,239.0785 c -1.0977,-0.0000 -1.8364,-1.4055 -1.8364 -2.9752c 0.0000,-1.9185 0.9131,-3.0778 1.8775 -3.0778c 0.4412,-0.0000 0.8823,0.2770 1.1798 0.6771c 0.4309,0.5745 0.6566,1.3440 0.6566 2.3083c 0.0000,2.2776 -1.1285,3.0675 -1.8775 3.0675ZM 74.0167,238.9554 ZM 74.6015,238.5348 c 0.0000,-0.2975 0.2462,-0.5437 0.5437 -0.5437c 0.2975,-0.0000 0.5437,0.2462 0.5437 0.5437c 0.0000,0.2975 -0.2462,0.5437 -0.5437 0.5437c -0.2975,-0.0000 -0.5437,-0.2462 -0.5437 -0.5437ZM 76.2635,238.9554 ZM 78.9104,235.3133 c 0.0000,-0.0718 0.0103,-0.1539 0.1026 -0.2052c 0.1129,-0.0821 0.2975,-0.1744 0.4514 -0.1744c 0.1334,-0.0000 0.1436,0.1129 0.1436 0.3180v 1.6518 h 0.8310 l -0.0616,0.4822 h -0.7694 v 0.8515 c 0.0000,0.2873 0.0410,0.4309 0.3386 0.4309h 0.2770 c 0.0616,-0.0000 0.0718,0.0513 0.0718 0.0718v 0.2257 c 0.0000,-0.0000 -0.6566,-0.0205 -1.0875 -0.0205c -0.3899,-0.0000 -0.9952,0.0205 -0.9952 0.0205v -0.2257 c 0.0000,-0.0205 0.0103,-0.0718 0.0718 -0.0718h 0.2770 c 0.3180,-0.0000 0.3488,-0.1334 0.3488 -0.4309v -0.8515 h -2.0108 c -0.0410,-0.0000 -0.0616,-0.0205 -0.0923 -0.0616l -0.0821,-0.1129 l -0.1231,-0.2154 c -0.0103,-0.0000 -0.0103,-0.0103 -0.0103 -0.0205c 0.0000,-0.0103 0.0103,-0.0205 0.0205 -0.0308c 0.6669,-0.7387 1.8467,-3.0265 2.2160 -3.8678c 0.0103,-0.0410 0.0308,-0.0513 0.0718 -0.0513c 0.0103,-0.0000 0.2360,0.0923 0.3591 0.1129c -0.4617,1.2414 -1.2209,2.5751 -1.9698 3.7652h 1.6210 v -1.5902 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2396036082618596" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 73.4320,222.8239 v 4.6398 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 42.9079,238.9554 ZM 45.7190,236.5342 h -2.3186 c -0.0923,-0.0000 -0.1539,-0.0821 -0.1539 -0.1744c 0.0000,-0.1641 0.1334,-0.3796 0.2565 -0.3796h 2.3494 c 0.1026,-0.0000 0.1436,0.0923 0.1436 0.1847c 0.0000,0.1129 -0.1436,0.3693 -0.2770 0.3693ZM 46.3243,238.9554 ZM 48.5711,233.3846 c -0.4412,-0.0000 -1.0875,0.4309 -1.0875 2.8213c 0.0000,0.8413 0.1539,2.5341 1.0567 2.5341c 0.1744,-0.0000 0.6669,-0.1129 0.8823 -0.9131c 0.1334,-0.4924 0.2052,-1.1080 0.2052 -2.0006c 0.0000,-1.3029 -0.3283,-2.0313 -0.6258 -2.2878c -0.1129,-0.1026 -0.2667,-0.1539 -0.4309 -0.1539ZM 48.5711,233.3846 ZM 48.5300,239.0785 c -1.0977,-0.0000 -1.8364,-1.4055 -1.8364 -2.9752c 0.0000,-1.9185 0.9131,-3.0778 1.8775 -3.0778c 0.4412,-0.0000 0.8823,0.2770 1.1798 0.6771c 0.4309,0.5745 0.6566,1.3440 0.6566 2.3083c 0.0000,2.2776 -1.1285,3.0675 -1.8775 3.0675ZM 50.8179,238.9554 ZM 51.4026,238.5348 c 0.0000,-0.2975 0.2462,-0.5437 0.5437 -0.5437c 0.2975,-0.0000 0.5437,0.2462 0.5437 0.5437c 0.0000,0.2975 -0.2462,0.5437 -0.5437 0.5437c -0.2975,-0.0000 -0.5437,-0.2462 -0.5437 -0.5437ZM 53.0647,238.9554 ZM 56.2348,237.2216 c 0.0000,-1.0567 -0.5745,-1.5799 -1.2106 -1.5799c -0.4719,-0.0000 -0.8310,0.0718 -1.2311 0.2360l 0.3283,-2.8008 c 0.3386,0.0308 0.6874,0.0410 1.0465 0.0410c 0.5130,-0.0000 1.0465,-0.0308 1.6005 -0.0923l 0.0616,0.0308 l -0.1539,0.6669 c -0.4001,0.0410 -0.7284,0.0513 -1.0157 0.0513c -0.4617,-0.0000 -0.8105,-0.0410 -1.1696 -0.0821l -0.1949,1.6210 c 0.2154,-0.0821 0.5848,-0.1539 0.9849 -0.1539c 1.0875,-0.0000 1.6928,0.9439 1.6928 1.8877c 0.0000,1.1490 -0.8002,2.0313 -1.9595 2.0313c -0.5848,-0.0000 -1.4363,-0.3283 -1.4363 -0.7284c 0.0000,-0.1949 0.1641,-0.3283 0.3488 -0.3283c 0.2052,-0.0000 0.3386,0.1539 0.4617 0.3180c 0.1539,0.1847 0.3180,0.3899 0.6463 0.3899c 0.6566,-0.0000 1.2003,-0.6156 1.2003 -1.5081Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2396036082618596" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 50.2331,222.8239 v 4.6398 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 282.2219,216.6375 l -0.0000,-154.6592 h -231.9888 l -0.0000,154.6592 Z"/>+  </g>+</svg>
other/labelledExample.svg view
@@ -1,3 +1,13 @@ <?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="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" 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>+    "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 139.0680,71.2836 ZM 140.0124,60.2790 l -1.2113,2.0326 c -1.2524,2.3611 -0.5749,3.5724 0.3490 4.4963c 0.6365,0.6365 1.9094,1.2935 3.2028 0.0000c 0.6159,-0.6159 0.9650,-2.1558 1.0471 -3.1412l -3.3876,-3.3876 ZM 140.0124,60.2790 ZM 146.6028,64.2415 c -0.7802,0.7802 -1.9094,0.5133 -2.4843 0.1027l -0.1437,0.8007 c -0.2874,1.6014 -0.4312,2.1558 -1.3756 3.1002c -1.4372,1.4372 -3.3055,1.6630 -4.8453 0.1232c -1.5604,-1.5604 -1.2935,-3.9625 0.1642 -6.4057l 1.4166,-2.3611 c -2.3200,-2.3200 -3.8188,-1.6835 -4.5168 -0.9855c -0.7802,0.7802 -1.3345,2.0326 -0.6981 2.6690c 0.2258,0.2258 0.3901,0.3080 0.4722 0.3490c 0.1232,0.0411 0.2874,0.1642 0.4312 0.3080c 0.2669,0.2669 0.4722,0.8828 -0.1232 1.4782c -0.4927,0.4927 -1.1497,0.4927 -1.6425 -0.0000c -1.1908,-1.1908 -0.3080,-4.1678 1.0060 -5.4818c 1.4988,-1.4988 3.8393,-2.6074 6.7547 0.3080l 3.0181,3.0181 c 1.2524,1.2524 1.8067,1.7657 2.2789 1.2935c 0.4517,-0.4517 0.0000,-1.1497 -0.4312 -1.6219l 0.6159,-0.4106 c 1.3756,1.6219 1.1497,2.6690 0.1027 3.7161ZM 153.4602,56.8914 ZM 153.9324,53.4627 l -10.2860,-10.2860 c -1.1703,-1.1703 -1.7041,-1.2935 -2.1147 -0.8828l -0.5749,0.7391 c -0.0616,0.0616 -0.1642,0.0821 -0.2258 0.0205l -0.5543,-0.4722 c 0.3285,-0.3285 0.9650,-1.2113 1.2524 -1.6219c 0.2874,-0.4517 0.4927,-0.8212 0.7186 -1.4166l 0.4517,-0.4517 l 12.8524,12.8524 c 0.5954,0.5954 1.1292,0.6775 1.7862 0.0205l 0.4927,-0.4927 c 0.0821,-0.0821 0.2258,-0.1027 0.3285 0.0000l 0.3901,0.3901 l -0.0000,0.0821 c 0.0000,-0.0000 -1.5398,1.4577 -2.3405 2.2584c -0.7186,0.7186 -2.1763,2.2584 -2.1763 2.2584l -0.0616,-0.0205 l -0.3901,-0.3901 c -0.1027,-0.1027 -0.1232,-0.2053 -0.0205 -0.3080l 0.4927,-0.4927 c 0.6775,-0.6775 0.5749,-1.1908 -0.0205 -1.7862ZM 158.7983,51.5533 ZM 159.7427,40.5487 l -1.2113,2.0326 c -1.2524,2.3611 -0.5749,3.5724 0.3490 4.4963c 0.6365,0.6365 1.9094,1.2935 3.2028 0.0000c 0.6159,-0.6159 0.9650,-2.1558 1.0471 -3.1412l -3.3876,-3.3876 ZM 159.7427,40.5487 ZM 166.3331,44.5112 c -0.7802,0.7802 -1.9094,0.5133 -2.4843 0.1027l -0.1437,0.8007 c -0.2874,1.6014 -0.4312,2.1558 -1.3756 3.1002c -1.4372,1.4372 -3.3055,1.6630 -4.8453 0.1232c -1.5604,-1.5604 -1.2935,-3.9625 0.1642 -6.4057l 1.4166,-2.3611 c -2.3200,-2.3200 -3.8188,-1.6835 -4.5168 -0.9855c -0.7802,0.7802 -1.3345,2.0326 -0.6981 2.6690c 0.2258,0.2258 0.3901,0.3080 0.4722 0.3490c 0.1232,0.0411 0.2874,0.1642 0.4312 0.3080c 0.2669,0.2669 0.4722,0.8828 -0.1232 1.4782c -0.4927,0.4927 -1.1497,0.4927 -1.6425 -0.0000c -1.1908,-1.1908 -0.3080,-4.1678 1.0060 -5.4818c 1.4988,-1.4988 3.8393,-2.6074 6.7547 0.3080l 3.0181,3.0181 c 1.2524,1.2524 1.8067,1.7657 2.2789 1.2935c 0.4517,-0.4517 0.0000,-1.1497 -0.4312 -1.6219l 0.6159,-0.4106 c 1.3756,1.6219 1.1497,2.6690 0.1027 3.7161ZM 168.0577,42.2938 ZM 169.9876,38.1055 c 0.9034,0.0821 1.4988,-0.1848 2.1352 -0.8212c 1.9504,-1.9504 1.1292,-4.7427 -1.2113 -7.0832c -2.0942,-2.0942 -4.6605,-2.5253 -5.9129 -1.2729c -0.2258,0.2258 -1.2524,1.3345 -1.2113 2.9770l 6.2004,6.2004 ZM 169.9876,38.1055 ZM 157.8128,29.0103 c -1.1703,-1.1703 -1.7041,-1.2935 -2.1147 -0.8828l -0.5749,0.7391 c -0.0616,0.0616 -0.1437,0.0616 -0.2053 -0.0000l -0.5543,-0.4722 c 0.3285,-0.3285 0.9444,-1.1908 1.2319 -1.6014c 0.2874,-0.4517 0.5133,-0.8418 0.7391 -1.4372l 0.4517,-0.4517 l 6.3646,6.3646 c -0.0616,-1.4577 0.3901,-2.6485 1.3756 -3.6340c 1.7862,-1.7862 5.1943,-1.7862 7.6991 0.7186c 3.2644,3.2644 2.8127,7.4117 0.7186 9.5059c -0.8828,0.8828 -1.7862,1.2935 -2.8949 1.3756c 0.0616,0.4312 0.1027,1.0060 0.1232 1.3961l -0.5338,0.3285 c -0.4312,-0.5543 -0.7596,-0.8828 -1.5604 -1.6835l -10.2655,-10.2655 ZM 177.8715,32.4800 ZM 174.5250,24.4524 l 3.7777,-3.7777 c 0.2053,-0.2053 0.1848,-0.3901 0.0000 -0.5749c -1.9094,-1.9094 -3.3671,-1.4372 -4.1062 -0.6981c -0.4722,0.4722 -1.8273,2.1968 0.3285 5.0506ZM 174.5250,24.4524 ZM 183.7229,22.8099 l 0.7391,-0.0821 c 0.2874,1.8478 -0.1642,3.8188 -1.6425 5.2970c -2.8127,2.8127 -6.0977,1.9094 -8.3356 -0.3285c -3.1207,-3.1207 -2.9359,-7.0421 -0.9855 -8.9926c 2.7101,-2.7101 5.4612,-1.2319 7.1858 0.4927c 0.2258,0.2258 0.2053,0.4927 -0.0205 0.7186l -5.3997,5.3997 c 0.1027,0.1437 0.2258,0.2669 0.3901 0.4312c 2.0942,2.0942 5.1738,2.2584 6.6520 0.7802c 1.1292,-1.1292 1.4782,-2.2173 1.4166 -3.7161ZM 186.6588,23.6928 ZM 187.1310,20.2641 l -10.2860,-10.2860 c -1.1703,-1.1703 -1.7041,-1.2935 -2.1147 -0.8828l -0.5749,0.7391 c -0.0616,0.0616 -0.1642,0.0821 -0.2258 0.0205l -0.5543,-0.4722 c 0.3285,-0.3285 0.9650,-1.2113 1.2524 -1.6219c 0.2874,-0.4517 0.4927,-0.8212 0.7186 -1.4166l 0.4517,-0.4517 l 12.8524,12.8524 c 0.5954,0.5954 1.1292,0.6775 1.7862 0.0205l 0.4927,-0.4927 c 0.0821,-0.0821 0.2258,-0.1027 0.3285 0.0000l 0.3901,0.3901 l -0.0000,0.0821 c 0.0000,-0.0000 -1.5398,1.4577 -2.3405 2.2584c -0.7186,0.7186 -2.1763,2.2584 -2.1763 2.2584l -0.0616,-0.0205 l -0.3901,-0.3901 c -0.1027,-0.1027 -0.1232,-0.2053 -0.0205 -0.3080l 0.4927,-0.4927 c 0.6775,-0.6775 0.5749,-1.1908 -0.0205 -1.7862Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="1.4758435693200473" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 114.7286,93.4344 c 0.0000,-3.6261 -2.9395,-6.5656 -6.5656 -6.5656c -3.6261,-0.0000 -6.5656,2.9395 -6.5656 6.5656c -0.0000,3.6261 2.9395,6.5656 6.5656 6.5656c 3.6261,0.0000 6.5656,-2.9395 6.5656 -6.5656Z"/>+  </g>+</svg>
other/legendExample.svg view
@@ -1,3 +1,58 @@ <?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="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" 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="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" 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>+    "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 114.1014,280.0317 ZM 116.0294,278.5704 v -10.1677 c 0.0000,-1.1568 -0.2029,-1.4815 -0.6088 -1.4815l -0.6494,0.0812 c -0.0609,-0.0000 -0.1218,-0.0406 -0.1218 -0.1015l -0.0406,-0.5074 c 0.3247,-0.0000 1.0756,-0.1218 1.4206 -0.1827c 0.3653,-0.0812 0.6494,-0.1624 1.0553 -0.3450h 0.4465 v 12.7045 c 0.0000,0.5885 0.2232,0.8930 0.8727 0.8930h 0.4871 c 0.0812,-0.0000 0.1624,0.0609 0.1624 0.1624v 0.3856 l -0.0406,0.0406 c 0.0000,-0.0000 -1.4815,-0.0406 -2.2730 -0.0406c -0.7103,-0.0000 -2.1918,0.0406 -2.1918 0.0406l -0.0203,-0.0406 v -0.3856 c 0.0000,-0.1015 0.0406,-0.1624 0.1421 -0.1624h 0.4871 c 0.6697,-0.0000 0.8727,-0.3044 0.8727 -0.8930ZM 119.3781,280.0317 ZM 120.9610,268.4433 c 0.0000,-0.5277 0.4262,-0.9742 0.9539 -0.9742c 0.5480,-0.0000 0.9742,0.4465 0.9742 0.9742c 0.0000,0.5480 -0.4262,0.9742 -0.9742 0.9742c -0.5277,-0.0000 -0.9539,-0.4262 -0.9539 -0.9742ZM 120.9610,268.4433 ZM 122.8891,278.5704 c 0.0000,0.5885 0.2232,0.8930 0.8727 0.8930h 0.3856 c 0.1015,-0.0000 0.1827,0.0609 0.1827 0.1624v 0.3856 l -0.0406,0.0406 c 0.0000,-0.0000 -1.4003,-0.0406 -2.1918 -0.0406c -0.7103,-0.0000 -2.0904,0.0406 -2.0904 0.0406l -0.0406,-0.0406 v -0.3856 c 0.0000,-0.1015 0.0609,-0.1624 0.1624 -0.1624h 0.3856 c 0.6697,-0.0000 0.8727,-0.3044 0.8727 -0.8930v -5.0534 c 0.0000,-1.0756 -0.1827,-1.2380 -0.4668 -1.2380c -0.2638,-0.0000 -0.5074,0.0203 -0.8524 0.1015l -0.1015,-0.5683 c 1.2989,-0.2232 1.5221,-0.3044 2.1107 -0.5885c 0.2232,-0.0812 0.3653,-0.1624 0.5074 -0.1624h 0.3044 v 7.5091 ZM 124.7359,280.0317 ZM 132.1232,278.5704 v -4.4446 c 0.0000,-1.4206 -0.2435,-2.0904 -1.3192 -2.0904c -0.8930,-0.0000 -1.6642,0.3450 -2.6992 1.5627v 4.9722 c 0.0000,0.5885 0.2029,0.8930 0.8727 0.8930h 0.2841 c 0.1015,-0.0000 0.1624,0.0609 0.1624 0.1624v 0.3856 l -0.0406,0.0406 c 0.0000,-0.0000 -1.2786,-0.0406 -2.0701 -0.0406c -0.7306,-0.0000 -2.1107,0.0406 -2.1107 0.0406l -0.0406,-0.0406 v -0.3856 c 0.0000,-0.1015 0.0609,-0.1624 0.1624 -0.1624h 0.3856 c 0.6900,-0.0000 0.8727,-0.3044 0.8727 -0.8930v -5.0534 c 0.0000,-1.0959 -0.1624,-1.2380 -0.4465 -1.2380c -0.2638,-0.0000 -0.5074,0.0203 -0.8524 0.1015l -0.1015,-0.5683 c 0.8524,-0.1421 1.4612,-0.2435 2.0904 -0.5885c 0.2232,-0.1015 0.3856,-0.1624 0.5277 -0.1624h 0.3044 l -0.0609,1.8062 h 0.0609 c 1.2989,-1.5221 2.2730,-1.8062 3.3081 -1.8062c 1.8265,-0.0000 2.2121,1.4003 2.2121 3.2066v 4.3025 c 0.0000,0.5885 0.2232,0.8930 0.8727 0.8930h 0.3856 c 0.1015,-0.0000 0.1827,0.0609 0.1827 0.1624v 0.3856 l -0.0406,0.0406 c 0.0000,-0.0000 -1.4003,-0.0406 -2.1918 -0.0406c -0.7103,-0.0000 -1.9889,0.0406 -1.9889 0.0406l -0.0406,-0.0406 v -0.3856 c 0.0000,-0.1015 0.0609,-0.1624 0.1624 -0.1624h 0.2841 c 0.6697,-0.0000 0.8727,-0.3044 0.8727 -0.8930ZM 135.2892,280.0317 ZM 137.6028,274.4100 h 3.7342 c 0.2029,-0.0000 0.2841,-0.1015 0.2841 -0.2841c 0.0000,-1.8874 -0.9539,-2.3745 -1.6845 -2.3745c -0.4668,-0.0000 -1.9889,0.1827 -2.3339 2.6586ZM 137.6028,274.4100 ZM 142.9606,278.1442 l 0.4059,0.3247 c -0.7712,1.0553 -1.9686,1.8062 -3.4298 1.8062c -2.7804,-0.0000 -3.9575,-2.0701 -3.9575 -4.2822c 0.0000,-3.0848 2.0295,-4.9316 3.9575 -4.9316c 2.6789,-0.0000 3.3081,2.0904 3.3081 3.7951c 0.0000,0.2232 -0.1421,0.3450 -0.3653 0.3450h -5.3375 c -0.0203,0.1218 -0.0203,0.2435 -0.0203 0.4059c 0.0000,2.0701 1.4409,3.6734 2.9022 3.6734c 1.1162,-0.0000 1.8265,-0.3653 2.5368 -1.1365ZM 149.0490,280.0317 ZM 153.4327,268.9304 c -0.5074,-0.0000 -1.9889,0.2841 -1.9889 1.5221c 0.0000,0.3653 -0.1421,0.9944 -0.6900 0.9944c -0.5277,-0.0000 -0.5683,-0.5885 -0.5683 -0.6494c 0.0000,-0.6291 0.8321,-2.4963 3.6531 -2.4963c 1.9686,-0.0000 2.5571,1.2380 2.5571 2.0498c 0.0000,0.5074 -0.1624,1.5221 -1.9889 2.6789c 1.1365,0.1827 2.6383,1.0147 2.6383 3.1254c 0.0000,2.6789 -2.0295,4.1198 -4.3228 4.1198c -1.1568,-0.0000 -2.7804,-0.5074 -2.7804 -1.2786c 0.0000,-0.3044 0.3044,-0.6494 0.7103 -0.6494c 0.3856,-0.0000 0.5683,0.2029 0.7509 0.4668c 0.2232,0.3450 0.5885,0.8321 1.5627 0.8321c 0.6697,-0.0000 2.5774,-0.6697 2.5774 -3.2269c 0.0000,-2.1715 -1.5221,-2.5166 -2.6180 -2.5166c -0.1827,-0.0000 -0.4059,0.0406 -0.6291 0.0812l -0.0812,-0.6088 c 1.5627,-0.2638 2.8616,-1.7859 2.8616 -2.7195c 0.0000,-1.1568 -0.8118,-1.7251 -1.6439 -1.7251Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(44,160,44)" stroke-width="1.3595755619017047" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 89.6259,273.9128 h 17.4825 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.63" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 114.1014,245.0666 ZM 126.3392,243.6054 v -4.6678 c 0.0000,-1.3598 -0.5277,-1.8671 -1.2989 -1.8671c -0.7915,-0.0000 -1.4206,0.4059 -2.3948 1.4815c 0.0406,0.2435 0.0406,0.5277 0.0406 0.8118v 4.2416 c 0.0000,0.5885 0.2029,0.8930 0.8727 0.8930h 0.3450 c 0.1015,-0.0000 0.1827,0.0609 0.1827 0.1624v 0.3856 l -0.0406,0.0406 c 0.0000,-0.0000 -1.3598,-0.0406 -2.1512 -0.0406c -0.7306,-0.0000 -2.1310,0.0406 -2.1310 0.0406l -0.0406,-0.0406 v -0.3856 c 0.0000,-0.1015 0.0609,-0.1624 0.1624 -0.1624h 0.4059 c 0.6900,-0.0000 0.8727,-0.3044 0.8727 -0.8930v -4.6272 c 0.0000,-1.3598 -0.5480,-1.9077 -1.3192 -1.9077c -0.7103,-0.0000 -1.3800,0.5074 -2.3339 1.5018v 5.0331 c 0.0000,0.5885 0.2029,0.8930 0.8727 0.8930h 0.3856 c 0.0812,-0.0000 0.1624,0.0609 0.1624 0.1624v 0.3856 l -0.0406,0.0406 c 0.0000,-0.0000 -1.3800,-0.0406 -2.1715 -0.0406c -0.7306,-0.0000 -2.1107,0.0406 -2.1107 0.0406l -0.0406,-0.0406 v -0.3856 c 0.0000,-0.1015 0.0609,-0.1624 0.1624 -0.1624h 0.3856 c 0.6900,-0.0000 0.8727,-0.3044 0.8727 -0.8930v -5.0534 c 0.0000,-1.1568 -0.1827,-1.2380 -0.4465 -1.2380c -0.2638,-0.0000 -0.5074,0.0203 -0.8524 0.1015l -0.1015,-0.5683 c 1.2786,-0.2232 1.5627,-0.3044 2.1107 -0.5885c 0.2029,-0.1015 0.3653,-0.1624 0.5074 -0.1624h 0.3044 l -0.0609,1.7656 h 0.0609 c 0.9539,-1.0147 1.8062,-1.7656 3.0645 -1.7656c 1.1365,-0.0000 1.8468,0.8321 1.9686 1.7454c 1.1771,-1.2177 2.1310,-1.7454 3.2269 -1.7454c 1.7859,-0.0000 2.0904,1.4815 2.0904 3.2878v 4.2213 c 0.0000,0.5885 0.2029,0.8930 0.8727 0.8930h 0.3856 c 0.0812,-0.0000 0.1624,0.0609 0.1624 0.1624v 0.3856 l -0.0406,0.0406 c 0.0000,-0.0000 -1.3800,-0.0406 -2.1715 -0.0406c -0.7306,-0.0000 -2.1107,0.0406 -2.1107 0.0406l -0.0406,-0.0406 v -0.3856 c 0.0000,-0.1015 0.0609,-0.1624 0.1624 -0.1624h 0.3856 c 0.6697,-0.0000 0.8727,-0.3044 0.8727 -0.8930ZM 129.5254,245.0666 ZM 138.2319,242.7124 c 0.0000,1.0147 0.1015,1.3395 0.5074 1.3395c 0.2435,-0.0000 0.6900,-0.0406 1.0350 -0.1015l 0.0812,0.5683 c -1.2380,0.2232 -2.2324,0.4262 -2.6992 0.7915h -0.4465 l 0.0609,-1.5018 h -0.0609 c -1.1162,1.2177 -2.0295,1.5018 -2.8616 1.5018c -2.0092,-0.0000 -2.5368,-1.3598 -2.5368 -2.7601v -4.6272 c 0.0000,-0.6697 -0.1421,-1.0147 -0.8930 -1.0147c -0.0812,-0.0000 -0.2232,0.0203 -0.3450 0.0203l -0.0609,-0.0203 v -0.5277 l 0.0609,-0.0609 c 0.0000,-0.0000 1.3800,0.0406 2.0295 0.0406c 0.2841,-0.0000 0.7509,-0.0406 0.7509 -0.0406l -0.0203,1.6236 v 4.3228 c 0.0000,1.8062 0.9336,2.1310 1.5424 2.1310c 0.4668,-0.0000 0.8930,-0.1827 1.3192 -0.4871c 0.4871,-0.3653 0.8118,-0.6494 1.0147 -0.9133v -5.0128 c 0.0000,-0.7306 -0.1015,-1.0756 -0.8524 -1.0756c -0.1218,-0.0000 -0.3450,0.0203 -0.4059 0.0203l -0.0406,-0.0406 v -0.5074 l 0.0406,-0.0609 c 0.0000,-0.0000 1.4409,0.0406 2.0092 0.0406c 0.4668,-0.0000 0.7915,-0.0406 0.7915 -0.0406l -0.0203,1.6033 v 4.7896 ZM 140.0179,245.0666 ZM 154.5692,243.6054 v -4.1401 c 0.0000,-1.6439 -0.4262,-2.4151 -1.3598 -2.4151c -0.5885,-0.0000 -1.4612,0.3450 -2.6586 1.4815v 5.0737 c 0.0000,0.5885 0.2029,0.8930 0.8727 0.8930h 0.3856 c 0.0812,-0.0000 0.1624,0.0609 0.1624 0.1624v 0.3856 l -0.0406,0.0406 c 0.0000,-0.0000 -1.3800,-0.0406 -2.1715 -0.0406c -0.7306,-0.0000 -1.5424,0.0406 -1.5424 0.0406l -0.0406,-0.0406 v -0.3856 c 0.0000,-0.1015 0.0609,-0.1624 0.1624 -0.1624h 0.0406 c 0.5277,-0.0000 0.6494,-0.3044 0.6494 -0.8930v -10.2692 c 0.0000,-0.9539 -0.1827,-1.3800 -0.5885 -1.3800l -0.6697,0.0812 c -0.0609,-0.0000 -0.1015,-0.0406 -0.1015 -0.1015l -0.0406,-0.5074 c 0.3247,-0.0000 1.0553,-0.1218 1.4003 -0.1827c 0.3653,-0.0812 0.6697,-0.1624 1.0756 -0.3450h 0.4465 v 6.8799 c 1.3598,-1.3598 2.7601,-1.6845 3.5516 -1.6845c 1.4815,-0.0000 1.9889,1.1162 1.9889 3.2066v 4.3025 c 0.0000,0.5885 0.2029,0.8930 0.8524 0.8930h 0.4059 c 0.0812,-0.0000 0.1624,0.0609 0.1624 0.1624v 0.3856 l -0.0406,0.0406 c 0.0000,-0.0000 -1.3800,-0.0406 -2.1918 -0.0406c -0.7103,-0.0000 -2.0904,0.0406 -2.0904 0.0406l -0.0406,-0.0406 v -0.3856 c 0.0000,-0.1015 0.0609,-0.1624 0.1624 -0.1624h 0.3856 c 0.6900,-0.0000 0.8727,-0.3044 0.8727 -0.8930ZM 154.5692,243.6054 ZM 147.6081,243.1589 c -0.8930,1.5424 -1.8671,2.0904 -3.0645 2.0904c -2.4354,-0.0000 -3.7748,-1.8671 -3.7748 -4.4852c 0.0000,-2.8819 1.6236,-4.7084 3.7951 -4.7084c 1.9483,-0.0000 2.9833,0.9944 2.9833 2.0701c 0.0000,0.6088 -0.3653,0.8930 -0.7712 0.8930c -0.4465,-0.0000 -0.8524,-0.2232 -0.9133 -0.7103c -0.0609,-0.6900 -0.2029,-1.5627 -1.4003 -1.5627c -1.3395,-0.0000 -2.1310,1.3800 -2.1310 3.5719c 0.0000,2.3745 1.0756,4.0387 2.6586 4.0387c 0.8727,-0.0000 1.6236,-0.5683 2.2527 -1.4815ZM 162.8292,245.0666 ZM 164.7572,243.6054 v -10.1677 c 0.0000,-1.1568 -0.2029,-1.4815 -0.6088 -1.4815l -0.6494,0.0812 c -0.0609,-0.0000 -0.1218,-0.0406 -0.1218 -0.1015l -0.0406,-0.5074 c 0.3247,-0.0000 1.0756,-0.1218 1.4206 -0.1827c 0.3653,-0.0812 0.6494,-0.1624 1.0553 -0.3450h 0.4465 v 12.7045 c 0.0000,0.5885 0.2232,0.8930 0.8727 0.8930h 0.4871 c 0.0812,-0.0000 0.1624,0.0609 0.1624 0.1624v 0.3856 l -0.0406,0.0406 c 0.0000,-0.0000 -1.4815,-0.0406 -2.2730 -0.0406c -0.7103,-0.0000 -2.1918,0.0406 -2.1918 0.0406l -0.0203,-0.0406 v -0.3856 c 0.0000,-0.1015 0.0406,-0.1624 0.1421 -0.1624h 0.4871 c 0.6697,-0.0000 0.8727,-0.3044 0.8727 -0.8930ZM 168.1059,245.0666 ZM 168.7959,240.9062 c 0.0000,-2.7804 1.5018,-4.8099 4.2010 -4.8099c 3.0036,-0.0000 4.1604,2.5166 4.1604 4.6272c 0.0000,2.0295 -1.3192,4.5866 -4.2010 4.5866c -2.7195,-0.0000 -4.1604,-2.3339 -4.1604 -4.4040ZM 168.7959,240.9062 ZM 172.7737,236.7661 c -1.6236,-0.0000 -2.3745,1.9077 -2.3745 3.6734c 0.0000,1.5627 0.8930,4.1604 2.9022 4.1604c 0.9133,-0.0000 2.2527,-0.5480 2.2527 -3.2269c 0.0000,-2.9833 -1.1162,-4.6069 -2.7804 -4.6069ZM 177.8271,245.0666 ZM 185.2144,243.6054 v -4.4446 c 0.0000,-1.4206 -0.2435,-2.0904 -1.3192 -2.0904c -0.8930,-0.0000 -1.6642,0.3450 -2.6992 1.5627v 4.9722 c 0.0000,0.5885 0.2029,0.8930 0.8727 0.8930h 0.2841 c 0.1015,-0.0000 0.1624,0.0609 0.1624 0.1624v 0.3856 l -0.0406,0.0406 c 0.0000,-0.0000 -1.2786,-0.0406 -2.0701 -0.0406c -0.7306,-0.0000 -2.1107,0.0406 -2.1107 0.0406l -0.0406,-0.0406 v -0.3856 c 0.0000,-0.1015 0.0609,-0.1624 0.1624 -0.1624h 0.3856 c 0.6900,-0.0000 0.8727,-0.3044 0.8727 -0.8930v -5.0534 c 0.0000,-1.0959 -0.1624,-1.2380 -0.4465 -1.2380c -0.2638,-0.0000 -0.5074,0.0203 -0.8524 0.1015l -0.1015,-0.5683 c 0.8524,-0.1421 1.4612,-0.2435 2.0904 -0.5885c 0.2232,-0.1015 0.3856,-0.1624 0.5277 -0.1624h 0.3044 l -0.0609,1.8062 h 0.0609 c 1.2989,-1.5221 2.2730,-1.8062 3.3081 -1.8062c 1.8265,-0.0000 2.2121,1.4003 2.2121 3.2066v 4.3025 c 0.0000,0.5885 0.2232,0.8930 0.8727 0.8930h 0.3856 c 0.1015,-0.0000 0.1827,0.0609 0.1827 0.1624v 0.3856 l -0.0406,0.0406 c 0.0000,-0.0000 -1.4003,-0.0406 -2.1918 -0.0406c -0.7103,-0.0000 -1.9889,0.0406 -1.9889 0.0406l -0.0406,-0.0406 v -0.3856 c 0.0000,-0.1015 0.0609,-0.1624 0.1624 -0.1624h 0.2841 c 0.6697,-0.0000 0.8727,-0.3044 0.8727 -0.8930ZM 188.3804,245.0666 ZM 194.7935,239.3232 c 0.0000,-1.6845 -0.7915,-2.6586 -2.0092 -2.6586c -1.0553,-0.0000 -1.7656,0.7306 -1.7656 2.3136c 0.0000,1.0553 0.4059,2.7195 2.0295 2.7195c 0.7103,-0.0000 1.7454,-0.3450 1.7454 -2.3745ZM 194.7935,239.3232 ZM 190.9984,245.2087 c -0.6291,0.5885 -0.7712,1.2177 -0.7712 1.9077c 0.0000,1.5221 1.8265,1.9686 2.5166 1.9686c 1.7454,-0.0000 3.9575,-0.6088 3.9575 -2.0701c 0.0000,-0.5277 -0.2841,-0.8727 -1.0756 -1.2583c -0.5683,-0.2841 -1.4003,-0.5074 -2.3745 -0.5074c -0.1624,-0.0000 -0.3856,0.0203 -0.6697 0.0406c -0.2841,0.0203 -0.5885,0.0203 -0.8118 0.0203c -0.3247,-0.0000 -0.4871,-0.0406 -0.7712 -0.1015ZM 190.9984,245.2087 ZM 197.1680,237.1922 c -0.3247,-0.0000 -0.5277,-0.1827 -0.6088 -0.3450c -0.1218,-0.1827 -0.2029,-0.2435 -0.3450 -0.2435c -0.2435,-0.0000 -0.6291,0.2841 -0.7712 0.4871c 0.5683,0.6088 0.8321,1.1974 0.8321 2.1512c 0.0000,1.9889 -1.6236,3.0645 -3.3283 3.0645c -0.7509,-0.0000 -1.3598,-0.1421 -1.8265 -0.4262c -0.2232,0.3450 -0.3450,0.7712 -0.3450 1.1771c 0.0000,0.8727 0.6697,1.0959 1.2380 1.0959c 0.1015,-0.0000 0.3450,-0.0203 0.6291 -0.0406c 0.4668,-0.0609 0.9742,-0.1015 1.3192 -0.1015c 0.7103,-0.0000 2.0498,0.1421 2.8616 0.8321c 0.5480,0.5074 0.8524,0.9944 0.8524 1.6439c 0.0000,2.1918 -2.8819,3.3486 -5.4999 3.3486c -1.4815,-0.0000 -3.1254,-0.5480 -3.1254 -2.3136c 0.0000,-0.8727 0.5480,-1.8062 1.5830 -2.4557c -0.5074,-0.2638 -0.8727,-0.7712 -0.8727 -1.5018c 0.0000,-0.6900 0.3044,-1.5627 0.8524 -2.0498c -0.5480,-0.5480 -1.0147,-1.2380 -1.0147 -2.3542c 0.0000,-1.8671 1.6439,-3.0645 3.3689 -3.0645c 1.1365,-0.0000 1.8468,0.4668 2.0701 0.6291c 0.5074,-0.6900 1.4206,-1.0350 1.9280 -1.0350c 0.5277,-0.0000 0.8930,0.3450 0.8930 0.7712c 0.0000,0.4465 -0.2841,0.7306 -0.6900 0.7306ZM 198.2030,245.0666 ZM 200.5166,239.4450 h 3.7342 c 0.2029,-0.0000 0.2841,-0.1015 0.2841 -0.2841c 0.0000,-1.8874 -0.9539,-2.3745 -1.6845 -2.3745c -0.4668,-0.0000 -1.9889,0.1827 -2.3339 2.6586ZM 200.5166,239.4450 ZM 205.8745,243.1792 l 0.4059,0.3247 c -0.7712,1.0553 -1.9686,1.8062 -3.4298 1.8062c -2.7804,-0.0000 -3.9575,-2.0701 -3.9575 -4.2822c 0.0000,-3.0848 2.0295,-4.9316 3.9575 -4.9316c 2.6789,-0.0000 3.3081,2.0904 3.3081 3.7951c 0.0000,0.2232 -0.1421,0.3450 -0.3653 0.3450h -5.3375 c -0.0203,0.1218 -0.0203,0.2435 -0.0203 0.4059c 0.0000,2.0701 1.4409,3.6734 2.9022 3.6734c 1.1162,-0.0000 1.8265,-0.3653 2.5368 -1.1365ZM 206.8892,245.0666 ZM 208.6955,243.6054 v -5.0534 c 0.0000,-1.0147 -0.1421,-1.2380 -0.4465 -1.2380c -0.2638,-0.0000 -0.5074,0.0203 -0.8524 0.1015l -0.1015,-0.5683 c 1.2786,-0.2232 1.5018,-0.2841 2.1107 -0.5885c 0.2029,-0.1015 0.3653,-0.1624 0.5074 -0.1624h 0.3044 l -0.0609,1.8265 h 0.0609 c 0.5277,-0.7915 1.4206,-1.8265 2.3745 -1.8265c 0.8321,-0.0000 1.1365,0.4059 1.1365 0.9336c 0.0000,0.5277 -0.3450,0.8524 -0.8727 0.8524c -0.4059,-0.0000 -0.6291,-0.1624 -0.8321 -0.3653c -0.1218,-0.1218 -0.2638,-0.1827 -0.4059 -0.1827c -0.2232,-0.0000 -0.6697,0.3653 -1.1568 1.0553c -0.1421,0.1827 -0.2435,0.4465 -0.2435 0.7103v 4.5054 c 0.0000,0.5885 0.2029,0.8930 0.8727 0.8930h 0.5885 c 0.1015,-0.0000 0.1827,0.0609 0.1827 0.1624v 0.3856 l -0.0406,0.0406 c 0.0000,-0.0000 -1.6033,-0.0406 -2.3948 -0.0406c -0.7306,-0.0000 -2.1107,0.0406 -2.1107 0.0406l -0.0203,-0.0406 v -0.3856 c 0.0000,-0.1015 0.0406,-0.1624 0.1421 -0.1624h 0.3856 c 0.6900,-0.0000 0.8727,-0.3044 0.8727 -0.8930ZM 219.0052,245.0666 ZM 226.3925,243.6054 v -4.4446 c 0.0000,-1.4206 -0.2435,-2.0904 -1.3192 -2.0904c -0.8930,-0.0000 -1.6642,0.3450 -2.6992 1.5627v 4.9722 c 0.0000,0.5885 0.2029,0.8930 0.8727 0.8930h 0.2841 c 0.1015,-0.0000 0.1624,0.0609 0.1624 0.1624v 0.3856 l -0.0406,0.0406 c 0.0000,-0.0000 -1.2786,-0.0406 -2.0701 -0.0406c -0.7306,-0.0000 -2.1107,0.0406 -2.1107 0.0406l -0.0406,-0.0406 v -0.3856 c 0.0000,-0.1015 0.0609,-0.1624 0.1624 -0.1624h 0.3856 c 0.6900,-0.0000 0.8727,-0.3044 0.8727 -0.8930v -5.0534 c 0.0000,-1.0959 -0.1624,-1.2380 -0.4465 -1.2380c -0.2638,-0.0000 -0.5074,0.0203 -0.8524 0.1015l -0.1015,-0.5683 c 0.8524,-0.1421 1.4612,-0.2435 2.0904 -0.5885c 0.2232,-0.1015 0.3856,-0.1624 0.5277 -0.1624h 0.3044 l -0.0609,1.8062 h 0.0609 c 1.2989,-1.5221 2.2730,-1.8062 3.3081 -1.8062c 1.8265,-0.0000 2.2121,1.4003 2.2121 3.2066v 4.3025 c 0.0000,0.5885 0.2232,0.8930 0.8727 0.8930h 0.3856 c 0.1015,-0.0000 0.1827,0.0609 0.1827 0.1624v 0.3856 l -0.0406,0.0406 c 0.0000,-0.0000 -1.4003,-0.0406 -2.1918 -0.0406c -0.7103,-0.0000 -1.9889,0.0406 -1.9889 0.0406l -0.0406,-0.0406 v -0.3856 c 0.0000,-0.1015 0.0609,-0.1624 0.1624 -0.1624h 0.2841 c 0.6697,-0.0000 0.8727,-0.3044 0.8727 -0.8930ZM 229.5585,245.0666 ZM 235.4643,240.0944 l -1.6033,0.4059 c -1.7859,0.5480 -2.0498,1.4815 -2.0498 2.3948c 0.0000,0.6291 0.3044,1.5830 1.5830 1.5830c 0.6088,-0.0000 1.5424,-0.5885 2.0701 -1.0350v -3.3486 ZM 235.4643,240.0944 ZM 236.7632,245.3102 c -0.7712,-0.0000 -1.1974,-0.6900 -1.2786 -1.1771l -0.4668,0.3247 c -0.9336,0.6494 -1.2786,0.8524 -2.2121 0.8524c -1.4206,-0.0000 -2.4557,-0.8118 -2.4557 -2.3339c 0.0000,-1.5424 1.3192,-2.5977 3.2472 -3.0848l 1.8671,-0.4668 c 0.0000,-2.2933 -1.0553,-2.7195 -1.7454 -2.7195c -0.7712,-0.0000 -1.6642,0.3450 -1.6642 0.9742c 0.0000,0.2232 0.0406,0.3450 0.0609 0.4059c 0.0406,0.0812 0.0609,0.2232 0.0609 0.3653c 0.0000,0.2638 -0.2029,0.6697 -0.7915 0.6697c -0.4871,-0.0000 -0.8118,-0.3247 -0.8118 -0.8118c 0.0000,-1.1771 1.9077,-2.2121 3.2066 -2.2121c 1.4815,-0.0000 3.1863,0.6088 3.1863 3.4907v 2.9833 c 0.0000,1.2380 0.0203,1.7656 0.4871 1.7656c 0.4465,-0.0000 0.5683,-0.5683 0.5885 -1.0147l 0.5074,0.1015 c -0.1218,1.4815 -0.7509,1.8874 -1.7859 1.8874ZM 238.7115,245.0666 ZM 250.9492,243.6054 v -4.6678 c 0.0000,-1.3598 -0.5277,-1.8671 -1.2989 -1.8671c -0.7915,-0.0000 -1.4206,0.4059 -2.3948 1.4815c 0.0406,0.2435 0.0406,0.5277 0.0406 0.8118v 4.2416 c 0.0000,0.5885 0.2029,0.8930 0.8727 0.8930h 0.3450 c 0.1015,-0.0000 0.1827,0.0609 0.1827 0.1624v 0.3856 l -0.0406,0.0406 c 0.0000,-0.0000 -1.3598,-0.0406 -2.1512 -0.0406c -0.7306,-0.0000 -2.1310,0.0406 -2.1310 0.0406l -0.0406,-0.0406 v -0.3856 c 0.0000,-0.1015 0.0609,-0.1624 0.1624 -0.1624h 0.4059 c 0.6900,-0.0000 0.8727,-0.3044 0.8727 -0.8930v -4.6272 c 0.0000,-1.3598 -0.5480,-1.9077 -1.3192 -1.9077c -0.7103,-0.0000 -1.3800,0.5074 -2.3339 1.5018v 5.0331 c 0.0000,0.5885 0.2029,0.8930 0.8727 0.8930h 0.3856 c 0.0812,-0.0000 0.1624,0.0609 0.1624 0.1624v 0.3856 l -0.0406,0.0406 c 0.0000,-0.0000 -1.3800,-0.0406 -2.1715 -0.0406c -0.7306,-0.0000 -2.1107,0.0406 -2.1107 0.0406l -0.0406,-0.0406 v -0.3856 c 0.0000,-0.1015 0.0609,-0.1624 0.1624 -0.1624h 0.3856 c 0.6900,-0.0000 0.8727,-0.3044 0.8727 -0.8930v -5.0534 c 0.0000,-1.1568 -0.1827,-1.2380 -0.4465 -1.2380c -0.2638,-0.0000 -0.5074,0.0203 -0.8524 0.1015l -0.1015,-0.5683 c 1.2786,-0.2232 1.5627,-0.3044 2.1107 -0.5885c 0.2029,-0.1015 0.3653,-0.1624 0.5074 -0.1624h 0.3044 l -0.0609,1.7656 h 0.0609 c 0.9539,-1.0147 1.8062,-1.7656 3.0645 -1.7656c 1.1365,-0.0000 1.8468,0.8321 1.9686 1.7454c 1.1771,-1.2177 2.1310,-1.7454 3.2269 -1.7454c 1.7859,-0.0000 2.0904,1.4815 2.0904 3.2878v 4.2213 c 0.0000,0.5885 0.2029,0.8930 0.8727 0.8930h 0.3856 c 0.0812,-0.0000 0.1624,0.0609 0.1624 0.1624v 0.3856 l -0.0406,0.0406 c 0.0000,-0.0000 -1.3800,-0.0406 -2.1715 -0.0406c -0.7306,-0.0000 -2.1107,0.0406 -2.1107 0.0406l -0.0406,-0.0406 v -0.3856 c 0.0000,-0.1015 0.0609,-0.1624 0.1624 -0.1624h 0.3856 c 0.6697,-0.0000 0.8727,-0.3044 0.8727 -0.8930ZM 254.1355,245.0666 ZM 256.4491,239.4450 h 3.7342 c 0.2029,-0.0000 0.2841,-0.1015 0.2841 -0.2841c 0.0000,-1.8874 -0.9539,-2.3745 -1.6845 -2.3745c -0.4668,-0.0000 -1.9889,0.1827 -2.3339 2.6586ZM 256.4491,239.4450 ZM 261.8069,243.1792 l 0.4059,0.3247 c -0.7712,1.0553 -1.9686,1.8062 -3.4298 1.8062c -2.7804,-0.0000 -3.9575,-2.0701 -3.9575 -4.2822c 0.0000,-3.0848 2.0295,-4.9316 3.9575 -4.9316c 2.6789,-0.0000 3.3081,2.0904 3.3081 3.7951c 0.0000,0.2232 -0.1421,0.3450 -0.3653 0.3450h -5.3375 c -0.0203,0.1218 -0.0203,0.2435 -0.0203 0.4059c 0.0000,2.0701 1.4409,3.6734 2.9022 3.6734c 1.1162,-0.0000 1.8265,-0.3653 2.5368 -1.1365Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(255,127,14)" stroke-width="5.438302247606819" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 89.6259,238.9477 h 17.4825 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.63" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 114.1014,210.1016 ZM 114.9741,207.2603 l 0.5480,-0.0203 c 0.0609,0.5074 0.2841,1.4815 0.7306 1.9483c 0.2029,0.2232 0.7509,0.5885 1.5018 0.5885c 0.7103,-0.0000 1.7656,-0.5683 1.7656 -1.5627c 0.0000,-0.8727 -0.4871,-1.4612 -2.0904 -2.1512c -1.4815,-0.6494 -2.2527,-1.0756 -2.2527 -2.5977c 0.0000,-1.3598 1.1974,-2.3339 2.8007 -2.3339c 1.0147,-0.0000 1.7656,0.1827 2.3948 0.5074c 0.1218,0.6494 0.1827,1.3395 0.2232 2.0701l -0.5480,0.0203 c -0.4262,-1.6642 -1.6439,-1.9889 -2.0701 -1.9889c -0.7712,-0.0000 -1.5627,0.3044 -1.5627 1.4206c 0.0000,0.8118 0.3856,1.2177 1.5018 1.6236c 1.6439,0.6088 2.9630,1.3395 2.9630 2.9630c 0.0000,2.0092 -2.1310,2.5977 -3.0848 2.5977c -0.7103,-0.0000 -1.2989,-0.0812 -1.8265 -0.2232c -0.1421,-0.0203 -0.2435,-0.0406 -0.3856 -0.0406c -0.1015,-0.0000 -0.2638,0.0203 -0.4668 0.0609c 0.0000,-0.8524 -0.0609,-1.8874 -0.1421 -2.8819ZM 121.6308,210.1016 ZM 124.9388,195.9358 v 6.8799 c 1.3598,-1.3598 2.5571,-1.6845 3.3486 -1.6845c 1.4612,-0.0000 2.1918,1.1162 2.1918 3.2066v 4.3025 c 0.0000,0.5885 0.2029,0.8930 0.8727 0.8930h 0.3856 c 0.0812,-0.0000 0.1624,0.0609 0.1624 0.1624v 0.3856 l -0.0406,0.0406 c 0.0000,-0.0000 -1.3800,-0.0406 -2.1918 -0.0406c -0.7103,-0.0000 -2.0904,0.0406 -2.0904 0.0406l -0.0406,-0.0406 v -0.3856 c 0.0000,-0.1015 0.0609,-0.1624 0.1624 -0.1624h 0.3856 c 0.6900,-0.0000 0.8727,-0.3044 0.8727 -0.8930v -4.5257 c 0.0000,-1.6439 -0.4465,-2.0295 -1.5830 -2.0295c -0.5885,-0.0000 -1.4612,0.5277 -2.4354 1.4815v 5.0737 c 0.0000,0.5885 0.2029,0.8930 0.8727 0.8930h 0.3856 c 0.0812,-0.0000 0.1624,0.0609 0.1624 0.1624v 0.3856 l -0.0406,0.0406 c 0.0000,-0.0000 -1.3800,-0.0406 -2.1715 -0.0406c -0.7306,-0.0000 -2.0904,0.0406 -2.0904 0.0406l -0.0406,-0.0406 v -0.3856 c 0.0000,-0.1015 0.0406,-0.1624 0.1421 -0.1624h 0.3856 c 0.6900,-0.0000 0.8727,-0.3044 0.8727 -0.8930v -10.1677 c 0.0000,-1.1568 -0.1827,-1.4815 -0.5885 -1.4815l -0.6697,0.0812 c -0.0609,-0.0000 -0.1015,-0.0406 -0.1015 -0.1015l -0.0406,-0.5074 c 0.3247,-0.0000 1.0553,-0.1218 1.4003 -0.1827c 0.3653,-0.0812 0.6697,-0.1624 1.0756 -0.3450h 0.4465 ZM 132.1435,210.1016 ZM 132.8335,205.9412 c 0.0000,-2.7804 1.5018,-4.8099 4.2010 -4.8099c 3.0036,-0.0000 4.1604,2.5166 4.1604 4.6272c 0.0000,2.0295 -1.3192,4.5866 -4.2010 4.5866c -2.7195,-0.0000 -4.1604,-2.3339 -4.1604 -4.4040ZM 132.8335,205.9412 ZM 136.8113,201.8010 c -1.6236,-0.0000 -2.3745,1.9077 -2.3745 3.6734c 0.0000,1.5627 0.8930,4.1604 2.9022 4.1604c 0.9133,-0.0000 2.2527,-0.5480 2.2527 -3.2269c 0.0000,-2.9833 -1.1162,-4.6069 -2.7804 -4.6069ZM 141.8647,210.1016 ZM 143.6709,208.6404 v -5.0534 c 0.0000,-1.0147 -0.1421,-1.2380 -0.4465 -1.2380c -0.2638,-0.0000 -0.5074,0.0203 -0.8524 0.1015l -0.1015,-0.5683 c 1.2786,-0.2232 1.5018,-0.2841 2.1107 -0.5885c 0.2029,-0.1015 0.3653,-0.1624 0.5074 -0.1624h 0.3044 l -0.0609,1.8265 h 0.0609 c 0.5277,-0.7915 1.4206,-1.8265 2.3745 -1.8265c 0.8321,-0.0000 1.1365,0.4059 1.1365 0.9336c 0.0000,0.5277 -0.3450,0.8524 -0.8727 0.8524c -0.4059,-0.0000 -0.6291,-0.1624 -0.8321 -0.3653c -0.1218,-0.1218 -0.2638,-0.1827 -0.4059 -0.1827c -0.2232,-0.0000 -0.6697,0.3653 -1.1568 1.0553c -0.1421,0.1827 -0.2435,0.4465 -0.2435 0.7103v 4.5054 c 0.0000,0.5885 0.2029,0.8930 0.8727 0.8930h 0.5885 c 0.1015,-0.0000 0.1827,0.0609 0.1827 0.1624v 0.3856 l -0.0406,0.0406 c 0.0000,-0.0000 -1.6033,-0.0406 -2.3948 -0.0406c -0.7306,-0.0000 -2.1107,0.0406 -2.1107 0.0406l -0.0203,-0.0406 v -0.3856 c 0.0000,-0.1015 0.0406,-0.1624 0.1421 -0.1624h 0.3856 c 0.6900,-0.0000 0.8727,-0.3044 0.8727 -0.8930ZM 148.9070,210.1016 ZM 152.2353,202.1663 v 5.1955 c 0.0000,1.2583 0.1218,1.8671 0.6697 1.8671c 0.5277,-0.0000 0.9336,-0.1624 1.4612 -0.5683l 0.3653,0.3450 c -0.7915,0.8930 -1.6033,1.3395 -2.5368 1.3395c -0.9336,-0.0000 -1.4815,-0.5683 -1.4815 -2.0092v -6.1696 h -1.3192 c -0.0609,-0.0000 -0.0812,-0.0203 -0.0812 -0.0812v -0.6291 c 0.0000,-0.0609 0.0203,-0.0812 0.0609 -0.0812c 1.3598,-0.0000 1.6845,-0.7915 1.6845 -2.3339v -0.3856 l 1.1771,-0.4059 v 3.1254 h 2.2324 c 0.1015,-0.0000 0.1624,0.0406 0.1624 0.1218v 0.4059 c 0.0000,0.1827 -0.2841,0.2638 -0.4871 0.2638h -1.9077 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(31,119,180)" stroke-width="2.7191511238034094" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 89.6259,203.9827 h 17.4825 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.63" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 101.8636,175.1366 ZM 103.9743,163.5482 c 0.0000,-0.5277 0.4262,-0.9742 0.9742 -0.9742c 0.5277,-0.0000 0.9742,0.4465 0.9742 0.9742c 0.0000,0.5480 -0.4465,0.9742 -0.9742 0.9742c -0.5480,-0.0000 -0.9742,-0.4262 -0.9742 -0.9742ZM 103.9743,163.5482 ZM 102.8987,179.0737 c 0.8930,-0.0000 1.5018,-1.6033 1.5018 -4.4649v -5.9870 c 0.0000,-1.0756 -0.1827,-1.2380 -0.4465 -1.2380c -0.2841,-0.0000 -0.5074,0.0203 -0.8524 0.1015l -0.1015,-0.5683 c 1.4815,-0.2435 1.9280,-0.4871 2.1918 -0.6291c 0.1421,-0.0609 0.2232,-0.1218 0.4262 -0.1218h 0.3044 v 7.8135 c 0.0000,2.6586 -0.2029,3.7748 -1.3192 4.9113c -0.5480,0.5277 -1.1365,0.7712 -1.6236 0.7712c -0.8321,-0.0000 -1.9077,-0.4262 -1.9077 -1.0350c 0.0000,-0.5074 0.3044,-0.7712 0.6494 -0.7712c 0.4871,-0.0000 0.7509,0.4668 0.8524 0.8930c 0.0609,0.2029 0.1624,0.3247 0.3247 0.3247ZM 107.4853,175.1366 ZM 116.1918,172.7824 c 0.0000,1.0147 0.1015,1.3395 0.5074 1.3395c 0.2435,-0.0000 0.6900,-0.0406 1.0350 -0.1015l 0.0812,0.5683 c -1.2380,0.2232 -2.2324,0.4262 -2.6992 0.7915h -0.4465 l 0.0609,-1.5018 h -0.0609 c -1.1162,1.2177 -2.0295,1.5018 -2.8616 1.5018c -2.0092,-0.0000 -2.5368,-1.3598 -2.5368 -2.7601v -4.6272 c 0.0000,-0.6697 -0.1421,-1.0147 -0.8930 -1.0147c -0.0812,-0.0000 -0.2232,0.0203 -0.3450 0.0203l -0.0609,-0.0203 v -0.5277 l 0.0609,-0.0609 c 0.0000,-0.0000 1.3800,0.0406 2.0295 0.0406c 0.2841,-0.0000 0.7509,-0.0406 0.7509 -0.0406l -0.0203,1.6236 v 4.3228 c 0.0000,1.8062 0.9336,2.1310 1.5424 2.1310c 0.4668,-0.0000 0.8930,-0.1827 1.3192 -0.4871c 0.4871,-0.3653 0.8118,-0.6494 1.0147 -0.9133v -5.0128 c 0.0000,-0.7306 -0.1015,-1.0756 -0.8524 -1.0756c -0.1218,-0.0000 -0.3450,0.0203 -0.4059 0.0203l -0.0406,-0.0406 v -0.5074 l 0.0406,-0.0609 c 0.0000,-0.0000 1.4409,0.0406 2.0092 0.0406c 0.4668,-0.0000 0.7915,-0.0406 0.7915 -0.0406l -0.0203,1.6033 v 4.7896 ZM 117.9777,175.1366 ZM 118.8504,172.2953 l 0.5480,-0.0203 c 0.0609,0.5074 0.2841,1.4815 0.7306 1.9483c 0.2029,0.2232 0.7509,0.5885 1.5018 0.5885c 0.7103,-0.0000 1.7656,-0.5683 1.7656 -1.5627c 0.0000,-0.8727 -0.4871,-1.4612 -2.0904 -2.1512c -1.4815,-0.6494 -2.2527,-1.0756 -2.2527 -2.5977c 0.0000,-1.3598 1.1974,-2.3339 2.8007 -2.3339c 1.0147,-0.0000 1.7656,0.1827 2.3948 0.5074c 0.1218,0.6494 0.1827,1.3395 0.2232 2.0701l -0.5480,0.0203 c -0.4262,-1.6642 -1.6439,-1.9889 -2.0701 -1.9889c -0.7712,-0.0000 -1.5627,0.3044 -1.5627 1.4206c 0.0000,0.8118 0.3856,1.2177 1.5018 1.6236c 1.6439,0.6088 2.9630,1.3395 2.9630 2.9630c 0.0000,2.0092 -2.1310,2.5977 -3.0848 2.5977c -0.7103,-0.0000 -1.2989,-0.0812 -1.8265 -0.2232c -0.1421,-0.0203 -0.2435,-0.0406 -0.3856 -0.0406c -0.1015,-0.0000 -0.2638,0.0203 -0.4668 0.0609c 0.0000,-0.8524 -0.0609,-1.8874 -0.1421 -2.8819ZM 125.5071,175.1366 ZM 128.8354,167.2013 v 5.1955 c 0.0000,1.2583 0.1218,1.8671 0.6697 1.8671c 0.5277,-0.0000 0.9336,-0.1624 1.4612 -0.5683l 0.3653,0.3450 c -0.7915,0.8930 -1.6033,1.3395 -2.5368 1.3395c -0.9336,-0.0000 -1.4815,-0.5683 -1.4815 -2.0092v -6.1696 h -1.3192 c -0.0609,-0.0000 -0.0812,-0.0203 -0.0812 -0.0812v -0.6291 c 0.0000,-0.0609 0.0203,-0.0812 0.0609 -0.0812c 1.3598,-0.0000 1.6845,-0.7915 1.6845 -2.3339v -0.3856 l 1.1771,-0.4059 v 3.1254 h 2.2324 c 0.1015,-0.0000 0.1624,0.0406 0.1624 0.1218v 0.4059 c 0.0000,0.1827 -0.2841,0.2638 -0.4871 0.2638h -1.9077 ZM 136.7098,175.1366 ZM 142.6156,170.1643 l -1.6033,0.4059 c -1.7859,0.5480 -2.0498,1.4815 -2.0498 2.3948c 0.0000,0.6291 0.3044,1.5830 1.5830 1.5830c 0.6088,-0.0000 1.5424,-0.5885 2.0701 -1.0350v -3.3486 ZM 142.6156,170.1643 ZM 143.9145,175.3801 c -0.7712,-0.0000 -1.1974,-0.6900 -1.2786 -1.1771l -0.4668,0.3247 c -0.9336,0.6494 -1.2786,0.8524 -2.2121 0.8524c -1.4206,-0.0000 -2.4557,-0.8118 -2.4557 -2.3339c 0.0000,-1.5424 1.3192,-2.5977 3.2472 -3.0848l 1.8671,-0.4668 c 0.0000,-2.2933 -1.0553,-2.7195 -1.7454 -2.7195c -0.7712,-0.0000 -1.6642,0.3450 -1.6642 0.9742c 0.0000,0.2232 0.0406,0.3450 0.0609 0.4059c 0.0406,0.0812 0.0609,0.2232 0.0609 0.3653c 0.0000,0.2638 -0.2029,0.6697 -0.7915 0.6697c -0.4871,-0.0000 -0.8118,-0.3247 -0.8118 -0.8118c 0.0000,-1.1771 1.9077,-2.2121 3.2066 -2.2121c 1.4815,-0.0000 3.1863,0.6088 3.1863 3.4907v 2.9833 c 0.0000,1.2380 0.0203,1.7656 0.4871 1.7656c 0.4465,-0.0000 0.5683,-0.5683 0.5885 -1.0147l 0.5074,0.1015 c -0.1218,1.4815 -0.7509,1.8874 -1.7859 1.8874ZM 150.9365,175.1366 ZM 157.3496,169.3931 c 0.0000,-1.6845 -0.7915,-2.6586 -2.0092 -2.6586c -1.0553,-0.0000 -1.7656,0.7306 -1.7656 2.3136c 0.0000,1.0553 0.4059,2.7195 2.0295 2.7195c 0.7103,-0.0000 1.7454,-0.3450 1.7454 -2.3745ZM 157.3496,169.3931 ZM 153.5545,175.2786 c -0.6291,0.5885 -0.7712,1.2177 -0.7712 1.9077c 0.0000,1.5221 1.8265,1.9686 2.5166 1.9686c 1.7454,-0.0000 3.9575,-0.6088 3.9575 -2.0701c 0.0000,-0.5277 -0.2841,-0.8727 -1.0756 -1.2583c -0.5683,-0.2841 -1.4003,-0.5074 -2.3745 -0.5074c -0.1624,-0.0000 -0.3856,0.0203 -0.6697 0.0406c -0.2841,0.0203 -0.5885,0.0203 -0.8118 0.0203c -0.3247,-0.0000 -0.4871,-0.0406 -0.7712 -0.1015ZM 153.5545,175.2786 ZM 159.7241,167.2622 c -0.3247,-0.0000 -0.5277,-0.1827 -0.6088 -0.3450c -0.1218,-0.1827 -0.2029,-0.2435 -0.3450 -0.2435c -0.2435,-0.0000 -0.6291,0.2841 -0.7712 0.4871c 0.5683,0.6088 0.8321,1.1974 0.8321 2.1512c 0.0000,1.9889 -1.6236,3.0645 -3.3283 3.0645c -0.7509,-0.0000 -1.3598,-0.1421 -1.8265 -0.4262c -0.2232,0.3450 -0.3450,0.7712 -0.3450 1.1771c 0.0000,0.8727 0.6697,1.0959 1.2380 1.0959c 0.1015,-0.0000 0.3450,-0.0203 0.6291 -0.0406c 0.4668,-0.0609 0.9742,-0.1015 1.3192 -0.1015c 0.7103,-0.0000 2.0498,0.1421 2.8616 0.8321c 0.5480,0.5074 0.8524,0.9944 0.8524 1.6439c 0.0000,2.1918 -2.8819,3.3486 -5.4999 3.3486c -1.4815,-0.0000 -3.1254,-0.5480 -3.1254 -2.3136c 0.0000,-0.8727 0.5480,-1.8062 1.5830 -2.4557c -0.5074,-0.2638 -0.8727,-0.7712 -0.8727 -1.5018c 0.0000,-0.6900 0.3044,-1.5627 0.8524 -2.0498c -0.5480,-0.5480 -1.0147,-1.2380 -1.0147 -2.3542c 0.0000,-1.8671 1.6439,-3.0645 3.3689 -3.0645c 1.1365,-0.0000 1.8468,0.4668 2.0701 0.6291c 0.5074,-0.6900 1.4206,-1.0350 1.9280 -1.0350c 0.5277,-0.0000 0.8930,0.3450 0.8930 0.7712c 0.0000,0.4465 -0.2841,0.7306 -0.6900 0.7306ZM 160.6577,175.1366 ZM 162.5857,173.6753 v -10.1677 c 0.0000,-1.1568 -0.2029,-1.4815 -0.6088 -1.4815l -0.6494,0.0812 c -0.0609,-0.0000 -0.1218,-0.0406 -0.1218 -0.1015l -0.0406,-0.5074 c 0.3247,-0.0000 1.0756,-0.1218 1.4206 -0.1827c 0.3653,-0.0812 0.6494,-0.1624 1.0553 -0.3450h 0.4465 v 12.7045 c 0.0000,0.5885 0.2232,0.8930 0.8727 0.8930h 0.4871 c 0.0812,-0.0000 0.1624,0.0609 0.1624 0.1624v 0.3856 l -0.0406,0.0406 c 0.0000,-0.0000 -1.4815,-0.0406 -2.2730 -0.0406c -0.7103,-0.0000 -2.1918,0.0406 -2.1918 0.0406l -0.0203,-0.0406 v -0.3856 c 0.0000,-0.1015 0.0406,-0.1624 0.1421 -0.1624h 0.4871 c 0.6697,-0.0000 0.8727,-0.3044 0.8727 -0.8930ZM 165.9343,175.1366 ZM 170.1556,166.8157 c 0.0000,0.1015 -0.1218,0.1624 -0.2232 0.1624c -0.6088,-0.0000 -0.8727,0.1218 -0.8727 0.4465c 0.0000,0.1218 0.0406,0.2841 0.1218 0.4668l 2.2324,5.2361 l 2.2527,-5.1549 c 0.1015,-0.1827 0.1421,-0.3450 0.1421 -0.4668c 0.0000,-0.4262 -0.4059,-0.5277 -0.8524 -0.5277h -0.0812 c -0.1015,-0.0000 -0.2029,-0.0812 -0.2029 -0.1421v -0.3856 l 0.0406,-0.0609 c 0.0000,-0.0000 1.1974,0.0406 1.9077 0.0406c 0.5683,-0.0000 1.4003,-0.0406 1.4003 -0.0406l 0.0609,0.0406 v 0.3856 c 0.0000,0.1015 -0.0812,0.1624 -0.2232 0.1624c -0.7712,-0.0000 -1.1568,0.7915 -1.4409 1.3800c -1.0756,2.2730 -1.9686,4.3634 -3.5922 8.2803c -0.6088,1.4612 -1.3395,3.1660 -2.7804 3.1660c -0.3856,-0.0000 -1.1771,-0.2232 -1.1771 -0.9539c 0.0000,-0.6088 0.4465,-0.7915 0.7712 -0.7915c 0.3044,-0.0000 0.5074,0.1218 0.6291 0.2841c 0.2029,0.2029 0.3450,0.3450 0.5480 0.3450c 0.3044,-0.0000 1.0147,-1.7454 1.5221 -2.9833c 0.1218,-0.2435 0.1624,-0.4465 0.1624 -0.6291c 0.0000,-0.2029 -0.1827,-0.7509 -0.3450 -1.1568l -2.5571,-5.9464 c -0.3247,-0.7712 -0.5480,-0.9944 -1.2380 -0.9944c -0.1218,-0.0000 -0.2029,-0.0609 -0.2029 -0.1421v -0.4059 l 0.0406,-0.0406 c 0.0000,-0.0000 0.8930,0.0406 1.5018 0.0406c 0.9539,-0.0000 2.4151,-0.0406 2.4151 -0.0406l 0.0406,0.0609 v 0.3653 ZM 176.2644,175.1366 ZM 179.2883,168.7640 v 5.0534 c 0.7103,0.8321 1.3800,0.8727 1.7048 0.8727c 2.1715,-0.0000 2.6586,-2.0295 2.6586 -3.7748c 0.0000,-2.4557 -0.9944,-3.8154 -2.2324 -3.8154c -0.6900,-0.0000 -1.6845,0.5885 -2.1310 1.6642ZM 179.2883,168.7640 ZM 177.7865,178.3431 v -10.0459 c 0.0000,-0.7712 -0.1827,-0.9133 -0.4668 -0.9133c -0.2638,-0.0000 -0.5074,0.0203 -0.8524 0.1015l -0.1015,-0.5683 c 1.2989,-0.2232 1.5424,-0.3044 2.1107 -0.5885c 0.2232,-0.1015 0.3653,-0.1624 0.5074 -0.1624h 0.3044 l -0.0609,1.6236 h 0.0609 c 0.9336,-1.4206 2.0295,-1.6236 2.6789 -1.6236c 1.9686,-0.0000 3.2675,2.0498 3.2675 4.2010c 0.0000,1.6439 -0.5074,2.9022 -1.4206 3.8357c -0.7915,0.7915 -1.6236,1.1771 -2.6992 1.1771c -0.7306,-0.0000 -1.2989,-0.1624 -1.8265 -0.4465v 3.4095 c 0.0000,0.5885 0.2232,0.8930 0.8727 0.8930h 0.3856 c 0.1015,-0.0000 0.1827,0.0609 0.1827 0.1624v 0.3856 l -0.0406,0.0406 c 0.0000,-0.0000 -1.4003,-0.0406 -2.1918 -0.0406c -0.7103,-0.0000 -2.0904,0.0406 -2.0904 0.0406l -0.0406,-0.0406 v -0.3856 c 0.0000,-0.1015 0.0609,-0.1624 0.1624 -0.1624h 0.3856 c 0.6697,-0.0000 0.8727,-0.3044 0.8727 -0.8930ZM 185.9856,175.1366 ZM 189.2936,160.9708 v 6.8799 c 1.3598,-1.3598 2.5571,-1.6845 3.3486 -1.6845c 1.4612,-0.0000 2.1918,1.1162 2.1918 3.2066v 4.3025 c 0.0000,0.5885 0.2029,0.8930 0.8727 0.8930h 0.3856 c 0.0812,-0.0000 0.1624,0.0609 0.1624 0.1624v 0.3856 l -0.0406,0.0406 c 0.0000,-0.0000 -1.3800,-0.0406 -2.1918 -0.0406c -0.7103,-0.0000 -2.0904,0.0406 -2.0904 0.0406l -0.0406,-0.0406 v -0.3856 c 0.0000,-0.1015 0.0609,-0.1624 0.1624 -0.1624h 0.3856 c 0.6900,-0.0000 0.8727,-0.3044 0.8727 -0.8930v -4.5257 c 0.0000,-1.6439 -0.4465,-2.0295 -1.5830 -2.0295c -0.5885,-0.0000 -1.4612,0.5277 -2.4354 1.4815v 5.0737 c 0.0000,0.5885 0.2029,0.8930 0.8727 0.8930h 0.3856 c 0.0812,-0.0000 0.1624,0.0609 0.1624 0.1624v 0.3856 l -0.0406,0.0406 c 0.0000,-0.0000 -1.3800,-0.0406 -2.1715 -0.0406c -0.7306,-0.0000 -2.0904,0.0406 -2.0904 0.0406l -0.0406,-0.0406 v -0.3856 c 0.0000,-0.1015 0.0406,-0.1624 0.1421 -0.1624h 0.3856 c 0.6900,-0.0000 0.8727,-0.3044 0.8727 -0.8930v -10.1677 c 0.0000,-1.1568 -0.1827,-1.4815 -0.5885 -1.4815l -0.6697,0.0812 c -0.0609,-0.0000 -0.1015,-0.0406 -0.1015 -0.1015l -0.0406,-0.5074 c 0.3247,-0.0000 1.0553,-0.1218 1.4003 -0.1827c 0.3653,-0.0812 0.6697,-0.1624 1.0756 -0.3450h 0.4465 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="4.078726685705114" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 94.8706,169.0177 c 0.0000,-2.8966 -2.3482,-5.2448 -5.2448 -5.2448c -2.8966,-0.0000 -5.2448,2.3482 -5.2448 5.2448c -0.0000,2.8966 2.3482,5.2448 5.2448 5.2448c 2.8966,0.0000 5.2448,-2.3482 5.2448 -5.2448Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.63" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 131.5839,140.1715 ZM 137.9971,134.4281 c 0.0000,-1.6845 -0.7915,-2.6586 -2.0092 -2.6586c -1.0553,-0.0000 -1.7656,0.7306 -1.7656 2.3136c 0.0000,1.0553 0.4059,2.7195 2.0295 2.7195c 0.7103,-0.0000 1.7454,-0.3450 1.7454 -2.3745ZM 137.9971,134.4281 ZM 134.2020,140.3136 c -0.6291,0.5885 -0.7712,1.2177 -0.7712 1.9077c 0.0000,1.5221 1.8265,1.9686 2.5166 1.9686c 1.7454,-0.0000 3.9575,-0.6088 3.9575 -2.0701c 0.0000,-0.5277 -0.2841,-0.8727 -1.0756 -1.2583c -0.5683,-0.2841 -1.4003,-0.5074 -2.3745 -0.5074c -0.1624,-0.0000 -0.3856,0.0203 -0.6697 0.0406c -0.2841,0.0203 -0.5885,0.0203 -0.8118 0.0203c -0.3247,-0.0000 -0.4871,-0.0406 -0.7712 -0.1015ZM 134.2020,140.3136 ZM 140.3716,132.2971 c -0.3247,-0.0000 -0.5277,-0.1827 -0.6088 -0.3450c -0.1218,-0.1827 -0.2029,-0.2435 -0.3450 -0.2435c -0.2435,-0.0000 -0.6291,0.2841 -0.7712 0.4871c 0.5683,0.6088 0.8321,1.1974 0.8321 2.1512c 0.0000,1.9889 -1.6236,3.0645 -3.3283 3.0645c -0.7509,-0.0000 -1.3598,-0.1421 -1.8265 -0.4262c -0.2232,0.3450 -0.3450,0.7712 -0.3450 1.1771c 0.0000,0.8727 0.6697,1.0959 1.2380 1.0959c 0.1015,-0.0000 0.3450,-0.0203 0.6291 -0.0406c 0.4668,-0.0609 0.9742,-0.1015 1.3192 -0.1015c 0.7103,-0.0000 2.0498,0.1421 2.8616 0.8321c 0.5480,0.5074 0.8524,0.9944 0.8524 1.6439c 0.0000,2.1918 -2.8819,3.3486 -5.4999 3.3486c -1.4815,-0.0000 -3.1254,-0.5480 -3.1254 -2.3136c 0.0000,-0.8727 0.5480,-1.8062 1.5830 -2.4557c -0.5074,-0.2638 -0.8727,-0.7712 -0.8727 -1.5018c 0.0000,-0.6900 0.3044,-1.5627 0.8524 -2.0498c -0.5480,-0.5480 -1.0147,-1.2380 -1.0147 -2.3542c 0.0000,-1.8671 1.6439,-3.0645 3.3689 -3.0645c 1.1365,-0.0000 1.8468,0.4668 2.0701 0.6291c 0.5074,-0.6900 1.4206,-1.0350 1.9280 -1.0350c 0.5277,-0.0000 0.8930,0.3450 0.8930 0.7712c 0.0000,0.4465 -0.2841,0.7306 -0.6900 0.7306ZM 141.3051,140.1715 ZM 143.2331,138.7103 v -10.1677 c 0.0000,-1.1568 -0.2029,-1.4815 -0.6088 -1.4815l -0.6494,0.0812 c -0.0609,-0.0000 -0.1218,-0.0406 -0.1218 -0.1015l -0.0406,-0.5074 c 0.3247,-0.0000 1.0756,-0.1218 1.4206 -0.1827c 0.3653,-0.0812 0.6494,-0.1624 1.0553 -0.3450h 0.4465 v 12.7045 c 0.0000,0.5885 0.2232,0.8930 0.8727 0.8930h 0.4871 c 0.0812,-0.0000 0.1624,0.0609 0.1624 0.1624v 0.3856 l -0.0406,0.0406 c 0.0000,-0.0000 -1.4815,-0.0406 -2.2730 -0.0406c -0.7103,-0.0000 -2.1918,0.0406 -2.1918 0.0406l -0.0203,-0.0406 v -0.3856 c 0.0000,-0.1015 0.0406,-0.1624 0.1421 -0.1624h 0.4871 c 0.6697,-0.0000 0.8727,-0.3044 0.8727 -0.8930ZM 146.5818,140.1715 ZM 150.8031,131.8507 c 0.0000,0.1015 -0.1218,0.1624 -0.2232 0.1624c -0.6088,-0.0000 -0.8727,0.1218 -0.8727 0.4465c 0.0000,0.1218 0.0406,0.2841 0.1218 0.4668l 2.2324,5.2361 l 2.2527,-5.1549 c 0.1015,-0.1827 0.1421,-0.3450 0.1421 -0.4668c 0.0000,-0.4262 -0.4059,-0.5277 -0.8524 -0.5277h -0.0812 c -0.1015,-0.0000 -0.2029,-0.0812 -0.2029 -0.1421v -0.3856 l 0.0406,-0.0609 c 0.0000,-0.0000 1.1974,0.0406 1.9077 0.0406c 0.5683,-0.0000 1.4003,-0.0406 1.4003 -0.0406l 0.0609,0.0406 v 0.3856 c 0.0000,0.1015 -0.0812,0.1624 -0.2232 0.1624c -0.7712,-0.0000 -1.1568,0.7915 -1.4409 1.3800c -1.0756,2.2730 -1.9686,4.3634 -3.5922 8.2803c -0.6088,1.4612 -1.3395,3.1660 -2.7804 3.1660c -0.3856,-0.0000 -1.1771,-0.2232 -1.1771 -0.9539c 0.0000,-0.6088 0.4465,-0.7915 0.7712 -0.7915c 0.3044,-0.0000 0.5074,0.1218 0.6291 0.2841c 0.2029,0.2029 0.3450,0.3450 0.5480 0.3450c 0.3044,-0.0000 1.0147,-1.7454 1.5221 -2.9833c 0.1218,-0.2435 0.1624,-0.4465 0.1624 -0.6291c 0.0000,-0.2029 -0.1827,-0.7509 -0.3450 -1.1568l -2.5571,-5.9464 c -0.3247,-0.7712 -0.5480,-0.9944 -1.2380 -0.9944c -0.1218,-0.0000 -0.2029,-0.0609 -0.2029 -0.1421v -0.4059 l 0.0406,-0.0406 c 0.0000,-0.0000 0.8930,0.0406 1.5018 0.0406c 0.9539,-0.0000 2.4151,-0.0406 2.4151 -0.0406l 0.0406,0.0609 v 0.3653 ZM 156.9118,140.1715 ZM 159.9358,133.7990 v 5.0534 c 0.7103,0.8321 1.3800,0.8727 1.7048 0.8727c 2.1715,-0.0000 2.6586,-2.0295 2.6586 -3.7748c 0.0000,-2.4557 -0.9944,-3.8154 -2.2324 -3.8154c -0.6900,-0.0000 -1.6845,0.5885 -2.1310 1.6642ZM 159.9358,133.7990 ZM 158.4339,143.3781 v -10.0459 c 0.0000,-0.7712 -0.1827,-0.9133 -0.4668 -0.9133c -0.2638,-0.0000 -0.5074,0.0203 -0.8524 0.1015l -0.1015,-0.5683 c 1.2989,-0.2232 1.5424,-0.3044 2.1107 -0.5885c 0.2232,-0.1015 0.3653,-0.1624 0.5074 -0.1624h 0.3044 l -0.0609,1.6236 h 0.0609 c 0.9336,-1.4206 2.0295,-1.6236 2.6789 -1.6236c 1.9686,-0.0000 3.2675,2.0498 3.2675 4.2010c 0.0000,1.6439 -0.5074,2.9022 -1.4206 3.8357c -0.7915,0.7915 -1.6236,1.1771 -2.6992 1.1771c -0.7306,-0.0000 -1.2989,-0.1624 -1.8265 -0.4465v 3.4095 c 0.0000,0.5885 0.2232,0.8930 0.8727 0.8930h 0.3856 c 0.1015,-0.0000 0.1827,0.0609 0.1827 0.1624v 0.3856 l -0.0406,0.0406 c 0.0000,-0.0000 -1.4003,-0.0406 -2.1918 -0.0406c -0.7103,-0.0000 -2.0904,0.0406 -2.0904 0.0406l -0.0406,-0.0406 v -0.3856 c 0.0000,-0.1015 0.0609,-0.1624 0.1624 -0.1624h 0.3856 c 0.6697,-0.0000 0.8727,-0.3044 0.8727 -0.8930ZM 166.6330,140.1715 ZM 169.9411,126.0058 v 6.8799 c 1.3598,-1.3598 2.5571,-1.6845 3.3486 -1.6845c 1.4612,-0.0000 2.1918,1.1162 2.1918 3.2066v 4.3025 c 0.0000,0.5885 0.2029,0.8930 0.8727 0.8930h 0.3856 c 0.0812,-0.0000 0.1624,0.0609 0.1624 0.1624v 0.3856 l -0.0406,0.0406 c 0.0000,-0.0000 -1.3800,-0.0406 -2.1918 -0.0406c -0.7103,-0.0000 -2.0904,0.0406 -2.0904 0.0406l -0.0406,-0.0406 v -0.3856 c 0.0000,-0.1015 0.0609,-0.1624 0.1624 -0.1624h 0.3856 c 0.6900,-0.0000 0.8727,-0.3044 0.8727 -0.8930v -4.5257 c 0.0000,-1.6439 -0.4465,-2.0295 -1.5830 -2.0295c -0.5885,-0.0000 -1.4612,0.5277 -2.4354 1.4815v 5.0737 c 0.0000,0.5885 0.2029,0.8930 0.8727 0.8930h 0.3856 c 0.0812,-0.0000 0.1624,0.0609 0.1624 0.1624v 0.3856 l -0.0406,0.0406 c 0.0000,-0.0000 -1.3800,-0.0406 -2.1715 -0.0406c -0.7306,-0.0000 -2.0904,0.0406 -2.0904 0.0406l -0.0406,-0.0406 v -0.3856 c 0.0000,-0.1015 0.0406,-0.1624 0.1421 -0.1624h 0.3856 c 0.6900,-0.0000 0.8727,-0.3044 0.8727 -0.8930v -10.1677 c 0.0000,-1.1568 -0.1827,-1.4815 -0.5885 -1.4815l -0.6697,0.0812 c -0.0609,-0.0000 -0.1015,-0.0406 -0.1015 -0.1015l -0.0406,-0.5074 c 0.3247,-0.0000 1.0553,-0.1218 1.4003 -0.1827c 0.3653,-0.0812 0.6697,-0.1624 1.0756 -0.3450h 0.4465 ZM 177.1457,140.1715 ZM 183.0109,134.9761 h 3.4907 v 0.9944 h -3.4907 v 3.5110 h -1.0147 v -3.5110 h -3.5110 v -0.9944 h 3.5110 v -3.5313 h 1.0147 v 3.5313 ZM 187.8411,140.1715 ZM 189.7691,138.7103 v -10.1677 c 0.0000,-1.1568 -0.2029,-1.4815 -0.6088 -1.4815l -0.6494,0.0812 c -0.0609,-0.0000 -0.1218,-0.0406 -0.1218 -0.1015l -0.0406,-0.5074 c 0.3247,-0.0000 1.0756,-0.1218 1.4206 -0.1827c 0.3653,-0.0812 0.6494,-0.1624 1.0553 -0.3450h 0.4465 v 12.7045 c 0.0000,0.5885 0.2232,0.8930 0.8727 0.8930h 0.4871 c 0.0812,-0.0000 0.1624,0.0609 0.1624 0.1624v 0.3856 l -0.0406,0.0406 c 0.0000,-0.0000 -1.4815,-0.0406 -2.2730 -0.0406c -0.7103,-0.0000 -2.1918,0.0406 -2.1918 0.0406l -0.0203,-0.0406 v -0.3856 c 0.0000,-0.1015 0.0406,-0.1624 0.1421 -0.1624h 0.4871 c 0.6697,-0.0000 0.8727,-0.3044 0.8727 -0.8930ZM 193.1177,140.1715 ZM 194.7007,128.5832 c 0.0000,-0.5277 0.4262,-0.9742 0.9539 -0.9742c 0.5480,-0.0000 0.9742,0.4465 0.9742 0.9742c 0.0000,0.5480 -0.4262,0.9742 -0.9742 0.9742c -0.5277,-0.0000 -0.9539,-0.4262 -0.9539 -0.9742ZM 194.7007,128.5832 ZM 196.6287,138.7103 c 0.0000,0.5885 0.2232,0.8930 0.8727 0.8930h 0.3856 c 0.1015,-0.0000 0.1827,0.0609 0.1827 0.1624v 0.3856 l -0.0406,0.0406 c 0.0000,-0.0000 -1.4003,-0.0406 -2.1918 -0.0406c -0.7103,-0.0000 -2.0904,0.0406 -2.0904 0.0406l -0.0406,-0.0406 v -0.3856 c 0.0000,-0.1015 0.0609,-0.1624 0.1624 -0.1624h 0.3856 c 0.6697,-0.0000 0.8727,-0.3044 0.8727 -0.8930v -5.0534 c 0.0000,-1.0756 -0.1827,-1.2380 -0.4668 -1.2380c -0.2638,-0.0000 -0.5074,0.0203 -0.8524 0.1015l -0.1015,-0.5683 c 1.2989,-0.2232 1.5221,-0.3044 2.1107 -0.5885c 0.2232,-0.0812 0.3653,-0.1624 0.5074 -0.1624h 0.3044 v 7.5091 ZM 198.4756,140.1715 ZM 205.8629,138.7103 v -4.4446 c 0.0000,-1.4206 -0.2435,-2.0904 -1.3192 -2.0904c -0.8930,-0.0000 -1.6642,0.3450 -2.6992 1.5627v 4.9722 c 0.0000,0.5885 0.2029,0.8930 0.8727 0.8930h 0.2841 c 0.1015,-0.0000 0.1624,0.0609 0.1624 0.1624v 0.3856 l -0.0406,0.0406 c 0.0000,-0.0000 -1.2786,-0.0406 -2.0701 -0.0406c -0.7306,-0.0000 -2.1107,0.0406 -2.1107 0.0406l -0.0406,-0.0406 v -0.3856 c 0.0000,-0.1015 0.0609,-0.1624 0.1624 -0.1624h 0.3856 c 0.6900,-0.0000 0.8727,-0.3044 0.8727 -0.8930v -5.0534 c 0.0000,-1.0959 -0.1624,-1.2380 -0.4465 -1.2380c -0.2638,-0.0000 -0.5074,0.0203 -0.8524 0.1015l -0.1015,-0.5683 c 0.8524,-0.1421 1.4612,-0.2435 2.0904 -0.5885c 0.2232,-0.1015 0.3856,-0.1624 0.5277 -0.1624h 0.3044 l -0.0609,1.8062 h 0.0609 c 1.2989,-1.5221 2.2730,-1.8062 3.3081 -1.8062c 1.8265,-0.0000 2.2121,1.4003 2.2121 3.2066v 4.3025 c 0.0000,0.5885 0.2232,0.8930 0.8727 0.8930h 0.3856 c 0.1015,-0.0000 0.1827,0.0609 0.1827 0.1624v 0.3856 l -0.0406,0.0406 c 0.0000,-0.0000 -1.4003,-0.0406 -2.1918 -0.0406c -0.7103,-0.0000 -1.9889,0.0406 -1.9889 0.0406l -0.0406,-0.0406 v -0.3856 c 0.0000,-0.1015 0.0609,-0.1624 0.1624 -0.1624h 0.2841 c 0.6697,-0.0000 0.8727,-0.3044 0.8727 -0.8930ZM 209.0289,140.1715 ZM 211.3425,134.5499 h 3.7342 c 0.2029,-0.0000 0.2841,-0.1015 0.2841 -0.2841c 0.0000,-1.8874 -0.9539,-2.3745 -1.6845 -2.3745c -0.4668,-0.0000 -1.9889,0.1827 -2.3339 2.6586ZM 211.3425,134.5499 ZM 216.7003,138.2841 l 0.4059,0.3247 c -0.7712,1.0553 -1.9686,1.8062 -3.4298 1.8062c -2.7804,-0.0000 -3.9575,-2.0701 -3.9575 -4.2822c 0.0000,-3.0848 2.0295,-4.9316 3.9575 -4.9316c 2.6789,-0.0000 3.3081,2.0904 3.3081 3.7951c 0.0000,0.2232 -0.1421,0.3450 -0.3653 0.3450h -5.3375 c -0.0203,0.1218 -0.0203,0.2435 -0.0203 0.4059c 0.0000,2.0701 1.4409,3.6734 2.9022 3.6734c 1.1162,-0.0000 1.8265,-0.3653 2.5368 -1.1365Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="5.438302247606819" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 54.6608,134.0526 h 69.9301 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="4.078726685705114" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 94.8706,134.0526 c 0.0000,-2.8966 -2.3482,-5.2448 -5.2448 -5.2448c -2.8966,-0.0000 -5.2448,2.3482 -5.2448 5.2448c -0.0000,2.8966 2.3482,5.2448 5.2448 5.2448c 2.8966,0.0000 5.2448,-2.3482 5.2448 -5.2448Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.63" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 105.3601,105.2065 ZM 107.1664,103.7453 v -5.0534 c 0.0000,-1.0147 -0.1421,-1.2380 -0.4465 -1.2380c -0.2638,-0.0000 -0.5074,0.0203 -0.8524 0.1015l -0.1015,-0.5683 c 1.2786,-0.2232 1.5018,-0.2841 2.1107 -0.5885c 0.2029,-0.1015 0.3653,-0.1624 0.5074 -0.1624h 0.3044 l -0.0609,1.8265 h 0.0609 c 0.5277,-0.7915 1.4206,-1.8265 2.3745 -1.8265c 0.8321,-0.0000 1.1365,0.4059 1.1365 0.9336c 0.0000,0.5277 -0.3450,0.8524 -0.8727 0.8524c -0.4059,-0.0000 -0.6291,-0.1624 -0.8321 -0.3653c -0.1218,-0.1218 -0.2638,-0.1827 -0.4059 -0.1827c -0.2232,-0.0000 -0.6697,0.3653 -1.1568 1.0553c -0.1421,0.1827 -0.2435,0.4465 -0.2435 0.7103v 4.5054 c 0.0000,0.5885 0.2029,0.8930 0.8727 0.8930h 0.5885 c 0.1015,-0.0000 0.1827,0.0609 0.1827 0.1624v 0.3856 l -0.0406,0.0406 c 0.0000,-0.0000 -1.6033,-0.0406 -2.3948 -0.0406c -0.7306,-0.0000 -2.1107,0.0406 -2.1107 0.0406l -0.0203,-0.0406 v -0.3856 c 0.0000,-0.1015 0.0406,-0.1624 0.1421 -0.1624h 0.3856 c 0.6900,-0.0000 0.8727,-0.3044 0.8727 -0.8930ZM 112.4024,105.2065 ZM 114.7160,99.5848 h 3.7342 c 0.2029,-0.0000 0.2841,-0.1015 0.2841 -0.2841c 0.0000,-1.8874 -0.9539,-2.3745 -1.6845 -2.3745c -0.4668,-0.0000 -1.9889,0.1827 -2.3339 2.6586ZM 114.7160,99.5848 ZM 120.0739,103.3191 l 0.4059,0.3247 c -0.7712,1.0553 -1.9686,1.8062 -3.4298 1.8062c -2.7804,-0.0000 -3.9575,-2.0701 -3.9575 -4.2822c 0.0000,-3.0848 2.0295,-4.9316 3.9575 -4.9316c 2.6789,-0.0000 3.3081,2.0904 3.3081 3.7951c 0.0000,0.2232 -0.1421,0.3450 -0.3653 0.3450h -5.3375 c -0.0203,0.1218 -0.0203,0.2435 -0.0203 0.4059c 0.0000,2.0701 1.4409,3.6734 2.9022 3.6734c 1.1162,-0.0000 1.8265,-0.3653 2.5368 -1.1365ZM 121.0886,105.2065 ZM 128.8818,103.3597 c -0.8930,1.5424 -1.8671,2.0904 -3.0848 2.0904c -2.4354,-0.0000 -3.9575,-1.8468 -3.9575 -4.4649c 0.0000,-2.8819 1.8062,-4.7490 3.9981 -4.7490c 1.9483,-0.0000 2.9833,0.9944 2.9833 2.0701c 0.0000,0.5885 -0.3653,0.8930 -0.7915 0.8930c -0.4262,-0.0000 -0.8321,-0.2232 -0.8930 -0.7306c -0.0812,-0.6697 -0.2029,-1.5424 -1.4003 -1.5424c -1.3395,-0.0000 -2.3339,1.4206 -2.3339 3.6125c 0.0000,2.3745 1.2786,4.0184 2.8413 4.0184c 0.8727,-0.0000 1.6439,-0.5683 2.2730 -1.4815ZM 129.2674,105.2065 ZM 132.5958,97.2712 v 5.1955 c 0.0000,1.2583 0.1218,1.8671 0.6697 1.8671c 0.5277,-0.0000 0.9336,-0.1624 1.4612 -0.5683l 0.3653,0.3450 c -0.7915,0.8930 -1.6033,1.3395 -2.5368 1.3395c -0.9336,-0.0000 -1.4815,-0.5683 -1.4815 -2.0092v -6.1696 h -1.3192 c -0.0609,-0.0000 -0.0812,-0.0203 -0.0812 -0.0812v -0.6291 c 0.0000,-0.0609 0.0203,-0.0812 0.0609 -0.0812c 1.3598,-0.0000 1.6845,-0.7915 1.6845 -2.3339v -0.3856 l 1.1771,-0.4059 v 3.1254 h 2.2324 c 0.1015,-0.0000 0.1624,0.0406 0.1624 0.1218v 0.4059 c 0.0000,0.1827 -0.2841,0.2638 -0.4871 0.2638h -1.9077 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="1.3595755619017047" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 98.3671,107.8289 l -0.0000,-17.4825 h -17.4825 l -0.0000,17.4825 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.63" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 105.3601,70.2415 ZM 108.3841,63.8689 v 5.0534 c 0.7103,0.8321 1.3800,0.8727 1.7048 0.8727c 2.1715,-0.0000 2.6586,-2.0295 2.6586 -3.7748c 0.0000,-2.4557 -0.9944,-3.8154 -2.2324 -3.8154c -0.6900,-0.0000 -1.6845,0.5885 -2.1310 1.6642ZM 108.3841,63.8689 ZM 106.8823,73.4480 v -10.0459 c 0.0000,-0.7712 -0.1827,-0.9133 -0.4668 -0.9133c -0.2638,-0.0000 -0.5074,0.0203 -0.8524 0.1015l -0.1015,-0.5683 c 1.2989,-0.2232 1.5424,-0.3044 2.1107 -0.5885c 0.2232,-0.1015 0.3653,-0.1624 0.5074 -0.1624h 0.3044 l -0.0609,1.6236 h 0.0609 c 0.9336,-1.4206 2.0295,-1.6236 2.6789 -1.6236c 1.9686,-0.0000 3.2675,2.0498 3.2675 4.2010c 0.0000,1.6439 -0.5074,2.9022 -1.4206 3.8357c -0.7915,0.7915 -1.6236,1.1771 -2.6992 1.1771c -0.7306,-0.0000 -1.2989,-0.1624 -1.8265 -0.4465v 3.4095 c 0.0000,0.5885 0.2232,0.8930 0.8727 0.8930h 0.3856 c 0.1015,-0.0000 0.1827,0.0609 0.1827 0.1624v 0.3856 l -0.0406,0.0406 c 0.0000,-0.0000 -1.4003,-0.0406 -2.1918 -0.0406c -0.7103,-0.0000 -2.0904,0.0406 -2.0904 0.0406l -0.0406,-0.0406 v -0.3856 c 0.0000,-0.1015 0.0609,-0.1624 0.1624 -0.1624h 0.3856 c 0.6697,-0.0000 0.8727,-0.3044 0.8727 -0.8930ZM 115.0814,70.2415 ZM 116.6643,58.6531 c 0.0000,-0.5277 0.4262,-0.9742 0.9539 -0.9742c 0.5480,-0.0000 0.9742,0.4465 0.9742 0.9742c 0.0000,0.5480 -0.4262,0.9742 -0.9742 0.9742c -0.5277,-0.0000 -0.9539,-0.4262 -0.9539 -0.9742ZM 116.6643,58.6531 ZM 118.5924,68.7802 c 0.0000,0.5885 0.2232,0.8930 0.8727 0.8930h 0.3856 c 0.1015,-0.0000 0.1827,0.0609 0.1827 0.1624v 0.3856 l -0.0406,0.0406 c 0.0000,-0.0000 -1.4003,-0.0406 -2.1918 -0.0406c -0.7103,-0.0000 -2.0904,0.0406 -2.0904 0.0406l -0.0406,-0.0406 v -0.3856 c 0.0000,-0.1015 0.0609,-0.1624 0.1624 -0.1624h 0.3856 c 0.6697,-0.0000 0.8727,-0.3044 0.8727 -0.8930v -5.0534 c 0.0000,-1.0756 -0.1827,-1.2380 -0.4668 -1.2380c -0.2638,-0.0000 -0.5074,0.0203 -0.8524 0.1015l -0.1015,-0.5683 c 1.2989,-0.2232 1.5221,-0.3044 2.1107 -0.5885c 0.2232,-0.0812 0.3653,-0.1624 0.5074 -0.1624h 0.3044 v 7.5091 ZM 120.4392,70.2415 ZM 124.4373,62.0829 c -0.4059,-0.0000 -0.4871,0.1015 -0.4871 0.2435c 0.0000,0.1015 0.0812,0.2841 0.3044 0.6494l 1.2380,1.8265 c 0.0609,0.1218 0.1218,0.1827 0.2029 0.1827c 0.0609,-0.0000 0.1015,-0.0406 0.1827 -0.1421l 1.3192,-1.8468 c 0.2232,-0.2841 0.3450,-0.5074 0.3450 -0.6697c 0.0000,-0.1624 -0.1421,-0.2435 -0.4262 -0.2435h -0.3247 c -0.0609,-0.0000 -0.1218,-0.0406 -0.1218 -0.1421v -0.3856 l 0.0609,-0.0609 c 0.0000,-0.0000 0.9539,0.0406 1.5830 0.0406c 0.6494,-0.0000 1.6439,-0.0406 1.6439 -0.0406l 0.0203,0.0406 v 0.3856 c 0.0000,0.1421 -0.1218,0.1624 -0.2435 0.1624c -0.7509,-0.0000 -1.0553,0.2435 -1.8062 1.1974l -1.7048,2.1715 c -0.0406,0.0609 -0.0609,0.1015 -0.0609 0.1421c 0.0000,0.0406 0.0203,0.1015 0.0609 0.1624l 1.8265,2.5774 c 0.9336,1.3192 1.1974,1.3395 1.8468 1.3395c 0.2029,-0.0000 0.2841,0.0406 0.2841 0.1624v 0.3856 l -0.0203,0.0406 c 0.0000,-0.0000 -1.0959,-0.0406 -1.7859 -0.0406c -0.8321,-0.0000 -2.1107,0.0406 -2.1107 0.0406l -0.0406,-0.0406 v -0.3856 c 0.0000,-0.1015 0.0406,-0.1624 0.1421 -0.1624h 0.2435 c 0.3247,-0.0000 0.4668,-0.0609 0.4668 -0.2232c 0.0000,-0.1827 -0.2232,-0.4871 -0.5480 -0.9133l -1.1771,-1.6236 c -0.0812,-0.1015 -0.1218,-0.1421 -0.1827 -0.1421c -0.0406,-0.0000 -0.1015,0.0609 -0.1827 0.1827l -1.2786,1.8468 c -0.3044,0.4059 -0.3653,0.5074 -0.3653 0.6494c 0.0000,0.1421 0.1218,0.2232 0.4262 0.2232h 0.2841 c 0.1015,-0.0000 0.1421,0.0609 0.1421 0.1624v 0.3856 l -0.0406,0.0406 c 0.0000,-0.0000 -1.0553,-0.0406 -1.7048 -0.0406c -0.5885,-0.0000 -1.5221,0.0406 -1.5221 0.0406l -0.0406,-0.0406 v -0.3450 c 0.0000,-0.1218 0.0812,-0.2029 0.2638 -0.2029c 0.4871,-0.0000 0.9539,-0.1015 1.8062 -1.1974l 1.7048,-2.1918 c 0.0203,-0.0406 0.0406,-0.0812 0.0406 -0.1421c 0.0000,-0.0609 -0.0203,-0.1015 -0.0609 -0.1624l -1.7656,-2.5774 c -0.5683,-0.8321 -0.9336,-1.3192 -1.6439 -1.3192c -0.1421,-0.0000 -0.2841,-0.0609 -0.2841 -0.1421v -0.3856 l 0.0406,-0.0609 l 1.6033,0.0406 l 2.2527,-0.0406 l 0.0609,0.0609 v 0.3653 c 0.0000,0.1015 -0.0812,0.1624 -0.1624 0.1624h -0.3044 ZM 130.5257,70.2415 ZM 132.8393,64.6198 h 3.7342 c 0.2029,-0.0000 0.2841,-0.1015 0.2841 -0.2841c 0.0000,-1.8874 -0.9539,-2.3745 -1.6845 -2.3745c -0.4668,-0.0000 -1.9889,0.1827 -2.3339 2.6586ZM 132.8393,64.6198 ZM 138.1971,68.3540 l 0.4059,0.3247 c -0.7712,1.0553 -1.9686,1.8062 -3.4298 1.8062c -2.7804,-0.0000 -3.9575,-2.0701 -3.9575 -4.2822c 0.0000,-3.0848 2.0295,-4.9316 3.9575 -4.9316c 2.6789,-0.0000 3.3081,2.0904 3.3081 3.7951c 0.0000,0.2232 -0.1421,0.3450 -0.3653 0.3450h -5.3375 c -0.0203,0.1218 -0.0203,0.2435 -0.0203 0.4059c 0.0000,2.0701 1.4409,3.6734 2.9022 3.6734c 1.1162,-0.0000 1.8265,-0.3653 2.5368 -1.1365ZM 139.2119,70.2415 ZM 141.1399,68.7802 v -10.1677 c 0.0000,-1.1568 -0.2029,-1.4815 -0.6088 -1.4815l -0.6494,0.0812 c -0.0609,-0.0000 -0.1218,-0.0406 -0.1218 -0.1015l -0.0406,-0.5074 c 0.3247,-0.0000 1.0756,-0.1218 1.4206 -0.1827c 0.3653,-0.0812 0.6494,-0.1624 1.0553 -0.3450h 0.4465 v 12.7045 c 0.0000,0.5885 0.2232,0.8930 0.8727 0.8930h 0.4871 c 0.0812,-0.0000 0.1624,0.0609 0.1624 0.1624v 0.3856 l -0.0406,0.0406 c 0.0000,-0.0000 -1.4815,-0.0406 -2.2730 -0.0406c -0.7103,-0.0000 -2.1918,0.0406 -2.1918 0.0406l -0.0203,-0.0406 v -0.3856 c 0.0000,-0.1015 0.0406,-0.1624 0.1421 -0.1624h 0.4871 c 0.6697,-0.0000 0.8727,-0.3044 0.8727 -0.8930Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 98.3671,72.8638 l -0.0000,-17.4825 h -17.4825 l -0.0000,17.4825 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 59.3113,34.3718 ZM 61.5147,32.7019 v -11.6202 c 0.0000,-1.3221 -0.2319,-1.6932 -0.6958 -1.6932l -0.7422,0.0928 c -0.0696,-0.0000 -0.1392,-0.0464 -0.1392 -0.1160l -0.0464,-0.5799 c 0.3711,-0.0000 1.2293,-0.1392 1.6236 -0.2087c 0.4175,-0.0928 0.7422,-0.1856 1.2061 -0.3943h 0.5103 v 14.5195 c 0.0000,0.6726 0.2551,1.0205 0.9973 1.0205h 0.5567 c 0.0928,-0.0000 0.1856,0.0696 0.1856 0.1856v 0.4407 l -0.0464,0.0464 c 0.0000,-0.0000 -1.6932,-0.0464 -2.5977 -0.0464c -0.8118,-0.0000 -2.5050,0.0464 -2.5050 0.0464l -0.0232,-0.0464 v -0.4407 c 0.0000,-0.1160 0.0464,-0.1856 0.1624 -0.1856h 0.5567 c 0.7654,-0.0000 0.9973,-0.3479 0.9973 -1.0205ZM 65.3417,34.3718 ZM 67.9858,27.9471 h 4.2677 c 0.2319,-0.0000 0.3247,-0.1160 0.3247 -0.3247c 0.0000,-2.1570 -1.0901,-2.7137 -1.9251 -2.7137c -0.5335,-0.0000 -2.2730,0.2087 -2.6673 3.0384ZM 67.9858,27.9471 ZM 74.1091,32.2148 l 0.4639,0.3711 c -0.8814,1.2061 -2.2498,2.0643 -3.9198 2.0643c -3.1776,-0.0000 -4.5228,-2.3658 -4.5228 -4.8939c 0.0000,-3.5255 2.3194,-5.6362 4.5228 -5.6362c 3.0616,-0.0000 3.7806,2.3890 3.7806 4.3373c 0.0000,0.2551 -0.1624,0.3943 -0.4175 0.3943h -6.1000 c -0.0232,0.1392 -0.0232,0.2783 -0.0232 0.4639c 0.0000,2.3658 1.6468,4.1981 3.3167 4.1981c 1.2757,-0.0000 2.0875,-0.4175 2.8993 -1.2989ZM 75.2688,34.3718 ZM 82.5981,27.8079 c 0.0000,-1.9251 -0.9046,-3.0384 -2.2962 -3.0384c -1.2061,-0.0000 -2.0179,0.8350 -2.0179 2.6441c 0.0000,1.2061 0.4639,3.1080 2.3194 3.1080c 0.8118,-0.0000 1.9947,-0.3943 1.9947 -2.7137ZM 82.5981,27.8079 ZM 78.2608,34.5342 c -0.7190,0.6726 -0.8814,1.3916 -0.8814 2.1802c 0.0000,1.7396 2.0875,2.2498 2.8761 2.2498c 1.9947,-0.0000 4.5228,-0.6958 4.5228 -2.3658c 0.0000,-0.6030 -0.3247,-0.9973 -1.2293 -1.4380c -0.6494,-0.3247 -1.6004,-0.5799 -2.7137 -0.5799c -0.1856,-0.0000 -0.4407,0.0232 -0.7654 0.0464c -0.3247,0.0232 -0.6726,0.0232 -0.9278 0.0232c -0.3711,-0.0000 -0.5567,-0.0464 -0.8814 -0.1160ZM 78.2608,34.5342 ZM 85.3118,25.3726 c -0.3711,-0.0000 -0.6030,-0.2087 -0.6958 -0.3943c -0.1392,-0.2087 -0.2319,-0.2783 -0.3943 -0.2783c -0.2783,-0.0000 -0.7190,0.3247 -0.8814 0.5567c 0.6494,0.6958 0.9510,1.3684 0.9510 2.4586c 0.0000,2.2730 -1.8555,3.5023 -3.8038 3.5023c -0.8582,-0.0000 -1.5540,-0.1624 -2.0875 -0.4871c -0.2551,0.3943 -0.3943,0.8814 -0.3943 1.3453c 0.0000,0.9973 0.7654,1.2525 1.4148 1.2525c 0.1160,-0.0000 0.3943,-0.0232 0.7190 -0.0464c 0.5335,-0.0696 1.1133,-0.1160 1.5076 -0.1160c 0.8118,-0.0000 2.3426,0.1624 3.2704 0.9510c 0.6262,0.5799 0.9742,1.1365 0.9742 1.8787c 0.0000,2.5050 -3.2936,3.8270 -6.2856 3.8270c -1.6932,-0.0000 -3.5719,-0.6262 -3.5719 -2.6441c 0.0000,-0.9973 0.6262,-2.0643 1.8091 -2.8065c -0.5799,-0.3015 -0.9973,-0.8814 -0.9973 -1.7164c 0.0000,-0.7886 0.3479,-1.7859 0.9742 -2.3426c -0.6262,-0.6262 -1.1597,-1.4148 -1.1597 -2.6905c 0.0000,-2.1339 1.8787,-3.5023 3.8502 -3.5023c 1.2989,-0.0000 2.1107,0.5335 2.3658 0.7190c 0.5799,-0.7886 1.6236,-1.1829 2.2034 -1.1829c 0.6030,-0.0000 1.0205,0.3943 1.0205 0.8814c 0.0000,0.5103 -0.3247,0.8350 -0.7886 0.8350ZM 86.4947,34.3718 ZM 89.1388,27.9471 h 4.2677 c 0.2319,-0.0000 0.3247,-0.1160 0.3247 -0.3247c 0.0000,-2.1570 -1.0901,-2.7137 -1.9251 -2.7137c -0.5335,-0.0000 -2.2730,0.2087 -2.6673 3.0384ZM 89.1388,27.9471 ZM 95.2620,32.2148 l 0.4639,0.3711 c -0.8814,1.2061 -2.2498,2.0643 -3.9198 2.0643c -3.1776,-0.0000 -4.5228,-2.3658 -4.5228 -4.8939c 0.0000,-3.5255 2.3194,-5.6362 4.5228 -5.6362c 3.0616,-0.0000 3.7806,2.3890 3.7806 4.3373c 0.0000,0.2551 -0.1624,0.3943 -0.4175 0.3943h -6.1000 c -0.0232,0.1392 -0.0232,0.2783 -0.0232 0.4639c 0.0000,2.3658 1.6468,4.1981 3.3167 4.1981c 1.2757,-0.0000 2.0875,-0.4175 2.8993 -1.2989ZM 96.4217,34.3718 ZM 104.8644,32.7019 v -5.0795 c 0.0000,-1.6236 -0.2783,-2.3890 -1.5076 -2.3890c -1.0205,-0.0000 -1.9019,0.3943 -3.0848 1.7859v 5.6825 c 0.0000,0.6726 0.2319,1.0205 0.9973 1.0205h 0.3247 c 0.1160,-0.0000 0.1856,0.0696 0.1856 0.1856v 0.4407 l -0.0464,0.0464 c 0.0000,-0.0000 -1.4612,-0.0464 -2.3658 -0.0464c -0.8350,-0.0000 -2.4122,0.0464 -2.4122 0.0464l -0.0464,-0.0464 v -0.4407 c 0.0000,-0.1160 0.0696,-0.1856 0.1856 -0.1856h 0.4407 c 0.7886,-0.0000 0.9973,-0.3479 0.9973 -1.0205v -5.7753 c 0.0000,-1.2525 -0.1856,-1.4148 -0.5103 -1.4148c -0.3015,-0.0000 -0.5799,0.0232 -0.9742 0.1160l -0.1160,-0.6494 c 0.9742,-0.1624 1.6700,-0.2783 2.3890 -0.6726c 0.2551,-0.1160 0.4407,-0.1856 0.6030 -0.1856h 0.3479 l -0.0696,2.0643 h 0.0696 c 1.4844,-1.7396 2.5977,-2.0643 3.7806 -2.0643c 2.0875,-0.0000 2.5282,1.6004 2.5282 3.6647v 4.9171 c 0.0000,0.6726 0.2551,1.0205 0.9973 1.0205h 0.4407 c 0.1160,-0.0000 0.2087,0.0696 0.2087 0.1856v 0.4407 l -0.0464,0.0464 c 0.0000,-0.0000 -1.6004,-0.0464 -2.5050 -0.0464c -0.8118,-0.0000 -2.2730,0.0464 -2.2730 0.0464l -0.0464,-0.0464 v -0.4407 c 0.0000,-0.1160 0.0696,-0.1856 0.1856 -0.1856h 0.3247 c 0.7654,-0.0000 0.9973,-0.3479 0.9973 -1.0205ZM 108.4826,34.3718 ZM 116.2295,32.3076 v -6.0073 c -0.5567,-0.8814 -1.1829,-1.3684 -2.2730 -1.3684c -0.4639,-0.0000 -1.4148,0.0696 -2.1570 1.1597c -0.3247,0.4871 -0.7190,1.4844 -0.7190 3.1544c 0.0000,3.0384 1.5772,4.4301 2.8297 4.4301c 0.7654,-0.0000 1.3916,-0.4639 2.3194 -1.3684ZM 116.2295,32.3076 ZM 117.9690,18.1824 v 13.4062 c 0.0000,0.6958 0.0464,1.0669 0.0928 1.2293c 0.0696,0.2087 0.3247,0.3479 0.5103 0.3479c 0.2783,-0.0000 0.7886,-0.0000 1.1365 -0.0696l 0.0928,0.6494 c -1.3453,0.2319 -2.5513,0.4871 -3.0384 0.9046h -0.5567 l 0.0696,-1.6004 c -0.8814,0.9046 -1.7859,1.6004 -2.9688 1.6004c -2.5050,-0.0000 -4.0358,-2.1339 -4.0358 -4.9867c 0.0000,-1.7164 0.4639,-3.1544 1.4612 -4.1517c 0.9278,-0.8814 1.9483,-1.3916 3.4791 -1.3916c 0.4639,-0.0000 1.4844,0.2087 2.0179 0.5103v -3.5487 c 0.0000,-1.3221 -0.2087,-1.6932 -0.6726 -1.6932l -0.7654,0.0928 c -0.0464,-0.0000 -0.1160,-0.0464 -0.1160 -0.1160l -0.0464,-0.5799 c 0.3711,-0.0000 1.2061,-0.1392 1.6004 -0.2087c 0.4407,-0.0928 0.7654,-0.1856 1.2293 -0.3943h 0.5103 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.2" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.5438302247606819" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 273.2297,300.0000 l -0.0000,-300.0000 h -228.9769 l -0.0000,300.0000 Z"/>+  </g>+</svg>
other/lglyphChart_Example.svg view
@@ -1,3 +1,223 @@ <?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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 353.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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 353.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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 353.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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 353.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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 353.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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 353.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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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>+    "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 552.4930,15.5380 ZM 557.8635,12.6008 c 0.0000,-1.7902 -0.9733,-2.6766 -2.0509 -2.6766c -0.7995,-0.0000 -1.4078,0.1217 -2.0856 0.3997l 0.5562,-4.7448 c 0.5736,0.0521 1.1645,0.0695 1.7728 0.0695c 0.8690,-0.0000 1.7728,-0.0521 2.7113 -0.1564l 0.1043,0.0521 l -0.2607,1.1297 c -0.6778,0.0695 -1.2340,0.0869 -1.7207 0.0869c -0.7821,-0.0000 -1.3730,-0.0695 -1.9814 -0.1390l -0.3302,2.7461 c 0.3650,-0.1390 0.9907,-0.2607 1.6685 -0.2607c 1.8423,-0.0000 2.8678,1.5990 2.8678 3.1980c 0.0000,1.9466 -1.3557,3.4413 -3.3196 3.4413c -0.9907,-0.0000 -2.4332,-0.5562 -2.4332 -1.2340c 0.0000,-0.3302 0.2781,-0.5562 0.5909 -0.5562c 0.3476,-0.0000 0.5736,0.2607 0.7821 0.5388c 0.2607,0.3128 0.5388,0.6605 1.0950 0.6605c 1.1123,-0.0000 2.0335,-1.0428 2.0335 -2.5549ZM 560.1056,15.5380 ZM 561.9131,13.8869 c 0.6952,-0.0000 1.1471,0.6778 1.1471 1.7207c 0.0000,1.2166 -0.8690,1.7902 -1.9118 1.9814l -0.0869,-0.4345 c 0.9038,-0.2259 1.3209,-0.7474 1.3209 -1.1123c 0.0000,-0.3997 -0.2955,-0.4693 -0.6257 -0.5040c -0.3128,-0.0521 -0.7647,-0.1912 -0.7647 -0.7647c 0.0000,-0.4866 0.3824,-0.8864 0.9212 -0.8864ZM 563.9119,15.5380 ZM 569.2824,12.6008 c 0.0000,-1.7902 -0.9733,-2.6766 -2.0509 -2.6766c -0.7995,-0.0000 -1.4078,0.1217 -2.0856 0.3997l 0.5562,-4.7448 c 0.5736,0.0521 1.1645,0.0695 1.7728 0.0695c 0.8690,-0.0000 1.7728,-0.0521 2.7113 -0.1564l 0.1043,0.0521 l -0.2607,1.1297 c -0.6778,0.0695 -1.2340,0.0869 -1.7207 0.0869c -0.7821,-0.0000 -1.3730,-0.0695 -1.9814 -0.1390l -0.3302,2.7461 c 0.3650,-0.1390 0.9907,-0.2607 1.6685 -0.2607c 1.8423,-0.0000 2.8678,1.5990 2.8678 3.1980c 0.0000,1.9466 -1.3557,3.4413 -3.3196 3.4413c -0.9907,-0.0000 -2.4332,-0.5562 -2.4332 -1.2340c 0.0000,-0.3302 0.2781,-0.5562 0.5909 -0.5562c 0.3476,-0.0000 0.5736,0.2607 0.7821 0.5388c 0.2607,0.3128 0.5388,0.6605 1.0950 0.6605c 1.1123,-0.0000 2.0335,-1.0428 2.0335 -2.5549Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 562.8821,24.4541 c 0.0000,-0.4823 -0.3910,-0.8734 -0.8734 -0.8734c -0.4823,-0.0000 -0.8734,0.3910 -0.8734 0.8734c -0.0000,0.4823 0.3910,0.8734 0.8734 0.8734c 0.4823,0.0000 0.8734,-0.3910 0.8734 -0.8734Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 552.4930,50.4725 ZM 557.8635,47.5352 c 0.0000,-1.7902 -0.9733,-2.6766 -2.0509 -2.6766c -0.7995,-0.0000 -1.4078,0.1217 -2.0856 0.3997l 0.5562,-4.7448 c 0.5736,0.0521 1.1645,0.0695 1.7728 0.0695c 0.8690,-0.0000 1.7728,-0.0521 2.7113 -0.1564l 0.1043,0.0521 l -0.2607,1.1297 c -0.6778,0.0695 -1.2340,0.0869 -1.7207 0.0869c -0.7821,-0.0000 -1.3730,-0.0695 -1.9814 -0.1390l -0.3302,2.7461 c 0.3650,-0.1390 0.9907,-0.2607 1.6685 -0.2607c 1.8423,-0.0000 2.8678,1.5990 2.8678 3.1980c 0.0000,1.9466 -1.3557,3.4413 -3.3196 3.4413c -0.9907,-0.0000 -2.4332,-0.5562 -2.4332 -1.2340c 0.0000,-0.3302 0.2781,-0.5562 0.5909 -0.5562c 0.3476,-0.0000 0.5736,0.2607 0.7821 0.5388c 0.2607,0.3128 0.5388,0.6605 1.0950 0.6605c 1.1123,-0.0000 2.0335,-1.0428 2.0335 -2.5549ZM 560.1056,50.4725 ZM 561.9131,48.8214 c 0.6952,-0.0000 1.1471,0.6778 1.1471 1.7207c 0.0000,1.2166 -0.8690,1.7902 -1.9118 1.9814l -0.0869,-0.4345 c 0.9038,-0.2259 1.3209,-0.7474 1.3209 -1.1123c 0.0000,-0.3997 -0.2955,-0.4693 -0.6257 -0.5040c -0.3128,-0.0521 -0.7647,-0.1912 -0.7647 -0.7647c 0.0000,-0.4866 0.3824,-0.8864 0.9212 -0.8864ZM 563.9119,50.4725 ZM 568.3960,44.3025 c 0.0000,-0.1217 0.0174,-0.2607 0.1738 -0.3476c 0.1912,-0.1390 0.5040,-0.2955 0.7647 -0.2955c 0.2259,-0.0000 0.2433,0.1912 0.2433 0.5388v 2.7982 h 1.4078 l -0.1043,0.8169 h -1.3035 v 1.4426 c 0.0000,0.4866 0.0695,0.7300 0.5736 0.7300h 0.4693 c 0.1043,-0.0000 0.1217,0.0869 0.1217 0.1217v 0.3824 c 0.0000,-0.0000 -1.1123,-0.0348 -1.8423 -0.0348c -0.6605,-0.0000 -1.6859,0.0348 -1.6859 0.0348v -0.3824 c 0.0000,-0.0348 0.0174,-0.1217 0.1217 -0.1217h 0.4693 c 0.5388,-0.0000 0.5909,-0.2259 0.5909 -0.7300v -1.4426 h -3.4065 c -0.0695,-0.0000 -0.1043,-0.0348 -0.1564 -0.1043l -0.1390,-0.1912 l -0.2086,-0.3650 c -0.0174,-0.0000 -0.0174,-0.0174 -0.0174 -0.0348c 0.0000,-0.0174 0.0174,-0.0348 0.0348 -0.0521c 1.1297,-1.2514 3.1285,-5.1272 3.7542 -6.5524c 0.0174,-0.0695 0.0521,-0.0869 0.1217 -0.0869c 0.0174,-0.0000 0.3997,0.1564 0.6083 0.1912c -0.7821,2.1030 -2.0683,4.3625 -3.3370 6.3786h 2.7461 v -2.6940 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 562.8821,59.3886 c 0.0000,-0.4823 -0.3910,-0.8734 -0.8734 -0.8734c -0.4823,-0.0000 -0.8734,0.3910 -0.8734 0.8734c -0.0000,0.4823 0.3910,0.8734 0.8734 0.8734c 0.4823,0.0000 0.8734,-0.3910 0.8734 -0.8734Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 552.4930,85.4070 ZM 557.8635,82.4697 c 0.0000,-1.7902 -0.9733,-2.6766 -2.0509 -2.6766c -0.7995,-0.0000 -1.4078,0.1217 -2.0856 0.3997l 0.5562,-4.7448 c 0.5736,0.0521 1.1645,0.0695 1.7728 0.0695c 0.8690,-0.0000 1.7728,-0.0521 2.7113 -0.1564l 0.1043,0.0521 l -0.2607,1.1297 c -0.6778,0.0695 -1.2340,0.0869 -1.7207 0.0869c -0.7821,-0.0000 -1.3730,-0.0695 -1.9814 -0.1390l -0.3302,2.7461 c 0.3650,-0.1390 0.9907,-0.2607 1.6685 -0.2607c 1.8423,-0.0000 2.8678,1.5990 2.8678 3.1980c 0.0000,1.9466 -1.3557,3.4413 -3.3196 3.4413c -0.9907,-0.0000 -2.4332,-0.5562 -2.4332 -1.2340c 0.0000,-0.3302 0.2781,-0.5562 0.5909 -0.5562c 0.3476,-0.0000 0.5736,0.2607 0.7821 0.5388c 0.2607,0.3128 0.5388,0.6605 1.0950 0.6605c 1.1123,-0.0000 2.0335,-1.0428 2.0335 -2.5549ZM 560.1056,85.4070 ZM 561.9131,83.7559 c 0.6952,-0.0000 1.1471,0.6778 1.1471 1.7207c 0.0000,1.2166 -0.8690,1.7902 -1.9118 1.9814l -0.0869,-0.4345 c 0.9038,-0.2259 1.3209,-0.7474 1.3209 -1.1123c 0.0000,-0.3997 -0.2955,-0.4693 -0.6257 -0.5040c -0.3128,-0.0521 -0.7647,-0.1912 -0.7647 -0.7647c 0.0000,-0.4866 0.3824,-0.8864 0.9212 -0.8864ZM 563.9119,85.4070 ZM 567.6660,75.9000 c -0.4345,-0.0000 -1.7033,0.2433 -1.7033 1.3035c 0.0000,0.3128 -0.1217,0.8516 -0.5909 0.8516c -0.4519,-0.0000 -0.4866,-0.5040 -0.4866 -0.5562c 0.0000,-0.5388 0.7126,-2.1378 3.1285 -2.1378c 1.6859,-0.0000 2.1899,1.0602 2.1899 1.7554c 0.0000,0.4345 -0.1390,1.3035 -1.7033 2.2942c 0.9733,0.1564 2.2594,0.8690 2.2594 2.6766c 0.0000,2.2942 -1.7380,3.5282 -3.7020 3.5282c -0.9907,-0.0000 -2.3811,-0.4345 -2.3811 -1.0950c 0.0000,-0.2607 0.2607,-0.5562 0.6083 -0.5562c 0.3302,-0.0000 0.4866,0.1738 0.6431 0.3997c 0.1912,0.2955 0.5040,0.7126 1.3383 0.7126c 0.5736,-0.0000 2.2073,-0.5736 2.2073 -2.7635c 0.0000,-1.8597 -1.3035,-2.1552 -2.2421 -2.1552c -0.1564,-0.0000 -0.3476,0.0348 -0.5388 0.0695l -0.0695,-0.5214 c 1.3383,-0.2259 2.4506,-1.5295 2.4506 -2.3290c 0.0000,-0.9907 -0.6952,-1.4773 -1.4078 -1.4773Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 562.8821,94.3231 c 0.0000,-0.4823 -0.3910,-0.8734 -0.8734 -0.8734c -0.4823,-0.0000 -0.8734,0.3910 -0.8734 0.8734c -0.0000,0.4823 0.3910,0.8734 0.8734 0.8734c 0.4823,0.0000 0.8734,-0.3910 0.8734 -0.8734Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 552.4930,120.3415 ZM 557.8635,117.4042 c 0.0000,-1.7902 -0.9733,-2.6766 -2.0509 -2.6766c -0.7995,-0.0000 -1.4078,0.1217 -2.0856 0.3997l 0.5562,-4.7448 c 0.5736,0.0521 1.1645,0.0695 1.7728 0.0695c 0.8690,-0.0000 1.7728,-0.0521 2.7113 -0.1564l 0.1043,0.0521 l -0.2607,1.1297 c -0.6778,0.0695 -1.2340,0.0869 -1.7207 0.0869c -0.7821,-0.0000 -1.3730,-0.0695 -1.9814 -0.1390l -0.3302,2.7461 c 0.3650,-0.1390 0.9907,-0.2607 1.6685 -0.2607c 1.8423,-0.0000 2.8678,1.5990 2.8678 3.1980c 0.0000,1.9466 -1.3557,3.4413 -3.3196 3.4413c -0.9907,-0.0000 -2.4332,-0.5562 -2.4332 -1.2340c 0.0000,-0.3302 0.2781,-0.5562 0.5909 -0.5562c 0.3476,-0.0000 0.5736,0.2607 0.7821 0.5388c 0.2607,0.3128 0.5388,0.6605 1.0950 0.6605c 1.1123,-0.0000 2.0335,-1.0428 2.0335 -2.5549ZM 560.1056,120.3415 ZM 561.9131,118.6904 c 0.6952,-0.0000 1.1471,0.6778 1.1471 1.7207c 0.0000,1.2166 -0.8690,1.7902 -1.9118 1.9814l -0.0869,-0.4345 c 0.9038,-0.2259 1.3209,-0.7474 1.3209 -1.1123c 0.0000,-0.3997 -0.2955,-0.4693 -0.6257 -0.5040c -0.3128,-0.0521 -0.7647,-0.1912 -0.7647 -0.7647c 0.0000,-0.4866 0.3824,-0.8864 0.9212 -0.8864ZM 563.9119,120.3415 ZM 564.9199,112.6420 c 0.0000,-0.9907 0.9559,-2.3463 2.7809 -2.3463c 1.3383,-0.0000 2.9025,0.5040 2.9025 2.5028c 0.0000,1.3209 -0.6778,1.9814 -1.6164 2.8851l -1.6511,1.5990 c -0.0869,0.0869 -1.2514,1.2340 -1.2514 2.0509h 2.9547 c 0.5909,-0.0000 0.9038,-0.2955 1.1471 -1.2514l 0.4345,0.0695 l -0.3476,2.1899 h -5.3705 c 0.0000,-0.9733 0.1564,-1.7207 1.7728 -3.3718l 1.2166,-1.1992 c 0.9733,-0.9907 1.3730,-1.8423 1.3730 -2.9025c 0.0000,-1.5816 -1.0776,-2.0335 -1.6685 -2.0335c -1.1992,-0.0000 -1.5295,0.6257 -1.5295 1.0428c 0.0000,0.1390 0.0348,0.2781 0.0695 0.3997c 0.0348,0.1217 0.0695,0.2433 0.0695 0.3824c 0.0000,0.4519 -0.3476,0.6257 -0.6257 0.6257c -0.3824,-0.0000 -0.6605,-0.2955 -0.6605 -0.6431Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 562.8821,129.2576 c 0.0000,-0.4823 -0.3910,-0.8734 -0.8734 -0.8734c -0.4823,-0.0000 -0.8734,0.3910 -0.8734 0.8734c -0.0000,0.4823 0.3910,0.8734 0.8734 0.8734c 0.4823,0.0000 0.8734,-0.3910 0.8734 -0.8734Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 552.4930,155.2760 ZM 557.8635,152.3387 c 0.0000,-1.7902 -0.9733,-2.6766 -2.0509 -2.6766c -0.7995,-0.0000 -1.4078,0.1217 -2.0856 0.3997l 0.5562,-4.7448 c 0.5736,0.0521 1.1645,0.0695 1.7728 0.0695c 0.8690,-0.0000 1.7728,-0.0521 2.7113 -0.1564l 0.1043,0.0521 l -0.2607,1.1297 c -0.6778,0.0695 -1.2340,0.0869 -1.7207 0.0869c -0.7821,-0.0000 -1.3730,-0.0695 -1.9814 -0.1390l -0.3302,2.7461 c 0.3650,-0.1390 0.9907,-0.2607 1.6685 -0.2607c 1.8423,-0.0000 2.8678,1.5990 2.8678 3.1980c 0.0000,1.9466 -1.3557,3.4413 -3.3196 3.4413c -0.9907,-0.0000 -2.4332,-0.5562 -2.4332 -1.2340c 0.0000,-0.3302 0.2781,-0.5562 0.5909 -0.5562c 0.3476,-0.0000 0.5736,0.2607 0.7821 0.5388c 0.2607,0.3128 0.5388,0.6605 1.0950 0.6605c 1.1123,-0.0000 2.0335,-1.0428 2.0335 -2.5549ZM 560.1056,155.2760 ZM 561.9131,153.6249 c 0.6952,-0.0000 1.1471,0.6778 1.1471 1.7207c 0.0000,1.2166 -0.8690,1.7902 -1.9118 1.9814l -0.0869,-0.4345 c 0.9038,-0.2259 1.3209,-0.7474 1.3209 -1.1123c 0.0000,-0.3997 -0.2955,-0.4693 -0.6257 -0.5040c -0.3128,-0.0521 -0.7647,-0.1912 -0.7647 -0.7647c 0.0000,-0.4866 0.3824,-0.8864 0.9212 -0.8864ZM 563.9119,155.2760 ZM 567.1794,146.9856 c -0.3302,-0.0000 -1.0950,0.3128 -1.4773 0.4866l -0.2086,-0.5388 c 1.5295,-0.7126 2.1204,-1.0776 2.9894 -1.7033h 0.3302 v 8.7423 c 0.0000,0.6257 0.0869,0.7995 0.6605 0.7995h 0.9038 c 0.0521,-0.0000 0.1390,0.0348 0.1390 0.1390v 0.3824 l -2.3811,-0.0348 l -2.4159,0.0348 v -0.3824 c 0.0174,-0.0521 0.0348,-0.1390 0.1390 -0.1390h 1.0428 c 0.6605,-0.0000 0.6605,-0.2955 0.6605 -0.7995v -5.9788 c 0.0000,-0.5909 0.0000,-1.0081 -0.3824 -1.0081Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 562.8821,164.1921 c 0.0000,-0.4823 -0.3910,-0.8734 -0.8734 -0.8734c -0.4823,-0.0000 -0.8734,0.3910 -0.8734 0.8734c -0.0000,0.4823 0.3910,0.8734 0.8734 0.8734c 0.4823,0.0000 0.8734,-0.3910 0.8734 -0.8734Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 552.4930,190.2105 ZM 557.8635,187.2732 c 0.0000,-1.7902 -0.9733,-2.6766 -2.0509 -2.6766c -0.7995,-0.0000 -1.4078,0.1217 -2.0856 0.3997l 0.5562,-4.7448 c 0.5736,0.0521 1.1645,0.0695 1.7728 0.0695c 0.8690,-0.0000 1.7728,-0.0521 2.7113 -0.1564l 0.1043,0.0521 l -0.2607,1.1297 c -0.6778,0.0695 -1.2340,0.0869 -1.7207 0.0869c -0.7821,-0.0000 -1.3730,-0.0695 -1.9814 -0.1390l -0.3302,2.7461 c 0.3650,-0.1390 0.9907,-0.2607 1.6685 -0.2607c 1.8423,-0.0000 2.8678,1.5990 2.8678 3.1980c 0.0000,1.9466 -1.3557,3.4413 -3.3196 3.4413c -0.9907,-0.0000 -2.4332,-0.5562 -2.4332 -1.2340c 0.0000,-0.3302 0.2781,-0.5562 0.5909 -0.5562c 0.3476,-0.0000 0.5736,0.2607 0.7821 0.5388c 0.2607,0.3128 0.5388,0.6605 1.0950 0.6605c 1.1123,-0.0000 2.0335,-1.0428 2.0335 -2.5549ZM 560.1056,190.2105 ZM 561.9131,188.5594 c 0.6952,-0.0000 1.1471,0.6778 1.1471 1.7207c 0.0000,1.2166 -0.8690,1.7902 -1.9118 1.9814l -0.0869,-0.4345 c 0.9038,-0.2259 1.3209,-0.7474 1.3209 -1.1123c 0.0000,-0.3997 -0.2955,-0.4693 -0.6257 -0.5040c -0.3128,-0.0521 -0.7647,-0.1912 -0.7647 -0.7647c 0.0000,-0.4866 0.3824,-0.8864 0.9212 -0.8864ZM 563.9119,190.2105 ZM 567.7182,180.7730 c -0.7474,-0.0000 -1.8423,0.7300 -1.8423 4.7796c 0.0000,1.4252 0.2607,4.2929 1.7902 4.2929c 0.2955,-0.0000 1.1297,-0.1912 1.4947 -1.5469c 0.2259,-0.8343 0.3476,-1.8771 0.3476 -3.3892c 0.0000,-2.2073 -0.5562,-3.4413 -1.0602 -3.8758c -0.1912,-0.1738 -0.4519,-0.2607 -0.7300 -0.2607ZM 567.7182,180.7730 ZM 567.6487,190.4191 c -1.8597,-0.0000 -3.1111,-2.3811 -3.1111 -5.0403c 0.0000,-3.2501 1.5469,-5.2141 3.1806 -5.2141c 0.7474,-0.0000 1.4947,0.4693 1.9987 1.1471c 0.7300,0.9733 1.1123,2.2768 1.1123 3.9106c 0.0000,3.8584 -1.9118,5.1967 -3.1806 5.1967Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 562.8821,199.1266 c 0.0000,-0.4823 -0.3910,-0.8734 -0.8734 -0.8734c -0.4823,-0.0000 -0.8734,0.3910 -0.8734 0.8734c -0.0000,0.4823 0.3910,0.8734 0.8734 0.8734c 0.4823,0.0000 0.8734,-0.3910 0.8734 -0.8734Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 447.6895,15.5380 ZM 452.1736,9.3680 c 0.0000,-0.1217 0.0174,-0.2607 0.1738 -0.3476c 0.1912,-0.1390 0.5040,-0.2955 0.7647 -0.2955c 0.2259,-0.0000 0.2433,0.1912 0.2433 0.5388v 2.7982 h 1.4078 l -0.1043,0.8169 h -1.3035 v 1.4426 c 0.0000,0.4866 0.0695,0.7300 0.5736 0.7300h 0.4693 c 0.1043,-0.0000 0.1217,0.0869 0.1217 0.1217v 0.3824 c 0.0000,-0.0000 -1.1123,-0.0348 -1.8423 -0.0348c -0.6605,-0.0000 -1.6859,0.0348 -1.6859 0.0348v -0.3824 c 0.0000,-0.0348 0.0174,-0.1217 0.1217 -0.1217h 0.4693 c 0.5388,-0.0000 0.5909,-0.2259 0.5909 -0.7300v -1.4426 h -3.4065 c -0.0695,-0.0000 -0.1043,-0.0348 -0.1564 -0.1043l -0.1390,-0.1912 l -0.2086,-0.3650 c -0.0174,-0.0000 -0.0174,-0.0174 -0.0174 -0.0348c 0.0000,-0.0174 0.0174,-0.0348 0.0348 -0.0521c 1.1297,-1.2514 3.1285,-5.1272 3.7542 -6.5524c 0.0174,-0.0695 0.0521,-0.0869 0.1217 -0.0869c 0.0174,-0.0000 0.3997,0.1564 0.6083 0.1912c -0.7821,2.1030 -2.0683,4.3625 -3.3370 6.3786h 2.7461 v -2.6940 ZM 455.3021,15.5380 ZM 457.1096,13.8869 c 0.6952,-0.0000 1.1471,0.6778 1.1471 1.7207c 0.0000,1.2166 -0.8690,1.7902 -1.9118 1.9814l -0.0869,-0.4345 c 0.9038,-0.2259 1.3209,-0.7474 1.3209 -1.1123c 0.0000,-0.3997 -0.2955,-0.4693 -0.6257 -0.5040c -0.3128,-0.0521 -0.7647,-0.1912 -0.7647 -0.7647c 0.0000,-0.4866 0.3824,-0.8864 0.9212 -0.8864ZM 459.1084,15.5380 ZM 464.4789,12.6008 c 0.0000,-1.7902 -0.9733,-2.6766 -2.0509 -2.6766c -0.7995,-0.0000 -1.4078,0.1217 -2.0856 0.3997l 0.5562,-4.7448 c 0.5736,0.0521 1.1645,0.0695 1.7728 0.0695c 0.8690,-0.0000 1.7728,-0.0521 2.7113 -0.1564l 0.1043,0.0521 l -0.2607,1.1297 c -0.6778,0.0695 -1.2340,0.0869 -1.7207 0.0869c -0.7821,-0.0000 -1.3730,-0.0695 -1.9814 -0.1390l -0.3302,2.7461 c 0.3650,-0.1390 0.9907,-0.2607 1.6685 -0.2607c 1.8423,-0.0000 2.8678,1.5990 2.8678 3.1980c 0.0000,1.9466 -1.3557,3.4413 -3.3196 3.4413c -0.9907,-0.0000 -2.4332,-0.5562 -2.4332 -1.2340c 0.0000,-0.3302 0.2781,-0.5562 0.5909 -0.5562c 0.3476,-0.0000 0.5736,0.2607 0.7821 0.5388c 0.2607,0.3128 0.5388,0.6605 1.0950 0.6605c 1.1123,-0.0000 2.0335,-1.0428 2.0335 -2.5549Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 458.0786,24.4541 c 0.0000,-0.4823 -0.3910,-0.8734 -0.8734 -0.8734c -0.4823,-0.0000 -0.8734,0.3910 -0.8734 0.8734c -0.0000,0.4823 0.3910,0.8734 0.8734 0.8734c 0.4823,0.0000 0.8734,-0.3910 0.8734 -0.8734Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 447.6895,50.4725 ZM 452.1736,44.3025 c 0.0000,-0.1217 0.0174,-0.2607 0.1738 -0.3476c 0.1912,-0.1390 0.5040,-0.2955 0.7647 -0.2955c 0.2259,-0.0000 0.2433,0.1912 0.2433 0.5388v 2.7982 h 1.4078 l -0.1043,0.8169 h -1.3035 v 1.4426 c 0.0000,0.4866 0.0695,0.7300 0.5736 0.7300h 0.4693 c 0.1043,-0.0000 0.1217,0.0869 0.1217 0.1217v 0.3824 c 0.0000,-0.0000 -1.1123,-0.0348 -1.8423 -0.0348c -0.6605,-0.0000 -1.6859,0.0348 -1.6859 0.0348v -0.3824 c 0.0000,-0.0348 0.0174,-0.1217 0.1217 -0.1217h 0.4693 c 0.5388,-0.0000 0.5909,-0.2259 0.5909 -0.7300v -1.4426 h -3.4065 c -0.0695,-0.0000 -0.1043,-0.0348 -0.1564 -0.1043l -0.1390,-0.1912 l -0.2086,-0.3650 c -0.0174,-0.0000 -0.0174,-0.0174 -0.0174 -0.0348c 0.0000,-0.0174 0.0174,-0.0348 0.0348 -0.0521c 1.1297,-1.2514 3.1285,-5.1272 3.7542 -6.5524c 0.0174,-0.0695 0.0521,-0.0869 0.1217 -0.0869c 0.0174,-0.0000 0.3997,0.1564 0.6083 0.1912c -0.7821,2.1030 -2.0683,4.3625 -3.3370 6.3786h 2.7461 v -2.6940 ZM 455.3021,50.4725 ZM 457.1096,48.8214 c 0.6952,-0.0000 1.1471,0.6778 1.1471 1.7207c 0.0000,1.2166 -0.8690,1.7902 -1.9118 1.9814l -0.0869,-0.4345 c 0.9038,-0.2259 1.3209,-0.7474 1.3209 -1.1123c 0.0000,-0.3997 -0.2955,-0.4693 -0.6257 -0.5040c -0.3128,-0.0521 -0.7647,-0.1912 -0.7647 -0.7647c 0.0000,-0.4866 0.3824,-0.8864 0.9212 -0.8864ZM 459.1084,50.4725 ZM 463.5925,44.3025 c 0.0000,-0.1217 0.0174,-0.2607 0.1738 -0.3476c 0.1912,-0.1390 0.5040,-0.2955 0.7647 -0.2955c 0.2259,-0.0000 0.2433,0.1912 0.2433 0.5388v 2.7982 h 1.4078 l -0.1043,0.8169 h -1.3035 v 1.4426 c 0.0000,0.4866 0.0695,0.7300 0.5736 0.7300h 0.4693 c 0.1043,-0.0000 0.1217,0.0869 0.1217 0.1217v 0.3824 c 0.0000,-0.0000 -1.1123,-0.0348 -1.8423 -0.0348c -0.6605,-0.0000 -1.6859,0.0348 -1.6859 0.0348v -0.3824 c 0.0000,-0.0348 0.0174,-0.1217 0.1217 -0.1217h 0.4693 c 0.5388,-0.0000 0.5909,-0.2259 0.5909 -0.7300v -1.4426 h -3.4065 c -0.0695,-0.0000 -0.1043,-0.0348 -0.1564 -0.1043l -0.1390,-0.1912 l -0.2086,-0.3650 c -0.0174,-0.0000 -0.0174,-0.0174 -0.0174 -0.0348c 0.0000,-0.0174 0.0174,-0.0348 0.0348 -0.0521c 1.1297,-1.2514 3.1285,-5.1272 3.7542 -6.5524c 0.0174,-0.0695 0.0521,-0.0869 0.1217 -0.0869c 0.0174,-0.0000 0.3997,0.1564 0.6083 0.1912c -0.7821,2.1030 -2.0683,4.3625 -3.3370 6.3786h 2.7461 v -2.6940 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 458.0786,59.3886 c 0.0000,-0.4823 -0.3910,-0.8734 -0.8734 -0.8734c -0.4823,-0.0000 -0.8734,0.3910 -0.8734 0.8734c -0.0000,0.4823 0.3910,0.8734 0.8734 0.8734c 0.4823,0.0000 0.8734,-0.3910 0.8734 -0.8734Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 447.6895,85.4070 ZM 452.1736,79.2370 c 0.0000,-0.1217 0.0174,-0.2607 0.1738 -0.3476c 0.1912,-0.1390 0.5040,-0.2955 0.7647 -0.2955c 0.2259,-0.0000 0.2433,0.1912 0.2433 0.5388v 2.7982 h 1.4078 l -0.1043,0.8169 h -1.3035 v 1.4426 c 0.0000,0.4866 0.0695,0.7300 0.5736 0.7300h 0.4693 c 0.1043,-0.0000 0.1217,0.0869 0.1217 0.1217v 0.3824 c 0.0000,-0.0000 -1.1123,-0.0348 -1.8423 -0.0348c -0.6605,-0.0000 -1.6859,0.0348 -1.6859 0.0348v -0.3824 c 0.0000,-0.0348 0.0174,-0.1217 0.1217 -0.1217h 0.4693 c 0.5388,-0.0000 0.5909,-0.2259 0.5909 -0.7300v -1.4426 h -3.4065 c -0.0695,-0.0000 -0.1043,-0.0348 -0.1564 -0.1043l -0.1390,-0.1912 l -0.2086,-0.3650 c -0.0174,-0.0000 -0.0174,-0.0174 -0.0174 -0.0348c 0.0000,-0.0174 0.0174,-0.0348 0.0348 -0.0521c 1.1297,-1.2514 3.1285,-5.1272 3.7542 -6.5524c 0.0174,-0.0695 0.0521,-0.0869 0.1217 -0.0869c 0.0174,-0.0000 0.3997,0.1564 0.6083 0.1912c -0.7821,2.1030 -2.0683,4.3625 -3.3370 6.3786h 2.7461 v -2.6940 ZM 455.3021,85.4070 ZM 457.1096,83.7559 c 0.6952,-0.0000 1.1471,0.6778 1.1471 1.7207c 0.0000,1.2166 -0.8690,1.7902 -1.9118 1.9814l -0.0869,-0.4345 c 0.9038,-0.2259 1.3209,-0.7474 1.3209 -1.1123c 0.0000,-0.3997 -0.2955,-0.4693 -0.6257 -0.5040c -0.3128,-0.0521 -0.7647,-0.1912 -0.7647 -0.7647c 0.0000,-0.4866 0.3824,-0.8864 0.9212 -0.8864ZM 459.1084,85.4070 ZM 462.8625,75.9000 c -0.4345,-0.0000 -1.7033,0.2433 -1.7033 1.3035c 0.0000,0.3128 -0.1217,0.8516 -0.5909 0.8516c -0.4519,-0.0000 -0.4866,-0.5040 -0.4866 -0.5562c 0.0000,-0.5388 0.7126,-2.1378 3.1285 -2.1378c 1.6859,-0.0000 2.1899,1.0602 2.1899 1.7554c 0.0000,0.4345 -0.1390,1.3035 -1.7033 2.2942c 0.9733,0.1564 2.2594,0.8690 2.2594 2.6766c 0.0000,2.2942 -1.7380,3.5282 -3.7020 3.5282c -0.9907,-0.0000 -2.3811,-0.4345 -2.3811 -1.0950c 0.0000,-0.2607 0.2607,-0.5562 0.6083 -0.5562c 0.3302,-0.0000 0.4866,0.1738 0.6431 0.3997c 0.1912,0.2955 0.5040,0.7126 1.3383 0.7126c 0.5736,-0.0000 2.2073,-0.5736 2.2073 -2.7635c 0.0000,-1.8597 -1.3035,-2.1552 -2.2421 -2.1552c -0.1564,-0.0000 -0.3476,0.0348 -0.5388 0.0695l -0.0695,-0.5214 c 1.3383,-0.2259 2.4506,-1.5295 2.4506 -2.3290c 0.0000,-0.9907 -0.6952,-1.4773 -1.4078 -1.4773Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 458.0786,94.3231 c 0.0000,-0.4823 -0.3910,-0.8734 -0.8734 -0.8734c -0.4823,-0.0000 -0.8734,0.3910 -0.8734 0.8734c -0.0000,0.4823 0.3910,0.8734 0.8734 0.8734c 0.4823,0.0000 0.8734,-0.3910 0.8734 -0.8734Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 447.6895,120.3415 ZM 452.1736,114.1715 c 0.0000,-0.1217 0.0174,-0.2607 0.1738 -0.3476c 0.1912,-0.1390 0.5040,-0.2955 0.7647 -0.2955c 0.2259,-0.0000 0.2433,0.1912 0.2433 0.5388v 2.7982 h 1.4078 l -0.1043,0.8169 h -1.3035 v 1.4426 c 0.0000,0.4866 0.0695,0.7300 0.5736 0.7300h 0.4693 c 0.1043,-0.0000 0.1217,0.0869 0.1217 0.1217v 0.3824 c 0.0000,-0.0000 -1.1123,-0.0348 -1.8423 -0.0348c -0.6605,-0.0000 -1.6859,0.0348 -1.6859 0.0348v -0.3824 c 0.0000,-0.0348 0.0174,-0.1217 0.1217 -0.1217h 0.4693 c 0.5388,-0.0000 0.5909,-0.2259 0.5909 -0.7300v -1.4426 h -3.4065 c -0.0695,-0.0000 -0.1043,-0.0348 -0.1564 -0.1043l -0.1390,-0.1912 l -0.2086,-0.3650 c -0.0174,-0.0000 -0.0174,-0.0174 -0.0174 -0.0348c 0.0000,-0.0174 0.0174,-0.0348 0.0348 -0.0521c 1.1297,-1.2514 3.1285,-5.1272 3.7542 -6.5524c 0.0174,-0.0695 0.0521,-0.0869 0.1217 -0.0869c 0.0174,-0.0000 0.3997,0.1564 0.6083 0.1912c -0.7821,2.1030 -2.0683,4.3625 -3.3370 6.3786h 2.7461 v -2.6940 ZM 455.3021,120.3415 ZM 457.1096,118.6904 c 0.6952,-0.0000 1.1471,0.6778 1.1471 1.7207c 0.0000,1.2166 -0.8690,1.7902 -1.9118 1.9814l -0.0869,-0.4345 c 0.9038,-0.2259 1.3209,-0.7474 1.3209 -1.1123c 0.0000,-0.3997 -0.2955,-0.4693 -0.6257 -0.5040c -0.3128,-0.0521 -0.7647,-0.1912 -0.7647 -0.7647c 0.0000,-0.4866 0.3824,-0.8864 0.9212 -0.8864ZM 459.1084,120.3415 ZM 460.1164,112.6420 c 0.0000,-0.9907 0.9559,-2.3463 2.7809 -2.3463c 1.3383,-0.0000 2.9025,0.5040 2.9025 2.5028c 0.0000,1.3209 -0.6778,1.9814 -1.6164 2.8851l -1.6511,1.5990 c -0.0869,0.0869 -1.2514,1.2340 -1.2514 2.0509h 2.9547 c 0.5909,-0.0000 0.9038,-0.2955 1.1471 -1.2514l 0.4345,0.0695 l -0.3476,2.1899 h -5.3705 c 0.0000,-0.9733 0.1564,-1.7207 1.7728 -3.3718l 1.2166,-1.1992 c 0.9733,-0.9907 1.3730,-1.8423 1.3730 -2.9025c 0.0000,-1.5816 -1.0776,-2.0335 -1.6685 -2.0335c -1.1992,-0.0000 -1.5295,0.6257 -1.5295 1.0428c 0.0000,0.1390 0.0348,0.2781 0.0695 0.3997c 0.0348,0.1217 0.0695,0.2433 0.0695 0.3824c 0.0000,0.4519 -0.3476,0.6257 -0.6257 0.6257c -0.3824,-0.0000 -0.6605,-0.2955 -0.6605 -0.6431Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 458.0786,129.2576 c 0.0000,-0.4823 -0.3910,-0.8734 -0.8734 -0.8734c -0.4823,-0.0000 -0.8734,0.3910 -0.8734 0.8734c -0.0000,0.4823 0.3910,0.8734 0.8734 0.8734c 0.4823,0.0000 0.8734,-0.3910 0.8734 -0.8734Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 447.6895,155.2760 ZM 452.1736,149.1060 c 0.0000,-0.1217 0.0174,-0.2607 0.1738 -0.3476c 0.1912,-0.1390 0.5040,-0.2955 0.7647 -0.2955c 0.2259,-0.0000 0.2433,0.1912 0.2433 0.5388v 2.7982 h 1.4078 l -0.1043,0.8169 h -1.3035 v 1.4426 c 0.0000,0.4866 0.0695,0.7300 0.5736 0.7300h 0.4693 c 0.1043,-0.0000 0.1217,0.0869 0.1217 0.1217v 0.3824 c 0.0000,-0.0000 -1.1123,-0.0348 -1.8423 -0.0348c -0.6605,-0.0000 -1.6859,0.0348 -1.6859 0.0348v -0.3824 c 0.0000,-0.0348 0.0174,-0.1217 0.1217 -0.1217h 0.4693 c 0.5388,-0.0000 0.5909,-0.2259 0.5909 -0.7300v -1.4426 h -3.4065 c -0.0695,-0.0000 -0.1043,-0.0348 -0.1564 -0.1043l -0.1390,-0.1912 l -0.2086,-0.3650 c -0.0174,-0.0000 -0.0174,-0.0174 -0.0174 -0.0348c 0.0000,-0.0174 0.0174,-0.0348 0.0348 -0.0521c 1.1297,-1.2514 3.1285,-5.1272 3.7542 -6.5524c 0.0174,-0.0695 0.0521,-0.0869 0.1217 -0.0869c 0.0174,-0.0000 0.3997,0.1564 0.6083 0.1912c -0.7821,2.1030 -2.0683,4.3625 -3.3370 6.3786h 2.7461 v -2.6940 ZM 455.3021,155.2760 ZM 457.1096,153.6249 c 0.6952,-0.0000 1.1471,0.6778 1.1471 1.7207c 0.0000,1.2166 -0.8690,1.7902 -1.9118 1.9814l -0.0869,-0.4345 c 0.9038,-0.2259 1.3209,-0.7474 1.3209 -1.1123c 0.0000,-0.3997 -0.2955,-0.4693 -0.6257 -0.5040c -0.3128,-0.0521 -0.7647,-0.1912 -0.7647 -0.7647c 0.0000,-0.4866 0.3824,-0.8864 0.9212 -0.8864ZM 459.1084,155.2760 ZM 462.3759,146.9856 c -0.3302,-0.0000 -1.0950,0.3128 -1.4773 0.4866l -0.2086,-0.5388 c 1.5295,-0.7126 2.1204,-1.0776 2.9894 -1.7033h 0.3302 v 8.7423 c 0.0000,0.6257 0.0869,0.7995 0.6605 0.7995h 0.9038 c 0.0521,-0.0000 0.1390,0.0348 0.1390 0.1390v 0.3824 l -2.3811,-0.0348 l -2.4159,0.0348 v -0.3824 c 0.0174,-0.0521 0.0348,-0.1390 0.1390 -0.1390h 1.0428 c 0.6605,-0.0000 0.6605,-0.2955 0.6605 -0.7995v -5.9788 c 0.0000,-0.5909 0.0000,-1.0081 -0.3824 -1.0081Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 458.0786,164.1921 c 0.0000,-0.4823 -0.3910,-0.8734 -0.8734 -0.8734c -0.4823,-0.0000 -0.8734,0.3910 -0.8734 0.8734c -0.0000,0.4823 0.3910,0.8734 0.8734 0.8734c 0.4823,0.0000 0.8734,-0.3910 0.8734 -0.8734Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 447.6895,190.2105 ZM 452.1736,184.0405 c 0.0000,-0.1217 0.0174,-0.2607 0.1738 -0.3476c 0.1912,-0.1390 0.5040,-0.2955 0.7647 -0.2955c 0.2259,-0.0000 0.2433,0.1912 0.2433 0.5388v 2.7982 h 1.4078 l -0.1043,0.8169 h -1.3035 v 1.4426 c 0.0000,0.4866 0.0695,0.7300 0.5736 0.7300h 0.4693 c 0.1043,-0.0000 0.1217,0.0869 0.1217 0.1217v 0.3824 c 0.0000,-0.0000 -1.1123,-0.0348 -1.8423 -0.0348c -0.6605,-0.0000 -1.6859,0.0348 -1.6859 0.0348v -0.3824 c 0.0000,-0.0348 0.0174,-0.1217 0.1217 -0.1217h 0.4693 c 0.5388,-0.0000 0.5909,-0.2259 0.5909 -0.7300v -1.4426 h -3.4065 c -0.0695,-0.0000 -0.1043,-0.0348 -0.1564 -0.1043l -0.1390,-0.1912 l -0.2086,-0.3650 c -0.0174,-0.0000 -0.0174,-0.0174 -0.0174 -0.0348c 0.0000,-0.0174 0.0174,-0.0348 0.0348 -0.0521c 1.1297,-1.2514 3.1285,-5.1272 3.7542 -6.5524c 0.0174,-0.0695 0.0521,-0.0869 0.1217 -0.0869c 0.0174,-0.0000 0.3997,0.1564 0.6083 0.1912c -0.7821,2.1030 -2.0683,4.3625 -3.3370 6.3786h 2.7461 v -2.6940 ZM 455.3021,190.2105 ZM 457.1096,188.5594 c 0.6952,-0.0000 1.1471,0.6778 1.1471 1.7207c 0.0000,1.2166 -0.8690,1.7902 -1.9118 1.9814l -0.0869,-0.4345 c 0.9038,-0.2259 1.3209,-0.7474 1.3209 -1.1123c 0.0000,-0.3997 -0.2955,-0.4693 -0.6257 -0.5040c -0.3128,-0.0521 -0.7647,-0.1912 -0.7647 -0.7647c 0.0000,-0.4866 0.3824,-0.8864 0.9212 -0.8864ZM 459.1084,190.2105 ZM 462.9147,180.7730 c -0.7474,-0.0000 -1.8423,0.7300 -1.8423 4.7796c 0.0000,1.4252 0.2607,4.2929 1.7902 4.2929c 0.2955,-0.0000 1.1297,-0.1912 1.4947 -1.5469c 0.2259,-0.8343 0.3476,-1.8771 0.3476 -3.3892c 0.0000,-2.2073 -0.5562,-3.4413 -1.0602 -3.8758c -0.1912,-0.1738 -0.4519,-0.2607 -0.7300 -0.2607ZM 462.9147,180.7730 ZM 462.8452,190.4191 c -1.8597,-0.0000 -3.1111,-2.3811 -3.1111 -5.0403c 0.0000,-3.2501 1.5469,-5.2141 3.1806 -5.2141c 0.7474,-0.0000 1.4947,0.4693 1.9987 1.1471c 0.7300,0.9733 1.1123,2.2768 1.1123 3.9106c 0.0000,3.8584 -1.9118,5.1967 -3.1806 5.1967Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 458.0786,199.1266 c 0.0000,-0.4823 -0.3910,-0.8734 -0.8734 -0.8734c -0.4823,-0.0000 -0.8734,0.3910 -0.8734 0.8734c -0.0000,0.4823 0.3910,0.8734 0.8734 0.8734c 0.4823,0.0000 0.8734,-0.3910 0.8734 -0.8734Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 342.8860,15.5380 ZM 346.6402,6.0310 c -0.4345,-0.0000 -1.7033,0.2433 -1.7033 1.3035c 0.0000,0.3128 -0.1217,0.8516 -0.5909 0.8516c -0.4519,-0.0000 -0.4866,-0.5040 -0.4866 -0.5562c 0.0000,-0.5388 0.7126,-2.1378 3.1285 -2.1378c 1.6859,-0.0000 2.1899,1.0602 2.1899 1.7554c 0.0000,0.4345 -0.1390,1.3035 -1.7033 2.2942c 0.9733,0.1564 2.2594,0.8690 2.2594 2.6766c 0.0000,2.2942 -1.7380,3.5282 -3.7020 3.5282c -0.9907,-0.0000 -2.3811,-0.4345 -2.3811 -1.0950c 0.0000,-0.2607 0.2607,-0.5562 0.6083 -0.5562c 0.3302,-0.0000 0.4866,0.1738 0.6431 0.3997c 0.1912,0.2955 0.5040,0.7126 1.3383 0.7126c 0.5736,-0.0000 2.2073,-0.5736 2.2073 -2.7635c 0.0000,-1.8597 -1.3035,-2.1552 -2.2421 -2.1552c -0.1564,-0.0000 -0.3476,0.0348 -0.5388 0.0695l -0.0695,-0.5214 c 1.3383,-0.2259 2.4506,-1.5295 2.4506 -2.3290c 0.0000,-0.9907 -0.6952,-1.4773 -1.4078 -1.4773ZM 350.4986,15.5380 ZM 352.3062,13.8869 c 0.6952,-0.0000 1.1471,0.6778 1.1471 1.7207c 0.0000,1.2166 -0.8690,1.7902 -1.9118 1.9814l -0.0869,-0.4345 c 0.9038,-0.2259 1.3209,-0.7474 1.3209 -1.1123c 0.0000,-0.3997 -0.2955,-0.4693 -0.6257 -0.5040c -0.3128,-0.0521 -0.7647,-0.1912 -0.7647 -0.7647c 0.0000,-0.4866 0.3824,-0.8864 0.9212 -0.8864ZM 354.3049,15.5380 ZM 359.6754,12.6008 c 0.0000,-1.7902 -0.9733,-2.6766 -2.0509 -2.6766c -0.7995,-0.0000 -1.4078,0.1217 -2.0856 0.3997l 0.5562,-4.7448 c 0.5736,0.0521 1.1645,0.0695 1.7728 0.0695c 0.8690,-0.0000 1.7728,-0.0521 2.7113 -0.1564l 0.1043,0.0521 l -0.2607,1.1297 c -0.6778,0.0695 -1.2340,0.0869 -1.7207 0.0869c -0.7821,-0.0000 -1.3730,-0.0695 -1.9814 -0.1390l -0.3302,2.7461 c 0.3650,-0.1390 0.9907,-0.2607 1.6685 -0.2607c 1.8423,-0.0000 2.8678,1.5990 2.8678 3.1980c 0.0000,1.9466 -1.3557,3.4413 -3.3196 3.4413c -0.9907,-0.0000 -2.4332,-0.5562 -2.4332 -1.2340c 0.0000,-0.3302 0.2781,-0.5562 0.5909 -0.5562c 0.3476,-0.0000 0.5736,0.2607 0.7821 0.5388c 0.2607,0.3128 0.5388,0.6605 1.0950 0.6605c 1.1123,-0.0000 2.0335,-1.0428 2.0335 -2.5549Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 353.2751,24.4541 c 0.0000,-0.4823 -0.3910,-0.8734 -0.8734 -0.8734c -0.4823,-0.0000 -0.8734,0.3910 -0.8734 0.8734c -0.0000,0.4823 0.3910,0.8734 0.8734 0.8734c 0.4823,0.0000 0.8734,-0.3910 0.8734 -0.8734Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 342.8860,50.4725 ZM 346.6402,40.9655 c -0.4345,-0.0000 -1.7033,0.2433 -1.7033 1.3035c 0.0000,0.3128 -0.1217,0.8516 -0.5909 0.8516c -0.4519,-0.0000 -0.4866,-0.5040 -0.4866 -0.5562c 0.0000,-0.5388 0.7126,-2.1378 3.1285 -2.1378c 1.6859,-0.0000 2.1899,1.0602 2.1899 1.7554c 0.0000,0.4345 -0.1390,1.3035 -1.7033 2.2942c 0.9733,0.1564 2.2594,0.8690 2.2594 2.6766c 0.0000,2.2942 -1.7380,3.5282 -3.7020 3.5282c -0.9907,-0.0000 -2.3811,-0.4345 -2.3811 -1.0950c 0.0000,-0.2607 0.2607,-0.5562 0.6083 -0.5562c 0.3302,-0.0000 0.4866,0.1738 0.6431 0.3997c 0.1912,0.2955 0.5040,0.7126 1.3383 0.7126c 0.5736,-0.0000 2.2073,-0.5736 2.2073 -2.7635c 0.0000,-1.8597 -1.3035,-2.1552 -2.2421 -2.1552c -0.1564,-0.0000 -0.3476,0.0348 -0.5388 0.0695l -0.0695,-0.5214 c 1.3383,-0.2259 2.4506,-1.5295 2.4506 -2.3290c 0.0000,-0.9907 -0.6952,-1.4773 -1.4078 -1.4773ZM 350.4986,50.4725 ZM 352.3062,48.8214 c 0.6952,-0.0000 1.1471,0.6778 1.1471 1.7207c 0.0000,1.2166 -0.8690,1.7902 -1.9118 1.9814l -0.0869,-0.4345 c 0.9038,-0.2259 1.3209,-0.7474 1.3209 -1.1123c 0.0000,-0.3997 -0.2955,-0.4693 -0.6257 -0.5040c -0.3128,-0.0521 -0.7647,-0.1912 -0.7647 -0.7647c 0.0000,-0.4866 0.3824,-0.8864 0.9212 -0.8864ZM 354.3049,50.4725 ZM 358.7890,44.3025 c 0.0000,-0.1217 0.0174,-0.2607 0.1738 -0.3476c 0.1912,-0.1390 0.5040,-0.2955 0.7647 -0.2955c 0.2259,-0.0000 0.2433,0.1912 0.2433 0.5388v 2.7982 h 1.4078 l -0.1043,0.8169 h -1.3035 v 1.4426 c 0.0000,0.4866 0.0695,0.7300 0.5736 0.7300h 0.4693 c 0.1043,-0.0000 0.1217,0.0869 0.1217 0.1217v 0.3824 c 0.0000,-0.0000 -1.1123,-0.0348 -1.8423 -0.0348c -0.6605,-0.0000 -1.6859,0.0348 -1.6859 0.0348v -0.3824 c 0.0000,-0.0348 0.0174,-0.1217 0.1217 -0.1217h 0.4693 c 0.5388,-0.0000 0.5909,-0.2259 0.5909 -0.7300v -1.4426 h -3.4065 c -0.0695,-0.0000 -0.1043,-0.0348 -0.1564 -0.1043l -0.1390,-0.1912 l -0.2086,-0.3650 c -0.0174,-0.0000 -0.0174,-0.0174 -0.0174 -0.0348c 0.0000,-0.0174 0.0174,-0.0348 0.0348 -0.0521c 1.1297,-1.2514 3.1285,-5.1272 3.7542 -6.5524c 0.0174,-0.0695 0.0521,-0.0869 0.1217 -0.0869c 0.0174,-0.0000 0.3997,0.1564 0.6083 0.1912c -0.7821,2.1030 -2.0683,4.3625 -3.3370 6.3786h 2.7461 v -2.6940 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 353.2751,59.3886 c 0.0000,-0.4823 -0.3910,-0.8734 -0.8734 -0.8734c -0.4823,-0.0000 -0.8734,0.3910 -0.8734 0.8734c -0.0000,0.4823 0.3910,0.8734 0.8734 0.8734c 0.4823,0.0000 0.8734,-0.3910 0.8734 -0.8734Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 342.8860,85.4070 ZM 346.6402,75.9000 c -0.4345,-0.0000 -1.7033,0.2433 -1.7033 1.3035c 0.0000,0.3128 -0.1217,0.8516 -0.5909 0.8516c -0.4519,-0.0000 -0.4866,-0.5040 -0.4866 -0.5562c 0.0000,-0.5388 0.7126,-2.1378 3.1285 -2.1378c 1.6859,-0.0000 2.1899,1.0602 2.1899 1.7554c 0.0000,0.4345 -0.1390,1.3035 -1.7033 2.2942c 0.9733,0.1564 2.2594,0.8690 2.2594 2.6766c 0.0000,2.2942 -1.7380,3.5282 -3.7020 3.5282c -0.9907,-0.0000 -2.3811,-0.4345 -2.3811 -1.0950c 0.0000,-0.2607 0.2607,-0.5562 0.6083 -0.5562c 0.3302,-0.0000 0.4866,0.1738 0.6431 0.3997c 0.1912,0.2955 0.5040,0.7126 1.3383 0.7126c 0.5736,-0.0000 2.2073,-0.5736 2.2073 -2.7635c 0.0000,-1.8597 -1.3035,-2.1552 -2.2421 -2.1552c -0.1564,-0.0000 -0.3476,0.0348 -0.5388 0.0695l -0.0695,-0.5214 c 1.3383,-0.2259 2.4506,-1.5295 2.4506 -2.3290c 0.0000,-0.9907 -0.6952,-1.4773 -1.4078 -1.4773ZM 350.4986,85.4070 ZM 352.3062,83.7559 c 0.6952,-0.0000 1.1471,0.6778 1.1471 1.7207c 0.0000,1.2166 -0.8690,1.7902 -1.9118 1.9814l -0.0869,-0.4345 c 0.9038,-0.2259 1.3209,-0.7474 1.3209 -1.1123c 0.0000,-0.3997 -0.2955,-0.4693 -0.6257 -0.5040c -0.3128,-0.0521 -0.7647,-0.1912 -0.7647 -0.7647c 0.0000,-0.4866 0.3824,-0.8864 0.9212 -0.8864ZM 354.3049,85.4070 ZM 358.0590,75.9000 c -0.4345,-0.0000 -1.7033,0.2433 -1.7033 1.3035c 0.0000,0.3128 -0.1217,0.8516 -0.5909 0.8516c -0.4519,-0.0000 -0.4866,-0.5040 -0.4866 -0.5562c 0.0000,-0.5388 0.7126,-2.1378 3.1285 -2.1378c 1.6859,-0.0000 2.1899,1.0602 2.1899 1.7554c 0.0000,0.4345 -0.1390,1.3035 -1.7033 2.2942c 0.9733,0.1564 2.2594,0.8690 2.2594 2.6766c 0.0000,2.2942 -1.7380,3.5282 -3.7020 3.5282c -0.9907,-0.0000 -2.3811,-0.4345 -2.3811 -1.0950c 0.0000,-0.2607 0.2607,-0.5562 0.6083 -0.5562c 0.3302,-0.0000 0.4866,0.1738 0.6431 0.3997c 0.1912,0.2955 0.5040,0.7126 1.3383 0.7126c 0.5736,-0.0000 2.2073,-0.5736 2.2073 -2.7635c 0.0000,-1.8597 -1.3035,-2.1552 -2.2421 -2.1552c -0.1564,-0.0000 -0.3476,0.0348 -0.5388 0.0695l -0.0695,-0.5214 c 1.3383,-0.2259 2.4506,-1.5295 2.4506 -2.3290c 0.0000,-0.9907 -0.6952,-1.4773 -1.4078 -1.4773Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 353.2751,94.3231 c 0.0000,-0.4823 -0.3910,-0.8734 -0.8734 -0.8734c -0.4823,-0.0000 -0.8734,0.3910 -0.8734 0.8734c -0.0000,0.4823 0.3910,0.8734 0.8734 0.8734c 0.4823,0.0000 0.8734,-0.3910 0.8734 -0.8734Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 342.8860,120.3415 ZM 346.6402,110.8345 c -0.4345,-0.0000 -1.7033,0.2433 -1.7033 1.3035c 0.0000,0.3128 -0.1217,0.8516 -0.5909 0.8516c -0.4519,-0.0000 -0.4866,-0.5040 -0.4866 -0.5562c 0.0000,-0.5388 0.7126,-2.1378 3.1285 -2.1378c 1.6859,-0.0000 2.1899,1.0602 2.1899 1.7554c 0.0000,0.4345 -0.1390,1.3035 -1.7033 2.2942c 0.9733,0.1564 2.2594,0.8690 2.2594 2.6766c 0.0000,2.2942 -1.7380,3.5282 -3.7020 3.5282c -0.9907,-0.0000 -2.3811,-0.4345 -2.3811 -1.0950c 0.0000,-0.2607 0.2607,-0.5562 0.6083 -0.5562c 0.3302,-0.0000 0.4866,0.1738 0.6431 0.3997c 0.1912,0.2955 0.5040,0.7126 1.3383 0.7126c 0.5736,-0.0000 2.2073,-0.5736 2.2073 -2.7635c 0.0000,-1.8597 -1.3035,-2.1552 -2.2421 -2.1552c -0.1564,-0.0000 -0.3476,0.0348 -0.5388 0.0695l -0.0695,-0.5214 c 1.3383,-0.2259 2.4506,-1.5295 2.4506 -2.3290c 0.0000,-0.9907 -0.6952,-1.4773 -1.4078 -1.4773ZM 350.4986,120.3415 ZM 352.3062,118.6904 c 0.6952,-0.0000 1.1471,0.6778 1.1471 1.7207c 0.0000,1.2166 -0.8690,1.7902 -1.9118 1.9814l -0.0869,-0.4345 c 0.9038,-0.2259 1.3209,-0.7474 1.3209 -1.1123c 0.0000,-0.3997 -0.2955,-0.4693 -0.6257 -0.5040c -0.3128,-0.0521 -0.7647,-0.1912 -0.7647 -0.7647c 0.0000,-0.4866 0.3824,-0.8864 0.9212 -0.8864ZM 354.3049,120.3415 ZM 355.3130,112.6420 c 0.0000,-0.9907 0.9559,-2.3463 2.7809 -2.3463c 1.3383,-0.0000 2.9025,0.5040 2.9025 2.5028c 0.0000,1.3209 -0.6778,1.9814 -1.6164 2.8851l -1.6511,1.5990 c -0.0869,0.0869 -1.2514,1.2340 -1.2514 2.0509h 2.9547 c 0.5909,-0.0000 0.9038,-0.2955 1.1471 -1.2514l 0.4345,0.0695 l -0.3476,2.1899 h -5.3705 c 0.0000,-0.9733 0.1564,-1.7207 1.7728 -3.3718l 1.2166,-1.1992 c 0.9733,-0.9907 1.3730,-1.8423 1.3730 -2.9025c 0.0000,-1.5816 -1.0776,-2.0335 -1.6685 -2.0335c -1.1992,-0.0000 -1.5295,0.6257 -1.5295 1.0428c 0.0000,0.1390 0.0348,0.2781 0.0695 0.3997c 0.0348,0.1217 0.0695,0.2433 0.0695 0.3824c 0.0000,0.4519 -0.3476,0.6257 -0.6257 0.6257c -0.3824,-0.0000 -0.6605,-0.2955 -0.6605 -0.6431Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 353.2751,129.2576 c 0.0000,-0.4823 -0.3910,-0.8734 -0.8734 -0.8734c -0.4823,-0.0000 -0.8734,0.3910 -0.8734 0.8734c -0.0000,0.4823 0.3910,0.8734 0.8734 0.8734c 0.4823,0.0000 0.8734,-0.3910 0.8734 -0.8734Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 342.8860,155.2760 ZM 346.6402,145.7690 c -0.4345,-0.0000 -1.7033,0.2433 -1.7033 1.3035c 0.0000,0.3128 -0.1217,0.8516 -0.5909 0.8516c -0.4519,-0.0000 -0.4866,-0.5040 -0.4866 -0.5562c 0.0000,-0.5388 0.7126,-2.1378 3.1285 -2.1378c 1.6859,-0.0000 2.1899,1.0602 2.1899 1.7554c 0.0000,0.4345 -0.1390,1.3035 -1.7033 2.2942c 0.9733,0.1564 2.2594,0.8690 2.2594 2.6766c 0.0000,2.2942 -1.7380,3.5282 -3.7020 3.5282c -0.9907,-0.0000 -2.3811,-0.4345 -2.3811 -1.0950c 0.0000,-0.2607 0.2607,-0.5562 0.6083 -0.5562c 0.3302,-0.0000 0.4866,0.1738 0.6431 0.3997c 0.1912,0.2955 0.5040,0.7126 1.3383 0.7126c 0.5736,-0.0000 2.2073,-0.5736 2.2073 -2.7635c 0.0000,-1.8597 -1.3035,-2.1552 -2.2421 -2.1552c -0.1564,-0.0000 -0.3476,0.0348 -0.5388 0.0695l -0.0695,-0.5214 c 1.3383,-0.2259 2.4506,-1.5295 2.4506 -2.3290c 0.0000,-0.9907 -0.6952,-1.4773 -1.4078 -1.4773ZM 350.4986,155.2760 ZM 352.3062,153.6249 c 0.6952,-0.0000 1.1471,0.6778 1.1471 1.7207c 0.0000,1.2166 -0.8690,1.7902 -1.9118 1.9814l -0.0869,-0.4345 c 0.9038,-0.2259 1.3209,-0.7474 1.3209 -1.1123c 0.0000,-0.3997 -0.2955,-0.4693 -0.6257 -0.5040c -0.3128,-0.0521 -0.7647,-0.1912 -0.7647 -0.7647c 0.0000,-0.4866 0.3824,-0.8864 0.9212 -0.8864ZM 354.3049,155.2760 ZM 357.5724,146.9856 c -0.3302,-0.0000 -1.0950,0.3128 -1.4773 0.4866l -0.2086,-0.5388 c 1.5295,-0.7126 2.1204,-1.0776 2.9894 -1.7033h 0.3302 v 8.7423 c 0.0000,0.6257 0.0869,0.7995 0.6605 0.7995h 0.9038 c 0.0521,-0.0000 0.1390,0.0348 0.1390 0.1390v 0.3824 l -2.3811,-0.0348 l -2.4159,0.0348 v -0.3824 c 0.0174,-0.0521 0.0348,-0.1390 0.1390 -0.1390h 1.0428 c 0.6605,-0.0000 0.6605,-0.2955 0.6605 -0.7995v -5.9788 c 0.0000,-0.5909 0.0000,-1.0081 -0.3824 -1.0081Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 353.2751,164.1921 c 0.0000,-0.4823 -0.3910,-0.8734 -0.8734 -0.8734c -0.4823,-0.0000 -0.8734,0.3910 -0.8734 0.8734c -0.0000,0.4823 0.3910,0.8734 0.8734 0.8734c 0.4823,0.0000 0.8734,-0.3910 0.8734 -0.8734Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 342.8860,190.2105 ZM 346.6402,180.7035 c -0.4345,-0.0000 -1.7033,0.2433 -1.7033 1.3035c 0.0000,0.3128 -0.1217,0.8516 -0.5909 0.8516c -0.4519,-0.0000 -0.4866,-0.5040 -0.4866 -0.5562c 0.0000,-0.5388 0.7126,-2.1378 3.1285 -2.1378c 1.6859,-0.0000 2.1899,1.0602 2.1899 1.7554c 0.0000,0.4345 -0.1390,1.3035 -1.7033 2.2942c 0.9733,0.1564 2.2594,0.8690 2.2594 2.6766c 0.0000,2.2942 -1.7380,3.5282 -3.7020 3.5282c -0.9907,-0.0000 -2.3811,-0.4345 -2.3811 -1.0950c 0.0000,-0.2607 0.2607,-0.5562 0.6083 -0.5562c 0.3302,-0.0000 0.4866,0.1738 0.6431 0.3997c 0.1912,0.2955 0.5040,0.7126 1.3383 0.7126c 0.5736,-0.0000 2.2073,-0.5736 2.2073 -2.7635c 0.0000,-1.8597 -1.3035,-2.1552 -2.2421 -2.1552c -0.1564,-0.0000 -0.3476,0.0348 -0.5388 0.0695l -0.0695,-0.5214 c 1.3383,-0.2259 2.4506,-1.5295 2.4506 -2.3290c 0.0000,-0.9907 -0.6952,-1.4773 -1.4078 -1.4773ZM 350.4986,190.2105 ZM 352.3062,188.5594 c 0.6952,-0.0000 1.1471,0.6778 1.1471 1.7207c 0.0000,1.2166 -0.8690,1.7902 -1.9118 1.9814l -0.0869,-0.4345 c 0.9038,-0.2259 1.3209,-0.7474 1.3209 -1.1123c 0.0000,-0.3997 -0.2955,-0.4693 -0.6257 -0.5040c -0.3128,-0.0521 -0.7647,-0.1912 -0.7647 -0.7647c 0.0000,-0.4866 0.3824,-0.8864 0.9212 -0.8864ZM 354.3049,190.2105 ZM 358.1112,180.7730 c -0.7474,-0.0000 -1.8423,0.7300 -1.8423 4.7796c 0.0000,1.4252 0.2607,4.2929 1.7902 4.2929c 0.2955,-0.0000 1.1297,-0.1912 1.4947 -1.5469c 0.2259,-0.8343 0.3476,-1.8771 0.3476 -3.3892c 0.0000,-2.2073 -0.5562,-3.4413 -1.0602 -3.8758c -0.1912,-0.1738 -0.4519,-0.2607 -0.7300 -0.2607ZM 358.1112,180.7730 ZM 358.0417,190.4191 c -1.8597,-0.0000 -3.1111,-2.3811 -3.1111 -5.0403c 0.0000,-3.2501 1.5469,-5.2141 3.1806 -5.2141c 0.7474,-0.0000 1.4947,0.4693 1.9987 1.1471c 0.7300,0.9733 1.1123,2.2768 1.1123 3.9106c 0.0000,3.8584 -1.9118,5.1967 -3.1806 5.1967Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 353.2751,199.1266 c 0.0000,-0.4823 -0.3910,-0.8734 -0.8734 -0.8734c -0.4823,-0.0000 -0.8734,0.3910 -0.8734 0.8734c -0.0000,0.4823 0.3910,0.8734 0.8734 0.8734c 0.4823,0.0000 0.8734,-0.3910 0.8734 -0.8734Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 238.0825,15.5380 ZM 239.0906,7.8385 c 0.0000,-0.9907 0.9559,-2.3463 2.7809 -2.3463c 1.3383,-0.0000 2.9025,0.5040 2.9025 2.5028c 0.0000,1.3209 -0.6778,1.9814 -1.6164 2.8851l -1.6511,1.5990 c -0.0869,0.0869 -1.2514,1.2340 -1.2514 2.0509h 2.9547 c 0.5909,-0.0000 0.9038,-0.2955 1.1471 -1.2514l 0.4345,0.0695 l -0.3476,2.1899 h -5.3705 c 0.0000,-0.9733 0.1564,-1.7207 1.7728 -3.3718l 1.2166,-1.1992 c 0.9733,-0.9907 1.3730,-1.8423 1.3730 -2.9025c 0.0000,-1.5816 -1.0776,-2.0335 -1.6685 -2.0335c -1.1992,-0.0000 -1.5295,0.6257 -1.5295 1.0428c 0.0000,0.1390 0.0348,0.2781 0.0695 0.3997c 0.0348,0.1217 0.0695,0.2433 0.0695 0.3824c 0.0000,0.4519 -0.3476,0.6257 -0.6257 0.6257c -0.3824,-0.0000 -0.6605,-0.2955 -0.6605 -0.6431ZM 245.6951,15.5380 ZM 247.5027,13.8869 c 0.6952,-0.0000 1.1471,0.6778 1.1471 1.7207c 0.0000,1.2166 -0.8690,1.7902 -1.9118 1.9814l -0.0869,-0.4345 c 0.9038,-0.2259 1.3209,-0.7474 1.3209 -1.1123c 0.0000,-0.3997 -0.2955,-0.4693 -0.6257 -0.5040c -0.3128,-0.0521 -0.7647,-0.1912 -0.7647 -0.7647c 0.0000,-0.4866 0.3824,-0.8864 0.9212 -0.8864ZM 249.5014,15.5380 ZM 254.8719,12.6008 c 0.0000,-1.7902 -0.9733,-2.6766 -2.0509 -2.6766c -0.7995,-0.0000 -1.4078,0.1217 -2.0856 0.3997l 0.5562,-4.7448 c 0.5736,0.0521 1.1645,0.0695 1.7728 0.0695c 0.8690,-0.0000 1.7728,-0.0521 2.7113 -0.1564l 0.1043,0.0521 l -0.2607,1.1297 c -0.6778,0.0695 -1.2340,0.0869 -1.7207 0.0869c -0.7821,-0.0000 -1.3730,-0.0695 -1.9814 -0.1390l -0.3302,2.7461 c 0.3650,-0.1390 0.9907,-0.2607 1.6685 -0.2607c 1.8423,-0.0000 2.8678,1.5990 2.8678 3.1980c 0.0000,1.9466 -1.3557,3.4413 -3.3196 3.4413c -0.9907,-0.0000 -2.4332,-0.5562 -2.4332 -1.2340c 0.0000,-0.3302 0.2781,-0.5562 0.5909 -0.5562c 0.3476,-0.0000 0.5736,0.2607 0.7821 0.5388c 0.2607,0.3128 0.5388,0.6605 1.0950 0.6605c 1.1123,-0.0000 2.0335,-1.0428 2.0335 -2.5549Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 248.4716,24.4541 c 0.0000,-0.4823 -0.3910,-0.8734 -0.8734 -0.8734c -0.4823,-0.0000 -0.8734,0.3910 -0.8734 0.8734c -0.0000,0.4823 0.3910,0.8734 0.8734 0.8734c 0.4823,0.0000 0.8734,-0.3910 0.8734 -0.8734Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 238.0825,50.4725 ZM 239.0906,42.7730 c 0.0000,-0.9907 0.9559,-2.3463 2.7809 -2.3463c 1.3383,-0.0000 2.9025,0.5040 2.9025 2.5028c 0.0000,1.3209 -0.6778,1.9814 -1.6164 2.8851l -1.6511,1.5990 c -0.0869,0.0869 -1.2514,1.2340 -1.2514 2.0509h 2.9547 c 0.5909,-0.0000 0.9038,-0.2955 1.1471 -1.2514l 0.4345,0.0695 l -0.3476,2.1899 h -5.3705 c 0.0000,-0.9733 0.1564,-1.7207 1.7728 -3.3718l 1.2166,-1.1992 c 0.9733,-0.9907 1.3730,-1.8423 1.3730 -2.9025c 0.0000,-1.5816 -1.0776,-2.0335 -1.6685 -2.0335c -1.1992,-0.0000 -1.5295,0.6257 -1.5295 1.0428c 0.0000,0.1390 0.0348,0.2781 0.0695 0.3997c 0.0348,0.1217 0.0695,0.2433 0.0695 0.3824c 0.0000,0.4519 -0.3476,0.6257 -0.6257 0.6257c -0.3824,-0.0000 -0.6605,-0.2955 -0.6605 -0.6431ZM 245.6951,50.4725 ZM 247.5027,48.8214 c 0.6952,-0.0000 1.1471,0.6778 1.1471 1.7207c 0.0000,1.2166 -0.8690,1.7902 -1.9118 1.9814l -0.0869,-0.4345 c 0.9038,-0.2259 1.3209,-0.7474 1.3209 -1.1123c 0.0000,-0.3997 -0.2955,-0.4693 -0.6257 -0.5040c -0.3128,-0.0521 -0.7647,-0.1912 -0.7647 -0.7647c 0.0000,-0.4866 0.3824,-0.8864 0.9212 -0.8864ZM 249.5014,50.4725 ZM 253.9855,44.3025 c 0.0000,-0.1217 0.0174,-0.2607 0.1738 -0.3476c 0.1912,-0.1390 0.5040,-0.2955 0.7647 -0.2955c 0.2259,-0.0000 0.2433,0.1912 0.2433 0.5388v 2.7982 h 1.4078 l -0.1043,0.8169 h -1.3035 v 1.4426 c 0.0000,0.4866 0.0695,0.7300 0.5736 0.7300h 0.4693 c 0.1043,-0.0000 0.1217,0.0869 0.1217 0.1217v 0.3824 c 0.0000,-0.0000 -1.1123,-0.0348 -1.8423 -0.0348c -0.6605,-0.0000 -1.6859,0.0348 -1.6859 0.0348v -0.3824 c 0.0000,-0.0348 0.0174,-0.1217 0.1217 -0.1217h 0.4693 c 0.5388,-0.0000 0.5909,-0.2259 0.5909 -0.7300v -1.4426 h -3.4065 c -0.0695,-0.0000 -0.1043,-0.0348 -0.1564 -0.1043l -0.1390,-0.1912 l -0.2086,-0.3650 c -0.0174,-0.0000 -0.0174,-0.0174 -0.0174 -0.0348c 0.0000,-0.0174 0.0174,-0.0348 0.0348 -0.0521c 1.1297,-1.2514 3.1285,-5.1272 3.7542 -6.5524c 0.0174,-0.0695 0.0521,-0.0869 0.1217 -0.0869c 0.0174,-0.0000 0.3997,0.1564 0.6083 0.1912c -0.7821,2.1030 -2.0683,4.3625 -3.3370 6.3786h 2.7461 v -2.6940 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 248.4716,59.3886 c 0.0000,-0.4823 -0.3910,-0.8734 -0.8734 -0.8734c -0.4823,-0.0000 -0.8734,0.3910 -0.8734 0.8734c -0.0000,0.4823 0.3910,0.8734 0.8734 0.8734c 0.4823,0.0000 0.8734,-0.3910 0.8734 -0.8734Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 238.0825,85.4070 ZM 239.0906,77.7075 c 0.0000,-0.9907 0.9559,-2.3463 2.7809 -2.3463c 1.3383,-0.0000 2.9025,0.5040 2.9025 2.5028c 0.0000,1.3209 -0.6778,1.9814 -1.6164 2.8851l -1.6511,1.5990 c -0.0869,0.0869 -1.2514,1.2340 -1.2514 2.0509h 2.9547 c 0.5909,-0.0000 0.9038,-0.2955 1.1471 -1.2514l 0.4345,0.0695 l -0.3476,2.1899 h -5.3705 c 0.0000,-0.9733 0.1564,-1.7207 1.7728 -3.3718l 1.2166,-1.1992 c 0.9733,-0.9907 1.3730,-1.8423 1.3730 -2.9025c 0.0000,-1.5816 -1.0776,-2.0335 -1.6685 -2.0335c -1.1992,-0.0000 -1.5295,0.6257 -1.5295 1.0428c 0.0000,0.1390 0.0348,0.2781 0.0695 0.3997c 0.0348,0.1217 0.0695,0.2433 0.0695 0.3824c 0.0000,0.4519 -0.3476,0.6257 -0.6257 0.6257c -0.3824,-0.0000 -0.6605,-0.2955 -0.6605 -0.6431ZM 245.6951,85.4070 ZM 247.5027,83.7559 c 0.6952,-0.0000 1.1471,0.6778 1.1471 1.7207c 0.0000,1.2166 -0.8690,1.7902 -1.9118 1.9814l -0.0869,-0.4345 c 0.9038,-0.2259 1.3209,-0.7474 1.3209 -1.1123c 0.0000,-0.3997 -0.2955,-0.4693 -0.6257 -0.5040c -0.3128,-0.0521 -0.7647,-0.1912 -0.7647 -0.7647c 0.0000,-0.4866 0.3824,-0.8864 0.9212 -0.8864ZM 249.5014,85.4070 ZM 253.2556,75.9000 c -0.4345,-0.0000 -1.7033,0.2433 -1.7033 1.3035c 0.0000,0.3128 -0.1217,0.8516 -0.5909 0.8516c -0.4519,-0.0000 -0.4866,-0.5040 -0.4866 -0.5562c 0.0000,-0.5388 0.7126,-2.1378 3.1285 -2.1378c 1.6859,-0.0000 2.1899,1.0602 2.1899 1.7554c 0.0000,0.4345 -0.1390,1.3035 -1.7033 2.2942c 0.9733,0.1564 2.2594,0.8690 2.2594 2.6766c 0.0000,2.2942 -1.7380,3.5282 -3.7020 3.5282c -0.9907,-0.0000 -2.3811,-0.4345 -2.3811 -1.0950c 0.0000,-0.2607 0.2607,-0.5562 0.6083 -0.5562c 0.3302,-0.0000 0.4866,0.1738 0.6431 0.3997c 0.1912,0.2955 0.5040,0.7126 1.3383 0.7126c 0.5736,-0.0000 2.2073,-0.5736 2.2073 -2.7635c 0.0000,-1.8597 -1.3035,-2.1552 -2.2421 -2.1552c -0.1564,-0.0000 -0.3476,0.0348 -0.5388 0.0695l -0.0695,-0.5214 c 1.3383,-0.2259 2.4506,-1.5295 2.4506 -2.3290c 0.0000,-0.9907 -0.6952,-1.4773 -1.4078 -1.4773Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 248.4716,94.3231 c 0.0000,-0.4823 -0.3910,-0.8734 -0.8734 -0.8734c -0.4823,-0.0000 -0.8734,0.3910 -0.8734 0.8734c -0.0000,0.4823 0.3910,0.8734 0.8734 0.8734c 0.4823,0.0000 0.8734,-0.3910 0.8734 -0.8734Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 238.0825,120.3415 ZM 239.0906,112.6420 c 0.0000,-0.9907 0.9559,-2.3463 2.7809 -2.3463c 1.3383,-0.0000 2.9025,0.5040 2.9025 2.5028c 0.0000,1.3209 -0.6778,1.9814 -1.6164 2.8851l -1.6511,1.5990 c -0.0869,0.0869 -1.2514,1.2340 -1.2514 2.0509h 2.9547 c 0.5909,-0.0000 0.9038,-0.2955 1.1471 -1.2514l 0.4345,0.0695 l -0.3476,2.1899 h -5.3705 c 0.0000,-0.9733 0.1564,-1.7207 1.7728 -3.3718l 1.2166,-1.1992 c 0.9733,-0.9907 1.3730,-1.8423 1.3730 -2.9025c 0.0000,-1.5816 -1.0776,-2.0335 -1.6685 -2.0335c -1.1992,-0.0000 -1.5295,0.6257 -1.5295 1.0428c 0.0000,0.1390 0.0348,0.2781 0.0695 0.3997c 0.0348,0.1217 0.0695,0.2433 0.0695 0.3824c 0.0000,0.4519 -0.3476,0.6257 -0.6257 0.6257c -0.3824,-0.0000 -0.6605,-0.2955 -0.6605 -0.6431ZM 245.6951,120.3415 ZM 247.5027,118.6904 c 0.6952,-0.0000 1.1471,0.6778 1.1471 1.7207c 0.0000,1.2166 -0.8690,1.7902 -1.9118 1.9814l -0.0869,-0.4345 c 0.9038,-0.2259 1.3209,-0.7474 1.3209 -1.1123c 0.0000,-0.3997 -0.2955,-0.4693 -0.6257 -0.5040c -0.3128,-0.0521 -0.7647,-0.1912 -0.7647 -0.7647c 0.0000,-0.4866 0.3824,-0.8864 0.9212 -0.8864ZM 249.5014,120.3415 ZM 250.5095,112.6420 c 0.0000,-0.9907 0.9559,-2.3463 2.7809 -2.3463c 1.3383,-0.0000 2.9025,0.5040 2.9025 2.5028c 0.0000,1.3209 -0.6778,1.9814 -1.6164 2.8851l -1.6511,1.5990 c -0.0869,0.0869 -1.2514,1.2340 -1.2514 2.0509h 2.9547 c 0.5909,-0.0000 0.9038,-0.2955 1.1471 -1.2514l 0.4345,0.0695 l -0.3476,2.1899 h -5.3705 c 0.0000,-0.9733 0.1564,-1.7207 1.7728 -3.3718l 1.2166,-1.1992 c 0.9733,-0.9907 1.3730,-1.8423 1.3730 -2.9025c 0.0000,-1.5816 -1.0776,-2.0335 -1.6685 -2.0335c -1.1992,-0.0000 -1.5295,0.6257 -1.5295 1.0428c 0.0000,0.1390 0.0348,0.2781 0.0695 0.3997c 0.0348,0.1217 0.0695,0.2433 0.0695 0.3824c 0.0000,0.4519 -0.3476,0.6257 -0.6257 0.6257c -0.3824,-0.0000 -0.6605,-0.2955 -0.6605 -0.6431Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 248.4716,129.2576 c 0.0000,-0.4823 -0.3910,-0.8734 -0.8734 -0.8734c -0.4823,-0.0000 -0.8734,0.3910 -0.8734 0.8734c -0.0000,0.4823 0.3910,0.8734 0.8734 0.8734c 0.4823,0.0000 0.8734,-0.3910 0.8734 -0.8734Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 238.0825,155.2760 ZM 239.0906,147.5765 c 0.0000,-0.9907 0.9559,-2.3463 2.7809 -2.3463c 1.3383,-0.0000 2.9025,0.5040 2.9025 2.5028c 0.0000,1.3209 -0.6778,1.9814 -1.6164 2.8851l -1.6511,1.5990 c -0.0869,0.0869 -1.2514,1.2340 -1.2514 2.0509h 2.9547 c 0.5909,-0.0000 0.9038,-0.2955 1.1471 -1.2514l 0.4345,0.0695 l -0.3476,2.1899 h -5.3705 c 0.0000,-0.9733 0.1564,-1.7207 1.7728 -3.3718l 1.2166,-1.1992 c 0.9733,-0.9907 1.3730,-1.8423 1.3730 -2.9025c 0.0000,-1.5816 -1.0776,-2.0335 -1.6685 -2.0335c -1.1992,-0.0000 -1.5295,0.6257 -1.5295 1.0428c 0.0000,0.1390 0.0348,0.2781 0.0695 0.3997c 0.0348,0.1217 0.0695,0.2433 0.0695 0.3824c 0.0000,0.4519 -0.3476,0.6257 -0.6257 0.6257c -0.3824,-0.0000 -0.6605,-0.2955 -0.6605 -0.6431ZM 245.6951,155.2760 ZM 247.5027,153.6249 c 0.6952,-0.0000 1.1471,0.6778 1.1471 1.7207c 0.0000,1.2166 -0.8690,1.7902 -1.9118 1.9814l -0.0869,-0.4345 c 0.9038,-0.2259 1.3209,-0.7474 1.3209 -1.1123c 0.0000,-0.3997 -0.2955,-0.4693 -0.6257 -0.5040c -0.3128,-0.0521 -0.7647,-0.1912 -0.7647 -0.7647c 0.0000,-0.4866 0.3824,-0.8864 0.9212 -0.8864ZM 249.5014,155.2760 ZM 252.7689,146.9856 c -0.3302,-0.0000 -1.0950,0.3128 -1.4773 0.4866l -0.2086,-0.5388 c 1.5295,-0.7126 2.1204,-1.0776 2.9894 -1.7033h 0.3302 v 8.7423 c 0.0000,0.6257 0.0869,0.7995 0.6605 0.7995h 0.9038 c 0.0521,-0.0000 0.1390,0.0348 0.1390 0.1390v 0.3824 l -2.3811,-0.0348 l -2.4159,0.0348 v -0.3824 c 0.0174,-0.0521 0.0348,-0.1390 0.1390 -0.1390h 1.0428 c 0.6605,-0.0000 0.6605,-0.2955 0.6605 -0.7995v -5.9788 c 0.0000,-0.5909 0.0000,-1.0081 -0.3824 -1.0081Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 248.4716,164.1921 c 0.0000,-0.4823 -0.3910,-0.8734 -0.8734 -0.8734c -0.4823,-0.0000 -0.8734,0.3910 -0.8734 0.8734c -0.0000,0.4823 0.3910,0.8734 0.8734 0.8734c 0.4823,0.0000 0.8734,-0.3910 0.8734 -0.8734Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 238.0825,190.2105 ZM 239.0906,182.5110 c 0.0000,-0.9907 0.9559,-2.3463 2.7809 -2.3463c 1.3383,-0.0000 2.9025,0.5040 2.9025 2.5028c 0.0000,1.3209 -0.6778,1.9814 -1.6164 2.8851l -1.6511,1.5990 c -0.0869,0.0869 -1.2514,1.2340 -1.2514 2.0509h 2.9547 c 0.5909,-0.0000 0.9038,-0.2955 1.1471 -1.2514l 0.4345,0.0695 l -0.3476,2.1899 h -5.3705 c 0.0000,-0.9733 0.1564,-1.7207 1.7728 -3.3718l 1.2166,-1.1992 c 0.9733,-0.9907 1.3730,-1.8423 1.3730 -2.9025c 0.0000,-1.5816 -1.0776,-2.0335 -1.6685 -2.0335c -1.1992,-0.0000 -1.5295,0.6257 -1.5295 1.0428c 0.0000,0.1390 0.0348,0.2781 0.0695 0.3997c 0.0348,0.1217 0.0695,0.2433 0.0695 0.3824c 0.0000,0.4519 -0.3476,0.6257 -0.6257 0.6257c -0.3824,-0.0000 -0.6605,-0.2955 -0.6605 -0.6431ZM 245.6951,190.2105 ZM 247.5027,188.5594 c 0.6952,-0.0000 1.1471,0.6778 1.1471 1.7207c 0.0000,1.2166 -0.8690,1.7902 -1.9118 1.9814l -0.0869,-0.4345 c 0.9038,-0.2259 1.3209,-0.7474 1.3209 -1.1123c 0.0000,-0.3997 -0.2955,-0.4693 -0.6257 -0.5040c -0.3128,-0.0521 -0.7647,-0.1912 -0.7647 -0.7647c 0.0000,-0.4866 0.3824,-0.8864 0.9212 -0.8864ZM 249.5014,190.2105 ZM 253.3077,180.7730 c -0.7474,-0.0000 -1.8423,0.7300 -1.8423 4.7796c 0.0000,1.4252 0.2607,4.2929 1.7902 4.2929c 0.2955,-0.0000 1.1297,-0.1912 1.4947 -1.5469c 0.2259,-0.8343 0.3476,-1.8771 0.3476 -3.3892c 0.0000,-2.2073 -0.5562,-3.4413 -1.0602 -3.8758c -0.1912,-0.1738 -0.4519,-0.2607 -0.7300 -0.2607ZM 253.3077,180.7730 ZM 253.2382,190.4191 c -1.8597,-0.0000 -3.1111,-2.3811 -3.1111 -5.0403c 0.0000,-3.2501 1.5469,-5.2141 3.1806 -5.2141c 0.7474,-0.0000 1.4947,0.4693 1.9987 1.1471c 0.7300,0.9733 1.1123,2.2768 1.1123 3.9106c 0.0000,3.8584 -1.9118,5.1967 -3.1806 5.1967Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 248.4716,199.1266 c 0.0000,-0.4823 -0.3910,-0.8734 -0.8734 -0.8734c -0.4823,-0.0000 -0.8734,0.3910 -0.8734 0.8734c -0.0000,0.4823 0.3910,0.8734 0.8734 0.8734c 0.4823,0.0000 0.8734,-0.3910 0.8734 -0.8734Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 133.2790,15.5380 ZM 136.5465,7.2476 c -0.3302,-0.0000 -1.0950,0.3128 -1.4773 0.4866l -0.2086,-0.5388 c 1.5295,-0.7126 2.1204,-1.0776 2.9894 -1.7033h 0.3302 v 8.7423 c 0.0000,0.6257 0.0869,0.7995 0.6605 0.7995h 0.9038 c 0.0521,-0.0000 0.1390,0.0348 0.1390 0.1390v 0.3824 l -2.3811,-0.0348 l -2.4159,0.0348 v -0.3824 c 0.0174,-0.0521 0.0348,-0.1390 0.1390 -0.1390h 1.0428 c 0.6605,-0.0000 0.6605,-0.2955 0.6605 -0.7995v -5.9788 c 0.0000,-0.5909 0.0000,-1.0081 -0.3824 -1.0081ZM 140.8916,15.5380 ZM 142.6992,13.8869 c 0.6952,-0.0000 1.1471,0.6778 1.1471 1.7207c 0.0000,1.2166 -0.8690,1.7902 -1.9118 1.9814l -0.0869,-0.4345 c 0.9038,-0.2259 1.3209,-0.7474 1.3209 -1.1123c 0.0000,-0.3997 -0.2955,-0.4693 -0.6257 -0.5040c -0.3128,-0.0521 -0.7647,-0.1912 -0.7647 -0.7647c 0.0000,-0.4866 0.3824,-0.8864 0.9212 -0.8864ZM 144.6979,15.5380 ZM 150.0684,12.6008 c 0.0000,-1.7902 -0.9733,-2.6766 -2.0509 -2.6766c -0.7995,-0.0000 -1.4078,0.1217 -2.0856 0.3997l 0.5562,-4.7448 c 0.5736,0.0521 1.1645,0.0695 1.7728 0.0695c 0.8690,-0.0000 1.7728,-0.0521 2.7113 -0.1564l 0.1043,0.0521 l -0.2607,1.1297 c -0.6778,0.0695 -1.2340,0.0869 -1.7207 0.0869c -0.7821,-0.0000 -1.3730,-0.0695 -1.9814 -0.1390l -0.3302,2.7461 c 0.3650,-0.1390 0.9907,-0.2607 1.6685 -0.2607c 1.8423,-0.0000 2.8678,1.5990 2.8678 3.1980c 0.0000,1.9466 -1.3557,3.4413 -3.3196 3.4413c -0.9907,-0.0000 -2.4332,-0.5562 -2.4332 -1.2340c 0.0000,-0.3302 0.2781,-0.5562 0.5909 -0.5562c 0.3476,-0.0000 0.5736,0.2607 0.7821 0.5388c 0.2607,0.3128 0.5388,0.6605 1.0950 0.6605c 1.1123,-0.0000 2.0335,-1.0428 2.0335 -2.5549Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 143.6681,24.4541 c 0.0000,-0.4823 -0.3910,-0.8734 -0.8734 -0.8734c -0.4823,-0.0000 -0.8734,0.3910 -0.8734 0.8734c -0.0000,0.4823 0.3910,0.8734 0.8734 0.8734c 0.4823,0.0000 0.8734,-0.3910 0.8734 -0.8734Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 133.2790,50.4725 ZM 136.5465,42.1821 c -0.3302,-0.0000 -1.0950,0.3128 -1.4773 0.4866l -0.2086,-0.5388 c 1.5295,-0.7126 2.1204,-1.0776 2.9894 -1.7033h 0.3302 v 8.7423 c 0.0000,0.6257 0.0869,0.7995 0.6605 0.7995h 0.9038 c 0.0521,-0.0000 0.1390,0.0348 0.1390 0.1390v 0.3824 l -2.3811,-0.0348 l -2.4159,0.0348 v -0.3824 c 0.0174,-0.0521 0.0348,-0.1390 0.1390 -0.1390h 1.0428 c 0.6605,-0.0000 0.6605,-0.2955 0.6605 -0.7995v -5.9788 c 0.0000,-0.5909 0.0000,-1.0081 -0.3824 -1.0081ZM 140.8916,50.4725 ZM 142.6992,48.8214 c 0.6952,-0.0000 1.1471,0.6778 1.1471 1.7207c 0.0000,1.2166 -0.8690,1.7902 -1.9118 1.9814l -0.0869,-0.4345 c 0.9038,-0.2259 1.3209,-0.7474 1.3209 -1.1123c 0.0000,-0.3997 -0.2955,-0.4693 -0.6257 -0.5040c -0.3128,-0.0521 -0.7647,-0.1912 -0.7647 -0.7647c 0.0000,-0.4866 0.3824,-0.8864 0.9212 -0.8864ZM 144.6979,50.4725 ZM 149.1820,44.3025 c 0.0000,-0.1217 0.0174,-0.2607 0.1738 -0.3476c 0.1912,-0.1390 0.5040,-0.2955 0.7647 -0.2955c 0.2259,-0.0000 0.2433,0.1912 0.2433 0.5388v 2.7982 h 1.4078 l -0.1043,0.8169 h -1.3035 v 1.4426 c 0.0000,0.4866 0.0695,0.7300 0.5736 0.7300h 0.4693 c 0.1043,-0.0000 0.1217,0.0869 0.1217 0.1217v 0.3824 c 0.0000,-0.0000 -1.1123,-0.0348 -1.8423 -0.0348c -0.6605,-0.0000 -1.6859,0.0348 -1.6859 0.0348v -0.3824 c 0.0000,-0.0348 0.0174,-0.1217 0.1217 -0.1217h 0.4693 c 0.5388,-0.0000 0.5909,-0.2259 0.5909 -0.7300v -1.4426 h -3.4065 c -0.0695,-0.0000 -0.1043,-0.0348 -0.1564 -0.1043l -0.1390,-0.1912 l -0.2086,-0.3650 c -0.0174,-0.0000 -0.0174,-0.0174 -0.0174 -0.0348c 0.0000,-0.0174 0.0174,-0.0348 0.0348 -0.0521c 1.1297,-1.2514 3.1285,-5.1272 3.7542 -6.5524c 0.0174,-0.0695 0.0521,-0.0869 0.1217 -0.0869c 0.0174,-0.0000 0.3997,0.1564 0.6083 0.1912c -0.7821,2.1030 -2.0683,4.3625 -3.3370 6.3786h 2.7461 v -2.6940 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 143.6681,59.3886 c 0.0000,-0.4823 -0.3910,-0.8734 -0.8734 -0.8734c -0.4823,-0.0000 -0.8734,0.3910 -0.8734 0.8734c -0.0000,0.4823 0.3910,0.8734 0.8734 0.8734c 0.4823,0.0000 0.8734,-0.3910 0.8734 -0.8734Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 133.2790,85.4070 ZM 136.5465,77.1166 c -0.3302,-0.0000 -1.0950,0.3128 -1.4773 0.4866l -0.2086,-0.5388 c 1.5295,-0.7126 2.1204,-1.0776 2.9894 -1.7033h 0.3302 v 8.7423 c 0.0000,0.6257 0.0869,0.7995 0.6605 0.7995h 0.9038 c 0.0521,-0.0000 0.1390,0.0348 0.1390 0.1390v 0.3824 l -2.3811,-0.0348 l -2.4159,0.0348 v -0.3824 c 0.0174,-0.0521 0.0348,-0.1390 0.1390 -0.1390h 1.0428 c 0.6605,-0.0000 0.6605,-0.2955 0.6605 -0.7995v -5.9788 c 0.0000,-0.5909 0.0000,-1.0081 -0.3824 -1.0081ZM 140.8916,85.4070 ZM 142.6992,83.7559 c 0.6952,-0.0000 1.1471,0.6778 1.1471 1.7207c 0.0000,1.2166 -0.8690,1.7902 -1.9118 1.9814l -0.0869,-0.4345 c 0.9038,-0.2259 1.3209,-0.7474 1.3209 -1.1123c 0.0000,-0.3997 -0.2955,-0.4693 -0.6257 -0.5040c -0.3128,-0.0521 -0.7647,-0.1912 -0.7647 -0.7647c 0.0000,-0.4866 0.3824,-0.8864 0.9212 -0.8864ZM 144.6979,85.4070 ZM 148.4521,75.9000 c -0.4345,-0.0000 -1.7033,0.2433 -1.7033 1.3035c 0.0000,0.3128 -0.1217,0.8516 -0.5909 0.8516c -0.4519,-0.0000 -0.4866,-0.5040 -0.4866 -0.5562c 0.0000,-0.5388 0.7126,-2.1378 3.1285 -2.1378c 1.6859,-0.0000 2.1899,1.0602 2.1899 1.7554c 0.0000,0.4345 -0.1390,1.3035 -1.7033 2.2942c 0.9733,0.1564 2.2594,0.8690 2.2594 2.6766c 0.0000,2.2942 -1.7380,3.5282 -3.7020 3.5282c -0.9907,-0.0000 -2.3811,-0.4345 -2.3811 -1.0950c 0.0000,-0.2607 0.2607,-0.5562 0.6083 -0.5562c 0.3302,-0.0000 0.4866,0.1738 0.6431 0.3997c 0.1912,0.2955 0.5040,0.7126 1.3383 0.7126c 0.5736,-0.0000 2.2073,-0.5736 2.2073 -2.7635c 0.0000,-1.8597 -1.3035,-2.1552 -2.2421 -2.1552c -0.1564,-0.0000 -0.3476,0.0348 -0.5388 0.0695l -0.0695,-0.5214 c 1.3383,-0.2259 2.4506,-1.5295 2.4506 -2.3290c 0.0000,-0.9907 -0.6952,-1.4773 -1.4078 -1.4773Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 143.6681,94.3231 c 0.0000,-0.4823 -0.3910,-0.8734 -0.8734 -0.8734c -0.4823,-0.0000 -0.8734,0.3910 -0.8734 0.8734c -0.0000,0.4823 0.3910,0.8734 0.8734 0.8734c 0.4823,0.0000 0.8734,-0.3910 0.8734 -0.8734Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 133.2790,120.3415 ZM 136.5465,112.0511 c -0.3302,-0.0000 -1.0950,0.3128 -1.4773 0.4866l -0.2086,-0.5388 c 1.5295,-0.7126 2.1204,-1.0776 2.9894 -1.7033h 0.3302 v 8.7423 c 0.0000,0.6257 0.0869,0.7995 0.6605 0.7995h 0.9038 c 0.0521,-0.0000 0.1390,0.0348 0.1390 0.1390v 0.3824 l -2.3811,-0.0348 l -2.4159,0.0348 v -0.3824 c 0.0174,-0.0521 0.0348,-0.1390 0.1390 -0.1390h 1.0428 c 0.6605,-0.0000 0.6605,-0.2955 0.6605 -0.7995v -5.9788 c 0.0000,-0.5909 0.0000,-1.0081 -0.3824 -1.0081ZM 140.8916,120.3415 ZM 142.6992,118.6904 c 0.6952,-0.0000 1.1471,0.6778 1.1471 1.7207c 0.0000,1.2166 -0.8690,1.7902 -1.9118 1.9814l -0.0869,-0.4345 c 0.9038,-0.2259 1.3209,-0.7474 1.3209 -1.1123c 0.0000,-0.3997 -0.2955,-0.4693 -0.6257 -0.5040c -0.3128,-0.0521 -0.7647,-0.1912 -0.7647 -0.7647c 0.0000,-0.4866 0.3824,-0.8864 0.9212 -0.8864ZM 144.6979,120.3415 ZM 145.7060,112.6420 c 0.0000,-0.9907 0.9559,-2.3463 2.7809 -2.3463c 1.3383,-0.0000 2.9025,0.5040 2.9025 2.5028c 0.0000,1.3209 -0.6778,1.9814 -1.6164 2.8851l -1.6511,1.5990 c -0.0869,0.0869 -1.2514,1.2340 -1.2514 2.0509h 2.9547 c 0.5909,-0.0000 0.9038,-0.2955 1.1471 -1.2514l 0.4345,0.0695 l -0.3476,2.1899 h -5.3705 c 0.0000,-0.9733 0.1564,-1.7207 1.7728 -3.3718l 1.2166,-1.1992 c 0.9733,-0.9907 1.3730,-1.8423 1.3730 -2.9025c 0.0000,-1.5816 -1.0776,-2.0335 -1.6685 -2.0335c -1.1992,-0.0000 -1.5295,0.6257 -1.5295 1.0428c 0.0000,0.1390 0.0348,0.2781 0.0695 0.3997c 0.0348,0.1217 0.0695,0.2433 0.0695 0.3824c 0.0000,0.4519 -0.3476,0.6257 -0.6257 0.6257c -0.3824,-0.0000 -0.6605,-0.2955 -0.6605 -0.6431Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 143.6681,129.2576 c 0.0000,-0.4823 -0.3910,-0.8734 -0.8734 -0.8734c -0.4823,-0.0000 -0.8734,0.3910 -0.8734 0.8734c -0.0000,0.4823 0.3910,0.8734 0.8734 0.8734c 0.4823,0.0000 0.8734,-0.3910 0.8734 -0.8734Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 133.2790,155.2760 ZM 136.5465,146.9856 c -0.3302,-0.0000 -1.0950,0.3128 -1.4773 0.4866l -0.2086,-0.5388 c 1.5295,-0.7126 2.1204,-1.0776 2.9894 -1.7033h 0.3302 v 8.7423 c 0.0000,0.6257 0.0869,0.7995 0.6605 0.7995h 0.9038 c 0.0521,-0.0000 0.1390,0.0348 0.1390 0.1390v 0.3824 l -2.3811,-0.0348 l -2.4159,0.0348 v -0.3824 c 0.0174,-0.0521 0.0348,-0.1390 0.1390 -0.1390h 1.0428 c 0.6605,-0.0000 0.6605,-0.2955 0.6605 -0.7995v -5.9788 c 0.0000,-0.5909 0.0000,-1.0081 -0.3824 -1.0081ZM 140.8916,155.2760 ZM 142.6992,153.6249 c 0.6952,-0.0000 1.1471,0.6778 1.1471 1.7207c 0.0000,1.2166 -0.8690,1.7902 -1.9118 1.9814l -0.0869,-0.4345 c 0.9038,-0.2259 1.3209,-0.7474 1.3209 -1.1123c 0.0000,-0.3997 -0.2955,-0.4693 -0.6257 -0.5040c -0.3128,-0.0521 -0.7647,-0.1912 -0.7647 -0.7647c 0.0000,-0.4866 0.3824,-0.8864 0.9212 -0.8864ZM 144.6979,155.2760 ZM 147.9654,146.9856 c -0.3302,-0.0000 -1.0950,0.3128 -1.4773 0.4866l -0.2086,-0.5388 c 1.5295,-0.7126 2.1204,-1.0776 2.9894 -1.7033h 0.3302 v 8.7423 c 0.0000,0.6257 0.0869,0.7995 0.6605 0.7995h 0.9038 c 0.0521,-0.0000 0.1390,0.0348 0.1390 0.1390v 0.3824 l -2.3811,-0.0348 l -2.4159,0.0348 v -0.3824 c 0.0174,-0.0521 0.0348,-0.1390 0.1390 -0.1390h 1.0428 c 0.6605,-0.0000 0.6605,-0.2955 0.6605 -0.7995v -5.9788 c 0.0000,-0.5909 0.0000,-1.0081 -0.3824 -1.0081Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 143.6681,164.1921 c 0.0000,-0.4823 -0.3910,-0.8734 -0.8734 -0.8734c -0.4823,-0.0000 -0.8734,0.3910 -0.8734 0.8734c -0.0000,0.4823 0.3910,0.8734 0.8734 0.8734c 0.4823,0.0000 0.8734,-0.3910 0.8734 -0.8734Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 133.2790,190.2105 ZM 136.5465,181.9201 c -0.3302,-0.0000 -1.0950,0.3128 -1.4773 0.4866l -0.2086,-0.5388 c 1.5295,-0.7126 2.1204,-1.0776 2.9894 -1.7033h 0.3302 v 8.7423 c 0.0000,0.6257 0.0869,0.7995 0.6605 0.7995h 0.9038 c 0.0521,-0.0000 0.1390,0.0348 0.1390 0.1390v 0.3824 l -2.3811,-0.0348 l -2.4159,0.0348 v -0.3824 c 0.0174,-0.0521 0.0348,-0.1390 0.1390 -0.1390h 1.0428 c 0.6605,-0.0000 0.6605,-0.2955 0.6605 -0.7995v -5.9788 c 0.0000,-0.5909 0.0000,-1.0081 -0.3824 -1.0081ZM 140.8916,190.2105 ZM 142.6992,188.5594 c 0.6952,-0.0000 1.1471,0.6778 1.1471 1.7207c 0.0000,1.2166 -0.8690,1.7902 -1.9118 1.9814l -0.0869,-0.4345 c 0.9038,-0.2259 1.3209,-0.7474 1.3209 -1.1123c 0.0000,-0.3997 -0.2955,-0.4693 -0.6257 -0.5040c -0.3128,-0.0521 -0.7647,-0.1912 -0.7647 -0.7647c 0.0000,-0.4866 0.3824,-0.8864 0.9212 -0.8864ZM 144.6979,190.2105 ZM 148.5042,180.7730 c -0.7474,-0.0000 -1.8423,0.7300 -1.8423 4.7796c 0.0000,1.4252 0.2607,4.2929 1.7902 4.2929c 0.2955,-0.0000 1.1297,-0.1912 1.4947 -1.5469c 0.2259,-0.8343 0.3476,-1.8771 0.3476 -3.3892c 0.0000,-2.2073 -0.5562,-3.4413 -1.0602 -3.8758c -0.1912,-0.1738 -0.4519,-0.2607 -0.7300 -0.2607ZM 148.5042,180.7730 ZM 148.4347,190.4191 c -1.8597,-0.0000 -3.1111,-2.3811 -3.1111 -5.0403c 0.0000,-3.2501 1.5469,-5.2141 3.1806 -5.2141c 0.7474,-0.0000 1.4947,0.4693 1.9987 1.1471c 0.7300,0.9733 1.1123,2.2768 1.1123 3.9106c 0.0000,3.8584 -1.9118,5.1967 -3.1806 5.1967Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 143.6681,199.1266 c 0.0000,-0.4823 -0.3910,-0.8734 -0.8734 -0.8734c -0.4823,-0.0000 -0.8734,0.3910 -0.8734 0.8734c -0.0000,0.4823 0.3910,0.8734 0.8734 0.8734c 0.4823,0.0000 0.8734,-0.3910 0.8734 -0.8734Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 28.4755,15.5380 ZM 32.2818,6.1005 c -0.7474,-0.0000 -1.8423,0.7300 -1.8423 4.7796c 0.0000,1.4252 0.2607,4.2929 1.7902 4.2929c 0.2955,-0.0000 1.1297,-0.1912 1.4947 -1.5469c 0.2259,-0.8343 0.3476,-1.8771 0.3476 -3.3892c 0.0000,-2.2073 -0.5562,-3.4413 -1.0602 -3.8758c -0.1912,-0.1738 -0.4519,-0.2607 -0.7300 -0.2607ZM 32.2818,6.1005 ZM 32.2123,15.7466 c -1.8597,-0.0000 -3.1111,-2.3811 -3.1111 -5.0403c 0.0000,-3.2501 1.5469,-5.2141 3.1806 -5.2141c 0.7474,-0.0000 1.4947,0.4693 1.9987 1.1471c 0.7300,0.9733 1.1123,2.2768 1.1123 3.9106c 0.0000,3.8584 -1.9118,5.1967 -3.1806 5.1967ZM 36.0881,15.5380 ZM 37.8957,13.8869 c 0.6952,-0.0000 1.1471,0.6778 1.1471 1.7207c 0.0000,1.2166 -0.8690,1.7902 -1.9118 1.9814l -0.0869,-0.4345 c 0.9038,-0.2259 1.3209,-0.7474 1.3209 -1.1123c 0.0000,-0.3997 -0.2955,-0.4693 -0.6257 -0.5040c -0.3128,-0.0521 -0.7647,-0.1912 -0.7647 -0.7647c 0.0000,-0.4866 0.3824,-0.8864 0.9212 -0.8864ZM 39.8944,15.5380 ZM 45.2649,12.6008 c 0.0000,-1.7902 -0.9733,-2.6766 -2.0509 -2.6766c -0.7995,-0.0000 -1.4078,0.1217 -2.0856 0.3997l 0.5562,-4.7448 c 0.5736,0.0521 1.1645,0.0695 1.7728 0.0695c 0.8690,-0.0000 1.7728,-0.0521 2.7113 -0.1564l 0.1043,0.0521 l -0.2607,1.1297 c -0.6778,0.0695 -1.2340,0.0869 -1.7207 0.0869c -0.7821,-0.0000 -1.3730,-0.0695 -1.9814 -0.1390l -0.3302,2.7461 c 0.3650,-0.1390 0.9907,-0.2607 1.6685 -0.2607c 1.8423,-0.0000 2.8678,1.5990 2.8678 3.1980c 0.0000,1.9466 -1.3557,3.4413 -3.3196 3.4413c -0.9907,-0.0000 -2.4332,-0.5562 -2.4332 -1.2340c 0.0000,-0.3302 0.2781,-0.5562 0.5909 -0.5562c 0.3476,-0.0000 0.5736,0.2607 0.7821 0.5388c 0.2607,0.3128 0.5388,0.6605 1.0950 0.6605c 1.1123,-0.0000 2.0335,-1.0428 2.0335 -2.5549Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 38.8646,24.4541 c 0.0000,-0.4823 -0.3910,-0.8734 -0.8734 -0.8734c -0.4823,-0.0000 -0.8734,0.3910 -0.8734 0.8734c -0.0000,0.4823 0.3910,0.8734 0.8734 0.8734c 0.4823,0.0000 0.8734,-0.3910 0.8734 -0.8734Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 28.4755,50.4725 ZM 32.2818,41.0350 c -0.7474,-0.0000 -1.8423,0.7300 -1.8423 4.7796c 0.0000,1.4252 0.2607,4.2929 1.7902 4.2929c 0.2955,-0.0000 1.1297,-0.1912 1.4947 -1.5469c 0.2259,-0.8343 0.3476,-1.8771 0.3476 -3.3892c 0.0000,-2.2073 -0.5562,-3.4413 -1.0602 -3.8758c -0.1912,-0.1738 -0.4519,-0.2607 -0.7300 -0.2607ZM 32.2818,41.0350 ZM 32.2123,50.6811 c -1.8597,-0.0000 -3.1111,-2.3811 -3.1111 -5.0403c 0.0000,-3.2501 1.5469,-5.2141 3.1806 -5.2141c 0.7474,-0.0000 1.4947,0.4693 1.9987 1.1471c 0.7300,0.9733 1.1123,2.2768 1.1123 3.9106c 0.0000,3.8584 -1.9118,5.1967 -3.1806 5.1967ZM 36.0881,50.4725 ZM 37.8957,48.8214 c 0.6952,-0.0000 1.1471,0.6778 1.1471 1.7207c 0.0000,1.2166 -0.8690,1.7902 -1.9118 1.9814l -0.0869,-0.4345 c 0.9038,-0.2259 1.3209,-0.7474 1.3209 -1.1123c 0.0000,-0.3997 -0.2955,-0.4693 -0.6257 -0.5040c -0.3128,-0.0521 -0.7647,-0.1912 -0.7647 -0.7647c 0.0000,-0.4866 0.3824,-0.8864 0.9212 -0.8864ZM 39.8944,50.4725 ZM 44.3785,44.3025 c 0.0000,-0.1217 0.0174,-0.2607 0.1738 -0.3476c 0.1912,-0.1390 0.5040,-0.2955 0.7647 -0.2955c 0.2259,-0.0000 0.2433,0.1912 0.2433 0.5388v 2.7982 h 1.4078 l -0.1043,0.8169 h -1.3035 v 1.4426 c 0.0000,0.4866 0.0695,0.7300 0.5736 0.7300h 0.4693 c 0.1043,-0.0000 0.1217,0.0869 0.1217 0.1217v 0.3824 c 0.0000,-0.0000 -1.1123,-0.0348 -1.8423 -0.0348c -0.6605,-0.0000 -1.6859,0.0348 -1.6859 0.0348v -0.3824 c 0.0000,-0.0348 0.0174,-0.1217 0.1217 -0.1217h 0.4693 c 0.5388,-0.0000 0.5909,-0.2259 0.5909 -0.7300v -1.4426 h -3.4065 c -0.0695,-0.0000 -0.1043,-0.0348 -0.1564 -0.1043l -0.1390,-0.1912 l -0.2086,-0.3650 c -0.0174,-0.0000 -0.0174,-0.0174 -0.0174 -0.0348c 0.0000,-0.0174 0.0174,-0.0348 0.0348 -0.0521c 1.1297,-1.2514 3.1285,-5.1272 3.7542 -6.5524c 0.0174,-0.0695 0.0521,-0.0869 0.1217 -0.0869c 0.0174,-0.0000 0.3997,0.1564 0.6083 0.1912c -0.7821,2.1030 -2.0683,4.3625 -3.3370 6.3786h 2.7461 v -2.6940 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 38.8646,59.3886 c 0.0000,-0.4823 -0.3910,-0.8734 -0.8734 -0.8734c -0.4823,-0.0000 -0.8734,0.3910 -0.8734 0.8734c -0.0000,0.4823 0.3910,0.8734 0.8734 0.8734c 0.4823,0.0000 0.8734,-0.3910 0.8734 -0.8734Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 28.4755,85.4070 ZM 32.2818,75.9695 c -0.7474,-0.0000 -1.8423,0.7300 -1.8423 4.7796c 0.0000,1.4252 0.2607,4.2929 1.7902 4.2929c 0.2955,-0.0000 1.1297,-0.1912 1.4947 -1.5469c 0.2259,-0.8343 0.3476,-1.8771 0.3476 -3.3892c 0.0000,-2.2073 -0.5562,-3.4413 -1.0602 -3.8758c -0.1912,-0.1738 -0.4519,-0.2607 -0.7300 -0.2607ZM 32.2818,75.9695 ZM 32.2123,85.6156 c -1.8597,-0.0000 -3.1111,-2.3811 -3.1111 -5.0403c 0.0000,-3.2501 1.5469,-5.2141 3.1806 -5.2141c 0.7474,-0.0000 1.4947,0.4693 1.9987 1.1471c 0.7300,0.9733 1.1123,2.2768 1.1123 3.9106c 0.0000,3.8584 -1.9118,5.1967 -3.1806 5.1967ZM 36.0881,85.4070 ZM 37.8957,83.7559 c 0.6952,-0.0000 1.1471,0.6778 1.1471 1.7207c 0.0000,1.2166 -0.8690,1.7902 -1.9118 1.9814l -0.0869,-0.4345 c 0.9038,-0.2259 1.3209,-0.7474 1.3209 -1.1123c 0.0000,-0.3997 -0.2955,-0.4693 -0.6257 -0.5040c -0.3128,-0.0521 -0.7647,-0.1912 -0.7647 -0.7647c 0.0000,-0.4866 0.3824,-0.8864 0.9212 -0.8864ZM 39.8944,85.4070 ZM 43.6486,75.9000 c -0.4345,-0.0000 -1.7033,0.2433 -1.7033 1.3035c 0.0000,0.3128 -0.1217,0.8516 -0.5909 0.8516c -0.4519,-0.0000 -0.4866,-0.5040 -0.4866 -0.5562c 0.0000,-0.5388 0.7126,-2.1378 3.1285 -2.1378c 1.6859,-0.0000 2.1899,1.0602 2.1899 1.7554c 0.0000,0.4345 -0.1390,1.3035 -1.7033 2.2942c 0.9733,0.1564 2.2594,0.8690 2.2594 2.6766c 0.0000,2.2942 -1.7380,3.5282 -3.7020 3.5282c -0.9907,-0.0000 -2.3811,-0.4345 -2.3811 -1.0950c 0.0000,-0.2607 0.2607,-0.5562 0.6083 -0.5562c 0.3302,-0.0000 0.4866,0.1738 0.6431 0.3997c 0.1912,0.2955 0.5040,0.7126 1.3383 0.7126c 0.5736,-0.0000 2.2073,-0.5736 2.2073 -2.7635c 0.0000,-1.8597 -1.3035,-2.1552 -2.2421 -2.1552c -0.1564,-0.0000 -0.3476,0.0348 -0.5388 0.0695l -0.0695,-0.5214 c 1.3383,-0.2259 2.4506,-1.5295 2.4506 -2.3290c 0.0000,-0.9907 -0.6952,-1.4773 -1.4078 -1.4773Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 38.8646,94.3231 c 0.0000,-0.4823 -0.3910,-0.8734 -0.8734 -0.8734c -0.4823,-0.0000 -0.8734,0.3910 -0.8734 0.8734c -0.0000,0.4823 0.3910,0.8734 0.8734 0.8734c 0.4823,0.0000 0.8734,-0.3910 0.8734 -0.8734Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 28.4755,120.3415 ZM 32.2818,110.9040 c -0.7474,-0.0000 -1.8423,0.7300 -1.8423 4.7796c 0.0000,1.4252 0.2607,4.2929 1.7902 4.2929c 0.2955,-0.0000 1.1297,-0.1912 1.4947 -1.5469c 0.2259,-0.8343 0.3476,-1.8771 0.3476 -3.3892c 0.0000,-2.2073 -0.5562,-3.4413 -1.0602 -3.8758c -0.1912,-0.1738 -0.4519,-0.2607 -0.7300 -0.2607ZM 32.2818,110.9040 ZM 32.2123,120.5501 c -1.8597,-0.0000 -3.1111,-2.3811 -3.1111 -5.0403c 0.0000,-3.2501 1.5469,-5.2141 3.1806 -5.2141c 0.7474,-0.0000 1.4947,0.4693 1.9987 1.1471c 0.7300,0.9733 1.1123,2.2768 1.1123 3.9106c 0.0000,3.8584 -1.9118,5.1967 -3.1806 5.1967ZM 36.0881,120.3415 ZM 37.8957,118.6904 c 0.6952,-0.0000 1.1471,0.6778 1.1471 1.7207c 0.0000,1.2166 -0.8690,1.7902 -1.9118 1.9814l -0.0869,-0.4345 c 0.9038,-0.2259 1.3209,-0.7474 1.3209 -1.1123c 0.0000,-0.3997 -0.2955,-0.4693 -0.6257 -0.5040c -0.3128,-0.0521 -0.7647,-0.1912 -0.7647 -0.7647c 0.0000,-0.4866 0.3824,-0.8864 0.9212 -0.8864ZM 39.8944,120.3415 ZM 40.9025,112.6420 c 0.0000,-0.9907 0.9559,-2.3463 2.7809 -2.3463c 1.3383,-0.0000 2.9025,0.5040 2.9025 2.5028c 0.0000,1.3209 -0.6778,1.9814 -1.6164 2.8851l -1.6511,1.5990 c -0.0869,0.0869 -1.2514,1.2340 -1.2514 2.0509h 2.9547 c 0.5909,-0.0000 0.9038,-0.2955 1.1471 -1.2514l 0.4345,0.0695 l -0.3476,2.1899 h -5.3705 c 0.0000,-0.9733 0.1564,-1.7207 1.7728 -3.3718l 1.2166,-1.1992 c 0.9733,-0.9907 1.3730,-1.8423 1.3730 -2.9025c 0.0000,-1.5816 -1.0776,-2.0335 -1.6685 -2.0335c -1.1992,-0.0000 -1.5295,0.6257 -1.5295 1.0428c 0.0000,0.1390 0.0348,0.2781 0.0695 0.3997c 0.0348,0.1217 0.0695,0.2433 0.0695 0.3824c 0.0000,0.4519 -0.3476,0.6257 -0.6257 0.6257c -0.3824,-0.0000 -0.6605,-0.2955 -0.6605 -0.6431Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 38.8646,129.2576 c 0.0000,-0.4823 -0.3910,-0.8734 -0.8734 -0.8734c -0.4823,-0.0000 -0.8734,0.3910 -0.8734 0.8734c -0.0000,0.4823 0.3910,0.8734 0.8734 0.8734c 0.4823,0.0000 0.8734,-0.3910 0.8734 -0.8734Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 28.4755,155.2760 ZM 32.2818,145.8385 c -0.7474,-0.0000 -1.8423,0.7300 -1.8423 4.7796c 0.0000,1.4252 0.2607,4.2929 1.7902 4.2929c 0.2955,-0.0000 1.1297,-0.1912 1.4947 -1.5469c 0.2259,-0.8343 0.3476,-1.8771 0.3476 -3.3892c 0.0000,-2.2073 -0.5562,-3.4413 -1.0602 -3.8758c -0.1912,-0.1738 -0.4519,-0.2607 -0.7300 -0.2607ZM 32.2818,145.8385 ZM 32.2123,155.4846 c -1.8597,-0.0000 -3.1111,-2.3811 -3.1111 -5.0403c 0.0000,-3.2501 1.5469,-5.2141 3.1806 -5.2141c 0.7474,-0.0000 1.4947,0.4693 1.9987 1.1471c 0.7300,0.9733 1.1123,2.2768 1.1123 3.9106c 0.0000,3.8584 -1.9118,5.1967 -3.1806 5.1967ZM 36.0881,155.2760 ZM 37.8957,153.6249 c 0.6952,-0.0000 1.1471,0.6778 1.1471 1.7207c 0.0000,1.2166 -0.8690,1.7902 -1.9118 1.9814l -0.0869,-0.4345 c 0.9038,-0.2259 1.3209,-0.7474 1.3209 -1.1123c 0.0000,-0.3997 -0.2955,-0.4693 -0.6257 -0.5040c -0.3128,-0.0521 -0.7647,-0.1912 -0.7647 -0.7647c 0.0000,-0.4866 0.3824,-0.8864 0.9212 -0.8864ZM 39.8944,155.2760 ZM 43.1619,146.9856 c -0.3302,-0.0000 -1.0950,0.3128 -1.4773 0.4866l -0.2086,-0.5388 c 1.5295,-0.7126 2.1204,-1.0776 2.9894 -1.7033h 0.3302 v 8.7423 c 0.0000,0.6257 0.0869,0.7995 0.6605 0.7995h 0.9038 c 0.0521,-0.0000 0.1390,0.0348 0.1390 0.1390v 0.3824 l -2.3811,-0.0348 l -2.4159,0.0348 v -0.3824 c 0.0174,-0.0521 0.0348,-0.1390 0.1390 -0.1390h 1.0428 c 0.6605,-0.0000 0.6605,-0.2955 0.6605 -0.7995v -5.9788 c 0.0000,-0.5909 0.0000,-1.0081 -0.3824 -1.0081Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 38.8646,164.1921 c 0.0000,-0.4823 -0.3910,-0.8734 -0.8734 -0.8734c -0.4823,-0.0000 -0.8734,0.3910 -0.8734 0.8734c -0.0000,0.4823 0.3910,0.8734 0.8734 0.8734c 0.4823,0.0000 0.8734,-0.3910 0.8734 -0.8734Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 28.4755,190.2105 ZM 32.2818,180.7730 c -0.7474,-0.0000 -1.8423,0.7300 -1.8423 4.7796c 0.0000,1.4252 0.2607,4.2929 1.7902 4.2929c 0.2955,-0.0000 1.1297,-0.1912 1.4947 -1.5469c 0.2259,-0.8343 0.3476,-1.8771 0.3476 -3.3892c 0.0000,-2.2073 -0.5562,-3.4413 -1.0602 -3.8758c -0.1912,-0.1738 -0.4519,-0.2607 -0.7300 -0.2607ZM 32.2818,180.7730 ZM 32.2123,190.4191 c -1.8597,-0.0000 -3.1111,-2.3811 -3.1111 -5.0403c 0.0000,-3.2501 1.5469,-5.2141 3.1806 -5.2141c 0.7474,-0.0000 1.4947,0.4693 1.9987 1.1471c 0.7300,0.9733 1.1123,2.2768 1.1123 3.9106c 0.0000,3.8584 -1.9118,5.1967 -3.1806 5.1967ZM 36.0881,190.2105 ZM 37.8957,188.5594 c 0.6952,-0.0000 1.1471,0.6778 1.1471 1.7207c 0.0000,1.2166 -0.8690,1.7902 -1.9118 1.9814l -0.0869,-0.4345 c 0.9038,-0.2259 1.3209,-0.7474 1.3209 -1.1123c 0.0000,-0.3997 -0.2955,-0.4693 -0.6257 -0.5040c -0.3128,-0.0521 -0.7647,-0.1912 -0.7647 -0.7647c 0.0000,-0.4866 0.3824,-0.8864 0.9212 -0.8864ZM 39.8944,190.2105 ZM 43.7007,180.7730 c -0.7474,-0.0000 -1.8423,0.7300 -1.8423 4.7796c 0.0000,1.4252 0.2607,4.2929 1.7902 4.2929c 0.2955,-0.0000 1.1297,-0.1912 1.4947 -1.5469c 0.2259,-0.8343 0.3476,-1.8771 0.3476 -3.3892c 0.0000,-2.2073 -0.5562,-3.4413 -1.0602 -3.8758c -0.1912,-0.1738 -0.4519,-0.2607 -0.7300 -0.2607ZM 43.7007,180.7730 ZM 43.6312,190.4191 c -1.8597,-0.0000 -3.1111,-2.3811 -3.1111 -5.0403c 0.0000,-3.2501 1.5469,-5.2141 3.1806 -5.2141c 0.7474,-0.0000 1.4947,0.4693 1.9987 1.1471c 0.7300,0.9733 1.1123,2.2768 1.1123 3.9106c 0.0000,3.8584 -1.9118,5.1967 -3.1806 5.1967Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 38.8646,199.1266 c 0.0000,-0.4823 -0.3910,-0.8734 -0.8734 -0.8734c -0.4823,-0.0000 -0.8734,0.3910 -0.8734 0.8734c -0.0000,0.4823 0.3910,0.8734 0.8734 0.8734c 0.4823,0.0000 0.8734,-0.3910 0.8734 -0.8734Z"/>+  </g>+</svg>
other/lglyphHudExample.svg view
@@ -1,3 +1,232 @@ <?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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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>+    "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.1961,86.1693 ZM 572.1287,83.4715 c 0.0000,-1.6442 -0.8939,-2.4583 -1.8836 -2.4583c -0.7343,-0.0000 -1.2930,0.1117 -1.9156 0.3671l 0.5108,-4.3579 c 0.5268,0.0479 1.0695,0.0639 1.6282 0.0639c 0.7981,-0.0000 1.6282,-0.0479 2.4902 -0.1437l 0.0958,0.0479 l -0.2394,1.0376 c -0.6226,0.0639 -1.1334,0.0798 -1.5803 0.0798c -0.7183,-0.0000 -1.2611,-0.0639 -1.8198 -0.1277l -0.3033,2.5221 c 0.3352,-0.1277 0.9099,-0.2394 1.5324 -0.2394c 1.6921,-0.0000 2.6339,1.4686 2.6339 2.9372c 0.0000,1.7879 -1.2451,3.1607 -3.0489 3.1607c -0.9099,-0.0000 -2.2348,-0.5108 -2.2348 -1.1334c 0.0000,-0.3033 0.2554,-0.5108 0.5427 -0.5108c 0.3193,-0.0000 0.5268,0.2394 0.7183 0.4949c 0.2394,0.2873 0.4949,0.6066 1.0057 0.6066c 1.0216,-0.0000 1.8677,-0.9578 1.8677 -2.3466ZM 574.1879,86.1693 ZM 575.8480,84.6528 c 0.6385,-0.0000 1.0536,0.6226 1.0536 1.5803c 0.0000,1.1174 -0.7981,1.6442 -1.7559 1.8198l -0.0798,-0.3991 c 0.8301,-0.2075 1.2132,-0.6864 1.2132 -1.0216c 0.0000,-0.3671 -0.2714,-0.4310 -0.5747 -0.4629c -0.2873,-0.0479 -0.7024,-0.1756 -0.7024 -0.7024c 0.0000,-0.4470 0.3512,-0.8141 0.8460 -0.8141ZM 577.6838,86.1693 ZM 582.6163,83.4715 c 0.0000,-1.6442 -0.8939,-2.4583 -1.8836 -2.4583c -0.7343,-0.0000 -1.2930,0.1117 -1.9156 0.3671l 0.5108,-4.3579 c 0.5268,0.0479 1.0695,0.0639 1.6282 0.0639c 0.7981,-0.0000 1.6282,-0.0479 2.4902 -0.1437l 0.0958,0.0479 l -0.2394,1.0376 c -0.6226,0.0639 -1.1334,0.0798 -1.5803 0.0798c -0.7183,-0.0000 -1.2611,-0.0639 -1.8198 -0.1277l -0.3033,2.5221 c 0.3352,-0.1277 0.9099,-0.2394 1.5324 -0.2394c 1.6921,-0.0000 2.6339,1.4686 2.6339 2.9372c 0.0000,1.7879 -1.2451,3.1607 -3.0489 3.1607c -0.9099,-0.0000 -2.2348,-0.5108 -2.2348 -1.1334c 0.0000,-0.3033 0.2554,-0.5108 0.5427 -0.5108c 0.3193,-0.0000 0.5268,0.2394 0.7183 0.4949c 0.2394,0.2873 0.4949,0.6066 1.0057 0.6066c 1.0216,-0.0000 1.8677,-0.9578 1.8677 -2.3466Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 576.7380,94.3583 c 0.0000,-0.4430 -0.3591,-0.8021 -0.8021 -0.8021c -0.4430,-0.0000 -0.8021,0.3591 -0.8021 0.8021c -0.0000,0.4430 0.3591,0.8021 0.8021 0.8021c 0.4430,0.0000 0.8021,-0.3591 0.8021 -0.8021Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 567.1961,118.2548 ZM 572.1287,115.5571 c 0.0000,-1.6442 -0.8939,-2.4583 -1.8836 -2.4583c -0.7343,-0.0000 -1.2930,0.1117 -1.9156 0.3671l 0.5108,-4.3579 c 0.5268,0.0479 1.0695,0.0639 1.6282 0.0639c 0.7981,-0.0000 1.6282,-0.0479 2.4902 -0.1437l 0.0958,0.0479 l -0.2394,1.0376 c -0.6226,0.0639 -1.1334,0.0798 -1.5803 0.0798c -0.7183,-0.0000 -1.2611,-0.0639 -1.8198 -0.1277l -0.3033,2.5221 c 0.3352,-0.1277 0.9099,-0.2394 1.5324 -0.2394c 1.6921,-0.0000 2.6339,1.4686 2.6339 2.9372c 0.0000,1.7879 -1.2451,3.1607 -3.0489 3.1607c -0.9099,-0.0000 -2.2348,-0.5108 -2.2348 -1.1334c 0.0000,-0.3033 0.2554,-0.5108 0.5427 -0.5108c 0.3193,-0.0000 0.5268,0.2394 0.7183 0.4949c 0.2394,0.2873 0.4949,0.6066 1.0057 0.6066c 1.0216,-0.0000 1.8677,-0.9578 1.8677 -2.3466ZM 574.1879,118.2548 ZM 575.8480,116.7384 c 0.6385,-0.0000 1.0536,0.6226 1.0536 1.5803c 0.0000,1.1174 -0.7981,1.6442 -1.7559 1.8198l -0.0798,-0.3991 c 0.8301,-0.2075 1.2132,-0.6864 1.2132 -1.0216c 0.0000,-0.3671 -0.2714,-0.4310 -0.5747 -0.4629c -0.2873,-0.0479 -0.7024,-0.1756 -0.7024 -0.7024c 0.0000,-0.4470 0.3512,-0.8141 0.8460 -0.8141ZM 577.6838,118.2548 ZM 581.8022,112.5880 c 0.0000,-0.1117 0.0160,-0.2394 0.1596 -0.3193c 0.1756,-0.1277 0.4629,-0.2714 0.7024 -0.2714c 0.2075,-0.0000 0.2235,0.1756 0.2235 0.4949v 2.5700 h 1.2930 l -0.0958,0.7503 h -1.1972 v 1.3249 c 0.0000,0.4470 0.0639,0.6704 0.5268 0.6704h 0.4310 c 0.0958,-0.0000 0.1117,0.0798 0.1117 0.1117v 0.3512 c 0.0000,-0.0000 -1.0216,-0.0319 -1.6921 -0.0319c -0.6066,-0.0000 -1.5484,0.0319 -1.5484 0.0319v -0.3512 c 0.0000,-0.0319 0.0160,-0.1117 0.1117 -0.1117h 0.4310 c 0.4949,-0.0000 0.5427,-0.2075 0.5427 -0.6704v -1.3249 h -3.1287 c -0.0639,-0.0000 -0.0958,-0.0319 -0.1437 -0.0958l -0.1277,-0.1756 l -0.1916,-0.3352 c -0.0160,-0.0000 -0.0160,-0.0160 -0.0160 -0.0319c 0.0000,-0.0160 0.0160,-0.0319 0.0319 -0.0479c 1.0376,-1.1493 2.8733,-4.7091 3.4480 -6.0180c 0.0160,-0.0639 0.0479,-0.0798 0.1117 -0.0798c 0.0160,-0.0000 0.3671,0.1437 0.5587 0.1756c -0.7183,1.9315 -1.8996,4.0067 -3.0649 5.8584h 2.5221 v -2.4743 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 576.7380,126.4439 c 0.0000,-0.4430 -0.3591,-0.8021 -0.8021 -0.8021c -0.4430,-0.0000 -0.8021,0.3591 -0.8021 0.8021c -0.0000,0.4430 0.3591,0.8021 0.8021 0.8021c 0.4430,0.0000 0.8021,-0.3591 0.8021 -0.8021Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 567.1961,150.3404 ZM 572.1287,147.6427 c 0.0000,-1.6442 -0.8939,-2.4583 -1.8836 -2.4583c -0.7343,-0.0000 -1.2930,0.1117 -1.9156 0.3671l 0.5108,-4.3579 c 0.5268,0.0479 1.0695,0.0639 1.6282 0.0639c 0.7981,-0.0000 1.6282,-0.0479 2.4902 -0.1437l 0.0958,0.0479 l -0.2394,1.0376 c -0.6226,0.0639 -1.1334,0.0798 -1.5803 0.0798c -0.7183,-0.0000 -1.2611,-0.0639 -1.8198 -0.1277l -0.3033,2.5221 c 0.3352,-0.1277 0.9099,-0.2394 1.5324 -0.2394c 1.6921,-0.0000 2.6339,1.4686 2.6339 2.9372c 0.0000,1.7879 -1.2451,3.1607 -3.0489 3.1607c -0.9099,-0.0000 -2.2348,-0.5108 -2.2348 -1.1334c 0.0000,-0.3033 0.2554,-0.5108 0.5427 -0.5108c 0.3193,-0.0000 0.5268,0.2394 0.7183 0.4949c 0.2394,0.2873 0.4949,0.6066 1.0057 0.6066c 1.0216,-0.0000 1.8677,-0.9578 1.8677 -2.3466ZM 574.1879,150.3404 ZM 575.8480,148.8239 c 0.6385,-0.0000 1.0536,0.6226 1.0536 1.5803c 0.0000,1.1174 -0.7981,1.6442 -1.7559 1.8198l -0.0798,-0.3991 c 0.8301,-0.2075 1.2132,-0.6864 1.2132 -1.0216c 0.0000,-0.3671 -0.2714,-0.4310 -0.5747 -0.4629c -0.2873,-0.0479 -0.7024,-0.1756 -0.7024 -0.7024c 0.0000,-0.4470 0.3512,-0.8141 0.8460 -0.8141ZM 577.6838,150.3404 ZM 581.1318,141.6087 c -0.3991,-0.0000 -1.5644,0.2235 -1.5644 1.1972c 0.0000,0.2873 -0.1117,0.7822 -0.5427 0.7822c -0.4150,-0.0000 -0.4470,-0.4629 -0.4470 -0.5108c 0.0000,-0.4949 0.6545,-1.9634 2.8733 -1.9634c 1.5484,-0.0000 2.0113,0.9737 2.0113 1.6123c 0.0000,0.3991 -0.1277,1.1972 -1.5644 2.1071c 0.8939,0.1437 2.0752,0.7981 2.0752 2.4583c 0.0000,2.1071 -1.5963,3.2405 -3.4001 3.2405c -0.9099,-0.0000 -2.1869,-0.3991 -2.1869 -1.0057c 0.0000,-0.2394 0.2394,-0.5108 0.5587 -0.5108c 0.3033,-0.0000 0.4470,0.1596 0.5906 0.3671c 0.1756,0.2714 0.4629,0.6545 1.2291 0.6545c 0.5268,-0.0000 2.0273,-0.5268 2.0273 -2.5381c 0.0000,-1.7080 -1.1972,-1.9794 -2.0592 -1.9794c -0.1437,-0.0000 -0.3193,0.0319 -0.4949 0.0639l -0.0639,-0.4789 c 1.2291,-0.2075 2.2508,-1.4047 2.2508 -2.1390c 0.0000,-0.9099 -0.6385,-1.3569 -1.2930 -1.3569Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 576.7380,158.5294 c 0.0000,-0.4430 -0.3591,-0.8021 -0.8021 -0.8021c -0.4430,-0.0000 -0.8021,0.3591 -0.8021 0.8021c -0.0000,0.4430 0.3591,0.8021 0.8021 0.8021c 0.4430,0.0000 0.8021,-0.3591 0.8021 -0.8021Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 567.1961,182.4260 ZM 572.1287,179.7282 c 0.0000,-1.6442 -0.8939,-2.4583 -1.8836 -2.4583c -0.7343,-0.0000 -1.2930,0.1117 -1.9156 0.3671l 0.5108,-4.3579 c 0.5268,0.0479 1.0695,0.0639 1.6282 0.0639c 0.7981,-0.0000 1.6282,-0.0479 2.4902 -0.1437l 0.0958,0.0479 l -0.2394,1.0376 c -0.6226,0.0639 -1.1334,0.0798 -1.5803 0.0798c -0.7183,-0.0000 -1.2611,-0.0639 -1.8198 -0.1277l -0.3033,2.5221 c 0.3352,-0.1277 0.9099,-0.2394 1.5324 -0.2394c 1.6921,-0.0000 2.6339,1.4686 2.6339 2.9372c 0.0000,1.7879 -1.2451,3.1607 -3.0489 3.1607c -0.9099,-0.0000 -2.2348,-0.5108 -2.2348 -1.1334c 0.0000,-0.3033 0.2554,-0.5108 0.5427 -0.5108c 0.3193,-0.0000 0.5268,0.2394 0.7183 0.4949c 0.2394,0.2873 0.4949,0.6066 1.0057 0.6066c 1.0216,-0.0000 1.8677,-0.9578 1.8677 -2.3466ZM 574.1879,182.4260 ZM 575.8480,180.9095 c 0.6385,-0.0000 1.0536,0.6226 1.0536 1.5803c 0.0000,1.1174 -0.7981,1.6442 -1.7559 1.8198l -0.0798,-0.3991 c 0.8301,-0.2075 1.2132,-0.6864 1.2132 -1.0216c 0.0000,-0.3671 -0.2714,-0.4310 -0.5747 -0.4629c -0.2873,-0.0479 -0.7024,-0.1756 -0.7024 -0.7024c 0.0000,-0.4470 0.3512,-0.8141 0.8460 -0.8141ZM 577.6838,182.4260 ZM 578.6096,175.3544 c 0.0000,-0.9099 0.8780,-2.1550 2.5541 -2.1550c 1.2291,-0.0000 2.6658,0.4629 2.6658 2.2987c 0.0000,1.2132 -0.6226,1.8198 -1.4846 2.6499l -1.5165,1.4686 c -0.0798,0.0798 -1.1493,1.1334 -1.1493 1.8836h 2.7137 c 0.5427,-0.0000 0.8301,-0.2714 1.0536 -1.1493l 0.3991,0.0639 l -0.3193,2.0113 h -4.9326 c 0.0000,-0.8939 0.1437,-1.5803 1.6282 -3.0968l 1.1174,-1.1014 c 0.8939,-0.9099 1.2611,-1.6921 1.2611 -2.6658c 0.0000,-1.4526 -0.9897,-1.8677 -1.5324 -1.8677c -1.1014,-0.0000 -1.4047,0.5747 -1.4047 0.9578c 0.0000,0.1277 0.0319,0.2554 0.0639 0.3671c 0.0319,0.1117 0.0639,0.2235 0.0639 0.3512c 0.0000,0.4150 -0.3193,0.5747 -0.5747 0.5747c -0.3512,-0.0000 -0.6066,-0.2714 -0.6066 -0.5906Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 576.7380,190.6150 c 0.0000,-0.4430 -0.3591,-0.8021 -0.8021 -0.8021c -0.4430,-0.0000 -0.8021,0.3591 -0.8021 0.8021c -0.0000,0.4430 0.3591,0.8021 0.8021 0.8021c 0.4430,0.0000 0.8021,-0.3591 0.8021 -0.8021Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 567.1961,214.5115 ZM 572.1287,211.8138 c 0.0000,-1.6442 -0.8939,-2.4583 -1.8836 -2.4583c -0.7343,-0.0000 -1.2930,0.1117 -1.9156 0.3671l 0.5108,-4.3579 c 0.5268,0.0479 1.0695,0.0639 1.6282 0.0639c 0.7981,-0.0000 1.6282,-0.0479 2.4902 -0.1437l 0.0958,0.0479 l -0.2394,1.0376 c -0.6226,0.0639 -1.1334,0.0798 -1.5803 0.0798c -0.7183,-0.0000 -1.2611,-0.0639 -1.8198 -0.1277l -0.3033,2.5221 c 0.3352,-0.1277 0.9099,-0.2394 1.5324 -0.2394c 1.6921,-0.0000 2.6339,1.4686 2.6339 2.9372c 0.0000,1.7879 -1.2451,3.1607 -3.0489 3.1607c -0.9099,-0.0000 -2.2348,-0.5108 -2.2348 -1.1334c 0.0000,-0.3033 0.2554,-0.5108 0.5427 -0.5108c 0.3193,-0.0000 0.5268,0.2394 0.7183 0.4949c 0.2394,0.2873 0.4949,0.6066 1.0057 0.6066c 1.0216,-0.0000 1.8677,-0.9578 1.8677 -2.3466ZM 574.1879,214.5115 ZM 575.8480,212.9951 c 0.6385,-0.0000 1.0536,0.6226 1.0536 1.5803c 0.0000,1.1174 -0.7981,1.6442 -1.7559 1.8198l -0.0798,-0.3991 c 0.8301,-0.2075 1.2132,-0.6864 1.2132 -1.0216c 0.0000,-0.3671 -0.2714,-0.4310 -0.5747 -0.4629c -0.2873,-0.0479 -0.7024,-0.1756 -0.7024 -0.7024c 0.0000,-0.4470 0.3512,-0.8141 0.8460 -0.8141ZM 577.6838,214.5115 ZM 580.6848,206.8972 c -0.3033,-0.0000 -1.0057,0.2873 -1.3569 0.4470l -0.1916,-0.4949 c 1.4047,-0.6545 1.9475,-0.9897 2.7456 -1.5644h 0.3033 v 8.0294 c 0.0000,0.5747 0.0798,0.7343 0.6066 0.7343h 0.8301 c 0.0479,-0.0000 0.1277,0.0319 0.1277 0.1277v 0.3512 l -2.1869,-0.0319 l -2.2189,0.0319 v -0.3512 c 0.0160,-0.0479 0.0319,-0.1277 0.1277 -0.1277h 0.9578 c 0.6066,-0.0000 0.6066,-0.2714 0.6066 -0.7343v -5.4913 c 0.0000,-0.5427 0.0000,-0.9259 -0.3512 -0.9259Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 576.7380,222.7005 c 0.0000,-0.4430 -0.3591,-0.8021 -0.8021 -0.8021c -0.4430,-0.0000 -0.8021,0.3591 -0.8021 0.8021c -0.0000,0.4430 0.3591,0.8021 0.8021 0.8021c 0.4430,0.0000 0.8021,-0.3591 0.8021 -0.8021Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 567.1961,246.5971 ZM 572.1287,243.8994 c 0.0000,-1.6442 -0.8939,-2.4583 -1.8836 -2.4583c -0.7343,-0.0000 -1.2930,0.1117 -1.9156 0.3671l 0.5108,-4.3579 c 0.5268,0.0479 1.0695,0.0639 1.6282 0.0639c 0.7981,-0.0000 1.6282,-0.0479 2.4902 -0.1437l 0.0958,0.0479 l -0.2394,1.0376 c -0.6226,0.0639 -1.1334,0.0798 -1.5803 0.0798c -0.7183,-0.0000 -1.2611,-0.0639 -1.8198 -0.1277l -0.3033,2.5221 c 0.3352,-0.1277 0.9099,-0.2394 1.5324 -0.2394c 1.6921,-0.0000 2.6339,1.4686 2.6339 2.9372c 0.0000,1.7879 -1.2451,3.1607 -3.0489 3.1607c -0.9099,-0.0000 -2.2348,-0.5108 -2.2348 -1.1334c 0.0000,-0.3033 0.2554,-0.5108 0.5427 -0.5108c 0.3193,-0.0000 0.5268,0.2394 0.7183 0.4949c 0.2394,0.2873 0.4949,0.6066 1.0057 0.6066c 1.0216,-0.0000 1.8677,-0.9578 1.8677 -2.3466ZM 574.1879,246.5971 ZM 575.8480,245.0806 c 0.6385,-0.0000 1.0536,0.6226 1.0536 1.5803c 0.0000,1.1174 -0.7981,1.6442 -1.7559 1.8198l -0.0798,-0.3991 c 0.8301,-0.2075 1.2132,-0.6864 1.2132 -1.0216c 0.0000,-0.3671 -0.2714,-0.4310 -0.5747 -0.4629c -0.2873,-0.0479 -0.7024,-0.1756 -0.7024 -0.7024c 0.0000,-0.4470 0.3512,-0.8141 0.8460 -0.8141ZM 577.6838,246.5971 ZM 581.1797,237.9292 c -0.6864,-0.0000 -1.6921,0.6704 -1.6921 4.3898c 0.0000,1.3090 0.2394,3.9429 1.6442 3.9429c 0.2714,-0.0000 1.0376,-0.1756 1.3728 -1.4207c 0.2075,-0.7662 0.3193,-1.7240 0.3193 -3.1128c 0.0000,-2.0273 -0.5108,-3.1607 -0.9737 -3.5597c -0.1756,-0.1596 -0.4150,-0.2394 -0.6704 -0.2394ZM 581.1797,237.9292 ZM 581.1158,246.7887 c -1.7080,-0.0000 -2.8574,-2.1869 -2.8574 -4.6293c 0.0000,-2.9851 1.4207,-4.7889 2.9212 -4.7889c 0.6864,-0.0000 1.3728,0.4310 1.8357 1.0536c 0.6704,0.8939 1.0216,2.0911 1.0216 3.5917c 0.0000,3.5438 -1.7559,4.7729 -2.9212 4.7729Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 576.7380,254.7861 c 0.0000,-0.4430 -0.3591,-0.8021 -0.8021 -0.8021c -0.4430,-0.0000 -0.8021,0.3591 -0.8021 0.8021c -0.0000,0.4430 0.3591,0.8021 0.8021 0.8021c 0.4430,0.0000 0.8021,-0.3591 0.8021 -0.8021Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 470.9394,86.1693 ZM 475.0579,80.5024 c 0.0000,-0.1117 0.0160,-0.2394 0.1596 -0.3193c 0.1756,-0.1277 0.4629,-0.2714 0.7024 -0.2714c 0.2075,-0.0000 0.2235,0.1756 0.2235 0.4949v 2.5700 h 1.2930 l -0.0958,0.7503 h -1.1972 v 1.3249 c 0.0000,0.4470 0.0639,0.6704 0.5268 0.6704h 0.4310 c 0.0958,-0.0000 0.1117,0.0798 0.1117 0.1117v 0.3512 c 0.0000,-0.0000 -1.0216,-0.0319 -1.6921 -0.0319c -0.6066,-0.0000 -1.5484,0.0319 -1.5484 0.0319v -0.3512 c 0.0000,-0.0319 0.0160,-0.1117 0.1117 -0.1117h 0.4310 c 0.4949,-0.0000 0.5427,-0.2075 0.5427 -0.6704v -1.3249 h -3.1287 c -0.0639,-0.0000 -0.0958,-0.0319 -0.1437 -0.0958l -0.1277,-0.1756 l -0.1916,-0.3352 c -0.0160,-0.0000 -0.0160,-0.0160 -0.0160 -0.0319c 0.0000,-0.0160 0.0160,-0.0319 0.0319 -0.0479c 1.0376,-1.1493 2.8733,-4.7091 3.4480 -6.0180c 0.0160,-0.0639 0.0479,-0.0798 0.1117 -0.0798c 0.0160,-0.0000 0.3671,0.1437 0.5587 0.1756c -0.7183,1.9315 -1.8996,4.0067 -3.0649 5.8584h 2.5221 v -2.4743 ZM 477.9312,86.1693 ZM 479.5913,84.6528 c 0.6385,-0.0000 1.0536,0.6226 1.0536 1.5803c 0.0000,1.1174 -0.7981,1.6442 -1.7559 1.8198l -0.0798,-0.3991 c 0.8301,-0.2075 1.2132,-0.6864 1.2132 -1.0216c 0.0000,-0.3671 -0.2714,-0.4310 -0.5747 -0.4629c -0.2873,-0.0479 -0.7024,-0.1756 -0.7024 -0.7024c 0.0000,-0.4470 0.3512,-0.8141 0.8460 -0.8141ZM 481.4271,86.1693 ZM 486.3596,83.4715 c 0.0000,-1.6442 -0.8939,-2.4583 -1.8836 -2.4583c -0.7343,-0.0000 -1.2930,0.1117 -1.9156 0.3671l 0.5108,-4.3579 c 0.5268,0.0479 1.0695,0.0639 1.6282 0.0639c 0.7981,-0.0000 1.6282,-0.0479 2.4902 -0.1437l 0.0958,0.0479 l -0.2394,1.0376 c -0.6226,0.0639 -1.1334,0.0798 -1.5803 0.0798c -0.7183,-0.0000 -1.2611,-0.0639 -1.8198 -0.1277l -0.3033,2.5221 c 0.3352,-0.1277 0.9099,-0.2394 1.5324 -0.2394c 1.6921,-0.0000 2.6339,1.4686 2.6339 2.9372c 0.0000,1.7879 -1.2451,3.1607 -3.0489 3.1607c -0.9099,-0.0000 -2.2348,-0.5108 -2.2348 -1.1334c 0.0000,-0.3033 0.2554,-0.5108 0.5427 -0.5108c 0.3193,-0.0000 0.5268,0.2394 0.7183 0.4949c 0.2394,0.2873 0.4949,0.6066 1.0057 0.6066c 1.0216,-0.0000 1.8677,-0.9578 1.8677 -2.3466Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 480.4813,94.3583 c 0.0000,-0.4430 -0.3591,-0.8021 -0.8021 -0.8021c -0.4430,-0.0000 -0.8021,0.3591 -0.8021 0.8021c -0.0000,0.4430 0.3591,0.8021 0.8021 0.8021c 0.4430,0.0000 0.8021,-0.3591 0.8021 -0.8021Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 470.9394,118.2548 ZM 475.0579,112.5880 c 0.0000,-0.1117 0.0160,-0.2394 0.1596 -0.3193c 0.1756,-0.1277 0.4629,-0.2714 0.7024 -0.2714c 0.2075,-0.0000 0.2235,0.1756 0.2235 0.4949v 2.5700 h 1.2930 l -0.0958,0.7503 h -1.1972 v 1.3249 c 0.0000,0.4470 0.0639,0.6704 0.5268 0.6704h 0.4310 c 0.0958,-0.0000 0.1117,0.0798 0.1117 0.1117v 0.3512 c 0.0000,-0.0000 -1.0216,-0.0319 -1.6921 -0.0319c -0.6066,-0.0000 -1.5484,0.0319 -1.5484 0.0319v -0.3512 c 0.0000,-0.0319 0.0160,-0.1117 0.1117 -0.1117h 0.4310 c 0.4949,-0.0000 0.5427,-0.2075 0.5427 -0.6704v -1.3249 h -3.1287 c -0.0639,-0.0000 -0.0958,-0.0319 -0.1437 -0.0958l -0.1277,-0.1756 l -0.1916,-0.3352 c -0.0160,-0.0000 -0.0160,-0.0160 -0.0160 -0.0319c 0.0000,-0.0160 0.0160,-0.0319 0.0319 -0.0479c 1.0376,-1.1493 2.8733,-4.7091 3.4480 -6.0180c 0.0160,-0.0639 0.0479,-0.0798 0.1117 -0.0798c 0.0160,-0.0000 0.3671,0.1437 0.5587 0.1756c -0.7183,1.9315 -1.8996,4.0067 -3.0649 5.8584h 2.5221 v -2.4743 ZM 477.9312,118.2548 ZM 479.5913,116.7384 c 0.6385,-0.0000 1.0536,0.6226 1.0536 1.5803c 0.0000,1.1174 -0.7981,1.6442 -1.7559 1.8198l -0.0798,-0.3991 c 0.8301,-0.2075 1.2132,-0.6864 1.2132 -1.0216c 0.0000,-0.3671 -0.2714,-0.4310 -0.5747 -0.4629c -0.2873,-0.0479 -0.7024,-0.1756 -0.7024 -0.7024c 0.0000,-0.4470 0.3512,-0.8141 0.8460 -0.8141ZM 481.4271,118.2548 ZM 485.5455,112.5880 c 0.0000,-0.1117 0.0160,-0.2394 0.1596 -0.3193c 0.1756,-0.1277 0.4629,-0.2714 0.7024 -0.2714c 0.2075,-0.0000 0.2235,0.1756 0.2235 0.4949v 2.5700 h 1.2930 l -0.0958,0.7503 h -1.1972 v 1.3249 c 0.0000,0.4470 0.0639,0.6704 0.5268 0.6704h 0.4310 c 0.0958,-0.0000 0.1117,0.0798 0.1117 0.1117v 0.3512 c 0.0000,-0.0000 -1.0216,-0.0319 -1.6921 -0.0319c -0.6066,-0.0000 -1.5484,0.0319 -1.5484 0.0319v -0.3512 c 0.0000,-0.0319 0.0160,-0.1117 0.1117 -0.1117h 0.4310 c 0.4949,-0.0000 0.5427,-0.2075 0.5427 -0.6704v -1.3249 h -3.1287 c -0.0639,-0.0000 -0.0958,-0.0319 -0.1437 -0.0958l -0.1277,-0.1756 l -0.1916,-0.3352 c -0.0160,-0.0000 -0.0160,-0.0160 -0.0160 -0.0319c 0.0000,-0.0160 0.0160,-0.0319 0.0319 -0.0479c 1.0376,-1.1493 2.8733,-4.7091 3.4480 -6.0180c 0.0160,-0.0639 0.0479,-0.0798 0.1117 -0.0798c 0.0160,-0.0000 0.3671,0.1437 0.5587 0.1756c -0.7183,1.9315 -1.8996,4.0067 -3.0649 5.8584h 2.5221 v -2.4743 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 480.4813,126.4439 c 0.0000,-0.4430 -0.3591,-0.8021 -0.8021 -0.8021c -0.4430,-0.0000 -0.8021,0.3591 -0.8021 0.8021c -0.0000,0.4430 0.3591,0.8021 0.8021 0.8021c 0.4430,0.0000 0.8021,-0.3591 0.8021 -0.8021Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 470.9394,150.3404 ZM 475.0579,144.6736 c 0.0000,-0.1117 0.0160,-0.2394 0.1596 -0.3193c 0.1756,-0.1277 0.4629,-0.2714 0.7024 -0.2714c 0.2075,-0.0000 0.2235,0.1756 0.2235 0.4949v 2.5700 h 1.2930 l -0.0958,0.7503 h -1.1972 v 1.3249 c 0.0000,0.4470 0.0639,0.6704 0.5268 0.6704h 0.4310 c 0.0958,-0.0000 0.1117,0.0798 0.1117 0.1117v 0.3512 c 0.0000,-0.0000 -1.0216,-0.0319 -1.6921 -0.0319c -0.6066,-0.0000 -1.5484,0.0319 -1.5484 0.0319v -0.3512 c 0.0000,-0.0319 0.0160,-0.1117 0.1117 -0.1117h 0.4310 c 0.4949,-0.0000 0.5427,-0.2075 0.5427 -0.6704v -1.3249 h -3.1287 c -0.0639,-0.0000 -0.0958,-0.0319 -0.1437 -0.0958l -0.1277,-0.1756 l -0.1916,-0.3352 c -0.0160,-0.0000 -0.0160,-0.0160 -0.0160 -0.0319c 0.0000,-0.0160 0.0160,-0.0319 0.0319 -0.0479c 1.0376,-1.1493 2.8733,-4.7091 3.4480 -6.0180c 0.0160,-0.0639 0.0479,-0.0798 0.1117 -0.0798c 0.0160,-0.0000 0.3671,0.1437 0.5587 0.1756c -0.7183,1.9315 -1.8996,4.0067 -3.0649 5.8584h 2.5221 v -2.4743 ZM 477.9312,150.3404 ZM 479.5913,148.8239 c 0.6385,-0.0000 1.0536,0.6226 1.0536 1.5803c 0.0000,1.1174 -0.7981,1.6442 -1.7559 1.8198l -0.0798,-0.3991 c 0.8301,-0.2075 1.2132,-0.6864 1.2132 -1.0216c 0.0000,-0.3671 -0.2714,-0.4310 -0.5747 -0.4629c -0.2873,-0.0479 -0.7024,-0.1756 -0.7024 -0.7024c 0.0000,-0.4470 0.3512,-0.8141 0.8460 -0.8141ZM 481.4271,150.3404 ZM 484.8751,141.6087 c -0.3991,-0.0000 -1.5644,0.2235 -1.5644 1.1972c 0.0000,0.2873 -0.1117,0.7822 -0.5427 0.7822c -0.4150,-0.0000 -0.4470,-0.4629 -0.4470 -0.5108c 0.0000,-0.4949 0.6545,-1.9634 2.8733 -1.9634c 1.5484,-0.0000 2.0113,0.9737 2.0113 1.6123c 0.0000,0.3991 -0.1277,1.1972 -1.5644 2.1071c 0.8939,0.1437 2.0752,0.7981 2.0752 2.4583c 0.0000,2.1071 -1.5963,3.2405 -3.4001 3.2405c -0.9099,-0.0000 -2.1869,-0.3991 -2.1869 -1.0057c 0.0000,-0.2394 0.2394,-0.5108 0.5587 -0.5108c 0.3033,-0.0000 0.4470,0.1596 0.5906 0.3671c 0.1756,0.2714 0.4629,0.6545 1.2291 0.6545c 0.5268,-0.0000 2.0273,-0.5268 2.0273 -2.5381c 0.0000,-1.7080 -1.1972,-1.9794 -2.0592 -1.9794c -0.1437,-0.0000 -0.3193,0.0319 -0.4949 0.0639l -0.0639,-0.4789 c 1.2291,-0.2075 2.2508,-1.4047 2.2508 -2.1390c 0.0000,-0.9099 -0.6385,-1.3569 -1.2930 -1.3569Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 480.4813,158.5294 c 0.0000,-0.4430 -0.3591,-0.8021 -0.8021 -0.8021c -0.4430,-0.0000 -0.8021,0.3591 -0.8021 0.8021c -0.0000,0.4430 0.3591,0.8021 0.8021 0.8021c 0.4430,0.0000 0.8021,-0.3591 0.8021 -0.8021Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 470.9394,182.4260 ZM 475.0579,176.7591 c 0.0000,-0.1117 0.0160,-0.2394 0.1596 -0.3193c 0.1756,-0.1277 0.4629,-0.2714 0.7024 -0.2714c 0.2075,-0.0000 0.2235,0.1756 0.2235 0.4949v 2.5700 h 1.2930 l -0.0958,0.7503 h -1.1972 v 1.3249 c 0.0000,0.4470 0.0639,0.6704 0.5268 0.6704h 0.4310 c 0.0958,-0.0000 0.1117,0.0798 0.1117 0.1117v 0.3512 c 0.0000,-0.0000 -1.0216,-0.0319 -1.6921 -0.0319c -0.6066,-0.0000 -1.5484,0.0319 -1.5484 0.0319v -0.3512 c 0.0000,-0.0319 0.0160,-0.1117 0.1117 -0.1117h 0.4310 c 0.4949,-0.0000 0.5427,-0.2075 0.5427 -0.6704v -1.3249 h -3.1287 c -0.0639,-0.0000 -0.0958,-0.0319 -0.1437 -0.0958l -0.1277,-0.1756 l -0.1916,-0.3352 c -0.0160,-0.0000 -0.0160,-0.0160 -0.0160 -0.0319c 0.0000,-0.0160 0.0160,-0.0319 0.0319 -0.0479c 1.0376,-1.1493 2.8733,-4.7091 3.4480 -6.0180c 0.0160,-0.0639 0.0479,-0.0798 0.1117 -0.0798c 0.0160,-0.0000 0.3671,0.1437 0.5587 0.1756c -0.7183,1.9315 -1.8996,4.0067 -3.0649 5.8584h 2.5221 v -2.4743 ZM 477.9312,182.4260 ZM 479.5913,180.9095 c 0.6385,-0.0000 1.0536,0.6226 1.0536 1.5803c 0.0000,1.1174 -0.7981,1.6442 -1.7559 1.8198l -0.0798,-0.3991 c 0.8301,-0.2075 1.2132,-0.6864 1.2132 -1.0216c 0.0000,-0.3671 -0.2714,-0.4310 -0.5747 -0.4629c -0.2873,-0.0479 -0.7024,-0.1756 -0.7024 -0.7024c 0.0000,-0.4470 0.3512,-0.8141 0.8460 -0.8141ZM 481.4271,182.4260 ZM 482.3529,175.3544 c 0.0000,-0.9099 0.8780,-2.1550 2.5541 -2.1550c 1.2291,-0.0000 2.6658,0.4629 2.6658 2.2987c 0.0000,1.2132 -0.6226,1.8198 -1.4846 2.6499l -1.5165,1.4686 c -0.0798,0.0798 -1.1493,1.1334 -1.1493 1.8836h 2.7137 c 0.5427,-0.0000 0.8301,-0.2714 1.0536 -1.1493l 0.3991,0.0639 l -0.3193,2.0113 h -4.9326 c 0.0000,-0.8939 0.1437,-1.5803 1.6282 -3.0968l 1.1174,-1.1014 c 0.8939,-0.9099 1.2611,-1.6921 1.2611 -2.6658c 0.0000,-1.4526 -0.9897,-1.8677 -1.5324 -1.8677c -1.1014,-0.0000 -1.4047,0.5747 -1.4047 0.9578c 0.0000,0.1277 0.0319,0.2554 0.0639 0.3671c 0.0319,0.1117 0.0639,0.2235 0.0639 0.3512c 0.0000,0.4150 -0.3193,0.5747 -0.5747 0.5747c -0.3512,-0.0000 -0.6066,-0.2714 -0.6066 -0.5906Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 480.4813,190.6150 c 0.0000,-0.4430 -0.3591,-0.8021 -0.8021 -0.8021c -0.4430,-0.0000 -0.8021,0.3591 -0.8021 0.8021c -0.0000,0.4430 0.3591,0.8021 0.8021 0.8021c 0.4430,0.0000 0.8021,-0.3591 0.8021 -0.8021Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 470.9394,214.5115 ZM 475.0579,208.8447 c 0.0000,-0.1117 0.0160,-0.2394 0.1596 -0.3193c 0.1756,-0.1277 0.4629,-0.2714 0.7024 -0.2714c 0.2075,-0.0000 0.2235,0.1756 0.2235 0.4949v 2.5700 h 1.2930 l -0.0958,0.7503 h -1.1972 v 1.3249 c 0.0000,0.4470 0.0639,0.6704 0.5268 0.6704h 0.4310 c 0.0958,-0.0000 0.1117,0.0798 0.1117 0.1117v 0.3512 c 0.0000,-0.0000 -1.0216,-0.0319 -1.6921 -0.0319c -0.6066,-0.0000 -1.5484,0.0319 -1.5484 0.0319v -0.3512 c 0.0000,-0.0319 0.0160,-0.1117 0.1117 -0.1117h 0.4310 c 0.4949,-0.0000 0.5427,-0.2075 0.5427 -0.6704v -1.3249 h -3.1287 c -0.0639,-0.0000 -0.0958,-0.0319 -0.1437 -0.0958l -0.1277,-0.1756 l -0.1916,-0.3352 c -0.0160,-0.0000 -0.0160,-0.0160 -0.0160 -0.0319c 0.0000,-0.0160 0.0160,-0.0319 0.0319 -0.0479c 1.0376,-1.1493 2.8733,-4.7091 3.4480 -6.0180c 0.0160,-0.0639 0.0479,-0.0798 0.1117 -0.0798c 0.0160,-0.0000 0.3671,0.1437 0.5587 0.1756c -0.7183,1.9315 -1.8996,4.0067 -3.0649 5.8584h 2.5221 v -2.4743 ZM 477.9312,214.5115 ZM 479.5913,212.9951 c 0.6385,-0.0000 1.0536,0.6226 1.0536 1.5803c 0.0000,1.1174 -0.7981,1.6442 -1.7559 1.8198l -0.0798,-0.3991 c 0.8301,-0.2075 1.2132,-0.6864 1.2132 -1.0216c 0.0000,-0.3671 -0.2714,-0.4310 -0.5747 -0.4629c -0.2873,-0.0479 -0.7024,-0.1756 -0.7024 -0.7024c 0.0000,-0.4470 0.3512,-0.8141 0.8460 -0.8141ZM 481.4271,214.5115 ZM 484.4281,206.8972 c -0.3033,-0.0000 -1.0057,0.2873 -1.3569 0.4470l -0.1916,-0.4949 c 1.4047,-0.6545 1.9475,-0.9897 2.7456 -1.5644h 0.3033 v 8.0294 c 0.0000,0.5747 0.0798,0.7343 0.6066 0.7343h 0.8301 c 0.0479,-0.0000 0.1277,0.0319 0.1277 0.1277v 0.3512 l -2.1869,-0.0319 l -2.2189,0.0319 v -0.3512 c 0.0160,-0.0479 0.0319,-0.1277 0.1277 -0.1277h 0.9578 c 0.6066,-0.0000 0.6066,-0.2714 0.6066 -0.7343v -5.4913 c 0.0000,-0.5427 0.0000,-0.9259 -0.3512 -0.9259Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 480.4813,222.7005 c 0.0000,-0.4430 -0.3591,-0.8021 -0.8021 -0.8021c -0.4430,-0.0000 -0.8021,0.3591 -0.8021 0.8021c -0.0000,0.4430 0.3591,0.8021 0.8021 0.8021c 0.4430,0.0000 0.8021,-0.3591 0.8021 -0.8021Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 470.9394,246.5971 ZM 475.0579,240.9302 c 0.0000,-0.1117 0.0160,-0.2394 0.1596 -0.3193c 0.1756,-0.1277 0.4629,-0.2714 0.7024 -0.2714c 0.2075,-0.0000 0.2235,0.1756 0.2235 0.4949v 2.5700 h 1.2930 l -0.0958,0.7503 h -1.1972 v 1.3249 c 0.0000,0.4470 0.0639,0.6704 0.5268 0.6704h 0.4310 c 0.0958,-0.0000 0.1117,0.0798 0.1117 0.1117v 0.3512 c 0.0000,-0.0000 -1.0216,-0.0319 -1.6921 -0.0319c -0.6066,-0.0000 -1.5484,0.0319 -1.5484 0.0319v -0.3512 c 0.0000,-0.0319 0.0160,-0.1117 0.1117 -0.1117h 0.4310 c 0.4949,-0.0000 0.5427,-0.2075 0.5427 -0.6704v -1.3249 h -3.1287 c -0.0639,-0.0000 -0.0958,-0.0319 -0.1437 -0.0958l -0.1277,-0.1756 l -0.1916,-0.3352 c -0.0160,-0.0000 -0.0160,-0.0160 -0.0160 -0.0319c 0.0000,-0.0160 0.0160,-0.0319 0.0319 -0.0479c 1.0376,-1.1493 2.8733,-4.7091 3.4480 -6.0180c 0.0160,-0.0639 0.0479,-0.0798 0.1117 -0.0798c 0.0160,-0.0000 0.3671,0.1437 0.5587 0.1756c -0.7183,1.9315 -1.8996,4.0067 -3.0649 5.8584h 2.5221 v -2.4743 ZM 477.9312,246.5971 ZM 479.5913,245.0806 c 0.6385,-0.0000 1.0536,0.6226 1.0536 1.5803c 0.0000,1.1174 -0.7981,1.6442 -1.7559 1.8198l -0.0798,-0.3991 c 0.8301,-0.2075 1.2132,-0.6864 1.2132 -1.0216c 0.0000,-0.3671 -0.2714,-0.4310 -0.5747 -0.4629c -0.2873,-0.0479 -0.7024,-0.1756 -0.7024 -0.7024c 0.0000,-0.4470 0.3512,-0.8141 0.8460 -0.8141ZM 481.4271,246.5971 ZM 484.9230,237.9292 c -0.6864,-0.0000 -1.6921,0.6704 -1.6921 4.3898c 0.0000,1.3090 0.2394,3.9429 1.6442 3.9429c 0.2714,-0.0000 1.0376,-0.1756 1.3728 -1.4207c 0.2075,-0.7662 0.3193,-1.7240 0.3193 -3.1128c 0.0000,-2.0273 -0.5108,-3.1607 -0.9737 -3.5597c -0.1756,-0.1596 -0.4150,-0.2394 -0.6704 -0.2394ZM 484.9230,237.9292 ZM 484.8591,246.7887 c -1.7080,-0.0000 -2.8574,-2.1869 -2.8574 -4.6293c 0.0000,-2.9851 1.4207,-4.7889 2.9212 -4.7889c 0.6864,-0.0000 1.3728,0.4310 1.8357 1.0536c 0.6704,0.8939 1.0216,2.0911 1.0216 3.5917c 0.0000,3.5438 -1.7559,4.7729 -2.9212 4.7729Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 480.4813,254.7861 c 0.0000,-0.4430 -0.3591,-0.8021 -0.8021 -0.8021c -0.4430,-0.0000 -0.8021,0.3591 -0.8021 0.8021c -0.0000,0.4430 0.3591,0.8021 0.8021 0.8021c 0.4430,0.0000 0.8021,-0.3591 0.8021 -0.8021Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 374.6827,86.1693 ZM 378.1307,77.4375 c -0.3991,-0.0000 -1.5644,0.2235 -1.5644 1.1972c 0.0000,0.2873 -0.1117,0.7822 -0.5427 0.7822c -0.4150,-0.0000 -0.4470,-0.4629 -0.4470 -0.5108c 0.0000,-0.4949 0.6545,-1.9634 2.8733 -1.9634c 1.5484,-0.0000 2.0113,0.9737 2.0113 1.6123c 0.0000,0.3991 -0.1277,1.1972 -1.5644 2.1071c 0.8939,0.1437 2.0752,0.7981 2.0752 2.4583c 0.0000,2.1071 -1.5963,3.2405 -3.4001 3.2405c -0.9099,-0.0000 -2.1869,-0.3991 -2.1869 -1.0057c 0.0000,-0.2394 0.2394,-0.5108 0.5587 -0.5108c 0.3033,-0.0000 0.4470,0.1596 0.5906 0.3671c 0.1756,0.2714 0.4629,0.6545 1.2291 0.6545c 0.5268,-0.0000 2.0273,-0.5268 2.0273 -2.5381c 0.0000,-1.7080 -1.1972,-1.9794 -2.0592 -1.9794c -0.1437,-0.0000 -0.3193,0.0319 -0.4949 0.0639l -0.0639,-0.4789 c 1.2291,-0.2075 2.2508,-1.4047 2.2508 -2.1390c 0.0000,-0.9099 -0.6385,-1.3569 -1.2930 -1.3569ZM 381.6745,86.1693 ZM 383.3347,84.6528 c 0.6385,-0.0000 1.0536,0.6226 1.0536 1.5803c 0.0000,1.1174 -0.7981,1.6442 -1.7559 1.8198l -0.0798,-0.3991 c 0.8301,-0.2075 1.2132,-0.6864 1.2132 -1.0216c 0.0000,-0.3671 -0.2714,-0.4310 -0.5747 -0.4629c -0.2873,-0.0479 -0.7024,-0.1756 -0.7024 -0.7024c 0.0000,-0.4470 0.3512,-0.8141 0.8460 -0.8141ZM 385.1704,86.1693 ZM 390.1030,83.4715 c 0.0000,-1.6442 -0.8939,-2.4583 -1.8836 -2.4583c -0.7343,-0.0000 -1.2930,0.1117 -1.9156 0.3671l 0.5108,-4.3579 c 0.5268,0.0479 1.0695,0.0639 1.6282 0.0639c 0.7981,-0.0000 1.6282,-0.0479 2.4902 -0.1437l 0.0958,0.0479 l -0.2394,1.0376 c -0.6226,0.0639 -1.1334,0.0798 -1.5803 0.0798c -0.7183,-0.0000 -1.2611,-0.0639 -1.8198 -0.1277l -0.3033,2.5221 c 0.3352,-0.1277 0.9099,-0.2394 1.5324 -0.2394c 1.6921,-0.0000 2.6339,1.4686 2.6339 2.9372c 0.0000,1.7879 -1.2451,3.1607 -3.0489 3.1607c -0.9099,-0.0000 -2.2348,-0.5108 -2.2348 -1.1334c 0.0000,-0.3033 0.2554,-0.5108 0.5427 -0.5108c 0.3193,-0.0000 0.5268,0.2394 0.7183 0.4949c 0.2394,0.2873 0.4949,0.6066 1.0057 0.6066c 1.0216,-0.0000 1.8677,-0.9578 1.8677 -2.3466Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 384.2246,94.3583 c 0.0000,-0.4430 -0.3591,-0.8021 -0.8021 -0.8021c -0.4430,-0.0000 -0.8021,0.3591 -0.8021 0.8021c -0.0000,0.4430 0.3591,0.8021 0.8021 0.8021c 0.4430,0.0000 0.8021,-0.3591 0.8021 -0.8021Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 374.6827,118.2548 ZM 378.1307,109.5231 c -0.3991,-0.0000 -1.5644,0.2235 -1.5644 1.1972c 0.0000,0.2873 -0.1117,0.7822 -0.5427 0.7822c -0.4150,-0.0000 -0.4470,-0.4629 -0.4470 -0.5108c 0.0000,-0.4949 0.6545,-1.9634 2.8733 -1.9634c 1.5484,-0.0000 2.0113,0.9737 2.0113 1.6123c 0.0000,0.3991 -0.1277,1.1972 -1.5644 2.1071c 0.8939,0.1437 2.0752,0.7981 2.0752 2.4583c 0.0000,2.1071 -1.5963,3.2405 -3.4001 3.2405c -0.9099,-0.0000 -2.1869,-0.3991 -2.1869 -1.0057c 0.0000,-0.2394 0.2394,-0.5108 0.5587 -0.5108c 0.3033,-0.0000 0.4470,0.1596 0.5906 0.3671c 0.1756,0.2714 0.4629,0.6545 1.2291 0.6545c 0.5268,-0.0000 2.0273,-0.5268 2.0273 -2.5381c 0.0000,-1.7080 -1.1972,-1.9794 -2.0592 -1.9794c -0.1437,-0.0000 -0.3193,0.0319 -0.4949 0.0639l -0.0639,-0.4789 c 1.2291,-0.2075 2.2508,-1.4047 2.2508 -2.1390c 0.0000,-0.9099 -0.6385,-1.3569 -1.2930 -1.3569ZM 381.6745,118.2548 ZM 383.3347,116.7384 c 0.6385,-0.0000 1.0536,0.6226 1.0536 1.5803c 0.0000,1.1174 -0.7981,1.6442 -1.7559 1.8198l -0.0798,-0.3991 c 0.8301,-0.2075 1.2132,-0.6864 1.2132 -1.0216c 0.0000,-0.3671 -0.2714,-0.4310 -0.5747 -0.4629c -0.2873,-0.0479 -0.7024,-0.1756 -0.7024 -0.7024c 0.0000,-0.4470 0.3512,-0.8141 0.8460 -0.8141ZM 385.1704,118.2548 ZM 389.2888,112.5880 c 0.0000,-0.1117 0.0160,-0.2394 0.1596 -0.3193c 0.1756,-0.1277 0.4629,-0.2714 0.7024 -0.2714c 0.2075,-0.0000 0.2235,0.1756 0.2235 0.4949v 2.5700 h 1.2930 l -0.0958,0.7503 h -1.1972 v 1.3249 c 0.0000,0.4470 0.0639,0.6704 0.5268 0.6704h 0.4310 c 0.0958,-0.0000 0.1117,0.0798 0.1117 0.1117v 0.3512 c 0.0000,-0.0000 -1.0216,-0.0319 -1.6921 -0.0319c -0.6066,-0.0000 -1.5484,0.0319 -1.5484 0.0319v -0.3512 c 0.0000,-0.0319 0.0160,-0.1117 0.1117 -0.1117h 0.4310 c 0.4949,-0.0000 0.5427,-0.2075 0.5427 -0.6704v -1.3249 h -3.1287 c -0.0639,-0.0000 -0.0958,-0.0319 -0.1437 -0.0958l -0.1277,-0.1756 l -0.1916,-0.3352 c -0.0160,-0.0000 -0.0160,-0.0160 -0.0160 -0.0319c 0.0000,-0.0160 0.0160,-0.0319 0.0319 -0.0479c 1.0376,-1.1493 2.8733,-4.7091 3.4480 -6.0180c 0.0160,-0.0639 0.0479,-0.0798 0.1117 -0.0798c 0.0160,-0.0000 0.3671,0.1437 0.5587 0.1756c -0.7183,1.9315 -1.8996,4.0067 -3.0649 5.8584h 2.5221 v -2.4743 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 384.2246,126.4439 c 0.0000,-0.4430 -0.3591,-0.8021 -0.8021 -0.8021c -0.4430,-0.0000 -0.8021,0.3591 -0.8021 0.8021c -0.0000,0.4430 0.3591,0.8021 0.8021 0.8021c 0.4430,0.0000 0.8021,-0.3591 0.8021 -0.8021Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 374.6827,150.3404 ZM 378.1307,141.6087 c -0.3991,-0.0000 -1.5644,0.2235 -1.5644 1.1972c 0.0000,0.2873 -0.1117,0.7822 -0.5427 0.7822c -0.4150,-0.0000 -0.4470,-0.4629 -0.4470 -0.5108c 0.0000,-0.4949 0.6545,-1.9634 2.8733 -1.9634c 1.5484,-0.0000 2.0113,0.9737 2.0113 1.6123c 0.0000,0.3991 -0.1277,1.1972 -1.5644 2.1071c 0.8939,0.1437 2.0752,0.7981 2.0752 2.4583c 0.0000,2.1071 -1.5963,3.2405 -3.4001 3.2405c -0.9099,-0.0000 -2.1869,-0.3991 -2.1869 -1.0057c 0.0000,-0.2394 0.2394,-0.5108 0.5587 -0.5108c 0.3033,-0.0000 0.4470,0.1596 0.5906 0.3671c 0.1756,0.2714 0.4629,0.6545 1.2291 0.6545c 0.5268,-0.0000 2.0273,-0.5268 2.0273 -2.5381c 0.0000,-1.7080 -1.1972,-1.9794 -2.0592 -1.9794c -0.1437,-0.0000 -0.3193,0.0319 -0.4949 0.0639l -0.0639,-0.4789 c 1.2291,-0.2075 2.2508,-1.4047 2.2508 -2.1390c 0.0000,-0.9099 -0.6385,-1.3569 -1.2930 -1.3569ZM 381.6745,150.3404 ZM 383.3347,148.8239 c 0.6385,-0.0000 1.0536,0.6226 1.0536 1.5803c 0.0000,1.1174 -0.7981,1.6442 -1.7559 1.8198l -0.0798,-0.3991 c 0.8301,-0.2075 1.2132,-0.6864 1.2132 -1.0216c 0.0000,-0.3671 -0.2714,-0.4310 -0.5747 -0.4629c -0.2873,-0.0479 -0.7024,-0.1756 -0.7024 -0.7024c 0.0000,-0.4470 0.3512,-0.8141 0.8460 -0.8141ZM 385.1704,150.3404 ZM 388.6184,141.6087 c -0.3991,-0.0000 -1.5644,0.2235 -1.5644 1.1972c 0.0000,0.2873 -0.1117,0.7822 -0.5427 0.7822c -0.4150,-0.0000 -0.4470,-0.4629 -0.4470 -0.5108c 0.0000,-0.4949 0.6545,-1.9634 2.8733 -1.9634c 1.5484,-0.0000 2.0113,0.9737 2.0113 1.6123c 0.0000,0.3991 -0.1277,1.1972 -1.5644 2.1071c 0.8939,0.1437 2.0752,0.7981 2.0752 2.4583c 0.0000,2.1071 -1.5963,3.2405 -3.4001 3.2405c -0.9099,-0.0000 -2.1869,-0.3991 -2.1869 -1.0057c 0.0000,-0.2394 0.2394,-0.5108 0.5587 -0.5108c 0.3033,-0.0000 0.4470,0.1596 0.5906 0.3671c 0.1756,0.2714 0.4629,0.6545 1.2291 0.6545c 0.5268,-0.0000 2.0273,-0.5268 2.0273 -2.5381c 0.0000,-1.7080 -1.1972,-1.9794 -2.0592 -1.9794c -0.1437,-0.0000 -0.3193,0.0319 -0.4949 0.0639l -0.0639,-0.4789 c 1.2291,-0.2075 2.2508,-1.4047 2.2508 -2.1390c 0.0000,-0.9099 -0.6385,-1.3569 -1.2930 -1.3569Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 384.2246,158.5294 c 0.0000,-0.4430 -0.3591,-0.8021 -0.8021 -0.8021c -0.4430,-0.0000 -0.8021,0.3591 -0.8021 0.8021c -0.0000,0.4430 0.3591,0.8021 0.8021 0.8021c 0.4430,0.0000 0.8021,-0.3591 0.8021 -0.8021Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 374.6827,182.4260 ZM 378.1307,173.6942 c -0.3991,-0.0000 -1.5644,0.2235 -1.5644 1.1972c 0.0000,0.2873 -0.1117,0.7822 -0.5427 0.7822c -0.4150,-0.0000 -0.4470,-0.4629 -0.4470 -0.5108c 0.0000,-0.4949 0.6545,-1.9634 2.8733 -1.9634c 1.5484,-0.0000 2.0113,0.9737 2.0113 1.6123c 0.0000,0.3991 -0.1277,1.1972 -1.5644 2.1071c 0.8939,0.1437 2.0752,0.7981 2.0752 2.4583c 0.0000,2.1071 -1.5963,3.2405 -3.4001 3.2405c -0.9099,-0.0000 -2.1869,-0.3991 -2.1869 -1.0057c 0.0000,-0.2394 0.2394,-0.5108 0.5587 -0.5108c 0.3033,-0.0000 0.4470,0.1596 0.5906 0.3671c 0.1756,0.2714 0.4629,0.6545 1.2291 0.6545c 0.5268,-0.0000 2.0273,-0.5268 2.0273 -2.5381c 0.0000,-1.7080 -1.1972,-1.9794 -2.0592 -1.9794c -0.1437,-0.0000 -0.3193,0.0319 -0.4949 0.0639l -0.0639,-0.4789 c 1.2291,-0.2075 2.2508,-1.4047 2.2508 -2.1390c 0.0000,-0.9099 -0.6385,-1.3569 -1.2930 -1.3569ZM 381.6745,182.4260 ZM 383.3347,180.9095 c 0.6385,-0.0000 1.0536,0.6226 1.0536 1.5803c 0.0000,1.1174 -0.7981,1.6442 -1.7559 1.8198l -0.0798,-0.3991 c 0.8301,-0.2075 1.2132,-0.6864 1.2132 -1.0216c 0.0000,-0.3671 -0.2714,-0.4310 -0.5747 -0.4629c -0.2873,-0.0479 -0.7024,-0.1756 -0.7024 -0.7024c 0.0000,-0.4470 0.3512,-0.8141 0.8460 -0.8141ZM 385.1704,182.4260 ZM 386.0963,175.3544 c 0.0000,-0.9099 0.8780,-2.1550 2.5541 -2.1550c 1.2291,-0.0000 2.6658,0.4629 2.6658 2.2987c 0.0000,1.2132 -0.6226,1.8198 -1.4846 2.6499l -1.5165,1.4686 c -0.0798,0.0798 -1.1493,1.1334 -1.1493 1.8836h 2.7137 c 0.5427,-0.0000 0.8301,-0.2714 1.0536 -1.1493l 0.3991,0.0639 l -0.3193,2.0113 h -4.9326 c 0.0000,-0.8939 0.1437,-1.5803 1.6282 -3.0968l 1.1174,-1.1014 c 0.8939,-0.9099 1.2611,-1.6921 1.2611 -2.6658c 0.0000,-1.4526 -0.9897,-1.8677 -1.5324 -1.8677c -1.1014,-0.0000 -1.4047,0.5747 -1.4047 0.9578c 0.0000,0.1277 0.0319,0.2554 0.0639 0.3671c 0.0319,0.1117 0.0639,0.2235 0.0639 0.3512c 0.0000,0.4150 -0.3193,0.5747 -0.5747 0.5747c -0.3512,-0.0000 -0.6066,-0.2714 -0.6066 -0.5906Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 384.2246,190.6150 c 0.0000,-0.4430 -0.3591,-0.8021 -0.8021 -0.8021c -0.4430,-0.0000 -0.8021,0.3591 -0.8021 0.8021c -0.0000,0.4430 0.3591,0.8021 0.8021 0.8021c 0.4430,0.0000 0.8021,-0.3591 0.8021 -0.8021Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 374.6827,214.5115 ZM 378.1307,205.7798 c -0.3991,-0.0000 -1.5644,0.2235 -1.5644 1.1972c 0.0000,0.2873 -0.1117,0.7822 -0.5427 0.7822c -0.4150,-0.0000 -0.4470,-0.4629 -0.4470 -0.5108c 0.0000,-0.4949 0.6545,-1.9634 2.8733 -1.9634c 1.5484,-0.0000 2.0113,0.9737 2.0113 1.6123c 0.0000,0.3991 -0.1277,1.1972 -1.5644 2.1071c 0.8939,0.1437 2.0752,0.7981 2.0752 2.4583c 0.0000,2.1071 -1.5963,3.2405 -3.4001 3.2405c -0.9099,-0.0000 -2.1869,-0.3991 -2.1869 -1.0057c 0.0000,-0.2394 0.2394,-0.5108 0.5587 -0.5108c 0.3033,-0.0000 0.4470,0.1596 0.5906 0.3671c 0.1756,0.2714 0.4629,0.6545 1.2291 0.6545c 0.5268,-0.0000 2.0273,-0.5268 2.0273 -2.5381c 0.0000,-1.7080 -1.1972,-1.9794 -2.0592 -1.9794c -0.1437,-0.0000 -0.3193,0.0319 -0.4949 0.0639l -0.0639,-0.4789 c 1.2291,-0.2075 2.2508,-1.4047 2.2508 -2.1390c 0.0000,-0.9099 -0.6385,-1.3569 -1.2930 -1.3569ZM 381.6745,214.5115 ZM 383.3347,212.9951 c 0.6385,-0.0000 1.0536,0.6226 1.0536 1.5803c 0.0000,1.1174 -0.7981,1.6442 -1.7559 1.8198l -0.0798,-0.3991 c 0.8301,-0.2075 1.2132,-0.6864 1.2132 -1.0216c 0.0000,-0.3671 -0.2714,-0.4310 -0.5747 -0.4629c -0.2873,-0.0479 -0.7024,-0.1756 -0.7024 -0.7024c 0.0000,-0.4470 0.3512,-0.8141 0.8460 -0.8141ZM 385.1704,214.5115 ZM 388.1714,206.8972 c -0.3033,-0.0000 -1.0057,0.2873 -1.3569 0.4470l -0.1916,-0.4949 c 1.4047,-0.6545 1.9475,-0.9897 2.7456 -1.5644h 0.3033 v 8.0294 c 0.0000,0.5747 0.0798,0.7343 0.6066 0.7343h 0.8301 c 0.0479,-0.0000 0.1277,0.0319 0.1277 0.1277v 0.3512 l -2.1869,-0.0319 l -2.2189,0.0319 v -0.3512 c 0.0160,-0.0479 0.0319,-0.1277 0.1277 -0.1277h 0.9578 c 0.6066,-0.0000 0.6066,-0.2714 0.6066 -0.7343v -5.4913 c 0.0000,-0.5427 0.0000,-0.9259 -0.3512 -0.9259Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 384.2246,222.7005 c 0.0000,-0.4430 -0.3591,-0.8021 -0.8021 -0.8021c -0.4430,-0.0000 -0.8021,0.3591 -0.8021 0.8021c -0.0000,0.4430 0.3591,0.8021 0.8021 0.8021c 0.4430,0.0000 0.8021,-0.3591 0.8021 -0.8021Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 374.6827,246.5971 ZM 378.1307,237.8654 c -0.3991,-0.0000 -1.5644,0.2235 -1.5644 1.1972c 0.0000,0.2873 -0.1117,0.7822 -0.5427 0.7822c -0.4150,-0.0000 -0.4470,-0.4629 -0.4470 -0.5108c 0.0000,-0.4949 0.6545,-1.9634 2.8733 -1.9634c 1.5484,-0.0000 2.0113,0.9737 2.0113 1.6123c 0.0000,0.3991 -0.1277,1.1972 -1.5644 2.1071c 0.8939,0.1437 2.0752,0.7981 2.0752 2.4583c 0.0000,2.1071 -1.5963,3.2405 -3.4001 3.2405c -0.9099,-0.0000 -2.1869,-0.3991 -2.1869 -1.0057c 0.0000,-0.2394 0.2394,-0.5108 0.5587 -0.5108c 0.3033,-0.0000 0.4470,0.1596 0.5906 0.3671c 0.1756,0.2714 0.4629,0.6545 1.2291 0.6545c 0.5268,-0.0000 2.0273,-0.5268 2.0273 -2.5381c 0.0000,-1.7080 -1.1972,-1.9794 -2.0592 -1.9794c -0.1437,-0.0000 -0.3193,0.0319 -0.4949 0.0639l -0.0639,-0.4789 c 1.2291,-0.2075 2.2508,-1.4047 2.2508 -2.1390c 0.0000,-0.9099 -0.6385,-1.3569 -1.2930 -1.3569ZM 381.6745,246.5971 ZM 383.3347,245.0806 c 0.6385,-0.0000 1.0536,0.6226 1.0536 1.5803c 0.0000,1.1174 -0.7981,1.6442 -1.7559 1.8198l -0.0798,-0.3991 c 0.8301,-0.2075 1.2132,-0.6864 1.2132 -1.0216c 0.0000,-0.3671 -0.2714,-0.4310 -0.5747 -0.4629c -0.2873,-0.0479 -0.7024,-0.1756 -0.7024 -0.7024c 0.0000,-0.4470 0.3512,-0.8141 0.8460 -0.8141ZM 385.1704,246.5971 ZM 388.6663,237.9292 c -0.6864,-0.0000 -1.6921,0.6704 -1.6921 4.3898c 0.0000,1.3090 0.2394,3.9429 1.6442 3.9429c 0.2714,-0.0000 1.0376,-0.1756 1.3728 -1.4207c 0.2075,-0.7662 0.3193,-1.7240 0.3193 -3.1128c 0.0000,-2.0273 -0.5108,-3.1607 -0.9737 -3.5597c -0.1756,-0.1596 -0.4150,-0.2394 -0.6704 -0.2394ZM 388.6663,237.9292 ZM 388.6024,246.7887 c -1.7080,-0.0000 -2.8574,-2.1869 -2.8574 -4.6293c 0.0000,-2.9851 1.4207,-4.7889 2.9212 -4.7889c 0.6864,-0.0000 1.3728,0.4310 1.8357 1.0536c 0.6704,0.8939 1.0216,2.0911 1.0216 3.5917c 0.0000,3.5438 -1.7559,4.7729 -2.9212 4.7729Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 384.2246,254.7861 c 0.0000,-0.4430 -0.3591,-0.8021 -0.8021 -0.8021c -0.4430,-0.0000 -0.8021,0.3591 -0.8021 0.8021c -0.0000,0.4430 0.3591,0.8021 0.8021 0.8021c 0.4430,0.0000 0.8021,-0.3591 0.8021 -0.8021Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 278.4261,86.1693 ZM 279.3519,79.0977 c 0.0000,-0.9099 0.8780,-2.1550 2.5541 -2.1550c 1.2291,-0.0000 2.6658,0.4629 2.6658 2.2987c 0.0000,1.2132 -0.6226,1.8198 -1.4846 2.6499l -1.5165,1.4686 c -0.0798,0.0798 -1.1493,1.1334 -1.1493 1.8836h 2.7137 c 0.5427,-0.0000 0.8301,-0.2714 1.0536 -1.1493l 0.3991,0.0639 l -0.3193,2.0113 h -4.9326 c 0.0000,-0.8939 0.1437,-1.5803 1.6282 -3.0968l 1.1174,-1.1014 c 0.8939,-0.9099 1.2611,-1.6921 1.2611 -2.6658c 0.0000,-1.4526 -0.9897,-1.8677 -1.5324 -1.8677c -1.1014,-0.0000 -1.4047,0.5747 -1.4047 0.9578c 0.0000,0.1277 0.0319,0.2554 0.0639 0.3671c 0.0319,0.1117 0.0639,0.2235 0.0639 0.3512c 0.0000,0.4150 -0.3193,0.5747 -0.5747 0.5747c -0.3512,-0.0000 -0.6066,-0.2714 -0.6066 -0.5906ZM 285.4178,86.1693 ZM 287.0780,84.6528 c 0.6385,-0.0000 1.0536,0.6226 1.0536 1.5803c 0.0000,1.1174 -0.7981,1.6442 -1.7559 1.8198l -0.0798,-0.3991 c 0.8301,-0.2075 1.2132,-0.6864 1.2132 -1.0216c 0.0000,-0.3671 -0.2714,-0.4310 -0.5747 -0.4629c -0.2873,-0.0479 -0.7024,-0.1756 -0.7024 -0.7024c 0.0000,-0.4470 0.3512,-0.8141 0.8460 -0.8141ZM 288.9137,86.1693 ZM 293.8463,83.4715 c 0.0000,-1.6442 -0.8939,-2.4583 -1.8836 -2.4583c -0.7343,-0.0000 -1.2930,0.1117 -1.9156 0.3671l 0.5108,-4.3579 c 0.5268,0.0479 1.0695,0.0639 1.6282 0.0639c 0.7981,-0.0000 1.6282,-0.0479 2.4902 -0.1437l 0.0958,0.0479 l -0.2394,1.0376 c -0.6226,0.0639 -1.1334,0.0798 -1.5803 0.0798c -0.7183,-0.0000 -1.2611,-0.0639 -1.8198 -0.1277l -0.3033,2.5221 c 0.3352,-0.1277 0.9099,-0.2394 1.5324 -0.2394c 1.6921,-0.0000 2.6339,1.4686 2.6339 2.9372c 0.0000,1.7879 -1.2451,3.1607 -3.0489 3.1607c -0.9099,-0.0000 -2.2348,-0.5108 -2.2348 -1.1334c 0.0000,-0.3033 0.2554,-0.5108 0.5427 -0.5108c 0.3193,-0.0000 0.5268,0.2394 0.7183 0.4949c 0.2394,0.2873 0.4949,0.6066 1.0057 0.6066c 1.0216,-0.0000 1.8677,-0.9578 1.8677 -2.3466Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 287.9679,94.3583 c 0.0000,-0.4430 -0.3591,-0.8021 -0.8021 -0.8021c -0.4430,-0.0000 -0.8021,0.3591 -0.8021 0.8021c -0.0000,0.4430 0.3591,0.8021 0.8021 0.8021c 0.4430,0.0000 0.8021,-0.3591 0.8021 -0.8021Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 278.4261,118.2548 ZM 279.3519,111.1833 c 0.0000,-0.9099 0.8780,-2.1550 2.5541 -2.1550c 1.2291,-0.0000 2.6658,0.4629 2.6658 2.2987c 0.0000,1.2132 -0.6226,1.8198 -1.4846 2.6499l -1.5165,1.4686 c -0.0798,0.0798 -1.1493,1.1334 -1.1493 1.8836h 2.7137 c 0.5427,-0.0000 0.8301,-0.2714 1.0536 -1.1493l 0.3991,0.0639 l -0.3193,2.0113 h -4.9326 c 0.0000,-0.8939 0.1437,-1.5803 1.6282 -3.0968l 1.1174,-1.1014 c 0.8939,-0.9099 1.2611,-1.6921 1.2611 -2.6658c 0.0000,-1.4526 -0.9897,-1.8677 -1.5324 -1.8677c -1.1014,-0.0000 -1.4047,0.5747 -1.4047 0.9578c 0.0000,0.1277 0.0319,0.2554 0.0639 0.3671c 0.0319,0.1117 0.0639,0.2235 0.0639 0.3512c 0.0000,0.4150 -0.3193,0.5747 -0.5747 0.5747c -0.3512,-0.0000 -0.6066,-0.2714 -0.6066 -0.5906ZM 285.4178,118.2548 ZM 287.0780,116.7384 c 0.6385,-0.0000 1.0536,0.6226 1.0536 1.5803c 0.0000,1.1174 -0.7981,1.6442 -1.7559 1.8198l -0.0798,-0.3991 c 0.8301,-0.2075 1.2132,-0.6864 1.2132 -1.0216c 0.0000,-0.3671 -0.2714,-0.4310 -0.5747 -0.4629c -0.2873,-0.0479 -0.7024,-0.1756 -0.7024 -0.7024c 0.0000,-0.4470 0.3512,-0.8141 0.8460 -0.8141ZM 288.9137,118.2548 ZM 293.0322,112.5880 c 0.0000,-0.1117 0.0160,-0.2394 0.1596 -0.3193c 0.1756,-0.1277 0.4629,-0.2714 0.7024 -0.2714c 0.2075,-0.0000 0.2235,0.1756 0.2235 0.4949v 2.5700 h 1.2930 l -0.0958,0.7503 h -1.1972 v 1.3249 c 0.0000,0.4470 0.0639,0.6704 0.5268 0.6704h 0.4310 c 0.0958,-0.0000 0.1117,0.0798 0.1117 0.1117v 0.3512 c 0.0000,-0.0000 -1.0216,-0.0319 -1.6921 -0.0319c -0.6066,-0.0000 -1.5484,0.0319 -1.5484 0.0319v -0.3512 c 0.0000,-0.0319 0.0160,-0.1117 0.1117 -0.1117h 0.4310 c 0.4949,-0.0000 0.5427,-0.2075 0.5427 -0.6704v -1.3249 h -3.1287 c -0.0639,-0.0000 -0.0958,-0.0319 -0.1437 -0.0958l -0.1277,-0.1756 l -0.1916,-0.3352 c -0.0160,-0.0000 -0.0160,-0.0160 -0.0160 -0.0319c 0.0000,-0.0160 0.0160,-0.0319 0.0319 -0.0479c 1.0376,-1.1493 2.8733,-4.7091 3.4480 -6.0180c 0.0160,-0.0639 0.0479,-0.0798 0.1117 -0.0798c 0.0160,-0.0000 0.3671,0.1437 0.5587 0.1756c -0.7183,1.9315 -1.8996,4.0067 -3.0649 5.8584h 2.5221 v -2.4743 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 287.9679,126.4439 c 0.0000,-0.4430 -0.3591,-0.8021 -0.8021 -0.8021c -0.4430,-0.0000 -0.8021,0.3591 -0.8021 0.8021c -0.0000,0.4430 0.3591,0.8021 0.8021 0.8021c 0.4430,0.0000 0.8021,-0.3591 0.8021 -0.8021Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 278.4261,150.3404 ZM 279.3519,143.2688 c 0.0000,-0.9099 0.8780,-2.1550 2.5541 -2.1550c 1.2291,-0.0000 2.6658,0.4629 2.6658 2.2987c 0.0000,1.2132 -0.6226,1.8198 -1.4846 2.6499l -1.5165,1.4686 c -0.0798,0.0798 -1.1493,1.1334 -1.1493 1.8836h 2.7137 c 0.5427,-0.0000 0.8301,-0.2714 1.0536 -1.1493l 0.3991,0.0639 l -0.3193,2.0113 h -4.9326 c 0.0000,-0.8939 0.1437,-1.5803 1.6282 -3.0968l 1.1174,-1.1014 c 0.8939,-0.9099 1.2611,-1.6921 1.2611 -2.6658c 0.0000,-1.4526 -0.9897,-1.8677 -1.5324 -1.8677c -1.1014,-0.0000 -1.4047,0.5747 -1.4047 0.9578c 0.0000,0.1277 0.0319,0.2554 0.0639 0.3671c 0.0319,0.1117 0.0639,0.2235 0.0639 0.3512c 0.0000,0.4150 -0.3193,0.5747 -0.5747 0.5747c -0.3512,-0.0000 -0.6066,-0.2714 -0.6066 -0.5906ZM 285.4178,150.3404 ZM 287.0780,148.8239 c 0.6385,-0.0000 1.0536,0.6226 1.0536 1.5803c 0.0000,1.1174 -0.7981,1.6442 -1.7559 1.8198l -0.0798,-0.3991 c 0.8301,-0.2075 1.2132,-0.6864 1.2132 -1.0216c 0.0000,-0.3671 -0.2714,-0.4310 -0.5747 -0.4629c -0.2873,-0.0479 -0.7024,-0.1756 -0.7024 -0.7024c 0.0000,-0.4470 0.3512,-0.8141 0.8460 -0.8141ZM 288.9137,150.3404 ZM 292.3617,141.6087 c -0.3991,-0.0000 -1.5644,0.2235 -1.5644 1.1972c 0.0000,0.2873 -0.1117,0.7822 -0.5427 0.7822c -0.4150,-0.0000 -0.4470,-0.4629 -0.4470 -0.5108c 0.0000,-0.4949 0.6545,-1.9634 2.8733 -1.9634c 1.5484,-0.0000 2.0113,0.9737 2.0113 1.6123c 0.0000,0.3991 -0.1277,1.1972 -1.5644 2.1071c 0.8939,0.1437 2.0752,0.7981 2.0752 2.4583c 0.0000,2.1071 -1.5963,3.2405 -3.4001 3.2405c -0.9099,-0.0000 -2.1869,-0.3991 -2.1869 -1.0057c 0.0000,-0.2394 0.2394,-0.5108 0.5587 -0.5108c 0.3033,-0.0000 0.4470,0.1596 0.5906 0.3671c 0.1756,0.2714 0.4629,0.6545 1.2291 0.6545c 0.5268,-0.0000 2.0273,-0.5268 2.0273 -2.5381c 0.0000,-1.7080 -1.1972,-1.9794 -2.0592 -1.9794c -0.1437,-0.0000 -0.3193,0.0319 -0.4949 0.0639l -0.0639,-0.4789 c 1.2291,-0.2075 2.2508,-1.4047 2.2508 -2.1390c 0.0000,-0.9099 -0.6385,-1.3569 -1.2930 -1.3569Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 287.9679,158.5294 c 0.0000,-0.4430 -0.3591,-0.8021 -0.8021 -0.8021c -0.4430,-0.0000 -0.8021,0.3591 -0.8021 0.8021c -0.0000,0.4430 0.3591,0.8021 0.8021 0.8021c 0.4430,0.0000 0.8021,-0.3591 0.8021 -0.8021Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 278.4261,182.4260 ZM 279.3519,175.3544 c 0.0000,-0.9099 0.8780,-2.1550 2.5541 -2.1550c 1.2291,-0.0000 2.6658,0.4629 2.6658 2.2987c 0.0000,1.2132 -0.6226,1.8198 -1.4846 2.6499l -1.5165,1.4686 c -0.0798,0.0798 -1.1493,1.1334 -1.1493 1.8836h 2.7137 c 0.5427,-0.0000 0.8301,-0.2714 1.0536 -1.1493l 0.3991,0.0639 l -0.3193,2.0113 h -4.9326 c 0.0000,-0.8939 0.1437,-1.5803 1.6282 -3.0968l 1.1174,-1.1014 c 0.8939,-0.9099 1.2611,-1.6921 1.2611 -2.6658c 0.0000,-1.4526 -0.9897,-1.8677 -1.5324 -1.8677c -1.1014,-0.0000 -1.4047,0.5747 -1.4047 0.9578c 0.0000,0.1277 0.0319,0.2554 0.0639 0.3671c 0.0319,0.1117 0.0639,0.2235 0.0639 0.3512c 0.0000,0.4150 -0.3193,0.5747 -0.5747 0.5747c -0.3512,-0.0000 -0.6066,-0.2714 -0.6066 -0.5906ZM 285.4178,182.4260 ZM 287.0780,180.9095 c 0.6385,-0.0000 1.0536,0.6226 1.0536 1.5803c 0.0000,1.1174 -0.7981,1.6442 -1.7559 1.8198l -0.0798,-0.3991 c 0.8301,-0.2075 1.2132,-0.6864 1.2132 -1.0216c 0.0000,-0.3671 -0.2714,-0.4310 -0.5747 -0.4629c -0.2873,-0.0479 -0.7024,-0.1756 -0.7024 -0.7024c 0.0000,-0.4470 0.3512,-0.8141 0.8460 -0.8141ZM 288.9137,182.4260 ZM 289.8396,175.3544 c 0.0000,-0.9099 0.8780,-2.1550 2.5541 -2.1550c 1.2291,-0.0000 2.6658,0.4629 2.6658 2.2987c 0.0000,1.2132 -0.6226,1.8198 -1.4846 2.6499l -1.5165,1.4686 c -0.0798,0.0798 -1.1493,1.1334 -1.1493 1.8836h 2.7137 c 0.5427,-0.0000 0.8301,-0.2714 1.0536 -1.1493l 0.3991,0.0639 l -0.3193,2.0113 h -4.9326 c 0.0000,-0.8939 0.1437,-1.5803 1.6282 -3.0968l 1.1174,-1.1014 c 0.8939,-0.9099 1.2611,-1.6921 1.2611 -2.6658c 0.0000,-1.4526 -0.9897,-1.8677 -1.5324 -1.8677c -1.1014,-0.0000 -1.4047,0.5747 -1.4047 0.9578c 0.0000,0.1277 0.0319,0.2554 0.0639 0.3671c 0.0319,0.1117 0.0639,0.2235 0.0639 0.3512c 0.0000,0.4150 -0.3193,0.5747 -0.5747 0.5747c -0.3512,-0.0000 -0.6066,-0.2714 -0.6066 -0.5906Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 287.9679,190.6150 c 0.0000,-0.4430 -0.3591,-0.8021 -0.8021 -0.8021c -0.4430,-0.0000 -0.8021,0.3591 -0.8021 0.8021c -0.0000,0.4430 0.3591,0.8021 0.8021 0.8021c 0.4430,0.0000 0.8021,-0.3591 0.8021 -0.8021Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 278.4261,214.5115 ZM 279.3519,207.4399 c 0.0000,-0.9099 0.8780,-2.1550 2.5541 -2.1550c 1.2291,-0.0000 2.6658,0.4629 2.6658 2.2987c 0.0000,1.2132 -0.6226,1.8198 -1.4846 2.6499l -1.5165,1.4686 c -0.0798,0.0798 -1.1493,1.1334 -1.1493 1.8836h 2.7137 c 0.5427,-0.0000 0.8301,-0.2714 1.0536 -1.1493l 0.3991,0.0639 l -0.3193,2.0113 h -4.9326 c 0.0000,-0.8939 0.1437,-1.5803 1.6282 -3.0968l 1.1174,-1.1014 c 0.8939,-0.9099 1.2611,-1.6921 1.2611 -2.6658c 0.0000,-1.4526 -0.9897,-1.8677 -1.5324 -1.8677c -1.1014,-0.0000 -1.4047,0.5747 -1.4047 0.9578c 0.0000,0.1277 0.0319,0.2554 0.0639 0.3671c 0.0319,0.1117 0.0639,0.2235 0.0639 0.3512c 0.0000,0.4150 -0.3193,0.5747 -0.5747 0.5747c -0.3512,-0.0000 -0.6066,-0.2714 -0.6066 -0.5906ZM 285.4178,214.5115 ZM 287.0780,212.9951 c 0.6385,-0.0000 1.0536,0.6226 1.0536 1.5803c 0.0000,1.1174 -0.7981,1.6442 -1.7559 1.8198l -0.0798,-0.3991 c 0.8301,-0.2075 1.2132,-0.6864 1.2132 -1.0216c 0.0000,-0.3671 -0.2714,-0.4310 -0.5747 -0.4629c -0.2873,-0.0479 -0.7024,-0.1756 -0.7024 -0.7024c 0.0000,-0.4470 0.3512,-0.8141 0.8460 -0.8141ZM 288.9137,214.5115 ZM 291.9148,206.8972 c -0.3033,-0.0000 -1.0057,0.2873 -1.3569 0.4470l -0.1916,-0.4949 c 1.4047,-0.6545 1.9475,-0.9897 2.7456 -1.5644h 0.3033 v 8.0294 c 0.0000,0.5747 0.0798,0.7343 0.6066 0.7343h 0.8301 c 0.0479,-0.0000 0.1277,0.0319 0.1277 0.1277v 0.3512 l -2.1869,-0.0319 l -2.2189,0.0319 v -0.3512 c 0.0160,-0.0479 0.0319,-0.1277 0.1277 -0.1277h 0.9578 c 0.6066,-0.0000 0.6066,-0.2714 0.6066 -0.7343v -5.4913 c 0.0000,-0.5427 0.0000,-0.9259 -0.3512 -0.9259Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 287.9679,222.7005 c 0.0000,-0.4430 -0.3591,-0.8021 -0.8021 -0.8021c -0.4430,-0.0000 -0.8021,0.3591 -0.8021 0.8021c -0.0000,0.4430 0.3591,0.8021 0.8021 0.8021c 0.4430,0.0000 0.8021,-0.3591 0.8021 -0.8021Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 278.4261,246.5971 ZM 279.3519,239.5255 c 0.0000,-0.9099 0.8780,-2.1550 2.5541 -2.1550c 1.2291,-0.0000 2.6658,0.4629 2.6658 2.2987c 0.0000,1.2132 -0.6226,1.8198 -1.4846 2.6499l -1.5165,1.4686 c -0.0798,0.0798 -1.1493,1.1334 -1.1493 1.8836h 2.7137 c 0.5427,-0.0000 0.8301,-0.2714 1.0536 -1.1493l 0.3991,0.0639 l -0.3193,2.0113 h -4.9326 c 0.0000,-0.8939 0.1437,-1.5803 1.6282 -3.0968l 1.1174,-1.1014 c 0.8939,-0.9099 1.2611,-1.6921 1.2611 -2.6658c 0.0000,-1.4526 -0.9897,-1.8677 -1.5324 -1.8677c -1.1014,-0.0000 -1.4047,0.5747 -1.4047 0.9578c 0.0000,0.1277 0.0319,0.2554 0.0639 0.3671c 0.0319,0.1117 0.0639,0.2235 0.0639 0.3512c 0.0000,0.4150 -0.3193,0.5747 -0.5747 0.5747c -0.3512,-0.0000 -0.6066,-0.2714 -0.6066 -0.5906ZM 285.4178,246.5971 ZM 287.0780,245.0806 c 0.6385,-0.0000 1.0536,0.6226 1.0536 1.5803c 0.0000,1.1174 -0.7981,1.6442 -1.7559 1.8198l -0.0798,-0.3991 c 0.8301,-0.2075 1.2132,-0.6864 1.2132 -1.0216c 0.0000,-0.3671 -0.2714,-0.4310 -0.5747 -0.4629c -0.2873,-0.0479 -0.7024,-0.1756 -0.7024 -0.7024c 0.0000,-0.4470 0.3512,-0.8141 0.8460 -0.8141ZM 288.9137,246.5971 ZM 292.4096,237.9292 c -0.6864,-0.0000 -1.6921,0.6704 -1.6921 4.3898c 0.0000,1.3090 0.2394,3.9429 1.6442 3.9429c 0.2714,-0.0000 1.0376,-0.1756 1.3728 -1.4207c 0.2075,-0.7662 0.3193,-1.7240 0.3193 -3.1128c 0.0000,-2.0273 -0.5108,-3.1607 -0.9737 -3.5597c -0.1756,-0.1596 -0.4150,-0.2394 -0.6704 -0.2394ZM 292.4096,237.9292 ZM 292.3458,246.7887 c -1.7080,-0.0000 -2.8574,-2.1869 -2.8574 -4.6293c 0.0000,-2.9851 1.4207,-4.7889 2.9212 -4.7889c 0.6864,-0.0000 1.3728,0.4310 1.8357 1.0536c 0.6704,0.8939 1.0216,2.0911 1.0216 3.5917c 0.0000,3.5438 -1.7559,4.7729 -2.9212 4.7729Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 287.9679,254.7861 c 0.0000,-0.4430 -0.3591,-0.8021 -0.8021 -0.8021c -0.4430,-0.0000 -0.8021,0.3591 -0.8021 0.8021c -0.0000,0.4430 0.3591,0.8021 0.8021 0.8021c 0.4430,0.0000 0.8021,-0.3591 0.8021 -0.8021Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 182.1694,86.1693 ZM 185.1704,78.5550 c -0.3033,-0.0000 -1.0057,0.2873 -1.3569 0.4470l -0.1916,-0.4949 c 1.4047,-0.6545 1.9475,-0.9897 2.7456 -1.5644h 0.3033 v 8.0294 c 0.0000,0.5747 0.0798,0.7343 0.6066 0.7343h 0.8301 c 0.0479,-0.0000 0.1277,0.0319 0.1277 0.1277v 0.3512 l -2.1869,-0.0319 l -2.2189,0.0319 v -0.3512 c 0.0160,-0.0479 0.0319,-0.1277 0.1277 -0.1277h 0.9578 c 0.6066,-0.0000 0.6066,-0.2714 0.6066 -0.7343v -5.4913 c 0.0000,-0.5427 0.0000,-0.9259 -0.3512 -0.9259ZM 189.1611,86.1693 ZM 190.8213,84.6528 c 0.6385,-0.0000 1.0536,0.6226 1.0536 1.5803c 0.0000,1.1174 -0.7981,1.6442 -1.7559 1.8198l -0.0798,-0.3991 c 0.8301,-0.2075 1.2132,-0.6864 1.2132 -1.0216c 0.0000,-0.3671 -0.2714,-0.4310 -0.5747 -0.4629c -0.2873,-0.0479 -0.7024,-0.1756 -0.7024 -0.7024c 0.0000,-0.4470 0.3512,-0.8141 0.8460 -0.8141ZM 192.6570,86.1693 ZM 197.5896,83.4715 c 0.0000,-1.6442 -0.8939,-2.4583 -1.8836 -2.4583c -0.7343,-0.0000 -1.2930,0.1117 -1.9156 0.3671l 0.5108,-4.3579 c 0.5268,0.0479 1.0695,0.0639 1.6282 0.0639c 0.7981,-0.0000 1.6282,-0.0479 2.4902 -0.1437l 0.0958,0.0479 l -0.2394,1.0376 c -0.6226,0.0639 -1.1334,0.0798 -1.5803 0.0798c -0.7183,-0.0000 -1.2611,-0.0639 -1.8198 -0.1277l -0.3033,2.5221 c 0.3352,-0.1277 0.9099,-0.2394 1.5324 -0.2394c 1.6921,-0.0000 2.6339,1.4686 2.6339 2.9372c 0.0000,1.7879 -1.2451,3.1607 -3.0489 3.1607c -0.9099,-0.0000 -2.2348,-0.5108 -2.2348 -1.1334c 0.0000,-0.3033 0.2554,-0.5108 0.5427 -0.5108c 0.3193,-0.0000 0.5268,0.2394 0.7183 0.4949c 0.2394,0.2873 0.4949,0.6066 1.0057 0.6066c 1.0216,-0.0000 1.8677,-0.9578 1.8677 -2.3466Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 191.7112,94.3583 c 0.0000,-0.4430 -0.3591,-0.8021 -0.8021 -0.8021c -0.4430,-0.0000 -0.8021,0.3591 -0.8021 0.8021c -0.0000,0.4430 0.3591,0.8021 0.8021 0.8021c 0.4430,0.0000 0.8021,-0.3591 0.8021 -0.8021Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 182.1694,118.2548 ZM 185.1704,110.6405 c -0.3033,-0.0000 -1.0057,0.2873 -1.3569 0.4470l -0.1916,-0.4949 c 1.4047,-0.6545 1.9475,-0.9897 2.7456 -1.5644h 0.3033 v 8.0294 c 0.0000,0.5747 0.0798,0.7343 0.6066 0.7343h 0.8301 c 0.0479,-0.0000 0.1277,0.0319 0.1277 0.1277v 0.3512 l -2.1869,-0.0319 l -2.2189,0.0319 v -0.3512 c 0.0160,-0.0479 0.0319,-0.1277 0.1277 -0.1277h 0.9578 c 0.6066,-0.0000 0.6066,-0.2714 0.6066 -0.7343v -5.4913 c 0.0000,-0.5427 0.0000,-0.9259 -0.3512 -0.9259ZM 189.1611,118.2548 ZM 190.8213,116.7384 c 0.6385,-0.0000 1.0536,0.6226 1.0536 1.5803c 0.0000,1.1174 -0.7981,1.6442 -1.7559 1.8198l -0.0798,-0.3991 c 0.8301,-0.2075 1.2132,-0.6864 1.2132 -1.0216c 0.0000,-0.3671 -0.2714,-0.4310 -0.5747 -0.4629c -0.2873,-0.0479 -0.7024,-0.1756 -0.7024 -0.7024c 0.0000,-0.4470 0.3512,-0.8141 0.8460 -0.8141ZM 192.6570,118.2548 ZM 196.7755,112.5880 c 0.0000,-0.1117 0.0160,-0.2394 0.1596 -0.3193c 0.1756,-0.1277 0.4629,-0.2714 0.7024 -0.2714c 0.2075,-0.0000 0.2235,0.1756 0.2235 0.4949v 2.5700 h 1.2930 l -0.0958,0.7503 h -1.1972 v 1.3249 c 0.0000,0.4470 0.0639,0.6704 0.5268 0.6704h 0.4310 c 0.0958,-0.0000 0.1117,0.0798 0.1117 0.1117v 0.3512 c 0.0000,-0.0000 -1.0216,-0.0319 -1.6921 -0.0319c -0.6066,-0.0000 -1.5484,0.0319 -1.5484 0.0319v -0.3512 c 0.0000,-0.0319 0.0160,-0.1117 0.1117 -0.1117h 0.4310 c 0.4949,-0.0000 0.5427,-0.2075 0.5427 -0.6704v -1.3249 h -3.1287 c -0.0639,-0.0000 -0.0958,-0.0319 -0.1437 -0.0958l -0.1277,-0.1756 l -0.1916,-0.3352 c -0.0160,-0.0000 -0.0160,-0.0160 -0.0160 -0.0319c 0.0000,-0.0160 0.0160,-0.0319 0.0319 -0.0479c 1.0376,-1.1493 2.8733,-4.7091 3.4480 -6.0180c 0.0160,-0.0639 0.0479,-0.0798 0.1117 -0.0798c 0.0160,-0.0000 0.3671,0.1437 0.5587 0.1756c -0.7183,1.9315 -1.8996,4.0067 -3.0649 5.8584h 2.5221 v -2.4743 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 191.7112,126.4439 c 0.0000,-0.4430 -0.3591,-0.8021 -0.8021 -0.8021c -0.4430,-0.0000 -0.8021,0.3591 -0.8021 0.8021c -0.0000,0.4430 0.3591,0.8021 0.8021 0.8021c 0.4430,0.0000 0.8021,-0.3591 0.8021 -0.8021Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 182.1694,150.3404 ZM 185.1704,142.7261 c -0.3033,-0.0000 -1.0057,0.2873 -1.3569 0.4470l -0.1916,-0.4949 c 1.4047,-0.6545 1.9475,-0.9897 2.7456 -1.5644h 0.3033 v 8.0294 c 0.0000,0.5747 0.0798,0.7343 0.6066 0.7343h 0.8301 c 0.0479,-0.0000 0.1277,0.0319 0.1277 0.1277v 0.3512 l -2.1869,-0.0319 l -2.2189,0.0319 v -0.3512 c 0.0160,-0.0479 0.0319,-0.1277 0.1277 -0.1277h 0.9578 c 0.6066,-0.0000 0.6066,-0.2714 0.6066 -0.7343v -5.4913 c 0.0000,-0.5427 0.0000,-0.9259 -0.3512 -0.9259ZM 189.1611,150.3404 ZM 190.8213,148.8239 c 0.6385,-0.0000 1.0536,0.6226 1.0536 1.5803c 0.0000,1.1174 -0.7981,1.6442 -1.7559 1.8198l -0.0798,-0.3991 c 0.8301,-0.2075 1.2132,-0.6864 1.2132 -1.0216c 0.0000,-0.3671 -0.2714,-0.4310 -0.5747 -0.4629c -0.2873,-0.0479 -0.7024,-0.1756 -0.7024 -0.7024c 0.0000,-0.4470 0.3512,-0.8141 0.8460 -0.8141ZM 192.6570,150.3404 ZM 196.1050,141.6087 c -0.3991,-0.0000 -1.5644,0.2235 -1.5644 1.1972c 0.0000,0.2873 -0.1117,0.7822 -0.5427 0.7822c -0.4150,-0.0000 -0.4470,-0.4629 -0.4470 -0.5108c 0.0000,-0.4949 0.6545,-1.9634 2.8733 -1.9634c 1.5484,-0.0000 2.0113,0.9737 2.0113 1.6123c 0.0000,0.3991 -0.1277,1.1972 -1.5644 2.1071c 0.8939,0.1437 2.0752,0.7981 2.0752 2.4583c 0.0000,2.1071 -1.5963,3.2405 -3.4001 3.2405c -0.9099,-0.0000 -2.1869,-0.3991 -2.1869 -1.0057c 0.0000,-0.2394 0.2394,-0.5108 0.5587 -0.5108c 0.3033,-0.0000 0.4470,0.1596 0.5906 0.3671c 0.1756,0.2714 0.4629,0.6545 1.2291 0.6545c 0.5268,-0.0000 2.0273,-0.5268 2.0273 -2.5381c 0.0000,-1.7080 -1.1972,-1.9794 -2.0592 -1.9794c -0.1437,-0.0000 -0.3193,0.0319 -0.4949 0.0639l -0.0639,-0.4789 c 1.2291,-0.2075 2.2508,-1.4047 2.2508 -2.1390c 0.0000,-0.9099 -0.6385,-1.3569 -1.2930 -1.3569Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 191.7112,158.5294 c 0.0000,-0.4430 -0.3591,-0.8021 -0.8021 -0.8021c -0.4430,-0.0000 -0.8021,0.3591 -0.8021 0.8021c -0.0000,0.4430 0.3591,0.8021 0.8021 0.8021c 0.4430,0.0000 0.8021,-0.3591 0.8021 -0.8021Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 182.1694,182.4260 ZM 185.1704,174.8116 c -0.3033,-0.0000 -1.0057,0.2873 -1.3569 0.4470l -0.1916,-0.4949 c 1.4047,-0.6545 1.9475,-0.9897 2.7456 -1.5644h 0.3033 v 8.0294 c 0.0000,0.5747 0.0798,0.7343 0.6066 0.7343h 0.8301 c 0.0479,-0.0000 0.1277,0.0319 0.1277 0.1277v 0.3512 l -2.1869,-0.0319 l -2.2189,0.0319 v -0.3512 c 0.0160,-0.0479 0.0319,-0.1277 0.1277 -0.1277h 0.9578 c 0.6066,-0.0000 0.6066,-0.2714 0.6066 -0.7343v -5.4913 c 0.0000,-0.5427 0.0000,-0.9259 -0.3512 -0.9259ZM 189.1611,182.4260 ZM 190.8213,180.9095 c 0.6385,-0.0000 1.0536,0.6226 1.0536 1.5803c 0.0000,1.1174 -0.7981,1.6442 -1.7559 1.8198l -0.0798,-0.3991 c 0.8301,-0.2075 1.2132,-0.6864 1.2132 -1.0216c 0.0000,-0.3671 -0.2714,-0.4310 -0.5747 -0.4629c -0.2873,-0.0479 -0.7024,-0.1756 -0.7024 -0.7024c 0.0000,-0.4470 0.3512,-0.8141 0.8460 -0.8141ZM 192.6570,182.4260 ZM 193.5829,175.3544 c 0.0000,-0.9099 0.8780,-2.1550 2.5541 -2.1550c 1.2291,-0.0000 2.6658,0.4629 2.6658 2.2987c 0.0000,1.2132 -0.6226,1.8198 -1.4846 2.6499l -1.5165,1.4686 c -0.0798,0.0798 -1.1493,1.1334 -1.1493 1.8836h 2.7137 c 0.5427,-0.0000 0.8301,-0.2714 1.0536 -1.1493l 0.3991,0.0639 l -0.3193,2.0113 h -4.9326 c 0.0000,-0.8939 0.1437,-1.5803 1.6282 -3.0968l 1.1174,-1.1014 c 0.8939,-0.9099 1.2611,-1.6921 1.2611 -2.6658c 0.0000,-1.4526 -0.9897,-1.8677 -1.5324 -1.8677c -1.1014,-0.0000 -1.4047,0.5747 -1.4047 0.9578c 0.0000,0.1277 0.0319,0.2554 0.0639 0.3671c 0.0319,0.1117 0.0639,0.2235 0.0639 0.3512c 0.0000,0.4150 -0.3193,0.5747 -0.5747 0.5747c -0.3512,-0.0000 -0.6066,-0.2714 -0.6066 -0.5906Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 191.7112,190.6150 c 0.0000,-0.4430 -0.3591,-0.8021 -0.8021 -0.8021c -0.4430,-0.0000 -0.8021,0.3591 -0.8021 0.8021c -0.0000,0.4430 0.3591,0.8021 0.8021 0.8021c 0.4430,0.0000 0.8021,-0.3591 0.8021 -0.8021Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 182.1694,214.5115 ZM 185.1704,206.8972 c -0.3033,-0.0000 -1.0057,0.2873 -1.3569 0.4470l -0.1916,-0.4949 c 1.4047,-0.6545 1.9475,-0.9897 2.7456 -1.5644h 0.3033 v 8.0294 c 0.0000,0.5747 0.0798,0.7343 0.6066 0.7343h 0.8301 c 0.0479,-0.0000 0.1277,0.0319 0.1277 0.1277v 0.3512 l -2.1869,-0.0319 l -2.2189,0.0319 v -0.3512 c 0.0160,-0.0479 0.0319,-0.1277 0.1277 -0.1277h 0.9578 c 0.6066,-0.0000 0.6066,-0.2714 0.6066 -0.7343v -5.4913 c 0.0000,-0.5427 0.0000,-0.9259 -0.3512 -0.9259ZM 189.1611,214.5115 ZM 190.8213,212.9951 c 0.6385,-0.0000 1.0536,0.6226 1.0536 1.5803c 0.0000,1.1174 -0.7981,1.6442 -1.7559 1.8198l -0.0798,-0.3991 c 0.8301,-0.2075 1.2132,-0.6864 1.2132 -1.0216c 0.0000,-0.3671 -0.2714,-0.4310 -0.5747 -0.4629c -0.2873,-0.0479 -0.7024,-0.1756 -0.7024 -0.7024c 0.0000,-0.4470 0.3512,-0.8141 0.8460 -0.8141ZM 192.6570,214.5115 ZM 195.6581,206.8972 c -0.3033,-0.0000 -1.0057,0.2873 -1.3569 0.4470l -0.1916,-0.4949 c 1.4047,-0.6545 1.9475,-0.9897 2.7456 -1.5644h 0.3033 v 8.0294 c 0.0000,0.5747 0.0798,0.7343 0.6066 0.7343h 0.8301 c 0.0479,-0.0000 0.1277,0.0319 0.1277 0.1277v 0.3512 l -2.1869,-0.0319 l -2.2189,0.0319 v -0.3512 c 0.0160,-0.0479 0.0319,-0.1277 0.1277 -0.1277h 0.9578 c 0.6066,-0.0000 0.6066,-0.2714 0.6066 -0.7343v -5.4913 c 0.0000,-0.5427 0.0000,-0.9259 -0.3512 -0.9259Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 191.7112,222.7005 c 0.0000,-0.4430 -0.3591,-0.8021 -0.8021 -0.8021c -0.4430,-0.0000 -0.8021,0.3591 -0.8021 0.8021c -0.0000,0.4430 0.3591,0.8021 0.8021 0.8021c 0.4430,0.0000 0.8021,-0.3591 0.8021 -0.8021Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 182.1694,246.5971 ZM 185.1704,238.9828 c -0.3033,-0.0000 -1.0057,0.2873 -1.3569 0.4470l -0.1916,-0.4949 c 1.4047,-0.6545 1.9475,-0.9897 2.7456 -1.5644h 0.3033 v 8.0294 c 0.0000,0.5747 0.0798,0.7343 0.6066 0.7343h 0.8301 c 0.0479,-0.0000 0.1277,0.0319 0.1277 0.1277v 0.3512 l -2.1869,-0.0319 l -2.2189,0.0319 v -0.3512 c 0.0160,-0.0479 0.0319,-0.1277 0.1277 -0.1277h 0.9578 c 0.6066,-0.0000 0.6066,-0.2714 0.6066 -0.7343v -5.4913 c 0.0000,-0.5427 0.0000,-0.9259 -0.3512 -0.9259ZM 189.1611,246.5971 ZM 190.8213,245.0806 c 0.6385,-0.0000 1.0536,0.6226 1.0536 1.5803c 0.0000,1.1174 -0.7981,1.6442 -1.7559 1.8198l -0.0798,-0.3991 c 0.8301,-0.2075 1.2132,-0.6864 1.2132 -1.0216c 0.0000,-0.3671 -0.2714,-0.4310 -0.5747 -0.4629c -0.2873,-0.0479 -0.7024,-0.1756 -0.7024 -0.7024c 0.0000,-0.4470 0.3512,-0.8141 0.8460 -0.8141ZM 192.6570,246.5971 ZM 196.1529,237.9292 c -0.6864,-0.0000 -1.6921,0.6704 -1.6921 4.3898c 0.0000,1.3090 0.2394,3.9429 1.6442 3.9429c 0.2714,-0.0000 1.0376,-0.1756 1.3728 -1.4207c 0.2075,-0.7662 0.3193,-1.7240 0.3193 -3.1128c 0.0000,-2.0273 -0.5108,-3.1607 -0.9737 -3.5597c -0.1756,-0.1596 -0.4150,-0.2394 -0.6704 -0.2394ZM 196.1529,237.9292 ZM 196.0891,246.7887 c -1.7080,-0.0000 -2.8574,-2.1869 -2.8574 -4.6293c 0.0000,-2.9851 1.4207,-4.7889 2.9212 -4.7889c 0.6864,-0.0000 1.3728,0.4310 1.8357 1.0536c 0.6704,0.8939 1.0216,2.0911 1.0216 3.5917c 0.0000,3.5438 -1.7559,4.7729 -2.9212 4.7729Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 191.7112,254.7861 c 0.0000,-0.4430 -0.3591,-0.8021 -0.8021 -0.8021c -0.4430,-0.0000 -0.8021,0.3591 -0.8021 0.8021c -0.0000,0.4430 0.3591,0.8021 0.8021 0.8021c 0.4430,0.0000 0.8021,-0.3591 0.8021 -0.8021Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 85.9127,86.1693 ZM 89.4086,77.5014 c -0.6864,-0.0000 -1.6921,0.6704 -1.6921 4.3898c 0.0000,1.3090 0.2394,3.9429 1.6442 3.9429c 0.2714,-0.0000 1.0376,-0.1756 1.3728 -1.4207c 0.2075,-0.7662 0.3193,-1.7240 0.3193 -3.1128c 0.0000,-2.0273 -0.5108,-3.1607 -0.9737 -3.5597c -0.1756,-0.1596 -0.4150,-0.2394 -0.6704 -0.2394ZM 89.4086,77.5014 ZM 89.3447,86.3608 c -1.7080,-0.0000 -2.8574,-2.1869 -2.8574 -4.6293c 0.0000,-2.9851 1.4207,-4.7889 2.9212 -4.7889c 0.6864,-0.0000 1.3728,0.4310 1.8357 1.0536c 0.6704,0.8939 1.0216,2.0911 1.0216 3.5917c 0.0000,3.5438 -1.7559,4.7729 -2.9212 4.7729ZM 92.9045,86.1693 ZM 94.5646,84.6528 c 0.6385,-0.0000 1.0536,0.6226 1.0536 1.5803c 0.0000,1.1174 -0.7981,1.6442 -1.7559 1.8198l -0.0798,-0.3991 c 0.8301,-0.2075 1.2132,-0.6864 1.2132 -1.0216c 0.0000,-0.3671 -0.2714,-0.4310 -0.5747 -0.4629c -0.2873,-0.0479 -0.7024,-0.1756 -0.7024 -0.7024c 0.0000,-0.4470 0.3512,-0.8141 0.8460 -0.8141ZM 96.4004,86.1693 ZM 101.3329,83.4715 c 0.0000,-1.6442 -0.8939,-2.4583 -1.8836 -2.4583c -0.7343,-0.0000 -1.2930,0.1117 -1.9156 0.3671l 0.5108,-4.3579 c 0.5268,0.0479 1.0695,0.0639 1.6282 0.0639c 0.7981,-0.0000 1.6282,-0.0479 2.4902 -0.1437l 0.0958,0.0479 l -0.2394,1.0376 c -0.6226,0.0639 -1.1334,0.0798 -1.5803 0.0798c -0.7183,-0.0000 -1.2611,-0.0639 -1.8198 -0.1277l -0.3033,2.5221 c 0.3352,-0.1277 0.9099,-0.2394 1.5324 -0.2394c 1.6921,-0.0000 2.6339,1.4686 2.6339 2.9372c 0.0000,1.7879 -1.2451,3.1607 -3.0489 3.1607c -0.9099,-0.0000 -2.2348,-0.5108 -2.2348 -1.1334c 0.0000,-0.3033 0.2554,-0.5108 0.5427 -0.5108c 0.3193,-0.0000 0.5268,0.2394 0.7183 0.4949c 0.2394,0.2873 0.4949,0.6066 1.0057 0.6066c 1.0216,-0.0000 1.8677,-0.9578 1.8677 -2.3466Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 95.4545,94.3583 c 0.0000,-0.4430 -0.3591,-0.8021 -0.8021 -0.8021c -0.4430,-0.0000 -0.8021,0.3591 -0.8021 0.8021c -0.0000,0.4430 0.3591,0.8021 0.8021 0.8021c 0.4430,0.0000 0.8021,-0.3591 0.8021 -0.8021Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 85.9127,118.2548 ZM 89.4086,109.5870 c -0.6864,-0.0000 -1.6921,0.6704 -1.6921 4.3898c 0.0000,1.3090 0.2394,3.9429 1.6442 3.9429c 0.2714,-0.0000 1.0376,-0.1756 1.3728 -1.4207c 0.2075,-0.7662 0.3193,-1.7240 0.3193 -3.1128c 0.0000,-2.0273 -0.5108,-3.1607 -0.9737 -3.5597c -0.1756,-0.1596 -0.4150,-0.2394 -0.6704 -0.2394ZM 89.4086,109.5870 ZM 89.3447,118.4464 c -1.7080,-0.0000 -2.8574,-2.1869 -2.8574 -4.6293c 0.0000,-2.9851 1.4207,-4.7889 2.9212 -4.7889c 0.6864,-0.0000 1.3728,0.4310 1.8357 1.0536c 0.6704,0.8939 1.0216,2.0911 1.0216 3.5917c 0.0000,3.5438 -1.7559,4.7729 -2.9212 4.7729ZM 92.9045,118.2548 ZM 94.5646,116.7384 c 0.6385,-0.0000 1.0536,0.6226 1.0536 1.5803c 0.0000,1.1174 -0.7981,1.6442 -1.7559 1.8198l -0.0798,-0.3991 c 0.8301,-0.2075 1.2132,-0.6864 1.2132 -1.0216c 0.0000,-0.3671 -0.2714,-0.4310 -0.5747 -0.4629c -0.2873,-0.0479 -0.7024,-0.1756 -0.7024 -0.7024c 0.0000,-0.4470 0.3512,-0.8141 0.8460 -0.8141ZM 96.4004,118.2548 ZM 100.5188,112.5880 c 0.0000,-0.1117 0.0160,-0.2394 0.1596 -0.3193c 0.1756,-0.1277 0.4629,-0.2714 0.7024 -0.2714c 0.2075,-0.0000 0.2235,0.1756 0.2235 0.4949v 2.5700 h 1.2930 l -0.0958,0.7503 h -1.1972 v 1.3249 c 0.0000,0.4470 0.0639,0.6704 0.5268 0.6704h 0.4310 c 0.0958,-0.0000 0.1117,0.0798 0.1117 0.1117v 0.3512 c 0.0000,-0.0000 -1.0216,-0.0319 -1.6921 -0.0319c -0.6066,-0.0000 -1.5484,0.0319 -1.5484 0.0319v -0.3512 c 0.0000,-0.0319 0.0160,-0.1117 0.1117 -0.1117h 0.4310 c 0.4949,-0.0000 0.5427,-0.2075 0.5427 -0.6704v -1.3249 h -3.1287 c -0.0639,-0.0000 -0.0958,-0.0319 -0.1437 -0.0958l -0.1277,-0.1756 l -0.1916,-0.3352 c -0.0160,-0.0000 -0.0160,-0.0160 -0.0160 -0.0319c 0.0000,-0.0160 0.0160,-0.0319 0.0319 -0.0479c 1.0376,-1.1493 2.8733,-4.7091 3.4480 -6.0180c 0.0160,-0.0639 0.0479,-0.0798 0.1117 -0.0798c 0.0160,-0.0000 0.3671,0.1437 0.5587 0.1756c -0.7183,1.9315 -1.8996,4.0067 -3.0649 5.8584h 2.5221 v -2.4743 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 95.4545,126.4439 c 0.0000,-0.4430 -0.3591,-0.8021 -0.8021 -0.8021c -0.4430,-0.0000 -0.8021,0.3591 -0.8021 0.8021c -0.0000,0.4430 0.3591,0.8021 0.8021 0.8021c 0.4430,0.0000 0.8021,-0.3591 0.8021 -0.8021Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 85.9127,150.3404 ZM 89.4086,141.6725 c -0.6864,-0.0000 -1.6921,0.6704 -1.6921 4.3898c 0.0000,1.3090 0.2394,3.9429 1.6442 3.9429c 0.2714,-0.0000 1.0376,-0.1756 1.3728 -1.4207c 0.2075,-0.7662 0.3193,-1.7240 0.3193 -3.1128c 0.0000,-2.0273 -0.5108,-3.1607 -0.9737 -3.5597c -0.1756,-0.1596 -0.4150,-0.2394 -0.6704 -0.2394ZM 89.4086,141.6725 ZM 89.3447,150.5320 c -1.7080,-0.0000 -2.8574,-2.1869 -2.8574 -4.6293c 0.0000,-2.9851 1.4207,-4.7889 2.9212 -4.7889c 0.6864,-0.0000 1.3728,0.4310 1.8357 1.0536c 0.6704,0.8939 1.0216,2.0911 1.0216 3.5917c 0.0000,3.5438 -1.7559,4.7729 -2.9212 4.7729ZM 92.9045,150.3404 ZM 94.5646,148.8239 c 0.6385,-0.0000 1.0536,0.6226 1.0536 1.5803c 0.0000,1.1174 -0.7981,1.6442 -1.7559 1.8198l -0.0798,-0.3991 c 0.8301,-0.2075 1.2132,-0.6864 1.2132 -1.0216c 0.0000,-0.3671 -0.2714,-0.4310 -0.5747 -0.4629c -0.2873,-0.0479 -0.7024,-0.1756 -0.7024 -0.7024c 0.0000,-0.4470 0.3512,-0.8141 0.8460 -0.8141ZM 96.4004,150.3404 ZM 99.8484,141.6087 c -0.3991,-0.0000 -1.5644,0.2235 -1.5644 1.1972c 0.0000,0.2873 -0.1117,0.7822 -0.5427 0.7822c -0.4150,-0.0000 -0.4470,-0.4629 -0.4470 -0.5108c 0.0000,-0.4949 0.6545,-1.9634 2.8733 -1.9634c 1.5484,-0.0000 2.0113,0.9737 2.0113 1.6123c 0.0000,0.3991 -0.1277,1.1972 -1.5644 2.1071c 0.8939,0.1437 2.0752,0.7981 2.0752 2.4583c 0.0000,2.1071 -1.5963,3.2405 -3.4001 3.2405c -0.9099,-0.0000 -2.1869,-0.3991 -2.1869 -1.0057c 0.0000,-0.2394 0.2394,-0.5108 0.5587 -0.5108c 0.3033,-0.0000 0.4470,0.1596 0.5906 0.3671c 0.1756,0.2714 0.4629,0.6545 1.2291 0.6545c 0.5268,-0.0000 2.0273,-0.5268 2.0273 -2.5381c 0.0000,-1.7080 -1.1972,-1.9794 -2.0592 -1.9794c -0.1437,-0.0000 -0.3193,0.0319 -0.4949 0.0639l -0.0639,-0.4789 c 1.2291,-0.2075 2.2508,-1.4047 2.2508 -2.1390c 0.0000,-0.9099 -0.6385,-1.3569 -1.2930 -1.3569Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 95.4545,158.5294 c 0.0000,-0.4430 -0.3591,-0.8021 -0.8021 -0.8021c -0.4430,-0.0000 -0.8021,0.3591 -0.8021 0.8021c -0.0000,0.4430 0.3591,0.8021 0.8021 0.8021c 0.4430,0.0000 0.8021,-0.3591 0.8021 -0.8021Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 85.9127,182.4260 ZM 89.4086,173.7581 c -0.6864,-0.0000 -1.6921,0.6704 -1.6921 4.3898c 0.0000,1.3090 0.2394,3.9429 1.6442 3.9429c 0.2714,-0.0000 1.0376,-0.1756 1.3728 -1.4207c 0.2075,-0.7662 0.3193,-1.7240 0.3193 -3.1128c 0.0000,-2.0273 -0.5108,-3.1607 -0.9737 -3.5597c -0.1756,-0.1596 -0.4150,-0.2394 -0.6704 -0.2394ZM 89.4086,173.7581 ZM 89.3447,182.6175 c -1.7080,-0.0000 -2.8574,-2.1869 -2.8574 -4.6293c 0.0000,-2.9851 1.4207,-4.7889 2.9212 -4.7889c 0.6864,-0.0000 1.3728,0.4310 1.8357 1.0536c 0.6704,0.8939 1.0216,2.0911 1.0216 3.5917c 0.0000,3.5438 -1.7559,4.7729 -2.9212 4.7729ZM 92.9045,182.4260 ZM 94.5646,180.9095 c 0.6385,-0.0000 1.0536,0.6226 1.0536 1.5803c 0.0000,1.1174 -0.7981,1.6442 -1.7559 1.8198l -0.0798,-0.3991 c 0.8301,-0.2075 1.2132,-0.6864 1.2132 -1.0216c 0.0000,-0.3671 -0.2714,-0.4310 -0.5747 -0.4629c -0.2873,-0.0479 -0.7024,-0.1756 -0.7024 -0.7024c 0.0000,-0.4470 0.3512,-0.8141 0.8460 -0.8141ZM 96.4004,182.4260 ZM 97.3262,175.3544 c 0.0000,-0.9099 0.8780,-2.1550 2.5541 -2.1550c 1.2291,-0.0000 2.6658,0.4629 2.6658 2.2987c 0.0000,1.2132 -0.6226,1.8198 -1.4846 2.6499l -1.5165,1.4686 c -0.0798,0.0798 -1.1493,1.1334 -1.1493 1.8836h 2.7137 c 0.5427,-0.0000 0.8301,-0.2714 1.0536 -1.1493l 0.3991,0.0639 l -0.3193,2.0113 h -4.9326 c 0.0000,-0.8939 0.1437,-1.5803 1.6282 -3.0968l 1.1174,-1.1014 c 0.8939,-0.9099 1.2611,-1.6921 1.2611 -2.6658c 0.0000,-1.4526 -0.9897,-1.8677 -1.5324 -1.8677c -1.1014,-0.0000 -1.4047,0.5747 -1.4047 0.9578c 0.0000,0.1277 0.0319,0.2554 0.0639 0.3671c 0.0319,0.1117 0.0639,0.2235 0.0639 0.3512c 0.0000,0.4150 -0.3193,0.5747 -0.5747 0.5747c -0.3512,-0.0000 -0.6066,-0.2714 -0.6066 -0.5906Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 95.4545,190.6150 c 0.0000,-0.4430 -0.3591,-0.8021 -0.8021 -0.8021c -0.4430,-0.0000 -0.8021,0.3591 -0.8021 0.8021c -0.0000,0.4430 0.3591,0.8021 0.8021 0.8021c 0.4430,0.0000 0.8021,-0.3591 0.8021 -0.8021Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 85.9127,214.5115 ZM 89.4086,205.8436 c -0.6864,-0.0000 -1.6921,0.6704 -1.6921 4.3898c 0.0000,1.3090 0.2394,3.9429 1.6442 3.9429c 0.2714,-0.0000 1.0376,-0.1756 1.3728 -1.4207c 0.2075,-0.7662 0.3193,-1.7240 0.3193 -3.1128c 0.0000,-2.0273 -0.5108,-3.1607 -0.9737 -3.5597c -0.1756,-0.1596 -0.4150,-0.2394 -0.6704 -0.2394ZM 89.4086,205.8436 ZM 89.3447,214.7031 c -1.7080,-0.0000 -2.8574,-2.1869 -2.8574 -4.6293c 0.0000,-2.9851 1.4207,-4.7889 2.9212 -4.7889c 0.6864,-0.0000 1.3728,0.4310 1.8357 1.0536c 0.6704,0.8939 1.0216,2.0911 1.0216 3.5917c 0.0000,3.5438 -1.7559,4.7729 -2.9212 4.7729ZM 92.9045,214.5115 ZM 94.5646,212.9951 c 0.6385,-0.0000 1.0536,0.6226 1.0536 1.5803c 0.0000,1.1174 -0.7981,1.6442 -1.7559 1.8198l -0.0798,-0.3991 c 0.8301,-0.2075 1.2132,-0.6864 1.2132 -1.0216c 0.0000,-0.3671 -0.2714,-0.4310 -0.5747 -0.4629c -0.2873,-0.0479 -0.7024,-0.1756 -0.7024 -0.7024c 0.0000,-0.4470 0.3512,-0.8141 0.8460 -0.8141ZM 96.4004,214.5115 ZM 99.4014,206.8972 c -0.3033,-0.0000 -1.0057,0.2873 -1.3569 0.4470l -0.1916,-0.4949 c 1.4047,-0.6545 1.9475,-0.9897 2.7456 -1.5644h 0.3033 v 8.0294 c 0.0000,0.5747 0.0798,0.7343 0.6066 0.7343h 0.8301 c 0.0479,-0.0000 0.1277,0.0319 0.1277 0.1277v 0.3512 l -2.1869,-0.0319 l -2.2189,0.0319 v -0.3512 c 0.0160,-0.0479 0.0319,-0.1277 0.1277 -0.1277h 0.9578 c 0.6066,-0.0000 0.6066,-0.2714 0.6066 -0.7343v -5.4913 c 0.0000,-0.5427 0.0000,-0.9259 -0.3512 -0.9259Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 95.4545,222.7005 c 0.0000,-0.4430 -0.3591,-0.8021 -0.8021 -0.8021c -0.4430,-0.0000 -0.8021,0.3591 -0.8021 0.8021c -0.0000,0.4430 0.3591,0.8021 0.8021 0.8021c 0.4430,0.0000 0.8021,-0.3591 0.8021 -0.8021Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 85.9127,246.5971 ZM 89.4086,237.9292 c -0.6864,-0.0000 -1.6921,0.6704 -1.6921 4.3898c 0.0000,1.3090 0.2394,3.9429 1.6442 3.9429c 0.2714,-0.0000 1.0376,-0.1756 1.3728 -1.4207c 0.2075,-0.7662 0.3193,-1.7240 0.3193 -3.1128c 0.0000,-2.0273 -0.5108,-3.1607 -0.9737 -3.5597c -0.1756,-0.1596 -0.4150,-0.2394 -0.6704 -0.2394ZM 89.4086,237.9292 ZM 89.3447,246.7887 c -1.7080,-0.0000 -2.8574,-2.1869 -2.8574 -4.6293c 0.0000,-2.9851 1.4207,-4.7889 2.9212 -4.7889c 0.6864,-0.0000 1.3728,0.4310 1.8357 1.0536c 0.6704,0.8939 1.0216,2.0911 1.0216 3.5917c 0.0000,3.5438 -1.7559,4.7729 -2.9212 4.7729ZM 92.9045,246.5971 ZM 94.5646,245.0806 c 0.6385,-0.0000 1.0536,0.6226 1.0536 1.5803c 0.0000,1.1174 -0.7981,1.6442 -1.7559 1.8198l -0.0798,-0.3991 c 0.8301,-0.2075 1.2132,-0.6864 1.2132 -1.0216c 0.0000,-0.3671 -0.2714,-0.4310 -0.5747 -0.4629c -0.2873,-0.0479 -0.7024,-0.1756 -0.7024 -0.7024c 0.0000,-0.4470 0.3512,-0.8141 0.8460 -0.8141ZM 96.4004,246.5971 ZM 99.8962,237.9292 c -0.6864,-0.0000 -1.6921,0.6704 -1.6921 4.3898c 0.0000,1.3090 0.2394,3.9429 1.6442 3.9429c 0.2714,-0.0000 1.0376,-0.1756 1.3728 -1.4207c 0.2075,-0.7662 0.3193,-1.7240 0.3193 -3.1128c 0.0000,-2.0273 -0.5108,-3.1607 -0.9737 -3.5597c -0.1756,-0.1596 -0.4150,-0.2394 -0.6704 -0.2394ZM 99.8962,237.9292 ZM 99.8324,246.7887 c -1.7080,-0.0000 -2.8574,-2.1869 -2.8574 -4.6293c 0.0000,-2.9851 1.4207,-4.7889 2.9212 -4.7889c 0.6864,-0.0000 1.3728,0.4310 1.8357 1.0536c 0.6704,0.8939 1.0216,2.0911 1.0216 3.5917c 0.0000,3.5438 -1.7559,4.7729 -2.9212 4.7729Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 95.4545,254.7861 c 0.0000,-0.4430 -0.3591,-0.8021 -0.8021 -0.8021c -0.4430,-0.0000 -0.8021,0.3591 -0.8021 0.8021c -0.0000,0.4430 0.3591,0.8021 0.8021 0.8021c 0.4430,0.0000 0.8021,-0.3591 0.8021 -0.8021Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(31,119,180)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 330.1062,309.1639 ZM 336.0923,298.6603 c 1.9475,-0.0000 2.5221,0.7183 3.4799 0.7183c 0.1117,1.1493 0.2075,1.7879 0.3512 2.4583l -0.4789,0.0958 c -0.4150,-1.3728 -1.2611,-2.6818 -3.5757 -2.6818c -2.1550,-0.0000 -3.8630,1.8996 -3.8630 4.6931c 0.0000,2.1071 1.5324,4.8368 4.3739 4.8368c 0.8620,-0.0000 1.8038,-0.2873 2.3466 -0.7981v -2.4423 c 0.0000,-0.4949 -0.2394,-0.7024 -0.8780 -0.7024h -0.4150 c -0.0639,-0.0000 -0.1277,-0.0479 -0.1277 -0.1277v -0.4150 l 0.0319,-0.0319 c 0.0000,-0.0000 1.3888,0.0319 2.0113 0.0319c 0.5587,-0.0000 1.4846,-0.0319 1.4846 -0.0319l 0.0319,0.0319 v 0.4150 c 0.0000,0.0798 -0.0479,0.1277 -0.1277 0.1277h -0.0160 c -0.5587,-0.0000 -0.7024,0.2554 -0.7024 0.7024v 1.8517 c 0.0000,0.1756 0.0798,0.3033 0.2554 0.4470c -1.0855,0.9259 -2.3785,1.5165 -4.2621 1.5165c -3.2086,-0.0000 -5.3955,-2.3306 -5.3955 -5.0922c 0.0000,-3.5119 2.7297,-5.6030 5.4753 -5.6030ZM 341.1685,309.1639 ZM 342.6850,308.0146 v -7.9974 c 0.0000,-0.9099 -0.1596,-1.1653 -0.4789 -1.1653l -0.5108,0.0639 c -0.0479,-0.0000 -0.0958,-0.0319 -0.0958 -0.0798l -0.0319,-0.3991 c 0.2554,-0.0000 0.8460,-0.0958 1.1174 -0.1437c 0.2873,-0.0639 0.5108,-0.1277 0.8301 -0.2714h 0.3512 v 9.9928 c 0.0000,0.4629 0.1756,0.7024 0.6864 0.7024h 0.3831 c 0.0639,-0.0000 0.1277,0.0479 0.1277 0.1277v 0.3033 l -0.0319,0.0319 c 0.0000,-0.0000 -1.1653,-0.0319 -1.7879 -0.0319c -0.5587,-0.0000 -1.7240,0.0319 -1.7240 0.0319l -0.0160,-0.0319 v -0.3033 c 0.0000,-0.0798 0.0319,-0.1277 0.1117 -0.1277h 0.3831 c 0.5268,-0.0000 0.6864,-0.2394 0.6864 -0.7024ZM 345.3189,309.1639 ZM 348.6392,302.6191 c 0.0000,0.0798 -0.0958,0.1277 -0.1756 0.1277c -0.4789,-0.0000 -0.6864,0.0958 -0.6864 0.3512c 0.0000,0.0958 0.0319,0.2235 0.0958 0.3671l 1.7559,4.1184 l 1.7719,-4.0546 c 0.0798,-0.1437 0.1117,-0.2714 0.1117 -0.3671c 0.0000,-0.3352 -0.3193,-0.4150 -0.6704 -0.4150h -0.0639 c -0.0798,-0.0000 -0.1596,-0.0639 -0.1596 -0.1117v -0.3033 l 0.0319,-0.0479 c 0.0000,-0.0000 0.9418,0.0319 1.5005 0.0319c 0.4470,-0.0000 1.1014,-0.0319 1.1014 -0.0319l 0.0479,0.0319 v 0.3033 c 0.0000,0.0798 -0.0639,0.1277 -0.1756 0.1277c -0.6066,-0.0000 -0.9099,0.6226 -1.1334 1.0855c -0.8460,1.7879 -1.5484,3.4320 -2.8254 6.5129c -0.4789,1.1493 -1.0536,2.4902 -2.1869 2.4902c -0.3033,-0.0000 -0.9259,-0.1756 -0.9259 -0.7503c 0.0000,-0.4789 0.3512,-0.6226 0.6066 -0.6226c 0.2394,-0.0000 0.3991,0.0958 0.4949 0.2235c 0.1596,0.1596 0.2714,0.2714 0.4310 0.2714c 0.2394,-0.0000 0.7981,-1.3728 1.1972 -2.3466c 0.0958,-0.1916 0.1277,-0.3512 0.1277 -0.4949c 0.0000,-0.1596 -0.1437,-0.5906 -0.2714 -0.9099l -2.0113,-4.6771 c -0.2554,-0.6066 -0.4310,-0.7822 -0.9737 -0.7822c -0.0958,-0.0000 -0.1596,-0.0479 -0.1596 -0.1117v -0.3193 l 0.0319,-0.0319 c 0.0000,-0.0000 0.7024,0.0319 1.1813 0.0319c 0.7503,-0.0000 1.8996,-0.0319 1.8996 -0.0319l 0.0319,0.0479 v 0.2873 ZM 353.4440,309.1639 ZM 355.8225,304.1516 v 3.9748 c 0.5587,0.6545 1.0855,0.6864 1.3409 0.6864c 1.7080,-0.0000 2.0911,-1.5963 2.0911 -2.9691c 0.0000,-1.9315 -0.7822,-3.0010 -1.7559 -3.0010c -0.5427,-0.0000 -1.3249,0.4629 -1.6761 1.3090ZM 355.8225,304.1516 ZM 354.6412,311.6861 v -7.9017 c 0.0000,-0.6066 -0.1437,-0.7183 -0.3671 -0.7183c -0.2075,-0.0000 -0.3991,0.0160 -0.6704 0.0798l -0.0798,-0.4470 c 1.0216,-0.1756 1.2132,-0.2394 1.6601 -0.4629c 0.1756,-0.0798 0.2873,-0.1277 0.3991 -0.1277h 0.2394 l -0.0479,1.2770 h 0.0479 c 0.7343,-1.1174 1.5963,-1.2770 2.1071 -1.2770c 1.5484,-0.0000 2.5700,1.6123 2.5700 3.3043c 0.0000,1.2930 -0.3991,2.2827 -1.1174 3.0170c -0.6226,0.6226 -1.2770,0.9259 -2.1231 0.9259c -0.5747,-0.0000 -1.0216,-0.1277 -1.4367 -0.3512v 2.6818 c 0.0000,0.4629 0.1756,0.7024 0.6864 0.7024h 0.3033 c 0.0798,-0.0000 0.1437,0.0479 0.1437 0.1277v 0.3033 l -0.0319,0.0319 c 0.0000,-0.0000 -1.1014,-0.0319 -1.7240 -0.0319c -0.5587,-0.0000 -1.6442,0.0319 -1.6442 0.0319l -0.0319,-0.0319 v -0.3033 c 0.0000,-0.0798 0.0479,-0.1277 0.1277 -0.1277h 0.3033 c 0.5268,-0.0000 0.6864,-0.2394 0.6864 -0.7024ZM 361.0903,309.1639 ZM 363.6922,298.0218 v 5.4114 c 1.0695,-1.0695 2.0113,-1.3249 2.6339 -1.3249c 1.1493,-0.0000 1.7240,0.8780 1.7240 2.5221v 3.3841 c 0.0000,0.4629 0.1596,0.7024 0.6864 0.7024h 0.3033 c 0.0639,-0.0000 0.1277,0.0479 0.1277 0.1277v 0.3033 l -0.0319,0.0319 c 0.0000,-0.0000 -1.0855,-0.0319 -1.7240 -0.0319c -0.5587,-0.0000 -1.6442,0.0319 -1.6442 0.0319l -0.0319,-0.0319 v -0.3033 c 0.0000,-0.0798 0.0479,-0.1277 0.1277 -0.1277h 0.3033 c 0.5427,-0.0000 0.6864,-0.2394 0.6864 -0.7024v -3.5597 c 0.0000,-1.2930 -0.3512,-1.5963 -1.2451 -1.5963c -0.4629,-0.0000 -1.1493,0.4150 -1.9156 1.1653v 3.9907 c 0.0000,0.4629 0.1596,0.7024 0.6864 0.7024h 0.3033 c 0.0639,-0.0000 0.1277,0.0479 0.1277 0.1277v 0.3033 l -0.0319,0.0319 c 0.0000,-0.0000 -1.0855,-0.0319 -1.7080 -0.0319c -0.5747,-0.0000 -1.6442,0.0319 -1.6442 0.0319l -0.0319,-0.0319 v -0.3033 c 0.0000,-0.0798 0.0319,-0.1277 0.1117 -0.1277h 0.3033 c 0.5427,-0.0000 0.6864,-0.2394 0.6864 -0.7024v -7.9974 c 0.0000,-0.9099 -0.1437,-1.1653 -0.4629 -1.1653l -0.5268,0.0639 c -0.0479,-0.0000 -0.0798,-0.0319 -0.0798 -0.0798l -0.0319,-0.3991 c 0.2554,-0.0000 0.8301,-0.0958 1.1014 -0.1437c 0.2873,-0.0639 0.5268,-0.1277 0.8460 -0.2714h 0.3512 ZM 369.3591,309.1639 ZM 370.0455,306.9291 l 0.4310,-0.0160 c 0.0479,0.3991 0.2235,1.1653 0.5747 1.5324c 0.1596,0.1756 0.5906,0.4629 1.1813 0.4629c 0.5587,-0.0000 1.3888,-0.4470 1.3888 -1.2291c 0.0000,-0.6864 -0.3831,-1.1493 -1.6442 -1.6921c -1.1653,-0.5108 -1.7719,-0.8460 -1.7719 -2.0433c 0.0000,-1.0695 0.9418,-1.8357 2.2029 -1.8357c 0.7981,-0.0000 1.3888,0.1437 1.8836 0.3991c 0.0958,0.5108 0.1437,1.0536 0.1756 1.6282l -0.4310,0.0160 c -0.3352,-1.3090 -1.2930,-1.5644 -1.6282 -1.5644c -0.6066,-0.0000 -1.2291,0.2394 -1.2291 1.1174c 0.0000,0.6385 0.3033,0.9578 1.1813 1.2770c 1.2930,0.4789 2.3306,1.0536 2.3306 2.3306c 0.0000,1.5803 -1.6761,2.0433 -2.4264 2.0433c -0.5587,-0.0000 -1.0216,-0.0639 -1.4367 -0.1756c -0.1117,-0.0160 -0.1916,-0.0319 -0.3033 -0.0319c -0.0798,-0.0000 -0.2075,0.0160 -0.3671 0.0479c 0.0000,-0.6704 -0.0479,-1.4846 -0.1117 -2.2667ZM 379.2721,309.1639 ZM 382.4966,302.6191 c 0.0000,0.0798 -0.0639,0.1277 -0.1437 0.1277h -0.2394 c -0.3512,-0.0000 -0.4629,0.0958 -0.4629 0.2554c 0.0000,0.1117 0.0639,0.2554 0.1437 0.4789l 1.6761,4.2142 l 1.3888,-3.4640 l -0.2873,-0.7183 c -0.2075,-0.5427 -0.5427,-0.7662 -1.0216 -0.7662c -0.0798,-0.0000 -0.1596,-0.0319 -0.1596 -0.1117v -0.3193 l 0.0319,-0.0319 c 0.0000,-0.0000 0.8939,0.0319 1.4526 0.0319l 1.5963,-0.0319 l 0.0479,0.0319 v 0.3033 c 0.0000,0.0798 -0.0798,0.1277 -0.1596 0.1277h -0.2873 c -0.3193,-0.0000 -0.4629,0.0639 -0.4629 0.2235c 0.0000,0.1277 0.0639,0.2873 0.1596 0.5108l 1.6601,4.2142 l 1.6601,-4.1344 c 0.0479,-0.0958 0.0798,-0.2235 0.0798 -0.3512c 0.0000,-0.2714 -0.1756,-0.4629 -0.7183 -0.4629h -0.2394 c -0.0798,-0.0000 -0.1437,-0.0639 -0.1437 -0.1117v -0.3193 l 0.0479,-0.0319 c 0.0000,-0.0000 1.0536,0.0319 1.6442 0.0319c 0.5427,-0.0000 1.1813,-0.0319 1.1813 -0.0319l 0.0160,0.0319 v 0.3033 c 0.0000,0.0958 -0.0958,0.1277 -0.1916 0.1277c -0.3991,-0.0000 -0.8141,0.1756 -1.1014 0.8780l -2.1710,5.3955 c -0.0958,0.2394 -0.2235,0.3352 -0.3671 0.3352c -0.1596,-0.0000 -0.2873,-0.0958 -0.3831 -0.3193l -1.5963,-3.9907 l -1.5963,3.9588 c -0.1117,0.2554 -0.2394,0.3512 -0.3831 0.3512c -0.1596,-0.0000 -0.2873,-0.0958 -0.3831 -0.3193l -2.1869,-5.5232 c -0.2394,-0.6226 -0.5268,-0.7662 -1.0057 -0.7662c -0.0798,-0.0000 -0.1916,-0.0319 -0.1916 -0.1117v -0.3193 l 0.0319,-0.0319 c 0.0000,-0.0000 0.7503,0.0319 1.4526 0.0319c 0.7343,-0.0000 1.5803,-0.0319 1.5803 -0.0319l 0.0319,0.0479 v 0.2873 ZM 391.1485,309.1639 ZM 392.3936,300.0491 c 0.0000,-0.4150 0.3352,-0.7662 0.7503 -0.7662c 0.4310,-0.0000 0.7662,0.3512 0.7662 0.7662c 0.0000,0.4310 -0.3352,0.7662 -0.7662 0.7662c -0.4150,-0.0000 -0.7503,-0.3352 -0.7503 -0.7662ZM 392.3936,300.0491 ZM 393.9101,308.0146 c 0.0000,0.4629 0.1756,0.7024 0.6864 0.7024h 0.3033 c 0.0798,-0.0000 0.1437,0.0479 0.1437 0.1277v 0.3033 l -0.0319,0.0319 c 0.0000,-0.0000 -1.1014,-0.0319 -1.7240 -0.0319c -0.5587,-0.0000 -1.6442,0.0319 -1.6442 0.0319l -0.0319,-0.0319 v -0.3033 c 0.0000,-0.0798 0.0479,-0.1277 0.1277 -0.1277h 0.3033 c 0.5268,-0.0000 0.6864,-0.2394 0.6864 -0.7024v -3.9748 c 0.0000,-0.8460 -0.1437,-0.9737 -0.3671 -0.9737c -0.2075,-0.0000 -0.3991,0.0160 -0.6704 0.0798l -0.0798,-0.4470 c 1.0216,-0.1756 1.1972,-0.2394 1.6601 -0.4629c 0.1756,-0.0639 0.2873,-0.1277 0.3991 -0.1277h 0.2394 v 5.9063 ZM 395.3628,309.1639 ZM 397.9807,302.9224 v 4.0865 c 0.0000,0.9897 0.0958,1.4686 0.5268 1.4686c 0.4150,-0.0000 0.7343,-0.1277 1.1493 -0.4470l 0.2873,0.2714 c -0.6226,0.7024 -1.2611,1.0536 -1.9954 1.0536c -0.7343,-0.0000 -1.1653,-0.4470 -1.1653 -1.5803v -4.8527 h -1.0376 c -0.0479,-0.0000 -0.0639,-0.0160 -0.0639 -0.0639v -0.4949 c 0.0000,-0.0479 0.0160,-0.0639 0.0479 -0.0639c 1.0695,-0.0000 1.3249,-0.6226 1.3249 -1.8357v -0.3033 l 0.9259,-0.3193 v 2.4583 h 1.7559 c 0.0798,-0.0000 0.1277,0.0319 0.1277 0.0958v 0.3193 c 0.0000,0.1437 -0.2235,0.2075 -0.3831 0.2075h -1.5005 ZM 400.1836,309.1639 ZM 402.7855,298.0218 v 5.4114 c 1.0695,-1.0695 2.0113,-1.3249 2.6339 -1.3249c 1.1493,-0.0000 1.7240,0.8780 1.7240 2.5221v 3.3841 c 0.0000,0.4629 0.1596,0.7024 0.6864 0.7024h 0.3033 c 0.0639,-0.0000 0.1277,0.0479 0.1277 0.1277v 0.3033 l -0.0319,0.0319 c 0.0000,-0.0000 -1.0855,-0.0319 -1.7240 -0.0319c -0.5587,-0.0000 -1.6442,0.0319 -1.6442 0.0319l -0.0319,-0.0319 v -0.3033 c 0.0000,-0.0798 0.0479,-0.1277 0.1277 -0.1277h 0.3033 c 0.5427,-0.0000 0.6864,-0.2394 0.6864 -0.7024v -3.5597 c 0.0000,-1.2930 -0.3512,-1.5963 -1.2451 -1.5963c -0.4629,-0.0000 -1.1493,0.4150 -1.9156 1.1653v 3.9907 c 0.0000,0.4629 0.1596,0.7024 0.6864 0.7024h 0.3033 c 0.0639,-0.0000 0.1277,0.0479 0.1277 0.1277v 0.3033 l -0.0319,0.0319 c 0.0000,-0.0000 -1.0855,-0.0319 -1.7080 -0.0319c -0.5747,-0.0000 -1.6442,0.0319 -1.6442 0.0319l -0.0319,-0.0319 v -0.3033 c 0.0000,-0.0798 0.0319,-0.1277 0.1117 -0.1277h 0.3033 c 0.5427,-0.0000 0.6864,-0.2394 0.6864 -0.7024v -7.9974 c 0.0000,-0.9099 -0.1437,-1.1653 -0.4629 -1.1653l -0.5268,0.0639 c -0.0479,-0.0000 -0.0798,-0.0319 -0.0798 -0.0798l -0.0319,-0.3991 c 0.2554,-0.0000 0.8301,-0.0958 1.1014 -0.1437c 0.2873,-0.0639 0.5268,-0.1277 0.8460 -0.2714h 0.3512 ZM 412.4431,309.1639 ZM 415.0611,302.9224 v 4.0865 c 0.0000,0.9897 0.0958,1.4686 0.5268 1.4686c 0.4150,-0.0000 0.7343,-0.1277 1.1493 -0.4470l 0.2873,0.2714 c -0.6226,0.7024 -1.2611,1.0536 -1.9954 1.0536c -0.7343,-0.0000 -1.1653,-0.4470 -1.1653 -1.5803v -4.8527 h -1.0376 c -0.0479,-0.0000 -0.0639,-0.0160 -0.0639 -0.0639v -0.4949 c 0.0000,-0.0479 0.0160,-0.0639 0.0479 -0.0639c 1.0695,-0.0000 1.3249,-0.6226 1.3249 -1.8357v -0.3033 l 0.9259,-0.3193 v 2.4583 h 1.7559 c 0.0798,-0.0000 0.1277,0.0319 0.1277 0.0958v 0.3193 c 0.0000,0.1437 -0.2235,0.2075 -0.3831 0.2075h -1.5005 ZM 417.2639,309.1639 ZM 419.0837,304.7422 h 2.9372 c 0.1596,-0.0000 0.2235,-0.0798 0.2235 -0.2235c 0.0000,-1.4846 -0.7503,-1.8677 -1.3249 -1.8677c -0.3671,-0.0000 -1.5644,0.1437 -1.8357 2.0911ZM 419.0837,304.7422 ZM 423.2979,307.6794 l 0.3193,0.2554 c -0.6066,0.8301 -1.5484,1.4207 -2.6977 1.4207c -2.1869,-0.0000 -3.1128,-1.6282 -3.1128 -3.3682c 0.0000,-2.4264 1.5963,-3.8790 3.1128 -3.8790c 2.1071,-0.0000 2.6020,1.6442 2.6020 2.9851c 0.0000,0.1756 -0.1117,0.2714 -0.2873 0.2714h -4.1983 c -0.0160,0.0958 -0.0160,0.1916 -0.0160 0.3193c 0.0000,1.6282 1.1334,2.8893 2.2827 2.8893c 0.8780,-0.0000 1.4367,-0.2873 1.9954 -0.8939ZM 424.0961,309.1639 ZM 427.2408,302.7468 c -0.3193,-0.0000 -0.3831,0.0798 -0.3831 0.1916c 0.0000,0.0798 0.0639,0.2235 0.2394 0.5108l 0.9737,1.4367 c 0.0479,0.0958 0.0958,0.1437 0.1596 0.1437c 0.0479,-0.0000 0.0798,-0.0319 0.1437 -0.1117l 1.0376,-1.4526 c 0.1756,-0.2235 0.2714,-0.3991 0.2714 -0.5268c 0.0000,-0.1277 -0.1117,-0.1916 -0.3352 -0.1916h -0.2554 c -0.0479,-0.0000 -0.0958,-0.0319 -0.0958 -0.1117v -0.3033 l 0.0479,-0.0479 c 0.0000,-0.0000 0.7503,0.0319 1.2451 0.0319c 0.5108,-0.0000 1.2930,-0.0319 1.2930 -0.0319l 0.0160,0.0319 v 0.3033 c 0.0000,0.1117 -0.0958,0.1277 -0.1916 0.1277c -0.5906,-0.0000 -0.8301,0.1916 -1.4207 0.9418l -1.3409,1.7080 c -0.0319,0.0479 -0.0479,0.0798 -0.0479 0.1117c 0.0000,0.0319 0.0160,0.0798 0.0479 0.1277l 1.4367,2.0273 c 0.7343,1.0376 0.9418,1.0536 1.4526 1.0536c 0.1596,-0.0000 0.2235,0.0319 0.2235 0.1277v 0.3033 l -0.0160,0.0319 c 0.0000,-0.0000 -0.8620,-0.0319 -1.4047 -0.0319c -0.6545,-0.0000 -1.6601,0.0319 -1.6601 0.0319l -0.0319,-0.0319 v -0.3033 c 0.0000,-0.0798 0.0319,-0.1277 0.1117 -0.1277h 0.1916 c 0.2554,-0.0000 0.3671,-0.0479 0.3671 -0.1756c 0.0000,-0.1437 -0.1756,-0.3831 -0.4310 -0.7183l -0.9259,-1.2770 c -0.0639,-0.0798 -0.0958,-0.1117 -0.1437 -0.1117c -0.0319,-0.0000 -0.0798,0.0479 -0.1437 0.1437l -1.0057,1.4526 c -0.2394,0.3193 -0.2873,0.3991 -0.2873 0.5108c 0.0000,0.1117 0.0958,0.1756 0.3352 0.1756h 0.2235 c 0.0798,-0.0000 0.1117,0.0479 0.1117 0.1277v 0.3033 l -0.0319,0.0319 c 0.0000,-0.0000 -0.8301,-0.0319 -1.3409 -0.0319c -0.4629,-0.0000 -1.1972,0.0319 -1.1972 0.0319l -0.0319,-0.0319 v -0.2714 c 0.0000,-0.0958 0.0639,-0.1596 0.2075 -0.1596c 0.3831,-0.0000 0.7503,-0.0798 1.4207 -0.9418l 1.3409,-1.7240 c 0.0160,-0.0319 0.0319,-0.0639 0.0319 -0.1117c 0.0000,-0.0479 -0.0160,-0.0798 -0.0479 -0.1277l -1.3888,-2.0273 c -0.4470,-0.6545 -0.7343,-1.0376 -1.2930 -1.0376c -0.1117,-0.0000 -0.2235,-0.0479 -0.2235 -0.1117v -0.3033 l 0.0319,-0.0479 l 1.2611,0.0319 l 1.7719,-0.0319 l 0.0479,0.0479 v 0.2873 c 0.0000,0.0798 -0.0639,0.1277 -0.1277 0.1277h -0.2394 ZM 432.0297,309.1639 ZM 434.6476,302.9224 v 4.0865 c 0.0000,0.9897 0.0958,1.4686 0.5268 1.4686c 0.4150,-0.0000 0.7343,-0.1277 1.1493 -0.4470l 0.2873,0.2714 c -0.6226,0.7024 -1.2611,1.0536 -1.9954 1.0536c -0.7343,-0.0000 -1.1653,-0.4470 -1.1653 -1.5803v -4.8527 h -1.0376 c -0.0479,-0.0000 -0.0639,-0.0160 -0.0639 -0.0639v -0.4949 c 0.0000,-0.0479 0.0160,-0.0639 0.0479 -0.0639c 1.0695,-0.0000 1.3249,-0.6226 1.3249 -1.8357v -0.3033 l 0.9259,-0.3193 v 2.4583 h 1.7559 c 0.0798,-0.0000 0.1277,0.0319 0.1277 0.0958v 0.3193 c 0.0000,0.1437 -0.2235,0.2075 -0.3831 0.2075h -1.5005 ZM 440.8412,309.1639 ZM 442.3577,308.0146 v -7.9974 c 0.0000,-0.9099 -0.1596,-1.1653 -0.4789 -1.1653l -0.5108,0.0639 c -0.0479,-0.0000 -0.0958,-0.0319 -0.0958 -0.0798l -0.0319,-0.3991 c 0.2554,-0.0000 0.8460,-0.0958 1.1174 -0.1437c 0.2873,-0.0639 0.5108,-0.1277 0.8301 -0.2714h 0.3512 v 9.9928 c 0.0000,0.4629 0.1756,0.7024 0.6864 0.7024h 0.3831 c 0.0639,-0.0000 0.1277,0.0479 0.1277 0.1277v 0.3033 l -0.0319,0.0319 c 0.0000,-0.0000 -1.1653,-0.0319 -1.7879 -0.0319c -0.5587,-0.0000 -1.7240,0.0319 -1.7240 0.0319l -0.0160,-0.0319 v -0.3033 c 0.0000,-0.0798 0.0319,-0.1277 0.1117 -0.1277h 0.3831 c 0.5268,-0.0000 0.6864,-0.2394 0.6864 -0.7024ZM 444.9916,309.1639 ZM 449.6368,305.2530 l -1.2611,0.3193 c -1.4047,0.4310 -1.6123,1.1653 -1.6123 1.8836c 0.0000,0.4949 0.2394,1.2451 1.2451 1.2451c 0.4789,-0.0000 1.2132,-0.4629 1.6282 -0.8141v -2.6339 ZM 449.6368,305.2530 ZM 450.6585,309.3555 c -0.6066,-0.0000 -0.9418,-0.5427 -1.0057 -0.9259l -0.3671,0.2554 c -0.7343,0.5108 -1.0057,0.6704 -1.7400 0.6704c -1.1174,-0.0000 -1.9315,-0.6385 -1.9315 -1.8357c 0.0000,-1.2132 1.0376,-2.0433 2.5541 -2.4264l 1.4686,-0.3671 c 0.0000,-1.8038 -0.8301,-2.1390 -1.3728 -2.1390c -0.6066,-0.0000 -1.3090,0.2714 -1.3090 0.7662c 0.0000,0.1756 0.0319,0.2714 0.0479 0.3193c 0.0319,0.0639 0.0479,0.1756 0.0479 0.2873c 0.0000,0.2075 -0.1596,0.5268 -0.6226 0.5268c -0.3831,-0.0000 -0.6385,-0.2554 -0.6385 -0.6385c 0.0000,-0.9259 1.5005,-1.7400 2.5221 -1.7400c 1.1653,-0.0000 2.5062,0.4789 2.5062 2.7456v 2.3466 c 0.0000,0.9737 0.0160,1.3888 0.3831 1.3888c 0.3512,-0.0000 0.4470,-0.4470 0.4629 -0.7981l 0.3991,0.0798 c -0.0958,1.1653 -0.5906,1.4846 -1.4047 1.4846ZM 452.1909,309.1639 ZM 454.5694,308.2860 c 0.3193,0.3831 0.6545,0.5108 1.1493 0.5108c 1.5165,-0.0000 2.2827,-1.4047 2.2827 -3.2245c 0.0000,-1.6282 -0.8301,-2.7935 -1.8038 -2.7935c -0.1756,-0.0000 -1.0057,0.0319 -1.6282 0.6864v 4.8208 ZM 454.5694,308.2860 ZM 453.3722,300.0172 c 0.0000,-0.9099 -0.1596,-1.1653 -0.4789 -1.1653l -0.5108,0.0639 c -0.0479,-0.0000 -0.0798,-0.0319 -0.0798 -0.0798l -0.0319,-0.3991 c 0.2554,-0.0000 0.8301,-0.0958 1.1014 -0.1437c 0.2873,-0.0639 0.5268,-0.1277 0.8460 -0.2714h 0.3512 v 4.9485 c 0.5427,-0.5906 1.1813,-0.8780 1.9475 -0.8780c 1.3888,-0.0000 2.7137,1.3249 2.7137 3.2724c 0.0000,2.5381 -1.7879,3.9748 -3.4161 3.9748c -0.6864,-0.0000 -1.1972,-0.1916 -1.6601 -0.5906c -0.1437,0.1916 -0.3512,0.4310 -0.4949 0.5906l -0.3352,-0.0798 c 0.0479,-0.3831 0.0479,-0.6385 0.0479 -1.2611v -7.9815 ZM 459.8212,309.1639 ZM 461.6410,304.7422 h 2.9372 c 0.1596,-0.0000 0.2235,-0.0798 0.2235 -0.2235c 0.0000,-1.4846 -0.7503,-1.8677 -1.3249 -1.8677c -0.3671,-0.0000 -1.5644,0.1437 -1.8357 2.0911ZM 461.6410,304.7422 ZM 465.8552,307.6794 l 0.3193,0.2554 c -0.6066,0.8301 -1.5484,1.4207 -2.6977 1.4207c -2.1869,-0.0000 -3.1128,-1.6282 -3.1128 -3.3682c 0.0000,-2.4264 1.5963,-3.8790 3.1128 -3.8790c 2.1071,-0.0000 2.6020,1.6442 2.6020 2.9851c 0.0000,0.1756 -0.1117,0.2714 -0.2873 0.2714h -4.1983 c -0.0160,0.0958 -0.0160,0.1916 -0.0160 0.3193c 0.0000,1.6282 1.1334,2.8893 2.2827 2.8893c 0.8780,-0.0000 1.4367,-0.2873 1.9954 -0.8939ZM 466.6534,309.1639 ZM 468.1698,308.0146 v -7.9974 c 0.0000,-0.9099 -0.1596,-1.1653 -0.4789 -1.1653l -0.5108,0.0639 c -0.0479,-0.0000 -0.0958,-0.0319 -0.0958 -0.0798l -0.0319,-0.3991 c 0.2554,-0.0000 0.8460,-0.0958 1.1174 -0.1437c 0.2873,-0.0639 0.5108,-0.1277 0.8301 -0.2714h 0.3512 v 9.9928 c 0.0000,0.4629 0.1756,0.7024 0.6864 0.7024h 0.3831 c 0.0639,-0.0000 0.1277,0.0479 0.1277 0.1277v 0.3033 l -0.0319,0.0319 c 0.0000,-0.0000 -1.1653,-0.0319 -1.7879 -0.0319c -0.5587,-0.0000 -1.7240,0.0319 -1.7240 0.0319l -0.0160,-0.0319 v -0.3033 c 0.0000,-0.0798 0.0319,-0.1277 0.1117 -0.1277h 0.3831 c 0.5268,-0.0000 0.6864,-0.2394 0.6864 -0.7024ZM 470.8037,309.1639 ZM 471.4901,306.9291 l 0.4310,-0.0160 c 0.0479,0.3991 0.2235,1.1653 0.5747 1.5324c 0.1596,0.1756 0.5906,0.4629 1.1813 0.4629c 0.5587,-0.0000 1.3888,-0.4470 1.3888 -1.2291c 0.0000,-0.6864 -0.3831,-1.1493 -1.6442 -1.6921c -1.1653,-0.5108 -1.7719,-0.8460 -1.7719 -2.0433c 0.0000,-1.0695 0.9418,-1.8357 2.2029 -1.8357c 0.7981,-0.0000 1.3888,0.1437 1.8836 0.3991c 0.0958,0.5108 0.1437,1.0536 0.1756 1.6282l -0.4310,0.0160 c -0.3352,-1.3090 -1.2930,-1.5644 -1.6282 -1.5644c -0.6066,-0.0000 -1.2291,0.2394 -1.2291 1.1174c 0.0000,0.6385 0.3033,0.9578 1.1813 1.2770c 1.2930,0.4789 2.3306,1.0536 2.3306 2.3306c 0.0000,1.5803 -1.6761,2.0433 -2.4264 2.0433c -0.5587,-0.0000 -1.0216,-0.0639 -1.4367 -0.1756c -0.1117,-0.0160 -0.1916,-0.0319 -0.3033 -0.0319c -0.0798,-0.0000 -0.2075,0.0160 -0.3671 0.0479c 0.0000,-0.6704 -0.0479,-1.4846 -0.1117 -2.2667ZM 480.7167,309.1639 ZM 485.3620,305.2530 l -1.2611,0.3193 c -1.4047,0.4310 -1.6123,1.1653 -1.6123 1.8836c 0.0000,0.4949 0.2394,1.2451 1.2451 1.2451c 0.4789,-0.0000 1.2132,-0.4629 1.6282 -0.8141v -2.6339 ZM 485.3620,305.2530 ZM 486.3836,309.3555 c -0.6066,-0.0000 -0.9418,-0.5427 -1.0057 -0.9259l -0.3671,0.2554 c -0.7343,0.5108 -1.0057,0.6704 -1.7400 0.6704c -1.1174,-0.0000 -1.9315,-0.6385 -1.9315 -1.8357c 0.0000,-1.2132 1.0376,-2.0433 2.5541 -2.4264l 1.4686,-0.3671 c 0.0000,-1.8038 -0.8301,-2.1390 -1.3728 -2.1390c -0.6066,-0.0000 -1.3090,0.2714 -1.3090 0.7662c 0.0000,0.1756 0.0319,0.2714 0.0479 0.3193c 0.0319,0.0639 0.0479,0.1756 0.0479 0.2873c 0.0000,0.2075 -0.1596,0.5268 -0.6226 0.5268c -0.3831,-0.0000 -0.6385,-0.2554 -0.6385 -0.6385c 0.0000,-0.9259 1.5005,-1.7400 2.5221 -1.7400c 1.1653,-0.0000 2.5062,0.4789 2.5062 2.7456v 2.3466 c 0.0000,0.9737 0.0160,1.3888 0.3831 1.3888c 0.3512,-0.0000 0.4470,-0.4470 0.4629 -0.7981l 0.3991,0.0798 c -0.0958,1.1653 -0.5906,1.4846 -1.4047 1.4846ZM 487.9160,309.1639 ZM 489.3367,308.0146 v -3.9748 c 0.0000,-0.7981 -0.1117,-0.9737 -0.3512 -0.9737c -0.2075,-0.0000 -0.3991,0.0160 -0.6704 0.0798l -0.0798,-0.4470 c 1.0057,-0.1756 1.1813,-0.2235 1.6601 -0.4629c 0.1596,-0.0798 0.2873,-0.1277 0.3991 -0.1277h 0.2394 l -0.0479,1.4367 h 0.0479 c 0.4150,-0.6226 1.1174,-1.4367 1.8677 -1.4367c 0.6545,-0.0000 0.8939,0.3193 0.8939 0.7343c 0.0000,0.4150 -0.2714,0.6704 -0.6864 0.6704c -0.3193,-0.0000 -0.4949,-0.1277 -0.6545 -0.2873c -0.0958,-0.0958 -0.2075,-0.1437 -0.3193 -0.1437c -0.1756,-0.0000 -0.5268,0.2873 -0.9099 0.8301c -0.1117,0.1437 -0.1916,0.3512 -0.1916 0.5587v 3.5438 c 0.0000,0.4629 0.1596,0.7024 0.6864 0.7024h 0.4629 c 0.0798,-0.0000 0.1437,0.0479 0.1437 0.1277v 0.3033 l -0.0319,0.0319 c 0.0000,-0.0000 -1.2611,-0.0319 -1.8836 -0.0319c -0.5747,-0.0000 -1.6601,0.0319 -1.6601 0.0319l -0.0160,-0.0319 v -0.3033 c 0.0000,-0.0798 0.0319,-0.1277 0.1117 -0.1277h 0.3033 c 0.5427,-0.0000 0.6864,-0.2394 0.6864 -0.7024ZM 493.4552,309.1639 ZM 495.2750,304.7422 h 2.9372 c 0.1596,-0.0000 0.2235,-0.0798 0.2235 -0.2235c 0.0000,-1.4846 -0.7503,-1.8677 -1.3249 -1.8677c -0.3671,-0.0000 -1.5644,0.1437 -1.8357 2.0911ZM 495.2750,304.7422 ZM 499.4892,307.6794 l 0.3193,0.2554 c -0.6066,0.8301 -1.5484,1.4207 -2.6977 1.4207c -2.1869,-0.0000 -3.1128,-1.6282 -3.1128 -3.3682c 0.0000,-2.4264 1.5963,-3.8790 3.1128 -3.8790c 2.1071,-0.0000 2.6020,1.6442 2.6020 2.9851c 0.0000,0.1756 -0.1117,0.2714 -0.2873 0.2714h -4.1983 c -0.0160,0.0958 -0.0160,0.1916 -0.0160 0.3193c 0.0000,1.6282 1.1334,2.8893 2.2827 2.8893c 0.8780,-0.0000 1.4367,-0.2873 1.9954 -0.8939ZM 504.2781,309.1639 ZM 509.5459,302.7468 h -0.0798 c -0.0798,-0.0000 -0.1277,-0.0639 -0.1277 -0.1117v -0.3193 l 0.0639,-0.0319 c 0.0000,-0.0000 0.9099,0.0319 1.5005 0.0319c 0.4150,-0.0000 1.0855,-0.0319 1.0855 -0.0319l 0.0319,0.0319 v 0.2873 c 0.0000,0.0798 -0.0798,0.1437 -0.1756 0.1437c -0.4629,-0.0000 -0.8301,0.2075 -1.0855 0.8301l -2.2029,5.4114 c -0.1117,0.2714 -0.2235,0.3671 -0.3831 0.3671c -0.2075,-0.0000 -0.3033,-0.0958 -0.3991 -0.3352l -2.1710,-5.5072 c -0.2235,-0.5747 -0.5587,-0.7662 -1.0216 -0.7662c -0.0798,-0.0000 -0.1596,-0.0319 -0.1596 -0.1117v -0.3193 l 0.0479,-0.0319 c 0.0000,-0.0000 0.8460,0.0319 1.3888 0.0319c 0.6226,-0.0000 1.5963,-0.0319 1.5963 -0.0319l 0.0639,0.0319 v 0.3033 c 0.0000,0.1117 -0.0958,0.1277 -0.1437 0.1277h -0.2714 c -0.3193,0.0160 -0.4629,0.1117 -0.4629 0.2714c 0.0000,0.1117 0.0639,0.2394 0.1596 0.4629l 1.3728,3.4799 l 0.2714,0.7343 l 0.2714,-0.6864 l 1.4207,-3.4959 c 0.0798,-0.1756 0.1277,-0.3193 0.1277 -0.4310c 0.0000,-0.2394 -0.1756,-0.3352 -0.7183 -0.3352ZM 512.2117,309.1639 ZM 514.0314,304.7422 h 2.9372 c 0.1596,-0.0000 0.2235,-0.0798 0.2235 -0.2235c 0.0000,-1.4846 -0.7503,-1.8677 -1.3249 -1.8677c -0.3671,-0.0000 -1.5644,0.1437 -1.8357 2.0911ZM 514.0314,304.7422 ZM 518.2457,307.6794 l 0.3193,0.2554 c -0.6066,0.8301 -1.5484,1.4207 -2.6977 1.4207c -2.1869,-0.0000 -3.1128,-1.6282 -3.1128 -3.3682c 0.0000,-2.4264 1.5963,-3.8790 3.1128 -3.8790c 2.1071,-0.0000 2.6020,1.6442 2.6020 2.9851c 0.0000,0.1756 -0.1117,0.2714 -0.2873 0.2714h -4.1983 c -0.0160,0.0958 -0.0160,0.1916 -0.0160 0.3193c 0.0000,1.6282 1.1334,2.8893 2.2827 2.8893c 0.8780,-0.0000 1.4367,-0.2873 1.9954 -0.8939ZM 519.0438,309.1639 ZM 520.4645,308.0146 v -3.9748 c 0.0000,-0.7981 -0.1117,-0.9737 -0.3512 -0.9737c -0.2075,-0.0000 -0.3991,0.0160 -0.6704 0.0798l -0.0798,-0.4470 c 1.0057,-0.1756 1.1813,-0.2235 1.6601 -0.4629c 0.1596,-0.0798 0.2873,-0.1277 0.3991 -0.1277h 0.2394 l -0.0479,1.4367 h 0.0479 c 0.4150,-0.6226 1.1174,-1.4367 1.8677 -1.4367c 0.6545,-0.0000 0.8939,0.3193 0.8939 0.7343c 0.0000,0.4150 -0.2714,0.6704 -0.6864 0.6704c -0.3193,-0.0000 -0.4949,-0.1277 -0.6545 -0.2873c -0.0958,-0.0958 -0.2075,-0.1437 -0.3193 -0.1437c -0.1756,-0.0000 -0.5268,0.2873 -0.9099 0.8301c -0.1117,0.1437 -0.1916,0.3512 -0.1916 0.5587v 3.5438 c 0.0000,0.4629 0.1596,0.7024 0.6864 0.7024h 0.4629 c 0.0798,-0.0000 0.1437,0.0479 0.1437 0.1277v 0.3033 l -0.0319,0.0319 c 0.0000,-0.0000 -1.2611,-0.0319 -1.8836 -0.0319c -0.5747,-0.0000 -1.6601,0.0319 -1.6601 0.0319l -0.0160,-0.0319 v -0.3033 c 0.0000,-0.0798 0.0319,-0.1277 0.1117 -0.1277h 0.3033 c 0.5427,-0.0000 0.6864,-0.2394 0.6864 -0.7024ZM 524.5830,309.1639 ZM 527.9033,302.6191 c 0.0000,0.0798 -0.0958,0.1277 -0.1756 0.1277c -0.4789,-0.0000 -0.6864,0.0958 -0.6864 0.3512c 0.0000,0.0958 0.0319,0.2235 0.0958 0.3671l 1.7559,4.1184 l 1.7719,-4.0546 c 0.0798,-0.1437 0.1117,-0.2714 0.1117 -0.3671c 0.0000,-0.3352 -0.3193,-0.4150 -0.6704 -0.4150h -0.0639 c -0.0798,-0.0000 -0.1596,-0.0639 -0.1596 -0.1117v -0.3033 l 0.0319,-0.0479 c 0.0000,-0.0000 0.9418,0.0319 1.5005 0.0319c 0.4470,-0.0000 1.1014,-0.0319 1.1014 -0.0319l 0.0479,0.0319 v 0.3033 c 0.0000,0.0798 -0.0639,0.1277 -0.1756 0.1277c -0.6066,-0.0000 -0.9099,0.6226 -1.1334 1.0855c -0.8460,1.7879 -1.5484,3.4320 -2.8254 6.5129c -0.4789,1.1493 -1.0536,2.4902 -2.1869 2.4902c -0.3033,-0.0000 -0.9259,-0.1756 -0.9259 -0.7503c 0.0000,-0.4789 0.3512,-0.6226 0.6066 -0.6226c 0.2394,-0.0000 0.3991,0.0958 0.4949 0.2235c 0.1596,0.1596 0.2714,0.2714 0.4310 0.2714c 0.2394,-0.0000 0.7981,-1.3728 1.1972 -2.3466c 0.0958,-0.1916 0.1277,-0.3512 0.1277 -0.4949c 0.0000,-0.1596 -0.1437,-0.5906 -0.2714 -0.9099l -2.0113,-4.6771 c -0.2554,-0.6066 -0.4310,-0.7822 -0.9737 -0.7822c -0.0958,-0.0000 -0.1596,-0.0479 -0.1596 -0.1117v -0.3193 l 0.0319,-0.0319 c 0.0000,-0.0000 0.7024,0.0319 1.1813 0.0319c 0.7503,-0.0000 1.8996,-0.0319 1.8996 -0.0319l 0.0319,0.0479 v 0.2873 ZM 536.6989,309.1639 ZM 543.5470,307.3122 c 0.0000,0.7981 0.0798,1.0536 0.3991 1.0536c 0.1916,-0.0000 0.5427,-0.0319 0.8141 -0.0798l 0.0639,0.4470 c -0.9737,0.1756 -1.7559,0.3352 -2.1231 0.6226h -0.3512 l 0.0479,-1.1813 h -0.0479 c -0.8780,0.9578 -1.5963,1.1813 -2.2508 1.1813c -1.5803,-0.0000 -1.9954,-1.0695 -1.9954 -2.1710v -3.6396 c 0.0000,-0.5268 -0.1117,-0.7981 -0.7024 -0.7981c -0.0639,-0.0000 -0.1756,0.0160 -0.2714 0.0160l -0.0479,-0.0160 v -0.4150 l 0.0479,-0.0479 c 0.0000,-0.0000 1.0855,0.0319 1.5963 0.0319c 0.2235,-0.0000 0.5906,-0.0319 0.5906 -0.0319l -0.0160,1.2770 v 3.4001 c 0.0000,1.4207 0.7343,1.6761 1.2132 1.6761c 0.3671,-0.0000 0.7024,-0.1437 1.0376 -0.3831c 0.3831,-0.2873 0.6385,-0.5108 0.7981 -0.7183v -3.9429 c 0.0000,-0.5747 -0.0798,-0.8460 -0.6704 -0.8460c -0.0958,-0.0000 -0.2714,0.0160 -0.3193 0.0160l -0.0319,-0.0319 v -0.3991 l 0.0319,-0.0479 c 0.0000,-0.0000 1.1334,0.0319 1.5803 0.0319c 0.3671,-0.0000 0.6226,-0.0319 0.6226 -0.0319l -0.0160,1.2611 v 3.7673 ZM 544.9517,309.1639 ZM 545.6381,306.9291 l 0.4310,-0.0160 c 0.0479,0.3991 0.2235,1.1653 0.5747 1.5324c 0.1596,0.1756 0.5906,0.4629 1.1813 0.4629c 0.5587,-0.0000 1.3888,-0.4470 1.3888 -1.2291c 0.0000,-0.6864 -0.3831,-1.1493 -1.6442 -1.6921c -1.1653,-0.5108 -1.7719,-0.8460 -1.7719 -2.0433c 0.0000,-1.0695 0.9418,-1.8357 2.2029 -1.8357c 0.7981,-0.0000 1.3888,0.1437 1.8836 0.3991c 0.0958,0.5108 0.1437,1.0536 0.1756 1.6282l -0.4310,0.0160 c -0.3352,-1.3090 -1.2930,-1.5644 -1.6282 -1.5644c -0.6066,-0.0000 -1.2291,0.2394 -1.2291 1.1174c 0.0000,0.6385 0.3033,0.9578 1.1813 1.2770c 1.2930,0.4789 2.3306,1.0536 2.3306 2.3306c 0.0000,1.5803 -1.6761,2.0433 -2.4264 2.0433c -0.5587,-0.0000 -1.0216,-0.0639 -1.4367 -0.1756c -0.1117,-0.0160 -0.1916,-0.0319 -0.3033 -0.0319c -0.0798,-0.0000 -0.2075,0.0160 -0.3671 0.0479c 0.0000,-0.6704 -0.0479,-1.4846 -0.1117 -2.2667ZM 550.8740,309.1639 ZM 552.6938,304.7422 h 2.9372 c 0.1596,-0.0000 0.2235,-0.0798 0.2235 -0.2235c 0.0000,-1.4846 -0.7503,-1.8677 -1.3249 -1.8677c -0.3671,-0.0000 -1.5644,0.1437 -1.8357 2.0911ZM 552.6938,304.7422 ZM 556.9080,307.6794 l 0.3193,0.2554 c -0.6066,0.8301 -1.5484,1.4207 -2.6977 1.4207c -2.1869,-0.0000 -3.1128,-1.6282 -3.1128 -3.3682c 0.0000,-2.4264 1.5963,-3.8790 3.1128 -3.8790c 2.1071,-0.0000 2.6020,1.6442 2.6020 2.9851c 0.0000,0.1756 -0.1117,0.2714 -0.2873 0.2714h -4.1983 c -0.0160,0.0958 -0.0160,0.1916 -0.0160 0.3193c 0.0000,1.6282 1.1334,2.8893 2.2827 2.8893c 0.8780,-0.0000 1.4367,-0.2873 1.9954 -0.8939ZM 557.7061,309.1639 ZM 559.1747,308.0146 v -5.0922 h -1.1014 c -0.0639,-0.0000 -0.0798,-0.0160 -0.0798 -0.0798v -0.2235 c 0.0000,-0.1277 0.0798,-0.3193 0.3671 -0.3193h 0.8141 v -0.6226 c 0.0000,-2.4902 1.2930,-3.6555 2.6339 -3.6555c 0.6066,-0.0000 1.0216,0.1596 1.4207 0.4310c 0.3193,0.2394 0.4629,0.5108 0.4629 0.7662c 0.0000,0.3352 -0.2394,0.5747 -0.5427 0.5747c -0.3193,-0.0000 -0.5268,-0.1756 -0.6545 -0.4470c -0.2075,-0.5268 -0.5108,-0.7822 -0.9897 -0.7822c -0.5268,-0.0000 -1.1334,0.3831 -1.1334 2.8414v 0.8939 h 1.7559 c 0.0798,-0.0000 0.1277,0.0319 0.1277 0.0958v 0.3193 c 0.0000,0.1437 -0.2235,0.2075 -0.3671 0.2075h -1.5165 v 5.0922 c 0.0000,0.4629 0.1596,0.7024 0.6864 0.7024h 0.5268 c 0.0639,-0.0000 0.1277,0.0479 0.1277 0.1277v 0.3033 l -0.0319,0.0319 c 0.0000,-0.0000 -1.3090,-0.0319 -1.9315 -0.0319c -0.5747,-0.0000 -1.6601,0.0319 -1.6601 0.0319l -0.0319,-0.0319 v -0.3033 c 0.0000,-0.0798 0.0479,-0.1277 0.1277 -0.1277h 0.3033 c 0.5427,-0.0000 0.6864,-0.2394 0.6864 -0.7024ZM 563.5326,309.1639 ZM 570.3807,307.3122 c 0.0000,0.7981 0.0798,1.0536 0.3991 1.0536c 0.1916,-0.0000 0.5427,-0.0319 0.8141 -0.0798l 0.0639,0.4470 c -0.9737,0.1756 -1.7559,0.3352 -2.1231 0.6226h -0.3512 l 0.0479,-1.1813 h -0.0479 c -0.8780,0.9578 -1.5963,1.1813 -2.2508 1.1813c -1.5803,-0.0000 -1.9954,-1.0695 -1.9954 -2.1710v -3.6396 c 0.0000,-0.5268 -0.1117,-0.7981 -0.7024 -0.7981c -0.0639,-0.0000 -0.1756,0.0160 -0.2714 0.0160l -0.0479,-0.0160 v -0.4150 l 0.0479,-0.0479 c 0.0000,-0.0000 1.0855,0.0319 1.5963 0.0319c 0.2235,-0.0000 0.5906,-0.0319 0.5906 -0.0319l -0.0160,1.2770 v 3.4001 c 0.0000,1.4207 0.7343,1.6761 1.2132 1.6761c 0.3671,-0.0000 0.7024,-0.1437 1.0376 -0.3831c 0.3831,-0.2873 0.6385,-0.5108 0.7981 -0.7183v -3.9429 c 0.0000,-0.5747 -0.0798,-0.8460 -0.6704 -0.8460c -0.0958,-0.0000 -0.2714,0.0160 -0.3193 0.0160l -0.0319,-0.0319 v -0.3991 l 0.0319,-0.0479 c 0.0000,-0.0000 1.1334,0.0319 1.5803 0.0319c 0.3671,-0.0000 0.6226,-0.0319 0.6226 -0.0319l -0.0160,1.2611 v 3.7673 ZM 571.7855,309.1639 ZM 573.3019,308.0146 v -7.9974 c 0.0000,-0.9099 -0.1596,-1.1653 -0.4789 -1.1653l -0.5108,0.0639 c -0.0479,-0.0000 -0.0958,-0.0319 -0.0958 -0.0798l -0.0319,-0.3991 c 0.2554,-0.0000 0.8460,-0.0958 1.1174 -0.1437c 0.2873,-0.0639 0.5108,-0.1277 0.8301 -0.2714h 0.3512 v 9.9928 c 0.0000,0.4629 0.1756,0.7024 0.6864 0.7024h 0.3831 c 0.0639,-0.0000 0.1277,0.0479 0.1277 0.1277v 0.3033 l -0.0319,0.0319 c 0.0000,-0.0000 -1.1653,-0.0319 -1.7879 -0.0319c -0.5587,-0.0000 -1.7240,0.0319 -1.7240 0.0319l -0.0160,-0.0319 v -0.3033 c 0.0000,-0.0798 0.0319,-0.1277 0.1117 -0.1277h 0.3831 c 0.5268,-0.0000 0.6864,-0.2394 0.6864 -0.7024Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(31,119,180)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 54.2661,262.8075 ZM 53.2285,253.5224 c 0.0000,-2.0220 -1.5697,-2.8201 -3.4852 -3.3522l 0.1330,-0.7981 c 1.3835,0.2927 2.8999,0.5853 4.3898 0.6917l -0.0000,6.7843 l -0.0266,2.0752 c -0.0000,0.3193 0.0532,3.3788 0.0532 3.3788l -0.0532,0.0532 l -0.5055,-0.0000 c -0.1330,-0.0000 -0.2128,-0.1064 -0.2128 -0.2128l 0.0000,-0.7981 c 0.0000,-1.1174 -0.2394,-1.3569 -1.1706 -1.3569l -13.3557,-0.0000 c -0.7981,-0.0000 -1.1706,0.3991 -1.1706 1.4367l -0.0000,0.7183 c -0.0000,0.1064 -0.0798,0.2128 -0.2128 0.2128l -0.5055,-0.0000 l -0.0266,-0.0532 c 0.0000,-0.0000 0.0266,-2.3146 0.0266 -3.3522c 0.0000,-0.9578 -0.0266,-3.4320 -0.0266 -3.4320l 0.0266,-0.0532 l 0.5055,0.0000 c 0.1330,0.0000 0.2128,0.0798 0.2128 0.2128l -0.0000,0.6917 c -0.0000,1.0908 0.4257,1.4633 1.1706 1.4633l 12.9034,0.0000 c 0.8248,0.0000 1.3302,-0.4789 1.3302 -1.2504l 0.0000,-3.0596 ZM 54.2661,248.8133 ZM 36.7601,238.8364 c 0.0000,-3.2458 1.1972,-4.2036 1.1972 -5.7999c 1.9156,-0.1862 2.9798,-0.3459 4.0972 -0.5853l 0.1596,0.7981 c -2.2880,0.6917 -4.4696,2.1018 -4.4696 5.9595c -0.0000,3.5917 3.1660,6.4384 7.8219 6.4384c 3.5119,0.0000 8.0613,-2.5541 8.0613 -7.2898c 0.0000,-1.4367 -0.4789,-3.0064 -1.3302 -3.9109l -4.0706,-0.0000 c -0.8248,-0.0000 -1.1706,0.3991 -1.1706 1.4633l -0.0000,0.6917 c -0.0000,0.1064 -0.0798,0.2128 -0.2128 0.2128l -0.6917,-0.0000 l -0.0532,-0.0532 c 0.0000,-0.0000 0.0532,-2.3146 0.0532 -3.3522c 0.0000,-0.9312 -0.0532,-2.4743 -0.0532 -2.4743l 0.0532,-0.0532 l 0.6917,0.0000 c 0.1330,0.0000 0.2128,0.0798 0.2128 0.2128l -0.0000,0.0266 c -0.0000,0.9312 0.4257,1.1706 1.1706 1.1706l 3.0862,0.0000 c 0.2927,0.0000 0.5055,-0.1330 0.7449 -0.4257c 1.5431,1.8091 2.5275,3.9641 2.5275 7.1035c -0.0000,5.3476 -3.8843,8.9925 -8.4870 8.9925c -5.8531,-0.0000 -9.3383,-4.5494 -9.3383 -9.1255ZM 54.2661,230.3761 ZM 52.3505,227.8486 l -13.3291,-0.0000 c -1.5165,-0.0000 -1.9422,0.2660 -1.9422 0.7981l 0.1064,0.8514 c -0.0000,0.0798 -0.0532,0.1596 -0.1330 0.1596l -0.6651,0.0532 c 0.0000,-0.4257 -0.1596,-1.4101 -0.2394 -1.8623c -0.1064,-0.4789 -0.2128,-0.8514 -0.4523 -1.3835l 0.0000,-0.5853 l 16.6547,0.0000 c 0.7715,0.0000 1.1706,-0.2927 1.1706 -1.1440l 0.0000,-0.6385 c 0.0000,-0.1064 0.0798,-0.2128 0.2128 -0.2128l 0.5055,0.0000 l 0.0532,0.0532 c 0.0000,-0.0000 -0.0532,1.9422 -0.0532 2.9798c -0.0000,0.9312 0.0532,2.8733 0.0532 2.8733l -0.0532,0.0266 l -0.5055,-0.0000 c -0.1330,-0.0000 -0.2128,-0.0532 -0.2128 -0.1862l 0.0000,-0.6385 c 0.0000,-0.8780 -0.3991,-1.1440 -1.1706 -1.1440ZM 54.2661,223.4588 ZM 43.3581,217.9249 c 0.1330,0.0000 0.2128,0.1596 0.2128 0.2927c -0.0000,0.7981 0.1596,1.1440 0.5853 1.1440c 0.1596,0.0000 0.3725,-0.0532 0.6119 -0.1596l 6.8641,-2.9265 l -6.7577,-2.9531 c -0.2394,-0.1330 -0.4523,-0.1862 -0.6119 -0.1862c -0.5587,-0.0000 -0.6917,0.5321 -0.6917 1.1174l -0.0000,0.1064 c -0.0000,0.1330 -0.1064,0.2660 -0.1862 0.2660l -0.5055,-0.0000 l -0.0798,-0.0532 c 0.0000,-0.0000 0.0532,-1.5697 0.0532 -2.5009c 0.0000,-0.7449 -0.0532,-1.8357 -0.0532 -1.8357l 0.0532,-0.0798 l 0.5055,0.0000 c 0.1330,0.0000 0.2128,0.1064 0.2128 0.2927c -0.0000,1.0110 1.0376,1.5165 1.8091 1.8890c 2.9798,1.4101 5.7201,2.5807 10.8548 4.7091c 1.9156,0.7981 4.1504,1.7559 4.1504 3.6449c -0.0000,0.5055 -0.2927,1.5431 -1.2504 1.5431c -0.7981,-0.0000 -1.0376,-0.5853 -1.0376 -1.0110c 0.0000,-0.3991 0.1596,-0.6651 0.3725 -0.8248c 0.2660,-0.2660 0.4523,-0.4523 0.4523 -0.7183c 0.0000,-0.3991 -2.2880,-1.3302 -3.9109 -1.9954c -0.3193,-0.1596 -0.5853,-0.2128 -0.8248 -0.2128c -0.2660,-0.0000 -0.9844,0.2394 -1.5165 0.4523l -7.7952,3.3522 c -1.0110,0.4257 -1.3036,0.7183 -1.3036 1.6229c -0.0000,0.1596 -0.0798,0.2660 -0.1862 0.2660l -0.5321,-0.0000 l -0.0532,-0.0532 c 0.0000,-0.0000 0.0532,-1.1706 0.0532 -1.9688c 0.0000,-1.2504 -0.0532,-3.1660 -0.0532 -3.1660l 0.0798,-0.0532 l 0.4789,0.0000 ZM 54.2661,209.9169 ZM 45.9122,205.9527 l 6.6246,0.0000 c 1.0908,-0.9312 1.1440,-1.8091 1.1440 -2.2348c 0.0000,-2.8467 -2.6605,-3.4852 -4.9485 -3.4852c -3.2192,-0.0000 -5.0017,1.3036 -5.0017 2.9265c -0.0000,0.9046 0.7715,2.2082 2.1816 2.7935ZM 45.9122,205.9527 ZM 58.4697,207.9215 l -13.1694,-0.0000 c -1.0110,-0.0000 -1.1972,0.2394 -1.1972 0.6119c -0.0000,0.3459 0.0266,0.6651 0.1330 1.1174l -0.7449,0.1330 c -0.2927,-1.7027 -0.3991,-2.0220 -0.7715 -2.7669c -0.1330,-0.2927 -0.2128,-0.4789 -0.2128 -0.6651l 0.0000,-0.3991 l 2.1284,0.0798 l 0.0000,-0.0798 c -1.8623,-1.2238 -2.1284,-2.6605 -2.1284 -3.5119c 0.0000,-2.5807 2.6871,-4.2834 5.5072 -4.2834c 2.1550,0.0000 3.8045,0.6651 5.0283 1.8623c 1.0376,1.0376 1.5431,2.1284 1.5431 3.5385c -0.0000,0.9578 -0.2128,1.7027 -0.5853 2.3944l 4.4696,0.0000 c 0.7715,0.0000 1.1706,-0.2927 1.1706 -1.1440l 0.0000,-0.5055 c 0.0000,-0.1330 0.0798,-0.2394 0.2128 -0.2394l 0.5055,0.0000 l 0.0532,0.0532 c 0.0000,-0.0000 -0.0532,1.8357 -0.0532 2.8733c -0.0000,0.9312 0.0532,2.7403 0.0532 2.7403l -0.0532,0.0532 l -0.5055,-0.0000 c -0.1330,-0.0000 -0.2128,-0.0798 -0.2128 -0.2128l 0.0000,-0.5055 c 0.0000,-0.8780 -0.3991,-1.1440 -1.1706 -1.1440ZM 54.2661,197.1731 ZM 35.6959,192.8365 l 9.0191,0.0000 c -1.7825,-1.7825 -2.2082,-3.3522 -2.2082 -4.3898c 0.0000,-1.9156 1.4633,-2.8733 4.2036 -2.8733l 5.6402,0.0000 c 0.7715,0.0000 1.1706,-0.2660 1.1706 -1.1440l 0.0000,-0.5055 c 0.0000,-0.1064 0.0798,-0.2128 0.2128 -0.2128l 0.5055,0.0000 l 0.0532,0.0532 c 0.0000,-0.0000 -0.0532,1.8091 -0.0532 2.8733c -0.0000,0.9312 0.0532,2.7403 0.0532 2.7403l -0.0532,0.0532 l -0.5055,-0.0000 c -0.1330,-0.0000 -0.2128,-0.0798 -0.2128 -0.2128l 0.0000,-0.5055 c 0.0000,-0.9046 -0.3991,-1.1440 -1.1706 -1.1440l -5.9329,-0.0000 c -2.1550,-0.0000 -2.6605,0.5853 -2.6605 2.0752c -0.0000,0.7715 0.6917,1.9156 1.9422 3.1926l 6.6512,0.0000 c 0.7715,0.0000 1.1706,-0.2660 1.1706 -1.1440l 0.0000,-0.5055 c 0.0000,-0.1064 0.0798,-0.2128 0.2128 -0.2128l 0.5055,0.0000 l 0.0532,0.0532 c 0.0000,-0.0000 -0.0532,1.8091 -0.0532 2.8467c -0.0000,0.9578 0.0532,2.7403 0.0532 2.7403l -0.0532,0.0532 l -0.5055,-0.0000 c -0.1330,-0.0000 -0.2128,-0.0532 -0.2128 -0.1862l 0.0000,-0.5055 c 0.0000,-0.9046 -0.3991,-1.1440 -1.1706 -1.1440l -13.3291,-0.0000 c -1.5165,-0.0000 -1.9422,0.2394 -1.9422 0.7715l 0.1064,0.8780 c -0.0000,0.0798 -0.0532,0.1330 -0.1330 0.1330l -0.6651,0.0532 c 0.0000,-0.4257 -0.1596,-1.3835 -0.2394 -1.8357c -0.1064,-0.4789 -0.2128,-0.8780 -0.4523 -1.4101l 0.0000,-0.5853 ZM 54.2661,176.7405 ZM 54.5854,167.2957 c -0.0000,5.7201 -4.4164,8.4604 -8.6998 8.4604c -5.2412,-0.0000 -9.1255,-4.0706 -9.1255 -8.4870c 0.0000,-3.2724 1.1174,-4.3100 1.1972 -5.8265c 1.4633,-0.0798 2.7403,-0.3193 4.1238 -0.5853l 0.1064,0.7981 c -2.2880,0.6917 -4.4430,2.2348 -4.4430 5.9063c -0.0000,2.1018 2.2348,5.8797 7.6356 5.8797c 3.8843,0.0000 8.1145,-1.9954 8.1145 -6.1191c 0.0000,-2.4743 -0.8780,-4.2834 -2.9531 -6.1723l 0.3991,-0.6119 c 2.3678,1.8091 3.6449,4.1770 3.6449 6.7577ZM 54.2661,159.6069 ZM 35.6959,155.2703 l 9.0191,0.0000 c -1.7825,-1.7825 -2.2082,-3.3522 -2.2082 -4.3898c 0.0000,-1.9156 1.4633,-2.8733 4.2036 -2.8733l 5.6402,0.0000 c 0.7715,0.0000 1.1706,-0.2660 1.1706 -1.1440l 0.0000,-0.5055 c 0.0000,-0.1064 0.0798,-0.2128 0.2128 -0.2128l 0.5055,0.0000 l 0.0532,0.0532 c 0.0000,-0.0000 -0.0532,1.8091 -0.0532 2.8733c -0.0000,0.9312 0.0532,2.7403 0.0532 2.7403l -0.0532,0.0532 l -0.5055,-0.0000 c -0.1330,-0.0000 -0.2128,-0.0798 -0.2128 -0.2128l 0.0000,-0.5055 c 0.0000,-0.9046 -0.3991,-1.1440 -1.1706 -1.1440l -5.9329,-0.0000 c -2.1550,-0.0000 -2.6605,0.5853 -2.6605 2.0752c -0.0000,0.7715 0.6917,1.9156 1.9422 3.1926l 6.6512,0.0000 c 0.7715,0.0000 1.1706,-0.2660 1.1706 -1.1440l 0.0000,-0.5055 c 0.0000,-0.1064 0.0798,-0.2128 0.2128 -0.2128l 0.5055,0.0000 l 0.0532,0.0532 c 0.0000,-0.0000 -0.0532,1.8091 -0.0532 2.8467c -0.0000,0.9578 0.0532,2.7403 0.0532 2.7403l -0.0532,0.0532 l -0.5055,-0.0000 c -0.1330,-0.0000 -0.2128,-0.0532 -0.2128 -0.1862l 0.0000,-0.5055 c 0.0000,-0.9046 -0.3991,-1.1440 -1.1706 -1.1440l -13.3291,-0.0000 c -1.5165,-0.0000 -1.9422,0.2394 -1.9422 0.7715l 0.1064,0.8780 c -0.0000,0.0798 -0.0532,0.1330 -0.1330 0.1330l -0.6651,0.0532 c 0.0000,-0.4257 -0.1596,-1.3835 -0.2394 -1.8357c -0.1064,-0.4789 -0.2128,-0.8780 -0.4523 -1.4101l 0.0000,-0.5853 ZM 54.2661,145.8256 ZM 47.7479,138.0835 l 0.5321,2.1018 c 0.7183,2.3412 1.9422,2.6871 3.1394 2.6871c 0.8248,0.0000 2.0752,-0.3991 2.0752 -2.0752c 0.0000,-0.7981 -0.7715,-2.0220 -1.3569 -2.7137l -4.3898,-0.0000 ZM 47.7479,138.0835 ZM 54.5854,136.3808 c -0.0000,1.0110 -0.9046,1.5697 -1.5431 1.6761l 0.4257,0.6119 c 0.8514,1.2238 1.1174,1.6761 1.1174 2.8999c -0.0000,1.8623 -1.0642,3.2192 -3.0596 3.2192c -2.0220,-0.0000 -3.4054,-1.7293 -4.0440 -4.2568l -0.6119,-2.4477 c -3.0064,-0.0000 -3.5651,1.3835 -3.5651 2.2880c -0.0000,1.0110 0.4523,2.1816 1.2770 2.1816c 0.2927,0.0000 0.4523,-0.0532 0.5321 -0.0798c 0.1064,-0.0532 0.2927,-0.0798 0.4789 -0.0798c 0.3459,0.0000 0.8780,0.2660 0.8780 1.0376c -0.0000,0.6385 -0.4257,1.0642 -1.0642 1.0642c -1.5431,-0.0000 -2.8999,-2.5009 -2.8999 -4.2036c 0.0000,-1.9422 0.7981,-4.1770 4.5761 -4.1770l 3.9109,0.0000 c 1.6229,0.0000 2.3146,-0.0266 2.3146 -0.6385c 0.0000,-0.5853 -0.7449,-0.7449 -1.3302 -0.7715l 0.1330,-0.6651 c 1.9422,0.1596 2.4743,0.9844 2.4743 2.3412ZM 54.2661,133.8267 ZM 52.3505,131.4589 l -6.6246,-0.0000 c -1.3302,-0.0000 -1.6229,0.1862 -1.6229 0.5853c -0.0000,0.3459 0.0266,0.6651 0.1330 1.1174l -0.7449,0.1330 c -0.2927,-1.6761 -0.3725,-1.9688 -0.7715 -2.7669c -0.1330,-0.2660 -0.2128,-0.4789 -0.2128 -0.6651l 0.0000,-0.3991 l 2.3944,0.0798 l 0.0000,-0.0798 c -1.0376,-0.6917 -2.3944,-1.8623 -2.3944 -3.1128c 0.0000,-1.0908 0.5321,-1.4899 1.2238 -1.4899c 0.6917,0.0000 1.1174,0.4523 1.1174 1.1440c -0.0000,0.5321 -0.2128,0.8248 -0.4789 1.0908c -0.1596,0.1596 -0.2394,0.3459 -0.2394 0.5321c -0.0000,0.2927 0.4789,0.8780 1.3835 1.5165c 0.2394,0.1862 0.5853,0.3193 0.9312 0.3193l 5.9063,0.0000 c 0.7715,0.0000 1.1706,-0.2660 1.1706 -1.1440l 0.0000,-0.7715 c 0.0000,-0.1330 0.0798,-0.2394 0.2128 -0.2394l 0.5055,0.0000 l 0.0532,0.0532 c 0.0000,-0.0000 -0.0532,2.1018 -0.0532 3.1394c -0.0000,0.9578 0.0532,2.7669 0.0532 2.7669l -0.0532,0.0266 l -0.5055,-0.0000 c -0.1330,-0.0000 -0.2128,-0.0532 -0.2128 -0.1862l 0.0000,-0.5055 c 0.0000,-0.9046 -0.3991,-1.1440 -1.1706 -1.1440ZM 54.2661,124.5948 ZM 43.8636,120.2316 l 6.8109,0.0000 c 1.6495,0.0000 2.4477,-0.1596 2.4477 -0.8780c 0.0000,-0.6917 -0.2128,-1.2238 -0.7449 -1.9156l 0.4523,-0.4789 c 1.1706,1.0376 1.7559,2.1018 1.7559 3.3256c -0.0000,1.2238 -0.7449,1.9422 -2.6339 1.9422l -8.0879,-0.0000 l -0.0000,1.7293 c -0.0000,0.0798 -0.0266,0.1064 -0.1064 0.1064l -0.8248,-0.0000 c -0.0798,-0.0000 -0.1064,-0.0266 -0.1064 -0.0798c 0.0000,-1.7825 -1.0376,-2.2082 -3.0596 -2.2082l -0.5055,-0.0000 l -0.5321,-1.5431 l 4.0972,0.0000 l 0.0000,-2.9265 c 0.0000,-0.1330 0.0532,-0.2128 0.1596 -0.2128l 0.5321,0.0000 c 0.2394,0.0000 0.3459,0.3725 0.3459 0.6385l -0.0000,2.5009 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 575.9358,254.7861 l -0.0000,-160.4278 h -481.2834 l -0.0000,160.4278 Z"/>+  </g>+</svg>
other/lglyphsExample.svg view
@@ -1,3 +1,73 @@ <?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="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" 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="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" 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="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" 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="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" 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="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" 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="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" 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="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" 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="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" 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="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" 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="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" 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="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" 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>+    "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 330.7444,59.9280 ZM 334.2590,51.0105 c -0.3552,-0.0000 -1.1778,0.3365 -1.5891 0.5235l -0.2243,-0.5795 c 1.6452,-0.7665 2.2808,-1.1591 3.2155 -1.8321h 0.3552 v 9.4036 c 0.0000,0.6730 0.0935,0.8600 0.7104 0.8600h 0.9721 c 0.0561,-0.0000 0.1496,0.0374 0.1496 0.1496v 0.4113 l -2.5612,-0.0374 l -2.5986,0.0374 v -0.4113 c 0.0187,-0.0561 0.0374,-0.1496 0.1496 -0.1496h 1.1217 c 0.7104,-0.0000 0.7104,-0.3178 0.7104 -0.8600v -6.4311 c 0.0000,-0.6356 0.0000,-1.0843 -0.4113 -1.0843ZM 338.9327,59.9280 ZM 343.0269,49.7766 c -0.8039,-0.0000 -1.9817,0.7852 -1.9817 5.1411c 0.0000,1.5330 0.2804,4.6177 1.9256 4.6177c 0.3178,-0.0000 1.2152,-0.2056 1.6078 -1.6639c 0.2430,-0.8974 0.3739,-2.0191 0.3739 -3.6455c 0.0000,-2.3743 -0.5982,-3.7016 -1.1404 -4.1690c -0.2056,-0.1869 -0.4861,-0.2804 -0.7852 -0.2804ZM 343.0269,49.7766 ZM 342.9522,60.1523 c -2.0004,-0.0000 -3.3464,-2.5612 -3.3464 -5.4215c 0.0000,-3.4960 1.6639,-5.6085 3.4212 -5.6085c 0.8039,-0.0000 1.6078,0.5048 2.1499 1.2339c 0.7852,1.0469 1.1965,2.4490 1.1965 4.2064c 0.0000,4.1503 -2.0564,5.5898 -3.4212 5.5898Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.573023750175076" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 343.1601,84.0795 c 0.0000,-2.3347 -1.8927,-4.2274 -4.2274 -4.2274c -2.3347,-0.0000 -4.2274,1.8927 -4.2274 4.2274c -0.0000,2.3347 1.8927,4.2274 4.2274 4.2274c 2.3347,0.0000 4.2274,-1.8927 4.2274 -4.2274Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 306.6559,32.9814 ZM 312.6196,27.2982 c 0.0000,-0.1869 0.0187,-0.4674 0.0187 -0.6543c 0.0000,-3.1408 -1.4021,-3.9259 -2.3556 -3.9259c -0.8600,-0.0000 -1.7573,0.8039 -1.7573 2.7482c 0.0000,0.8974 0.4487,2.6734 2.2247 2.6734c 0.3926,-0.0000 1.1030,-0.0374 1.8695 -0.8413ZM 312.6196,27.2982 ZM 307.7028,32.7197 c 1.2339,-0.1122 2.2621,-0.4300 3.1781 -1.3086c 0.8413,-0.8413 1.4582,-2.0938 1.6825 -3.5894c -0.4300,0.5235 -1.4769,0.9161 -2.1686 0.9161c -2.7669,-0.0000 -3.1408,-2.2808 -3.1408 -3.1408c 0.0000,-1.2713 0.6356,-3.4212 3.2155 -3.4212c 1.3834,-0.0000 3.4586,0.8039 3.4586 4.5242c 0.0000,1.7199 -0.5982,3.4025 -1.8695 4.6924c -1.1965,1.2152 -2.4677,1.7199 -4.2998 1.8134Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.573023750175076" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 314.9775,57.1330 c 0.0000,-2.3347 -1.8927,-4.2274 -4.2274 -4.2274c -2.3347,-0.0000 -4.2274,1.8927 -4.2274 4.2274c -0.0000,2.3347 1.8927,4.2274 4.2274 4.2274c 2.3347,0.0000 4.2274,-1.8927 4.2274 -4.2274Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 278.4733,16.7133 ZM 282.6235,6.3563 c -1.0656,-0.0000 -1.7573,0.8413 -1.7573 1.6639c 0.0000,0.5422 0.2243,1.1965 1.3460 1.9256l 0.5422,0.3365 c 0.4861,-0.3552 1.6265,-1.2152 1.6265 -2.1686c 0.0000,-0.8226 -0.5982,-1.7573 -1.7573 -1.7573ZM 282.6235,6.3563 ZM 285.4839,8.1323 c 0.0000,1.1404 -1.2900,2.0378 -2.0751 2.5612l 1.0843,0.7104 c 0.9161,0.5982 1.3834,1.4208 1.3834 2.4490c 0.0000,1.3460 -1.1030,3.0847 -3.4212 3.0847c -1.8695,-0.0000 -3.1594,-0.9908 -3.1594 -2.8042c 0.0000,-0.6917 0.2991,-1.4956 1.0282 -2.1312c 0.4487,-0.3926 0.8413,-0.7291 1.2900 -1.0656l -0.3178,-0.1869 c -1.0843,-0.6730 -1.6265,-1.4021 -1.6265 -2.3930c 0.0000,-1.3647 1.2339,-2.4490 3.0473 -2.4490c 1.7386,-0.0000 2.7669,0.9534 2.7669 2.2247ZM 285.4839,8.1323 ZM 282.4927,16.4142 c 0.8039,-0.0000 2.2060,-0.4300 2.2060 -2.2060c 0.0000,-0.8413 -0.5235,-1.6825 -1.6265 -2.3556l -0.8226,-0.5048 c -1.5143,1.0095 -1.8508,2.2621 -1.8508 2.7855c 0.0000,1.5891 1.2900,2.2808 2.0938 2.2808Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.573023750175076" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 286.7948,40.8648 c 0.0000,-2.3347 -1.8927,-4.2274 -4.2274 -4.2274c -2.3347,-0.0000 -4.2274,1.8927 -4.2274 4.2274c -0.0000,2.3347 1.8927,4.2274 4.2274 4.2274c 2.3347,0.0000 4.2274,-1.8927 4.2274 -4.2274Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 250.2906,26.0804 ZM 253.0948,16.5834 c -0.8226,-0.0000 -1.1030,0.3365 -1.4582 1.2900l -0.4861,-0.0748 c 0.2243,-0.7665 0.4113,-1.4769 0.4674 -2.5238h 0.3926 c 0.0748,0.1122 0.1309,0.2056 0.5608 0.2056h 3.5520 c 0.6730,-0.0000 1.0656,-0.0187 1.3647 -0.1122l 0.2804,0.1309 c -1.9817,4.8233 -3.0286,7.7397 -4.0381 10.7496l -1.2152,0.0561 l -0.0561,-0.1122 c 1.1965,-2.6921 2.6173,-6.1693 4.0007 -9.6092h -3.3651 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.573023750175076" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 258.6122,50.2320 c 0.0000,-2.3347 -1.8927,-4.2274 -4.2274 -4.2274c -2.3347,-0.0000 -4.2274,1.8927 -4.2274 4.2274c -0.0000,2.3347 1.8927,4.2274 4.2274 4.2274c 2.3347,0.0000 4.2274,-1.8927 4.2274 -4.2274Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 222.1080,52.4707 ZM 224.2766,47.5726 c -0.0187,0.1869 -0.0187,0.4674 -0.0187 0.6543c 0.0000,3.1408 1.4021,3.9259 2.3369 3.9259c 0.8600,-0.0000 1.7760,-0.8039 1.7760 -2.7482c 0.0000,-0.8787 -0.4487,-2.6734 -2.2434 -2.6734c -0.3926,-0.0000 -1.1030,0.0374 -1.8508 0.8413ZM 224.2766,47.5726 ZM 229.1746,42.1511 c -1.2152,0.1122 -2.2621,0.4300 -3.1594 1.3086c -0.8600,0.8413 -1.4769,2.0938 -1.6825 3.5894c 0.4300,-0.5235 1.4582,-0.9161 2.1686 -0.9161c 2.7669,-0.0000 3.1221,2.2808 3.1221 3.1408c 0.0000,1.2713 -0.6356,3.4212 -3.2155 3.4212c -1.3647,-0.0000 -3.4399,-0.8039 -3.4399 -4.5242c 0.0000,-1.7199 0.5795,-3.4025 1.8695 -4.6924c 1.1965,-1.2152 2.4490,-1.7199 4.2811 -1.8134Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.573023750175076" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 230.4295,76.6222 c 0.0000,-2.3347 -1.8927,-4.2274 -4.2274 -4.2274c -2.3347,-0.0000 -4.2274,1.8927 -4.2274 4.2274c -0.0000,2.3347 1.8927,4.2274 4.2274 4.2274c 2.3347,0.0000 4.2274,-1.8927 4.2274 -4.2274Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 193.9253,71.6211 ZM 199.7020,68.4616 c 0.0000,-1.9256 -1.0469,-2.8790 -2.2060 -2.8790c -0.8600,-0.0000 -1.5143,0.1309 -2.2434 0.4300l 0.5982,-5.1037 c 0.6169,0.0561 1.2526,0.0748 1.9069 0.0748c 0.9347,-0.0000 1.9069,-0.0561 2.9164 -0.1683l 0.1122,0.0561 l -0.2804,1.2152 c -0.7291,0.0748 -1.3273,0.0935 -1.8508 0.0935c -0.8413,-0.0000 -1.4769,-0.0748 -2.1312 -0.1496l -0.3552,2.9538 c 0.3926,-0.1496 1.0656,-0.2804 1.7947 -0.2804c 1.9817,-0.0000 3.0847,1.7199 3.0847 3.4399c 0.0000,2.0938 -1.4582,3.7016 -3.5707 3.7016c -1.0656,-0.0000 -2.6173,-0.5982 -2.6173 -1.3273c 0.0000,-0.3552 0.2991,-0.5982 0.6356 -0.5982c 0.3739,-0.0000 0.6169,0.2804 0.8413 0.5795c 0.2804,0.3365 0.5795,0.7104 1.1778 0.7104c 1.1965,-0.0000 2.1873,-1.1217 2.1873 -2.7482Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.573023750175076" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 202.2469,95.7726 c 0.0000,-2.3347 -1.8927,-4.2274 -4.2274 -4.2274c -2.3347,-0.0000 -4.2274,1.8927 -4.2274 4.2274c -0.0000,2.3347 1.8927,4.2274 4.2274 4.2274c 2.3347,0.0000 4.2274,-1.8927 4.2274 -4.2274Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 165.7427,65.9247 ZM 170.5660,59.2880 c 0.0000,-0.1309 0.0187,-0.2804 0.1869 -0.3739c 0.2056,-0.1496 0.5422,-0.3178 0.8226 -0.3178c 0.2430,-0.0000 0.2617,0.2056 0.2617 0.5795v 3.0099 h 1.5143 l -0.1122,0.8787 h -1.4021 v 1.5517 c 0.0000,0.5235 0.0748,0.7852 0.6169 0.7852h 0.5048 c 0.1122,-0.0000 0.1309,0.0935 0.1309 0.1309v 0.4113 c 0.0000,-0.0000 -1.1965,-0.0374 -1.9817 -0.0374c -0.7104,-0.0000 -1.8134,0.0374 -1.8134 0.0374v -0.4113 c 0.0000,-0.0374 0.0187,-0.1309 0.1309 -0.1309h 0.5048 c 0.5795,-0.0000 0.6356,-0.2430 0.6356 -0.7852v -1.5517 h -3.6642 c -0.0748,-0.0000 -0.1122,-0.0374 -0.1683 -0.1122l -0.1496,-0.2056 l -0.2243,-0.3926 c -0.0187,-0.0000 -0.0187,-0.0187 -0.0187 -0.0374c 0.0000,-0.0187 0.0187,-0.0374 0.0374 -0.0561c 1.2152,-1.3460 3.3651,-5.5150 4.0381 -7.0480c 0.0187,-0.0748 0.0561,-0.0935 0.1309 -0.0935c 0.0187,-0.0000 0.4300,0.1683 0.6543 0.2056c -0.8413,2.2621 -2.2247,4.6924 -3.5894 6.8610h 2.9538 v -2.8977 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.573023750175076" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 174.0643,90.0763 c 0.0000,-2.3347 -1.8927,-4.2274 -4.2274 -4.2274c -2.3347,-0.0000 -4.2274,1.8927 -4.2274 4.2274c -0.0000,2.3347 1.8927,4.2274 4.2274 4.2274c 2.3347,0.0000 4.2274,-1.8927 4.2274 -4.2274Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 137.5600,40.6189 ZM 141.5981,30.3928 c -0.4674,-0.0000 -1.8321,0.2617 -1.8321 1.4021c 0.0000,0.3365 -0.1309,0.9161 -0.6356 0.9161c -0.4861,-0.0000 -0.5235,-0.5422 -0.5235 -0.5982c 0.0000,-0.5795 0.7665,-2.2995 3.3651 -2.2995c 1.8134,-0.0000 2.3556,1.1404 2.3556 1.8882c 0.0000,0.4674 -0.1496,1.4021 -1.8321 2.4677c 1.0469,0.1683 2.4303,0.9347 2.4303 2.8790c 0.0000,2.4677 -1.8695,3.7951 -3.9820 3.7951c -1.0656,-0.0000 -2.5612,-0.4674 -2.5612 -1.1778c 0.0000,-0.2804 0.2804,-0.5982 0.6543 -0.5982c 0.3552,-0.0000 0.5235,0.1869 0.6917 0.4300c 0.2056,0.3178 0.5422,0.7665 1.4395 0.7665c 0.6169,-0.0000 2.3743,-0.6169 2.3743 -2.9725c 0.0000,-2.0004 -1.4021,-2.3182 -2.4116 -2.3182c -0.1683,-0.0000 -0.3739,0.0374 -0.5795 0.0748l -0.0748,-0.5608 c 1.4395,-0.2430 2.6360,-1.6452 2.6360 -2.5051c 0.0000,-1.0656 -0.7478,-1.5891 -1.5143 -1.5891Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.573023750175076" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 145.8816,64.7704 c 0.0000,-2.3347 -1.8927,-4.2274 -4.2274 -4.2274c -2.3347,-0.0000 -4.2274,1.8927 -4.2274 4.2274c -0.0000,2.3347 1.8927,4.2274 4.2274 4.2274c 2.3347,0.0000 4.2274,-1.8927 4.2274 -4.2274Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 109.3774,18.9696 ZM 110.4617,10.6878 c 0.0000,-1.0656 1.0282,-2.5238 2.9912 -2.5238c 1.4395,-0.0000 3.1221,0.5422 3.1221 2.6921c 0.0000,1.4208 -0.7291,2.1312 -1.7386 3.1034l -1.7760,1.7199 c -0.0935,0.0935 -1.3460,1.3273 -1.3460 2.2060h 3.1781 c 0.6356,-0.0000 0.9721,-0.3178 1.2339 -1.3460l 0.4674,0.0748 l -0.3739,2.3556 h -5.7767 c 0.0000,-1.0469 0.1683,-1.8508 1.9069 -3.6268l 1.3086,-1.2900 c 1.0469,-1.0656 1.4769,-1.9817 1.4769 -3.1221c 0.0000,-1.7012 -1.1591,-2.1873 -1.7947 -2.1873c -1.2900,-0.0000 -1.6452,0.6730 -1.6452 1.1217c 0.0000,0.1496 0.0374,0.2991 0.0748 0.4300c 0.0374,0.1309 0.0748,0.2617 0.0748 0.4113c 0.0000,0.4861 -0.3739,0.6730 -0.6730 0.6730c -0.4113,-0.0000 -0.7104,-0.3178 -0.7104 -0.6917Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.573023750175076" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 117.6990,43.1212 c 0.0000,-2.3347 -1.8927,-4.2274 -4.2274 -4.2274c -2.3347,-0.0000 -4.2274,1.8927 -4.2274 4.2274c -0.0000,2.3347 1.8927,4.2274 4.2274 4.2274c 2.3347,0.0000 4.2274,-1.8927 4.2274 -4.2274Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 81.1947,20.8811 ZM 84.7094,11.9637 c -0.3552,-0.0000 -1.1778,0.3365 -1.5891 0.5235l -0.2243,-0.5795 c 1.6452,-0.7665 2.2808,-1.1591 3.2155 -1.8321h 0.3552 v 9.4036 c 0.0000,0.6730 0.0935,0.8600 0.7104 0.8600h 0.9721 c 0.0561,-0.0000 0.1496,0.0374 0.1496 0.1496v 0.4113 l -2.5612,-0.0374 l -2.5986,0.0374 v -0.4113 c 0.0187,-0.0561 0.0374,-0.1496 0.1496 -0.1496h 1.1217 c 0.7104,-0.0000 0.7104,-0.3178 0.7104 -0.8600v -6.4311 c 0.0000,-0.6356 0.0000,-1.0843 -0.4113 -1.0843Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.573023750175076" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 89.5163,45.0327 c 0.0000,-2.3347 -1.8927,-4.2274 -4.2274 -4.2274c -2.3347,-0.0000 -4.2274,1.8927 -4.2274 4.2274c -0.0000,2.3347 1.8927,4.2274 4.2274 4.2274c 2.3347,0.0000 4.2274,-1.8927 4.2274 -4.2274Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 53.0121,44.5960 ZM 57.1063,34.4447 c -0.8039,-0.0000 -1.9817,0.7852 -1.9817 5.1411c 0.0000,1.5330 0.2804,4.6177 1.9256 4.6177c 0.3178,-0.0000 1.2152,-0.2056 1.6078 -1.6639c 0.2430,-0.8974 0.3739,-2.0191 0.3739 -3.6455c 0.0000,-2.3743 -0.5982,-3.7016 -1.1404 -4.1690c -0.2056,-0.1869 -0.4861,-0.2804 -0.7852 -0.2804ZM 57.1063,34.4447 ZM 57.0315,44.8204 c -2.0004,-0.0000 -3.3464,-2.5612 -3.3464 -5.4215c 0.0000,-3.4960 1.6639,-5.6085 3.4212 -5.6085c 0.8039,-0.0000 1.6078,0.5048 2.1499 1.2339c 0.7852,1.0469 1.1965,2.4490 1.1965 4.2064c 0.0000,4.1503 -2.0564,5.5898 -3.4212 5.5898Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.573023750175076" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 61.3337,68.7476 c 0.0000,-2.3347 -1.8927,-4.2274 -4.2274 -4.2274c -2.3347,-0.0000 -4.2274,1.8927 -4.2274 4.2274c -0.0000,2.3347 1.8927,4.2274 4.2274 4.2274c 2.3347,0.0000 4.2274,-1.8927 4.2274 -4.2274Z"/>+  </g>+</svg>
other/lineChart_Example.svg view
@@ -1,3 +1,16 @@ <?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>+    "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>
other/lineHudExample.svg view
@@ -1,3 +1,157 @@ <?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>+    "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.14914764970725" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 192.2615,110.9637 v 177.1280 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(255,127,14)" stroke-width="8.596590598829" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 136.9090,288.0917 l 332.1150,-132.8460 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(31,119,180)" stroke-width="4.2982952994145" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 136.9090,243.8097 h 110.7050 l 110.7050,-177.1280 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(31,119,180)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 60.3684,299.1622 ZM 58.9364,286.3476 c 0.0000,-2.7906 -2.1664,-3.8921 -4.8101 -4.6265l 0.1836,-1.1015 c 1.9093,0.4039 4.0023,0.8078 6.0585 0.9547l -0.0000,9.3631 l -0.0367,2.8640 c -0.0000,0.4406 0.0734,4.6632 0.0734 4.6632l -0.0734,0.0734 l -0.6976,-0.0000 c -0.1836,-0.0000 -0.2937,-0.1469 -0.2937 -0.2937l 0.0000,-1.1015 c 0.0000,-1.5422 -0.3305,-1.8726 -1.6156 -1.8726l -18.4325,-0.0000 c -1.1015,-0.0000 -1.6156,0.5508 -1.6156 1.9828l -0.0000,0.9914 c -0.0000,0.1469 -0.1102,0.2937 -0.2937 0.2937l -0.6976,-0.0000 l -0.0367,-0.0734 c 0.0000,-0.0000 0.0367,-3.1945 0.0367 -4.6265c 0.0000,-1.3219 -0.0367,-4.7366 -0.0367 -4.7366l 0.0367,-0.0734 l 0.6976,0.0000 c 0.1836,0.0000 0.2937,0.1102 0.2937 0.2937l -0.0000,0.9547 c -0.0000,1.5054 0.5875,2.0195 1.6156 2.0195l 17.8083,0.0000 c 1.1383,0.0000 1.8359,-0.6609 1.8359 -1.7257l 0.0000,-4.2226 ZM 60.3684,279.8485 ZM 39.4024,276.9845 c -0.9547,-0.0000 -1.7625,-0.7711 -1.7625 -1.7257c 0.0000,-0.9914 0.8078,-1.7625 1.7625 -1.7625c 0.9914,0.0000 1.7625,0.7711 1.7625 1.7625c -0.0000,0.9547 -0.7711,1.7257 -1.7625 1.7257ZM 39.4024,276.9845 ZM 57.7247,273.4963 c 1.0648,0.0000 1.6156,-0.4039 1.6156 -1.5789l 0.0000,-0.6976 c 0.0000,-0.1836 0.1102,-0.3305 0.2937 -0.3305l 0.6976,0.0000 l 0.0734,0.0734 c 0.0000,-0.0000 -0.0734,2.5335 -0.0734 3.9656c -0.0000,1.2851 0.0734,3.7820 0.0734 3.7820l -0.0734,0.0734 l -0.6976,-0.0000 c -0.1836,-0.0000 -0.2937,-0.1102 -0.2937 -0.2937l 0.0000,-0.6976 c 0.0000,-1.2117 -0.5508,-1.5789 -1.6156 -1.5789l -9.1428,-0.0000 c -1.9461,-0.0000 -2.2398,0.3305 -2.2398 0.8445c -0.0000,0.4773 0.0367,0.9180 0.1836 1.5422l -1.0281,0.1836 c -0.4039,-2.3500 -0.5508,-2.7539 -1.0648 -3.8187c -0.1469,-0.4039 -0.2937,-0.6609 -0.2937 -0.9180l 0.0000,-0.5508 l 13.5857,0.0000 ZM 60.3684,270.1549 ZM 57.7247,256.7896 l -8.0413,-0.0000 c -2.5703,-0.0000 -3.7820,0.4406 -3.7820 2.3867c -0.0000,1.6156 0.6242,3.0109 2.8273 4.8835l 8.9959,0.0000 c 1.0648,0.0000 1.6156,-0.3672 1.6156 -1.5789l 0.0000,-0.5141 c 0.0000,-0.1836 0.1102,-0.2937 0.2937 -0.2937l 0.6976,0.0000 l 0.0734,0.0734 c 0.0000,-0.0000 -0.0734,2.3132 -0.0734 3.7452c -0.0000,1.3219 0.0734,3.8187 0.0734 3.8187l -0.0734,0.0734 l -0.6976,-0.0000 c -0.1836,-0.0000 -0.2937,-0.1102 -0.2937 -0.2937l 0.0000,-0.6976 c 0.0000,-1.2484 -0.5508,-1.5789 -1.6156 -1.5789l -9.1428,-0.0000 c -1.9828,-0.0000 -2.2398,0.2937 -2.2398 0.8078c -0.0000,0.4773 0.0367,0.9180 0.1836 1.5422l -1.0281,0.1836 c -0.2570,-1.5422 -0.4406,-2.6437 -1.0648 -3.7820c -0.1836,-0.4039 -0.2937,-0.6976 -0.2937 -0.9547l 0.0000,-0.5508 l 3.2679,0.1102 l 0.0000,-0.1102 c -2.7539,-2.3500 -3.2679,-4.1124 -3.2679 -5.9850c 0.0000,-3.3046 2.5335,-4.0023 5.8015 -4.0023l 7.7842,0.0000 c 1.0648,0.0000 1.6156,-0.4039 1.6156 -1.5789l 0.0000,-0.6976 c 0.0000,-0.1836 0.1102,-0.3305 0.2937 -0.3305l 0.6976,0.0000 l 0.0734,0.0734 c 0.0000,-0.0000 -0.0734,2.5335 -0.0734 3.9656c -0.0000,1.2851 0.0734,3.5984 0.0734 3.5984l -0.0734,0.0734 l -0.6976,-0.0000 c -0.1836,-0.0000 -0.2937,-0.1102 -0.2937 -0.2937l 0.0000,-0.5141 c 0.0000,-1.2117 -0.5508,-1.5789 -1.6156 -1.5789ZM 60.3684,251.0615 ZM 50.1975,246.8757 l 0.0000,-6.7561 c 0.0000,-0.3672 -0.1836,-0.5141 -0.5141 -0.5141c -3.4148,-0.0000 -4.2960,1.7257 -4.2960 3.0476c -0.0000,0.8445 0.3305,3.5984 4.8101 4.2226ZM 50.1975,246.8757 ZM 56.9536,237.1821 l 0.5875,-0.7344 c 1.9093,1.3953 3.2679,3.5617 3.2679 6.2054c -0.0000,5.0304 -3.7452,7.1600 -7.7475 7.1600c -5.5811,-0.0000 -8.9225,-3.6718 -8.9225 -7.1600c 0.0000,-4.8468 3.7820,-5.9850 6.8663 -5.9850c 0.4039,0.0000 0.6242,0.2570 0.6242 0.6609l -0.0000,9.6569 c 0.2203,0.0367 0.4406,0.0367 0.7344 0.0367c 3.7452,0.0000 6.6460,-2.6070 6.6460 -5.2507c 0.0000,-2.0195 -0.6609,-3.3046 -2.0562 -4.5898ZM 60.3684,226.1667 ZM 60.8090,213.1318 c -0.0000,7.8944 -6.0952,11.6763 -12.0068 11.6763c -7.2335,-0.0000 -12.5943,-5.6179 -12.5943 -11.7131c 0.0000,-4.5163 1.5422,-5.9483 1.6523 -8.0413c 2.0195,-0.1102 3.7820,-0.4406 5.6913 -0.8078l 0.1469,1.1015 c -3.1578,0.9547 -6.1319,3.0843 -6.1319 8.1514c -0.0000,2.9007 3.0843,8.1147 10.5381 8.1147c 5.3608,0.0000 11.1990,-2.7539 11.1990 -8.4452c 0.0000,-3.4148 -1.2117,-5.9116 -4.0757 -8.5186l 0.5508,-0.8445 c 3.2679,2.4968 5.0304,5.7647 5.0304 9.3264ZM 60.3684,202.5202 ZM 34.7392,196.5352 l 12.4474,0.0000 c -2.4601,-2.4601 -3.0476,-4.6265 -3.0476 -6.0585c 0.0000,-2.6437 2.0195,-3.9656 5.8015 -3.9656l 7.7842,0.0000 c 1.0648,0.0000 1.6156,-0.3672 1.6156 -1.5789l 0.0000,-0.6976 c 0.0000,-0.1469 0.1102,-0.2937 0.2937 -0.2937l 0.6976,0.0000 l 0.0734,0.0734 c 0.0000,-0.0000 -0.0734,2.4968 -0.0734 3.9656c -0.0000,1.2851 0.0734,3.7820 0.0734 3.7820l -0.0734,0.0734 l -0.6976,-0.0000 c -0.1836,-0.0000 -0.2937,-0.1102 -0.2937 -0.2937l 0.0000,-0.6976 c 0.0000,-1.2484 -0.5508,-1.5789 -1.6156 -1.5789l -8.1881,-0.0000 c -2.9742,-0.0000 -3.6718,0.8078 -3.6718 2.8640c -0.0000,1.0648 0.9547,2.6437 2.6804 4.4062l 9.1795,0.0000 c 1.0648,0.0000 1.6156,-0.3672 1.6156 -1.5789l 0.0000,-0.6976 c 0.0000,-0.1469 0.1102,-0.2937 0.2937 -0.2937l 0.6976,0.0000 l 0.0734,0.0734 c 0.0000,-0.0000 -0.0734,2.4968 -0.0734 3.9288c -0.0000,1.3219 0.0734,3.7820 0.0734 3.7820l -0.0734,0.0734 l -0.6976,-0.0000 c -0.1836,-0.0000 -0.2937,-0.0734 -0.2937 -0.2570l 0.0000,-0.6976 c 0.0000,-1.2484 -0.5508,-1.5789 -1.6156 -1.5789l -18.3958,-0.0000 c -2.0929,-0.0000 -2.6804,0.3305 -2.6804 1.0648l 0.1469,1.2117 c -0.0000,0.1102 -0.0734,0.1836 -0.1836 0.1836l -0.9180,0.0734 c 0.0000,-0.5875 -0.2203,-1.9093 -0.3305 -2.5335c -0.1469,-0.6609 -0.2937,-1.2117 -0.6242 -1.9461l 0.0000,-0.8078 ZM 60.3684,183.5003 ZM 51.3724,172.8153 l 0.7344,2.9007 c 0.9914,3.2312 2.6804,3.7085 4.3327 3.7085c 1.1383,0.0000 2.8640,-0.5508 2.8640 -2.8640c 0.0000,-1.1015 -1.0648,-2.7906 -1.8726 -3.7452l -6.0585,-0.0000 ZM 51.3724,172.8153 ZM 60.8090,170.4654 c -0.0000,1.3953 -1.2484,2.1664 -2.1296 2.3132l 0.5875,0.8445 c 1.1750,1.6890 1.5422,2.3132 1.5422 4.0023c -0.0000,2.5703 -1.4687,4.4429 -4.2226 4.4429c -2.7906,-0.0000 -4.6999,-2.3867 -5.5811 -5.8749l -0.8445,-3.3781 c -4.1491,-0.0000 -4.9202,1.9093 -4.9202 3.1578c -0.0000,1.3953 0.6242,3.0109 1.7625 3.0109c 0.4039,0.0000 0.6242,-0.0734 0.7344 -0.1102c 0.1469,-0.0734 0.4039,-0.1102 0.6609 -0.1102c 0.4773,0.0000 1.2117,0.3672 1.2117 1.4320c -0.0000,0.8812 -0.5875,1.4687 -1.4687 1.4687c -2.1296,-0.0000 -4.0023,-3.4515 -4.0023 -5.8015c 0.0000,-2.6804 1.1015,-5.7647 6.3155 -5.7647l 5.3976,0.0000 c 2.2398,0.0000 3.1945,-0.0367 3.1945 -0.8812c 0.0000,-0.8078 -1.0281,-1.0281 -1.8359 -1.0648l 0.1836,-0.9180 c 2.6804,0.2203 3.4148,1.3586 3.4148 3.2312ZM 60.3684,166.9404 ZM 57.7247,163.6725 l -9.1428,-0.0000 c -1.8359,-0.0000 -2.2398,0.2570 -2.2398 0.8078c -0.0000,0.4773 0.0367,0.9180 0.1836 1.5422l -1.0281,0.1836 c -0.4039,-2.3132 -0.5141,-2.7171 -1.0648 -3.8187c -0.1836,-0.3672 -0.2937,-0.6609 -0.2937 -0.9180l 0.0000,-0.5508 l 3.3046,0.1102 l 0.0000,-0.1102 c -1.4320,-0.9547 -3.3046,-2.5703 -3.3046 -4.2960c 0.0000,-1.5054 0.7344,-2.0562 1.6890 -2.0562c 0.9547,0.0000 1.5422,0.6242 1.5422 1.5789c -0.0000,0.7344 -0.2937,1.1383 -0.6609 1.5054c -0.2203,0.2203 -0.3305,0.4773 -0.3305 0.7344c -0.0000,0.4039 0.6609,1.2117 1.9093 2.0929c 0.3305,0.2570 0.8078,0.4406 1.2851 0.4406l 8.1514,0.0000 c 1.0648,0.0000 1.6156,-0.3672 1.6156 -1.5789l 0.0000,-1.0648 c 0.0000,-0.1836 0.1102,-0.3305 0.2937 -0.3305l 0.6976,0.0000 l 0.0734,0.0734 c 0.0000,-0.0000 -0.0734,2.9007 -0.0734 4.3327c -0.0000,1.3219 0.0734,3.8187 0.0734 3.8187l -0.0734,0.0367 l -0.6976,-0.0000 c -0.1836,-0.0000 -0.2937,-0.0734 -0.2937 -0.2570l 0.0000,-0.6976 c 0.0000,-1.2484 -0.5508,-1.5789 -1.6156 -1.5789ZM 60.3684,154.1992 ZM 46.0116,148.1775 l 9.3998,0.0000 c 2.2765,0.0000 3.3781,-0.2203 3.3781 -1.2117c 0.0000,-0.9547 -0.2937,-1.6890 -1.0281 -2.6437l 0.6242,-0.6609 c 1.6156,1.4320 2.4234,2.9007 2.4234 4.5898c -0.0000,1.6890 -1.0281,2.6804 -3.6351 2.6804l -11.1623,-0.0000 l -0.0000,2.3867 c -0.0000,0.1102 -0.0367,0.1469 -0.1469 0.1469l -1.1383,-0.0000 c -0.1102,-0.0000 -0.1469,-0.0367 -0.1469 -0.1102c 0.0000,-2.4601 -1.4320,-3.0476 -4.2226 -3.0476l -0.6976,-0.0000 l -0.7344,-2.1296 l 5.6546,0.0000 l 0.0000,-4.0390 c 0.0000,-0.1836 0.0734,-0.2937 0.2203 -0.2937l 0.7344,0.0000 c 0.3305,0.0000 0.4773,0.5141 0.4773 0.8812l -0.0000,3.4515 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.63" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 507.4918,281.0931 ZM 511.7328,275.9268 h -0.0643 c -0.0643,-0.0000 -0.1028,-0.0514 -0.1028 -0.0900v -0.2570 l 0.0514,-0.0257 c 0.0000,-0.0000 0.7325,0.0257 1.2080 0.0257c 0.3341,-0.0000 0.8739,-0.0257 0.8739 -0.0257l 0.0257,0.0257 v 0.2313 c 0.0000,0.0643 -0.0643,0.1157 -0.1414 0.1157c -0.3727,-0.0000 -0.6683,0.1671 -0.8739 0.6683l -1.7735,4.3566 c -0.0900,0.2185 -0.1799,0.2956 -0.3084 0.2956c -0.1671,-0.0000 -0.2442,-0.0771 -0.3213 -0.2699l -1.7478,-4.4337 c -0.1799,-0.4626 -0.4498,-0.6169 -0.8225 -0.6169c -0.0643,-0.0000 -0.1285,-0.0257 -0.1285 -0.0900v -0.2570 l 0.0386,-0.0257 c 0.0000,-0.0000 0.6811,0.0257 1.1181 0.0257c 0.5012,-0.0000 1.2851,-0.0257 1.2851 -0.0257l 0.0514,0.0257 v 0.2442 c 0.0000,0.0900 -0.0771,0.1028 -0.1157 0.1028h -0.2185 c -0.2570,0.0129 -0.3727,0.0900 -0.3727 0.2185c 0.0000,0.0900 0.0514,0.1928 0.1285 0.3727l 1.1052,2.8016 l 0.2185,0.5912 l 0.2185,-0.5526 l 1.1438,-2.8144 c 0.0643,-0.1414 0.1028,-0.2570 0.1028 -0.3470c 0.0000,-0.1928 -0.1414,-0.2699 -0.5783 -0.2699ZM 513.8789,281.0931 ZM 515.3440,277.5332 h 2.3646 c 0.1285,-0.0000 0.1799,-0.0643 0.1799 -0.1799c 0.0000,-1.1952 -0.6040,-1.5036 -1.0667 -1.5036c -0.2956,-0.0000 -1.2594,0.1157 -1.4779 1.6835ZM 515.3440,277.5332 ZM 518.7367,279.8979 l 0.2570,0.2056 c -0.4884,0.6683 -1.2466,1.1438 -2.1719 1.1438c -1.7606,-0.0000 -2.5060,-1.3108 -2.5060 -2.7116c 0.0000,-1.9534 1.2851,-3.1229 2.5060 -3.1229c 1.6964,-0.0000 2.0948,1.3237 2.0948 2.4032c 0.0000,0.1414 -0.0900,0.2185 -0.2313 0.2185h -3.3799 c -0.0129,0.0771 -0.0129,0.1542 -0.0129 0.2570c 0.0000,1.3108 0.9124,2.3261 1.8377 2.3261c 0.7068,-0.0000 1.1566,-0.2313 1.6064 -0.7197ZM 519.3793,281.0931 ZM 520.5231,280.1678 v -3.2000 c 0.0000,-0.6426 -0.0900,-0.7839 -0.2827 -0.7839c -0.1671,-0.0000 -0.3213,0.0129 -0.5398 0.0643l -0.0643,-0.3598 c 0.8096,-0.1414 0.9510,-0.1799 1.3365 -0.3727c 0.1285,-0.0643 0.2313,-0.1028 0.3213 -0.1028h 0.1928 l -0.0386,1.1566 h 0.0386 c 0.3341,-0.5012 0.8996,-1.1566 1.5036 -1.1566c 0.5269,-0.0000 0.7197,0.2570 0.7197 0.5912c 0.0000,0.3341 -0.2185,0.5398 -0.5526 0.5398c -0.2570,-0.0000 -0.3984,-0.1028 -0.5269 -0.2313c -0.0771,-0.0771 -0.1671,-0.1157 -0.2570 -0.1157c -0.1414,-0.0000 -0.4241,0.2313 -0.7325 0.6683c -0.0900,0.1157 -0.1542,0.2827 -0.1542 0.4498v 2.8530 c 0.0000,0.3727 0.1285,0.5655 0.5526 0.5655h 0.3727 c 0.0643,-0.0000 0.1157,0.0386 0.1157 0.1028v 0.2442 l -0.0257,0.0257 c 0.0000,-0.0000 -1.0153,-0.0257 -1.5165 -0.0257c -0.4626,-0.0000 -1.3365,0.0257 -1.3365 0.0257l -0.0129,-0.0257 v -0.2442 c 0.0000,-0.0643 0.0257,-0.1028 0.0900 -0.1028h 0.2442 c 0.4369,-0.0000 0.5526,-0.1928 0.5526 -0.5655ZM 523.8387,281.0931 ZM 525.9463,276.0682 v 3.2899 c 0.0000,0.7968 0.0771,1.1823 0.4241 1.1823c 0.3341,-0.0000 0.5912,-0.1028 0.9253 -0.3598l 0.2313,0.2185 c -0.5012,0.5655 -1.0153,0.8482 -1.6064 0.8482c -0.5912,-0.0000 -0.9381,-0.3598 -0.9381 -1.2723v -3.9068 h -0.8353 c -0.0386,-0.0000 -0.0514,-0.0129 -0.0514 -0.0514v -0.3984 c 0.0000,-0.0386 0.0129,-0.0514 0.0386 -0.0514c 0.8610,-0.0000 1.0667,-0.5012 1.0667 -1.4779v -0.2442 l 0.7454,-0.2570 v 1.9791 h 1.4136 c 0.0643,-0.0000 0.1028,0.0257 0.1028 0.0771v 0.2570 c 0.0000,0.1157 -0.1799,0.1671 -0.3084 0.1671h -1.2080 ZM 527.7198,281.0931 ZM 528.7222,273.7550 c 0.0000,-0.3341 0.2699,-0.6169 0.6040 -0.6169c 0.3470,-0.0000 0.6169,0.2827 0.6169 0.6169c 0.0000,0.3470 -0.2699,0.6169 -0.6169 0.6169c -0.3341,-0.0000 -0.6040,-0.2699 -0.6040 -0.6169ZM 528.7222,273.7550 ZM 529.9431,280.1678 c 0.0000,0.3727 0.1414,0.5655 0.5526 0.5655h 0.2442 c 0.0643,-0.0000 0.1157,0.0386 0.1157 0.1028v 0.2442 l -0.0257,0.0257 c 0.0000,-0.0000 -0.8867,-0.0257 -1.3879 -0.0257c -0.4498,-0.0000 -1.3237,0.0257 -1.3237 0.0257l -0.0257,-0.0257 v -0.2442 c 0.0000,-0.0643 0.0386,-0.1028 0.1028 -0.1028h 0.2442 c 0.4241,-0.0000 0.5526,-0.1928 0.5526 -0.5655v -3.2000 c 0.0000,-0.6811 -0.1157,-0.7839 -0.2956 -0.7839c -0.1671,-0.0000 -0.3213,0.0129 -0.5398 0.0643l -0.0643,-0.3598 c 0.8225,-0.1414 0.9638,-0.1928 1.3365 -0.3727c 0.1414,-0.0514 0.2313,-0.1028 0.3213 -0.1028h 0.1928 v 4.7550 ZM 531.1126,281.0931 ZM 536.0475,279.9236 c -0.5655,0.9767 -1.1823,1.3237 -1.9534 1.3237c -1.5422,-0.0000 -2.5060,-1.1695 -2.5060 -2.8273c 0.0000,-1.8249 1.1438,-3.0072 2.5317 -3.0072c 1.2337,-0.0000 1.8891,0.6297 1.8891 1.3108c 0.0000,0.3727 -0.2313,0.5655 -0.5012 0.5655c -0.2699,-0.0000 -0.5269,-0.1414 -0.5655 -0.4626c -0.0514,-0.4241 -0.1285,-0.9767 -0.8867 -0.9767c -0.8482,-0.0000 -1.4779,0.8996 -1.4779 2.2875c 0.0000,1.5036 0.8096,2.5446 1.7992 2.5446c 0.5526,-0.0000 1.0410,-0.3598 1.4393 -0.9381ZM 536.2916,281.0931 ZM 540.0314,277.9445 l -1.0153,0.2570 c -1.1309,0.3470 -1.2980,0.9381 -1.2980 1.5165c 0.0000,0.3984 0.1928,1.0024 1.0024 1.0024c 0.3855,-0.0000 0.9767,-0.3727 1.3108 -0.6554v -2.1205 ZM 540.0314,277.9445 ZM 540.8539,281.2473 c -0.4884,-0.0000 -0.7582,-0.4369 -0.8096 -0.7454l -0.2956,0.2056 c -0.5912,0.4112 -0.8096,0.5398 -1.4008 0.5398c -0.8996,-0.0000 -1.5550,-0.5141 -1.5550 -1.4779c 0.0000,-0.9767 0.8353,-1.6450 2.0562 -1.9534l 1.1823,-0.2956 c 0.0000,-1.4522 -0.6683,-1.7221 -1.1052 -1.7221c -0.4884,-0.0000 -1.0538,0.2185 -1.0538 0.6169c 0.0000,0.1414 0.0257,0.2185 0.0386 0.2570c 0.0257,0.0514 0.0386,0.1414 0.0386 0.2313c 0.0000,0.1671 -0.1285,0.4241 -0.5012 0.4241c -0.3084,-0.0000 -0.5141,-0.2056 -0.5141 -0.5141c 0.0000,-0.7454 1.2080,-1.4008 2.0305 -1.4008c 0.9381,-0.0000 2.0177,0.3855 2.0177 2.2104v 1.8891 c 0.0000,0.7839 0.0129,1.1181 0.3084 1.1181c 0.2827,-0.0000 0.3598,-0.3598 0.3727 -0.6426l 0.3213,0.0643 c -0.0771,0.9381 -0.4755,1.1952 -1.1309 1.1952ZM 542.0876,281.0931 ZM 543.3085,280.1678 v -6.4385 c 0.0000,-0.7325 -0.1285,-0.9381 -0.3855 -0.9381l -0.4112,0.0514 c -0.0386,-0.0000 -0.0771,-0.0257 -0.0771 -0.0643l -0.0257,-0.3213 c 0.2056,-0.0000 0.6811,-0.0771 0.8996 -0.1157c 0.2313,-0.0514 0.4112,-0.1028 0.6683 -0.2185h 0.2827 v 8.0449 c 0.0000,0.3727 0.1414,0.5655 0.5526 0.5655h 0.3084 c 0.0514,-0.0000 0.1028,0.0386 0.1028 0.1028v 0.2442 l -0.0257,0.0257 c 0.0000,-0.0000 -0.9381,-0.0257 -1.4393 -0.0257c -0.4498,-0.0000 -1.3879,0.0257 -1.3879 0.0257l -0.0129,-0.0257 v -0.2442 c 0.0000,-0.0643 0.0257,-0.1028 0.0900 -0.1028h 0.3084 c 0.4241,-0.0000 0.5526,-0.1928 0.5526 -0.5655Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(44,160,44)" stroke-width="2.14914764970725" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 491.9931,277.2184 h 11.0705 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.63" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 507.4918,258.9521 ZM 508.0444,257.1529 l 0.3470,-0.0129 c 0.0386,0.3213 0.1799,0.9381 0.4626 1.2337c 0.1285,0.1414 0.4755,0.3727 0.9510 0.3727c 0.4498,-0.0000 1.1181,-0.3598 1.1181 -0.9896c 0.0000,-0.5526 -0.3084,-0.9253 -1.3237 -1.3622c -0.9381,-0.4112 -1.4265,-0.6811 -1.4265 -1.6450c 0.0000,-0.8610 0.7582,-1.4779 1.7735 -1.4779c 0.6426,-0.0000 1.1181,0.1157 1.5165 0.3213c 0.0771,0.4112 0.1157,0.8482 0.1414 1.3108l -0.3470,0.0129 c -0.2699,-1.0538 -1.0410,-1.2594 -1.3108 -1.2594c -0.4884,-0.0000 -0.9896,0.1928 -0.9896 0.8996c 0.0000,0.5141 0.2442,0.7711 0.9510 1.0281c 1.0410,0.3855 1.8763,0.8482 1.8763 1.8763c 0.0000,1.2723 -1.3494,1.6450 -1.9534 1.6450c -0.4498,-0.0000 -0.8225,-0.0514 -1.1566 -0.1414c -0.0900,-0.0129 -0.1542,-0.0257 -0.2442 -0.0257c -0.0643,-0.0000 -0.1671,0.0129 -0.2956 0.0386c 0.0000,-0.5398 -0.0386,-1.1952 -0.0900 -1.8249ZM 512.2597,258.9521 ZM 513.4805,258.0268 v -6.4385 c 0.0000,-0.7325 -0.1285,-0.9381 -0.3855 -0.9381l -0.4112,0.0514 c -0.0386,-0.0000 -0.0771,-0.0257 -0.0771 -0.0643l -0.0257,-0.3213 c 0.2056,-0.0000 0.6811,-0.0771 0.8996 -0.1157c 0.2313,-0.0514 0.4112,-0.1028 0.6683 -0.2185h 0.2827 v 8.0449 c 0.0000,0.3727 0.1414,0.5655 0.5526 0.5655h 0.3084 c 0.0514,-0.0000 0.1028,0.0386 0.1028 0.1028v 0.2442 l -0.0257,0.0257 c 0.0000,-0.0000 -0.9381,-0.0257 -1.4393 -0.0257c -0.4498,-0.0000 -1.3879,0.0257 -1.3879 0.0257l -0.0129,-0.0257 v -0.2442 c 0.0000,-0.0643 0.0257,-0.1028 0.0900 -0.1028h 0.3084 c 0.4241,-0.0000 0.5526,-0.1928 0.5526 -0.5655ZM 515.6010,258.9521 ZM 516.0380,256.3175 c 0.0000,-1.7606 0.9510,-3.0458 2.6602 -3.0458c 1.9020,-0.0000 2.6345,1.5936 2.6345 2.9301c 0.0000,1.2851 -0.8353,2.9044 -2.6602 2.9044c -1.7221,-0.0000 -2.6345,-1.4779 -2.6345 -2.7887ZM 516.0380,256.3175 ZM 518.5568,253.6959 c -1.0281,-0.0000 -1.5036,1.2080 -1.5036 2.3261c 0.0000,0.9896 0.5655,2.6345 1.8377 2.6345c 0.5783,-0.0000 1.4265,-0.3470 1.4265 -2.0434c 0.0000,-1.8891 -0.7068,-2.9173 -1.7606 -2.9173ZM 521.7568,258.9521 ZM 523.6716,254.9167 v 3.2000 c 0.4498,0.5269 0.8739,0.5526 1.0795 0.5526c 1.3751,-0.0000 1.6835,-1.2851 1.6835 -2.3903c 0.0000,-1.5550 -0.6297,-2.4160 -1.4136 -2.4160c -0.4369,-0.0000 -1.0667,0.3727 -1.3494 1.0538ZM 523.6716,254.9167 ZM 522.7206,260.9826 v -6.3614 c 0.0000,-0.4884 -0.1157,-0.5783 -0.2956 -0.5783c -0.1671,-0.0000 -0.3213,0.0129 -0.5398 0.0643l -0.0643,-0.3598 c 0.8225,-0.1414 0.9767,-0.1928 1.3365 -0.3727c 0.1414,-0.0643 0.2313,-0.1028 0.3213 -0.1028h 0.1928 l -0.0386,1.0281 h 0.0386 c 0.5912,-0.8996 1.2851,-1.0281 1.6964 -1.0281c 1.2466,-0.0000 2.0691,1.2980 2.0691 2.6602c 0.0000,1.0410 -0.3213,1.8377 -0.8996 2.4289c -0.5012,0.5012 -1.0281,0.7454 -1.7092 0.7454c -0.4626,-0.0000 -0.8225,-0.1028 -1.1566 -0.2827v 2.1590 c 0.0000,0.3727 0.1414,0.5655 0.5526 0.5655h 0.2442 c 0.0643,-0.0000 0.1157,0.0386 0.1157 0.1028v 0.2442 l -0.0257,0.0257 c 0.0000,-0.0000 -0.8867,-0.0257 -1.3879 -0.0257c -0.4498,-0.0000 -1.3237,0.0257 -1.3237 0.0257l -0.0257,-0.0257 v -0.2442 c 0.0000,-0.0643 0.0386,-0.1028 0.1028 -0.1028h 0.2442 c 0.4241,-0.0000 0.5526,-0.1928 0.5526 -0.5655ZM 527.9126,258.9521 ZM 529.3776,255.3922 h 2.3646 c 0.1285,-0.0000 0.1799,-0.0643 0.1799 -0.1799c 0.0000,-1.1952 -0.6040,-1.5036 -1.0667 -1.5036c -0.2956,-0.0000 -1.2594,0.1157 -1.4779 1.6835ZM 529.3776,255.3922 ZM 532.7704,257.7569 l 0.2570,0.2056 c -0.4884,0.6683 -1.2466,1.1438 -2.1719 1.1438c -1.7606,-0.0000 -2.5060,-1.3108 -2.5060 -2.7116c 0.0000,-1.9534 1.2851,-3.1229 2.5060 -3.1229c 1.6964,-0.0000 2.0948,1.3237 2.0948 2.4032c 0.0000,0.1414 -0.0900,0.2185 -0.2313 0.2185h -3.3799 c -0.0129,0.0771 -0.0129,0.1542 -0.0129 0.2570c 0.0000,1.3108 0.9124,2.3261 1.8377 2.3261c 0.7068,-0.0000 1.1566,-0.2313 1.6064 -0.7197Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(255,127,14)" stroke-width="8.596590598829" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 491.9931,255.0774 h 11.0705 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.63" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 507.4918,236.8111 ZM 509.5866,227.8408 v 4.3566 c 0.8610,-0.8610 1.6193,-1.0667 2.1205 -1.0667c 0.9253,-0.0000 1.3879,0.7068 1.3879 2.0305v 2.7245 c 0.0000,0.3727 0.1285,0.5655 0.5526 0.5655h 0.2442 c 0.0514,-0.0000 0.1028,0.0386 0.1028 0.1028v 0.2442 l -0.0257,0.0257 c 0.0000,-0.0000 -0.8739,-0.0257 -1.3879 -0.0257c -0.4498,-0.0000 -1.3237,0.0257 -1.3237 0.0257l -0.0257,-0.0257 v -0.2442 c 0.0000,-0.0643 0.0386,-0.1028 0.1028 -0.1028h 0.2442 c 0.4369,-0.0000 0.5526,-0.1928 0.5526 -0.5655v -2.8658 c 0.0000,-1.0410 -0.2827,-1.2851 -1.0024 -1.2851c -0.3727,-0.0000 -0.9253,0.3341 -1.5422 0.9381v 3.2128 c 0.0000,0.3727 0.1285,0.5655 0.5526 0.5655h 0.2442 c 0.0514,-0.0000 0.1028,0.0386 0.1028 0.1028v 0.2442 l -0.0257,0.0257 c 0.0000,-0.0000 -0.8739,-0.0257 -1.3751 -0.0257c -0.4626,-0.0000 -1.3237,0.0257 -1.3237 0.0257l -0.0257,-0.0257 v -0.2442 c 0.0000,-0.0643 0.0257,-0.1028 0.0900 -0.1028h 0.2442 c 0.4369,-0.0000 0.5526,-0.1928 0.5526 -0.5655v -6.4385 c 0.0000,-0.7325 -0.1157,-0.9381 -0.3727 -0.9381l -0.4241,0.0514 c -0.0386,-0.0000 -0.0643,-0.0257 -0.0643 -0.0643l -0.0257,-0.3213 c 0.2056,-0.0000 0.6683,-0.0771 0.8867 -0.1157c 0.2313,-0.0514 0.4241,-0.1028 0.6811 -0.2185h 0.2827 ZM 514.1488,236.8111 ZM 514.5858,234.1765 c 0.0000,-1.7606 0.9510,-3.0458 2.6602 -3.0458c 1.9020,-0.0000 2.6345,1.5936 2.6345 2.9301c 0.0000,1.2851 -0.8353,2.9044 -2.6602 2.9044c -1.7221,-0.0000 -2.6345,-1.4779 -2.6345 -2.7887ZM 514.5858,234.1765 ZM 517.1046,231.5549 c -1.0281,-0.0000 -1.5036,1.2080 -1.5036 2.3261c 0.0000,0.9896 0.5655,2.6345 1.8377 2.6345c 0.5783,-0.0000 1.4265,-0.3470 1.4265 -2.0434c 0.0000,-1.8891 -0.7068,-2.9173 -1.7606 -2.9173ZM 520.3046,236.8111 ZM 527.0772,234.1765 v 1.7092 c 0.0000,0.3727 0.1414,0.5655 0.5526 0.5655h 0.0257 c 0.0643,-0.0000 0.1157,0.0386 0.1157 0.1028v 0.2442 l -0.0257,0.0257 c 0.0000,-0.0000 -0.6683,-0.0257 -1.1695 -0.0257c -0.4498,-0.0000 -1.3237,0.0257 -1.3237 0.0257l -0.0257,-0.0257 v -0.2442 c 0.0000,-0.0643 0.0386,-0.1028 0.1028 -0.1028h 0.2442 c 0.4241,-0.0000 0.5526,-0.1928 0.5526 -0.5655v -6.5028 c 0.0000,-0.6040 -0.1285,-0.8739 -0.3855 -0.8739c 0.0000,-0.0000 -0.1928,0.0257 -0.3213 0.0386c -0.0386,-0.0000 -0.0900,0.0129 -0.1028 0.0129c -0.0386,-0.0000 -0.0643,-0.0386 -0.0643 -0.0643l -0.0257,-0.3213 c 0.2056,-0.0000 0.6811,-0.0771 0.8996 -0.1157c 0.2313,-0.0514 0.4112,-0.1028 0.6683 -0.2185h 0.2827 v 5.9373 c 0.5655,-0.2827 0.9896,-0.6811 1.6964 -1.4265c 0.1928,-0.2056 0.2570,-0.3727 0.2570 -0.5012c 0.0000,-0.1028 -0.0771,-0.2056 -0.3855 -0.2056h -0.0386 c -0.0643,-0.0000 -0.1157,-0.0514 -0.1157 -0.1028v -0.2442 l 0.0386,-0.0257 c 0.0000,-0.0000 0.6169,0.0257 1.0667 0.0257c 0.5012,-0.0000 1.1952,-0.0257 1.1952 -0.0257l 0.0514,0.0257 v 0.2442 c 0.0000,0.0643 -0.0771,0.1028 -0.1285 0.1028h -0.1028 c -0.3470,-0.0000 -0.9124,0.2827 -1.2209 0.6169l -0.9896,1.0795 c -0.0386,0.0386 -0.0514,0.0771 -0.0514 0.1285c 0.0000,0.0643 0.0257,0.1285 0.0643 0.1799l 1.5165,2.2233 c 0.2313,0.3470 0.6297,0.5783 0.9510 0.5783h 0.0386 c 0.0900,-0.0000 0.1671,0.0386 0.1671 0.1028v 0.2313 l -0.0257,0.0386 c 0.0000,-0.0000 -0.6426,-0.0257 -1.1438 -0.0257c -0.4626,-0.0000 -0.7968,0.0257 -0.7968 0.0257l -0.0386,-0.0514 v -0.2185 c 0.0000,-0.1542 -0.0386,-0.3084 -0.2956 -0.6811l -0.9510,-1.3237 c -0.1671,-0.2442 -0.3213,-0.4626 -0.6169 -0.4626c -0.0514,-0.0000 -0.0900,-0.0000 -0.1414 0.0129v 0.0771 ZM 527.0772,234.1765 ZM 525.1110,235.6030 c -0.5655,0.9767 -1.1823,1.3237 -1.9406 1.3237c -1.5422,-0.0000 -2.3903,-1.1823 -2.3903 -2.8401c 0.0000,-1.8249 1.0281,-2.9815 2.4032 -2.9815c 1.2337,-0.0000 1.8891,0.6297 1.8891 1.3108c 0.0000,0.3855 -0.2313,0.5655 -0.4884 0.5655c -0.2827,-0.0000 -0.5398,-0.1414 -0.5783 -0.4498c -0.0386,-0.4369 -0.1285,-0.9896 -0.8867 -0.9896c -0.8482,-0.0000 -1.3494,0.8739 -1.3494 2.2618c 0.0000,1.5036 0.6811,2.5574 1.6835 2.5574c 0.5526,-0.0000 1.0281,-0.3598 1.4265 -0.9381ZM 531.0740,236.8111 ZM 532.5391,233.2512 h 2.3646 c 0.1285,-0.0000 0.1799,-0.0643 0.1799 -0.1799c 0.0000,-1.1952 -0.6040,-1.5036 -1.0667 -1.5036c -0.2956,-0.0000 -1.2594,0.1157 -1.4779 1.6835ZM 532.5391,233.2512 ZM 535.9318,235.6159 l 0.2570,0.2056 c -0.4884,0.6683 -1.2466,1.1438 -2.1719 1.1438c -1.7606,-0.0000 -2.5060,-1.3108 -2.5060 -2.7116c 0.0000,-1.9534 1.2851,-3.1229 2.5060 -3.1229c 1.6964,-0.0000 2.0948,1.3237 2.0948 2.4032c 0.0000,0.1414 -0.0900,0.2185 -0.2313 0.2185h -3.3799 c -0.0129,0.0771 -0.0129,0.1542 -0.0129 0.2570c 0.0000,1.3108 0.9124,2.3261 1.8377 2.3261c 0.7068,-0.0000 1.1566,-0.2313 1.6064 -0.7197ZM 536.5744,236.8111 ZM 539.2474,231.5420 c 0.0000,0.0643 -0.0771,0.1028 -0.1414 0.1028c -0.3855,-0.0000 -0.5526,0.0771 -0.5526 0.2827c 0.0000,0.0771 0.0257,0.1799 0.0771 0.2956l 1.4136,3.3156 l 1.4265,-3.2642 c 0.0643,-0.1157 0.0900,-0.2185 0.0900 -0.2956c 0.0000,-0.2699 -0.2570,-0.3341 -0.5398 -0.3341h -0.0514 c -0.0643,-0.0000 -0.1285,-0.0514 -0.1285 -0.0900v -0.2442 l 0.0257,-0.0386 c 0.0000,-0.0000 0.7582,0.0257 1.2080 0.0257c 0.3598,-0.0000 0.8867,-0.0257 0.8867 -0.0257l 0.0386,0.0257 v 0.2442 c 0.0000,0.0643 -0.0514,0.1028 -0.1414 0.1028c -0.4884,-0.0000 -0.7325,0.5012 -0.9124 0.8739c -0.6811,1.4393 -1.2466,2.7630 -2.2747 5.2433c -0.3855,0.9253 -0.8482,2.0048 -1.7606 2.0048c -0.2442,-0.0000 -0.7454,-0.1414 -0.7454 -0.6040c 0.0000,-0.3855 0.2827,-0.5012 0.4884 -0.5012c 0.1928,-0.0000 0.3213,0.0771 0.3984 0.1799c 0.1285,0.1285 0.2185,0.2185 0.3470 0.2185c 0.1928,-0.0000 0.6426,-1.1052 0.9638 -1.8891c 0.0771,-0.1542 0.1028,-0.2827 0.1028 -0.3984c 0.0000,-0.1285 -0.1157,-0.4755 -0.2185 -0.7325l -1.6193,-3.7654 c -0.2056,-0.4884 -0.3470,-0.6297 -0.7839 -0.6297c -0.0771,-0.0000 -0.1285,-0.0386 -0.1285 -0.0900v -0.2570 l 0.0257,-0.0257 c 0.0000,-0.0000 0.5655,0.0257 0.9510 0.0257c 0.6040,-0.0000 1.5293,-0.0257 1.5293 -0.0257l 0.0257,0.0386 v 0.2313 ZM 546.3285,236.8111 ZM 546.8811,235.0119 l 0.3470,-0.0129 c 0.0386,0.3213 0.1799,0.9381 0.4626 1.2337c 0.1285,0.1414 0.4755,0.3727 0.9510 0.3727c 0.4498,-0.0000 1.1181,-0.3598 1.1181 -0.9896c 0.0000,-0.5526 -0.3084,-0.9253 -1.3237 -1.3622c -0.9381,-0.4112 -1.4265,-0.6811 -1.4265 -1.6450c 0.0000,-0.8610 0.7582,-1.4779 1.7735 -1.4779c 0.6426,-0.0000 1.1181,0.1157 1.5165 0.3213c 0.0771,0.4112 0.1157,0.8482 0.1414 1.3108l -0.3470,0.0129 c -0.2699,-1.0538 -1.0410,-1.2594 -1.3108 -1.2594c -0.4884,-0.0000 -0.9896,0.1928 -0.9896 0.8996c 0.0000,0.5141 0.2442,0.7711 0.9510 1.0281c 1.0410,0.3855 1.8763,0.8482 1.8763 1.8763c 0.0000,1.2723 -1.3494,1.6450 -1.9534 1.6450c -0.4498,-0.0000 -0.8225,-0.0514 -1.1566 -0.1414c -0.0900,-0.0129 -0.1542,-0.0257 -0.2442 -0.0257c -0.0643,-0.0000 -0.1671,0.0129 -0.2956 0.0386c 0.0000,-0.5398 -0.0386,-1.1952 -0.0900 -1.8249ZM 551.0964,236.8111 ZM 553.2040,231.7862 v 3.2899 c 0.0000,0.7968 0.0771,1.1823 0.4241 1.1823c 0.3341,-0.0000 0.5912,-0.1028 0.9253 -0.3598l 0.2313,0.2185 c -0.5012,0.5655 -1.0153,0.8482 -1.6064 0.8482c -0.5912,-0.0000 -0.9381,-0.3598 -0.9381 -1.2723v -3.9068 h -0.8353 c -0.0386,-0.0000 -0.0514,-0.0129 -0.0514 -0.0514v -0.3984 c 0.0000,-0.0386 0.0129,-0.0514 0.0386 -0.0514c 0.8610,-0.0000 1.0667,-0.5012 1.0667 -1.4779v -0.2442 l 0.7454,-0.2570 v 1.9791 h 1.4136 c 0.0643,-0.0000 0.1028,0.0257 0.1028 0.0771v 0.2570 c 0.0000,0.1157 -0.1799,0.1671 -0.3084 0.1671h -1.2080 ZM 554.9775,236.8111 ZM 555.9799,229.4730 c 0.0000,-0.3341 0.2699,-0.6169 0.6040 -0.6169c 0.3470,-0.0000 0.6169,0.2827 0.6169 0.6169c 0.0000,0.3470 -0.2699,0.6169 -0.6169 0.6169c -0.3341,-0.0000 -0.6040,-0.2699 -0.6040 -0.6169ZM 555.9799,229.4730 ZM 557.2007,235.8858 c 0.0000,0.3727 0.1414,0.5655 0.5526 0.5655h 0.2442 c 0.0643,-0.0000 0.1157,0.0386 0.1157 0.1028v 0.2442 l -0.0257,0.0257 c 0.0000,-0.0000 -0.8867,-0.0257 -1.3879 -0.0257c -0.4498,-0.0000 -1.3237,0.0257 -1.3237 0.0257l -0.0257,-0.0257 v -0.2442 c 0.0000,-0.0643 0.0386,-0.1028 0.1028 -0.1028h 0.2442 c 0.4241,-0.0000 0.5526,-0.1928 0.5526 -0.5655v -3.2000 c 0.0000,-0.6811 -0.1157,-0.7839 -0.2956 -0.7839c -0.1671,-0.0000 -0.3213,0.0129 -0.5398 0.0643l -0.0643,-0.3598 c 0.8225,-0.1414 0.9638,-0.1928 1.3365 -0.3727c 0.1414,-0.0514 0.2313,-0.1028 0.3213 -0.1028h 0.1928 v 4.7550 ZM 558.3702,236.8111 ZM 565.1429,234.1765 v 1.7092 c 0.0000,0.3727 0.1414,0.5655 0.5526 0.5655h 0.0257 c 0.0643,-0.0000 0.1157,0.0386 0.1157 0.1028v 0.2442 l -0.0257,0.0257 c 0.0000,-0.0000 -0.6683,-0.0257 -1.1695 -0.0257c -0.4498,-0.0000 -1.3237,0.0257 -1.3237 0.0257l -0.0257,-0.0257 v -0.2442 c 0.0000,-0.0643 0.0386,-0.1028 0.1028 -0.1028h 0.2442 c 0.4241,-0.0000 0.5526,-0.1928 0.5526 -0.5655v -6.5028 c 0.0000,-0.6040 -0.1285,-0.8739 -0.3855 -0.8739c 0.0000,-0.0000 -0.1928,0.0257 -0.3213 0.0386c -0.0386,-0.0000 -0.0900,0.0129 -0.1028 0.0129c -0.0386,-0.0000 -0.0643,-0.0386 -0.0643 -0.0643l -0.0257,-0.3213 c 0.2056,-0.0000 0.6811,-0.0771 0.8996 -0.1157c 0.2313,-0.0514 0.4112,-0.1028 0.6683 -0.2185h 0.2827 v 5.9373 c 0.5655,-0.2827 0.9896,-0.6811 1.6964 -1.4265c 0.1928,-0.2056 0.2570,-0.3727 0.2570 -0.5012c 0.0000,-0.1028 -0.0771,-0.2056 -0.3855 -0.2056h -0.0386 c -0.0643,-0.0000 -0.1157,-0.0514 -0.1157 -0.1028v -0.2442 l 0.0386,-0.0257 c 0.0000,-0.0000 0.6169,0.0257 1.0667 0.0257c 0.5012,-0.0000 1.1952,-0.0257 1.1952 -0.0257l 0.0514,0.0257 v 0.2442 c 0.0000,0.0643 -0.0771,0.1028 -0.1285 0.1028h -0.1028 c -0.3470,-0.0000 -0.9124,0.2827 -1.2209 0.6169l -0.9896,1.0795 c -0.0386,0.0386 -0.0514,0.0771 -0.0514 0.1285c 0.0000,0.0643 0.0257,0.1285 0.0643 0.1799l 1.5165,2.2233 c 0.2313,0.3470 0.6297,0.5783 0.9510 0.5783h 0.0386 c 0.0900,-0.0000 0.1671,0.0386 0.1671 0.1028v 0.2313 l -0.0257,0.0386 c 0.0000,-0.0000 -0.6426,-0.0257 -1.1438 -0.0257c -0.4626,-0.0000 -0.7968,0.0257 -0.7968 0.0257l -0.0386,-0.0514 v -0.2185 c 0.0000,-0.1542 -0.0386,-0.3084 -0.2956 -0.6811l -0.9510,-1.3237 c -0.1671,-0.2442 -0.3213,-0.4626 -0.6169 -0.4626c -0.0514,-0.0000 -0.0900,-0.0000 -0.1414 0.0129v 0.0771 ZM 565.1429,234.1765 ZM 563.1766,235.6030 c -0.5655,0.9767 -1.1823,1.3237 -1.9406 1.3237c -1.5422,-0.0000 -2.3903,-1.1823 -2.3903 -2.8401c 0.0000,-1.8249 1.0281,-2.9815 2.4032 -2.9815c 1.2337,-0.0000 1.8891,0.6297 1.8891 1.3108c 0.0000,0.3855 -0.2313,0.5655 -0.4884 0.5655c -0.2827,-0.0000 -0.5398,-0.1414 -0.5783 -0.4498c -0.0386,-0.4369 -0.1285,-0.9896 -0.8867 -0.9896c -0.8482,-0.0000 -1.3494,0.8739 -1.3494 2.2618c 0.0000,1.5036 0.6811,2.5574 1.6835 2.5574c 0.5526,-0.0000 1.0281,-0.3598 1.4265 -0.9381Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(31,119,180)" stroke-width="4.2982952994145" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 491.9931,232.9364 h 11.0705 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.2" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.8596590598829" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 572.9970,288.0917 l -0.0000,-65.7588 h -84.8612 l -0.0000,65.7588 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.1" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 106.7268,288.0917 l -0.0000,-221.4100 h -4.4282 l -0.0000,221.4100 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 80.6808,71.1099 ZM 85.2192,68.6278 c 0.0000,-1.5128 -0.8225,-2.2618 -1.7331 -2.2618c -0.6756,-0.0000 -1.1897,0.1028 -1.7625 0.3378l 0.4700,-4.0096 c 0.4847,0.0441 0.9840,0.0587 1.4981 0.0587c 0.7344,-0.0000 1.4981,-0.0441 2.2912 -0.1322l 0.0881,0.0441 l -0.2203,0.9547 c -0.5728,0.0587 -1.0428,0.0734 -1.4540 0.0734c -0.6609,-0.0000 -1.1603,-0.0587 -1.6743 -0.1175l -0.2791,2.3206 c 0.3084,-0.1175 0.8372,-0.2203 1.4100 -0.2203c 1.5568,-0.0000 2.4234,1.3512 2.4234 2.7025c 0.0000,1.6450 -1.1456,2.9081 -2.8053 2.9081c -0.8372,-0.0000 -2.0562,-0.4700 -2.0562 -1.0428c 0.0000,-0.2791 0.2350,-0.4700 0.4994 -0.4700c 0.2937,-0.0000 0.4847,0.2203 0.6609 0.4553c 0.2203,0.2644 0.4553,0.5581 0.9253 0.5581c 0.9400,-0.0000 1.7184,-0.8812 1.7184 -2.1590ZM 87.1138,71.1099 ZM 87.9510,70.5077 c 0.0000,-0.4259 0.3525,-0.7784 0.7784 -0.7784c 0.4259,-0.0000 0.7784,0.3525 0.7784 0.7784c 0.0000,0.4259 -0.3525,0.7784 -0.7784 0.7784c -0.4259,-0.0000 -0.7784,-0.3525 -0.7784 -0.7784ZM 90.3303,71.1099 ZM 93.5468,63.1347 c -0.6316,-0.0000 -1.5568,0.6169 -1.5568 4.0390c 0.0000,1.2044 0.2203,3.6277 1.5128 3.6277c 0.2497,-0.0000 0.9547,-0.1616 1.2631 -1.3072c 0.1909,-0.7050 0.2937,-1.5862 0.2937 -2.8640c 0.0000,-1.8653 -0.4700,-2.9081 -0.8959 -3.2753c -0.1616,-0.1469 -0.3819,-0.2203 -0.6169 -0.2203ZM 93.5468,63.1347 ZM 93.4881,71.2862 c -1.5715,-0.0000 -2.6290,-2.0122 -2.6290 -4.2593c 0.0000,-2.7465 1.3072,-4.4062 2.6878 -4.4062c 0.6316,-0.0000 1.2631,0.3966 1.6890 0.9694c 0.6169,0.8225 0.9400,1.9240 0.9400 3.3046c 0.0000,3.2606 -1.6156,4.3915 -2.6878 4.3915Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.14914764970725" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 100.0845,66.6817 h 6.6423 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 80.6808,93.2509 ZM 84.4701,88.0369 c 0.0000,-0.1028 0.0147,-0.2203 0.1469 -0.2937c 0.1616,-0.1175 0.4259,-0.2497 0.6462 -0.2497c 0.1909,-0.0000 0.2056,0.1616 0.2056 0.4553v 2.3646 h 1.1897 l -0.0881,0.6903 h -1.1015 v 1.2190 c 0.0000,0.4112 0.0587,0.6169 0.4847 0.6169h 0.3966 c 0.0881,-0.0000 0.1028,0.0734 0.1028 0.1028v 0.3231 c 0.0000,-0.0000 -0.9400,-0.0294 -1.5568 -0.0294c -0.5581,-0.0000 -1.4247,0.0294 -1.4247 0.0294v -0.3231 c 0.0000,-0.0294 0.0147,-0.1028 0.1028 -0.1028h 0.3966 c 0.4553,-0.0000 0.4994,-0.1909 0.4994 -0.6169v -1.2190 h -2.8787 c -0.0587,-0.0000 -0.0881,-0.0294 -0.1322 -0.0881l -0.1175,-0.1616 l -0.1762,-0.3084 c -0.0147,-0.0000 -0.0147,-0.0147 -0.0147 -0.0294c 0.0000,-0.0147 0.0147,-0.0294 0.0294 -0.0441c 0.9547,-1.0575 2.6437,-4.3327 3.1724 -5.5371c 0.0147,-0.0587 0.0441,-0.0734 0.1028 -0.0734c 0.0147,-0.0000 0.3378,0.1322 0.5141 0.1616c -0.6609,1.7772 -1.7478,3.6865 -2.8199 5.3902h 2.3206 v -2.2765 ZM 87.1138,93.2509 ZM 87.9510,92.6487 c 0.0000,-0.4259 0.3525,-0.7784 0.7784 -0.7784c 0.4259,-0.0000 0.7784,0.3525 0.7784 0.7784c 0.0000,0.4259 -0.3525,0.7784 -0.7784 0.7784c -0.4259,-0.0000 -0.7784,-0.3525 -0.7784 -0.7784ZM 90.3303,93.2509 ZM 94.8687,90.7688 c 0.0000,-1.5128 -0.8225,-2.2618 -1.7331 -2.2618c -0.6756,-0.0000 -1.1897,0.1028 -1.7625 0.3378l 0.4700,-4.0096 c 0.4847,0.0441 0.9840,0.0587 1.4981 0.0587c 0.7344,-0.0000 1.4981,-0.0441 2.2912 -0.1322l 0.0881,0.0441 l -0.2203,0.9547 c -0.5728,0.0587 -1.0428,0.0734 -1.4540 0.0734c -0.6609,-0.0000 -1.1603,-0.0587 -1.6743 -0.1175l -0.2791,2.3206 c 0.3084,-0.1175 0.8372,-0.2203 1.4100 -0.2203c 1.5568,-0.0000 2.4234,1.3512 2.4234 2.7025c 0.0000,1.6450 -1.1456,2.9081 -2.8053 2.9081c -0.8372,-0.0000 -2.0562,-0.4700 -2.0562 -1.0428c 0.0000,-0.2791 0.2350,-0.4700 0.4994 -0.4700c 0.2937,-0.0000 0.4847,0.2203 0.6609 0.4553c 0.2203,0.2644 0.4553,0.5581 0.9253 0.5581c 0.9400,-0.0000 1.7184,-0.8812 1.7184 -2.1590Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.14914764970725" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 100.0845,88.8227 h 6.6423 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 80.6808,115.3919 ZM 84.4701,110.1779 c 0.0000,-0.1028 0.0147,-0.2203 0.1469 -0.2937c 0.1616,-0.1175 0.4259,-0.2497 0.6462 -0.2497c 0.1909,-0.0000 0.2056,0.1616 0.2056 0.4553v 2.3646 h 1.1897 l -0.0881,0.6903 h -1.1015 v 1.2190 c 0.0000,0.4112 0.0587,0.6169 0.4847 0.6169h 0.3966 c 0.0881,-0.0000 0.1028,0.0734 0.1028 0.1028v 0.3231 c 0.0000,-0.0000 -0.9400,-0.0294 -1.5568 -0.0294c -0.5581,-0.0000 -1.4247,0.0294 -1.4247 0.0294v -0.3231 c 0.0000,-0.0294 0.0147,-0.1028 0.1028 -0.1028h 0.3966 c 0.4553,-0.0000 0.4994,-0.1909 0.4994 -0.6169v -1.2190 h -2.8787 c -0.0587,-0.0000 -0.0881,-0.0294 -0.1322 -0.0881l -0.1175,-0.1616 l -0.1762,-0.3084 c -0.0147,-0.0000 -0.0147,-0.0147 -0.0147 -0.0294c 0.0000,-0.0147 0.0147,-0.0294 0.0294 -0.0441c 0.9547,-1.0575 2.6437,-4.3327 3.1724 -5.5371c 0.0147,-0.0587 0.0441,-0.0734 0.1028 -0.0734c 0.0147,-0.0000 0.3378,0.1322 0.5141 0.1616c -0.6609,1.7772 -1.7478,3.6865 -2.8199 5.3902h 2.3206 v -2.2765 ZM 87.1138,115.3919 ZM 87.9510,114.7897 c 0.0000,-0.4259 0.3525,-0.7784 0.7784 -0.7784c 0.4259,-0.0000 0.7784,0.3525 0.7784 0.7784c 0.0000,0.4259 -0.3525,0.7784 -0.7784 0.7784c -0.4259,-0.0000 -0.7784,-0.3525 -0.7784 -0.7784ZM 90.3303,115.3919 ZM 93.5468,107.4167 c -0.6316,-0.0000 -1.5568,0.6169 -1.5568 4.0390c 0.0000,1.2044 0.2203,3.6277 1.5128 3.6277c 0.2497,-0.0000 0.9547,-0.1616 1.2631 -1.3072c 0.1909,-0.7050 0.2937,-1.5862 0.2937 -2.8640c 0.0000,-1.8653 -0.4700,-2.9081 -0.8959 -3.2753c -0.1616,-0.1469 -0.3819,-0.2203 -0.6169 -0.2203ZM 93.5468,107.4167 ZM 93.4881,115.5682 c -1.5715,-0.0000 -2.6290,-2.0122 -2.6290 -4.2593c 0.0000,-2.7465 1.3072,-4.4062 2.6878 -4.4062c 0.6316,-0.0000 1.2631,0.3966 1.6890 0.9694c 0.6169,0.8225 0.9400,1.9240 0.9400 3.3046c 0.0000,3.2606 -1.6156,4.3915 -2.6878 4.3915Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.14914764970725" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 100.0845,110.9637 h 6.6423 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 80.6808,137.5329 ZM 83.8533,129.4990 c -0.3672,-0.0000 -1.4393,0.2056 -1.4393 1.1015c 0.0000,0.2644 -0.1028,0.7197 -0.4994 0.7197c -0.3819,-0.0000 -0.4112,-0.4259 -0.4112 -0.4700c 0.0000,-0.4553 0.6022,-1.8065 2.6437 -1.8065c 1.4247,-0.0000 1.8506,0.8959 1.8506 1.4834c 0.0000,0.3672 -0.1175,1.1015 -1.4393 1.9387c 0.8225,0.1322 1.9093,0.7344 1.9093 2.2618c 0.0000,1.9387 -1.4687,2.9815 -3.1284 2.9815c -0.8372,-0.0000 -2.0122,-0.3672 -2.0122 -0.9253c 0.0000,-0.2203 0.2203,-0.4700 0.5141 -0.4700c 0.2791,-0.0000 0.4112,0.1469 0.5434 0.3378c 0.1616,0.2497 0.4259,0.6022 1.1309 0.6022c 0.4847,-0.0000 1.8653,-0.4847 1.8653 -2.3353c 0.0000,-1.5715 -1.1015,-1.8212 -1.8947 -1.8212c -0.1322,-0.0000 -0.2937,0.0294 -0.4553 0.0587l -0.0587,-0.4406 c 1.1309,-0.1909 2.0709,-1.2925 2.0709 -1.9681c 0.0000,-0.8372 -0.5875,-1.2484 -1.1897 -1.2484ZM 87.1138,137.5329 ZM 87.9510,136.9307 c 0.0000,-0.4259 0.3525,-0.7784 0.7784 -0.7784c 0.4259,-0.0000 0.7784,0.3525 0.7784 0.7784c 0.0000,0.4259 -0.3525,0.7784 -0.7784 0.7784c -0.4259,-0.0000 -0.7784,-0.3525 -0.7784 -0.7784ZM 90.3303,137.5329 ZM 94.8687,135.0508 c 0.0000,-1.5128 -0.8225,-2.2618 -1.7331 -2.2618c -0.6756,-0.0000 -1.1897,0.1028 -1.7625 0.3378l 0.4700,-4.0096 c 0.4847,0.0441 0.9840,0.0587 1.4981 0.0587c 0.7344,-0.0000 1.4981,-0.0441 2.2912 -0.1322l 0.0881,0.0441 l -0.2203,0.9547 c -0.5728,0.0587 -1.0428,0.0734 -1.4540 0.0734c -0.6609,-0.0000 -1.1603,-0.0587 -1.6743 -0.1175l -0.2791,2.3206 c 0.3084,-0.1175 0.8372,-0.2203 1.4100 -0.2203c 1.5568,-0.0000 2.4234,1.3512 2.4234 2.7025c 0.0000,1.6450 -1.1456,2.9081 -2.8053 2.9081c -0.8372,-0.0000 -2.0562,-0.4700 -2.0562 -1.0428c 0.0000,-0.2791 0.2350,-0.4700 0.4994 -0.4700c 0.2937,-0.0000 0.4847,0.2203 0.6609 0.4553c 0.2203,0.2644 0.4553,0.5581 0.9253 0.5581c 0.9400,-0.0000 1.7184,-0.8812 1.7184 -2.1590Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.14914764970725" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 100.0845,133.1047 h 6.6423 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 80.6808,159.6739 ZM 83.8533,151.6400 c -0.3672,-0.0000 -1.4393,0.2056 -1.4393 1.1015c 0.0000,0.2644 -0.1028,0.7197 -0.4994 0.7197c -0.3819,-0.0000 -0.4112,-0.4259 -0.4112 -0.4700c 0.0000,-0.4553 0.6022,-1.8065 2.6437 -1.8065c 1.4247,-0.0000 1.8506,0.8959 1.8506 1.4834c 0.0000,0.3672 -0.1175,1.1015 -1.4393 1.9387c 0.8225,0.1322 1.9093,0.7344 1.9093 2.2618c 0.0000,1.9387 -1.4687,2.9815 -3.1284 2.9815c -0.8372,-0.0000 -2.0122,-0.3672 -2.0122 -0.9253c 0.0000,-0.2203 0.2203,-0.4700 0.5141 -0.4700c 0.2791,-0.0000 0.4112,0.1469 0.5434 0.3378c 0.1616,0.2497 0.4259,0.6022 1.1309 0.6022c 0.4847,-0.0000 1.8653,-0.4847 1.8653 -2.3353c 0.0000,-1.5715 -1.1015,-1.8212 -1.8947 -1.8212c -0.1322,-0.0000 -0.2937,0.0294 -0.4553 0.0587l -0.0587,-0.4406 c 1.1309,-0.1909 2.0709,-1.2925 2.0709 -1.9681c 0.0000,-0.8372 -0.5875,-1.2484 -1.1897 -1.2484ZM 87.1138,159.6739 ZM 87.9510,159.0717 c 0.0000,-0.4259 0.3525,-0.7784 0.7784 -0.7784c 0.4259,-0.0000 0.7784,0.3525 0.7784 0.7784c 0.0000,0.4259 -0.3525,0.7784 -0.7784 0.7784c -0.4259,-0.0000 -0.7784,-0.3525 -0.7784 -0.7784ZM 90.3303,159.6739 ZM 93.5468,151.6987 c -0.6316,-0.0000 -1.5568,0.6169 -1.5568 4.0390c 0.0000,1.2044 0.2203,3.6277 1.5128 3.6277c 0.2497,-0.0000 0.9547,-0.1616 1.2631 -1.3072c 0.1909,-0.7050 0.2937,-1.5862 0.2937 -2.8640c 0.0000,-1.8653 -0.4700,-2.9081 -0.8959 -3.2753c -0.1616,-0.1469 -0.3819,-0.2203 -0.6169 -0.2203ZM 93.5468,151.6987 ZM 93.4881,159.8502 c -1.5715,-0.0000 -2.6290,-2.0122 -2.6290 -4.2593c 0.0000,-2.7465 1.3072,-4.4062 2.6878 -4.4062c 0.6316,-0.0000 1.2631,0.3966 1.6890 0.9694c 0.6169,0.8225 0.9400,1.9240 0.9400 3.3046c 0.0000,3.2606 -1.6156,4.3915 -2.6878 4.3915Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.14914764970725" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 100.0845,155.2457 h 6.6423 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 80.6808,181.8149 ZM 81.5327,175.3085 c 0.0000,-0.8372 0.8078,-1.9828 2.3500 -1.9828c 1.1309,-0.0000 2.4528,0.4259 2.4528 2.1150c 0.0000,1.1162 -0.5728,1.6743 -1.3659 2.4381l -1.3953,1.3512 c -0.0734,0.0734 -1.0575,1.0428 -1.0575 1.7331h 2.4968 c 0.4994,-0.0000 0.7637,-0.2497 0.9694 -1.0575l 0.3672,0.0587 l -0.2937,1.8506 h -4.5384 c 0.0000,-0.8225 0.1322,-1.4540 1.4981 -2.8493l 1.0281,-1.0134 c 0.8225,-0.8372 1.1603,-1.5568 1.1603 -2.4528c 0.0000,-1.3365 -0.9106,-1.7184 -1.4100 -1.7184c -1.0134,-0.0000 -1.2925,0.5287 -1.2925 0.8812c 0.0000,0.1175 0.0294,0.2350 0.0587 0.3378c 0.0294,0.1028 0.0587,0.2056 0.0587 0.3231c 0.0000,0.3819 -0.2937,0.5287 -0.5287 0.5287c -0.3231,-0.0000 -0.5581,-0.2497 -0.5581 -0.5434ZM 87.1138,181.8149 ZM 87.9510,181.2127 c 0.0000,-0.4259 0.3525,-0.7784 0.7784 -0.7784c 0.4259,-0.0000 0.7784,0.3525 0.7784 0.7784c 0.0000,0.4259 -0.3525,0.7784 -0.7784 0.7784c -0.4259,-0.0000 -0.7784,-0.3525 -0.7784 -0.7784ZM 90.3303,181.8149 ZM 94.8687,179.3328 c 0.0000,-1.5128 -0.8225,-2.2618 -1.7331 -2.2618c -0.6756,-0.0000 -1.1897,0.1028 -1.7625 0.3378l 0.4700,-4.0096 c 0.4847,0.0441 0.9840,0.0587 1.4981 0.0587c 0.7344,-0.0000 1.4981,-0.0441 2.2912 -0.1322l 0.0881,0.0441 l -0.2203,0.9547 c -0.5728,0.0587 -1.0428,0.0734 -1.4540 0.0734c -0.6609,-0.0000 -1.1603,-0.0587 -1.6743 -0.1175l -0.2791,2.3206 c 0.3084,-0.1175 0.8372,-0.2203 1.4100 -0.2203c 1.5568,-0.0000 2.4234,1.3512 2.4234 2.7025c 0.0000,1.6450 -1.1456,2.9081 -2.8053 2.9081c -0.8372,-0.0000 -2.0562,-0.4700 -2.0562 -1.0428c 0.0000,-0.2791 0.2350,-0.4700 0.4994 -0.4700c 0.2937,-0.0000 0.4847,0.2203 0.6609 0.4553c 0.2203,0.2644 0.4553,0.5581 0.9253 0.5581c 0.9400,-0.0000 1.7184,-0.8812 1.7184 -2.1590Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.14914764970725" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 100.0845,177.3867 h 6.6423 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 80.6808,203.9559 ZM 81.5327,197.4495 c 0.0000,-0.8372 0.8078,-1.9828 2.3500 -1.9828c 1.1309,-0.0000 2.4528,0.4259 2.4528 2.1150c 0.0000,1.1162 -0.5728,1.6743 -1.3659 2.4381l -1.3953,1.3512 c -0.0734,0.0734 -1.0575,1.0428 -1.0575 1.7331h 2.4968 c 0.4994,-0.0000 0.7637,-0.2497 0.9694 -1.0575l 0.3672,0.0587 l -0.2937,1.8506 h -4.5384 c 0.0000,-0.8225 0.1322,-1.4540 1.4981 -2.8493l 1.0281,-1.0134 c 0.8225,-0.8372 1.1603,-1.5568 1.1603 -2.4528c 0.0000,-1.3365 -0.9106,-1.7184 -1.4100 -1.7184c -1.0134,-0.0000 -1.2925,0.5287 -1.2925 0.8812c 0.0000,0.1175 0.0294,0.2350 0.0587 0.3378c 0.0294,0.1028 0.0587,0.2056 0.0587 0.3231c 0.0000,0.3819 -0.2937,0.5287 -0.5287 0.5287c -0.3231,-0.0000 -0.5581,-0.2497 -0.5581 -0.5434ZM 87.1138,203.9559 ZM 87.9510,203.3537 c 0.0000,-0.4259 0.3525,-0.7784 0.7784 -0.7784c 0.4259,-0.0000 0.7784,0.3525 0.7784 0.7784c 0.0000,0.4259 -0.3525,0.7784 -0.7784 0.7784c -0.4259,-0.0000 -0.7784,-0.3525 -0.7784 -0.7784ZM 90.3303,203.9559 ZM 93.5468,195.9807 c -0.6316,-0.0000 -1.5568,0.6169 -1.5568 4.0390c 0.0000,1.2044 0.2203,3.6277 1.5128 3.6277c 0.2497,-0.0000 0.9547,-0.1616 1.2631 -1.3072c 0.1909,-0.7050 0.2937,-1.5862 0.2937 -2.8640c 0.0000,-1.8653 -0.4700,-2.9081 -0.8959 -3.2753c -0.1616,-0.1469 -0.3819,-0.2203 -0.6169 -0.2203ZM 93.5468,195.9807 ZM 93.4881,204.1322 c -1.5715,-0.0000 -2.6290,-2.0122 -2.6290 -4.2593c 0.0000,-2.7465 1.3072,-4.4062 2.6878 -4.4062c 0.6316,-0.0000 1.2631,0.3966 1.6890 0.9694c 0.6169,0.8225 0.9400,1.9240 0.9400 3.3046c 0.0000,3.2606 -1.6156,4.3915 -2.6878 4.3915Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.14914764970725" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 100.0845,199.5277 h 6.6423 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 80.6808,226.0969 ZM 83.4420,219.0911 c -0.2791,-0.0000 -0.9253,0.2644 -1.2484 0.4112l -0.1762,-0.4553 c 1.2925,-0.6022 1.7918,-0.9106 2.5262 -1.4393h 0.2791 v 7.3877 c 0.0000,0.5287 0.0734,0.6756 0.5581 0.6756h 0.7637 c 0.0441,-0.0000 0.1175,0.0294 0.1175 0.1175v 0.3231 l -2.0122,-0.0294 l -2.0415,0.0294 v -0.3231 c 0.0147,-0.0441 0.0294,-0.1175 0.1175 -0.1175h 0.8812 c 0.5581,-0.0000 0.5581,-0.2497 0.5581 -0.6756v -5.0524 c 0.0000,-0.4994 0.0000,-0.8519 -0.3231 -0.8519ZM 87.1138,226.0969 ZM 87.9510,225.4947 c 0.0000,-0.4259 0.3525,-0.7784 0.7784 -0.7784c 0.4259,-0.0000 0.7784,0.3525 0.7784 0.7784c 0.0000,0.4259 -0.3525,0.7784 -0.7784 0.7784c -0.4259,-0.0000 -0.7784,-0.3525 -0.7784 -0.7784ZM 90.3303,226.0969 ZM 94.8687,223.6148 c 0.0000,-1.5128 -0.8225,-2.2618 -1.7331 -2.2618c -0.6756,-0.0000 -1.1897,0.1028 -1.7625 0.3378l 0.4700,-4.0096 c 0.4847,0.0441 0.9840,0.0587 1.4981 0.0587c 0.7344,-0.0000 1.4981,-0.0441 2.2912 -0.1322l 0.0881,0.0441 l -0.2203,0.9547 c -0.5728,0.0587 -1.0428,0.0734 -1.4540 0.0734c -0.6609,-0.0000 -1.1603,-0.0587 -1.6743 -0.1175l -0.2791,2.3206 c 0.3084,-0.1175 0.8372,-0.2203 1.4100 -0.2203c 1.5568,-0.0000 2.4234,1.3512 2.4234 2.7025c 0.0000,1.6450 -1.1456,2.9081 -2.8053 2.9081c -0.8372,-0.0000 -2.0562,-0.4700 -2.0562 -1.0428c 0.0000,-0.2791 0.2350,-0.4700 0.4994 -0.4700c 0.2937,-0.0000 0.4847,0.2203 0.6609 0.4553c 0.2203,0.2644 0.4553,0.5581 0.9253 0.5581c 0.9400,-0.0000 1.7184,-0.8812 1.7184 -2.1590Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.14914764970725" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 100.0845,221.6687 h 6.6423 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 80.6808,248.2379 ZM 83.4420,241.2321 c -0.2791,-0.0000 -0.9253,0.2644 -1.2484 0.4112l -0.1762,-0.4553 c 1.2925,-0.6022 1.7918,-0.9106 2.5262 -1.4393h 0.2791 v 7.3877 c 0.0000,0.5287 0.0734,0.6756 0.5581 0.6756h 0.7637 c 0.0441,-0.0000 0.1175,0.0294 0.1175 0.1175v 0.3231 l -2.0122,-0.0294 l -2.0415,0.0294 v -0.3231 c 0.0147,-0.0441 0.0294,-0.1175 0.1175 -0.1175h 0.8812 c 0.5581,-0.0000 0.5581,-0.2497 0.5581 -0.6756v -5.0524 c 0.0000,-0.4994 0.0000,-0.8519 -0.3231 -0.8519ZM 87.1138,248.2379 ZM 87.9510,247.6357 c 0.0000,-0.4259 0.3525,-0.7784 0.7784 -0.7784c 0.4259,-0.0000 0.7784,0.3525 0.7784 0.7784c 0.0000,0.4259 -0.3525,0.7784 -0.7784 0.7784c -0.4259,-0.0000 -0.7784,-0.3525 -0.7784 -0.7784ZM 90.3303,248.2379 ZM 93.5468,240.2627 c -0.6316,-0.0000 -1.5568,0.6169 -1.5568 4.0390c 0.0000,1.2044 0.2203,3.6277 1.5128 3.6277c 0.2497,-0.0000 0.9547,-0.1616 1.2631 -1.3072c 0.1909,-0.7050 0.2937,-1.5862 0.2937 -2.8640c 0.0000,-1.8653 -0.4700,-2.9081 -0.8959 -3.2753c -0.1616,-0.1469 -0.3819,-0.2203 -0.6169 -0.2203ZM 93.5468,240.2627 ZM 93.4881,248.4142 c -1.5715,-0.0000 -2.6290,-2.0122 -2.6290 -4.2593c 0.0000,-2.7465 1.3072,-4.4062 2.6878 -4.4062c 0.6316,-0.0000 1.2631,0.3966 1.6890 0.9694c 0.6169,0.8225 0.9400,1.9240 0.9400 3.3046c 0.0000,3.2606 -1.6156,4.3915 -2.6878 4.3915Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.14914764970725" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 100.0845,243.8097 h 6.6423 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 80.6808,270.3789 ZM 83.8973,262.4037 c -0.6316,-0.0000 -1.5568,0.6169 -1.5568 4.0390c 0.0000,1.2044 0.2203,3.6277 1.5128 3.6277c 0.2497,-0.0000 0.9547,-0.1616 1.2631 -1.3072c 0.1909,-0.7050 0.2937,-1.5862 0.2937 -2.8640c 0.0000,-1.8653 -0.4700,-2.9081 -0.8959 -3.2753c -0.1616,-0.1469 -0.3819,-0.2203 -0.6169 -0.2203ZM 83.8973,262.4037 ZM 83.8386,270.5552 c -1.5715,-0.0000 -2.6290,-2.0122 -2.6290 -4.2593c 0.0000,-2.7465 1.3072,-4.4062 2.6878 -4.4062c 0.6316,-0.0000 1.2631,0.3966 1.6890 0.9694c 0.6169,0.8225 0.9400,1.9240 0.9400 3.3046c 0.0000,3.2606 -1.6156,4.3915 -2.6878 4.3915ZM 87.1138,270.3789 ZM 87.9510,269.7767 c 0.0000,-0.4259 0.3525,-0.7784 0.7784 -0.7784c 0.4259,-0.0000 0.7784,0.3525 0.7784 0.7784c 0.0000,0.4259 -0.3525,0.7784 -0.7784 0.7784c -0.4259,-0.0000 -0.7784,-0.3525 -0.7784 -0.7784ZM 90.3303,270.3789 ZM 94.8687,267.8968 c 0.0000,-1.5128 -0.8225,-2.2618 -1.7331 -2.2618c -0.6756,-0.0000 -1.1897,0.1028 -1.7625 0.3378l 0.4700,-4.0096 c 0.4847,0.0441 0.9840,0.0587 1.4981 0.0587c 0.7344,-0.0000 1.4981,-0.0441 2.2912 -0.1322l 0.0881,0.0441 l -0.2203,0.9547 c -0.5728,0.0587 -1.0428,0.0734 -1.4540 0.0734c -0.6609,-0.0000 -1.1603,-0.0587 -1.6743 -0.1175l -0.2791,2.3206 c 0.3084,-0.1175 0.8372,-0.2203 1.4100 -0.2203c 1.5568,-0.0000 2.4234,1.3512 2.4234 2.7025c 0.0000,1.6450 -1.1456,2.9081 -2.8053 2.9081c -0.8372,-0.0000 -2.0562,-0.4700 -2.0562 -1.0428c 0.0000,-0.2791 0.2350,-0.4700 0.4994 -0.4700c 0.2937,-0.0000 0.4847,0.2203 0.6609 0.4553c 0.2203,0.2644 0.4553,0.5581 0.9253 0.5581c 0.9400,-0.0000 1.7184,-0.8812 1.7184 -2.1590Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.14914764970725" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 100.0845,265.9507 h 6.6423 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 80.6808,292.5199 ZM 83.8973,284.5447 c -0.6316,-0.0000 -1.5568,0.6169 -1.5568 4.0390c 0.0000,1.2044 0.2203,3.6277 1.5128 3.6277c 0.2497,-0.0000 0.9547,-0.1616 1.2631 -1.3072c 0.1909,-0.7050 0.2937,-1.5862 0.2937 -2.8640c 0.0000,-1.8653 -0.4700,-2.9081 -0.8959 -3.2753c -0.1616,-0.1469 -0.3819,-0.2203 -0.6169 -0.2203ZM 83.8973,284.5447 ZM 83.8386,292.6962 c -1.5715,-0.0000 -2.6290,-2.0122 -2.6290 -4.2593c 0.0000,-2.7465 1.3072,-4.4062 2.6878 -4.4062c 0.6316,-0.0000 1.2631,0.3966 1.6890 0.9694c 0.6169,0.8225 0.9400,1.9240 0.9400 3.3046c 0.0000,3.2606 -1.6156,4.3915 -2.6878 4.3915ZM 87.1138,292.5199 ZM 87.9510,291.9177 c 0.0000,-0.4259 0.3525,-0.7784 0.7784 -0.7784c 0.4259,-0.0000 0.7784,0.3525 0.7784 0.7784c 0.0000,0.4259 -0.3525,0.7784 -0.7784 0.7784c -0.4259,-0.0000 -0.7784,-0.3525 -0.7784 -0.7784ZM 90.3303,292.5199 ZM 93.5468,284.5447 c -0.6316,-0.0000 -1.5568,0.6169 -1.5568 4.0390c 0.0000,1.2044 0.2203,3.6277 1.5128 3.6277c 0.2497,-0.0000 0.9547,-0.1616 1.2631 -1.3072c 0.1909,-0.7050 0.2937,-1.5862 0.2937 -2.8640c 0.0000,-1.8653 -0.4700,-2.9081 -0.8959 -3.2753c -0.1616,-0.1469 -0.3819,-0.2203 -0.6169 -0.2203ZM 93.5468,284.5447 ZM 93.4881,292.6962 c -1.5715,-0.0000 -2.6290,-2.0122 -2.6290 -4.2593c 0.0000,-2.7465 1.3072,-4.4062 2.6878 -4.4062c 0.6316,-0.0000 1.2631,0.3966 1.6890 0.9694c 0.6169,0.8225 0.9400,1.9240 0.9400 3.3046c 0.0000,3.2606 -1.6156,4.3915 -2.6878 4.3915Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.14914764970725" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 100.0845,288.0917 h 6.6423 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.1" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 469.0240,314.6609 l -0.0000,-4.4282 h -332.1150 l -0.0000,4.4282 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 460.9828,333.3265 ZM 464.1552,325.2926 c -0.3672,-0.0000 -1.4393,0.2056 -1.4393 1.1015c 0.0000,0.2644 -0.1028,0.7197 -0.4994 0.7197c -0.3819,-0.0000 -0.4112,-0.4259 -0.4112 -0.4700c 0.0000,-0.4553 0.6022,-1.8065 2.6437 -1.8065c 1.4247,-0.0000 1.8506,0.8959 1.8506 1.4834c 0.0000,0.3672 -0.1175,1.1015 -1.4393 1.9387c 0.8225,0.1322 1.9093,0.7344 1.9093 2.2618c 0.0000,1.9387 -1.4687,2.9815 -3.1284 2.9815c -0.8372,-0.0000 -2.0122,-0.3672 -2.0122 -0.9253c 0.0000,-0.2203 0.2203,-0.4700 0.5141 -0.4700c 0.2791,-0.0000 0.4112,0.1469 0.5434 0.3378c 0.1616,0.2497 0.4259,0.6022 1.1309 0.6022c 0.4847,-0.0000 1.8653,-0.4847 1.8653 -2.3353c 0.0000,-1.5715 -1.1015,-1.8212 -1.8947 -1.8212c -0.1322,-0.0000 -0.2937,0.0294 -0.4553 0.0587l -0.0587,-0.4406 c 1.1309,-0.1909 2.0709,-1.2925 2.0709 -1.9681c 0.0000,-0.8372 -0.5875,-1.2484 -1.1897 -1.2484ZM 467.4158,333.3265 ZM 468.2530,332.7244 c 0.0000,-0.4259 0.3525,-0.7784 0.7784 -0.7784c 0.4259,-0.0000 0.7784,0.3525 0.7784 0.7784c 0.0000,0.4259 -0.3525,0.7784 -0.7784 0.7784c -0.4259,-0.0000 -0.7784,-0.3525 -0.7784 -0.7784ZM 470.6323,333.3265 ZM 473.8488,325.3514 c -0.6316,-0.0000 -1.5568,0.6169 -1.5568 4.0390c 0.0000,1.2044 0.2203,3.6277 1.5128 3.6277c 0.2497,-0.0000 0.9547,-0.1616 1.2631 -1.3072c 0.1909,-0.7050 0.2937,-1.5862 0.2937 -2.8640c 0.0000,-1.8653 -0.4700,-2.9081 -0.8959 -3.2753c -0.1616,-0.1469 -0.3819,-0.2203 -0.6169 -0.2203ZM 473.8488,325.3514 ZM 473.7900,333.5028 c -1.5715,-0.0000 -2.6290,-2.0122 -2.6290 -4.2593c 0.0000,-2.7465 1.3072,-4.4062 2.6878 -4.4062c 0.6316,-0.0000 1.2631,0.3966 1.6890 0.9694c 0.6169,0.8225 0.9400,1.9240 0.9400 3.3046c 0.0000,3.2606 -1.6156,4.3915 -2.6878 4.3915Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.14914764970725" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 469.0240,310.2327 v 6.6423 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 405.6303,333.3265 ZM 406.4821,326.8201 c 0.0000,-0.8372 0.8078,-1.9828 2.3500 -1.9828c 1.1309,-0.0000 2.4528,0.4259 2.4528 2.1150c 0.0000,1.1162 -0.5728,1.6743 -1.3659 2.4381l -1.3953,1.3512 c -0.0734,0.0734 -1.0575,1.0428 -1.0575 1.7331h 2.4968 c 0.4994,-0.0000 0.7637,-0.2497 0.9694 -1.0575l 0.3672,0.0587 l -0.2937,1.8506 h -4.5384 c 0.0000,-0.8225 0.1322,-1.4540 1.4981 -2.8493l 1.0281,-1.0134 c 0.8225,-0.8372 1.1603,-1.5568 1.1603 -2.4528c 0.0000,-1.3365 -0.9106,-1.7184 -1.4100 -1.7184c -1.0134,-0.0000 -1.2925,0.5287 -1.2925 0.8812c 0.0000,0.1175 0.0294,0.2350 0.0587 0.3378c 0.0294,0.1028 0.0587,0.2056 0.0587 0.3231c 0.0000,0.3819 -0.2937,0.5287 -0.5287 0.5287c -0.3231,-0.0000 -0.5581,-0.2497 -0.5581 -0.5434ZM 412.0633,333.3265 ZM 412.9005,332.7244 c 0.0000,-0.4259 0.3525,-0.7784 0.7784 -0.7784c 0.4259,-0.0000 0.7784,0.3525 0.7784 0.7784c 0.0000,0.4259 -0.3525,0.7784 -0.7784 0.7784c -0.4259,-0.0000 -0.7784,-0.3525 -0.7784 -0.7784ZM 415.2798,333.3265 ZM 419.8181,330.8444 c 0.0000,-1.5128 -0.8225,-2.2618 -1.7331 -2.2618c -0.6756,-0.0000 -1.1897,0.1028 -1.7625 0.3378l 0.4700,-4.0096 c 0.4847,0.0441 0.9840,0.0587 1.4981 0.0587c 0.7344,-0.0000 1.4981,-0.0441 2.2912 -0.1322l 0.0881,0.0441 l -0.2203,0.9547 c -0.5728,0.0587 -1.0428,0.0734 -1.4540 0.0734c -0.6609,-0.0000 -1.1603,-0.0587 -1.6743 -0.1175l -0.2791,2.3206 c 0.3084,-0.1175 0.8372,-0.2203 1.4100 -0.2203c 1.5568,-0.0000 2.4234,1.3512 2.4234 2.7025c 0.0000,1.6450 -1.1456,2.9081 -2.8053 2.9081c -0.8372,-0.0000 -2.0562,-0.4700 -2.0562 -1.0428c 0.0000,-0.2791 0.2350,-0.4700 0.4994 -0.4700c 0.2937,-0.0000 0.4847,0.2203 0.6609 0.4553c 0.2203,0.2644 0.4553,0.5581 0.9253 0.5581c 0.9400,-0.0000 1.7184,-0.8812 1.7184 -2.1590Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.14914764970725" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 413.6715,310.2327 v 6.6423 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 350.2778,333.3265 ZM 351.1296,326.8201 c 0.0000,-0.8372 0.8078,-1.9828 2.3500 -1.9828c 1.1309,-0.0000 2.4528,0.4259 2.4528 2.1150c 0.0000,1.1162 -0.5728,1.6743 -1.3659 2.4381l -1.3953,1.3512 c -0.0734,0.0734 -1.0575,1.0428 -1.0575 1.7331h 2.4968 c 0.4994,-0.0000 0.7637,-0.2497 0.9694 -1.0575l 0.3672,0.0587 l -0.2937,1.8506 h -4.5384 c 0.0000,-0.8225 0.1322,-1.4540 1.4981 -2.8493l 1.0281,-1.0134 c 0.8225,-0.8372 1.1603,-1.5568 1.1603 -2.4528c 0.0000,-1.3365 -0.9106,-1.7184 -1.4100 -1.7184c -1.0134,-0.0000 -1.2925,0.5287 -1.2925 0.8812c 0.0000,0.1175 0.0294,0.2350 0.0587 0.3378c 0.0294,0.1028 0.0587,0.2056 0.0587 0.3231c 0.0000,0.3819 -0.2937,0.5287 -0.5287 0.5287c -0.3231,-0.0000 -0.5581,-0.2497 -0.5581 -0.5434ZM 356.7108,333.3265 ZM 357.5480,332.7244 c 0.0000,-0.4259 0.3525,-0.7784 0.7784 -0.7784c 0.4259,-0.0000 0.7784,0.3525 0.7784 0.7784c 0.0000,0.4259 -0.3525,0.7784 -0.7784 0.7784c -0.4259,-0.0000 -0.7784,-0.3525 -0.7784 -0.7784ZM 359.9273,333.3265 ZM 363.1438,325.3514 c -0.6316,-0.0000 -1.5568,0.6169 -1.5568 4.0390c 0.0000,1.2044 0.2203,3.6277 1.5128 3.6277c 0.2497,-0.0000 0.9547,-0.1616 1.2631 -1.3072c 0.1909,-0.7050 0.2937,-1.5862 0.2937 -2.8640c 0.0000,-1.8653 -0.4700,-2.9081 -0.8959 -3.2753c -0.1616,-0.1469 -0.3819,-0.2203 -0.6169 -0.2203ZM 363.1438,325.3514 ZM 363.0850,333.5028 c -1.5715,-0.0000 -2.6290,-2.0122 -2.6290 -4.2593c 0.0000,-2.7465 1.3072,-4.4062 2.6878 -4.4062c 0.6316,-0.0000 1.2631,0.3966 1.6890 0.9694c 0.6169,0.8225 0.9400,1.9240 0.9400 3.3046c 0.0000,3.2606 -1.6156,4.3915 -2.6878 4.3915Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.14914764970725" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 358.3190,310.2327 v 6.6423 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 294.9253,333.3265 ZM 297.6865,326.3207 c -0.2791,-0.0000 -0.9253,0.2644 -1.2484 0.4112l -0.1762,-0.4553 c 1.2925,-0.6022 1.7918,-0.9106 2.5262 -1.4393h 0.2791 v 7.3877 c 0.0000,0.5287 0.0734,0.6756 0.5581 0.6756h 0.7637 c 0.0441,-0.0000 0.1175,0.0294 0.1175 0.1175v 0.3231 l -2.0122,-0.0294 l -2.0415,0.0294 v -0.3231 c 0.0147,-0.0441 0.0294,-0.1175 0.1175 -0.1175h 0.8812 c 0.5581,-0.0000 0.5581,-0.2497 0.5581 -0.6756v -5.0524 c 0.0000,-0.4994 0.0000,-0.8519 -0.3231 -0.8519ZM 301.3583,333.3265 ZM 302.1955,332.7244 c 0.0000,-0.4259 0.3525,-0.7784 0.7784 -0.7784c 0.4259,-0.0000 0.7784,0.3525 0.7784 0.7784c 0.0000,0.4259 -0.3525,0.7784 -0.7784 0.7784c -0.4259,-0.0000 -0.7784,-0.3525 -0.7784 -0.7784ZM 304.5748,333.3265 ZM 309.1131,330.8444 c 0.0000,-1.5128 -0.8225,-2.2618 -1.7331 -2.2618c -0.6756,-0.0000 -1.1897,0.1028 -1.7625 0.3378l 0.4700,-4.0096 c 0.4847,0.0441 0.9840,0.0587 1.4981 0.0587c 0.7344,-0.0000 1.4981,-0.0441 2.2912 -0.1322l 0.0881,0.0441 l -0.2203,0.9547 c -0.5728,0.0587 -1.0428,0.0734 -1.4540 0.0734c -0.6609,-0.0000 -1.1603,-0.0587 -1.6743 -0.1175l -0.2791,2.3206 c 0.3084,-0.1175 0.8372,-0.2203 1.4100 -0.2203c 1.5568,-0.0000 2.4234,1.3512 2.4234 2.7025c 0.0000,1.6450 -1.1456,2.9081 -2.8053 2.9081c -0.8372,-0.0000 -2.0562,-0.4700 -2.0562 -1.0428c 0.0000,-0.2791 0.2350,-0.4700 0.4994 -0.4700c 0.2937,-0.0000 0.4847,0.2203 0.6609 0.4553c 0.2203,0.2644 0.4553,0.5581 0.9253 0.5581c 0.9400,-0.0000 1.7184,-0.8812 1.7184 -2.1590Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.14914764970725" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 302.9665,310.2327 v 6.6423 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 239.5728,333.3265 ZM 242.3340,326.3207 c -0.2791,-0.0000 -0.9253,0.2644 -1.2484 0.4112l -0.1762,-0.4553 c 1.2925,-0.6022 1.7918,-0.9106 2.5262 -1.4393h 0.2791 v 7.3877 c 0.0000,0.5287 0.0734,0.6756 0.5581 0.6756h 0.7637 c 0.0441,-0.0000 0.1175,0.0294 0.1175 0.1175v 0.3231 l -2.0122,-0.0294 l -2.0415,0.0294 v -0.3231 c 0.0147,-0.0441 0.0294,-0.1175 0.1175 -0.1175h 0.8812 c 0.5581,-0.0000 0.5581,-0.2497 0.5581 -0.6756v -5.0524 c 0.0000,-0.4994 0.0000,-0.8519 -0.3231 -0.8519ZM 246.0058,333.3265 ZM 246.8430,332.7244 c 0.0000,-0.4259 0.3525,-0.7784 0.7784 -0.7784c 0.4259,-0.0000 0.7784,0.3525 0.7784 0.7784c 0.0000,0.4259 -0.3525,0.7784 -0.7784 0.7784c -0.4259,-0.0000 -0.7784,-0.3525 -0.7784 -0.7784ZM 249.2223,333.3265 ZM 252.4388,325.3514 c -0.6316,-0.0000 -1.5568,0.6169 -1.5568 4.0390c 0.0000,1.2044 0.2203,3.6277 1.5128 3.6277c 0.2497,-0.0000 0.9547,-0.1616 1.2631 -1.3072c 0.1909,-0.7050 0.2937,-1.5862 0.2937 -2.8640c 0.0000,-1.8653 -0.4700,-2.9081 -0.8959 -3.2753c -0.1616,-0.1469 -0.3819,-0.2203 -0.6169 -0.2203ZM 252.4388,325.3514 ZM 252.3800,333.5028 c -1.5715,-0.0000 -2.6290,-2.0122 -2.6290 -4.2593c 0.0000,-2.7465 1.3072,-4.4062 2.6878 -4.4062c 0.6316,-0.0000 1.2631,0.3966 1.6890 0.9694c 0.6169,0.8225 0.9400,1.9240 0.9400 3.3046c 0.0000,3.2606 -1.6156,4.3915 -2.6878 4.3915Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.14914764970725" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.6140,310.2327 v 6.6423 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 184.2203,333.3265 ZM 187.4368,325.3514 c -0.6316,-0.0000 -1.5568,0.6169 -1.5568 4.0390c 0.0000,1.2044 0.2203,3.6277 1.5128 3.6277c 0.2497,-0.0000 0.9547,-0.1616 1.2631 -1.3072c 0.1909,-0.7050 0.2937,-1.5862 0.2937 -2.8640c 0.0000,-1.8653 -0.4700,-2.9081 -0.8959 -3.2753c -0.1616,-0.1469 -0.3819,-0.2203 -0.6169 -0.2203ZM 187.4368,325.3514 ZM 187.3780,333.5028 c -1.5715,-0.0000 -2.6290,-2.0122 -2.6290 -4.2593c 0.0000,-2.7465 1.3072,-4.4062 2.6878 -4.4062c 0.6316,-0.0000 1.2631,0.3966 1.6890 0.9694c 0.6169,0.8225 0.9400,1.9240 0.9400 3.3046c 0.0000,3.2606 -1.6156,4.3915 -2.6878 4.3915ZM 190.6533,333.3265 ZM 191.4905,332.7244 c 0.0000,-0.4259 0.3525,-0.7784 0.7784 -0.7784c 0.4259,-0.0000 0.7784,0.3525 0.7784 0.7784c 0.0000,0.4259 -0.3525,0.7784 -0.7784 0.7784c -0.4259,-0.0000 -0.7784,-0.3525 -0.7784 -0.7784ZM 193.8698,333.3265 ZM 198.4081,330.8444 c 0.0000,-1.5128 -0.8225,-2.2618 -1.7331 -2.2618c -0.6756,-0.0000 -1.1897,0.1028 -1.7625 0.3378l 0.4700,-4.0096 c 0.4847,0.0441 0.9840,0.0587 1.4981 0.0587c 0.7344,-0.0000 1.4981,-0.0441 2.2912 -0.1322l 0.0881,0.0441 l -0.2203,0.9547 c -0.5728,0.0587 -1.0428,0.0734 -1.4540 0.0734c -0.6609,-0.0000 -1.1603,-0.0587 -1.6743 -0.1175l -0.2791,2.3206 c 0.3084,-0.1175 0.8372,-0.2203 1.4100 -0.2203c 1.5568,-0.0000 2.4234,1.3512 2.4234 2.7025c 0.0000,1.6450 -1.1456,2.9081 -2.8053 2.9081c -0.8372,-0.0000 -2.0562,-0.4700 -2.0562 -1.0428c 0.0000,-0.2791 0.2350,-0.4700 0.4994 -0.4700c 0.2937,-0.0000 0.4847,0.2203 0.6609 0.4553c 0.2203,0.2644 0.4553,0.5581 0.9253 0.5581c 0.9400,-0.0000 1.7184,-0.8812 1.7184 -2.1590Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.14914764970725" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 192.2615,310.2327 v 6.6423 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 128.8678,333.3265 ZM 132.0843,325.3514 c -0.6316,-0.0000 -1.5568,0.6169 -1.5568 4.0390c 0.0000,1.2044 0.2203,3.6277 1.5128 3.6277c 0.2497,-0.0000 0.9547,-0.1616 1.2631 -1.3072c 0.1909,-0.7050 0.2937,-1.5862 0.2937 -2.8640c 0.0000,-1.8653 -0.4700,-2.9081 -0.8959 -3.2753c -0.1616,-0.1469 -0.3819,-0.2203 -0.6169 -0.2203ZM 132.0843,325.3514 ZM 132.0255,333.5028 c -1.5715,-0.0000 -2.6290,-2.0122 -2.6290 -4.2593c 0.0000,-2.7465 1.3072,-4.4062 2.6878 -4.4062c 0.6316,-0.0000 1.2631,0.3966 1.6890 0.9694c 0.6169,0.8225 0.9400,1.9240 0.9400 3.3046c 0.0000,3.2606 -1.6156,4.3915 -2.6878 4.3915ZM 135.3008,333.3265 ZM 136.1380,332.7244 c 0.0000,-0.4259 0.3525,-0.7784 0.7784 -0.7784c 0.4259,-0.0000 0.7784,0.3525 0.7784 0.7784c 0.0000,0.4259 -0.3525,0.7784 -0.7784 0.7784c -0.4259,-0.0000 -0.7784,-0.3525 -0.7784 -0.7784ZM 138.5173,333.3265 ZM 141.7338,325.3514 c -0.6316,-0.0000 -1.5568,0.6169 -1.5568 4.0390c 0.0000,1.2044 0.2203,3.6277 1.5128 3.6277c 0.2497,-0.0000 0.9547,-0.1616 1.2631 -1.3072c 0.1909,-0.7050 0.2937,-1.5862 0.2937 -2.8640c 0.0000,-1.8653 -0.4700,-2.9081 -0.8959 -3.2753c -0.1616,-0.1469 -0.3819,-0.2203 -0.6169 -0.2203ZM 141.7338,325.3514 ZM 141.6750,333.5028 c -1.5715,-0.0000 -2.6290,-2.0122 -2.6290 -4.2593c 0.0000,-2.7465 1.3072,-4.4062 2.6878 -4.4062c 0.6316,-0.0000 1.2631,0.3966 1.6890 0.9694c 0.6169,0.8225 0.9400,1.9240 0.9400 3.3046c 0.0000,3.2606 -1.6156,4.3915 -2.6878 4.3915Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.14914764970725" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 136.9090,310.2327 v 6.6423 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 469.0240,288.0917 l -0.0000,-221.4100 h -332.1150 l -0.0000,221.4100 Z"/>+  </g>+</svg>
other/linesExample.svg view
@@ -1,3 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"-    "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" height="100.0000" stroke-opacity="1" viewBox="0 0 400 100" font-size="1" width="400.0000" xmlns:xlink="http://www.w3.org/1999/xlink" stroke="rgb(0,0,0)" version="1.1"><defs></defs><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="3.1915382432114643" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 0.0000,18.1690 l 4.0000,0.2510 l 4.0000,0.7490 l 4.0000,1.2353 l 4.0000,1.7020 l 4.0000,2.1419 l 4.0000,2.5480 l 4.0000,2.9140 l 4.0000,3.2339 l 4.0000,3.5029 l 4.0000,3.7167 l 4.0000,3.8718 l 4.0000,3.9658 l 4.0000,3.9974 l 4.0000,3.9658 l 4.0000,3.8718 l 4.0000,3.7167 l 4.0000,3.5029 l 4.0000,3.2339 l 4.0000,2.9140 l 4.0000,2.5480 l 4.0000,2.1419 l 4.0000,1.7020 l 4.0000,1.2353 l 4.0000,0.7490 l 4.0000,0.2510 l 4.0000,-0.2510 l 4.0000,-0.7490 l 4.0000,-1.2353 l 4.0000,-1.7020 l 4.0000,-2.1419 l 4.0000,-2.5480 l 4.0000,-2.9140 l 4.0000,-3.2339 l 4.0000,-3.5029 l 4.0000,-3.7167 l 4.0000,-3.8718 l 4.0000,-3.9658 l 4.0000,-3.9974 l 4.0000,-3.9658 l 4.0000,-3.8718 l 4.0000,-3.7167 l 4.0000,-3.5029 l 4.0000,-3.2339 l 4.0000,-2.9140 l 4.0000,-2.5480 l 4.0000,-2.1419 l 4.0000,-1.7020 l 4.0000,-1.2353 l 4.0000,-0.7490 l 4.0000,-0.2510 l 4.0000,0.2510 l 4.0000,0.7490 l 4.0000,1.2353 l 4.0000,1.7020 l 4.0000,2.1419 l 4.0000,2.5480 l 4.0000,2.9140 l 4.0000,3.2339 l 4.0000,3.5029 l 4.0000,3.7167 l 4.0000,3.8718 l 4.0000,3.9658 l 4.0000,3.9974 l 4.0000,3.9658 l 4.0000,3.8718 l 4.0000,3.7167 l 4.0000,3.5029 l 4.0000,3.2339 l 4.0000,2.9140 l 4.0000,2.5480 l 4.0000,2.1419 l 4.0000,1.7020 l 4.0000,1.2353 l 4.0000,0.7490 l 4.0000,0.2510 l 4.0000,-0.2510 l 4.0000,-0.7490 l 4.0000,-1.2353 l 4.0000,-1.7020 l 4.0000,-2.1419 l 4.0000,-2.5480 l 4.0000,-2.9140 l 4.0000,-3.2339 l 4.0000,-3.5029 l 4.0000,-3.7167 l 4.0000,-3.8718 l 4.0000,-3.9658 l 4.0000,-3.9974 l 4.0000,-3.9658 l 4.0000,-3.8718 l 4.0000,-3.7167 l 4.0000,-3.5029 l 4.0000,-3.2339 l 4.0000,-2.9140 l 4.0000,-2.5480 l 4.0000,-2.1419 l 4.0000,-1.7020 l 4.0000,-1.2353 l 4.0000,-0.7490 l 4.0000,-0.2510 "/></g></svg>+    "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(255,0,0)" stroke-width="3.1915382432114643" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 0.0000,18.1690 l 4.0000,0.2510 l 4.0000,0.7490 l 4.0000,1.2353 l 4.0000,1.7020 l 4.0000,2.1419 l 4.0000,2.5480 l 4.0000,2.9140 l 4.0000,3.2339 l 4.0000,3.5029 l 4.0000,3.7167 l 4.0000,3.8718 l 4.0000,3.9658 l 4.0000,3.9974 l 4.0000,3.9658 l 4.0000,3.8718 l 4.0000,3.7167 l 4.0000,3.5029 l 4.0000,3.2339 l 4.0000,2.9140 l 4.0000,2.5480 l 4.0000,2.1419 l 4.0000,1.7020 l 4.0000,1.2353 l 4.0000,0.7490 l 4.0000,0.2510 l 4.0000,-0.2510 l 4.0000,-0.7490 l 4.0000,-1.2353 l 4.0000,-1.7020 l 4.0000,-2.1419 l 4.0000,-2.5480 l 4.0000,-2.9140 l 4.0000,-3.2339 l 4.0000,-3.5029 l 4.0000,-3.7167 l 4.0000,-3.8718 l 4.0000,-3.9658 l 4.0000,-3.9974 l 4.0000,-3.9658 l 4.0000,-3.8718 l 4.0000,-3.7167 l 4.0000,-3.5029 l 4.0000,-3.2339 l 4.0000,-2.9140 l 4.0000,-2.5480 l 4.0000,-2.1419 l 4.0000,-1.7020 l 4.0000,-1.2353 l 4.0000,-0.7490 l 4.0000,-0.2510 l 4.0000,0.2510 l 4.0000,0.7490 l 4.0000,1.2353 l 4.0000,1.7020 l 4.0000,2.1419 l 4.0000,2.5480 l 4.0000,2.9140 l 4.0000,3.2339 l 4.0000,3.5029 l 4.0000,3.7167 l 4.0000,3.8718 l 4.0000,3.9658 l 4.0000,3.9974 l 4.0000,3.9658 l 4.0000,3.8718 l 4.0000,3.7167 l 4.0000,3.5029 l 4.0000,3.2339 l 4.0000,2.9140 l 4.0000,2.5480 l 4.0000,2.1419 l 4.0000,1.7020 l 4.0000,1.2353 l 4.0000,0.7490 l 4.0000,0.2510 l 4.0000,-0.2510 l 4.0000,-0.7490 l 4.0000,-1.2353 l 4.0000,-1.7020 l 4.0000,-2.1419 l 4.0000,-2.5480 l 4.0000,-2.9140 l 4.0000,-3.2339 l 4.0000,-3.5029 l 4.0000,-3.7167 l 4.0000,-3.8718 l 4.0000,-3.9658 l 4.0000,-3.9974 l 4.0000,-3.9658 l 4.0000,-3.8718 l 4.0000,-3.7167 l 4.0000,-3.5029 l 4.0000,-3.2339 l 4.0000,-2.9140 l 4.0000,-2.5480 l 4.0000,-2.1419 l 4.0000,-1.7020 l 4.0000,-1.2353 l 4.0000,-0.7490 l 4.0000,-0.2510 "/>+  </g>+</svg>
other/mainExample.svg view
@@ -1,3 +1,307 @@ <?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="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" 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="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" 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>+    "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.0866 ZM 225.8356,359.3637 c 0.2629,0.3155 0.5389,0.4206 0.9464 0.4206c 1.2487,-0.0000 1.8796,-1.1567 1.8796 -2.6551c 0.0000,-1.3407 -0.6835,-2.3002 -1.4853 -2.3002c -0.1446,-0.0000 -0.8281,0.0263 -1.3407 0.5652v 3.9695 ZM 225.8356,359.3637 ZM 224.8498,352.5550 c 0.0000,-0.7492 -0.1314,-0.9595 -0.3943 -0.9595l -0.4206,0.0526 c -0.0394,-0.0000 -0.0657,-0.0263 -0.0657 -0.0657l -0.0263,-0.3286 c 0.2103,-0.0000 0.6835,-0.0789 0.9069 -0.1183c 0.2366,-0.0526 0.4338,-0.1052 0.6966 -0.2234h 0.2892 v 4.0747 c 0.4469,-0.4863 0.9727,-0.7229 1.6036 -0.7229c 1.1435,-0.0000 2.2345,1.0910 2.2345 2.6945c 0.0000,2.0899 -1.4721,3.2729 -2.8128 3.2729c -0.5652,-0.0000 -0.9858,-0.1577 -1.3670 -0.4863c -0.1183,0.1577 -0.2892,0.3549 -0.4075 0.4863l -0.2760,-0.0657 c 0.0394,-0.3155 0.0394,-0.5258 0.0394 -1.0384v -6.5720 ZM 230.1600,360.0866 ZM 230.6069,357.3921 c 0.0000,-1.8007 0.9727,-3.1151 2.7208 -3.1151c 1.9453,-0.0000 2.6945,1.6299 2.6945 2.9968c 0.0000,1.3144 -0.8544,2.9706 -2.7208 2.9706c -1.7613,-0.0000 -2.6945,-1.5116 -2.6945 -2.8523ZM 230.6069,357.3921 ZM 233.1831,354.7107 c -1.0515,-0.0000 -1.5379,1.2355 -1.5379 2.3791c 0.0000,1.0121 0.5783,2.6945 1.8796 2.6945c 0.5915,-0.0000 1.4590,-0.3549 1.4590 -2.0899c 0.0000,-1.9322 -0.7229,-2.9837 -1.8007 -2.9837ZM 236.4560,360.0866 ZM 240.4255,354.9473 h -1.8139 v 3.3517 c 0.0000,0.8149 0.0789,1.1961 0.4338 1.1961c 0.3812,-0.0000 0.7361,-0.1972 0.9464 -0.3549l 0.1972,0.1840 c -0.3417,0.5258 -0.8938,0.9069 -1.5379 0.9069c -0.6178,-0.0000 -1.0252,-0.3680 -1.0252 -1.3144v -3.9695 h -0.9069 v -0.5126 c 1.0121,-0.0000 1.1304,-0.4732 1.1304 -1.5116v -0.2497 l 0.7624,-0.2629 v 2.0242 h 1.8139 c 1.0252,-0.0000 1.1435,-0.4732 1.1435 -1.5116v -0.2497 l 0.7492,-0.2629 v 2.0242 h 1.4590 c 0.0657,-0.0000 0.0920,0.0263 0.0920 0.0789v 0.2629 c 0.0000,0.1183 -0.1709,0.1709 -0.3023 0.1709h -1.2487 v 3.3517 c 0.0000,0.8149 0.0920,1.1961 0.4338 1.1961c 0.3812,-0.0000 0.7492,-0.1972 0.9464 -0.3549l 0.1972,0.1840 c -0.3286,0.5258 -0.8807,0.9069 -1.5379 0.9069c -0.6178,-0.0000 -1.0121,-0.3680 -1.0121 -1.3144v -3.9695 h -0.9201 ZM 244.1058,360.0866 ZM 244.5527,357.3921 c 0.0000,-1.8007 0.9727,-3.1151 2.7208 -3.1151c 1.9453,-0.0000 2.6945,1.6299 2.6945 2.9968c 0.0000,1.3144 -0.8544,2.9706 -2.7208 2.9706c -1.7613,-0.0000 -2.6945,-1.5116 -2.6945 -2.8523ZM 244.5527,357.3921 ZM 247.1289,354.7107 c -1.0515,-0.0000 -1.5379,1.2355 -1.5379 2.3791c 0.0000,1.0121 0.5783,2.6945 1.8796 2.6945c 0.5915,-0.0000 1.4590,-0.3549 1.4590 -2.0899c 0.0000,-1.9322 -0.7229,-2.9837 -1.8007 -2.9837ZM 250.4018,360.0866 ZM 258.3276,359.1402 v -3.0231 c 0.0000,-0.8807 -0.3417,-1.2093 -0.8412 -1.2093c -0.5126,-0.0000 -0.9201,0.2629 -1.5510 0.9595c 0.0263,0.1577 0.0263,0.3417 0.0263 0.5258v 2.7471 c 0.0000,0.3812 0.1314,0.5783 0.5652 0.5783h 0.2234 c 0.0657,-0.0000 0.1183,0.0394 0.1183 0.1052v 0.2497 l -0.0263,0.0263 c 0.0000,-0.0000 -0.8807,-0.0263 -1.3933 -0.0263c -0.4732,-0.0000 -1.3801,0.0263 -1.3801 0.0263l -0.0263,-0.0263 v -0.2497 c 0.0000,-0.0657 0.0394,-0.1052 0.1052 -0.1052h 0.2629 c 0.4469,-0.0000 0.5652,-0.1972 0.5652 -0.5783v -2.9968 c 0.0000,-0.8807 -0.3549,-1.2355 -0.8544 -1.2355c -0.4600,-0.0000 -0.8938,0.3286 -1.5116 0.9727v 3.2597 c 0.0000,0.3812 0.1314,0.5783 0.5652 0.5783h 0.2497 c 0.0526,-0.0000 0.1052,0.0394 0.1052 0.1052v 0.2497 l -0.0263,0.0263 c 0.0000,-0.0000 -0.8938,-0.0263 -1.4064 -0.0263c -0.4732,-0.0000 -1.3670,0.0263 -1.3670 0.0263l -0.0263,-0.0263 v -0.2497 c 0.0000,-0.0657 0.0394,-0.1052 0.1052 -0.1052h 0.2497 c 0.4469,-0.0000 0.5652,-0.1972 0.5652 -0.5783v -3.2729 c 0.0000,-0.7492 -0.1183,-0.8018 -0.2892 -0.8018c -0.1709,-0.0000 -0.3286,0.0131 -0.5520 0.0657l -0.0657,-0.3680 c 0.8281,-0.1446 1.0121,-0.1972 1.3670 -0.3812c 0.1314,-0.0657 0.2366,-0.1052 0.3286 -0.1052h 0.1972 l -0.0394,1.1435 h 0.0394 c 0.6178,-0.6572 1.1698,-1.1435 1.9848 -1.1435c 0.7361,-0.0000 1.1961,0.5389 1.2750 1.1304c 0.7624,-0.7886 1.3801,-1.1304 2.0899 -1.1304c 1.1567,-0.0000 1.3538,0.9595 1.3538 2.1293v 2.7340 c 0.0000,0.3812 0.1314,0.5783 0.5652 0.5783h 0.2497 c 0.0526,-0.0000 0.1052,0.0394 0.1052 0.1052v 0.2497 l -0.0263,0.0263 c 0.0000,-0.0000 -0.8938,-0.0263 -1.4064 -0.0263c -0.4732,-0.0000 -1.3670,0.0263 -1.3670 0.0263l -0.0263,-0.0263 v -0.2497 c 0.0000,-0.0657 0.0394,-0.1052 0.1052 -0.1052h 0.2497 c 0.4338,-0.0000 0.5652,-0.1972 0.5652 -0.5783ZM 263.6773,360.0866 ZM 264.8471,359.1402 v -3.2729 c 0.0000,-0.6572 -0.0920,-0.8018 -0.2892 -0.8018c -0.1709,-0.0000 -0.3286,0.0131 -0.5520 0.0657l -0.0657,-0.3680 c 0.8281,-0.1446 0.9727,-0.1840 1.3670 -0.3812c 0.1314,-0.0657 0.2366,-0.1052 0.3286 -0.1052h 0.1972 l -0.0394,1.1830 h 0.0394 c 0.3417,-0.5126 0.9201,-1.1830 1.5379 -1.1830c 0.5389,-0.0000 0.7361,0.2629 0.7361 0.6046c 0.0000,0.3417 -0.2234,0.5520 -0.5652 0.5520c -0.2629,-0.0000 -0.4075,-0.1052 -0.5389 -0.2366c -0.0789,-0.0789 -0.1709,-0.1183 -0.2629 -0.1183c -0.1446,-0.0000 -0.4338,0.2366 -0.7492 0.6835c -0.0920,0.1183 -0.1577,0.2892 -0.1577 0.4600v 2.9180 c 0.0000,0.3812 0.1314,0.5783 0.5652 0.5783h 0.3812 c 0.0657,-0.0000 0.1183,0.0394 0.1183 0.1052v 0.2497 l -0.0263,0.0263 c 0.0000,-0.0000 -1.0384,-0.0263 -1.5510 -0.0263c -0.4732,-0.0000 -1.3670,0.0263 -1.3670 0.0263l -0.0131,-0.0263 v -0.2497 c 0.0000,-0.0657 0.0263,-0.1052 0.0920 -0.1052h 0.2497 c 0.4469,-0.0000 0.5652,-0.1972 0.5652 -0.5783ZM 268.2383,360.0866 ZM 269.2635,352.5813 c 0.0000,-0.3417 0.2760,-0.6309 0.6178 -0.6309c 0.3549,-0.0000 0.6309,0.2892 0.6309 0.6309c 0.0000,0.3549 -0.2760,0.6309 -0.6309 0.6309c -0.3417,-0.0000 -0.6178,-0.2760 -0.6178 -0.6309ZM 269.2635,352.5813 ZM 270.5122,359.1402 c 0.0000,0.3812 0.1446,0.5783 0.5652 0.5783h 0.2497 c 0.0657,-0.0000 0.1183,0.0394 0.1183 0.1052v 0.2497 l -0.0263,0.0263 c 0.0000,-0.0000 -0.9069,-0.0263 -1.4196 -0.0263c -0.4600,-0.0000 -1.3538,0.0263 -1.3538 0.0263l -0.0263,-0.0263 v -0.2497 c 0.0000,-0.0657 0.0394,-0.1052 0.1052 -0.1052h 0.2497 c 0.4338,-0.0000 0.5652,-0.1972 0.5652 -0.5783v -3.2729 c 0.0000,-0.6966 -0.1183,-0.8018 -0.3023 -0.8018c -0.1709,-0.0000 -0.3286,0.0131 -0.5520 0.0657l -0.0657,-0.3680 c 0.8412,-0.1446 0.9858,-0.1972 1.3670 -0.3812c 0.1446,-0.0526 0.2366,-0.1052 0.3286 -0.1052h 0.1972 v 4.8633 ZM 271.7083,360.0866 ZM 275.8618,356.3668 c 0.0000,-1.0910 -0.5126,-1.7219 -1.3013 -1.7219c -0.6835,-0.0000 -1.1435,0.4732 -1.1435 1.4984c 0.0000,0.6835 0.2629,1.7613 1.3144 1.7613c 0.4600,-0.0000 1.1304,-0.2234 1.1304 -1.5379ZM 275.8618,356.3668 ZM 273.4039,360.1786 c -0.4075,0.3812 -0.4995,0.7886 -0.4995 1.2355c 0.0000,0.9858 1.1830,1.2750 1.6299 1.2750c 1.1304,-0.0000 2.5631,-0.3943 2.5631 -1.3407c 0.0000,-0.3417 -0.1840,-0.5652 -0.6966 -0.8149c -0.3680,-0.1840 -0.9069,-0.3286 -1.5379 -0.3286c -0.1052,-0.0000 -0.2497,0.0131 -0.4338 0.0263c -0.1840,0.0131 -0.3812,0.0131 -0.5258 0.0131c -0.2103,-0.0000 -0.3155,-0.0263 -0.4995 -0.0657ZM 273.4039,360.1786 ZM 277.3997,354.9867 c -0.2103,-0.0000 -0.3417,-0.1183 -0.3943 -0.2234c -0.0789,-0.1183 -0.1314,-0.1577 -0.2234 -0.1577c -0.1577,-0.0000 -0.4075,0.1840 -0.4995 0.3155c 0.3680,0.3943 0.5389,0.7755 0.5389 1.3933c 0.0000,1.2881 -1.0515,1.9848 -2.1556 1.9848c -0.4863,-0.0000 -0.8807,-0.0920 -1.1830 -0.2760c -0.1446,0.2234 -0.2234,0.4995 -0.2234 0.7624c 0.0000,0.5652 0.4338,0.7098 0.8018 0.7098c 0.0657,-0.0000 0.2234,-0.0131 0.4075 -0.0263c 0.3023,-0.0394 0.6309,-0.0657 0.8544 -0.0657c 0.4600,-0.0000 1.3275,0.0920 1.8533 0.5389c 0.3549,0.3286 0.5520,0.6441 0.5520 1.0647c 0.0000,1.4196 -1.8665,2.1688 -3.5620 2.1688c -0.9595,-0.0000 -2.0242,-0.3549 -2.0242 -1.4984c 0.0000,-0.5652 0.3549,-1.1698 1.0252 -1.5904c -0.3286,-0.1709 -0.5652,-0.4995 -0.5652 -0.9727c 0.0000,-0.4469 0.1972,-1.0121 0.5520 -1.3275c -0.3549,-0.3549 -0.6572,-0.8018 -0.6572 -1.5247c 0.0000,-1.2093 1.0647,-1.9848 2.1819 -1.9848c 0.7361,-0.0000 1.1961,0.3023 1.3407 0.4075c 0.3286,-0.4469 0.9201,-0.6703 1.2487 -0.6703c 0.3417,-0.0000 0.5783,0.2234 0.5783 0.4995c 0.0000,0.2892 -0.1840,0.4732 -0.4469 0.4732ZM 278.0043,360.0866 ZM 280.1468,350.9120 v 4.4558 c 0.8807,-0.8807 1.6561,-1.0910 2.1688 -1.0910c 0.9464,-0.0000 1.4196,0.7229 1.4196 2.0768v 2.7865 c 0.0000,0.3812 0.1314,0.5783 0.5652 0.5783h 0.2497 c 0.0526,-0.0000 0.1052,0.0394 0.1052 0.1052v 0.2497 l -0.0263,0.0263 c 0.0000,-0.0000 -0.8938,-0.0263 -1.4196 -0.0263c -0.4600,-0.0000 -1.3538,0.0263 -1.3538 0.0263l -0.0263,-0.0263 v -0.2497 c 0.0000,-0.0657 0.0394,-0.1052 0.1052 -0.1052h 0.2497 c 0.4469,-0.0000 0.5652,-0.1972 0.5652 -0.5783v -2.9311 c 0.0000,-1.0647 -0.2892,-1.3144 -1.0252 -1.3144c -0.3812,-0.0000 -0.9464,0.3417 -1.5773 0.9595v 3.2860 c 0.0000,0.3812 0.1314,0.5783 0.5652 0.5783h 0.2497 c 0.0526,-0.0000 0.1052,0.0394 0.1052 0.1052v 0.2497 l -0.0263,0.0263 c 0.0000,-0.0000 -0.8938,-0.0263 -1.4064 -0.0263c -0.4732,-0.0000 -1.3538,0.0263 -1.3538 0.0263l -0.0263,-0.0263 v -0.2497 c 0.0000,-0.0657 0.0263,-0.1052 0.0920 -0.1052h 0.2497 c 0.4469,-0.0000 0.5652,-0.1972 0.5652 -0.5783v -6.5852 c 0.0000,-0.7492 -0.1183,-0.9595 -0.3812 -0.9595l -0.4338,0.0526 c -0.0394,-0.0000 -0.0657,-0.0263 -0.0657 -0.0657l -0.0263,-0.3286 c 0.2103,-0.0000 0.6835,-0.0789 0.9069 -0.1183c 0.2366,-0.0526 0.4338,-0.1052 0.6966 -0.2234h 0.2892 ZM 284.8129,360.0866 ZM 286.9685,354.9473 v 3.3649 c 0.0000,0.8149 0.0789,1.2093 0.4338 1.2093c 0.3417,-0.0000 0.6046,-0.1052 0.9464 -0.3680l 0.2366,0.2234 c -0.5126,0.5783 -1.0384,0.8675 -1.6430 0.8675c -0.6046,-0.0000 -0.9595,-0.3680 -0.9595 -1.3013v -3.9958 h -0.8544 c -0.0394,-0.0000 -0.0526,-0.0131 -0.0526 -0.0526v -0.4075 c 0.0000,-0.0394 0.0131,-0.0526 0.0394 -0.0526c 0.8807,-0.0000 1.0910,-0.5126 1.0910 -1.5116v -0.2497 l 0.7624,-0.2629 v 2.0242 h 1.4458 c 0.0657,-0.0000 0.1052,0.0263 0.1052 0.0789v 0.2629 c 0.0000,0.1183 -0.1840,0.1709 -0.3155 0.1709h -1.2355 ZM 288.7824,360.0866 ZM 290.1494,358.8379 c 0.5258,-0.0000 0.8675,0.5126 0.8675 1.3013c 0.0000,0.9201 -0.6572,1.3538 -1.4458 1.4984l -0.0657,-0.3286 c 0.6835,-0.1709 0.9989,-0.5652 0.9989 -0.8412c 0.0000,-0.3023 -0.2234,-0.3549 -0.4732 -0.3812c -0.2366,-0.0394 -0.5783,-0.1446 -0.5783 -0.5783c 0.0000,-0.3680 0.2892,-0.6703 0.6966 -0.6703ZM 294.9470,360.0866 ZM 299.7314,359.1402 v -2.8785 c 0.0000,-0.9201 -0.1577,-1.3538 -0.8544 -1.3538c -0.5783,-0.0000 -1.0778,0.2234 -1.7482 1.0121v 3.2203 c 0.0000,0.3812 0.1314,0.5783 0.5652 0.5783h 0.1840 c 0.0657,-0.0000 0.1052,0.0394 0.1052 0.1052v 0.2497 l -0.0263,0.0263 c 0.0000,-0.0000 -0.8281,-0.0263 -1.3407 -0.0263c -0.4732,-0.0000 -1.3670,0.0263 -1.3670 0.0263l -0.0263,-0.0263 v -0.2497 c 0.0000,-0.0657 0.0394,-0.1052 0.1052 -0.1052h 0.2497 c 0.4469,-0.0000 0.5652,-0.1972 0.5652 -0.5783v -3.2729 c 0.0000,-0.7098 -0.1052,-0.8018 -0.2892 -0.8018c -0.1709,-0.0000 -0.3286,0.0131 -0.5520 0.0657l -0.0657,-0.3680 c 0.5520,-0.0920 0.9464,-0.1577 1.3538 -0.3812c 0.1446,-0.0657 0.2497,-0.1052 0.3417 -0.1052h 0.1972 l -0.0394,1.1698 h 0.0394 c 0.8412,-0.9858 1.4721,-1.1698 2.1425 -1.1698c 1.1830,-0.0000 1.4327,0.9069 1.4327 2.0768v 2.7865 c 0.0000,0.3812 0.1446,0.5783 0.5652 0.5783h 0.2497 c 0.0657,-0.0000 0.1183,0.0394 0.1183 0.1052v 0.2497 l -0.0263,0.0263 c 0.0000,-0.0000 -0.9069,-0.0263 -1.4196 -0.0263c -0.4600,-0.0000 -1.2881,0.0263 -1.2881 0.0263l -0.0263,-0.0263 v -0.2497 c 0.0000,-0.0657 0.0394,-0.1052 0.1052 -0.1052h 0.1840 c 0.4338,-0.0000 0.5652,-0.1972 0.5652 -0.5783ZM 301.7819,360.0866 ZM 302.2288,357.3921 c 0.0000,-1.8007 0.9727,-3.1151 2.7208 -3.1151c 1.9453,-0.0000 2.6945,1.6299 2.6945 2.9968c 0.0000,1.3144 -0.8544,2.9706 -2.7208 2.9706c -1.7613,-0.0000 -2.6945,-1.5116 -2.6945 -2.8523ZM 302.2288,357.3921 ZM 304.8050,354.7107 c -1.0515,-0.0000 -1.5379,1.2355 -1.5379 2.3791c 0.0000,1.0121 0.5783,2.6945 1.8796 2.6945c 0.5915,-0.0000 1.4590,-0.3549 1.4590 -2.0899c 0.0000,-1.9322 -0.7229,-2.9837 -1.8007 -2.9837ZM 308.0779,360.0866 ZM 312.8623,359.1402 v -2.8785 c 0.0000,-0.9201 -0.1577,-1.3538 -0.8544 -1.3538c -0.5783,-0.0000 -1.0778,0.2234 -1.7482 1.0121v 3.2203 c 0.0000,0.3812 0.1314,0.5783 0.5652 0.5783h 0.1840 c 0.0657,-0.0000 0.1052,0.0394 0.1052 0.1052v 0.2497 l -0.0263,0.0263 c 0.0000,-0.0000 -0.8281,-0.0263 -1.3407 -0.0263c -0.4732,-0.0000 -1.3670,0.0263 -1.3670 0.0263l -0.0263,-0.0263 v -0.2497 c 0.0000,-0.0657 0.0394,-0.1052 0.1052 -0.1052h 0.2497 c 0.4469,-0.0000 0.5652,-0.1972 0.5652 -0.5783v -3.2729 c 0.0000,-0.7098 -0.1052,-0.8018 -0.2892 -0.8018c -0.1709,-0.0000 -0.3286,0.0131 -0.5520 0.0657l -0.0657,-0.3680 c 0.5520,-0.0920 0.9464,-0.1577 1.3538 -0.3812c 0.1446,-0.0657 0.2497,-0.1052 0.3417 -0.1052h 0.1972 l -0.0394,1.1698 h 0.0394 c 0.8412,-0.9858 1.4721,-1.1698 2.1425 -1.1698c 1.1830,-0.0000 1.4327,0.9069 1.4327 2.0768v 2.7865 c 0.0000,0.3812 0.1446,0.5783 0.5652 0.5783h 0.2497 c 0.0657,-0.0000 0.1183,0.0394 0.1183 0.1052v 0.2497 l -0.0263,0.0263 c 0.0000,-0.0000 -0.9069,-0.0263 -1.4196 -0.0263c -0.4600,-0.0000 -1.2881,0.0263 -1.2881 0.0263l -0.0263,-0.0263 v -0.2497 c 0.0000,-0.0657 0.0394,-0.1052 0.1052 -0.1052h 0.1840 c 0.4338,-0.0000 0.5652,-0.1972 0.5652 -0.5783ZM 314.9128,360.0866 ZM 318.5142,356.9846 h -2.9706 c -0.1183,-0.0000 -0.1972,-0.1052 -0.1972 -0.2234c 0.0000,-0.2103 0.1709,-0.4863 0.3286 -0.4863h 3.0100 c 0.1314,-0.0000 0.1840,0.1183 0.1840 0.2366c 0.0000,0.1446 -0.1840,0.4732 -0.3549 0.4732ZM 319.2897,360.0866 ZM 320.7881,356.4457 h 2.4185 c 0.1314,-0.0000 0.1840,-0.0657 0.1840 -0.1840c 0.0000,-1.2224 -0.6178,-1.5379 -1.0910 -1.5379c -0.3023,-0.0000 -1.2881,0.1183 -1.5116 1.7219ZM 320.7881,356.4457 ZM 324.2582,358.8642 l 0.2629,0.2103 c -0.4995,0.6835 -1.2750,1.1698 -2.2213 1.1698c -1.8007,-0.0000 -2.5631,-1.3407 -2.5631 -2.7734c 0.0000,-1.9979 1.3144,-3.1940 2.5631 -3.1940c 1.7350,-0.0000 2.1425,1.3538 2.1425 2.4579c 0.0000,0.1446 -0.0920,0.2234 -0.2366 0.2234h -3.4569 c -0.0131,0.0789 -0.0131,0.1577 -0.0131 0.2629c 0.0000,1.3407 0.9332,2.3791 1.8796 2.3791c 0.7229,-0.0000 1.1830,-0.2366 1.6430 -0.7361ZM 324.9154,360.0866 ZM 329.7655,358.2464 l 0.3549,-0.0131 c 0.0394,0.3286 0.1972,0.9464 0.4732 1.2618c 0.1314,0.1446 0.3549,0.3812 0.8412 0.3812c 0.4338,-0.0000 1.0252,-0.4075 1.0252 -1.0121c 0.0000,-0.5652 -0.2629,-0.9332 -1.3013 -1.3801c -0.9595,-0.4206 -1.3933,-0.7098 -1.3933 -1.6956c 0.0000,-0.8281 0.7229,-1.5116 1.7482 -1.5116c 0.6572,-0.0000 1.0778,0.1183 1.4984 0.3286c 0.0789,0.4206 0.1183,0.8675 0.1314 1.3407l -0.3417,0.0131 c -0.2760,-1.0778 -0.9989,-1.2881 -1.2750 -1.2881c -0.4995,-0.0000 -0.9464,0.2760 -0.9464 0.9201c 0.0000,0.5258 0.1840,0.7755 0.8938 1.0384c 1.0647,0.3943 1.8665,0.8807 1.8665 1.9322c 0.0000,1.2487 -1.2881,1.6824 -1.8665 1.6824c -0.4600,-0.0000 -0.7229,-0.0526 -1.0647 -0.1446c -0.0789,-0.0131 -0.1577,-0.0263 -0.2497 -0.0263c -0.0657,-0.0000 -0.1709,0.0131 -0.3023 0.0394c 0.0000,-0.5520 -0.0394,-1.2224 -0.0920 -1.8665ZM 329.7655,358.2464 ZM 325.5463,358.2464 l 0.3549,-0.0131 c 0.0394,0.3286 0.1709,0.9595 0.4732 1.2618c 0.1314,0.1446 0.4206,0.3812 0.9069 0.3812c 0.4600,-0.0000 1.0121,-0.3943 1.0121 -1.0121c 0.0000,-0.5652 -0.1840,-0.9332 -1.2224 -1.3801c -0.9595,-0.4206 -1.3933,-0.7098 -1.3933 -1.6956c 0.0000,-0.8281 0.7755,-1.5116 1.7482 -1.5116c 0.6572,-0.0000 1.0121,0.1183 1.4196 0.3286c 0.0789,0.4206 0.1314,0.8675 0.1446 1.3407l -0.3549,0.0131 c -0.2629,-1.0778 -0.9332,-1.2881 -1.2093 -1.2881c -0.4995,-0.0000 -0.9464,0.2103 -0.9464 0.9201c 0.0000,0.5258 0.1840,0.7755 0.9069 1.0384c 1.0647,0.3943 1.8007,0.8807 1.8007 1.9322c 0.0000,1.2487 -1.2618,1.6824 -1.8796 1.6824c -0.4600,-0.0000 -0.7755,-0.0526 -1.1172 -0.1446c -0.0920,-0.0131 -0.1577,-0.0263 -0.2497 -0.0263c -0.0657,-0.0000 -0.1840,0.0131 -0.3023 0.0394c 0.0000,-0.5520 -0.0394,-1.2224 -0.0920 -1.8665ZM 333.9716,360.0866 ZM 335.4700,356.4457 h 2.4185 c 0.1314,-0.0000 0.1840,-0.0657 0.1840 -0.1840c 0.0000,-1.2224 -0.6178,-1.5379 -1.0910 -1.5379c -0.3023,-0.0000 -1.2881,0.1183 -1.5116 1.7219ZM 335.4700,356.4457 ZM 338.9401,358.8642 l 0.2629,0.2103 c -0.4995,0.6835 -1.2750,1.1698 -2.2213 1.1698c -1.8007,-0.0000 -2.5631,-1.3407 -2.5631 -2.7734c 0.0000,-1.9979 1.3144,-3.1940 2.5631 -3.1940c 1.7350,-0.0000 2.1425,1.3538 2.1425 2.4579c 0.0000,0.1446 -0.0920,0.2234 -0.2366 0.2234h -3.4569 c -0.0131,0.0789 -0.0131,0.1577 -0.0131 0.2629c 0.0000,1.3407 0.9332,2.3791 1.8796 2.3791c 0.7229,-0.0000 1.1830,-0.2366 1.6430 -0.7361ZM 339.5973,360.0866 ZM 344.3817,359.1402 v -2.8785 c 0.0000,-0.9201 -0.1577,-1.3538 -0.8544 -1.3538c -0.5783,-0.0000 -1.0778,0.2234 -1.7482 1.0121v 3.2203 c 0.0000,0.3812 0.1314,0.5783 0.5652 0.5783h 0.1840 c 0.0657,-0.0000 0.1052,0.0394 0.1052 0.1052v 0.2497 l -0.0263,0.0263 c 0.0000,-0.0000 -0.8281,-0.0263 -1.3407 -0.0263c -0.4732,-0.0000 -1.3670,0.0263 -1.3670 0.0263l -0.0263,-0.0263 v -0.2497 c 0.0000,-0.0657 0.0394,-0.1052 0.1052 -0.1052h 0.2497 c 0.4469,-0.0000 0.5652,-0.1972 0.5652 -0.5783v -3.2729 c 0.0000,-0.7098 -0.1052,-0.8018 -0.2892 -0.8018c -0.1709,-0.0000 -0.3286,0.0131 -0.5520 0.0657l -0.0657,-0.3680 c 0.5520,-0.0920 0.9464,-0.1577 1.3538 -0.3812c 0.1446,-0.0657 0.2497,-0.1052 0.3417 -0.1052h 0.1972 l -0.0394,1.1698 h 0.0394 c 0.8412,-0.9858 1.4721,-1.1698 2.1425 -1.1698c 1.1830,-0.0000 1.4327,0.9069 1.4327 2.0768v 2.7865 c 0.0000,0.3812 0.1446,0.5783 0.5652 0.5783h 0.2497 c 0.0657,-0.0000 0.1183,0.0394 0.1183 0.1052v 0.2497 l -0.0263,0.0263 c 0.0000,-0.0000 -0.9069,-0.0263 -1.4196 -0.0263c -0.4600,-0.0000 -1.2881,0.0263 -1.2881 0.0263l -0.0263,-0.0263 v -0.2497 c 0.0000,-0.0657 0.0394,-0.1052 0.1052 -0.1052h 0.1840 c 0.4338,-0.0000 0.5652,-0.1972 0.5652 -0.5783ZM 346.4322,360.0866 ZM 348.5878,354.9473 v 3.3649 c 0.0000,0.8149 0.0789,1.2093 0.4338 1.2093c 0.3417,-0.0000 0.6046,-0.1052 0.9464 -0.3680l 0.2366,0.2234 c -0.5126,0.5783 -1.0384,0.8675 -1.6430 0.8675c -0.6046,-0.0000 -0.9595,-0.3680 -0.9595 -1.3013v -3.9958 h -0.8544 c -0.0394,-0.0000 -0.0526,-0.0131 -0.0526 -0.0526v -0.4075 c 0.0000,-0.0394 0.0131,-0.0526 0.0394 -0.0526c 0.8807,-0.0000 1.0910,-0.5126 1.0910 -1.5116v -0.2497 l 0.7624,-0.2629 v 2.0242 h 1.4458 c 0.0657,-0.0000 0.1052,0.0263 0.1052 0.0789v 0.2629 c 0.0000,0.1183 -0.1840,0.1709 -0.3155 0.1709h -1.2355 ZM 350.4017,360.0866 ZM 351.4269,352.5813 c 0.0000,-0.3417 0.2760,-0.6309 0.6178 -0.6309c 0.3549,-0.0000 0.6309,0.2892 0.6309 0.6309c 0.0000,0.3549 -0.2760,0.6309 -0.6309 0.6309c -0.3417,-0.0000 -0.6178,-0.2760 -0.6178 -0.6309ZM 351.4269,352.5813 ZM 352.6756,359.1402 c 0.0000,0.3812 0.1446,0.5783 0.5652 0.5783h 0.2497 c 0.0657,-0.0000 0.1183,0.0394 0.1183 0.1052v 0.2497 l -0.0263,0.0263 c 0.0000,-0.0000 -0.9069,-0.0263 -1.4196 -0.0263c -0.4600,-0.0000 -1.3538,0.0263 -1.3538 0.0263l -0.0263,-0.0263 v -0.2497 c 0.0000,-0.0657 0.0394,-0.1052 0.1052 -0.1052h 0.2497 c 0.4338,-0.0000 0.5652,-0.1972 0.5652 -0.5783v -3.2729 c 0.0000,-0.6966 -0.1183,-0.8018 -0.3023 -0.8018c -0.1709,-0.0000 -0.3286,0.0131 -0.5520 0.0657l -0.0657,-0.3680 c 0.8412,-0.1446 0.9858,-0.1972 1.3670 -0.3812c 0.1446,-0.0526 0.2366,-0.1052 0.3286 -0.1052h 0.1972 v 4.8633 ZM 353.8717,360.0866 ZM 357.6966,356.8663 l -1.0384,0.2629 c -1.1567,0.3549 -1.3275,0.9595 -1.3275 1.5510c 0.0000,0.4075 0.1972,1.0252 1.0252 1.0252c 0.3943,-0.0000 0.9989,-0.3812 1.3407 -0.6703v -2.1688 ZM 357.6966,356.8663 ZM 358.5378,360.2443 c -0.4995,-0.0000 -0.7755,-0.4469 -0.8281 -0.7624l -0.3023,0.2103 c -0.6046,0.4206 -0.8281,0.5520 -1.4327 0.5520c -0.9201,-0.0000 -1.5904,-0.5258 -1.5904 -1.5116c 0.0000,-0.9989 0.8544,-1.6824 2.1030 -1.9979l 1.2093,-0.3023 c 0.0000,-1.4853 -0.6835,-1.7613 -1.1304 -1.7613c -0.4995,-0.0000 -1.0778,0.2234 -1.0778 0.6309c 0.0000,0.1446 0.0263,0.2234 0.0394 0.2629c 0.0263,0.0526 0.0394,0.1446 0.0394 0.2366c 0.0000,0.1709 -0.1314,0.4338 -0.5126 0.4338c -0.3155,-0.0000 -0.5258,-0.2103 -0.5258 -0.5258c 0.0000,-0.7624 1.2355,-1.4327 2.0768 -1.4327c 0.9595,-0.0000 2.0636,0.3943 2.0636 2.2608v 1.9322 c 0.0000,0.8018 0.0131,1.1435 0.3155 1.1435c 0.2892,-0.0000 0.3680,-0.3680 0.3812 -0.6572l 0.3286,0.0657 c -0.0789,0.9595 -0.4863,1.2224 -1.1567 1.2224ZM 359.7997,360.0866 ZM 361.0484,359.1402 v -6.5852 c 0.0000,-0.7492 -0.1314,-0.9595 -0.3943 -0.9595l -0.4206,0.0526 c -0.0394,-0.0000 -0.0789,-0.0263 -0.0789 -0.0657l -0.0263,-0.3286 c 0.2103,-0.0000 0.6966,-0.0789 0.9201 -0.1183c 0.2366,-0.0526 0.4206,-0.1052 0.6835 -0.2234h 0.2892 v 8.2282 c 0.0000,0.3812 0.1446,0.5783 0.5652 0.5783h 0.3155 c 0.0526,-0.0000 0.1052,0.0394 0.1052 0.1052v 0.2497 l -0.0263,0.0263 c 0.0000,-0.0000 -0.9595,-0.0263 -1.4721 -0.0263c -0.4600,-0.0000 -1.4196,0.0263 -1.4196 0.0263l -0.0131,-0.0263 v -0.2497 c 0.0000,-0.0657 0.0263,-0.1052 0.0920 -0.1052h 0.3155 c 0.4338,-0.0000 0.5652,-0.1972 0.5652 -0.5783ZM 366.5031,360.0866 ZM 371.2876,359.1402 v -2.8785 c 0.0000,-0.9201 -0.1577,-1.3538 -0.8544 -1.3538c -0.5783,-0.0000 -1.0778,0.2234 -1.7482 1.0121v 3.2203 c 0.0000,0.3812 0.1314,0.5783 0.5652 0.5783h 0.1840 c 0.0657,-0.0000 0.1052,0.0394 0.1052 0.1052v 0.2497 l -0.0263,0.0263 c 0.0000,-0.0000 -0.8281,-0.0263 -1.3407 -0.0263c -0.4732,-0.0000 -1.3670,0.0263 -1.3670 0.0263l -0.0263,-0.0263 v -0.2497 c 0.0000,-0.0657 0.0394,-0.1052 0.1052 -0.1052h 0.2497 c 0.4469,-0.0000 0.5652,-0.1972 0.5652 -0.5783v -3.2729 c 0.0000,-0.7098 -0.1052,-0.8018 -0.2892 -0.8018c -0.1709,-0.0000 -0.3286,0.0131 -0.5520 0.0657l -0.0657,-0.3680 c 0.5520,-0.0920 0.9464,-0.1577 1.3538 -0.3812c 0.1446,-0.0657 0.2497,-0.1052 0.3417 -0.1052h 0.1972 l -0.0394,1.1698 h 0.0394 c 0.8412,-0.9858 1.4721,-1.1698 2.1425 -1.1698c 1.1830,-0.0000 1.4327,0.9069 1.4327 2.0768v 2.7865 c 0.0000,0.3812 0.1446,0.5783 0.5652 0.5783h 0.2497 c 0.0657,-0.0000 0.1183,0.0394 0.1183 0.1052v 0.2497 l -0.0263,0.0263 c 0.0000,-0.0000 -0.9069,-0.0263 -1.4196 -0.0263c -0.4600,-0.0000 -1.2881,0.0263 -1.2881 0.0263l -0.0263,-0.0263 v -0.2497 c 0.0000,-0.0657 0.0394,-0.1052 0.1052 -0.1052h 0.1840 c 0.4338,-0.0000 0.5652,-0.1972 0.5652 -0.5783ZM 373.3380,360.0866 ZM 373.7849,357.3921 c 0.0000,-1.8007 0.9727,-3.1151 2.7208 -3.1151c 1.9453,-0.0000 2.6945,1.6299 2.6945 2.9968c 0.0000,1.3144 -0.8544,2.9706 -2.7208 2.9706c -1.7613,-0.0000 -2.6945,-1.5116 -2.6945 -2.8523ZM 373.7849,357.3921 ZM 376.3612,354.7107 c -1.0515,-0.0000 -1.5379,1.2355 -1.5379 2.3791c 0.0000,1.0121 0.5783,2.6945 1.8796 2.6945c 0.5915,-0.0000 1.4590,-0.3549 1.4590 -2.0899c 0.0000,-1.9322 -0.7229,-2.9837 -1.8007 -2.9837ZM 379.6340,360.0866 ZM 381.7897,354.9473 v 3.3649 c 0.0000,0.8149 0.0789,1.2093 0.4338 1.2093c 0.3417,-0.0000 0.6046,-0.1052 0.9464 -0.3680l 0.2366,0.2234 c -0.5126,0.5783 -1.0384,0.8675 -1.6430 0.8675c -0.6046,-0.0000 -0.9595,-0.3680 -0.9595 -1.3013v -3.9958 h -0.8544 c -0.0394,-0.0000 -0.0526,-0.0131 -0.0526 -0.0526v -0.4075 c 0.0000,-0.0394 0.0131,-0.0526 0.0394 -0.0526c 0.8807,-0.0000 1.0910,-0.5126 1.0910 -1.5116v -0.2497 l 0.7624,-0.2629 v 2.0242 h 1.4458 c 0.0657,-0.0000 0.1052,0.0263 0.1052 0.0789v 0.2629 c 0.0000,0.1183 -0.1840,0.1709 -0.3155 0.1709h -1.2355 ZM 383.6035,360.0866 ZM 385.1020,356.4457 h 2.4185 c 0.1314,-0.0000 0.1840,-0.0657 0.1840 -0.1840c 0.0000,-1.2224 -0.6178,-1.5379 -1.0910 -1.5379c -0.3023,-0.0000 -1.2881,0.1183 -1.5116 1.7219ZM 385.1020,356.4457 ZM 388.5720,358.8642 l 0.2629,0.2103 c -0.4995,0.6835 -1.2750,1.1698 -2.2213 1.1698c -1.8007,-0.0000 -2.5631,-1.3407 -2.5631 -2.7734c 0.0000,-1.9979 1.3144,-3.1940 2.5631 -3.1940c 1.7350,-0.0000 2.1425,1.3538 2.1425 2.4579c 0.0000,0.1446 -0.0920,0.2234 -0.2366 0.2234h -3.4569 c -0.0131,0.0789 -0.0131,0.1577 -0.0131 0.2629c 0.0000,1.3407 0.9332,2.3791 1.8796 2.3791c 0.7229,-0.0000 1.1830,-0.2366 1.6430 -0.7361Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 39.5006,214.5869 ZM 38.0811,212.7139 l -9.8777,-0.0000 c -1.1238,-0.0000 -1.4393,0.1972 -1.4393 0.5915l 0.0789,0.6309 c -0.0000,0.0591 -0.0394,0.1183 -0.0986 0.1183l -0.4929,0.0394 c 0.0000,-0.3155 -0.1183,-1.0450 -0.1774 -1.3801c -0.0789,-0.3549 -0.1577,-0.6309 -0.3352 -1.0252l 0.0000,-0.4338 l 12.3423,0.0000 c 0.5718,0.0000 0.8675,-0.2169 0.8675 -0.8478l 0.0000,-0.4732 c 0.0000,-0.0789 0.0591,-0.1577 0.1577 -0.1577l 0.3746,0.0000 l 0.0394,0.0394 c 0.0000,-0.0000 -0.0394,1.4393 -0.0394 2.2082c -0.0000,0.6901 0.0394,2.1293 0.0394 2.1293l -0.0394,0.0197 l -0.3746,-0.0000 c -0.0986,-0.0000 -0.1577,-0.0394 -0.1577 -0.1380l 0.0000,-0.4732 c 0.0000,-0.6506 -0.2957,-0.8478 -0.8675 -0.8478ZM 39.5006,209.4608 ZM 34.0393,207.2131 l 0.0000,-3.6278 c 0.0000,-0.1972 -0.0986,-0.2760 -0.2760 -0.2760c -1.8336,-0.0000 -2.3068,0.9267 -2.3068 1.6364c -0.0000,0.4535 0.1774,1.9322 2.5828 2.2673ZM 34.0393,207.2131 ZM 37.6671,202.0081 l 0.3155,-0.3943 c 1.0252,0.7492 1.7547,1.9125 1.7547 3.3320c -0.0000,2.7011 -2.0110,3.8446 -4.1601 3.8446c -2.9968,-0.0000 -4.7910,-1.9716 -4.7910 -3.8446c 0.0000,-2.6025 2.0308,-3.2137 3.6869 -3.2137c 0.2169,0.0000 0.3352,0.1380 0.3352 0.3549l -0.0000,5.1853 c 0.1183,0.0197 0.2366,0.0197 0.3943 0.0197c 2.0110,0.0000 3.5686,-1.3998 3.5686 -2.8194c 0.0000,-1.0844 -0.3549,-1.7744 -1.1041 -2.4645ZM 39.5006,201.0223 ZM 38.0811,199.2084 l -6.2894,-0.0000 l -0.0000,1.3604 c -0.0000,0.0789 -0.0197,0.0986 -0.0986 0.0986l -0.2760,-0.0000 c -0.1577,-0.0000 -0.3943,-0.0986 -0.3943 -0.4535l 0.0000,-1.0055 l -0.7689,-0.0000 c -3.0757,-0.0000 -4.5150,-1.5970 -4.5150 -3.2532c 0.0000,-0.7492 0.1972,-1.2618 0.5323 -1.7547c 0.2957,-0.3943 0.6309,-0.5718 0.9464 -0.5718c 0.4140,0.0000 0.7098,0.2957 0.7098 0.6703c -0.0000,0.3943 -0.2169,0.6506 -0.5520 0.8084c -0.6506,0.2563 -0.9661,0.6309 -0.9661 1.2224c -0.0000,0.6506 0.4732,1.3998 3.5095 1.3998l 1.1041,0.0000 l 0.0000,-2.5237 c 0.0000,-1.5379 -0.7098,-1.7153 -2.2673 -1.7153l -0.3746,-0.0000 l -0.3943,-1.1238 l 3.0363,0.0000 l 0.0000,-2.2082 l 0.7689,0.0000 l -0.0000,2.2082 l 5.0276,0.0000 c 1.2224,0.0000 1.7942,-0.1380 1.7942 -0.6703c 0.0000,-0.5520 -0.2957,-1.1041 -0.5323 -1.3998l 0.2760,-0.3155 c 0.7886,0.5126 1.3604,1.3407 1.3604 2.3265c -0.0000,0.9069 -0.5520,1.5181 -1.9716 1.5181l -5.9543,-0.0000 l -0.0000,3.9038 l 6.2894,0.0000 c 0.5718,0.0000 0.8675,-0.1972 0.8675 -0.8478l 0.0000,-0.6506 c 0.0000,-0.0789 0.0591,-0.1577 0.1577 -0.1577l 0.3746,0.0000 l 0.0394,0.0394 c 0.0000,-0.0000 -0.0394,1.6167 -0.0394 2.3856c -0.0000,0.7098 0.0394,2.0505 0.0394 2.0505l -0.0394,0.0394 l -0.3746,-0.0000 c -0.0986,-0.0000 -0.1577,-0.0591 -0.1577 -0.1577l 0.0000,-0.3746 c 0.0000,-0.6703 -0.2957,-0.8478 -0.8675 -0.8478ZM 39.5006,184.7565 ZM 34.6702,179.0191 l 0.3943,1.5576 c 0.5323,1.7350 1.4393,1.9913 2.3265 1.9913c 0.6112,0.0000 1.5379,-0.2957 1.5379 -1.5379c 0.0000,-0.5915 -0.5718,-1.4984 -1.0055 -2.0110l -3.2532,-0.0000 ZM 34.6702,179.0191 ZM 39.7372,177.7573 c -0.0000,0.7492 -0.6703,1.1632 -1.1435 1.2421l 0.3155,0.4535 c 0.6309,0.9069 0.8281,1.2421 0.8281 2.1491c -0.0000,1.3801 -0.7886,2.3856 -2.2673 2.3856c -1.4984,-0.0000 -2.5237,-1.2815 -2.9968 -3.1546l -0.4535,-1.8139 c -2.2279,-0.0000 -2.6420,1.0252 -2.6420 1.6956c -0.0000,0.7492 0.3352,1.6167 0.9464 1.6167c 0.2169,0.0000 0.3352,-0.0394 0.3943 -0.0591c 0.0789,-0.0394 0.2169,-0.0591 0.3549 -0.0591c 0.2563,0.0000 0.6506,0.1972 0.6506 0.7689c -0.0000,0.4732 -0.3155,0.7886 -0.7886 0.7886c -1.1435,-0.0000 -2.1491,-1.8533 -2.1491 -3.1151c 0.0000,-1.4393 0.5915,-3.0954 3.3912 -3.0954l 2.8983,0.0000 c 1.2027,0.0000 1.7153,-0.0197 1.7153 -0.4732c 0.0000,-0.4338 -0.5520,-0.5520 -0.9858 -0.5718l 0.0986,-0.4929 c 1.4393,0.1183 1.8336,0.7295 1.8336 1.7350ZM 39.5006,175.8646 ZM 31.5748,171.9805 c -0.0000,0.3943 0.0986,0.4732 0.2366 0.4732c 0.0986,0.0000 0.2760,-0.0789 0.6309 -0.2957l 1.7744,-1.2027 c 0.1183,-0.0591 0.1774,-0.1183 0.1774 -0.1972c 0.0000,-0.0591 -0.0394,-0.0986 -0.1380 -0.1774l -1.7942,-1.2815 c -0.2760,-0.2169 -0.4929,-0.3352 -0.6506 -0.3352c -0.1577,-0.0000 -0.2366,0.1380 -0.2366 0.4140l -0.0000,0.3155 c -0.0000,0.0591 -0.0394,0.1183 -0.1380 0.1183l -0.3746,-0.0000 l -0.0591,-0.0591 c 0.0000,-0.0000 0.0394,-0.9267 0.0394 -1.5379c 0.0000,-0.6309 -0.0394,-1.5970 -0.0394 -1.5970l 0.0394,-0.0197 l 0.3746,0.0000 c 0.1380,0.0000 0.1577,0.1183 0.1577 0.2366c -0.0000,0.7295 0.2366,1.0252 1.1632 1.7547l 2.1096,1.6561 c 0.0591,0.0394 0.0986,0.0591 0.1380 0.0591c 0.0394,0.0000 0.0986,-0.0197 0.1577 -0.0591l 2.5039,-1.7744 c 1.2815,-0.9069 1.3013,-1.1632 1.3013 -1.7942c 0.0000,-0.1972 0.0394,-0.2760 0.1577 -0.2760l 0.3746,0.0000 l 0.0394,0.0197 c 0.0000,-0.0000 -0.0394,1.0647 -0.0394 1.7350c -0.0000,0.8084 0.0394,2.0505 0.0394 2.0505l -0.0394,0.0394 l -0.3746,-0.0000 c -0.0986,-0.0000 -0.1577,-0.0394 -0.1577 -0.1380l 0.0000,-0.2366 c 0.0000,-0.3155 -0.0591,-0.4535 -0.2169 -0.4535c -0.1774,-0.0000 -0.4732,0.2169 -0.8872 0.5323l -1.5773,1.1435 c -0.0986,0.0789 -0.1380,0.1183 -0.1380 0.1774c -0.0000,0.0394 0.0591,0.0986 0.1774 0.1774l 1.7942,1.2421 c 0.3943,0.2957 0.4929,0.3549 0.6309 0.3549c 0.1380,0.0000 0.2169,-0.1183 0.2169 -0.4140l 0.0000,-0.2760 c 0.0000,-0.0986 0.0591,-0.1380 0.1577 -0.1380l 0.3746,0.0000 l 0.0394,0.0394 c 0.0000,-0.0000 -0.0394,1.0252 -0.0394 1.6561c -0.0000,0.5718 0.0394,1.4787 0.0394 1.4787l -0.0394,0.0394 l -0.3352,-0.0000 c -0.1183,-0.0000 -0.1972,-0.0789 -0.1972 -0.2563c 0.0000,-0.4732 -0.0986,-0.9267 -1.1632 -1.7547l -2.1293,-1.6561 c -0.0394,-0.0197 -0.0789,-0.0394 -0.1380 -0.0394c -0.0591,-0.0000 -0.0986,0.0197 -0.1577 0.0591l -2.5039,1.7153 c -0.8084,0.5520 -1.2815,0.9069 -1.2815 1.5970c -0.0000,0.1380 -0.0591,0.2760 -0.1380 0.2760l -0.3746,-0.0000 l -0.0591,-0.0394 l 0.0394,-1.5576 l -0.0394,-2.1885 l 0.0591,-0.0591 l 0.3549,0.0000 c 0.0986,0.0000 0.1577,0.0789 0.1577 0.1577l -0.0000,0.2957 ZM 39.5006,166.0657 ZM 28.2428,164.5278 c -0.5126,-0.0000 -0.9464,-0.4140 -0.9464 -0.9267c 0.0000,-0.5323 0.4338,-0.9464 0.9464 -0.9464c 0.5323,0.0000 0.9464,0.4140 0.9464 0.9464c -0.0000,0.5126 -0.4140,0.9267 -0.9464 0.9267ZM 28.2428,164.5278 ZM 38.0811,162.6548 c 0.5718,0.0000 0.8675,-0.2169 0.8675 -0.8478l 0.0000,-0.3746 c 0.0000,-0.0986 0.0591,-0.1774 0.1577 -0.1774l 0.3746,0.0000 l 0.0394,0.0394 c 0.0000,-0.0000 -0.0394,1.3604 -0.0394 2.1293c -0.0000,0.6901 0.0394,2.0308 0.0394 2.0308l -0.0394,0.0394 l -0.3746,-0.0000 c -0.0986,-0.0000 -0.1577,-0.0591 -0.1577 -0.1577l 0.0000,-0.3746 c 0.0000,-0.6506 -0.2957,-0.8478 -0.8675 -0.8478l -4.9093,-0.0000 c -1.0450,-0.0000 -1.2027,0.1774 -1.2027 0.4535c -0.0000,0.2563 0.0197,0.4929 0.0986 0.8281l -0.5520,0.0986 c -0.2169,-1.2618 -0.2957,-1.4787 -0.5718 -2.0505c -0.0789,-0.2169 -0.1577,-0.3549 -0.1577 -0.4929l 0.0000,-0.2957 l 7.2949,0.0000 ZM 39.5006,160.8606 ZM 36.7404,160.0129 l -0.0197,-0.5323 c 0.4929,-0.0591 1.4393,-0.2760 1.8927 -0.7098c 0.2169,-0.1972 0.5718,-0.7295 0.5718 -1.4590c 0.0000,-0.6901 -0.5520,-1.7153 -1.5181 -1.7153c -0.8478,-0.0000 -1.4196,0.4732 -2.0899 2.0308c -0.6309,1.4393 -1.0450,2.1885 -2.5237 2.1885c -1.3210,-0.0000 -2.2673,-1.1632 -2.2673 -2.7208c 0.0000,-0.9858 0.1774,-1.7153 0.4929 -2.3265c 0.6309,-0.1183 1.3013,-0.1774 2.0110 -0.2169l 0.0197,0.5323 c -1.6167,0.4140 -1.9322,1.5970 -1.9322 2.0110c -0.0000,0.7492 0.2957,1.5181 1.3801 1.5181c 0.7886,0.0000 1.1830,-0.3746 1.5773 -1.4590c 0.5915,-1.5970 1.3013,-2.8785 2.8785 -2.8785c 1.9519,0.0000 2.5237,2.0702 2.5237 2.9968c -0.0000,0.6901 -0.0789,1.2618 -0.2169 1.7744c -0.0197,0.1380 -0.0394,0.2366 -0.0394 0.3746c -0.0000,0.0986 0.0197,0.2563 0.0591 0.4535c -0.8281,-0.0000 -1.8336,0.0591 -2.7997 0.1380ZM 39.5006,148.6170 ZM 31.7917,145.3835 l 5.0473,0.0000 c 1.2224,0.0000 1.8139,-0.1183 1.8139 -0.6506c 0.0000,-0.5126 -0.1577,-0.9069 -0.5520 -1.4196l 0.3352,-0.3549 c 0.8675,0.7689 1.3013,1.5576 1.3013 2.4645c -0.0000,0.9069 -0.5520,1.4393 -1.9519 1.4393l -5.9937,-0.0000 l -0.0000,1.2815 c -0.0000,0.0591 -0.0197,0.0789 -0.0789 0.0789l -0.6112,-0.0000 c -0.0591,-0.0000 -0.0789,-0.0197 -0.0789 -0.0591c 0.0000,-1.3210 -0.7689,-1.6364 -2.2673 -1.6364l -0.3746,-0.0000 l -0.3943,-1.1435 l 3.0363,0.0000 l 0.0000,-2.1688 c 0.0000,-0.0986 0.0394,-0.1577 0.1183 -0.1577l 0.3943,0.0000 c 0.1774,0.0000 0.2563,0.2760 0.2563 0.4732l -0.0000,1.8533 ZM 39.5006,142.6627 ZM 28.2428,141.1249 c -0.5126,-0.0000 -0.9464,-0.4140 -0.9464 -0.9267c 0.0000,-0.5323 0.4338,-0.9464 0.9464 -0.9464c 0.5323,0.0000 0.9464,0.4140 0.9464 0.9464c -0.0000,0.5126 -0.4140,0.9267 -0.9464 0.9267ZM 28.2428,141.1249 ZM 38.0811,139.2518 c 0.5718,0.0000 0.8675,-0.2169 0.8675 -0.8478l 0.0000,-0.3746 c 0.0000,-0.0986 0.0591,-0.1774 0.1577 -0.1774l 0.3746,0.0000 l 0.0394,0.0394 c 0.0000,-0.0000 -0.0394,1.3604 -0.0394 2.1293c -0.0000,0.6901 0.0394,2.0308 0.0394 2.0308l -0.0394,0.0394 l -0.3746,-0.0000 c -0.0986,-0.0000 -0.1577,-0.0591 -0.1577 -0.1577l 0.0000,-0.3746 c 0.0000,-0.6506 -0.2957,-0.8478 -0.8675 -0.8478l -4.9093,-0.0000 c -1.0450,-0.0000 -1.2027,0.1774 -1.2027 0.4535c -0.0000,0.2563 0.0197,0.4929 0.0986 0.8281l -0.5520,0.0986 c -0.2169,-1.2618 -0.2957,-1.4787 -0.5718 -2.0505c -0.0789,-0.2169 -0.1577,-0.3549 -0.1577 -0.4929l 0.0000,-0.2957 l 7.2949,0.0000 ZM 39.5006,137.4577 ZM 31.7917,134.2242 l 5.0473,0.0000 c 1.2224,0.0000 1.8139,-0.1183 1.8139 -0.6506c 0.0000,-0.5126 -0.1577,-0.9069 -0.5520 -1.4196l 0.3352,-0.3549 c 0.8675,0.7689 1.3013,1.5576 1.3013 2.4645c -0.0000,0.9069 -0.5520,1.4393 -1.9519 1.4393l -5.9937,-0.0000 l -0.0000,1.2815 c -0.0000,0.0591 -0.0197,0.0789 -0.0789 0.0789l -0.6112,-0.0000 c -0.0591,-0.0000 -0.0789,-0.0197 -0.0789 -0.0591c 0.0000,-1.3210 -0.7689,-1.6364 -2.2673 -1.6364l -0.3746,-0.0000 l -0.3943,-1.1435 l 3.0363,0.0000 l 0.0000,-2.1688 c 0.0000,-0.0986 0.0394,-0.1577 0.1183 -0.1577l 0.3943,0.0000 c 0.1774,0.0000 0.2563,0.2760 0.2563 0.4732l -0.0000,1.8533 ZM 39.5006,131.5034 ZM 38.0811,129.6304 l -9.8777,-0.0000 c -1.1238,-0.0000 -1.4393,0.1972 -1.4393 0.5915l 0.0789,0.6309 c -0.0000,0.0591 -0.0394,0.1183 -0.0986 0.1183l -0.4929,0.0394 c 0.0000,-0.3155 -0.1183,-1.0450 -0.1774 -1.3801c -0.0789,-0.3549 -0.1577,-0.6309 -0.3352 -1.0252l 0.0000,-0.4338 l 12.3423,0.0000 c 0.5718,0.0000 0.8675,-0.2169 0.8675 -0.8478l 0.0000,-0.4732 c 0.0000,-0.0789 0.0591,-0.1577 0.1577 -0.1577l 0.3746,0.0000 l 0.0394,0.0394 c 0.0000,-0.0000 -0.0394,1.4393 -0.0394 2.2082c -0.0000,0.6901 0.0394,2.1293 0.0394 2.1293l -0.0394,0.0197 l -0.3746,-0.0000 c -0.0986,-0.0000 -0.1577,-0.0394 -0.1577 -0.1380l 0.0000,-0.4732 c 0.0000,-0.6506 -0.2957,-0.8478 -0.8675 -0.8478ZM 39.5006,126.3772 ZM 34.0393,124.1296 l 0.0000,-3.6278 c 0.0000,-0.1972 -0.0986,-0.2760 -0.2760 -0.2760c -1.8336,-0.0000 -2.3068,0.9267 -2.3068 1.6364c -0.0000,0.4535 0.1774,1.9322 2.5828 2.2673ZM 34.0393,124.1296 ZM 37.6671,118.9246 l 0.3155,-0.3943 c 1.0252,0.7492 1.7547,1.9125 1.7547 3.3320c -0.0000,2.7011 -2.0110,3.8446 -4.1601 3.8446c -2.9968,-0.0000 -4.7910,-1.9716 -4.7910 -3.8446c 0.0000,-2.6025 2.0308,-3.2137 3.6869 -3.2137c 0.2169,0.0000 0.3352,0.1380 0.3352 0.3549l -0.0000,5.1853 c 0.1183,0.0197 0.2366,0.0197 0.3943 0.0197c 2.0110,0.0000 3.5686,-1.3998 3.5686 -2.8194c 0.0000,-1.0844 -0.3549,-1.7744 -1.1041 -2.4645Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 181.9049,55.0100 ZM 188.8646,43.0621 h -2.6617 c -0.4732,-0.0000 -0.7098,0.1577 -0.7098 0.6309v 4.1995 h 2.7011 c 0.6901,-0.0000 0.8675,-0.3155 0.9858 -0.8675l 0.1380,-0.5915 c 0.0000,-0.0789 0.0591,-0.1577 0.1380 -0.1577h 0.4338 c 0.0591,-0.0000 0.0789,0.0394 0.0789 0.0789c -0.0789,0.4929 -0.1577,1.2224 -0.1577 1.8730c 0.0000,0.6703 0.0986,1.5576 0.1577 1.8927l -0.0591,0.0591 h -0.4535 c -0.0986,-0.0000 -0.1577,-0.0789 -0.1577 -0.1380l -0.1183,-0.6112 c -0.0986,-0.5718 -0.3155,-0.8675 -0.9858 -0.8675h -2.7011 v 5.0276 c 0.0000,0.5323 0.2760,0.6506 0.7098 0.6506h 3.2729 c 1.4984,-0.0000 2.0702,-1.1632 2.4645 -2.5828l 0.6112,0.0986 c -0.2366,1.0252 -0.4338,2.1491 -0.5323 3.2532h -5.7965 l -1.5181,-0.0197 l -2.5237,0.0394 l -0.0394,-0.0394 v -0.3943 c 0.0000,-0.0591 0.0394,-0.1380 0.1577 -0.1380h 0.5915 c 0.7886,-0.0000 1.0252,-0.3155 1.0252 -0.8675v -9.8777 c 0.0000,-0.6112 -0.2760,-0.8872 -1.0252 -0.8872h -0.5915 c -0.1380,-0.0000 -0.1577,-0.0789 -0.1577 -0.1380v -0.3943 l 0.0394,-0.0197 l 2.5237,0.0197 l 1.5379,-0.0197 h 5.0473 c 0.0789,1.0450 0.2563,2.2476 0.4140 3.0560l -0.5718,0.0986 c -0.4338,-1.3604 -0.7886,-2.3659 -2.2673 -2.3659ZM 193.1233,55.0100 ZM 197.0074,47.0841 c -0.3943,-0.0000 -0.4732,0.0986 -0.4732 0.2366c 0.0000,0.0986 0.0789,0.2760 0.2957 0.6309l 1.2027,1.7744 c 0.0591,0.1183 0.1183,0.1774 0.1972 0.1774c 0.0591,-0.0000 0.0986,-0.0394 0.1774 -0.1380l 1.2815,-1.7942 c 0.2169,-0.2760 0.3352,-0.4929 0.3352 -0.6506c 0.0000,-0.1577 -0.1380,-0.2366 -0.4140 -0.2366h -0.3155 c -0.0591,-0.0000 -0.1183,-0.0394 -0.1183 -0.1380v -0.3746 l 0.0591,-0.0591 c 0.0000,-0.0000 0.9267,0.0394 1.5379 0.0394c 0.6309,-0.0000 1.5970,-0.0394 1.5970 -0.0394l 0.0197,0.0394 v 0.3746 c 0.0000,0.1380 -0.1183,0.1577 -0.2366 0.1577c -0.7295,-0.0000 -1.0252,0.2366 -1.7547 1.1632l -1.6561,2.1096 c -0.0394,0.0591 -0.0591,0.0986 -0.0591 0.1380c 0.0000,0.0394 0.0197,0.0986 0.0591 0.1577l 1.7744,2.5039 c 0.9069,1.2815 1.1632,1.3013 1.7942 1.3013c 0.1972,-0.0000 0.2760,0.0394 0.2760 0.1577v 0.3746 l -0.0197,0.0394 c 0.0000,-0.0000 -1.0647,-0.0394 -1.7350 -0.0394c -0.8084,-0.0000 -2.0505,0.0394 -2.0505 0.0394l -0.0394,-0.0394 v -0.3746 c 0.0000,-0.0986 0.0394,-0.1577 0.1380 -0.1577h 0.2366 c 0.3155,-0.0000 0.4535,-0.0591 0.4535 -0.2169c 0.0000,-0.1774 -0.2169,-0.4732 -0.5323 -0.8872l -1.1435,-1.5773 c -0.0789,-0.0986 -0.1183,-0.1380 -0.1774 -0.1380c -0.0394,-0.0000 -0.0986,0.0591 -0.1774 0.1774l -1.2421,1.7942 c -0.2957,0.3943 -0.3549,0.4929 -0.3549 0.6309c 0.0000,0.1380 0.1183,0.2169 0.4140 0.2169h 0.2760 c 0.0986,-0.0000 0.1380,0.0591 0.1380 0.1577v 0.3746 l -0.0394,0.0394 c 0.0000,-0.0000 -1.0252,-0.0394 -1.6561 -0.0394c -0.5718,-0.0000 -1.4787,0.0394 -1.4787 0.0394l -0.0394,-0.0394 v -0.3352 c 0.0000,-0.1183 0.0789,-0.1972 0.2563 -0.1972c 0.4732,-0.0000 0.9267,-0.0986 1.7547 -1.1632l 1.6561,-2.1293 c 0.0197,-0.0394 0.0394,-0.0789 0.0394 -0.1380c 0.0000,-0.0591 -0.0197,-0.0986 -0.0591 -0.1577l -1.7153,-2.5039 c -0.5520,-0.8084 -0.9069,-1.2815 -1.5970 -1.2815c -0.1380,-0.0000 -0.2760,-0.0591 -0.2760 -0.1380v -0.3746 l 0.0394,-0.0591 l 1.5576,0.0394 l 2.1885,-0.0394 l 0.0591,0.0591 v 0.3549 c 0.0000,0.0986 -0.0789,0.1577 -0.1577 0.1577h -0.2957 ZM 202.9222,55.0100 ZM 208.6596,50.1796 l -1.5576,0.3943 c -1.7350,0.5323 -1.9913,1.4393 -1.9913 2.3265c 0.0000,0.6112 0.2957,1.5379 1.5379 1.5379c 0.5915,-0.0000 1.4984,-0.5718 2.0110 -1.0055v -3.2532 ZM 208.6596,50.1796 ZM 209.9214,55.2466 c -0.7492,-0.0000 -1.1632,-0.6703 -1.2421 -1.1435l -0.4535,0.3155 c -0.9069,0.6309 -1.2421,0.8281 -2.1491 0.8281c -1.3801,-0.0000 -2.3856,-0.7886 -2.3856 -2.2673c 0.0000,-1.4984 1.2815,-2.5237 3.1546 -2.9968l 1.8139,-0.4535 c 0.0000,-2.2279 -1.0252,-2.6420 -1.6956 -2.6420c -0.7492,-0.0000 -1.6167,0.3352 -1.6167 0.9464c 0.0000,0.2169 0.0394,0.3352 0.0591 0.3943c 0.0394,0.0789 0.0591,0.2169 0.0591 0.3549c 0.0000,0.2563 -0.1972,0.6506 -0.7689 0.6506c -0.4732,-0.0000 -0.7886,-0.3155 -0.7886 -0.7886c 0.0000,-1.1435 1.8533,-2.1491 3.1151 -2.1491c 1.4393,-0.0000 3.0954,0.5915 3.0954 3.3912v 2.8983 c 0.0000,1.2027 0.0197,1.7153 0.4732 1.7153c 0.4338,-0.0000 0.5520,-0.5520 0.5718 -0.9858l 0.4929,0.0986 c -0.1183,1.4393 -0.7295,1.8336 -1.7350 1.8336ZM 211.8142,55.0100 ZM 223.7029,53.5905 v -4.5347 c 0.0000,-1.3210 -0.5126,-1.8139 -1.2618 -1.8139c -0.7689,-0.0000 -1.3801,0.3943 -2.3265 1.4393c 0.0394,0.2366 0.0394,0.5126 0.0394 0.7886v 4.1207 c 0.0000,0.5718 0.1972,0.8675 0.8478 0.8675h 0.3352 c 0.0986,-0.0000 0.1774,0.0591 0.1774 0.1577v 0.3746 l -0.0394,0.0394 c 0.0000,-0.0000 -1.3210,-0.0394 -2.0899 -0.0394c -0.7098,-0.0000 -2.0702,0.0394 -2.0702 0.0394l -0.0394,-0.0394 v -0.3746 c 0.0000,-0.0986 0.0591,-0.1577 0.1577 -0.1577h 0.3943 c 0.6703,-0.0000 0.8478,-0.2957 0.8478 -0.8675v -4.4953 c 0.0000,-1.3210 -0.5323,-1.8533 -1.2815 -1.8533c -0.6901,-0.0000 -1.3407,0.4929 -2.2673 1.4590v 4.8896 c 0.0000,0.5718 0.1972,0.8675 0.8478 0.8675h 0.3746 c 0.0789,-0.0000 0.1577,0.0591 0.1577 0.1577v 0.3746 l -0.0394,0.0394 c 0.0000,-0.0000 -1.3407,-0.0394 -2.1096 -0.0394c -0.7098,-0.0000 -2.0505,0.0394 -2.0505 0.0394l -0.0394,-0.0394 v -0.3746 c 0.0000,-0.0986 0.0591,-0.1577 0.1577 -0.1577h 0.3746 c 0.6703,-0.0000 0.8478,-0.2957 0.8478 -0.8675v -4.9093 c 0.0000,-1.1238 -0.1774,-1.2027 -0.4338 -1.2027c -0.2563,-0.0000 -0.4929,0.0197 -0.8281 0.0986l -0.0986,-0.5520 c 1.2421,-0.2169 1.5181,-0.2957 2.0505 -0.5718c 0.1972,-0.0986 0.3549,-0.1577 0.4929 -0.1577h 0.2957 l -0.0591,1.7153 h 0.0591 c 0.9267,-0.9858 1.7547,-1.7153 2.9771 -1.7153c 1.1041,-0.0000 1.7942,0.8084 1.9125 1.6956c 1.1435,-1.1830 2.0702,-1.6956 3.1349 -1.6956c 1.7350,-0.0000 2.0308,1.4393 2.0308 3.1940v 4.1009 c 0.0000,0.5718 0.1972,0.8675 0.8478 0.8675h 0.3746 c 0.0789,-0.0000 0.1577,0.0591 0.1577 0.1577v 0.3746 l -0.0394,0.0394 c 0.0000,-0.0000 -1.3407,-0.0394 -2.1096 -0.0394c -0.7098,-0.0000 -2.0505,0.0394 -2.0505 0.0394l -0.0394,-0.0394 v -0.3746 c 0.0000,-0.0986 0.0591,-0.1577 0.1577 -0.1577h 0.3746 c 0.6506,-0.0000 0.8478,-0.2957 0.8478 -0.8675ZM 226.7984,55.0100 ZM 229.7361,48.8192 v 4.9093 c 0.6901,0.8084 1.3407,0.8478 1.6561 0.8478c 2.1096,-0.0000 2.5828,-1.9716 2.5828 -3.6672c 0.0000,-2.3856 -0.9661,-3.7066 -2.1688 -3.7066c -0.6703,-0.0000 -1.6364,0.5718 -2.0702 1.6167ZM 229.7361,48.8192 ZM 228.2771,58.1251 v -9.7595 c 0.0000,-0.7492 -0.1774,-0.8872 -0.4535 -0.8872c -0.2563,-0.0000 -0.4929,0.0197 -0.8281 0.0986l -0.0986,-0.5520 c 1.2618,-0.2169 1.4984,-0.2957 2.0505 -0.5718c 0.2169,-0.0986 0.3549,-0.1577 0.4929 -0.1577h 0.2957 l -0.0591,1.5773 h 0.0591 c 0.9069,-1.3801 1.9716,-1.5773 2.6025 -1.5773c 1.9125,-0.0000 3.1743,1.9913 3.1743 4.0812c 0.0000,1.5970 -0.4929,2.8194 -1.3801 3.7263c -0.7689,0.7689 -1.5773,1.1435 -2.6222 1.1435c -0.7098,-0.0000 -1.2618,-0.1577 -1.7744 -0.4338v 3.3123 c 0.0000,0.5718 0.2169,0.8675 0.8478 0.8675h 0.3746 c 0.0986,-0.0000 0.1774,0.0591 0.1774 0.1577v 0.3746 l -0.0394,0.0394 c 0.0000,-0.0000 -1.3604,-0.0394 -2.1293 -0.0394c -0.6901,-0.0000 -2.0308,0.0394 -2.0308 0.0394l -0.0394,-0.0394 v -0.3746 c 0.0000,-0.0986 0.0591,-0.1577 0.1577 -0.1577h 0.3746 c 0.6506,-0.0000 0.8478,-0.2957 0.8478 -0.8675ZM 236.2424,55.0100 ZM 238.1154,53.5905 v -9.8777 c 0.0000,-1.1238 -0.1972,-1.4393 -0.5915 -1.4393l -0.6309,0.0789 c -0.0591,-0.0000 -0.1183,-0.0394 -0.1183 -0.0986l -0.0394,-0.4929 c 0.3155,-0.0000 1.0450,-0.1183 1.3801 -0.1774c 0.3549,-0.0789 0.6309,-0.1577 1.0252 -0.3352h 0.4338 v 12.3423 c 0.0000,0.5718 0.2169,0.8675 0.8478 0.8675h 0.4732 c 0.0789,-0.0000 0.1577,0.0591 0.1577 0.1577v 0.3746 l -0.0394,0.0394 c 0.0000,-0.0000 -1.4393,-0.0394 -2.2082 -0.0394c -0.6901,-0.0000 -2.1293,0.0394 -2.1293 0.0394l -0.0197,-0.0394 v -0.3746 c 0.0000,-0.0986 0.0394,-0.1577 0.1380 -0.1577h 0.4732 c 0.6506,-0.0000 0.8478,-0.2957 0.8478 -0.8675ZM 241.3685,55.0100 ZM 243.6162,49.5487 h 3.6278 c 0.1972,-0.0000 0.2760,-0.0986 0.2760 -0.2760c 0.0000,-1.8336 -0.9267,-2.3068 -1.6364 -2.3068c -0.4535,-0.0000 -1.9322,0.1774 -2.2673 2.5828ZM 243.6162,49.5487 ZM 248.8212,53.1764 l 0.3943,0.3155 c -0.7492,1.0252 -1.9125,1.7547 -3.3320 1.7547c -2.7011,-0.0000 -3.8446,-2.0110 -3.8446 -4.1601c 0.0000,-2.9968 1.9716,-4.7910 3.8446 -4.7910c 2.6025,-0.0000 3.2137,2.0308 3.2137 3.6869c 0.0000,0.2169 -0.1380,0.3352 -0.3549 0.3352h -5.1853 c -0.0197,0.1183 -0.0197,0.2366 -0.0197 0.3943c 0.0000,2.0110 1.3998,3.5686 2.8194 3.5686c 1.0844,-0.0000 1.7744,-0.3549 2.4645 -1.1041ZM 254.7360,55.0100 ZM 261.7352,55.2466 c -4.2390,-0.0000 -6.2697,-3.2729 -6.2697 -6.4472c 0.0000,-3.8841 3.0166,-6.7626 6.2894 -6.7626c 2.4251,-0.0000 3.1940,0.8281 4.3178 0.8872c 0.0591,1.0844 0.2366,2.0308 0.4338 3.0560l -0.5915,0.0789 c -0.5126,-1.6956 -1.6561,-3.2926 -4.3770 -3.2926c -1.5576,-0.0000 -4.3573,1.6561 -4.3573 5.6585c 0.0000,2.8785 1.4787,6.0134 4.5347 6.0134c 1.8336,-0.0000 3.1743,-0.6506 4.5741 -2.1885l 0.4535,0.2957 c -1.3407,1.7547 -3.0954,2.7011 -5.0079 2.7011ZM 267.4332,55.0100 ZM 270.6469,41.2482 v 6.6837 c 1.3210,-1.3210 2.4842,-1.6364 3.2532 -1.6364c 1.4196,-0.0000 2.1293,1.0844 2.1293 3.1151v 4.1798 c 0.0000,0.5718 0.1972,0.8675 0.8478 0.8675h 0.3746 c 0.0789,-0.0000 0.1577,0.0591 0.1577 0.1577v 0.3746 l -0.0394,0.0394 c 0.0000,-0.0000 -1.3407,-0.0394 -2.1293 -0.0394c -0.6901,-0.0000 -2.0308,0.0394 -2.0308 0.0394l -0.0394,-0.0394 v -0.3746 c 0.0000,-0.0986 0.0591,-0.1577 0.1577 -0.1577h 0.3746 c 0.6703,-0.0000 0.8478,-0.2957 0.8478 -0.8675v -4.3967 c 0.0000,-1.5970 -0.4338,-1.9716 -1.5379 -1.9716c -0.5718,-0.0000 -1.4196,0.5126 -2.3659 1.4393v 4.9290 c 0.0000,0.5718 0.1972,0.8675 0.8478 0.8675h 0.3746 c 0.0789,-0.0000 0.1577,0.0591 0.1577 0.1577v 0.3746 l -0.0394,0.0394 c 0.0000,-0.0000 -1.3407,-0.0394 -2.1096 -0.0394c -0.7098,-0.0000 -2.0308,0.0394 -2.0308 0.0394l -0.0394,-0.0394 v -0.3746 c 0.0000,-0.0986 0.0394,-0.1577 0.1380 -0.1577h 0.3746 c 0.6703,-0.0000 0.8478,-0.2957 0.8478 -0.8675v -9.8777 c 0.0000,-1.1238 -0.1774,-1.4393 -0.5718 -1.4393l -0.6506,0.0789 c -0.0591,-0.0000 -0.0986,-0.0394 -0.0986 -0.0986l -0.0394,-0.4929 c 0.3155,-0.0000 1.0252,-0.1183 1.3604 -0.1774c 0.3549,-0.0789 0.6506,-0.1577 1.0450 -0.3352h 0.4338 ZM 277.6461,55.0100 ZM 283.3835,50.1796 l -1.5576,0.3943 c -1.7350,0.5323 -1.9913,1.4393 -1.9913 2.3265c 0.0000,0.6112 0.2957,1.5379 1.5379 1.5379c 0.5915,-0.0000 1.4984,-0.5718 2.0110 -1.0055v -3.2532 ZM 283.3835,50.1796 ZM 284.6453,55.2466 c -0.7492,-0.0000 -1.1632,-0.6703 -1.2421 -1.1435l -0.4535,0.3155 c -0.9069,0.6309 -1.2421,0.8281 -2.1491 0.8281c -1.3801,-0.0000 -2.3856,-0.7886 -2.3856 -2.2673c 0.0000,-1.4984 1.2815,-2.5237 3.1546 -2.9968l 1.8139,-0.4535 c 0.0000,-2.2279 -1.0252,-2.6420 -1.6956 -2.6420c -0.7492,-0.0000 -1.6167,0.3352 -1.6167 0.9464c 0.0000,0.2169 0.0394,0.3352 0.0591 0.3943c 0.0394,0.0789 0.0591,0.2169 0.0591 0.3549c 0.0000,0.2563 -0.1972,0.6506 -0.7689 0.6506c -0.4732,-0.0000 -0.7886,-0.3155 -0.7886 -0.7886c 0.0000,-1.1435 1.8533,-2.1491 3.1151 -2.1491c 1.4393,-0.0000 3.0954,0.5915 3.0954 3.3912v 2.8983 c 0.0000,1.2027 0.0197,1.7153 0.4732 1.7153c 0.4338,-0.0000 0.5520,-0.5520 0.5718 -0.9858l 0.4929,0.0986 c -0.1183,1.4393 -0.7295,1.8336 -1.7350 1.8336ZM 286.5380,55.0100 ZM 288.2928,53.5905 v -4.9093 c 0.0000,-0.9858 -0.1380,-1.2027 -0.4338 -1.2027c -0.2563,-0.0000 -0.4929,0.0197 -0.8281 0.0986l -0.0986,-0.5520 c 1.2421,-0.2169 1.4590,-0.2760 2.0505 -0.5718c 0.1972,-0.0986 0.3549,-0.1577 0.4929 -0.1577h 0.2957 l -0.0591,1.7744 h 0.0591 c 0.5126,-0.7689 1.3801,-1.7744 2.3068 -1.7744c 0.8084,-0.0000 1.1041,0.3943 1.1041 0.9069c 0.0000,0.5126 -0.3352,0.8281 -0.8478 0.8281c -0.3943,-0.0000 -0.6112,-0.1577 -0.8084 -0.3549c -0.1183,-0.1183 -0.2563,-0.1774 -0.3943 -0.1774c -0.2169,-0.0000 -0.6506,0.3549 -1.1238 1.0252c -0.1380,0.1774 -0.2366,0.4338 -0.2366 0.6901v 4.3770 c 0.0000,0.5718 0.1972,0.8675 0.8478 0.8675h 0.5718 c 0.0986,-0.0000 0.1774,0.0591 0.1774 0.1577v 0.3746 l -0.0394,0.0394 c 0.0000,-0.0000 -1.5576,-0.0394 -2.3265 -0.0394c -0.7098,-0.0000 -2.0505,0.0394 -2.0505 0.0394l -0.0197,-0.0394 v -0.3746 c 0.0000,-0.0986 0.0394,-0.1577 0.1380 -0.1577h 0.3746 c 0.6703,-0.0000 0.8478,-0.2957 0.8478 -0.8675ZM 293.3795,55.0100 ZM 296.6130,47.3010 v 5.0473 c 0.0000,1.2224 0.1183,1.8139 0.6506 1.8139c 0.5126,-0.0000 0.9069,-0.1577 1.4196 -0.5520l 0.3549,0.3352 c -0.7689,0.8675 -1.5576,1.3013 -2.4645 1.3013c -0.9069,-0.0000 -1.4393,-0.5520 -1.4393 -1.9519v -5.9937 h -1.2815 c -0.0591,-0.0000 -0.0789,-0.0197 -0.0789 -0.0789v -0.6112 c 0.0000,-0.0591 0.0197,-0.0789 0.0591 -0.0789c 1.3210,-0.0000 1.6364,-0.7689 1.6364 -2.2673v -0.3746 l 1.1435,-0.3943 v 3.0363 h 2.1688 c 0.0986,-0.0000 0.1577,0.0394 0.1577 0.1183v 0.3943 c 0.0000,0.1774 -0.2760,0.2563 -0.4732 0.2563h -1.8533 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.63" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 477.1512,296.3997 ZM 478.2438,295.5717 v -5.7620 c 0.0000,-0.6556 -0.1150,-0.8396 -0.3450 -0.8396l -0.3680,0.0460 c -0.0345,-0.0000 -0.0690,-0.0230 -0.0690 -0.0575l -0.0230,-0.2875 c 0.1840,-0.0000 0.6096,-0.0690 0.8051 -0.1035c 0.2070,-0.0460 0.3680,-0.0920 0.5981 -0.1955h 0.2530 v 7.1997 c 0.0000,0.3335 0.1265,0.5060 0.4945 0.5060h 0.2760 c 0.0460,-0.0000 0.0920,0.0345 0.0920 0.0920v 0.2185 l -0.0230,0.0230 c 0.0000,-0.0000 -0.8396,-0.0230 -1.2881 -0.0230c -0.4025,-0.0000 -1.2421,0.0230 -1.2421 0.0230l -0.0115,-0.0230 v -0.2185 c 0.0000,-0.0575 0.0230,-0.0920 0.0805 -0.0920h 0.2760 c 0.3795,-0.0000 0.4945,-0.1725 0.4945 -0.5060ZM 480.1415,296.3997 ZM 481.0385,289.8326 c 0.0000,-0.2990 0.2415,-0.5520 0.5405 -0.5520c 0.3105,-0.0000 0.5520,0.2530 0.5520 0.5520c 0.0000,0.3105 -0.2415,0.5520 -0.5520 0.5520c -0.2990,-0.0000 -0.5405,-0.2415 -0.5405 -0.5520ZM 481.0385,289.8326 ZM 482.1311,295.5717 c 0.0000,0.3335 0.1265,0.5060 0.4945 0.5060h 0.2185 c 0.0575,-0.0000 0.1035,0.0345 0.1035 0.0920v 0.2185 l -0.0230,0.0230 c 0.0000,-0.0000 -0.7936,-0.0230 -1.2421 -0.0230c -0.4025,-0.0000 -1.1846,0.0230 -1.1846 0.0230l -0.0230,-0.0230 v -0.2185 c 0.0000,-0.0575 0.0345,-0.0920 0.0920 -0.0920h 0.2185 c 0.3795,-0.0000 0.4945,-0.1725 0.4945 -0.5060v -2.8638 c 0.0000,-0.6096 -0.1035,-0.7016 -0.2645 -0.7016c -0.1495,-0.0000 -0.2875,0.0115 -0.4830 0.0575l -0.0575,-0.3220 c 0.7361,-0.1265 0.8626,-0.1725 1.1961 -0.3335c 0.1265,-0.0460 0.2070,-0.0920 0.2875 -0.0920h 0.1725 v 4.2554 ZM 483.1777,296.3997 ZM 487.3641,295.5717 v -2.5187 c 0.0000,-0.8051 -0.1380,-1.1846 -0.7476 -1.1846c -0.5060,-0.0000 -0.9431,0.1955 -1.5296 0.8856v 2.8178 c 0.0000,0.3335 0.1150,0.5060 0.4945 0.5060h 0.1610 c 0.0575,-0.0000 0.0920,0.0345 0.0920 0.0920v 0.2185 l -0.0230,0.0230 c 0.0000,-0.0000 -0.7246,-0.0230 -1.1731 -0.0230c -0.4140,-0.0000 -1.1961,0.0230 -1.1961 0.0230l -0.0230,-0.0230 v -0.2185 c 0.0000,-0.0575 0.0345,-0.0920 0.0920 -0.0920h 0.2185 c 0.3910,-0.0000 0.4945,-0.1725 0.4945 -0.5060v -2.8638 c 0.0000,-0.6211 -0.0920,-0.7016 -0.2530 -0.7016c -0.1495,-0.0000 -0.2875,0.0115 -0.4830 0.0575l -0.0575,-0.3220 c 0.4830,-0.0805 0.8281,-0.1380 1.1846 -0.3335c 0.1265,-0.0575 0.2185,-0.0920 0.2990 -0.0920h 0.1725 l -0.0345,1.0236 h 0.0345 c 0.7361,-0.8626 1.2881,-1.0236 1.8747 -1.0236c 1.0351,-0.0000 1.2536,0.7936 1.2536 1.8172v 2.4382 c 0.0000,0.3335 0.1265,0.5060 0.4945 0.5060h 0.2185 c 0.0575,-0.0000 0.1035,0.0345 0.1035 0.0920v 0.2185 l -0.0230,0.0230 c 0.0000,-0.0000 -0.7936,-0.0230 -1.2421 -0.0230c -0.4025,-0.0000 -1.1271,0.0230 -1.1271 0.0230l -0.0230,-0.0230 v -0.2185 c 0.0000,-0.0575 0.0345,-0.0920 0.0920 -0.0920h 0.1610 c 0.3795,-0.0000 0.4945,-0.1725 0.4945 -0.5060ZM 489.1583,296.3997 ZM 490.4694,293.2140 h 2.1162 c 0.1150,-0.0000 0.1610,-0.0575 0.1610 -0.1610c 0.0000,-1.0696 -0.5405,-1.3456 -0.9546 -1.3456c -0.2645,-0.0000 -1.1271,0.1035 -1.3226 1.5066ZM 490.4694,293.2140 ZM 493.5057,295.3301 l 0.2300,0.1840 c -0.4370,0.5981 -1.1156,1.0236 -1.9437 1.0236c -1.5756,-0.0000 -2.2427,-1.1731 -2.2427 -2.4267c 0.0000,-1.7482 1.1501,-2.7948 2.2427 -2.7948c 1.5181,-0.0000 1.8747,1.1846 1.8747 2.1507c 0.0000,0.1265 -0.0805,0.1955 -0.2070 0.1955h -3.0248 c -0.0115,0.0690 -0.0115,0.1380 -0.0115 0.2300c 0.0000,1.1731 0.8166,2.0817 1.6446 2.0817c 0.6326,-0.0000 1.0351,-0.2070 1.4376 -0.6441ZM 496.9560,296.3997 ZM 499.4402,290.1087 c -0.2875,-0.0000 -1.1271,0.1610 -1.1271 0.8626c 0.0000,0.2070 -0.0805,0.5636 -0.3910 0.5636c -0.2990,-0.0000 -0.3220,-0.3335 -0.3220 -0.3680c 0.0000,-0.3565 0.4715,-1.4146 2.0702 -1.4146c 1.1156,-0.0000 1.4491,0.7016 1.4491 1.1616c 0.0000,0.2875 -0.0920,0.8626 -1.1271 1.5181c 0.6441,0.1035 1.4951,0.5751 1.4951 1.7712c 0.0000,1.5181 -1.1501,2.3347 -2.4497 2.3347c -0.6556,-0.0000 -1.5756,-0.2875 -1.5756 -0.7246c 0.0000,-0.1725 0.1725,-0.3680 0.4025 -0.3680c 0.2185,-0.0000 0.3220,0.1150 0.4255 0.2645c 0.1265,0.1955 0.3335,0.4715 0.8856 0.4715c 0.3795,-0.0000 1.4606,-0.3795 1.4606 -1.8287c 0.0000,-1.2306 -0.8626,-1.4261 -1.4836 -1.4261c -0.1035,-0.0000 -0.2300,0.0230 -0.3565 0.0460l -0.0460,-0.3450 c 0.8856,-0.1495 1.6216,-1.0121 1.6216 -1.5411c 0.0000,-0.6556 -0.4600,-0.9776 -0.9316 -0.9776Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(44,160,44)" stroke-width="2.3221241899005696" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 463.2809,292.9322 h 9.9073 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.63" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 477.1512,276.5851 ZM 484.0863,275.7570 v -2.6452 c 0.0000,-0.7706 -0.2990,-1.0581 -0.7361 -1.0581c -0.4485,-0.0000 -0.8051,0.2300 -1.3571 0.8396c 0.0230,0.1380 0.0230,0.2990 0.0230 0.4600v 2.4037 c 0.0000,0.3335 0.1150,0.5060 0.4945 0.5060h 0.1955 c 0.0575,-0.0000 0.1035,0.0345 0.1035 0.0920v 0.2185 l -0.0230,0.0230 c 0.0000,-0.0000 -0.7706,-0.0230 -1.2191 -0.0230c -0.4140,-0.0000 -1.2076,0.0230 -1.2076 0.0230l -0.0230,-0.0230 v -0.2185 c 0.0000,-0.0575 0.0345,-0.0920 0.0920 -0.0920h 0.2300 c 0.3910,-0.0000 0.4945,-0.1725 0.4945 -0.5060v -2.6222 c 0.0000,-0.7706 -0.3105,-1.0811 -0.7476 -1.0811c -0.4025,-0.0000 -0.7821,0.2875 -1.3226 0.8511v 2.8523 c 0.0000,0.3335 0.1150,0.5060 0.4945 0.5060h 0.2185 c 0.0460,-0.0000 0.0920,0.0345 0.0920 0.0920v 0.2185 l -0.0230,0.0230 c 0.0000,-0.0000 -0.7821,-0.0230 -1.2306 -0.0230c -0.4140,-0.0000 -1.1961,0.0230 -1.1961 0.0230l -0.0230,-0.0230 v -0.2185 c 0.0000,-0.0575 0.0345,-0.0920 0.0920 -0.0920h 0.2185 c 0.3910,-0.0000 0.4945,-0.1725 0.4945 -0.5060v -2.8638 c 0.0000,-0.6556 -0.1035,-0.7016 -0.2530 -0.7016c -0.1495,-0.0000 -0.2875,0.0115 -0.4830 0.0575l -0.0575,-0.3220 c 0.7246,-0.1265 0.8856,-0.1725 1.1961 -0.3335c 0.1150,-0.0575 0.2070,-0.0920 0.2875 -0.0920h 0.1725 l -0.0345,1.0006 h 0.0345 c 0.5405,-0.5751 1.0236,-1.0006 1.7367 -1.0006c 0.6441,-0.0000 1.0466,0.4715 1.1156 0.9891c 0.6671,-0.6901 1.2076,-0.9891 1.8287 -0.9891c 1.0121,-0.0000 1.1846,0.8396 1.1846 1.8632v 2.3922 c 0.0000,0.3335 0.1150,0.5060 0.4945 0.5060h 0.2185 c 0.0460,-0.0000 0.0920,0.0345 0.0920 0.0920v 0.2185 l -0.0230,0.0230 c 0.0000,-0.0000 -0.7821,-0.0230 -1.2306 -0.0230c -0.4140,-0.0000 -1.1961,0.0230 -1.1961 0.0230l -0.0230,-0.0230 v -0.2185 c 0.0000,-0.0575 0.0345,-0.0920 0.0920 -0.0920h 0.2185 c 0.3795,-0.0000 0.4945,-0.1725 0.4945 -0.5060ZM 485.8920,276.5851 ZM 490.8259,275.2510 c 0.0000,0.5751 0.0575,0.7591 0.2875 0.7591c 0.1380,-0.0000 0.3910,-0.0230 0.5866 -0.0575l 0.0460,0.3220 c -0.7016,0.1265 -1.2651,0.2415 -1.5296 0.4485h -0.2530 l 0.0345,-0.8511 h -0.0345 c -0.6326,0.6901 -1.1501,0.8511 -1.6216 0.8511c -1.1386,-0.0000 -1.4376,-0.7706 -1.4376 -1.5641v -2.6222 c 0.0000,-0.3795 -0.0805,-0.5751 -0.5060 -0.5751c -0.0460,-0.0000 -0.1265,0.0115 -0.1955 0.0115l -0.0345,-0.0115 v -0.2990 l 0.0345,-0.0345 c 0.0000,-0.0000 0.7821,0.0230 1.1501 0.0230c 0.1610,-0.0000 0.4255,-0.0230 0.4255 -0.0230l -0.0115,0.9201 v 2.4497 c 0.0000,1.0236 0.5290,1.2076 0.8741 1.2076c 0.2645,-0.0000 0.5060,-0.1035 0.7476 -0.2760c 0.2760,-0.2070 0.4600,-0.3680 0.5751 -0.5175v -2.8408 c 0.0000,-0.4140 -0.0575,-0.6096 -0.4830 -0.6096c -0.0690,-0.0000 -0.1955,0.0115 -0.2300 0.0115l -0.0230,-0.0230 v -0.2875 l 0.0230,-0.0345 c 0.0000,-0.0000 0.8166,0.0230 1.1386 0.0230c 0.2645,-0.0000 0.4485,-0.0230 0.4485 -0.0230l -0.0115,0.9086 v 2.7142 ZM 491.8380,276.5851 ZM 500.0843,275.7570 v -2.3462 c 0.0000,-0.9316 -0.2415,-1.3686 -0.7706 -1.3686c -0.3335,-0.0000 -0.8281,0.1955 -1.5066 0.8396v 2.8753 c 0.0000,0.3335 0.1150,0.5060 0.4945 0.5060h 0.2185 c 0.0460,-0.0000 0.0920,0.0345 0.0920 0.0920v 0.2185 l -0.0230,0.0230 c 0.0000,-0.0000 -0.7821,-0.0230 -1.2306 -0.0230c -0.4140,-0.0000 -0.8741,0.0230 -0.8741 0.0230l -0.0230,-0.0230 v -0.2185 c 0.0000,-0.0575 0.0345,-0.0920 0.0920 -0.0920h 0.0230 c 0.2990,-0.0000 0.3680,-0.1725 0.3680 -0.5060v -5.8195 c 0.0000,-0.5405 -0.1035,-0.7821 -0.3335 -0.7821l -0.3795,0.0460 c -0.0345,-0.0000 -0.0575,-0.0230 -0.0575 -0.0575l -0.0230,-0.2875 c 0.1840,-0.0000 0.5981,-0.0690 0.7936 -0.1035c 0.2070,-0.0460 0.3795,-0.0920 0.6096 -0.1955h 0.2530 v 3.8989 c 0.7706,-0.7706 1.5641,-0.9546 2.0127 -0.9546c 0.8396,-0.0000 1.1271,0.6326 1.1271 1.8172v 2.4382 c 0.0000,0.3335 0.1150,0.5060 0.4830 0.5060h 0.2300 c 0.0460,-0.0000 0.0920,0.0345 0.0920 0.0920v 0.2185 l -0.0230,0.0230 c 0.0000,-0.0000 -0.7821,-0.0230 -1.2421 -0.0230c -0.4025,-0.0000 -1.1846,0.0230 -1.1846 0.0230l -0.0230,-0.0230 v -0.2185 c 0.0000,-0.0575 0.0345,-0.0920 0.0920 -0.0920h 0.2185 c 0.3910,-0.0000 0.4945,-0.1725 0.4945 -0.5060ZM 500.0843,275.7570 ZM 496.1394,275.5040 c -0.5060,0.8741 -1.0581,1.1846 -1.7367 1.1846c -1.3801,-0.0000 -2.1392,-1.0581 -2.1392 -2.5417c 0.0000,-1.6331 0.9201,-2.6682 2.1507 -2.6682c 1.1041,-0.0000 1.6907,0.5636 1.6907 1.1731c 0.0000,0.3450 -0.2070,0.5060 -0.4370 0.5060c -0.2530,-0.0000 -0.4830,-0.1265 -0.5175 -0.4025c -0.0345,-0.3910 -0.1150,-0.8856 -0.7936 -0.8856c -0.7591,-0.0000 -1.2076,0.7821 -1.2076 2.0242c 0.0000,1.3456 0.6096,2.2887 1.5066 2.2887c 0.4945,-0.0000 0.9201,-0.3220 1.2766 -0.8396ZM 504.7652,276.5851 ZM 505.8578,275.7570 v -5.7620 c 0.0000,-0.6556 -0.1150,-0.8396 -0.3450 -0.8396l -0.3680,0.0460 c -0.0345,-0.0000 -0.0690,-0.0230 -0.0690 -0.0575l -0.0230,-0.2875 c 0.1840,-0.0000 0.6096,-0.0690 0.8051 -0.1035c 0.2070,-0.0460 0.3680,-0.0920 0.5981 -0.1955h 0.2530 v 7.1997 c 0.0000,0.3335 0.1265,0.5060 0.4945 0.5060h 0.2760 c 0.0460,-0.0000 0.0920,0.0345 0.0920 0.0920v 0.2185 l -0.0230,0.0230 c 0.0000,-0.0000 -0.8396,-0.0230 -1.2881 -0.0230c -0.4025,-0.0000 -1.2421,0.0230 -1.2421 0.0230l -0.0115,-0.0230 v -0.2185 c 0.0000,-0.0575 0.0230,-0.0920 0.0805 -0.0920h 0.2760 c 0.3795,-0.0000 0.4945,-0.1725 0.4945 -0.5060ZM 507.7555,276.5851 ZM 508.1465,274.2274 c 0.0000,-1.5756 0.8511,-2.7257 2.3807 -2.7257c 1.7022,-0.0000 2.3577,1.4261 2.3577 2.6222c 0.0000,1.1501 -0.7476,2.5992 -2.3807 2.5992c -1.5411,-0.0000 -2.3577,-1.3226 -2.3577 -2.4957ZM 508.1465,274.2274 ZM 510.4007,271.8812 c -0.9201,-0.0000 -1.3456,1.0811 -1.3456 2.0817c 0.0000,0.8856 0.5060,2.3577 1.6446 2.3577c 0.5175,-0.0000 1.2766,-0.3105 1.2766 -1.8287c 0.0000,-1.6907 -0.6326,-2.6107 -1.5756 -2.6107ZM 513.2645,276.5851 ZM 517.4508,275.7570 v -2.5187 c 0.0000,-0.8051 -0.1380,-1.1846 -0.7476 -1.1846c -0.5060,-0.0000 -0.9431,0.1955 -1.5296 0.8856v 2.8178 c 0.0000,0.3335 0.1150,0.5060 0.4945 0.5060h 0.1610 c 0.0575,-0.0000 0.0920,0.0345 0.0920 0.0920v 0.2185 l -0.0230,0.0230 c 0.0000,-0.0000 -0.7246,-0.0230 -1.1731 -0.0230c -0.4140,-0.0000 -1.1961,0.0230 -1.1961 0.0230l -0.0230,-0.0230 v -0.2185 c 0.0000,-0.0575 0.0345,-0.0920 0.0920 -0.0920h 0.2185 c 0.3910,-0.0000 0.4945,-0.1725 0.4945 -0.5060v -2.8638 c 0.0000,-0.6211 -0.0920,-0.7016 -0.2530 -0.7016c -0.1495,-0.0000 -0.2875,0.0115 -0.4830 0.0575l -0.0575,-0.3220 c 0.4830,-0.0805 0.8281,-0.1380 1.1846 -0.3335c 0.1265,-0.0575 0.2185,-0.0920 0.2990 -0.0920h 0.1725 l -0.0345,1.0236 h 0.0345 c 0.7361,-0.8626 1.2881,-1.0236 1.8747 -1.0236c 1.0351,-0.0000 1.2536,0.7936 1.2536 1.8172v 2.4382 c 0.0000,0.3335 0.1265,0.5060 0.4945 0.5060h 0.2185 c 0.0575,-0.0000 0.1035,0.0345 0.1035 0.0920v 0.2185 l -0.0230,0.0230 c 0.0000,-0.0000 -0.7936,-0.0230 -1.2421 -0.0230c -0.4025,-0.0000 -1.1271,0.0230 -1.1271 0.0230l -0.0230,-0.0230 v -0.2185 c 0.0000,-0.0575 0.0345,-0.0920 0.0920 -0.0920h 0.1610 c 0.3795,-0.0000 0.4945,-0.1725 0.4945 -0.5060ZM 519.2450,276.5851 ZM 522.8793,273.3303 c 0.0000,-0.9546 -0.4485,-1.5066 -1.1386 -1.5066c -0.5981,-0.0000 -1.0006,0.4140 -1.0006 1.3111c 0.0000,0.5981 0.2300,1.5411 1.1501 1.5411c 0.4025,-0.0000 0.9891,-0.1955 0.9891 -1.3456ZM 522.8793,273.3303 ZM 520.7286,276.6656 c -0.3565,0.3335 -0.4370,0.6901 -0.4370 1.0811c 0.0000,0.8626 1.0351,1.1156 1.4261 1.1156c 0.9891,-0.0000 2.2427,-0.3450 2.2427 -1.1731c 0.0000,-0.2990 -0.1610,-0.4945 -0.6096 -0.7131c -0.3220,-0.1610 -0.7936,-0.2875 -1.3456 -0.2875c -0.0920,-0.0000 -0.2185,0.0115 -0.3795 0.0230c -0.1610,0.0115 -0.3335,0.0115 -0.4600 0.0115c -0.1840,-0.0000 -0.2760,-0.0230 -0.4370 -0.0575ZM 520.7286,276.6656 ZM 524.2249,272.1227 c -0.1840,-0.0000 -0.2990,-0.1035 -0.3450 -0.1955c -0.0690,-0.1035 -0.1150,-0.1380 -0.1955 -0.1380c -0.1380,-0.0000 -0.3565,0.1610 -0.4370 0.2760c 0.3220,0.3450 0.4715,0.6786 0.4715 1.2191c 0.0000,1.1271 -0.9201,1.7367 -1.8862 1.7367c -0.4255,-0.0000 -0.7706,-0.0805 -1.0351 -0.2415c -0.1265,0.1955 -0.1955,0.4370 -0.1955 0.6671c 0.0000,0.4945 0.3795,0.6211 0.7016 0.6211c 0.0575,-0.0000 0.1955,-0.0115 0.3565 -0.0230c 0.2645,-0.0345 0.5520,-0.0575 0.7476 -0.0575c 0.4025,-0.0000 1.1616,0.0805 1.6216 0.4715c 0.3105,0.2875 0.4830,0.5636 0.4830 0.9316c 0.0000,1.2421 -1.6331,1.8977 -3.1168 1.8977c -0.8396,-0.0000 -1.7712,-0.3105 -1.7712 -1.3111c 0.0000,-0.4945 0.3105,-1.0236 0.8971 -1.3916c -0.2875,-0.1495 -0.4945,-0.4370 -0.4945 -0.8511c 0.0000,-0.3910 0.1725,-0.8856 0.4830 -1.1616c -0.3105,-0.3105 -0.5751,-0.7016 -0.5751 -1.3341c 0.0000,-1.0581 0.9316,-1.7367 1.9092 -1.7367c 0.6441,-0.0000 1.0466,0.2645 1.1731 0.3565c 0.2875,-0.3910 0.8051,-0.5866 1.0926 -0.5866c 0.2990,-0.0000 0.5060,0.1955 0.5060 0.4370c 0.0000,0.2530 -0.1610,0.4140 -0.3910 0.4140ZM 524.8115,276.5851 ZM 526.1226,273.3993 h 2.1162 c 0.1150,-0.0000 0.1610,-0.0575 0.1610 -0.1610c 0.0000,-1.0696 -0.5405,-1.3456 -0.9546 -1.3456c -0.2645,-0.0000 -1.1271,0.1035 -1.3226 1.5066ZM 526.1226,273.3993 ZM 529.1589,275.5155 l 0.2300,0.1840 c -0.4370,0.5981 -1.1156,1.0236 -1.9437 1.0236c -1.5756,-0.0000 -2.2427,-1.1731 -2.2427 -2.4267c 0.0000,-1.7482 1.1501,-2.7948 2.2427 -2.7948c 1.5181,-0.0000 1.8747,1.1846 1.8747 2.1507c 0.0000,0.1265 -0.0805,0.1955 -0.2070 0.1955h -3.0248 c -0.0115,0.0690 -0.0115,0.1380 -0.0115 0.2300c 0.0000,1.1731 0.8166,2.0817 1.6446 2.0817c 0.6326,-0.0000 1.0351,-0.2070 1.4376 -0.6441ZM 529.7339,276.5851 ZM 530.7575,275.7570 v -2.8638 c 0.0000,-0.5751 -0.0805,-0.7016 -0.2530 -0.7016c -0.1495,-0.0000 -0.2875,0.0115 -0.4830 0.0575l -0.0575,-0.3220 c 0.7246,-0.1265 0.8511,-0.1610 1.1961 -0.3335c 0.1150,-0.0575 0.2070,-0.0920 0.2875 -0.0920h 0.1725 l -0.0345,1.0351 h 0.0345 c 0.2990,-0.4485 0.8051,-1.0351 1.3456 -1.0351c 0.4715,-0.0000 0.6441,0.2300 0.6441 0.5290c 0.0000,0.2990 -0.1955,0.4830 -0.4945 0.4830c -0.2300,-0.0000 -0.3565,-0.0920 -0.4715 -0.2070c -0.0690,-0.0690 -0.1495,-0.1035 -0.2300 -0.1035c -0.1265,-0.0000 -0.3795,0.2070 -0.6556 0.5981c -0.0805,0.1035 -0.1380,0.2530 -0.1380 0.4025v 2.5532 c 0.0000,0.3335 0.1150,0.5060 0.4945 0.5060h 0.3335 c 0.0575,-0.0000 0.1035,0.0345 0.1035 0.0920v 0.2185 l -0.0230,0.0230 c 0.0000,-0.0000 -0.9086,-0.0230 -1.3571 -0.0230c -0.4140,-0.0000 -1.1961,0.0230 -1.1961 0.0230l -0.0115,-0.0230 v -0.2185 c 0.0000,-0.0575 0.0230,-0.0920 0.0805 -0.0920h 0.2185 c 0.3910,-0.0000 0.4945,-0.1725 0.4945 -0.5060ZM 536.6001,276.5851 ZM 540.7864,275.7570 v -2.5187 c 0.0000,-0.8051 -0.1380,-1.1846 -0.7476 -1.1846c -0.5060,-0.0000 -0.9431,0.1955 -1.5296 0.8856v 2.8178 c 0.0000,0.3335 0.1150,0.5060 0.4945 0.5060h 0.1610 c 0.0575,-0.0000 0.0920,0.0345 0.0920 0.0920v 0.2185 l -0.0230,0.0230 c 0.0000,-0.0000 -0.7246,-0.0230 -1.1731 -0.0230c -0.4140,-0.0000 -1.1961,0.0230 -1.1961 0.0230l -0.0230,-0.0230 v -0.2185 c 0.0000,-0.0575 0.0345,-0.0920 0.0920 -0.0920h 0.2185 c 0.3910,-0.0000 0.4945,-0.1725 0.4945 -0.5060v -2.8638 c 0.0000,-0.6211 -0.0920,-0.7016 -0.2530 -0.7016c -0.1495,-0.0000 -0.2875,0.0115 -0.4830 0.0575l -0.0575,-0.3220 c 0.4830,-0.0805 0.8281,-0.1380 1.1846 -0.3335c 0.1265,-0.0575 0.2185,-0.0920 0.2990 -0.0920h 0.1725 l -0.0345,1.0236 h 0.0345 c 0.7361,-0.8626 1.2881,-1.0236 1.8747 -1.0236c 1.0351,-0.0000 1.2536,0.7936 1.2536 1.8172v 2.4382 c 0.0000,0.3335 0.1265,0.5060 0.4945 0.5060h 0.2185 c 0.0575,-0.0000 0.1035,0.0345 0.1035 0.0920v 0.2185 l -0.0230,0.0230 c 0.0000,-0.0000 -0.7936,-0.0230 -1.2421 -0.0230c -0.4025,-0.0000 -1.1271,0.0230 -1.1271 0.0230l -0.0230,-0.0230 v -0.2185 c 0.0000,-0.0575 0.0345,-0.0920 0.0920 -0.0920h 0.1610 c 0.3795,-0.0000 0.4945,-0.1725 0.4945 -0.5060ZM 542.5806,276.5851 ZM 545.9274,273.7673 l -0.9086,0.2300 c -1.0121,0.3105 -1.1616,0.8396 -1.1616 1.3571c 0.0000,0.3565 0.1725,0.8971 0.8971 0.8971c 0.3450,-0.0000 0.8741,-0.3335 1.1731 -0.5866v -1.8977 ZM 545.9274,273.7673 ZM 546.6635,276.7231 c -0.4370,-0.0000 -0.6786,-0.3910 -0.7246 -0.6671l -0.2645,0.1840 c -0.5290,0.3680 -0.7246,0.4830 -1.2536 0.4830c -0.8051,-0.0000 -1.3916,-0.4600 -1.3916 -1.3226c 0.0000,-0.8741 0.7476,-1.4721 1.8402 -1.7482l 1.0581,-0.2645 c 0.0000,-1.2996 -0.5981,-1.5411 -0.9891 -1.5411c -0.4370,-0.0000 -0.9431,0.1955 -0.9431 0.5520c 0.0000,0.1265 0.0230,0.1955 0.0345 0.2300c 0.0230,0.0460 0.0345,0.1265 0.0345 0.2070c 0.0000,0.1495 -0.1150,0.3795 -0.4485 0.3795c -0.2760,-0.0000 -0.4600,-0.1840 -0.4600 -0.4600c 0.0000,-0.6671 1.0811,-1.2536 1.8172 -1.2536c 0.8396,-0.0000 1.8057,0.3450 1.8057 1.9782v 1.6907 c 0.0000,0.7016 0.0115,1.0006 0.2760 1.0006c 0.2530,-0.0000 0.3220,-0.3220 0.3335 -0.5751l 0.2875,0.0575 c -0.0690,0.8396 -0.4255,1.0696 -1.0121 1.0696ZM 547.7676,276.5851 ZM 554.7027,275.7570 v -2.6452 c 0.0000,-0.7706 -0.2990,-1.0581 -0.7361 -1.0581c -0.4485,-0.0000 -0.8051,0.2300 -1.3571 0.8396c 0.0230,0.1380 0.0230,0.2990 0.0230 0.4600v 2.4037 c 0.0000,0.3335 0.1150,0.5060 0.4945 0.5060h 0.1955 c 0.0575,-0.0000 0.1035,0.0345 0.1035 0.0920v 0.2185 l -0.0230,0.0230 c 0.0000,-0.0000 -0.7706,-0.0230 -1.2191 -0.0230c -0.4140,-0.0000 -1.2076,0.0230 -1.2076 0.0230l -0.0230,-0.0230 v -0.2185 c 0.0000,-0.0575 0.0345,-0.0920 0.0920 -0.0920h 0.2300 c 0.3910,-0.0000 0.4945,-0.1725 0.4945 -0.5060v -2.6222 c 0.0000,-0.7706 -0.3105,-1.0811 -0.7476 -1.0811c -0.4025,-0.0000 -0.7821,0.2875 -1.3226 0.8511v 2.8523 c 0.0000,0.3335 0.1150,0.5060 0.4945 0.5060h 0.2185 c 0.0460,-0.0000 0.0920,0.0345 0.0920 0.0920v 0.2185 l -0.0230,0.0230 c 0.0000,-0.0000 -0.7821,-0.0230 -1.2306 -0.0230c -0.4140,-0.0000 -1.1961,0.0230 -1.1961 0.0230l -0.0230,-0.0230 v -0.2185 c 0.0000,-0.0575 0.0345,-0.0920 0.0920 -0.0920h 0.2185 c 0.3910,-0.0000 0.4945,-0.1725 0.4945 -0.5060v -2.8638 c 0.0000,-0.6556 -0.1035,-0.7016 -0.2530 -0.7016c -0.1495,-0.0000 -0.2875,0.0115 -0.4830 0.0575l -0.0575,-0.3220 c 0.7246,-0.1265 0.8856,-0.1725 1.1961 -0.3335c 0.1150,-0.0575 0.2070,-0.0920 0.2875 -0.0920h 0.1725 l -0.0345,1.0006 h 0.0345 c 0.5405,-0.5751 1.0236,-1.0006 1.7367 -1.0006c 0.6441,-0.0000 1.0466,0.4715 1.1156 0.9891c 0.6671,-0.6901 1.2076,-0.9891 1.8287 -0.9891c 1.0121,-0.0000 1.1846,0.8396 1.1846 1.8632v 2.3922 c 0.0000,0.3335 0.1150,0.5060 0.4945 0.5060h 0.2185 c 0.0460,-0.0000 0.0920,0.0345 0.0920 0.0920v 0.2185 l -0.0230,0.0230 c 0.0000,-0.0000 -0.7821,-0.0230 -1.2306 -0.0230c -0.4140,-0.0000 -1.1961,0.0230 -1.1961 0.0230l -0.0230,-0.0230 v -0.2185 c 0.0000,-0.0575 0.0345,-0.0920 0.0920 -0.0920h 0.2185 c 0.3795,-0.0000 0.4945,-0.1725 0.4945 -0.5060ZM 556.5084,276.5851 ZM 557.8195,273.3993 h 2.1162 c 0.1150,-0.0000 0.1610,-0.0575 0.1610 -0.1610c 0.0000,-1.0696 -0.5405,-1.3456 -0.9546 -1.3456c -0.2645,-0.0000 -1.1271,0.1035 -1.3226 1.5066ZM 557.8195,273.3993 ZM 560.8558,275.5155 l 0.2300,0.1840 c -0.4370,0.5981 -1.1156,1.0236 -1.9437 1.0236c -1.5756,-0.0000 -2.2427,-1.1731 -2.2427 -2.4267c 0.0000,-1.7482 1.1501,-2.7948 2.2427 -2.7948c 1.5181,-0.0000 1.8747,1.1846 1.8747 2.1507c 0.0000,0.1265 -0.0805,0.1955 -0.2070 0.1955h -3.0248 c -0.0115,0.0690 -0.0115,0.1380 -0.0115 0.2300c 0.0000,1.1731 0.8166,2.0817 1.6446 2.0817c 0.6326,-0.0000 1.0351,-0.2070 1.4376 -0.6441Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(255,127,14)" stroke-width="9.288496759602278" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 463.2809,273.1175 h 9.9073 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.63" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 477.1512,256.7704 ZM 477.6457,255.1603 l 0.3105,-0.0115 c 0.0345,0.2875 0.1610,0.8396 0.4140 1.1041c 0.1150,0.1265 0.4255,0.3335 0.8511 0.3335c 0.4025,-0.0000 1.0006,-0.3220 1.0006 -0.8856c 0.0000,-0.4945 -0.2760,-0.8281 -1.1846 -1.2191c -0.8396,-0.3680 -1.2766,-0.6096 -1.2766 -1.4721c 0.0000,-0.7706 0.6786,-1.3226 1.5871 -1.3226c 0.5751,-0.0000 1.0006,0.1035 1.3571 0.2875c 0.0690,0.3680 0.1035,0.7591 0.1265 1.1731l -0.3105,0.0115 c -0.2415,-0.9431 -0.9316,-1.1271 -1.1731 -1.1271c -0.4370,-0.0000 -0.8856,0.1725 -0.8856 0.8051c 0.0000,0.4600 0.2185,0.6901 0.8511 0.9201c 0.9316,0.3450 1.6792,0.7591 1.6792 1.6792c 0.0000,1.1386 -1.2076,1.4721 -1.7482 1.4721c -0.4025,-0.0000 -0.7361,-0.0460 -1.0351 -0.1265c -0.0805,-0.0115 -0.1380,-0.0230 -0.2185 -0.0230c -0.0575,-0.0000 -0.1495,0.0115 -0.2645 0.0345c 0.0000,-0.4830 -0.0345,-1.0696 -0.0805 -1.6331ZM 481.4181,256.7704 ZM 483.2927,248.7427 v 3.8989 c 0.7706,-0.7706 1.4491,-0.9546 1.8977 -0.9546c 0.8281,-0.0000 1.2421,0.6326 1.2421 1.8172v 2.4382 c 0.0000,0.3335 0.1150,0.5060 0.4945 0.5060h 0.2185 c 0.0460,-0.0000 0.0920,0.0345 0.0920 0.0920v 0.2185 l -0.0230,0.0230 c 0.0000,-0.0000 -0.7821,-0.0230 -1.2421 -0.0230c -0.4025,-0.0000 -1.1846,0.0230 -1.1846 0.0230l -0.0230,-0.0230 v -0.2185 c 0.0000,-0.0575 0.0345,-0.0920 0.0920 -0.0920h 0.2185 c 0.3910,-0.0000 0.4945,-0.1725 0.4945 -0.5060v -2.5647 c 0.0000,-0.9316 -0.2530,-1.1501 -0.8971 -1.1501c -0.3335,-0.0000 -0.8281,0.2990 -1.3801 0.8396v 2.8753 c 0.0000,0.3335 0.1150,0.5060 0.4945 0.5060h 0.2185 c 0.0460,-0.0000 0.0920,0.0345 0.0920 0.0920v 0.2185 l -0.0230,0.0230 c 0.0000,-0.0000 -0.7821,-0.0230 -1.2306 -0.0230c -0.4140,-0.0000 -1.1846,0.0230 -1.1846 0.0230l -0.0230,-0.0230 v -0.2185 c 0.0000,-0.0575 0.0230,-0.0920 0.0805 -0.0920h 0.2185 c 0.3910,-0.0000 0.4945,-0.1725 0.4945 -0.5060v -5.7620 c 0.0000,-0.6556 -0.1035,-0.8396 -0.3335 -0.8396l -0.3795,0.0460 c -0.0345,-0.0000 -0.0575,-0.0230 -0.0575 -0.0575l -0.0230,-0.2875 c 0.1840,-0.0000 0.5981,-0.0690 0.7936 -0.1035c 0.2070,-0.0460 0.3795,-0.0920 0.6096 -0.1955h 0.2530 ZM 487.3756,256.7704 ZM 487.7666,254.4127 c 0.0000,-1.5756 0.8511,-2.7257 2.3807 -2.7257c 1.7022,-0.0000 2.3577,1.4261 2.3577 2.6222c 0.0000,1.1501 -0.7476,2.5992 -2.3807 2.5992c -1.5411,-0.0000 -2.3577,-1.3226 -2.3577 -2.4957ZM 487.7666,254.4127 ZM 490.0208,252.0665 c -0.9201,-0.0000 -1.3456,1.0811 -1.3456 2.0817c 0.0000,0.8856 0.5060,2.3577 1.6446 2.3577c 0.5175,-0.0000 1.2766,-0.3105 1.2766 -1.8287c 0.0000,-1.6907 -0.6326,-2.6107 -1.5756 -2.6107ZM 492.8846,256.7704 ZM 493.9082,255.9424 v -2.8638 c 0.0000,-0.5751 -0.0805,-0.7016 -0.2530 -0.7016c -0.1495,-0.0000 -0.2875,0.0115 -0.4830 0.0575l -0.0575,-0.3220 c 0.7246,-0.1265 0.8511,-0.1610 1.1961 -0.3335c 0.1150,-0.0575 0.2070,-0.0920 0.2875 -0.0920h 0.1725 l -0.0345,1.0351 h 0.0345 c 0.2990,-0.4485 0.8051,-1.0351 1.3456 -1.0351c 0.4715,-0.0000 0.6441,0.2300 0.6441 0.5290c 0.0000,0.2990 -0.1955,0.4830 -0.4945 0.4830c -0.2300,-0.0000 -0.3565,-0.0920 -0.4715 -0.2070c -0.0690,-0.0690 -0.1495,-0.1035 -0.2300 -0.1035c -0.1265,-0.0000 -0.3795,0.2070 -0.6556 0.5981c -0.0805,0.1035 -0.1380,0.2530 -0.1380 0.4025v 2.5532 c 0.0000,0.3335 0.1150,0.5060 0.4945 0.5060h 0.3335 c 0.0575,-0.0000 0.1035,0.0345 0.1035 0.0920v 0.2185 l -0.0230,0.0230 c 0.0000,-0.0000 -0.9086,-0.0230 -1.3571 -0.0230c -0.4140,-0.0000 -1.1961,0.0230 -1.1961 0.0230l -0.0115,-0.0230 v -0.2185 c 0.0000,-0.0575 0.0230,-0.0920 0.0805 -0.0920h 0.2185 c 0.3910,-0.0000 0.4945,-0.1725 0.4945 -0.5060ZM 496.8755,256.7704 ZM 498.7616,252.2735 v 2.9443 c 0.0000,0.7131 0.0690,1.0581 0.3795 1.0581c 0.2990,-0.0000 0.5290,-0.0920 0.8281 -0.3220l 0.2070,0.1955 c -0.4485,0.5060 -0.9086,0.7591 -1.4376 0.7591c -0.5290,-0.0000 -0.8396,-0.3220 -0.8396 -1.1386v -3.4963 h -0.7476 c -0.0345,-0.0000 -0.0460,-0.0115 -0.0460 -0.0460v -0.3565 c 0.0000,-0.0345 0.0115,-0.0460 0.0345 -0.0460c 0.7706,-0.0000 0.9546,-0.4485 0.9546 -1.3226v -0.2185 l 0.6671,-0.2300 v 1.7712 h 1.2651 c 0.0575,-0.0000 0.0920,0.0230 0.0920 0.0690v 0.2300 c 0.0000,0.1035 -0.1610,0.1495 -0.2760 0.1495h -1.0811 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(31,119,180)" stroke-width="4.644248379801139" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 463.2809,253.3029 h 9.9073 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.63" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 470.2161,236.9558 ZM 471.4122,230.3887 c 0.0000,-0.2990 0.2415,-0.5520 0.5520 -0.5520c 0.2990,-0.0000 0.5520,0.2530 0.5520 0.5520c 0.0000,0.3105 -0.2530,0.5520 -0.5520 0.5520c -0.3105,-0.0000 -0.5520,-0.2415 -0.5520 -0.5520ZM 471.4122,230.3887 ZM 470.8026,239.1870 c 0.5060,-0.0000 0.8511,-0.9086 0.8511 -2.5302v -3.3928 c 0.0000,-0.6096 -0.1035,-0.7016 -0.2530 -0.7016c -0.1610,-0.0000 -0.2875,0.0115 -0.4830 0.0575l -0.0575,-0.3220 c 0.8396,-0.1380 1.0926,-0.2760 1.2421 -0.3565c 0.0805,-0.0345 0.1265,-0.0690 0.2415 -0.0690h 0.1725 v 4.4279 c 0.0000,1.5066 -0.1150,2.1392 -0.7476 2.7833c -0.3105,0.2990 -0.6441,0.4370 -0.9201 0.4370c -0.4715,-0.0000 -1.0811,-0.2415 -1.0811 -0.5866c 0.0000,-0.2875 0.1725,-0.4370 0.3680 -0.4370c 0.2760,-0.0000 0.4255,0.2645 0.4830 0.5060c 0.0345,0.1150 0.0920,0.1840 0.1840 0.1840ZM 473.4018,236.9558 ZM 478.3358,235.6217 c 0.0000,0.5751 0.0575,0.7591 0.2875 0.7591c 0.1380,-0.0000 0.3910,-0.0230 0.5866 -0.0575l 0.0460,0.3220 c -0.7016,0.1265 -1.2651,0.2415 -1.5296 0.4485h -0.2530 l 0.0345,-0.8511 h -0.0345 c -0.6326,0.6901 -1.1501,0.8511 -1.6216 0.8511c -1.1386,-0.0000 -1.4376,-0.7706 -1.4376 -1.5641v -2.6222 c 0.0000,-0.3795 -0.0805,-0.5751 -0.5060 -0.5751c -0.0460,-0.0000 -0.1265,0.0115 -0.1955 0.0115l -0.0345,-0.0115 v -0.2990 l 0.0345,-0.0345 c 0.0000,-0.0000 0.7821,0.0230 1.1501 0.0230c 0.1610,-0.0000 0.4255,-0.0230 0.4255 -0.0230l -0.0115,0.9201 v 2.4497 c 0.0000,1.0236 0.5290,1.2076 0.8741 1.2076c 0.2645,-0.0000 0.5060,-0.1035 0.7476 -0.2760c 0.2760,-0.2070 0.4600,-0.3680 0.5751 -0.5175v -2.8408 c 0.0000,-0.4140 -0.0575,-0.6096 -0.4830 -0.6096c -0.0690,-0.0000 -0.1955,0.0115 -0.2300 0.0115l -0.0230,-0.0230 v -0.2875 l 0.0230,-0.0345 c 0.0000,-0.0000 0.8166,0.0230 1.1386 0.0230c 0.2645,-0.0000 0.4485,-0.0230 0.4485 -0.0230l -0.0115,0.9086 v 2.7142 ZM 479.3479,236.9558 ZM 479.8424,235.3457 l 0.3105,-0.0115 c 0.0345,0.2875 0.1610,0.8396 0.4140 1.1041c 0.1150,0.1265 0.4255,0.3335 0.8511 0.3335c 0.4025,-0.0000 1.0006,-0.3220 1.0006 -0.8856c 0.0000,-0.4945 -0.2760,-0.8281 -1.1846 -1.2191c -0.8396,-0.3680 -1.2766,-0.6096 -1.2766 -1.4721c 0.0000,-0.7706 0.6786,-1.3226 1.5871 -1.3226c 0.5751,-0.0000 1.0006,0.1035 1.3571 0.2875c 0.0690,0.3680 0.1035,0.7591 0.1265 1.1731l -0.3105,0.0115 c -0.2415,-0.9431 -0.9316,-1.1271 -1.1731 -1.1271c -0.4370,-0.0000 -0.8856,0.1725 -0.8856 0.8051c 0.0000,0.4600 0.2185,0.6901 0.8511 0.9201c 0.9316,0.3450 1.6792,0.7591 1.6792 1.6792c 0.0000,1.1386 -1.2076,1.4721 -1.7482 1.4721c -0.4025,-0.0000 -0.7361,-0.0460 -1.0351 -0.1265c -0.0805,-0.0115 -0.1380,-0.0230 -0.2185 -0.0230c -0.0575,-0.0000 -0.1495,0.0115 -0.2645 0.0345c 0.0000,-0.4830 -0.0345,-1.0696 -0.0805 -1.6331ZM 483.6148,236.9558 ZM 485.5009,232.4589 v 2.9443 c 0.0000,0.7131 0.0690,1.0581 0.3795 1.0581c 0.2990,-0.0000 0.5290,-0.0920 0.8281 -0.3220l 0.2070,0.1955 c -0.4485,0.5060 -0.9086,0.7591 -1.4376 0.7591c -0.5290,-0.0000 -0.8396,-0.3220 -0.8396 -1.1386v -3.4963 h -0.7476 c -0.0345,-0.0000 -0.0460,-0.0115 -0.0460 -0.0460v -0.3565 c 0.0000,-0.0345 0.0115,-0.0460 0.0345 -0.0460c 0.7706,-0.0000 0.9546,-0.4485 0.9546 -1.3226v -0.2185 l 0.6671,-0.2300 v 1.7712 h 1.2651 c 0.0575,-0.0000 0.0920,0.0230 0.0920 0.0690v 0.2300 c 0.0000,0.1035 -0.1610,0.1495 -0.2760 0.1495h -1.0811 ZM 489.9633,236.9558 ZM 493.3101,234.1380 l -0.9086,0.2300 c -1.0121,0.3105 -1.1616,0.8396 -1.1616 1.3571c 0.0000,0.3565 0.1725,0.8971 0.8971 0.8971c 0.3450,-0.0000 0.8741,-0.3335 1.1731 -0.5866v -1.8977 ZM 493.3101,234.1380 ZM 494.0462,237.0938 c -0.4370,-0.0000 -0.6786,-0.3910 -0.7246 -0.6671l -0.2645,0.1840 c -0.5290,0.3680 -0.7246,0.4830 -1.2536 0.4830c -0.8051,-0.0000 -1.3916,-0.4600 -1.3916 -1.3226c 0.0000,-0.8741 0.7476,-1.4721 1.8402 -1.7482l 1.0581,-0.2645 c 0.0000,-1.2996 -0.5981,-1.5411 -0.9891 -1.5411c -0.4370,-0.0000 -0.9431,0.1955 -0.9431 0.5520c 0.0000,0.1265 0.0230,0.1955 0.0345 0.2300c 0.0230,0.0460 0.0345,0.1265 0.0345 0.2070c 0.0000,0.1495 -0.1150,0.3795 -0.4485 0.3795c -0.2760,-0.0000 -0.4600,-0.1840 -0.4600 -0.4600c 0.0000,-0.6671 1.0811,-1.2536 1.8172 -1.2536c 0.8396,-0.0000 1.8057,0.3450 1.8057 1.9782v 1.6907 c 0.0000,0.7016 0.0115,1.0006 0.2760 1.0006c 0.2530,-0.0000 0.3220,-0.3220 0.3335 -0.5751l 0.2875,0.0575 c -0.0690,0.8396 -0.4255,1.0696 -1.0121 1.0696ZM 498.0256,236.9558 ZM 501.6599,233.7010 c 0.0000,-0.9546 -0.4485,-1.5066 -1.1386 -1.5066c -0.5981,-0.0000 -1.0006,0.4140 -1.0006 1.3111c 0.0000,0.5981 0.2300,1.5411 1.1501 1.5411c 0.4025,-0.0000 0.9891,-0.1955 0.9891 -1.3456ZM 501.6599,233.7010 ZM 499.5092,237.0363 c -0.3565,0.3335 -0.4370,0.6901 -0.4370 1.0811c 0.0000,0.8626 1.0351,1.1156 1.4261 1.1156c 0.9891,-0.0000 2.2427,-0.3450 2.2427 -1.1731c 0.0000,-0.2990 -0.1610,-0.4945 -0.6096 -0.7131c -0.3220,-0.1610 -0.7936,-0.2875 -1.3456 -0.2875c -0.0920,-0.0000 -0.2185,0.0115 -0.3795 0.0230c -0.1610,0.0115 -0.3335,0.0115 -0.4600 0.0115c -0.1840,-0.0000 -0.2760,-0.0230 -0.4370 -0.0575ZM 499.5092,237.0363 ZM 503.0055,232.4934 c -0.1840,-0.0000 -0.2990,-0.1035 -0.3450 -0.1955c -0.0690,-0.1035 -0.1150,-0.1380 -0.1955 -0.1380c -0.1380,-0.0000 -0.3565,0.1610 -0.4370 0.2760c 0.3220,0.3450 0.4715,0.6786 0.4715 1.2191c 0.0000,1.1271 -0.9201,1.7367 -1.8862 1.7367c -0.4255,-0.0000 -0.7706,-0.0805 -1.0351 -0.2415c -0.1265,0.1955 -0.1955,0.4370 -0.1955 0.6671c 0.0000,0.4945 0.3795,0.6211 0.7016 0.6211c 0.0575,-0.0000 0.1955,-0.0115 0.3565 -0.0230c 0.2645,-0.0345 0.5520,-0.0575 0.7476 -0.0575c 0.4025,-0.0000 1.1616,0.0805 1.6216 0.4715c 0.3105,0.2875 0.4830,0.5636 0.4830 0.9316c 0.0000,1.2421 -1.6331,1.8977 -3.1168 1.8977c -0.8396,-0.0000 -1.7712,-0.3105 -1.7712 -1.3111c 0.0000,-0.4945 0.3105,-1.0236 0.8971 -1.3916c -0.2875,-0.1495 -0.4945,-0.4370 -0.4945 -0.8511c 0.0000,-0.3910 0.1725,-0.8856 0.4830 -1.1616c -0.3105,-0.3105 -0.5751,-0.7016 -0.5751 -1.3341c 0.0000,-1.0581 0.9316,-1.7367 1.9092 -1.7367c 0.6441,-0.0000 1.0466,0.2645 1.1731 0.3565c 0.2875,-0.3910 0.8051,-0.5866 1.0926 -0.5866c 0.2990,-0.0000 0.5060,0.1955 0.5060 0.4370c 0.0000,0.2530 -0.1610,0.4140 -0.3910 0.4140ZM 503.5346,236.9558 ZM 504.6272,236.1277 v -5.7620 c 0.0000,-0.6556 -0.1150,-0.8396 -0.3450 -0.8396l -0.3680,0.0460 c -0.0345,-0.0000 -0.0690,-0.0230 -0.0690 -0.0575l -0.0230,-0.2875 c 0.1840,-0.0000 0.6096,-0.0690 0.8051 -0.1035c 0.2070,-0.0460 0.3680,-0.0920 0.5981 -0.1955h 0.2530 v 7.1997 c 0.0000,0.3335 0.1265,0.5060 0.4945 0.5060h 0.2760 c 0.0460,-0.0000 0.0920,0.0345 0.0920 0.0920v 0.2185 l -0.0230,0.0230 c 0.0000,-0.0000 -0.8396,-0.0230 -1.2881 -0.0230c -0.4025,-0.0000 -1.2421,0.0230 -1.2421 0.0230l -0.0115,-0.0230 v -0.2185 c 0.0000,-0.0575 0.0230,-0.0920 0.0805 -0.0920h 0.2760 c 0.3795,-0.0000 0.4945,-0.1725 0.4945 -0.5060ZM 506.5248,236.9558 ZM 508.9171,232.2404 c 0.0000,0.0575 -0.0690,0.0920 -0.1265 0.0920c -0.3450,-0.0000 -0.4945,0.0690 -0.4945 0.2530c 0.0000,0.0690 0.0230,0.1610 0.0690 0.2645l 1.2651,2.9673 l 1.2766,-2.9213 c 0.0575,-0.1035 0.0805,-0.1955 0.0805 -0.2645c 0.0000,-0.2415 -0.2300,-0.2990 -0.4830 -0.2990h -0.0460 c -0.0575,-0.0000 -0.1150,-0.0460 -0.1150 -0.0805v -0.2185 l 0.0230,-0.0345 c 0.0000,-0.0000 0.6786,0.0230 1.0811 0.0230c 0.3220,-0.0000 0.7936,-0.0230 0.7936 -0.0230l 0.0345,0.0230 v 0.2185 c 0.0000,0.0575 -0.0460,0.0920 -0.1265 0.0920c -0.4370,-0.0000 -0.6556,0.4485 -0.8166 0.7821c -0.6096,1.2881 -1.1156,2.4727 -2.0357 4.6924c -0.3450,0.8281 -0.7591,1.7942 -1.5756 1.7942c -0.2185,-0.0000 -0.6671,-0.1265 -0.6671 -0.5405c 0.0000,-0.3450 0.2530,-0.4485 0.4370 -0.4485c 0.1725,-0.0000 0.2875,0.0690 0.3565 0.1610c 0.1150,0.1150 0.1955,0.1955 0.3105 0.1955c 0.1725,-0.0000 0.5751,-0.9891 0.8626 -1.6907c 0.0690,-0.1380 0.0920,-0.2530 0.0920 -0.3565c 0.0000,-0.1150 -0.1035,-0.4255 -0.1955 -0.6556l -1.4491,-3.3698 c -0.1840,-0.4370 -0.3105,-0.5636 -0.7016 -0.5636c -0.0690,-0.0000 -0.1150,-0.0345 -0.1150 -0.0805v -0.2300 l 0.0230,-0.0230 c 0.0000,-0.0000 0.5060,0.0230 0.8511 0.0230c 0.5405,-0.0000 1.3686,-0.0230 1.3686 -0.0230l 0.0230,0.0345 v 0.2070 ZM 512.3789,236.9558 ZM 514.0925,233.3445 v 2.8638 c 0.4025,0.4715 0.7821,0.4945 0.9661 0.4945c 1.2306,-0.0000 1.5066,-1.1501 1.5066 -2.1392c 0.0000,-1.3916 -0.5636,-2.1622 -1.2651 -2.1622c -0.3910,-0.0000 -0.9546,0.3335 -1.2076 0.9431ZM 514.0925,233.3445 ZM 513.2414,238.7730 v -5.6930 c 0.0000,-0.4370 -0.1035,-0.5175 -0.2645 -0.5175c -0.1495,-0.0000 -0.2875,0.0115 -0.4830 0.0575l -0.0575,-0.3220 c 0.7361,-0.1265 0.8741,-0.1725 1.1961 -0.3335c 0.1265,-0.0575 0.2070,-0.0920 0.2875 -0.0920h 0.1725 l -0.0345,0.9201 h 0.0345 c 0.5290,-0.8051 1.1501,-0.9201 1.5181 -0.9201c 1.1156,-0.0000 1.8517,1.1616 1.8517 2.3807c 0.0000,0.9316 -0.2875,1.6446 -0.8051 2.1737c -0.4485,0.4485 -0.9201,0.6671 -1.5296 0.6671c -0.4140,-0.0000 -0.7361,-0.0920 -1.0351 -0.2530v 1.9322 c 0.0000,0.3335 0.1265,0.5060 0.4945 0.5060h 0.2185 c 0.0575,-0.0000 0.1035,0.0345 0.1035 0.0920v 0.2185 l -0.0230,0.0230 c 0.0000,-0.0000 -0.7936,-0.0230 -1.2421 -0.0230c -0.4025,-0.0000 -1.1846,0.0230 -1.1846 0.0230l -0.0230,-0.0230 v -0.2185 c 0.0000,-0.0575 0.0345,-0.0920 0.0920 -0.0920h 0.2185 c 0.3795,-0.0000 0.4945,-0.1725 0.4945 -0.5060ZM 517.8879,236.9558 ZM 519.7625,228.9281 v 3.8989 c 0.7706,-0.7706 1.4491,-0.9546 1.8977 -0.9546c 0.8281,-0.0000 1.2421,0.6326 1.2421 1.8172v 2.4382 c 0.0000,0.3335 0.1150,0.5060 0.4945 0.5060h 0.2185 c 0.0460,-0.0000 0.0920,0.0345 0.0920 0.0920v 0.2185 l -0.0230,0.0230 c 0.0000,-0.0000 -0.7821,-0.0230 -1.2421 -0.0230c -0.4025,-0.0000 -1.1846,0.0230 -1.1846 0.0230l -0.0230,-0.0230 v -0.2185 c 0.0000,-0.0575 0.0345,-0.0920 0.0920 -0.0920h 0.2185 c 0.3910,-0.0000 0.4945,-0.1725 0.4945 -0.5060v -2.5647 c 0.0000,-0.9316 -0.2530,-1.1501 -0.8971 -1.1501c -0.3335,-0.0000 -0.8281,0.2990 -1.3801 0.8396v 2.8753 c 0.0000,0.3335 0.1150,0.5060 0.4945 0.5060h 0.2185 c 0.0460,-0.0000 0.0920,0.0345 0.0920 0.0920v 0.2185 l -0.0230,0.0230 c 0.0000,-0.0000 -0.7821,-0.0230 -1.2306 -0.0230c -0.4140,-0.0000 -1.1846,0.0230 -1.1846 0.0230l -0.0230,-0.0230 v -0.2185 c 0.0000,-0.0575 0.0230,-0.0920 0.0805 -0.0920h 0.2185 c 0.3910,-0.0000 0.4945,-0.1725 0.4945 -0.5060v -5.7620 c 0.0000,-0.6556 -0.1035,-0.8396 -0.3335 -0.8396l -0.3795,0.0460 c -0.0345,-0.0000 -0.0575,-0.0230 -0.0575 -0.0575l -0.0230,-0.2875 c 0.1840,-0.0000 0.5981,-0.0690 0.7936 -0.1035c 0.2070,-0.0460 0.3795,-0.0920 0.6096 -0.1955h 0.2530 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="6.966372569701709" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 466.2531,233.4882 c 0.0000,-1.6415 -1.3307,-2.9722 -2.9722 -2.9722c -1.6415,-0.0000 -2.9722,1.3307 -2.9722 2.9722c -0.0000,1.6415 1.3307,2.9722 2.9722 2.9722c 1.6415,0.0000 2.9722,-1.3307 2.9722 -2.9722Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.63" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 487.0585,217.1411 ZM 490.6928,213.8864 c 0.0000,-0.9546 -0.4485,-1.5066 -1.1386 -1.5066c -0.5981,-0.0000 -1.0006,0.4140 -1.0006 1.3111c 0.0000,0.5981 0.2300,1.5411 1.1501 1.5411c 0.4025,-0.0000 0.9891,-0.1955 0.9891 -1.3456ZM 490.6928,213.8864 ZM 488.5421,217.2217 c -0.3565,0.3335 -0.4370,0.6901 -0.4370 1.0811c 0.0000,0.8626 1.0351,1.1156 1.4261 1.1156c 0.9891,-0.0000 2.2427,-0.3450 2.2427 -1.1731c 0.0000,-0.2990 -0.1610,-0.4945 -0.6096 -0.7131c -0.3220,-0.1610 -0.7936,-0.2875 -1.3456 -0.2875c -0.0920,-0.0000 -0.2185,0.0115 -0.3795 0.0230c -0.1610,0.0115 -0.3335,0.0115 -0.4600 0.0115c -0.1840,-0.0000 -0.2760,-0.0230 -0.4370 -0.0575ZM 488.5421,217.2217 ZM 492.0385,212.6787 c -0.1840,-0.0000 -0.2990,-0.1035 -0.3450 -0.1955c -0.0690,-0.1035 -0.1150,-0.1380 -0.1955 -0.1380c -0.1380,-0.0000 -0.3565,0.1610 -0.4370 0.2760c 0.3220,0.3450 0.4715,0.6786 0.4715 1.2191c 0.0000,1.1271 -0.9201,1.7367 -1.8862 1.7367c -0.4255,-0.0000 -0.7706,-0.0805 -1.0351 -0.2415c -0.1265,0.1955 -0.1955,0.4370 -0.1955 0.6671c 0.0000,0.4945 0.3795,0.6211 0.7016 0.6211c 0.0575,-0.0000 0.1955,-0.0115 0.3565 -0.0230c 0.2645,-0.0345 0.5520,-0.0575 0.7476 -0.0575c 0.4025,-0.0000 1.1616,0.0805 1.6216 0.4715c 0.3105,0.2875 0.4830,0.5636 0.4830 0.9316c 0.0000,1.2421 -1.6331,1.8977 -3.1168 1.8977c -0.8396,-0.0000 -1.7712,-0.3105 -1.7712 -1.3111c 0.0000,-0.4945 0.3105,-1.0236 0.8971 -1.3916c -0.2875,-0.1495 -0.4945,-0.4370 -0.4945 -0.8511c 0.0000,-0.3910 0.1725,-0.8856 0.4830 -1.1616c -0.3105,-0.3105 -0.5751,-0.7016 -0.5751 -1.3341c 0.0000,-1.0581 0.9316,-1.7367 1.9092 -1.7367c 0.6441,-0.0000 1.0466,0.2645 1.1731 0.3565c 0.2875,-0.3910 0.8051,-0.5866 1.0926 -0.5866c 0.2990,-0.0000 0.5060,0.1955 0.5060 0.4370c 0.0000,0.2530 -0.1610,0.4140 -0.3910 0.4140ZM 492.5675,217.1411 ZM 493.6601,216.3131 v -5.7620 c 0.0000,-0.6556 -0.1150,-0.8396 -0.3450 -0.8396l -0.3680,0.0460 c -0.0345,-0.0000 -0.0690,-0.0230 -0.0690 -0.0575l -0.0230,-0.2875 c 0.1840,-0.0000 0.6096,-0.0690 0.8051 -0.1035c 0.2070,-0.0460 0.3680,-0.0920 0.5981 -0.1955h 0.2530 v 7.1997 c 0.0000,0.3335 0.1265,0.5060 0.4945 0.5060h 0.2760 c 0.0460,-0.0000 0.0920,0.0345 0.0920 0.0920v 0.2185 l -0.0230,0.0230 c 0.0000,-0.0000 -0.8396,-0.0230 -1.2881 -0.0230c -0.4025,-0.0000 -1.2421,0.0230 -1.2421 0.0230l -0.0115,-0.0230 v -0.2185 c 0.0000,-0.0575 0.0230,-0.0920 0.0805 -0.0920h 0.2760 c 0.3795,-0.0000 0.4945,-0.1725 0.4945 -0.5060ZM 495.5578,217.1411 ZM 497.9500,212.4257 c 0.0000,0.0575 -0.0690,0.0920 -0.1265 0.0920c -0.3450,-0.0000 -0.4945,0.0690 -0.4945 0.2530c 0.0000,0.0690 0.0230,0.1610 0.0690 0.2645l 1.2651,2.9673 l 1.2766,-2.9213 c 0.0575,-0.1035 0.0805,-0.1955 0.0805 -0.2645c 0.0000,-0.2415 -0.2300,-0.2990 -0.4830 -0.2990h -0.0460 c -0.0575,-0.0000 -0.1150,-0.0460 -0.1150 -0.0805v -0.2185 l 0.0230,-0.0345 c 0.0000,-0.0000 0.6786,0.0230 1.0811 0.0230c 0.3220,-0.0000 0.7936,-0.0230 0.7936 -0.0230l 0.0345,0.0230 v 0.2185 c 0.0000,0.0575 -0.0460,0.0920 -0.1265 0.0920c -0.4370,-0.0000 -0.6556,0.4485 -0.8166 0.7821c -0.6096,1.2881 -1.1156,2.4727 -2.0357 4.6924c -0.3450,0.8281 -0.7591,1.7942 -1.5756 1.7942c -0.2185,-0.0000 -0.6671,-0.1265 -0.6671 -0.5405c 0.0000,-0.3450 0.2530,-0.4485 0.4370 -0.4485c 0.1725,-0.0000 0.2875,0.0690 0.3565 0.1610c 0.1150,0.1150 0.1955,0.1955 0.3105 0.1955c 0.1725,-0.0000 0.5751,-0.9891 0.8626 -1.6907c 0.0690,-0.1380 0.0920,-0.2530 0.0920 -0.3565c 0.0000,-0.1150 -0.1035,-0.4255 -0.1955 -0.6556l -1.4491,-3.3698 c -0.1840,-0.4370 -0.3105,-0.5636 -0.7016 -0.5636c -0.0690,-0.0000 -0.1150,-0.0345 -0.1150 -0.0805v -0.2300 l 0.0230,-0.0230 c 0.0000,-0.0000 0.5060,0.0230 0.8511 0.0230c 0.5405,-0.0000 1.3686,-0.0230 1.3686 -0.0230l 0.0230,0.0345 v 0.2070 ZM 501.4118,217.1411 ZM 503.1255,213.5298 v 2.8638 c 0.4025,0.4715 0.7821,0.4945 0.9661 0.4945c 1.2306,-0.0000 1.5066,-1.1501 1.5066 -2.1392c 0.0000,-1.3916 -0.5636,-2.1622 -1.2651 -2.1622c -0.3910,-0.0000 -0.9546,0.3335 -1.2076 0.9431ZM 503.1255,213.5298 ZM 502.2744,218.9583 v -5.6930 c 0.0000,-0.4370 -0.1035,-0.5175 -0.2645 -0.5175c -0.1495,-0.0000 -0.2875,0.0115 -0.4830 0.0575l -0.0575,-0.3220 c 0.7361,-0.1265 0.8741,-0.1725 1.1961 -0.3335c 0.1265,-0.0575 0.2070,-0.0920 0.2875 -0.0920h 0.1725 l -0.0345,0.9201 h 0.0345 c 0.5290,-0.8051 1.1501,-0.9201 1.5181 -0.9201c 1.1156,-0.0000 1.8517,1.1616 1.8517 2.3807c 0.0000,0.9316 -0.2875,1.6446 -0.8051 2.1737c -0.4485,0.4485 -0.9201,0.6671 -1.5296 0.6671c -0.4140,-0.0000 -0.7361,-0.0920 -1.0351 -0.2530v 1.9322 c 0.0000,0.3335 0.1265,0.5060 0.4945 0.5060h 0.2185 c 0.0575,-0.0000 0.1035,0.0345 0.1035 0.0920v 0.2185 l -0.0230,0.0230 c 0.0000,-0.0000 -0.7936,-0.0230 -1.2421 -0.0230c -0.4025,-0.0000 -1.1846,0.0230 -1.1846 0.0230l -0.0230,-0.0230 v -0.2185 c 0.0000,-0.0575 0.0345,-0.0920 0.0920 -0.0920h 0.2185 c 0.3795,-0.0000 0.4945,-0.1725 0.4945 -0.5060ZM 506.9208,217.1411 ZM 508.7955,209.1134 v 3.8989 c 0.7706,-0.7706 1.4491,-0.9546 1.8977 -0.9546c 0.8281,-0.0000 1.2421,0.6326 1.2421 1.8172v 2.4382 c 0.0000,0.3335 0.1150,0.5060 0.4945 0.5060h 0.2185 c 0.0460,-0.0000 0.0920,0.0345 0.0920 0.0920v 0.2185 l -0.0230,0.0230 c 0.0000,-0.0000 -0.7821,-0.0230 -1.2421 -0.0230c -0.4025,-0.0000 -1.1846,0.0230 -1.1846 0.0230l -0.0230,-0.0230 v -0.2185 c 0.0000,-0.0575 0.0345,-0.0920 0.0920 -0.0920h 0.2185 c 0.3910,-0.0000 0.4945,-0.1725 0.4945 -0.5060v -2.5647 c 0.0000,-0.9316 -0.2530,-1.1501 -0.8971 -1.1501c -0.3335,-0.0000 -0.8281,0.2990 -1.3801 0.8396v 2.8753 c 0.0000,0.3335 0.1150,0.5060 0.4945 0.5060h 0.2185 c 0.0460,-0.0000 0.0920,0.0345 0.0920 0.0920v 0.2185 l -0.0230,0.0230 c 0.0000,-0.0000 -0.7821,-0.0230 -1.2306 -0.0230c -0.4140,-0.0000 -1.1846,0.0230 -1.1846 0.0230l -0.0230,-0.0230 v -0.2185 c 0.0000,-0.0575 0.0230,-0.0920 0.0805 -0.0920h 0.2185 c 0.3910,-0.0000 0.4945,-0.1725 0.4945 -0.5060v -5.7620 c 0.0000,-0.6556 -0.1035,-0.8396 -0.3335 -0.8396l -0.3795,0.0460 c -0.0345,-0.0000 -0.0575,-0.0230 -0.0575 -0.0575l -0.0230,-0.2875 c 0.1840,-0.0000 0.5981,-0.0690 0.7936 -0.1035c 0.2070,-0.0460 0.3795,-0.0920 0.6096 -0.1955h 0.2530 ZM 512.8783,217.1411 ZM 516.2021,214.1969 h 1.9782 v 0.5636 h -1.9782 v 1.9897 h -0.5751 v -1.9897 h -1.9897 v -0.5636 h 1.9897 v -2.0012 h 0.5751 v 2.0012 ZM 518.9394,217.1411 ZM 520.0320,216.3131 v -5.7620 c 0.0000,-0.6556 -0.1150,-0.8396 -0.3450 -0.8396l -0.3680,0.0460 c -0.0345,-0.0000 -0.0690,-0.0230 -0.0690 -0.0575l -0.0230,-0.2875 c 0.1840,-0.0000 0.6096,-0.0690 0.8051 -0.1035c 0.2070,-0.0460 0.3680,-0.0920 0.5981 -0.1955h 0.2530 v 7.1997 c 0.0000,0.3335 0.1265,0.5060 0.4945 0.5060h 0.2760 c 0.0460,-0.0000 0.0920,0.0345 0.0920 0.0920v 0.2185 l -0.0230,0.0230 c 0.0000,-0.0000 -0.8396,-0.0230 -1.2881 -0.0230c -0.4025,-0.0000 -1.2421,0.0230 -1.2421 0.0230l -0.0115,-0.0230 v -0.2185 c 0.0000,-0.0575 0.0230,-0.0920 0.0805 -0.0920h 0.2760 c 0.3795,-0.0000 0.4945,-0.1725 0.4945 -0.5060ZM 521.9297,217.1411 ZM 522.8267,210.5741 c 0.0000,-0.2990 0.2415,-0.5520 0.5405 -0.5520c 0.3105,-0.0000 0.5520,0.2530 0.5520 0.5520c 0.0000,0.3105 -0.2415,0.5520 -0.5520 0.5520c -0.2990,-0.0000 -0.5405,-0.2415 -0.5405 -0.5520ZM 522.8267,210.5741 ZM 523.9193,216.3131 c 0.0000,0.3335 0.1265,0.5060 0.4945 0.5060h 0.2185 c 0.0575,-0.0000 0.1035,0.0345 0.1035 0.0920v 0.2185 l -0.0230,0.0230 c 0.0000,-0.0000 -0.7936,-0.0230 -1.2421 -0.0230c -0.4025,-0.0000 -1.1846,0.0230 -1.1846 0.0230l -0.0230,-0.0230 v -0.2185 c 0.0000,-0.0575 0.0345,-0.0920 0.0920 -0.0920h 0.2185 c 0.3795,-0.0000 0.4945,-0.1725 0.4945 -0.5060v -2.8638 c 0.0000,-0.6096 -0.1035,-0.7016 -0.2645 -0.7016c -0.1495,-0.0000 -0.2875,0.0115 -0.4830 0.0575l -0.0575,-0.3220 c 0.7361,-0.1265 0.8626,-0.1725 1.1961 -0.3335c 0.1265,-0.0460 0.2070,-0.0920 0.2875 -0.0920h 0.1725 v 4.2554 ZM 524.9659,217.1411 ZM 529.1523,216.3131 v -2.5187 c 0.0000,-0.8051 -0.1380,-1.1846 -0.7476 -1.1846c -0.5060,-0.0000 -0.9431,0.1955 -1.5296 0.8856v 2.8178 c 0.0000,0.3335 0.1150,0.5060 0.4945 0.5060h 0.1610 c 0.0575,-0.0000 0.0920,0.0345 0.0920 0.0920v 0.2185 l -0.0230,0.0230 c 0.0000,-0.0000 -0.7246,-0.0230 -1.1731 -0.0230c -0.4140,-0.0000 -1.1961,0.0230 -1.1961 0.0230l -0.0230,-0.0230 v -0.2185 c 0.0000,-0.0575 0.0345,-0.0920 0.0920 -0.0920h 0.2185 c 0.3910,-0.0000 0.4945,-0.1725 0.4945 -0.5060v -2.8638 c 0.0000,-0.6211 -0.0920,-0.7016 -0.2530 -0.7016c -0.1495,-0.0000 -0.2875,0.0115 -0.4830 0.0575l -0.0575,-0.3220 c 0.4830,-0.0805 0.8281,-0.1380 1.1846 -0.3335c 0.1265,-0.0575 0.2185,-0.0920 0.2990 -0.0920h 0.1725 l -0.0345,1.0236 h 0.0345 c 0.7361,-0.8626 1.2881,-1.0236 1.8747 -1.0236c 1.0351,-0.0000 1.2536,0.7936 1.2536 1.8172v 2.4382 c 0.0000,0.3335 0.1265,0.5060 0.4945 0.5060h 0.2185 c 0.0575,-0.0000 0.1035,0.0345 0.1035 0.0920v 0.2185 l -0.0230,0.0230 c 0.0000,-0.0000 -0.7936,-0.0230 -1.2421 -0.0230c -0.4025,-0.0000 -1.1271,0.0230 -1.1271 0.0230l -0.0230,-0.0230 v -0.2185 c 0.0000,-0.0575 0.0345,-0.0920 0.0920 -0.0920h 0.1610 c 0.3795,-0.0000 0.4945,-0.1725 0.4945 -0.5060ZM 530.9465,217.1411 ZM 532.2576,213.9554 h 2.1162 c 0.1150,-0.0000 0.1610,-0.0575 0.1610 -0.1610c 0.0000,-1.0696 -0.5405,-1.3456 -0.9546 -1.3456c -0.2645,-0.0000 -1.1271,0.1035 -1.3226 1.5066ZM 532.2576,213.9554 ZM 535.2939,216.0716 l 0.2300,0.1840 c -0.4370,0.5981 -1.1156,1.0236 -1.9437 1.0236c -1.5756,-0.0000 -2.2427,-1.1731 -2.2427 -2.4267c 0.0000,-1.7482 1.1501,-2.7948 2.2427 -2.7948c 1.5181,-0.0000 1.8747,1.1846 1.8747 2.1507c 0.0000,0.1265 -0.0805,0.1955 -0.2070 0.1955h -3.0248 c -0.0115,0.0690 -0.0115,0.1380 -0.0115 0.2300c 0.0000,1.1731 0.8166,2.0817 1.6446 2.0817c 0.6326,-0.0000 1.0351,-0.2070 1.4376 -0.6441Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="9.288496759602278" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 443.4663,213.6736 h 39.6293 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="6.966372569701709" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 466.2531,213.6736 c 0.0000,-1.6415 -1.3307,-2.9722 -2.9722 -2.9722c -1.6415,-0.0000 -2.9722,1.3307 -2.9722 2.9722c -0.0000,1.6415 1.3307,2.9722 2.9722 2.9722c 1.6415,0.0000 2.9722,-1.3307 2.9722 -2.9722Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.63" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 472.1975,197.3265 ZM 473.2211,196.4984 v -2.8638 c 0.0000,-0.5751 -0.0805,-0.7016 -0.2530 -0.7016c -0.1495,-0.0000 -0.2875,0.0115 -0.4830 0.0575l -0.0575,-0.3220 c 0.7246,-0.1265 0.8511,-0.1610 1.1961 -0.3335c 0.1150,-0.0575 0.2070,-0.0920 0.2875 -0.0920h 0.1725 l -0.0345,1.0351 h 0.0345 c 0.2990,-0.4485 0.8051,-1.0351 1.3456 -1.0351c 0.4715,-0.0000 0.6441,0.2300 0.6441 0.5290c 0.0000,0.2990 -0.1955,0.4830 -0.4945 0.4830c -0.2300,-0.0000 -0.3565,-0.0920 -0.4715 -0.2070c -0.0690,-0.0690 -0.1495,-0.1035 -0.2300 -0.1035c -0.1265,-0.0000 -0.3795,0.2070 -0.6556 0.5981c -0.0805,0.1035 -0.1380,0.2530 -0.1380 0.4025v 2.5532 c 0.0000,0.3335 0.1150,0.5060 0.4945 0.5060h 0.3335 c 0.0575,-0.0000 0.1035,0.0345 0.1035 0.0920v 0.2185 l -0.0230,0.0230 c 0.0000,-0.0000 -0.9086,-0.0230 -1.3571 -0.0230c -0.4140,-0.0000 -1.1961,0.0230 -1.1961 0.0230l -0.0115,-0.0230 v -0.2185 c 0.0000,-0.0575 0.0230,-0.0920 0.0805 -0.0920h 0.2185 c 0.3910,-0.0000 0.4945,-0.1725 0.4945 -0.5060ZM 476.1884,197.3265 ZM 477.4995,194.1407 h 2.1162 c 0.1150,-0.0000 0.1610,-0.0575 0.1610 -0.1610c 0.0000,-1.0696 -0.5405,-1.3456 -0.9546 -1.3456c -0.2645,-0.0000 -1.1271,0.1035 -1.3226 1.5066ZM 477.4995,194.1407 ZM 480.5358,196.2569 l 0.2300,0.1840 c -0.4370,0.5981 -1.1156,1.0236 -1.9437 1.0236c -1.5756,-0.0000 -2.2427,-1.1731 -2.2427 -2.4267c 0.0000,-1.7482 1.1501,-2.7948 2.2427 -2.7948c 1.5181,-0.0000 1.8747,1.1846 1.8747 2.1507c 0.0000,0.1265 -0.0805,0.1955 -0.2070 0.1955h -3.0248 c -0.0115,0.0690 -0.0115,0.1380 -0.0115 0.2300c 0.0000,1.1731 0.8166,2.0817 1.6446 2.0817c 0.6326,-0.0000 1.0351,-0.2070 1.4376 -0.6441ZM 481.1108,197.3265 ZM 485.5272,196.2799 c -0.5060,0.8741 -1.0581,1.1846 -1.7482 1.1846c -1.3801,-0.0000 -2.2427,-1.0466 -2.2427 -2.5302c 0.0000,-1.6331 1.0236,-2.6912 2.2657 -2.6912c 1.1041,-0.0000 1.6907,0.5636 1.6907 1.1731c 0.0000,0.3335 -0.2070,0.5060 -0.4485 0.5060c -0.2415,-0.0000 -0.4715,-0.1265 -0.5060 -0.4140c -0.0460,-0.3795 -0.1150,-0.8741 -0.7936 -0.8741c -0.7591,-0.0000 -1.3226,0.8051 -1.3226 2.0472c 0.0000,1.3456 0.7246,2.2772 1.6101 2.2772c 0.4945,-0.0000 0.9316,-0.3220 1.2881 -0.8396ZM 485.7457,197.3265 ZM 487.6319,192.8296 v 2.9443 c 0.0000,0.7131 0.0690,1.0581 0.3795 1.0581c 0.2990,-0.0000 0.5290,-0.0920 0.8281 -0.3220l 0.2070,0.1955 c -0.4485,0.5060 -0.9086,0.7591 -1.4376 0.7591c -0.5290,-0.0000 -0.8396,-0.3220 -0.8396 -1.1386v -3.4963 h -0.7476 c -0.0345,-0.0000 -0.0460,-0.0115 -0.0460 -0.0460v -0.3565 c 0.0000,-0.0345 0.0115,-0.0460 0.0345 -0.0460c 0.7706,-0.0000 0.9546,-0.4485 0.9546 -1.3226v -0.2185 l 0.6671,-0.2300 v 1.7712 h 1.2651 c 0.0575,-0.0000 0.0920,0.0230 0.0920 0.0690v 0.2300 c 0.0000,0.1035 -0.1610,0.1495 -0.2760 0.1495h -1.0811 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.3221241899005696" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 468.2346,198.8126 l -0.0000,-9.9073 h -9.9073 l -0.0000,9.9073 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.63" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 472.1975,177.5119 ZM 473.9112,173.9005 v 2.8638 c 0.4025,0.4715 0.7821,0.4945 0.9661 0.4945c 1.2306,-0.0000 1.5066,-1.1501 1.5066 -2.1392c 0.0000,-1.3916 -0.5636,-2.1622 -1.2651 -2.1622c -0.3910,-0.0000 -0.9546,0.3335 -1.2076 0.9431ZM 473.9112,173.9005 ZM 473.0601,179.3290 v -5.6930 c 0.0000,-0.4370 -0.1035,-0.5175 -0.2645 -0.5175c -0.1495,-0.0000 -0.2875,0.0115 -0.4830 0.0575l -0.0575,-0.3220 c 0.7361,-0.1265 0.8741,-0.1725 1.1961 -0.3335c 0.1265,-0.0575 0.2070,-0.0920 0.2875 -0.0920h 0.1725 l -0.0345,0.9201 h 0.0345 c 0.5290,-0.8051 1.1501,-0.9201 1.5181 -0.9201c 1.1156,-0.0000 1.8517,1.1616 1.8517 2.3807c 0.0000,0.9316 -0.2875,1.6446 -0.8051 2.1737c -0.4485,0.4485 -0.9201,0.6671 -1.5296 0.6671c -0.4140,-0.0000 -0.7361,-0.0920 -1.0351 -0.2530v 1.9322 c 0.0000,0.3335 0.1265,0.5060 0.4945 0.5060h 0.2185 c 0.0575,-0.0000 0.1035,0.0345 0.1035 0.0920v 0.2185 l -0.0230,0.0230 c 0.0000,-0.0000 -0.7936,-0.0230 -1.2421 -0.0230c -0.4025,-0.0000 -1.1846,0.0230 -1.1846 0.0230l -0.0230,-0.0230 v -0.2185 c 0.0000,-0.0575 0.0345,-0.0920 0.0920 -0.0920h 0.2185 c 0.3795,-0.0000 0.4945,-0.1725 0.4945 -0.5060ZM 477.7065,177.5119 ZM 478.6036,170.9448 c 0.0000,-0.2990 0.2415,-0.5520 0.5405 -0.5520c 0.3105,-0.0000 0.5520,0.2530 0.5520 0.5520c 0.0000,0.3105 -0.2415,0.5520 -0.5520 0.5520c -0.2990,-0.0000 -0.5405,-0.2415 -0.5405 -0.5520ZM 478.6036,170.9448 ZM 479.6962,176.6838 c 0.0000,0.3335 0.1265,0.5060 0.4945 0.5060h 0.2185 c 0.0575,-0.0000 0.1035,0.0345 0.1035 0.0920v 0.2185 l -0.0230,0.0230 c 0.0000,-0.0000 -0.7936,-0.0230 -1.2421 -0.0230c -0.4025,-0.0000 -1.1846,0.0230 -1.1846 0.0230l -0.0230,-0.0230 v -0.2185 c 0.0000,-0.0575 0.0345,-0.0920 0.0920 -0.0920h 0.2185 c 0.3795,-0.0000 0.4945,-0.1725 0.4945 -0.5060v -2.8638 c 0.0000,-0.6096 -0.1035,-0.7016 -0.2645 -0.7016c -0.1495,-0.0000 -0.2875,0.0115 -0.4830 0.0575l -0.0575,-0.3220 c 0.7361,-0.1265 0.8626,-0.1725 1.1961 -0.3335c 0.1265,-0.0460 0.2070,-0.0920 0.2875 -0.0920h 0.1725 v 4.2554 ZM 480.7428,177.5119 ZM 483.0085,172.8884 c -0.2300,-0.0000 -0.2760,0.0575 -0.2760 0.1380c 0.0000,0.0575 0.0460,0.1610 0.1725 0.3680l 0.7016,1.0351 c 0.0345,0.0690 0.0690,0.1035 0.1150 0.1035c 0.0345,-0.0000 0.0575,-0.0230 0.1035 -0.0805l 0.7476,-1.0466 c 0.1265,-0.1610 0.1955,-0.2875 0.1955 -0.3795c 0.0000,-0.0920 -0.0805,-0.1380 -0.2415 -0.1380h -0.1840 c -0.0345,-0.0000 -0.0690,-0.0230 -0.0690 -0.0805v -0.2185 l 0.0345,-0.0345 c 0.0000,-0.0000 0.5405,0.0230 0.8971 0.0230c 0.3680,-0.0000 0.9316,-0.0230 0.9316 -0.0230l 0.0115,0.0230 v 0.2185 c 0.0000,0.0805 -0.0690,0.0920 -0.1380 0.0920c -0.4255,-0.0000 -0.5981,0.1380 -1.0236 0.6786l -0.9661,1.2306 c -0.0230,0.0345 -0.0345,0.0575 -0.0345 0.0805c 0.0000,0.0230 0.0115,0.0575 0.0345 0.0920l 1.0351,1.4606 c 0.5290,0.7476 0.6786,0.7591 1.0466 0.7591c 0.1150,-0.0000 0.1610,0.0230 0.1610 0.0920v 0.2185 l -0.0115,0.0230 c 0.0000,-0.0000 -0.6211,-0.0230 -1.0121 -0.0230c -0.4715,-0.0000 -1.1961,0.0230 -1.1961 0.0230l -0.0230,-0.0230 v -0.2185 c 0.0000,-0.0575 0.0230,-0.0920 0.0805 -0.0920h 0.1380 c 0.1840,-0.0000 0.2645,-0.0345 0.2645 -0.1265c 0.0000,-0.1035 -0.1265,-0.2760 -0.3105 -0.5175l -0.6671,-0.9201 c -0.0460,-0.0575 -0.0690,-0.0805 -0.1035 -0.0805c -0.0230,-0.0000 -0.0575,0.0345 -0.1035 0.1035l -0.7246,1.0466 c -0.1725,0.2300 -0.2070,0.2875 -0.2070 0.3680c 0.0000,0.0805 0.0690,0.1265 0.2415 0.1265h 0.1610 c 0.0575,-0.0000 0.0805,0.0345 0.0805 0.0920v 0.2185 l -0.0230,0.0230 c 0.0000,-0.0000 -0.5981,-0.0230 -0.9661 -0.0230c -0.3335,-0.0000 -0.8626,0.0230 -0.8626 0.0230l -0.0230,-0.0230 v -0.1955 c 0.0000,-0.0690 0.0460,-0.1150 0.1495 -0.1150c 0.2760,-0.0000 0.5405,-0.0575 1.0236 -0.6786l 0.9661,-1.2421 c 0.0115,-0.0230 0.0230,-0.0460 0.0230 -0.0805c 0.0000,-0.0345 -0.0115,-0.0575 -0.0345 -0.0920l -1.0006,-1.4606 c -0.3220,-0.4715 -0.5290,-0.7476 -0.9316 -0.7476c -0.0805,-0.0000 -0.1610,-0.0345 -0.1610 -0.0805v -0.2185 l 0.0230,-0.0345 l 0.9086,0.0230 l 1.2766,-0.0230 l 0.0345,0.0345 v 0.2070 c 0.0000,0.0575 -0.0460,0.0920 -0.0920 0.0920h -0.1725 ZM 486.4588,177.5119 ZM 487.7699,174.3261 h 2.1162 c 0.1150,-0.0000 0.1610,-0.0575 0.1610 -0.1610c 0.0000,-1.0696 -0.5405,-1.3456 -0.9546 -1.3456c -0.2645,-0.0000 -1.1271,0.1035 -1.3226 1.5066ZM 487.7699,174.3261 ZM 490.8062,176.4423 l 0.2300,0.1840 c -0.4370,0.5981 -1.1156,1.0236 -1.9437 1.0236c -1.5756,-0.0000 -2.2427,-1.1731 -2.2427 -2.4267c 0.0000,-1.7482 1.1501,-2.7948 2.2427 -2.7948c 1.5181,-0.0000 1.8747,1.1846 1.8747 2.1507c 0.0000,0.1265 -0.0805,0.1955 -0.2070 0.1955h -3.0248 c -0.0115,0.0690 -0.0115,0.1380 -0.0115 0.2300c 0.0000,1.1731 0.8166,2.0817 1.6446 2.0817c 0.6326,-0.0000 1.0351,-0.2070 1.4376 -0.6441ZM 491.3813,177.5119 ZM 492.4739,176.6838 v -5.7620 c 0.0000,-0.6556 -0.1150,-0.8396 -0.3450 -0.8396l -0.3680,0.0460 c -0.0345,-0.0000 -0.0690,-0.0230 -0.0690 -0.0575l -0.0230,-0.2875 c 0.1840,-0.0000 0.6096,-0.0690 0.8051 -0.1035c 0.2070,-0.0460 0.3680,-0.0920 0.5981 -0.1955h 0.2530 v 7.1997 c 0.0000,0.3335 0.1265,0.5060 0.4945 0.5060h 0.2760 c 0.0460,-0.0000 0.0920,0.0345 0.0920 0.0920v 0.2185 l -0.0230,0.0230 c 0.0000,-0.0000 -0.8396,-0.0230 -1.2881 -0.0230c -0.4025,-0.0000 -1.2421,0.0230 -1.2421 0.0230l -0.0115,-0.0230 v -0.2185 c 0.0000,-0.0575 0.0230,-0.0920 0.0805 -0.0920h 0.2760 c 0.3795,-0.0000 0.4945,-0.1725 0.4945 -0.5060Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 468.2346,178.9980 l -0.0000,-9.9073 h -9.9073 l -0.0000,9.9073 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 446.1017,157.1846 ZM 447.3503,156.2382 v -6.5852 c 0.0000,-0.7492 -0.1314,-0.9595 -0.3943 -0.9595l -0.4206,0.0526 c -0.0394,-0.0000 -0.0789,-0.0263 -0.0789 -0.0657l -0.0263,-0.3286 c 0.2103,-0.0000 0.6966,-0.0789 0.9201 -0.1183c 0.2366,-0.0526 0.4206,-0.1052 0.6835 -0.2234h 0.2892 v 8.2282 c 0.0000,0.3812 0.1446,0.5783 0.5652 0.5783h 0.3155 c 0.0526,-0.0000 0.1052,0.0394 0.1052 0.1052v 0.2497 l -0.0263,0.0263 c 0.0000,-0.0000 -0.9595,-0.0263 -1.4721 -0.0263c -0.4600,-0.0000 -1.4196,0.0263 -1.4196 0.0263l -0.0131,-0.0263 v -0.2497 c 0.0000,-0.0657 0.0263,-0.1052 0.0920 -0.1052h 0.3155 c 0.4338,-0.0000 0.5652,-0.1972 0.5652 -0.5783ZM 449.5191,157.1846 ZM 451.0175,153.5437 h 2.4185 c 0.1314,-0.0000 0.1840,-0.0657 0.1840 -0.1840c 0.0000,-1.2224 -0.6178,-1.5379 -1.0910 -1.5379c -0.3023,-0.0000 -1.2881,0.1183 -1.5116 1.7219ZM 451.0175,153.5437 ZM 454.4876,155.9622 l 0.2629,0.2103 c -0.4995,0.6835 -1.2750,1.1698 -2.2213 1.1698c -1.8007,-0.0000 -2.5631,-1.3407 -2.5631 -2.7734c 0.0000,-1.9979 1.3144,-3.1940 2.5631 -3.1940c 1.7350,-0.0000 2.1425,1.3538 2.1425 2.4579c 0.0000,0.1446 -0.0920,0.2234 -0.2366 0.2234h -3.4569 c -0.0131,0.0789 -0.0131,0.1577 -0.0131 0.2629c 0.0000,1.3407 0.9332,2.3791 1.8796 2.3791c 0.7229,-0.0000 1.1830,-0.2366 1.6430 -0.7361ZM 455.1448,157.1846 ZM 459.2983,153.4648 c 0.0000,-1.0910 -0.5126,-1.7219 -1.3013 -1.7219c -0.6835,-0.0000 -1.1435,0.4732 -1.1435 1.4984c 0.0000,0.6835 0.2629,1.7613 1.3144 1.7613c 0.4600,-0.0000 1.1304,-0.2234 1.1304 -1.5379ZM 459.2983,153.4648 ZM 456.8404,157.2766 c -0.4075,0.3812 -0.4995,0.7886 -0.4995 1.2355c 0.0000,0.9858 1.1830,1.2750 1.6299 1.2750c 1.1304,-0.0000 2.5631,-0.3943 2.5631 -1.3407c 0.0000,-0.3417 -0.1840,-0.5652 -0.6966 -0.8149c -0.3680,-0.1840 -0.9069,-0.3286 -1.5379 -0.3286c -0.1052,-0.0000 -0.2497,0.0131 -0.4338 0.0263c -0.1840,0.0131 -0.3812,0.0131 -0.5258 0.0131c -0.2103,-0.0000 -0.3155,-0.0263 -0.4995 -0.0657ZM 456.8404,157.2766 ZM 460.8361,152.0847 c -0.2103,-0.0000 -0.3417,-0.1183 -0.3943 -0.2234c -0.0789,-0.1183 -0.1314,-0.1577 -0.2234 -0.1577c -0.1577,-0.0000 -0.4075,0.1840 -0.4995 0.3155c 0.3680,0.3943 0.5389,0.7755 0.5389 1.3933c 0.0000,1.2881 -1.0515,1.9848 -2.1556 1.9848c -0.4863,-0.0000 -0.8807,-0.0920 -1.1830 -0.2760c -0.1446,0.2234 -0.2234,0.4995 -0.2234 0.7624c 0.0000,0.5652 0.4338,0.7098 0.8018 0.7098c 0.0657,-0.0000 0.2234,-0.0131 0.4075 -0.0263c 0.3023,-0.0394 0.6309,-0.0657 0.8544 -0.0657c 0.4600,-0.0000 1.3275,0.0920 1.8533 0.5389c 0.3549,0.3286 0.5520,0.6441 0.5520 1.0647c 0.0000,1.4196 -1.8665,2.1688 -3.5620 2.1688c -0.9595,-0.0000 -2.0242,-0.3549 -2.0242 -1.4984c 0.0000,-0.5652 0.3549,-1.1698 1.0252 -1.5904c -0.3286,-0.1709 -0.5652,-0.4995 -0.5652 -0.9727c 0.0000,-0.4469 0.1972,-1.0121 0.5520 -1.3275c -0.3549,-0.3549 -0.6572,-0.8018 -0.6572 -1.5247c 0.0000,-1.2093 1.0647,-1.9848 2.1819 -1.9848c 0.7361,-0.0000 1.1961,0.3023 1.3407 0.4075c 0.3286,-0.4469 0.9201,-0.6703 1.2487 -0.6703c 0.3417,-0.0000 0.5783,0.2234 0.5783 0.4995c 0.0000,0.2892 -0.1840,0.4732 -0.4469 0.4732ZM 461.5065,157.1846 ZM 463.0049,153.5437 h 2.4185 c 0.1314,-0.0000 0.1840,-0.0657 0.1840 -0.1840c 0.0000,-1.2224 -0.6178,-1.5379 -1.0910 -1.5379c -0.3023,-0.0000 -1.2881,0.1183 -1.5116 1.7219ZM 463.0049,153.5437 ZM 466.4749,155.9622 l 0.2629,0.2103 c -0.4995,0.6835 -1.2750,1.1698 -2.2213 1.1698c -1.8007,-0.0000 -2.5631,-1.3407 -2.5631 -2.7734c 0.0000,-1.9979 1.3144,-3.1940 2.5631 -3.1940c 1.7350,-0.0000 2.1425,1.3538 2.1425 2.4579c 0.0000,0.1446 -0.0920,0.2234 -0.2366 0.2234h -3.4569 c -0.0131,0.0789 -0.0131,0.1577 -0.0131 0.2629c 0.0000,1.3407 0.9332,2.3791 1.8796 2.3791c 0.7229,-0.0000 1.1830,-0.2366 1.6430 -0.7361ZM 467.1321,157.1846 ZM 471.9166,156.2382 v -2.8785 c 0.0000,-0.9201 -0.1577,-1.3538 -0.8544 -1.3538c -0.5783,-0.0000 -1.0778,0.2234 -1.7482 1.0121v 3.2203 c 0.0000,0.3812 0.1314,0.5783 0.5652 0.5783h 0.1840 c 0.0657,-0.0000 0.1052,0.0394 0.1052 0.1052v 0.2497 l -0.0263,0.0263 c 0.0000,-0.0000 -0.8281,-0.0263 -1.3407 -0.0263c -0.4732,-0.0000 -1.3670,0.0263 -1.3670 0.0263l -0.0263,-0.0263 v -0.2497 c 0.0000,-0.0657 0.0394,-0.1052 0.1052 -0.1052h 0.2497 c 0.4469,-0.0000 0.5652,-0.1972 0.5652 -0.5783v -3.2729 c 0.0000,-0.7098 -0.1052,-0.8018 -0.2892 -0.8018c -0.1709,-0.0000 -0.3286,0.0131 -0.5520 0.0657l -0.0657,-0.3680 c 0.5520,-0.0920 0.9464,-0.1577 1.3538 -0.3812c 0.1446,-0.0657 0.2497,-0.1052 0.3417 -0.1052h 0.1972 l -0.0394,1.1698 h 0.0394 c 0.8412,-0.9858 1.4721,-1.1698 2.1425 -1.1698c 1.1830,-0.0000 1.4327,0.9069 1.4327 2.0768v 2.7865 c 0.0000,0.3812 0.1446,0.5783 0.5652 0.5783h 0.2497 c 0.0657,-0.0000 0.1183,0.0394 0.1183 0.1052v 0.2497 l -0.0263,0.0263 c 0.0000,-0.0000 -0.9069,-0.0263 -1.4196 -0.0263c -0.4600,-0.0000 -1.2881,0.0263 -1.2881 0.0263l -0.0263,-0.0263 v -0.2497 c 0.0000,-0.0657 0.0394,-0.1052 0.1052 -0.1052h 0.1840 c 0.4338,-0.0000 0.5652,-0.1972 0.5652 -0.5783ZM 473.9670,157.1846 ZM 478.3572,156.0148 v -3.4043 c -0.3155,-0.4995 -0.6703,-0.7755 -1.2881 -0.7755c -0.2629,-0.0000 -0.8018,0.0394 -1.2224 0.6572c -0.1840,0.2760 -0.4075,0.8412 -0.4075 1.7876c 0.0000,1.7219 0.8938,2.5105 1.6036 2.5105c 0.4338,-0.0000 0.7886,-0.2629 1.3144 -0.7755ZM 478.3572,156.0148 ZM 479.3430,148.0100 v 7.5973 c 0.0000,0.3943 0.0263,0.6046 0.0526 0.6966c 0.0394,0.1183 0.1840,0.1972 0.2892 0.1972c 0.1577,-0.0000 0.4469,-0.0000 0.6441 -0.0394l 0.0526,0.3680 c -0.7624,0.1314 -1.4458,0.2760 -1.7219 0.5126h -0.3155 l 0.0394,-0.9069 c -0.4995,0.5126 -1.0121,0.9069 -1.6824 0.9069c -1.4196,-0.0000 -2.2871,-1.2093 -2.2871 -2.8260c 0.0000,-0.9727 0.2629,-1.7876 0.8281 -2.3528c 0.5258,-0.4995 1.1041,-0.7886 1.9716 -0.7886c 0.2629,-0.0000 0.8412,0.1183 1.1435 0.2892v -2.0110 c 0.0000,-0.7492 -0.1183,-0.9595 -0.3812 -0.9595l -0.4338,0.0526 c -0.0263,-0.0000 -0.0657,-0.0263 -0.0657 -0.0657l -0.0263,-0.3286 c 0.2103,-0.0000 0.6835,-0.0789 0.9069 -0.1183c 0.2497,-0.0526 0.4338,-0.1052 0.6966 -0.2234h 0.2892 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.2" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.9288496759602278" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 567.3290,307.7158 l -0.0000,-170.0097 h -129.7610 l -0.0000,170.0097 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.1" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 408.3143,307.7158 l -0.0000,-198.1465 h -3.9629 l -0.0000,198.1465 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 413.2680,113.5322 ZM 417.3295,111.3109 c 0.0000,-1.3538 -0.7361,-2.0242 -1.5510 -2.0242c -0.6046,-0.0000 -1.0647,0.0920 -1.5773 0.3023l 0.4206,-3.5883 c 0.4338,0.0394 0.8807,0.0526 1.3407 0.0526c 0.6572,-0.0000 1.3407,-0.0394 2.0505 -0.1183l 0.0789,0.0394 l -0.1972,0.8544 c -0.5126,0.0526 -0.9332,0.0657 -1.3013 0.0657c -0.5915,-0.0000 -1.0384,-0.0526 -1.4984 -0.1052l -0.2497,2.0768 c 0.2760,-0.1052 0.7492,-0.1972 1.2618 -0.1972c 1.3933,-0.0000 2.1688,1.2093 2.1688 2.4185c 0.0000,1.4721 -1.0252,2.6025 -2.5105 2.6025c -0.7492,-0.0000 -1.8402,-0.4206 -1.8402 -0.9332c 0.0000,-0.2497 0.2103,-0.4206 0.4469 -0.4206c 0.2629,-0.0000 0.4338,0.1972 0.5915 0.4075c 0.1972,0.2366 0.4075,0.4995 0.8281 0.4995c 0.8412,-0.0000 1.5379,-0.7886 1.5379 -1.9322ZM 419.0251,113.5322 ZM 419.7743,112.9933 c 0.0000,-0.3812 0.3155,-0.6966 0.6966 -0.6966c 0.3812,-0.0000 0.6966,0.3155 0.6966 0.6966c 0.0000,0.3812 -0.3155,0.6966 -0.6966 0.6966c -0.3812,-0.0000 -0.6966,-0.3155 -0.6966 -0.6966ZM 421.9036,113.5322 ZM 424.7822,106.3950 c -0.5652,-0.0000 -1.3933,0.5520 -1.3933 3.6146c 0.0000,1.0778 0.1972,3.2466 1.3538 3.2466c 0.2234,-0.0000 0.8544,-0.1446 1.1304 -1.1698c 0.1709,-0.6309 0.2629,-1.4196 0.2629 -2.5631c 0.0000,-1.6693 -0.4206,-2.6025 -0.8018 -2.9311c -0.1446,-0.1314 -0.3417,-0.1972 -0.5520 -0.1972ZM 424.7822,106.3950 ZM 424.7296,113.6900 c -1.4064,-0.0000 -2.3528,-1.8007 -2.3528 -3.8118c 0.0000,-2.4579 1.1698,-3.9432 2.4054 -3.9432c 0.5652,-0.0000 1.1304,0.3549 1.5116 0.8675c 0.5520,0.7361 0.8412,1.7219 0.8412 2.9574c 0.0000,2.9180 -1.4458,3.9301 -2.4054 3.9301Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3221241899005696" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 404.3514,109.5693 h 5.9444 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 413.2680,133.3469 ZM 416.6592,128.6807 c 0.0000,-0.0920 0.0131,-0.1972 0.1314 -0.2629c 0.1446,-0.1052 0.3812,-0.2234 0.5783 -0.2234c 0.1709,-0.0000 0.1840,0.1446 0.1840 0.4075v 2.1162 h 1.0647 l -0.0789,0.6178 h -0.9858 v 1.0910 c 0.0000,0.3680 0.0526,0.5520 0.4338 0.5520h 0.3549 c 0.0789,-0.0000 0.0920,0.0657 0.0920 0.0920v 0.2892 c 0.0000,-0.0000 -0.8412,-0.0263 -1.3933 -0.0263c -0.4995,-0.0000 -1.2750,0.0263 -1.2750 0.0263v -0.2892 c 0.0000,-0.0263 0.0131,-0.0920 0.0920 -0.0920h 0.3549 c 0.4075,-0.0000 0.4469,-0.1709 0.4469 -0.5520v -1.0910 h -2.5762 c -0.0526,-0.0000 -0.0789,-0.0263 -0.1183 -0.0789l -0.1052,-0.1446 l -0.1577,-0.2760 c -0.0131,-0.0000 -0.0131,-0.0131 -0.0131 -0.0263c 0.0000,-0.0131 0.0131,-0.0263 0.0263 -0.0394c 0.8544,-0.9464 2.3659,-3.8775 2.8391 -4.9553c 0.0131,-0.0526 0.0394,-0.0657 0.0920 -0.0657c 0.0131,-0.0000 0.3023,0.1183 0.4600 0.1446c -0.5915,1.5904 -1.5641,3.2992 -2.5237 4.8239h 2.0768 v -2.0373 ZM 419.0251,133.3469 ZM 419.7743,132.8080 c 0.0000,-0.3812 0.3155,-0.6966 0.6966 -0.6966c 0.3812,-0.0000 0.6966,0.3155 0.6966 0.6966c 0.0000,0.3812 -0.3155,0.6966 -0.6966 0.6966c -0.3812,-0.0000 -0.6966,-0.3155 -0.6966 -0.6966ZM 421.9036,133.3469 ZM 425.9652,131.1255 c 0.0000,-1.3538 -0.7361,-2.0242 -1.5510 -2.0242c -0.6046,-0.0000 -1.0647,0.0920 -1.5773 0.3023l 0.4206,-3.5883 c 0.4338,0.0394 0.8807,0.0526 1.3407 0.0526c 0.6572,-0.0000 1.3407,-0.0394 2.0505 -0.1183l 0.0789,0.0394 l -0.1972,0.8544 c -0.5126,0.0526 -0.9332,0.0657 -1.3013 0.0657c -0.5915,-0.0000 -1.0384,-0.0526 -1.4984 -0.1052l -0.2497,2.0768 c 0.2760,-0.1052 0.7492,-0.1972 1.2618 -0.1972c 1.3933,-0.0000 2.1688,1.2093 2.1688 2.4185c 0.0000,1.4721 -1.0252,2.6025 -2.5105 2.6025c -0.7492,-0.0000 -1.8402,-0.4206 -1.8402 -0.9332c 0.0000,-0.2497 0.2103,-0.4206 0.4469 -0.4206c 0.2629,-0.0000 0.4338,0.1972 0.5915 0.4075c 0.1972,0.2366 0.4075,0.4995 0.8281 0.4995c 0.8412,-0.0000 1.5379,-0.7886 1.5379 -1.9322Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3221241899005696" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 404.3514,129.3839 h 5.9444 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 413.2680,153.1615 ZM 416.6592,148.4954 c 0.0000,-0.0920 0.0131,-0.1972 0.1314 -0.2629c 0.1446,-0.1052 0.3812,-0.2234 0.5783 -0.2234c 0.1709,-0.0000 0.1840,0.1446 0.1840 0.4075v 2.1162 h 1.0647 l -0.0789,0.6178 h -0.9858 v 1.0910 c 0.0000,0.3680 0.0526,0.5520 0.4338 0.5520h 0.3549 c 0.0789,-0.0000 0.0920,0.0657 0.0920 0.0920v 0.2892 c 0.0000,-0.0000 -0.8412,-0.0263 -1.3933 -0.0263c -0.4995,-0.0000 -1.2750,0.0263 -1.2750 0.0263v -0.2892 c 0.0000,-0.0263 0.0131,-0.0920 0.0920 -0.0920h 0.3549 c 0.4075,-0.0000 0.4469,-0.1709 0.4469 -0.5520v -1.0910 h -2.5762 c -0.0526,-0.0000 -0.0789,-0.0263 -0.1183 -0.0789l -0.1052,-0.1446 l -0.1577,-0.2760 c -0.0131,-0.0000 -0.0131,-0.0131 -0.0131 -0.0263c 0.0000,-0.0131 0.0131,-0.0263 0.0263 -0.0394c 0.8544,-0.9464 2.3659,-3.8775 2.8391 -4.9553c 0.0131,-0.0526 0.0394,-0.0657 0.0920 -0.0657c 0.0131,-0.0000 0.3023,0.1183 0.4600 0.1446c -0.5915,1.5904 -1.5641,3.2992 -2.5237 4.8239h 2.0768 v -2.0373 ZM 419.0251,153.1615 ZM 419.7743,152.6226 c 0.0000,-0.3812 0.3155,-0.6966 0.6966 -0.6966c 0.3812,-0.0000 0.6966,0.3155 0.6966 0.6966c 0.0000,0.3812 -0.3155,0.6966 -0.6966 0.6966c -0.3812,-0.0000 -0.6966,-0.3155 -0.6966 -0.6966ZM 421.9036,153.1615 ZM 424.7822,146.0243 c -0.5652,-0.0000 -1.3933,0.5520 -1.3933 3.6146c 0.0000,1.0778 0.1972,3.2466 1.3538 3.2466c 0.2234,-0.0000 0.8544,-0.1446 1.1304 -1.1698c 0.1709,-0.6309 0.2629,-1.4196 0.2629 -2.5631c 0.0000,-1.6693 -0.4206,-2.6025 -0.8018 -2.9311c -0.1446,-0.1314 -0.3417,-0.1972 -0.5520 -0.1972ZM 424.7822,146.0243 ZM 424.7296,153.3193 c -1.4064,-0.0000 -2.3528,-1.8007 -2.3528 -3.8118c 0.0000,-2.4579 1.1698,-3.9432 2.4054 -3.9432c 0.5652,-0.0000 1.1304,0.3549 1.5116 0.8675c 0.5520,0.7361 0.8412,1.7219 0.8412 2.9574c 0.0000,2.9180 -1.4458,3.9301 -2.4054 3.9301Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3221241899005696" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 404.3514,149.1986 h 5.9444 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 413.2680,172.9762 ZM 416.1071,165.7864 c -0.3286,-0.0000 -1.2881,0.1840 -1.2881 0.9858c 0.0000,0.2366 -0.0920,0.6441 -0.4469 0.6441c -0.3417,-0.0000 -0.3680,-0.3812 -0.3680 -0.4206c 0.0000,-0.4075 0.5389,-1.6167 2.3659 -1.6167c 1.2750,-0.0000 1.6561,0.8018 1.6561 1.3275c 0.0000,0.3286 -0.1052,0.9858 -1.2881 1.7350c 0.7361,0.1183 1.7087,0.6572 1.7087 2.0242c 0.0000,1.7350 -1.3144,2.6682 -2.7997 2.6682c -0.7492,-0.0000 -1.8007,-0.3286 -1.8007 -0.8281c 0.0000,-0.1972 0.1972,-0.4206 0.4600 -0.4206c 0.2497,-0.0000 0.3680,0.1314 0.4863 0.3023c 0.1446,0.2234 0.3812,0.5389 1.0121 0.5389c 0.4338,-0.0000 1.6693,-0.4338 1.6693 -2.0899c 0.0000,-1.4064 -0.9858,-1.6299 -1.6956 -1.6299c -0.1183,-0.0000 -0.2629,0.0263 -0.4075 0.0526l -0.0526,-0.3943 c 1.0121,-0.1709 1.8533,-1.1567 1.8533 -1.7613c 0.0000,-0.7492 -0.5258,-1.1172 -1.0647 -1.1172ZM 419.0251,172.9762 ZM 419.7743,172.4373 c 0.0000,-0.3812 0.3155,-0.6966 0.6966 -0.6966c 0.3812,-0.0000 0.6966,0.3155 0.6966 0.6966c 0.0000,0.3812 -0.3155,0.6966 -0.6966 0.6966c -0.3812,-0.0000 -0.6966,-0.3155 -0.6966 -0.6966ZM 421.9036,172.9762 ZM 425.9652,170.7548 c 0.0000,-1.3538 -0.7361,-2.0242 -1.5510 -2.0242c -0.6046,-0.0000 -1.0647,0.0920 -1.5773 0.3023l 0.4206,-3.5883 c 0.4338,0.0394 0.8807,0.0526 1.3407 0.0526c 0.6572,-0.0000 1.3407,-0.0394 2.0505 -0.1183l 0.0789,0.0394 l -0.1972,0.8544 c -0.5126,0.0526 -0.9332,0.0657 -1.3013 0.0657c -0.5915,-0.0000 -1.0384,-0.0526 -1.4984 -0.1052l -0.2497,2.0768 c 0.2760,-0.1052 0.7492,-0.1972 1.2618 -0.1972c 1.3933,-0.0000 2.1688,1.2093 2.1688 2.4185c 0.0000,1.4721 -1.0252,2.6025 -2.5105 2.6025c -0.7492,-0.0000 -1.8402,-0.4206 -1.8402 -0.9332c 0.0000,-0.2497 0.2103,-0.4206 0.4469 -0.4206c 0.2629,-0.0000 0.4338,0.1972 0.5915 0.4075c 0.1972,0.2366 0.4075,0.4995 0.8281 0.4995c 0.8412,-0.0000 1.5379,-0.7886 1.5379 -1.9322Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3221241899005696" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 404.3514,169.0132 h 5.9444 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 413.2680,192.7908 ZM 416.1071,185.6010 c -0.3286,-0.0000 -1.2881,0.1840 -1.2881 0.9858c 0.0000,0.2366 -0.0920,0.6441 -0.4469 0.6441c -0.3417,-0.0000 -0.3680,-0.3812 -0.3680 -0.4206c 0.0000,-0.4075 0.5389,-1.6167 2.3659 -1.6167c 1.2750,-0.0000 1.6561,0.8018 1.6561 1.3275c 0.0000,0.3286 -0.1052,0.9858 -1.2881 1.7350c 0.7361,0.1183 1.7087,0.6572 1.7087 2.0242c 0.0000,1.7350 -1.3144,2.6682 -2.7997 2.6682c -0.7492,-0.0000 -1.8007,-0.3286 -1.8007 -0.8281c 0.0000,-0.1972 0.1972,-0.4206 0.4600 -0.4206c 0.2497,-0.0000 0.3680,0.1314 0.4863 0.3023c 0.1446,0.2234 0.3812,0.5389 1.0121 0.5389c 0.4338,-0.0000 1.6693,-0.4338 1.6693 -2.0899c 0.0000,-1.4064 -0.9858,-1.6299 -1.6956 -1.6299c -0.1183,-0.0000 -0.2629,0.0263 -0.4075 0.0526l -0.0526,-0.3943 c 1.0121,-0.1709 1.8533,-1.1567 1.8533 -1.7613c 0.0000,-0.7492 -0.5258,-1.1172 -1.0647 -1.1172ZM 419.0251,192.7908 ZM 419.7743,192.2519 c 0.0000,-0.3812 0.3155,-0.6966 0.6966 -0.6966c 0.3812,-0.0000 0.6966,0.3155 0.6966 0.6966c 0.0000,0.3812 -0.3155,0.6966 -0.6966 0.6966c -0.3812,-0.0000 -0.6966,-0.3155 -0.6966 -0.6966ZM 421.9036,192.7908 ZM 424.7822,185.6536 c -0.5652,-0.0000 -1.3933,0.5520 -1.3933 3.6146c 0.0000,1.0778 0.1972,3.2466 1.3538 3.2466c 0.2234,-0.0000 0.8544,-0.1446 1.1304 -1.1698c 0.1709,-0.6309 0.2629,-1.4196 0.2629 -2.5631c 0.0000,-1.6693 -0.4206,-2.6025 -0.8018 -2.9311c -0.1446,-0.1314 -0.3417,-0.1972 -0.5520 -0.1972ZM 424.7822,185.6536 ZM 424.7296,192.9485 c -1.4064,-0.0000 -2.3528,-1.8007 -2.3528 -3.8118c 0.0000,-2.4579 1.1698,-3.9432 2.4054 -3.9432c 0.5652,-0.0000 1.1304,0.3549 1.5116 0.8675c 0.5520,0.7361 0.8412,1.7219 0.8412 2.9574c 0.0000,2.9180 -1.4458,3.9301 -2.4054 3.9301Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3221241899005696" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 404.3514,188.8279 h 5.9444 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 413.2680,212.6055 ZM 414.0304,206.7827 c 0.0000,-0.7492 0.7229,-1.7744 2.1030 -1.7744c 1.0121,-0.0000 2.1951,0.3812 2.1951 1.8927c 0.0000,0.9989 -0.5126,1.4984 -1.2224 2.1819l -1.2487,1.2093 c -0.0657,0.0657 -0.9464,0.9332 -0.9464 1.5510h 2.2345 c 0.4469,-0.0000 0.6835,-0.2234 0.8675 -0.9464l 0.3286,0.0526 l -0.2629,1.6561 h -4.0615 c 0.0000,-0.7361 0.1183,-1.3013 1.3407 -2.5499l 0.9201,-0.9069 c 0.7361,-0.7492 1.0384,-1.3933 1.0384 -2.1951c 0.0000,-1.1961 -0.8149,-1.5379 -1.2618 -1.5379c -0.9069,-0.0000 -1.1567,0.4732 -1.1567 0.7886c 0.0000,0.1052 0.0263,0.2103 0.0526 0.3023c 0.0263,0.0920 0.0526,0.1840 0.0526 0.2892c 0.0000,0.3417 -0.2629,0.4732 -0.4732 0.4732c -0.2892,-0.0000 -0.4995,-0.2234 -0.4995 -0.4863ZM 419.0251,212.6055 ZM 419.7743,212.0666 c 0.0000,-0.3812 0.3155,-0.6966 0.6966 -0.6966c 0.3812,-0.0000 0.6966,0.3155 0.6966 0.6966c 0.0000,0.3812 -0.3155,0.6966 -0.6966 0.6966c -0.3812,-0.0000 -0.6966,-0.3155 -0.6966 -0.6966ZM 421.9036,212.6055 ZM 425.9652,210.3841 c 0.0000,-1.3538 -0.7361,-2.0242 -1.5510 -2.0242c -0.6046,-0.0000 -1.0647,0.0920 -1.5773 0.3023l 0.4206,-3.5883 c 0.4338,0.0394 0.8807,0.0526 1.3407 0.0526c 0.6572,-0.0000 1.3407,-0.0394 2.0505 -0.1183l 0.0789,0.0394 l -0.1972,0.8544 c -0.5126,0.0526 -0.9332,0.0657 -1.3013 0.0657c -0.5915,-0.0000 -1.0384,-0.0526 -1.4984 -0.1052l -0.2497,2.0768 c 0.2760,-0.1052 0.7492,-0.1972 1.2618 -0.1972c 1.3933,-0.0000 2.1688,1.2093 2.1688 2.4185c 0.0000,1.4721 -1.0252,2.6025 -2.5105 2.6025c -0.7492,-0.0000 -1.8402,-0.4206 -1.8402 -0.9332c 0.0000,-0.2497 0.2103,-0.4206 0.4469 -0.4206c 0.2629,-0.0000 0.4338,0.1972 0.5915 0.4075c 0.1972,0.2366 0.4075,0.4995 0.8281 0.4995c 0.8412,-0.0000 1.5379,-0.7886 1.5379 -1.9322Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3221241899005696" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 404.3514,208.6425 h 5.9444 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 413.2680,232.4201 ZM 414.0304,226.5973 c 0.0000,-0.7492 0.7229,-1.7744 2.1030 -1.7744c 1.0121,-0.0000 2.1951,0.3812 2.1951 1.8927c 0.0000,0.9989 -0.5126,1.4984 -1.2224 2.1819l -1.2487,1.2093 c -0.0657,0.0657 -0.9464,0.9332 -0.9464 1.5510h 2.2345 c 0.4469,-0.0000 0.6835,-0.2234 0.8675 -0.9464l 0.3286,0.0526 l -0.2629,1.6561 h -4.0615 c 0.0000,-0.7361 0.1183,-1.3013 1.3407 -2.5499l 0.9201,-0.9069 c 0.7361,-0.7492 1.0384,-1.3933 1.0384 -2.1951c 0.0000,-1.1961 -0.8149,-1.5379 -1.2618 -1.5379c -0.9069,-0.0000 -1.1567,0.4732 -1.1567 0.7886c 0.0000,0.1052 0.0263,0.2103 0.0526 0.3023c 0.0263,0.0920 0.0526,0.1840 0.0526 0.2892c 0.0000,0.3417 -0.2629,0.4732 -0.4732 0.4732c -0.2892,-0.0000 -0.4995,-0.2234 -0.4995 -0.4863ZM 419.0251,232.4201 ZM 419.7743,231.8812 c 0.0000,-0.3812 0.3155,-0.6966 0.6966 -0.6966c 0.3812,-0.0000 0.6966,0.3155 0.6966 0.6966c 0.0000,0.3812 -0.3155,0.6966 -0.6966 0.6966c -0.3812,-0.0000 -0.6966,-0.3155 -0.6966 -0.6966ZM 421.9036,232.4201 ZM 424.7822,225.2829 c -0.5652,-0.0000 -1.3933,0.5520 -1.3933 3.6146c 0.0000,1.0778 0.1972,3.2466 1.3538 3.2466c 0.2234,-0.0000 0.8544,-0.1446 1.1304 -1.1698c 0.1709,-0.6309 0.2629,-1.4196 0.2629 -2.5631c 0.0000,-1.6693 -0.4206,-2.6025 -0.8018 -2.9311c -0.1446,-0.1314 -0.3417,-0.1972 -0.5520 -0.1972ZM 424.7822,225.2829 ZM 424.7296,232.5778 c -1.4064,-0.0000 -2.3528,-1.8007 -2.3528 -3.8118c 0.0000,-2.4579 1.1698,-3.9432 2.4054 -3.9432c 0.5652,-0.0000 1.1304,0.3549 1.5116 0.8675c 0.5520,0.7361 0.8412,1.7219 0.8412 2.9574c 0.0000,2.9180 -1.4458,3.9301 -2.4054 3.9301Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3221241899005696" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 404.3514,228.4572 h 5.9444 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 413.2680,252.2348 ZM 415.7391,245.9651 c -0.2497,-0.0000 -0.8281,0.2366 -1.1172 0.3680l -0.1577,-0.4075 c 1.1567,-0.5389 1.6036,-0.8149 2.2608 -1.2881h 0.2497 v 6.6115 c 0.0000,0.4732 0.0657,0.6046 0.4995 0.6046h 0.6835 c 0.0394,-0.0000 0.1052,0.0263 0.1052 0.1052v 0.2892 l -1.8007,-0.0263 l -1.8270,0.0263 v -0.2892 c 0.0131,-0.0394 0.0263,-0.1052 0.1052 -0.1052h 0.7886 c 0.4995,-0.0000 0.4995,-0.2234 0.4995 -0.6046v -4.5216 c 0.0000,-0.4469 0.0000,-0.7624 -0.2892 -0.7624ZM 419.0251,252.2348 ZM 419.7743,251.6959 c 0.0000,-0.3812 0.3155,-0.6966 0.6966 -0.6966c 0.3812,-0.0000 0.6966,0.3155 0.6966 0.6966c 0.0000,0.3812 -0.3155,0.6966 -0.6966 0.6966c -0.3812,-0.0000 -0.6966,-0.3155 -0.6966 -0.6966ZM 421.9036,252.2348 ZM 425.9652,250.0134 c 0.0000,-1.3538 -0.7361,-2.0242 -1.5510 -2.0242c -0.6046,-0.0000 -1.0647,0.0920 -1.5773 0.3023l 0.4206,-3.5883 c 0.4338,0.0394 0.8807,0.0526 1.3407 0.0526c 0.6572,-0.0000 1.3407,-0.0394 2.0505 -0.1183l 0.0789,0.0394 l -0.1972,0.8544 c -0.5126,0.0526 -0.9332,0.0657 -1.3013 0.0657c -0.5915,-0.0000 -1.0384,-0.0526 -1.4984 -0.1052l -0.2497,2.0768 c 0.2760,-0.1052 0.7492,-0.1972 1.2618 -0.1972c 1.3933,-0.0000 2.1688,1.2093 2.1688 2.4185c 0.0000,1.4721 -1.0252,2.6025 -2.5105 2.6025c -0.7492,-0.0000 -1.8402,-0.4206 -1.8402 -0.9332c 0.0000,-0.2497 0.2103,-0.4206 0.4469 -0.4206c 0.2629,-0.0000 0.4338,0.1972 0.5915 0.4075c 0.1972,0.2366 0.4075,0.4995 0.8281 0.4995c 0.8412,-0.0000 1.5379,-0.7886 1.5379 -1.9322Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3221241899005696" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 404.3514,248.2718 h 5.9444 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 413.2680,272.0494 ZM 415.7391,265.7797 c -0.2497,-0.0000 -0.8281,0.2366 -1.1172 0.3680l -0.1577,-0.4075 c 1.1567,-0.5389 1.6036,-0.8149 2.2608 -1.2881h 0.2497 v 6.6115 c 0.0000,0.4732 0.0657,0.6046 0.4995 0.6046h 0.6835 c 0.0394,-0.0000 0.1052,0.0263 0.1052 0.1052v 0.2892 l -1.8007,-0.0263 l -1.8270,0.0263 v -0.2892 c 0.0131,-0.0394 0.0263,-0.1052 0.1052 -0.1052h 0.7886 c 0.4995,-0.0000 0.4995,-0.2234 0.4995 -0.6046v -4.5216 c 0.0000,-0.4469 0.0000,-0.7624 -0.2892 -0.7624ZM 419.0251,272.0494 ZM 419.7743,271.5105 c 0.0000,-0.3812 0.3155,-0.6966 0.6966 -0.6966c 0.3812,-0.0000 0.6966,0.3155 0.6966 0.6966c 0.0000,0.3812 -0.3155,0.6966 -0.6966 0.6966c -0.3812,-0.0000 -0.6966,-0.3155 -0.6966 -0.6966ZM 421.9036,272.0494 ZM 424.7822,264.9122 c -0.5652,-0.0000 -1.3933,0.5520 -1.3933 3.6146c 0.0000,1.0778 0.1972,3.2466 1.3538 3.2466c 0.2234,-0.0000 0.8544,-0.1446 1.1304 -1.1698c 0.1709,-0.6309 0.2629,-1.4196 0.2629 -2.5631c 0.0000,-1.6693 -0.4206,-2.6025 -0.8018 -2.9311c -0.1446,-0.1314 -0.3417,-0.1972 -0.5520 -0.1972ZM 424.7822,264.9122 ZM 424.7296,272.2071 c -1.4064,-0.0000 -2.3528,-1.8007 -2.3528 -3.8118c 0.0000,-2.4579 1.1698,-3.9432 2.4054 -3.9432c 0.5652,-0.0000 1.1304,0.3549 1.5116 0.8675c 0.5520,0.7361 0.8412,1.7219 0.8412 2.9574c 0.0000,2.9180 -1.4458,3.9301 -2.4054 3.9301Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3221241899005696" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 404.3514,268.0865 h 5.9444 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 413.2680,291.8641 ZM 416.1466,284.7268 c -0.5652,-0.0000 -1.3933,0.5520 -1.3933 3.6146c 0.0000,1.0778 0.1972,3.2466 1.3538 3.2466c 0.2234,-0.0000 0.8544,-0.1446 1.1304 -1.1698c 0.1709,-0.6309 0.2629,-1.4196 0.2629 -2.5631c 0.0000,-1.6693 -0.4206,-2.6025 -0.8018 -2.9311c -0.1446,-0.1314 -0.3417,-0.1972 -0.5520 -0.1972ZM 416.1466,284.7268 ZM 416.0940,292.0218 c -1.4064,-0.0000 -2.3528,-1.8007 -2.3528 -3.8118c 0.0000,-2.4579 1.1698,-3.9432 2.4054 -3.9432c 0.5652,-0.0000 1.1304,0.3549 1.5116 0.8675c 0.5520,0.7361 0.8412,1.7219 0.8412 2.9574c 0.0000,2.9180 -1.4458,3.9301 -2.4054 3.9301ZM 419.0251,291.8641 ZM 419.7743,291.3252 c 0.0000,-0.3812 0.3155,-0.6966 0.6966 -0.6966c 0.3812,-0.0000 0.6966,0.3155 0.6966 0.6966c 0.0000,0.3812 -0.3155,0.6966 -0.6966 0.6966c -0.3812,-0.0000 -0.6966,-0.3155 -0.6966 -0.6966ZM 421.9036,291.8641 ZM 425.9652,289.6427 c 0.0000,-1.3538 -0.7361,-2.0242 -1.5510 -2.0242c -0.6046,-0.0000 -1.0647,0.0920 -1.5773 0.3023l 0.4206,-3.5883 c 0.4338,0.0394 0.8807,0.0526 1.3407 0.0526c 0.6572,-0.0000 1.3407,-0.0394 2.0505 -0.1183l 0.0789,0.0394 l -0.1972,0.8544 c -0.5126,0.0526 -0.9332,0.0657 -1.3013 0.0657c -0.5915,-0.0000 -1.0384,-0.0526 -1.4984 -0.1052l -0.2497,2.0768 c 0.2760,-0.1052 0.7492,-0.1972 1.2618 -0.1972c 1.3933,-0.0000 2.1688,1.2093 2.1688 2.4185c 0.0000,1.4721 -1.0252,2.6025 -2.5105 2.6025c -0.7492,-0.0000 -1.8402,-0.4206 -1.8402 -0.9332c 0.0000,-0.2497 0.2103,-0.4206 0.4469 -0.4206c 0.2629,-0.0000 0.4338,0.1972 0.5915 0.4075c 0.1972,0.2366 0.4075,0.4995 0.8281 0.4995c 0.8412,-0.0000 1.5379,-0.7886 1.5379 -1.9322Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3221241899005696" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 404.3514,287.9011 h 5.9444 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 413.2680,311.6787 ZM 416.1466,304.5415 c -0.5652,-0.0000 -1.3933,0.5520 -1.3933 3.6146c 0.0000,1.0778 0.1972,3.2466 1.3538 3.2466c 0.2234,-0.0000 0.8544,-0.1446 1.1304 -1.1698c 0.1709,-0.6309 0.2629,-1.4196 0.2629 -2.5631c 0.0000,-1.6693 -0.4206,-2.6025 -0.8018 -2.9311c -0.1446,-0.1314 -0.3417,-0.1972 -0.5520 -0.1972ZM 416.1466,304.5415 ZM 416.0940,311.8364 c -1.4064,-0.0000 -2.3528,-1.8007 -2.3528 -3.8118c 0.0000,-2.4579 1.1698,-3.9432 2.4054 -3.9432c 0.5652,-0.0000 1.1304,0.3549 1.5116 0.8675c 0.5520,0.7361 0.8412,1.7219 0.8412 2.9574c 0.0000,2.9180 -1.4458,3.9301 -2.4054 3.9301ZM 419.0251,311.6787 ZM 419.7743,311.1398 c 0.0000,-0.3812 0.3155,-0.6966 0.6966 -0.6966c 0.3812,-0.0000 0.6966,0.3155 0.6966 0.6966c 0.0000,0.3812 -0.3155,0.6966 -0.6966 0.6966c -0.3812,-0.0000 -0.6966,-0.3155 -0.6966 -0.6966ZM 421.9036,311.6787 ZM 424.7822,304.5415 c -0.5652,-0.0000 -1.3933,0.5520 -1.3933 3.6146c 0.0000,1.0778 0.1972,3.2466 1.3538 3.2466c 0.2234,-0.0000 0.8544,-0.1446 1.1304 -1.1698c 0.1709,-0.6309 0.2629,-1.4196 0.2629 -2.5631c 0.0000,-1.6693 -0.4206,-2.6025 -0.8018 -2.9311c -0.1446,-0.1314 -0.3417,-0.1972 -0.5520 -0.1972ZM 424.7822,304.5415 ZM 424.7296,311.8364 c -1.4064,-0.0000 -2.3528,-1.8007 -2.3528 -3.8118c 0.0000,-2.4579 1.1698,-3.9432 2.4054 -3.9432c 0.5652,-0.0000 1.1304,0.3549 1.5116 0.8675c 0.5520,0.7361 0.8412,1.7219 0.8412 2.9574c 0.0000,2.9180 -1.4458,3.9301 -2.4054 3.9301Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3221241899005696" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 404.3514,307.7158 h 5.9444 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.1" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 389.2292,93.8556 l -0.0000,-3.9629 h -297.2197 l -0.0000,3.9629 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 382.0328,80.8381 ZM 384.8719,73.6483 c -0.3286,-0.0000 -1.2881,0.1840 -1.2881 0.9858c 0.0000,0.2366 -0.0920,0.6441 -0.4469 0.6441c -0.3417,-0.0000 -0.3680,-0.3812 -0.3680 -0.4206c 0.0000,-0.4075 0.5389,-1.6167 2.3659 -1.6167c 1.2750,-0.0000 1.6561,0.8018 1.6561 1.3275c 0.0000,0.3286 -0.1052,0.9858 -1.2881 1.7350c 0.7361,0.1183 1.7087,0.6572 1.7087 2.0242c 0.0000,1.7350 -1.3144,2.6682 -2.7997 2.6682c -0.7492,-0.0000 -1.8007,-0.3286 -1.8007 -0.8281c 0.0000,-0.1972 0.1972,-0.4206 0.4600 -0.4206c 0.2497,-0.0000 0.3680,0.1314 0.4863 0.3023c 0.1446,0.2234 0.3812,0.5389 1.0121 0.5389c 0.4338,-0.0000 1.6693,-0.4338 1.6693 -2.0899c 0.0000,-1.4064 -0.9858,-1.6299 -1.6956 -1.6299c -0.1183,-0.0000 -0.2629,0.0263 -0.4075 0.0526l -0.0526,-0.3943 c 1.0121,-0.1709 1.8533,-1.1567 1.8533 -1.7613c 0.0000,-0.7492 -0.5258,-1.1172 -1.0647 -1.1172ZM 387.7899,80.8381 ZM 388.5391,80.2992 c 0.0000,-0.3812 0.3155,-0.6966 0.6966 -0.6966c 0.3812,-0.0000 0.6966,0.3155 0.6966 0.6966c 0.0000,0.3812 -0.3155,0.6966 -0.6966 0.6966c -0.3812,-0.0000 -0.6966,-0.3155 -0.6966 -0.6966ZM 390.6685,80.8381 ZM 393.5470,73.7008 c -0.5652,-0.0000 -1.3933,0.5520 -1.3933 3.6146c 0.0000,1.0778 0.1972,3.2466 1.3538 3.2466c 0.2234,-0.0000 0.8544,-0.1446 1.1304 -1.1698c 0.1709,-0.6309 0.2629,-1.4196 0.2629 -2.5631c 0.0000,-1.6693 -0.4206,-2.6025 -0.8018 -2.9311c -0.1446,-0.1314 -0.3417,-0.1972 -0.5520 -0.1972ZM 393.5470,73.7008 ZM 393.4944,80.9958 c -1.4064,-0.0000 -2.3528,-1.8007 -2.3528 -3.8118c 0.0000,-2.4579 1.1698,-3.9432 2.4054 -3.9432c 0.5652,-0.0000 1.1304,0.3549 1.5116 0.8675c 0.5520,0.7361 0.8412,1.7219 0.8412 2.9574c 0.0000,2.9180 -1.4458,3.9301 -2.4054 3.9301Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3221241899005696" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 389.2292,87.9112 v 5.9444 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 332.4962,80.8381 ZM 333.2586,75.0152 c 0.0000,-0.7492 0.7229,-1.7744 2.1030 -1.7744c 1.0121,-0.0000 2.1951,0.3812 2.1951 1.8927c 0.0000,0.9989 -0.5126,1.4984 -1.2224 2.1819l -1.2487,1.2093 c -0.0657,0.0657 -0.9464,0.9332 -0.9464 1.5510h 2.2345 c 0.4469,-0.0000 0.6835,-0.2234 0.8675 -0.9464l 0.3286,0.0526 l -0.2629,1.6561 h -4.0615 c 0.0000,-0.7361 0.1183,-1.3013 1.3407 -2.5499l 0.9201,-0.9069 c 0.7361,-0.7492 1.0384,-1.3933 1.0384 -2.1951c 0.0000,-1.1961 -0.8149,-1.5379 -1.2618 -1.5379c -0.9069,-0.0000 -1.1567,0.4732 -1.1567 0.7886c 0.0000,0.1052 0.0263,0.2103 0.0526 0.3023c 0.0263,0.0920 0.0526,0.1840 0.0526 0.2892c 0.0000,0.3417 -0.2629,0.4732 -0.4732 0.4732c -0.2892,-0.0000 -0.4995,-0.2234 -0.4995 -0.4863ZM 338.2533,80.8381 ZM 339.0025,80.2992 c 0.0000,-0.3812 0.3155,-0.6966 0.6966 -0.6966c 0.3812,-0.0000 0.6966,0.3155 0.6966 0.6966c 0.0000,0.3812 -0.3155,0.6966 -0.6966 0.6966c -0.3812,-0.0000 -0.6966,-0.3155 -0.6966 -0.6966ZM 341.1318,80.8381 ZM 345.1934,78.6167 c 0.0000,-1.3538 -0.7361,-2.0242 -1.5510 -2.0242c -0.6046,-0.0000 -1.0647,0.0920 -1.5773 0.3023l 0.4206,-3.5883 c 0.4338,0.0394 0.8807,0.0526 1.3407 0.0526c 0.6572,-0.0000 1.3407,-0.0394 2.0505 -0.1183l 0.0789,0.0394 l -0.1972,0.8544 c -0.5126,0.0526 -0.9332,0.0657 -1.3013 0.0657c -0.5915,-0.0000 -1.0384,-0.0526 -1.4984 -0.1052l -0.2497,2.0768 c 0.2760,-0.1052 0.7492,-0.1972 1.2618 -0.1972c 1.3933,-0.0000 2.1688,1.2093 2.1688 2.4185c 0.0000,1.4721 -1.0252,2.6025 -2.5105 2.6025c -0.7492,-0.0000 -1.8402,-0.4206 -1.8402 -0.9332c 0.0000,-0.2497 0.2103,-0.4206 0.4469 -0.4206c 0.2629,-0.0000 0.4338,0.1972 0.5915 0.4075c 0.1972,0.2366 0.4075,0.4995 0.8281 0.4995c 0.8412,-0.0000 1.5379,-0.7886 1.5379 -1.9322Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3221241899005696" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 339.6926,87.9112 v 5.9444 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 282.9596,80.8381 ZM 283.7219,75.0152 c 0.0000,-0.7492 0.7229,-1.7744 2.1030 -1.7744c 1.0121,-0.0000 2.1951,0.3812 2.1951 1.8927c 0.0000,0.9989 -0.5126,1.4984 -1.2224 2.1819l -1.2487,1.2093 c -0.0657,0.0657 -0.9464,0.9332 -0.9464 1.5510h 2.2345 c 0.4469,-0.0000 0.6835,-0.2234 0.8675 -0.9464l 0.3286,0.0526 l -0.2629,1.6561 h -4.0615 c 0.0000,-0.7361 0.1183,-1.3013 1.3407 -2.5499l 0.9201,-0.9069 c 0.7361,-0.7492 1.0384,-1.3933 1.0384 -2.1951c 0.0000,-1.1961 -0.8149,-1.5379 -1.2618 -1.5379c -0.9069,-0.0000 -1.1567,0.4732 -1.1567 0.7886c 0.0000,0.1052 0.0263,0.2103 0.0526 0.3023c 0.0263,0.0920 0.0526,0.1840 0.0526 0.2892c 0.0000,0.3417 -0.2629,0.4732 -0.4732 0.4732c -0.2892,-0.0000 -0.4995,-0.2234 -0.4995 -0.4863ZM 288.7167,80.8381 ZM 289.4659,80.2992 c 0.0000,-0.3812 0.3155,-0.6966 0.6966 -0.6966c 0.3812,-0.0000 0.6966,0.3155 0.6966 0.6966c 0.0000,0.3812 -0.3155,0.6966 -0.6966 0.6966c -0.3812,-0.0000 -0.6966,-0.3155 -0.6966 -0.6966ZM 291.5952,80.8381 ZM 294.4738,73.7008 c -0.5652,-0.0000 -1.3933,0.5520 -1.3933 3.6146c 0.0000,1.0778 0.1972,3.2466 1.3538 3.2466c 0.2234,-0.0000 0.8544,-0.1446 1.1304 -1.1698c 0.1709,-0.6309 0.2629,-1.4196 0.2629 -2.5631c 0.0000,-1.6693 -0.4206,-2.6025 -0.8018 -2.9311c -0.1446,-0.1314 -0.3417,-0.1972 -0.5520 -0.1972ZM 294.4738,73.7008 ZM 294.4212,80.9958 c -1.4064,-0.0000 -2.3528,-1.8007 -2.3528 -3.8118c 0.0000,-2.4579 1.1698,-3.9432 2.4054 -3.9432c 0.5652,-0.0000 1.1304,0.3549 1.5116 0.8675c 0.5520,0.7361 0.8412,1.7219 0.8412 2.9574c 0.0000,2.9180 -1.4458,3.9301 -2.4054 3.9301Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3221241899005696" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 290.1559,87.9112 v 5.9444 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 233.4230,80.8381 ZM 235.8940,74.5683 c -0.2497,-0.0000 -0.8281,0.2366 -1.1172 0.3680l -0.1577,-0.4075 c 1.1567,-0.5389 1.6036,-0.8149 2.2608 -1.2881h 0.2497 v 6.6115 c 0.0000,0.4732 0.0657,0.6046 0.4995 0.6046h 0.6835 c 0.0394,-0.0000 0.1052,0.0263 0.1052 0.1052v 0.2892 l -1.8007,-0.0263 l -1.8270,0.0263 v -0.2892 c 0.0131,-0.0394 0.0263,-0.1052 0.1052 -0.1052h 0.7886 c 0.4995,-0.0000 0.4995,-0.2234 0.4995 -0.6046v -4.5216 c 0.0000,-0.4469 0.0000,-0.7624 -0.2892 -0.7624ZM 239.1801,80.8381 ZM 239.9293,80.2992 c 0.0000,-0.3812 0.3155,-0.6966 0.6966 -0.6966c 0.3812,-0.0000 0.6966,0.3155 0.6966 0.6966c 0.0000,0.3812 -0.3155,0.6966 -0.6966 0.6966c -0.3812,-0.0000 -0.6966,-0.3155 -0.6966 -0.6966ZM 242.0586,80.8381 ZM 246.1201,78.6167 c 0.0000,-1.3538 -0.7361,-2.0242 -1.5510 -2.0242c -0.6046,-0.0000 -1.0647,0.0920 -1.5773 0.3023l 0.4206,-3.5883 c 0.4338,0.0394 0.8807,0.0526 1.3407 0.0526c 0.6572,-0.0000 1.3407,-0.0394 2.0505 -0.1183l 0.0789,0.0394 l -0.1972,0.8544 c -0.5126,0.0526 -0.9332,0.0657 -1.3013 0.0657c -0.5915,-0.0000 -1.0384,-0.0526 -1.4984 -0.1052l -0.2497,2.0768 c 0.2760,-0.1052 0.7492,-0.1972 1.2618 -0.1972c 1.3933,-0.0000 2.1688,1.2093 2.1688 2.4185c 0.0000,1.4721 -1.0252,2.6025 -2.5105 2.6025c -0.7492,-0.0000 -1.8402,-0.4206 -1.8402 -0.9332c 0.0000,-0.2497 0.2103,-0.4206 0.4469 -0.4206c 0.2629,-0.0000 0.4338,0.1972 0.5915 0.4075c 0.1972,0.2366 0.4075,0.4995 0.8281 0.4995c 0.8412,-0.0000 1.5379,-0.7886 1.5379 -1.9322Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3221241899005696" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 240.6193,87.9112 v 5.9444 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 183.8863,80.8381 ZM 186.3574,74.5683 c -0.2497,-0.0000 -0.8281,0.2366 -1.1172 0.3680l -0.1577,-0.4075 c 1.1567,-0.5389 1.6036,-0.8149 2.2608 -1.2881h 0.2497 v 6.6115 c 0.0000,0.4732 0.0657,0.6046 0.4995 0.6046h 0.6835 c 0.0394,-0.0000 0.1052,0.0263 0.1052 0.1052v 0.2892 l -1.8007,-0.0263 l -1.8270,0.0263 v -0.2892 c 0.0131,-0.0394 0.0263,-0.1052 0.1052 -0.1052h 0.7886 c 0.4995,-0.0000 0.4995,-0.2234 0.4995 -0.6046v -4.5216 c 0.0000,-0.4469 0.0000,-0.7624 -0.2892 -0.7624ZM 189.6434,80.8381 ZM 190.3926,80.2992 c 0.0000,-0.3812 0.3155,-0.6966 0.6966 -0.6966c 0.3812,-0.0000 0.6966,0.3155 0.6966 0.6966c 0.0000,0.3812 -0.3155,0.6966 -0.6966 0.6966c -0.3812,-0.0000 -0.6966,-0.3155 -0.6966 -0.6966ZM 192.5220,80.8381 ZM 195.4005,73.7008 c -0.5652,-0.0000 -1.3933,0.5520 -1.3933 3.6146c 0.0000,1.0778 0.1972,3.2466 1.3538 3.2466c 0.2234,-0.0000 0.8544,-0.1446 1.1304 -1.1698c 0.1709,-0.6309 0.2629,-1.4196 0.2629 -2.5631c 0.0000,-1.6693 -0.4206,-2.6025 -0.8018 -2.9311c -0.1446,-0.1314 -0.3417,-0.1972 -0.5520 -0.1972ZM 195.4005,73.7008 ZM 195.3479,80.9958 c -1.4064,-0.0000 -2.3528,-1.8007 -2.3528 -3.8118c 0.0000,-2.4579 1.1698,-3.9432 2.4054 -3.9432c 0.5652,-0.0000 1.1304,0.3549 1.5116 0.8675c 0.5520,0.7361 0.8412,1.7219 0.8412 2.9574c 0.0000,2.9180 -1.4458,3.9301 -2.4054 3.9301Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3221241899005696" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 191.0827,87.9112 v 5.9444 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 134.3497,80.8381 ZM 137.2283,73.7008 c -0.5652,-0.0000 -1.3933,0.5520 -1.3933 3.6146c 0.0000,1.0778 0.1972,3.2466 1.3538 3.2466c 0.2234,-0.0000 0.8544,-0.1446 1.1304 -1.1698c 0.1709,-0.6309 0.2629,-1.4196 0.2629 -2.5631c 0.0000,-1.6693 -0.4206,-2.6025 -0.8018 -2.9311c -0.1446,-0.1314 -0.3417,-0.1972 -0.5520 -0.1972ZM 137.2283,73.7008 ZM 137.1757,80.9958 c -1.4064,-0.0000 -2.3528,-1.8007 -2.3528 -3.8118c 0.0000,-2.4579 1.1698,-3.9432 2.4054 -3.9432c 0.5652,-0.0000 1.1304,0.3549 1.5116 0.8675c 0.5520,0.7361 0.8412,1.7219 0.8412 2.9574c 0.0000,2.9180 -1.4458,3.9301 -2.4054 3.9301ZM 140.1068,80.8381 ZM 140.8560,80.2992 c 0.0000,-0.3812 0.3155,-0.6966 0.6966 -0.6966c 0.3812,-0.0000 0.6966,0.3155 0.6966 0.6966c 0.0000,0.3812 -0.3155,0.6966 -0.6966 0.6966c -0.3812,-0.0000 -0.6966,-0.3155 -0.6966 -0.6966ZM 142.9854,80.8381 ZM 147.0469,78.6167 c 0.0000,-1.3538 -0.7361,-2.0242 -1.5510 -2.0242c -0.6046,-0.0000 -1.0647,0.0920 -1.5773 0.3023l 0.4206,-3.5883 c 0.4338,0.0394 0.8807,0.0526 1.3407 0.0526c 0.6572,-0.0000 1.3407,-0.0394 2.0505 -0.1183l 0.0789,0.0394 l -0.1972,0.8544 c -0.5126,0.0526 -0.9332,0.0657 -1.3013 0.0657c -0.5915,-0.0000 -1.0384,-0.0526 -1.4984 -0.1052l -0.2497,2.0768 c 0.2760,-0.1052 0.7492,-0.1972 1.2618 -0.1972c 1.3933,-0.0000 2.1688,1.2093 2.1688 2.4185c 0.0000,1.4721 -1.0252,2.6025 -2.5105 2.6025c -0.7492,-0.0000 -1.8402,-0.4206 -1.8402 -0.9332c 0.0000,-0.2497 0.2103,-0.4206 0.4469 -0.4206c 0.2629,-0.0000 0.4338,0.1972 0.5915 0.4075c 0.1972,0.2366 0.4075,0.4995 0.8281 0.4995c 0.8412,-0.0000 1.5379,-0.7886 1.5379 -1.9322Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3221241899005696" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 141.5461,87.9112 v 5.9444 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 84.8131,80.8381 ZM 87.6916,73.7008 c -0.5652,-0.0000 -1.3933,0.5520 -1.3933 3.6146c 0.0000,1.0778 0.1972,3.2466 1.3538 3.2466c 0.2234,-0.0000 0.8544,-0.1446 1.1304 -1.1698c 0.1709,-0.6309 0.2629,-1.4196 0.2629 -2.5631c 0.0000,-1.6693 -0.4206,-2.6025 -0.8018 -2.9311c -0.1446,-0.1314 -0.3417,-0.1972 -0.5520 -0.1972ZM 87.6916,73.7008 ZM 87.6391,80.9958 c -1.4064,-0.0000 -2.3528,-1.8007 -2.3528 -3.8118c 0.0000,-2.4579 1.1698,-3.9432 2.4054 -3.9432c 0.5652,-0.0000 1.1304,0.3549 1.5116 0.8675c 0.5520,0.7361 0.8412,1.7219 0.8412 2.9574c 0.0000,2.9180 -1.4458,3.9301 -2.4054 3.9301ZM 90.5702,80.8381 ZM 91.3194,80.2992 c 0.0000,-0.3812 0.3155,-0.6966 0.6966 -0.6966c 0.3812,-0.0000 0.6966,0.3155 0.6966 0.6966c 0.0000,0.3812 -0.3155,0.6966 -0.6966 0.6966c -0.3812,-0.0000 -0.6966,-0.3155 -0.6966 -0.6966ZM 93.4487,80.8381 ZM 96.3273,73.7008 c -0.5652,-0.0000 -1.3933,0.5520 -1.3933 3.6146c 0.0000,1.0778 0.1972,3.2466 1.3538 3.2466c 0.2234,-0.0000 0.8544,-0.1446 1.1304 -1.1698c 0.1709,-0.6309 0.2629,-1.4196 0.2629 -2.5631c 0.0000,-1.6693 -0.4206,-2.6025 -0.8018 -2.9311c -0.1446,-0.1314 -0.3417,-0.1972 -0.5520 -0.1972ZM 96.3273,73.7008 ZM 96.2747,80.9958 c -1.4064,-0.0000 -2.3528,-1.8007 -2.3528 -3.8118c 0.0000,-2.4579 1.1698,-3.9432 2.4054 -3.9432c 0.5652,-0.0000 1.1304,0.3549 1.5116 0.8675c 0.5520,0.7361 0.8412,1.7219 0.8412 2.9574c 0.0000,2.9180 -1.4458,3.9301 -2.4054 3.9301Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3221241899005696" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 92.0095,87.9112 v 5.9444 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.1" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 76.8872,307.7158 l -0.0000,-198.1465 h -3.9629 l -0.0000,198.1465 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 53.5779,113.5322 ZM 57.6394,111.3109 c 0.0000,-1.3538 -0.7361,-2.0242 -1.5510 -2.0242c -0.6046,-0.0000 -1.0647,0.0920 -1.5773 0.3023l 0.4206,-3.5883 c 0.4338,0.0394 0.8807,0.0526 1.3407 0.0526c 0.6572,-0.0000 1.3407,-0.0394 2.0505 -0.1183l 0.0789,0.0394 l -0.1972,0.8544 c -0.5126,0.0526 -0.9332,0.0657 -1.3013 0.0657c -0.5915,-0.0000 -1.0384,-0.0526 -1.4984 -0.1052l -0.2497,2.0768 c 0.2760,-0.1052 0.7492,-0.1972 1.2618 -0.1972c 1.3933,-0.0000 2.1688,1.2093 2.1688 2.4185c 0.0000,1.4721 -1.0252,2.6025 -2.5105 2.6025c -0.7492,-0.0000 -1.8402,-0.4206 -1.8402 -0.9332c 0.0000,-0.2497 0.2103,-0.4206 0.4469 -0.4206c 0.2629,-0.0000 0.4338,0.1972 0.5915 0.4075c 0.1972,0.2366 0.4075,0.4995 0.8281 0.4995c 0.8412,-0.0000 1.5379,-0.7886 1.5379 -1.9322ZM 59.3350,113.5322 ZM 60.0842,112.9933 c 0.0000,-0.3812 0.3155,-0.6966 0.6966 -0.6966c 0.3812,-0.0000 0.6966,0.3155 0.6966 0.6966c 0.0000,0.3812 -0.3155,0.6966 -0.6966 0.6966c -0.3812,-0.0000 -0.6966,-0.3155 -0.6966 -0.6966ZM 62.2136,113.5322 ZM 65.0921,106.3950 c -0.5652,-0.0000 -1.3933,0.5520 -1.3933 3.6146c 0.0000,1.0778 0.1972,3.2466 1.3538 3.2466c 0.2234,-0.0000 0.8544,-0.1446 1.1304 -1.1698c 0.1709,-0.6309 0.2629,-1.4196 0.2629 -2.5631c 0.0000,-1.6693 -0.4206,-2.6025 -0.8018 -2.9311c -0.1446,-0.1314 -0.3417,-0.1972 -0.5520 -0.1972ZM 65.0921,106.3950 ZM 65.0395,113.6900 c -1.4064,-0.0000 -2.3528,-1.8007 -2.3528 -3.8118c 0.0000,-2.4579 1.1698,-3.9432 2.4054 -3.9432c 0.5652,-0.0000 1.1304,0.3549 1.5116 0.8675c 0.5520,0.7361 0.8412,1.7219 0.8412 2.9574c 0.0000,2.9180 -1.4458,3.9301 -2.4054 3.9301Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3221241899005696" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 70.9428,109.5693 h 5.9444 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 53.5779,133.3469 ZM 56.9691,128.6807 c 0.0000,-0.0920 0.0131,-0.1972 0.1314 -0.2629c 0.1446,-0.1052 0.3812,-0.2234 0.5783 -0.2234c 0.1709,-0.0000 0.1840,0.1446 0.1840 0.4075v 2.1162 h 1.0647 l -0.0789,0.6178 h -0.9858 v 1.0910 c 0.0000,0.3680 0.0526,0.5520 0.4338 0.5520h 0.3549 c 0.0789,-0.0000 0.0920,0.0657 0.0920 0.0920v 0.2892 c 0.0000,-0.0000 -0.8412,-0.0263 -1.3933 -0.0263c -0.4995,-0.0000 -1.2750,0.0263 -1.2750 0.0263v -0.2892 c 0.0000,-0.0263 0.0131,-0.0920 0.0920 -0.0920h 0.3549 c 0.4075,-0.0000 0.4469,-0.1709 0.4469 -0.5520v -1.0910 h -2.5762 c -0.0526,-0.0000 -0.0789,-0.0263 -0.1183 -0.0789l -0.1052,-0.1446 l -0.1577,-0.2760 c -0.0131,-0.0000 -0.0131,-0.0131 -0.0131 -0.0263c 0.0000,-0.0131 0.0131,-0.0263 0.0263 -0.0394c 0.8544,-0.9464 2.3659,-3.8775 2.8391 -4.9553c 0.0131,-0.0526 0.0394,-0.0657 0.0920 -0.0657c 0.0131,-0.0000 0.3023,0.1183 0.4600 0.1446c -0.5915,1.5904 -1.5641,3.2992 -2.5237 4.8239h 2.0768 v -2.0373 ZM 59.3350,133.3469 ZM 60.0842,132.8080 c 0.0000,-0.3812 0.3155,-0.6966 0.6966 -0.6966c 0.3812,-0.0000 0.6966,0.3155 0.6966 0.6966c 0.0000,0.3812 -0.3155,0.6966 -0.6966 0.6966c -0.3812,-0.0000 -0.6966,-0.3155 -0.6966 -0.6966ZM 62.2136,133.3469 ZM 66.2751,131.1255 c 0.0000,-1.3538 -0.7361,-2.0242 -1.5510 -2.0242c -0.6046,-0.0000 -1.0647,0.0920 -1.5773 0.3023l 0.4206,-3.5883 c 0.4338,0.0394 0.8807,0.0526 1.3407 0.0526c 0.6572,-0.0000 1.3407,-0.0394 2.0505 -0.1183l 0.0789,0.0394 l -0.1972,0.8544 c -0.5126,0.0526 -0.9332,0.0657 -1.3013 0.0657c -0.5915,-0.0000 -1.0384,-0.0526 -1.4984 -0.1052l -0.2497,2.0768 c 0.2760,-0.1052 0.7492,-0.1972 1.2618 -0.1972c 1.3933,-0.0000 2.1688,1.2093 2.1688 2.4185c 0.0000,1.4721 -1.0252,2.6025 -2.5105 2.6025c -0.7492,-0.0000 -1.8402,-0.4206 -1.8402 -0.9332c 0.0000,-0.2497 0.2103,-0.4206 0.4469 -0.4206c 0.2629,-0.0000 0.4338,0.1972 0.5915 0.4075c 0.1972,0.2366 0.4075,0.4995 0.8281 0.4995c 0.8412,-0.0000 1.5379,-0.7886 1.5379 -1.9322Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3221241899005696" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 70.9428,129.3839 h 5.9444 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 53.5779,153.1615 ZM 56.9691,148.4954 c 0.0000,-0.0920 0.0131,-0.1972 0.1314 -0.2629c 0.1446,-0.1052 0.3812,-0.2234 0.5783 -0.2234c 0.1709,-0.0000 0.1840,0.1446 0.1840 0.4075v 2.1162 h 1.0647 l -0.0789,0.6178 h -0.9858 v 1.0910 c 0.0000,0.3680 0.0526,0.5520 0.4338 0.5520h 0.3549 c 0.0789,-0.0000 0.0920,0.0657 0.0920 0.0920v 0.2892 c 0.0000,-0.0000 -0.8412,-0.0263 -1.3933 -0.0263c -0.4995,-0.0000 -1.2750,0.0263 -1.2750 0.0263v -0.2892 c 0.0000,-0.0263 0.0131,-0.0920 0.0920 -0.0920h 0.3549 c 0.4075,-0.0000 0.4469,-0.1709 0.4469 -0.5520v -1.0910 h -2.5762 c -0.0526,-0.0000 -0.0789,-0.0263 -0.1183 -0.0789l -0.1052,-0.1446 l -0.1577,-0.2760 c -0.0131,-0.0000 -0.0131,-0.0131 -0.0131 -0.0263c 0.0000,-0.0131 0.0131,-0.0263 0.0263 -0.0394c 0.8544,-0.9464 2.3659,-3.8775 2.8391 -4.9553c 0.0131,-0.0526 0.0394,-0.0657 0.0920 -0.0657c 0.0131,-0.0000 0.3023,0.1183 0.4600 0.1446c -0.5915,1.5904 -1.5641,3.2992 -2.5237 4.8239h 2.0768 v -2.0373 ZM 59.3350,153.1615 ZM 60.0842,152.6226 c 0.0000,-0.3812 0.3155,-0.6966 0.6966 -0.6966c 0.3812,-0.0000 0.6966,0.3155 0.6966 0.6966c 0.0000,0.3812 -0.3155,0.6966 -0.6966 0.6966c -0.3812,-0.0000 -0.6966,-0.3155 -0.6966 -0.6966ZM 62.2136,153.1615 ZM 65.0921,146.0243 c -0.5652,-0.0000 -1.3933,0.5520 -1.3933 3.6146c 0.0000,1.0778 0.1972,3.2466 1.3538 3.2466c 0.2234,-0.0000 0.8544,-0.1446 1.1304 -1.1698c 0.1709,-0.6309 0.2629,-1.4196 0.2629 -2.5631c 0.0000,-1.6693 -0.4206,-2.6025 -0.8018 -2.9311c -0.1446,-0.1314 -0.3417,-0.1972 -0.5520 -0.1972ZM 65.0921,146.0243 ZM 65.0395,153.3193 c -1.4064,-0.0000 -2.3528,-1.8007 -2.3528 -3.8118c 0.0000,-2.4579 1.1698,-3.9432 2.4054 -3.9432c 0.5652,-0.0000 1.1304,0.3549 1.5116 0.8675c 0.5520,0.7361 0.8412,1.7219 0.8412 2.9574c 0.0000,2.9180 -1.4458,3.9301 -2.4054 3.9301Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3221241899005696" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 70.9428,149.1986 h 5.9444 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 53.5779,172.9762 ZM 56.4170,165.7864 c -0.3286,-0.0000 -1.2881,0.1840 -1.2881 0.9858c 0.0000,0.2366 -0.0920,0.6441 -0.4469 0.6441c -0.3417,-0.0000 -0.3680,-0.3812 -0.3680 -0.4206c 0.0000,-0.4075 0.5389,-1.6167 2.3659 -1.6167c 1.2750,-0.0000 1.6561,0.8018 1.6561 1.3275c 0.0000,0.3286 -0.1052,0.9858 -1.2881 1.7350c 0.7361,0.1183 1.7087,0.6572 1.7087 2.0242c 0.0000,1.7350 -1.3144,2.6682 -2.7997 2.6682c -0.7492,-0.0000 -1.8007,-0.3286 -1.8007 -0.8281c 0.0000,-0.1972 0.1972,-0.4206 0.4600 -0.4206c 0.2497,-0.0000 0.3680,0.1314 0.4863 0.3023c 0.1446,0.2234 0.3812,0.5389 1.0121 0.5389c 0.4338,-0.0000 1.6693,-0.4338 1.6693 -2.0899c 0.0000,-1.4064 -0.9858,-1.6299 -1.6956 -1.6299c -0.1183,-0.0000 -0.2629,0.0263 -0.4075 0.0526l -0.0526,-0.3943 c 1.0121,-0.1709 1.8533,-1.1567 1.8533 -1.7613c 0.0000,-0.7492 -0.5258,-1.1172 -1.0647 -1.1172ZM 59.3350,172.9762 ZM 60.0842,172.4373 c 0.0000,-0.3812 0.3155,-0.6966 0.6966 -0.6966c 0.3812,-0.0000 0.6966,0.3155 0.6966 0.6966c 0.0000,0.3812 -0.3155,0.6966 -0.6966 0.6966c -0.3812,-0.0000 -0.6966,-0.3155 -0.6966 -0.6966ZM 62.2136,172.9762 ZM 66.2751,170.7548 c 0.0000,-1.3538 -0.7361,-2.0242 -1.5510 -2.0242c -0.6046,-0.0000 -1.0647,0.0920 -1.5773 0.3023l 0.4206,-3.5883 c 0.4338,0.0394 0.8807,0.0526 1.3407 0.0526c 0.6572,-0.0000 1.3407,-0.0394 2.0505 -0.1183l 0.0789,0.0394 l -0.1972,0.8544 c -0.5126,0.0526 -0.9332,0.0657 -1.3013 0.0657c -0.5915,-0.0000 -1.0384,-0.0526 -1.4984 -0.1052l -0.2497,2.0768 c 0.2760,-0.1052 0.7492,-0.1972 1.2618 -0.1972c 1.3933,-0.0000 2.1688,1.2093 2.1688 2.4185c 0.0000,1.4721 -1.0252,2.6025 -2.5105 2.6025c -0.7492,-0.0000 -1.8402,-0.4206 -1.8402 -0.9332c 0.0000,-0.2497 0.2103,-0.4206 0.4469 -0.4206c 0.2629,-0.0000 0.4338,0.1972 0.5915 0.4075c 0.1972,0.2366 0.4075,0.4995 0.8281 0.4995c 0.8412,-0.0000 1.5379,-0.7886 1.5379 -1.9322Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3221241899005696" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 70.9428,169.0132 h 5.9444 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 53.5779,192.7908 ZM 56.4170,185.6010 c -0.3286,-0.0000 -1.2881,0.1840 -1.2881 0.9858c 0.0000,0.2366 -0.0920,0.6441 -0.4469 0.6441c -0.3417,-0.0000 -0.3680,-0.3812 -0.3680 -0.4206c 0.0000,-0.4075 0.5389,-1.6167 2.3659 -1.6167c 1.2750,-0.0000 1.6561,0.8018 1.6561 1.3275c 0.0000,0.3286 -0.1052,0.9858 -1.2881 1.7350c 0.7361,0.1183 1.7087,0.6572 1.7087 2.0242c 0.0000,1.7350 -1.3144,2.6682 -2.7997 2.6682c -0.7492,-0.0000 -1.8007,-0.3286 -1.8007 -0.8281c 0.0000,-0.1972 0.1972,-0.4206 0.4600 -0.4206c 0.2497,-0.0000 0.3680,0.1314 0.4863 0.3023c 0.1446,0.2234 0.3812,0.5389 1.0121 0.5389c 0.4338,-0.0000 1.6693,-0.4338 1.6693 -2.0899c 0.0000,-1.4064 -0.9858,-1.6299 -1.6956 -1.6299c -0.1183,-0.0000 -0.2629,0.0263 -0.4075 0.0526l -0.0526,-0.3943 c 1.0121,-0.1709 1.8533,-1.1567 1.8533 -1.7613c 0.0000,-0.7492 -0.5258,-1.1172 -1.0647 -1.1172ZM 59.3350,192.7908 ZM 60.0842,192.2519 c 0.0000,-0.3812 0.3155,-0.6966 0.6966 -0.6966c 0.3812,-0.0000 0.6966,0.3155 0.6966 0.6966c 0.0000,0.3812 -0.3155,0.6966 -0.6966 0.6966c -0.3812,-0.0000 -0.6966,-0.3155 -0.6966 -0.6966ZM 62.2136,192.7908 ZM 65.0921,185.6536 c -0.5652,-0.0000 -1.3933,0.5520 -1.3933 3.6146c 0.0000,1.0778 0.1972,3.2466 1.3538 3.2466c 0.2234,-0.0000 0.8544,-0.1446 1.1304 -1.1698c 0.1709,-0.6309 0.2629,-1.4196 0.2629 -2.5631c 0.0000,-1.6693 -0.4206,-2.6025 -0.8018 -2.9311c -0.1446,-0.1314 -0.3417,-0.1972 -0.5520 -0.1972ZM 65.0921,185.6536 ZM 65.0395,192.9485 c -1.4064,-0.0000 -2.3528,-1.8007 -2.3528 -3.8118c 0.0000,-2.4579 1.1698,-3.9432 2.4054 -3.9432c 0.5652,-0.0000 1.1304,0.3549 1.5116 0.8675c 0.5520,0.7361 0.8412,1.7219 0.8412 2.9574c 0.0000,2.9180 -1.4458,3.9301 -2.4054 3.9301Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3221241899005696" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 70.9428,188.8279 h 5.9444 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 53.5779,212.6055 ZM 54.3403,206.7827 c 0.0000,-0.7492 0.7229,-1.7744 2.1030 -1.7744c 1.0121,-0.0000 2.1951,0.3812 2.1951 1.8927c 0.0000,0.9989 -0.5126,1.4984 -1.2224 2.1819l -1.2487,1.2093 c -0.0657,0.0657 -0.9464,0.9332 -0.9464 1.5510h 2.2345 c 0.4469,-0.0000 0.6835,-0.2234 0.8675 -0.9464l 0.3286,0.0526 l -0.2629,1.6561 h -4.0615 c 0.0000,-0.7361 0.1183,-1.3013 1.3407 -2.5499l 0.9201,-0.9069 c 0.7361,-0.7492 1.0384,-1.3933 1.0384 -2.1951c 0.0000,-1.1961 -0.8149,-1.5379 -1.2618 -1.5379c -0.9069,-0.0000 -1.1567,0.4732 -1.1567 0.7886c 0.0000,0.1052 0.0263,0.2103 0.0526 0.3023c 0.0263,0.0920 0.0526,0.1840 0.0526 0.2892c 0.0000,0.3417 -0.2629,0.4732 -0.4732 0.4732c -0.2892,-0.0000 -0.4995,-0.2234 -0.4995 -0.4863ZM 59.3350,212.6055 ZM 60.0842,212.0666 c 0.0000,-0.3812 0.3155,-0.6966 0.6966 -0.6966c 0.3812,-0.0000 0.6966,0.3155 0.6966 0.6966c 0.0000,0.3812 -0.3155,0.6966 -0.6966 0.6966c -0.3812,-0.0000 -0.6966,-0.3155 -0.6966 -0.6966ZM 62.2136,212.6055 ZM 66.2751,210.3841 c 0.0000,-1.3538 -0.7361,-2.0242 -1.5510 -2.0242c -0.6046,-0.0000 -1.0647,0.0920 -1.5773 0.3023l 0.4206,-3.5883 c 0.4338,0.0394 0.8807,0.0526 1.3407 0.0526c 0.6572,-0.0000 1.3407,-0.0394 2.0505 -0.1183l 0.0789,0.0394 l -0.1972,0.8544 c -0.5126,0.0526 -0.9332,0.0657 -1.3013 0.0657c -0.5915,-0.0000 -1.0384,-0.0526 -1.4984 -0.1052l -0.2497,2.0768 c 0.2760,-0.1052 0.7492,-0.1972 1.2618 -0.1972c 1.3933,-0.0000 2.1688,1.2093 2.1688 2.4185c 0.0000,1.4721 -1.0252,2.6025 -2.5105 2.6025c -0.7492,-0.0000 -1.8402,-0.4206 -1.8402 -0.9332c 0.0000,-0.2497 0.2103,-0.4206 0.4469 -0.4206c 0.2629,-0.0000 0.4338,0.1972 0.5915 0.4075c 0.1972,0.2366 0.4075,0.4995 0.8281 0.4995c 0.8412,-0.0000 1.5379,-0.7886 1.5379 -1.9322Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3221241899005696" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 70.9428,208.6425 h 5.9444 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 53.5779,232.4201 ZM 54.3403,226.5973 c 0.0000,-0.7492 0.7229,-1.7744 2.1030 -1.7744c 1.0121,-0.0000 2.1951,0.3812 2.1951 1.8927c 0.0000,0.9989 -0.5126,1.4984 -1.2224 2.1819l -1.2487,1.2093 c -0.0657,0.0657 -0.9464,0.9332 -0.9464 1.5510h 2.2345 c 0.4469,-0.0000 0.6835,-0.2234 0.8675 -0.9464l 0.3286,0.0526 l -0.2629,1.6561 h -4.0615 c 0.0000,-0.7361 0.1183,-1.3013 1.3407 -2.5499l 0.9201,-0.9069 c 0.7361,-0.7492 1.0384,-1.3933 1.0384 -2.1951c 0.0000,-1.1961 -0.8149,-1.5379 -1.2618 -1.5379c -0.9069,-0.0000 -1.1567,0.4732 -1.1567 0.7886c 0.0000,0.1052 0.0263,0.2103 0.0526 0.3023c 0.0263,0.0920 0.0526,0.1840 0.0526 0.2892c 0.0000,0.3417 -0.2629,0.4732 -0.4732 0.4732c -0.2892,-0.0000 -0.4995,-0.2234 -0.4995 -0.4863ZM 59.3350,232.4201 ZM 60.0842,231.8812 c 0.0000,-0.3812 0.3155,-0.6966 0.6966 -0.6966c 0.3812,-0.0000 0.6966,0.3155 0.6966 0.6966c 0.0000,0.3812 -0.3155,0.6966 -0.6966 0.6966c -0.3812,-0.0000 -0.6966,-0.3155 -0.6966 -0.6966ZM 62.2136,232.4201 ZM 65.0921,225.2829 c -0.5652,-0.0000 -1.3933,0.5520 -1.3933 3.6146c 0.0000,1.0778 0.1972,3.2466 1.3538 3.2466c 0.2234,-0.0000 0.8544,-0.1446 1.1304 -1.1698c 0.1709,-0.6309 0.2629,-1.4196 0.2629 -2.5631c 0.0000,-1.6693 -0.4206,-2.6025 -0.8018 -2.9311c -0.1446,-0.1314 -0.3417,-0.1972 -0.5520 -0.1972ZM 65.0921,225.2829 ZM 65.0395,232.5778 c -1.4064,-0.0000 -2.3528,-1.8007 -2.3528 -3.8118c 0.0000,-2.4579 1.1698,-3.9432 2.4054 -3.9432c 0.5652,-0.0000 1.1304,0.3549 1.5116 0.8675c 0.5520,0.7361 0.8412,1.7219 0.8412 2.9574c 0.0000,2.9180 -1.4458,3.9301 -2.4054 3.9301Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3221241899005696" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 70.9428,228.4572 h 5.9444 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 53.5779,252.2348 ZM 56.0490,245.9651 c -0.2497,-0.0000 -0.8281,0.2366 -1.1172 0.3680l -0.1577,-0.4075 c 1.1567,-0.5389 1.6036,-0.8149 2.2608 -1.2881h 0.2497 v 6.6115 c 0.0000,0.4732 0.0657,0.6046 0.4995 0.6046h 0.6835 c 0.0394,-0.0000 0.1052,0.0263 0.1052 0.1052v 0.2892 l -1.8007,-0.0263 l -1.8270,0.0263 v -0.2892 c 0.0131,-0.0394 0.0263,-0.1052 0.1052 -0.1052h 0.7886 c 0.4995,-0.0000 0.4995,-0.2234 0.4995 -0.6046v -4.5216 c 0.0000,-0.4469 0.0000,-0.7624 -0.2892 -0.7624ZM 59.3350,252.2348 ZM 60.0842,251.6959 c 0.0000,-0.3812 0.3155,-0.6966 0.6966 -0.6966c 0.3812,-0.0000 0.6966,0.3155 0.6966 0.6966c 0.0000,0.3812 -0.3155,0.6966 -0.6966 0.6966c -0.3812,-0.0000 -0.6966,-0.3155 -0.6966 -0.6966ZM 62.2136,252.2348 ZM 66.2751,250.0134 c 0.0000,-1.3538 -0.7361,-2.0242 -1.5510 -2.0242c -0.6046,-0.0000 -1.0647,0.0920 -1.5773 0.3023l 0.4206,-3.5883 c 0.4338,0.0394 0.8807,0.0526 1.3407 0.0526c 0.6572,-0.0000 1.3407,-0.0394 2.0505 -0.1183l 0.0789,0.0394 l -0.1972,0.8544 c -0.5126,0.0526 -0.9332,0.0657 -1.3013 0.0657c -0.5915,-0.0000 -1.0384,-0.0526 -1.4984 -0.1052l -0.2497,2.0768 c 0.2760,-0.1052 0.7492,-0.1972 1.2618 -0.1972c 1.3933,-0.0000 2.1688,1.2093 2.1688 2.4185c 0.0000,1.4721 -1.0252,2.6025 -2.5105 2.6025c -0.7492,-0.0000 -1.8402,-0.4206 -1.8402 -0.9332c 0.0000,-0.2497 0.2103,-0.4206 0.4469 -0.4206c 0.2629,-0.0000 0.4338,0.1972 0.5915 0.4075c 0.1972,0.2366 0.4075,0.4995 0.8281 0.4995c 0.8412,-0.0000 1.5379,-0.7886 1.5379 -1.9322Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3221241899005696" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 70.9428,248.2718 h 5.9444 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 53.5779,272.0494 ZM 56.0490,265.7797 c -0.2497,-0.0000 -0.8281,0.2366 -1.1172 0.3680l -0.1577,-0.4075 c 1.1567,-0.5389 1.6036,-0.8149 2.2608 -1.2881h 0.2497 v 6.6115 c 0.0000,0.4732 0.0657,0.6046 0.4995 0.6046h 0.6835 c 0.0394,-0.0000 0.1052,0.0263 0.1052 0.1052v 0.2892 l -1.8007,-0.0263 l -1.8270,0.0263 v -0.2892 c 0.0131,-0.0394 0.0263,-0.1052 0.1052 -0.1052h 0.7886 c 0.4995,-0.0000 0.4995,-0.2234 0.4995 -0.6046v -4.5216 c 0.0000,-0.4469 0.0000,-0.7624 -0.2892 -0.7624ZM 59.3350,272.0494 ZM 60.0842,271.5105 c 0.0000,-0.3812 0.3155,-0.6966 0.6966 -0.6966c 0.3812,-0.0000 0.6966,0.3155 0.6966 0.6966c 0.0000,0.3812 -0.3155,0.6966 -0.6966 0.6966c -0.3812,-0.0000 -0.6966,-0.3155 -0.6966 -0.6966ZM 62.2136,272.0494 ZM 65.0921,264.9122 c -0.5652,-0.0000 -1.3933,0.5520 -1.3933 3.6146c 0.0000,1.0778 0.1972,3.2466 1.3538 3.2466c 0.2234,-0.0000 0.8544,-0.1446 1.1304 -1.1698c 0.1709,-0.6309 0.2629,-1.4196 0.2629 -2.5631c 0.0000,-1.6693 -0.4206,-2.6025 -0.8018 -2.9311c -0.1446,-0.1314 -0.3417,-0.1972 -0.5520 -0.1972ZM 65.0921,264.9122 ZM 65.0395,272.2071 c -1.4064,-0.0000 -2.3528,-1.8007 -2.3528 -3.8118c 0.0000,-2.4579 1.1698,-3.9432 2.4054 -3.9432c 0.5652,-0.0000 1.1304,0.3549 1.5116 0.8675c 0.5520,0.7361 0.8412,1.7219 0.8412 2.9574c 0.0000,2.9180 -1.4458,3.9301 -2.4054 3.9301Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3221241899005696" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 70.9428,268.0865 h 5.9444 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 53.5779,291.8641 ZM 56.4565,284.7268 c -0.5652,-0.0000 -1.3933,0.5520 -1.3933 3.6146c 0.0000,1.0778 0.1972,3.2466 1.3538 3.2466c 0.2234,-0.0000 0.8544,-0.1446 1.1304 -1.1698c 0.1709,-0.6309 0.2629,-1.4196 0.2629 -2.5631c 0.0000,-1.6693 -0.4206,-2.6025 -0.8018 -2.9311c -0.1446,-0.1314 -0.3417,-0.1972 -0.5520 -0.1972ZM 56.4565,284.7268 ZM 56.4039,292.0218 c -1.4064,-0.0000 -2.3528,-1.8007 -2.3528 -3.8118c 0.0000,-2.4579 1.1698,-3.9432 2.4054 -3.9432c 0.5652,-0.0000 1.1304,0.3549 1.5116 0.8675c 0.5520,0.7361 0.8412,1.7219 0.8412 2.9574c 0.0000,2.9180 -1.4458,3.9301 -2.4054 3.9301ZM 59.3350,291.8641 ZM 60.0842,291.3252 c 0.0000,-0.3812 0.3155,-0.6966 0.6966 -0.6966c 0.3812,-0.0000 0.6966,0.3155 0.6966 0.6966c 0.0000,0.3812 -0.3155,0.6966 -0.6966 0.6966c -0.3812,-0.0000 -0.6966,-0.3155 -0.6966 -0.6966ZM 62.2136,291.8641 ZM 66.2751,289.6427 c 0.0000,-1.3538 -0.7361,-2.0242 -1.5510 -2.0242c -0.6046,-0.0000 -1.0647,0.0920 -1.5773 0.3023l 0.4206,-3.5883 c 0.4338,0.0394 0.8807,0.0526 1.3407 0.0526c 0.6572,-0.0000 1.3407,-0.0394 2.0505 -0.1183l 0.0789,0.0394 l -0.1972,0.8544 c -0.5126,0.0526 -0.9332,0.0657 -1.3013 0.0657c -0.5915,-0.0000 -1.0384,-0.0526 -1.4984 -0.1052l -0.2497,2.0768 c 0.2760,-0.1052 0.7492,-0.1972 1.2618 -0.1972c 1.3933,-0.0000 2.1688,1.2093 2.1688 2.4185c 0.0000,1.4721 -1.0252,2.6025 -2.5105 2.6025c -0.7492,-0.0000 -1.8402,-0.4206 -1.8402 -0.9332c 0.0000,-0.2497 0.2103,-0.4206 0.4469 -0.4206c 0.2629,-0.0000 0.4338,0.1972 0.5915 0.4075c 0.1972,0.2366 0.4075,0.4995 0.8281 0.4995c 0.8412,-0.0000 1.5379,-0.7886 1.5379 -1.9322Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3221241899005696" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 70.9428,287.9011 h 5.9444 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 53.5779,311.6787 ZM 56.4565,304.5415 c -0.5652,-0.0000 -1.3933,0.5520 -1.3933 3.6146c 0.0000,1.0778 0.1972,3.2466 1.3538 3.2466c 0.2234,-0.0000 0.8544,-0.1446 1.1304 -1.1698c 0.1709,-0.6309 0.2629,-1.4196 0.2629 -2.5631c 0.0000,-1.6693 -0.4206,-2.6025 -0.8018 -2.9311c -0.1446,-0.1314 -0.3417,-0.1972 -0.5520 -0.1972ZM 56.4565,304.5415 ZM 56.4039,311.8364 c -1.4064,-0.0000 -2.3528,-1.8007 -2.3528 -3.8118c 0.0000,-2.4579 1.1698,-3.9432 2.4054 -3.9432c 0.5652,-0.0000 1.1304,0.3549 1.5116 0.8675c 0.5520,0.7361 0.8412,1.7219 0.8412 2.9574c 0.0000,2.9180 -1.4458,3.9301 -2.4054 3.9301ZM 59.3350,311.6787 ZM 60.0842,311.1398 c 0.0000,-0.3812 0.3155,-0.6966 0.6966 -0.6966c 0.3812,-0.0000 0.6966,0.3155 0.6966 0.6966c 0.0000,0.3812 -0.3155,0.6966 -0.6966 0.6966c -0.3812,-0.0000 -0.6966,-0.3155 -0.6966 -0.6966ZM 62.2136,311.6787 ZM 65.0921,304.5415 c -0.5652,-0.0000 -1.3933,0.5520 -1.3933 3.6146c 0.0000,1.0778 0.1972,3.2466 1.3538 3.2466c 0.2234,-0.0000 0.8544,-0.1446 1.1304 -1.1698c 0.1709,-0.6309 0.2629,-1.4196 0.2629 -2.5631c 0.0000,-1.6693 -0.4206,-2.6025 -0.8018 -2.9311c -0.1446,-0.1314 -0.3417,-0.1972 -0.5520 -0.1972ZM 65.0921,304.5415 ZM 65.0395,311.8364 c -1.4064,-0.0000 -2.3528,-1.8007 -2.3528 -3.8118c 0.0000,-2.4579 1.1698,-3.9432 2.4054 -3.9432c 0.5652,-0.0000 1.1304,0.3549 1.5116 0.8675c 0.5520,0.7361 0.8412,1.7219 0.8412 2.9574c 0.0000,2.9180 -1.4458,3.9301 -2.4054 3.9301Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3221241899005696" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 70.9428,307.7158 h 5.9444 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.1" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 389.2292,319.6046 l -0.0000,-3.9629 h -297.2197 l -0.0000,3.9629 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 382.0328,336.3090 ZM 384.8719,329.1192 c -0.3286,-0.0000 -1.2881,0.1840 -1.2881 0.9858c 0.0000,0.2366 -0.0920,0.6441 -0.4469 0.6441c -0.3417,-0.0000 -0.3680,-0.3812 -0.3680 -0.4206c 0.0000,-0.4075 0.5389,-1.6167 2.3659 -1.6167c 1.2750,-0.0000 1.6561,0.8018 1.6561 1.3275c 0.0000,0.3286 -0.1052,0.9858 -1.2881 1.7350c 0.7361,0.1183 1.7087,0.6572 1.7087 2.0242c 0.0000,1.7350 -1.3144,2.6682 -2.7997 2.6682c -0.7492,-0.0000 -1.8007,-0.3286 -1.8007 -0.8281c 0.0000,-0.1972 0.1972,-0.4206 0.4600 -0.4206c 0.2497,-0.0000 0.3680,0.1314 0.4863 0.3023c 0.1446,0.2234 0.3812,0.5389 1.0121 0.5389c 0.4338,-0.0000 1.6693,-0.4338 1.6693 -2.0899c 0.0000,-1.4064 -0.9858,-1.6299 -1.6956 -1.6299c -0.1183,-0.0000 -0.2629,0.0263 -0.4075 0.0526l -0.0526,-0.3943 c 1.0121,-0.1709 1.8533,-1.1567 1.8533 -1.7613c 0.0000,-0.7492 -0.5258,-1.1172 -1.0647 -1.1172ZM 387.7899,336.3090 ZM 388.5391,335.7701 c 0.0000,-0.3812 0.3155,-0.6966 0.6966 -0.6966c 0.3812,-0.0000 0.6966,0.3155 0.6966 0.6966c 0.0000,0.3812 -0.3155,0.6966 -0.6966 0.6966c -0.3812,-0.0000 -0.6966,-0.3155 -0.6966 -0.6966ZM 390.6685,336.3090 ZM 393.5470,329.1718 c -0.5652,-0.0000 -1.3933,0.5520 -1.3933 3.6146c 0.0000,1.0778 0.1972,3.2466 1.3538 3.2466c 0.2234,-0.0000 0.8544,-0.1446 1.1304 -1.1698c 0.1709,-0.6309 0.2629,-1.4196 0.2629 -2.5631c 0.0000,-1.6693 -0.4206,-2.6025 -0.8018 -2.9311c -0.1446,-0.1314 -0.3417,-0.1972 -0.5520 -0.1972ZM 393.5470,329.1718 ZM 393.4944,336.4667 c -1.4064,-0.0000 -2.3528,-1.8007 -2.3528 -3.8118c 0.0000,-2.4579 1.1698,-3.9432 2.4054 -3.9432c 0.5652,-0.0000 1.1304,0.3549 1.5116 0.8675c 0.5520,0.7361 0.8412,1.7219 0.8412 2.9574c 0.0000,2.9180 -1.4458,3.9301 -2.4054 3.9301Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3221241899005696" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 389.2292,315.6416 v 5.9444 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 332.4962,336.3090 ZM 333.2586,330.4862 c 0.0000,-0.7492 0.7229,-1.7744 2.1030 -1.7744c 1.0121,-0.0000 2.1951,0.3812 2.1951 1.8927c 0.0000,0.9989 -0.5126,1.4984 -1.2224 2.1819l -1.2487,1.2093 c -0.0657,0.0657 -0.9464,0.9332 -0.9464 1.5510h 2.2345 c 0.4469,-0.0000 0.6835,-0.2234 0.8675 -0.9464l 0.3286,0.0526 l -0.2629,1.6561 h -4.0615 c 0.0000,-0.7361 0.1183,-1.3013 1.3407 -2.5499l 0.9201,-0.9069 c 0.7361,-0.7492 1.0384,-1.3933 1.0384 -2.1951c 0.0000,-1.1961 -0.8149,-1.5379 -1.2618 -1.5379c -0.9069,-0.0000 -1.1567,0.4732 -1.1567 0.7886c 0.0000,0.1052 0.0263,0.2103 0.0526 0.3023c 0.0263,0.0920 0.0526,0.1840 0.0526 0.2892c 0.0000,0.3417 -0.2629,0.4732 -0.4732 0.4732c -0.2892,-0.0000 -0.4995,-0.2234 -0.4995 -0.4863ZM 338.2533,336.3090 ZM 339.0025,335.7701 c 0.0000,-0.3812 0.3155,-0.6966 0.6966 -0.6966c 0.3812,-0.0000 0.6966,0.3155 0.6966 0.6966c 0.0000,0.3812 -0.3155,0.6966 -0.6966 0.6966c -0.3812,-0.0000 -0.6966,-0.3155 -0.6966 -0.6966ZM 341.1318,336.3090 ZM 345.1934,334.0877 c 0.0000,-1.3538 -0.7361,-2.0242 -1.5510 -2.0242c -0.6046,-0.0000 -1.0647,0.0920 -1.5773 0.3023l 0.4206,-3.5883 c 0.4338,0.0394 0.8807,0.0526 1.3407 0.0526c 0.6572,-0.0000 1.3407,-0.0394 2.0505 -0.1183l 0.0789,0.0394 l -0.1972,0.8544 c -0.5126,0.0526 -0.9332,0.0657 -1.3013 0.0657c -0.5915,-0.0000 -1.0384,-0.0526 -1.4984 -0.1052l -0.2497,2.0768 c 0.2760,-0.1052 0.7492,-0.1972 1.2618 -0.1972c 1.3933,-0.0000 2.1688,1.2093 2.1688 2.4185c 0.0000,1.4721 -1.0252,2.6025 -2.5105 2.6025c -0.7492,-0.0000 -1.8402,-0.4206 -1.8402 -0.9332c 0.0000,-0.2497 0.2103,-0.4206 0.4469 -0.4206c 0.2629,-0.0000 0.4338,0.1972 0.5915 0.4075c 0.1972,0.2366 0.4075,0.4995 0.8281 0.4995c 0.8412,-0.0000 1.5379,-0.7886 1.5379 -1.9322Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3221241899005696" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 339.6926,315.6416 v 5.9444 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 282.9596,336.3090 ZM 283.7219,330.4862 c 0.0000,-0.7492 0.7229,-1.7744 2.1030 -1.7744c 1.0121,-0.0000 2.1951,0.3812 2.1951 1.8927c 0.0000,0.9989 -0.5126,1.4984 -1.2224 2.1819l -1.2487,1.2093 c -0.0657,0.0657 -0.9464,0.9332 -0.9464 1.5510h 2.2345 c 0.4469,-0.0000 0.6835,-0.2234 0.8675 -0.9464l 0.3286,0.0526 l -0.2629,1.6561 h -4.0615 c 0.0000,-0.7361 0.1183,-1.3013 1.3407 -2.5499l 0.9201,-0.9069 c 0.7361,-0.7492 1.0384,-1.3933 1.0384 -2.1951c 0.0000,-1.1961 -0.8149,-1.5379 -1.2618 -1.5379c -0.9069,-0.0000 -1.1567,0.4732 -1.1567 0.7886c 0.0000,0.1052 0.0263,0.2103 0.0526 0.3023c 0.0263,0.0920 0.0526,0.1840 0.0526 0.2892c 0.0000,0.3417 -0.2629,0.4732 -0.4732 0.4732c -0.2892,-0.0000 -0.4995,-0.2234 -0.4995 -0.4863ZM 288.7167,336.3090 ZM 289.4659,335.7701 c 0.0000,-0.3812 0.3155,-0.6966 0.6966 -0.6966c 0.3812,-0.0000 0.6966,0.3155 0.6966 0.6966c 0.0000,0.3812 -0.3155,0.6966 -0.6966 0.6966c -0.3812,-0.0000 -0.6966,-0.3155 -0.6966 -0.6966ZM 291.5952,336.3090 ZM 294.4738,329.1718 c -0.5652,-0.0000 -1.3933,0.5520 -1.3933 3.6146c 0.0000,1.0778 0.1972,3.2466 1.3538 3.2466c 0.2234,-0.0000 0.8544,-0.1446 1.1304 -1.1698c 0.1709,-0.6309 0.2629,-1.4196 0.2629 -2.5631c 0.0000,-1.6693 -0.4206,-2.6025 -0.8018 -2.9311c -0.1446,-0.1314 -0.3417,-0.1972 -0.5520 -0.1972ZM 294.4738,329.1718 ZM 294.4212,336.4667 c -1.4064,-0.0000 -2.3528,-1.8007 -2.3528 -3.8118c 0.0000,-2.4579 1.1698,-3.9432 2.4054 -3.9432c 0.5652,-0.0000 1.1304,0.3549 1.5116 0.8675c 0.5520,0.7361 0.8412,1.7219 0.8412 2.9574c 0.0000,2.9180 -1.4458,3.9301 -2.4054 3.9301Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3221241899005696" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 290.1559,315.6416 v 5.9444 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 233.4230,336.3090 ZM 235.8940,330.0393 c -0.2497,-0.0000 -0.8281,0.2366 -1.1172 0.3680l -0.1577,-0.4075 c 1.1567,-0.5389 1.6036,-0.8149 2.2608 -1.2881h 0.2497 v 6.6115 c 0.0000,0.4732 0.0657,0.6046 0.4995 0.6046h 0.6835 c 0.0394,-0.0000 0.1052,0.0263 0.1052 0.1052v 0.2892 l -1.8007,-0.0263 l -1.8270,0.0263 v -0.2892 c 0.0131,-0.0394 0.0263,-0.1052 0.1052 -0.1052h 0.7886 c 0.4995,-0.0000 0.4995,-0.2234 0.4995 -0.6046v -4.5216 c 0.0000,-0.4469 0.0000,-0.7624 -0.2892 -0.7624ZM 239.1801,336.3090 ZM 239.9293,335.7701 c 0.0000,-0.3812 0.3155,-0.6966 0.6966 -0.6966c 0.3812,-0.0000 0.6966,0.3155 0.6966 0.6966c 0.0000,0.3812 -0.3155,0.6966 -0.6966 0.6966c -0.3812,-0.0000 -0.6966,-0.3155 -0.6966 -0.6966ZM 242.0586,336.3090 ZM 246.1201,334.0877 c 0.0000,-1.3538 -0.7361,-2.0242 -1.5510 -2.0242c -0.6046,-0.0000 -1.0647,0.0920 -1.5773 0.3023l 0.4206,-3.5883 c 0.4338,0.0394 0.8807,0.0526 1.3407 0.0526c 0.6572,-0.0000 1.3407,-0.0394 2.0505 -0.1183l 0.0789,0.0394 l -0.1972,0.8544 c -0.5126,0.0526 -0.9332,0.0657 -1.3013 0.0657c -0.5915,-0.0000 -1.0384,-0.0526 -1.4984 -0.1052l -0.2497,2.0768 c 0.2760,-0.1052 0.7492,-0.1972 1.2618 -0.1972c 1.3933,-0.0000 2.1688,1.2093 2.1688 2.4185c 0.0000,1.4721 -1.0252,2.6025 -2.5105 2.6025c -0.7492,-0.0000 -1.8402,-0.4206 -1.8402 -0.9332c 0.0000,-0.2497 0.2103,-0.4206 0.4469 -0.4206c 0.2629,-0.0000 0.4338,0.1972 0.5915 0.4075c 0.1972,0.2366 0.4075,0.4995 0.8281 0.4995c 0.8412,-0.0000 1.5379,-0.7886 1.5379 -1.9322Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3221241899005696" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 240.6193,315.6416 v 5.9444 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 183.8863,336.3090 ZM 186.3574,330.0393 c -0.2497,-0.0000 -0.8281,0.2366 -1.1172 0.3680l -0.1577,-0.4075 c 1.1567,-0.5389 1.6036,-0.8149 2.2608 -1.2881h 0.2497 v 6.6115 c 0.0000,0.4732 0.0657,0.6046 0.4995 0.6046h 0.6835 c 0.0394,-0.0000 0.1052,0.0263 0.1052 0.1052v 0.2892 l -1.8007,-0.0263 l -1.8270,0.0263 v -0.2892 c 0.0131,-0.0394 0.0263,-0.1052 0.1052 -0.1052h 0.7886 c 0.4995,-0.0000 0.4995,-0.2234 0.4995 -0.6046v -4.5216 c 0.0000,-0.4469 0.0000,-0.7624 -0.2892 -0.7624ZM 189.6434,336.3090 ZM 190.3926,335.7701 c 0.0000,-0.3812 0.3155,-0.6966 0.6966 -0.6966c 0.3812,-0.0000 0.6966,0.3155 0.6966 0.6966c 0.0000,0.3812 -0.3155,0.6966 -0.6966 0.6966c -0.3812,-0.0000 -0.6966,-0.3155 -0.6966 -0.6966ZM 192.5220,336.3090 ZM 195.4005,329.1718 c -0.5652,-0.0000 -1.3933,0.5520 -1.3933 3.6146c 0.0000,1.0778 0.1972,3.2466 1.3538 3.2466c 0.2234,-0.0000 0.8544,-0.1446 1.1304 -1.1698c 0.1709,-0.6309 0.2629,-1.4196 0.2629 -2.5631c 0.0000,-1.6693 -0.4206,-2.6025 -0.8018 -2.9311c -0.1446,-0.1314 -0.3417,-0.1972 -0.5520 -0.1972ZM 195.4005,329.1718 ZM 195.3479,336.4667 c -1.4064,-0.0000 -2.3528,-1.8007 -2.3528 -3.8118c 0.0000,-2.4579 1.1698,-3.9432 2.4054 -3.9432c 0.5652,-0.0000 1.1304,0.3549 1.5116 0.8675c 0.5520,0.7361 0.8412,1.7219 0.8412 2.9574c 0.0000,2.9180 -1.4458,3.9301 -2.4054 3.9301Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3221241899005696" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 191.0827,315.6416 v 5.9444 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 134.3497,336.3090 ZM 137.2283,329.1718 c -0.5652,-0.0000 -1.3933,0.5520 -1.3933 3.6146c 0.0000,1.0778 0.1972,3.2466 1.3538 3.2466c 0.2234,-0.0000 0.8544,-0.1446 1.1304 -1.1698c 0.1709,-0.6309 0.2629,-1.4196 0.2629 -2.5631c 0.0000,-1.6693 -0.4206,-2.6025 -0.8018 -2.9311c -0.1446,-0.1314 -0.3417,-0.1972 -0.5520 -0.1972ZM 137.2283,329.1718 ZM 137.1757,336.4667 c -1.4064,-0.0000 -2.3528,-1.8007 -2.3528 -3.8118c 0.0000,-2.4579 1.1698,-3.9432 2.4054 -3.9432c 0.5652,-0.0000 1.1304,0.3549 1.5116 0.8675c 0.5520,0.7361 0.8412,1.7219 0.8412 2.9574c 0.0000,2.9180 -1.4458,3.9301 -2.4054 3.9301ZM 140.1068,336.3090 ZM 140.8560,335.7701 c 0.0000,-0.3812 0.3155,-0.6966 0.6966 -0.6966c 0.3812,-0.0000 0.6966,0.3155 0.6966 0.6966c 0.0000,0.3812 -0.3155,0.6966 -0.6966 0.6966c -0.3812,-0.0000 -0.6966,-0.3155 -0.6966 -0.6966ZM 142.9854,336.3090 ZM 147.0469,334.0877 c 0.0000,-1.3538 -0.7361,-2.0242 -1.5510 -2.0242c -0.6046,-0.0000 -1.0647,0.0920 -1.5773 0.3023l 0.4206,-3.5883 c 0.4338,0.0394 0.8807,0.0526 1.3407 0.0526c 0.6572,-0.0000 1.3407,-0.0394 2.0505 -0.1183l 0.0789,0.0394 l -0.1972,0.8544 c -0.5126,0.0526 -0.9332,0.0657 -1.3013 0.0657c -0.5915,-0.0000 -1.0384,-0.0526 -1.4984 -0.1052l -0.2497,2.0768 c 0.2760,-0.1052 0.7492,-0.1972 1.2618 -0.1972c 1.3933,-0.0000 2.1688,1.2093 2.1688 2.4185c 0.0000,1.4721 -1.0252,2.6025 -2.5105 2.6025c -0.7492,-0.0000 -1.8402,-0.4206 -1.8402 -0.9332c 0.0000,-0.2497 0.2103,-0.4206 0.4469 -0.4206c 0.2629,-0.0000 0.4338,0.1972 0.5915 0.4075c 0.1972,0.2366 0.4075,0.4995 0.8281 0.4995c 0.8412,-0.0000 1.5379,-0.7886 1.5379 -1.9322Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3221241899005696" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 141.5461,315.6416 v 5.9444 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 84.8131,336.3090 ZM 87.6916,329.1718 c -0.5652,-0.0000 -1.3933,0.5520 -1.3933 3.6146c 0.0000,1.0778 0.1972,3.2466 1.3538 3.2466c 0.2234,-0.0000 0.8544,-0.1446 1.1304 -1.1698c 0.1709,-0.6309 0.2629,-1.4196 0.2629 -2.5631c 0.0000,-1.6693 -0.4206,-2.6025 -0.8018 -2.9311c -0.1446,-0.1314 -0.3417,-0.1972 -0.5520 -0.1972ZM 87.6916,329.1718 ZM 87.6391,336.4667 c -1.4064,-0.0000 -2.3528,-1.8007 -2.3528 -3.8118c 0.0000,-2.4579 1.1698,-3.9432 2.4054 -3.9432c 0.5652,-0.0000 1.1304,0.3549 1.5116 0.8675c 0.5520,0.7361 0.8412,1.7219 0.8412 2.9574c 0.0000,2.9180 -1.4458,3.9301 -2.4054 3.9301ZM 90.5702,336.3090 ZM 91.3194,335.7701 c 0.0000,-0.3812 0.3155,-0.6966 0.6966 -0.6966c 0.3812,-0.0000 0.6966,0.3155 0.6966 0.6966c 0.0000,0.3812 -0.3155,0.6966 -0.6966 0.6966c -0.3812,-0.0000 -0.6966,-0.3155 -0.6966 -0.6966ZM 93.4487,336.3090 ZM 96.3273,329.1718 c -0.5652,-0.0000 -1.3933,0.5520 -1.3933 3.6146c 0.0000,1.0778 0.1972,3.2466 1.3538 3.2466c 0.2234,-0.0000 0.8544,-0.1446 1.1304 -1.1698c 0.1709,-0.6309 0.2629,-1.4196 0.2629 -2.5631c 0.0000,-1.6693 -0.4206,-2.6025 -0.8018 -2.9311c -0.1446,-0.1314 -0.3417,-0.1972 -0.5520 -0.1972ZM 96.3273,329.1718 ZM 96.2747,336.4667 c -1.4064,-0.0000 -2.3528,-1.8007 -2.3528 -3.8118c 0.0000,-2.4579 1.1698,-3.9432 2.4054 -3.9432c 0.5652,-0.0000 1.1304,0.3549 1.5116 0.8675c 0.5520,0.7361 0.8412,1.7219 0.8412 2.9574c 0.0000,2.9180 -1.4458,3.9301 -2.4054 3.9301Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3221241899005696" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 92.0095,315.6416 v 5.9444 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 389.2292,307.7158 l -0.0000,-198.1465 h -297.2197 l -0.0000,198.1465 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(44,160,44)" stroke-width="2.3221241899005696" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 141.5461,149.1986 v 158.5172 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(255,127,14)" stroke-width="9.288496759602278" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 92.0095,307.7158 l 297.2197,-118.8879 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(31,119,180)" stroke-width="4.644248379801139" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 92.0095,268.0865 h 99.0732 l 99.0732,-158.5172 "/>+  </g>+</svg>
other/pixelChart_Example.svg view
@@ -1,3 +1,4807 @@ <?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="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(117,182,215)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 300.0000,7.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(114,178,210)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 300.0000,15.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(111,174,205)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 300.0000,22.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(109,170,201)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 300.0000,30.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(106,165,196)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 300.0000,37.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,161,192)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 300.0000,45.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,157,187)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 300.0000,52.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,153,182)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 300.0000,60.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,148,178)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 300.0000,67.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,144,173)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 300.0000,75.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(89,140,168)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 300.0000,82.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(86,135,163)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 300.0000,90.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(83,131,159)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 300.0000,97.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(80,127,154)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 300.0000,105.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(77,122,149)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 300.0000,112.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(74,118,145)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 300.0000,120.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(71,113,140)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 300.0000,127.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(68,109,135)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 300.0000,135.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(65,104,130)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 300.0000,142.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(61,100,126)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 300.0000,150.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(58,95,121)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 300.0000,157.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(55,91,116)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 300.0000,165.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(52,86,112)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 300.0000,172.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 300.0000,180.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 300.0000,187.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 300.0000,195.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 300.0000,202.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 300.0000,210.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 300.0000,217.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 300.0000,225.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 300.0000,232.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 300.0000,240.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 300.0000,247.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 300.0000,255.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 300.0000,262.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 300.0000,270.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 300.0000,277.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 300.0000,285.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 300.0000,292.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 300.0000,300.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(114,178,210)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 292.5000,7.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(111,174,205)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 292.5000,15.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(109,170,201)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 292.5000,22.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(106,165,196)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 292.5000,30.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,161,192)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 292.5000,37.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,157,187)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 292.5000,45.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,153,182)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 292.5000,52.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,148,178)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 292.5000,60.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,144,173)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 292.5000,67.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(89,140,168)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 292.5000,75.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(86,135,163)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 292.5000,82.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(83,131,159)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 292.5000,90.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(80,127,154)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 292.5000,97.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(77,122,149)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 292.5000,105.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(74,118,145)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 292.5000,112.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(71,113,140)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 292.5000,120.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(68,109,135)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 292.5000,127.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(65,104,130)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 292.5000,135.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(61,100,126)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 292.5000,142.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(58,95,121)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 292.5000,150.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(55,91,116)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 292.5000,157.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(52,86,112)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 292.5000,165.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 292.5000,172.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 292.5000,180.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 292.5000,187.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 292.5000,195.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 292.5000,202.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 292.5000,210.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 292.5000,217.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 292.5000,225.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 292.5000,232.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 292.5000,240.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 292.5000,247.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 292.5000,255.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 292.5000,262.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 292.5000,270.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 292.5000,277.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 292.5000,285.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 292.5000,292.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 292.5000,300.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(111,174,205)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 285.0000,7.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(109,170,201)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 285.0000,15.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(106,165,196)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 285.0000,22.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,161,192)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 285.0000,30.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,157,187)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 285.0000,37.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,153,182)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 285.0000,45.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,148,178)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 285.0000,52.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,144,173)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 285.0000,60.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(89,140,168)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 285.0000,67.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(86,135,163)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 285.0000,75.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(83,131,159)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 285.0000,82.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(80,127,154)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 285.0000,90.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(77,122,149)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 285.0000,97.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(74,118,145)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 285.0000,105.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(71,113,140)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 285.0000,112.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(68,109,135)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 285.0000,120.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(65,104,130)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 285.0000,127.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(61,100,126)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 285.0000,135.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(58,95,121)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 285.0000,142.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(55,91,116)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 285.0000,150.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(52,86,112)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 285.0000,157.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 285.0000,165.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 285.0000,172.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 285.0000,180.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 285.0000,187.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 285.0000,195.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 285.0000,202.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 285.0000,210.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 285.0000,217.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 285.0000,225.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 285.0000,232.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 285.0000,240.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 285.0000,247.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 285.0000,255.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 285.0000,262.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 285.0000,270.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 285.0000,277.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 285.0000,285.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 285.0000,292.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 285.0000,300.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(109,170,201)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 277.5000,7.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(106,165,196)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 277.5000,15.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,161,192)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 277.5000,22.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,157,187)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 277.5000,30.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,153,182)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 277.5000,37.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,148,178)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 277.5000,45.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,144,173)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 277.5000,52.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(89,140,168)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 277.5000,60.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(86,135,163)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 277.5000,67.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(83,131,159)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 277.5000,75.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(80,127,154)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 277.5000,82.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(77,122,149)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 277.5000,90.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(74,118,145)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 277.5000,97.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(71,113,140)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 277.5000,105.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(68,109,135)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 277.5000,112.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(65,104,130)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 277.5000,120.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(61,100,126)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 277.5000,127.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(58,95,121)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 277.5000,135.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(55,91,116)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 277.5000,142.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(52,86,112)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 277.5000,150.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 277.5000,157.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 277.5000,165.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 277.5000,172.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 277.5000,180.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 277.5000,187.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 277.5000,195.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 277.5000,202.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 277.5000,210.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 277.5000,217.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 277.5000,225.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 277.5000,232.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 277.5000,240.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 277.5000,247.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 277.5000,255.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 277.5000,262.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 277.5000,270.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 277.5000,277.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 277.5000,285.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 277.5000,292.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 277.5000,300.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(106,165,196)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 270.0000,7.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,161,192)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 270.0000,15.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,157,187)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 270.0000,22.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,153,182)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 270.0000,30.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,148,178)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 270.0000,37.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,144,173)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 270.0000,45.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(89,140,168)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 270.0000,52.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(86,135,163)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 270.0000,60.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(83,131,159)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 270.0000,67.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(80,127,154)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 270.0000,75.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(77,122,149)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 270.0000,82.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(74,118,145)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 270.0000,90.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(71,113,140)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 270.0000,97.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(68,109,135)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 270.0000,105.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(65,104,130)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 270.0000,112.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(61,100,126)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 270.0000,120.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(58,95,121)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 270.0000,127.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(55,91,116)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 270.0000,135.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(52,86,112)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 270.0000,142.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 270.0000,150.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 270.0000,157.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 270.0000,165.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 270.0000,172.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 270.0000,180.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 270.0000,187.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 270.0000,195.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 270.0000,202.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 270.0000,210.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 270.0000,217.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 270.0000,225.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 270.0000,232.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 270.0000,240.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 270.0000,247.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 270.0000,255.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 270.0000,262.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 270.0000,270.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 270.0000,277.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 270.0000,285.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 270.0000,292.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 270.0000,300.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,161,192)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 262.5000,7.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,157,187)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 262.5000,15.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,153,182)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 262.5000,22.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,148,178)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 262.5000,30.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,144,173)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 262.5000,37.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(89,140,168)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 262.5000,45.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(86,135,163)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 262.5000,52.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(83,131,159)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 262.5000,60.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(80,127,154)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 262.5000,67.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(77,122,149)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 262.5000,75.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(74,118,145)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 262.5000,82.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(71,113,140)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 262.5000,90.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(68,109,135)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 262.5000,97.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(65,104,130)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 262.5000,105.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(61,100,126)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 262.5000,112.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(58,95,121)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 262.5000,120.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(55,91,116)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 262.5000,127.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(52,86,112)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 262.5000,135.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 262.5000,142.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 262.5000,150.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 262.5000,157.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 262.5000,165.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 262.5000,172.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 262.5000,180.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 262.5000,187.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 262.5000,195.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 262.5000,202.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 262.5000,210.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 262.5000,217.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 262.5000,225.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 262.5000,232.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 262.5000,240.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 262.5000,247.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 262.5000,255.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 262.5000,262.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 262.5000,270.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 262.5000,277.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 262.5000,285.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 262.5000,292.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 262.5000,300.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,157,187)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.0000,7.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,153,182)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.0000,15.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,148,178)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.0000,22.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,144,173)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.0000,30.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(89,140,168)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.0000,37.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(86,135,163)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.0000,45.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(83,131,159)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.0000,52.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(80,127,154)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.0000,60.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(77,122,149)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.0000,67.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(74,118,145)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.0000,75.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(71,113,140)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.0000,82.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(68,109,135)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.0000,90.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(65,104,130)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.0000,97.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(61,100,126)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.0000,105.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(58,95,121)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.0000,112.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(55,91,116)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.0000,120.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(52,86,112)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.0000,127.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.0000,135.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.0000,142.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.0000,150.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.0000,157.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.0000,165.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.0000,172.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.0000,180.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.0000,187.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.0000,195.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.0000,202.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.0000,210.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.0000,217.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.0000,225.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.0000,232.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.0000,240.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.0000,247.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.0000,255.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.0000,262.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.0000,270.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.0000,277.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.0000,285.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.0000,292.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.0000,300.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,153,182)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 247.5000,7.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,148,178)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 247.5000,15.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,144,173)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 247.5000,22.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(89,140,168)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 247.5000,30.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(86,135,163)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 247.5000,37.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(83,131,159)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 247.5000,45.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(80,127,154)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 247.5000,52.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(77,122,149)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 247.5000,60.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(74,118,145)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 247.5000,67.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(71,113,140)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 247.5000,75.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(68,109,135)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 247.5000,82.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(65,104,130)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 247.5000,90.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(61,100,126)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 247.5000,97.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(58,95,121)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 247.5000,105.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(55,91,116)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 247.5000,112.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(52,86,112)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 247.5000,120.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 247.5000,127.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 247.5000,135.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 247.5000,142.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 247.5000,150.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 247.5000,157.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 247.5000,165.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 247.5000,172.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 247.5000,180.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 247.5000,187.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 247.5000,195.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 247.5000,202.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 247.5000,210.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 247.5000,217.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 247.5000,225.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 247.5000,232.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 247.5000,240.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 247.5000,247.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 247.5000,255.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 247.5000,262.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 247.5000,270.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 247.5000,277.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 247.5000,285.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 247.5000,292.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 247.5000,300.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,148,178)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 240.0000,7.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,144,173)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 240.0000,15.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(89,140,168)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 240.0000,22.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(86,135,163)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 240.0000,30.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(83,131,159)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 240.0000,37.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(80,127,154)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 240.0000,45.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(77,122,149)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 240.0000,52.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(74,118,145)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 240.0000,60.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(71,113,140)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 240.0000,67.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(68,109,135)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 240.0000,75.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(65,104,130)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 240.0000,82.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(61,100,126)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 240.0000,90.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(58,95,121)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 240.0000,97.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(55,91,116)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 240.0000,105.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(52,86,112)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 240.0000,112.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 240.0000,120.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 240.0000,127.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 240.0000,135.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 240.0000,142.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 240.0000,150.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 240.0000,157.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 240.0000,165.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 240.0000,172.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 240.0000,180.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 240.0000,187.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 240.0000,195.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 240.0000,202.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 240.0000,210.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 240.0000,217.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 240.0000,225.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 240.0000,232.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 240.0000,240.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 240.0000,247.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 240.0000,255.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 240.0000,262.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 240.0000,270.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 240.0000,277.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 240.0000,285.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 240.0000,292.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 240.0000,300.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,144,173)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 232.5000,7.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(89,140,168)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 232.5000,15.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(86,135,163)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 232.5000,22.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(83,131,159)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 232.5000,30.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(80,127,154)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 232.5000,37.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(77,122,149)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 232.5000,45.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(74,118,145)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 232.5000,52.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(71,113,140)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 232.5000,60.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(68,109,135)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 232.5000,67.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(65,104,130)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 232.5000,75.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(61,100,126)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 232.5000,82.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(58,95,121)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 232.5000,90.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(55,91,116)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 232.5000,97.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(52,86,112)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 232.5000,105.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 232.5000,112.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 232.5000,120.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 232.5000,127.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 232.5000,135.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 232.5000,142.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 232.5000,150.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 232.5000,157.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 232.5000,165.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 232.5000,172.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 232.5000,180.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 232.5000,187.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 232.5000,195.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 232.5000,202.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 232.5000,210.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 232.5000,217.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 232.5000,225.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 232.5000,232.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 232.5000,240.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 232.5000,247.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 232.5000,255.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 232.5000,262.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 232.5000,270.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 232.5000,277.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 232.5000,285.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 232.5000,292.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 232.5000,300.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(89,140,168)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 225.0000,7.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(86,135,163)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 225.0000,15.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(83,131,159)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 225.0000,22.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(80,127,154)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 225.0000,30.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(77,122,149)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 225.0000,37.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(74,118,145)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 225.0000,45.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(71,113,140)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 225.0000,52.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(68,109,135)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 225.0000,60.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(65,104,130)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 225.0000,67.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(61,100,126)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 225.0000,75.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(58,95,121)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 225.0000,82.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(55,91,116)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 225.0000,90.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(52,86,112)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 225.0000,97.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 225.0000,105.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 225.0000,112.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 225.0000,120.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 225.0000,127.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 225.0000,135.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 225.0000,142.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 225.0000,150.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 225.0000,157.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 225.0000,165.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 225.0000,172.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 225.0000,180.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 225.0000,187.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 225.0000,195.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 225.0000,202.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 225.0000,210.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 225.0000,217.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 225.0000,225.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 225.0000,232.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 225.0000,240.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 225.0000,247.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 225.0000,255.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 225.0000,262.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 225.0000,270.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 225.0000,277.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 225.0000,285.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 225.0000,292.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 225.0000,300.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(86,135,163)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.5000,7.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(83,131,159)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.5000,15.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(80,127,154)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.5000,22.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(77,122,149)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.5000,30.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(74,118,145)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.5000,37.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(71,113,140)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.5000,45.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(68,109,135)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.5000,52.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(65,104,130)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.5000,60.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(61,100,126)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.5000,67.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(58,95,121)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.5000,75.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(55,91,116)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.5000,82.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(52,86,112)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.5000,90.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.5000,97.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.5000,105.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.5000,112.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.5000,120.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.5000,127.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.5000,135.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.5000,142.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.5000,150.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.5000,157.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.5000,165.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.5000,172.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.5000,180.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.5000,187.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.5000,195.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.5000,202.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.5000,210.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.5000,217.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.5000,225.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.5000,232.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.5000,240.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.5000,247.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.5000,255.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.5000,262.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.5000,270.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.5000,277.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.5000,285.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.5000,292.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.5000,300.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(83,131,159)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.0000,7.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(80,127,154)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.0000,15.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(77,122,149)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.0000,22.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(74,118,145)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.0000,30.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(71,113,140)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.0000,37.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(68,109,135)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.0000,45.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(65,104,130)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.0000,52.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(61,100,126)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.0000,60.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(58,95,121)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.0000,67.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(55,91,116)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.0000,75.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(52,86,112)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.0000,82.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.0000,90.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.0000,97.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.0000,105.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.0000,112.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.0000,120.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.0000,127.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.0000,135.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.0000,142.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.0000,150.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.0000,157.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.0000,165.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.0000,172.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.0000,180.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.0000,187.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.0000,195.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.0000,202.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.0000,210.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.0000,217.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.0000,225.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.0000,232.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.0000,240.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.0000,247.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.0000,255.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.0000,262.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.0000,270.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.0000,277.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.0000,285.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.0000,292.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.0000,300.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(80,127,154)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 202.5000,7.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(77,122,149)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 202.5000,15.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(74,118,145)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 202.5000,22.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(71,113,140)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 202.5000,30.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(68,109,135)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 202.5000,37.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(65,104,130)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 202.5000,45.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(61,100,126)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 202.5000,52.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(58,95,121)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 202.5000,60.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(55,91,116)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 202.5000,67.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(52,86,112)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 202.5000,75.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 202.5000,82.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 202.5000,90.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 202.5000,97.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 202.5000,105.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 202.5000,112.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 202.5000,120.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 202.5000,127.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 202.5000,135.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 202.5000,142.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 202.5000,150.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 202.5000,157.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 202.5000,165.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 202.5000,172.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 202.5000,180.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 202.5000,187.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 202.5000,195.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 202.5000,202.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 202.5000,210.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 202.5000,217.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 202.5000,225.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 202.5000,232.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 202.5000,240.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 202.5000,247.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 202.5000,255.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 202.5000,262.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 202.5000,270.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 202.5000,277.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 202.5000,285.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 202.5000,292.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 202.5000,300.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(77,122,149)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 195.0000,7.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(74,118,145)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 195.0000,15.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(71,113,140)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 195.0000,22.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(68,109,135)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 195.0000,30.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(65,104,130)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 195.0000,37.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(61,100,126)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 195.0000,45.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(58,95,121)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 195.0000,52.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(55,91,116)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 195.0000,60.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(52,86,112)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 195.0000,67.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 195.0000,75.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 195.0000,82.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 195.0000,90.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 195.0000,97.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 195.0000,105.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 195.0000,112.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 195.0000,120.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 195.0000,127.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 195.0000,135.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 195.0000,142.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 195.0000,150.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 195.0000,157.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 195.0000,165.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 195.0000,172.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 195.0000,180.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 195.0000,187.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 195.0000,195.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 195.0000,202.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 195.0000,210.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 195.0000,217.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 195.0000,225.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 195.0000,232.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 195.0000,240.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 195.0000,247.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 195.0000,255.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 195.0000,262.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 195.0000,270.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 195.0000,277.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 195.0000,285.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 195.0000,292.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 195.0000,300.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(74,118,145)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 187.5000,7.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(71,113,140)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 187.5000,15.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(68,109,135)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 187.5000,22.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(65,104,130)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 187.5000,30.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(61,100,126)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 187.5000,37.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(58,95,121)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 187.5000,45.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(55,91,116)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 187.5000,52.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(52,86,112)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 187.5000,60.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 187.5000,67.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 187.5000,75.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 187.5000,82.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 187.5000,90.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 187.5000,97.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 187.5000,105.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 187.5000,112.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 187.5000,120.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 187.5000,127.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 187.5000,135.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 187.5000,142.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 187.5000,150.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 187.5000,157.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 187.5000,165.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 187.5000,172.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 187.5000,180.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 187.5000,187.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 187.5000,195.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 187.5000,202.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 187.5000,210.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 187.5000,217.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 187.5000,225.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 187.5000,232.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 187.5000,240.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 187.5000,247.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 187.5000,255.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 187.5000,262.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 187.5000,270.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 187.5000,277.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 187.5000,285.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 187.5000,292.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 187.5000,300.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(71,113,140)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 180.0000,7.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(68,109,135)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 180.0000,15.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(65,104,130)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 180.0000,22.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(61,100,126)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 180.0000,30.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(58,95,121)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 180.0000,37.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(55,91,116)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 180.0000,45.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(52,86,112)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 180.0000,52.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 180.0000,60.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 180.0000,67.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 180.0000,75.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 180.0000,82.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 180.0000,90.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 180.0000,97.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 180.0000,105.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 180.0000,112.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 180.0000,120.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 180.0000,127.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 180.0000,135.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 180.0000,142.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 180.0000,150.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 180.0000,157.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 180.0000,165.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 180.0000,172.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 180.0000,180.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 180.0000,187.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 180.0000,195.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 180.0000,202.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 180.0000,210.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 180.0000,217.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 180.0000,225.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 180.0000,232.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 180.0000,240.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 180.0000,247.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 180.0000,255.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 180.0000,262.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 180.0000,270.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 180.0000,277.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 180.0000,285.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 180.0000,292.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 180.0000,300.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(68,109,135)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 172.5000,7.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(65,104,130)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 172.5000,15.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(61,100,126)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 172.5000,22.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(58,95,121)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 172.5000,30.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(55,91,116)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 172.5000,37.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(52,86,112)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 172.5000,45.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 172.5000,52.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 172.5000,60.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 172.5000,67.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 172.5000,75.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 172.5000,82.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 172.5000,90.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 172.5000,97.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 172.5000,105.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 172.5000,112.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 172.5000,120.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 172.5000,127.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 172.5000,135.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 172.5000,142.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 172.5000,150.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 172.5000,157.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 172.5000,165.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 172.5000,172.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 172.5000,180.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 172.5000,187.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 172.5000,195.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 172.5000,202.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 172.5000,210.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 172.5000,217.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 172.5000,225.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 172.5000,232.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 172.5000,240.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 172.5000,247.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 172.5000,255.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 172.5000,262.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 172.5000,270.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 172.5000,277.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 172.5000,285.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 172.5000,292.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(52,86,112)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 172.5000,300.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(65,104,130)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 165.0000,7.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(61,100,126)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 165.0000,15.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(58,95,121)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 165.0000,22.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(55,91,116)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 165.0000,30.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(52,86,112)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 165.0000,37.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 165.0000,45.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 165.0000,52.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 165.0000,60.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 165.0000,67.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 165.0000,75.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 165.0000,82.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 165.0000,90.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 165.0000,97.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 165.0000,105.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 165.0000,112.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 165.0000,120.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 165.0000,127.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 165.0000,135.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 165.0000,142.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 165.0000,150.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 165.0000,157.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 165.0000,165.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 165.0000,172.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 165.0000,180.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 165.0000,187.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 165.0000,195.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 165.0000,202.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 165.0000,210.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 165.0000,217.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 165.0000,225.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 165.0000,232.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 165.0000,240.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 165.0000,247.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 165.0000,255.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 165.0000,262.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 165.0000,270.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 165.0000,277.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 165.0000,285.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(52,86,112)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 165.0000,292.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(55,91,116)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 165.0000,300.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(61,100,126)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 157.5000,7.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(58,95,121)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 157.5000,15.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(55,91,116)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 157.5000,22.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(52,86,112)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 157.5000,30.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 157.5000,37.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 157.5000,45.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 157.5000,52.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 157.5000,60.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 157.5000,67.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 157.5000,75.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 157.5000,82.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 157.5000,90.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 157.5000,97.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 157.5000,105.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 157.5000,112.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 157.5000,120.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 157.5000,127.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 157.5000,135.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 157.5000,142.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 157.5000,150.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 157.5000,157.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 157.5000,165.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 157.5000,172.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 157.5000,180.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 157.5000,187.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 157.5000,195.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 157.5000,202.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 157.5000,210.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 157.5000,217.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 157.5000,225.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 157.5000,232.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 157.5000,240.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 157.5000,247.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 157.5000,255.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 157.5000,262.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 157.5000,270.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 157.5000,277.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(52,86,112)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 157.5000,285.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(55,91,116)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 157.5000,292.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(58,95,121)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 157.5000,300.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(58,95,121)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 150.0000,7.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(55,91,116)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 150.0000,15.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(52,86,112)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 150.0000,22.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 150.0000,30.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 150.0000,37.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 150.0000,45.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 150.0000,52.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 150.0000,60.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 150.0000,67.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 150.0000,75.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 150.0000,82.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 150.0000,90.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 150.0000,97.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 150.0000,105.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 150.0000,112.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 150.0000,120.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 150.0000,127.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 150.0000,135.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 150.0000,142.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 150.0000,150.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 150.0000,157.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 150.0000,165.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 150.0000,172.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 150.0000,180.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 150.0000,187.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 150.0000,195.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 150.0000,202.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 150.0000,210.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 150.0000,217.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 150.0000,225.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 150.0000,232.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 150.0000,240.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 150.0000,247.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 150.0000,255.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 150.0000,262.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 150.0000,270.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(52,86,112)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 150.0000,277.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(55,91,116)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 150.0000,285.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(58,95,121)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 150.0000,292.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(61,100,126)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 150.0000,300.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(55,91,116)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 142.5000,7.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(52,86,112)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 142.5000,15.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 142.5000,22.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 142.5000,30.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 142.5000,37.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 142.5000,45.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 142.5000,52.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 142.5000,60.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 142.5000,67.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 142.5000,75.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 142.5000,82.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 142.5000,90.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 142.5000,97.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 142.5000,105.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 142.5000,112.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 142.5000,120.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 142.5000,127.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 142.5000,135.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 142.5000,142.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 142.5000,150.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 142.5000,157.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 142.5000,165.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 142.5000,172.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 142.5000,180.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 142.5000,187.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 142.5000,195.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 142.5000,202.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 142.5000,210.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 142.5000,217.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 142.5000,225.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 142.5000,232.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 142.5000,240.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 142.5000,247.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 142.5000,255.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 142.5000,262.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(52,86,112)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 142.5000,270.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(55,91,116)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 142.5000,277.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(58,95,121)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 142.5000,285.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(61,100,126)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 142.5000,292.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(65,104,130)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 142.5000,300.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(52,86,112)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 135.0000,7.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 135.0000,15.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 135.0000,22.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 135.0000,30.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 135.0000,37.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 135.0000,45.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 135.0000,52.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 135.0000,60.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 135.0000,67.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 135.0000,75.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 135.0000,82.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 135.0000,90.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 135.0000,97.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 135.0000,105.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 135.0000,112.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 135.0000,120.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 135.0000,127.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 135.0000,135.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 135.0000,142.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 135.0000,150.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 135.0000,157.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 135.0000,165.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 135.0000,172.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 135.0000,180.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 135.0000,187.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 135.0000,195.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 135.0000,202.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 135.0000,210.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 135.0000,217.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 135.0000,225.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 135.0000,232.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 135.0000,240.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 135.0000,247.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 135.0000,255.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(52,86,112)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 135.0000,262.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(55,91,116)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 135.0000,270.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(58,95,121)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 135.0000,277.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(61,100,126)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 135.0000,285.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(65,104,130)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 135.0000,292.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(68,109,135)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 135.0000,300.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 127.5000,7.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 127.5000,15.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 127.5000,22.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 127.5000,30.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 127.5000,37.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 127.5000,45.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 127.5000,52.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 127.5000,60.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 127.5000,67.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 127.5000,75.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 127.5000,82.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 127.5000,90.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 127.5000,97.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 127.5000,105.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 127.5000,112.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 127.5000,120.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 127.5000,127.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 127.5000,135.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 127.5000,142.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 127.5000,150.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 127.5000,157.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 127.5000,165.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 127.5000,172.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 127.5000,180.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 127.5000,187.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 127.5000,195.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 127.5000,202.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 127.5000,210.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 127.5000,217.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 127.5000,225.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 127.5000,232.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 127.5000,240.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 127.5000,247.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(52,86,112)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 127.5000,255.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(55,91,116)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 127.5000,262.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(58,95,121)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 127.5000,270.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(61,100,126)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 127.5000,277.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(65,104,130)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 127.5000,285.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(68,109,135)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 127.5000,292.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(71,113,140)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 127.5000,300.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 120.0000,7.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 120.0000,15.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 120.0000,22.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 120.0000,30.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 120.0000,37.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 120.0000,45.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 120.0000,52.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 120.0000,60.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 120.0000,67.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 120.0000,75.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 120.0000,82.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 120.0000,90.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 120.0000,97.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 120.0000,105.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 120.0000,112.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 120.0000,120.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 120.0000,127.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 120.0000,135.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 120.0000,142.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 120.0000,150.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 120.0000,157.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 120.0000,165.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 120.0000,172.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 120.0000,180.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 120.0000,187.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 120.0000,195.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 120.0000,202.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 120.0000,210.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 120.0000,217.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 120.0000,225.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 120.0000,232.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 120.0000,240.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(52,86,112)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 120.0000,247.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(55,91,116)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 120.0000,255.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(58,95,121)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 120.0000,262.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(61,100,126)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 120.0000,270.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(65,104,130)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 120.0000,277.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(68,109,135)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 120.0000,285.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(71,113,140)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 120.0000,292.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(74,118,145)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 120.0000,300.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 112.5000,7.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 112.5000,15.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 112.5000,22.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 112.5000,30.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 112.5000,37.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 112.5000,45.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 112.5000,52.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 112.5000,60.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 112.5000,67.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 112.5000,75.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 112.5000,82.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 112.5000,90.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 112.5000,97.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 112.5000,105.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 112.5000,112.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 112.5000,120.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 112.5000,127.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 112.5000,135.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 112.5000,142.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 112.5000,150.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 112.5000,157.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 112.5000,165.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 112.5000,172.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 112.5000,180.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 112.5000,187.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 112.5000,195.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 112.5000,202.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 112.5000,210.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 112.5000,217.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 112.5000,225.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 112.5000,232.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(52,86,112)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 112.5000,240.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(55,91,116)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 112.5000,247.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(58,95,121)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 112.5000,255.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(61,100,126)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 112.5000,262.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(65,104,130)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 112.5000,270.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(68,109,135)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 112.5000,277.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(71,113,140)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 112.5000,285.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(74,118,145)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 112.5000,292.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(77,122,149)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 112.5000,300.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 105.0000,7.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 105.0000,15.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 105.0000,22.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 105.0000,30.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 105.0000,37.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 105.0000,45.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 105.0000,52.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 105.0000,60.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 105.0000,67.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 105.0000,75.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 105.0000,82.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 105.0000,90.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 105.0000,97.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 105.0000,105.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 105.0000,112.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 105.0000,120.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 105.0000,127.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 105.0000,135.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 105.0000,142.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 105.0000,150.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 105.0000,157.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 105.0000,165.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 105.0000,172.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 105.0000,180.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 105.0000,187.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 105.0000,195.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 105.0000,202.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 105.0000,210.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 105.0000,217.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 105.0000,225.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(52,86,112)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 105.0000,232.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(55,91,116)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 105.0000,240.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(58,95,121)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 105.0000,247.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(61,100,126)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 105.0000,255.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(65,104,130)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 105.0000,262.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(68,109,135)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 105.0000,270.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(71,113,140)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 105.0000,277.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(74,118,145)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 105.0000,285.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(77,122,149)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 105.0000,292.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(80,127,154)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 105.0000,300.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 97.5000,7.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 97.5000,15.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 97.5000,22.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 97.5000,30.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 97.5000,37.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 97.5000,45.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 97.5000,52.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 97.5000,60.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 97.5000,67.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 97.5000,75.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 97.5000,82.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 97.5000,90.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 97.5000,97.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 97.5000,105.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 97.5000,112.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 97.5000,120.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 97.5000,127.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 97.5000,135.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 97.5000,142.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 97.5000,150.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 97.5000,157.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 97.5000,165.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 97.5000,172.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 97.5000,180.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 97.5000,187.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 97.5000,195.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 97.5000,202.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 97.5000,210.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 97.5000,217.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(52,86,112)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 97.5000,225.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(55,91,116)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 97.5000,232.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(58,95,121)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 97.5000,240.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(61,100,126)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 97.5000,247.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(65,104,130)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 97.5000,255.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(68,109,135)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 97.5000,262.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(71,113,140)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 97.5000,270.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(74,118,145)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 97.5000,277.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(77,122,149)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 97.5000,285.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(80,127,154)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 97.5000,292.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(83,131,159)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 97.5000,300.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 90.0000,7.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 90.0000,15.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 90.0000,22.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 90.0000,30.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 90.0000,37.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 90.0000,45.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 90.0000,52.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 90.0000,60.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 90.0000,67.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 90.0000,75.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 90.0000,82.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 90.0000,90.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 90.0000,97.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 90.0000,105.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 90.0000,112.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 90.0000,120.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 90.0000,127.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 90.0000,135.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 90.0000,142.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 90.0000,150.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 90.0000,157.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 90.0000,165.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 90.0000,172.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 90.0000,180.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 90.0000,187.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 90.0000,195.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 90.0000,202.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 90.0000,210.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(52,86,112)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 90.0000,217.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(55,91,116)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 90.0000,225.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(58,95,121)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 90.0000,232.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(61,100,126)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 90.0000,240.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(65,104,130)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 90.0000,247.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(68,109,135)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 90.0000,255.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(71,113,140)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 90.0000,262.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(74,118,145)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 90.0000,270.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(77,122,149)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 90.0000,277.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(80,127,154)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 90.0000,285.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(83,131,159)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 90.0000,292.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(86,135,163)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 90.0000,300.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 82.5000,7.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 82.5000,15.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 82.5000,22.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 82.5000,30.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 82.5000,37.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 82.5000,45.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 82.5000,52.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 82.5000,60.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 82.5000,67.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 82.5000,75.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 82.5000,82.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 82.5000,90.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 82.5000,97.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 82.5000,105.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 82.5000,112.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 82.5000,120.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 82.5000,127.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 82.5000,135.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 82.5000,142.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 82.5000,150.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 82.5000,157.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 82.5000,165.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 82.5000,172.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 82.5000,180.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 82.5000,187.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 82.5000,195.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 82.5000,202.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(52,86,112)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 82.5000,210.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(55,91,116)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 82.5000,217.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(58,95,121)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 82.5000,225.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(61,100,126)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 82.5000,232.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(65,104,130)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 82.5000,240.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(68,109,135)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 82.5000,247.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(71,113,140)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 82.5000,255.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(74,118,145)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 82.5000,262.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(77,122,149)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 82.5000,270.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(80,127,154)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 82.5000,277.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(83,131,159)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 82.5000,285.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(86,135,163)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 82.5000,292.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(89,140,168)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 82.5000,300.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 75.0000,7.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 75.0000,15.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 75.0000,22.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 75.0000,30.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 75.0000,37.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 75.0000,45.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 75.0000,52.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 75.0000,60.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 75.0000,67.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 75.0000,75.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 75.0000,82.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 75.0000,90.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 75.0000,97.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 75.0000,105.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 75.0000,112.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 75.0000,120.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 75.0000,127.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 75.0000,135.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 75.0000,142.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 75.0000,150.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 75.0000,157.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 75.0000,165.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 75.0000,172.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 75.0000,180.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 75.0000,187.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 75.0000,195.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(52,86,112)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 75.0000,202.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(55,91,116)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 75.0000,210.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(58,95,121)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 75.0000,217.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(61,100,126)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 75.0000,225.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(65,104,130)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 75.0000,232.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(68,109,135)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 75.0000,240.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(71,113,140)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 75.0000,247.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(74,118,145)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 75.0000,255.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(77,122,149)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 75.0000,262.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(80,127,154)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 75.0000,270.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(83,131,159)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 75.0000,277.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(86,135,163)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 75.0000,285.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(89,140,168)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 75.0000,292.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,144,173)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 75.0000,300.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 67.5000,7.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 67.5000,15.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 67.5000,22.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 67.5000,30.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 67.5000,37.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 67.5000,45.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 67.5000,52.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 67.5000,60.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 67.5000,67.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 67.5000,75.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 67.5000,82.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 67.5000,90.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 67.5000,97.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 67.5000,105.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 67.5000,112.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 67.5000,120.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 67.5000,127.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 67.5000,135.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 67.5000,142.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 67.5000,150.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 67.5000,157.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 67.5000,165.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 67.5000,172.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 67.5000,180.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 67.5000,187.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(52,86,112)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 67.5000,195.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(55,91,116)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 67.5000,202.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(58,95,121)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 67.5000,210.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(61,100,126)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 67.5000,217.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(65,104,130)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 67.5000,225.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(68,109,135)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 67.5000,232.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(71,113,140)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 67.5000,240.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(74,118,145)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 67.5000,247.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(77,122,149)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 67.5000,255.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(80,127,154)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 67.5000,262.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(83,131,159)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 67.5000,270.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(86,135,163)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 67.5000,277.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(89,140,168)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 67.5000,285.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,144,173)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 67.5000,292.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,148,178)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 67.5000,300.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 60.0000,7.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 60.0000,15.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 60.0000,22.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 60.0000,30.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 60.0000,37.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 60.0000,45.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 60.0000,52.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 60.0000,60.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 60.0000,67.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 60.0000,75.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 60.0000,82.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 60.0000,90.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 60.0000,97.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 60.0000,105.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 60.0000,112.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 60.0000,120.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 60.0000,127.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 60.0000,135.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 60.0000,142.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 60.0000,150.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 60.0000,157.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 60.0000,165.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 60.0000,172.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 60.0000,180.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(52,86,112)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 60.0000,187.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(55,91,116)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 60.0000,195.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(58,95,121)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 60.0000,202.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(61,100,126)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 60.0000,210.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(65,104,130)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 60.0000,217.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(68,109,135)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 60.0000,225.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(71,113,140)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 60.0000,232.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(74,118,145)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 60.0000,240.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(77,122,149)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 60.0000,247.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(80,127,154)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 60.0000,255.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(83,131,159)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 60.0000,262.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(86,135,163)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 60.0000,270.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(89,140,168)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 60.0000,277.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,144,173)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 60.0000,285.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,148,178)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 60.0000,292.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,153,182)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 60.0000,300.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 52.5000,7.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 52.5000,15.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 52.5000,22.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 52.5000,30.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 52.5000,37.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 52.5000,45.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 52.5000,52.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 52.5000,60.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 52.5000,67.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 52.5000,75.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 52.5000,82.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 52.5000,90.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 52.5000,97.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 52.5000,105.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 52.5000,112.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 52.5000,120.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 52.5000,127.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 52.5000,135.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 52.5000,142.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 52.5000,150.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 52.5000,157.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 52.5000,165.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 52.5000,172.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(52,86,112)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 52.5000,180.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(55,91,116)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 52.5000,187.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(58,95,121)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 52.5000,195.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(61,100,126)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 52.5000,202.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(65,104,130)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 52.5000,210.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(68,109,135)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 52.5000,217.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(71,113,140)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 52.5000,225.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(74,118,145)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 52.5000,232.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(77,122,149)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 52.5000,240.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(80,127,154)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 52.5000,247.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(83,131,159)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 52.5000,255.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(86,135,163)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 52.5000,262.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(89,140,168)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 52.5000,270.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,144,173)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 52.5000,277.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,148,178)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 52.5000,285.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,153,182)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 52.5000,292.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,157,187)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 52.5000,300.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 45.0000,7.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 45.0000,15.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 45.0000,22.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 45.0000,30.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 45.0000,37.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 45.0000,45.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 45.0000,52.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 45.0000,60.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 45.0000,67.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 45.0000,75.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 45.0000,82.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 45.0000,90.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 45.0000,97.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 45.0000,105.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 45.0000,112.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 45.0000,120.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 45.0000,127.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 45.0000,135.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 45.0000,142.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 45.0000,150.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 45.0000,157.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 45.0000,165.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(52,86,112)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 45.0000,172.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(55,91,116)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 45.0000,180.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(58,95,121)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 45.0000,187.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(61,100,126)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 45.0000,195.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(65,104,130)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 45.0000,202.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(68,109,135)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 45.0000,210.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(71,113,140)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 45.0000,217.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(74,118,145)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 45.0000,225.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(77,122,149)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 45.0000,232.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(80,127,154)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 45.0000,240.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(83,131,159)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 45.0000,247.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(86,135,163)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 45.0000,255.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(89,140,168)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 45.0000,262.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,144,173)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 45.0000,270.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,148,178)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 45.0000,277.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,153,182)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 45.0000,285.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,157,187)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 45.0000,292.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,161,192)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 45.0000,300.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 37.5000,7.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 37.5000,15.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 37.5000,22.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 37.5000,30.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 37.5000,37.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 37.5000,45.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 37.5000,52.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 37.5000,60.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 37.5000,67.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 37.5000,75.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 37.5000,82.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 37.5000,90.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 37.5000,97.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 37.5000,105.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 37.5000,112.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 37.5000,120.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 37.5000,127.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 37.5000,135.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 37.5000,142.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 37.5000,150.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 37.5000,157.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(52,86,112)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 37.5000,165.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(55,91,116)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 37.5000,172.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(58,95,121)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 37.5000,180.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(61,100,126)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 37.5000,187.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(65,104,130)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 37.5000,195.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(68,109,135)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 37.5000,202.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(71,113,140)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 37.5000,210.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(74,118,145)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 37.5000,217.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(77,122,149)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 37.5000,225.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(80,127,154)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 37.5000,232.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(83,131,159)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 37.5000,240.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(86,135,163)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 37.5000,247.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(89,140,168)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 37.5000,255.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,144,173)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 37.5000,262.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,148,178)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 37.5000,270.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,153,182)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 37.5000,277.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,157,187)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 37.5000,285.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,161,192)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 37.5000,292.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(106,165,196)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 37.5000,300.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 30.0000,7.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 30.0000,15.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 30.0000,22.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 30.0000,30.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 30.0000,37.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 30.0000,45.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 30.0000,52.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 30.0000,60.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 30.0000,67.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 30.0000,75.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 30.0000,82.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 30.0000,90.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 30.0000,97.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 30.0000,105.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 30.0000,112.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 30.0000,120.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 30.0000,127.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 30.0000,135.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 30.0000,142.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 30.0000,150.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(52,86,112)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 30.0000,157.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(55,91,116)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 30.0000,165.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(58,95,121)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 30.0000,172.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(61,100,126)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 30.0000,180.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(65,104,130)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 30.0000,187.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(68,109,135)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 30.0000,195.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(71,113,140)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 30.0000,202.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(74,118,145)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 30.0000,210.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(77,122,149)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 30.0000,217.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(80,127,154)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 30.0000,225.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(83,131,159)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 30.0000,232.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(86,135,163)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 30.0000,240.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(89,140,168)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 30.0000,247.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,144,173)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 30.0000,255.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,148,178)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 30.0000,262.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,153,182)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 30.0000,270.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,157,187)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 30.0000,277.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,161,192)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 30.0000,285.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(106,165,196)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 30.0000,292.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(109,170,201)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 30.0000,300.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 22.5000,7.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 22.5000,15.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 22.5000,22.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 22.5000,30.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 22.5000,37.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 22.5000,45.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 22.5000,52.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 22.5000,60.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 22.5000,67.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 22.5000,75.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 22.5000,82.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 22.5000,90.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 22.5000,97.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 22.5000,105.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 22.5000,112.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 22.5000,120.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 22.5000,127.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 22.5000,135.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 22.5000,142.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(52,86,112)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 22.5000,150.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(55,91,116)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 22.5000,157.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(58,95,121)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 22.5000,165.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(61,100,126)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 22.5000,172.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(65,104,130)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 22.5000,180.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(68,109,135)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 22.5000,187.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(71,113,140)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 22.5000,195.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(74,118,145)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 22.5000,202.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(77,122,149)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 22.5000,210.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(80,127,154)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 22.5000,217.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(83,131,159)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 22.5000,225.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(86,135,163)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 22.5000,232.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(89,140,168)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 22.5000,240.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,144,173)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 22.5000,247.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,148,178)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 22.5000,255.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,153,182)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 22.5000,262.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,157,187)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 22.5000,270.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,161,192)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 22.5000,277.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(106,165,196)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 22.5000,285.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(109,170,201)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 22.5000,292.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(111,174,205)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 22.5000,300.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 15.0000,7.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 15.0000,15.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 15.0000,22.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 15.0000,30.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 15.0000,37.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 15.0000,45.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 15.0000,52.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 15.0000,60.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 15.0000,67.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 15.0000,75.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 15.0000,82.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 15.0000,90.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 15.0000,97.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 15.0000,105.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 15.0000,112.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 15.0000,120.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 15.0000,127.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 15.0000,135.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(52,86,112)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 15.0000,142.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(55,91,116)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 15.0000,150.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(58,95,121)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 15.0000,157.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(61,100,126)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 15.0000,165.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(65,104,130)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 15.0000,172.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(68,109,135)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 15.0000,180.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(71,113,140)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 15.0000,187.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(74,118,145)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 15.0000,195.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(77,122,149)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 15.0000,202.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(80,127,154)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 15.0000,210.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(83,131,159)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 15.0000,217.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(86,135,163)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 15.0000,225.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(89,140,168)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 15.0000,232.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,144,173)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 15.0000,240.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,148,178)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 15.0000,247.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,153,182)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 15.0000,255.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,157,187)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 15.0000,262.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,161,192)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 15.0000,270.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(106,165,196)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 15.0000,277.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(109,170,201)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 15.0000,285.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(111,174,205)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 15.0000,292.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(114,178,210)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 15.0000,300.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 7.5000,7.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 7.5000,15.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 7.5000,22.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 7.5000,30.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 7.5000,37.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 7.5000,45.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 7.5000,52.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 7.5000,60.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 7.5000,67.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 7.5000,75.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 7.5000,82.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 7.5000,90.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 7.5000,97.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 7.5000,105.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 7.5000,112.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 7.5000,120.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 7.5000,127.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(52,86,112)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 7.5000,135.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(55,91,116)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 7.5000,142.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(58,95,121)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 7.5000,150.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(61,100,126)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 7.5000,157.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(65,104,130)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 7.5000,165.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(68,109,135)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 7.5000,172.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(71,113,140)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 7.5000,180.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(74,118,145)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 7.5000,187.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(77,122,149)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 7.5000,195.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(80,127,154)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 7.5000,202.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(83,131,159)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 7.5000,210.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(86,135,163)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 7.5000,217.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(89,140,168)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 7.5000,225.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,144,173)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 7.5000,232.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,148,178)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 7.5000,240.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,153,182)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 7.5000,247.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,157,187)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 7.5000,255.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,161,192)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 7.5000,262.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(106,165,196)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 7.5000,270.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(109,170,201)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 7.5000,277.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(111,174,205)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 7.5000,285.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(114,178,210)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 7.5000,292.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(117,182,215)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 7.5000,300.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/></g></svg>+    "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="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(117,182,215)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 300.0000,7.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(114,178,210)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 300.0000,15.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(111,174,205)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 300.0000,22.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(109,170,201)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 300.0000,30.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(106,165,196)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 300.0000,37.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,161,192)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 300.0000,45.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,157,187)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 300.0000,52.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,153,182)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 300.0000,60.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,148,178)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 300.0000,67.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,144,173)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 300.0000,75.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(89,140,168)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 300.0000,82.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(86,135,163)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 300.0000,90.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(83,131,159)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 300.0000,97.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(80,127,154)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 300.0000,105.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(77,122,149)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 300.0000,112.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(74,118,145)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 300.0000,120.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(71,113,140)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 300.0000,127.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(68,109,135)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 300.0000,135.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(65,104,130)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 300.0000,142.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(61,100,126)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 300.0000,150.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(58,95,121)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 300.0000,157.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(55,91,116)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 300.0000,165.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(52,86,112)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 300.0000,172.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 300.0000,180.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 300.0000,187.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 300.0000,195.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 300.0000,202.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 300.0000,210.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 300.0000,217.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 300.0000,225.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 300.0000,232.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 300.0000,240.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 300.0000,247.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 300.0000,255.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 300.0000,262.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 300.0000,270.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 300.0000,277.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 300.0000,285.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 300.0000,292.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 300.0000,300.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(114,178,210)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 292.5000,7.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(111,174,205)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 292.5000,15.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(109,170,201)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 292.5000,22.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(106,165,196)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 292.5000,30.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,161,192)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 292.5000,37.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,157,187)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 292.5000,45.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,153,182)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 292.5000,52.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,148,178)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 292.5000,60.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,144,173)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 292.5000,67.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(89,140,168)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 292.5000,75.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(86,135,163)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 292.5000,82.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(83,131,159)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 292.5000,90.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(80,127,154)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 292.5000,97.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(77,122,149)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 292.5000,105.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(74,118,145)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 292.5000,112.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(71,113,140)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 292.5000,120.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(68,109,135)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 292.5000,127.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(65,104,130)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 292.5000,135.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(61,100,126)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 292.5000,142.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(58,95,121)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 292.5000,150.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(55,91,116)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 292.5000,157.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(52,86,112)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 292.5000,165.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 292.5000,172.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 292.5000,180.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 292.5000,187.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 292.5000,195.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 292.5000,202.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 292.5000,210.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 292.5000,217.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 292.5000,225.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 292.5000,232.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 292.5000,240.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 292.5000,247.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 292.5000,255.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 292.5000,262.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 292.5000,270.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 292.5000,277.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 292.5000,285.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 292.5000,292.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 292.5000,300.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(111,174,205)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 285.0000,7.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(109,170,201)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 285.0000,15.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(106,165,196)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 285.0000,22.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,161,192)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 285.0000,30.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,157,187)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 285.0000,37.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,153,182)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 285.0000,45.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,148,178)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 285.0000,52.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,144,173)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 285.0000,60.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(89,140,168)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 285.0000,67.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(86,135,163)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 285.0000,75.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(83,131,159)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 285.0000,82.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(80,127,154)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 285.0000,90.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(77,122,149)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 285.0000,97.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(74,118,145)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 285.0000,105.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(71,113,140)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 285.0000,112.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(68,109,135)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 285.0000,120.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(65,104,130)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 285.0000,127.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(61,100,126)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 285.0000,135.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(58,95,121)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 285.0000,142.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(55,91,116)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 285.0000,150.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(52,86,112)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 285.0000,157.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 285.0000,165.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 285.0000,172.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 285.0000,180.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 285.0000,187.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 285.0000,195.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 285.0000,202.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 285.0000,210.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 285.0000,217.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 285.0000,225.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 285.0000,232.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 285.0000,240.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 285.0000,247.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 285.0000,255.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 285.0000,262.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 285.0000,270.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 285.0000,277.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 285.0000,285.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 285.0000,292.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 285.0000,300.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(109,170,201)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 277.5000,7.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(106,165,196)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 277.5000,15.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,161,192)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 277.5000,22.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,157,187)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 277.5000,30.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,153,182)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 277.5000,37.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,148,178)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 277.5000,45.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,144,173)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 277.5000,52.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(89,140,168)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 277.5000,60.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(86,135,163)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 277.5000,67.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(83,131,159)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 277.5000,75.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(80,127,154)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 277.5000,82.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(77,122,149)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 277.5000,90.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(74,118,145)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 277.5000,97.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(71,113,140)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 277.5000,105.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(68,109,135)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 277.5000,112.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(65,104,130)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 277.5000,120.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(61,100,126)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 277.5000,127.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(58,95,121)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 277.5000,135.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(55,91,116)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 277.5000,142.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(52,86,112)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 277.5000,150.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 277.5000,157.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 277.5000,165.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 277.5000,172.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 277.5000,180.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 277.5000,187.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 277.5000,195.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 277.5000,202.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 277.5000,210.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 277.5000,217.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 277.5000,225.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 277.5000,232.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 277.5000,240.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 277.5000,247.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 277.5000,255.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 277.5000,262.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 277.5000,270.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 277.5000,277.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 277.5000,285.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 277.5000,292.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 277.5000,300.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(106,165,196)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 270.0000,7.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,161,192)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 270.0000,15.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,157,187)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 270.0000,22.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,153,182)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 270.0000,30.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,148,178)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 270.0000,37.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,144,173)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 270.0000,45.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(89,140,168)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 270.0000,52.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(86,135,163)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 270.0000,60.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(83,131,159)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 270.0000,67.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(80,127,154)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 270.0000,75.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(77,122,149)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 270.0000,82.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(74,118,145)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 270.0000,90.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(71,113,140)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 270.0000,97.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(68,109,135)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 270.0000,105.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(65,104,130)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 270.0000,112.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(61,100,126)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 270.0000,120.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(58,95,121)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 270.0000,127.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(55,91,116)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 270.0000,135.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(52,86,112)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 270.0000,142.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 270.0000,150.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 270.0000,157.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 270.0000,165.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 270.0000,172.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 270.0000,180.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 270.0000,187.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 270.0000,195.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 270.0000,202.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 270.0000,210.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 270.0000,217.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 270.0000,225.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 270.0000,232.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 270.0000,240.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 270.0000,247.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 270.0000,255.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 270.0000,262.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 270.0000,270.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 270.0000,277.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 270.0000,285.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 270.0000,292.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 270.0000,300.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,161,192)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 262.5000,7.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,157,187)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 262.5000,15.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,153,182)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 262.5000,22.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,148,178)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 262.5000,30.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,144,173)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 262.5000,37.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(89,140,168)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 262.5000,45.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(86,135,163)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 262.5000,52.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(83,131,159)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 262.5000,60.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(80,127,154)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 262.5000,67.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(77,122,149)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 262.5000,75.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(74,118,145)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 262.5000,82.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(71,113,140)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 262.5000,90.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(68,109,135)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 262.5000,97.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(65,104,130)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 262.5000,105.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(61,100,126)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 262.5000,112.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(58,95,121)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 262.5000,120.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(55,91,116)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 262.5000,127.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(52,86,112)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 262.5000,135.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 262.5000,142.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 262.5000,150.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 262.5000,157.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 262.5000,165.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 262.5000,172.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 262.5000,180.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 262.5000,187.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 262.5000,195.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 262.5000,202.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 262.5000,210.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 262.5000,217.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 262.5000,225.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 262.5000,232.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 262.5000,240.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 262.5000,247.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 262.5000,255.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 262.5000,262.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 262.5000,270.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 262.5000,277.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 262.5000,285.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 262.5000,292.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 262.5000,300.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,157,187)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 255.0000,7.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,153,182)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 255.0000,15.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,148,178)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 255.0000,22.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,144,173)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 255.0000,30.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(89,140,168)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 255.0000,37.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(86,135,163)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 255.0000,45.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(83,131,159)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 255.0000,52.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(80,127,154)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 255.0000,60.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(77,122,149)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 255.0000,67.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(74,118,145)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 255.0000,75.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(71,113,140)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 255.0000,82.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(68,109,135)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 255.0000,90.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(65,104,130)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 255.0000,97.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(61,100,126)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 255.0000,105.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(58,95,121)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 255.0000,112.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(55,91,116)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 255.0000,120.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(52,86,112)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 255.0000,127.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 255.0000,135.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 255.0000,142.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 255.0000,150.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 255.0000,157.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 255.0000,165.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 255.0000,172.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 255.0000,180.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 255.0000,187.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 255.0000,195.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 255.0000,202.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 255.0000,210.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 255.0000,217.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 255.0000,225.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 255.0000,232.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 255.0000,240.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 255.0000,247.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 255.0000,255.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 255.0000,262.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 255.0000,270.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 255.0000,277.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 255.0000,285.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 255.0000,292.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 255.0000,300.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,153,182)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.5000,7.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,148,178)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.5000,15.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,144,173)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.5000,22.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(89,140,168)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.5000,30.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(86,135,163)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.5000,37.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(83,131,159)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.5000,45.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(80,127,154)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.5000,52.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(77,122,149)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.5000,60.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(74,118,145)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.5000,67.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(71,113,140)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.5000,75.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(68,109,135)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.5000,82.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(65,104,130)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.5000,90.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(61,100,126)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.5000,97.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(58,95,121)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.5000,105.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(55,91,116)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.5000,112.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(52,86,112)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.5000,120.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.5000,127.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.5000,135.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.5000,142.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.5000,150.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.5000,157.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.5000,165.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.5000,172.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.5000,180.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.5000,187.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.5000,195.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.5000,202.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.5000,210.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.5000,217.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.5000,225.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.5000,232.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.5000,240.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.5000,247.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.5000,255.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.5000,262.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.5000,270.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.5000,277.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.5000,285.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.5000,292.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.5000,300.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,148,178)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 240.0000,7.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,144,173)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 240.0000,15.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(89,140,168)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 240.0000,22.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(86,135,163)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 240.0000,30.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(83,131,159)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 240.0000,37.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(80,127,154)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 240.0000,45.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(77,122,149)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 240.0000,52.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(74,118,145)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 240.0000,60.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(71,113,140)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 240.0000,67.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(68,109,135)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 240.0000,75.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(65,104,130)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 240.0000,82.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(61,100,126)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 240.0000,90.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(58,95,121)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 240.0000,97.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(55,91,116)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 240.0000,105.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(52,86,112)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 240.0000,112.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 240.0000,120.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 240.0000,127.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 240.0000,135.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 240.0000,142.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 240.0000,150.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 240.0000,157.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 240.0000,165.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 240.0000,172.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 240.0000,180.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 240.0000,187.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 240.0000,195.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 240.0000,202.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 240.0000,210.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 240.0000,217.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 240.0000,225.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 240.0000,232.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 240.0000,240.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 240.0000,247.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 240.0000,255.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 240.0000,262.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 240.0000,270.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 240.0000,277.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 240.0000,285.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 240.0000,292.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 240.0000,300.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,144,173)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.5000,7.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(89,140,168)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.5000,15.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(86,135,163)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.5000,22.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(83,131,159)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.5000,30.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(80,127,154)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.5000,37.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(77,122,149)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.5000,45.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(74,118,145)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.5000,52.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(71,113,140)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.5000,60.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(68,109,135)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.5000,67.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(65,104,130)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.5000,75.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(61,100,126)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.5000,82.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(58,95,121)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.5000,90.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(55,91,116)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.5000,97.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(52,86,112)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.5000,105.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.5000,112.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.5000,120.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.5000,127.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.5000,135.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.5000,142.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.5000,150.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.5000,157.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.5000,165.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.5000,172.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.5000,180.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.5000,187.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.5000,195.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.5000,202.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.5000,210.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.5000,217.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.5000,225.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.5000,232.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.5000,240.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.5000,247.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.5000,255.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.5000,262.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.5000,270.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.5000,277.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.5000,285.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.5000,292.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.5000,300.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(89,140,168)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 225.0000,7.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(86,135,163)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 225.0000,15.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(83,131,159)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 225.0000,22.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(80,127,154)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 225.0000,30.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(77,122,149)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 225.0000,37.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(74,118,145)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 225.0000,45.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(71,113,140)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 225.0000,52.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(68,109,135)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 225.0000,60.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(65,104,130)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 225.0000,67.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(61,100,126)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 225.0000,75.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(58,95,121)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 225.0000,82.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(55,91,116)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 225.0000,90.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(52,86,112)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 225.0000,97.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 225.0000,105.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 225.0000,112.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 225.0000,120.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 225.0000,127.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 225.0000,135.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 225.0000,142.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 225.0000,150.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 225.0000,157.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 225.0000,165.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 225.0000,172.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 225.0000,180.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 225.0000,187.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 225.0000,195.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 225.0000,202.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 225.0000,210.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 225.0000,217.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 225.0000,225.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 225.0000,232.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 225.0000,240.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 225.0000,247.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 225.0000,255.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 225.0000,262.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 225.0000,270.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 225.0000,277.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 225.0000,285.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 225.0000,292.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 225.0000,300.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(86,135,163)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 217.5000,7.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(83,131,159)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 217.5000,15.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(80,127,154)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 217.5000,22.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(77,122,149)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 217.5000,30.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(74,118,145)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 217.5000,37.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(71,113,140)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 217.5000,45.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(68,109,135)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 217.5000,52.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(65,104,130)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 217.5000,60.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(61,100,126)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 217.5000,67.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(58,95,121)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 217.5000,75.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(55,91,116)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 217.5000,82.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(52,86,112)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 217.5000,90.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 217.5000,97.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 217.5000,105.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 217.5000,112.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 217.5000,120.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 217.5000,127.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 217.5000,135.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 217.5000,142.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 217.5000,150.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 217.5000,157.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 217.5000,165.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 217.5000,172.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 217.5000,180.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 217.5000,187.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 217.5000,195.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 217.5000,202.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 217.5000,210.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 217.5000,217.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 217.5000,225.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 217.5000,232.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 217.5000,240.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 217.5000,247.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 217.5000,255.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 217.5000,262.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 217.5000,270.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 217.5000,277.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 217.5000,285.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 217.5000,292.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 217.5000,300.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(83,131,159)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 210.0000,7.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(80,127,154)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 210.0000,15.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(77,122,149)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 210.0000,22.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(74,118,145)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 210.0000,30.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(71,113,140)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 210.0000,37.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(68,109,135)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 210.0000,45.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(65,104,130)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 210.0000,52.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(61,100,126)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 210.0000,60.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(58,95,121)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 210.0000,67.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(55,91,116)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 210.0000,75.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(52,86,112)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 210.0000,82.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 210.0000,90.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 210.0000,97.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 210.0000,105.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 210.0000,112.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 210.0000,120.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 210.0000,127.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 210.0000,135.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 210.0000,142.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 210.0000,150.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 210.0000,157.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 210.0000,165.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 210.0000,172.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 210.0000,180.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 210.0000,187.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 210.0000,195.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 210.0000,202.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 210.0000,210.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 210.0000,217.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 210.0000,225.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 210.0000,232.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 210.0000,240.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 210.0000,247.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 210.0000,255.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 210.0000,262.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 210.0000,270.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 210.0000,277.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 210.0000,285.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 210.0000,292.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 210.0000,300.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(80,127,154)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 202.5000,7.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(77,122,149)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 202.5000,15.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(74,118,145)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 202.5000,22.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(71,113,140)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 202.5000,30.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(68,109,135)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 202.5000,37.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(65,104,130)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 202.5000,45.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(61,100,126)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 202.5000,52.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(58,95,121)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 202.5000,60.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(55,91,116)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 202.5000,67.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(52,86,112)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 202.5000,75.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 202.5000,82.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 202.5000,90.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 202.5000,97.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 202.5000,105.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 202.5000,112.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 202.5000,120.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 202.5000,127.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 202.5000,135.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 202.5000,142.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 202.5000,150.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 202.5000,157.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 202.5000,165.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 202.5000,172.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 202.5000,180.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 202.5000,187.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 202.5000,195.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 202.5000,202.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 202.5000,210.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 202.5000,217.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 202.5000,225.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 202.5000,232.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 202.5000,240.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 202.5000,247.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 202.5000,255.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 202.5000,262.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 202.5000,270.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 202.5000,277.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 202.5000,285.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 202.5000,292.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 202.5000,300.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(77,122,149)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 195.0000,7.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(74,118,145)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 195.0000,15.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(71,113,140)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 195.0000,22.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(68,109,135)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 195.0000,30.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(65,104,130)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 195.0000,37.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(61,100,126)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 195.0000,45.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(58,95,121)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 195.0000,52.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(55,91,116)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 195.0000,60.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(52,86,112)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 195.0000,67.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 195.0000,75.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 195.0000,82.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 195.0000,90.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 195.0000,97.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 195.0000,105.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 195.0000,112.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 195.0000,120.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 195.0000,127.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 195.0000,135.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 195.0000,142.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 195.0000,150.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 195.0000,157.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 195.0000,165.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 195.0000,172.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 195.0000,180.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 195.0000,187.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 195.0000,195.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 195.0000,202.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 195.0000,210.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 195.0000,217.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 195.0000,225.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 195.0000,232.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 195.0000,240.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 195.0000,247.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 195.0000,255.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 195.0000,262.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 195.0000,270.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 195.0000,277.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 195.0000,285.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 195.0000,292.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 195.0000,300.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(74,118,145)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 187.5000,7.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(71,113,140)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 187.5000,15.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(68,109,135)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 187.5000,22.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(65,104,130)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 187.5000,30.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(61,100,126)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 187.5000,37.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(58,95,121)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 187.5000,45.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(55,91,116)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 187.5000,52.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(52,86,112)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 187.5000,60.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 187.5000,67.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 187.5000,75.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 187.5000,82.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 187.5000,90.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 187.5000,97.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 187.5000,105.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 187.5000,112.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 187.5000,120.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 187.5000,127.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 187.5000,135.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 187.5000,142.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 187.5000,150.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 187.5000,157.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 187.5000,165.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 187.5000,172.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 187.5000,180.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 187.5000,187.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 187.5000,195.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 187.5000,202.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 187.5000,210.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 187.5000,217.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 187.5000,225.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 187.5000,232.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 187.5000,240.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 187.5000,247.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 187.5000,255.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 187.5000,262.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 187.5000,270.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 187.5000,277.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 187.5000,285.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 187.5000,292.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 187.5000,300.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(71,113,140)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 180.0000,7.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(68,109,135)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 180.0000,15.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(65,104,130)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 180.0000,22.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(61,100,126)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 180.0000,30.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(58,95,121)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 180.0000,37.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(55,91,116)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 180.0000,45.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(52,86,112)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 180.0000,52.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 180.0000,60.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 180.0000,67.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 180.0000,75.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 180.0000,82.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 180.0000,90.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 180.0000,97.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 180.0000,105.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 180.0000,112.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 180.0000,120.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 180.0000,127.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 180.0000,135.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 180.0000,142.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 180.0000,150.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 180.0000,157.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 180.0000,165.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 180.0000,172.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 180.0000,180.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 180.0000,187.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 180.0000,195.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 180.0000,202.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 180.0000,210.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 180.0000,217.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 180.0000,225.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 180.0000,232.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 180.0000,240.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 180.0000,247.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 180.0000,255.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 180.0000,262.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 180.0000,270.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 180.0000,277.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 180.0000,285.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 180.0000,292.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 180.0000,300.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(68,109,135)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 172.5000,7.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(65,104,130)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 172.5000,15.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(61,100,126)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 172.5000,22.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(58,95,121)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 172.5000,30.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(55,91,116)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 172.5000,37.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(52,86,112)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 172.5000,45.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 172.5000,52.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 172.5000,60.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 172.5000,67.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 172.5000,75.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 172.5000,82.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 172.5000,90.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 172.5000,97.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 172.5000,105.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 172.5000,112.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 172.5000,120.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 172.5000,127.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 172.5000,135.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 172.5000,142.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 172.5000,150.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 172.5000,157.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 172.5000,165.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 172.5000,172.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 172.5000,180.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 172.5000,187.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 172.5000,195.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 172.5000,202.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 172.5000,210.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 172.5000,217.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 172.5000,225.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 172.5000,232.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 172.5000,240.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 172.5000,247.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 172.5000,255.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 172.5000,262.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 172.5000,270.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 172.5000,277.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 172.5000,285.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 172.5000,292.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(52,86,112)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 172.5000,300.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(65,104,130)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 165.0000,7.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(61,100,126)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 165.0000,15.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(58,95,121)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 165.0000,22.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(55,91,116)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 165.0000,30.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(52,86,112)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 165.0000,37.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 165.0000,45.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 165.0000,52.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 165.0000,60.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 165.0000,67.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 165.0000,75.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 165.0000,82.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 165.0000,90.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 165.0000,97.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 165.0000,105.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 165.0000,112.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 165.0000,120.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 165.0000,127.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 165.0000,135.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 165.0000,142.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 165.0000,150.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 165.0000,157.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 165.0000,165.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 165.0000,172.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 165.0000,180.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 165.0000,187.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 165.0000,195.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 165.0000,202.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 165.0000,210.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 165.0000,217.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 165.0000,225.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 165.0000,232.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 165.0000,240.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 165.0000,247.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 165.0000,255.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 165.0000,262.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 165.0000,270.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 165.0000,277.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 165.0000,285.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(52,86,112)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 165.0000,292.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(55,91,116)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 165.0000,300.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(61,100,126)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 157.5000,7.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(58,95,121)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 157.5000,15.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(55,91,116)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 157.5000,22.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(52,86,112)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 157.5000,30.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 157.5000,37.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 157.5000,45.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 157.5000,52.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 157.5000,60.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 157.5000,67.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 157.5000,75.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 157.5000,82.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 157.5000,90.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 157.5000,97.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 157.5000,105.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 157.5000,112.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 157.5000,120.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 157.5000,127.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 157.5000,135.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 157.5000,142.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 157.5000,150.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 157.5000,157.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 157.5000,165.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 157.5000,172.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 157.5000,180.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 157.5000,187.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 157.5000,195.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 157.5000,202.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 157.5000,210.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 157.5000,217.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 157.5000,225.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 157.5000,232.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 157.5000,240.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 157.5000,247.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 157.5000,255.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 157.5000,262.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 157.5000,270.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 157.5000,277.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(52,86,112)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 157.5000,285.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(55,91,116)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 157.5000,292.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(58,95,121)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 157.5000,300.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(58,95,121)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 150.0000,7.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(55,91,116)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 150.0000,15.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(52,86,112)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 150.0000,22.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 150.0000,30.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 150.0000,37.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 150.0000,45.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 150.0000,52.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 150.0000,60.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 150.0000,67.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 150.0000,75.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 150.0000,82.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 150.0000,90.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 150.0000,97.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 150.0000,105.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 150.0000,112.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 150.0000,120.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 150.0000,127.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 150.0000,135.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 150.0000,142.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 150.0000,150.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 150.0000,157.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 150.0000,165.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 150.0000,172.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 150.0000,180.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 150.0000,187.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 150.0000,195.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 150.0000,202.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 150.0000,210.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 150.0000,217.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 150.0000,225.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 150.0000,232.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 150.0000,240.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 150.0000,247.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 150.0000,255.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 150.0000,262.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 150.0000,270.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(52,86,112)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 150.0000,277.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(55,91,116)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 150.0000,285.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(58,95,121)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 150.0000,292.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(61,100,126)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 150.0000,300.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(55,91,116)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 142.5000,7.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(52,86,112)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 142.5000,15.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 142.5000,22.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 142.5000,30.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 142.5000,37.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 142.5000,45.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 142.5000,52.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 142.5000,60.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 142.5000,67.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 142.5000,75.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 142.5000,82.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 142.5000,90.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 142.5000,97.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 142.5000,105.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 142.5000,112.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 142.5000,120.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 142.5000,127.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 142.5000,135.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 142.5000,142.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 142.5000,150.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 142.5000,157.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 142.5000,165.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 142.5000,172.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 142.5000,180.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 142.5000,187.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 142.5000,195.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 142.5000,202.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 142.5000,210.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 142.5000,217.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 142.5000,225.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 142.5000,232.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 142.5000,240.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 142.5000,247.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 142.5000,255.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 142.5000,262.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(52,86,112)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 142.5000,270.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(55,91,116)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 142.5000,277.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(58,95,121)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 142.5000,285.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(61,100,126)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 142.5000,292.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(65,104,130)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 142.5000,300.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(52,86,112)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 135.0000,7.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 135.0000,15.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 135.0000,22.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 135.0000,30.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 135.0000,37.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 135.0000,45.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 135.0000,52.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 135.0000,60.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 135.0000,67.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 135.0000,75.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 135.0000,82.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 135.0000,90.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 135.0000,97.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 135.0000,105.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 135.0000,112.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 135.0000,120.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 135.0000,127.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 135.0000,135.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 135.0000,142.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 135.0000,150.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 135.0000,157.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 135.0000,165.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 135.0000,172.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 135.0000,180.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 135.0000,187.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 135.0000,195.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 135.0000,202.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 135.0000,210.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 135.0000,217.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 135.0000,225.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 135.0000,232.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 135.0000,240.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 135.0000,247.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 135.0000,255.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(52,86,112)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 135.0000,262.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(55,91,116)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 135.0000,270.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(58,95,121)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 135.0000,277.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(61,100,126)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 135.0000,285.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(65,104,130)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 135.0000,292.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(68,109,135)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 135.0000,300.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 127.5000,7.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 127.5000,15.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 127.5000,22.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 127.5000,30.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 127.5000,37.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 127.5000,45.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 127.5000,52.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 127.5000,60.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 127.5000,67.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 127.5000,75.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 127.5000,82.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 127.5000,90.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 127.5000,97.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 127.5000,105.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 127.5000,112.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 127.5000,120.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 127.5000,127.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 127.5000,135.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 127.5000,142.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 127.5000,150.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 127.5000,157.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 127.5000,165.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 127.5000,172.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 127.5000,180.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 127.5000,187.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 127.5000,195.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 127.5000,202.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 127.5000,210.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 127.5000,217.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 127.5000,225.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 127.5000,232.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 127.5000,240.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 127.5000,247.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(52,86,112)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 127.5000,255.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(55,91,116)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 127.5000,262.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(58,95,121)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 127.5000,270.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(61,100,126)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 127.5000,277.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(65,104,130)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 127.5000,285.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(68,109,135)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 127.5000,292.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(71,113,140)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 127.5000,300.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 120.0000,7.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 120.0000,15.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 120.0000,22.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 120.0000,30.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 120.0000,37.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 120.0000,45.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 120.0000,52.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 120.0000,60.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 120.0000,67.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 120.0000,75.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 120.0000,82.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 120.0000,90.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 120.0000,97.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 120.0000,105.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 120.0000,112.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 120.0000,120.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 120.0000,127.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 120.0000,135.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 120.0000,142.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 120.0000,150.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 120.0000,157.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 120.0000,165.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 120.0000,172.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 120.0000,180.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 120.0000,187.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 120.0000,195.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 120.0000,202.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 120.0000,210.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 120.0000,217.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 120.0000,225.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 120.0000,232.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 120.0000,240.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(52,86,112)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 120.0000,247.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(55,91,116)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 120.0000,255.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(58,95,121)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 120.0000,262.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(61,100,126)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 120.0000,270.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(65,104,130)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 120.0000,277.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(68,109,135)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 120.0000,285.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(71,113,140)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 120.0000,292.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(74,118,145)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 120.0000,300.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 112.5000,7.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 112.5000,15.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 112.5000,22.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 112.5000,30.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 112.5000,37.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 112.5000,45.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 112.5000,52.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 112.5000,60.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 112.5000,67.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 112.5000,75.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 112.5000,82.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 112.5000,90.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 112.5000,97.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 112.5000,105.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 112.5000,112.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 112.5000,120.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 112.5000,127.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 112.5000,135.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 112.5000,142.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 112.5000,150.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 112.5000,157.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 112.5000,165.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 112.5000,172.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 112.5000,180.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 112.5000,187.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 112.5000,195.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 112.5000,202.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 112.5000,210.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 112.5000,217.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 112.5000,225.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 112.5000,232.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(52,86,112)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 112.5000,240.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(55,91,116)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 112.5000,247.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(58,95,121)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 112.5000,255.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(61,100,126)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 112.5000,262.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(65,104,130)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 112.5000,270.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(68,109,135)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 112.5000,277.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(71,113,140)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 112.5000,285.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(74,118,145)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 112.5000,292.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(77,122,149)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 112.5000,300.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 105.0000,7.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 105.0000,15.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 105.0000,22.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 105.0000,30.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 105.0000,37.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 105.0000,45.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 105.0000,52.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 105.0000,60.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 105.0000,67.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 105.0000,75.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 105.0000,82.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 105.0000,90.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 105.0000,97.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 105.0000,105.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 105.0000,112.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 105.0000,120.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 105.0000,127.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 105.0000,135.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 105.0000,142.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 105.0000,150.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 105.0000,157.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 105.0000,165.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 105.0000,172.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 105.0000,180.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 105.0000,187.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 105.0000,195.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 105.0000,202.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 105.0000,210.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 105.0000,217.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 105.0000,225.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(52,86,112)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 105.0000,232.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(55,91,116)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 105.0000,240.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(58,95,121)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 105.0000,247.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(61,100,126)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 105.0000,255.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(65,104,130)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 105.0000,262.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(68,109,135)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 105.0000,270.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(71,113,140)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 105.0000,277.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(74,118,145)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 105.0000,285.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(77,122,149)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 105.0000,292.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(80,127,154)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 105.0000,300.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 97.5000,7.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 97.5000,15.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 97.5000,22.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 97.5000,30.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 97.5000,37.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 97.5000,45.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 97.5000,52.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 97.5000,60.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 97.5000,67.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 97.5000,75.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 97.5000,82.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 97.5000,90.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 97.5000,97.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 97.5000,105.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 97.5000,112.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 97.5000,120.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 97.5000,127.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 97.5000,135.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 97.5000,142.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 97.5000,150.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 97.5000,157.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 97.5000,165.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 97.5000,172.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 97.5000,180.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 97.5000,187.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 97.5000,195.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 97.5000,202.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 97.5000,210.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 97.5000,217.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(52,86,112)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 97.5000,225.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(55,91,116)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 97.5000,232.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(58,95,121)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 97.5000,240.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(61,100,126)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 97.5000,247.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(65,104,130)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 97.5000,255.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(68,109,135)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 97.5000,262.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(71,113,140)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 97.5000,270.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(74,118,145)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 97.5000,277.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(77,122,149)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 97.5000,285.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(80,127,154)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 97.5000,292.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(83,131,159)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 97.5000,300.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 90.0000,7.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 90.0000,15.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 90.0000,22.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 90.0000,30.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 90.0000,37.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 90.0000,45.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 90.0000,52.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 90.0000,60.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 90.0000,67.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 90.0000,75.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 90.0000,82.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 90.0000,90.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 90.0000,97.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 90.0000,105.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 90.0000,112.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 90.0000,120.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 90.0000,127.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 90.0000,135.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 90.0000,142.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 90.0000,150.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 90.0000,157.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 90.0000,165.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 90.0000,172.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 90.0000,180.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 90.0000,187.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 90.0000,195.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 90.0000,202.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 90.0000,210.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(52,86,112)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 90.0000,217.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(55,91,116)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 90.0000,225.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(58,95,121)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 90.0000,232.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(61,100,126)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 90.0000,240.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(65,104,130)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 90.0000,247.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(68,109,135)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 90.0000,255.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(71,113,140)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 90.0000,262.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(74,118,145)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 90.0000,270.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(77,122,149)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 90.0000,277.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(80,127,154)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 90.0000,285.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(83,131,159)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 90.0000,292.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(86,135,163)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 90.0000,300.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 82.5000,7.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 82.5000,15.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 82.5000,22.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 82.5000,30.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 82.5000,37.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 82.5000,45.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 82.5000,52.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 82.5000,60.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 82.5000,67.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 82.5000,75.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 82.5000,82.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 82.5000,90.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 82.5000,97.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 82.5000,105.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 82.5000,112.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 82.5000,120.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 82.5000,127.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 82.5000,135.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 82.5000,142.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 82.5000,150.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 82.5000,157.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 82.5000,165.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 82.5000,172.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 82.5000,180.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 82.5000,187.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 82.5000,195.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 82.5000,202.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(52,86,112)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 82.5000,210.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(55,91,116)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 82.5000,217.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(58,95,121)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 82.5000,225.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(61,100,126)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 82.5000,232.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(65,104,130)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 82.5000,240.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(68,109,135)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 82.5000,247.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(71,113,140)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 82.5000,255.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(74,118,145)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 82.5000,262.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(77,122,149)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 82.5000,270.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(80,127,154)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 82.5000,277.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(83,131,159)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 82.5000,285.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(86,135,163)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 82.5000,292.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(89,140,168)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 82.5000,300.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 75.0000,7.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 75.0000,15.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 75.0000,22.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 75.0000,30.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 75.0000,37.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 75.0000,45.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 75.0000,52.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 75.0000,60.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 75.0000,67.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 75.0000,75.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 75.0000,82.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 75.0000,90.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 75.0000,97.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 75.0000,105.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 75.0000,112.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 75.0000,120.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 75.0000,127.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 75.0000,135.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 75.0000,142.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 75.0000,150.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 75.0000,157.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 75.0000,165.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 75.0000,172.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 75.0000,180.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 75.0000,187.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 75.0000,195.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(52,86,112)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 75.0000,202.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(55,91,116)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 75.0000,210.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(58,95,121)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 75.0000,217.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(61,100,126)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 75.0000,225.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(65,104,130)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 75.0000,232.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(68,109,135)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 75.0000,240.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(71,113,140)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 75.0000,247.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(74,118,145)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 75.0000,255.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(77,122,149)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 75.0000,262.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(80,127,154)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 75.0000,270.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(83,131,159)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 75.0000,277.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(86,135,163)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 75.0000,285.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(89,140,168)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 75.0000,292.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,144,173)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 75.0000,300.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 67.5000,7.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 67.5000,15.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 67.5000,22.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 67.5000,30.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 67.5000,37.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 67.5000,45.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 67.5000,52.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 67.5000,60.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 67.5000,67.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 67.5000,75.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 67.5000,82.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 67.5000,90.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 67.5000,97.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 67.5000,105.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 67.5000,112.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 67.5000,120.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 67.5000,127.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 67.5000,135.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 67.5000,142.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 67.5000,150.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 67.5000,157.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 67.5000,165.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 67.5000,172.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 67.5000,180.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 67.5000,187.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(52,86,112)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 67.5000,195.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(55,91,116)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 67.5000,202.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(58,95,121)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 67.5000,210.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(61,100,126)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 67.5000,217.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(65,104,130)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 67.5000,225.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(68,109,135)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 67.5000,232.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(71,113,140)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 67.5000,240.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(74,118,145)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 67.5000,247.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(77,122,149)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 67.5000,255.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(80,127,154)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 67.5000,262.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(83,131,159)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 67.5000,270.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(86,135,163)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 67.5000,277.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(89,140,168)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 67.5000,285.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,144,173)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 67.5000,292.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,148,178)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 67.5000,300.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 60.0000,7.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 60.0000,15.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 60.0000,22.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 60.0000,30.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 60.0000,37.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 60.0000,45.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 60.0000,52.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 60.0000,60.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 60.0000,67.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 60.0000,75.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 60.0000,82.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 60.0000,90.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 60.0000,97.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 60.0000,105.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 60.0000,112.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 60.0000,120.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 60.0000,127.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 60.0000,135.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 60.0000,142.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 60.0000,150.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 60.0000,157.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 60.0000,165.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 60.0000,172.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 60.0000,180.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(52,86,112)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 60.0000,187.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(55,91,116)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 60.0000,195.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(58,95,121)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 60.0000,202.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(61,100,126)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 60.0000,210.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(65,104,130)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 60.0000,217.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(68,109,135)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 60.0000,225.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(71,113,140)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 60.0000,232.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(74,118,145)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 60.0000,240.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(77,122,149)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 60.0000,247.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(80,127,154)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 60.0000,255.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(83,131,159)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 60.0000,262.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(86,135,163)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 60.0000,270.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(89,140,168)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 60.0000,277.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,144,173)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 60.0000,285.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,148,178)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 60.0000,292.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,153,182)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 60.0000,300.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 52.5000,7.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 52.5000,15.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 52.5000,22.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 52.5000,30.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 52.5000,37.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 52.5000,45.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 52.5000,52.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 52.5000,60.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 52.5000,67.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 52.5000,75.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 52.5000,82.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 52.5000,90.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 52.5000,97.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 52.5000,105.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 52.5000,112.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 52.5000,120.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 52.5000,127.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 52.5000,135.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 52.5000,142.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 52.5000,150.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 52.5000,157.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 52.5000,165.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 52.5000,172.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(52,86,112)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 52.5000,180.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(55,91,116)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 52.5000,187.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(58,95,121)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 52.5000,195.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(61,100,126)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 52.5000,202.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(65,104,130)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 52.5000,210.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(68,109,135)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 52.5000,217.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(71,113,140)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 52.5000,225.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(74,118,145)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 52.5000,232.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(77,122,149)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 52.5000,240.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(80,127,154)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 52.5000,247.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(83,131,159)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 52.5000,255.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(86,135,163)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 52.5000,262.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(89,140,168)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 52.5000,270.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,144,173)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 52.5000,277.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,148,178)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 52.5000,285.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,153,182)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 52.5000,292.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,157,187)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 52.5000,300.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 45.0000,7.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 45.0000,15.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 45.0000,22.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 45.0000,30.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 45.0000,37.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 45.0000,45.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 45.0000,52.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 45.0000,60.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 45.0000,67.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 45.0000,75.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 45.0000,82.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 45.0000,90.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 45.0000,97.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 45.0000,105.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 45.0000,112.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 45.0000,120.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 45.0000,127.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 45.0000,135.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 45.0000,142.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 45.0000,150.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 45.0000,157.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 45.0000,165.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(52,86,112)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 45.0000,172.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(55,91,116)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 45.0000,180.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(58,95,121)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 45.0000,187.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(61,100,126)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 45.0000,195.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(65,104,130)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 45.0000,202.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(68,109,135)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 45.0000,210.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(71,113,140)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 45.0000,217.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(74,118,145)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 45.0000,225.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(77,122,149)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 45.0000,232.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(80,127,154)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 45.0000,240.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(83,131,159)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 45.0000,247.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(86,135,163)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 45.0000,255.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(89,140,168)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 45.0000,262.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,144,173)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 45.0000,270.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,148,178)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 45.0000,277.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,153,182)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 45.0000,285.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,157,187)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 45.0000,292.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,161,192)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 45.0000,300.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 37.5000,7.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 37.5000,15.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 37.5000,22.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 37.5000,30.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 37.5000,37.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 37.5000,45.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 37.5000,52.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 37.5000,60.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 37.5000,67.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 37.5000,75.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 37.5000,82.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 37.5000,90.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 37.5000,97.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 37.5000,105.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 37.5000,112.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 37.5000,120.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 37.5000,127.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 37.5000,135.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 37.5000,142.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 37.5000,150.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 37.5000,157.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(52,86,112)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 37.5000,165.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(55,91,116)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 37.5000,172.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(58,95,121)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 37.5000,180.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(61,100,126)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 37.5000,187.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(65,104,130)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 37.5000,195.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(68,109,135)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 37.5000,202.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(71,113,140)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 37.5000,210.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(74,118,145)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 37.5000,217.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(77,122,149)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 37.5000,225.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(80,127,154)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 37.5000,232.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(83,131,159)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 37.5000,240.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(86,135,163)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 37.5000,247.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(89,140,168)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 37.5000,255.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,144,173)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 37.5000,262.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,148,178)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 37.5000,270.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,153,182)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 37.5000,277.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,157,187)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 37.5000,285.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,161,192)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 37.5000,292.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(106,165,196)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 37.5000,300.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 30.0000,7.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 30.0000,15.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 30.0000,22.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 30.0000,30.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 30.0000,37.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 30.0000,45.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 30.0000,52.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 30.0000,60.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 30.0000,67.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 30.0000,75.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 30.0000,82.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 30.0000,90.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 30.0000,97.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 30.0000,105.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 30.0000,112.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 30.0000,120.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 30.0000,127.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 30.0000,135.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 30.0000,142.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 30.0000,150.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(52,86,112)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 30.0000,157.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(55,91,116)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 30.0000,165.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(58,95,121)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 30.0000,172.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(61,100,126)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 30.0000,180.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(65,104,130)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 30.0000,187.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(68,109,135)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 30.0000,195.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(71,113,140)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 30.0000,202.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(74,118,145)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 30.0000,210.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(77,122,149)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 30.0000,217.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(80,127,154)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 30.0000,225.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(83,131,159)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 30.0000,232.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(86,135,163)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 30.0000,240.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(89,140,168)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 30.0000,247.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,144,173)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 30.0000,255.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,148,178)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 30.0000,262.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,153,182)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 30.0000,270.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,157,187)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 30.0000,277.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,161,192)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 30.0000,285.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(106,165,196)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 30.0000,292.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(109,170,201)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 30.0000,300.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 22.5000,7.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 22.5000,15.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 22.5000,22.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 22.5000,30.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 22.5000,37.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 22.5000,45.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 22.5000,52.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 22.5000,60.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 22.5000,67.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 22.5000,75.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 22.5000,82.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 22.5000,90.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 22.5000,97.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 22.5000,105.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 22.5000,112.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 22.5000,120.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 22.5000,127.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 22.5000,135.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 22.5000,142.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(52,86,112)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 22.5000,150.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(55,91,116)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 22.5000,157.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(58,95,121)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 22.5000,165.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(61,100,126)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 22.5000,172.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(65,104,130)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 22.5000,180.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(68,109,135)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 22.5000,187.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(71,113,140)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 22.5000,195.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(74,118,145)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 22.5000,202.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(77,122,149)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 22.5000,210.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(80,127,154)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 22.5000,217.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(83,131,159)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 22.5000,225.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(86,135,163)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 22.5000,232.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(89,140,168)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 22.5000,240.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,144,173)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 22.5000,247.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,148,178)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 22.5000,255.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,153,182)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 22.5000,262.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,157,187)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 22.5000,270.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,161,192)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 22.5000,277.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(106,165,196)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 22.5000,285.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(109,170,201)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 22.5000,292.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(111,174,205)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 22.5000,300.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 15.0000,7.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 15.0000,15.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 15.0000,22.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 15.0000,30.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 15.0000,37.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 15.0000,45.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 15.0000,52.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 15.0000,60.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 15.0000,67.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 15.0000,75.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 15.0000,82.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 15.0000,90.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 15.0000,97.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 15.0000,105.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 15.0000,112.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 15.0000,120.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 15.0000,127.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 15.0000,135.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(52,86,112)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 15.0000,142.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(55,91,116)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 15.0000,150.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(58,95,121)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 15.0000,157.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(61,100,126)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 15.0000,165.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(65,104,130)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 15.0000,172.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(68,109,135)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 15.0000,180.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(71,113,140)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 15.0000,187.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(74,118,145)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 15.0000,195.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(77,122,149)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 15.0000,202.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(80,127,154)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 15.0000,210.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(83,131,159)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 15.0000,217.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(86,135,163)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 15.0000,225.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(89,140,168)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 15.0000,232.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,144,173)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 15.0000,240.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,148,178)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 15.0000,247.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,153,182)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 15.0000,255.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,157,187)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 15.0000,262.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,161,192)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 15.0000,270.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(106,165,196)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 15.0000,277.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(109,170,201)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 15.0000,285.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(111,174,205)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 15.0000,292.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(114,178,210)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 15.0000,300.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 7.5000,7.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 7.5000,15.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 7.5000,22.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,21,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 7.5000,30.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 7.5000,37.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,29,63)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 7.5000,45.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(15,34,66)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 7.5000,52.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(19,38,69)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 7.5000,60.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(22,43,73)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 7.5000,67.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(26,48,77)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 7.5000,75.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(29,53,81)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 7.5000,82.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(33,58,85)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 7.5000,90.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(36,62,89)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 7.5000,97.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(39,67,93)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 7.5000,105.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(42,72,98)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 7.5000,112.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(46,77,102)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 7.5000,120.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(49,81,107)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 7.5000,127.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(52,86,112)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 7.5000,135.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(55,91,116)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 7.5000,142.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(58,95,121)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 7.5000,150.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(61,100,126)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 7.5000,157.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(65,104,130)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 7.5000,165.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(68,109,135)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 7.5000,172.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(71,113,140)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 7.5000,180.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(74,118,145)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 7.5000,187.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(77,122,149)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 7.5000,195.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(80,127,154)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 7.5000,202.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(83,131,159)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 7.5000,210.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(86,135,163)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 7.5000,217.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(89,140,168)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 7.5000,225.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,144,173)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 7.5000,232.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,148,178)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 7.5000,240.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,153,182)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 7.5000,247.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,157,187)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 7.5000,255.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,161,192)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 7.5000,262.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(106,165,196)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 7.5000,270.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(109,170,201)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 7.5000,277.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(111,174,205)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 7.5000,285.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(114,178,210)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 7.5000,292.5000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(117,182,215)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 7.5000,300.0000 l -0.0000,-7.5000 h -7.5000 l -0.0000,7.5000 Z"/>+  </g>+</svg>
other/pixelHudExample.svg view
@@ -1,3 +1,4966 @@ <?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="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(120,186,219)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 490.4836,34.2077 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(117,182,215)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 490.4836,41.3942 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(114,178,210)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 490.4836,48.5807 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(111,173,205)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 490.4836,55.7672 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(108,169,200)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 490.4836,62.9536 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(105,165,196)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 490.4836,70.1401 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,160,191)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 490.4836,77.3266 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,156,186)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 490.4836,84.5131 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,152,181)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 490.4836,91.6996 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,147,176)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 490.4836,98.8861 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,143,172)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 490.4836,106.0726 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 490.4836,113.2591 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 490.4836,120.4456 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 490.4836,127.6321 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 490.4836,134.8185 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 490.4836,142.0050 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 490.4836,149.1915 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 490.4836,156.3780 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 490.4836,163.5645 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 490.4836,170.7510 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 490.4836,177.9375 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 490.4836,185.1240 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 490.4836,192.3105 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 490.4836,199.4969 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 490.4836,206.6834 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 490.4836,213.8699 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 490.4836,221.0564 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 490.4836,228.2429 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 490.4836,235.4294 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 490.4836,242.6159 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 490.4836,249.8024 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 490.4836,256.9889 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 490.4836,264.1754 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 490.4836,271.3618 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 490.4836,278.5483 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 490.4836,285.7348 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 490.4836,292.9213 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 490.4836,300.1078 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 490.4836,307.2943 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 490.4836,314.4808 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(117,182,215)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 483.2971,34.2077 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(114,178,210)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 483.2971,41.3942 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(111,173,205)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 483.2971,48.5807 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(108,169,200)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 483.2971,55.7672 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(105,165,196)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 483.2971,62.9536 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,160,191)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 483.2971,70.1401 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,156,186)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 483.2971,77.3266 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,152,181)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 483.2971,84.5131 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,147,176)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 483.2971,91.6996 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,143,172)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 483.2971,98.8861 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 483.2971,106.0726 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 483.2971,113.2591 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 483.2971,120.4456 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 483.2971,127.6321 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 483.2971,134.8185 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 483.2971,142.0050 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 483.2971,149.1915 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 483.2971,156.3780 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 483.2971,163.5645 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 483.2971,170.7510 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 483.2971,177.9375 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 483.2971,185.1240 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 483.2971,192.3105 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 483.2971,199.4969 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 483.2971,206.6834 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 483.2971,213.8699 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 483.2971,221.0564 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 483.2971,228.2429 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 483.2971,235.4294 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 483.2971,242.6159 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 483.2971,249.8024 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 483.2971,256.9889 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 483.2971,264.1754 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 483.2971,271.3618 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 483.2971,278.5483 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 483.2971,285.7348 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 483.2971,292.9213 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 483.2971,300.1078 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 483.2971,307.2943 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 483.2971,314.4808 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(114,178,210)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 476.1107,34.2077 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(111,173,205)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 476.1107,41.3942 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(108,169,200)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 476.1107,48.5807 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(105,165,196)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 476.1107,55.7672 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,160,191)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 476.1107,62.9536 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,156,186)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 476.1107,70.1401 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,152,181)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 476.1107,77.3266 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,147,176)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 476.1107,84.5131 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,143,172)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 476.1107,91.6996 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 476.1107,98.8861 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 476.1107,106.0726 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 476.1107,113.2591 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 476.1107,120.4456 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 476.1107,127.6321 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 476.1107,134.8185 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 476.1107,142.0050 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 476.1107,149.1915 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 476.1107,156.3780 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 476.1107,163.5645 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 476.1107,170.7510 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 476.1107,177.9375 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 476.1107,185.1240 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 476.1107,192.3105 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 476.1107,199.4969 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 476.1107,206.6834 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 476.1107,213.8699 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 476.1107,221.0564 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 476.1107,228.2429 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 476.1107,235.4294 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 476.1107,242.6159 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 476.1107,249.8024 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 476.1107,256.9889 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 476.1107,264.1754 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 476.1107,271.3618 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 476.1107,278.5483 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 476.1107,285.7348 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 476.1107,292.9213 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 476.1107,300.1078 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 476.1107,307.2943 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 476.1107,314.4808 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(111,173,205)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 468.9242,34.2077 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(108,169,200)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 468.9242,41.3942 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(105,165,196)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 468.9242,48.5807 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,160,191)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 468.9242,55.7672 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,156,186)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 468.9242,62.9536 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,152,181)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 468.9242,70.1401 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,147,176)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 468.9242,77.3266 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,143,172)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 468.9242,84.5131 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 468.9242,91.6996 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 468.9242,98.8861 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 468.9242,106.0726 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 468.9242,113.2591 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 468.9242,120.4456 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 468.9242,127.6321 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 468.9242,134.8185 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 468.9242,142.0050 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 468.9242,149.1915 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 468.9242,156.3780 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 468.9242,163.5645 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 468.9242,170.7510 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 468.9242,177.9375 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 468.9242,185.1240 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 468.9242,192.3105 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 468.9242,199.4969 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 468.9242,206.6834 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 468.9242,213.8699 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 468.9242,221.0564 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 468.9242,228.2429 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 468.9242,235.4294 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 468.9242,242.6159 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 468.9242,249.8024 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 468.9242,256.9889 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 468.9242,264.1754 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 468.9242,271.3618 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 468.9242,278.5483 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 468.9242,285.7348 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 468.9242,292.9213 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 468.9242,300.1078 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 468.9242,307.2943 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 468.9242,314.4808 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(108,169,200)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 461.7377,34.2077 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(105,165,196)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 461.7377,41.3942 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,160,191)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 461.7377,48.5807 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,156,186)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 461.7377,55.7672 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,152,181)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 461.7377,62.9536 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,147,176)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 461.7377,70.1401 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,143,172)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 461.7377,77.3266 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 461.7377,84.5131 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 461.7377,91.6996 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 461.7377,98.8861 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 461.7377,106.0726 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 461.7377,113.2591 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 461.7377,120.4456 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 461.7377,127.6321 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 461.7377,134.8185 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 461.7377,142.0050 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 461.7377,149.1915 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 461.7377,156.3780 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 461.7377,163.5645 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 461.7377,170.7510 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 461.7377,177.9375 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 461.7377,185.1240 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 461.7377,192.3105 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 461.7377,199.4969 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 461.7377,206.6834 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 461.7377,213.8699 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 461.7377,221.0564 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 461.7377,228.2429 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 461.7377,235.4294 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 461.7377,242.6159 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 461.7377,249.8024 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 461.7377,256.9889 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 461.7377,264.1754 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 461.7377,271.3618 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 461.7377,278.5483 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 461.7377,285.7348 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 461.7377,292.9213 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 461.7377,300.1078 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 461.7377,307.2943 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 461.7377,314.4808 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(105,165,196)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 454.5512,34.2077 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,160,191)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 454.5512,41.3942 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,156,186)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 454.5512,48.5807 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,152,181)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 454.5512,55.7672 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,147,176)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 454.5512,62.9536 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,143,172)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 454.5512,70.1401 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 454.5512,77.3266 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 454.5512,84.5131 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 454.5512,91.6996 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 454.5512,98.8861 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 454.5512,106.0726 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 454.5512,113.2591 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 454.5512,120.4456 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 454.5512,127.6321 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 454.5512,134.8185 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 454.5512,142.0050 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 454.5512,149.1915 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 454.5512,156.3780 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 454.5512,163.5645 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 454.5512,170.7510 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 454.5512,177.9375 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 454.5512,185.1240 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 454.5512,192.3105 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 454.5512,199.4969 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 454.5512,206.6834 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 454.5512,213.8699 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 454.5512,221.0564 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 454.5512,228.2429 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 454.5512,235.4294 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 454.5512,242.6159 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 454.5512,249.8024 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 454.5512,256.9889 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 454.5512,264.1754 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 454.5512,271.3618 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 454.5512,278.5483 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 454.5512,285.7348 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 454.5512,292.9213 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 454.5512,300.1078 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 454.5512,307.2943 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 454.5512,314.4808 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,160,191)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 447.3647,34.2077 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,156,186)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 447.3647,41.3942 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,152,181)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 447.3647,48.5807 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,147,176)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 447.3647,55.7672 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,143,172)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 447.3647,62.9536 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 447.3647,70.1401 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 447.3647,77.3266 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 447.3647,84.5131 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 447.3647,91.6996 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 447.3647,98.8861 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 447.3647,106.0726 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 447.3647,113.2591 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 447.3647,120.4456 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 447.3647,127.6321 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 447.3647,134.8185 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 447.3647,142.0050 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 447.3647,149.1915 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 447.3647,156.3780 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 447.3647,163.5645 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 447.3647,170.7510 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 447.3647,177.9375 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 447.3647,185.1240 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 447.3647,192.3105 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 447.3647,199.4969 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 447.3647,206.6834 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 447.3647,213.8699 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 447.3647,221.0564 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 447.3647,228.2429 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 447.3647,235.4294 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 447.3647,242.6159 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 447.3647,249.8024 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 447.3647,256.9889 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 447.3647,264.1754 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 447.3647,271.3618 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 447.3647,278.5483 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 447.3647,285.7348 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 447.3647,292.9213 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 447.3647,300.1078 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 447.3647,307.2943 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 447.3647,314.4808 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,156,186)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 440.1782,34.2077 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,152,181)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 440.1782,41.3942 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,147,176)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 440.1782,48.5807 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,143,172)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 440.1782,55.7672 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 440.1782,62.9536 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 440.1782,70.1401 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 440.1782,77.3266 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 440.1782,84.5131 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 440.1782,91.6996 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 440.1782,98.8861 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 440.1782,106.0726 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 440.1782,113.2591 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 440.1782,120.4456 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 440.1782,127.6321 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 440.1782,134.8185 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 440.1782,142.0050 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 440.1782,149.1915 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 440.1782,156.3780 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 440.1782,163.5645 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 440.1782,170.7510 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 440.1782,177.9375 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 440.1782,185.1240 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 440.1782,192.3105 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 440.1782,199.4969 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 440.1782,206.6834 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 440.1782,213.8699 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 440.1782,221.0564 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 440.1782,228.2429 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 440.1782,235.4294 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 440.1782,242.6159 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 440.1782,249.8024 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 440.1782,256.9889 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 440.1782,264.1754 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 440.1782,271.3618 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 440.1782,278.5483 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 440.1782,285.7348 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 440.1782,292.9213 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 440.1782,300.1078 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 440.1782,307.2943 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 440.1782,314.4808 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,152,181)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 432.9917,34.2077 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,147,176)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 432.9917,41.3942 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,143,172)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 432.9917,48.5807 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 432.9917,55.7672 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 432.9917,62.9536 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 432.9917,70.1401 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 432.9917,77.3266 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 432.9917,84.5131 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 432.9917,91.6996 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 432.9917,98.8861 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 432.9917,106.0726 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 432.9917,113.2591 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 432.9917,120.4456 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 432.9917,127.6321 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 432.9917,134.8185 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 432.9917,142.0050 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 432.9917,149.1915 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 432.9917,156.3780 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 432.9917,163.5645 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 432.9917,170.7510 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 432.9917,177.9375 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 432.9917,185.1240 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 432.9917,192.3105 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 432.9917,199.4969 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 432.9917,206.6834 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 432.9917,213.8699 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 432.9917,221.0564 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 432.9917,228.2429 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 432.9917,235.4294 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 432.9917,242.6159 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 432.9917,249.8024 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 432.9917,256.9889 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 432.9917,264.1754 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 432.9917,271.3618 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 432.9917,278.5483 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 432.9917,285.7348 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 432.9917,292.9213 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 432.9917,300.1078 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 432.9917,307.2943 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 432.9917,314.4808 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,147,176)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 425.8052,34.2077 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,143,172)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 425.8052,41.3942 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 425.8052,48.5807 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 425.8052,55.7672 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 425.8052,62.9536 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 425.8052,70.1401 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 425.8052,77.3266 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 425.8052,84.5131 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 425.8052,91.6996 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 425.8052,98.8861 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 425.8052,106.0726 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 425.8052,113.2591 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 425.8052,120.4456 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 425.8052,127.6321 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 425.8052,134.8185 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 425.8052,142.0050 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 425.8052,149.1915 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 425.8052,156.3780 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 425.8052,163.5645 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 425.8052,170.7510 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 425.8052,177.9375 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 425.8052,185.1240 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 425.8052,192.3105 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 425.8052,199.4969 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 425.8052,206.6834 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 425.8052,213.8699 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 425.8052,221.0564 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 425.8052,228.2429 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 425.8052,235.4294 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 425.8052,242.6159 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 425.8052,249.8024 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 425.8052,256.9889 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 425.8052,264.1754 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 425.8052,271.3618 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 425.8052,278.5483 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 425.8052,285.7348 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 425.8052,292.9213 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 425.8052,300.1078 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 425.8052,307.2943 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 425.8052,314.4808 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,143,172)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 418.6187,34.2077 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 418.6187,41.3942 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 418.6187,48.5807 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 418.6187,55.7672 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 418.6187,62.9536 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 418.6187,70.1401 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 418.6187,77.3266 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 418.6187,84.5131 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 418.6187,91.6996 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 418.6187,98.8861 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 418.6187,106.0726 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 418.6187,113.2591 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 418.6187,120.4456 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 418.6187,127.6321 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 418.6187,134.8185 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 418.6187,142.0050 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 418.6187,149.1915 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 418.6187,156.3780 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 418.6187,163.5645 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 418.6187,170.7510 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 418.6187,177.9375 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 418.6187,185.1240 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 418.6187,192.3105 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 418.6187,199.4969 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 418.6187,206.6834 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 418.6187,213.8699 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 418.6187,221.0564 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 418.6187,228.2429 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 418.6187,235.4294 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 418.6187,242.6159 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 418.6187,249.8024 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 418.6187,256.9889 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 418.6187,264.1754 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 418.6187,271.3618 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 418.6187,278.5483 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 418.6187,285.7348 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 418.6187,292.9213 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 418.6187,300.1078 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 418.6187,307.2943 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 418.6187,314.4808 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 411.4323,34.2077 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 411.4323,41.3942 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 411.4323,48.5807 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 411.4323,55.7672 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 411.4323,62.9536 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 411.4323,70.1401 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 411.4323,77.3266 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 411.4323,84.5131 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 411.4323,91.6996 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 411.4323,98.8861 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 411.4323,106.0726 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 411.4323,113.2591 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 411.4323,120.4456 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 411.4323,127.6321 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 411.4323,134.8185 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 411.4323,142.0050 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 411.4323,149.1915 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 411.4323,156.3780 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 411.4323,163.5645 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 411.4323,170.7510 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 411.4323,177.9375 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 411.4323,185.1240 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 411.4323,192.3105 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 411.4323,199.4969 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 411.4323,206.6834 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 411.4323,213.8699 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 411.4323,221.0564 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 411.4323,228.2429 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 411.4323,235.4294 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 411.4323,242.6159 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 411.4323,249.8024 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 411.4323,256.9889 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 411.4323,264.1754 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 411.4323,271.3618 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 411.4323,278.5483 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 411.4323,285.7348 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 411.4323,292.9213 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 411.4323,300.1078 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 411.4323,307.2943 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 411.4323,314.4808 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 404.2458,34.2077 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 404.2458,41.3942 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 404.2458,48.5807 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 404.2458,55.7672 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 404.2458,62.9536 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 404.2458,70.1401 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 404.2458,77.3266 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 404.2458,84.5131 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 404.2458,91.6996 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 404.2458,98.8861 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 404.2458,106.0726 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 404.2458,113.2591 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 404.2458,120.4456 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 404.2458,127.6321 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 404.2458,134.8185 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 404.2458,142.0050 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 404.2458,149.1915 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 404.2458,156.3780 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 404.2458,163.5645 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 404.2458,170.7510 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 404.2458,177.9375 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 404.2458,185.1240 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 404.2458,192.3105 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 404.2458,199.4969 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 404.2458,206.6834 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 404.2458,213.8699 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 404.2458,221.0564 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 404.2458,228.2429 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 404.2458,235.4294 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 404.2458,242.6159 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 404.2458,249.8024 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 404.2458,256.9889 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 404.2458,264.1754 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 404.2458,271.3618 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 404.2458,278.5483 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 404.2458,285.7348 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 404.2458,292.9213 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 404.2458,300.1078 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 404.2458,307.2943 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 404.2458,314.4808 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 397.0593,34.2077 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 397.0593,41.3942 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 397.0593,48.5807 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 397.0593,55.7672 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 397.0593,62.9536 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 397.0593,70.1401 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 397.0593,77.3266 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 397.0593,84.5131 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 397.0593,91.6996 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 397.0593,98.8861 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 397.0593,106.0726 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 397.0593,113.2591 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 397.0593,120.4456 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 397.0593,127.6321 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 397.0593,134.8185 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 397.0593,142.0050 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 397.0593,149.1915 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 397.0593,156.3780 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 397.0593,163.5645 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 397.0593,170.7510 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 397.0593,177.9375 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 397.0593,185.1240 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 397.0593,192.3105 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 397.0593,199.4969 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 397.0593,206.6834 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 397.0593,213.8699 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 397.0593,221.0564 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 397.0593,228.2429 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 397.0593,235.4294 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 397.0593,242.6159 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 397.0593,249.8024 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 397.0593,256.9889 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 397.0593,264.1754 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 397.0593,271.3618 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 397.0593,278.5483 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 397.0593,285.7348 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 397.0593,292.9213 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 397.0593,300.1078 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 397.0593,307.2943 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 397.0593,314.4808 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 389.8728,34.2077 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 389.8728,41.3942 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 389.8728,48.5807 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 389.8728,55.7672 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 389.8728,62.9536 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 389.8728,70.1401 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 389.8728,77.3266 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 389.8728,84.5131 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 389.8728,91.6996 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 389.8728,98.8861 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 389.8728,106.0726 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 389.8728,113.2591 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 389.8728,120.4456 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 389.8728,127.6321 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 389.8728,134.8185 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 389.8728,142.0050 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 389.8728,149.1915 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 389.8728,156.3780 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 389.8728,163.5645 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 389.8728,170.7510 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 389.8728,177.9375 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 389.8728,185.1240 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 389.8728,192.3105 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 389.8728,199.4969 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 389.8728,206.6834 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 389.8728,213.8699 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 389.8728,221.0564 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 389.8728,228.2429 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 389.8728,235.4294 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 389.8728,242.6159 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 389.8728,249.8024 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 389.8728,256.9889 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 389.8728,264.1754 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 389.8728,271.3618 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 389.8728,278.5483 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 389.8728,285.7348 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 389.8728,292.9213 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 389.8728,300.1078 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 389.8728,307.2943 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 389.8728,314.4808 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 382.6863,34.2077 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 382.6863,41.3942 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 382.6863,48.5807 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 382.6863,55.7672 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 382.6863,62.9536 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 382.6863,70.1401 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 382.6863,77.3266 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 382.6863,84.5131 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 382.6863,91.6996 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 382.6863,98.8861 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 382.6863,106.0726 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 382.6863,113.2591 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 382.6863,120.4456 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 382.6863,127.6321 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 382.6863,134.8185 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 382.6863,142.0050 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 382.6863,149.1915 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 382.6863,156.3780 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 382.6863,163.5645 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 382.6863,170.7510 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 382.6863,177.9375 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 382.6863,185.1240 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 382.6863,192.3105 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 382.6863,199.4969 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 382.6863,206.6834 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 382.6863,213.8699 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 382.6863,221.0564 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 382.6863,228.2429 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 382.6863,235.4294 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 382.6863,242.6159 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 382.6863,249.8024 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 382.6863,256.9889 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 382.6863,264.1754 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 382.6863,271.3618 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 382.6863,278.5483 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 382.6863,285.7348 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 382.6863,292.9213 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 382.6863,300.1078 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 382.6863,307.2943 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 382.6863,314.4808 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 375.4998,34.2077 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 375.4998,41.3942 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 375.4998,48.5807 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 375.4998,55.7672 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 375.4998,62.9536 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 375.4998,70.1401 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 375.4998,77.3266 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 375.4998,84.5131 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 375.4998,91.6996 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 375.4998,98.8861 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 375.4998,106.0726 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 375.4998,113.2591 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 375.4998,120.4456 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 375.4998,127.6321 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 375.4998,134.8185 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 375.4998,142.0050 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 375.4998,149.1915 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 375.4998,156.3780 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 375.4998,163.5645 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 375.4998,170.7510 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 375.4998,177.9375 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 375.4998,185.1240 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 375.4998,192.3105 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 375.4998,199.4969 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 375.4998,206.6834 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 375.4998,213.8699 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 375.4998,221.0564 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 375.4998,228.2429 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 375.4998,235.4294 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 375.4998,242.6159 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 375.4998,249.8024 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 375.4998,256.9889 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 375.4998,264.1754 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 375.4998,271.3618 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 375.4998,278.5483 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 375.4998,285.7348 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 375.4998,292.9213 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 375.4998,300.1078 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 375.4998,307.2943 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 375.4998,314.4808 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 368.3133,34.2077 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 368.3133,41.3942 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 368.3133,48.5807 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 368.3133,55.7672 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 368.3133,62.9536 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 368.3133,70.1401 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 368.3133,77.3266 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 368.3133,84.5131 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 368.3133,91.6996 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 368.3133,98.8861 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 368.3133,106.0726 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 368.3133,113.2591 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 368.3133,120.4456 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 368.3133,127.6321 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 368.3133,134.8185 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 368.3133,142.0050 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 368.3133,149.1915 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 368.3133,156.3780 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 368.3133,163.5645 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 368.3133,170.7510 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 368.3133,177.9375 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 368.3133,185.1240 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 368.3133,192.3105 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 368.3133,199.4969 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 368.3133,206.6834 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 368.3133,213.8699 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 368.3133,221.0564 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 368.3133,228.2429 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 368.3133,235.4294 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 368.3133,242.6159 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 368.3133,249.8024 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 368.3133,256.9889 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 368.3133,264.1754 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 368.3133,271.3618 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 368.3133,278.5483 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 368.3133,285.7348 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 368.3133,292.9213 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 368.3133,300.1078 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 368.3133,307.2943 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 368.3133,314.4808 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 361.1268,34.2077 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 361.1268,41.3942 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 361.1268,48.5807 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 361.1268,55.7672 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 361.1268,62.9536 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 361.1268,70.1401 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 361.1268,77.3266 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 361.1268,84.5131 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 361.1268,91.6996 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 361.1268,98.8861 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 361.1268,106.0726 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 361.1268,113.2591 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 361.1268,120.4456 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 361.1268,127.6321 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 361.1268,134.8185 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 361.1268,142.0050 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 361.1268,149.1915 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 361.1268,156.3780 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 361.1268,163.5645 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 361.1268,170.7510 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 361.1268,177.9375 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 361.1268,185.1240 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 361.1268,192.3105 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 361.1268,199.4969 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 361.1268,206.6834 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 361.1268,213.8699 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 361.1268,221.0564 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 361.1268,228.2429 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 361.1268,235.4294 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 361.1268,242.6159 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 361.1268,249.8024 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 361.1268,256.9889 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 361.1268,264.1754 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 361.1268,271.3618 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 361.1268,278.5483 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 361.1268,285.7348 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 361.1268,292.9213 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 361.1268,300.1078 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 361.1268,307.2943 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 361.1268,314.4808 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 353.9403,34.2077 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 353.9403,41.3942 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 353.9403,48.5807 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 353.9403,55.7672 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 353.9403,62.9536 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 353.9403,70.1401 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 353.9403,77.3266 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 353.9403,84.5131 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 353.9403,91.6996 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 353.9403,98.8861 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 353.9403,106.0726 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 353.9403,113.2591 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 353.9403,120.4456 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 353.9403,127.6321 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 353.9403,134.8185 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 353.9403,142.0050 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 353.9403,149.1915 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 353.9403,156.3780 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 353.9403,163.5645 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 353.9403,170.7510 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 353.9403,177.9375 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 353.9403,185.1240 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 353.9403,192.3105 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 353.9403,199.4969 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 353.9403,206.6834 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 353.9403,213.8699 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 353.9403,221.0564 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 353.9403,228.2429 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 353.9403,235.4294 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 353.9403,242.6159 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 353.9403,249.8024 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 353.9403,256.9889 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 353.9403,264.1754 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 353.9403,271.3618 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 353.9403,278.5483 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 353.9403,285.7348 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 353.9403,292.9213 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 353.9403,300.1078 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 353.9403,307.2943 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 353.9403,314.4808 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 346.7538,34.2077 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 346.7538,41.3942 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 346.7538,48.5807 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 346.7538,55.7672 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 346.7538,62.9536 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 346.7538,70.1401 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 346.7538,77.3266 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 346.7538,84.5131 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 346.7538,91.6996 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 346.7538,98.8861 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 346.7538,106.0726 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 346.7538,113.2591 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 346.7538,120.4456 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 346.7538,127.6321 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 346.7538,134.8185 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 346.7538,142.0050 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 346.7538,149.1915 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 346.7538,156.3780 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 346.7538,163.5645 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 346.7538,170.7510 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 346.7538,177.9375 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 346.7538,185.1240 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 346.7538,192.3105 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 346.7538,199.4969 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 346.7538,206.6834 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 346.7538,213.8699 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 346.7538,221.0564 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 346.7538,228.2429 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 346.7538,235.4294 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 346.7538,242.6159 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 346.7538,249.8024 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 346.7538,256.9889 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 346.7538,264.1754 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 346.7538,271.3618 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 346.7538,278.5483 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 346.7538,285.7348 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 346.7538,292.9213 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 346.7538,300.1078 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 346.7538,307.2943 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 346.7538,314.4808 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 339.5674,34.2077 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 339.5674,41.3942 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 339.5674,48.5807 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 339.5674,55.7672 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 339.5674,62.9536 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 339.5674,70.1401 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 339.5674,77.3266 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 339.5674,84.5131 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 339.5674,91.6996 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 339.5674,98.8861 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 339.5674,106.0726 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 339.5674,113.2591 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 339.5674,120.4456 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 339.5674,127.6321 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 339.5674,134.8185 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 339.5674,142.0050 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 339.5674,149.1915 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 339.5674,156.3780 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 339.5674,163.5645 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 339.5674,170.7510 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 339.5674,177.9375 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 339.5674,185.1240 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 339.5674,192.3105 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 339.5674,199.4969 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 339.5674,206.6834 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 339.5674,213.8699 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 339.5674,221.0564 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 339.5674,228.2429 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 339.5674,235.4294 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 339.5674,242.6159 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 339.5674,249.8024 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 339.5674,256.9889 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 339.5674,264.1754 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 339.5674,271.3618 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 339.5674,278.5483 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 339.5674,285.7348 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 339.5674,292.9213 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 339.5674,300.1078 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 339.5674,307.2943 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 339.5674,314.4808 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 332.3809,34.2077 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 332.3809,41.3942 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 332.3809,48.5807 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 332.3809,55.7672 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 332.3809,62.9536 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 332.3809,70.1401 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 332.3809,77.3266 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 332.3809,84.5131 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 332.3809,91.6996 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 332.3809,98.8861 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 332.3809,106.0726 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 332.3809,113.2591 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 332.3809,120.4456 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 332.3809,127.6321 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 332.3809,134.8185 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 332.3809,142.0050 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 332.3809,149.1915 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 332.3809,156.3780 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 332.3809,163.5645 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 332.3809,170.7510 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 332.3809,177.9375 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 332.3809,185.1240 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 332.3809,192.3105 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 332.3809,199.4969 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 332.3809,206.6834 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 332.3809,213.8699 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 332.3809,221.0564 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 332.3809,228.2429 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 332.3809,235.4294 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 332.3809,242.6159 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 332.3809,249.8024 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 332.3809,256.9889 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 332.3809,264.1754 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 332.3809,271.3618 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 332.3809,278.5483 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 332.3809,285.7348 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 332.3809,292.9213 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 332.3809,300.1078 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 332.3809,307.2943 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 332.3809,314.4808 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 325.1944,34.2077 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 325.1944,41.3942 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 325.1944,48.5807 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 325.1944,55.7672 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 325.1944,62.9536 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 325.1944,70.1401 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 325.1944,77.3266 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 325.1944,84.5131 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 325.1944,91.6996 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 325.1944,98.8861 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 325.1944,106.0726 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 325.1944,113.2591 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 325.1944,120.4456 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 325.1944,127.6321 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 325.1944,134.8185 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 325.1944,142.0050 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 325.1944,149.1915 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 325.1944,156.3780 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 325.1944,163.5645 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 325.1944,170.7510 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 325.1944,177.9375 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 325.1944,185.1240 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 325.1944,192.3105 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 325.1944,199.4969 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 325.1944,206.6834 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 325.1944,213.8699 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 325.1944,221.0564 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 325.1944,228.2429 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 325.1944,235.4294 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 325.1944,242.6159 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 325.1944,249.8024 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 325.1944,256.9889 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 325.1944,264.1754 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 325.1944,271.3618 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 325.1944,278.5483 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 325.1944,285.7348 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 325.1944,292.9213 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 325.1944,300.1078 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 325.1944,307.2943 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 325.1944,314.4808 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 318.0079,34.2077 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 318.0079,41.3942 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 318.0079,48.5807 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 318.0079,55.7672 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 318.0079,62.9536 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 318.0079,70.1401 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 318.0079,77.3266 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 318.0079,84.5131 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 318.0079,91.6996 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 318.0079,98.8861 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 318.0079,106.0726 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 318.0079,113.2591 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 318.0079,120.4456 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 318.0079,127.6321 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 318.0079,134.8185 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 318.0079,142.0050 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 318.0079,149.1915 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 318.0079,156.3780 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 318.0079,163.5645 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 318.0079,170.7510 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 318.0079,177.9375 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 318.0079,185.1240 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 318.0079,192.3105 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 318.0079,199.4969 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 318.0079,206.6834 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 318.0079,213.8699 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 318.0079,221.0564 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 318.0079,228.2429 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 318.0079,235.4294 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 318.0079,242.6159 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 318.0079,249.8024 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 318.0079,256.9889 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 318.0079,264.1754 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 318.0079,271.3618 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 318.0079,278.5483 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 318.0079,285.7348 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 318.0079,292.9213 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 318.0079,300.1078 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 318.0079,307.2943 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 318.0079,314.4808 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 310.8214,34.2077 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 310.8214,41.3942 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 310.8214,48.5807 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 310.8214,55.7672 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 310.8214,62.9536 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 310.8214,70.1401 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 310.8214,77.3266 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 310.8214,84.5131 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 310.8214,91.6996 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 310.8214,98.8861 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 310.8214,106.0726 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 310.8214,113.2591 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 310.8214,120.4456 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 310.8214,127.6321 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 310.8214,134.8185 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 310.8214,142.0050 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 310.8214,149.1915 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 310.8214,156.3780 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 310.8214,163.5645 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 310.8214,170.7510 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 310.8214,177.9375 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 310.8214,185.1240 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 310.8214,192.3105 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 310.8214,199.4969 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 310.8214,206.6834 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 310.8214,213.8699 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 310.8214,221.0564 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 310.8214,228.2429 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 310.8214,235.4294 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 310.8214,242.6159 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 310.8214,249.8024 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 310.8214,256.9889 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 310.8214,264.1754 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 310.8214,271.3618 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 310.8214,278.5483 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 310.8214,285.7348 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 310.8214,292.9213 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 310.8214,300.1078 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 310.8214,307.2943 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 310.8214,314.4808 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 303.6349,34.2077 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 303.6349,41.3942 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 303.6349,48.5807 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 303.6349,55.7672 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 303.6349,62.9536 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 303.6349,70.1401 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 303.6349,77.3266 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 303.6349,84.5131 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 303.6349,91.6996 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 303.6349,98.8861 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 303.6349,106.0726 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 303.6349,113.2591 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 303.6349,120.4456 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 303.6349,127.6321 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 303.6349,134.8185 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 303.6349,142.0050 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 303.6349,149.1915 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 303.6349,156.3780 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 303.6349,163.5645 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 303.6349,170.7510 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 303.6349,177.9375 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 303.6349,185.1240 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 303.6349,192.3105 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 303.6349,199.4969 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 303.6349,206.6834 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 303.6349,213.8699 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 303.6349,221.0564 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 303.6349,228.2429 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 303.6349,235.4294 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 303.6349,242.6159 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 303.6349,249.8024 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 303.6349,256.9889 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 303.6349,264.1754 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 303.6349,271.3618 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 303.6349,278.5483 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 303.6349,285.7348 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 303.6349,292.9213 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 303.6349,300.1078 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 303.6349,307.2943 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 303.6349,314.4808 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 296.4484,34.2077 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 296.4484,41.3942 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 296.4484,48.5807 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 296.4484,55.7672 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 296.4484,62.9536 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 296.4484,70.1401 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 296.4484,77.3266 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 296.4484,84.5131 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 296.4484,91.6996 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 296.4484,98.8861 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 296.4484,106.0726 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 296.4484,113.2591 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 296.4484,120.4456 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 296.4484,127.6321 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 296.4484,134.8185 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 296.4484,142.0050 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 296.4484,149.1915 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 296.4484,156.3780 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 296.4484,163.5645 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 296.4484,170.7510 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 296.4484,177.9375 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 296.4484,185.1240 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 296.4484,192.3105 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 296.4484,199.4969 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 296.4484,206.6834 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 296.4484,213.8699 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 296.4484,221.0564 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 296.4484,228.2429 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 296.4484,235.4294 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 296.4484,242.6159 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 296.4484,249.8024 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 296.4484,256.9889 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 296.4484,264.1754 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 296.4484,271.3618 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 296.4484,278.5483 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 296.4484,285.7348 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 296.4484,292.9213 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 296.4484,300.1078 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 296.4484,307.2943 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 296.4484,314.4808 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 289.2619,34.2077 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 289.2619,41.3942 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 289.2619,48.5807 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 289.2619,55.7672 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 289.2619,62.9536 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 289.2619,70.1401 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 289.2619,77.3266 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 289.2619,84.5131 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 289.2619,91.6996 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 289.2619,98.8861 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 289.2619,106.0726 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 289.2619,113.2591 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 289.2619,120.4456 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 289.2619,127.6321 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 289.2619,134.8185 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 289.2619,142.0050 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 289.2619,149.1915 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 289.2619,156.3780 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 289.2619,163.5645 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 289.2619,170.7510 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 289.2619,177.9375 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 289.2619,185.1240 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 289.2619,192.3105 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 289.2619,199.4969 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 289.2619,206.6834 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 289.2619,213.8699 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 289.2619,221.0564 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 289.2619,228.2429 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 289.2619,235.4294 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 289.2619,242.6159 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 289.2619,249.8024 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 289.2619,256.9889 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 289.2619,264.1754 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 289.2619,271.3618 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 289.2619,278.5483 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 289.2619,285.7348 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 289.2619,292.9213 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 289.2619,300.1078 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 289.2619,307.2943 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 289.2619,314.4808 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 282.0754,34.2077 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 282.0754,41.3942 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 282.0754,48.5807 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 282.0754,55.7672 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 282.0754,62.9536 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 282.0754,70.1401 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 282.0754,77.3266 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 282.0754,84.5131 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 282.0754,91.6996 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 282.0754,98.8861 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 282.0754,106.0726 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 282.0754,113.2591 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 282.0754,120.4456 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 282.0754,127.6321 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 282.0754,134.8185 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 282.0754,142.0050 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 282.0754,149.1915 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 282.0754,156.3780 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 282.0754,163.5645 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 282.0754,170.7510 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 282.0754,177.9375 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 282.0754,185.1240 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 282.0754,192.3105 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 282.0754,199.4969 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 282.0754,206.6834 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 282.0754,213.8699 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 282.0754,221.0564 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 282.0754,228.2429 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 282.0754,235.4294 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 282.0754,242.6159 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 282.0754,249.8024 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 282.0754,256.9889 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 282.0754,264.1754 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 282.0754,271.3618 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 282.0754,278.5483 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 282.0754,285.7348 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 282.0754,292.9213 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 282.0754,300.1078 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 282.0754,307.2943 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,143,172)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 282.0754,314.4808 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 274.8890,34.2077 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 274.8890,41.3942 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 274.8890,48.5807 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 274.8890,55.7672 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 274.8890,62.9536 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 274.8890,70.1401 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 274.8890,77.3266 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 274.8890,84.5131 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 274.8890,91.6996 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 274.8890,98.8861 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 274.8890,106.0726 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 274.8890,113.2591 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 274.8890,120.4456 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 274.8890,127.6321 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 274.8890,134.8185 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 274.8890,142.0050 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 274.8890,149.1915 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 274.8890,156.3780 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 274.8890,163.5645 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 274.8890,170.7510 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 274.8890,177.9375 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 274.8890,185.1240 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 274.8890,192.3105 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 274.8890,199.4969 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 274.8890,206.6834 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 274.8890,213.8699 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 274.8890,221.0564 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 274.8890,228.2429 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 274.8890,235.4294 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 274.8890,242.6159 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 274.8890,249.8024 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 274.8890,256.9889 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 274.8890,264.1754 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 274.8890,271.3618 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 274.8890,278.5483 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 274.8890,285.7348 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 274.8890,292.9213 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 274.8890,300.1078 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,143,172)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 274.8890,307.2943 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,147,176)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 274.8890,314.4808 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 267.7025,34.2077 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 267.7025,41.3942 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 267.7025,48.5807 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 267.7025,55.7672 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 267.7025,62.9536 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 267.7025,70.1401 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 267.7025,77.3266 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 267.7025,84.5131 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 267.7025,91.6996 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 267.7025,98.8861 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 267.7025,106.0726 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 267.7025,113.2591 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 267.7025,120.4456 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 267.7025,127.6321 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 267.7025,134.8185 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 267.7025,142.0050 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 267.7025,149.1915 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 267.7025,156.3780 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 267.7025,163.5645 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 267.7025,170.7510 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 267.7025,177.9375 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 267.7025,185.1240 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 267.7025,192.3105 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 267.7025,199.4969 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 267.7025,206.6834 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 267.7025,213.8699 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 267.7025,221.0564 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 267.7025,228.2429 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 267.7025,235.4294 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 267.7025,242.6159 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 267.7025,249.8024 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 267.7025,256.9889 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 267.7025,264.1754 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 267.7025,271.3618 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 267.7025,278.5483 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 267.7025,285.7348 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 267.7025,292.9213 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,143,172)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 267.7025,300.1078 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,147,176)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 267.7025,307.2943 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,152,181)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 267.7025,314.4808 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 260.5160,34.2077 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 260.5160,41.3942 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 260.5160,48.5807 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 260.5160,55.7672 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 260.5160,62.9536 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 260.5160,70.1401 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 260.5160,77.3266 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 260.5160,84.5131 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 260.5160,91.6996 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 260.5160,98.8861 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 260.5160,106.0726 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 260.5160,113.2591 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 260.5160,120.4456 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 260.5160,127.6321 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 260.5160,134.8185 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 260.5160,142.0050 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 260.5160,149.1915 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 260.5160,156.3780 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 260.5160,163.5645 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 260.5160,170.7510 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 260.5160,177.9375 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 260.5160,185.1240 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 260.5160,192.3105 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 260.5160,199.4969 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 260.5160,206.6834 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 260.5160,213.8699 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 260.5160,221.0564 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 260.5160,228.2429 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 260.5160,235.4294 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 260.5160,242.6159 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 260.5160,249.8024 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 260.5160,256.9889 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 260.5160,264.1754 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 260.5160,271.3618 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 260.5160,278.5483 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 260.5160,285.7348 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,143,172)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 260.5160,292.9213 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,147,176)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 260.5160,300.1078 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,152,181)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 260.5160,307.2943 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,156,186)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 260.5160,314.4808 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 253.3295,34.2077 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 253.3295,41.3942 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 253.3295,48.5807 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 253.3295,55.7672 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 253.3295,62.9536 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 253.3295,70.1401 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 253.3295,77.3266 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 253.3295,84.5131 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 253.3295,91.6996 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 253.3295,98.8861 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 253.3295,106.0726 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 253.3295,113.2591 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 253.3295,120.4456 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 253.3295,127.6321 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 253.3295,134.8185 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 253.3295,142.0050 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 253.3295,149.1915 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 253.3295,156.3780 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 253.3295,163.5645 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 253.3295,170.7510 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 253.3295,177.9375 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 253.3295,185.1240 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 253.3295,192.3105 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 253.3295,199.4969 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 253.3295,206.6834 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 253.3295,213.8699 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 253.3295,221.0564 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 253.3295,228.2429 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 253.3295,235.4294 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 253.3295,242.6159 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 253.3295,249.8024 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 253.3295,256.9889 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 253.3295,264.1754 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 253.3295,271.3618 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 253.3295,278.5483 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,143,172)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 253.3295,285.7348 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,147,176)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 253.3295,292.9213 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,152,181)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 253.3295,300.1078 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,156,186)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 253.3295,307.2943 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,160,191)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 253.3295,314.4808 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 246.1430,34.2077 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 246.1430,41.3942 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 246.1430,48.5807 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 246.1430,55.7672 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 246.1430,62.9536 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 246.1430,70.1401 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 246.1430,77.3266 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 246.1430,84.5131 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 246.1430,91.6996 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 246.1430,98.8861 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 246.1430,106.0726 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 246.1430,113.2591 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 246.1430,120.4456 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 246.1430,127.6321 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 246.1430,134.8185 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 246.1430,142.0050 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 246.1430,149.1915 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 246.1430,156.3780 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 246.1430,163.5645 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 246.1430,170.7510 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 246.1430,177.9375 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 246.1430,185.1240 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 246.1430,192.3105 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 246.1430,199.4969 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 246.1430,206.6834 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 246.1430,213.8699 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 246.1430,221.0564 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 246.1430,228.2429 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 246.1430,235.4294 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 246.1430,242.6159 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 246.1430,249.8024 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 246.1430,256.9889 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 246.1430,264.1754 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 246.1430,271.3618 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,143,172)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 246.1430,278.5483 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,147,176)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 246.1430,285.7348 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,152,181)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 246.1430,292.9213 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,156,186)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 246.1430,300.1078 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,160,191)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 246.1430,307.2943 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(105,165,196)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 246.1430,314.4808 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 238.9565,34.2077 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 238.9565,41.3942 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 238.9565,48.5807 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 238.9565,55.7672 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 238.9565,62.9536 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 238.9565,70.1401 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 238.9565,77.3266 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 238.9565,84.5131 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 238.9565,91.6996 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 238.9565,98.8861 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 238.9565,106.0726 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 238.9565,113.2591 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 238.9565,120.4456 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 238.9565,127.6321 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 238.9565,134.8185 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 238.9565,142.0050 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 238.9565,149.1915 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 238.9565,156.3780 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 238.9565,163.5645 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 238.9565,170.7510 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 238.9565,177.9375 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 238.9565,185.1240 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 238.9565,192.3105 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 238.9565,199.4969 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 238.9565,206.6834 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 238.9565,213.8699 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 238.9565,221.0564 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 238.9565,228.2429 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 238.9565,235.4294 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 238.9565,242.6159 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 238.9565,249.8024 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 238.9565,256.9889 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 238.9565,264.1754 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,143,172)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 238.9565,271.3618 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,147,176)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 238.9565,278.5483 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,152,181)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 238.9565,285.7348 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,156,186)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 238.9565,292.9213 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,160,191)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 238.9565,300.1078 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(105,165,196)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 238.9565,307.2943 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(108,169,200)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 238.9565,314.4808 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 231.7700,34.2077 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 231.7700,41.3942 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 231.7700,48.5807 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 231.7700,55.7672 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 231.7700,62.9536 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 231.7700,70.1401 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 231.7700,77.3266 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 231.7700,84.5131 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 231.7700,91.6996 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 231.7700,98.8861 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 231.7700,106.0726 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 231.7700,113.2591 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 231.7700,120.4456 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 231.7700,127.6321 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 231.7700,134.8185 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 231.7700,142.0050 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 231.7700,149.1915 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 231.7700,156.3780 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 231.7700,163.5645 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 231.7700,170.7510 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 231.7700,177.9375 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 231.7700,185.1240 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 231.7700,192.3105 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 231.7700,199.4969 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 231.7700,206.6834 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 231.7700,213.8699 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 231.7700,221.0564 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 231.7700,228.2429 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 231.7700,235.4294 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 231.7700,242.6159 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 231.7700,249.8024 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 231.7700,256.9889 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,143,172)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 231.7700,264.1754 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,147,176)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 231.7700,271.3618 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,152,181)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 231.7700,278.5483 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,156,186)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 231.7700,285.7348 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,160,191)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 231.7700,292.9213 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(105,165,196)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 231.7700,300.1078 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(108,169,200)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 231.7700,307.2943 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(111,173,205)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 231.7700,314.4808 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 224.5835,34.2077 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 224.5835,41.3942 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 224.5835,48.5807 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 224.5835,55.7672 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 224.5835,62.9536 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 224.5835,70.1401 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 224.5835,77.3266 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 224.5835,84.5131 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 224.5835,91.6996 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 224.5835,98.8861 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 224.5835,106.0726 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 224.5835,113.2591 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 224.5835,120.4456 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 224.5835,127.6321 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 224.5835,134.8185 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 224.5835,142.0050 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 224.5835,149.1915 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 224.5835,156.3780 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 224.5835,163.5645 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 224.5835,170.7510 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 224.5835,177.9375 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 224.5835,185.1240 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 224.5835,192.3105 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 224.5835,199.4969 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 224.5835,206.6834 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 224.5835,213.8699 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 224.5835,221.0564 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 224.5835,228.2429 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 224.5835,235.4294 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 224.5835,242.6159 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 224.5835,249.8024 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,143,172)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 224.5835,256.9889 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,147,176)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 224.5835,264.1754 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,152,181)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 224.5835,271.3618 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,156,186)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 224.5835,278.5483 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,160,191)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 224.5835,285.7348 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(105,165,196)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 224.5835,292.9213 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(108,169,200)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 224.5835,300.1078 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(111,173,205)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 224.5835,307.2943 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(114,178,210)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 224.5835,314.4808 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.3970,34.2077 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.3970,41.3942 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.3970,48.5807 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.3970,55.7672 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.3970,62.9536 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.3970,70.1401 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.3970,77.3266 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.3970,84.5131 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.3970,91.6996 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.3970,98.8861 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.3970,106.0726 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.3970,113.2591 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.3970,120.4456 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.3970,127.6321 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.3970,134.8185 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.3970,142.0050 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.3970,149.1915 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.3970,156.3780 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.3970,163.5645 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.3970,170.7510 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.3970,177.9375 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.3970,185.1240 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.3970,192.3105 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.3970,199.4969 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.3970,206.6834 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.3970,213.8699 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.3970,221.0564 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.3970,228.2429 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.3970,235.4294 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.3970,242.6159 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,143,172)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.3970,249.8024 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,147,176)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.3970,256.9889 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,152,181)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.3970,264.1754 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,156,186)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.3970,271.3618 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,160,191)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.3970,278.5483 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(105,165,196)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.3970,285.7348 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(108,169,200)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.3970,292.9213 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(111,173,205)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.3970,300.1078 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(114,178,210)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.3970,307.2943 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(117,182,215)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.3970,314.4808 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.2105,34.2077 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.2105,41.3942 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.2105,48.5807 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.2105,55.7672 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.2105,62.9536 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.2105,70.1401 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.2105,77.3266 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.2105,84.5131 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.2105,91.6996 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.2105,98.8861 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.2105,106.0726 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.2105,113.2591 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.2105,120.4456 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.2105,127.6321 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.2105,134.8185 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.2105,142.0050 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.2105,149.1915 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.2105,156.3780 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.2105,163.5645 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.2105,170.7510 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.2105,177.9375 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.2105,185.1240 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.2105,192.3105 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.2105,199.4969 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.2105,206.6834 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.2105,213.8699 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.2105,221.0564 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.2105,228.2429 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.2105,235.4294 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,143,172)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.2105,242.6159 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,147,176)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.2105,249.8024 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,152,181)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.2105,256.9889 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,156,186)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.2105,264.1754 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,160,191)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.2105,271.3618 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(105,165,196)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.2105,278.5483 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(108,169,200)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.2105,285.7348 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(111,173,205)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.2105,292.9213 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(114,178,210)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.2105,300.1078 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(117,182,215)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.2105,307.2943 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(120,186,219)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.2105,314.4808 l -0.0000,-7.1865 h -7.1865 l -0.0000,7.1865 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>+    "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="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(120,186,219)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 484.4263,34.0062 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(117,182,215)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 484.4263,41.1966 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(114,178,210)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 484.4263,48.3871 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(111,173,205)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 484.4263,55.5775 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(108,169,200)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 484.4263,62.7680 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(105,165,196)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 484.4263,69.9584 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,160,191)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 484.4263,77.1489 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,156,186)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 484.4263,84.3393 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,152,181)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 484.4263,91.5298 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,147,176)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 484.4263,98.7202 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,143,172)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 484.4263,105.9107 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 484.4263,113.1011 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 484.4263,120.2916 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 484.4263,127.4820 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 484.4263,134.6725 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 484.4263,141.8629 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 484.4263,149.0533 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 484.4263,156.2438 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 484.4263,163.4342 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 484.4263,170.6247 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 484.4263,177.8151 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 484.4263,185.0056 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 484.4263,192.1960 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 484.4263,199.3865 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 484.4263,206.5769 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 484.4263,213.7674 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 484.4263,220.9578 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 484.4263,228.1483 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 484.4263,235.3387 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 484.4263,242.5292 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 484.4263,249.7196 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 484.4263,256.9101 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 484.4263,264.1005 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 484.4263,271.2910 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 484.4263,278.4814 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 484.4263,285.6719 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 484.4263,292.8623 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 484.4263,300.0528 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 484.4263,307.2432 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 484.4263,314.4337 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(117,182,215)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 477.2358,34.0062 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(114,178,210)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 477.2358,41.1966 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(111,173,205)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 477.2358,48.3871 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(108,169,200)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 477.2358,55.5775 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(105,165,196)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 477.2358,62.7680 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,160,191)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 477.2358,69.9584 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,156,186)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 477.2358,77.1489 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,152,181)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 477.2358,84.3393 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,147,176)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 477.2358,91.5298 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,143,172)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 477.2358,98.7202 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 477.2358,105.9107 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 477.2358,113.1011 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 477.2358,120.2916 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 477.2358,127.4820 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 477.2358,134.6725 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 477.2358,141.8629 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 477.2358,149.0533 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 477.2358,156.2438 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 477.2358,163.4342 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 477.2358,170.6247 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 477.2358,177.8151 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 477.2358,185.0056 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 477.2358,192.1960 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 477.2358,199.3865 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 477.2358,206.5769 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 477.2358,213.7674 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 477.2358,220.9578 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 477.2358,228.1483 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 477.2358,235.3387 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 477.2358,242.5292 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 477.2358,249.7196 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 477.2358,256.9101 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 477.2358,264.1005 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 477.2358,271.2910 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 477.2358,278.4814 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 477.2358,285.6719 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 477.2358,292.8623 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 477.2358,300.0528 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 477.2358,307.2432 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 477.2358,314.4337 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(114,178,210)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 470.0454,34.0062 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(111,173,205)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 470.0454,41.1966 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(108,169,200)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 470.0454,48.3871 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(105,165,196)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 470.0454,55.5775 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,160,191)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 470.0454,62.7680 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,156,186)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 470.0454,69.9584 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,152,181)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 470.0454,77.1489 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,147,176)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 470.0454,84.3393 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,143,172)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 470.0454,91.5298 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 470.0454,98.7202 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 470.0454,105.9107 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 470.0454,113.1011 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 470.0454,120.2916 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 470.0454,127.4820 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 470.0454,134.6725 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 470.0454,141.8629 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 470.0454,149.0533 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 470.0454,156.2438 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 470.0454,163.4342 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 470.0454,170.6247 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 470.0454,177.8151 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 470.0454,185.0056 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 470.0454,192.1960 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 470.0454,199.3865 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 470.0454,206.5769 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 470.0454,213.7674 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 470.0454,220.9578 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 470.0454,228.1483 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 470.0454,235.3387 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 470.0454,242.5292 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 470.0454,249.7196 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 470.0454,256.9101 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 470.0454,264.1005 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 470.0454,271.2910 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 470.0454,278.4814 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 470.0454,285.6719 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 470.0454,292.8623 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 470.0454,300.0528 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 470.0454,307.2432 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 470.0454,314.4337 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(111,173,205)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 462.8549,34.0062 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(108,169,200)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 462.8549,41.1966 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(105,165,196)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 462.8549,48.3871 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,160,191)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 462.8549,55.5775 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,156,186)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 462.8549,62.7680 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,152,181)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 462.8549,69.9584 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,147,176)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 462.8549,77.1489 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,143,172)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 462.8549,84.3393 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 462.8549,91.5298 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 462.8549,98.7202 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 462.8549,105.9107 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 462.8549,113.1011 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 462.8549,120.2916 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 462.8549,127.4820 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 462.8549,134.6725 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 462.8549,141.8629 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 462.8549,149.0533 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 462.8549,156.2438 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 462.8549,163.4342 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 462.8549,170.6247 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 462.8549,177.8151 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 462.8549,185.0056 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 462.8549,192.1960 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 462.8549,199.3865 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 462.8549,206.5769 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 462.8549,213.7674 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 462.8549,220.9578 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 462.8549,228.1483 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 462.8549,235.3387 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 462.8549,242.5292 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 462.8549,249.7196 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 462.8549,256.9101 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 462.8549,264.1005 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 462.8549,271.2910 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 462.8549,278.4814 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 462.8549,285.6719 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 462.8549,292.8623 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 462.8549,300.0528 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 462.8549,307.2432 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 462.8549,314.4337 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(108,169,200)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 455.6645,34.0062 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(105,165,196)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 455.6645,41.1966 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,160,191)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 455.6645,48.3871 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,156,186)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 455.6645,55.5775 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,152,181)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 455.6645,62.7680 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,147,176)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 455.6645,69.9584 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,143,172)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 455.6645,77.1489 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 455.6645,84.3393 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 455.6645,91.5298 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 455.6645,98.7202 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 455.6645,105.9107 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 455.6645,113.1011 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 455.6645,120.2916 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 455.6645,127.4820 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 455.6645,134.6725 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 455.6645,141.8629 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 455.6645,149.0533 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 455.6645,156.2438 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 455.6645,163.4342 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 455.6645,170.6247 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 455.6645,177.8151 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 455.6645,185.0056 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 455.6645,192.1960 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 455.6645,199.3865 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 455.6645,206.5769 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 455.6645,213.7674 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 455.6645,220.9578 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 455.6645,228.1483 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 455.6645,235.3387 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 455.6645,242.5292 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 455.6645,249.7196 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 455.6645,256.9101 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 455.6645,264.1005 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 455.6645,271.2910 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 455.6645,278.4814 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 455.6645,285.6719 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 455.6645,292.8623 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 455.6645,300.0528 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 455.6645,307.2432 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 455.6645,314.4337 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(105,165,196)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 448.4740,34.0062 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,160,191)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 448.4740,41.1966 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,156,186)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 448.4740,48.3871 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,152,181)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 448.4740,55.5775 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,147,176)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 448.4740,62.7680 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,143,172)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 448.4740,69.9584 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 448.4740,77.1489 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 448.4740,84.3393 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 448.4740,91.5298 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 448.4740,98.7202 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 448.4740,105.9107 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 448.4740,113.1011 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 448.4740,120.2916 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 448.4740,127.4820 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 448.4740,134.6725 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 448.4740,141.8629 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 448.4740,149.0533 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 448.4740,156.2438 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 448.4740,163.4342 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 448.4740,170.6247 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 448.4740,177.8151 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 448.4740,185.0056 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 448.4740,192.1960 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 448.4740,199.3865 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 448.4740,206.5769 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 448.4740,213.7674 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 448.4740,220.9578 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 448.4740,228.1483 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 448.4740,235.3387 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 448.4740,242.5292 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 448.4740,249.7196 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 448.4740,256.9101 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 448.4740,264.1005 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 448.4740,271.2910 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 448.4740,278.4814 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 448.4740,285.6719 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 448.4740,292.8623 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 448.4740,300.0528 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 448.4740,307.2432 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 448.4740,314.4337 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,160,191)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 441.2836,34.0062 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,156,186)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 441.2836,41.1966 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,152,181)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 441.2836,48.3871 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,147,176)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 441.2836,55.5775 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,143,172)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 441.2836,62.7680 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 441.2836,69.9584 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 441.2836,77.1489 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 441.2836,84.3393 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 441.2836,91.5298 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 441.2836,98.7202 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 441.2836,105.9107 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 441.2836,113.1011 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 441.2836,120.2916 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 441.2836,127.4820 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 441.2836,134.6725 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 441.2836,141.8629 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 441.2836,149.0533 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 441.2836,156.2438 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 441.2836,163.4342 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 441.2836,170.6247 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 441.2836,177.8151 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 441.2836,185.0056 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 441.2836,192.1960 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 441.2836,199.3865 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 441.2836,206.5769 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 441.2836,213.7674 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 441.2836,220.9578 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 441.2836,228.1483 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 441.2836,235.3387 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 441.2836,242.5292 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 441.2836,249.7196 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 441.2836,256.9101 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 441.2836,264.1005 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 441.2836,271.2910 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 441.2836,278.4814 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 441.2836,285.6719 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 441.2836,292.8623 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 441.2836,300.0528 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 441.2836,307.2432 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 441.2836,314.4337 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,156,186)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 434.0931,34.0062 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,152,181)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 434.0931,41.1966 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,147,176)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 434.0931,48.3871 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,143,172)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 434.0931,55.5775 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 434.0931,62.7680 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 434.0931,69.9584 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 434.0931,77.1489 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 434.0931,84.3393 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 434.0931,91.5298 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 434.0931,98.7202 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 434.0931,105.9107 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 434.0931,113.1011 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 434.0931,120.2916 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 434.0931,127.4820 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 434.0931,134.6725 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 434.0931,141.8629 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 434.0931,149.0533 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 434.0931,156.2438 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 434.0931,163.4342 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 434.0931,170.6247 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 434.0931,177.8151 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 434.0931,185.0056 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 434.0931,192.1960 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 434.0931,199.3865 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 434.0931,206.5769 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 434.0931,213.7674 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 434.0931,220.9578 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 434.0931,228.1483 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 434.0931,235.3387 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 434.0931,242.5292 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 434.0931,249.7196 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 434.0931,256.9101 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 434.0931,264.1005 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 434.0931,271.2910 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 434.0931,278.4814 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 434.0931,285.6719 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 434.0931,292.8623 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 434.0931,300.0528 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 434.0931,307.2432 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 434.0931,314.4337 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,152,181)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 426.9027,34.0062 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,147,176)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 426.9027,41.1966 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,143,172)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 426.9027,48.3871 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 426.9027,55.5775 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 426.9027,62.7680 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 426.9027,69.9584 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 426.9027,77.1489 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 426.9027,84.3393 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 426.9027,91.5298 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 426.9027,98.7202 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 426.9027,105.9107 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 426.9027,113.1011 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 426.9027,120.2916 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 426.9027,127.4820 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 426.9027,134.6725 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 426.9027,141.8629 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 426.9027,149.0533 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 426.9027,156.2438 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 426.9027,163.4342 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 426.9027,170.6247 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 426.9027,177.8151 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 426.9027,185.0056 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 426.9027,192.1960 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 426.9027,199.3865 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 426.9027,206.5769 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 426.9027,213.7674 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 426.9027,220.9578 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 426.9027,228.1483 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 426.9027,235.3387 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 426.9027,242.5292 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 426.9027,249.7196 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 426.9027,256.9101 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 426.9027,264.1005 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 426.9027,271.2910 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 426.9027,278.4814 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 426.9027,285.6719 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 426.9027,292.8623 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 426.9027,300.0528 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 426.9027,307.2432 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 426.9027,314.4337 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,147,176)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 419.7122,34.0062 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,143,172)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 419.7122,41.1966 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 419.7122,48.3871 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 419.7122,55.5775 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 419.7122,62.7680 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 419.7122,69.9584 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 419.7122,77.1489 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 419.7122,84.3393 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 419.7122,91.5298 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 419.7122,98.7202 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 419.7122,105.9107 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 419.7122,113.1011 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 419.7122,120.2916 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 419.7122,127.4820 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 419.7122,134.6725 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 419.7122,141.8629 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 419.7122,149.0533 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 419.7122,156.2438 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 419.7122,163.4342 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 419.7122,170.6247 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 419.7122,177.8151 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 419.7122,185.0056 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 419.7122,192.1960 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 419.7122,199.3865 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 419.7122,206.5769 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 419.7122,213.7674 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 419.7122,220.9578 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 419.7122,228.1483 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 419.7122,235.3387 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 419.7122,242.5292 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 419.7122,249.7196 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 419.7122,256.9101 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 419.7122,264.1005 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 419.7122,271.2910 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 419.7122,278.4814 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 419.7122,285.6719 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 419.7122,292.8623 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 419.7122,300.0528 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 419.7122,307.2432 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 419.7122,314.4337 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,143,172)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 412.5218,34.0062 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 412.5218,41.1966 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 412.5218,48.3871 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 412.5218,55.5775 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 412.5218,62.7680 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 412.5218,69.9584 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 412.5218,77.1489 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 412.5218,84.3393 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 412.5218,91.5298 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 412.5218,98.7202 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 412.5218,105.9107 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 412.5218,113.1011 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 412.5218,120.2916 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 412.5218,127.4820 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 412.5218,134.6725 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 412.5218,141.8629 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 412.5218,149.0533 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 412.5218,156.2438 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 412.5218,163.4342 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 412.5218,170.6247 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 412.5218,177.8151 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 412.5218,185.0056 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 412.5218,192.1960 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 412.5218,199.3865 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 412.5218,206.5769 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 412.5218,213.7674 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 412.5218,220.9578 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 412.5218,228.1483 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 412.5218,235.3387 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 412.5218,242.5292 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 412.5218,249.7196 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 412.5218,256.9101 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 412.5218,264.1005 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 412.5218,271.2910 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 412.5218,278.4814 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 412.5218,285.6719 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 412.5218,292.8623 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 412.5218,300.0528 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 412.5218,307.2432 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 412.5218,314.4337 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 405.3313,34.0062 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 405.3313,41.1966 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 405.3313,48.3871 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 405.3313,55.5775 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 405.3313,62.7680 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 405.3313,69.9584 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 405.3313,77.1489 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 405.3313,84.3393 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 405.3313,91.5298 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 405.3313,98.7202 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 405.3313,105.9107 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 405.3313,113.1011 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 405.3313,120.2916 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 405.3313,127.4820 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 405.3313,134.6725 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 405.3313,141.8629 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 405.3313,149.0533 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 405.3313,156.2438 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 405.3313,163.4342 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 405.3313,170.6247 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 405.3313,177.8151 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 405.3313,185.0056 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 405.3313,192.1960 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 405.3313,199.3865 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 405.3313,206.5769 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 405.3313,213.7674 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 405.3313,220.9578 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 405.3313,228.1483 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 405.3313,235.3387 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 405.3313,242.5292 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 405.3313,249.7196 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 405.3313,256.9101 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 405.3313,264.1005 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 405.3313,271.2910 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 405.3313,278.4814 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 405.3313,285.6719 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 405.3313,292.8623 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 405.3313,300.0528 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 405.3313,307.2432 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 405.3313,314.4337 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 398.1409,34.0062 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 398.1409,41.1966 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 398.1409,48.3871 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 398.1409,55.5775 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 398.1409,62.7680 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 398.1409,69.9584 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 398.1409,77.1489 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 398.1409,84.3393 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 398.1409,91.5298 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 398.1409,98.7202 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 398.1409,105.9107 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 398.1409,113.1011 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 398.1409,120.2916 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 398.1409,127.4820 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 398.1409,134.6725 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 398.1409,141.8629 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 398.1409,149.0533 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 398.1409,156.2438 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 398.1409,163.4342 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 398.1409,170.6247 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 398.1409,177.8151 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 398.1409,185.0056 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 398.1409,192.1960 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 398.1409,199.3865 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 398.1409,206.5769 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 398.1409,213.7674 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 398.1409,220.9578 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 398.1409,228.1483 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 398.1409,235.3387 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 398.1409,242.5292 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 398.1409,249.7196 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 398.1409,256.9101 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 398.1409,264.1005 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 398.1409,271.2910 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 398.1409,278.4814 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 398.1409,285.6719 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 398.1409,292.8623 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 398.1409,300.0528 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 398.1409,307.2432 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 398.1409,314.4337 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 390.9504,34.0062 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 390.9504,41.1966 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 390.9504,48.3871 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 390.9504,55.5775 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 390.9504,62.7680 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 390.9504,69.9584 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 390.9504,77.1489 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 390.9504,84.3393 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 390.9504,91.5298 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 390.9504,98.7202 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 390.9504,105.9107 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 390.9504,113.1011 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 390.9504,120.2916 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 390.9504,127.4820 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 390.9504,134.6725 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 390.9504,141.8629 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 390.9504,149.0533 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 390.9504,156.2438 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 390.9504,163.4342 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 390.9504,170.6247 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 390.9504,177.8151 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 390.9504,185.0056 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 390.9504,192.1960 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 390.9504,199.3865 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 390.9504,206.5769 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 390.9504,213.7674 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 390.9504,220.9578 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 390.9504,228.1483 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 390.9504,235.3387 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 390.9504,242.5292 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 390.9504,249.7196 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 390.9504,256.9101 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 390.9504,264.1005 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 390.9504,271.2910 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 390.9504,278.4814 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 390.9504,285.6719 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 390.9504,292.8623 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 390.9504,300.0528 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 390.9504,307.2432 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 390.9504,314.4337 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 383.7600,34.0062 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 383.7600,41.1966 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 383.7600,48.3871 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 383.7600,55.5775 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 383.7600,62.7680 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 383.7600,69.9584 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 383.7600,77.1489 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 383.7600,84.3393 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 383.7600,91.5298 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 383.7600,98.7202 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 383.7600,105.9107 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 383.7600,113.1011 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 383.7600,120.2916 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 383.7600,127.4820 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 383.7600,134.6725 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 383.7600,141.8629 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 383.7600,149.0533 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 383.7600,156.2438 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 383.7600,163.4342 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 383.7600,170.6247 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 383.7600,177.8151 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 383.7600,185.0056 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 383.7600,192.1960 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 383.7600,199.3865 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 383.7600,206.5769 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 383.7600,213.7674 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 383.7600,220.9578 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 383.7600,228.1483 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 383.7600,235.3387 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 383.7600,242.5292 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 383.7600,249.7196 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 383.7600,256.9101 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 383.7600,264.1005 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 383.7600,271.2910 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 383.7600,278.4814 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 383.7600,285.6719 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 383.7600,292.8623 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 383.7600,300.0528 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 383.7600,307.2432 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 383.7600,314.4337 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 376.5695,34.0062 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 376.5695,41.1966 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 376.5695,48.3871 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 376.5695,55.5775 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 376.5695,62.7680 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 376.5695,69.9584 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 376.5695,77.1489 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 376.5695,84.3393 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 376.5695,91.5298 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 376.5695,98.7202 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 376.5695,105.9107 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 376.5695,113.1011 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 376.5695,120.2916 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 376.5695,127.4820 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 376.5695,134.6725 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 376.5695,141.8629 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 376.5695,149.0533 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 376.5695,156.2438 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 376.5695,163.4342 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 376.5695,170.6247 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 376.5695,177.8151 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 376.5695,185.0056 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 376.5695,192.1960 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 376.5695,199.3865 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 376.5695,206.5769 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 376.5695,213.7674 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 376.5695,220.9578 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 376.5695,228.1483 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 376.5695,235.3387 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 376.5695,242.5292 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 376.5695,249.7196 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 376.5695,256.9101 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 376.5695,264.1005 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 376.5695,271.2910 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 376.5695,278.4814 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 376.5695,285.6719 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 376.5695,292.8623 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 376.5695,300.0528 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 376.5695,307.2432 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 376.5695,314.4337 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 369.3791,34.0062 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 369.3791,41.1966 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 369.3791,48.3871 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 369.3791,55.5775 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 369.3791,62.7680 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 369.3791,69.9584 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 369.3791,77.1489 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 369.3791,84.3393 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 369.3791,91.5298 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 369.3791,98.7202 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 369.3791,105.9107 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 369.3791,113.1011 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 369.3791,120.2916 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 369.3791,127.4820 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 369.3791,134.6725 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 369.3791,141.8629 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 369.3791,149.0533 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 369.3791,156.2438 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 369.3791,163.4342 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 369.3791,170.6247 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 369.3791,177.8151 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 369.3791,185.0056 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 369.3791,192.1960 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 369.3791,199.3865 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 369.3791,206.5769 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 369.3791,213.7674 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 369.3791,220.9578 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 369.3791,228.1483 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 369.3791,235.3387 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 369.3791,242.5292 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 369.3791,249.7196 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 369.3791,256.9101 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 369.3791,264.1005 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 369.3791,271.2910 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 369.3791,278.4814 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 369.3791,285.6719 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 369.3791,292.8623 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 369.3791,300.0528 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 369.3791,307.2432 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 369.3791,314.4337 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 362.1886,34.0062 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 362.1886,41.1966 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 362.1886,48.3871 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 362.1886,55.5775 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 362.1886,62.7680 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 362.1886,69.9584 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 362.1886,77.1489 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 362.1886,84.3393 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 362.1886,91.5298 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 362.1886,98.7202 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 362.1886,105.9107 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 362.1886,113.1011 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 362.1886,120.2916 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 362.1886,127.4820 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 362.1886,134.6725 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 362.1886,141.8629 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 362.1886,149.0533 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 362.1886,156.2438 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 362.1886,163.4342 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 362.1886,170.6247 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 362.1886,177.8151 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 362.1886,185.0056 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 362.1886,192.1960 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 362.1886,199.3865 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 362.1886,206.5769 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 362.1886,213.7674 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 362.1886,220.9578 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 362.1886,228.1483 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 362.1886,235.3387 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 362.1886,242.5292 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 362.1886,249.7196 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 362.1886,256.9101 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 362.1886,264.1005 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 362.1886,271.2910 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 362.1886,278.4814 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 362.1886,285.6719 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 362.1886,292.8623 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 362.1886,300.0528 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 362.1886,307.2432 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 362.1886,314.4337 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 354.9982,34.0062 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 354.9982,41.1966 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 354.9982,48.3871 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 354.9982,55.5775 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 354.9982,62.7680 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 354.9982,69.9584 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 354.9982,77.1489 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 354.9982,84.3393 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 354.9982,91.5298 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 354.9982,98.7202 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 354.9982,105.9107 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 354.9982,113.1011 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 354.9982,120.2916 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 354.9982,127.4820 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 354.9982,134.6725 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 354.9982,141.8629 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 354.9982,149.0533 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 354.9982,156.2438 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 354.9982,163.4342 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 354.9982,170.6247 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 354.9982,177.8151 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 354.9982,185.0056 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 354.9982,192.1960 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 354.9982,199.3865 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 354.9982,206.5769 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 354.9982,213.7674 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 354.9982,220.9578 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 354.9982,228.1483 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 354.9982,235.3387 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 354.9982,242.5292 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 354.9982,249.7196 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 354.9982,256.9101 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 354.9982,264.1005 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 354.9982,271.2910 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 354.9982,278.4814 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 354.9982,285.6719 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 354.9982,292.8623 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 354.9982,300.0528 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 354.9982,307.2432 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 354.9982,314.4337 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 347.8077,34.0062 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 347.8077,41.1966 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 347.8077,48.3871 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 347.8077,55.5775 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 347.8077,62.7680 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 347.8077,69.9584 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 347.8077,77.1489 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 347.8077,84.3393 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 347.8077,91.5298 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 347.8077,98.7202 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 347.8077,105.9107 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 347.8077,113.1011 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 347.8077,120.2916 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 347.8077,127.4820 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 347.8077,134.6725 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 347.8077,141.8629 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 347.8077,149.0533 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 347.8077,156.2438 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 347.8077,163.4342 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 347.8077,170.6247 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 347.8077,177.8151 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 347.8077,185.0056 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 347.8077,192.1960 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 347.8077,199.3865 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 347.8077,206.5769 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 347.8077,213.7674 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 347.8077,220.9578 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 347.8077,228.1483 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 347.8077,235.3387 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 347.8077,242.5292 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 347.8077,249.7196 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 347.8077,256.9101 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 347.8077,264.1005 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 347.8077,271.2910 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 347.8077,278.4814 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 347.8077,285.6719 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 347.8077,292.8623 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 347.8077,300.0528 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 347.8077,307.2432 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 347.8077,314.4337 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 340.6173,34.0062 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 340.6173,41.1966 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 340.6173,48.3871 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 340.6173,55.5775 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 340.6173,62.7680 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 340.6173,69.9584 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 340.6173,77.1489 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 340.6173,84.3393 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 340.6173,91.5298 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 340.6173,98.7202 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 340.6173,105.9107 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 340.6173,113.1011 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 340.6173,120.2916 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 340.6173,127.4820 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 340.6173,134.6725 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 340.6173,141.8629 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 340.6173,149.0533 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 340.6173,156.2438 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 340.6173,163.4342 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 340.6173,170.6247 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 340.6173,177.8151 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 340.6173,185.0056 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 340.6173,192.1960 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 340.6173,199.3865 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 340.6173,206.5769 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 340.6173,213.7674 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 340.6173,220.9578 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 340.6173,228.1483 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 340.6173,235.3387 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 340.6173,242.5292 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 340.6173,249.7196 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 340.6173,256.9101 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 340.6173,264.1005 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 340.6173,271.2910 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 340.6173,278.4814 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 340.6173,285.6719 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 340.6173,292.8623 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 340.6173,300.0528 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 340.6173,307.2432 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 340.6173,314.4337 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 333.4268,34.0062 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 333.4268,41.1966 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 333.4268,48.3871 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 333.4268,55.5775 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 333.4268,62.7680 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 333.4268,69.9584 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 333.4268,77.1489 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 333.4268,84.3393 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 333.4268,91.5298 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 333.4268,98.7202 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 333.4268,105.9107 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 333.4268,113.1011 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 333.4268,120.2916 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 333.4268,127.4820 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 333.4268,134.6725 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 333.4268,141.8629 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 333.4268,149.0533 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 333.4268,156.2438 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 333.4268,163.4342 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 333.4268,170.6247 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 333.4268,177.8151 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 333.4268,185.0056 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 333.4268,192.1960 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 333.4268,199.3865 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 333.4268,206.5769 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 333.4268,213.7674 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 333.4268,220.9578 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 333.4268,228.1483 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 333.4268,235.3387 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 333.4268,242.5292 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 333.4268,249.7196 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 333.4268,256.9101 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 333.4268,264.1005 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 333.4268,271.2910 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 333.4268,278.4814 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 333.4268,285.6719 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 333.4268,292.8623 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 333.4268,300.0528 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 333.4268,307.2432 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 333.4268,314.4337 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 326.2364,34.0062 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 326.2364,41.1966 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 326.2364,48.3871 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 326.2364,55.5775 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 326.2364,62.7680 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 326.2364,69.9584 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 326.2364,77.1489 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 326.2364,84.3393 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 326.2364,91.5298 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 326.2364,98.7202 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 326.2364,105.9107 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 326.2364,113.1011 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 326.2364,120.2916 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 326.2364,127.4820 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 326.2364,134.6725 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 326.2364,141.8629 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 326.2364,149.0533 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 326.2364,156.2438 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 326.2364,163.4342 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 326.2364,170.6247 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 326.2364,177.8151 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 326.2364,185.0056 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 326.2364,192.1960 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 326.2364,199.3865 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 326.2364,206.5769 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 326.2364,213.7674 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 326.2364,220.9578 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 326.2364,228.1483 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 326.2364,235.3387 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 326.2364,242.5292 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 326.2364,249.7196 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 326.2364,256.9101 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 326.2364,264.1005 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 326.2364,271.2910 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 326.2364,278.4814 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 326.2364,285.6719 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 326.2364,292.8623 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 326.2364,300.0528 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 326.2364,307.2432 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 326.2364,314.4337 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 319.0459,34.0062 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 319.0459,41.1966 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 319.0459,48.3871 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 319.0459,55.5775 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 319.0459,62.7680 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 319.0459,69.9584 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 319.0459,77.1489 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 319.0459,84.3393 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 319.0459,91.5298 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 319.0459,98.7202 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 319.0459,105.9107 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 319.0459,113.1011 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 319.0459,120.2916 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 319.0459,127.4820 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 319.0459,134.6725 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 319.0459,141.8629 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 319.0459,149.0533 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 319.0459,156.2438 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 319.0459,163.4342 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 319.0459,170.6247 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 319.0459,177.8151 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 319.0459,185.0056 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 319.0459,192.1960 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 319.0459,199.3865 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 319.0459,206.5769 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 319.0459,213.7674 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 319.0459,220.9578 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 319.0459,228.1483 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 319.0459,235.3387 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 319.0459,242.5292 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 319.0459,249.7196 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 319.0459,256.9101 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 319.0459,264.1005 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 319.0459,271.2910 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 319.0459,278.4814 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 319.0459,285.6719 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 319.0459,292.8623 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 319.0459,300.0528 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 319.0459,307.2432 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 319.0459,314.4337 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 311.8555,34.0062 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 311.8555,41.1966 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 311.8555,48.3871 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 311.8555,55.5775 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 311.8555,62.7680 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 311.8555,69.9584 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 311.8555,77.1489 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 311.8555,84.3393 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 311.8555,91.5298 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 311.8555,98.7202 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 311.8555,105.9107 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 311.8555,113.1011 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 311.8555,120.2916 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 311.8555,127.4820 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 311.8555,134.6725 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 311.8555,141.8629 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 311.8555,149.0533 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 311.8555,156.2438 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 311.8555,163.4342 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 311.8555,170.6247 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 311.8555,177.8151 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 311.8555,185.0056 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 311.8555,192.1960 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 311.8555,199.3865 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 311.8555,206.5769 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 311.8555,213.7674 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 311.8555,220.9578 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 311.8555,228.1483 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 311.8555,235.3387 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 311.8555,242.5292 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 311.8555,249.7196 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 311.8555,256.9101 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 311.8555,264.1005 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 311.8555,271.2910 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 311.8555,278.4814 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 311.8555,285.6719 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 311.8555,292.8623 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 311.8555,300.0528 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 311.8555,307.2432 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 311.8555,314.4337 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 304.6650,34.0062 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 304.6650,41.1966 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 304.6650,48.3871 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 304.6650,55.5775 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 304.6650,62.7680 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 304.6650,69.9584 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 304.6650,77.1489 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 304.6650,84.3393 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 304.6650,91.5298 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 304.6650,98.7202 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 304.6650,105.9107 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 304.6650,113.1011 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 304.6650,120.2916 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 304.6650,127.4820 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 304.6650,134.6725 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 304.6650,141.8629 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 304.6650,149.0533 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 304.6650,156.2438 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 304.6650,163.4342 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 304.6650,170.6247 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 304.6650,177.8151 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 304.6650,185.0056 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 304.6650,192.1960 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 304.6650,199.3865 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 304.6650,206.5769 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 304.6650,213.7674 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 304.6650,220.9578 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 304.6650,228.1483 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 304.6650,235.3387 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 304.6650,242.5292 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 304.6650,249.7196 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 304.6650,256.9101 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 304.6650,264.1005 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 304.6650,271.2910 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 304.6650,278.4814 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 304.6650,285.6719 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 304.6650,292.8623 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 304.6650,300.0528 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 304.6650,307.2432 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 304.6650,314.4337 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 297.4746,34.0062 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 297.4746,41.1966 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 297.4746,48.3871 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 297.4746,55.5775 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 297.4746,62.7680 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 297.4746,69.9584 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 297.4746,77.1489 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 297.4746,84.3393 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 297.4746,91.5298 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 297.4746,98.7202 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 297.4746,105.9107 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 297.4746,113.1011 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 297.4746,120.2916 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 297.4746,127.4820 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 297.4746,134.6725 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 297.4746,141.8629 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 297.4746,149.0533 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 297.4746,156.2438 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 297.4746,163.4342 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 297.4746,170.6247 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 297.4746,177.8151 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 297.4746,185.0056 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 297.4746,192.1960 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 297.4746,199.3865 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 297.4746,206.5769 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 297.4746,213.7674 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 297.4746,220.9578 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 297.4746,228.1483 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 297.4746,235.3387 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 297.4746,242.5292 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 297.4746,249.7196 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 297.4746,256.9101 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 297.4746,264.1005 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 297.4746,271.2910 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 297.4746,278.4814 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 297.4746,285.6719 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 297.4746,292.8623 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 297.4746,300.0528 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 297.4746,307.2432 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 297.4746,314.4337 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 290.2841,34.0062 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 290.2841,41.1966 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 290.2841,48.3871 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 290.2841,55.5775 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 290.2841,62.7680 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 290.2841,69.9584 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 290.2841,77.1489 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 290.2841,84.3393 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 290.2841,91.5298 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 290.2841,98.7202 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 290.2841,105.9107 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 290.2841,113.1011 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 290.2841,120.2916 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 290.2841,127.4820 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 290.2841,134.6725 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 290.2841,141.8629 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 290.2841,149.0533 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 290.2841,156.2438 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 290.2841,163.4342 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 290.2841,170.6247 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 290.2841,177.8151 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 290.2841,185.0056 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 290.2841,192.1960 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 290.2841,199.3865 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 290.2841,206.5769 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 290.2841,213.7674 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 290.2841,220.9578 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 290.2841,228.1483 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 290.2841,235.3387 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 290.2841,242.5292 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 290.2841,249.7196 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 290.2841,256.9101 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 290.2841,264.1005 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 290.2841,271.2910 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 290.2841,278.4814 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 290.2841,285.6719 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 290.2841,292.8623 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 290.2841,300.0528 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 290.2841,307.2432 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 290.2841,314.4337 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 283.0937,34.0062 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 283.0937,41.1966 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 283.0937,48.3871 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 283.0937,55.5775 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 283.0937,62.7680 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 283.0937,69.9584 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 283.0937,77.1489 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 283.0937,84.3393 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 283.0937,91.5298 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 283.0937,98.7202 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 283.0937,105.9107 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 283.0937,113.1011 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 283.0937,120.2916 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 283.0937,127.4820 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 283.0937,134.6725 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 283.0937,141.8629 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 283.0937,149.0533 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 283.0937,156.2438 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 283.0937,163.4342 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 283.0937,170.6247 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 283.0937,177.8151 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 283.0937,185.0056 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 283.0937,192.1960 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 283.0937,199.3865 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 283.0937,206.5769 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 283.0937,213.7674 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 283.0937,220.9578 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 283.0937,228.1483 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 283.0937,235.3387 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 283.0937,242.5292 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 283.0937,249.7196 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 283.0937,256.9101 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 283.0937,264.1005 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 283.0937,271.2910 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 283.0937,278.4814 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 283.0937,285.6719 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 283.0937,292.8623 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 283.0937,300.0528 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 283.0937,307.2432 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 283.0937,314.4337 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 275.9032,34.0062 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 275.9032,41.1966 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 275.9032,48.3871 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 275.9032,55.5775 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 275.9032,62.7680 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 275.9032,69.9584 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 275.9032,77.1489 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 275.9032,84.3393 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 275.9032,91.5298 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 275.9032,98.7202 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 275.9032,105.9107 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 275.9032,113.1011 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 275.9032,120.2916 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 275.9032,127.4820 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 275.9032,134.6725 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 275.9032,141.8629 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 275.9032,149.0533 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 275.9032,156.2438 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 275.9032,163.4342 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 275.9032,170.6247 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 275.9032,177.8151 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 275.9032,185.0056 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 275.9032,192.1960 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 275.9032,199.3865 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 275.9032,206.5769 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 275.9032,213.7674 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 275.9032,220.9578 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 275.9032,228.1483 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 275.9032,235.3387 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 275.9032,242.5292 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 275.9032,249.7196 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 275.9032,256.9101 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 275.9032,264.1005 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 275.9032,271.2910 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 275.9032,278.4814 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 275.9032,285.6719 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 275.9032,292.8623 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 275.9032,300.0528 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 275.9032,307.2432 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,143,172)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 275.9032,314.4337 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 268.7128,34.0062 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 268.7128,41.1966 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 268.7128,48.3871 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 268.7128,55.5775 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 268.7128,62.7680 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 268.7128,69.9584 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 268.7128,77.1489 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 268.7128,84.3393 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 268.7128,91.5298 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 268.7128,98.7202 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 268.7128,105.9107 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 268.7128,113.1011 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 268.7128,120.2916 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 268.7128,127.4820 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 268.7128,134.6725 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 268.7128,141.8629 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 268.7128,149.0533 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 268.7128,156.2438 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 268.7128,163.4342 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 268.7128,170.6247 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 268.7128,177.8151 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 268.7128,185.0056 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 268.7128,192.1960 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 268.7128,199.3865 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 268.7128,206.5769 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 268.7128,213.7674 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 268.7128,220.9578 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 268.7128,228.1483 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 268.7128,235.3387 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 268.7128,242.5292 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 268.7128,249.7196 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 268.7128,256.9101 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 268.7128,264.1005 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 268.7128,271.2910 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 268.7128,278.4814 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 268.7128,285.6719 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 268.7128,292.8623 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 268.7128,300.0528 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,143,172)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 268.7128,307.2432 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,147,176)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 268.7128,314.4337 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 261.5223,34.0062 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 261.5223,41.1966 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 261.5223,48.3871 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 261.5223,55.5775 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 261.5223,62.7680 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 261.5223,69.9584 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 261.5223,77.1489 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 261.5223,84.3393 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 261.5223,91.5298 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 261.5223,98.7202 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 261.5223,105.9107 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 261.5223,113.1011 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 261.5223,120.2916 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 261.5223,127.4820 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 261.5223,134.6725 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 261.5223,141.8629 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 261.5223,149.0533 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 261.5223,156.2438 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 261.5223,163.4342 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 261.5223,170.6247 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 261.5223,177.8151 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 261.5223,185.0056 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 261.5223,192.1960 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 261.5223,199.3865 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 261.5223,206.5769 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 261.5223,213.7674 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 261.5223,220.9578 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 261.5223,228.1483 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 261.5223,235.3387 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 261.5223,242.5292 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 261.5223,249.7196 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 261.5223,256.9101 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 261.5223,264.1005 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 261.5223,271.2910 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 261.5223,278.4814 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 261.5223,285.6719 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 261.5223,292.8623 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,143,172)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 261.5223,300.0528 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,147,176)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 261.5223,307.2432 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,152,181)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 261.5223,314.4337 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 254.3319,34.0062 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 254.3319,41.1966 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 254.3319,48.3871 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 254.3319,55.5775 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 254.3319,62.7680 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 254.3319,69.9584 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 254.3319,77.1489 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 254.3319,84.3393 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 254.3319,91.5298 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 254.3319,98.7202 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 254.3319,105.9107 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 254.3319,113.1011 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 254.3319,120.2916 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 254.3319,127.4820 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 254.3319,134.6725 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 254.3319,141.8629 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 254.3319,149.0533 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 254.3319,156.2438 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 254.3319,163.4342 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 254.3319,170.6247 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 254.3319,177.8151 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 254.3319,185.0056 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 254.3319,192.1960 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 254.3319,199.3865 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 254.3319,206.5769 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 254.3319,213.7674 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 254.3319,220.9578 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 254.3319,228.1483 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 254.3319,235.3387 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 254.3319,242.5292 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 254.3319,249.7196 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 254.3319,256.9101 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 254.3319,264.1005 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 254.3319,271.2910 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 254.3319,278.4814 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 254.3319,285.6719 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,143,172)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 254.3319,292.8623 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,147,176)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 254.3319,300.0528 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,152,181)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 254.3319,307.2432 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,156,186)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 254.3319,314.4337 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.1415,34.0062 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.1415,41.1966 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.1415,48.3871 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.1415,55.5775 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.1415,62.7680 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.1415,69.9584 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.1415,77.1489 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.1415,84.3393 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.1415,91.5298 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.1415,98.7202 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.1415,105.9107 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.1415,113.1011 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.1415,120.2916 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.1415,127.4820 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.1415,134.6725 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.1415,141.8629 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.1415,149.0533 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.1415,156.2438 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.1415,163.4342 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.1415,170.6247 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.1415,177.8151 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.1415,185.0056 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.1415,192.1960 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.1415,199.3865 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.1415,206.5769 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.1415,213.7674 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.1415,220.9578 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.1415,228.1483 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.1415,235.3387 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.1415,242.5292 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.1415,249.7196 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.1415,256.9101 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.1415,264.1005 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.1415,271.2910 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.1415,278.4814 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,143,172)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.1415,285.6719 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,147,176)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.1415,292.8623 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,152,181)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.1415,300.0528 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,156,186)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.1415,307.2432 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,160,191)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.1415,314.4337 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 239.9510,34.0062 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 239.9510,41.1966 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 239.9510,48.3871 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 239.9510,55.5775 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 239.9510,62.7680 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 239.9510,69.9584 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 239.9510,77.1489 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 239.9510,84.3393 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 239.9510,91.5298 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 239.9510,98.7202 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 239.9510,105.9107 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 239.9510,113.1011 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 239.9510,120.2916 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 239.9510,127.4820 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 239.9510,134.6725 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 239.9510,141.8629 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 239.9510,149.0533 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 239.9510,156.2438 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 239.9510,163.4342 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 239.9510,170.6247 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 239.9510,177.8151 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 239.9510,185.0056 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 239.9510,192.1960 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 239.9510,199.3865 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 239.9510,206.5769 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 239.9510,213.7674 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 239.9510,220.9578 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 239.9510,228.1483 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 239.9510,235.3387 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 239.9510,242.5292 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 239.9510,249.7196 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 239.9510,256.9101 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 239.9510,264.1005 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 239.9510,271.2910 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,143,172)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 239.9510,278.4814 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,147,176)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 239.9510,285.6719 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,152,181)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 239.9510,292.8623 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,156,186)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 239.9510,300.0528 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,160,191)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 239.9510,307.2432 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(105,165,196)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 239.9510,314.4337 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.7606,34.0062 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.7606,41.1966 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.7606,48.3871 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.7606,55.5775 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.7606,62.7680 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.7606,69.9584 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.7606,77.1489 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.7606,84.3393 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.7606,91.5298 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.7606,98.7202 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.7606,105.9107 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.7606,113.1011 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.7606,120.2916 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.7606,127.4820 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.7606,134.6725 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.7606,141.8629 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.7606,149.0533 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.7606,156.2438 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.7606,163.4342 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.7606,170.6247 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.7606,177.8151 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.7606,185.0056 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.7606,192.1960 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.7606,199.3865 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.7606,206.5769 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.7606,213.7674 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.7606,220.9578 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.7606,228.1483 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.7606,235.3387 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.7606,242.5292 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.7606,249.7196 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.7606,256.9101 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.7606,264.1005 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,143,172)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.7606,271.2910 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,147,176)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.7606,278.4814 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,152,181)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.7606,285.6719 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,156,186)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.7606,292.8623 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,160,191)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.7606,300.0528 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(105,165,196)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.7606,307.2432 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(108,169,200)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.7606,314.4337 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 225.5701,34.0062 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 225.5701,41.1966 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 225.5701,48.3871 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 225.5701,55.5775 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 225.5701,62.7680 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 225.5701,69.9584 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 225.5701,77.1489 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 225.5701,84.3393 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 225.5701,91.5298 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 225.5701,98.7202 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 225.5701,105.9107 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 225.5701,113.1011 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 225.5701,120.2916 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 225.5701,127.4820 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 225.5701,134.6725 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 225.5701,141.8629 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 225.5701,149.0533 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 225.5701,156.2438 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 225.5701,163.4342 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 225.5701,170.6247 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 225.5701,177.8151 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 225.5701,185.0056 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 225.5701,192.1960 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 225.5701,199.3865 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 225.5701,206.5769 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 225.5701,213.7674 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 225.5701,220.9578 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 225.5701,228.1483 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 225.5701,235.3387 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 225.5701,242.5292 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 225.5701,249.7196 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 225.5701,256.9101 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,143,172)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 225.5701,264.1005 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,147,176)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 225.5701,271.2910 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,152,181)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 225.5701,278.4814 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,156,186)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 225.5701,285.6719 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,160,191)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 225.5701,292.8623 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(105,165,196)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 225.5701,300.0528 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(108,169,200)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 225.5701,307.2432 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(111,173,205)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 225.5701,314.4337 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 218.3797,34.0062 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 218.3797,41.1966 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 218.3797,48.3871 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 218.3797,55.5775 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 218.3797,62.7680 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 218.3797,69.9584 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 218.3797,77.1489 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 218.3797,84.3393 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 218.3797,91.5298 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 218.3797,98.7202 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 218.3797,105.9107 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 218.3797,113.1011 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 218.3797,120.2916 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 218.3797,127.4820 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 218.3797,134.6725 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 218.3797,141.8629 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 218.3797,149.0533 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 218.3797,156.2438 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 218.3797,163.4342 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 218.3797,170.6247 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 218.3797,177.8151 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 218.3797,185.0056 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 218.3797,192.1960 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 218.3797,199.3865 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 218.3797,206.5769 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 218.3797,213.7674 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 218.3797,220.9578 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 218.3797,228.1483 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 218.3797,235.3387 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 218.3797,242.5292 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 218.3797,249.7196 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,143,172)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 218.3797,256.9101 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,147,176)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 218.3797,264.1005 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,152,181)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 218.3797,271.2910 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,156,186)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 218.3797,278.4814 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,160,191)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 218.3797,285.6719 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(105,165,196)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 218.3797,292.8623 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(108,169,200)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 218.3797,300.0528 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(111,173,205)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 218.3797,307.2432 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(114,178,210)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 218.3797,314.4337 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 211.1892,34.0062 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 211.1892,41.1966 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 211.1892,48.3871 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 211.1892,55.5775 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 211.1892,62.7680 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 211.1892,69.9584 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 211.1892,77.1489 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 211.1892,84.3393 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 211.1892,91.5298 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 211.1892,98.7202 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 211.1892,105.9107 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 211.1892,113.1011 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 211.1892,120.2916 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 211.1892,127.4820 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 211.1892,134.6725 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 211.1892,141.8629 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 211.1892,149.0533 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 211.1892,156.2438 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 211.1892,163.4342 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 211.1892,170.6247 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 211.1892,177.8151 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 211.1892,185.0056 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 211.1892,192.1960 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 211.1892,199.3865 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 211.1892,206.5769 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 211.1892,213.7674 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 211.1892,220.9578 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 211.1892,228.1483 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 211.1892,235.3387 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 211.1892,242.5292 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,143,172)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 211.1892,249.7196 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,147,176)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 211.1892,256.9101 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,152,181)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 211.1892,264.1005 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,156,186)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 211.1892,271.2910 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,160,191)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 211.1892,278.4814 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(105,165,196)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 211.1892,285.6719 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(108,169,200)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 211.1892,292.8623 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(111,173,205)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 211.1892,300.0528 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(114,178,210)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 211.1892,307.2432 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(117,182,215)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 211.1892,314.4337 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,15,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 203.9988,34.0062 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(3,16,56)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 203.9988,41.1966 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(4,18,57)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 203.9988,48.3871 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(6,22,59)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 203.9988,55.5775 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(9,25,61)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 203.9988,62.7680 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(12,30,64)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 203.9988,69.9584 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(16,35,67)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 203.9988,77.1489 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(20,39,70)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 203.9988,84.3393 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(23,44,74)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 203.9988,91.5298 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(27,49,78)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 203.9988,98.7202 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(30,54,82)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 203.9988,105.9107 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(34,59,86)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 203.9988,113.1011 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(37,64,90)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 203.9988,120.2916 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(40,69,95)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 203.9988,127.4820 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(44,74,100)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 203.9988,134.6725 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(47,78,104)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 203.9988,141.8629 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(50,83,109)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 203.9988,149.0533 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(53,88,114)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 203.9988,156.2438 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(57,93,118)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 203.9988,163.4342 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(60,97,123)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 203.9988,170.6247 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(63,102,128)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 203.9988,177.8151 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(66,107,133)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 203.9988,185.0056 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,111,138)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 203.9988,192.1960 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(72,116,143)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 203.9988,199.3865 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,120,147)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 203.9988,206.5769 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,125,152)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 203.9988,213.7674 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,129,157)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 203.9988,220.9578 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,134,162)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 203.9988,228.1483 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,138,167)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 203.9988,235.3387 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,143,172)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 203.9988,242.5292 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,147,176)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 203.9988,249.7196 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,152,181)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 203.9988,256.9101 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,156,186)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 203.9988,264.1005 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,160,191)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 203.9988,271.2910 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(105,165,196)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 203.9988,278.4814 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(108,169,200)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 203.9988,285.6719 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(111,173,205)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 203.9988,292.8623 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(114,178,210)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 203.9988,300.0528 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(117,182,215)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 203.9988,307.2432 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(120,186,219)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 203.9988,314.4337 l -0.0000,-7.1904 h -7.1904 l -0.0000,7.1904 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(31,119,180)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 87.8498,328.8146 ZM 60.4712,319.8951 l 12.1152,0.0000 c 0.1431,-0.5247 0.2385,-2.1941 0.2385 -3.3865c 0.0000,-4.6267 -2.1464,-7.3455 -7.2978 -7.3455c -6.0576,-0.0000 -7.2501,3.5296 -7.2501 6.8208c -0.0000,3.4342 0.8109,3.9112 2.1941 3.9112ZM 60.4712,319.8951 ZM 84.4632,323.7586 l -23.9920,-0.0000 c -1.5263,-0.0000 -2.0987,1.2878 -2.0987 2.0987l -0.0000,1.8602 c -0.0000,0.1908 -0.0954,0.2862 -0.2862 0.2862l -1.0017,-0.0000 l -0.0477,-0.0954 c 0.0000,-0.0000 0.0477,-3.8635 0.0477 -6.0576c 0.0000,-1.4309 -0.4293,-4.9606 -0.4293 -6.2007c 0.0000,-8.8241 5.1991,-10.5412 8.0132 -10.5412c 4.0543,0.0000 9.7304,2.4803 9.7304 11.1613c -0.0000,1.6694 -0.1431,2.5757 -0.4770 3.6250l 10.5412,0.0000 c 1.4309,0.0000 2.0510,-0.7155 2.0510 -2.5757l 0.0000,-1.2878 c 0.0000,-0.1908 0.1431,-0.3816 0.3816 -0.3816l 0.9063,0.0000 l 0.0954,0.0954 c 0.0000,-0.0000 -0.0954,4.1497 -0.0954 6.0099c -0.0000,1.7171 0.0954,6.1530 0.0954 6.1530l -0.0954,0.0954 l -0.9063,-0.0000 c -0.2385,-0.0000 -0.3816,-0.1431 -0.3816 -0.3816l 0.0000,-1.2401 c 0.0000,-1.9556 -0.7155,-2.6234 -2.0510 -2.6234ZM 87.8498,303.9640 ZM 60.6143,300.2436 c -1.2401,-0.0000 -2.2895,-1.0017 -2.2895 -2.2418c 0.0000,-1.2878 1.0494,-2.2895 2.2895 -2.2895c 1.2878,0.0000 2.2895,1.0017 2.2895 2.2895c -0.0000,1.2401 -1.0017,2.2418 -2.2895 2.2418ZM 60.6143,300.2436 ZM 84.4155,295.7123 c 1.3832,0.0000 2.0987,-0.5247 2.0987 -2.0510l 0.0000,-0.9063 c 0.0000,-0.2385 0.1431,-0.4293 0.3816 -0.4293l 0.9063,0.0000 l 0.0954,0.0954 c 0.0000,-0.0000 -0.0954,3.2912 -0.0954 5.1514c -0.0000,1.6694 0.0954,4.9129 0.0954 4.9129l -0.0954,0.0954 l -0.9063,-0.0000 c -0.2385,-0.0000 -0.3816,-0.1431 -0.3816 -0.3816l 0.0000,-0.9063 c 0.0000,-1.5740 -0.7155,-2.0510 -2.0987 -2.0510l -11.8768,-0.0000 c -2.5280,-0.0000 -2.9096,0.4293 -2.9096 1.0971c -0.0000,0.6201 0.0477,1.1924 0.2385 2.0033l -1.3355,0.2385 c -0.5247,-3.0527 -0.7155,-3.5773 -1.3832 -4.9606c -0.1908,-0.5247 -0.3816,-0.8586 -0.3816 -1.1924l 0.0000,-0.7155 l 17.6482,0.0000 ZM 87.8498,291.3718 ZM 68.6752,281.9753 c -0.0000,0.9540 0.2385,1.1447 0.5724 1.1447c 0.2385,0.0000 0.6678,-0.1908 1.5263 -0.7155l 4.2928,-2.9096 c 0.2862,-0.1431 0.4293,-0.2862 0.4293 -0.4770c 0.0000,-0.1431 -0.0954,-0.2385 -0.3339 -0.4293l -4.3405,-3.1004 c -0.6678,-0.5247 -1.1924,-0.8109 -1.5740 -0.8109c -0.3816,-0.0000 -0.5724,0.3339 -0.5724 1.0017l -0.0000,0.7632 c -0.0000,0.1431 -0.0954,0.2862 -0.3339 0.2862l -0.9063,-0.0000 l -0.1431,-0.1431 c 0.0000,-0.0000 0.0954,-2.2418 0.0954 -3.7204c 0.0000,-1.5263 -0.0954,-3.8635 -0.0954 -3.8635l 0.0954,-0.0477 l 0.9063,0.0000 c 0.3339,0.0000 0.3816,0.2862 0.3816 0.5724c -0.0000,1.7648 0.5724,2.4803 2.8142 4.2451l 5.1037,4.0066 c 0.1431,0.0954 0.2385,0.1431 0.3339 0.1431c 0.0954,0.0000 0.2385,-0.0477 0.3816 -0.1431l 6.0576,-4.2928 c 3.1004,-2.1941 3.1481,-2.8142 3.1481 -4.3405c 0.0000,-0.4770 0.0954,-0.6678 0.3816 -0.6678l 0.9063,0.0000 l 0.0954,0.0477 c 0.0000,-0.0000 -0.0954,2.5757 -0.0954 4.1974c -0.0000,1.9556 0.0954,4.9606 0.0954 4.9606l -0.0954,0.0954 l -0.9063,-0.0000 c -0.2385,-0.0000 -0.3816,-0.0954 -0.3816 -0.3339l 0.0000,-0.5724 c 0.0000,-0.7632 -0.1431,-1.0971 -0.5247 -1.0971c -0.4293,-0.0000 -1.1447,0.5247 -2.1464 1.2878l -3.8158,2.7665 c -0.2385,0.1908 -0.3339,0.2862 -0.3339 0.4293c -0.0000,0.0954 0.1431,0.2385 0.4293 0.4293l 4.3405,3.0050 c 0.9540,0.7155 1.1924,0.8586 1.5263 0.8586c 0.3339,0.0000 0.5247,-0.2862 0.5247 -1.0017l 0.0000,-0.6678 c 0.0000,-0.2385 0.1431,-0.3339 0.3816 -0.3339l 0.9063,0.0000 l 0.0954,0.0954 c 0.0000,-0.0000 -0.0954,2.4803 -0.0954 4.0066c -0.0000,1.3832 0.0954,3.5773 0.0954 3.5773l -0.0954,0.0954 l -0.8109,-0.0000 c -0.2862,-0.0000 -0.4770,-0.1908 -0.4770 -0.6201c 0.0000,-1.1447 -0.2385,-2.2418 -2.8142 -4.2451l -5.1514,-4.0066 c -0.0954,-0.0477 -0.1908,-0.0954 -0.3339 -0.0954c -0.1431,-0.0000 -0.2385,0.0477 -0.3816 0.1431l -6.0576,4.1497 c -1.9556,1.3355 -3.1004,2.1941 -3.1004 3.8635c -0.0000,0.3339 -0.1431,0.6678 -0.3339 0.6678l -0.9063,-0.0000 l -0.1431,-0.0954 l 0.0954,-3.7681 l -0.0954,-5.2945 l 0.1431,-0.1431 l 0.8586,0.0000 c 0.2385,0.0000 0.3816,0.1908 0.3816 0.3816l -0.0000,0.7155 ZM 87.8498,267.6659 ZM 74.6375,262.2284 l 0.0000,-8.7764 c 0.0000,-0.4770 -0.2385,-0.6678 -0.6678 -0.6678c -4.4359,-0.0000 -5.5806,2.2418 -5.5806 3.9589c -0.0000,1.0971 0.4293,4.6744 6.2484 5.4853ZM 74.6375,262.2284 ZM 83.4139,249.6362 l 0.7632,-0.9540 c 2.4803,1.8125 4.2451,4.6267 4.2451 8.0609c -0.0000,6.5346 -4.8652,9.3011 -10.0642 9.3011c -7.2501,-0.0000 -11.5906,-4.7698 -11.5906 -9.3011c 0.0000,-6.2961 4.9129,-7.7747 8.9195 -7.7747c 0.5247,0.0000 0.8109,0.3339 0.8109 0.8586l -0.0000,12.5445 c 0.2862,0.0477 0.5724,0.0477 0.9540 0.0477c 4.8652,0.0000 8.6333,-3.3865 8.6333 -6.8208c 0.0000,-2.6234 -0.8586,-4.2928 -2.6711 -5.9622ZM 87.8498,247.2513 ZM 84.4155,242.7200 l -23.8966,-0.0000 c -2.7188,-0.0000 -3.4819,0.4770 -3.4819 1.4309l 0.1908,1.5263 c -0.0000,0.1431 -0.0954,0.2862 -0.2385 0.2862l -1.1924,0.0954 c 0.0000,-0.7632 -0.2862,-2.5280 -0.4293 -3.3388c -0.1908,-0.8586 -0.3816,-1.5263 -0.8109 -2.4803l 0.0000,-1.0494 l 29.8588,0.0000 c 1.3832,0.0000 2.0987,-0.5247 2.0987 -2.0510l 0.0000,-1.1447 c 0.0000,-0.1908 0.1431,-0.3816 0.3816 -0.3816l 0.9063,0.0000 l 0.0954,0.0954 c 0.0000,-0.0000 -0.0954,3.4819 -0.0954 5.3422c -0.0000,1.6694 0.0954,5.1514 0.0954 5.1514l -0.0954,0.0477 l -0.9063,-0.0000 c -0.2385,-0.0000 -0.3816,-0.0954 -0.3816 -0.3339l 0.0000,-1.1447 c 0.0000,-1.5740 -0.7155,-2.0510 -2.0987 -2.0510ZM 87.8498,222.9254 ZM 88.4221,205.9926 c -0.0000,10.2550 -7.9178,15.1679 -15.5972 15.1679c -9.3965,-0.0000 -16.3604,-7.2978 -16.3604 -15.2156c 0.0000,-5.8668 2.0033,-7.7270 2.1464 -10.4458c 2.6234,-0.1431 4.9129,-0.5724 7.3932 -1.0494l 0.1908,1.4309 c -4.1020,1.2401 -7.9655,4.0066 -7.9655 10.5889c -0.0000,3.7681 4.0066,10.5412 13.6893 10.5412c 6.9639,0.0000 14.5478,-3.5773 14.5478 -10.9705c 0.0000,-4.4359 -1.5740,-7.6794 -5.2945 -11.0659l 0.7155,-1.0971 c 4.2451,3.2435 6.5346,7.4886 6.5346 12.1152ZM 87.8498,192.2080 ZM 54.5567,184.4332 l 16.1696,0.0000 c -3.1958,-3.1958 -3.9589,-6.0099 -3.9589 -7.8701c 0.0000,-3.4342 2.6234,-5.1514 7.5363 -5.1514l 10.1119,0.0000 c 1.3832,0.0000 2.0987,-0.4770 2.0987 -2.0510l 0.0000,-0.9063 c 0.0000,-0.1908 0.1431,-0.3816 0.3816 -0.3816l 0.9063,0.0000 l 0.0954,0.0954 c 0.0000,-0.0000 -0.0954,3.2435 -0.0954 5.1514c -0.0000,1.6694 0.0954,4.9129 0.0954 4.9129l -0.0954,0.0954 l -0.9063,-0.0000 c -0.2385,-0.0000 -0.3816,-0.1431 -0.3816 -0.3816l 0.0000,-0.9063 c 0.0000,-1.6217 -0.7155,-2.0510 -2.0987 -2.0510l -10.6366,-0.0000 c -3.8635,-0.0000 -4.7698,1.0494 -4.7698 3.7204c -0.0000,1.3832 1.2401,3.4342 3.4819 5.7237l 11.9245,0.0000 c 1.3832,0.0000 2.0987,-0.4770 2.0987 -2.0510l 0.0000,-0.9063 c 0.0000,-0.1908 0.1431,-0.3816 0.3816 -0.3816l 0.9063,0.0000 l 0.0954,0.0954 c 0.0000,-0.0000 -0.0954,3.2435 -0.0954 5.1037c -0.0000,1.7171 0.0954,4.9129 0.0954 4.9129l -0.0954,0.0954 l -0.9063,-0.0000 c -0.2385,-0.0000 -0.3816,-0.0954 -0.3816 -0.3339l 0.0000,-0.9063 c 0.0000,-1.6217 -0.7155,-2.0510 -2.0987 -2.0510l -23.8966,-0.0000 c -2.7188,-0.0000 -3.4819,0.4293 -3.4819 1.3832l 0.1908,1.5740 c -0.0000,0.1431 -0.0954,0.2385 -0.2385 0.2385l -1.1924,0.0954 c 0.0000,-0.7632 -0.2862,-2.4803 -0.4293 -3.2912c -0.1908,-0.8586 -0.3816,-1.5740 -0.8109 -2.5280l 0.0000,-1.0494 ZM 87.8498,167.5005 ZM 76.1638,153.6204 l 0.9540,3.7681 c 1.2878,4.1974 3.4819,4.8175 5.6283 4.8175c 1.4786,0.0000 3.7204,-0.7155 3.7204 -3.7204c 0.0000,-1.4309 -1.3832,-3.6250 -2.4326 -4.8652l -7.8701,-0.0000 ZM 76.1638,153.6204 ZM 88.4221,150.5678 c -0.0000,1.8125 -1.6217,2.8142 -2.7665 3.0050l 0.7632,1.0971 c 1.5263,2.1941 2.0033,3.0050 2.0033 5.1991c -0.0000,3.3388 -1.9079,5.7714 -5.4853 5.7714c -3.6250,-0.0000 -6.1053,-3.1004 -7.2501 -7.6317l -1.0971,-4.3882 c -5.3899,-0.0000 -6.3915,2.4803 -6.3915 4.1020c -0.0000,1.8125 0.8109,3.9112 2.2895 3.9112c 0.5247,0.0000 0.8109,-0.0954 0.9540 -0.1431c 0.1908,-0.0954 0.5247,-0.1431 0.8586 -0.1431c 0.6201,0.0000 1.5740,0.4770 1.5740 1.8602c -0.0000,1.1447 -0.7632,1.9079 -1.9079 1.9079c -2.7665,-0.0000 -5.1991,-4.4836 -5.1991 -7.5363c 0.0000,-3.4819 1.4309,-7.4886 8.2040 -7.4886l 7.0116,0.0000 c 2.9096,0.0000 4.1497,-0.0477 4.1497 -1.1447c 0.0000,-1.0494 -1.3355,-1.3355 -2.3849 -1.3832l 0.2385,-1.1924 c 3.4819,0.2862 4.4359,1.7648 4.4359 4.1974ZM 87.8498,145.9888 ZM 84.4155,141.7437 l -11.8768,-0.0000 c -2.3849,-0.0000 -2.9096,0.3339 -2.9096 1.0494c -0.0000,0.6201 0.0477,1.1924 0.2385 2.0033l -1.3355,0.2385 c -0.5247,-3.0050 -0.6678,-3.5296 -1.3832 -4.9606c -0.2385,-0.4770 -0.3816,-0.8586 -0.3816 -1.1924l 0.0000,-0.7155 l 4.2928,0.1431 l 0.0000,-0.1431 c -1.8602,-1.2401 -4.2928,-3.3388 -4.2928 -5.5806c 0.0000,-1.9556 0.9540,-2.6711 2.1941 -2.6711c 1.2401,0.0000 2.0033,0.8109 2.0033 2.0510c -0.0000,0.9540 -0.3816,1.4786 -0.8586 1.9556c -0.2862,0.2862 -0.4293,0.6201 -0.4293 0.9540c -0.0000,0.5247 0.8586,1.5740 2.4803 2.7188c 0.4293,0.3339 1.0494,0.5724 1.6694 0.5724l 10.5889,0.0000 c 1.3832,0.0000 2.0987,-0.4770 2.0987 -2.0510l 0.0000,-1.3832 c 0.0000,-0.2385 0.1431,-0.4293 0.3816 -0.4293l 0.9063,0.0000 l 0.0954,0.0954 c 0.0000,-0.0000 -0.0954,3.7681 -0.0954 5.6283c -0.0000,1.7171 0.0954,4.9606 0.0954 4.9606l -0.0954,0.0477 l -0.9063,-0.0000 c -0.2385,-0.0000 -0.3816,-0.0954 -0.3816 -0.3339l 0.0000,-0.9063 c 0.0000,-1.6217 -0.7155,-2.0510 -2.0987 -2.0510ZM 87.8498,129.4376 ZM 69.1999,121.6152 l 12.2106,0.0000 c 2.9573,0.0000 4.3882,-0.2862 4.3882 -1.5740c 0.0000,-1.2401 -0.3816,-2.1941 -1.3355 -3.4342l 0.8109,-0.8586 c 2.0987,1.8602 3.1481,3.7681 3.1481 5.9622c -0.0000,2.1941 -1.3355,3.4819 -4.7221 3.4819l -14.5001,-0.0000 l -0.0000,3.1004 c -0.0000,0.1431 -0.0477,0.1908 -0.1908 0.1908l -1.4786,-0.0000 c -0.1431,-0.0000 -0.1908,-0.0477 -0.1908 -0.1431c 0.0000,-3.1958 -1.8602,-3.9589 -5.4853 -3.9589l -0.9063,-0.0000 l -0.9540,-2.7665 l 7.3455,0.0000 l 0.0000,-5.2468 c 0.0000,-0.2385 0.0954,-0.3816 0.2862 -0.3816l 0.9540,0.0000 c 0.4293,0.0000 0.6201,0.6678 0.6201 1.1447l -0.0000,4.4836 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.63" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 531.7919,306.7803 ZM 534.2793,305.8621 c 0.3339,0.4007 0.6845,0.5342 1.2020 0.5342c 1.5860,-0.0000 2.3873,-1.4691 2.3873 -3.3722c 0.0000,-1.7028 -0.8681,-2.9215 -1.8864 -2.9215c -0.1836,-0.0000 -1.0517,0.0334 -1.7028 0.7179v 5.0417 ZM 534.2793,305.8621 ZM 533.0272,297.2145 c 0.0000,-0.9516 -0.1669,-1.2187 -0.5008 -1.2187l -0.5342,0.0668 c -0.0501,-0.0000 -0.0835,-0.0334 -0.0835 -0.0835l -0.0334,-0.4174 c 0.2671,-0.0000 0.8681,-0.1002 1.1519 -0.1502c 0.3005,-0.0668 0.5509,-0.1336 0.8848 -0.2838h 0.3673 v 5.1752 c 0.5676,-0.6177 1.2354,-0.9182 2.0367 -0.9182c 1.4524,-0.0000 2.8380,1.3856 2.8380 3.4223c 0.0000,2.6544 -1.8698,4.1569 -3.5726 4.1569c -0.7179,-0.0000 -1.2521,-0.2003 -1.7362 -0.6177c -0.1502,0.2003 -0.3673,0.4507 -0.5175 0.6177l -0.3506,-0.0835 c 0.0501,-0.4007 0.0501,-0.6678 0.0501 -1.3188v -8.3471 ZM 539.6549,306.7803 ZM 541.2408,305.5783 v -8.3638 c 0.0000,-0.9516 -0.1669,-1.2187 -0.5008 -1.2187l -0.5342,0.0668 c -0.0501,-0.0000 -0.1002,-0.0334 -0.1002 -0.0835l -0.0334,-0.4174 c 0.2671,-0.0000 0.8848,-0.1002 1.1686 -0.1502c 0.3005,-0.0668 0.5342,-0.1336 0.8681 -0.2838h 0.3673 v 10.4506 c 0.0000,0.4841 0.1836,0.7345 0.7179 0.7345h 0.4007 c 0.0668,-0.0000 0.1336,0.0501 0.1336 0.1336v 0.3172 l -0.0334,0.0334 c 0.0000,-0.0000 -1.2187,-0.0334 -1.8698 -0.0334c -0.5843,-0.0000 -1.8030,0.0334 -1.8030 0.0334l -0.0167,-0.0334 v -0.3172 c 0.0000,-0.0835 0.0334,-0.1336 0.1169 -0.1336h 0.4007 c 0.5509,-0.0000 0.7179,-0.2504 0.7179 -0.7345ZM 543.9954,306.7803 ZM 551.1572,304.8438 c 0.0000,0.8347 0.0835,1.1018 0.4174 1.1018c 0.2003,-0.0000 0.5676,-0.0334 0.8514 -0.0835l 0.0668,0.4674 c -1.0183,0.1836 -1.8364,0.3506 -2.2203 0.6511h -0.3673 l 0.0501,-1.2354 h -0.0501 c -0.9182,1.0017 -1.6694,1.2354 -2.3539 1.2354c -1.6527,-0.0000 -2.0868,-1.1185 -2.0868 -2.2704v -3.8063 c 0.0000,-0.5509 -0.1169,-0.8347 -0.7345 -0.8347c -0.0668,-0.0000 -0.1836,0.0167 -0.2838 0.0167l -0.0501,-0.0167 v -0.4341 l 0.0501,-0.0501 c 0.0000,-0.0000 1.1352,0.0334 1.6694 0.0334c 0.2337,-0.0000 0.6177,-0.0334 0.6177 -0.0334l -0.0167,1.3355 v 3.5559 c 0.0000,1.4858 0.7679,1.7529 1.2688 1.7529c 0.3840,-0.0000 0.7345,-0.1502 1.0851 -0.4007c 0.4007,-0.3005 0.6678,-0.5342 0.8347 -0.7512v -4.1235 c 0.0000,-0.6010 -0.0835,-0.8848 -0.7012 -0.8848c -0.1002,-0.0000 -0.2838,0.0167 -0.3339 0.0167l -0.0334,-0.0334 v -0.4174 l 0.0334,-0.0501 c 0.0000,-0.0000 1.1853,0.0334 1.6527 0.0334c 0.3840,-0.0000 0.6511,-0.0334 0.6511 -0.0334l -0.0167,1.3188 v 3.9398 ZM 552.6263,306.7803 ZM 554.5294,302.1560 h 3.0717 c 0.1669,-0.0000 0.2337,-0.0835 0.2337 -0.2337c 0.0000,-1.5526 -0.7846,-1.9532 -1.3856 -1.9532c -0.3840,-0.0000 -1.6360,0.1502 -1.9198 2.1869ZM 554.5294,302.1560 ZM 558.9367,305.2277 l 0.3339,0.2671 c -0.6344,0.8681 -1.6193,1.4858 -2.8213 1.4858c -2.2871,-0.0000 -3.2554,-1.7028 -3.2554 -3.5225c 0.0000,-2.5375 1.6694,-4.0567 3.2554 -4.0567c 2.2036,-0.0000 2.7212,1.7195 2.7212 3.1218c 0.0000,0.1836 -0.1169,0.2838 -0.3005 0.2838h -4.3906 c -0.0167,0.1002 -0.0167,0.2003 -0.0167 0.3339c 0.0000,1.7028 1.1853,3.0217 2.3873 3.0217c 0.9182,-0.0000 1.5025,-0.3005 2.0868 -0.9349Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 526.0395,308.9374 l -0.0000,-14.3809 h -14.3809 l -0.0000,14.3809 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.63" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 531.7919,278.0185 ZM 533.2777,276.8165 v -4.1569 c 0.0000,-0.8347 -0.1169,-1.0183 -0.3673 -1.0183c -0.2170,-0.0000 -0.4174,0.0167 -0.7012 0.0835l -0.0835,-0.4674 c 1.0517,-0.1836 1.2354,-0.2337 1.7362 -0.4841c 0.1669,-0.0835 0.3005,-0.1336 0.4174 -0.1336h 0.2504 l -0.0501,1.5025 h 0.0501 c 0.4341,-0.6511 1.1686,-1.5025 1.9532 -1.5025c 0.6845,-0.0000 0.9349,0.3339 0.9349 0.7679c 0.0000,0.4341 -0.2838,0.7012 -0.7179 0.7012c -0.3339,-0.0000 -0.5175,-0.1336 -0.6845 -0.3005c -0.1002,-0.1002 -0.2170,-0.1502 -0.3339 -0.1502c -0.1836,-0.0000 -0.5509,0.3005 -0.9516 0.8681c -0.1169,0.1502 -0.2003,0.3673 -0.2003 0.5843v 3.7061 c 0.0000,0.4841 0.1669,0.7345 0.7179 0.7345h 0.4841 c 0.0835,-0.0000 0.1502,0.0501 0.1502 0.1336v 0.3172 l -0.0334,0.0334 c 0.0000,-0.0000 -1.3188,-0.0334 -1.9699 -0.0334c -0.6010,-0.0000 -1.7362,0.0334 -1.7362 0.0334l -0.0167,-0.0334 v -0.3172 c 0.0000,-0.0835 0.0334,-0.1336 0.1169 -0.1336h 0.3172 c 0.5676,-0.0000 0.7179,-0.2504 0.7179 -0.7345ZM 537.5848,278.0185 ZM 539.4879,273.3942 h 3.0717 c 0.1669,-0.0000 0.2337,-0.0835 0.2337 -0.2337c 0.0000,-1.5526 -0.7846,-1.9532 -1.3856 -1.9532c -0.3840,-0.0000 -1.6360,0.1502 -1.9198 2.1869ZM 539.4879,273.3942 ZM 543.8952,276.4659 l 0.3339,0.2671 c -0.6344,0.8681 -1.6193,1.4858 -2.8213 1.4858c -2.2871,-0.0000 -3.2554,-1.7028 -3.2554 -3.5225c 0.0000,-2.5375 1.6694,-4.0567 3.2554 -4.0567c 2.2036,-0.0000 2.7212,1.7195 2.7212 3.1218c 0.0000,0.1836 -0.1169,0.2838 -0.3005 0.2838h -4.3906 c -0.0167,0.1002 -0.0167,0.2003 -0.0167 0.3339c 0.0000,1.7028 1.1853,3.0217 2.3873 3.0217c 0.9182,-0.0000 1.5025,-0.3005 2.0868 -0.9349ZM 543.9119,278.0185 ZM 549.4878,276.5327 v -4.3238 c -0.4007,-0.6344 -0.8514,-0.9850 -1.6360 -0.9850c -0.3339,-0.0000 -1.0183,0.0501 -1.5526 0.8347c -0.2337,0.3506 -0.5175,1.0684 -0.5175 2.2704c 0.0000,2.1869 1.1352,3.1886 2.0367 3.1886c 0.5509,-0.0000 1.0017,-0.3339 1.6694 -0.9850ZM 549.4878,276.5327 ZM 550.7398,266.3659 v 9.6493 c 0.0000,0.5008 0.0334,0.7679 0.0668 0.8848c 0.0501,0.1502 0.2337,0.2504 0.3673 0.2504c 0.2003,-0.0000 0.5676,-0.0000 0.8180 -0.0501l 0.0668,0.4674 c -0.9683,0.1669 -1.8364,0.3506 -2.1869 0.6511h -0.4007 l 0.0501,-1.1519 c -0.6344,0.6511 -1.2855,1.1519 -2.1369 1.1519c -1.8030,-0.0000 -2.9048,-1.5359 -2.9048 -3.5893c 0.0000,-1.2354 0.3339,-2.2704 1.0517 -2.9883c 0.6678,-0.6344 1.4023,-1.0017 2.5041 -1.0017c 0.3339,-0.0000 1.0684,0.1502 1.4524 0.3673v -2.5542 c 0.0000,-0.9516 -0.1502,-1.2187 -0.4841 -1.2187l -0.5509,0.0668 c -0.0334,-0.0000 -0.0835,-0.0334 -0.0835 -0.0835l -0.0334,-0.4174 c 0.2671,-0.0000 0.8681,-0.1002 1.1519 -0.1502c 0.3172,-0.0668 0.5509,-0.1336 0.8848 -0.2838h 0.3673 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 526.0395,280.1756 l -0.0000,-14.3809 h -14.3809 l -0.0000,14.3809 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.2" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.9538688181555937" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 562.1771,314.4337 l -0.0000,-53.7846 h -52.9241 l -0.0000,53.7846 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.1" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 154.4240,314.4337 l -0.0000,-287.6179 h -5.7524 l -0.0000,287.6179 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 120.5896,32.5681 ZM 124.7679,22.2081 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 124.7679,22.2081 ZM 124.6916,32.7970 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047ZM 128.9462,32.5681 ZM 130.0337,31.7858 c 0.0000,-0.5533 0.4579,-1.0112 1.0112 -1.0112c 0.5533,-0.0000 1.0112,0.4579 1.0112 1.0112c 0.0000,0.5533 -0.4579,1.0112 -1.0112 1.0112c -0.5533,-0.0000 -1.0112,-0.4579 -1.0112 -1.0112ZM 133.1245,32.5681 ZM 139.0200,29.3437 c 0.0000,-1.9652 -1.0684,-2.9382 -2.2513 -2.9382c -0.8776,-0.0000 -1.5454,0.1336 -2.2895 0.4388l 0.6105,-5.2086 c 0.6296,0.0572 1.2783,0.0763 1.9461 0.0763c 0.9540,-0.0000 1.9461,-0.0572 2.9763 -0.1717l 0.1145,0.0572 l -0.2862,1.2401 c -0.7441,0.0763 -1.3546,0.0954 -1.8888 0.0954c -0.8586,-0.0000 -1.5073,-0.0763 -2.1750 -0.1526l -0.3625,3.0145 c 0.4007,-0.1526 1.0875,-0.2862 1.8316 -0.2862c 2.0224,-0.0000 3.1481,1.7553 3.1481 3.5106c 0.0000,2.1369 -1.4882,3.7777 -3.6441 3.7777c -1.0875,-0.0000 -2.6711,-0.6105 -2.6711 -1.3546c 0.0000,-0.3625 0.3053,-0.6105 0.6487 -0.6105c 0.3816,-0.0000 0.6296,0.2862 0.8586 0.5915c 0.2862,0.3434 0.5915,0.7250 1.2020 0.7250c 1.2211,-0.0000 2.2323,-1.1447 2.2323 -2.8046Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3846720453889843" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 145.7955,26.8157 h 8.6285 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 120.5896,61.3299 ZM 124.7679,50.9699 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 124.7679,50.9699 ZM 124.6916,61.5588 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047ZM 128.9462,61.3299 ZM 130.0337,60.5476 c 0.0000,-0.5533 0.4579,-1.0112 1.0112 -1.0112c 0.5533,-0.0000 1.0112,0.4579 1.0112 1.0112c 0.0000,0.5533 -0.4579,1.0112 -1.0112 1.0112c -0.5533,-0.0000 -1.0112,-0.4579 -1.0112 -1.0112ZM 133.1245,61.3299 ZM 138.0470,54.5568 c 0.0000,-0.1336 0.0191,-0.2862 0.1908 -0.3816c 0.2099,-0.1526 0.5533,-0.3243 0.8395 -0.3243c 0.2480,-0.0000 0.2671,0.2099 0.2671 0.5915v 3.0717 h 1.5454 l -0.1145,0.8967 h -1.4309 v 1.5836 c 0.0000,0.5342 0.0763,0.8013 0.6296 0.8013h 0.5151 c 0.1145,-0.0000 0.1336,0.0954 0.1336 0.1336v 0.4197 c 0.0000,-0.0000 -1.2211,-0.0382 -2.0224 -0.0382c -0.7250,-0.0000 -1.8507,0.0382 -1.8507 0.0382v -0.4197 c 0.0000,-0.0382 0.0191,-0.1336 0.1336 -0.1336h 0.5151 c 0.5915,-0.0000 0.6487,-0.2480 0.6487 -0.8013v -1.5836 h -3.7395 c -0.0763,-0.0000 -0.1145,-0.0382 -0.1717 -0.1145l -0.1526,-0.2099 l -0.2289,-0.4007 c -0.0191,-0.0000 -0.0191,-0.0191 -0.0191 -0.0382c 0.0000,-0.0191 0.0191,-0.0382 0.0382 -0.0572c 1.2401,-1.3737 3.4342,-5.6283 4.1211 -7.1928c 0.0191,-0.0763 0.0572,-0.0954 0.1336 -0.0954c 0.0191,-0.0000 0.4388,0.1717 0.6678 0.2099c -0.8586,2.3086 -2.2704,4.7889 -3.6632 7.0020h 3.0145 v -2.9573 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3846720453889843" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 145.7955,55.5775 h 8.6285 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 120.5896,90.0917 ZM 124.7679,79.7317 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 124.7679,79.7317 ZM 124.6916,90.3206 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047ZM 128.9462,90.0917 ZM 130.0337,89.3094 c 0.0000,-0.5533 0.4579,-1.0112 1.0112 -1.0112c 0.5533,-0.0000 1.0112,0.4579 1.0112 1.0112c 0.0000,0.5533 -0.4579,1.0112 -1.0112 1.0112c -0.5533,-0.0000 -1.0112,-0.4579 -1.0112 -1.0112ZM 133.1245,90.0917 ZM 137.2456,79.6554 c -0.4770,-0.0000 -1.8698,0.2671 -1.8698 1.4309c 0.0000,0.3434 -0.1336,0.9349 -0.6487 0.9349c -0.4961,-0.0000 -0.5342,-0.5533 -0.5342 -0.6105c 0.0000,-0.5915 0.7822,-2.3467 3.4342 -2.3467c 1.8507,-0.0000 2.4040,1.1638 2.4040 1.9270c 0.0000,0.4770 -0.1526,1.4309 -1.8698 2.5184c 1.0684,0.1717 2.4803,0.9540 2.4803 2.9382c 0.0000,2.5184 -1.9079,3.8731 -4.0639 3.8731c -1.0875,-0.0000 -2.6138,-0.4770 -2.6138 -1.2020c 0.0000,-0.2862 0.2862,-0.6105 0.6678 -0.6105c 0.3625,-0.0000 0.5342,0.1908 0.7059 0.4388c 0.2099,0.3243 0.5533,0.7822 1.4691 0.7822c 0.6296,-0.0000 2.4230,-0.6296 2.4230 -3.0336c 0.0000,-2.0415 -1.4309,-2.3658 -2.4612 -2.3658c -0.1717,-0.0000 -0.3816,0.0382 -0.5915 0.0763l -0.0763,-0.5724 c 1.4691,-0.2480 2.6902,-1.6790 2.6902 -2.5566c 0.0000,-1.0875 -0.7632,-1.6217 -1.5454 -1.6217Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3846720453889843" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 145.7955,84.3393 h 8.6285 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 120.5896,118.8535 ZM 124.7679,108.4935 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 124.7679,108.4935 ZM 124.6916,119.0824 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047ZM 128.9462,118.8535 ZM 130.0337,118.0712 c 0.0000,-0.5533 0.4579,-1.0112 1.0112 -1.0112c 0.5533,-0.0000 1.0112,0.4579 1.0112 1.0112c 0.0000,0.5533 -0.4579,1.0112 -1.0112 1.0112c -0.5533,-0.0000 -1.0112,-0.4579 -1.0112 -1.0112ZM 133.1245,118.8535 ZM 134.2311,110.4014 c 0.0000,-1.0875 1.0494,-2.5757 3.0527 -2.5757c 1.4691,-0.0000 3.1862,0.5533 3.1862 2.7474c 0.0000,1.4500 -0.7441,2.1750 -1.7744 3.1671l -1.8125,1.7553 c -0.0954,0.0954 -1.3737,1.3546 -1.3737 2.2513h 3.2435 c 0.6487,-0.0000 0.9921,-0.3243 1.2592 -1.3737l 0.4770,0.0763 l -0.3816,2.4040 h -5.8955 c 0.0000,-1.0684 0.1717,-1.8888 1.9461 -3.7014l 1.3355,-1.3165 c 1.0684,-1.0875 1.5073,-2.0224 1.5073 -3.1862c 0.0000,-1.7362 -1.1829,-2.2323 -1.8316 -2.2323c -1.3165,-0.0000 -1.6790,0.6868 -1.6790 1.1447c 0.0000,0.1526 0.0382,0.3053 0.0763 0.4388c 0.0382,0.1336 0.0763,0.2671 0.0763 0.4197c 0.0000,0.4961 -0.3816,0.6868 -0.6868 0.6868c -0.4197,-0.0000 -0.7250,-0.3243 -0.7250 -0.7059Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3846720453889843" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 145.7955,113.1011 h 8.6285 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 120.5896,147.6153 ZM 124.7679,137.2553 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 124.7679,137.2553 ZM 124.6916,147.8442 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047ZM 128.9462,147.6153 ZM 130.0337,146.8330 c 0.0000,-0.5533 0.4579,-1.0112 1.0112 -1.0112c 0.5533,-0.0000 1.0112,0.4579 1.0112 1.0112c 0.0000,0.5533 -0.4579,1.0112 -1.0112 1.0112c -0.5533,-0.0000 -1.0112,-0.4579 -1.0112 -1.0112ZM 133.1245,147.6153 ZM 136.7114,138.5145 c -0.3625,-0.0000 -1.2020,0.3434 -1.6217 0.5342l -0.2289,-0.5915 c 1.6790,-0.7822 2.3277,-1.1829 3.2816 -1.8698h 0.3625 v 9.5968 c 0.0000,0.6868 0.0954,0.8776 0.7250 0.8776h 0.9921 c 0.0572,-0.0000 0.1526,0.0382 0.1526 0.1526v 0.4197 l -2.6138,-0.0382 l -2.6520,0.0382 v -0.4197 c 0.0191,-0.0572 0.0382,-0.1526 0.1526 -0.1526h 1.1447 c 0.7250,-0.0000 0.7250,-0.3243 0.7250 -0.8776v -6.5632 c 0.0000,-0.6487 0.0000,-1.1066 -0.4197 -1.1066Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3846720453889843" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 145.7955,141.8629 h 8.6285 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 120.5896,176.3771 ZM 124.7679,166.0171 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 124.7679,166.0171 ZM 124.6916,176.6060 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047ZM 128.9462,176.3771 ZM 130.0337,175.5948 c 0.0000,-0.5533 0.4579,-1.0112 1.0112 -1.0112c 0.5533,-0.0000 1.0112,0.4579 1.0112 1.0112c 0.0000,0.5533 -0.4579,1.0112 -1.0112 1.0112c -0.5533,-0.0000 -1.0112,-0.4579 -1.0112 -1.0112ZM 133.1245,176.3771 ZM 137.3029,166.0171 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 137.3029,166.0171 ZM 137.2266,176.6060 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3846720453889843" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 145.7955,170.6247 h 8.6285 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 114.2362,205.1388 ZM 119.4639,200.6362 h -4.3119 c -0.1717,-0.0000 -0.2862,-0.1526 -0.2862 -0.3243c 0.0000,-0.3053 0.2480,-0.7059 0.4770 -0.7059h 4.3691 c 0.1908,-0.0000 0.2671,0.1717 0.2671 0.3434c 0.0000,0.2099 -0.2671,0.6868 -0.5151 0.6868ZM 120.5896,205.1388 ZM 124.7679,194.7789 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 124.7679,194.7789 ZM 124.6916,205.3678 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047ZM 128.9462,205.1388 ZM 130.0337,204.3566 c 0.0000,-0.5533 0.4579,-1.0112 1.0112 -1.0112c 0.5533,-0.0000 1.0112,0.4579 1.0112 1.0112c 0.0000,0.5533 -0.4579,1.0112 -1.0112 1.0112c -0.5533,-0.0000 -1.0112,-0.4579 -1.0112 -1.0112ZM 133.1245,205.1388 ZM 136.7114,196.0381 c -0.3625,-0.0000 -1.2020,0.3434 -1.6217 0.5342l -0.2289,-0.5915 c 1.6790,-0.7822 2.3277,-1.1829 3.2816 -1.8698h 0.3625 v 9.5968 c 0.0000,0.6868 0.0954,0.8776 0.7250 0.8776h 0.9921 c 0.0572,-0.0000 0.1526,0.0382 0.1526 0.1526v 0.4197 l -2.6138,-0.0382 l -2.6520,0.0382 v -0.4197 c 0.0191,-0.0572 0.0382,-0.1526 0.1526 -0.1526h 1.1447 c 0.7250,-0.0000 0.7250,-0.3243 0.7250 -0.8776v -6.5632 c 0.0000,-0.6487 0.0000,-1.1066 -0.4197 -1.1066Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3846720453889843" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 145.7955,199.3865 h 8.6285 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 114.2362,233.9006 ZM 119.4639,229.3980 h -4.3119 c -0.1717,-0.0000 -0.2862,-0.1526 -0.2862 -0.3243c 0.0000,-0.3053 0.2480,-0.7059 0.4770 -0.7059h 4.3691 c 0.1908,-0.0000 0.2671,0.1717 0.2671 0.3434c 0.0000,0.2099 -0.2671,0.6868 -0.5151 0.6868ZM 120.5896,233.9006 ZM 124.7679,223.5407 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 124.7679,223.5407 ZM 124.6916,234.1296 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047ZM 128.9462,233.9006 ZM 130.0337,233.1184 c 0.0000,-0.5533 0.4579,-1.0112 1.0112 -1.0112c 0.5533,-0.0000 1.0112,0.4579 1.0112 1.0112c 0.0000,0.5533 -0.4579,1.0112 -1.0112 1.0112c -0.5533,-0.0000 -1.0112,-0.4579 -1.0112 -1.0112ZM 133.1245,233.9006 ZM 134.2311,225.4486 c 0.0000,-1.0875 1.0494,-2.5757 3.0527 -2.5757c 1.4691,-0.0000 3.1862,0.5533 3.1862 2.7474c 0.0000,1.4500 -0.7441,2.1750 -1.7744 3.1671l -1.8125,1.7553 c -0.0954,0.0954 -1.3737,1.3546 -1.3737 2.2513h 3.2435 c 0.6487,-0.0000 0.9921,-0.3243 1.2592 -1.3737l 0.4770,0.0763 l -0.3816,2.4040 h -5.8955 c 0.0000,-1.0684 0.1717,-1.8888 1.9461 -3.7014l 1.3355,-1.3165 c 1.0684,-1.0875 1.5073,-2.0224 1.5073 -3.1862c 0.0000,-1.7362 -1.1829,-2.2323 -1.8316 -2.2323c -1.3165,-0.0000 -1.6790,0.6868 -1.6790 1.1447c 0.0000,0.1526 0.0382,0.3053 0.0763 0.4388c 0.0382,0.1336 0.0763,0.2671 0.0763 0.4197c 0.0000,0.4961 -0.3816,0.6868 -0.6868 0.6868c -0.4197,-0.0000 -0.7250,-0.3243 -0.7250 -0.7059Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3846720453889843" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 145.7955,228.1483 h 8.6285 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 114.2362,262.6624 ZM 119.4639,258.1598 h -4.3119 c -0.1717,-0.0000 -0.2862,-0.1526 -0.2862 -0.3243c 0.0000,-0.3053 0.2480,-0.7059 0.4770 -0.7059h 4.3691 c 0.1908,-0.0000 0.2671,0.1717 0.2671 0.3434c 0.0000,0.2099 -0.2671,0.6868 -0.5151 0.6868ZM 120.5896,262.6624 ZM 124.7679,252.3025 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 124.7679,252.3025 ZM 124.6916,262.8914 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047ZM 128.9462,262.6624 ZM 130.0337,261.8802 c 0.0000,-0.5533 0.4579,-1.0112 1.0112 -1.0112c 0.5533,-0.0000 1.0112,0.4579 1.0112 1.0112c 0.0000,0.5533 -0.4579,1.0112 -1.0112 1.0112c -0.5533,-0.0000 -1.0112,-0.4579 -1.0112 -1.0112ZM 133.1245,262.6624 ZM 137.2456,252.2261 c -0.4770,-0.0000 -1.8698,0.2671 -1.8698 1.4309c 0.0000,0.3434 -0.1336,0.9349 -0.6487 0.9349c -0.4961,-0.0000 -0.5342,-0.5533 -0.5342 -0.6105c 0.0000,-0.5915 0.7822,-2.3467 3.4342 -2.3467c 1.8507,-0.0000 2.4040,1.1638 2.4040 1.9270c 0.0000,0.4770 -0.1526,1.4309 -1.8698 2.5184c 1.0684,0.1717 2.4803,0.9540 2.4803 2.9382c 0.0000,2.5184 -1.9079,3.8731 -4.0639 3.8731c -1.0875,-0.0000 -2.6138,-0.4770 -2.6138 -1.2020c 0.0000,-0.2862 0.2862,-0.6105 0.6678 -0.6105c 0.3625,-0.0000 0.5342,0.1908 0.7059 0.4388c 0.2099,0.3243 0.5533,0.7822 1.4691 0.7822c 0.6296,-0.0000 2.4230,-0.6296 2.4230 -3.0336c 0.0000,-2.0415 -1.4309,-2.3658 -2.4612 -2.3658c -0.1717,-0.0000 -0.3816,0.0382 -0.5915 0.0763l -0.0763,-0.5724 c 1.4691,-0.2480 2.6902,-1.6790 2.6902 -2.5566c 0.0000,-1.0875 -0.7632,-1.6217 -1.5454 -1.6217Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3846720453889843" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 145.7955,256.9101 h 8.6285 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 114.2362,291.4242 ZM 119.4639,286.9216 h -4.3119 c -0.1717,-0.0000 -0.2862,-0.1526 -0.2862 -0.3243c 0.0000,-0.3053 0.2480,-0.7059 0.4770 -0.7059h 4.3691 c 0.1908,-0.0000 0.2671,0.1717 0.2671 0.3434c 0.0000,0.2099 -0.2671,0.6868 -0.5151 0.6868ZM 120.5896,291.4242 ZM 124.7679,281.0643 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 124.7679,281.0643 ZM 124.6916,291.6532 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047ZM 128.9462,291.4242 ZM 130.0337,290.6420 c 0.0000,-0.5533 0.4579,-1.0112 1.0112 -1.0112c 0.5533,-0.0000 1.0112,0.4579 1.0112 1.0112c 0.0000,0.5533 -0.4579,1.0112 -1.0112 1.0112c -0.5533,-0.0000 -1.0112,-0.4579 -1.0112 -1.0112ZM 133.1245,291.4242 ZM 138.0470,284.6511 c 0.0000,-0.1336 0.0191,-0.2862 0.1908 -0.3816c 0.2099,-0.1526 0.5533,-0.3243 0.8395 -0.3243c 0.2480,-0.0000 0.2671,0.2099 0.2671 0.5915v 3.0717 h 1.5454 l -0.1145,0.8967 h -1.4309 v 1.5836 c 0.0000,0.5342 0.0763,0.8013 0.6296 0.8013h 0.5151 c 0.1145,-0.0000 0.1336,0.0954 0.1336 0.1336v 0.4197 c 0.0000,-0.0000 -1.2211,-0.0382 -2.0224 -0.0382c -0.7250,-0.0000 -1.8507,0.0382 -1.8507 0.0382v -0.4197 c 0.0000,-0.0382 0.0191,-0.1336 0.1336 -0.1336h 0.5151 c 0.5915,-0.0000 0.6487,-0.2480 0.6487 -0.8013v -1.5836 h -3.7395 c -0.0763,-0.0000 -0.1145,-0.0382 -0.1717 -0.1145l -0.1526,-0.2099 l -0.2289,-0.4007 c -0.0191,-0.0000 -0.0191,-0.0191 -0.0191 -0.0382c 0.0000,-0.0191 0.0191,-0.0382 0.0382 -0.0572c 1.2401,-1.3737 3.4342,-5.6283 4.1211 -7.1928c 0.0191,-0.0763 0.0572,-0.0954 0.1336 -0.0954c 0.0191,-0.0000 0.4388,0.1717 0.6678 0.2099c -0.8586,2.3086 -2.2704,4.7889 -3.6632 7.0020h 3.0145 v -2.9573 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3846720453889843" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 145.7955,285.6719 h 8.6285 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 114.2362,320.1860 ZM 119.4639,315.6833 h -4.3119 c -0.1717,-0.0000 -0.2862,-0.1526 -0.2862 -0.3243c 0.0000,-0.3053 0.2480,-0.7059 0.4770 -0.7059h 4.3691 c 0.1908,-0.0000 0.2671,0.1717 0.2671 0.3434c 0.0000,0.2099 -0.2671,0.6868 -0.5151 0.6868ZM 120.5896,320.1860 ZM 124.7679,309.8261 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 124.7679,309.8261 ZM 124.6916,320.4150 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047ZM 128.9462,320.1860 ZM 130.0337,319.4038 c 0.0000,-0.5533 0.4579,-1.0112 1.0112 -1.0112c 0.5533,-0.0000 1.0112,0.4579 1.0112 1.0112c 0.0000,0.5533 -0.4579,1.0112 -1.0112 1.0112c -0.5533,-0.0000 -1.0112,-0.4579 -1.0112 -1.0112ZM 133.1245,320.1860 ZM 139.0200,316.9616 c 0.0000,-1.9652 -1.0684,-2.9382 -2.2513 -2.9382c -0.8776,-0.0000 -1.5454,0.1336 -2.2895 0.4388l 0.6105,-5.2086 c 0.6296,0.0572 1.2783,0.0763 1.9461 0.0763c 0.9540,-0.0000 1.9461,-0.0572 2.9763 -0.1717l 0.1145,0.0572 l -0.2862,1.2401 c -0.7441,0.0763 -1.3546,0.0954 -1.8888 0.0954c -0.8586,-0.0000 -1.5073,-0.0763 -2.1750 -0.1526l -0.3625,3.0145 c 0.4007,-0.1526 1.0875,-0.2862 1.8316 -0.2862c 2.0224,-0.0000 3.1481,1.7553 3.1481 3.5106c 0.0000,2.1369 -1.4882,3.7777 -3.6441 3.7777c -1.0875,-0.0000 -2.6711,-0.6105 -2.6711 -1.3546c 0.0000,-0.3625 0.3053,-0.6105 0.6487 -0.6105c 0.3816,-0.0000 0.6296,0.2862 0.8586 0.5915c 0.2862,0.3434 0.5915,0.7250 1.2020 0.7250c 1.2211,-0.0000 2.2323,-1.1447 2.2323 -2.8046Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3846720453889843" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 145.7955,314.4337 h 8.6285 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.1" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 484.4263,348.9478 l -0.0000,-5.7524 h -287.6179 l -0.0000,5.7524 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 473.9804,373.1950 ZM 478.1588,362.8350 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 478.1588,362.8350 ZM 478.0824,373.4240 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047ZM 482.3371,373.1950 ZM 483.4246,372.4128 c 0.0000,-0.5533 0.4579,-1.0112 1.0112 -1.0112c 0.5533,-0.0000 1.0112,0.4579 1.0112 1.0112c 0.0000,0.5533 -0.4579,1.0112 -1.0112 1.0112c -0.5533,-0.0000 -1.0112,-0.4579 -1.0112 -1.0112ZM 486.5154,373.1950 ZM 492.4109,369.9706 c 0.0000,-1.9652 -1.0684,-2.9382 -2.2513 -2.9382c -0.8776,-0.0000 -1.5454,0.1336 -2.2895 0.4388l 0.6105,-5.2086 c 0.6296,0.0572 1.2783,0.0763 1.9461 0.0763c 0.9540,-0.0000 1.9461,-0.0572 2.9763 -0.1717l 0.1145,0.0572 l -0.2862,1.2401 c -0.7441,0.0763 -1.3546,0.0954 -1.8888 0.0954c -0.8586,-0.0000 -1.5073,-0.0763 -2.1750 -0.1526l -0.3625,3.0145 c 0.4007,-0.1526 1.0875,-0.2862 1.8316 -0.2862c 2.0224,-0.0000 3.1481,1.7553 3.1481 3.5106c 0.0000,2.1369 -1.4882,3.7777 -3.6441 3.7777c -1.0875,-0.0000 -2.6711,-0.6105 -2.6711 -1.3546c 0.0000,-0.3625 0.3053,-0.6105 0.6487 -0.6105c 0.3816,-0.0000 0.6296,0.2862 0.8586 0.5915c 0.2862,0.3434 0.5915,0.7250 1.2020 0.7250c 1.2211,-0.0000 2.2323,-1.1447 2.2323 -2.8046Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3846720453889843" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 484.4263,343.1955 v 8.6285 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 445.2186,373.1950 ZM 449.3970,362.8350 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 449.3970,362.8350 ZM 449.3206,373.4240 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047ZM 453.5753,373.1950 ZM 454.6628,372.4128 c 0.0000,-0.5533 0.4579,-1.0112 1.0112 -1.0112c 0.5533,-0.0000 1.0112,0.4579 1.0112 1.0112c 0.0000,0.5533 -0.4579,1.0112 -1.0112 1.0112c -0.5533,-0.0000 -1.0112,-0.4579 -1.0112 -1.0112ZM 457.7536,373.1950 ZM 462.6760,366.4219 c 0.0000,-0.1336 0.0191,-0.2862 0.1908 -0.3816c 0.2099,-0.1526 0.5533,-0.3243 0.8395 -0.3243c 0.2480,-0.0000 0.2671,0.2099 0.2671 0.5915v 3.0717 h 1.5454 l -0.1145,0.8967 h -1.4309 v 1.5836 c 0.0000,0.5342 0.0763,0.8013 0.6296 0.8013h 0.5151 c 0.1145,-0.0000 0.1336,0.0954 0.1336 0.1336v 0.4197 c 0.0000,-0.0000 -1.2211,-0.0382 -2.0224 -0.0382c -0.7250,-0.0000 -1.8507,0.0382 -1.8507 0.0382v -0.4197 c 0.0000,-0.0382 0.0191,-0.1336 0.1336 -0.1336h 0.5151 c 0.5915,-0.0000 0.6487,-0.2480 0.6487 -0.8013v -1.5836 h -3.7395 c -0.0763,-0.0000 -0.1145,-0.0382 -0.1717 -0.1145l -0.1526,-0.2099 l -0.2289,-0.4007 c -0.0191,-0.0000 -0.0191,-0.0191 -0.0191 -0.0382c 0.0000,-0.0191 0.0191,-0.0382 0.0382 -0.0572c 1.2401,-1.3737 3.4342,-5.6283 4.1211 -7.1928c 0.0191,-0.0763 0.0572,-0.0954 0.1336 -0.0954c 0.0191,-0.0000 0.4388,0.1717 0.6678 0.2099c -0.8586,2.3086 -2.2704,4.7889 -3.6632 7.0020h 3.0145 v -2.9573 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3846720453889843" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 455.6645,343.1955 v 8.6285 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 416.4568,373.1950 ZM 420.6352,362.8350 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 420.6352,362.8350 ZM 420.5589,373.4240 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047ZM 424.8135,373.1950 ZM 425.9010,372.4128 c 0.0000,-0.5533 0.4579,-1.0112 1.0112 -1.0112c 0.5533,-0.0000 1.0112,0.4579 1.0112 1.0112c 0.0000,0.5533 -0.4579,1.0112 -1.0112 1.0112c -0.5533,-0.0000 -1.0112,-0.4579 -1.0112 -1.0112ZM 428.9918,373.1950 ZM 433.1129,362.7587 c -0.4770,-0.0000 -1.8698,0.2671 -1.8698 1.4309c 0.0000,0.3434 -0.1336,0.9349 -0.6487 0.9349c -0.4961,-0.0000 -0.5342,-0.5533 -0.5342 -0.6105c 0.0000,-0.5915 0.7822,-2.3467 3.4342 -2.3467c 1.8507,-0.0000 2.4040,1.1638 2.4040 1.9270c 0.0000,0.4770 -0.1526,1.4309 -1.8698 2.5184c 1.0684,0.1717 2.4803,0.9540 2.4803 2.9382c 0.0000,2.5184 -1.9079,3.8731 -4.0639 3.8731c -1.0875,-0.0000 -2.6138,-0.4770 -2.6138 -1.2020c 0.0000,-0.2862 0.2862,-0.6105 0.6678 -0.6105c 0.3625,-0.0000 0.5342,0.1908 0.7059 0.4388c 0.2099,0.3243 0.5533,0.7822 1.4691 0.7822c 0.6296,-0.0000 2.4230,-0.6296 2.4230 -3.0336c 0.0000,-2.0415 -1.4309,-2.3658 -2.4612 -2.3658c -0.1717,-0.0000 -0.3816,0.0382 -0.5915 0.0763l -0.0763,-0.5724 c 1.4691,-0.2480 2.6902,-1.6790 2.6902 -2.5566c 0.0000,-1.0875 -0.7632,-1.6217 -1.5454 -1.6217Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3846720453889843" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 426.9027,343.1955 v 8.6285 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 387.6950,373.1950 ZM 391.8734,362.8350 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 391.8734,362.8350 ZM 391.7971,373.4240 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047ZM 396.0517,373.1950 ZM 397.1392,372.4128 c 0.0000,-0.5533 0.4579,-1.0112 1.0112 -1.0112c 0.5533,-0.0000 1.0112,0.4579 1.0112 1.0112c 0.0000,0.5533 -0.4579,1.0112 -1.0112 1.0112c -0.5533,-0.0000 -1.0112,-0.4579 -1.0112 -1.0112ZM 400.2300,373.1950 ZM 401.3366,364.7430 c 0.0000,-1.0875 1.0494,-2.5757 3.0527 -2.5757c 1.4691,-0.0000 3.1862,0.5533 3.1862 2.7474c 0.0000,1.4500 -0.7441,2.1750 -1.7744 3.1671l -1.8125,1.7553 c -0.0954,0.0954 -1.3737,1.3546 -1.3737 2.2513h 3.2435 c 0.6487,-0.0000 0.9921,-0.3243 1.2592 -1.3737l 0.4770,0.0763 l -0.3816,2.4040 h -5.8955 c 0.0000,-1.0684 0.1717,-1.8888 1.9461 -3.7014l 1.3355,-1.3165 c 1.0684,-1.0875 1.5073,-2.0224 1.5073 -3.1862c 0.0000,-1.7362 -1.1829,-2.2323 -1.8316 -2.2323c -1.3165,-0.0000 -1.6790,0.6868 -1.6790 1.1447c 0.0000,0.1526 0.0382,0.3053 0.0763 0.4388c 0.0382,0.1336 0.0763,0.2671 0.0763 0.4197c 0.0000,0.4961 -0.3816,0.6868 -0.6868 0.6868c -0.4197,-0.0000 -0.7250,-0.3243 -0.7250 -0.7059Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3846720453889843" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 398.1409,343.1955 v 8.6285 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 358.9332,373.1950 ZM 363.1116,362.8350 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 363.1116,362.8350 ZM 363.0353,373.4240 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047ZM 367.2899,373.1950 ZM 368.3774,372.4128 c 0.0000,-0.5533 0.4579,-1.0112 1.0112 -1.0112c 0.5533,-0.0000 1.0112,0.4579 1.0112 1.0112c 0.0000,0.5533 -0.4579,1.0112 -1.0112 1.0112c -0.5533,-0.0000 -1.0112,-0.4579 -1.0112 -1.0112ZM 371.4682,373.1950 ZM 375.0551,364.0943 c -0.3625,-0.0000 -1.2020,0.3434 -1.6217 0.5342l -0.2289,-0.5915 c 1.6790,-0.7822 2.3277,-1.1829 3.2816 -1.8698h 0.3625 v 9.5968 c 0.0000,0.6868 0.0954,0.8776 0.7250 0.8776h 0.9921 c 0.0572,-0.0000 0.1526,0.0382 0.1526 0.1526v 0.4197 l -2.6138,-0.0382 l -2.6520,0.0382 v -0.4197 c 0.0191,-0.0572 0.0382,-0.1526 0.1526 -0.1526h 1.1447 c 0.7250,-0.0000 0.7250,-0.3243 0.7250 -0.8776v -6.5632 c 0.0000,-0.6487 0.0000,-1.1066 -0.4197 -1.1066Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3846720453889843" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 369.3791,343.1955 v 8.6285 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 330.1715,373.1950 ZM 334.3498,362.8350 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 334.3498,362.8350 ZM 334.2735,373.4240 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047ZM 338.5281,373.1950 ZM 339.6156,372.4128 c 0.0000,-0.5533 0.4579,-1.0112 1.0112 -1.0112c 0.5533,-0.0000 1.0112,0.4579 1.0112 1.0112c 0.0000,0.5533 -0.4579,1.0112 -1.0112 1.0112c -0.5533,-0.0000 -1.0112,-0.4579 -1.0112 -1.0112ZM 342.7064,373.1950 ZM 346.8848,362.8350 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 346.8848,362.8350 ZM 346.8085,373.4240 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3846720453889843" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 340.6173,343.1955 v 8.6285 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 298.2330,373.1950 ZM 303.4607,368.6923 h -4.3119 c -0.1717,-0.0000 -0.2862,-0.1526 -0.2862 -0.3243c 0.0000,-0.3053 0.2480,-0.7059 0.4770 -0.7059h 4.3691 c 0.1908,-0.0000 0.2671,0.1717 0.2671 0.3434c 0.0000,0.2099 -0.2671,0.6868 -0.5151 0.6868ZM 304.5863,373.1950 ZM 308.7647,362.8350 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 308.7647,362.8350 ZM 308.6884,373.4240 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047ZM 312.9430,373.1950 ZM 314.0305,372.4128 c 0.0000,-0.5533 0.4579,-1.0112 1.0112 -1.0112c 0.5533,-0.0000 1.0112,0.4579 1.0112 1.0112c 0.0000,0.5533 -0.4579,1.0112 -1.0112 1.0112c -0.5533,-0.0000 -1.0112,-0.4579 -1.0112 -1.0112ZM 317.1213,373.1950 ZM 320.7082,364.0943 c -0.3625,-0.0000 -1.2020,0.3434 -1.6217 0.5342l -0.2289,-0.5915 c 1.6790,-0.7822 2.3277,-1.1829 3.2816 -1.8698h 0.3625 v 9.5968 c 0.0000,0.6868 0.0954,0.8776 0.7250 0.8776h 0.9921 c 0.0572,-0.0000 0.1526,0.0382 0.1526 0.1526v 0.4197 l -2.6138,-0.0382 l -2.6520,0.0382 v -0.4197 c 0.0191,-0.0572 0.0382,-0.1526 0.1526 -0.1526h 1.1447 c 0.7250,-0.0000 0.7250,-0.3243 0.7250 -0.8776v -6.5632 c 0.0000,-0.6487 0.0000,-1.1066 -0.4197 -1.1066Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3846720453889843" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 311.8555,343.1955 v 8.6285 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 269.4712,373.1950 ZM 274.6989,368.6923 h -4.3119 c -0.1717,-0.0000 -0.2862,-0.1526 -0.2862 -0.3243c 0.0000,-0.3053 0.2480,-0.7059 0.4770 -0.7059h 4.3691 c 0.1908,-0.0000 0.2671,0.1717 0.2671 0.3434c 0.0000,0.2099 -0.2671,0.6868 -0.5151 0.6868ZM 275.8245,373.1950 ZM 280.0029,362.8350 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 280.0029,362.8350 ZM 279.9266,373.4240 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047ZM 284.1812,373.1950 ZM 285.2687,372.4128 c 0.0000,-0.5533 0.4579,-1.0112 1.0112 -1.0112c 0.5533,-0.0000 1.0112,0.4579 1.0112 1.0112c 0.0000,0.5533 -0.4579,1.0112 -1.0112 1.0112c -0.5533,-0.0000 -1.0112,-0.4579 -1.0112 -1.0112ZM 288.3595,373.1950 ZM 289.4661,364.7430 c 0.0000,-1.0875 1.0494,-2.5757 3.0527 -2.5757c 1.4691,-0.0000 3.1862,0.5533 3.1862 2.7474c 0.0000,1.4500 -0.7441,2.1750 -1.7744 3.1671l -1.8125,1.7553 c -0.0954,0.0954 -1.3737,1.3546 -1.3737 2.2513h 3.2435 c 0.6487,-0.0000 0.9921,-0.3243 1.2592 -1.3737l 0.4770,0.0763 l -0.3816,2.4040 h -5.8955 c 0.0000,-1.0684 0.1717,-1.8888 1.9461 -3.7014l 1.3355,-1.3165 c 1.0684,-1.0875 1.5073,-2.0224 1.5073 -3.1862c 0.0000,-1.7362 -1.1829,-2.2323 -1.8316 -2.2323c -1.3165,-0.0000 -1.6790,0.6868 -1.6790 1.1447c 0.0000,0.1526 0.0382,0.3053 0.0763 0.4388c 0.0382,0.1336 0.0763,0.2671 0.0763 0.4197c 0.0000,0.4961 -0.3816,0.6868 -0.6868 0.6868c -0.4197,-0.0000 -0.7250,-0.3243 -0.7250 -0.7059Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3846720453889843" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 283.0937,343.1955 v 8.6285 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 240.7094,373.1950 ZM 245.9371,368.6923 h -4.3119 c -0.1717,-0.0000 -0.2862,-0.1526 -0.2862 -0.3243c 0.0000,-0.3053 0.2480,-0.7059 0.4770 -0.7059h 4.3691 c 0.1908,-0.0000 0.2671,0.1717 0.2671 0.3434c 0.0000,0.2099 -0.2671,0.6868 -0.5151 0.6868ZM 247.0627,373.1950 ZM 251.2411,362.8350 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 251.2411,362.8350 ZM 251.1648,373.4240 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047ZM 255.4194,373.1950 ZM 256.5069,372.4128 c 0.0000,-0.5533 0.4579,-1.0112 1.0112 -1.0112c 0.5533,-0.0000 1.0112,0.4579 1.0112 1.0112c 0.0000,0.5533 -0.4579,1.0112 -1.0112 1.0112c -0.5533,-0.0000 -1.0112,-0.4579 -1.0112 -1.0112ZM 259.5977,373.1950 ZM 263.7188,362.7587 c -0.4770,-0.0000 -1.8698,0.2671 -1.8698 1.4309c 0.0000,0.3434 -0.1336,0.9349 -0.6487 0.9349c -0.4961,-0.0000 -0.5342,-0.5533 -0.5342 -0.6105c 0.0000,-0.5915 0.7822,-2.3467 3.4342 -2.3467c 1.8507,-0.0000 2.4040,1.1638 2.4040 1.9270c 0.0000,0.4770 -0.1526,1.4309 -1.8698 2.5184c 1.0684,0.1717 2.4803,0.9540 2.4803 2.9382c 0.0000,2.5184 -1.9079,3.8731 -4.0639 3.8731c -1.0875,-0.0000 -2.6138,-0.4770 -2.6138 -1.2020c 0.0000,-0.2862 0.2862,-0.6105 0.6678 -0.6105c 0.3625,-0.0000 0.5342,0.1908 0.7059 0.4388c 0.2099,0.3243 0.5533,0.7822 1.4691 0.7822c 0.6296,-0.0000 2.4230,-0.6296 2.4230 -3.0336c 0.0000,-2.0415 -1.4309,-2.3658 -2.4612 -2.3658c -0.1717,-0.0000 -0.3816,0.0382 -0.5915 0.0763l -0.0763,-0.5724 c 1.4691,-0.2480 2.6902,-1.6790 2.6902 -2.5566c 0.0000,-1.0875 -0.7632,-1.6217 -1.5454 -1.6217Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3846720453889843" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 254.3319,343.1955 v 8.6285 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 211.9476,373.1950 ZM 217.1753,368.6923 h -4.3119 c -0.1717,-0.0000 -0.2862,-0.1526 -0.2862 -0.3243c 0.0000,-0.3053 0.2480,-0.7059 0.4770 -0.7059h 4.3691 c 0.1908,-0.0000 0.2671,0.1717 0.2671 0.3434c 0.0000,0.2099 -0.2671,0.6868 -0.5151 0.6868ZM 218.3010,373.1950 ZM 222.4793,362.8350 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 222.4793,362.8350 ZM 222.4030,373.4240 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047ZM 226.6576,373.1950 ZM 227.7451,372.4128 c 0.0000,-0.5533 0.4579,-1.0112 1.0112 -1.0112c 0.5533,-0.0000 1.0112,0.4579 1.0112 1.0112c 0.0000,0.5533 -0.4579,1.0112 -1.0112 1.0112c -0.5533,-0.0000 -1.0112,-0.4579 -1.0112 -1.0112ZM 230.8359,373.1950 ZM 235.7584,366.4219 c 0.0000,-0.1336 0.0191,-0.2862 0.1908 -0.3816c 0.2099,-0.1526 0.5533,-0.3243 0.8395 -0.3243c 0.2480,-0.0000 0.2671,0.2099 0.2671 0.5915v 3.0717 h 1.5454 l -0.1145,0.8967 h -1.4309 v 1.5836 c 0.0000,0.5342 0.0763,0.8013 0.6296 0.8013h 0.5151 c 0.1145,-0.0000 0.1336,0.0954 0.1336 0.1336v 0.4197 c 0.0000,-0.0000 -1.2211,-0.0382 -2.0224 -0.0382c -0.7250,-0.0000 -1.8507,0.0382 -1.8507 0.0382v -0.4197 c 0.0000,-0.0382 0.0191,-0.1336 0.1336 -0.1336h 0.5151 c 0.5915,-0.0000 0.6487,-0.2480 0.6487 -0.8013v -1.5836 h -3.7395 c -0.0763,-0.0000 -0.1145,-0.0382 -0.1717 -0.1145l -0.1526,-0.2099 l -0.2289,-0.4007 c -0.0191,-0.0000 -0.0191,-0.0191 -0.0191 -0.0382c 0.0000,-0.0191 0.0191,-0.0382 0.0382 -0.0572c 1.2401,-1.3737 3.4342,-5.6283 4.1211 -7.1928c 0.0191,-0.0763 0.0572,-0.0954 0.1336 -0.0954c 0.0191,-0.0000 0.4388,0.1717 0.6678 0.2099c -0.8586,2.3086 -2.2704,4.7889 -3.6632 7.0020h 3.0145 v -2.9573 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3846720453889843" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 225.5701,343.1955 v 8.6285 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 183.1858,373.1950 ZM 188.4135,368.6923 h -4.3119 c -0.1717,-0.0000 -0.2862,-0.1526 -0.2862 -0.3243c 0.0000,-0.3053 0.2480,-0.7059 0.4770 -0.7059h 4.3691 c 0.1908,-0.0000 0.2671,0.1717 0.2671 0.3434c 0.0000,0.2099 -0.2671,0.6868 -0.5151 0.6868ZM 189.5392,373.1950 ZM 193.7175,362.8350 c -0.8204,-0.0000 -2.0224,0.8013 -2.0224 5.2468c 0.0000,1.5645 0.2862,4.7125 1.9652 4.7125c 0.3243,-0.0000 1.2401,-0.2099 1.6408 -1.6980c 0.2480,-0.9158 0.3816,-2.0605 0.3816 -3.7204c 0.0000,-2.4230 -0.6105,-3.7777 -1.1638 -4.2546c -0.2099,-0.1908 -0.4961,-0.2862 -0.8013 -0.2862ZM 193.7175,362.8350 ZM 193.6412,373.4240 c -2.0415,-0.0000 -3.4152,-2.6138 -3.4152 -5.5329c 0.0000,-3.5678 1.6980,-5.7237 3.4915 -5.7237c 0.8204,-0.0000 1.6408,0.5151 2.1941 1.2592c 0.8013,1.0684 1.2211,2.4994 1.2211 4.2928c 0.0000,4.2356 -2.0987,5.7047 -3.4915 5.7047ZM 197.8958,373.1950 ZM 198.9833,372.4128 c 0.0000,-0.5533 0.4579,-1.0112 1.0112 -1.0112c 0.5533,-0.0000 1.0112,0.4579 1.0112 1.0112c 0.0000,0.5533 -0.4579,1.0112 -1.0112 1.0112c -0.5533,-0.0000 -1.0112,-0.4579 -1.0112 -1.0112ZM 202.0742,373.1950 ZM 207.9696,369.9706 c 0.0000,-1.9652 -1.0684,-2.9382 -2.2513 -2.9382c -0.8776,-0.0000 -1.5454,0.1336 -2.2895 0.4388l 0.6105,-5.2086 c 0.6296,0.0572 1.2783,0.0763 1.9461 0.0763c 0.9540,-0.0000 1.9461,-0.0572 2.9763 -0.1717l 0.1145,0.0572 l -0.2862,1.2401 c -0.7441,0.0763 -1.3546,0.0954 -1.8888 0.0954c -0.8586,-0.0000 -1.5073,-0.0763 -2.1750 -0.1526l -0.3625,3.0145 c 0.4007,-0.1526 1.0875,-0.2862 1.8316 -0.2862c 2.0224,-0.0000 3.1481,1.7553 3.1481 3.5106c 0.0000,2.1369 -1.4882,3.7777 -3.6441 3.7777c -1.0875,-0.0000 -2.6711,-0.6105 -2.6711 -1.3546c 0.0000,-0.3625 0.3053,-0.6105 0.6487 -0.6105c 0.3816,-0.0000 0.6296,0.2862 0.8586 0.5915c 0.2862,0.3434 0.5915,0.7250 1.2020 0.7250c 1.2211,-0.0000 2.2323,-1.1447 2.2323 -2.8046Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.3846720453889843" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 196.8083,343.1955 v 8.6285 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 484.4263,314.4337 l -0.0000,-287.6179 h -287.6179 l -0.0000,287.6179 Z"/>+  </g>+</svg>
other/pixel_Example.svg view
@@ -1,3 +1,13 @@ <?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>+    "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,55.0000 ZM 17.0398,45.4809 v 8.3416 c 0.0000,0.4975 0.2488,0.7131 0.9121 0.7131h 0.4312 c 0.0663,-0.0000 0.1327,0.0498 0.1327 0.1327v 0.3151 l -0.0332,0.0332 c 0.0000,-0.0000 -1.4262,-0.0332 -2.0896 -0.0332c -0.5804,-0.0000 -2.1227,0.0332 -2.1227 0.0332l -0.0332,-0.0332 v -0.3151 c 0.0000,-0.0829 0.0498,-0.1327 0.1161 -0.1327h 0.4478 c 0.6799,-0.0000 0.8955,-0.2488 0.8955 -0.7131v -8.3416 c 0.0000,-0.4975 -0.2488,-0.7297 -0.8955 -0.7297h -0.4478 c -0.0663,-0.0000 -0.1327,-0.0498 -0.1327 -0.1327v -0.3151 l 0.0332,-0.0166 c 0.0000,-0.0000 1.4428,0.0166 2.0896 0.0166c 0.5970,-0.0000 2.1393,-0.0166 2.1393 -0.0166l 0.0332,0.0166 v 0.3151 c 0.0000,0.0829 -0.0498,0.1327 -0.1327 0.1327h -0.4312 c -0.6799,-0.0000 -0.9121,0.2653 -0.9121 0.7297ZM 18.7977,55.0000 ZM 20.1078,47.9353 c 0.0000,-0.0000 -0.4312,-2.6368 -0.4312 -2.7861c 0.0000,-0.3648 0.3483,-0.8292 0.8458 -0.8292c 0.4312,-0.0000 0.5804,0.2819 0.5804 0.5473c 0.0000,0.2653 -0.5473,3.0017 -0.5473 3.0017ZM 21.9486,55.0000 ZM 31.9486,53.8060 v -3.8143 c 0.0000,-1.1111 -0.4312,-1.5257 -1.0614 -1.5257c -0.6468,-0.0000 -1.1609,0.3317 -1.9569 1.2106c 0.0332,0.1990 0.0332,0.4312 0.0332 0.6633v 3.4660 c 0.0000,0.4809 0.1658,0.7297 0.7131 0.7297h 0.2819 c 0.0829,-0.0000 0.1493,0.0498 0.1493 0.1327v 0.3151 l -0.0332,0.0332 c 0.0000,-0.0000 -1.1111,-0.0332 -1.7579 -0.0332c -0.5970,-0.0000 -1.7413,0.0332 -1.7413 0.0332l -0.0332,-0.0332 v -0.3151 c 0.0000,-0.0829 0.0498,-0.1327 0.1327 -0.1327h 0.3317 c 0.5638,-0.0000 0.7131,-0.2488 0.7131 -0.7297v -3.7811 c 0.0000,-1.1111 -0.4478,-1.5589 -1.0779 -1.5589c -0.5804,-0.0000 -1.1277,0.4146 -1.9071 1.2272v 4.1128 c 0.0000,0.4809 0.1658,0.7297 0.7131 0.7297h 0.3151 c 0.0663,-0.0000 0.1327,0.0498 0.1327 0.1327v 0.3151 l -0.0332,0.0332 c 0.0000,-0.0000 -1.1277,-0.0332 -1.7745 -0.0332c -0.5970,-0.0000 -1.7247,0.0332 -1.7247 0.0332l -0.0332,-0.0332 v -0.3151 c 0.0000,-0.0829 0.0498,-0.1327 0.1327 -0.1327h 0.3151 c 0.5638,-0.0000 0.7131,-0.2488 0.7131 -0.7297v -4.1294 c 0.0000,-0.9453 -0.1493,-1.0116 -0.3648 -1.0116c -0.2156,-0.0000 -0.4146,0.0166 -0.6965 0.0829l -0.0829,-0.4643 c 1.0448,-0.1824 1.2769,-0.2488 1.7247 -0.4809c 0.1658,-0.0829 0.2985,-0.1327 0.4146 -0.1327h 0.2488 l -0.0498,1.4428 h 0.0498 c 0.7794,-0.8292 1.4760,-1.4428 2.5041 -1.4428c 0.9287,-0.0000 1.5091,0.6799 1.6086 1.4262c 0.9619,-0.9950 1.7413,-1.4262 2.6368 -1.4262c 1.4594,-0.0000 1.7081,1.2106 1.7081 2.6866v 3.4494 c 0.0000,0.4809 0.1658,0.7297 0.7131 0.7297h 0.3151 c 0.0663,-0.0000 0.1327,0.0498 0.1327 0.1327v 0.3151 l -0.0332,0.0332 c 0.0000,-0.0000 -1.1277,-0.0332 -1.7745 -0.0332c -0.5970,-0.0000 -1.7247,0.0332 -1.7247 0.0332l -0.0332,-0.0332 v -0.3151 c 0.0000,-0.0829 0.0498,-0.1327 0.1327 -0.1327h 0.3151 c 0.5473,-0.0000 0.7131,-0.2488 0.7131 -0.7297ZM 38.6982,55.0000 ZM 43.5240,50.9370 l -1.3101,0.3317 c -1.4594,0.4478 -1.6750,1.2106 -1.6750 1.9569c 0.0000,0.5141 0.2488,1.2935 1.2935 1.2935c 0.4975,-0.0000 1.2604,-0.4809 1.6915 -0.8458v -2.7363 ZM 43.5240,50.9370 ZM 44.5854,55.1990 c -0.6302,-0.0000 -0.9784,-0.5638 -1.0448 -0.9619l -0.3814,0.2653 c -0.7629,0.5307 -1.0448,0.6965 -1.8076 0.6965c -1.1609,-0.0000 -2.0066,-0.6633 -2.0066 -1.9071c 0.0000,-1.2604 1.0779,-2.1227 2.6534 -2.5207l 1.5257,-0.3814 c 0.0000,-1.8740 -0.8624,-2.2222 -1.4262 -2.2222c -0.6302,-0.0000 -1.3599,0.2819 -1.3599 0.7960c 0.0000,0.1824 0.0332,0.2819 0.0498 0.3317c 0.0332,0.0663 0.0498,0.1824 0.0498 0.2985c 0.0000,0.2156 -0.1658,0.5473 -0.6468 0.5473c -0.3980,-0.0000 -0.6633,-0.2653 -0.6633 -0.6633c 0.0000,-0.9619 1.5589,-1.8076 2.6202 -1.8076c 1.2106,-0.0000 2.6036,0.4975 2.6036 2.8524v 2.4378 c 0.0000,1.0116 0.0166,1.4428 0.3980 1.4428c 0.3648,-0.0000 0.4643,-0.4643 0.4809 -0.8292l 0.4146,0.0829 c -0.0995,1.2106 -0.6136,1.5423 -1.4594 1.5423ZM 50.3234,55.0000 ZM 52.7944,49.7927 v 4.1294 c 0.5804,0.6799 1.1277,0.7131 1.3930 0.7131c 1.7745,-0.0000 2.1725,-1.6584 2.1725 -3.0846c 0.0000,-2.0066 -0.8126,-3.1177 -1.8242 -3.1177c -0.5638,-0.0000 -1.3765,0.4809 -1.7413 1.3599ZM 52.7944,49.7927 ZM 51.5672,57.6202 v -8.2090 c 0.0000,-0.6302 -0.1493,-0.7463 -0.3814 -0.7463c -0.2156,-0.0000 -0.4146,0.0166 -0.6965 0.0829l -0.0829,-0.4643 c 1.0614,-0.1824 1.2604,-0.2488 1.7247 -0.4809c 0.1824,-0.0829 0.2985,-0.1327 0.4146 -0.1327h 0.2488 l -0.0498,1.3267 h 0.0498 c 0.7629,-1.1609 1.6584,-1.3267 2.1891 -1.3267c 1.6086,-0.0000 2.6700,1.6750 2.6700 3.4328c 0.0000,1.3433 -0.4146,2.3715 -1.1609 3.1343c -0.6468,0.6468 -1.3267,0.9619 -2.2056 0.9619c -0.5970,-0.0000 -1.0614,-0.1327 -1.4925 -0.3648v 2.7861 c 0.0000,0.4809 0.1824,0.7297 0.7131 0.7297h 0.3151 c 0.0829,-0.0000 0.1493,0.0498 0.1493 0.1327v 0.3151 l -0.0332,0.0332 c 0.0000,-0.0000 -1.1443,-0.0332 -1.7910 -0.0332c -0.5804,-0.0000 -1.7081,0.0332 -1.7081 0.0332l -0.0332,-0.0332 v -0.3151 c 0.0000,-0.0829 0.0498,-0.1327 0.1327 -0.1327h 0.3151 c 0.5473,-0.0000 0.7131,-0.2488 0.7131 -0.7297ZM 58.2670,55.0000 ZM 59.5605,45.5307 c 0.0000,-0.4312 0.3483,-0.7960 0.7794 -0.7960c 0.4478,-0.0000 0.7960,0.3648 0.7960 0.7960c 0.0000,0.4478 -0.3483,0.7960 -0.7960 0.7960c -0.4312,-0.0000 -0.7794,-0.3483 -0.7794 -0.7960ZM 59.5605,45.5307 ZM 61.1360,53.8060 c 0.0000,0.4809 0.1824,0.7297 0.7131 0.7297h 0.3151 c 0.0829,-0.0000 0.1493,0.0498 0.1493 0.1327v 0.3151 l -0.0332,0.0332 c 0.0000,-0.0000 -1.1443,-0.0332 -1.7910 -0.0332c -0.5804,-0.0000 -1.7081,0.0332 -1.7081 0.0332l -0.0332,-0.0332 v -0.3151 c 0.0000,-0.0829 0.0498,-0.1327 0.1327 -0.1327h 0.3151 c 0.5473,-0.0000 0.7131,-0.2488 0.7131 -0.7297v -4.1294 c 0.0000,-0.8789 -0.1493,-1.0116 -0.3814 -1.0116c -0.2156,-0.0000 -0.4146,0.0166 -0.6965 0.0829l -0.0829,-0.4643 c 1.0614,-0.1824 1.2438,-0.2488 1.7247 -0.4809c 0.1824,-0.0663 0.2985,-0.1327 0.4146 -0.1327h 0.2488 v 6.1360 ZM 62.6451,55.0000 ZM 65.9121,48.3333 c -0.3317,-0.0000 -0.3980,0.0829 -0.3980 0.1990c 0.0000,0.0829 0.0663,0.2322 0.2488 0.5307l 1.0116,1.4925 c 0.0498,0.0995 0.0995,0.1493 0.1658 0.1493c 0.0498,-0.0000 0.0829,-0.0332 0.1493 -0.1161l 1.0779,-1.5091 c 0.1824,-0.2322 0.2819,-0.4146 0.2819 -0.5473c 0.0000,-0.1327 -0.1161,-0.1990 -0.3483 -0.1990h -0.2653 c -0.0498,-0.0000 -0.0995,-0.0332 -0.0995 -0.1161v -0.3151 l 0.0498,-0.0498 c 0.0000,-0.0000 0.7794,0.0332 1.2935 0.0332c 0.5307,-0.0000 1.3433,-0.0332 1.3433 -0.0332l 0.0166,0.0332 v 0.3151 c 0.0000,0.1161 -0.0995,0.1327 -0.1990 0.1327c -0.6136,-0.0000 -0.8624,0.1990 -1.4760 0.9784l -1.3930,1.7745 c -0.0332,0.0498 -0.0498,0.0829 -0.0498 0.1161c 0.0000,0.0332 0.0166,0.0829 0.0498 0.1327l 1.4925,2.1061 c 0.7629,1.0779 0.9784,1.0945 1.5091 1.0945c 0.1658,-0.0000 0.2322,0.0332 0.2322 0.1327v 0.3151 l -0.0166,0.0332 c 0.0000,-0.0000 -0.8955,-0.0332 -1.4594 -0.0332c -0.6799,-0.0000 -1.7247,0.0332 -1.7247 0.0332l -0.0332,-0.0332 v -0.3151 c 0.0000,-0.0829 0.0332,-0.1327 0.1161 -0.1327h 0.1990 c 0.2653,-0.0000 0.3814,-0.0498 0.3814 -0.1824c 0.0000,-0.1493 -0.1824,-0.3980 -0.4478 -0.7463l -0.9619,-1.3267 c -0.0663,-0.0829 -0.0995,-0.1161 -0.1493 -0.1161c -0.0332,-0.0000 -0.0829,0.0498 -0.1493 0.1493l -1.0448,1.5091 c -0.2488,0.3317 -0.2985,0.4146 -0.2985 0.5307c 0.0000,0.1161 0.0995,0.1824 0.3483 0.1824h 0.2322 c 0.0829,-0.0000 0.1161,0.0498 0.1161 0.1327v 0.3151 l -0.0332,0.0332 c 0.0000,-0.0000 -0.8624,-0.0332 -1.3930 -0.0332c -0.4809,-0.0000 -1.2438,0.0332 -1.2438 0.0332l -0.0332,-0.0332 v -0.2819 c 0.0000,-0.0995 0.0663,-0.1658 0.2156 -0.1658c 0.3980,-0.0000 0.7794,-0.0829 1.4760 -0.9784l 1.3930,-1.7910 c 0.0166,-0.0332 0.0332,-0.0663 0.0332 -0.1161c 0.0000,-0.0498 -0.0166,-0.0829 -0.0498 -0.1327l -1.4428,-2.1061 c -0.4643,-0.6799 -0.7629,-1.0779 -1.3433 -1.0779c -0.1161,-0.0000 -0.2322,-0.0498 -0.2322 -0.1161v -0.3151 l 0.0332,-0.0498 l 1.3101,0.0332 l 1.8408,-0.0332 l 0.0498,0.0498 v 0.2985 c 0.0000,0.0829 -0.0663,0.1327 -0.1327 0.1327h -0.2488 ZM 70.8872,55.0000 ZM 72.7778,50.4063 h 3.0514 c 0.1658,-0.0000 0.2322,-0.0829 0.2322 -0.2322c 0.0000,-1.5423 -0.7794,-1.9403 -1.3765 -1.9403c -0.3814,-0.0000 -1.6252,0.1493 -1.9071 2.1725ZM 72.7778,50.4063 ZM 77.1559,53.4577 l 0.3317,0.2653 c -0.6302,0.8624 -1.6086,1.4760 -2.8027 1.4760c -2.2720,-0.0000 -3.2338,-1.6915 -3.2338 -3.4992c 0.0000,-2.5207 1.6584,-4.0299 3.2338 -4.0299c 2.1891,-0.0000 2.7032,1.7081 2.7032 3.1012c 0.0000,0.1824 -0.1161,0.2819 -0.2985 0.2819h -4.3615 c -0.0166,0.0995 -0.0166,0.1990 -0.0166 0.3317c 0.0000,1.6915 1.1774,3.0017 2.3715 3.0017c 0.9121,-0.0000 1.4925,-0.2985 2.0730 -0.9287ZM 77.9851,55.0000 ZM 79.5605,53.8060 v -8.3085 c 0.0000,-0.9453 -0.1658,-1.2106 -0.4975 -1.2106l -0.5307,0.0663 c -0.0498,-0.0000 -0.0995,-0.0332 -0.0995 -0.0829l -0.0332,-0.4146 c 0.2653,-0.0000 0.8789,-0.0995 1.1609 -0.1493c 0.2985,-0.0663 0.5307,-0.1327 0.8624 -0.2819h 0.3648 v 10.3814 c 0.0000,0.4809 0.1824,0.7297 0.7131 0.7297h 0.3980 c 0.0663,-0.0000 0.1327,0.0498 0.1327 0.1327v 0.3151 l -0.0332,0.0332 c 0.0000,-0.0000 -1.2106,-0.0332 -1.8574 -0.0332c -0.5804,-0.0000 -1.7910,0.0332 -1.7910 0.0332l -0.0166,-0.0332 v -0.3151 c 0.0000,-0.0829 0.0332,-0.1327 0.1161 -0.1327h 0.3980 c 0.5473,-0.0000 0.7131,-0.2488 0.7131 -0.7297ZM 82.2968,55.0000 ZM 84.1708,44.0879 c 0.4478,-0.0000 0.9287,0.3814 0.9287 1.2106c 0.0000,1.0779 -0.2653,1.7745 -0.4312 3.2007c -0.2156,1.7910 -0.2322,2.7861 -0.2653 3.0182c -0.0166,0.1824 -0.0663,0.3317 -0.2322 0.3317c -0.1824,-0.0000 -0.2156,-0.1161 -0.2322 -0.2156c -0.0332,-0.3483 -0.1161,-1.8408 -0.2488 -3.1343c -0.1493,-1.4594 -0.4146,-2.0398 -0.4146 -3.2007c 0.0000,-0.8955 0.5307,-1.2106 0.8955 -1.2106ZM 84.1708,44.0879 ZM 83.2919,54.3201 c 0.0000,-0.4809 0.3814,-0.8789 0.8789 -0.8789c 0.4809,-0.0000 0.8789,0.3980 0.8789 0.8789c 0.0000,0.4809 -0.3980,0.8789 -0.8789 0.8789c -0.4975,-0.0000 -0.8789,-0.3980 -0.8789 -0.8789Z"/>+  </g>+</svg>
other/pixelsExample.svg view
@@ -1,3 +1,310 @@ <?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>+    "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>
other/q24Example.svg view
@@ -1,3 +1,133 @@ <?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.6" stroke="rgb(0,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.5441,23.9710 ZM 127.2047,23.6492 c -0.1073,0.3754 -0.3754,0.6435 -0.7508 0.6435c -0.4022,-0.0000 -0.7240,-0.2145 -0.8848 -0.6435l -4.8800,-14.7472 c -0.2413,-0.6703 -0.7240,-1.5015 -1.4747 -1.5015h -0.3486 c -0.1877,-0.0000 -0.3218,-0.0804 -0.3218 -0.1877v -0.5095 l 0.0536,-0.0536 c 0.0000,-0.0000 1.3943,0.0268 2.4132 0.0268c 1.3675,-0.0000 3.2444,-0.0268 3.2444 -0.0268l 0.0536,0.0536 v 0.4826 c 0.0000,0.1341 -0.0804,0.2145 -0.2413 0.2145h -0.5899 c -0.5095,-0.0000 -0.7508,0.1877 -0.7508 0.5363c 0.0000,0.1877 0.0536,0.4022 0.1609 0.6971l 4.0756,12.3609 l 2.8422,-8.8752 c 0.1073,-0.3218 0.1877,-0.6703 0.1877 -1.0189c 0.0000,-0.2413 -0.0268,-0.4826 -0.1341 -0.7508l -0.5631,-1.7160 c -0.2145,-0.7240 -0.6971,-1.2334 -1.7429 -1.2334h -0.0804 c -0.1877,-0.0000 -0.3218,-0.0804 -0.3218 -0.1877v -0.5095 l 0.0536,-0.0536 c 0.0000,-0.0000 1.5015,0.0268 2.5741 0.0268c 1.3138,-0.0000 3.4321,-0.0268 3.4321 -0.0268l 0.0804,0.0536 v 0.5095 c 0.0000,0.1341 -0.1341,0.1877 -0.2413 0.1877h -0.7776 c -0.5363,-0.0000 -0.7508,0.3754 -0.7508 0.8312c 0.0000,0.2681 0.0536,0.5631 0.1609 0.8848l 3.9415,11.9319 l 4.1024,-12.3341 c 0.0536,-0.2145 0.1073,-0.4290 0.1073 -0.6167c 0.0000,-0.4022 -0.2413,-0.6971 -0.9116 -0.6971h -0.7240 c -0.1341,-0.0000 -0.2145,-0.1073 -0.2145 -0.1877v -0.5095 l 0.0536,-0.0536 c 0.0000,-0.0000 1.6088,0.0268 2.7349 0.0268c 0.8580,-0.0000 2.2791,-0.0268 2.2791 -0.0268l 0.0268,0.0268 v 0.5095 c 0.0000,0.2145 -0.2949,0.2145 -0.2949 0.2145h -0.2949 c -0.7776,-0.0000 -1.3138,0.2949 -1.6624 1.3407l -4.9336,14.9349 c -0.1341,0.4022 -0.4290,0.6167 -0.8044 0.6167c -0.3486,-0.0000 -0.6971,-0.1877 -0.8580 -0.6435l -3.1371,-9.5187 c -0.1341,-0.3754 -0.2681,-0.7508 -0.3754 -0.7508c -0.1341,-0.0000 -0.2681,0.3486 -0.3754 0.6703ZM 143.0781,23.9710 ZM 147.4487,5.2554 v 9.0897 c 1.7965,-1.7965 3.3785,-2.2255 4.4242 -2.2255c 1.9305,-0.0000 2.8958,1.4747 2.8958 4.2365v 5.6844 c 0.0000,0.7776 0.2681,1.1798 1.1530 1.1798h 0.5095 c 0.1073,-0.0000 0.2145,0.0804 0.2145 0.2145v 0.5095 l -0.0536,0.0536 c 0.0000,-0.0000 -1.8233,-0.0536 -2.8958 -0.0536c -0.9385,-0.0000 -2.7618,0.0536 -2.7618 0.0536l -0.0536,-0.0536 v -0.5095 c 0.0000,-0.1341 0.0804,-0.2145 0.2145 -0.2145h 0.5095 c 0.9116,-0.0000 1.1530,-0.4022 1.1530 -1.1798v -5.9793 c 0.0000,-2.1719 -0.5899,-2.6813 -2.0914 -2.6813c -0.7776,-0.0000 -1.9305,0.6971 -3.2176 1.9574v 6.7033 c 0.0000,0.7776 0.2681,1.1798 1.1530 1.1798h 0.5095 c 0.1073,-0.0000 0.2145,0.0804 0.2145 0.2145v 0.5095 l -0.0536,0.0536 c 0.0000,-0.0000 -1.8233,-0.0536 -2.8690 -0.0536c -0.9653,-0.0000 -2.7618,0.0536 -2.7618 0.0536l -0.0536,-0.0536 v -0.5095 c 0.0000,-0.1341 0.0536,-0.2145 0.1877 -0.2145h 0.5095 c 0.9116,-0.0000 1.1530,-0.4022 1.1530 -1.1798v -13.4334 c 0.0000,-1.5284 -0.2413,-1.9574 -0.7776 -1.9574l -0.8848,0.1073 c -0.0804,-0.0000 -0.1341,-0.0536 -0.1341 -0.1341l -0.0536,-0.6703 c 0.4290,-0.0000 1.3943,-0.1609 1.8501 -0.2413c 0.4826,-0.1073 0.8848,-0.2145 1.4211 -0.4558h 0.5899 ZM 156.9673,23.9710 ZM 159.0588,8.6607 c 0.0000,-0.6971 0.5631,-1.2870 1.2602 -1.2870c 0.7240,-0.0000 1.2870,0.5899 1.2870 1.2870c 0.0000,0.7240 -0.5631,1.2870 -1.2870 1.2870c -0.6971,-0.0000 -1.2602,-0.5631 -1.2602 -1.2870ZM 159.0588,8.6607 ZM 161.6060,22.0404 c 0.0000,0.7776 0.2949,1.1798 1.1530 1.1798h 0.5095 c 0.1341,-0.0000 0.2413,0.0804 0.2413 0.2145v 0.5095 l -0.0536,0.0536 c 0.0000,-0.0000 -1.8501,-0.0536 -2.8958 -0.0536c -0.9385,-0.0000 -2.7618,0.0536 -2.7618 0.0536l -0.0536,-0.0536 v -0.5095 c 0.0000,-0.1341 0.0804,-0.2145 0.2145 -0.2145h 0.5095 c 0.8848,-0.0000 1.1530,-0.4022 1.1530 -1.1798v -6.6765 c 0.0000,-1.4211 -0.2413,-1.6356 -0.6167 -1.6356c -0.3486,-0.0000 -0.6703,0.0268 -1.1262 0.1341l -0.1341,-0.7508 c 1.7160,-0.2949 2.0110,-0.4022 2.7886 -0.7776c 0.2949,-0.1073 0.4826,-0.2145 0.6703 -0.2145h 0.4022 v 9.9209 ZM 164.0460,23.9710 ZM 183.2710,22.0404 v -5.4699 c 0.0000,-2.1719 -0.5631,-3.1908 -1.7965 -3.1908c -0.7776,-0.0000 -1.9305,0.4558 -3.5125 1.9574v 6.7033 c 0.0000,0.7776 0.2681,1.1798 1.1530 1.1798h 0.5095 c 0.1073,-0.0000 0.2145,0.0804 0.2145 0.2145v 0.5095 l -0.0536,0.0536 c 0.0000,-0.0000 -1.8233,-0.0536 -2.8690 -0.0536c -0.9653,-0.0000 -2.0378,0.0536 -2.0378 0.0536l -0.0536,-0.0536 v -0.5095 c 0.0000,-0.1341 0.0804,-0.2145 0.2145 -0.2145h 0.0536 c 0.6971,-0.0000 0.8580,-0.4022 0.8580 -1.1798v -13.5675 c 0.0000,-1.2602 -0.2413,-1.8233 -0.7776 -1.8233l -0.8848,0.1073 c -0.0804,-0.0000 -0.1341,-0.0536 -0.1341 -0.1341l -0.0536,-0.6703 c 0.4290,-0.0000 1.3943,-0.1609 1.8501 -0.2413c 0.4826,-0.1073 0.8848,-0.2145 1.4211 -0.4558h 0.5899 v 9.0897 c 1.7965,-1.7965 3.6466,-2.2255 4.6923 -2.2255c 1.9574,-0.0000 2.6277,1.4747 2.6277 4.2365v 5.6844 c 0.0000,0.7776 0.2681,1.1798 1.1262 1.1798h 0.5363 c 0.1073,-0.0000 0.2145,0.0804 0.2145 0.2145v 0.5095 l -0.0536,0.0536 c 0.0000,-0.0000 -1.8233,-0.0536 -2.8958 -0.0536c -0.9385,-0.0000 -2.7618,0.0536 -2.7618 0.0536l -0.0536,-0.0536 v -0.5095 c 0.0000,-0.1341 0.0804,-0.2145 0.2145 -0.2145h 0.5095 c 0.9116,-0.0000 1.1530,-0.4022 1.1530 -1.1798ZM 183.2710,22.0404 ZM 174.0741,21.4505 c -1.1798,2.0378 -2.4668,2.7618 -4.0488 2.7618c -3.2176,-0.0000 -4.9872,-2.4668 -4.9872 -5.9257c 0.0000,-3.8075 2.1451,-6.2207 5.0141 -6.2207c 2.5741,-0.0000 3.9415,1.3138 3.9415 2.7349c 0.0000,0.8044 -0.4826,1.1798 -1.0189 1.1798c -0.5899,-0.0000 -1.1262,-0.2949 -1.2066 -0.9385c -0.0804,-0.9116 -0.2681,-2.0646 -1.8501 -2.0646c -1.7697,-0.0000 -2.8154,1.8233 -2.8154 4.7191c 0.0000,3.1371 1.4211,5.3358 3.5125 5.3358c 1.1530,-0.0000 2.1451,-0.7508 2.9763 -1.9574ZM 194.1840,23.9710 ZM 197.2407,16.5437 h 4.9336 c 0.2681,-0.0000 0.3754,-0.1341 0.3754 -0.3754c 0.0000,-2.4936 -1.2602,-3.1371 -2.2255 -3.1371c -0.6167,-0.0000 -2.6277,0.2413 -3.0835 3.5125ZM 197.2407,16.5437 ZM 204.3194,21.4773 l 0.5363,0.4290 c -1.0189,1.3943 -2.6009,2.3864 -4.5314 2.3864c -3.6734,-0.0000 -5.2286,-2.7349 -5.2286 -5.6576c 0.0000,-4.0756 2.6813,-6.5156 5.2286 -6.5156c 3.5393,-0.0000 4.3705,2.7618 4.3705 5.0141c 0.0000,0.2949 -0.1877,0.4558 -0.4826 0.4558h -7.0519 c -0.0268,0.1609 -0.0268,0.3218 -0.0268 0.5363c 0.0000,2.7349 1.9037,4.8532 3.8343 4.8532c 1.4747,-0.0000 2.4132,-0.4826 3.3516 -1.5015ZM 204.3462,23.9710 ZM 213.3018,21.5846 v -6.9446 c -0.6435,-1.0189 -1.3675,-1.5820 -2.6277 -1.5820c -0.5363,-0.0000 -1.6356,0.0804 -2.4936 1.3407c -0.3754,0.5631 -0.8312,1.7160 -0.8312 3.6466c 0.0000,3.5125 1.8233,5.1213 3.2712 5.1213c 0.8848,-0.0000 1.6088,-0.5363 2.6813 -1.5820ZM 213.3018,21.5846 ZM 215.3128,5.2554 v 15.4980 c 0.0000,0.8044 0.0536,1.2334 0.1073 1.4211c 0.0804,0.2413 0.3754,0.4022 0.5899 0.4022c 0.3218,-0.0000 0.9116,-0.0000 1.3138 -0.0804l 0.1073,0.7508 c -1.5552,0.2681 -2.9494,0.5631 -3.5125 1.0457h -0.6435 l 0.0804,-1.8501 c -1.0189,1.0457 -2.0646,1.8501 -3.4321 1.8501c -2.8958,-0.0000 -4.6655,-2.4668 -4.6655 -5.7648c 0.0000,-1.9842 0.5363,-3.6466 1.6892 -4.7996c 1.0725,-1.0189 2.2523,-1.6088 4.0220 -1.6088c 0.5363,-0.0000 1.7160,0.2413 2.3327 0.5899v -4.1024 c 0.0000,-1.5284 -0.2413,-1.9574 -0.7776 -1.9574l -0.8848,0.1073 c -0.0536,-0.0000 -0.1341,-0.0536 -0.1341 -0.1341l -0.0536,-0.6703 c 0.4290,-0.0000 1.3943,-0.1609 1.8501 -0.2413c 0.5095,-0.1073 0.8848,-0.2145 1.4211 -0.4558h 0.5899 ZM 217.5919,23.9710 ZM 219.6833,8.6607 c 0.0000,-0.6971 0.5631,-1.2870 1.2602 -1.2870c 0.7240,-0.0000 1.2870,0.5899 1.2870 1.2870c 0.0000,0.7240 -0.5631,1.2870 -1.2870 1.2870c -0.6971,-0.0000 -1.2602,-0.5631 -1.2602 -1.2870ZM 219.6833,8.6607 ZM 222.2306,22.0404 c 0.0000,0.7776 0.2949,1.1798 1.1530 1.1798h 0.5095 c 0.1341,-0.0000 0.2413,0.0804 0.2413 0.2145v 0.5095 l -0.0536,0.0536 c 0.0000,-0.0000 -1.8501,-0.0536 -2.8958 -0.0536c -0.9385,-0.0000 -2.7618,0.0536 -2.7618 0.0536l -0.0536,-0.0536 v -0.5095 c 0.0000,-0.1341 0.0804,-0.2145 0.2145 -0.2145h 0.5095 c 0.8848,-0.0000 1.1530,-0.4022 1.1530 -1.1798v -6.6765 c 0.0000,-1.4211 -0.2413,-1.6356 -0.6167 -1.6356c -0.3486,-0.0000 -0.6703,0.0268 -1.1262 0.1341l -0.1341,-0.7508 c 1.7160,-0.2949 2.0110,-0.4022 2.7886 -0.7776c 0.2949,-0.1073 0.4826,-0.2145 0.6703 -0.2145h 0.4022 v 9.9209 ZM 224.6706,23.9710 ZM 229.0679,13.4870 v 6.8642 c 0.0000,1.6624 0.1609,2.4668 0.8848 2.4668c 0.6971,-0.0000 1.2334,-0.2145 1.9305 -0.7508l 0.4826,0.4558 c -1.0457,1.1798 -2.1182,1.7697 -3.3516 1.7697c -1.2334,-0.0000 -1.9574,-0.7508 -1.9574 -2.6545v -8.1512 h -1.7429 c -0.0804,-0.0000 -0.1073,-0.0268 -0.1073 -0.1073v -0.8312 c 0.0000,-0.0804 0.0268,-0.1073 0.0804 -0.1073c 1.7965,-0.0000 2.2255,-1.0457 2.2255 -3.0835v -0.5095 l 1.5552,-0.5363 v 4.1292 h 2.9494 c 0.1341,-0.0000 0.2145,0.0536 0.2145 0.1609v 0.5363 c 0.0000,0.2413 -0.3754,0.3486 -0.6435 0.3486h -2.5204 ZM 232.7681,23.9710 ZM 233.6798,18.4743 c 0.0000,-3.6734 1.9842,-6.3547 5.5503 -6.3547c 3.9683,-0.0000 5.4967,3.3248 5.4967 6.1134c 0.0000,2.6813 -1.7429,6.0598 -5.5503 6.0598c -3.5930,-0.0000 -5.4967,-3.0835 -5.4967 -5.8185ZM 233.6798,18.4743 ZM 238.9352,13.0044 c -2.1451,-0.0000 -3.1371,2.5204 -3.1371 4.8532c 0.0000,2.0646 1.1798,5.4967 3.8343 5.4967c 1.2066,-0.0000 2.9763,-0.7240 2.9763 -4.2633c 0.0000,-3.9415 -1.4747,-6.0866 -3.6734 -6.0866ZM 245.6117,23.9710 ZM 247.9980,22.0404 v -6.6765 c 0.0000,-1.3407 -0.1877,-1.6356 -0.5899 -1.6356c -0.3486,-0.0000 -0.6703,0.0268 -1.1262 0.1341l -0.1341,-0.7508 c 1.6892,-0.2949 1.9842,-0.3754 2.7886 -0.7776c 0.2681,-0.1341 0.4826,-0.2145 0.6703 -0.2145h 0.4022 l -0.0804,2.4132 h 0.0804 c 0.6971,-1.0457 1.8769,-2.4132 3.1371 -2.4132c 1.0993,-0.0000 1.5015,0.5363 1.5015 1.2334c 0.0000,0.6971 -0.4558,1.1262 -1.1530 1.1262c -0.5363,-0.0000 -0.8312,-0.2145 -1.0993 -0.4826c -0.1609,-0.1609 -0.3486,-0.2413 -0.5363 -0.2413c -0.2949,-0.0000 -0.8848,0.4826 -1.5284 1.3943c -0.1877,0.2413 -0.3218,0.5899 -0.3218 0.9385v 5.9525 c 0.0000,0.7776 0.2681,1.1798 1.1530 1.1798h 0.7776 c 0.1341,-0.0000 0.2413,0.0804 0.2413 0.2145v 0.5095 l -0.0536,0.0536 c 0.0000,-0.0000 -2.1182,-0.0536 -3.1640 -0.0536c -0.9653,-0.0000 -2.7886,0.0536 -2.7886 0.0536l -0.0268,-0.0536 v -0.5095 c 0.0000,-0.1341 0.0536,-0.2145 0.1877 -0.2145h 0.5095 c 0.9116,-0.0000 1.1530,-0.4022 1.1530 -1.1798ZM 254.9158,23.9710 ZM 256.0688,20.2171 l 0.7240,-0.0268 c 0.0804,0.6703 0.3754,1.9574 0.9653 2.5741c 0.2681,0.2949 0.9921,0.7776 1.9842 0.7776c 0.9385,-0.0000 2.3327,-0.7508 2.3327 -2.0646c 0.0000,-1.1530 -0.6435,-1.9305 -2.7618 -2.8422c -1.9574,-0.8580 -2.9763,-1.4211 -2.9763 -3.4321c 0.0000,-1.7965 1.5820,-3.0835 3.7002 -3.0835c 1.3407,-0.0000 2.3327,0.2413 3.1640 0.6703c 0.1609,0.8580 0.2413,1.7697 0.2949 2.7349l -0.7240,0.0268 c -0.5631,-2.1987 -2.1719,-2.6277 -2.7349 -2.6277c -1.0189,-0.0000 -2.0646,0.4022 -2.0646 1.8769c 0.0000,1.0725 0.5095,1.6088 1.9842 2.1451c 2.1719,0.8044 3.9147,1.7697 3.9147 3.9147c 0.0000,2.6545 -2.8154,3.4321 -4.0756 3.4321c -0.9385,-0.0000 -1.7160,-0.1073 -2.4132 -0.2949c -0.1877,-0.0268 -0.3218,-0.0536 -0.5095 -0.0536c -0.1341,-0.0000 -0.3486,0.0268 -0.6167 0.0804c 0.0000,-1.1262 -0.0804,-2.4936 -0.1877 -3.8075ZM 271.5668,23.9710 ZM 280.5224,21.5846 v -6.9446 c -0.6435,-1.0189 -1.3675,-1.5820 -2.6277 -1.5820c -0.5363,-0.0000 -1.6356,0.0804 -2.4936 1.3407c -0.3754,0.5631 -0.8312,1.7160 -0.8312 3.6466c 0.0000,3.5125 1.8233,5.1213 3.2712 5.1213c 0.8848,-0.0000 1.6088,-0.5363 2.6813 -1.5820ZM 280.5224,21.5846 ZM 282.5334,5.2554 v 15.4980 c 0.0000,0.8044 0.0536,1.2334 0.1073 1.4211c 0.0804,0.2413 0.3754,0.4022 0.5899 0.4022c 0.3218,-0.0000 0.9116,-0.0000 1.3138 -0.0804l 0.1073,0.7508 c -1.5552,0.2681 -2.9494,0.5631 -3.5125 1.0457h -0.6435 l 0.0804,-1.8501 c -1.0189,1.0457 -2.0646,1.8501 -3.4321 1.8501c -2.8958,-0.0000 -4.6655,-2.4668 -4.6655 -5.7648c 0.0000,-1.9842 0.5363,-3.6466 1.6892 -4.7996c 1.0725,-1.0189 2.2523,-1.6088 4.0220 -1.6088c 0.5363,-0.0000 1.7160,0.2413 2.3327 0.5899v -4.1024 c 0.0000,-1.5284 -0.2413,-1.9574 -0.7776 -1.9574l -0.8848,0.1073 c -0.0536,-0.0000 -0.1341,-0.0536 -0.1341 -0.1341l -0.0536,-0.6703 c 0.4290,-0.0000 1.3943,-0.1609 1.8501 -0.2413c 0.5095,-0.1073 0.8848,-0.2145 1.4211 -0.4558h 0.5899 ZM 284.8125,23.9710 ZM 285.7241,18.4743 c 0.0000,-3.6734 1.9842,-6.3547 5.5503 -6.3547c 3.9683,-0.0000 5.4967,3.3248 5.4967 6.1134c 0.0000,2.6813 -1.7429,6.0598 -5.5503 6.0598c -3.5930,-0.0000 -5.4967,-3.0835 -5.4967 -5.8185ZM 285.7241,18.4743 ZM 290.9795,13.0044 c -2.1451,-0.0000 -3.1371,2.5204 -3.1371 4.8532c 0.0000,2.0646 1.1798,5.4967 3.8343 5.4967c 1.2066,-0.0000 2.9763,-0.7240 2.9763 -4.2633c 0.0000,-3.9415 -1.4747,-6.0866 -3.6734 -6.0866ZM 304.3593,23.9710 ZM 309.9364,12.9776 c 0.0000,0.1341 -0.1609,0.2145 -0.2949 0.2145c -0.8044,-0.0000 -1.1530,0.1609 -1.1530 0.5899c 0.0000,0.1609 0.0536,0.3754 0.1609 0.6167l 2.9494,6.9178 l 2.9763,-6.8105 c 0.1341,-0.2413 0.1877,-0.4558 0.1877 -0.6167c 0.0000,-0.5631 -0.5363,-0.6971 -1.1262 -0.6971h -0.1073 c -0.1341,-0.0000 -0.2681,-0.1073 -0.2681 -0.1877v -0.5095 l 0.0536,-0.0804 c 0.0000,-0.0000 1.5820,0.0536 2.5204 0.0536c 0.7508,-0.0000 1.8501,-0.0536 1.8501 -0.0536l 0.0804,0.0536 v 0.5095 c 0.0000,0.1341 -0.1073,0.2145 -0.2949 0.2145c -1.0189,-0.0000 -1.5284,1.0457 -1.9037 1.8233c -1.4211,3.0031 -2.6009,5.7648 -4.7459 10.9398c -0.8044,1.9305 -1.7697,4.1829 -3.6734 4.1829c -0.5095,-0.0000 -1.5552,-0.2949 -1.5552 -1.2602c 0.0000,-0.8044 0.5899,-1.0457 1.0189 -1.0457c 0.4022,-0.0000 0.6703,0.1609 0.8312 0.3754c 0.2681,0.2681 0.4558,0.4558 0.7240 0.4558c 0.4022,-0.0000 1.3407,-2.3059 2.0110 -3.9415c 0.1609,-0.3218 0.2145,-0.5899 0.2145 -0.8312c 0.0000,-0.2681 -0.2413,-0.9921 -0.4558 -1.5284l -3.3785,-7.8563 c -0.4290,-1.0189 -0.7240,-1.3138 -1.6356 -1.3138c -0.1609,-0.0000 -0.2681,-0.0804 -0.2681 -0.1877v -0.5363 l 0.0536,-0.0536 c 0.0000,-0.0000 1.1798,0.0536 1.9842 0.0536c 1.2602,-0.0000 3.1908,-0.0536 3.1908 -0.0536l 0.0536,0.0804 v 0.4826 ZM 318.0072,23.9710 ZM 318.9188,18.4743 c 0.0000,-3.6734 1.9842,-6.3547 5.5503 -6.3547c 3.9683,-0.0000 5.4967,3.3248 5.4967 6.1134c 0.0000,2.6813 -1.7429,6.0598 -5.5503 6.0598c -3.5930,-0.0000 -5.4967,-3.0835 -5.4967 -5.8185ZM 318.9188,18.4743 ZM 324.1742,13.0044 c -2.1451,-0.0000 -3.1371,2.5204 -3.1371 4.8532c 0.0000,2.0646 1.1798,5.4967 3.8343 5.4967c 1.2066,-0.0000 2.9763,-0.7240 2.9763 -4.2633c 0.0000,-3.9415 -1.4747,-6.0866 -3.6734 -6.0866ZM 330.8507,23.9710 ZM 342.3535,20.8606 c 0.0000,1.3407 0.1341,1.7697 0.6703 1.7697c 0.3218,-0.0000 0.9116,-0.0536 1.3675 -0.1341l 0.1073,0.7508 c -1.6356,0.2949 -2.9494,0.5631 -3.5662 1.0457h -0.5899 l 0.0804,-1.9842 h -0.0804 c -1.4747,1.6088 -2.6813,1.9842 -3.7807 1.9842c -2.6545,-0.0000 -3.3516,-1.7965 -3.3516 -3.6466v -6.1134 c 0.0000,-0.8848 -0.1877,-1.3407 -1.1798 -1.3407c -0.1073,-0.0000 -0.2949,0.0268 -0.4558 0.0268l -0.0804,-0.0268 v -0.6971 l 0.0804,-0.0804 c 0.0000,-0.0000 1.8233,0.0536 2.6813 0.0536c 0.3754,-0.0000 0.9921,-0.0536 0.9921 -0.0536l -0.0268,2.1451 v 5.7112 c 0.0000,2.3864 1.2334,2.8154 2.0378 2.8154c 0.6167,-0.0000 1.1798,-0.2413 1.7429 -0.6435c 0.6435,-0.4826 1.0725,-0.8580 1.3407 -1.2066v -6.6229 c 0.0000,-0.9653 -0.1341,-1.4211 -1.1262 -1.4211c -0.1609,-0.0000 -0.4558,0.0268 -0.5363 0.0268l -0.0536,-0.0536 v -0.6703 l 0.0536,-0.0804 c 0.0000,-0.0000 1.9037,0.0536 2.6545 0.0536c 0.6167,-0.0000 1.0457,-0.0536 1.0457 -0.0536l -0.0268,2.1182 v 6.3279 ZM 351.4164,23.9710 ZM 362.9192,20.8606 c 0.0000,1.3407 0.1341,1.7697 0.6703 1.7697c 0.3218,-0.0000 0.9116,-0.0536 1.3675 -0.1341l 0.1073,0.7508 c -1.6356,0.2949 -2.9494,0.5631 -3.5662 1.0457h -0.5899 l 0.0804,-1.9842 h -0.0804 c -1.4747,1.6088 -2.6813,1.9842 -3.7807 1.9842c -2.6545,-0.0000 -3.3516,-1.7965 -3.3516 -3.6466v -6.1134 c 0.0000,-0.8848 -0.1877,-1.3407 -1.1798 -1.3407c -0.1073,-0.0000 -0.2949,0.0268 -0.4558 0.0268l -0.0804,-0.0268 v -0.6971 l 0.0804,-0.0804 c 0.0000,-0.0000 1.8233,0.0536 2.6813 0.0536c 0.3754,-0.0000 0.9921,-0.0536 0.9921 -0.0536l -0.0268,2.1451 v 5.7112 c 0.0000,2.3864 1.2334,2.8154 2.0378 2.8154c 0.6167,-0.0000 1.1798,-0.2413 1.7429 -0.6435c 0.6435,-0.4826 1.0725,-0.8580 1.3407 -1.2066v -6.6229 c 0.0000,-0.9653 -0.1341,-1.4211 -1.1262 -1.4211c -0.1609,-0.0000 -0.4558,0.0268 -0.5363 0.0268l -0.0536,-0.0536 v -0.6703 l 0.0536,-0.0804 c 0.0000,-0.0000 1.9037,0.0536 2.6545 0.0536c 0.6167,-0.0000 1.0457,-0.0536 1.0457 -0.0536l -0.0268,2.1182 v 6.3279 ZM 365.2788,23.9710 ZM 366.4318,20.2171 l 0.7240,-0.0268 c 0.0804,0.6703 0.3754,1.9574 0.9653 2.5741c 0.2681,0.2949 0.9921,0.7776 1.9842 0.7776c 0.9385,-0.0000 2.3327,-0.7508 2.3327 -2.0646c 0.0000,-1.1530 -0.6435,-1.9305 -2.7618 -2.8422c -1.9574,-0.8580 -2.9763,-1.4211 -2.9763 -3.4321c 0.0000,-1.7965 1.5820,-3.0835 3.7002 -3.0835c 1.3407,-0.0000 2.3327,0.2413 3.1640 0.6703c 0.1609,0.8580 0.2413,1.7697 0.2949 2.7349l -0.7240,0.0268 c -0.5631,-2.1987 -2.1719,-2.6277 -2.7349 -2.6277c -1.0189,-0.0000 -2.0646,0.4022 -2.0646 1.8769c 0.0000,1.0725 0.5095,1.6088 1.9842 2.1451c 2.1719,0.8044 3.9147,1.7697 3.9147 3.9147c 0.0000,2.6545 -2.8154,3.4321 -4.0756 3.4321c -0.9385,-0.0000 -1.7160,-0.1073 -2.4132 -0.2949c -0.1877,-0.0268 -0.3218,-0.0536 -0.5095 -0.0536c -0.1341,-0.0000 -0.3486,0.0268 -0.6167 0.0804c 0.0000,-1.1262 -0.0804,-2.4936 -0.1877 -3.8075ZM 375.2265,23.9710 ZM 378.2832,16.5437 h 4.9336 c 0.2681,-0.0000 0.3754,-0.1341 0.3754 -0.3754c 0.0000,-2.4936 -1.2602,-3.1371 -2.2255 -3.1371c -0.6167,-0.0000 -2.6277,0.2413 -3.0835 3.5125ZM 378.2832,16.5437 ZM 385.3619,21.4773 l 0.5363,0.4290 c -1.0189,1.3943 -2.6009,2.3864 -4.5314 2.3864c -3.6734,-0.0000 -5.2286,-2.7349 -5.2286 -5.6576c 0.0000,-4.0756 2.6813,-6.5156 5.2286 -6.5156c 3.5393,-0.0000 4.3705,2.7618 4.3705 5.0141c 0.0000,0.2949 -0.1877,0.4558 -0.4826 0.4558h -7.0519 c -0.0268,0.1609 -0.0268,0.3218 -0.0268 0.5363c 0.0000,2.7349 1.9037,4.8532 3.8343 4.8532c 1.4747,-0.0000 2.4132,-0.4826 3.3516 -1.5015ZM 393.4058,23.9710 ZM 395.8726,22.0404 v -8.5534 h -1.8501 c -0.1073,-0.0000 -0.1341,-0.0268 -0.1341 -0.1341v -0.3754 c 0.0000,-0.2145 0.1341,-0.5363 0.6167 -0.5363h 1.3675 v -1.0457 c 0.0000,-4.1829 2.1719,-6.1402 4.4242 -6.1402c 1.0189,-0.0000 1.7160,0.2681 2.3864 0.7240c 0.5363,0.4022 0.7776,0.8580 0.7776 1.2870c 0.0000,0.5631 -0.4022,0.9653 -0.9116 0.9653c -0.5363,-0.0000 -0.8848,-0.2949 -1.0993 -0.7508c -0.3486,-0.8848 -0.8580,-1.3138 -1.6624 -1.3138c -0.8848,-0.0000 -1.9037,0.6435 -1.9037 4.7727v 1.5015 h 2.9494 c 0.1341,-0.0000 0.2145,0.0536 0.2145 0.1609v 0.5363 c 0.0000,0.2413 -0.3754,0.3486 -0.6167 0.3486h -2.5473 v 8.5534 c 0.0000,0.7776 0.2681,1.1798 1.1530 1.1798h 0.8848 c 0.1073,-0.0000 0.2145,0.0804 0.2145 0.2145v 0.5095 l -0.0536,0.0536 c 0.0000,-0.0000 -2.1987,-0.0536 -3.2444 -0.0536c -0.9653,-0.0000 -2.7886,0.0536 -2.7886 0.0536l -0.0536,-0.0536 v -0.5095 c 0.0000,-0.1341 0.0804,-0.2145 0.2145 -0.2145h 0.5095 c 0.9116,-0.0000 1.1530,-0.4022 1.1530 -1.1798ZM 401.5570,23.9710 ZM 402.4687,18.4743 c 0.0000,-3.6734 1.9842,-6.3547 5.5503 -6.3547c 3.9683,-0.0000 5.4967,3.3248 5.4967 6.1134c 0.0000,2.6813 -1.7429,6.0598 -5.5503 6.0598c -3.5930,-0.0000 -5.4967,-3.0835 -5.4967 -5.8185ZM 402.4687,18.4743 ZM 407.7240,13.0044 c -2.1451,-0.0000 -3.1371,2.5204 -3.1371 4.8532c 0.0000,2.0646 1.1798,5.4967 3.8343 5.4967c 1.2066,-0.0000 2.9763,-0.7240 2.9763 -4.2633c 0.0000,-3.9415 -1.4747,-6.0866 -3.6734 -6.0866ZM 414.4005,23.9710 ZM 416.7869,22.0404 v -6.6765 c 0.0000,-1.3407 -0.1877,-1.6356 -0.5899 -1.6356c -0.3486,-0.0000 -0.6703,0.0268 -1.1262 0.1341l -0.1341,-0.7508 c 1.6892,-0.2949 1.9842,-0.3754 2.7886 -0.7776c 0.2681,-0.1341 0.4826,-0.2145 0.6703 -0.2145h 0.4022 l -0.0804,2.4132 h 0.0804 c 0.6971,-1.0457 1.8769,-2.4132 3.1371 -2.4132c 1.0993,-0.0000 1.5015,0.5363 1.5015 1.2334c 0.0000,0.6971 -0.4558,1.1262 -1.1530 1.1262c -0.5363,-0.0000 -0.8312,-0.2145 -1.0993 -0.4826c -0.1609,-0.1609 -0.3486,-0.2413 -0.5363 -0.2413c -0.2949,-0.0000 -0.8848,0.4826 -1.5284 1.3943c -0.1877,0.2413 -0.3218,0.5899 -0.3218 0.9385v 5.9525 c 0.0000,0.7776 0.2681,1.1798 1.1530 1.1798h 0.7776 c 0.1341,-0.0000 0.2413,0.0804 0.2413 0.2145v 0.5095 l -0.0536,0.0536 c 0.0000,-0.0000 -2.1182,-0.0536 -3.1640 -0.0536c -0.9653,-0.0000 -2.7886,0.0536 -2.7886 0.0536l -0.0268,-0.0536 v -0.5095 c 0.0000,-0.1341 0.0536,-0.2145 0.1877 -0.2145h 0.5095 c 0.9116,-0.0000 1.1530,-0.4022 1.1530 -1.1798ZM 430.4080,23.9710 ZM 444.1899,22.0404 v -6.7569 h -8.7679 v 6.7569 c 0.0000,0.8312 0.4022,1.1798 1.4747 1.1798h 0.6971 c 0.1073,-0.0000 0.2145,0.0804 0.2145 0.2145v 0.5095 l -0.0536,0.0536 c 0.0000,-0.0000 -2.3059,-0.0536 -3.3785 -0.0536c -0.9385,-0.0000 -3.4321,0.0536 -3.4321 0.0536l -0.0536,-0.0536 v -0.5095 c 0.0000,-0.1341 0.0804,-0.2145 0.1877 -0.2145h 0.7240 c 1.0993,-0.0000 1.4479,-0.4290 1.4479 -1.1798v -13.4602 c 0.0000,-0.8044 -0.4022,-1.1798 -1.4479 -1.1798h -0.7240 c -0.1073,-0.0000 -0.2145,-0.0804 -0.2145 -0.2145v -0.5095 l 0.0536,-0.0268 c 0.0000,-0.0000 2.3327,0.0268 3.3785 0.0268c 0.9653,-0.0000 3.4589,-0.0268 3.4589 -0.0268l 0.0536,0.0268 v 0.5095 c 0.0000,0.1341 -0.0804,0.2145 -0.2145 0.2145h -0.6971 c -1.0993,-0.0000 -1.4747,0.4290 -1.4747 1.1798v 5.6576 h 8.7679 v -5.6576 c 0.0000,-0.8044 -0.4022,-1.1798 -1.4747 -1.1798h -0.6971 c -0.1341,-0.0000 -0.2413,-0.0804 -0.2413 -0.2145v -0.5095 l 0.0536,-0.0268 c 0.0000,-0.0000 2.3327,0.0268 3.3785 0.0268c 0.9653,-0.0000 3.4589,-0.0268 3.4589 -0.0268l 0.0536,0.0268 v 0.5095 c 0.0000,0.1341 -0.0804,0.2145 -0.2145 0.2145h -0.6971 c -1.0993,-0.0000 -1.4747,0.4290 -1.4747 1.1798v 13.4602 c 0.0000,0.8312 0.4022,1.1798 1.4747 1.1798h 0.6971 c 0.1341,-0.0000 0.2413,0.0804 0.2413 0.2145v 0.5095 l -0.0536,0.0536 c 0.0000,-0.0000 -2.3327,-0.0536 -3.3785 -0.0536c -0.9653,-0.0000 -3.4589,0.0536 -3.4589 0.0536l -0.0536,-0.0536 v -0.5095 c 0.0000,-0.1341 0.0804,-0.2145 0.2145 -0.2145h 0.6971 c 1.0993,-0.0000 1.4747,-0.4290 1.4747 -1.1798ZM 449.1772,23.9710 ZM 456.9798,17.4017 l -2.1182,0.5363 c -2.3596,0.7240 -2.7081,1.9574 -2.7081 3.1640c 0.0000,0.8312 0.4022,2.0914 2.0914 2.0914c 0.8044,-0.0000 2.0378,-0.7776 2.7349 -1.3675v -4.4242 ZM 456.9798,17.4017 ZM 458.6959,24.2927 c -1.0189,-0.0000 -1.5820,-0.9116 -1.6892 -1.5552l -0.6167,0.4290 c -1.2334,0.8580 -1.6892,1.1262 -2.9226 1.1262c -1.8769,-0.0000 -3.2444,-1.0725 -3.2444 -3.0835c 0.0000,-2.0378 1.7429,-3.4321 4.2901 -4.0756l 2.4668,-0.6167 c 0.0000,-3.0299 -1.3943,-3.5930 -2.3059 -3.5930c -1.0189,-0.0000 -2.1987,0.4558 -2.1987 1.2870c 0.0000,0.2949 0.0536,0.4558 0.0804 0.5363c 0.0536,0.1073 0.0804,0.2949 0.0804 0.4826c 0.0000,0.3486 -0.2681,0.8848 -1.0457 0.8848c -0.6435,-0.0000 -1.0725,-0.4290 -1.0725 -1.0725c 0.0000,-1.5552 2.5204,-2.9226 4.2365 -2.9226c 1.9574,-0.0000 4.2097,0.8044 4.2097 4.6119v 3.9415 c 0.0000,1.6356 0.0268,2.3327 0.6435 2.3327c 0.5899,-0.0000 0.7508,-0.7508 0.7776 -1.3407l 0.6703,0.1341 c -0.1609,1.9574 -0.9921,2.4936 -2.3596 2.4936ZM 461.2699,23.9710 ZM 462.4229,20.2171 l 0.7240,-0.0268 c 0.0804,0.6703 0.3754,1.9574 0.9653 2.5741c 0.2681,0.2949 0.9921,0.7776 1.9842 0.7776c 0.9385,-0.0000 2.3327,-0.7508 2.3327 -2.0646c 0.0000,-1.1530 -0.6435,-1.9305 -2.7618 -2.8422c -1.9574,-0.8580 -2.9763,-1.4211 -2.9763 -3.4321c 0.0000,-1.7965 1.5820,-3.0835 3.7002 -3.0835c 1.3407,-0.0000 2.3327,0.2413 3.1640 0.6703c 0.1609,0.8580 0.2413,1.7697 0.2949 2.7349l -0.7240,0.0268 c -0.5631,-2.1987 -2.1719,-2.6277 -2.7349 -2.6277c -1.0189,-0.0000 -2.0646,0.4022 -2.0646 1.8769c 0.0000,1.0725 0.5095,1.6088 1.9842 2.1451c 2.1719,0.8044 3.9147,1.7697 3.9147 3.9147c 0.0000,2.6545 -2.8154,3.4321 -4.0756 3.4321c -0.9385,-0.0000 -1.7160,-0.1073 -2.4132 -0.2949c -0.1877,-0.0268 -0.3218,-0.0536 -0.5095 -0.0536c -0.1341,-0.0000 -0.3486,0.0268 -0.6167 0.0804c 0.0000,-1.1262 -0.0804,-2.4936 -0.1877 -3.8075ZM 471.2176,23.9710 ZM 475.5882,18.2866 v 3.7538 c 0.0000,0.7776 0.2681,1.1798 1.1530 1.1798h 0.0536 c 0.1073,-0.0000 0.2145,0.0804 0.2145 0.2145v 0.5095 l -0.0536,0.0536 c 0.0000,-0.0000 -1.3675,-0.0536 -2.4132 -0.0536c -0.9653,-0.0000 -2.7618,0.0536 -2.7618 0.0536l -0.0536,-0.0536 v -0.5095 c 0.0000,-0.1341 0.0536,-0.2145 0.1877 -0.2145h 0.5095 c 0.9116,-0.0000 1.1530,-0.4022 1.1530 -1.1798v -13.4334 c 0.0000,-1.5284 -0.2413,-1.9574 -0.7776 -1.9574l -0.8848,0.1073 c -0.0804,-0.0000 -0.1341,-0.0536 -0.1341 -0.1341l -0.0536,-0.6703 c 0.4290,-0.0000 1.3943,-0.1609 1.8501 -0.2413c 0.4826,-0.1073 0.8848,-0.2145 1.4211 -0.4558h 0.5899 v 12.3609 c 0.6971,-0.1609 2.0646,-1.3675 3.5125 -2.9494c 0.4290,-0.4290 0.5363,-0.7776 0.5363 -1.0457c 0.0000,-0.2145 -0.1341,-0.4290 -0.7776 -0.4290h -0.1073 c -0.1341,-0.0000 -0.2145,-0.1073 -0.2145 -0.2145v -0.5095 l 0.0804,-0.0536 c 0.0000,-0.0000 1.2870,0.0536 2.2255 0.0536c 1.0457,-0.0000 2.4936,-0.0536 2.4936 -0.0536l 0.1073,0.0536 v 0.5095 c 0.0000,0.1341 -0.1609,0.2145 -0.2949 0.2145h -0.1877 c -0.7240,-0.0000 -1.9037,0.5899 -2.5741 1.2870l -2.0378,2.2523 c -0.0804,0.0804 -0.1073,0.1609 -0.1073 0.2681c 0.0000,0.1341 0.0536,0.2681 0.1341 0.3754l 3.1371,4.6387 c 0.4826,0.7240 1.3407,1.2066 2.0110 1.2066h 0.1877 c 0.1877,-0.0000 0.2413,0.0804 0.2413 0.2145v 0.5095 l -0.0536,0.0536 c 0.0000,-0.0000 -1.3675,-0.0536 -2.4132 -0.0536c -0.9385,-0.0000 -1.6624,0.0536 -1.6624 0.0536l -0.0804,-0.0536 v -0.5095 c 0.0000,-0.3486 -0.0804,-0.6435 -0.6167 -1.4211l -1.9574,-2.7618 c -0.5363,-0.7776 -0.9116,-0.9653 -1.5820 -0.9653ZM 484.0611,23.9710 ZM 487.1178,16.5437 h 4.9336 c 0.2681,-0.0000 0.3754,-0.1341 0.3754 -0.3754c 0.0000,-2.4936 -1.2602,-3.1371 -2.2255 -3.1371c -0.6167,-0.0000 -2.6277,0.2413 -3.0835 3.5125ZM 487.1178,16.5437 ZM 494.1965,21.4773 l 0.5363,0.4290 c -1.0189,1.3943 -2.6009,2.3864 -4.5314 2.3864c -3.6734,-0.0000 -5.2286,-2.7349 -5.2286 -5.6576c 0.0000,-4.0756 2.6813,-6.5156 5.2286 -6.5156c 3.5393,-0.0000 4.3705,2.7618 4.3705 5.0141c 0.0000,0.2949 -0.1877,0.4558 -0.4826 0.4558h -7.0519 c -0.0268,0.1609 -0.0268,0.3218 -0.0268 0.5363c 0.0000,2.7349 1.9037,4.8532 3.8343 4.8532c 1.4747,-0.0000 2.4132,-0.4826 3.3516 -1.5015ZM 495.5371,23.9710 ZM 498.0844,22.0404 v -13.4334 c 0.0000,-1.5284 -0.2681,-1.9574 -0.8044 -1.9574l -0.8580,0.1073 c -0.0804,-0.0000 -0.1609,-0.0536 -0.1609 -0.1341l -0.0536,-0.6703 c 0.4290,-0.0000 1.4211,-0.1609 1.8769 -0.2413c 0.4826,-0.1073 0.8580,-0.2145 1.3943 -0.4558h 0.5899 v 16.7850 c 0.0000,0.7776 0.2949,1.1798 1.1530 1.1798h 0.6435 c 0.1073,-0.0000 0.2145,0.0804 0.2145 0.2145v 0.5095 l -0.0536,0.0536 c 0.0000,-0.0000 -1.9574,-0.0536 -3.0031 -0.0536c -0.9385,-0.0000 -2.8958,0.0536 -2.8958 0.0536l -0.0268,-0.0536 v -0.5095 c 0.0000,-0.1341 0.0536,-0.2145 0.1877 -0.2145h 0.6435 c 0.8848,-0.0000 1.1530,-0.4022 1.1530 -1.1798ZM 502.5086,23.9710 ZM 505.0558,22.0404 v -13.4334 c 0.0000,-1.5284 -0.2681,-1.9574 -0.8044 -1.9574l -0.8580,0.1073 c -0.0804,-0.0000 -0.1609,-0.0536 -0.1609 -0.1341l -0.0536,-0.6703 c 0.4290,-0.0000 1.4211,-0.1609 1.8769 -0.2413c 0.4826,-0.1073 0.8580,-0.2145 1.3943 -0.4558h 0.5899 v 16.7850 c 0.0000,0.7776 0.2949,1.1798 1.1530 1.1798h 0.6435 c 0.1073,-0.0000 0.2145,0.0804 0.2145 0.2145v 0.5095 l -0.0536,0.0536 c 0.0000,-0.0000 -1.9574,-0.0536 -3.0031 -0.0536c -0.9385,-0.0000 -2.8958,0.0536 -2.8958 0.0536l -0.0268,-0.0536 v -0.5095 c 0.0000,-0.1341 0.0536,-0.2145 0.1877 -0.2145h 0.6435 c 0.8848,-0.0000 1.1530,-0.4022 1.1530 -1.1798ZM 509.4800,23.9710 ZM 512.0809,8.6338 c 0.0000,0.4022 0.0536,0.5631 0.1609 0.6971c 0.1073,0.1341 0.1609,0.2949 0.1609 0.6435c 0.0000,0.6167 -0.5363,0.9385 -1.0457 0.9385c -0.4290,-0.0000 -1.0993,-0.2145 -1.0993 -1.1530c 0.0000,-1.0189 0.5631,-1.7697 1.3675 -2.4132c 0.7776,-0.6703 1.9037,-1.0457 3.3248 -1.0457c 2.7349,-0.0000 4.4242,1.6088 4.4242 4.0488c 0.0000,2.1182 -1.5820,3.2980 -2.8422 4.2097c -0.6167,0.4558 -1.1530,0.8848 -1.3943 1.3407c -0.3486,0.6703 -0.4826,1.3138 -0.4826 1.9574v 1.1798 c 0.0000,0.1877 -0.1341,0.2681 -0.3486 0.2681c -0.2145,-0.0000 -0.3486,-0.0804 -0.3486 -0.2681v -1.2334 c 0.0000,-1.1530 0.0536,-2.7349 1.7965 -4.3169c 1.0725,-0.9921 1.6088,-1.7697 1.6088 -3.0299c 0.0000,-1.7429 -1.1530,-3.3516 -2.6813 -3.3516c -1.5284,-0.0000 -2.6009,0.7240 -2.6009 1.5284ZM 512.0809,8.6338 ZM 512.8853,22.8716 c 0.0000,-0.7776 0.6435,-1.4211 1.4211 -1.4211c 0.7776,-0.0000 1.4211,0.6435 1.4211 1.4211c 0.0000,0.7776 -0.6435,1.4211 -1.4211 1.4211c -0.7776,-0.0000 -1.4211,-0.6435 -1.4211 -1.4211Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.1" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 514.0358,323.5544 l -0.0000,-5.3894 h -404.2084 l -0.0000,5.3894 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 488.7728,341.5913 ZM 500.8818,337.9257 c -1.2134,-1.2134 -3.7035,-1.5041 -6.3578 1.1502c -2.4269,2.4269 -2.3384,5.3719 -0.8216 6.8887c 1.4409,1.4409 3.9310,1.1755 6.1935 -1.0870c 2.6291,-2.6291 2.7681,-5.1697 0.9859 -6.9519ZM 500.8818,337.9257 ZM 501.2989,345.8003 c -2.5280,2.5280 -5.8649,2.7555 -8.2791 0.3413c -2.1741,-2.1741 -2.3510,-5.5110 0.1390 -8.0010c 2.4774,-2.4774 6.0545,-2.7428 8.3170 -0.4803c 2.2752,2.2752 2.3257,5.6374 -0.1770 8.1401ZM 497.5954,350.4139 ZM 504.6105,347.5446 l -3.2358,3.2358 c -0.7837,0.7837 -1.0870,1.2387 -0.7458 1.5800c 0.3286,0.3286 0.6826,0.4803 1.2640 0.5562l 0.0126,0.4424 c -1.0491,0.0632 -1.8328,-0.1643 -2.4142 -0.7458c -0.5814,-0.5814 -0.5688,-1.2766 0.3286 -2.1741l 3.8425,-3.8425 l -0.8216,-0.8216 c -0.0379,-0.0379 -0.0379,-0.0632 -0.0000 -0.1011l 0.3918,-0.3918 c 0.0379,-0.0379 0.0632,-0.0379 0.0885 -0.0126c 0.8469,0.8469 1.5421,0.5562 2.5027 -0.4045l 0.2402,-0.2402 l 0.9859,0.4803 l -1.9465,1.9465 l 1.3904,1.3904 c 0.0632,0.0632 0.0758,0.1264 0.0253 0.1770l -0.2528,0.2528 c -0.1138,0.1138 -0.3413,-0.0126 -0.4677 -0.1390l -1.1881,-1.1881 ZM 501.4127,354.2311 ZM 512.2956,347.4688 l -4.2849,4.2849 c 1.6937,-0.0000 2.6417,0.5435 3.1347 1.0365c 0.9101,0.9101 0.6699,2.0603 -0.6320 3.3622l -2.6796,2.6796 c -0.3666,0.3666 -0.4298,0.6826 -0.0126 1.0997l 0.2402,0.2402 c 0.0506,0.0506 0.0632,0.1390 0.0000 0.2022l -0.2402,0.2402 l -0.0506,0.0000 c 0.0000,-0.0000 -0.8342,-0.8848 -1.3398 -1.3904c -0.4424,-0.4424 -1.3272,-1.2766 -1.3272 -1.2766l -0.0000,-0.0506 l 0.2402,-0.2402 c 0.0632,-0.0632 0.1390,-0.0632 0.2022 -0.0000l 0.2402,0.2402 c 0.4298,0.4298 0.7331,0.3539 1.0997 -0.0126l 2.8187,-2.8187 c 1.0238,-1.0238 0.9859,-1.5421 0.2781 -2.2499c -0.3666,-0.3666 -1.2387,-0.5814 -2.4395 -0.5941l -3.1600,3.1600 c -0.3666,0.3666 -0.4298,0.6826 -0.0126 1.0997l 0.2402,0.2402 c 0.0506,0.0506 0.0632,0.1390 0.0000 0.2022l -0.2402,0.2402 l -0.0506,0.0000 c 0.0000,-0.0000 -0.8342,-0.8848 -1.3272 -1.3777c -0.4550,-0.4550 -1.3272,-1.2766 -1.3272 -1.2766l -0.0000,-0.0506 l 0.2402,-0.2402 c 0.0632,-0.0632 0.1264,-0.0758 0.1896 -0.0126l 0.2402,0.2402 c 0.4298,0.4298 0.7331,0.3539 1.0997 -0.0126l 6.3326,-6.3326 c 0.7205,-0.7205 0.8090,-1.0365 0.5562 -1.2893l -0.4677,-0.3666 c -0.0379,-0.0379 -0.0379,-0.0885 -0.0000 -0.1264l 0.2907,-0.3413 c 0.2022,0.2022 0.7331,0.5814 0.9859 0.7584c 0.2781,0.1770 0.5182,0.3160 0.8848 0.4550l 0.2781,0.2781 ZM 507.9601,360.7786 ZM 512.9023,358.7183 l 2.3257,2.3257 c 0.1264,0.1264 0.2402,0.1138 0.3539 -0.0000c 1.1755,-1.1755 0.8848,-2.0729 0.4298 -2.5280c -0.2907,-0.2907 -1.3525,-1.1249 -3.1094 0.2022ZM 512.9023,358.7183 ZM 513.9135,364.3809 l 0.0506,0.4550 c -1.1376,0.1770 -2.3510,-0.1011 -3.2611 -1.0112c -1.7317,-1.7317 -1.1755,-3.7540 0.2022 -5.1318c 1.9213,-1.9213 4.3355,-1.8075 5.5363 -0.6067c 1.6685,1.6685 0.7584,3.3622 -0.3034 4.4239c -0.1390,0.1390 -0.3034,0.1264 -0.4424 -0.0126l -3.3243,-3.3243 c -0.0885,0.0632 -0.1643,0.1390 -0.2654 0.2402c -1.2893,1.2893 -1.3904,3.1852 -0.4803 4.0953c 0.6952,0.6952 1.3651,0.9101 2.2878 0.8721ZM 513.3699,366.1884 ZM 515.4050,366.4033 l 3.1473,-3.1473 c 0.6320,-0.6320 0.6826,-0.8595 0.4930 -1.0491c -0.1643,-0.1643 -0.3286,-0.3034 -0.5941 -0.4677l 0.2907,-0.4171 c 0.9353,0.6573 1.1123,0.7584 1.6811 0.9480c 0.1896,0.0632 0.3286,0.1264 0.4171 0.2149l 0.1896,0.1896 l -1.1755,1.0997 l 0.0379,0.0379 c 0.8216,-0.1643 2.0224,-0.2528 2.6164 0.3413c 0.5182,0.5182 0.4550,0.9606 0.1264 1.2893c -0.3286,0.3286 -0.7458,0.3160 -1.0744 -0.0126c -0.2528,-0.2528 -0.2907,-0.4930 -0.2907 -0.7458c -0.0000,-0.1517 -0.0506,-0.2781 -0.1390 -0.3666c -0.1390,-0.1390 -0.6446,-0.1896 -1.3777 -0.0632c -0.2022,0.0253 -0.4298,0.1264 -0.5941 0.2907l -2.8060,2.8060 c -0.3666,0.3666 -0.4298,0.6826 -0.0126 1.0997l 0.3666,0.3666 c 0.0632,0.0632 0.0758,0.1517 0.0126 0.2149l -0.2402,0.2402 l -0.0506,0.0000 c 0.0000,-0.0000 -0.9733,-1.0238 -1.4662 -1.5168c -0.4550,-0.4550 -1.3398,-1.2893 -1.3398 -1.2893l 0.0126,-0.0379 l 0.2402,-0.2402 c 0.0632,-0.0632 0.1264,-0.0758 0.1896 -0.0126l 0.2402,0.2402 c 0.4298,0.4298 0.7331,0.3539 1.0997 -0.0126Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.1403550924768266" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 488.7728,318.1650 v 8.0842 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 438.2468,341.5913 ZM 451.6703,340.5042 c 0.2149,-0.0885 0.3413,-0.1643 0.4298 -0.2528c 0.1896,-0.1896 -0.0506,-0.4803 -0.4803 -0.9101l -0.2275,-0.2275 c -0.0506,-0.0506 -0.0632,-0.1390 -0.0000 -0.2022l 0.2402,-0.2402 l 0.0379,0.0126 c 0.0000,-0.0000 0.9101,0.9353 1.4030 1.4283c 0.4424,0.4424 1.1123,1.0870 1.1123 1.0870l 0.0126,0.0379 l -0.2402,0.2402 c -0.0632,0.0632 -0.1390,0.0632 -0.2022 0.0000c -0.5182,-0.5182 -0.8721,-0.6446 -1.4789 -0.3666l -9.7706,4.4619 c -0.2654,0.1138 -0.4677,0.1138 -0.6067 -0.0253c -0.1264,-0.1264 -0.1264,-0.3286 -0.0000 -0.5814l 4.6009,-9.5810 c 0.3286,-0.6826 0.0758,-1.0870 -0.3413 -1.5041c -0.0506,-0.0506 -0.0632,-0.1390 -0.0000 -0.2022l 0.2402,-0.2402 l 0.0379,0.0126 c 0.0000,-0.0000 0.9733,0.9985 1.4662 1.4915c 0.4424,0.4424 1.5800,1.5547 1.5800 1.5547l 0.0126,0.0379 l -0.2402,0.2402 c -0.0632,0.0632 -0.1390,0.0632 -0.2022 0.0000l -0.3413,-0.3413 c -0.4550,-0.4550 -0.7331,-0.4803 -0.9353 -0.2781c -0.0758,0.0758 -0.1264,0.1770 -0.2022 0.3034l -2.9198,6.0798 l -0.7078,1.4915 l 1.4536,-0.6699 ZM 446.0455,349.3901 ZM 458.8497,346.2427 c -0.6194,0.7205 -1.1502,1.4536 -1.6558 2.1867l -0.4424,-0.3160 c 0.5941,-1.0744 1.3019,-2.4900 0.0506 -3.7414c -0.8342,-0.8342 -2.0350,-0.7458 -2.8060 0.0253c -1.0491,1.0491 -0.2781,2.7808 0.0632 3.5012c 0.6826,1.4409 1.3398,3.1347 -0.1896 4.6641c -1.2893,1.2893 -3.5265,1.4283 -4.9801 -0.0253c -1.2387,-1.2387 -1.2261,-1.6558 -1.5294 -1.9592c -0.2528,-0.2528 -0.4298,-0.3034 -0.6446 -0.5182c 0.6194,-0.6699 1.1376,-1.3651 1.9718 -2.4521l 0.4171,0.3413 c -0.8974,1.4030 -1.0997,2.7934 0.0253 3.9184c 0.9606,0.9606 2.2499,1.1376 3.2737 0.1138c 1.1502,-1.1502 0.8595,-2.1235 0.3918 -3.1979c -0.5688,-1.2513 -1.4915,-3.4380 -0.0126 -4.9169c 1.3398,-1.3398 3.4633,-0.9101 4.5630 0.1896c 1.1755,1.1755 0.9101,1.3904 1.5041 2.1867Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.1403550924768266" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 438.2468,318.1650 v 8.0842 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 387.7207,341.5913 ZM 402.3829,342.1727 l -6.7750,6.7750 c -0.2402,0.2402 -0.4550,0.2781 -0.6320 0.1011c -0.1896,-0.2149 -0.2781,-0.4550 -0.2275 -0.7837l 1.1629,-9.9855 c 0.0632,-0.4930 0.0632,-0.7710 -0.0126 -0.8469c -0.1011,-0.1011 -0.3160,0.0632 -0.7458 0.4930l -4.4366,4.4366 c -0.3792,0.3792 -0.5688,0.9480 -0.0632 1.4536l 0.3286,0.3286 c 0.0506,0.0506 0.0632,0.1390 0.0000 0.2022l -0.2402,0.2402 l -0.0506,0.0000 c 0.0000,-0.0000 -0.8721,-0.9227 -1.3777 -1.4283c -0.4424,-0.4424 -1.3777,-1.3272 -1.3777 -1.3272l -0.0632,-0.1138 l 0.2275,-0.2275 c 0.0632,-0.0632 0.2149,-0.0126 0.2781 0.0506l 0.3286,0.3286 c 0.5182,0.5182 1.0997,0.2654 1.4409 -0.0758l 5.8396,-5.8396 c 0.2528,-0.4045 0.4171,-1.3019 -0.0000 -1.7190c -0.1011,-0.1011 -0.2022,-0.2275 -0.1138 -0.3160l 0.2022,-0.2022 l 0.0758,-0.0253 l 1.6558,1.6558 l -1.1629,9.9855 c -0.1011,0.8342 -0.2907,1.3525 -0.1896 1.4536c 0.0885,0.0885 0.3286,-0.1517 0.5688 -0.3918l 4.7905,-4.7905 c 0.3413,-0.3413 0.6067,-0.9353 0.0885 -1.4536l -0.3286,-0.3286 c -0.0632,-0.0632 -0.1390,-0.2149 -0.0758 -0.2781l 0.2402,-0.2402 l 0.0758,0.0506 c 0.0000,-0.0000 0.9227,0.9480 1.3777 1.4030c 0.4930,0.4930 1.4157,1.3904 1.4157 1.3904l 0.0126,0.0379 l -0.2402,0.2402 c -0.0632,0.0632 -0.1517,0.0506 -0.2022 0.0000l -0.3413,-0.3413 c -0.4930,-0.4930 -1.0744,-0.2907 -1.4536 0.0885ZM 396.2020,350.0726 ZM 399.2230,347.9112 c 1.7317,-1.7317 3.9310,-2.0603 5.6121 -0.3792c 1.8707,1.8707 1.0238,4.1585 -0.2907 5.4731c -1.2640,1.2640 -3.6782,2.0350 -5.4731 0.2402c -1.6937,-1.6937 -1.1376,-4.0448 0.1517 -5.3340ZM 399.2230,347.9112 ZM 404.2789,347.8101 c -1.0112,-1.0112 -2.6670,-0.2907 -3.7667 0.8090c -0.9733,0.9733 -2.0350,3.1473 -0.7837 4.3987c 0.5688,0.5688 1.7443,1.0617 3.4128 -0.6067c 1.8581,-1.8581 2.1741,-3.5644 1.1376 -4.6009ZM 402.2565,356.1271 ZM 409.2716,353.2578 l -3.2358,3.2358 c -0.7837,0.7837 -1.0870,1.2387 -0.7458 1.5800c 0.3286,0.3286 0.6826,0.4803 1.2640 0.5562l 0.0126,0.4424 c -1.0491,0.0632 -1.8328,-0.1643 -2.4142 -0.7458c -0.5814,-0.5814 -0.5688,-1.2766 0.3286 -2.1741l 3.8425,-3.8425 l -0.8216,-0.8216 c -0.0379,-0.0379 -0.0379,-0.0632 -0.0000 -0.1011l 0.3918,-0.3918 c 0.0379,-0.0379 0.0632,-0.0379 0.0885 -0.0126c 0.8469,0.8469 1.5421,0.5562 2.5027 -0.4045l 0.2402,-0.2402 l 0.9859,0.4803 l -1.9465,1.9465 l 1.3904,1.3904 c 0.0632,0.0632 0.0758,0.1264 0.0253 0.1770l -0.2528,0.2528 c -0.1138,0.1138 -0.3413,-0.0126 -0.4677 -0.1390l -1.1881,-1.1881 ZM 406.0738,359.9443 ZM 411.0159,357.8840 l 2.3257,2.3257 c 0.1264,0.1264 0.2402,0.1138 0.3539 -0.0000c 1.1755,-1.1755 0.8848,-2.0729 0.4298 -2.5280c -0.2907,-0.2907 -1.3525,-1.1249 -3.1094 0.2022ZM 411.0159,357.8840 ZM 412.0271,363.5467 l 0.0506,0.4550 c -1.1376,0.1770 -2.3510,-0.1011 -3.2611 -1.0112c -1.7317,-1.7317 -1.1755,-3.7540 0.2022 -5.1318c 1.9213,-1.9213 4.3355,-1.8075 5.5363 -0.6067c 1.6685,1.6685 0.7584,3.3622 -0.3034 4.4239c -0.1390,0.1390 -0.3034,0.1264 -0.4424 -0.0126l -3.3243,-3.3243 c -0.0885,0.0632 -0.1643,0.1390 -0.2654 0.2402c -1.2893,1.2893 -1.3904,3.1852 -0.4803 4.0953c 0.6952,0.6952 1.3651,0.9101 2.2878 0.8721ZM 411.4836,365.3542 ZM 417.3359,363.2686 l -3.1473,3.1473 c -0.0758,0.9606 0.3160,1.4030 0.5182 1.6053c 1.3525,1.3525 2.9198,0.3918 4.0068 -0.6952c 1.5294,-1.5294 1.7569,-2.9956 0.9859 -3.7667c -0.4298,-0.4298 -1.4157,-0.6826 -2.3637 -0.2907ZM 417.3359,363.2686 ZM 410.4345,368.2993 l 6.2567,-6.2567 c 0.4803,-0.4803 0.4550,-0.6826 0.2781 -0.8595c -0.1643,-0.1643 -0.3286,-0.3034 -0.5941 -0.4677l 0.2907,-0.4171 c 0.9480,0.6699 1.1502,0.7710 1.6811 0.9480c 0.2022,0.0758 0.3286,0.1264 0.4171 0.2149l 0.1896,0.1896 l -1.0491,0.9733 l 0.0379,0.0379 c 1.4662,-0.3034 2.2752,0.2528 2.6796 0.6573c 1.2261,1.2261 0.7584,3.3116 -0.5814 4.6515c -1.0238,1.0238 -2.1235,1.4915 -3.2737 1.5041c -0.9859,0.0000 -1.7443,-0.2781 -2.4142 -0.9480c -0.4550,-0.4550 -0.7078,-0.9101 -0.8595 -1.4157l -2.1235,2.1235 c -0.3666,0.3666 -0.4171,0.6952 -0.0126 1.0997l 0.2402,0.2402 c 0.0632,0.0632 0.0758,0.1517 0.0126 0.2149l -0.2402,0.2402 l -0.0506,0.0000 c 0.0000,-0.0000 -0.8469,-0.8974 -1.3398 -1.3904c -0.4424,-0.4424 -1.3272,-1.2766 -1.3272 -1.2766l -0.0000,-0.0506 l 0.2402,-0.2402 c 0.0632,-0.0632 0.1390,-0.0632 0.2022 -0.0000l 0.2402,0.2402 c 0.4171,0.4171 0.7331,0.3539 1.0997 -0.0126ZM 416.9187,370.7893 ZM 423.6937,371.3707 l -1.2513,-0.7458 c -1.4536,-0.7710 -2.1993,-0.3539 -2.7681 0.2149c -0.3918,0.3918 -0.7963,1.1755 0.0000 1.9718c 0.3792,0.3792 1.3272,0.5941 1.9339 0.6446l 2.0856,-2.0856 ZM 423.6937,371.3707 ZM 421.2542,375.4281 c -0.4803,-0.4803 -0.3160,-1.1755 -0.0632 -1.5294l -0.4930,-0.0885 c -0.9859,-0.1770 -1.3272,-0.2654 -1.9086 -0.8469c -0.8848,-0.8848 -1.0238,-2.0350 -0.0758 -2.9830c 0.9606,-0.9606 2.4395,-0.7963 3.9436 0.1011l 1.4536,0.8721 c 1.4283,-1.4283 1.0365,-2.3510 0.6067 -2.7808c -0.4803,-0.4803 -1.2513,-0.8216 -1.6432 -0.4298c -0.1390,0.1390 -0.1896,0.2402 -0.2149 0.2907c -0.0253,0.0758 -0.1011,0.1770 -0.1896 0.2654c -0.1643,0.1643 -0.5435,0.2907 -0.9101 -0.0758c -0.3034,-0.3034 -0.3034,-0.7078 -0.0000 -1.0112c 0.7331,-0.7331 2.5659,-0.1896 3.3748 0.6194c 0.9227,0.9227 1.6053,2.3637 -0.1896 4.1585l -1.8581,1.8581 c -0.7710,0.7710 -1.0870,1.1123 -0.7963 1.4030c 0.2781,0.2781 0.7078,-0.0000 0.9985 -0.2654l 0.2528,0.3792 c -0.9985,0.8469 -1.6432,0.7078 -2.2878 0.0632ZM 422.6193,376.4899 ZM 427.9660,379.5866 l 3.2737,-3.2737 c 0.1770,-0.7837 0.1011,-1.3904 -0.4930 -1.9845c -0.2528,-0.2528 -0.8090,-0.7331 -1.8075 -0.5435c -0.4424,0.0885 -1.2008,0.4171 -2.1109 1.3272c -1.6558,1.6558 -1.5547,3.2737 -0.8721 3.9563c 0.4171,0.4171 1.0112,0.5056 2.0097 0.5182ZM 427.9660,379.5866 ZM 436.6116,372.8370 l -7.3058,7.3058 c -0.3792,0.3792 -0.5562,0.6067 -0.6194 0.7205c -0.0758,0.1517 -0.0126,0.3666 0.0885 0.4677c 0.1517,0.1517 0.4298,0.4298 0.6573 0.5814l -0.3034,0.4045 c -0.8595,-0.6067 -1.6558,-1.1249 -2.1488 -1.1629l -0.3034,-0.3034 l 0.9101,-0.8342 c -0.9733,0.0126 -1.8454,-0.1011 -2.4900 -0.7458c -1.3651,-1.3651 -1.0365,-3.3622 0.5182 -4.9169c 0.9353,-0.9353 1.9718,-1.4662 3.0588 -1.4662c 0.9859,0.0253 1.8201,0.3034 2.6544 1.1376c 0.2528,0.2528 0.6952,0.9227 0.8216 1.3777l 1.9339,-1.9339 c 0.7205,-0.7205 0.8090,-1.0365 0.5562 -1.2893l -0.4677,-0.3666 c -0.0253,-0.0253 -0.0379,-0.0885 -0.0000 -0.1264l 0.2907,-0.3413 c 0.2022,0.2022 0.7331,0.5814 0.9859 0.7584c 0.2907,0.1896 0.5182,0.3160 0.8848 0.4550l 0.2781,0.2781 ZM 428.8634,382.7340 ZM 435.7521,383.1511 l 2.1741,2.1741 l -0.6194,0.6194 l -2.1741,-2.1741 l -2.1867,2.1867 l -0.6320,-0.6320 l 2.1867,-2.1867 l -2.1867,-2.1867 l 0.6194,-0.6194 l 2.1867,2.1867 l 2.1993,-2.1993 l 0.6320,0.6320 l -2.1993,2.1993 ZM 435.5246,389.3952 ZM 442.4133,389.8123 l 2.1741,2.1741 l -0.6194,0.6194 l -2.1741,-2.1741 l -2.1867,2.1867 l -0.6320,-0.6320 l 2.1867,-2.1867 l -2.1867,-2.1867 l 0.6194,-0.6194 l 2.1867,2.1867 l 2.1993,-2.1993 l 0.6320,0.6320 l -2.1993,2.1993 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.1403550924768266" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 387.7207,318.1650 v 8.0842 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.1946,341.5913 ZM 349.9988,338.4439 c -0.6194,0.7205 -1.1502,1.4536 -1.6558 2.1867l -0.4424,-0.3160 c 0.5941,-1.0744 1.3019,-2.4900 0.0506 -3.7414c -0.8342,-0.8342 -2.0350,-0.7458 -2.8060 0.0253c -1.0491,1.0491 -0.2781,2.7808 0.0632 3.5012c 0.6826,1.4409 1.3398,3.1347 -0.1896 4.6641c -1.2893,1.2893 -3.5265,1.4283 -4.9801 -0.0253c -1.2387,-1.2387 -1.2261,-1.6558 -1.5294 -1.9592c -0.2528,-0.2528 -0.4298,-0.3034 -0.6446 -0.5182c 0.6194,-0.6699 1.1376,-1.3651 1.9718 -2.4521l 0.4171,0.3413 c -0.8974,1.4030 -1.0997,2.7934 0.0253 3.9184c 0.9606,0.9606 2.2499,1.1376 3.2737 0.1138c 1.1502,-1.1502 0.8595,-2.1235 0.3918 -3.1979c -0.5688,-1.2513 -1.4915,-3.4380 -0.0126 -4.9169c 1.3398,-1.3398 3.4633,-0.9101 4.5630 0.1896c 1.1755,1.1755 0.9101,1.3904 1.5041 2.1867ZM 343.1986,347.5952 ZM 350.0873,351.5515 c -0.6320,0.6320 -0.7710,0.8974 -0.5182 1.1502c 0.1517,0.1517 0.4550,0.4045 0.7078 0.5814l -0.3034,0.4045 c -0.9101,-0.6320 -1.6558,-1.1249 -2.1741 -1.1881l -0.2781,-0.2781 l 0.9733,-0.8974 l -0.0379,-0.0379 c -1.4536,0.0632 -2.1993,-0.3286 -2.7176 -0.8469c -1.2513,-1.2513 -0.7331,-2.4269 0.1390 -3.2990l 2.8819,-2.8819 c 0.4171,-0.4171 0.5435,-0.7205 0.0758 -1.1881c -0.0506,-0.0506 -0.1517,-0.1264 -0.2275 -0.2022l -0.0253,-0.0506 l 0.3286,-0.3286 l 0.0758,-0.0000 c 0.0000,-0.0000 0.8342,0.8848 1.2387 1.2893c 0.1770,0.1770 0.4930,0.4424 0.4930 0.4424l -1.0238,0.9985 l -2.6923,2.6923 c -1.1249,1.1249 -0.7458,1.9086 -0.3666 2.2878c 0.2907,0.2907 0.6699,0.4424 1.1249 0.5182c 0.5309,0.0758 0.9101,0.1011 1.2008 0.0632l 3.1220,-3.1220 c 0.4550,-0.4550 0.6067,-0.7331 0.1390 -1.2008c -0.0758,-0.0758 -0.2275,-0.2022 -0.2654 -0.2402l -0.0000,-0.0506 l 0.3160,-0.3160 l 0.0632,-0.0126 c 0.0000,-0.0000 0.8721,0.9227 1.2261 1.2766c 0.2907,0.2907 0.5182,0.4677 0.5182 0.4677l -1.0112,0.9859 l -2.9830,2.9830 ZM 349.7334,354.1300 ZM 352.3119,355.3181 c -0.0506,0.5562 0.1138,0.9227 0.5056 1.3145c 1.2008,1.2008 2.9198,0.6952 4.3607 -0.7458c 1.2893,-1.2893 1.5547,-2.8692 0.7837 -3.6403c -0.1390,-0.1390 -0.8216,-0.7710 -1.8328 -0.7458l -3.8172,3.8172 ZM 352.3119,355.3181 ZM 357.9114,347.8227 c 0.7205,-0.7205 0.7963,-1.0491 0.5435 -1.3019l -0.4550,-0.3539 c -0.0379,-0.0379 -0.0379,-0.0885 -0.0000 -0.1264l 0.2907,-0.3413 c 0.2022,0.2022 0.7331,0.5814 0.9859 0.7584c 0.2781,0.1770 0.5182,0.3160 0.8848 0.4550l 0.2781,0.2781 l -3.9184,3.9184 c 0.8974,-0.0379 1.6305,0.2402 2.2373 0.8469c 1.0997,1.0997 1.0997,3.1979 -0.4424 4.7399c -2.0097,2.0097 -4.5630,1.7317 -5.8522 0.4424c -0.5435,-0.5435 -0.7963,-1.0997 -0.8469 -1.7822c -0.2654,0.0379 -0.6194,0.0632 -0.8595 0.0758l -0.2022,-0.3286 c 0.3413,-0.2654 0.5435,-0.4677 1.0365 -0.9606l 6.3199,-6.3199 ZM 355.6867,360.0834 ZM 357.7976,360.3741 l 6.3326,-6.3326 c 0.7205,-0.7205 0.7963,-1.0491 0.5435 -1.3019l -0.4550,-0.3539 c -0.0379,-0.0379 -0.0506,-0.1011 -0.0126 -0.1390l 0.2907,-0.3413 c 0.2022,0.2022 0.7458,0.5941 0.9985 0.7710c 0.2781,0.1770 0.5056,0.3034 0.8721 0.4424l 0.2781,0.2781 l -7.9125,7.9125 c -0.3666,0.3666 -0.4171,0.6952 -0.0126 1.0997l 0.3034,0.3034 c 0.0506,0.0506 0.0632,0.1390 0.0000 0.2022l -0.2402,0.2402 l -0.0506,0.0000 c 0.0000,-0.0000 -0.8974,-0.9480 -1.3904 -1.4409c -0.4424,-0.4424 -1.3904,-1.3398 -1.3904 -1.3398l 0.0126,-0.0379 l 0.2402,-0.2402 c 0.0632,-0.0632 0.1264,-0.0758 0.1896 -0.0126l 0.3034,0.3034 c 0.4171,0.4171 0.7331,0.3539 1.0997 -0.0126ZM 358.9731,363.3697 ZM 367.1764,357.1383 c 0.3286,-0.3286 0.8721,-0.3413 1.2008 -0.0126c 0.3413,0.3413 0.3286,0.8848 0.0000 1.2134c -0.3413,0.3413 -0.8721,0.3413 -1.2134 0.0000c -0.3286,-0.3286 -0.3286,-0.8595 0.0126 -1.2008ZM 367.1764,357.1383 ZM 362.0699,364.6463 c -0.3666,0.3666 -0.4171,0.6952 -0.0126 1.0997l 0.2402,0.2402 c 0.0632,0.0632 0.0758,0.1517 0.0126 0.2149l -0.2402,0.2402 l -0.0506,0.0000 c 0.0000,-0.0000 -0.8469,-0.8974 -1.3398 -1.3904c -0.4424,-0.4424 -1.3272,-1.2766 -1.3272 -1.2766l -0.0000,-0.0506 l 0.2402,-0.2402 c 0.0632,-0.0632 0.1390,-0.0632 0.2022 -0.0000l 0.2402,0.2402 c 0.4171,0.4171 0.7331,0.3539 1.0997 -0.0126l 3.1473,-3.1473 c 0.6699,-0.6699 0.6573,-0.8848 0.4803 -1.0617c -0.1643,-0.1643 -0.3286,-0.3034 -0.5941 -0.4677l 0.2907,-0.4171 c 0.9480,0.6699 1.1376,0.7584 1.6811 0.9480c 0.1896,0.0885 0.3286,0.1264 0.4171 0.2149l 0.1896,0.1896 l -4.6767,4.6767 ZM 362.3100,366.7066 ZM 370.8419,373.4184 l 2.9072,-2.9072 c 0.8469,-0.8469 0.8342,-1.4915 0.3539 -1.9718c -0.4930,-0.4930 -1.1376,-0.6320 -2.4142 -0.5688c -0.1264,0.1770 -0.3034,0.3539 -0.4803 0.5309l -2.6417,2.6417 c -0.3666,0.3666 -0.4298,0.6826 -0.0126 1.0997l 0.2149,0.2149 c 0.0632,0.0632 0.0758,0.1517 0.0126 0.2149l -0.2402,0.2402 l -0.0506,0.0000 c 0.0000,-0.0000 -0.8216,-0.8721 -1.3145 -1.3651c -0.4550,-0.4550 -1.3525,-1.3019 -1.3525 -1.3019l -0.0000,-0.0506 l 0.2402,-0.2402 c 0.0632,-0.0632 0.1390,-0.0632 0.2022 -0.0000l 0.2528,0.2528 c 0.4298,0.4298 0.7331,0.3539 1.0997 -0.0126l 2.8819,-2.8819 c 0.8469,-0.8469 0.8469,-1.5294 0.3666 -2.0097c -0.4424,-0.4424 -1.1755,-0.5435 -2.3889 -0.5182l -3.1347,3.1347 c -0.3666,0.3666 -0.4298,0.6826 -0.0126 1.0997l 0.2402,0.2402 c 0.0506,0.0506 0.0632,0.1390 0.0000 0.2022l -0.2402,0.2402 l -0.0506,0.0000 c 0.0000,-0.0000 -0.8342,-0.8848 -1.3272 -1.3777c -0.4550,-0.4550 -1.3398,-1.2893 -1.3398 -1.2893l -0.0000,-0.0506 l 0.2402,-0.2402 c 0.0632,-0.0632 0.1390,-0.0632 0.2022 -0.0000l 0.2402,0.2402 c 0.4298,0.4298 0.7331,0.3539 1.0997 -0.0126l 3.1473,-3.1473 c 0.7205,-0.7205 0.6573,-0.8848 0.4930 -1.0491c -0.1643,-0.1643 -0.3286,-0.3034 -0.5941 -0.4677l 0.2907,-0.4171 c 0.9353,0.6573 1.1629,0.7837 1.6811 0.9480c 0.1896,0.0632 0.3286,0.1264 0.4171 0.2149l 0.1896,0.1896 l -1.1376,1.0617 l 0.0379,0.0379 c 1.2261,-0.0379 2.2246,0.0253 3.0083 0.8090c 0.7078,0.7078 0.6320,1.6685 0.1390 2.3131c 1.4915,-0.0253 2.4142,0.2402 3.0968 0.9227c 1.1123,1.1123 0.3792,2.2246 -0.7458 3.3496l -2.6291,2.6291 c -0.3666,0.3666 -0.4298,0.6826 -0.0126 1.0997l 0.2402,0.2402 c 0.0506,0.0506 0.0632,0.1390 0.0000 0.2022l -0.2402,0.2402 l -0.0506,0.0000 c 0.0000,-0.0000 -0.8342,-0.8848 -1.3272 -1.3777c -0.4550,-0.4550 -1.3398,-1.2893 -1.3398 -1.2893l -0.0000,-0.0506 l 0.2402,-0.2402 c 0.0632,-0.0632 0.1390,-0.0632 0.2022 -0.0000l 0.2402,0.2402 c 0.4171,0.4171 0.7331,0.3539 1.0997 -0.0126ZM 371.9163,376.3129 ZM 376.8585,374.2526 l 2.3257,2.3257 c 0.1264,0.1264 0.2402,0.1138 0.3539 -0.0000c 1.1755,-1.1755 0.8848,-2.0729 0.4298 -2.5280c -0.2907,-0.2907 -1.3525,-1.1249 -3.1094 0.2022ZM 376.8585,374.2526 ZM 377.8697,379.9153 l 0.0506,0.4550 c -1.1376,0.1770 -2.3510,-0.1011 -3.2611 -1.0112c -1.7317,-1.7317 -1.1755,-3.7540 0.2022 -5.1318c 1.9213,-1.9213 4.3355,-1.8075 5.5363 -0.6067c 1.6685,1.6685 0.7584,3.3622 -0.3034 4.4239c -0.1390,0.1390 -0.3034,0.1264 -0.4424 -0.0126l -3.3243,-3.3243 c -0.0885,0.0632 -0.1643,0.1390 -0.2654 0.2402c -1.2893,1.2893 -1.3904,3.1852 -0.4803 4.0953c 0.6952,0.6952 1.3651,0.9101 2.2878 0.8721Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.1403550924768266" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 337.1946,318.1650 v 8.0842 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 286.6686,341.5913 ZM 293.5194,341.2879 l 2.2625,2.2625 l 2.1235,-4.6262 l -4.4619,1.8328 c -0.0632,0.0379 -0.1011,0.0506 -0.1390 0.0885c -0.0758,0.0758 -0.0253,0.2022 0.2149 0.4424ZM 293.5194,341.2879 ZM 289.3482,342.4508 c -0.1264,0.0506 -0.2149,0.1138 -0.2907 0.1896c -0.2022,0.2022 -0.1138,0.5182 0.2654 0.8974l 0.3666,0.3666 c 0.0506,0.0506 0.0632,0.1390 0.0000 0.2022l -0.2402,0.2402 l -0.0506,0.0000 c 0.0000,-0.0000 -1.2261,-1.2766 -1.5294 -1.5800c -0.3286,-0.3286 -1.1629,-1.1123 -1.1629 -1.1123l -0.0000,-0.0506 l 0.2402,-0.2402 c 0.0632,-0.0632 0.1390,-0.0632 0.2022 -0.0000l 0.1517,0.1517 c 0.5182,0.5182 0.9859,0.5056 1.5926 0.2528l 9.8717,-3.9563 c 0.4045,-0.1770 0.5941,-0.1643 0.7205 -0.0379c 0.2275,0.2275 0.2022,0.4550 0.0506 0.8090l -4.2596,9.4420 c -0.3160,0.6699 -0.3034,1.1629 0.2022 1.6685l 0.1390,0.1390 c 0.0632,0.0632 0.0885,0.1643 0.0253 0.2275l -0.2402,0.2402 l -0.0632,-0.0126 c 0.0000,-0.0000 -0.9480,-0.9985 -1.4409 -1.4915c -0.4424,-0.4424 -1.7064,-1.6558 -1.7064 -1.6558l 0.0126,-0.0379 l 0.2402,-0.2402 c 0.0632,-0.0632 0.1264,-0.0758 0.1896 -0.0126l 0.3539,0.3539 c 0.3918,0.3918 0.7331,0.4550 0.9353 0.2528c 0.0632,-0.0632 0.1264,-0.1517 0.1770 -0.2528l 1.3651,-2.9830 l -2.6670,-2.6670 c -0.3034,-0.3034 -0.4803,-0.3286 -0.6699 -0.2402ZM 295.4533,350.3760 ZM 302.4684,347.5067 l -3.2358,3.2358 c -0.7837,0.7837 -1.0870,1.2387 -0.7458 1.5800c 0.3286,0.3286 0.6826,0.4803 1.2640 0.5562l 0.0126,0.4424 c -1.0491,0.0632 -1.8328,-0.1643 -2.4142 -0.7458c -0.5814,-0.5814 -0.5688,-1.2766 0.3286 -2.1741l 3.8425,-3.8425 l -0.8216,-0.8216 c -0.0379,-0.0379 -0.0379,-0.0632 -0.0000 -0.1011l 0.3918,-0.3918 c 0.0379,-0.0379 0.0632,-0.0379 0.0885 -0.0126c 0.8469,0.8469 1.5421,0.5562 2.5027 -0.4045l 0.2402,-0.2402 l 0.9859,0.4803 l -1.9465,1.9465 l 1.3904,1.3904 c 0.0632,0.0632 0.0758,0.1264 0.0253 0.1770l -0.2528,0.2528 c -0.1138,0.1138 -0.3413,-0.0126 -0.4677 -0.1390l -1.1881,-1.1881 ZM 299.2705,354.1932 ZM 302.2914,352.0318 c 1.7317,-1.7317 3.9310,-2.0603 5.6121 -0.3792c 1.8707,1.8707 1.0238,4.1585 -0.2907 5.4731c -1.2640,1.2640 -3.6782,2.0350 -5.4731 0.2402c -1.6937,-1.6937 -1.1376,-4.0448 0.1517 -5.3340ZM 302.2914,352.0318 ZM 307.3474,351.9307 c -1.0112,-1.0112 -2.6670,-0.2907 -3.7667 0.8090c -0.9733,0.9733 -2.0350,3.1473 -0.7837 4.3987c 0.5688,0.5688 1.7443,1.0617 3.4128 -0.6067c 1.8581,-1.8581 2.1741,-3.5644 1.1376 -4.6009ZM 305.3250,360.2477 ZM 313.8569,366.9594 l 2.9072,-2.9072 c 0.8469,-0.8469 0.8342,-1.4915 0.3539 -1.9718c -0.4930,-0.4930 -1.1376,-0.6320 -2.4142 -0.5688c -0.1264,0.1770 -0.3034,0.3539 -0.4803 0.5309l -2.6417,2.6417 c -0.3666,0.3666 -0.4298,0.6826 -0.0126 1.0997l 0.2149,0.2149 c 0.0632,0.0632 0.0758,0.1517 0.0126 0.2149l -0.2402,0.2402 l -0.0506,0.0000 c 0.0000,-0.0000 -0.8216,-0.8721 -1.3145 -1.3651c -0.4550,-0.4550 -1.3525,-1.3019 -1.3525 -1.3019l -0.0000,-0.0506 l 0.2402,-0.2402 c 0.0632,-0.0632 0.1390,-0.0632 0.2022 -0.0000l 0.2528,0.2528 c 0.4298,0.4298 0.7331,0.3539 1.0997 -0.0126l 2.8819,-2.8819 c 0.8469,-0.8469 0.8469,-1.5294 0.3666 -2.0097c -0.4424,-0.4424 -1.1755,-0.5435 -2.3889 -0.5182l -3.1347,3.1347 c -0.3666,0.3666 -0.4298,0.6826 -0.0126 1.0997l 0.2402,0.2402 c 0.0506,0.0506 0.0632,0.1390 0.0000 0.2022l -0.2402,0.2402 l -0.0506,0.0000 c 0.0000,-0.0000 -0.8342,-0.8848 -1.3272 -1.3777c -0.4550,-0.4550 -1.3398,-1.2893 -1.3398 -1.2893l -0.0000,-0.0506 l 0.2402,-0.2402 c 0.0632,-0.0632 0.1390,-0.0632 0.2022 -0.0000l 0.2402,0.2402 c 0.4298,0.4298 0.7331,0.3539 1.0997 -0.0126l 3.1473,-3.1473 c 0.7205,-0.7205 0.6573,-0.8848 0.4930 -1.0491c -0.1643,-0.1643 -0.3286,-0.3034 -0.5941 -0.4677l 0.2907,-0.4171 c 0.9353,0.6573 1.1629,0.7837 1.6811 0.9480c 0.1896,0.0632 0.3286,0.1264 0.4171 0.2149l 0.1896,0.1896 l -1.1376,1.0617 l 0.0379,0.0379 c 1.2261,-0.0379 2.2246,0.0253 3.0083 0.8090c 0.7078,0.7078 0.6320,1.6685 0.1390 2.3131c 1.4915,-0.0253 2.4142,0.2402 3.0968 0.9227c 1.1123,1.1123 0.3792,2.2246 -0.7458 3.3496l -2.6291,2.6291 c -0.3666,0.3666 -0.4298,0.6826 -0.0126 1.0997l 0.2402,0.2402 c 0.0506,0.0506 0.0632,0.1390 0.0000 0.2022l -0.2402,0.2402 l -0.0506,0.0000 c 0.0000,-0.0000 -0.8342,-0.8848 -1.3272 -1.3777c -0.4550,-0.4550 -1.3398,-1.2893 -1.3398 -1.2893l -0.0000,-0.0506 l 0.2402,-0.2402 c 0.0632,-0.0632 0.1390,-0.0632 0.2022 -0.0000l 0.2402,0.2402 c 0.4171,0.4171 0.7331,0.3539 1.0997 -0.0126Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.1403550924768266" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 286.6686,318.1650 v 8.0842 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.1425,341.5913 ZM 249.5661,340.5042 c 0.2149,-0.0885 0.3413,-0.1643 0.4298 -0.2528c 0.1896,-0.1896 -0.0506,-0.4803 -0.4803 -0.9101l -0.2275,-0.2275 c -0.0506,-0.0506 -0.0632,-0.1390 -0.0000 -0.2022l 0.2402,-0.2402 l 0.0379,0.0126 c 0.0000,-0.0000 0.9101,0.9353 1.4030 1.4283c 0.4424,0.4424 1.1123,1.0870 1.1123 1.0870l 0.0126,0.0379 l -0.2402,0.2402 c -0.0632,0.0632 -0.1390,0.0632 -0.2022 0.0000c -0.5182,-0.5182 -0.8721,-0.6446 -1.4789 -0.3666l -9.7706,4.4619 c -0.2654,0.1138 -0.4677,0.1138 -0.6067 -0.0253c -0.1264,-0.1264 -0.1264,-0.3286 -0.0000 -0.5814l 4.6009,-9.5810 c 0.3286,-0.6826 0.0758,-1.0870 -0.3413 -1.5041c -0.0506,-0.0506 -0.0632,-0.1390 -0.0000 -0.2022l 0.2402,-0.2402 l 0.0379,0.0126 c 0.0000,-0.0000 0.9733,0.9985 1.4662 1.4915c 0.4424,0.4424 1.5800,1.5547 1.5800 1.5547l 0.0126,0.0379 l -0.2402,0.2402 c -0.0632,0.0632 -0.1390,0.0632 -0.2022 0.0000l -0.3413,-0.3413 c -0.4550,-0.4550 -0.7331,-0.4803 -0.9353 -0.2781c -0.0758,0.0758 -0.1264,0.1770 -0.2022 0.3034l -2.9198,6.0798 l -0.7078,1.4915 l 1.4536,-0.6699 ZM 243.9413,349.3901 ZM 256.7455,346.2427 c -0.6194,0.7205 -1.1502,1.4536 -1.6558 2.1867l -0.4424,-0.3160 c 0.5941,-1.0744 1.3019,-2.4900 0.0506 -3.7414c -0.8342,-0.8342 -2.0350,-0.7458 -2.8060 0.0253c -1.0491,1.0491 -0.2781,2.7808 0.0632 3.5012c 0.6826,1.4409 1.3398,3.1347 -0.1896 4.6641c -1.2893,1.2893 -3.5265,1.4283 -4.9801 -0.0253c -1.2387,-1.2387 -1.2261,-1.6558 -1.5294 -1.9592c -0.2528,-0.2528 -0.4298,-0.3034 -0.6446 -0.5182c 0.6194,-0.6699 1.1376,-1.3651 1.9718 -2.4521l 0.4171,0.3413 c -0.8974,1.4030 -1.0997,2.7934 0.0253 3.9184c 0.9606,0.9606 2.2499,1.1376 3.2737 0.1138c 1.1502,-1.1502 0.8595,-2.1235 0.3918 -3.1979c -0.5688,-1.2513 -1.4915,-3.4380 -0.0126 -4.9169c 1.3398,-1.3398 3.4633,-0.9101 4.5630 0.1896c 1.1755,1.1755 0.9101,1.3904 1.5041 2.1867ZM 253.1052,358.5539 ZM 257.4407,363.1928 c -2.7176,-2.7176 -1.9213,-6.1177 0.1138 -8.1527c 2.4900,-2.4900 6.2694,-2.4016 8.3676 -0.3034c 1.5547,1.5547 1.5168,2.5785 2.1993 3.3369c -0.6573,0.7331 -1.1502,1.4536 -1.6811 2.2373l -0.4298,-0.3286 c 0.7584,-1.4157 1.0491,-3.1726 -0.6952 -4.9169c -0.9985,-0.9985 -3.8552,-1.7317 -6.4210 0.8342c -1.8454,1.8454 -2.9072,4.8031 -0.9480 6.7623c 1.1755,1.1755 2.4521,1.6179 4.3355 1.5294l 0.1011,0.4803 c -1.9845,0.2654 -3.7161,-0.2528 -4.9422 -1.4789ZM 261.2453,366.6940 ZM 264.2662,364.5326 c 1.7317,-1.7317 3.9310,-2.0603 5.6121 -0.3792c 1.8707,1.8707 1.0238,4.1585 -0.2907 5.4731c -1.2640,1.2640 -3.6782,2.0350 -5.4731 0.2402c -1.6937,-1.6937 -1.1376,-4.0448 0.1517 -5.3340ZM 264.2662,364.5326 ZM 269.3221,364.4315 c -1.0112,-1.0112 -2.6670,-0.2907 -3.7667 0.8090c -0.9733,0.9733 -2.0350,3.1473 -0.7837 4.3987c 0.5688,0.5688 1.7443,1.0617 3.4128 -0.6067c 1.8581,-1.8581 2.1741,-3.5644 1.1376 -4.6009ZM 266.6804,372.1291 ZM 272.0271,375.2259 l 3.2737,-3.2737 c 0.1770,-0.7837 0.1011,-1.3904 -0.4930 -1.9845c -0.2528,-0.2528 -0.8090,-0.7331 -1.8075 -0.5435c -0.4424,0.0885 -1.2008,0.4171 -2.1109 1.3272c -1.6558,1.6558 -1.5547,3.2737 -0.8721 3.9563c 0.4171,0.4171 1.0112,0.5056 2.0097 0.5182ZM 272.0271,375.2259 ZM 280.6727,368.4762 l -7.3058,7.3058 c -0.3792,0.3792 -0.5562,0.6067 -0.6194 0.7205c -0.0758,0.1517 -0.0126,0.3666 0.0885 0.4677c 0.1517,0.1517 0.4298,0.4298 0.6573 0.5814l -0.3034,0.4045 c -0.8595,-0.6067 -1.6558,-1.1249 -2.1488 -1.1629l -0.3034,-0.3034 l 0.9101,-0.8342 c -0.9733,0.0126 -1.8454,-0.1011 -2.4900 -0.7458c -1.3651,-1.3651 -1.0365,-3.3622 0.5182 -4.9169c 0.9353,-0.9353 1.9718,-1.4662 3.0588 -1.4662c 0.9859,0.0253 1.8201,0.3034 2.6544 1.1376c 0.2528,0.2528 0.6952,0.9227 0.8216 1.3777l 1.9339,-1.9339 c 0.7205,-0.7205 0.8090,-1.0365 0.5562 -1.2893l -0.4677,-0.3666 c -0.0253,-0.0253 -0.0379,-0.0885 -0.0000 -0.1264l 0.2907,-0.3413 c 0.2022,0.2022 0.7331,0.5814 0.9859 0.7584c 0.2907,0.1896 0.5182,0.3160 0.8848 0.4550l 0.2781,0.2781 ZM 272.9245,378.3732 ZM 277.8667,376.3129 l 2.3257,2.3257 c 0.1264,0.1264 0.2402,0.1138 0.3539 -0.0000c 1.1755,-1.1755 0.8848,-2.0729 0.4298 -2.5280c -0.2907,-0.2907 -1.3525,-1.1249 -3.1094 0.2022ZM 277.8667,376.3129 ZM 278.8779,381.9756 l 0.0506,0.4550 c -1.1376,0.1770 -2.3510,-0.1011 -3.2611 -1.0112c -1.7317,-1.7317 -1.1755,-3.7540 0.2022 -5.1318c 1.9213,-1.9213 4.3355,-1.8075 5.5363 -0.6067c 1.6685,1.6685 0.7584,3.3622 -0.3034 4.4239c -0.1390,0.1390 -0.3034,0.1264 -0.4424 -0.0126l -3.3243,-3.3243 c -0.0885,0.0632 -0.1643,0.1390 -0.2654 0.2402c -1.2893,1.2893 -1.3904,3.1852 -0.4803 4.0953c 0.6952,0.6952 1.3651,0.9101 2.2878 0.8721Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.1403550924768266" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 236.1425,318.1650 v 8.0842 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 185.6165,341.5913 ZM 197.7381,338.3934 l -1.7064,-1.7064 c -0.3034,-0.3034 -0.5562,-0.3539 -0.8595 -0.0506l -2.6923,2.6923 l 1.7317,1.7317 c 0.4424,0.4424 0.7584,0.3539 1.1881 0.0758l 0.4677,-0.2907 c 0.0506,-0.0506 0.1390,-0.0632 0.1896 -0.0126l 0.2781,0.2781 c 0.0379,0.0379 0.0253,0.0758 0.0000 0.1011c -0.3666,0.2654 -0.8848,0.6826 -1.3019 1.0997c -0.4298,0.4298 -0.9353,1.0617 -1.1123 1.3145l -0.0758,0.0000 l -0.2907,-0.2907 c -0.0632,-0.0632 -0.0506,-0.1517 -0.0126 -0.1896l 0.3160,-0.4677 c 0.3034,-0.4298 0.3539,-0.7584 -0.0758 -1.1881l -1.7317,-1.7317 l -3.2232,3.2232 c -0.3413,0.3413 -0.2402,0.5941 0.0379 0.8721l 2.0982,2.0982 c 0.9606,0.9606 2.0729,0.5814 3.2358 -0.0758l 0.3286,0.4550 c -0.8090,0.5056 -1.6558,1.0997 -2.4269 1.7443l -3.7161,-3.7161 l -0.9606,-0.9859 l -1.6432,-1.5926 v -0.0506 l 0.2528,-0.2528 c 0.0379,-0.0379 0.1138,-0.0632 0.1896 0.0126l 0.3792,0.3792 c 0.5056,0.5056 0.8595,0.4550 1.2134 0.1011l 6.3326,-6.3326 c 0.3918,-0.3918 0.3918,-0.7458 -0.0885 -1.2261l -0.3792,-0.3792 c -0.0885,-0.0885 -0.0506,-0.1517 -0.0126 -0.1896l 0.2528,-0.2528 l 0.0379,0.0126 l 1.6053,1.6305 l 0.9985,0.9733 l 3.2358,3.2358 c -0.6194,0.7205 -1.2766,1.6053 -1.6937 2.2246l -0.4298,-0.3034 c 0.5941,-1.1502 1.0112,-2.0224 0.0632 -2.9704ZM 192.8086,348.7833 ZM 201.3404,355.4951 l 2.9072,-2.9072 c 0.8469,-0.8469 0.8342,-1.4915 0.3539 -1.9718c -0.4930,-0.4930 -1.1376,-0.6320 -2.4142 -0.5688c -0.1264,0.1770 -0.3034,0.3539 -0.4803 0.5309l -2.6417,2.6417 c -0.3666,0.3666 -0.4298,0.6826 -0.0126 1.0997l 0.2149,0.2149 c 0.0632,0.0632 0.0758,0.1517 0.0126 0.2149l -0.2402,0.2402 l -0.0506,0.0000 c 0.0000,-0.0000 -0.8216,-0.8721 -1.3145 -1.3651c -0.4550,-0.4550 -1.3525,-1.3019 -1.3525 -1.3019v -0.0506 l 0.2402,-0.2402 c 0.0632,-0.0632 0.1390,-0.0632 0.2022 -0.0000l 0.2528,0.2528 c 0.4298,0.4298 0.7331,0.3539 1.0997 -0.0126l 2.8819,-2.8819 c 0.8469,-0.8469 0.8469,-1.5294 0.3666 -2.0097c -0.4424,-0.4424 -1.1755,-0.5435 -2.3889 -0.5182l -3.1347,3.1347 c -0.3666,0.3666 -0.4298,0.6826 -0.0126 1.0997l 0.2402,0.2402 c 0.0506,0.0506 0.0632,0.1390 0.0000 0.2022l -0.2402,0.2402 l -0.0506,0.0000 c 0.0000,-0.0000 -0.8342,-0.8848 -1.3272 -1.3777c -0.4550,-0.4550 -1.3398,-1.2893 -1.3398 -1.2893v -0.0506 l 0.2402,-0.2402 c 0.0632,-0.0632 0.1390,-0.0632 0.2022 -0.0000l 0.2402,0.2402 c 0.4298,0.4298 0.7331,0.3539 1.0997 -0.0126l 3.1473,-3.1473 c 0.7205,-0.7205 0.6573,-0.8848 0.4930 -1.0491c -0.1643,-0.1643 -0.3286,-0.3034 -0.5941 -0.4677l 0.2907,-0.4171 c 0.9353,0.6573 1.1629,0.7837 1.6811 0.9480c 0.1896,0.0632 0.3286,0.1264 0.4171 0.2149l 0.1896,0.1896 l -1.1376,1.0617 l 0.0379,0.0379 c 1.2261,-0.0379 2.2246,0.0253 3.0083 0.8090c 0.7078,0.7078 0.6320,1.6685 0.1390 2.3131c 1.4915,-0.0253 2.4142,0.2402 3.0968 0.9227c 1.1123,1.1123 0.3792,2.2246 -0.7458 3.3496l -2.6291,2.6291 c -0.3666,0.3666 -0.4298,0.6826 -0.0126 1.0997l 0.2402,0.2402 c 0.0506,0.0506 0.0632,0.1390 0.0000 0.2022l -0.2402,0.2402 l -0.0506,0.0000 c 0.0000,-0.0000 -0.8342,-0.8848 -1.3272 -1.3777c -0.4550,-0.4550 -1.3398,-1.2893 -1.3398 -1.2893v -0.0506 l 0.2402,-0.2402 c 0.0632,-0.0632 0.1390,-0.0632 0.2022 -0.0000l 0.2402,0.2402 c 0.4171,0.4171 0.7331,0.3539 1.0997 -0.0126ZM 202.4148,358.3896 ZM 209.1898,358.9711 l -1.2513,-0.7458 c -1.4536,-0.7710 -2.1993,-0.3539 -2.7681 0.2149c -0.3918,0.3918 -0.7963,1.1755 0.0000 1.9718c 0.3792,0.3792 1.3272,0.5941 1.9339 0.6446l 2.0856,-2.0856 ZM 209.1898,358.9711 ZM 206.7503,363.0284 c -0.4803,-0.4803 -0.3160,-1.1755 -0.0632 -1.5294l -0.4930,-0.0885 c -0.9859,-0.1770 -1.3272,-0.2654 -1.9086 -0.8469c -0.8848,-0.8848 -1.0238,-2.0350 -0.0758 -2.9830c 0.9606,-0.9606 2.4395,-0.7963 3.9436 0.1011l 1.4536,0.8721 c 1.4283,-1.4283 1.0365,-2.3510 0.6067 -2.7808c -0.4803,-0.4803 -1.2513,-0.8216 -1.6432 -0.4298c -0.1390,0.1390 -0.1896,0.2402 -0.2149 0.2907c -0.0253,0.0758 -0.1011,0.1770 -0.1896 0.2654c -0.1643,0.1643 -0.5435,0.2907 -0.9101 -0.0758c -0.3034,-0.3034 -0.3034,-0.7078 0.0000 -1.0112c 0.7331,-0.7331 2.5659,-0.1896 3.3748 0.6194c 0.9227,0.9227 1.6053,2.3637 -0.1896 4.1585l -1.8581,1.8581 c -0.7710,0.7710 -1.0870,1.1123 -0.7963 1.4030c 0.2781,0.2781 0.7078,-0.0000 0.9985 -0.2654l 0.2528,0.3792 c -0.9985,0.8469 -1.6432,0.7078 -2.2878 0.0632ZM 208.1154,364.0902 ZM 214.1193,367.7937 c -1.5168,0.4045 -2.4648,0.1390 -3.2232 -0.6194c -1.5168,-1.5168 -1.3145,-3.6150 0.3160 -5.2455c 1.7949,-1.7949 4.0827,-1.8328 5.4478 -0.4677c 1.2134,1.2134 1.2387,2.4774 0.5688 3.1473c -0.3666,0.3666 -0.7837,0.3286 -1.0491 0.0632c -0.2654,-0.2654 -0.3792,-0.6573 -0.1011 -1.0112c 0.3666,-0.4677 0.8342,-1.0870 0.0885 -1.8328c -0.8342,-0.8342 -2.3384,-0.5688 -3.7035 0.7963c -1.4789,1.4789 -1.7064,3.2990 -0.7331 4.2723c 0.5435,0.5435 1.3777,0.6699 2.3384 0.4930ZM 213.2093,369.1841 ZM 215.5224,367.9580 l 0.3539,0.3286 c -0.2781,0.3539 -0.7458,1.0997 -0.7584 1.6685c -0.0126,0.2654 0.1011,0.8342 0.5688 1.3019c 0.4424,0.4424 1.4536,0.7458 2.0729 0.1264c 0.5435,-0.5435 0.6067,-1.2134 0.0379 -2.6417c -0.5182,-1.3272 -0.7331,-2.0729 0.2149 -3.0209c 0.8469,-0.8469 2.1993,-0.7078 3.1979 0.2907c 0.6320,0.6320 0.9859,1.2134 1.1755 1.8075c -0.3286,0.4803 -0.7205,0.9480 -1.1502 1.4283l -0.3539,-0.3286 c 0.7710,-1.3019 0.2149,-2.2625 -0.0506 -2.5280c -0.4803,-0.4803 -1.1629,-0.7837 -1.8581 -0.0885c -0.5056,0.5056 -0.5182,0.9985 -0.0758 1.9465c 0.6446,1.4030 1.0112,2.6796 -0.0000 3.6908c -1.2513,1.2513 -2.9451,0.2907 -3.5392 -0.3034c -0.4424,-0.4424 -0.7584,-0.8595 -0.9985 -1.2766c -0.0758,-0.1011 -0.1264,-0.1770 -0.2149 -0.2654c -0.0632,-0.0632 -0.1770,-0.1517 -0.3286 -0.2528c 0.5309,-0.5309 1.1376,-1.2134 1.7064 -1.8833Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.1403550924768266" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 185.6165,318.1650 v 8.0842 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.0904,341.5913 ZM 148.5139,340.5042 c 0.2149,-0.0885 0.3413,-0.1643 0.4298 -0.2528c 0.1896,-0.1896 -0.0506,-0.4803 -0.4803 -0.9101l -0.2275,-0.2275 c -0.0506,-0.0506 -0.0632,-0.1390 -0.0000 -0.2022l 0.2402,-0.2402 l 0.0379,0.0126 c 0.0000,-0.0000 0.9101,0.9353 1.4030 1.4283c 0.4424,0.4424 1.1123,1.0870 1.1123 1.0870l 0.0126,0.0379 l -0.2402,0.2402 c -0.0632,0.0632 -0.1390,0.0632 -0.2022 0.0000c -0.5182,-0.5182 -0.8721,-0.6446 -1.4789 -0.3666l -9.7706,4.4619 c -0.2654,0.1138 -0.4677,0.1138 -0.6067 -0.0253c -0.1264,-0.1264 -0.1264,-0.3286 -0.0000 -0.5814l 4.6009,-9.5810 c 0.3286,-0.6826 0.0758,-1.0870 -0.3413 -1.5041c -0.0506,-0.0506 -0.0632,-0.1390 -0.0000 -0.2022l 0.2402,-0.2402 l 0.0379,0.0126 c 0.0000,-0.0000 0.9733,0.9985 1.4662 1.4915c 0.4424,0.4424 1.5800,1.5547 1.5800 1.5547l 0.0126,0.0379 l -0.2402,0.2402 c -0.0632,0.0632 -0.1390,0.0632 -0.2022 0.0000l -0.3413,-0.3413 c -0.4550,-0.4550 -0.7331,-0.4803 -0.9353 -0.2781c -0.0758,0.0758 -0.1264,0.1770 -0.2022 0.3034l -2.9198,6.0798 l -0.7078,1.4915 l 1.4536,-0.6699 ZM 142.8892,349.3901 ZM 151.0925,343.1586 c 0.3286,-0.3286 0.8721,-0.3413 1.2008 -0.0126c 0.3413,0.3413 0.3286,0.8848 0.0000 1.2134c -0.3413,0.3413 -0.8721,0.3413 -1.2134 0.0000c -0.3286,-0.3286 -0.3286,-0.8595 0.0126 -1.2008ZM 151.0925,343.1586 ZM 145.9860,350.6667 c -0.3666,0.3666 -0.4171,0.6952 -0.0126 1.0997l 0.2402,0.2402 c 0.0632,0.0632 0.0758,0.1517 0.0126 0.2149l -0.2402,0.2402 l -0.0506,0.0000 c 0.0000,-0.0000 -0.8469,-0.8974 -1.3398 -1.3904c -0.4424,-0.4424 -1.3272,-1.2766 -1.3272 -1.2766l -0.0000,-0.0506 l 0.2402,-0.2402 c 0.0632,-0.0632 0.1390,-0.0632 0.2022 -0.0000l 0.2402,0.2402 c 0.4171,0.4171 0.7331,0.3539 1.0997 -0.0126l 3.1473,-3.1473 c 0.6699,-0.6699 0.6573,-0.8848 0.4803 -1.0617c -0.1643,-0.1643 -0.3286,-0.3034 -0.5941 -0.4677l 0.2907,-0.4171 c 0.9480,0.6699 1.1376,0.7584 1.6811 0.9480c 0.1896,0.0885 0.3286,0.1264 0.4171 0.2149l 0.1896,0.1896 l -4.6767,4.6767 ZM 146.2261,352.7270 ZM 154.7580,359.4387 l 2.9072,-2.9072 c 0.8469,-0.8469 0.8342,-1.4915 0.3539 -1.9718c -0.4930,-0.4930 -1.1376,-0.6320 -2.4142 -0.5688c -0.1264,0.1770 -0.3034,0.3539 -0.4803 0.5309l -2.6417,2.6417 c -0.3666,0.3666 -0.4298,0.6826 -0.0126 1.0997l 0.2149,0.2149 c 0.0632,0.0632 0.0758,0.1517 0.0126 0.2149l -0.2402,0.2402 l -0.0506,0.0000 c 0.0000,-0.0000 -0.8216,-0.8721 -1.3145 -1.3651c -0.4550,-0.4550 -1.3525,-1.3019 -1.3525 -1.3019l -0.0000,-0.0506 l 0.2402,-0.2402 c 0.0632,-0.0632 0.1390,-0.0632 0.2022 -0.0000l 0.2528,0.2528 c 0.4298,0.4298 0.7331,0.3539 1.0997 -0.0126l 2.8819,-2.8819 c 0.8469,-0.8469 0.8469,-1.5294 0.3666 -2.0097c -0.4424,-0.4424 -1.1755,-0.5435 -2.3889 -0.5182l -3.1347,3.1347 c -0.3666,0.3666 -0.4298,0.6826 -0.0126 1.0997l 0.2402,0.2402 c 0.0506,0.0506 0.0632,0.1390 0.0000 0.2022l -0.2402,0.2402 l -0.0506,0.0000 c 0.0000,-0.0000 -0.8342,-0.8848 -1.3272 -1.3777c -0.4550,-0.4550 -1.3398,-1.2893 -1.3398 -1.2893l -0.0000,-0.0506 l 0.2402,-0.2402 c 0.0632,-0.0632 0.1390,-0.0632 0.2022 -0.0000l 0.2402,0.2402 c 0.4298,0.4298 0.7331,0.3539 1.0997 -0.0126l 3.1473,-3.1473 c 0.7205,-0.7205 0.6573,-0.8848 0.4930 -1.0491c -0.1643,-0.1643 -0.3286,-0.3034 -0.5941 -0.4677l 0.2907,-0.4171 c 0.9353,0.6573 1.1629,0.7837 1.6811 0.9480c 0.1896,0.0632 0.3286,0.1264 0.4171 0.2149l 0.1896,0.1896 l -1.1376,1.0617 l 0.0379,0.0379 c 1.2261,-0.0379 2.2246,0.0253 3.0083 0.8090c 0.7078,0.7078 0.6320,1.6685 0.1390 2.3131c 1.4915,-0.0253 2.4142,0.2402 3.0968 0.9227c 1.1123,1.1123 0.3792,2.2246 -0.7458 3.3496l -2.6291,2.6291 c -0.3666,0.3666 -0.4298,0.6826 -0.0126 1.0997l 0.2402,0.2402 c 0.0506,0.0506 0.0632,0.1390 0.0000 0.2022l -0.2402,0.2402 l -0.0506,0.0000 c 0.0000,-0.0000 -0.8342,-0.8848 -1.3272 -1.3777c -0.4550,-0.4550 -1.3398,-1.2893 -1.3398 -1.2893l -0.0000,-0.0506 l 0.2402,-0.2402 c 0.0632,-0.0632 0.1390,-0.0632 0.2022 -0.0000l 0.2402,0.2402 c 0.4171,0.4171 0.7331,0.3539 1.0997 -0.0126Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.1403550924768266" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 135.0904,318.1650 v 8.0842 "/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.1" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 106.5586,312.5879 l -0.0000,-269.4723 h -5.3894 l -0.0000,269.4723 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 70.9440,110.7360 ZM 75.5559,104.3902 c 0.0000,-0.1251 0.0179,-0.2681 0.1788 -0.3575c 0.1966,-0.1430 0.5184,-0.3039 0.7865 -0.3039c 0.2324,-0.0000 0.2503,0.1966 0.2503 0.5541v 2.8779 h 1.4479 l -0.1073,0.8401 h -1.3407 v 1.4837 c 0.0000,0.5005 0.0715,0.7508 0.5899 0.7508h 0.4826 c 0.1073,-0.0000 0.1251,0.0894 0.1251 0.1251v 0.3933 c 0.0000,-0.0000 -1.1440,-0.0358 -1.8948 -0.0358c -0.6793,-0.0000 -1.7339,0.0358 -1.7339 0.0358v -0.3933 c 0.0000,-0.0358 0.0179,-0.1251 0.1251 -0.1251h 0.4826 c 0.5541,-0.0000 0.6078,-0.2324 0.6078 -0.7508v -1.4837 h -3.5036 c -0.0715,-0.0000 -0.1073,-0.0358 -0.1609 -0.1073l -0.1430,-0.1966 l -0.2145,-0.3754 c -0.0179,-0.0000 -0.0179,-0.0179 -0.0179 -0.0358c 0.0000,-0.0179 0.0179,-0.0358 0.0358 -0.0536c 1.1619,-1.2870 3.2176,-5.2733 3.8611 -6.7390c 0.0179,-0.0715 0.0536,-0.0894 0.1251 -0.0894c 0.0179,-0.0000 0.4111,0.1609 0.6256 0.1966c -0.8044,2.1629 -2.1272,4.4867 -3.4321 6.5603h 2.8243 v -2.7707 ZM 78.7734,110.7360 ZM 82.6882,101.0296 c -0.7686,-0.0000 -1.8948,0.7508 -1.8948 4.9157c 0.0000,1.4658 0.2681,4.4152 1.8412 4.4152c 0.3039,-0.0000 1.1619,-0.1966 1.5373 -1.5909c 0.2324,-0.8580 0.3575,-1.9305 0.3575 -3.4857c 0.0000,-2.2702 -0.5720,-3.5393 -1.0904 -3.9862c -0.1966,-0.1788 -0.4648,-0.2681 -0.7508 -0.2681ZM 82.6882,101.0296 ZM 82.6167,110.9505 c -1.9127,-0.0000 -3.1997,-2.4489 -3.1997 -5.1839c 0.0000,-3.3427 1.5909,-5.3626 3.2712 -5.3626c 0.7686,-0.0000 1.5373,0.4826 2.0557 1.1798c 0.7508,1.0010 1.1440,2.3417 1.1440 4.0220c 0.0000,3.9683 -1.9663,5.3448 -3.2712 5.3448ZM 86.6029,110.7360 ZM 90.5176,101.0296 c -0.7686,-0.0000 -1.8948,0.7508 -1.8948 4.9157c 0.0000,1.4658 0.2681,4.4152 1.8412 4.4152c 0.3039,-0.0000 1.1619,-0.1966 1.5373 -1.5909c 0.2324,-0.8580 0.3575,-1.9305 0.3575 -3.4857c 0.0000,-2.2702 -0.5720,-3.5393 -1.0904 -3.9862c -0.1966,-0.1788 -0.4648,-0.2681 -0.7508 -0.2681ZM 90.5176,101.0296 ZM 90.4461,110.9505 c -1.9127,-0.0000 -3.1997,-2.4489 -3.1997 -5.1839c 0.0000,-3.3427 1.5909,-5.3626 3.2712 -5.3626c 0.7686,-0.0000 1.5373,0.4826 2.0557 1.1798c 0.7508,1.0010 1.1440,2.3417 1.1440 4.0220c 0.0000,3.9683 -1.9663,5.3448 -3.2712 5.3448Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.1403550924768266" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 98.4744,110.7360 h 8.0842 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 70.9440,211.6619 ZM 71.9808,203.7431 c 0.0000,-1.0189 0.9831,-2.4132 2.8601 -2.4132c 1.3764,-0.0000 2.9852,0.5184 2.9852 2.5741c 0.0000,1.3585 -0.6971,2.0378 -1.6624 2.9673l -1.6982,1.6445 c -0.0894,0.0894 -1.2870,1.2692 -1.2870 2.1093h 3.0388 c 0.6078,-0.0000 0.9295,-0.3039 1.1798 -1.2870l 0.4469,0.0715 l -0.3575,2.2523 h -5.5235 c 0.0000,-1.0010 0.1609,-1.7697 1.8233 -3.4678l 1.2513,-1.2334 c 1.0010,-1.0189 1.4122,-1.8948 1.4122 -2.9852c 0.0000,-1.6267 -1.1083,-2.0914 -1.7160 -2.0914c -1.2334,-0.0000 -1.5730,0.6435 -1.5730 1.0725c 0.0000,0.1430 0.0358,0.2860 0.0715 0.4111c 0.0358,0.1251 0.0715,0.2503 0.0715 0.3933c 0.0000,0.4648 -0.3575,0.6435 -0.6435 0.6435c -0.3933,-0.0000 -0.6793,-0.3039 -0.6793 -0.6614ZM 78.7734,211.6619 ZM 82.6882,201.9555 c -0.7686,-0.0000 -1.8948,0.7508 -1.8948 4.9157c 0.0000,1.4658 0.2681,4.4152 1.8412 4.4152c 0.3039,-0.0000 1.1619,-0.1966 1.5373 -1.5909c 0.2324,-0.8580 0.3575,-1.9305 0.3575 -3.4857c 0.0000,-2.2702 -0.5720,-3.5393 -1.0904 -3.9862c -0.1966,-0.1788 -0.4648,-0.2681 -0.7508 -0.2681ZM 82.6882,201.9555 ZM 82.6167,211.8764 c -1.9127,-0.0000 -3.1997,-2.4489 -3.1997 -5.1839c 0.0000,-3.3427 1.5909,-5.3626 3.2712 -5.3626c 0.7686,-0.0000 1.5373,0.4826 2.0557 1.1798c 0.7508,1.0010 1.1440,2.3417 1.1440 4.0220c 0.0000,3.9683 -1.9663,5.3448 -3.2712 5.3448ZM 86.6029,211.6619 ZM 90.5176,201.9555 c -0.7686,-0.0000 -1.8948,0.7508 -1.8948 4.9157c 0.0000,1.4658 0.2681,4.4152 1.8412 4.4152c 0.3039,-0.0000 1.1619,-0.1966 1.5373 -1.5909c 0.2324,-0.8580 0.3575,-1.9305 0.3575 -3.4857c 0.0000,-2.2702 -0.5720,-3.5393 -1.0904 -3.9862c -0.1966,-0.1788 -0.4648,-0.2681 -0.7508 -0.2681ZM 90.5176,201.9555 ZM 90.4461,211.8764 c -1.9127,-0.0000 -3.1997,-2.4489 -3.1997 -5.1839c 0.0000,-3.3427 1.5909,-5.3626 3.2712 -5.3626c 0.7686,-0.0000 1.5373,0.4826 2.0557 1.1798c 0.7508,1.0010 1.1440,2.3417 1.1440 4.0220c 0.0000,3.9683 -1.9663,5.3448 -3.2712 5.3448Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.1403550924768266" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 98.4744,211.6619 h 8.0842 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 86.6029,312.5879 ZM 90.5176,302.8815 c -0.7686,-0.0000 -1.8948,0.7508 -1.8948 4.9157c 0.0000,1.4658 0.2681,4.4152 1.8412 4.4152c 0.3039,-0.0000 1.1619,-0.1966 1.5373 -1.5909c 0.2324,-0.8580 0.3575,-1.9305 0.3575 -3.4857c 0.0000,-2.2702 -0.5720,-3.5393 -1.0904 -3.9862c -0.1966,-0.1788 -0.4648,-0.2681 -0.7508 -0.2681ZM 90.5176,302.8815 ZM 90.4461,312.8024 c -1.9127,-0.0000 -3.1997,-2.4489 -3.1997 -5.1839c 0.0000,-3.3427 1.5909,-5.3626 3.2712 -5.3626c 0.7686,-0.0000 1.5373,0.4826 2.0557 1.1798c 0.7508,1.0010 1.1440,2.3417 1.1440 4.0220c 0.0000,3.9683 -1.9663,5.3448 -3.2712 5.3448Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.1403550924768266" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 98.4744,312.5879 h 8.0842 "/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 521.5459,315.3764 l -0.0000,-269.4723 h -404.2084 l -0.0000,269.4723 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(87,57,99)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 511.4407,315.3764 l -0.0000,-67.6204 h -30.3156 l -0.0000,67.6204 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(87,57,99)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 460.9146,315.3764 l -0.0000,-1.5139 h -30.3156 l -0.0000,1.5139 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(87,57,99)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 410.3886,315.3764 l -0.0000,-14.1296 h -30.3156 l -0.0000,14.1296 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(87,57,99)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 359.8625,315.3764 l -0.0000,-46.4259 h -30.3156 l -0.0000,46.4259 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(87,57,99)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 309.3365,315.3764 l -0.0000,-85.2824 h -30.3156 l -0.0000,85.2824 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(87,57,99)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 258.8104,315.3764 l -0.0000,-101.9352 h -30.3156 l -0.0000,101.9352 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(87,57,99)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 208.2844,315.3764 l -0.0000,-252.8195 h -30.3156 l -0.0000,252.8195 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(87,57,99)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 157.7583,315.3764 l -0.0000,-269.4723 h -30.3156 l -0.0000,269.4723 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(84,84,84)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 484.5387,239.6719 ZM 487.8993,231.1453 c -0.3396,-0.0000 -1.1262,0.3218 -1.5194 0.5005l -0.2145,-0.5541 c 1.5730,-0.7329 2.1808,-1.1083 3.0746 -1.7518h 0.3396 v 8.9913 c 0.0000,0.6435 0.0894,0.8223 0.6793 0.8223h 0.9295 c 0.0536,-0.0000 0.1430,0.0358 0.1430 0.1430v 0.3933 l -2.4489,-0.0358 l -2.4847,0.0358 v -0.3933 c 0.0179,-0.0536 0.0358,-0.1430 0.1430 -0.1430h 1.0725 c 0.6793,-0.0000 0.6793,-0.3039 0.6793 -0.8223v -6.1492 c 0.0000,-0.6078 0.0000,-1.0368 -0.3933 -1.0368ZM 492.3682,239.6719 ZM 496.2293,229.8940 c -0.4469,-0.0000 -1.7518,0.2503 -1.7518 1.3407c 0.0000,0.3218 -0.1251,0.8759 -0.6078 0.8759c -0.4648,-0.0000 -0.5005,-0.5184 -0.5005 -0.5720c 0.0000,-0.5541 0.7329,-2.1987 3.2176 -2.1987c 1.7339,-0.0000 2.2523,1.0904 2.2523 1.8054c 0.0000,0.4469 -0.1430,1.3407 -1.7518 2.3596c 1.0010,0.1609 2.3238,0.8938 2.3238 2.7528c 0.0000,2.3596 -1.7875,3.6287 -3.8075 3.6287c -1.0189,-0.0000 -2.4489,-0.4469 -2.4489 -1.1262c 0.0000,-0.2681 0.2681,-0.5720 0.6256 -0.5720c 0.3396,-0.0000 0.5005,0.1788 0.6614 0.4111c 0.1966,0.3039 0.5184,0.7329 1.3764 0.7329c 0.5899,-0.0000 2.2702,-0.5899 2.2702 -2.8422c 0.0000,-1.9127 -1.3407,-2.2166 -2.3059 -2.2166c -0.1609,-0.0000 -0.3575,0.0358 -0.5541 0.0715l -0.0715,-0.5363 c 1.3764,-0.2324 2.5204,-1.5730 2.5204 -2.3953c 0.0000,-1.0189 -0.7150,-1.5194 -1.4479 -1.5194ZM 500.1976,239.6719 ZM 504.8095,233.3261 c 0.0000,-0.1251 0.0179,-0.2681 0.1788 -0.3575c 0.1966,-0.1430 0.5184,-0.3039 0.7865 -0.3039c 0.2324,-0.0000 0.2503,0.1966 0.2503 0.5541v 2.8779 h 1.4479 l -0.1073,0.8401 h -1.3407 v 1.4837 c 0.0000,0.5005 0.0715,0.7508 0.5899 0.7508h 0.4826 c 0.1073,-0.0000 0.1251,0.0894 0.1251 0.1251v 0.3933 c 0.0000,-0.0000 -1.1440,-0.0358 -1.8948 -0.0358c -0.6793,-0.0000 -1.7339,0.0358 -1.7339 0.0358v -0.3933 c 0.0000,-0.0358 0.0179,-0.1251 0.1251 -0.1251h 0.4826 c 0.5541,-0.0000 0.6078,-0.2324 0.6078 -0.7508v -1.4837 h -3.5036 c -0.0715,-0.0000 -0.1073,-0.0358 -0.1609 -0.1073l -0.1430,-0.1966 l -0.2145,-0.3754 c -0.0179,-0.0000 -0.0179,-0.0179 -0.0179 -0.0358c 0.0000,-0.0179 0.0179,-0.0358 0.0358 -0.0536c 1.1619,-1.2870 3.2176,-5.2733 3.8611 -6.7390c 0.0179,-0.0715 0.0536,-0.0894 0.1251 -0.0894c 0.0179,-0.0000 0.4111,0.1609 0.6256 0.1966c -0.8044,2.1629 -2.1272,4.4867 -3.4321 6.5603h 2.8243 v -2.7707 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(84,84,84)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 441.8421,305.7784 ZM 445.7032,296.0005 c -0.4469,-0.0000 -1.7518,0.2503 -1.7518 1.3407c 0.0000,0.3218 -0.1251,0.8759 -0.6078 0.8759c -0.4648,-0.0000 -0.5005,-0.5184 -0.5005 -0.5720c 0.0000,-0.5541 0.7329,-2.1987 3.2176 -2.1987c 1.7339,-0.0000 2.2523,1.0904 2.2523 1.8054c 0.0000,0.4469 -0.1430,1.3407 -1.7518 2.3596c 1.0010,0.1609 2.3238,0.8938 2.3238 2.7528c 0.0000,2.3596 -1.7875,3.6287 -3.8075 3.6287c -1.0189,-0.0000 -2.4489,-0.4469 -2.4489 -1.1262c 0.0000,-0.2681 0.2681,-0.5720 0.6256 -0.5720c 0.3396,-0.0000 0.5005,0.1788 0.6614 0.4111c 0.1966,0.3039 0.5184,0.7329 1.3764 0.7329c 0.5899,-0.0000 2.2702,-0.5899 2.2702 -2.8422c 0.0000,-1.9127 -1.3407,-2.2166 -2.3059 -2.2166c -0.1609,-0.0000 -0.3575,0.0358 -0.5541 0.0715l -0.0715,-0.5363 c 1.3764,-0.2324 2.5204,-1.5730 2.5204 -2.3953c 0.0000,-1.0189 -0.7150,-1.5194 -1.4479 -1.5194Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(84,84,84)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 387.4013,293.1626 ZM 388.4381,285.2438 c 0.0000,-1.0189 0.9831,-2.4132 2.8601 -2.4132c 1.3764,-0.0000 2.9852,0.5184 2.9852 2.5741c 0.0000,1.3585 -0.6971,2.0378 -1.6624 2.9673l -1.6982,1.6445 c -0.0894,0.0894 -1.2870,1.2692 -1.2870 2.1093h 3.0388 c 0.6078,-0.0000 0.9295,-0.3039 1.1798 -1.2870l 0.4469,0.0715 l -0.3575,2.2523 h -5.5235 c 0.0000,-1.0010 0.1609,-1.7697 1.8233 -3.4678l 1.2513,-1.2334 c 1.0010,-1.0189 1.4122,-1.8948 1.4122 -2.9852c 0.0000,-1.6267 -1.1083,-2.0914 -1.7160 -2.0914c -1.2334,-0.0000 -1.5730,0.6435 -1.5730 1.0725c 0.0000,0.1430 0.0358,0.2860 0.0715 0.4111c 0.0358,0.1251 0.0715,0.2503 0.0715 0.3933c 0.0000,0.4648 -0.3575,0.6435 -0.6435 0.6435c -0.3933,-0.0000 -0.6793,-0.3039 -0.6793 -0.6614ZM 395.2308,293.1626 ZM 399.1991,283.2596 c -1.0189,-0.0000 -1.6803,0.8044 -1.6803 1.5909c 0.0000,0.5184 0.2145,1.1440 1.2870 1.8412l 0.5184,0.3218 c 0.4648,-0.3396 1.5552,-1.1619 1.5552 -2.0736c 0.0000,-0.7865 -0.5720,-1.6803 -1.6803 -1.6803ZM 399.1991,283.2596 ZM 401.9341,284.9578 c 0.0000,1.0904 -1.2334,1.9484 -1.9842 2.4489l 1.0368,0.6793 c 0.8759,0.5720 1.3228,1.3585 1.3228 2.3417c 0.0000,1.2870 -1.0547,2.9494 -3.2712 2.9494c -1.7875,-0.0000 -3.0209,-0.9474 -3.0209 -2.6813c 0.0000,-0.6614 0.2860,-1.4300 0.9831 -2.0378c 0.4290,-0.3754 0.8044,-0.6971 1.2334 -1.0189l -0.3039,-0.1788 c -1.0368,-0.6435 -1.5552,-1.3407 -1.5552 -2.2881c 0.0000,-1.3049 1.1798,-2.3417 2.9137 -2.3417c 1.6624,-0.0000 2.6456,0.9116 2.6456 2.1272ZM 401.9341,284.9578 ZM 399.0740,292.8766 c 0.7686,-0.0000 2.1093,-0.4111 2.1093 -2.1093c 0.0000,-0.8044 -0.5005,-1.6088 -1.5552 -2.2523l -0.7865,-0.4826 c -1.4479,0.9653 -1.7697,2.1629 -1.7697 2.6634c 0.0000,1.5194 1.2334,2.1808 2.0020 2.1808Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(84,84,84)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 336.8753,260.8663 ZM 342.5775,255.4322 c 0.0000,-0.1788 0.0179,-0.4469 0.0179 -0.6256c 0.0000,-3.0031 -1.3407,-3.7538 -2.2523 -3.7538c -0.8223,-0.0000 -1.6803,0.7686 -1.6803 2.6277c 0.0000,0.8580 0.4290,2.5562 2.1272 2.5562c 0.3754,-0.0000 1.0547,-0.0358 1.7875 -0.8044ZM 342.5775,255.4322 ZM 337.8763,260.6161 c 1.1798,-0.1073 2.1629,-0.4111 3.0388 -1.2513c 0.8044,-0.8044 1.3943,-2.0020 1.6088 -3.4321c -0.4111,0.5005 -1.4122,0.8759 -2.0736 0.8759c -2.6456,-0.0000 -3.0031,-2.1808 -3.0031 -3.0031c 0.0000,-1.2155 0.6078,-3.2712 3.0746 -3.2712c 1.3228,-0.0000 3.3070,0.7686 3.3070 4.3259c 0.0000,1.6445 -0.5720,3.2533 -1.7875 4.4867c -1.1440,1.1619 -2.3596,1.6445 -4.1114 1.7339ZM 344.7047,260.8663 ZM 345.7415,252.9475 c 0.0000,-1.0189 0.9831,-2.4132 2.8601 -2.4132c 1.3764,-0.0000 2.9852,0.5184 2.9852 2.5741c 0.0000,1.3585 -0.6971,2.0378 -1.6624 2.9673l -1.6982,1.6445 c -0.0894,0.0894 -1.2870,1.2692 -1.2870 2.1093h 3.0388 c 0.6078,-0.0000 0.9295,-0.3039 1.1798 -1.2870l 0.4469,0.0715 l -0.3575,2.2523 h -5.5235 c 0.0000,-1.0010 0.1609,-1.7697 1.8233 -3.4678l 1.2513,-1.2334 c 1.0010,-1.0189 1.4122,-1.8948 1.4122 -2.9852c 0.0000,-1.6267 -1.1083,-2.0914 -1.7160 -2.0914c -1.2334,-0.0000 -1.5730,0.6435 -1.5730 1.0725c 0.0000,0.1430 0.0358,0.2860 0.0715 0.4111c 0.0358,0.1251 0.0715,0.2503 0.0715 0.3933c 0.0000,0.4648 -0.3575,0.6435 -0.6435 0.6435c -0.3933,-0.0000 -0.6793,-0.3039 -0.6793 -0.6614Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(84,84,84)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 282.4345,222.0098 ZM 285.7951,213.4832 c -0.3396,-0.0000 -1.1262,0.3218 -1.5194 0.5005l -0.2145,-0.5541 c 1.5730,-0.7329 2.1808,-1.1083 3.0746 -1.7518h 0.3396 v 8.9913 c 0.0000,0.6435 0.0894,0.8223 0.6793 0.8223h 0.9295 c 0.0536,-0.0000 0.1430,0.0358 0.1430 0.1430v 0.3933 l -2.4489,-0.0358 l -2.4847,0.0358 v -0.3933 c 0.0179,-0.0536 0.0358,-0.1430 0.1430 -0.1430h 1.0725 c 0.6793,-0.0000 0.6793,-0.3039 0.6793 -0.8223v -6.1492 c 0.0000,-0.6078 0.0000,-1.0368 -0.3933 -1.0368ZM 290.2639,222.0098 ZM 292.3375,217.3265 c -0.0179,0.1788 -0.0179,0.4469 -0.0179 0.6256c 0.0000,3.0031 1.3407,3.7538 2.2344 3.7538c 0.8223,-0.0000 1.6982,-0.7686 1.6982 -2.6277c 0.0000,-0.8401 -0.4290,-2.5562 -2.1451 -2.5562c -0.3754,-0.0000 -1.0547,0.0358 -1.7697 0.8044ZM 292.3375,217.3265 ZM 297.0209,212.1426 c -1.1619,0.1073 -2.1629,0.4111 -3.0209 1.2513c -0.8223,0.8044 -1.4122,2.0020 -1.6088 3.4321c 0.4111,-0.5005 1.3943,-0.8759 2.0736 -0.8759c 2.6456,-0.0000 2.9852,2.1808 2.9852 3.0031c 0.0000,1.2155 -0.6078,3.2712 -3.0746 3.2712c -1.3049,-0.0000 -3.2891,-0.7686 -3.2891 -4.3259c 0.0000,-1.6445 0.5541,-3.2533 1.7875 -4.4867c 1.1440,-1.1619 2.3417,-1.6445 4.0935 -1.7339ZM 298.0934,222.0098 ZM 303.7957,216.5757 c 0.0000,-0.1788 0.0179,-0.4469 0.0179 -0.6256c 0.0000,-3.0031 -1.3407,-3.7538 -2.2523 -3.7538c -0.8223,-0.0000 -1.6803,0.7686 -1.6803 2.6277c 0.0000,0.8580 0.4290,2.5562 2.1272 2.5562c 0.3754,-0.0000 1.0547,-0.0358 1.7875 -0.8044ZM 303.7957,216.5757 ZM 299.0944,221.7596 c 1.1798,-0.1073 2.1629,-0.4111 3.0388 -1.2513c 0.8044,-0.8044 1.3943,-2.0020 1.6088 -3.4321c -0.4111,0.5005 -1.4122,0.8759 -2.0736 0.8759c -2.6456,-0.0000 -3.0031,-2.1808 -3.0031 -3.0031c 0.0000,-1.2155 0.6078,-3.2712 3.0746 -3.2712c 1.3228,-0.0000 3.3070,0.7686 3.3070 4.3259c 0.0000,1.6445 -0.5720,3.2533 -1.7875 4.4867c -1.1440,1.1619 -2.3596,1.6445 -4.1114 1.7339Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(84,84,84)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 231.9084,205.3570 ZM 232.9452,197.4382 c 0.0000,-1.0189 0.9831,-2.4132 2.8601 -2.4132c 1.3764,-0.0000 2.9852,0.5184 2.9852 2.5741c 0.0000,1.3585 -0.6971,2.0378 -1.6624 2.9673l -1.6982,1.6445 c -0.0894,0.0894 -1.2870,1.2692 -1.2870 2.1093h 3.0388 c 0.6078,-0.0000 0.9295,-0.3039 1.1798 -1.2870l 0.4469,0.0715 l -0.3575,2.2523 h -5.5235 c 0.0000,-1.0010 0.1609,-1.7697 1.8233 -3.4678l 1.2513,-1.2334 c 1.0010,-1.0189 1.4122,-1.8948 1.4122 -2.9852c 0.0000,-1.6267 -1.1083,-2.0914 -1.7160 -2.0914c -1.2334,-0.0000 -1.5730,0.6435 -1.5730 1.0725c 0.0000,0.1430 0.0358,0.2860 0.0715 0.4111c 0.0358,0.1251 0.0715,0.2503 0.0715 0.3933c 0.0000,0.4648 -0.3575,0.6435 -0.6435 0.6435c -0.3933,-0.0000 -0.6793,-0.3039 -0.6793 -0.6614ZM 239.7379,205.3570 ZM 243.6526,195.6507 c -0.7686,-0.0000 -1.8948,0.7508 -1.8948 4.9157c 0.0000,1.4658 0.2681,4.4152 1.8412 4.4152c 0.3039,-0.0000 1.1619,-0.1966 1.5373 -1.5909c 0.2324,-0.8580 0.3575,-1.9305 0.3575 -3.4857c 0.0000,-2.2702 -0.5720,-3.5393 -1.0904 -3.9862c -0.1966,-0.1788 -0.4648,-0.2681 -0.7508 -0.2681ZM 243.6526,195.6507 ZM 243.5811,205.5716 c -1.9127,-0.0000 -3.1997,-2.4489 -3.1997 -5.1839c 0.0000,-3.3427 1.5909,-5.3626 3.2712 -5.3626c 0.7686,-0.0000 1.5373,0.4826 2.0557 1.1798c 0.7508,1.0010 1.1440,2.3417 1.1440 4.0220c 0.0000,3.9683 -1.9663,5.3448 -3.2712 5.3448ZM 247.5673,205.3570 ZM 248.6041,197.4382 c 0.0000,-1.0189 0.9831,-2.4132 2.8601 -2.4132c 1.3764,-0.0000 2.9852,0.5184 2.9852 2.5741c 0.0000,1.3585 -0.6971,2.0378 -1.6624 2.9673l -1.6982,1.6445 c -0.0894,0.0894 -1.2870,1.2692 -1.2870 2.1093h 3.0388 c 0.6078,-0.0000 0.9295,-0.3039 1.1798 -1.2870l 0.4469,0.0715 l -0.3575,2.2523 h -5.5235 c 0.0000,-1.0010 0.1609,-1.7697 1.8233 -3.4678l 1.2513,-1.2334 c 1.0010,-1.0189 1.4122,-1.8948 1.4122 -2.9852c 0.0000,-1.6267 -1.1083,-2.0914 -1.7160 -2.0914c -1.2334,-0.0000 -1.5730,0.6435 -1.5730 1.0725c 0.0000,0.1430 0.0358,0.2860 0.0715 0.4111c 0.0358,0.1251 0.0715,0.2503 0.0715 0.3933c 0.0000,0.4648 -0.3575,0.6435 -0.6435 0.6435c -0.3933,-0.0000 -0.6793,-0.3039 -0.6793 -0.6614Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(84,84,84)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 181.3824,54.4727 ZM 186.9059,51.4518 c 0.0000,-1.8412 -1.0010,-2.7528 -2.1093 -2.7528c -0.8223,-0.0000 -1.4479,0.1251 -2.1451 0.4111l 0.5720,-4.8800 c 0.5899,0.0536 1.1977,0.0715 1.8233 0.0715c 0.8938,-0.0000 1.8233,-0.0536 2.7886 -0.1609l 0.1073,0.0536 l -0.2681,1.1619 c -0.6971,0.0715 -1.2692,0.0894 -1.7697 0.0894c -0.8044,-0.0000 -1.4122,-0.0715 -2.0378 -0.1430l -0.3396,2.8243 c 0.3754,-0.1430 1.0189,-0.2681 1.7160 -0.2681c 1.8948,-0.0000 2.9494,1.6445 2.9494 3.2891c 0.0000,2.0020 -1.3943,3.5393 -3.4142 3.5393c -1.0189,-0.0000 -2.5026,-0.5720 -2.5026 -1.2692c 0.0000,-0.3396 0.2860,-0.5720 0.6078 -0.5720c 0.3575,-0.0000 0.5899,0.2681 0.8044 0.5541c 0.2681,0.3218 0.5541,0.6793 1.1262 0.6793c 1.1440,-0.0000 2.0914,-1.0725 2.0914 -2.6277ZM 189.2118,54.4727 ZM 193.1266,44.7664 c -0.7686,-0.0000 -1.8948,0.7508 -1.8948 4.9157c 0.0000,1.4658 0.2681,4.4152 1.8412 4.4152c 0.3039,-0.0000 1.1619,-0.1966 1.5373 -1.5909c 0.2324,-0.8580 0.3575,-1.9305 0.3575 -3.4857c 0.0000,-2.2702 -0.5720,-3.5393 -1.0904 -3.9862c -0.1966,-0.1788 -0.4648,-0.2681 -0.7508 -0.2681ZM 193.1266,44.7664 ZM 193.0551,54.6873 c -1.9127,-0.0000 -3.1997,-2.4489 -3.1997 -5.1839c 0.0000,-3.3427 1.5909,-5.3626 3.2712 -5.3626c 0.7686,-0.0000 1.5373,0.4826 2.0557 1.1798c 0.7508,1.0010 1.1440,2.3417 1.1440 4.0220c 0.0000,3.9683 -1.9663,5.3448 -3.2712 5.3448ZM 197.0413,54.4727 ZM 200.4019,45.9462 c -0.3396,-0.0000 -1.1262,0.3218 -1.5194 0.5005l -0.2145,-0.5541 c 1.5730,-0.7329 2.1808,-1.1083 3.0746 -1.7518h 0.3396 v 8.9913 c 0.0000,0.6435 0.0894,0.8223 0.6793 0.8223h 0.9295 c 0.0536,-0.0000 0.1430,0.0358 0.1430 0.1430v 0.3933 l -2.4489,-0.0358 l -2.4847,0.0358 v -0.3933 c 0.0179,-0.0536 0.0358,-0.1430 0.1430 -0.1430h 1.0725 c 0.6793,-0.0000 0.6793,-0.3039 0.6793 -0.8223v -6.1492 c 0.0000,-0.6078 0.0000,-1.0368 -0.3933 -1.0368Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(84,84,84)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 130.8563,37.8200 ZM 136.3799,34.7990 c 0.0000,-1.8412 -1.0010,-2.7528 -2.1093 -2.7528c -0.8223,-0.0000 -1.4479,0.1251 -2.1451 0.4111l 0.5720,-4.8800 c 0.5899,0.0536 1.1977,0.0715 1.8233 0.0715c 0.8938,-0.0000 1.8233,-0.0536 2.7886 -0.1609l 0.1073,0.0536 l -0.2681,1.1619 c -0.6971,0.0715 -1.2692,0.0894 -1.7697 0.0894c -0.8044,-0.0000 -1.4122,-0.0715 -2.0378 -0.1430l -0.3396,2.8243 c 0.3754,-0.1430 1.0189,-0.2681 1.7160 -0.2681c 1.8948,-0.0000 2.9494,1.6445 2.9494 3.2891c 0.0000,2.0020 -1.3943,3.5393 -3.4142 3.5393c -1.0189,-0.0000 -2.5026,-0.5720 -2.5026 -1.2692c 0.0000,-0.3396 0.2860,-0.5720 0.6078 -0.5720c 0.3575,-0.0000 0.5899,0.2681 0.8044 0.5541c 0.2681,0.3218 0.5541,0.6793 1.1262 0.6793c 1.1440,-0.0000 2.0914,-1.0725 2.0914 -2.6277ZM 138.6858,37.8200 ZM 142.5469,28.0421 c -0.4469,-0.0000 -1.7518,0.2503 -1.7518 1.3407c 0.0000,0.3218 -0.1251,0.8759 -0.6078 0.8759c -0.4648,-0.0000 -0.5005,-0.5184 -0.5005 -0.5720c 0.0000,-0.5541 0.7329,-2.1987 3.2176 -2.1987c 1.7339,-0.0000 2.2523,1.0904 2.2523 1.8054c 0.0000,0.4469 -0.1430,1.3407 -1.7518 2.3596c 1.0010,0.1609 2.3238,0.8938 2.3238 2.7528c 0.0000,2.3596 -1.7875,3.6287 -3.8075 3.6287c -1.0189,-0.0000 -2.4489,-0.4469 -2.4489 -1.1262c 0.0000,-0.2681 0.2681,-0.5720 0.6256 -0.5720c 0.3396,-0.0000 0.5005,0.1788 0.6614 0.4111c 0.1966,0.3039 0.5184,0.7329 1.3764 0.7329c 0.5899,-0.0000 2.2702,-0.5899 2.2702 -2.8422c 0.0000,-1.9127 -1.3407,-2.2166 -2.3059 -2.2166c -0.1609,-0.0000 -0.3575,0.0358 -0.5541 0.0715l -0.0715,-0.5363 c 1.3764,-0.2324 2.5204,-1.5730 2.5204 -2.3953c 0.0000,-1.0189 -0.7150,-1.5194 -1.4479 -1.5194ZM 146.5152,37.8200 ZM 151.1271,31.4742 c 0.0000,-0.1251 0.0179,-0.2681 0.1788 -0.3575c 0.1966,-0.1430 0.5184,-0.3039 0.7865 -0.3039c 0.2324,-0.0000 0.2503,0.1966 0.2503 0.5541v 2.8779 h 1.4479 l -0.1073,0.8401 h -1.3407 v 1.4837 c 0.0000,0.5005 0.0715,0.7508 0.5899 0.7508h 0.4826 c 0.1073,-0.0000 0.1251,0.0894 0.1251 0.1251v 0.3933 c 0.0000,-0.0000 -1.1440,-0.0358 -1.8948 -0.0358c -0.6793,-0.0000 -1.7339,0.0358 -1.7339 0.0358v -0.3933 c 0.0000,-0.0358 0.0179,-0.1251 0.1251 -0.1251h 0.4826 c 0.5541,-0.0000 0.6078,-0.2324 0.6078 -0.7508v -1.4837 h -3.5036 c -0.0715,-0.0000 -0.1073,-0.0358 -0.1609 -0.1073l -0.1430,-0.1966 l -0.2145,-0.3754 c -0.0179,-0.0000 -0.0179,-0.0179 -0.0179 -0.0358c 0.0000,-0.0179 0.0179,-0.0358 0.0358 -0.0536c 1.1619,-1.2870 3.2176,-5.2733 3.8611 -6.7390c 0.0179,-0.0715 0.0536,-0.0894 0.1251 -0.0894c 0.0179,-0.0000 0.4111,0.1609 0.6256 0.1966c -0.8044,2.1629 -2.1272,4.4867 -3.4321 6.5603h 2.8243 v -2.7707 Z"/></g></svg>+    "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.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 117.2513,23.6523 ZM 125.7968,23.3348 c -0.1058,0.3704 -0.3704,0.6350 -0.7408 0.6350c -0.3969,-0.0000 -0.7143,-0.2117 -0.8731 -0.6350l -4.8151,-14.5512 c -0.2381,-0.6614 -0.7143,-1.4816 -1.4551 -1.4816h -0.3439 c -0.1852,-0.0000 -0.3175,-0.0794 -0.3175 -0.1852v -0.5027 l 0.0529,-0.0529 c 0.0000,-0.0000 1.3757,0.0265 2.3811 0.0265c 1.3493,-0.0000 3.2013,-0.0265 3.2013 -0.0265l 0.0529,0.0529 v 0.4762 c 0.0000,0.1323 -0.0794,0.2117 -0.2381 0.2117h -0.5820 c -0.5027,-0.0000 -0.7408,0.1852 -0.7408 0.5291c 0.0000,0.1852 0.0529,0.3969 0.1587 0.6879l 4.0214,12.1965 l 2.8044,-8.7572 c 0.1058,-0.3175 0.1852,-0.6614 0.1852 -1.0054c 0.0000,-0.2381 -0.0265,-0.4762 -0.1323 -0.7408l -0.5556,-1.6932 c -0.2117,-0.7143 -0.6879,-1.2170 -1.7197 -1.2170h -0.0794 c -0.1852,-0.0000 -0.3175,-0.0794 -0.3175 -0.1852v -0.5027 l 0.0529,-0.0529 c 0.0000,-0.0000 1.4816,0.0265 2.5398 0.0265c 1.2964,-0.0000 3.3865,-0.0265 3.3865 -0.0265l 0.0794,0.0529 v 0.5027 c 0.0000,0.1323 -0.1323,0.1852 -0.2381 0.1852h -0.7672 c -0.5291,-0.0000 -0.7408,0.3704 -0.7408 0.8202c 0.0000,0.2646 0.0529,0.5556 0.1587 0.8731l 3.8891,11.7732 l 4.0479,-12.1701 c 0.0529,-0.2117 0.1058,-0.4233 0.1058 -0.6085c 0.0000,-0.3969 -0.2381,-0.6879 -0.8995 -0.6879h -0.7143 c -0.1323,-0.0000 -0.2117,-0.1058 -0.2117 -0.1852v -0.5027 l 0.0529,-0.0529 c 0.0000,-0.0000 1.5874,0.0265 2.6986 0.0265c 0.8466,-0.0000 2.2488,-0.0265 2.2488 -0.0265l 0.0265,0.0265 v 0.5027 c 0.0000,0.2117 -0.2910,0.2117 -0.2910 0.2117h -0.2910 c -0.7672,-0.0000 -1.2964,0.2910 -1.6403 1.3228l -4.8680,14.7364 c -0.1323,0.3969 -0.4233,0.6085 -0.7937 0.6085c -0.3439,-0.0000 -0.6879,-0.1852 -0.8466 -0.6350l -3.0954,-9.3921 c -0.1323,-0.3704 -0.2646,-0.7408 -0.3704 -0.7408c -0.1323,-0.0000 -0.2646,0.3439 -0.3704 0.6614ZM 141.4592,23.6523 ZM 145.7716,5.1855 v 8.9688 c 1.7726,-1.7726 3.3335,-2.1959 4.3654 -2.1959c 1.9049,-0.0000 2.8573,1.4551 2.8573 4.1802v 5.6088 c 0.0000,0.7672 0.2646,1.1641 1.1376 1.1641h 0.5027 c 0.1058,-0.0000 0.2117,0.0794 0.2117 0.2117v 0.5027 l -0.0529,0.0529 c 0.0000,-0.0000 -1.7991,-0.0529 -2.8573 -0.0529c -0.9260,-0.0000 -2.7250,0.0529 -2.7250 0.0529l -0.0529,-0.0529 v -0.5027 c 0.0000,-0.1323 0.0794,-0.2117 0.2117 -0.2117h 0.5027 c 0.8995,-0.0000 1.1376,-0.3969 1.1376 -1.1641v -5.8998 c 0.0000,-2.1430 -0.5820,-2.6457 -2.0636 -2.6457c -0.7672,-0.0000 -1.9049,0.6879 -3.1748 1.9313v 6.6142 c 0.0000,0.7672 0.2646,1.1641 1.1376 1.1641h 0.5027 c 0.1058,-0.0000 0.2117,0.0794 0.2117 0.2117v 0.5027 l -0.0529,0.0529 c 0.0000,-0.0000 -1.7991,-0.0529 -2.8309 -0.0529c -0.9524,-0.0000 -2.7250,0.0529 -2.7250 0.0529l -0.0529,-0.0529 v -0.5027 c 0.0000,-0.1323 0.0529,-0.2117 0.1852 -0.2117h 0.5027 c 0.8995,-0.0000 1.1376,-0.3969 1.1376 -1.1641v -13.2548 c 0.0000,-1.5080 -0.2381,-1.9313 -0.7672 -1.9313l -0.8731,0.1058 c -0.0794,-0.0000 -0.1323,-0.0529 -0.1323 -0.1323l -0.0529,-0.6614 c 0.4233,-0.0000 1.3757,-0.1587 1.8255 -0.2381c 0.4762,-0.1058 0.8731,-0.2117 1.4022 -0.4498h 0.5820 ZM 155.1638,23.6523 ZM 157.2274,8.5455 c 0.0000,-0.6879 0.5556,-1.2699 1.2435 -1.2699c 0.7143,-0.0000 1.2699,0.5820 1.2699 1.2699c 0.0000,0.7143 -0.5556,1.2699 -1.2699 1.2699c -0.6879,-0.0000 -1.2435,-0.5556 -1.2435 -1.2699ZM 157.2274,8.5455 ZM 159.7408,21.7474 c 0.0000,0.7672 0.2910,1.1641 1.1376 1.1641h 0.5027 c 0.1323,-0.0000 0.2381,0.0794 0.2381 0.2117v 0.5027 l -0.0529,0.0529 c 0.0000,-0.0000 -1.8255,-0.0529 -2.8573 -0.0529c -0.9260,-0.0000 -2.7250,0.0529 -2.7250 0.0529l -0.0529,-0.0529 v -0.5027 c 0.0000,-0.1323 0.0794,-0.2117 0.2117 -0.2117h 0.5027 c 0.8731,-0.0000 1.1376,-0.3969 1.1376 -1.1641v -6.5877 c 0.0000,-1.4022 -0.2381,-1.6139 -0.6085 -1.6139c -0.3439,-0.0000 -0.6614,0.0265 -1.1112 0.1323l -0.1323,-0.7408 c 1.6932,-0.2910 1.9843,-0.3969 2.7515 -0.7672c 0.2910,-0.1058 0.4762,-0.2117 0.6614 -0.2117h 0.3969 v 9.7890 ZM 162.1483,23.6523 ZM 181.1178,21.7474 v -5.3972 c 0.0000,-2.1430 -0.5556,-3.1483 -1.7726 -3.1483c -0.7672,-0.0000 -1.9049,0.4498 -3.4658 1.9313v 6.6142 c 0.0000,0.7672 0.2646,1.1641 1.1376 1.1641h 0.5027 c 0.1058,-0.0000 0.2117,0.0794 0.2117 0.2117v 0.5027 l -0.0529,0.0529 c 0.0000,-0.0000 -1.7991,-0.0529 -2.8309 -0.0529c -0.9524,-0.0000 -2.0107,0.0529 -2.0107 0.0529l -0.0529,-0.0529 v -0.5027 c 0.0000,-0.1323 0.0794,-0.2117 0.2117 -0.2117h 0.0529 c 0.6879,-0.0000 0.8466,-0.3969 0.8466 -1.1641v -13.3871 c 0.0000,-1.2435 -0.2381,-1.7991 -0.7672 -1.7991l -0.8731,0.1058 c -0.0794,-0.0000 -0.1323,-0.0529 -0.1323 -0.1323l -0.0529,-0.6614 c 0.4233,-0.0000 1.3757,-0.1587 1.8255 -0.2381c 0.4762,-0.1058 0.8731,-0.2117 1.4022 -0.4498h 0.5820 v 8.9688 c 1.7726,-1.7726 3.5981,-2.1959 4.6299 -2.1959c 1.9313,-0.0000 2.5928,1.4551 2.5928 4.1802v 5.6088 c 0.0000,0.7672 0.2646,1.1641 1.1112 1.1641h 0.5291 c 0.1058,-0.0000 0.2117,0.0794 0.2117 0.2117v 0.5027 l -0.0529,0.0529 c 0.0000,-0.0000 -1.7991,-0.0529 -2.8573 -0.0529c -0.9260,-0.0000 -2.7250,0.0529 -2.7250 0.0529l -0.0529,-0.0529 v -0.5027 c 0.0000,-0.1323 0.0794,-0.2117 0.2117 -0.2117h 0.5027 c 0.8995,-0.0000 1.1376,-0.3969 1.1376 -1.1641ZM 181.1178,21.7474 ZM 172.0431,21.1654 c -1.1641,2.0107 -2.4340,2.7250 -3.9950 2.7250c -3.1748,-0.0000 -4.9209,-2.4340 -4.9209 -5.8469c 0.0000,-3.7569 2.1165,-6.1380 4.9474 -6.1380c 2.5398,-0.0000 3.8891,1.2964 3.8891 2.6986c 0.0000,0.7937 -0.4762,1.1641 -1.0054 1.1641c -0.5820,-0.0000 -1.1112,-0.2910 -1.1906 -0.9260c -0.0794,-0.8995 -0.2646,-2.0372 -1.8255 -2.0372c -1.7461,-0.0000 -2.7780,1.7991 -2.7780 4.6564c 0.0000,3.0954 1.4022,5.2649 3.4658 5.2649c 1.1376,-0.0000 2.1165,-0.7408 2.9367 -1.9313ZM 191.8857,23.6523 ZM 194.9017,16.3238 h 4.8680 c 0.2646,-0.0000 0.3704,-0.1323 0.3704 -0.3704c 0.0000,-2.4605 -1.2435,-3.0954 -2.1959 -3.0954c -0.6085,-0.0000 -2.5928,0.2381 -3.0425 3.4658ZM 194.9017,16.3238 ZM 201.8863,21.1918 l 0.5291,0.4233 c -1.0054,1.3757 -2.5663,2.3546 -4.4712 2.3546c -3.6246,-0.0000 -5.1591,-2.6986 -5.1591 -5.5824c 0.0000,-4.0214 2.6457,-6.4290 5.1591 -6.4290c 3.4923,-0.0000 4.3124,2.7250 4.3124 4.9474c 0.0000,0.2910 -0.1852,0.4498 -0.4762 0.4498h -6.9581 c -0.0265,0.1587 -0.0265,0.3175 -0.0265 0.5291c 0.0000,2.6986 1.8784,4.7887 3.7833 4.7887c 1.4551,-0.0000 2.3811,-0.4762 3.3071 -1.4816ZM 201.9127,23.6523 ZM 210.7493,21.2976 v -6.8523 c -0.6350,-1.0054 -1.3493,-1.5609 -2.5928 -1.5609c -0.5291,-0.0000 -1.6139,0.0794 -2.4605 1.3228c -0.3704,0.5556 -0.8202,1.6932 -0.8202 3.5981c 0.0000,3.4658 1.7991,5.0532 3.2277 5.0532c 0.8731,-0.0000 1.5874,-0.5291 2.6457 -1.5609ZM 210.7493,21.2976 ZM 212.7335,5.1855 v 15.2920 c 0.0000,0.7937 0.0529,1.2170 0.1058 1.4022c 0.0794,0.2381 0.3704,0.3969 0.5820 0.3969c 0.3175,-0.0000 0.8995,-0.0000 1.2964 -0.0794l 0.1058,0.7408 c -1.5345,0.2646 -2.9102,0.5556 -3.4658 1.0318h -0.6350 l 0.0794,-1.8255 c -1.0054,1.0318 -2.0372,1.8255 -3.3865 1.8255c -2.8573,-0.0000 -4.6035,-2.4340 -4.6035 -5.6882c 0.0000,-1.9578 0.5291,-3.5981 1.6668 -4.7357c 1.0583,-1.0054 2.2224,-1.5874 3.9685 -1.5874c 0.5291,-0.0000 1.6932,0.2381 2.3017 0.5820v -4.0479 c 0.0000,-1.5080 -0.2381,-1.9313 -0.7672 -1.9313l -0.8731,0.1058 c -0.0529,-0.0000 -0.1323,-0.0529 -0.1323 -0.1323l -0.0529,-0.6614 c 0.4233,-0.0000 1.3757,-0.1587 1.8255 -0.2381c 0.5027,-0.1058 0.8731,-0.2117 1.4022 -0.4498h 0.5820 ZM 214.9824,23.6523 ZM 217.0460,8.5455 c 0.0000,-0.6879 0.5556,-1.2699 1.2435 -1.2699c 0.7143,-0.0000 1.2699,0.5820 1.2699 1.2699c 0.0000,0.7143 -0.5556,1.2699 -1.2699 1.2699c -0.6879,-0.0000 -1.2435,-0.5556 -1.2435 -1.2699ZM 217.0460,8.5455 ZM 219.5594,21.7474 c 0.0000,0.7672 0.2910,1.1641 1.1376 1.1641h 0.5027 c 0.1323,-0.0000 0.2381,0.0794 0.2381 0.2117v 0.5027 l -0.0529,0.0529 c 0.0000,-0.0000 -1.8255,-0.0529 -2.8573 -0.0529c -0.9260,-0.0000 -2.7250,0.0529 -2.7250 0.0529l -0.0529,-0.0529 v -0.5027 c 0.0000,-0.1323 0.0794,-0.2117 0.2117 -0.2117h 0.5027 c 0.8731,-0.0000 1.1376,-0.3969 1.1376 -1.1641v -6.5877 c 0.0000,-1.4022 -0.2381,-1.6139 -0.6085 -1.6139c -0.3439,-0.0000 -0.6614,0.0265 -1.1112 0.1323l -0.1323,-0.7408 c 1.6932,-0.2910 1.9843,-0.3969 2.7515 -0.7672c 0.2910,-0.1058 0.4762,-0.2117 0.6614 -0.2117h 0.3969 v 9.7890 ZM 221.9669,23.6523 ZM 226.3058,13.3077 v 6.7729 c 0.0000,1.6403 0.1587,2.4340 0.8731 2.4340c 0.6879,-0.0000 1.2170,-0.2117 1.9049 -0.7408l 0.4762,0.4498 c -1.0318,1.1641 -2.0901,1.7461 -3.3071 1.7461c -1.2170,-0.0000 -1.9313,-0.7408 -1.9313 -2.6192v -8.0428 h -1.7197 c -0.0794,-0.0000 -0.1058,-0.0265 -0.1058 -0.1058v -0.8202 c 0.0000,-0.0794 0.0265,-0.1058 0.0794 -0.1058c 1.7726,-0.0000 2.1959,-1.0318 2.1959 -3.0425v -0.5027 l 1.5345,-0.5291 v 4.0743 h 2.9102 c 0.1323,-0.0000 0.2117,0.0529 0.2117 0.1587v 0.5291 c 0.0000,0.2381 -0.3704,0.3439 -0.6350 0.3439h -2.4869 ZM 229.9568,23.6523 ZM 230.8564,18.2287 c 0.0000,-3.6246 1.9578,-6.2702 5.4765 -6.2702c 3.9156,-0.0000 5.4236,3.2806 5.4236 6.0321c 0.0000,2.6457 -1.7197,5.9792 -5.4765 5.9792c -3.5452,-0.0000 -5.4236,-3.0425 -5.4236 -5.7411ZM 230.8564,18.2287 ZM 236.0419,12.8315 c -2.1165,-0.0000 -3.0954,2.4869 -3.0954 4.7887c 0.0000,2.0372 1.1641,5.4236 3.7833 5.4236c 1.1906,-0.0000 2.9367,-0.7143 2.9367 -4.2066c 0.0000,-3.8891 -1.4551,-6.0057 -3.6246 -6.0057ZM 242.6296,23.6523 ZM 244.9842,21.7474 v -6.5877 c 0.0000,-1.3228 -0.1852,-1.6139 -0.5820 -1.6139c -0.3439,-0.0000 -0.6614,0.0265 -1.1112 0.1323l -0.1323,-0.7408 c 1.6668,-0.2910 1.9578,-0.3704 2.7515 -0.7672c 0.2646,-0.1323 0.4762,-0.2117 0.6614 -0.2117h 0.3969 l -0.0794,2.3811 h 0.0794 c 0.6879,-1.0318 1.8520,-2.3811 3.0954 -2.3811c 1.0847,-0.0000 1.4816,0.5291 1.4816 1.2170c 0.0000,0.6879 -0.4498,1.1112 -1.1376 1.1112c -0.5291,-0.0000 -0.8202,-0.2117 -1.0847 -0.4762c -0.1587,-0.1587 -0.3439,-0.2381 -0.5291 -0.2381c -0.2910,-0.0000 -0.8731,0.4762 -1.5080 1.3757c -0.1852,0.2381 -0.3175,0.5820 -0.3175 0.9260v 5.8734 c 0.0000,0.7672 0.2646,1.1641 1.1376 1.1641h 0.7672 c 0.1323,-0.0000 0.2381,0.0794 0.2381 0.2117v 0.5027 l -0.0529,0.0529 c 0.0000,-0.0000 -2.0901,-0.0529 -3.1219 -0.0529c -0.9524,-0.0000 -2.7515,0.0529 -2.7515 0.0529l -0.0265,-0.0529 v -0.5027 c 0.0000,-0.1323 0.0529,-0.2117 0.1852 -0.2117h 0.5027 c 0.8995,-0.0000 1.1376,-0.3969 1.1376 -1.1641ZM 251.8101,23.6523 ZM 252.9477,19.9483 l 0.7143,-0.0265 c 0.0794,0.6614 0.3704,1.9313 0.9524 2.5398c 0.2646,0.2910 0.9789,0.7672 1.9578 0.7672c 0.9260,-0.0000 2.3017,-0.7408 2.3017 -2.0372c 0.0000,-1.1376 -0.6350,-1.9049 -2.7250 -2.8044c -1.9313,-0.8466 -2.9367,-1.4022 -2.9367 -3.3865c 0.0000,-1.7726 1.5609,-3.0425 3.6510 -3.0425c 1.3228,-0.0000 2.3017,0.2381 3.1219 0.6614c 0.1587,0.8466 0.2381,1.7461 0.2910 2.6986l -0.7143,0.0265 c -0.5556,-2.1694 -2.1430,-2.5928 -2.6986 -2.5928c -1.0054,-0.0000 -2.0372,0.3969 -2.0372 1.8520c 0.0000,1.0583 0.5027,1.5874 1.9578 2.1165c 2.1430,0.7937 3.8627,1.7461 3.8627 3.8627c 0.0000,2.6192 -2.7780,3.3865 -4.0214 3.3865c -0.9260,-0.0000 -1.6932,-0.1058 -2.3811 -0.2910c -0.1852,-0.0265 -0.3175,-0.0529 -0.5027 -0.0529c -0.1323,-0.0000 -0.3439,0.0265 -0.6085 0.0794c 0.0000,-1.1112 -0.0794,-2.4605 -0.1852 -3.7569ZM 268.2397,23.6523 ZM 277.0762,21.2976 v -6.8523 c -0.6350,-1.0054 -1.3493,-1.5609 -2.5928 -1.5609c -0.5291,-0.0000 -1.6139,0.0794 -2.4605 1.3228c -0.3704,0.5556 -0.8202,1.6932 -0.8202 3.5981c 0.0000,3.4658 1.7991,5.0532 3.2277 5.0532c 0.8731,-0.0000 1.5874,-0.5291 2.6457 -1.5609ZM 277.0762,21.2976 ZM 279.0605,5.1855 v 15.2920 c 0.0000,0.7937 0.0529,1.2170 0.1058 1.4022c 0.0794,0.2381 0.3704,0.3969 0.5820 0.3969c 0.3175,-0.0000 0.8995,-0.0000 1.2964 -0.0794l 0.1058,0.7408 c -1.5345,0.2646 -2.9102,0.5556 -3.4658 1.0318h -0.6350 l 0.0794,-1.8255 c -1.0054,1.0318 -2.0372,1.8255 -3.3865 1.8255c -2.8573,-0.0000 -4.6035,-2.4340 -4.6035 -5.6882c 0.0000,-1.9578 0.5291,-3.5981 1.6668 -4.7357c 1.0583,-1.0054 2.2224,-1.5874 3.9685 -1.5874c 0.5291,-0.0000 1.6932,0.2381 2.3017 0.5820v -4.0479 c 0.0000,-1.5080 -0.2381,-1.9313 -0.7672 -1.9313l -0.8731,0.1058 c -0.0529,-0.0000 -0.1323,-0.0529 -0.1323 -0.1323l -0.0529,-0.6614 c 0.4233,-0.0000 1.3757,-0.1587 1.8255 -0.2381c 0.5027,-0.1058 0.8731,-0.2117 1.4022 -0.4498h 0.5820 ZM 281.3093,23.6523 ZM 282.2088,18.2287 c 0.0000,-3.6246 1.9578,-6.2702 5.4765 -6.2702c 3.9156,-0.0000 5.4236,3.2806 5.4236 6.0321c 0.0000,2.6457 -1.7197,5.9792 -5.4765 5.9792c -3.5452,-0.0000 -5.4236,-3.0425 -5.4236 -5.7411ZM 282.2088,18.2287 ZM 287.3943,12.8315 c -2.1165,-0.0000 -3.0954,2.4869 -3.0954 4.7887c 0.0000,2.0372 1.1641,5.4236 3.7833 5.4236c 1.1906,-0.0000 2.9367,-0.7143 2.9367 -4.2066c 0.0000,-3.8891 -1.4551,-6.0057 -3.6246 -6.0057ZM 300.5962,23.6523 ZM 306.0992,12.8050 c 0.0000,0.1323 -0.1587,0.2117 -0.2910 0.2117c -0.7937,-0.0000 -1.1376,0.1587 -1.1376 0.5820c 0.0000,0.1587 0.0529,0.3704 0.1587 0.6085l 2.9102,6.8258 l 2.9367,-6.7200 c 0.1323,-0.2381 0.1852,-0.4498 0.1852 -0.6085c 0.0000,-0.5556 -0.5291,-0.6879 -1.1112 -0.6879h -0.1058 c -0.1323,-0.0000 -0.2646,-0.1058 -0.2646 -0.1852v -0.5027 l 0.0529,-0.0794 c 0.0000,-0.0000 1.5609,0.0529 2.4869 0.0529c 0.7408,-0.0000 1.8255,-0.0529 1.8255 -0.0529l 0.0794,0.0529 v 0.5027 c 0.0000,0.1323 -0.1058,0.2117 -0.2910 0.2117c -1.0054,-0.0000 -1.5080,1.0318 -1.8784 1.7991c -1.4022,2.9631 -2.5663,5.6882 -4.6828 10.7943c -0.7937,1.9049 -1.7461,4.1272 -3.6246 4.1272c -0.5027,-0.0000 -1.5345,-0.2910 -1.5345 -1.2435c 0.0000,-0.7937 0.5820,-1.0318 1.0054 -1.0318c 0.3969,-0.0000 0.6614,0.1587 0.8202 0.3704c 0.2646,0.2646 0.4498,0.4498 0.7143 0.4498c 0.3969,-0.0000 1.3228,-2.2753 1.9843 -3.8891c 0.1587,-0.3175 0.2117,-0.5820 0.2117 -0.8202c 0.0000,-0.2646 -0.2381,-0.9789 -0.4498 -1.5080l -3.3335,-7.7518 c -0.4233,-1.0054 -0.7143,-1.2964 -1.6139 -1.2964c -0.1587,-0.0000 -0.2646,-0.0794 -0.2646 -0.1852v -0.5291 l 0.0529,-0.0529 c 0.0000,-0.0000 1.1641,0.0529 1.9578 0.0529c 1.2435,-0.0000 3.1483,-0.0529 3.1483 -0.0529l 0.0529,0.0794 v 0.4762 ZM 314.0627,23.6523 ZM 314.9622,18.2287 c 0.0000,-3.6246 1.9578,-6.2702 5.4765 -6.2702c 3.9156,-0.0000 5.4236,3.2806 5.4236 6.0321c 0.0000,2.6457 -1.7197,5.9792 -5.4765 5.9792c -3.5452,-0.0000 -5.4236,-3.0425 -5.4236 -5.7411ZM 314.9622,18.2287 ZM 320.1477,12.8315 c -2.1165,-0.0000 -3.0954,2.4869 -3.0954 4.7887c 0.0000,2.0372 1.1641,5.4236 3.7833 5.4236c 1.1906,-0.0000 2.9367,-0.7143 2.9367 -4.2066c 0.0000,-3.8891 -1.4551,-6.0057 -3.6246 -6.0057ZM 326.7354,23.6523 ZM 338.0854,20.5833 c 0.0000,1.3228 0.1323,1.7461 0.6614 1.7461c 0.3175,-0.0000 0.8995,-0.0529 1.3493 -0.1323l 0.1058,0.7408 c -1.6139,0.2910 -2.9102,0.5556 -3.5187 1.0318h -0.5820 l 0.0794,-1.9578 h -0.0794 c -1.4551,1.5874 -2.6457,1.9578 -3.7304 1.9578c -2.6192,-0.0000 -3.3071,-1.7726 -3.3071 -3.5981v -6.0321 c 0.0000,-0.8731 -0.1852,-1.3228 -1.1641 -1.3228c -0.1058,-0.0000 -0.2910,0.0265 -0.4498 0.0265l -0.0794,-0.0265 v -0.6879 l 0.0794,-0.0794 c 0.0000,-0.0000 1.7991,0.0529 2.6457 0.0529c 0.3704,-0.0000 0.9789,-0.0529 0.9789 -0.0529l -0.0265,2.1165 v 5.6353 c 0.0000,2.3546 1.2170,2.7780 2.0107 2.7780c 0.6085,-0.0000 1.1641,-0.2381 1.7197 -0.6350c 0.6350,-0.4762 1.0583,-0.8466 1.3228 -1.1906v -6.5348 c 0.0000,-0.9524 -0.1323,-1.4022 -1.1112 -1.4022c -0.1587,-0.0000 -0.4498,0.0265 -0.5291 0.0265l -0.0529,-0.0529 v -0.6614 l 0.0529,-0.0794 c 0.0000,-0.0000 1.8784,0.0529 2.6192 0.0529c 0.6085,-0.0000 1.0318,-0.0529 1.0318 -0.0529l -0.0265,2.0901 v 6.2438 ZM 347.0277,23.6523 ZM 358.3776,20.5833 c 0.0000,1.3228 0.1323,1.7461 0.6614 1.7461c 0.3175,-0.0000 0.8995,-0.0529 1.3493 -0.1323l 0.1058,0.7408 c -1.6139,0.2910 -2.9102,0.5556 -3.5187 1.0318h -0.5820 l 0.0794,-1.9578 h -0.0794 c -1.4551,1.5874 -2.6457,1.9578 -3.7304 1.9578c -2.6192,-0.0000 -3.3071,-1.7726 -3.3071 -3.5981v -6.0321 c 0.0000,-0.8731 -0.1852,-1.3228 -1.1641 -1.3228c -0.1058,-0.0000 -0.2910,0.0265 -0.4498 0.0265l -0.0794,-0.0265 v -0.6879 l 0.0794,-0.0794 c 0.0000,-0.0000 1.7991,0.0529 2.6457 0.0529c 0.3704,-0.0000 0.9789,-0.0529 0.9789 -0.0529l -0.0265,2.1165 v 5.6353 c 0.0000,2.3546 1.2170,2.7780 2.0107 2.7780c 0.6085,-0.0000 1.1641,-0.2381 1.7197 -0.6350c 0.6350,-0.4762 1.0583,-0.8466 1.3228 -1.1906v -6.5348 c 0.0000,-0.9524 -0.1323,-1.4022 -1.1112 -1.4022c -0.1587,-0.0000 -0.4498,0.0265 -0.5291 0.0265l -0.0529,-0.0529 v -0.6614 l 0.0529,-0.0794 c 0.0000,-0.0000 1.8784,0.0529 2.6192 0.0529c 0.6085,-0.0000 1.0318,-0.0529 1.0318 -0.0529l -0.0265,2.0901 v 6.2438 ZM 360.7058,23.6523 ZM 361.8435,19.9483 l 0.7143,-0.0265 c 0.0794,0.6614 0.3704,1.9313 0.9524 2.5398c 0.2646,0.2910 0.9789,0.7672 1.9578 0.7672c 0.9260,-0.0000 2.3017,-0.7408 2.3017 -2.0372c 0.0000,-1.1376 -0.6350,-1.9049 -2.7250 -2.8044c -1.9313,-0.8466 -2.9367,-1.4022 -2.9367 -3.3865c 0.0000,-1.7726 1.5609,-3.0425 3.6510 -3.0425c 1.3228,-0.0000 2.3017,0.2381 3.1219 0.6614c 0.1587,0.8466 0.2381,1.7461 0.2910 2.6986l -0.7143,0.0265 c -0.5556,-2.1694 -2.1430,-2.5928 -2.6986 -2.5928c -1.0054,-0.0000 -2.0372,0.3969 -2.0372 1.8520c 0.0000,1.0583 0.5027,1.5874 1.9578 2.1165c 2.1430,0.7937 3.8627,1.7461 3.8627 3.8627c 0.0000,2.6192 -2.7780,3.3865 -4.0214 3.3865c -0.9260,-0.0000 -1.6932,-0.1058 -2.3811 -0.2910c -0.1852,-0.0265 -0.3175,-0.0529 -0.5027 -0.0529c -0.1323,-0.0000 -0.3439,0.0265 -0.6085 0.0794c 0.0000,-1.1112 -0.0794,-2.4605 -0.1852 -3.7569ZM 370.5213,23.6523 ZM 373.5373,16.3238 h 4.8680 c 0.2646,-0.0000 0.3704,-0.1323 0.3704 -0.3704c 0.0000,-2.4605 -1.2435,-3.0954 -2.1959 -3.0954c -0.6085,-0.0000 -2.5928,0.2381 -3.0425 3.4658ZM 373.5373,16.3238 ZM 380.5219,21.1918 l 0.5291,0.4233 c -1.0054,1.3757 -2.5663,2.3546 -4.4712 2.3546c -3.6246,-0.0000 -5.1591,-2.6986 -5.1591 -5.5824c 0.0000,-4.0214 2.6457,-6.4290 5.1591 -6.4290c 3.4923,-0.0000 4.3124,2.7250 4.3124 4.9474c 0.0000,0.2910 -0.1852,0.4498 -0.4762 0.4498h -6.9581 c -0.0265,0.1587 -0.0265,0.3175 -0.0265 0.5291c 0.0000,2.6986 1.8784,4.7887 3.7833 4.7887c 1.4551,-0.0000 2.3811,-0.4762 3.3071 -1.4816ZM 388.4589,23.6523 ZM 390.8929,21.7474 v -8.4397 h -1.8255 c -0.1058,-0.0000 -0.1323,-0.0265 -0.1323 -0.1323v -0.3704 c 0.0000,-0.2117 0.1323,-0.5291 0.6085 -0.5291h 1.3493 v -1.0318 c 0.0000,-4.1272 2.1430,-6.0586 4.3654 -6.0586c 1.0054,-0.0000 1.6932,0.2646 2.3546 0.7143c 0.5291,0.3969 0.7672,0.8466 0.7672 1.2699c 0.0000,0.5556 -0.3969,0.9524 -0.8995 0.9524c -0.5291,-0.0000 -0.8731,-0.2910 -1.0847 -0.7408c -0.3439,-0.8731 -0.8466,-1.2964 -1.6403 -1.2964c -0.8731,-0.0000 -1.8784,0.6350 -1.8784 4.7093v 1.4816 h 2.9102 c 0.1323,-0.0000 0.2117,0.0529 0.2117 0.1587v 0.5291 c 0.0000,0.2381 -0.3704,0.3439 -0.6085 0.3439h -2.5134 v 8.4397 c 0.0000,0.7672 0.2646,1.1641 1.1376 1.1641h 0.8731 c 0.1058,-0.0000 0.2117,0.0794 0.2117 0.2117v 0.5027 l -0.0529,0.0529 c 0.0000,-0.0000 -2.1694,-0.0529 -3.2013 -0.0529c -0.9524,-0.0000 -2.7515,0.0529 -2.7515 0.0529l -0.0529,-0.0529 v -0.5027 c 0.0000,-0.1323 0.0794,-0.2117 0.2117 -0.2117h 0.5027 c 0.8995,-0.0000 1.1376,-0.3969 1.1376 -1.1641ZM 396.5017,23.6523 ZM 397.4013,18.2287 c 0.0000,-3.6246 1.9578,-6.2702 5.4765 -6.2702c 3.9156,-0.0000 5.4236,3.2806 5.4236 6.0321c 0.0000,2.6457 -1.7197,5.9792 -5.4765 5.9792c -3.5452,-0.0000 -5.4236,-3.0425 -5.4236 -5.7411ZM 397.4013,18.2287 ZM 402.5868,12.8315 c -2.1165,-0.0000 -3.0954,2.4869 -3.0954 4.7887c 0.0000,2.0372 1.1641,5.4236 3.7833 5.4236c 1.1906,-0.0000 2.9367,-0.7143 2.9367 -4.2066c 0.0000,-3.8891 -1.4551,-6.0057 -3.6246 -6.0057ZM 409.1745,23.6523 ZM 411.5291,21.7474 v -6.5877 c 0.0000,-1.3228 -0.1852,-1.6139 -0.5820 -1.6139c -0.3439,-0.0000 -0.6614,0.0265 -1.1112 0.1323l -0.1323,-0.7408 c 1.6668,-0.2910 1.9578,-0.3704 2.7515 -0.7672c 0.2646,-0.1323 0.4762,-0.2117 0.6614 -0.2117h 0.3969 l -0.0794,2.3811 h 0.0794 c 0.6879,-1.0318 1.8520,-2.3811 3.0954 -2.3811c 1.0847,-0.0000 1.4816,0.5291 1.4816 1.2170c 0.0000,0.6879 -0.4498,1.1112 -1.1376 1.1112c -0.5291,-0.0000 -0.8202,-0.2117 -1.0847 -0.4762c -0.1587,-0.1587 -0.3439,-0.2381 -0.5291 -0.2381c -0.2910,-0.0000 -0.8731,0.4762 -1.5080 1.3757c -0.1852,0.2381 -0.3175,0.5820 -0.3175 0.9260v 5.8734 c 0.0000,0.7672 0.2646,1.1641 1.1376 1.1641h 0.7672 c 0.1323,-0.0000 0.2381,0.0794 0.2381 0.2117v 0.5027 l -0.0529,0.0529 c 0.0000,-0.0000 -2.0901,-0.0529 -3.1219 -0.0529c -0.9524,-0.0000 -2.7515,0.0529 -2.7515 0.0529l -0.0265,-0.0529 v -0.5027 c 0.0000,-0.1323 0.0529,-0.2117 0.1852 -0.2117h 0.5027 c 0.8995,-0.0000 1.1376,-0.3969 1.1376 -1.1641ZM 424.9691,23.6523 ZM 438.5679,21.7474 v -6.6671 h -8.6513 v 6.6671 c 0.0000,0.8202 0.3969,1.1641 1.4551 1.1641h 0.6879 c 0.1058,-0.0000 0.2117,0.0794 0.2117 0.2117v 0.5027 l -0.0529,0.0529 c 0.0000,-0.0000 -2.2753,-0.0529 -3.3335 -0.0529c -0.9260,-0.0000 -3.3865,0.0529 -3.3865 0.0529l -0.0529,-0.0529 v -0.5027 c 0.0000,-0.1323 0.0794,-0.2117 0.1852 -0.2117h 0.7143 c 1.0847,-0.0000 1.4287,-0.4233 1.4287 -1.1641v -13.2813 c 0.0000,-0.7937 -0.3969,-1.1641 -1.4287 -1.1641h -0.7143 c -0.1058,-0.0000 -0.2117,-0.0794 -0.2117 -0.2117v -0.5027 l 0.0529,-0.0265 c 0.0000,-0.0000 2.3017,0.0265 3.3335 0.0265c 0.9524,-0.0000 3.4129,-0.0265 3.4129 -0.0265l 0.0529,0.0265 v 0.5027 c 0.0000,0.1323 -0.0794,0.2117 -0.2117 0.2117h -0.6879 c -1.0847,-0.0000 -1.4551,0.4233 -1.4551 1.1641v 5.5824 h 8.6513 v -5.5824 c 0.0000,-0.7937 -0.3969,-1.1641 -1.4551 -1.1641h -0.6879 c -0.1323,-0.0000 -0.2381,-0.0794 -0.2381 -0.2117v -0.5027 l 0.0529,-0.0265 c 0.0000,-0.0000 2.3017,0.0265 3.3335 0.0265c 0.9524,-0.0000 3.4129,-0.0265 3.4129 -0.0265l 0.0529,0.0265 v 0.5027 c 0.0000,0.1323 -0.0794,0.2117 -0.2117 0.2117h -0.6879 c -1.0847,-0.0000 -1.4551,0.4233 -1.4551 1.1641v 13.2813 c 0.0000,0.8202 0.3969,1.1641 1.4551 1.1641h 0.6879 c 0.1323,-0.0000 0.2381,0.0794 0.2381 0.2117v 0.5027 l -0.0529,0.0529 c 0.0000,-0.0000 -2.3017,-0.0529 -3.3335 -0.0529c -0.9524,-0.0000 -3.4129,0.0529 -3.4129 0.0529l -0.0529,-0.0529 v -0.5027 c 0.0000,-0.1323 0.0794,-0.2117 0.2117 -0.2117h 0.6879 c 1.0847,-0.0000 1.4551,-0.4233 1.4551 -1.1641ZM 443.4888,23.6523 ZM 451.1877,17.1704 l -2.0901,0.5291 c -2.3282,0.7143 -2.6721,1.9313 -2.6721 3.1219c 0.0000,0.8202 0.3969,2.0636 2.0636 2.0636c 0.7937,-0.0000 2.0107,-0.7672 2.6986 -1.3493v -4.3654 ZM 451.1877,17.1704 ZM 452.8810,23.9698 c -1.0054,-0.0000 -1.5609,-0.8995 -1.6668 -1.5345l -0.6085,0.4233 c -1.2170,0.8466 -1.6668,1.1112 -2.8838 1.1112c -1.8520,-0.0000 -3.2013,-1.0583 -3.2013 -3.0425c 0.0000,-2.0107 1.7197,-3.3865 4.2331 -4.0214l 2.4340,-0.6085 c 0.0000,-2.9896 -1.3757,-3.5452 -2.2753 -3.5452c -1.0054,-0.0000 -2.1694,0.4498 -2.1694 1.2699c 0.0000,0.2910 0.0529,0.4498 0.0794 0.5291c 0.0529,0.1058 0.0794,0.2910 0.0794 0.4762c 0.0000,0.3439 -0.2646,0.8731 -1.0318 0.8731c -0.6350,-0.0000 -1.0583,-0.4233 -1.0583 -1.0583c 0.0000,-1.5345 2.4869,-2.8838 4.1802 -2.8838c 1.9313,-0.0000 4.1537,0.7937 4.1537 4.5506v 3.8891 c 0.0000,1.6139 0.0265,2.3017 0.6350 2.3017c 0.5820,-0.0000 0.7408,-0.7408 0.7672 -1.3228l 0.6614,0.1323 c -0.1587,1.9313 -0.9789,2.4605 -2.3282 2.4605ZM 455.4208,23.6523 ZM 456.5584,19.9483 l 0.7143,-0.0265 c 0.0794,0.6614 0.3704,1.9313 0.9524 2.5398c 0.2646,0.2910 0.9789,0.7672 1.9578 0.7672c 0.9260,-0.0000 2.3017,-0.7408 2.3017 -2.0372c 0.0000,-1.1376 -0.6350,-1.9049 -2.7250 -2.8044c -1.9313,-0.8466 -2.9367,-1.4022 -2.9367 -3.3865c 0.0000,-1.7726 1.5609,-3.0425 3.6510 -3.0425c 1.3228,-0.0000 2.3017,0.2381 3.1219 0.6614c 0.1587,0.8466 0.2381,1.7461 0.2910 2.6986l -0.7143,0.0265 c -0.5556,-2.1694 -2.1430,-2.5928 -2.6986 -2.5928c -1.0054,-0.0000 -2.0372,0.3969 -2.0372 1.8520c 0.0000,1.0583 0.5027,1.5874 1.9578 2.1165c 2.1430,0.7937 3.8627,1.7461 3.8627 3.8627c 0.0000,2.6192 -2.7780,3.3865 -4.0214 3.3865c -0.9260,-0.0000 -1.6932,-0.1058 -2.3811 -0.2910c -0.1852,-0.0265 -0.3175,-0.0529 -0.5027 -0.0529c -0.1323,-0.0000 -0.3439,0.0265 -0.6085 0.0794c 0.0000,-1.1112 -0.0794,-2.4605 -0.1852 -3.7569ZM 465.2362,23.6523 ZM 469.5487,18.0435 v 3.7039 c 0.0000,0.7672 0.2646,1.1641 1.1376 1.1641h 0.0529 c 0.1058,-0.0000 0.2117,0.0794 0.2117 0.2117v 0.5027 l -0.0529,0.0529 c 0.0000,-0.0000 -1.3493,-0.0529 -2.3811 -0.0529c -0.9524,-0.0000 -2.7250,0.0529 -2.7250 0.0529l -0.0529,-0.0529 v -0.5027 c 0.0000,-0.1323 0.0529,-0.2117 0.1852 -0.2117h 0.5027 c 0.8995,-0.0000 1.1376,-0.3969 1.1376 -1.1641v -13.2548 c 0.0000,-1.5080 -0.2381,-1.9313 -0.7672 -1.9313l -0.8731,0.1058 c -0.0794,-0.0000 -0.1323,-0.0529 -0.1323 -0.1323l -0.0529,-0.6614 c 0.4233,-0.0000 1.3757,-0.1587 1.8255 -0.2381c 0.4762,-0.1058 0.8731,-0.2117 1.4022 -0.4498h 0.5820 v 12.1965 c 0.6879,-0.1587 2.0372,-1.3493 3.4658 -2.9102c 0.4233,-0.4233 0.5291,-0.7672 0.5291 -1.0318c 0.0000,-0.2117 -0.1323,-0.4233 -0.7672 -0.4233h -0.1058 c -0.1323,-0.0000 -0.2117,-0.1058 -0.2117 -0.2117v -0.5027 l 0.0794,-0.0529 c 0.0000,-0.0000 1.2699,0.0529 2.1959 0.0529c 1.0318,-0.0000 2.4605,-0.0529 2.4605 -0.0529l 0.1058,0.0529 v 0.5027 c 0.0000,0.1323 -0.1587,0.2117 -0.2910 0.2117h -0.1852 c -0.7143,-0.0000 -1.8784,0.5820 -2.5398 1.2699l -2.0107,2.2224 c -0.0794,0.0794 -0.1058,0.1587 -0.1058 0.2646c 0.0000,0.1323 0.0529,0.2646 0.1323 0.3704l 3.0954,4.5770 c 0.4762,0.7143 1.3228,1.1906 1.9843 1.1906h 0.1852 c 0.1852,-0.0000 0.2381,0.0794 0.2381 0.2117v 0.5027 l -0.0529,0.0529 c 0.0000,-0.0000 -1.3493,-0.0529 -2.3811 -0.0529c -0.9260,-0.0000 -1.6403,0.0529 -1.6403 0.0529l -0.0794,-0.0529 v -0.5027 c 0.0000,-0.3439 -0.0794,-0.6350 -0.6085 -1.4022l -1.9313,-2.7250 c -0.5291,-0.7672 -0.8995,-0.9524 -1.5609 -0.9524ZM 477.9090,23.6523 ZM 480.9251,16.3238 h 4.8680 c 0.2646,-0.0000 0.3704,-0.1323 0.3704 -0.3704c 0.0000,-2.4605 -1.2435,-3.0954 -2.1959 -3.0954c -0.6085,-0.0000 -2.5928,0.2381 -3.0425 3.4658ZM 480.9251,16.3238 ZM 487.9096,21.1918 l 0.5291,0.4233 c -1.0054,1.3757 -2.5663,2.3546 -4.4712 2.3546c -3.6246,-0.0000 -5.1591,-2.6986 -5.1591 -5.5824c 0.0000,-4.0214 2.6457,-6.4290 5.1591 -6.4290c 3.4923,-0.0000 4.3124,2.7250 4.3124 4.9474c 0.0000,0.2910 -0.1852,0.4498 -0.4762 0.4498h -6.9581 c -0.0265,0.1587 -0.0265,0.3175 -0.0265 0.5291c 0.0000,2.6986 1.8784,4.7887 3.7833 4.7887c 1.4551,-0.0000 2.3811,-0.4762 3.3071 -1.4816ZM 489.2325,23.6523 ZM 491.7458,21.7474 v -13.2548 c 0.0000,-1.5080 -0.2646,-1.9313 -0.7937 -1.9313l -0.8466,0.1058 c -0.0794,-0.0000 -0.1587,-0.0529 -0.1587 -0.1323l -0.0529,-0.6614 c 0.4233,-0.0000 1.4022,-0.1587 1.8520 -0.2381c 0.4762,-0.1058 0.8466,-0.2117 1.3757 -0.4498h 0.5820 v 16.5619 c 0.0000,0.7672 0.2910,1.1641 1.1376 1.1641h 0.6350 c 0.1058,-0.0000 0.2117,0.0794 0.2117 0.2117v 0.5027 l -0.0529,0.0529 c 0.0000,-0.0000 -1.9313,-0.0529 -2.9631 -0.0529c -0.9260,-0.0000 -2.8573,0.0529 -2.8573 0.0529l -0.0265,-0.0529 v -0.5027 c 0.0000,-0.1323 0.0529,-0.2117 0.1852 -0.2117h 0.6350 c 0.8731,-0.0000 1.1376,-0.3969 1.1376 -1.1641ZM 496.1112,23.6523 ZM 498.6246,21.7474 v -13.2548 c 0.0000,-1.5080 -0.2646,-1.9313 -0.7937 -1.9313l -0.8466,0.1058 c -0.0794,-0.0000 -0.1587,-0.0529 -0.1587 -0.1323l -0.0529,-0.6614 c 0.4233,-0.0000 1.4022,-0.1587 1.8520 -0.2381c 0.4762,-0.1058 0.8466,-0.2117 1.3757 -0.4498h 0.5820 v 16.5619 c 0.0000,0.7672 0.2910,1.1641 1.1376 1.1641h 0.6350 c 0.1058,-0.0000 0.2117,0.0794 0.2117 0.2117v 0.5027 l -0.0529,0.0529 c 0.0000,-0.0000 -1.9313,-0.0529 -2.9631 -0.0529c -0.9260,-0.0000 -2.8573,0.0529 -2.8573 0.0529l -0.0265,-0.0529 v -0.5027 c 0.0000,-0.1323 0.0529,-0.2117 0.1852 -0.2117h 0.6350 c 0.8731,-0.0000 1.1376,-0.3969 1.1376 -1.1641ZM 502.9899,23.6523 ZM 505.5562,8.5191 c 0.0000,0.3969 0.0529,0.5556 0.1587 0.6879c 0.1058,0.1323 0.1587,0.2910 0.1587 0.6350c 0.0000,0.6085 -0.5291,0.9260 -1.0318 0.9260c -0.4233,-0.0000 -1.0847,-0.2117 -1.0847 -1.1376c 0.0000,-1.0054 0.5556,-1.7461 1.3493 -2.3811c 0.7672,-0.6614 1.8784,-1.0318 3.2806 -1.0318c 2.6986,-0.0000 4.3654,1.5874 4.3654 3.9950c 0.0000,2.0901 -1.5609,3.2542 -2.8044 4.1537c -0.6085,0.4498 -1.1376,0.8731 -1.3757 1.3228c -0.3439,0.6614 -0.4762,1.2964 -0.4762 1.9313v 1.1641 c 0.0000,0.1852 -0.1323,0.2646 -0.3439 0.2646c -0.2117,-0.0000 -0.3439,-0.0794 -0.3439 -0.2646v -1.2170 c 0.0000,-1.1376 0.0529,-2.6986 1.7726 -4.2595c 1.0583,-0.9789 1.5874,-1.7461 1.5874 -2.9896c 0.0000,-1.7197 -1.1376,-3.3071 -2.6457 -3.3071c -1.5080,-0.0000 -2.5663,0.7143 -2.5663 1.5080ZM 505.5562,8.5191 ZM 506.3499,22.5676 c 0.0000,-0.7672 0.6350,-1.4022 1.4022 -1.4022c 0.7672,-0.0000 1.4022,0.6350 1.4022 1.4022c 0.0000,0.7672 -0.6350,1.4022 -1.4022 1.4022c -0.7672,-0.0000 -1.4022,-0.6350 -1.4022 -1.4022Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.1" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 514.8955,324.5707 l -0.0000,-5.3178 h -398.8347 l -0.0000,5.3178 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 489.9683,342.3678 ZM 501.9163,338.7510 c -1.1973,-1.1973 -3.6542,-1.4841 -6.2733 1.1349c -2.3946,2.3946 -2.3073,5.3005 -0.8107 6.7971c 1.4218,1.4218 3.8787,1.1599 6.1112 -1.0726c 2.5941,-2.5941 2.7313,-5.1010 0.9728 -6.8595ZM 501.9163,338.7510 ZM 502.3278,346.5209 c -2.4944,2.4944 -5.7869,2.7189 -8.1690 0.3367c -2.1452,-2.1452 -2.3198,-5.4377 0.1372 -7.8947c 2.4445,-2.4445 5.9740,-2.7064 8.2064 -0.4739c 2.2449,2.2449 2.2948,5.5624 -0.1746 8.0318ZM 498.6736,351.0731 ZM 505.5955,348.2420 l -3.1928,3.1928 c -0.7733,0.7733 -1.0726,1.2222 -0.7358 1.5590c 0.3243,0.3243 0.6735,0.4739 1.2472 0.5488l 0.0125,0.4365 c -1.0352,0.0624 -1.8084,-0.1621 -2.3821 -0.7358c -0.5737,-0.5737 -0.5612,-1.2597 0.3243 -2.1452l 3.7914,-3.7914 l -0.8107,-0.8107 c -0.0374,-0.0374 -0.0374,-0.0624 -0.0000 -0.0998l 0.3866,-0.3866 c 0.0374,-0.0374 0.0624,-0.0374 0.0873 -0.0125c 0.8356,0.8356 1.5216,0.5488 2.4694 -0.3991l 0.2370,-0.2370 l 0.9728,0.4739 l -1.9207,1.9207 l 1.3719,1.3719 c 0.0624,0.0624 0.0748,0.1247 0.0249 0.1746l -0.2494,0.2494 c -0.1122,0.1122 -0.3367,-0.0125 -0.4615 -0.1372l -1.1723,-1.1723 ZM 502.4401,354.8396 ZM 513.1783,348.1672 l -4.2279,4.2279 c 1.6712,-0.0000 2.6066,0.5363 3.0930 1.0227c 0.8980,0.8980 0.6610,2.0329 -0.6236 3.3175l -2.6440,2.6440 c -0.3617,0.3617 -0.4240,0.6735 -0.0125 1.0850l 0.2370,0.2370 c 0.0499,0.0499 0.0624,0.1372 0.0000 0.1995l -0.2370,0.2370 l -0.0499,0.0000 c 0.0000,-0.0000 -0.8231,-0.8730 -1.3220 -1.3719c -0.4365,-0.4365 -1.3095,-1.2597 -1.3095 -1.2597l -0.0000,-0.0499 l 0.2370,-0.2370 c 0.0624,-0.0624 0.1372,-0.0624 0.1995 -0.0000l 0.2370,0.2370 c 0.4240,0.4240 0.7234,0.3492 1.0850 -0.0125l 2.7812,-2.7812 c 1.0102,-1.0102 0.9728,-1.5216 0.2744 -2.2200c -0.3617,-0.3617 -1.2222,-0.5737 -2.4071 -0.5862l -3.1180,3.1180 c -0.3617,0.3617 -0.4240,0.6735 -0.0125 1.0850l 0.2370,0.2370 c 0.0499,0.0499 0.0624,0.1372 0.0000 0.1995l -0.2370,0.2370 l -0.0499,0.0000 c 0.0000,-0.0000 -0.8231,-0.8730 -1.3095 -1.3594c -0.4490,-0.4490 -1.3095,-1.2597 -1.3095 -1.2597l -0.0000,-0.0499 l 0.2370,-0.2370 c 0.0624,-0.0624 0.1247,-0.0748 0.1871 -0.0125l 0.2370,0.2370 c 0.4240,0.4240 0.7234,0.3492 1.0850 -0.0125l 6.2484,-6.2484 c 0.7109,-0.7109 0.7982,-1.0227 0.5488 -1.2721l -0.4615,-0.3617 c -0.0374,-0.0374 -0.0374,-0.0873 -0.0000 -0.1247l 0.2869,-0.3367 c 0.1995,0.1995 0.7234,0.5737 0.9728 0.7483c 0.2744,0.1746 0.5113,0.3118 0.8730 0.4490l 0.2744,0.2744 ZM 508.9005,361.3000 ZM 513.7770,359.2671 l 2.2948,2.2948 c 0.1247,0.1247 0.2370,0.1122 0.3492 -0.0000c 1.1599,-1.1599 0.8730,-2.0454 0.4240 -2.4944c -0.2869,-0.2869 -1.3345,-1.1100 -3.0681 0.1995ZM 513.7770,359.2671 ZM 514.7747,364.8545 l 0.0499,0.4490 c -1.1225,0.1746 -2.3198,-0.0998 -3.2177 -0.9977c -1.7086,-1.7086 -1.1599,-3.7041 0.1995 -5.0636c 1.8957,-1.8957 4.2778,-1.7835 5.4627 -0.5986c 1.6463,1.6463 0.7483,3.3175 -0.2993 4.3651c -0.1372,0.1372 -0.2993,0.1247 -0.4365 -0.0125l -3.2801,-3.2801 c -0.0873,0.0624 -0.1621,0.1372 -0.2619 0.2370c -1.2721,1.2721 -1.3719,3.1429 -0.4739 4.0409c 0.6859,0.6859 1.3470,0.8980 2.2574 0.8606ZM 514.2384,366.6379 ZM 516.2464,366.8499 l 3.1055,-3.1055 c 0.6236,-0.6236 0.6735,-0.8481 0.4864 -1.0352c -0.1621,-0.1621 -0.3243,-0.2993 -0.5862 -0.4615l 0.2869,-0.4116 c 0.9229,0.6485 1.0975,0.7483 1.6588 0.9354c 0.1871,0.0624 0.3243,0.1247 0.4116 0.2120l 0.1871,0.1871 l -1.1599,1.0850 l 0.0374,0.0374 c 0.8107,-0.1621 1.9955,-0.2494 2.5817 0.3367c 0.5113,0.5113 0.4490,0.9479 0.1247 1.2721c -0.3243,0.3243 -0.7358,0.3118 -1.0601 -0.0125c -0.2494,-0.2494 -0.2869,-0.4864 -0.2869 -0.7358c -0.0000,-0.1497 -0.0499,-0.2744 -0.1372 -0.3617c -0.1372,-0.1372 -0.6361,-0.1871 -1.3594 -0.0624c -0.1995,0.0249 -0.4240,0.1247 -0.5862 0.2869l -2.7687,2.7687 c -0.3617,0.3617 -0.4240,0.6735 -0.0125 1.0850l 0.3617,0.3617 c 0.0624,0.0624 0.0748,0.1497 0.0125 0.2120l -0.2370,0.2370 l -0.0499,0.0000 c 0.0000,-0.0000 -0.9603,-1.0102 -1.4467 -1.4966c -0.4490,-0.4490 -1.3220,-1.2721 -1.3220 -1.2721l 0.0125,-0.0374 l 0.2370,-0.2370 c 0.0624,-0.0624 0.1247,-0.0748 0.1871 -0.0125l 0.2370,0.2370 c 0.4240,0.4240 0.7234,0.3492 1.0850 -0.0125Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.1434361802744433" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 489.9683,319.2529 v 7.9767 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 440.1140,342.3678 ZM 453.3590,341.2952 c 0.2120,-0.0873 0.3367,-0.1621 0.4240 -0.2494c 0.1871,-0.1871 -0.0499,-0.4739 -0.4739 -0.8980l -0.2245,-0.2245 c -0.0499,-0.0499 -0.0624,-0.1372 -0.0000 -0.1995l 0.2370,-0.2370 l 0.0374,0.0125 c 0.0000,-0.0000 0.8980,0.9229 1.3844 1.4093c 0.4365,0.4365 1.0975,1.0726 1.0975 1.0726l 0.0125,0.0374 l -0.2370,0.2370 c -0.0624,0.0624 -0.1372,0.0624 -0.1995 0.0000c -0.5113,-0.5113 -0.8606,-0.6361 -1.4592 -0.3617l -9.6407,4.4025 c -0.2619,0.1122 -0.4615,0.1122 -0.5986 -0.0249c -0.1247,-0.1247 -0.1247,-0.3243 -0.0000 -0.5737l 4.5397,-9.4536 c 0.3243,-0.6735 0.0748,-1.0726 -0.3367 -1.4841c -0.0499,-0.0499 -0.0624,-0.1372 -0.0000 -0.1995l 0.2370,-0.2370 l 0.0374,0.0125 c 0.0000,-0.0000 0.9603,0.9853 1.4467 1.4717c 0.4365,0.4365 1.5590,1.5340 1.5590 1.5340l 0.0125,0.0374 l -0.2370,0.2370 c -0.0624,0.0624 -0.1372,0.0624 -0.1995 0.0000l -0.3367,-0.3367 c -0.4490,-0.4490 -0.7234,-0.4739 -0.9229 -0.2744c -0.0748,0.0748 -0.1247,0.1746 -0.1995 0.2993l -2.8810,5.9989 l -0.6984,1.4717 l 1.4343,-0.6610 ZM 447.8091,350.0629 ZM 460.4430,346.9574 c -0.6111,0.7109 -1.1349,1.4343 -1.6338 2.1576l -0.4365,-0.3118 c 0.5862,-1.0601 1.2846,-2.4569 0.0499 -3.6917c -0.8231,-0.8231 -2.0080,-0.7358 -2.7687 0.0249c -1.0352,1.0352 -0.2744,2.7438 0.0624 3.4547c 0.6735,1.4218 1.3220,3.0930 -0.1871 4.6021c -1.2721,1.2721 -3.4796,1.4093 -4.9139 -0.0249c -1.2222,-1.2222 -1.2098,-1.6338 -1.5091 -1.9331c -0.2494,-0.2494 -0.4240,-0.2993 -0.6361 -0.5113c 0.6111,-0.6610 1.1225,-1.3470 1.9456 -2.4195l 0.4116,0.3367 c -0.8855,1.3844 -1.0850,2.7563 0.0249 3.8663c 0.9479,0.9479 2.2200,1.1225 3.2302 0.1122c 1.1349,-1.1349 0.8481,-2.0953 0.3866 -3.1554c -0.5612,-1.2347 -1.4717,-3.3923 -0.0125 -4.8515c 1.3220,-1.3220 3.4173,-0.8980 4.5023 0.1871c 1.1599,1.1599 0.8980,1.3719 1.4841 2.1576Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.1434361802744433" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 440.1140,319.2529 v 7.9767 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 390.2596,342.3678 ZM 404.7269,342.9415 l -6.6849,6.6849 c -0.2370,0.2370 -0.4490,0.2744 -0.6236 0.0998c -0.1871,-0.2120 -0.2744,-0.4490 -0.2245 -0.7733l 1.1474,-9.8527 c 0.0624,-0.4864 0.0624,-0.7608 -0.0125 -0.8356c -0.0998,-0.0998 -0.3118,0.0624 -0.7358 0.4864l -4.3776,4.3776 c -0.3742,0.3742 -0.5612,0.9354 -0.0624 1.4343l 0.3243,0.3243 c 0.0499,0.0499 0.0624,0.1372 0.0000 0.1995l -0.2370,0.2370 l -0.0499,0.0000 c 0.0000,-0.0000 -0.8606,-0.9104 -1.3594 -1.4093c -0.4365,-0.4365 -1.3594,-1.3095 -1.3594 -1.3095l -0.0624,-0.1122 l 0.2245,-0.2245 c 0.0624,-0.0624 0.2120,-0.0125 0.2744 0.0499l 0.3243,0.3243 c 0.5113,0.5113 1.0850,0.2619 1.4218 -0.0748l 5.7620,-5.7620 c 0.2494,-0.3991 0.4116,-1.2846 -0.0000 -1.6962c -0.0998,-0.0998 -0.1995,-0.2245 -0.1122 -0.3118l 0.1995,-0.1995 l 0.0748,-0.0249 l 1.6338,1.6338 l -1.1474,9.8527 c -0.0998,0.8231 -0.2869,1.3345 -0.1871 1.4343c 0.0873,0.0873 0.3243,-0.1497 0.5612 -0.3866l 4.7268,-4.7268 c 0.3367,-0.3367 0.5986,-0.9229 0.0873 -1.4343l -0.3243,-0.3243 c -0.0624,-0.0624 -0.1372,-0.2120 -0.0748 -0.2744l 0.2370,-0.2370 l 0.0748,0.0499 c 0.0000,-0.0000 0.9104,0.9354 1.3594 1.3844c 0.4864,0.4864 1.3968,1.3719 1.3968 1.3719l 0.0125,0.0374 l -0.2370,0.2370 c -0.0624,0.0624 -0.1497,0.0499 -0.1995 0.0000l -0.3367,-0.3367 c -0.4864,-0.4864 -1.0601,-0.2869 -1.4343 0.0873ZM 398.6282,350.7364 ZM 401.6090,348.6037 c 1.7086,-1.7086 3.8787,-2.0329 5.5375 -0.3742c 1.8458,1.8458 1.0102,4.1032 -0.2869 5.4003c -1.2472,1.2472 -3.6293,2.0080 -5.4003 0.2370c -1.6712,-1.6712 -1.1225,-3.9910 0.1497 -5.2631ZM 401.6090,348.6037 ZM 406.5977,348.5039 c -0.9977,-0.9977 -2.6316,-0.2869 -3.7166 0.7982c -0.9603,0.9603 -2.0080,3.1055 -0.7733 4.3402c 0.5612,0.5612 1.7211,1.0476 3.3674 -0.5986c 1.8334,-1.8334 2.1452,-3.5170 1.1225 -4.5397ZM 404.6022,356.7104 ZM 411.5240,353.8793 l -3.1928,3.1928 c -0.7733,0.7733 -1.0726,1.2222 -0.7358 1.5590c 0.3243,0.3243 0.6735,0.4739 1.2472 0.5488l 0.0125,0.4365 c -1.0352,0.0624 -1.8084,-0.1621 -2.3821 -0.7358c -0.5737,-0.5737 -0.5612,-1.2597 0.3243 -2.1452l 3.7914,-3.7914 l -0.8107,-0.8107 c -0.0374,-0.0374 -0.0374,-0.0624 -0.0000 -0.0998l 0.3866,-0.3866 c 0.0374,-0.0374 0.0624,-0.0374 0.0873 -0.0125c 0.8356,0.8356 1.5216,0.5488 2.4694 -0.3991l 0.2370,-0.2370 l 0.9728,0.4739 l -1.9207,1.9207 l 1.3719,1.3719 c 0.0624,0.0624 0.0748,0.1247 0.0249 0.1746l -0.2494,0.2494 c -0.1122,0.1122 -0.3367,-0.0125 -0.4615 -0.1372l -1.1723,-1.1723 ZM 408.3687,360.4768 ZM 413.2452,358.4439 l 2.2948,2.2948 c 0.1247,0.1247 0.2370,0.1122 0.3492 -0.0000c 1.1599,-1.1599 0.8730,-2.0454 0.4240 -2.4944c -0.2869,-0.2869 -1.3345,-1.1100 -3.0681 0.1995ZM 413.2452,358.4439 ZM 414.2429,364.0313 l 0.0499,0.4490 c -1.1225,0.1746 -2.3198,-0.0998 -3.2177 -0.9977c -1.7086,-1.7086 -1.1599,-3.7041 0.1995 -5.0636c 1.8957,-1.8957 4.2778,-1.7835 5.4627 -0.5986c 1.6463,1.6463 0.7483,3.3175 -0.2993 4.3651c -0.1372,0.1372 -0.2993,0.1247 -0.4365 -0.0125l -3.2801,-3.2801 c -0.0873,0.0624 -0.1621,0.1372 -0.2619 0.2370c -1.2721,1.2721 -1.3719,3.1429 -0.4739 4.0409c 0.6859,0.6859 1.3470,0.8980 2.2574 0.8606ZM 413.7066,365.8148 ZM 419.4811,363.7569 l -3.1055,3.1055 c -0.0748,0.9479 0.3118,1.3844 0.5113 1.5839c 1.3345,1.3345 2.8810,0.3866 3.9536 -0.6859c 1.5091,-1.5091 1.7336,-2.9558 0.9728 -3.7166c -0.4240,-0.4240 -1.3968,-0.6735 -2.3322 -0.2869ZM 419.4811,363.7569 ZM 412.6715,368.7207 l 6.1735,-6.1735 c 0.4739,-0.4739 0.4490,-0.6735 0.2744 -0.8481c -0.1621,-0.1621 -0.3243,-0.2993 -0.5862 -0.4615l 0.2869,-0.4116 c 0.9354,0.6610 1.1349,0.7608 1.6588 0.9354c 0.1995,0.0748 0.3243,0.1247 0.4116 0.2120l 0.1871,0.1871 l -1.0352,0.9603 l 0.0374,0.0374 c 1.4467,-0.2993 2.2449,0.2494 2.6440 0.6485c 1.2098,1.2098 0.7483,3.2676 -0.5737 4.5896c -1.0102,1.0102 -2.0953,1.4717 -3.2302 1.4841c -0.9728,0.0000 -1.7211,-0.2744 -2.3821 -0.9354c -0.4490,-0.4490 -0.6984,-0.8980 -0.8481 -1.3968l -2.0953,2.0953 c -0.3617,0.3617 -0.4116,0.6859 -0.0125 1.0850l 0.2370,0.2370 c 0.0624,0.0624 0.0748,0.1497 0.0125 0.2120l -0.2370,0.2370 l -0.0499,0.0000 c 0.0000,-0.0000 -0.8356,-0.8855 -1.3220 -1.3719c -0.4365,-0.4365 -1.3095,-1.2597 -1.3095 -1.2597l -0.0000,-0.0499 l 0.2370,-0.2370 c 0.0624,-0.0624 0.1372,-0.0624 0.1995 -0.0000l 0.2370,0.2370 c 0.4116,0.4116 0.7234,0.3492 1.0850 -0.0125ZM 419.0695,371.1777 ZM 425.7544,371.7514 l -1.2347,-0.7358 c -1.4343,-0.7608 -2.1701,-0.3492 -2.7313 0.2120c -0.3866,0.3866 -0.7857,1.1599 0.0000 1.9456c 0.3742,0.3742 1.3095,0.5862 1.9082 0.6361l 2.0578,-2.0578 ZM 425.7544,371.7514 ZM 423.3473,375.7548 c -0.4739,-0.4739 -0.3118,-1.1599 -0.0624 -1.5091l -0.4864,-0.0873 c -0.9728,-0.1746 -1.3095,-0.2619 -1.8832 -0.8356c -0.8730,-0.8730 -1.0102,-2.0080 -0.0748 -2.9433c 0.9479,-0.9479 2.4071,-0.7857 3.8912 0.0998l 1.4343,0.8606 c 1.4093,-1.4093 1.0227,-2.3198 0.5986 -2.7438c -0.4739,-0.4739 -1.2347,-0.8107 -1.6213 -0.4240c -0.1372,0.1372 -0.1871,0.2370 -0.2120 0.2869c -0.0249,0.0748 -0.0998,0.1746 -0.1871 0.2619c -0.1621,0.1621 -0.5363,0.2869 -0.8980 -0.0748c -0.2993,-0.2993 -0.2993,-0.6984 -0.0000 -0.9977c 0.7234,-0.7234 2.5318,-0.1871 3.3300 0.6111c 0.9104,0.9104 1.5839,2.3322 -0.1871 4.1032l -1.8334,1.8334 c -0.7608,0.7608 -1.0726,1.0975 -0.7857 1.3844c 0.2744,0.2744 0.6984,-0.0000 0.9853 -0.2619l 0.2494,0.3742 c -0.9853,0.8356 -1.6213,0.6984 -2.2574 0.0624ZM 424.6943,376.8024 ZM 429.9698,379.8580 l 3.2302,-3.2302 c 0.1746,-0.7733 0.0998,-1.3719 -0.4864 -1.9581c -0.2494,-0.2494 -0.7982,-0.7234 -1.7835 -0.5363c -0.4365,0.0873 -1.1848,0.4116 -2.0828 1.3095c -1.6338,1.6338 -1.5340,3.2302 -0.8606 3.9037c 0.4116,0.4116 0.9977,0.4989 1.9830 0.5113ZM 429.9698,379.8580 ZM 438.5006,373.1981 l -7.2087,7.2087 c -0.3742,0.3742 -0.5488,0.5986 -0.6111 0.7109c -0.0748,0.1497 -0.0125,0.3617 0.0873 0.4615c 0.1497,0.1497 0.4240,0.4240 0.6485 0.5737l -0.2993,0.3991 c -0.8481,-0.5986 -1.6338,-1.1100 -2.1202 -1.1474l -0.2993,-0.2993 l 0.8980,-0.8231 c -0.9603,0.0125 -1.8209,-0.0998 -2.4569 -0.7358c -1.3470,-1.3470 -1.0227,-3.3175 0.5113 -4.8515c 0.9229,-0.9229 1.9456,-1.4467 3.0182 -1.4467c 0.9728,0.0249 1.7959,0.2993 2.6191 1.1225c 0.2494,0.2494 0.6859,0.9104 0.8107 1.3594l 1.9082,-1.9082 c 0.7109,-0.7109 0.7982,-1.0227 0.5488 -1.2721l -0.4615,-0.3617 c -0.0249,-0.0249 -0.0374,-0.0873 -0.0000 -0.1247l 0.2869,-0.3367 c 0.1995,0.1995 0.7234,0.5737 0.9728 0.7483c 0.2869,0.1871 0.5113,0.3118 0.8730 0.4490l 0.2744,0.2744 ZM 430.8553,382.9635 ZM 437.6525,383.3751 l 2.1452,2.1452 l -0.6111,0.6111 l -2.1452,-2.1452 l -2.1576,2.1576 l -0.6236,-0.6236 l 2.1576,-2.1576 l -2.1576,-2.1576 l 0.6111,-0.6111 l 2.1576,2.1576 l 2.1701,-2.1701 l 0.6236,0.6236 l -2.1701,2.1701 ZM 437.4280,389.5362 ZM 444.2251,389.9477 l 2.1452,2.1452 l -0.6111,0.6111 l -2.1452,-2.1452 l -2.1576,2.1576 l -0.6236,-0.6236 l 2.1576,-2.1576 l -2.1576,-2.1576 l 0.6111,-0.6111 l 2.1576,2.1576 l 2.1701,-2.1701 l 0.6236,0.6236 l -2.1701,2.1701 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.1434361802744433" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 390.2596,319.2529 v 7.9767 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 340.4053,342.3678 ZM 353.0392,339.2623 c -0.6111,0.7109 -1.1349,1.4343 -1.6338 2.1576l -0.4365,-0.3118 c 0.5862,-1.0601 1.2846,-2.4569 0.0499 -3.6917c -0.8231,-0.8231 -2.0080,-0.7358 -2.7687 0.0249c -1.0352,1.0352 -0.2744,2.7438 0.0624 3.4547c 0.6735,1.4218 1.3220,3.0930 -0.1871 4.6021c -1.2721,1.2721 -3.4796,1.4093 -4.9139 -0.0249c -1.2222,-1.2222 -1.2098,-1.6338 -1.5091 -1.9331c -0.2494,-0.2494 -0.4240,-0.2993 -0.6361 -0.5113c 0.6111,-0.6610 1.1225,-1.3470 1.9456 -2.4195l 0.4116,0.3367 c -0.8855,1.3844 -1.0850,2.7563 0.0249 3.8663c 0.9479,0.9479 2.2200,1.1225 3.2302 0.1122c 1.1349,-1.1349 0.8481,-2.0953 0.3866 -3.1554c -0.5612,-1.2347 -1.4717,-3.3923 -0.0125 -4.8515c 1.3220,-1.3220 3.4173,-0.8980 4.5023 0.1871c 1.1599,1.1599 0.8980,1.3719 1.4841 2.1576ZM 346.3294,348.2919 ZM 353.1265,352.1956 c -0.6236,0.6236 -0.7608,0.8855 -0.5113 1.1349c 0.1497,0.1497 0.4490,0.3991 0.6984 0.5737l -0.2993,0.3991 c -0.8980,-0.6236 -1.6338,-1.1100 -2.1452 -1.1723l -0.2744,-0.2744 l 0.9603,-0.8855 l -0.0374,-0.0374 c -1.4343,0.0624 -2.1701,-0.3243 -2.6814 -0.8356c -1.2347,-1.2347 -0.7234,-2.3946 0.1372 -3.2551l 2.8436,-2.8436 c 0.4116,-0.4116 0.5363,-0.7109 0.0748 -1.1723c -0.0499,-0.0499 -0.1497,-0.1247 -0.2245 -0.1995l -0.0249,-0.0499 l 0.3243,-0.3243 l 0.0748,-0.0000 c 0.0000,-0.0000 0.8231,0.8730 1.2222 1.2721c 0.1746,0.1746 0.4864,0.4365 0.4864 0.4365l -1.0102,0.9853 l -2.6565,2.6565 c -1.1100,1.1100 -0.7358,1.8832 -0.3617 2.2574c 0.2869,0.2869 0.6610,0.4365 1.1100 0.5113c 0.5238,0.0748 0.8980,0.0998 1.1848 0.0624l 3.0805,-3.0805 c 0.4490,-0.4490 0.5986,-0.7234 0.1372 -1.1848c -0.0748,-0.0748 -0.2245,-0.1995 -0.2619 -0.2370l -0.0000,-0.0499 l 0.3118,-0.3118 l 0.0624,-0.0125 c 0.0000,-0.0000 0.8606,0.9104 1.2098 1.2597c 0.2869,0.2869 0.5113,0.4615 0.5113 0.4615l -0.9977,0.9728 l -2.9433,2.9433 ZM 352.7773,354.7398 ZM 355.3216,355.9122 c -0.0499,0.5488 0.1122,0.9104 0.4989 1.2971c 1.1848,1.1848 2.8810,0.6859 4.3028 -0.7358c 1.2721,-1.2721 1.5340,-2.8311 0.7733 -3.5919c -0.1372,-0.1372 -0.8107,-0.7608 -1.8084 -0.7358l -3.7665,3.7665 ZM 355.3216,355.9122 ZM 360.8466,348.5164 c 0.7109,-0.7109 0.7857,-1.0352 0.5363 -1.2846l -0.4490,-0.3492 c -0.0374,-0.0374 -0.0374,-0.0873 -0.0000 -0.1247l 0.2869,-0.3367 c 0.1995,0.1995 0.7234,0.5737 0.9728 0.7483c 0.2744,0.1746 0.5113,0.3118 0.8730 0.4490l 0.2744,0.2744 l -3.8663,3.8663 c 0.8855,-0.0374 1.6089,0.2370 2.2075 0.8356c 1.0850,1.0850 1.0850,3.1554 -0.4365 4.6769c -1.9830,1.9830 -4.5023,1.7086 -5.7744 0.4365c -0.5363,-0.5363 -0.7857,-1.0850 -0.8356 -1.7585c -0.2619,0.0374 -0.6111,0.0624 -0.8481 0.0748l -0.1995,-0.3243 c 0.3367,-0.2619 0.5363,-0.4615 1.0227 -0.9479l 6.2359,-6.2359 ZM 358.6515,360.6140 ZM 360.7343,360.9009 l 6.2484,-6.2484 c 0.7109,-0.7109 0.7857,-1.0352 0.5363 -1.2846l -0.4490,-0.3492 c -0.0374,-0.0374 -0.0499,-0.0998 -0.0125 -0.1372l 0.2869,-0.3367 c 0.1995,0.1995 0.7358,0.5862 0.9853 0.7608c 0.2744,0.1746 0.4989,0.2993 0.8606 0.4365l 0.2744,0.2744 l -7.8074,7.8074 c -0.3617,0.3617 -0.4116,0.6859 -0.0125 1.0850l 0.2993,0.2993 c 0.0499,0.0499 0.0624,0.1372 0.0000 0.1995l -0.2370,0.2370 l -0.0499,0.0000 c 0.0000,-0.0000 -0.8855,-0.9354 -1.3719 -1.4218c -0.4365,-0.4365 -1.3719,-1.3220 -1.3719 -1.3220l 0.0125,-0.0374 l 0.2370,-0.2370 c 0.0624,-0.0624 0.1247,-0.0748 0.1871 -0.0125l 0.2993,0.2993 c 0.4116,0.4116 0.7234,0.3492 1.0850 -0.0125ZM 361.8942,363.8567 ZM 369.9884,357.7081 c 0.3243,-0.3243 0.8606,-0.3367 1.1848 -0.0125c 0.3367,0.3367 0.3243,0.8730 0.0000 1.1973c -0.3367,0.3367 -0.8606,0.3367 -1.1973 0.0000c -0.3243,-0.3243 -0.3243,-0.8481 0.0125 -1.1848ZM 369.9884,357.7081 ZM 364.9498,365.1164 c -0.3617,0.3617 -0.4116,0.6859 -0.0125 1.0850l 0.2370,0.2370 c 0.0624,0.0624 0.0748,0.1497 0.0125 0.2120l -0.2370,0.2370 l -0.0499,0.0000 c 0.0000,-0.0000 -0.8356,-0.8855 -1.3220 -1.3719c -0.4365,-0.4365 -1.3095,-1.2597 -1.3095 -1.2597l -0.0000,-0.0499 l 0.2370,-0.2370 c 0.0624,-0.0624 0.1372,-0.0624 0.1995 -0.0000l 0.2370,0.2370 c 0.4116,0.4116 0.7234,0.3492 1.0850 -0.0125l 3.1055,-3.1055 c 0.6610,-0.6610 0.6485,-0.8730 0.4739 -1.0476c -0.1621,-0.1621 -0.3243,-0.2993 -0.5862 -0.4615l 0.2869,-0.4116 c 0.9354,0.6610 1.1225,0.7483 1.6588 0.9354c 0.1871,0.0873 0.3243,0.1247 0.4116 0.2120l 0.1871,0.1871 l -4.6146,4.6146 ZM 365.1868,367.1493 ZM 373.6052,373.7718 l 2.8685,-2.8685 c 0.8356,-0.8356 0.8231,-1.4717 0.3492 -1.9456c -0.4864,-0.4864 -1.1225,-0.6236 -2.3821 -0.5612c -0.1247,0.1746 -0.2993,0.3492 -0.4739 0.5238l -2.6066,2.6066 c -0.3617,0.3617 -0.4240,0.6735 -0.0125 1.0850l 0.2120,0.2120 c 0.0624,0.0624 0.0748,0.1497 0.0125 0.2120l -0.2370,0.2370 l -0.0499,0.0000 c 0.0000,-0.0000 -0.8107,-0.8606 -1.2971 -1.3470c -0.4490,-0.4490 -1.3345,-1.2846 -1.3345 -1.2846l -0.0000,-0.0499 l 0.2370,-0.2370 c 0.0624,-0.0624 0.1372,-0.0624 0.1995 -0.0000l 0.2494,0.2494 c 0.4240,0.4240 0.7234,0.3492 1.0850 -0.0125l 2.8436,-2.8436 c 0.8356,-0.8356 0.8356,-1.5091 0.3617 -1.9830c -0.4365,-0.4365 -1.1599,-0.5363 -2.3572 -0.5113l -3.0930,3.0930 c -0.3617,0.3617 -0.4240,0.6735 -0.0125 1.0850l 0.2370,0.2370 c 0.0499,0.0499 0.0624,0.1372 0.0000 0.1995l -0.2370,0.2370 l -0.0499,0.0000 c 0.0000,-0.0000 -0.8231,-0.8730 -1.3095 -1.3594c -0.4490,-0.4490 -1.3220,-1.2721 -1.3220 -1.2721l -0.0000,-0.0499 l 0.2370,-0.2370 c 0.0624,-0.0624 0.1372,-0.0624 0.1995 -0.0000l 0.2370,0.2370 c 0.4240,0.4240 0.7234,0.3492 1.0850 -0.0125l 3.1055,-3.1055 c 0.7109,-0.7109 0.6485,-0.8730 0.4864 -1.0352c -0.1621,-0.1621 -0.3243,-0.2993 -0.5862 -0.4615l 0.2869,-0.4116 c 0.9229,0.6485 1.1474,0.7733 1.6588 0.9354c 0.1871,0.0624 0.3243,0.1247 0.4116 0.2120l 0.1871,0.1871 l -1.1225,1.0476 l 0.0374,0.0374 c 1.2098,-0.0374 2.1950,0.0249 2.9683 0.7982c 0.6984,0.6984 0.6236,1.6463 0.1372 2.2823c 1.4717,-0.0249 2.3821,0.2370 3.0556 0.9104c 1.0975,1.0975 0.3742,2.1950 -0.7358 3.3050l -2.5941,2.5941 c -0.3617,0.3617 -0.4240,0.6735 -0.0125 1.0850l 0.2370,0.2370 c 0.0499,0.0499 0.0624,0.1372 0.0000 0.1995l -0.2370,0.2370 l -0.0499,0.0000 c 0.0000,-0.0000 -0.8231,-0.8730 -1.3095 -1.3594c -0.4490,-0.4490 -1.3220,-1.2721 -1.3220 -1.2721l -0.0000,-0.0499 l 0.2370,-0.2370 c 0.0624,-0.0624 0.1372,-0.0624 0.1995 -0.0000l 0.2370,0.2370 c 0.4116,0.4116 0.7234,0.3492 1.0850 -0.0125ZM 374.6653,376.6278 ZM 379.5418,374.5949 l 2.2948,2.2948 c 0.1247,0.1247 0.2370,0.1122 0.3492 -0.0000c 1.1599,-1.1599 0.8730,-2.0454 0.4240 -2.4944c -0.2869,-0.2869 -1.3345,-1.1100 -3.0681 0.1995ZM 379.5418,374.5949 ZM 380.5396,380.1823 l 0.0499,0.4490 c -1.1225,0.1746 -2.3198,-0.0998 -3.2177 -0.9977c -1.7086,-1.7086 -1.1599,-3.7041 0.1995 -5.0636c 1.8957,-1.8957 4.2778,-1.7835 5.4627 -0.5986c 1.6463,1.6463 0.7483,3.3175 -0.2993 4.3651c -0.1372,0.1372 -0.2993,0.1247 -0.4365 -0.0125l -3.2801,-3.2801 c -0.0873,0.0624 -0.1621,0.1372 -0.2619 0.2370c -1.2721,1.2721 -1.3719,3.1429 -0.4739 4.0409c 0.6859,0.6859 1.3470,0.8980 2.2574 0.8606Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.1434361802744433" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 340.4053,319.2529 v 7.9767 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 290.5509,342.3678 ZM 297.3107,342.0685 l 2.2325,2.2325 l 2.0953,-4.5647 l -4.4025,1.8084 c -0.0624,0.0374 -0.0998,0.0499 -0.1372 0.0873c -0.0748,0.0748 -0.0249,0.1995 0.2120 0.4365ZM 297.3107,342.0685 ZM 293.1950,343.2159 c -0.1247,0.0499 -0.2120,0.1122 -0.2869 0.1871c -0.1995,0.1995 -0.1122,0.5113 0.2619 0.8855l 0.3617,0.3617 c 0.0499,0.0499 0.0624,0.1372 0.0000 0.1995l -0.2370,0.2370 l -0.0499,0.0000 c 0.0000,-0.0000 -1.2098,-1.2597 -1.5091 -1.5590c -0.3243,-0.3243 -1.1474,-1.0975 -1.1474 -1.0975l -0.0000,-0.0499 l 0.2370,-0.2370 c 0.0624,-0.0624 0.1372,-0.0624 0.1995 -0.0000l 0.1497,0.1497 c 0.5113,0.5113 0.9728,0.4989 1.5714 0.2494l 9.7405,-3.9037 c 0.3991,-0.1746 0.5862,-0.1621 0.7109 -0.0374c 0.2245,0.2245 0.1995,0.4490 0.0499 0.7982l -4.2030,9.3164 c -0.3118,0.6610 -0.2993,1.1474 0.1995 1.6463l 0.1372,0.1372 c 0.0624,0.0624 0.0873,0.1621 0.0249 0.2245l -0.2370,0.2370 l -0.0624,-0.0125 c 0.0000,-0.0000 -0.9354,-0.9853 -1.4218 -1.4717c -0.4365,-0.4365 -1.6837,-1.6338 -1.6837 -1.6338l 0.0125,-0.0374 l 0.2370,-0.2370 c 0.0624,-0.0624 0.1247,-0.0748 0.1871 -0.0125l 0.3492,0.3492 c 0.3866,0.3866 0.7234,0.4490 0.9229 0.2494c 0.0624,-0.0624 0.1247,-0.1497 0.1746 -0.2494l 1.3470,-2.9433 l -2.6316,-2.6316 c -0.2993,-0.2993 -0.4739,-0.3243 -0.6610 -0.2370ZM 299.2188,351.0357 ZM 306.1407,348.2046 l -3.1928,3.1928 c -0.7733,0.7733 -1.0726,1.2222 -0.7358 1.5590c 0.3243,0.3243 0.6735,0.4739 1.2472 0.5488l 0.0125,0.4365 c -1.0352,0.0624 -1.8084,-0.1621 -2.3821 -0.7358c -0.5737,-0.5737 -0.5612,-1.2597 0.3243 -2.1452l 3.7914,-3.7914 l -0.8107,-0.8107 c -0.0374,-0.0374 -0.0374,-0.0624 -0.0000 -0.0998l 0.3866,-0.3866 c 0.0374,-0.0374 0.0624,-0.0374 0.0873 -0.0125c 0.8356,0.8356 1.5216,0.5488 2.4694 -0.3991l 0.2370,-0.2370 l 0.9728,0.4739 l -1.9207,1.9207 l 1.3719,1.3719 c 0.0624,0.0624 0.0748,0.1247 0.0249 0.1746l -0.2494,0.2494 c -0.1122,0.1122 -0.3367,-0.0125 -0.4615 -0.1372l -1.1723,-1.1723 ZM 302.9853,354.8022 ZM 305.9661,352.6695 c 1.7086,-1.7086 3.8787,-2.0329 5.5375 -0.3742c 1.8458,1.8458 1.0102,4.1032 -0.2869 5.4003c -1.2472,1.2472 -3.6293,2.0080 -5.4003 0.2370c -1.6712,-1.6712 -1.1225,-3.9910 0.1497 -5.2631ZM 305.9661,352.6695 ZM 310.9548,352.5697 c -0.9977,-0.9977 -2.6316,-0.2869 -3.7166 0.7982c -0.9603,0.9603 -2.0080,3.1055 -0.7733 4.3402c 0.5612,0.5612 1.7211,1.0476 3.3674 -0.5986c 1.8334,-1.8334 2.1452,-3.5170 1.1225 -4.5397ZM 308.9593,360.7762 ZM 317.3778,367.3987 l 2.8685,-2.8685 c 0.8356,-0.8356 0.8231,-1.4717 0.3492 -1.9456c -0.4864,-0.4864 -1.1225,-0.6236 -2.3821 -0.5612c -0.1247,0.1746 -0.2993,0.3492 -0.4739 0.5238l -2.6066,2.6066 c -0.3617,0.3617 -0.4240,0.6735 -0.0125 1.0850l 0.2120,0.2120 c 0.0624,0.0624 0.0748,0.1497 0.0125 0.2120l -0.2370,0.2370 l -0.0499,0.0000 c 0.0000,-0.0000 -0.8107,-0.8606 -1.2971 -1.3470c -0.4490,-0.4490 -1.3345,-1.2846 -1.3345 -1.2846l -0.0000,-0.0499 l 0.2370,-0.2370 c 0.0624,-0.0624 0.1372,-0.0624 0.1995 -0.0000l 0.2494,0.2494 c 0.4240,0.4240 0.7234,0.3492 1.0850 -0.0125l 2.8436,-2.8436 c 0.8356,-0.8356 0.8356,-1.5091 0.3617 -1.9830c -0.4365,-0.4365 -1.1599,-0.5363 -2.3572 -0.5113l -3.0930,3.0930 c -0.3617,0.3617 -0.4240,0.6735 -0.0125 1.0850l 0.2370,0.2370 c 0.0499,0.0499 0.0624,0.1372 0.0000 0.1995l -0.2370,0.2370 l -0.0499,0.0000 c 0.0000,-0.0000 -0.8231,-0.8730 -1.3095 -1.3594c -0.4490,-0.4490 -1.3220,-1.2721 -1.3220 -1.2721l -0.0000,-0.0499 l 0.2370,-0.2370 c 0.0624,-0.0624 0.1372,-0.0624 0.1995 -0.0000l 0.2370,0.2370 c 0.4240,0.4240 0.7234,0.3492 1.0850 -0.0125l 3.1055,-3.1055 c 0.7109,-0.7109 0.6485,-0.8730 0.4864 -1.0352c -0.1621,-0.1621 -0.3243,-0.2993 -0.5862 -0.4615l 0.2869,-0.4116 c 0.9229,0.6485 1.1474,0.7733 1.6588 0.9354c 0.1871,0.0624 0.3243,0.1247 0.4116 0.2120l 0.1871,0.1871 l -1.1225,1.0476 l 0.0374,0.0374 c 1.2098,-0.0374 2.1950,0.0249 2.9683 0.7982c 0.6984,0.6984 0.6236,1.6463 0.1372 2.2823c 1.4717,-0.0249 2.3821,0.2370 3.0556 0.9104c 1.0975,1.0975 0.3742,2.1950 -0.7358 3.3050l -2.5941,2.5941 c -0.3617,0.3617 -0.4240,0.6735 -0.0125 1.0850l 0.2370,0.2370 c 0.0499,0.0499 0.0624,0.1372 0.0000 0.1995l -0.2370,0.2370 l -0.0499,0.0000 c 0.0000,-0.0000 -0.8231,-0.8730 -1.3095 -1.3594c -0.4490,-0.4490 -1.3220,-1.2721 -1.3220 -1.2721l -0.0000,-0.0499 l 0.2370,-0.2370 c 0.0624,-0.0624 0.1372,-0.0624 0.1995 -0.0000l 0.2370,0.2370 c 0.4116,0.4116 0.7234,0.3492 1.0850 -0.0125Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.1434361802744433" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 290.5509,319.2529 v 7.9767 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 240.6966,342.3678 ZM 253.9417,341.2952 c 0.2120,-0.0873 0.3367,-0.1621 0.4240 -0.2494c 0.1871,-0.1871 -0.0499,-0.4739 -0.4739 -0.8980l -0.2245,-0.2245 c -0.0499,-0.0499 -0.0624,-0.1372 -0.0000 -0.1995l 0.2370,-0.2370 l 0.0374,0.0125 c 0.0000,-0.0000 0.8980,0.9229 1.3844 1.4093c 0.4365,0.4365 1.0975,1.0726 1.0975 1.0726l 0.0125,0.0374 l -0.2370,0.2370 c -0.0624,0.0624 -0.1372,0.0624 -0.1995 0.0000c -0.5113,-0.5113 -0.8606,-0.6361 -1.4592 -0.3617l -9.6407,4.4025 c -0.2619,0.1122 -0.4615,0.1122 -0.5986 -0.0249c -0.1247,-0.1247 -0.1247,-0.3243 -0.0000 -0.5737l 4.5397,-9.4536 c 0.3243,-0.6735 0.0748,-1.0726 -0.3367 -1.4841c -0.0499,-0.0499 -0.0624,-0.1372 -0.0000 -0.1995l 0.2370,-0.2370 l 0.0374,0.0125 c 0.0000,-0.0000 0.9603,0.9853 1.4467 1.4717c 0.4365,0.4365 1.5590,1.5340 1.5590 1.5340l 0.0125,0.0374 l -0.2370,0.2370 c -0.0624,0.0624 -0.1372,0.0624 -0.1995 0.0000l -0.3367,-0.3367 c -0.4490,-0.4490 -0.7234,-0.4739 -0.9229 -0.2744c -0.0748,0.0748 -0.1247,0.1746 -0.1995 0.2993l -2.8810,5.9989 l -0.6984,1.4717 l 1.4343,-0.6610 ZM 248.3917,350.0629 ZM 261.0256,346.9574 c -0.6111,0.7109 -1.1349,1.4343 -1.6338 2.1576l -0.4365,-0.3118 c 0.5862,-1.0601 1.2846,-2.4569 0.0499 -3.6917c -0.8231,-0.8231 -2.0080,-0.7358 -2.7687 0.0249c -1.0352,1.0352 -0.2744,2.7438 0.0624 3.4547c 0.6735,1.4218 1.3220,3.0930 -0.1871 4.6021c -1.2721,1.2721 -3.4796,1.4093 -4.9139 -0.0249c -1.2222,-1.2222 -1.2098,-1.6338 -1.5091 -1.9331c -0.2494,-0.2494 -0.4240,-0.2993 -0.6361 -0.5113c 0.6111,-0.6610 1.1225,-1.3470 1.9456 -2.4195l 0.4116,0.3367 c -0.8855,1.3844 -1.0850,2.7563 0.0249 3.8663c 0.9479,0.9479 2.2200,1.1225 3.2302 0.1122c 1.1349,-1.1349 0.8481,-2.0953 0.3866 -3.1554c -0.5612,-1.2347 -1.4717,-3.3923 -0.0125 -4.8515c 1.3220,-1.3220 3.4173,-0.8980 4.5023 0.1871c 1.1599,1.1599 0.8980,1.3719 1.4841 2.1576ZM 257.4338,359.1049 ZM 261.7116,363.6821 c -2.6814,-2.6814 -1.8957,-6.0364 0.1122 -8.0443c 2.4569,-2.4569 6.1860,-2.3696 8.2563 -0.2993c 1.5340,1.5340 1.4966,2.5442 2.1701 3.2926c -0.6485,0.7234 -1.1349,1.4343 -1.6588 2.2075l -0.4240,-0.3243 c 0.7483,-1.3968 1.0352,-3.1304 -0.6859 -4.8515c -0.9853,-0.9853 -3.8039,-1.7086 -6.3357 0.8231c -1.8209,1.8209 -2.8685,4.7393 -0.9354 6.6724c 1.1599,1.1599 2.4195,1.5964 4.2778 1.5091l 0.0998,0.4739 c -1.9581,0.2619 -3.6667,-0.2494 -4.8765 -1.4592ZM 265.4656,367.1368 ZM 268.4464,365.0041 c 1.7086,-1.7086 3.8787,-2.0329 5.5375 -0.3742c 1.8458,1.8458 1.0102,4.1032 -0.2869 5.4003c -1.2472,1.2472 -3.6293,2.0080 -5.4003 0.2370c -1.6712,-1.6712 -1.1225,-3.9910 0.1497 -5.2631ZM 268.4464,365.0041 ZM 273.4351,364.9043 c -0.9977,-0.9977 -2.6316,-0.2869 -3.7166 0.7982c -0.9603,0.9603 -2.0080,3.1055 -0.7733 4.3402c 0.5612,0.5612 1.7211,1.0476 3.3674 -0.5986c 1.8334,-1.8334 2.1452,-3.5170 1.1225 -4.5397ZM 270.8285,372.4997 ZM 276.1041,375.5553 l 3.2302,-3.2302 c 0.1746,-0.7733 0.0998,-1.3719 -0.4864 -1.9581c -0.2494,-0.2494 -0.7982,-0.7234 -1.7835 -0.5363c -0.4365,0.0873 -1.1848,0.4116 -2.0828 1.3095c -1.6338,1.6338 -1.5340,3.2302 -0.8606 3.9037c 0.4116,0.4116 0.9977,0.4989 1.9830 0.5113ZM 276.1041,375.5553 ZM 284.6348,368.8953 l -7.2087,7.2087 c -0.3742,0.3742 -0.5488,0.5986 -0.6111 0.7109c -0.0748,0.1497 -0.0125,0.3617 0.0873 0.4615c 0.1497,0.1497 0.4240,0.4240 0.6485 0.5737l -0.2993,0.3991 c -0.8481,-0.5986 -1.6338,-1.1100 -2.1202 -1.1474l -0.2993,-0.2993 l 0.8980,-0.8231 c -0.9603,0.0125 -1.8209,-0.0998 -2.4569 -0.7358c -1.3470,-1.3470 -1.0227,-3.3175 0.5113 -4.8515c 0.9229,-0.9229 1.9456,-1.4467 3.0182 -1.4467c 0.9728,0.0249 1.7959,0.2993 2.6191 1.1225c 0.2494,0.2494 0.6859,0.9104 0.8107 1.3594l 1.9082,-1.9082 c 0.7109,-0.7109 0.7982,-1.0227 0.5488 -1.2721l -0.4615,-0.3617 c -0.0249,-0.0249 -0.0374,-0.0873 -0.0000 -0.1247l 0.2869,-0.3367 c 0.1995,0.1995 0.7234,0.5737 0.9728 0.7483c 0.2869,0.1871 0.5113,0.3118 0.8730 0.4490l 0.2744,0.2744 ZM 276.9896,378.6607 ZM 281.8660,376.6278 l 2.2948,2.2948 c 0.1247,0.1247 0.2370,0.1122 0.3492 -0.0000c 1.1599,-1.1599 0.8730,-2.0454 0.4240 -2.4944c -0.2869,-0.2869 -1.3345,-1.1100 -3.0681 0.1995ZM 281.8660,376.6278 ZM 282.8638,382.2152 l 0.0499,0.4490 c -1.1225,0.1746 -2.3198,-0.0998 -3.2177 -0.9977c -1.7086,-1.7086 -1.1599,-3.7041 0.1995 -5.0636c 1.8957,-1.8957 4.2778,-1.7835 5.4627 -0.5986c 1.6463,1.6463 0.7483,3.3175 -0.2993 4.3651c -0.1372,0.1372 -0.2993,0.1247 -0.4365 -0.0125l -3.2801,-3.2801 c -0.0873,0.0624 -0.1621,0.1372 -0.2619 0.2370c -1.2721,1.2721 -1.3719,3.1429 -0.4739 4.0409c 0.6859,0.6859 1.3470,0.8980 2.2574 0.8606Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.1434361802744433" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 240.6966,319.2529 v 7.9767 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 190.8423,342.3678 ZM 202.8027,339.2124 l -1.6837,-1.6837 c -0.2993,-0.2993 -0.5488,-0.3492 -0.8481 -0.0499l -2.6565,2.6565 l 1.7086,1.7086 c 0.4365,0.4365 0.7483,0.3492 1.1723 0.0748l 0.4615,-0.2869 c 0.0499,-0.0499 0.1372,-0.0624 0.1871 -0.0125l 0.2744,0.2744 c 0.0374,0.0374 0.0249,0.0748 0.0000 0.0998c -0.3617,0.2619 -0.8730,0.6735 -1.2846 1.0850c -0.4240,0.4240 -0.9229,1.0476 -1.0975 1.2971l -0.0748,0.0000 l -0.2869,-0.2869 c -0.0624,-0.0624 -0.0499,-0.1497 -0.0125 -0.1871l 0.3118,-0.4615 c 0.2993,-0.4240 0.3492,-0.7483 -0.0748 -1.1723l -1.7086,-1.7086 l -3.1803,3.1803 c -0.3367,0.3367 -0.2370,0.5862 0.0374 0.8606l 2.0703,2.0703 c 0.9479,0.9479 2.0454,0.5737 3.1928 -0.0748l 0.3243,0.4490 c -0.7982,0.4989 -1.6338,1.0850 -2.3946 1.7211l -3.6667,-3.6667 l -0.9479,-0.9728 l -1.6213,-1.5714 v -0.0499 l 0.2494,-0.2494 c 0.0374,-0.0374 0.1122,-0.0624 0.1871 0.0125l 0.3742,0.3742 c 0.4989,0.4989 0.8481,0.4490 1.1973 0.0998l 6.2484,-6.2484 c 0.3866,-0.3866 0.3866,-0.7358 -0.0873 -1.2098l -0.3742,-0.3742 c -0.0873,-0.0873 -0.0499,-0.1497 -0.0125 -0.1871l 0.2494,-0.2494 l 0.0374,0.0125 l 1.5839,1.6089 l 0.9853,0.9603 l 3.1928,3.1928 c -0.6111,0.7109 -1.2597,1.5839 -1.6712 2.1950l -0.4240,-0.2993 c 0.5862,-1.1349 0.9977,-1.9955 0.0624 -2.9309ZM 197.9387,349.4642 ZM 206.3572,356.0868 l 2.8685,-2.8685 c 0.8356,-0.8356 0.8231,-1.4717 0.3492 -1.9456c -0.4864,-0.4864 -1.1225,-0.6236 -2.3821 -0.5612c -0.1247,0.1746 -0.2993,0.3492 -0.4739 0.5238l -2.6066,2.6066 c -0.3617,0.3617 -0.4240,0.6735 -0.0125 1.0850l 0.2120,0.2120 c 0.0624,0.0624 0.0748,0.1497 0.0125 0.2120l -0.2370,0.2370 l -0.0499,0.0000 c 0.0000,-0.0000 -0.8107,-0.8606 -1.2971 -1.3470c -0.4490,-0.4490 -1.3345,-1.2846 -1.3345 -1.2846v -0.0499 l 0.2370,-0.2370 c 0.0624,-0.0624 0.1372,-0.0624 0.1995 -0.0000l 0.2494,0.2494 c 0.4240,0.4240 0.7234,0.3492 1.0850 -0.0125l 2.8436,-2.8436 c 0.8356,-0.8356 0.8356,-1.5091 0.3617 -1.9830c -0.4365,-0.4365 -1.1599,-0.5363 -2.3572 -0.5113l -3.0930,3.0930 c -0.3617,0.3617 -0.4240,0.6735 -0.0125 1.0850l 0.2370,0.2370 c 0.0499,0.0499 0.0624,0.1372 0.0000 0.1995l -0.2370,0.2370 l -0.0499,0.0000 c 0.0000,-0.0000 -0.8231,-0.8730 -1.3095 -1.3594c -0.4490,-0.4490 -1.3220,-1.2721 -1.3220 -1.2721v -0.0499 l 0.2370,-0.2370 c 0.0624,-0.0624 0.1372,-0.0624 0.1995 -0.0000l 0.2370,0.2370 c 0.4240,0.4240 0.7234,0.3492 1.0850 -0.0125l 3.1055,-3.1055 c 0.7109,-0.7109 0.6485,-0.8730 0.4864 -1.0352c -0.1621,-0.1621 -0.3243,-0.2993 -0.5862 -0.4615l 0.2869,-0.4116 c 0.9229,0.6485 1.1474,0.7733 1.6588 0.9354c 0.1871,0.0624 0.3243,0.1247 0.4116 0.2120l 0.1871,0.1871 l -1.1225,1.0476 l 0.0374,0.0374 c 1.2098,-0.0374 2.1950,0.0249 2.9683 0.7982c 0.6984,0.6984 0.6236,1.6463 0.1372 2.2823c 1.4717,-0.0249 2.3821,0.2370 3.0556 0.9104c 1.0975,1.0975 0.3742,2.1950 -0.7358 3.3050l -2.5941,2.5941 c -0.3617,0.3617 -0.4240,0.6735 -0.0125 1.0850l 0.2370,0.2370 c 0.0499,0.0499 0.0624,0.1372 0.0000 0.1995l -0.2370,0.2370 l -0.0499,0.0000 c 0.0000,-0.0000 -0.8231,-0.8730 -1.3095 -1.3594c -0.4490,-0.4490 -1.3220,-1.2721 -1.3220 -1.2721v -0.0499 l 0.2370,-0.2370 c 0.0624,-0.0624 0.1372,-0.0624 0.1995 -0.0000l 0.2370,0.2370 c 0.4116,0.4116 0.7234,0.3492 1.0850 -0.0125ZM 207.4173,358.9428 ZM 214.1022,359.5165 l -1.2347,-0.7358 c -1.4343,-0.7608 -2.1701,-0.3492 -2.7313 0.2120c -0.3866,0.3866 -0.7857,1.1599 0.0000 1.9456c 0.3742,0.3742 1.3095,0.5862 1.9082 0.6361l 2.0578,-2.0578 ZM 214.1022,359.5165 ZM 211.6951,363.5200 c -0.4739,-0.4739 -0.3118,-1.1599 -0.0624 -1.5091l -0.4864,-0.0873 c -0.9728,-0.1746 -1.3095,-0.2619 -1.8832 -0.8356c -0.8730,-0.8730 -1.0102,-2.0080 -0.0748 -2.9433c 0.9479,-0.9479 2.4071,-0.7857 3.8912 0.0998l 1.4343,0.8606 c 1.4093,-1.4093 1.0227,-2.3198 0.5986 -2.7438c -0.4739,-0.4739 -1.2347,-0.8107 -1.6213 -0.4240c -0.1372,0.1372 -0.1871,0.2370 -0.2120 0.2869c -0.0249,0.0748 -0.0998,0.1746 -0.1871 0.2619c -0.1621,0.1621 -0.5363,0.2869 -0.8980 -0.0748c -0.2993,-0.2993 -0.2993,-0.6984 0.0000 -0.9977c 0.7234,-0.7234 2.5318,-0.1871 3.3300 0.6111c 0.9104,0.9104 1.5839,2.3322 -0.1871 4.1032l -1.8334,1.8334 c -0.7608,0.7608 -1.0726,1.0975 -0.7857 1.3844c 0.2744,0.2744 0.6984,-0.0000 0.9853 -0.2619l 0.2494,0.3742 c -0.9853,0.8356 -1.6213,0.6984 -2.2574 0.0624ZM 213.0421,364.5676 ZM 218.9662,368.2218 c -1.4966,0.3991 -2.4320,0.1372 -3.1803 -0.6111c -1.4966,-1.4966 -1.2971,-3.5669 0.3118 -5.1758c 1.7710,-1.7710 4.0284,-1.8084 5.3753 -0.4615c 1.1973,1.1973 1.2222,2.4445 0.5612 3.1055c -0.3617,0.3617 -0.7733,0.3243 -1.0352 0.0624c -0.2619,-0.2619 -0.3742,-0.6485 -0.0998 -0.9977c 0.3617,-0.4615 0.8231,-1.0726 0.0873 -1.8084c -0.8231,-0.8231 -2.3073,-0.5612 -3.6542 0.7857c -1.4592,1.4592 -1.6837,3.2551 -0.7234 4.2155c 0.5363,0.5363 1.3594,0.6610 2.3073 0.4864ZM 218.0682,369.5937 ZM 220.3506,368.3840 l 0.3492,0.3243 c -0.2744,0.3492 -0.7358,1.0850 -0.7483 1.6463c -0.0125,0.2619 0.0998,0.8231 0.5612 1.2846c 0.4365,0.4365 1.4343,0.7358 2.0454 0.1247c 0.5363,-0.5363 0.5986,-1.1973 0.0374 -2.6066c -0.5113,-1.3095 -0.7234,-2.0454 0.2120 -2.9808c 0.8356,-0.8356 2.1701,-0.6984 3.1554 0.2869c 0.6236,0.6236 0.9728,1.1973 1.1599 1.7835c -0.3243,0.4739 -0.7109,0.9354 -1.1349 1.4093l -0.3492,-0.3243 c 0.7608,-1.2846 0.2120,-2.2325 -0.0499 -2.4944c -0.4739,-0.4739 -1.1474,-0.7733 -1.8334 -0.0873c -0.4989,0.4989 -0.5113,0.9853 -0.0748 1.9207c 0.6361,1.3844 0.9977,2.6440 -0.0000 3.6418c -1.2347,1.2347 -2.9059,0.2869 -3.4921 -0.2993c -0.4365,-0.4365 -0.7483,-0.8481 -0.9853 -1.2597c -0.0748,-0.0998 -0.1247,-0.1746 -0.2120 -0.2619c -0.0624,-0.0624 -0.1746,-0.1497 -0.3243 -0.2494c 0.5238,-0.5238 1.1225,-1.1973 1.6837 -1.8583Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.1434361802744433" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 190.8423,319.2529 v 7.9767 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 140.9879,342.3678 ZM 154.2330,341.2952 c 0.2120,-0.0873 0.3367,-0.1621 0.4240 -0.2494c 0.1871,-0.1871 -0.0499,-0.4739 -0.4739 -0.8980l -0.2245,-0.2245 c -0.0499,-0.0499 -0.0624,-0.1372 -0.0000 -0.1995l 0.2370,-0.2370 l 0.0374,0.0125 c 0.0000,-0.0000 0.8980,0.9229 1.3844 1.4093c 0.4365,0.4365 1.0975,1.0726 1.0975 1.0726l 0.0125,0.0374 l -0.2370,0.2370 c -0.0624,0.0624 -0.1372,0.0624 -0.1995 0.0000c -0.5113,-0.5113 -0.8606,-0.6361 -1.4592 -0.3617l -9.6407,4.4025 c -0.2619,0.1122 -0.4615,0.1122 -0.5986 -0.0249c -0.1247,-0.1247 -0.1247,-0.3243 -0.0000 -0.5737l 4.5397,-9.4536 c 0.3243,-0.6735 0.0748,-1.0726 -0.3367 -1.4841c -0.0499,-0.0499 -0.0624,-0.1372 -0.0000 -0.1995l 0.2370,-0.2370 l 0.0374,0.0125 c 0.0000,-0.0000 0.9603,0.9853 1.4467 1.4717c 0.4365,0.4365 1.5590,1.5340 1.5590 1.5340l 0.0125,0.0374 l -0.2370,0.2370 c -0.0624,0.0624 -0.1372,0.0624 -0.1995 0.0000l -0.3367,-0.3367 c -0.4490,-0.4490 -0.7234,-0.4739 -0.9229 -0.2744c -0.0748,0.0748 -0.1247,0.1746 -0.1995 0.2993l -2.8810,5.9989 l -0.6984,1.4717 l 1.4343,-0.6610 ZM 148.6830,350.0629 ZM 156.7772,343.9143 c 0.3243,-0.3243 0.8606,-0.3367 1.1848 -0.0125c 0.3367,0.3367 0.3243,0.8730 0.0000 1.1973c -0.3367,0.3367 -0.8606,0.3367 -1.1973 0.0000c -0.3243,-0.3243 -0.3243,-0.8481 0.0125 -1.1848ZM 156.7772,343.9143 ZM 151.7386,351.3225 c -0.3617,0.3617 -0.4116,0.6859 -0.0125 1.0850l 0.2370,0.2370 c 0.0624,0.0624 0.0748,0.1497 0.0125 0.2120l -0.2370,0.2370 l -0.0499,0.0000 c 0.0000,-0.0000 -0.8356,-0.8855 -1.3220 -1.3719c -0.4365,-0.4365 -1.3095,-1.2597 -1.3095 -1.2597l -0.0000,-0.0499 l 0.2370,-0.2370 c 0.0624,-0.0624 0.1372,-0.0624 0.1995 -0.0000l 0.2370,0.2370 c 0.4116,0.4116 0.7234,0.3492 1.0850 -0.0125l 3.1055,-3.1055 c 0.6610,-0.6610 0.6485,-0.8730 0.4739 -1.0476c -0.1621,-0.1621 -0.3243,-0.2993 -0.5862 -0.4615l 0.2869,-0.4116 c 0.9354,0.6610 1.1225,0.7483 1.6588 0.9354c 0.1871,0.0873 0.3243,0.1247 0.4116 0.2120l 0.1871,0.1871 l -4.6146,4.6146 ZM 151.9756,353.3554 ZM 160.3941,359.9780 l 2.8685,-2.8685 c 0.8356,-0.8356 0.8231,-1.4717 0.3492 -1.9456c -0.4864,-0.4864 -1.1225,-0.6236 -2.3821 -0.5612c -0.1247,0.1746 -0.2993,0.3492 -0.4739 0.5238l -2.6066,2.6066 c -0.3617,0.3617 -0.4240,0.6735 -0.0125 1.0850l 0.2120,0.2120 c 0.0624,0.0624 0.0748,0.1497 0.0125 0.2120l -0.2370,0.2370 l -0.0499,0.0000 c 0.0000,-0.0000 -0.8107,-0.8606 -1.2971 -1.3470c -0.4490,-0.4490 -1.3345,-1.2846 -1.3345 -1.2846l -0.0000,-0.0499 l 0.2370,-0.2370 c 0.0624,-0.0624 0.1372,-0.0624 0.1995 -0.0000l 0.2494,0.2494 c 0.4240,0.4240 0.7234,0.3492 1.0850 -0.0125l 2.8436,-2.8436 c 0.8356,-0.8356 0.8356,-1.5091 0.3617 -1.9830c -0.4365,-0.4365 -1.1599,-0.5363 -2.3572 -0.5113l -3.0930,3.0930 c -0.3617,0.3617 -0.4240,0.6735 -0.0125 1.0850l 0.2370,0.2370 c 0.0499,0.0499 0.0624,0.1372 0.0000 0.1995l -0.2370,0.2370 l -0.0499,0.0000 c 0.0000,-0.0000 -0.8231,-0.8730 -1.3095 -1.3594c -0.4490,-0.4490 -1.3220,-1.2721 -1.3220 -1.2721l -0.0000,-0.0499 l 0.2370,-0.2370 c 0.0624,-0.0624 0.1372,-0.0624 0.1995 -0.0000l 0.2370,0.2370 c 0.4240,0.4240 0.7234,0.3492 1.0850 -0.0125l 3.1055,-3.1055 c 0.7109,-0.7109 0.6485,-0.8730 0.4864 -1.0352c -0.1621,-0.1621 -0.3243,-0.2993 -0.5862 -0.4615l 0.2869,-0.4116 c 0.9229,0.6485 1.1474,0.7733 1.6588 0.9354c 0.1871,0.0624 0.3243,0.1247 0.4116 0.2120l 0.1871,0.1871 l -1.1225,1.0476 l 0.0374,0.0374 c 1.2098,-0.0374 2.1950,0.0249 2.9683 0.7982c 0.6984,0.6984 0.6236,1.6463 0.1372 2.2823c 1.4717,-0.0249 2.3821,0.2370 3.0556 0.9104c 1.0975,1.0975 0.3742,2.1950 -0.7358 3.3050l -2.5941,2.5941 c -0.3617,0.3617 -0.4240,0.6735 -0.0125 1.0850l 0.2370,0.2370 c 0.0499,0.0499 0.0624,0.1372 0.0000 0.1995l -0.2370,0.2370 l -0.0499,0.0000 c 0.0000,-0.0000 -0.8231,-0.8730 -1.3095 -1.3594c -0.4490,-0.4490 -1.3220,-1.2721 -1.3220 -1.2721l -0.0000,-0.0499 l 0.2370,-0.2370 c 0.0624,-0.0624 0.1372,-0.0624 0.1995 -0.0000l 0.2370,0.2370 c 0.4116,0.4116 0.7234,0.3492 1.0850 -0.0125Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.1434361802744433" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 140.9879,319.2529 v 7.9767 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.1" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 105.4252,308.4322 l -0.0000,-265.8898 h -5.3178 l -0.0000,265.8898 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 70.2841,114.5816 ZM 74.8346,108.3202 c 0.0000,-0.1235 0.0176,-0.2646 0.1764 -0.3528c 0.1940,-0.1411 0.5115,-0.2998 0.7761 -0.2998c 0.2293,-0.0000 0.2469,0.1940 0.2469 0.5468v 2.8397 h 1.4287 l -0.1058,0.8290 h -1.3228 v 1.4639 c 0.0000,0.4939 0.0706,0.7408 0.5820 0.7408h 0.4762 c 0.1058,-0.0000 0.1235,0.0882 0.1235 0.1235v 0.3880 c 0.0000,-0.0000 -1.1288,-0.0353 -1.8696 -0.0353c -0.6702,-0.0000 -1.7109,0.0353 -1.7109 0.0353v -0.3880 c 0.0000,-0.0353 0.0176,-0.1235 0.1235 -0.1235h 0.4762 c 0.5468,-0.0000 0.5997,-0.2293 0.5997 -0.7408v -1.4639 h -3.4570 c -0.0706,-0.0000 -0.1058,-0.0353 -0.1587 -0.1058l -0.1411,-0.1940 l -0.2117,-0.3704 c -0.0176,-0.0000 -0.0176,-0.0176 -0.0176 -0.0353c 0.0000,-0.0176 0.0176,-0.0353 0.0353 -0.0529c 1.1465,-1.2699 3.1748,-5.2032 3.8098 -6.6494c 0.0176,-0.0706 0.0529,-0.0882 0.1235 -0.0882c 0.0176,-0.0000 0.4057,0.1587 0.6173 0.1940c -0.7937,2.1342 -2.0989,4.4271 -3.3865 6.4731h 2.7868 v -2.7339 ZM 78.0094,114.5816 ZM 81.8721,105.0042 c -0.7584,-0.0000 -1.8696,0.7408 -1.8696 4.8504c 0.0000,1.4463 0.2646,4.3565 1.8167 4.3565c 0.2998,-0.0000 1.1465,-0.1940 1.5169 -1.5698c 0.2293,-0.8466 0.3528,-1.9049 0.3528 -3.4394c 0.0000,-2.2400 -0.5644,-3.4923 -1.0759 -3.9332c -0.1940,-0.1764 -0.4586,-0.2646 -0.7408 -0.2646ZM 81.8721,105.0042 ZM 81.8015,114.7932 c -1.8872,-0.0000 -3.1572,-2.4164 -3.1572 -5.1150c 0.0000,-3.2983 1.5698,-5.2913 3.2277 -5.2913c 0.7584,-0.0000 1.5169,0.4762 2.0283 1.1641c 0.7408,0.9877 1.1288,2.3106 1.1288 3.9685c 0.0000,3.9156 -1.9402,5.2737 -3.2277 5.2737ZM 85.7348,114.5816 ZM 89.5975,105.0042 c -0.7584,-0.0000 -1.8696,0.7408 -1.8696 4.8504c 0.0000,1.4463 0.2646,4.3565 1.8167 4.3565c 0.2998,-0.0000 1.1465,-0.1940 1.5169 -1.5698c 0.2293,-0.8466 0.3528,-1.9049 0.3528 -3.4394c 0.0000,-2.2400 -0.5644,-3.4923 -1.0759 -3.9332c -0.1940,-0.1764 -0.4586,-0.2646 -0.7408 -0.2646ZM 89.5975,105.0042 ZM 89.5269,114.7932 c -1.8872,-0.0000 -3.1572,-2.4164 -3.1572 -5.1150c 0.0000,-3.2983 1.5698,-5.2913 3.2277 -5.2913c 0.7584,-0.0000 1.5169,0.4762 2.0283 1.1641c 0.7408,0.9877 1.1288,2.3106 1.1288 3.9685c 0.0000,3.9156 -1.9402,5.2737 -3.2277 5.2737Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.1434361802744433" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 97.4485,109.2638 h 7.9767 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 70.2841,214.1658 ZM 71.3071,206.3522 c 0.0000,-1.0054 0.9701,-2.3811 2.8220 -2.3811c 1.3581,-0.0000 2.9455,0.5115 2.9455 2.5398c 0.0000,1.3405 -0.6879,2.0107 -1.6403 2.9279l -1.6756,1.6227 c -0.0882,0.0882 -1.2699,1.2523 -1.2699 2.0813h 2.9984 c 0.5997,-0.0000 0.9172,-0.2998 1.1641 -1.2699l 0.4409,0.0706 l -0.3528,2.2224 h -5.4501 c 0.0000,-0.9877 0.1587,-1.7461 1.7991 -3.4217l 1.2346,-1.2170 c 0.9877,-1.0054 1.3934,-1.8696 1.3934 -2.9455c 0.0000,-1.6050 -1.0935,-2.0636 -1.6932 -2.0636c -1.2170,-0.0000 -1.5521,0.6350 -1.5521 1.0583c 0.0000,0.1411 0.0353,0.2822 0.0706 0.4057c 0.0353,0.1235 0.0706,0.2469 0.0706 0.3880c 0.0000,0.4586 -0.3528,0.6350 -0.6350 0.6350c -0.3880,-0.0000 -0.6702,-0.2998 -0.6702 -0.6526ZM 78.0094,214.1658 ZM 81.8721,204.5884 c -0.7584,-0.0000 -1.8696,0.7408 -1.8696 4.8504c 0.0000,1.4463 0.2646,4.3565 1.8167 4.3565c 0.2998,-0.0000 1.1465,-0.1940 1.5169 -1.5698c 0.2293,-0.8466 0.3528,-1.9049 0.3528 -3.4394c 0.0000,-2.2400 -0.5644,-3.4923 -1.0759 -3.9332c -0.1940,-0.1764 -0.4586,-0.2646 -0.7408 -0.2646ZM 81.8721,204.5884 ZM 81.8015,214.3774 c -1.8872,-0.0000 -3.1572,-2.4164 -3.1572 -5.1150c 0.0000,-3.2983 1.5698,-5.2913 3.2277 -5.2913c 0.7584,-0.0000 1.5169,0.4762 2.0283 1.1641c 0.7408,0.9877 1.1288,2.3106 1.1288 3.9685c 0.0000,3.9156 -1.9402,5.2737 -3.2277 5.2737ZM 85.7348,214.1658 ZM 89.5975,204.5884 c -0.7584,-0.0000 -1.8696,0.7408 -1.8696 4.8504c 0.0000,1.4463 0.2646,4.3565 1.8167 4.3565c 0.2998,-0.0000 1.1465,-0.1940 1.5169 -1.5698c 0.2293,-0.8466 0.3528,-1.9049 0.3528 -3.4394c 0.0000,-2.2400 -0.5644,-3.4923 -1.0759 -3.9332c -0.1940,-0.1764 -0.4586,-0.2646 -0.7408 -0.2646ZM 89.5975,204.5884 ZM 89.5269,214.3774 c -1.8872,-0.0000 -3.1572,-2.4164 -3.1572 -5.1150c 0.0000,-3.2983 1.5698,-5.2913 3.2277 -5.2913c 0.7584,-0.0000 1.5169,0.4762 2.0283 1.1641c 0.7408,0.9877 1.1288,2.3106 1.1288 3.9685c 0.0000,3.9156 -1.9402,5.2737 -3.2277 5.2737Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.1434361802744433" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 97.4485,208.8480 h 7.9767 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 85.7348,313.7500 ZM 89.5975,304.1726 c -0.7584,-0.0000 -1.8696,0.7408 -1.8696 4.8504c 0.0000,1.4463 0.2646,4.3565 1.8167 4.3565c 0.2998,-0.0000 1.1465,-0.1940 1.5169 -1.5698c 0.2293,-0.8466 0.3528,-1.9049 0.3528 -3.4394c 0.0000,-2.2400 -0.5644,-3.4923 -1.0759 -3.9332c -0.1940,-0.1764 -0.4586,-0.2646 -0.7408 -0.2646ZM 89.5975,304.1726 ZM 89.5269,313.9616 c -1.8872,-0.0000 -3.1572,-2.4164 -3.1572 -5.1150c 0.0000,-3.2983 1.5698,-5.2913 3.2277 -5.2913c 0.7584,-0.0000 1.5169,0.4762 2.0283 1.1641c 0.7408,0.9877 1.1288,2.3106 1.1288 3.9685c 0.0000,3.9156 -1.9402,5.2737 -3.2277 5.2737Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.1434361802744433" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 97.4485,308.4322 h 7.9767 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 514.8955,308.4322 l -0.0000,-265.8898 h -398.8347 l -0.0000,265.8898 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(87,57,99)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 504.9246,308.4322 l -0.0000,-66.7214 h -29.9126 l -0.0000,66.7214 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(87,57,99)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 455.0703,308.4322 l -0.0000,-1.4938 h -29.9126 l -0.0000,1.4938 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(87,57,99)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 405.2159,308.4322 l -0.0000,-13.9418 h -29.9126 l -0.0000,13.9418 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(87,57,99)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 355.3616,308.4322 l -0.0000,-45.8087 h -29.9126 l -0.0000,45.8087 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(87,57,99)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 305.5072,308.4322 l -0.0000,-84.1486 h -29.9126 l -0.0000,84.1486 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(87,57,99)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 255.6529,308.4322 l -0.0000,-100.5800 h -29.9126 l -0.0000,100.5800 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(87,57,99)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 205.7986,308.4322 l -0.0000,-249.4584 h -29.9126 l -0.0000,249.4584 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(87,57,99)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 155.9442,308.4322 l -0.0000,-265.8898 h -29.9126 l -0.0000,265.8898 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(84,84,84)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 478.3803,239.0519 ZM 481.6962,230.6386 c -0.3351,-0.0000 -1.1112,0.3175 -1.4992 0.4939l -0.2117,-0.5468 c 1.5521,-0.7231 2.1518,-1.0935 3.0337 -1.7285h 0.3351 v 8.8718 c 0.0000,0.6350 0.0882,0.8113 0.6702 0.8113h 0.9172 c 0.0529,-0.0000 0.1411,0.0353 0.1411 0.1411v 0.3880 l -2.4164,-0.0353 l -2.4517,0.0353 v -0.3880 c 0.0176,-0.0529 0.0353,-0.1411 0.1411 -0.1411h 1.0583 c 0.6702,-0.0000 0.6702,-0.2998 0.6702 -0.8113v -6.0674 c 0.0000,-0.5997 0.0000,-1.0230 -0.3880 -1.0230ZM 486.1056,239.0519 ZM 489.9154,229.4040 c -0.4409,-0.0000 -1.7285,0.2469 -1.7285 1.3228c 0.0000,0.3175 -0.1235,0.8643 -0.5997 0.8643c -0.4586,-0.0000 -0.4939,-0.5115 -0.4939 -0.5644c 0.0000,-0.5468 0.7231,-2.1694 3.1748 -2.1694c 1.7109,-0.0000 2.2224,1.0759 2.2224 1.7814c 0.0000,0.4409 -0.1411,1.3228 -1.7285 2.3282c 0.9877,0.1587 2.2929,0.8819 2.2929 2.7162c 0.0000,2.3282 -1.7638,3.5805 -3.7569 3.5805c -1.0054,-0.0000 -2.4164,-0.4409 -2.4164 -1.1112c 0.0000,-0.2646 0.2646,-0.5644 0.6173 -0.5644c 0.3351,-0.0000 0.4939,0.1764 0.6526 0.4057c 0.1940,0.2998 0.5115,0.7231 1.3581 0.7231c 0.5820,-0.0000 2.2400,-0.5820 2.2400 -2.8044c 0.0000,-1.8872 -1.3228,-2.1871 -2.2753 -2.1871c -0.1587,-0.0000 -0.3528,0.0353 -0.5468 0.0706l -0.0706,-0.5291 c 1.3581,-0.2293 2.4869,-1.5521 2.4869 -2.3635c 0.0000,-1.0054 -0.7055,-1.4992 -1.4287 -1.4992ZM 493.8310,239.0519 ZM 498.3815,232.7904 c 0.0000,-0.1235 0.0176,-0.2646 0.1764 -0.3528c 0.1940,-0.1411 0.5115,-0.2998 0.7761 -0.2998c 0.2293,-0.0000 0.2469,0.1940 0.2469 0.5468v 2.8397 h 1.4287 l -0.1058,0.8290 h -1.3228 v 1.4639 c 0.0000,0.4939 0.0706,0.7408 0.5820 0.7408h 0.4762 c 0.1058,-0.0000 0.1235,0.0882 0.1235 0.1235v 0.3880 c 0.0000,-0.0000 -1.1288,-0.0353 -1.8696 -0.0353c -0.6702,-0.0000 -1.7109,0.0353 -1.7109 0.0353v -0.3880 c 0.0000,-0.0353 0.0176,-0.1235 0.1235 -0.1235h 0.4762 c 0.5468,-0.0000 0.5997,-0.2293 0.5997 -0.7408v -1.4639 h -3.4570 c -0.0706,-0.0000 -0.1058,-0.0353 -0.1587 -0.1058l -0.1411,-0.1940 l -0.2117,-0.3704 c -0.0176,-0.0000 -0.0176,-0.0176 -0.0176 -0.0353c 0.0000,-0.0176 0.0176,-0.0353 0.0353 -0.0529c 1.1465,-1.2699 3.1748,-5.2032 3.8098 -6.6494c 0.0176,-0.0706 0.0529,-0.0882 0.1235 -0.0882c 0.0176,-0.0000 0.4057,0.1587 0.6173 0.1940c -0.7937,2.1342 -2.0989,4.4271 -3.3865 6.4731h 2.7868 v -2.7339 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(84,84,84)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 436.2513,304.2795 ZM 440.0610,294.6316 c -0.4409,-0.0000 -1.7285,0.2469 -1.7285 1.3228c 0.0000,0.3175 -0.1235,0.8643 -0.5997 0.8643c -0.4586,-0.0000 -0.4939,-0.5115 -0.4939 -0.5644c 0.0000,-0.5468 0.7231,-2.1694 3.1748 -2.1694c 1.7109,-0.0000 2.2224,1.0759 2.2224 1.7814c 0.0000,0.4409 -0.1411,1.3228 -1.7285 2.3282c 0.9877,0.1587 2.2929,0.8819 2.2929 2.7162c 0.0000,2.3282 -1.7638,3.5805 -3.7569 3.5805c -1.0054,-0.0000 -2.4164,-0.4409 -2.4164 -1.1112c 0.0000,-0.2646 0.2646,-0.5644 0.6173 -0.5644c 0.3351,-0.0000 0.4939,0.1764 0.6526 0.4057c 0.1940,0.2998 0.5115,0.7231 1.3581 0.7231c 0.5820,-0.0000 2.2400,-0.5820 2.2400 -2.8044c 0.0000,-1.8872 -1.3228,-2.1871 -2.2753 -2.1871c -0.1587,-0.0000 -0.3528,0.0353 -0.5468 0.0706l -0.0706,-0.5291 c 1.3581,-0.2293 2.4869,-1.5521 2.4869 -2.3635c 0.0000,-1.0054 -0.7055,-1.4992 -1.4287 -1.4992Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(84,84,84)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 382.5343,291.8315 ZM 383.5573,284.0179 c 0.0000,-1.0054 0.9701,-2.3811 2.8220 -2.3811c 1.3581,-0.0000 2.9455,0.5115 2.9455 2.5398c 0.0000,1.3405 -0.6879,2.0107 -1.6403 2.9279l -1.6756,1.6227 c -0.0882,0.0882 -1.2699,1.2523 -1.2699 2.0813h 2.9984 c 0.5997,-0.0000 0.9172,-0.2998 1.1641 -1.2699l 0.4409,0.0706 l -0.3528,2.2224 h -5.4501 c 0.0000,-0.9877 0.1587,-1.7461 1.7991 -3.4217l 1.2346,-1.2170 c 0.9877,-1.0054 1.3934,-1.8696 1.3934 -2.9455c 0.0000,-1.6050 -1.0935,-2.0636 -1.6932 -2.0636c -1.2170,-0.0000 -1.5521,0.6350 -1.5521 1.0583c 0.0000,0.1411 0.0353,0.2822 0.0706 0.4057c 0.0353,0.1235 0.0706,0.2469 0.0706 0.3880c 0.0000,0.4586 -0.3528,0.6350 -0.6350 0.6350c -0.3880,-0.0000 -0.6702,-0.2998 -0.6702 -0.6526ZM 390.2596,291.8315 ZM 394.1752,282.0601 c -1.0054,-0.0000 -1.6580,0.7937 -1.6580 1.5698c 0.0000,0.5115 0.2117,1.1288 1.2699 1.8167l 0.5115,0.3175 c 0.4586,-0.3351 1.5345,-1.1465 1.5345 -2.0460c 0.0000,-0.7761 -0.5644,-1.6580 -1.6580 -1.6580ZM 394.1752,282.0601 ZM 396.8738,283.7357 c 0.0000,1.0759 -1.2170,1.9225 -1.9578 2.4164l 1.0230,0.6702 c 0.8643,0.5644 1.3052,1.3405 1.3052 2.3106c 0.0000,1.2699 -1.0406,2.9102 -3.2277 2.9102c -1.7638,-0.0000 -2.9808,-0.9348 -2.9808 -2.6457c 0.0000,-0.6526 0.2822,-1.4110 0.9701 -2.0107c 0.4233,-0.3704 0.7937,-0.6879 1.2170 -1.0054l -0.2998,-0.1764 c -1.0230,-0.6350 -1.5345,-1.3228 -1.5345 -2.2576c 0.0000,-1.2876 1.1641,-2.3106 2.8750 -2.3106c 1.6403,-0.0000 2.6104,0.8995 2.6104 2.0989ZM 396.8738,283.7357 ZM 394.0517,291.5493 c 0.7584,-0.0000 2.0813,-0.4057 2.0813 -2.0813c 0.0000,-0.7937 -0.4939,-1.5874 -1.5345 -2.2224l -0.7761,-0.4762 c -1.4287,0.9524 -1.7461,2.1342 -1.7461 2.6280c 0.0000,1.4992 1.2170,2.1518 1.9754 2.1518Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(84,84,84)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 332.6799,259.9645 ZM 338.3064,254.6026 c 0.0000,-0.1764 0.0176,-0.4409 0.0176 -0.6173c 0.0000,-2.9631 -1.3228,-3.7039 -2.2224 -3.7039c -0.8113,-0.0000 -1.6580,0.7584 -1.6580 2.5928c 0.0000,0.8466 0.4233,2.5222 2.0989 2.5222c 0.3704,-0.0000 1.0406,-0.0353 1.7638 -0.7937ZM 338.3064,254.6026 ZM 333.6676,259.7176 c 1.1641,-0.1058 2.1342,-0.4057 2.9984 -1.2346c 0.7937,-0.7937 1.3757,-1.9754 1.5874 -3.3865c -0.4057,0.4939 -1.3934,0.8643 -2.0460 0.8643c -2.6104,-0.0000 -2.9631,-2.1518 -2.9631 -2.9631c 0.0000,-1.1994 0.5997,-3.2277 3.0337 -3.2277c 1.3052,-0.0000 3.2630,0.7584 3.2630 4.2683c 0.0000,1.6227 -0.5644,3.2101 -1.7638 4.4271c -1.1288,1.1465 -2.3282,1.6227 -4.0567 1.7109ZM 340.4053,259.9645 ZM 341.4283,252.1510 c 0.0000,-1.0054 0.9701,-2.3811 2.8220 -2.3811c 1.3581,-0.0000 2.9455,0.5115 2.9455 2.5398c 0.0000,1.3405 -0.6879,2.0107 -1.6403 2.9279l -1.6756,1.6227 c -0.0882,0.0882 -1.2699,1.2523 -1.2699 2.0813h 2.9984 c 0.5997,-0.0000 0.9172,-0.2998 1.1641 -1.2699l 0.4409,0.0706 l -0.3528,2.2224 h -5.4501 c 0.0000,-0.9877 0.1587,-1.7461 1.7991 -3.4217l 1.2346,-1.2170 c 0.9877,-1.0054 1.3934,-1.8696 1.3934 -2.9455c 0.0000,-1.6050 -1.0935,-2.0636 -1.6932 -2.0636c -1.2170,-0.0000 -1.5521,0.6350 -1.5521 1.0583c 0.0000,0.1411 0.0353,0.2822 0.0706 0.4057c 0.0353,0.1235 0.0706,0.2469 0.0706 0.3880c 0.0000,0.4586 -0.3528,0.6350 -0.6350 0.6350c -0.3880,-0.0000 -0.6702,-0.2998 -0.6702 -0.6526Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(84,84,84)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 278.9629,221.6246 ZM 282.2788,213.2114 c -0.3351,-0.0000 -1.1112,0.3175 -1.4992 0.4939l -0.2117,-0.5468 c 1.5521,-0.7231 2.1518,-1.0935 3.0337 -1.7285h 0.3351 v 8.8718 c 0.0000,0.6350 0.0882,0.8113 0.6702 0.8113h 0.9172 c 0.0529,-0.0000 0.1411,0.0353 0.1411 0.1411v 0.3880 l -2.4164,-0.0353 l -2.4517,0.0353 v -0.3880 c 0.0176,-0.0529 0.0353,-0.1411 0.1411 -0.1411h 1.0583 c 0.6702,-0.0000 0.6702,-0.2998 0.6702 -0.8113v -6.0674 c 0.0000,-0.5997 0.0000,-1.0230 -0.3880 -1.0230ZM 286.6883,221.6246 ZM 288.7342,217.0035 c -0.0176,0.1764 -0.0176,0.4409 -0.0176 0.6173c 0.0000,2.9631 1.3228,3.7039 2.2047 3.7039c 0.8113,-0.0000 1.6756,-0.7584 1.6756 -2.5928c 0.0000,-0.8290 -0.4233,-2.5222 -2.1165 -2.5222c -0.3704,-0.0000 -1.0406,0.0353 -1.7461 0.7937ZM 288.7342,217.0035 ZM 293.3554,211.8886 c -1.1465,0.1058 -2.1342,0.4057 -2.9808 1.2346c -0.8113,0.7937 -1.3934,1.9754 -1.5874 3.3865c 0.4057,-0.4939 1.3757,-0.8643 2.0460 -0.8643c 2.6104,-0.0000 2.9455,2.1518 2.9455 2.9631c 0.0000,1.1994 -0.5997,3.2277 -3.0337 3.2277c -1.2876,-0.0000 -3.2454,-0.7584 -3.2454 -4.2683c 0.0000,-1.6227 0.5468,-3.2101 1.7638 -4.4271c 1.1288,-1.1465 2.3106,-1.6227 4.0391 -1.7109ZM 294.4136,221.6246 ZM 300.0401,216.2627 c 0.0000,-0.1764 0.0176,-0.4409 0.0176 -0.6173c 0.0000,-2.9631 -1.3228,-3.7039 -2.2224 -3.7039c -0.8113,-0.0000 -1.6580,0.7584 -1.6580 2.5928c 0.0000,0.8466 0.4233,2.5222 2.0989 2.5222c 0.3704,-0.0000 1.0406,-0.0353 1.7638 -0.7937ZM 300.0401,216.2627 ZM 295.4013,221.3777 c 1.1641,-0.1058 2.1342,-0.4057 2.9984 -1.2346c 0.7937,-0.7937 1.3757,-1.9754 1.5874 -3.3865c -0.4057,0.4939 -1.3934,0.8643 -2.0460 0.8643c -2.6104,-0.0000 -2.9631,-2.1518 -2.9631 -2.9631c 0.0000,-1.1994 0.5997,-3.2277 3.0337 -3.2277c 1.3052,-0.0000 3.2630,0.7584 3.2630 4.2683c 0.0000,1.6227 -0.5644,3.2101 -1.7638 4.4271c -1.1288,1.1465 -2.3282,1.6227 -4.0567 1.7109Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(84,84,84)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 229.1086,205.1932 ZM 230.1316,197.3797 c 0.0000,-1.0054 0.9701,-2.3811 2.8220 -2.3811c 1.3581,-0.0000 2.9455,0.5115 2.9455 2.5398c 0.0000,1.3405 -0.6879,2.0107 -1.6403 2.9279l -1.6756,1.6227 c -0.0882,0.0882 -1.2699,1.2523 -1.2699 2.0813h 2.9984 c 0.5997,-0.0000 0.9172,-0.2998 1.1641 -1.2699l 0.4409,0.0706 l -0.3528,2.2224 h -5.4501 c 0.0000,-0.9877 0.1587,-1.7461 1.7991 -3.4217l 1.2346,-1.2170 c 0.9877,-1.0054 1.3934,-1.8696 1.3934 -2.9455c 0.0000,-1.6050 -1.0935,-2.0636 -1.6932 -2.0636c -1.2170,-0.0000 -1.5521,0.6350 -1.5521 1.0583c 0.0000,0.1411 0.0353,0.2822 0.0706 0.4057c 0.0353,0.1235 0.0706,0.2469 0.0706 0.3880c 0.0000,0.4586 -0.3528,0.6350 -0.6350 0.6350c -0.3880,-0.0000 -0.6702,-0.2998 -0.6702 -0.6526ZM 236.8339,205.1932 ZM 240.6966,195.6159 c -0.7584,-0.0000 -1.8696,0.7408 -1.8696 4.8504c 0.0000,1.4463 0.2646,4.3565 1.8167 4.3565c 0.2998,-0.0000 1.1465,-0.1940 1.5169 -1.5698c 0.2293,-0.8466 0.3528,-1.9049 0.3528 -3.4394c 0.0000,-2.2400 -0.5644,-3.4923 -1.0759 -3.9332c -0.1940,-0.1764 -0.4586,-0.2646 -0.7408 -0.2646ZM 240.6966,195.6159 ZM 240.6261,205.4049 c -1.8872,-0.0000 -3.1572,-2.4164 -3.1572 -5.1150c 0.0000,-3.2983 1.5698,-5.2913 3.2277 -5.2913c 0.7584,-0.0000 1.5169,0.4762 2.0283 1.1641c 0.7408,0.9877 1.1288,2.3106 1.1288 3.9685c 0.0000,3.9156 -1.9402,5.2737 -3.2277 5.2737ZM 244.5593,205.1932 ZM 245.5823,197.3797 c 0.0000,-1.0054 0.9701,-2.3811 2.8220 -2.3811c 1.3581,-0.0000 2.9455,0.5115 2.9455 2.5398c 0.0000,1.3405 -0.6879,2.0107 -1.6403 2.9279l -1.6756,1.6227 c -0.0882,0.0882 -1.2699,1.2523 -1.2699 2.0813h 2.9984 c 0.5997,-0.0000 0.9172,-0.2998 1.1641 -1.2699l 0.4409,0.0706 l -0.3528,2.2224 h -5.4501 c 0.0000,-0.9877 0.1587,-1.7461 1.7991 -3.4217l 1.2346,-1.2170 c 0.9877,-1.0054 1.3934,-1.8696 1.3934 -2.9455c 0.0000,-1.6050 -1.0935,-2.0636 -1.6932 -2.0636c -1.2170,-0.0000 -1.5521,0.6350 -1.5521 1.0583c 0.0000,0.1411 0.0353,0.2822 0.0706 0.4057c 0.0353,0.1235 0.0706,0.2469 0.0706 0.3880c 0.0000,0.4586 -0.3528,0.6350 -0.6350 0.6350c -0.3880,-0.0000 -0.6702,-0.2998 -0.6702 -0.6526Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(84,84,84)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 179.2542,56.3149 ZM 184.7043,53.3341 c 0.0000,-1.8167 -0.9877,-2.7162 -2.0813 -2.7162c -0.8113,-0.0000 -1.4287,0.1235 -2.1165 0.4057l 0.5644,-4.8151 c 0.5820,0.0529 1.1817,0.0706 1.7991 0.0706c 0.8819,-0.0000 1.7991,-0.0529 2.7515 -0.1587l 0.1058,0.0529 l -0.2646,1.1465 c -0.6879,0.0706 -1.2523,0.0882 -1.7461 0.0882c -0.7937,-0.0000 -1.3934,-0.0706 -2.0107 -0.1411l -0.3351,2.7868 c 0.3704,-0.1411 1.0054,-0.2646 1.6932 -0.2646c 1.8696,-0.0000 2.9102,1.6227 2.9102 3.2454c 0.0000,1.9754 -1.3757,3.4923 -3.3688 3.4923c -1.0054,-0.0000 -2.4693,-0.5644 -2.4693 -1.2523c 0.0000,-0.3351 0.2822,-0.5644 0.5997 -0.5644c 0.3528,-0.0000 0.5820,0.2646 0.7937 0.5468c 0.2646,0.3175 0.5468,0.6702 1.1112 0.6702c 1.1288,-0.0000 2.0636,-1.0583 2.0636 -2.5928ZM 186.9796,56.3149 ZM 190.8423,46.7375 c -0.7584,-0.0000 -1.8696,0.7408 -1.8696 4.8504c 0.0000,1.4463 0.2646,4.3565 1.8167 4.3565c 0.2998,-0.0000 1.1465,-0.1940 1.5169 -1.5698c 0.2293,-0.8466 0.3528,-1.9049 0.3528 -3.4394c 0.0000,-2.2400 -0.5644,-3.4923 -1.0759 -3.9332c -0.1940,-0.1764 -0.4586,-0.2646 -0.7408 -0.2646ZM 190.8423,46.7375 ZM 190.7717,56.5265 c -1.8872,-0.0000 -3.1572,-2.4164 -3.1572 -5.1150c 0.0000,-3.2983 1.5698,-5.2913 3.2277 -5.2913c 0.7584,-0.0000 1.5169,0.4762 2.0283 1.1641c 0.7408,0.9877 1.1288,2.3106 1.1288 3.9685c 0.0000,3.9156 -1.9402,5.2737 -3.2277 5.2737ZM 194.7049,56.3149 ZM 198.0209,47.9016 c -0.3351,-0.0000 -1.1112,0.3175 -1.4992 0.4939l -0.2117,-0.5468 c 1.5521,-0.7231 2.1518,-1.0935 3.0337 -1.7285h 0.3351 v 8.8718 c 0.0000,0.6350 0.0882,0.8113 0.6702 0.8113h 0.9172 c 0.0529,-0.0000 0.1411,0.0353 0.1411 0.1411v 0.3880 l -2.4164,-0.0353 l -2.4517,0.0353 v -0.3880 c 0.0176,-0.0529 0.0353,-0.1411 0.1411 -0.1411h 1.0583 c 0.6702,-0.0000 0.6702,-0.2998 0.6702 -0.8113v -6.0674 c 0.0000,-0.5997 0.0000,-1.0230 -0.3880 -1.0230Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(84,84,84)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 129.3999,39.8835 ZM 134.8500,36.9027 c 0.0000,-1.8167 -0.9877,-2.7162 -2.0813 -2.7162c -0.8113,-0.0000 -1.4287,0.1235 -2.1165 0.4057l 0.5644,-4.8151 c 0.5820,0.0529 1.1817,0.0706 1.7991 0.0706c 0.8819,-0.0000 1.7991,-0.0529 2.7515 -0.1587l 0.1058,0.0529 l -0.2646,1.1465 c -0.6879,0.0706 -1.2523,0.0882 -1.7461 0.0882c -0.7937,-0.0000 -1.3934,-0.0706 -2.0107 -0.1411l -0.3351,2.7868 c 0.3704,-0.1411 1.0054,-0.2646 1.6932 -0.2646c 1.8696,-0.0000 2.9102,1.6227 2.9102 3.2454c 0.0000,1.9754 -1.3757,3.4923 -3.3688 3.4923c -1.0054,-0.0000 -2.4693,-0.5644 -2.4693 -1.2523c 0.0000,-0.3351 0.2822,-0.5644 0.5997 -0.5644c 0.3528,-0.0000 0.5820,0.2646 0.7937 0.5468c 0.2646,0.3175 0.5468,0.6702 1.1112 0.6702c 1.1288,-0.0000 2.0636,-1.0583 2.0636 -2.5928ZM 137.1253,39.8835 ZM 140.9350,30.2356 c -0.4409,-0.0000 -1.7285,0.2469 -1.7285 1.3228c 0.0000,0.3175 -0.1235,0.8643 -0.5997 0.8643c -0.4586,-0.0000 -0.4939,-0.5115 -0.4939 -0.5644c 0.0000,-0.5468 0.7231,-2.1694 3.1748 -2.1694c 1.7109,-0.0000 2.2224,1.0759 2.2224 1.7814c 0.0000,0.4409 -0.1411,1.3228 -1.7285 2.3282c 0.9877,0.1587 2.2929,0.8819 2.2929 2.7162c 0.0000,2.3282 -1.7638,3.5805 -3.7569 3.5805c -1.0054,-0.0000 -2.4164,-0.4409 -2.4164 -1.1112c 0.0000,-0.2646 0.2646,-0.5644 0.6173 -0.5644c 0.3351,-0.0000 0.4939,0.1764 0.6526 0.4057c 0.1940,0.2998 0.5115,0.7231 1.3581 0.7231c 0.5820,-0.0000 2.2400,-0.5820 2.2400 -2.8044c 0.0000,-1.8872 -1.3228,-2.1871 -2.2753 -2.1871c -0.1587,-0.0000 -0.3528,0.0353 -0.5468 0.0706l -0.0706,-0.5291 c 1.3581,-0.2293 2.4869,-1.5521 2.4869 -2.3635c 0.0000,-1.0054 -0.7055,-1.4992 -1.4287 -1.4992ZM 144.8506,39.8835 ZM 149.4012,33.6221 c 0.0000,-0.1235 0.0176,-0.2646 0.1764 -0.3528c 0.1940,-0.1411 0.5115,-0.2998 0.7761 -0.2998c 0.2293,-0.0000 0.2469,0.1940 0.2469 0.5468v 2.8397 h 1.4287 l -0.1058,0.8290 h -1.3228 v 1.4639 c 0.0000,0.4939 0.0706,0.7408 0.5820 0.7408h 0.4762 c 0.1058,-0.0000 0.1235,0.0882 0.1235 0.1235v 0.3880 c 0.0000,-0.0000 -1.1288,-0.0353 -1.8696 -0.0353c -0.6702,-0.0000 -1.7109,0.0353 -1.7109 0.0353v -0.3880 c 0.0000,-0.0353 0.0176,-0.1235 0.1235 -0.1235h 0.4762 c 0.5468,-0.0000 0.5997,-0.2293 0.5997 -0.7408v -1.4639 h -3.4570 c -0.0706,-0.0000 -0.1058,-0.0353 -0.1587 -0.1058l -0.1411,-0.1940 l -0.2117,-0.3704 c -0.0176,-0.0000 -0.0176,-0.0176 -0.0176 -0.0353c 0.0000,-0.0176 0.0176,-0.0353 0.0353 -0.0529c 1.1465,-1.2699 3.1748,-5.2032 3.8098 -6.6494c 0.0176,-0.0706 0.0529,-0.0882 0.1235 -0.0882c 0.0176,-0.0000 0.4057,0.1587 0.6173 0.1940c -0.7937,2.1342 -2.0989,4.4271 -3.3865 6.4731h 2.7868 v -2.7339 Z"/>+  </g>+</svg>
other/q7Example.svg view
@@ -1,3 +1,109 @@ <?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.6" stroke="rgb(0,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.8908,27.2514 ZM 121.5588,25.0567 v -7.6816 h -9.9678 v 7.6816 c 0.0000,0.9450 0.4572,1.3412 1.6765 1.3412h 0.7925 c 0.1219,-0.0000 0.2439,0.0914 0.2439 0.2439v 0.5792 l -0.0610,0.0610 c 0.0000,-0.0000 -2.6215,-0.0610 -3.8408 -0.0610c -1.0669,-0.0000 -3.9018,0.0610 -3.9018 0.0610l -0.0610,-0.0610 v -0.5792 c 0.0000,-0.1524 0.0914,-0.2439 0.2134 -0.2439h 0.8230 c 1.2498,-0.0000 1.6461,-0.4877 1.6461 -1.3412v -15.3023 c 0.0000,-0.9145 -0.4572,-1.3412 -1.6461 -1.3412h -0.8230 c -0.1219,-0.0000 -0.2439,-0.0914 -0.2439 -0.2439v -0.5792 l 0.0610,-0.0305 c 0.0000,-0.0000 2.6520,0.0305 3.8408 0.0305c 1.0974,-0.0000 3.9323,-0.0305 3.9323 -0.0305l 0.0610,0.0305 v 0.5792 c 0.0000,0.1524 -0.0914,0.2439 -0.2439 0.2439h -0.7925 c -1.2498,-0.0000 -1.6765,0.4877 -1.6765 1.3412v 6.4318 h 9.9678 v -6.4318 c 0.0000,-0.9145 -0.4572,-1.3412 -1.6765 -1.3412h -0.7925 c -0.1524,-0.0000 -0.2743,-0.0914 -0.2743 -0.2439v -0.5792 l 0.0610,-0.0305 c 0.0000,-0.0000 2.6520,0.0305 3.8408 0.0305c 1.0974,-0.0000 3.9323,-0.0305 3.9323 -0.0305l 0.0610,0.0305 v 0.5792 c 0.0000,0.1524 -0.0914,0.2439 -0.2439 0.2439h -0.7925 c -1.2498,-0.0000 -1.6765,0.4877 -1.6765 1.3412v 15.3023 c 0.0000,0.9450 0.4572,1.3412 1.6765 1.3412h 0.7925 c 0.1524,-0.0000 0.2743,0.0914 0.2743 0.2439v 0.5792 l -0.0610,0.0610 c 0.0000,-0.0000 -2.6520,-0.0610 -3.8408 -0.0610c -1.0974,-0.0000 -3.9323,0.0610 -3.9323 0.0610l -0.0610,-0.0610 v -0.5792 c 0.0000,-0.1524 0.0914,-0.2439 0.2439 -0.2439h 0.7925 c 1.2498,-0.0000 1.6765,-0.4877 1.6765 -1.3412ZM 126.4970,27.2514 ZM 127.5334,21.0025 c 0.0000,-4.1761 2.2557,-7.2244 6.3099 -7.2244c 4.5114,-0.0000 6.2489,3.7798 6.2489 6.9500c 0.0000,3.0483 -1.9814,6.8891 -6.3099 6.8891c -4.0847,-0.0000 -6.2489,-3.5055 -6.2489 -6.6147ZM 127.5334,21.0025 ZM 133.5080,14.7840 c -2.4386,-0.0000 -3.5665,2.8654 -3.5665 5.5173c 0.0000,2.3472 1.3412,6.2489 4.3590 6.2489c 1.3717,-0.0000 3.3836,-0.8230 3.3836 -4.8467c 0.0000,-4.4809 -1.6765,-6.9195 -4.1761 -6.9195ZM 141.0981,27.2514 ZM 147.2556,14.7536 c 0.0000,0.1524 -0.1219,0.2439 -0.2743 0.2439h -0.4572 c -0.6706,-0.0000 -0.8840,0.1829 -0.8840 0.4877c 0.0000,0.2134 0.1219,0.4877 0.2743 0.9145l 3.2007,8.0474 l 2.6520,-6.6147 l -0.5487,-1.3717 c -0.3963,-1.0364 -1.0364,-1.4632 -1.9509 -1.4632c -0.1524,-0.0000 -0.3048,-0.0610 -0.3048 -0.2134v -0.6097 l 0.0610,-0.0610 c 0.0000,-0.0000 1.7070,0.0610 2.7739 0.0610l 3.0483,-0.0610 l 0.0914,0.0610 v 0.5792 c 0.0000,0.1524 -0.1524,0.2439 -0.3048 0.2439h -0.5487 c -0.6097,-0.0000 -0.8840,0.1219 -0.8840 0.4268c 0.0000,0.2439 0.1219,0.5487 0.3048 0.9754l 3.1702,8.0474 l 3.1702,-7.8950 c 0.0914,-0.1829 0.1524,-0.4268 0.1524 -0.6706c 0.0000,-0.5182 -0.3353,-0.8840 -1.3717 -0.8840h -0.4572 c -0.1524,-0.0000 -0.2743,-0.1219 -0.2743 -0.2134v -0.6097 l 0.0914,-0.0610 c 0.0000,-0.0000 2.0119,0.0610 3.1397 0.0610c 1.0364,-0.0000 2.2557,-0.0610 2.2557 -0.0610l 0.0305,0.0610 v 0.5792 c 0.0000,0.1829 -0.1829,0.2439 -0.3658 0.2439c -0.7621,-0.0000 -1.5546,0.3353 -2.1033 1.6765l -4.1456,10.3031 c -0.1829,0.4572 -0.4268,0.6401 -0.7011 0.6401c -0.3048,-0.0000 -0.5487,-0.1829 -0.7316 -0.6097l -3.0483,-7.6206 l -3.0483,7.5597 c -0.2134,0.4877 -0.4572,0.6706 -0.7316 0.6706c -0.3048,-0.0000 -0.5487,-0.1829 -0.7316 -0.6097l -4.1761,-10.5470 c -0.4572,-1.1888 -1.0059,-1.4632 -1.9204 -1.4632c -0.1524,-0.0000 -0.3658,-0.0610 -0.3658 -0.2134v -0.6097 l 0.0610,-0.0610 c 0.0000,-0.0000 1.4327,0.0610 2.7739 0.0610c 1.4022,-0.0000 3.0178,-0.0610 3.0178 -0.0610l 0.0610,0.0914 v 0.5487 ZM 171.3978,27.2514 ZM 174.2022,25.0567 v -9.7239 h -2.1033 c -0.1219,-0.0000 -0.1524,-0.0305 -0.1524 -0.1524v -0.4268 c 0.0000,-0.2439 0.1524,-0.6097 0.7011 -0.6097h 1.5546 v -1.1888 c 0.0000,-4.7553 2.4691,-6.9805 5.0296 -6.9805c 1.1583,-0.0000 1.9509,0.3048 2.7129 0.8230c 0.6097,0.4572 0.8840,0.9754 0.8840 1.4632c 0.0000,0.6401 -0.4572,1.0974 -1.0364 1.0974c -0.6097,-0.0000 -1.0059,-0.3353 -1.2498 -0.8535c -0.3963,-1.0059 -0.9754,-1.4936 -1.8899 -1.4936c -1.0059,-0.0000 -2.1643,0.7316 -2.1643 5.4259v 1.7070 h 3.3531 c 0.1524,-0.0000 0.2439,0.0610 0.2439 0.1829v 0.6097 c 0.0000,0.2743 -0.4268,0.3963 -0.7011 0.3963h -2.8958 v 9.7239 c 0.0000,0.8840 0.3048,1.3412 1.3108 1.3412h 1.0059 c 0.1219,-0.0000 0.2439,0.0914 0.2439 0.2439v 0.5792 l -0.0610,0.0610 c 0.0000,-0.0000 -2.4996,-0.0610 -3.6884 -0.0610c -1.0974,-0.0000 -3.1702,0.0610 -3.1702 0.0610l -0.0610,-0.0610 v -0.5792 c 0.0000,-0.1524 0.0914,-0.2439 0.2439 -0.2439h 0.5792 c 1.0364,-0.0000 1.3108,-0.4572 1.3108 -1.3412ZM 182.5240,27.2514 ZM 185.2369,25.0567 v -7.5902 c 0.0000,-1.5241 -0.2134,-1.8594 -0.6706 -1.8594c -0.3963,-0.0000 -0.7621,0.0305 -1.2803 0.1524l -0.1524,-0.8535 c 1.9204,-0.3353 2.2557,-0.4268 3.1702 -0.8840c 0.3048,-0.1524 0.5487,-0.2439 0.7621 -0.2439h 0.4572 l -0.0914,2.7434 h 0.0914 c 0.7925,-1.1888 2.1338,-2.7434 3.5665 -2.7434c 1.2498,-0.0000 1.7070,0.6097 1.7070 1.4022c 0.0000,0.7925 -0.5182,1.2803 -1.3108 1.2803c -0.6097,-0.0000 -0.9450,-0.2439 -1.2498 -0.5487c -0.1829,-0.1829 -0.3963,-0.2743 -0.6097 -0.2743c -0.3353,-0.0000 -1.0059,0.5487 -1.7375 1.5851c -0.2134,0.2743 -0.3658,0.6706 -0.3658 1.0669v 6.7671 c 0.0000,0.8840 0.3048,1.3412 1.3108 1.3412h 0.8840 c 0.1524,-0.0000 0.2743,0.0914 0.2743 0.2439v 0.5792 l -0.0610,0.0610 c 0.0000,-0.0000 -2.4081,-0.0610 -3.5969 -0.0610c -1.0974,-0.0000 -3.1702,0.0610 -3.1702 0.0610l -0.0305,-0.0610 v -0.5792 c 0.0000,-0.1524 0.0610,-0.2439 0.2134 -0.2439h 0.5792 c 1.0364,-0.0000 1.3108,-0.4572 1.3108 -1.3412ZM 193.1014,27.2514 ZM 196.5764,18.8078 h 5.6088 c 0.3048,-0.0000 0.4268,-0.1524 0.4268 -0.4268c 0.0000,-2.8349 -1.4327,-3.5665 -2.5301 -3.5665c -0.7011,-0.0000 -2.9873,0.2743 -3.5055 3.9932ZM 196.5764,18.8078 ZM 204.6238,24.4165 l 0.6097,0.4877 c -1.1583,1.5851 -2.9568,2.7129 -5.1516 2.7129c -4.1761,-0.0000 -5.9441,-3.1092 -5.9441 -6.4318c 0.0000,-4.6334 3.0483,-7.4073 5.9441 -7.4073c 4.0237,-0.0000 4.9687,3.1397 4.9687 5.7002c 0.0000,0.3353 -0.2134,0.5182 -0.5487 0.5182h -8.0169 c -0.0305,0.1829 -0.0305,0.3658 -0.0305 0.6097c 0.0000,3.1092 2.1643,5.5173 4.3590 5.5173c 1.6765,-0.0000 2.7434,-0.5487 3.8103 -1.7070ZM 206.1480,27.2514 ZM 216.4511,17.0093 c -0.8230,-1.3717 -1.8594,-2.1947 -3.1397 -2.1947c -2.4386,-0.0000 -3.7494,2.3472 -3.7494 5.5173c 0.0000,4.6029 2.6825,5.9441 4.4505 5.9441c 0.5792,-0.0000 1.6461,-0.0610 2.4386 -0.6706v -8.5961 ZM 216.4511,17.0093 ZM 216.4511,32.0677 v -5.4564 c -0.4572,0.3963 -1.4327,1.0059 -3.1702 1.0059c -4.3895,-0.0000 -6.0356,-3.8408 -6.0356 -6.6757c 0.0000,-4.0237 2.4691,-7.1634 6.1880 -7.1634c 1.4936,-0.0000 2.8044,0.4268 3.8103 1.3108l 0.4572,-0.7316 c 0.2134,-0.3658 0.4268,-0.5792 0.6401 -0.5792c 0.3353,-0.0000 0.3963,0.3353 0.3963 0.7621v 17.5275 c 0.0000,0.8840 0.3048,1.3412 1.3108 1.3412h 0.5792 c 0.1219,-0.0000 0.2439,0.0914 0.2439 0.2439v 0.5792 l -0.0610,0.0610 c 0.0000,-0.0000 -2.0728,-0.0610 -3.2616 -0.0610c -1.0974,-0.0000 -3.4750,0.0610 -3.4750 0.0610l -0.0610,-0.0610 v -0.5792 c 0.0000,-0.1524 0.0914,-0.2439 0.2439 -0.2439h 0.8840 c 1.0364,-0.0000 1.3108,-0.4572 1.3108 -1.3412ZM 221.1759,27.2514 ZM 234.2529,23.7154 c 0.0000,1.5241 0.1524,2.0119 0.7621 2.0119c 0.3658,-0.0000 1.0364,-0.0610 1.5546 -0.1524l 0.1219,0.8535 c -1.8594,0.3353 -3.3531,0.6401 -4.0542 1.1888h -0.6706 l 0.0914,-2.2557 h -0.0914 c -1.6765,1.8290 -3.0483,2.2557 -4.2980 2.2557c -3.0178,-0.0000 -3.8103,-2.0423 -3.8103 -4.1456v -6.9500 c 0.0000,-1.0059 -0.2134,-1.5241 -1.3412 -1.5241c -0.1219,-0.0000 -0.3353,0.0305 -0.5182 0.0305l -0.0914,-0.0305 v -0.7925 l 0.0914,-0.0914 c 0.0000,-0.0000 2.0728,0.0610 3.0483 0.0610c 0.4268,-0.0000 1.1279,-0.0610 1.1279 -0.0610l -0.0305,2.4386 v 6.4928 c 0.0000,2.7129 1.4022,3.2007 2.3167 3.2007c 0.7011,-0.0000 1.3412,-0.2743 1.9814 -0.7316c 0.7316,-0.5487 1.2193,-0.9754 1.5241 -1.3717v -7.5292 c 0.0000,-1.0974 -0.1524,-1.6156 -1.2803 -1.6156c -0.1829,-0.0000 -0.5182,0.0305 -0.6097 0.0305l -0.0610,-0.0610 v -0.7621 l 0.0610,-0.0914 c 0.0000,-0.0000 2.1643,0.0610 3.0178 0.0610c 0.7011,-0.0000 1.1888,-0.0610 1.1888 -0.0610l -0.0305,2.4081 v 7.1939 ZM 236.9354,27.2514 ZM 240.4104,18.8078 h 5.6088 c 0.3048,-0.0000 0.4268,-0.1524 0.4268 -0.4268c 0.0000,-2.8349 -1.4327,-3.5665 -2.5301 -3.5665c -0.7011,-0.0000 -2.9873,0.2743 -3.5055 3.9932ZM 240.4104,18.8078 ZM 248.4578,24.4165 l 0.6097,0.4877 c -1.1583,1.5851 -2.9568,2.7129 -5.1516 2.7129c -4.1761,-0.0000 -5.9441,-3.1092 -5.9441 -6.4318c 0.0000,-4.6334 3.0483,-7.4073 5.9441 -7.4073c 4.0237,-0.0000 4.9687,3.1397 4.9687 5.7002c 0.0000,0.3353 -0.2134,0.5182 -0.5487 0.5182h -8.0169 c -0.0305,0.1829 -0.0305,0.3658 -0.0305 0.6097c 0.0000,3.1092 2.1643,5.5173 4.3590 5.5173c 1.6765,-0.0000 2.7434,-0.5487 3.8103 -1.7070ZM 249.9819,27.2514 ZM 261.0776,25.0567 v -6.6757 c 0.0000,-2.1338 -0.3658,-3.1397 -1.9814 -3.1397c -1.3412,-0.0000 -2.4996,0.5182 -4.0542 2.3472v 7.4682 c 0.0000,0.8840 0.3048,1.3412 1.3108 1.3412h 0.4268 c 0.1524,-0.0000 0.2439,0.0914 0.2439 0.2439v 0.5792 l -0.0610,0.0610 c 0.0000,-0.0000 -1.9204,-0.0610 -3.1092 -0.0610c -1.0974,-0.0000 -3.1702,0.0610 -3.1702 0.0610l -0.0610,-0.0610 v -0.5792 c 0.0000,-0.1524 0.0914,-0.2439 0.2439 -0.2439h 0.5792 c 1.0364,-0.0000 1.3108,-0.4572 1.3108 -1.3412v -7.5902 c 0.0000,-1.6461 -0.2439,-1.8594 -0.6706 -1.8594c -0.3963,-0.0000 -0.7621,0.0305 -1.2803 0.1524l -0.1524,-0.8535 c 1.2803,-0.2134 2.1947,-0.3658 3.1397 -0.8840c 0.3353,-0.1524 0.5792,-0.2439 0.7925 -0.2439h 0.4572 l -0.0914,2.7129 h 0.0914 c 1.9509,-2.2862 3.4140,-2.7129 4.9687 -2.7129c 2.7434,-0.0000 3.3226,2.1033 3.3226 4.8162v 6.4623 c 0.0000,0.8840 0.3353,1.3412 1.3108 1.3412h 0.5792 c 0.1524,-0.0000 0.2743,0.0914 0.2743 0.2439v 0.5792 l -0.0610,0.0610 c 0.0000,-0.0000 -2.1033,-0.0610 -3.2921 -0.0610c -1.0669,-0.0000 -2.9873,0.0610 -2.9873 0.0610l -0.0610,-0.0610 v -0.5792 c 0.0000,-0.1524 0.0914,-0.2439 0.2439 -0.2439h 0.4268 c 1.0059,-0.0000 1.3108,-0.4572 1.3108 -1.3412ZM 265.8328,27.2514 ZM 270.8320,15.3327 v 7.8035 c 0.0000,1.8899 0.1829,2.8044 1.0059 2.8044c 0.7925,-0.0000 1.4022,-0.2439 2.1947 -0.8535l 0.5487,0.5182 c -1.1888,1.3412 -2.4081,2.0119 -3.8103 2.0119c -1.4022,-0.0000 -2.2252,-0.8535 -2.2252 -3.0178v -9.2667 h -1.9814 c -0.0914,-0.0000 -0.1219,-0.0305 -0.1219 -0.1219v -0.9450 c 0.0000,-0.0914 0.0305,-0.1219 0.0914 -0.1219c 2.0423,-0.0000 2.5301,-1.1888 2.5301 -3.5055v -0.5792 l 1.7680,-0.6097 v 4.6943 h 3.3531 c 0.1524,-0.0000 0.2439,0.0610 0.2439 0.1829v 0.6097 c 0.0000,0.2743 -0.4268,0.3963 -0.7316 0.3963h -2.8654 ZM 275.0386,27.2514 ZM 277.9344,25.0567 v -15.2718 c 0.0000,-1.7375 -0.3048,-2.2252 -0.9145 -2.2252l -0.9754,0.1219 c -0.0914,-0.0000 -0.1829,-0.0610 -0.1829 -0.1524l -0.0610,-0.7621 c 0.4877,-0.0000 1.6156,-0.1829 2.1338 -0.2743c 0.5487,-0.1219 0.9754,-0.2439 1.5851 -0.5182h 0.6706 v 19.0821 c 0.0000,0.8840 0.3353,1.3412 1.3108 1.3412h 0.7316 c 0.1219,-0.0000 0.2439,0.0914 0.2439 0.2439v 0.5792 l -0.0610,0.0610 c 0.0000,-0.0000 -2.2252,-0.0610 -3.4140 -0.0610c -1.0669,-0.0000 -3.2921,0.0610 -3.2921 0.0610l -0.0305,-0.0610 v -0.5792 c 0.0000,-0.1524 0.0610,-0.2439 0.2134 -0.2439h 0.7316 c 1.0059,-0.0000 1.3108,-0.4572 1.3108 -1.3412ZM 282.9640,27.2514 ZM 289.3044,14.7536 c 0.0000,0.1524 -0.1829,0.2439 -0.3353 0.2439c -0.9145,-0.0000 -1.3108,0.1829 -1.3108 0.6706c 0.0000,0.1829 0.0610,0.4268 0.1829 0.7011l 3.3531,7.8645 l 3.3836,-7.7426 c 0.1524,-0.2743 0.2134,-0.5182 0.2134 -0.7011c 0.0000,-0.6401 -0.6097,-0.7925 -1.2803 -0.7925h -0.1219 c -0.1524,-0.0000 -0.3048,-0.1219 -0.3048 -0.2134v -0.5792 l 0.0610,-0.0914 c 0.0000,-0.0000 1.7985,0.0610 2.8654 0.0610c 0.8535,-0.0000 2.1033,-0.0610 2.1033 -0.0610l 0.0914,0.0610 v 0.5792 c 0.0000,0.1524 -0.1219,0.2439 -0.3353 0.2439c -1.1583,-0.0000 -1.7375,1.1888 -2.1643 2.0728c -1.6156,3.4140 -2.9568,6.5538 -5.3954 12.4369c -0.9145,2.1947 -2.0119,4.7553 -4.1761 4.7553c -0.5792,-0.0000 -1.7680,-0.3353 -1.7680 -1.4327c 0.0000,-0.9145 0.6706,-1.1888 1.1583 -1.1888c 0.4572,-0.0000 0.7621,0.1829 0.9450 0.4268c 0.3048,0.3048 0.5182,0.5182 0.8230 0.5182c 0.4572,-0.0000 1.5241,-2.6215 2.2862 -4.4809c 0.1829,-0.3658 0.2439,-0.6706 0.2439 -0.9450c 0.0000,-0.3048 -0.2743,-1.1279 -0.5182 -1.7375l -3.8408,-8.9314 c -0.4877,-1.1583 -0.8230,-1.4936 -1.8594 -1.4936c -0.1829,-0.0000 -0.3048,-0.0914 -0.3048 -0.2134v -0.6097 l 0.0610,-0.0610 c 0.0000,-0.0000 1.3412,0.0610 2.2557 0.0610c 1.4327,-0.0000 3.6274,-0.0610 3.6274 -0.0610l 0.0610,0.0914 v 0.5487 ZM 306.1003,27.2514 ZM 316.2815,24.5385 v -7.8950 c -0.7316,-1.1583 -1.5546,-1.7985 -2.9873 -1.7985c -0.6097,-0.0000 -1.8594,0.0914 -2.8349 1.5241c -0.4268,0.6401 -0.9450,1.9509 -0.9450 4.1456c 0.0000,3.9932 2.0728,5.8222 3.7189 5.8222c 1.0059,-0.0000 1.8290,-0.6097 3.0483 -1.7985ZM 316.2815,24.5385 ZM 318.5677,5.9746 v 17.6189 c 0.0000,0.9145 0.0610,1.4022 0.1219 1.6156c 0.0914,0.2743 0.4268,0.4572 0.6706 0.4572c 0.3658,-0.0000 1.0364,-0.0000 1.4936 -0.0914l 0.1219,0.8535 c -1.7680,0.3048 -3.3531,0.6401 -3.9932 1.1888h -0.7316 l 0.0914,-2.1033 c -1.1583,1.1888 -2.3472,2.1033 -3.9018 2.1033c -3.2921,-0.0000 -5.3040,-2.8044 -5.3040 -6.5538c 0.0000,-2.2557 0.6097,-4.1456 1.9204 -5.4564c 1.2193,-1.1583 2.5605,-1.8290 4.5724 -1.8290c 0.6097,-0.0000 1.9509,0.2743 2.6520 0.6706v -4.6638 c 0.0000,-1.7375 -0.2743,-2.2252 -0.8840 -2.2252l -1.0059,0.1219 c -0.0610,-0.0000 -0.1524,-0.0610 -0.1524 -0.1524l -0.0610,-0.7621 c 0.4877,-0.0000 1.5851,-0.1829 2.1033 -0.2743c 0.5792,-0.1219 1.0059,-0.2439 1.6156 -0.5182h 0.6706 ZM 321.1587,27.2514 ZM 322.1951,21.0025 c 0.0000,-4.1761 2.2557,-7.2244 6.3099 -7.2244c 4.5114,-0.0000 6.2489,3.7798 6.2489 6.9500c 0.0000,3.0483 -1.9814,6.8891 -6.3099 6.8891c -4.0847,-0.0000 -6.2489,-3.5055 -6.2489 -6.6147ZM 322.1951,21.0025 ZM 328.1697,14.7840 c -2.4386,-0.0000 -3.5665,2.8654 -3.5665 5.5173c 0.0000,2.3472 1.3412,6.2489 4.3590 6.2489c 1.3717,-0.0000 3.3836,-0.8230 3.3836 -4.8467c 0.0000,-4.4809 -1.6765,-6.9195 -4.1761 -6.9195ZM 343.3805,27.2514 ZM 349.7209,14.7536 c 0.0000,0.1524 -0.1829,0.2439 -0.3353 0.2439c -0.9145,-0.0000 -1.3108,0.1829 -1.3108 0.6706c 0.0000,0.1829 0.0610,0.4268 0.1829 0.7011l 3.3531,7.8645 l 3.3836,-7.7426 c 0.1524,-0.2743 0.2134,-0.5182 0.2134 -0.7011c 0.0000,-0.6401 -0.6097,-0.7925 -1.2803 -0.7925h -0.1219 c -0.1524,-0.0000 -0.3048,-0.1219 -0.3048 -0.2134v -0.5792 l 0.0610,-0.0914 c 0.0000,-0.0000 1.7985,0.0610 2.8654 0.0610c 0.8535,-0.0000 2.1033,-0.0610 2.1033 -0.0610l 0.0914,0.0610 v 0.5792 c 0.0000,0.1524 -0.1219,0.2439 -0.3353 0.2439c -1.1583,-0.0000 -1.7375,1.1888 -2.1643 2.0728c -1.6156,3.4140 -2.9568,6.5538 -5.3954 12.4369c -0.9145,2.1947 -2.0119,4.7553 -4.1761 4.7553c -0.5792,-0.0000 -1.7680,-0.3353 -1.7680 -1.4327c 0.0000,-0.9145 0.6706,-1.1888 1.1583 -1.1888c 0.4572,-0.0000 0.7621,0.1829 0.9450 0.4268c 0.3048,0.3048 0.5182,0.5182 0.8230 0.5182c 0.4572,-0.0000 1.5241,-2.6215 2.2862 -4.4809c 0.1829,-0.3658 0.2439,-0.6706 0.2439 -0.9450c 0.0000,-0.3048 -0.2743,-1.1279 -0.5182 -1.7375l -3.8408,-8.9314 c -0.4877,-1.1583 -0.8230,-1.4936 -1.8594 -1.4936c -0.1829,-0.0000 -0.3048,-0.0914 -0.3048 -0.2134v -0.6097 l 0.0610,-0.0610 c 0.0000,-0.0000 1.3412,0.0610 2.2557 0.0610c 1.4327,-0.0000 3.6274,-0.0610 3.6274 -0.0610l 0.0610,0.0914 v 0.5487 ZM 358.8961,27.2514 ZM 359.9326,21.0025 c 0.0000,-4.1761 2.2557,-7.2244 6.3099 -7.2244c 4.5114,-0.0000 6.2489,3.7798 6.2489 6.9500c 0.0000,3.0483 -1.9814,6.8891 -6.3099 6.8891c -4.0847,-0.0000 -6.2489,-3.5055 -6.2489 -6.6147ZM 359.9326,21.0025 ZM 365.9071,14.7840 c -2.4386,-0.0000 -3.5665,2.8654 -3.5665 5.5173c 0.0000,2.3472 1.3412,6.2489 4.3590 6.2489c 1.3717,-0.0000 3.3836,-0.8230 3.3836 -4.8467c 0.0000,-4.4809 -1.6765,-6.9195 -4.1761 -6.9195ZM 373.4973,27.2514 ZM 386.5743,23.7154 c 0.0000,1.5241 0.1524,2.0119 0.7621 2.0119c 0.3658,-0.0000 1.0364,-0.0610 1.5546 -0.1524l 0.1219,0.8535 c -1.8594,0.3353 -3.3531,0.6401 -4.0542 1.1888h -0.6706 l 0.0914,-2.2557 h -0.0914 c -1.6765,1.8290 -3.0483,2.2557 -4.2980 2.2557c -3.0178,-0.0000 -3.8103,-2.0423 -3.8103 -4.1456v -6.9500 c 0.0000,-1.0059 -0.2134,-1.5241 -1.3412 -1.5241c -0.1219,-0.0000 -0.3353,0.0305 -0.5182 0.0305l -0.0914,-0.0305 v -0.7925 l 0.0914,-0.0914 c 0.0000,-0.0000 2.0728,0.0610 3.0483 0.0610c 0.4268,-0.0000 1.1279,-0.0610 1.1279 -0.0610l -0.0305,2.4386 v 6.4928 c 0.0000,2.7129 1.4022,3.2007 2.3167 3.2007c 0.7011,-0.0000 1.3412,-0.2743 1.9814 -0.7316c 0.7316,-0.5487 1.2193,-0.9754 1.5241 -1.3717v -7.5292 c 0.0000,-1.0974 -0.1524,-1.6156 -1.2803 -1.6156c -0.1829,-0.0000 -0.5182,0.0305 -0.6097 0.0305l -0.0610,-0.0610 v -0.7621 l 0.0610,-0.0914 c 0.0000,-0.0000 2.1643,0.0610 3.0178 0.0610c 0.7011,-0.0000 1.1888,-0.0610 1.1888 -0.0610l -0.0305,2.4081 v 7.1939 ZM 396.8774,27.2514 ZM 409.9545,23.7154 c 0.0000,1.5241 0.1524,2.0119 0.7621 2.0119c 0.3658,-0.0000 1.0364,-0.0610 1.5546 -0.1524l 0.1219,0.8535 c -1.8594,0.3353 -3.3531,0.6401 -4.0542 1.1888h -0.6706 l 0.0914,-2.2557 h -0.0914 c -1.6765,1.8290 -3.0483,2.2557 -4.2980 2.2557c -3.0178,-0.0000 -3.8103,-2.0423 -3.8103 -4.1456v -6.9500 c 0.0000,-1.0059 -0.2134,-1.5241 -1.3412 -1.5241c -0.1219,-0.0000 -0.3353,0.0305 -0.5182 0.0305l -0.0914,-0.0305 v -0.7925 l 0.0914,-0.0914 c 0.0000,-0.0000 2.0728,0.0610 3.0483 0.0610c 0.4268,-0.0000 1.1279,-0.0610 1.1279 -0.0610l -0.0305,2.4386 v 6.4928 c 0.0000,2.7129 1.4022,3.2007 2.3167 3.2007c 0.7011,-0.0000 1.3412,-0.2743 1.9814 -0.7316c 0.7316,-0.5487 1.2193,-0.9754 1.5241 -1.3717v -7.5292 c 0.0000,-1.0974 -0.1524,-1.6156 -1.2803 -1.6156c -0.1829,-0.0000 -0.5182,0.0305 -0.6097 0.0305l -0.0610,-0.0610 v -0.7621 l 0.0610,-0.0914 c 0.0000,-0.0000 2.1643,0.0610 3.0178 0.0610c 0.7011,-0.0000 1.1888,-0.0610 1.1888 -0.0610l -0.0305,2.4081 v 7.1939 ZM 412.6369,27.2514 ZM 413.9477,22.9839 l 0.8230,-0.0305 c 0.0914,0.7621 0.4268,2.2252 1.0974 2.9263c 0.3048,0.3353 1.1279,0.8840 2.2557 0.8840c 1.0669,-0.0000 2.6520,-0.8535 2.6520 -2.3472c 0.0000,-1.3108 -0.7316,-2.1947 -3.1397 -3.2312c -2.2252,-0.9754 -3.3836,-1.6156 -3.3836 -3.9018c 0.0000,-2.0423 1.7985,-3.5055 4.2066 -3.5055c 1.5241,-0.0000 2.6520,0.2743 3.5969 0.7621c 0.1829,0.9754 0.2743,2.0119 0.3353 3.1092l -0.8230,0.0305 c -0.6401,-2.4996 -2.4691,-2.9873 -3.1092 -2.9873c -1.1583,-0.0000 -2.3472,0.4572 -2.3472 2.1338c 0.0000,1.2193 0.5792,1.8290 2.2557 2.4386c 2.4691,0.9145 4.4505,2.0119 4.4505 4.4505c 0.0000,3.0178 -3.2007,3.9018 -4.6334 3.9018c -1.0669,-0.0000 -1.9509,-0.1219 -2.7434 -0.3353c -0.2134,-0.0305 -0.3658,-0.0610 -0.5792 -0.0610c -0.1524,-0.0000 -0.3963,0.0305 -0.7011 0.0914c 0.0000,-1.2803 -0.0914,-2.8349 -0.2134 -4.3285ZM 423.9460,27.2514 ZM 427.4210,18.8078 h 5.6088 c 0.3048,-0.0000 0.4268,-0.1524 0.4268 -0.4268c 0.0000,-2.8349 -1.4327,-3.5665 -2.5301 -3.5665c -0.7011,-0.0000 -2.9873,0.2743 -3.5055 3.9932ZM 427.4210,18.8078 ZM 435.4684,24.4165 l 0.6097,0.4877 c -1.1583,1.5851 -2.9568,2.7129 -5.1516 2.7129c -4.1761,-0.0000 -5.9441,-3.1092 -5.9441 -6.4318c 0.0000,-4.6334 3.0483,-7.4073 5.9441 -7.4073c 4.0237,-0.0000 4.9687,3.1397 4.9687 5.7002c 0.0000,0.3353 -0.2134,0.5182 -0.5487 0.5182h -8.0169 c -0.0305,0.1829 -0.0305,0.3658 -0.0305 0.6097c 0.0000,3.1092 2.1643,5.5173 4.3590 5.5173c 1.6765,-0.0000 2.7434,-0.5487 3.8103 -1.7070ZM 444.6132,27.2514 ZM 460.2812,25.0567 v -7.6816 h -9.9678 v 7.6816 c 0.0000,0.9450 0.4572,1.3412 1.6765 1.3412h 0.7925 c 0.1219,-0.0000 0.2439,0.0914 0.2439 0.2439v 0.5792 l -0.0610,0.0610 c 0.0000,-0.0000 -2.6215,-0.0610 -3.8408 -0.0610c -1.0669,-0.0000 -3.9018,0.0610 -3.9018 0.0610l -0.0610,-0.0610 v -0.5792 c 0.0000,-0.1524 0.0914,-0.2439 0.2134 -0.2439h 0.8230 c 1.2498,-0.0000 1.6461,-0.4877 1.6461 -1.3412v -15.3023 c 0.0000,-0.9145 -0.4572,-1.3412 -1.6461 -1.3412h -0.8230 c -0.1219,-0.0000 -0.2439,-0.0914 -0.2439 -0.2439v -0.5792 l 0.0610,-0.0305 c 0.0000,-0.0000 2.6520,0.0305 3.8408 0.0305c 1.0974,-0.0000 3.9323,-0.0305 3.9323 -0.0305l 0.0610,0.0305 v 0.5792 c 0.0000,0.1524 -0.0914,0.2439 -0.2439 0.2439h -0.7925 c -1.2498,-0.0000 -1.6765,0.4877 -1.6765 1.3412v 6.4318 h 9.9678 v -6.4318 c 0.0000,-0.9145 -0.4572,-1.3412 -1.6765 -1.3412h -0.7925 c -0.1524,-0.0000 -0.2743,-0.0914 -0.2743 -0.2439v -0.5792 l 0.0610,-0.0305 c 0.0000,-0.0000 2.6520,0.0305 3.8408 0.0305c 1.0974,-0.0000 3.9323,-0.0305 3.9323 -0.0305l 0.0610,0.0305 v 0.5792 c 0.0000,0.1524 -0.0914,0.2439 -0.2439 0.2439h -0.7925 c -1.2498,-0.0000 -1.6765,0.4877 -1.6765 1.3412v 15.3023 c 0.0000,0.9450 0.4572,1.3412 1.6765 1.3412h 0.7925 c 0.1524,-0.0000 0.2743,0.0914 0.2743 0.2439v 0.5792 l -0.0610,0.0610 c 0.0000,-0.0000 -2.6520,-0.0610 -3.8408 -0.0610c -1.0974,-0.0000 -3.9323,0.0610 -3.9323 0.0610l -0.0610,-0.0610 v -0.5792 c 0.0000,-0.1524 0.0914,-0.2439 0.2439 -0.2439h 0.7925 c 1.2498,-0.0000 1.6765,-0.4877 1.6765 -1.3412ZM 465.9510,27.2514 ZM 474.8214,19.7832 l -2.4081,0.6097 c -2.6825,0.8230 -3.0787,2.2252 -3.0787 3.5969c 0.0000,0.9450 0.4572,2.3776 2.3776 2.3776c 0.9145,-0.0000 2.3167,-0.8840 3.1092 -1.5546v -5.0296 ZM 474.8214,19.7832 ZM 476.7723,27.6172 c -1.1583,-0.0000 -1.7985,-1.0364 -1.9204 -1.7680l -0.7011,0.4877 c -1.4022,0.9754 -1.9204,1.2803 -3.3226 1.2803c -2.1338,-0.0000 -3.6884,-1.2193 -3.6884 -3.5055c 0.0000,-2.3167 1.9814,-3.9018 4.8772 -4.6334l 2.8044,-0.7011 c 0.0000,-3.4445 -1.5851,-4.0847 -2.6215 -4.0847c -1.1583,-0.0000 -2.4996,0.5182 -2.4996 1.4632c 0.0000,0.3353 0.0610,0.5182 0.0914 0.6097c 0.0610,0.1219 0.0914,0.3353 0.0914 0.5487c 0.0000,0.3963 -0.3048,1.0059 -1.1888 1.0059c -0.7316,-0.0000 -1.2193,-0.4877 -1.2193 -1.2193c 0.0000,-1.7680 2.8654,-3.3226 4.8162 -3.3226c 2.2252,-0.0000 4.7858,0.9145 4.7858 5.2430v 4.4809 c 0.0000,1.8594 0.0305,2.6520 0.7316 2.6520c 0.6706,-0.0000 0.8535,-0.8535 0.8840 -1.5241l 0.7621,0.1524 c -0.1829,2.2252 -1.1279,2.8349 -2.6825 2.8349ZM 479.6986,27.2514 ZM 481.0094,22.9839 l 0.8230,-0.0305 c 0.0914,0.7621 0.4268,2.2252 1.0974 2.9263c 0.3048,0.3353 1.1279,0.8840 2.2557 0.8840c 1.0669,-0.0000 2.6520,-0.8535 2.6520 -2.3472c 0.0000,-1.3108 -0.7316,-2.1947 -3.1397 -3.2312c -2.2252,-0.9754 -3.3836,-1.6156 -3.3836 -3.9018c 0.0000,-2.0423 1.7985,-3.5055 4.2066 -3.5055c 1.5241,-0.0000 2.6520,0.2743 3.5969 0.7621c 0.1829,0.9754 0.2743,2.0119 0.3353 3.1092l -0.8230,0.0305 c -0.6401,-2.4996 -2.4691,-2.9873 -3.1092 -2.9873c -1.1583,-0.0000 -2.3472,0.4572 -2.3472 2.1338c 0.0000,1.2193 0.5792,1.8290 2.2557 2.4386c 2.4691,0.9145 4.4505,2.0119 4.4505 4.4505c 0.0000,3.0178 -3.2007,3.9018 -4.6334 3.9018c -1.0669,-0.0000 -1.9509,-0.1219 -2.7434 -0.3353c -0.2134,-0.0305 -0.3658,-0.0610 -0.5792 -0.0610c -0.1524,-0.0000 -0.3963,0.0305 -0.7011 0.0914c 0.0000,-1.2803 -0.0914,-2.8349 -0.2134 -4.3285ZM 491.0076,27.2514 ZM 495.9763,20.7891 v 4.2676 c 0.0000,0.8840 0.3048,1.3412 1.3108 1.3412h 0.0610 c 0.1219,-0.0000 0.2439,0.0914 0.2439 0.2439v 0.5792 l -0.0610,0.0610 c 0.0000,-0.0000 -1.5546,-0.0610 -2.7434 -0.0610c -1.0974,-0.0000 -3.1397,0.0610 -3.1397 0.0610l -0.0610,-0.0610 v -0.5792 c 0.0000,-0.1524 0.0610,-0.2439 0.2134 -0.2439h 0.5792 c 1.0364,-0.0000 1.3108,-0.4572 1.3108 -1.3412v -15.2718 c 0.0000,-1.7375 -0.2743,-2.2252 -0.8840 -2.2252l -1.0059,0.1219 c -0.0914,-0.0000 -0.1524,-0.0610 -0.1524 -0.1524l -0.0610,-0.7621 c 0.4877,-0.0000 1.5851,-0.1829 2.1033 -0.2743c 0.5487,-0.1219 1.0059,-0.2439 1.6156 -0.5182h 0.6706 v 14.0525 c 0.7925,-0.1829 2.3472,-1.5546 3.9932 -3.3531c 0.4877,-0.4877 0.6097,-0.8840 0.6097 -1.1888c 0.0000,-0.2439 -0.1524,-0.4877 -0.8840 -0.4877h -0.1219 c -0.1524,-0.0000 -0.2439,-0.1219 -0.2439 -0.2439v -0.5792 l 0.0914,-0.0610 c 0.0000,-0.0000 1.4632,0.0610 2.5301 0.0610c 1.1888,-0.0000 2.8349,-0.0610 2.8349 -0.0610l 0.1219,0.0610 v 0.5792 c 0.0000,0.1524 -0.1829,0.2439 -0.3353 0.2439h -0.2134 c -0.8230,-0.0000 -2.1643,0.6706 -2.9263 1.4632l -2.3167,2.5605 c -0.0914,0.0914 -0.1219,0.1829 -0.1219 0.3048c 0.0000,0.1524 0.0610,0.3048 0.1524 0.4268l 3.5665,5.2735 c 0.5487,0.8230 1.5241,1.3717 2.2862 1.3717h 0.2134 c 0.2134,-0.0000 0.2743,0.0914 0.2743 0.2439v 0.5792 l -0.0610,0.0610 c 0.0000,-0.0000 -1.5546,-0.0610 -2.7434 -0.0610c -1.0669,-0.0000 -1.8899,0.0610 -1.8899 0.0610l -0.0914,-0.0610 v -0.5792 c 0.0000,-0.3963 -0.0914,-0.7316 -0.7011 -1.6156l -2.2252,-3.1397 c -0.6097,-0.8840 -1.0364,-1.0974 -1.7985 -1.0974ZM 505.6088,27.2514 ZM 509.0838,18.8078 h 5.6088 c 0.3048,-0.0000 0.4268,-0.1524 0.4268 -0.4268c 0.0000,-2.8349 -1.4327,-3.5665 -2.5301 -3.5665c -0.7011,-0.0000 -2.9873,0.2743 -3.5055 3.9932ZM 509.0838,18.8078 ZM 517.1312,24.4165 l 0.6097,0.4877 c -1.1583,1.5851 -2.9568,2.7129 -5.1516 2.7129c -4.1761,-0.0000 -5.9441,-3.1092 -5.9441 -6.4318c 0.0000,-4.6334 3.0483,-7.4073 5.9441 -7.4073c 4.0237,-0.0000 4.9687,3.1397 4.9687 5.7002c 0.0000,0.3353 -0.2134,0.5182 -0.5487 0.5182h -8.0169 c -0.0305,0.1829 -0.0305,0.3658 -0.0305 0.6097c 0.0000,3.1092 2.1643,5.5173 4.3590 5.5173c 1.6765,-0.0000 2.7434,-0.5487 3.8103 -1.7070ZM 518.6553,27.2514 ZM 521.5512,25.0567 v -15.2718 c 0.0000,-1.7375 -0.3048,-2.2252 -0.9145 -2.2252l -0.9754,0.1219 c -0.0914,-0.0000 -0.1829,-0.0610 -0.1829 -0.1524l -0.0610,-0.7621 c 0.4877,-0.0000 1.6156,-0.1829 2.1338 -0.2743c 0.5487,-0.1219 0.9754,-0.2439 1.5851 -0.5182h 0.6706 v 19.0821 c 0.0000,0.8840 0.3353,1.3412 1.3108 1.3412h 0.7316 c 0.1219,-0.0000 0.2439,0.0914 0.2439 0.2439v 0.5792 l -0.0610,0.0610 c 0.0000,-0.0000 -2.2252,-0.0610 -3.4140 -0.0610c -1.0669,-0.0000 -3.2921,0.0610 -3.2921 0.0610l -0.0305,-0.0610 v -0.5792 c 0.0000,-0.1524 0.0610,-0.2439 0.2134 -0.2439h 0.7316 c 1.0059,-0.0000 1.3108,-0.4572 1.3108 -1.3412ZM 526.5808,27.2514 ZM 529.4767,25.0567 v -15.2718 c 0.0000,-1.7375 -0.3048,-2.2252 -0.9145 -2.2252l -0.9754,0.1219 c -0.0914,-0.0000 -0.1829,-0.0610 -0.1829 -0.1524l -0.0610,-0.7621 c 0.4877,-0.0000 1.6156,-0.1829 2.1338 -0.2743c 0.5487,-0.1219 0.9754,-0.2439 1.5851 -0.5182h 0.6706 v 19.0821 c 0.0000,0.8840 0.3353,1.3412 1.3108 1.3412h 0.7316 c 0.1219,-0.0000 0.2439,0.0914 0.2439 0.2439v 0.5792 l -0.0610,0.0610 c 0.0000,-0.0000 -2.2252,-0.0610 -3.4140 -0.0610c -1.0669,-0.0000 -3.2921,0.0610 -3.2921 0.0610l -0.0305,-0.0610 v -0.5792 c 0.0000,-0.1524 0.0610,-0.2439 0.2134 -0.2439h 0.7316 c 1.0059,-0.0000 1.3108,-0.4572 1.3108 -1.3412ZM 534.5063,27.2514 ZM 537.4631,9.8154 c 0.0000,0.4572 0.0610,0.6401 0.1829 0.7925c 0.1219,0.1524 0.1829,0.3353 0.1829 0.7316c 0.0000,0.7011 -0.6097,1.0669 -1.1888 1.0669c -0.4877,-0.0000 -1.2498,-0.2439 -1.2498 -1.3108c 0.0000,-1.1583 0.6401,-2.0119 1.5546 -2.7434c 0.8840,-0.7621 2.1643,-1.1888 3.7798 -1.1888c 3.1092,-0.0000 5.0296,1.8290 5.0296 4.6029c 0.0000,2.4081 -1.7985,3.7494 -3.2312 4.7858c -0.7011,0.5182 -1.3108,1.0059 -1.5851 1.5241c -0.3963,0.7621 -0.5487,1.4936 -0.5487 2.2252v 1.3412 c 0.0000,0.2134 -0.1524,0.3048 -0.3963 0.3048c -0.2439,-0.0000 -0.3963,-0.0914 -0.3963 -0.3048v -1.4022 c 0.0000,-1.3108 0.0610,-3.1092 2.0423 -4.9077c 1.2193,-1.1279 1.8290,-2.0119 1.8290 -3.4445c 0.0000,-1.9814 -1.3108,-3.8103 -3.0483 -3.8103c -1.7375,-0.0000 -2.9568,0.8230 -2.9568 1.7375ZM 537.4631,9.8154 ZM 538.3776,26.0016 c 0.0000,-0.8840 0.7316,-1.6156 1.6156 -1.6156c 0.8840,-0.0000 1.6156,0.7316 1.6156 1.6156c 0.0000,0.8840 -0.7316,1.6156 -1.6156 1.6156c -0.8840,-0.0000 -1.6156,-0.7316 -1.6156 -1.6156Z"/></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 556.1337,367.8333 l -0.0000,-6.1270 h -459.5249 l -0.0000,6.1270 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 484.0779,393.6596 ZM 492.5318,383.9458 c 0.0000,-2.3980 -1.6664,-3.0076 -2.8857 -3.0076c -0.7316,-0.0000 -1.3006,0.0610 -1.7680 0.1626v 6.0152 h 1.0161 c 1.5241,-0.0000 2.4996,-0.3455 2.9873 -1.0364c 0.3861,-0.5690 0.6503,-1.2803 0.6503 -2.1338ZM 492.5318,383.9458 ZM 494.1778,383.9255 c 0.0000,2.1338 -1.9102,3.2921 -2.7841 3.5766l 2.1541,4.1660 c 0.4471,0.8738 0.9958,1.5648 1.9102 1.5648l 0.0610,0.4268 c -0.2032,0.0813 -0.5487,0.1219 -0.8535 0.1219c -1.2193,-0.0000 -2.1135,-0.7722 -2.6418 -1.7273l -2.0931,-3.9018 c -0.0813,-0.1423 -0.6909,-0.2642 -2.0525 -0.2642v 4.3082 c 0.0000,0.6097 0.3048,0.8942 1.0974 0.8942h 0.5487 c 0.0813,-0.0000 0.1626,0.0610 0.1626 0.1626v 0.3861 l -0.0406,0.0406 c 0.0000,-0.0000 -1.7680,-0.0406 -2.5605 -0.0406c -0.7316,-0.0000 -2.6215,0.0406 -2.6215 0.0406l -0.0406,-0.0406 v -0.3861 c 0.0000,-0.1016 0.0610,-0.1626 0.1626 -0.1626h 0.5284 c 0.8332,-0.0000 1.1177,-0.3251 1.1177 -0.8942v -10.2015 c 0.0000,-0.5893 -0.0813,-0.9348 -0.6097 -0.9348c -0.0610,-0.0000 -0.1016,-0.0000 -0.1423 0.0203l -0.6097,0.0610 c -0.1016,-0.0000 -0.1626,-0.0610 -0.1626 -0.1423v -0.3861 c 0.4268,-0.1016 2.3370,-0.2439 4.7146 -0.2439c 1.2803,-0.0000 2.7028,0.1016 3.6782 1.0161c 0.7316,0.6909 1.0771,1.5241 1.0771 2.5402ZM 495.7426,393.6596 ZM 501.6562,388.6808 l -1.6054,0.4064 c -1.7883,0.5487 -2.0525,1.4835 -2.0525 2.3980c 0.0000,0.6300 0.3048,1.5851 1.5851 1.5851c 0.6097,-0.0000 1.5445,-0.5893 2.0728 -1.0364v -3.3531 ZM 501.6562,388.6808 ZM 502.9568,393.9035 c -0.7722,-0.0000 -1.1990,-0.6909 -1.2803 -1.1787l -0.4674,0.3251 c -0.9348,0.6503 -1.2803,0.8535 -2.2151 0.8535c -1.4225,-0.0000 -2.4589,-0.8129 -2.4589 -2.3370c 0.0000,-1.5445 1.3209,-2.6012 3.2515 -3.0889l 1.8696,-0.4674 c 0.0000,-2.2964 -1.0567,-2.7231 -1.7477 -2.7231c -0.7722,-0.0000 -1.6664,0.3455 -1.6664 0.9754c 0.0000,0.2235 0.0406,0.3455 0.0610 0.4064c 0.0406,0.0813 0.0610,0.2235 0.0610 0.3658c 0.0000,0.2642 -0.2032,0.6706 -0.7925 0.6706c -0.4877,-0.0000 -0.8129,-0.3251 -0.8129 -0.8129c 0.0000,-1.1787 1.9102,-2.2151 3.2108 -2.2151c 1.4835,-0.0000 3.1905,0.6097 3.1905 3.4953v 2.9873 c 0.0000,1.2396 0.0203,1.7680 0.4877 1.7680c 0.4471,-0.0000 0.5690,-0.5690 0.5893 -1.0161l 0.5080,0.1016 c -0.1219,1.4835 -0.7519,1.8899 -1.7883 1.8899ZM 504.9077,393.6596 ZM 506.7163,392.1965 v -5.0601 c 0.0000,-1.0161 -0.1423,-1.2396 -0.4471 -1.2396c -0.2642,-0.0000 -0.5080,0.0203 -0.8535 0.1016l -0.1016,-0.5690 c 1.2803,-0.2235 1.5038,-0.2845 2.1135 -0.5893c 0.2032,-0.1016 0.3658,-0.1626 0.5080 -0.1626h 0.3048 l -0.0610,1.8290 h 0.0610 c 0.5284,-0.7925 1.4225,-1.8290 2.3776 -1.8290c 0.8332,-0.0000 1.1380,0.4064 1.1380 0.9348c 0.0000,0.5284 -0.3455,0.8535 -0.8738 0.8535c -0.4064,-0.0000 -0.6300,-0.1626 -0.8332 -0.3658c -0.1219,-0.1219 -0.2642,-0.1829 -0.4064 -0.1829c -0.2235,-0.0000 -0.6706,0.3658 -1.1583 1.0567c -0.1423,0.1829 -0.2439,0.4471 -0.2439 0.7113v 4.5114 c 0.0000,0.5893 0.2032,0.8942 0.8738 0.8942h 0.5893 c 0.1016,-0.0000 0.1829,0.0610 0.1829 0.1626v 0.3861 l -0.0406,0.0406 c 0.0000,-0.0000 -1.6054,-0.0406 -2.3980 -0.0406c -0.7316,-0.0000 -2.1135,0.0406 -2.1135 0.0406l -0.0203,-0.0406 v -0.3861 c 0.0000,-0.1016 0.0406,-0.1626 0.1423 -0.1626h 0.3861 c 0.6909,-0.0000 0.8738,-0.3048 0.8738 -0.8942ZM 511.9593,393.6596 ZM 514.2760,388.0305 h 3.7392 c 0.2032,-0.0000 0.2845,-0.1016 0.2845 -0.2845c 0.0000,-1.8899 -0.9551,-2.3776 -1.6867 -2.3776c -0.4674,-0.0000 -1.9915,0.1829 -2.3370 2.6621ZM 514.2760,388.0305 ZM 519.6409,391.7697 l 0.4064,0.3251 c -0.7722,1.0567 -1.9712,1.8086 -3.4344 1.8086c -2.7841,-0.0000 -3.9627,-2.0728 -3.9627 -4.2879c 0.0000,-3.0889 2.0322,-4.9382 3.9627 -4.9382c 2.6825,-0.0000 3.3124,2.0931 3.3124 3.8002c 0.0000,0.2235 -0.1423,0.3455 -0.3658 0.3455h -5.3446 c -0.0203,0.1219 -0.0203,0.2439 -0.0203 0.4064c 0.0000,2.0728 1.4428,3.6782 2.9060 3.6782c 1.1177,-0.0000 1.8290,-0.3658 2.5402 -1.1380ZM 520.6570,393.6596 ZM 522.5876,392.1965 v -10.1812 c 0.0000,-1.1583 -0.2032,-1.4835 -0.6097 -1.4835l -0.6503,0.0813 c -0.0610,-0.0000 -0.1219,-0.0406 -0.1219 -0.1016l -0.0406,-0.5080 c 0.3251,-0.0000 1.0771,-0.1219 1.4225 -0.1829c 0.3658,-0.0813 0.6503,-0.1626 1.0567 -0.3455h 0.4471 v 12.7214 c 0.0000,0.5893 0.2235,0.8942 0.8738 0.8942h 0.4877 c 0.0813,-0.0000 0.1626,0.0610 0.1626 0.1626v 0.3861 l -0.0406,0.0406 c 0.0000,-0.0000 -1.4835,-0.0406 -2.2760 -0.0406c -0.7113,-0.0000 -2.1947,0.0406 -2.1947 0.0406l -0.0203,-0.0406 v -0.3861 c 0.0000,-0.1016 0.0406,-0.1626 0.1423 -0.1626h 0.4877 c 0.6706,-0.0000 0.8738,-0.3048 0.8738 -0.8942ZM 525.9407,393.6596 ZM 530.1676,385.3277 c 0.0000,0.1016 -0.1219,0.1626 -0.2235 0.1626c -0.6097,-0.0000 -0.8738,0.1219 -0.8738 0.4471c 0.0000,0.1219 0.0406,0.2845 0.1219 0.4674l 2.2354,5.2430 l 2.2557,-5.1617 c 0.1016,-0.1829 0.1423,-0.3455 0.1423 -0.4674c 0.0000,-0.4268 -0.4064,-0.5284 -0.8535 -0.5284h -0.0813 c -0.1016,-0.0000 -0.2032,-0.0813 -0.2032 -0.1423v -0.3861 l 0.0406,-0.0610 c 0.0000,-0.0000 1.1990,0.0406 1.9102 0.0406c 0.5690,-0.0000 1.4022,-0.0406 1.4022 -0.0406l 0.0610,0.0406 v 0.3861 c 0.0000,0.1016 -0.0813,0.1626 -0.2235 0.1626c -0.7722,-0.0000 -1.1583,0.7925 -1.4428 1.3819c -1.0771,2.2760 -1.9712,4.3692 -3.5969 8.2913c -0.6097,1.4632 -1.3412,3.1702 -2.7841 3.1702c -0.3861,-0.0000 -1.1787,-0.2235 -1.1787 -0.9551c 0.0000,-0.6097 0.4471,-0.7925 0.7722 -0.7925c 0.3048,-0.0000 0.5080,0.1219 0.6300 0.2845c 0.2032,0.2032 0.3455,0.3455 0.5487 0.3455c 0.3048,-0.0000 1.0161,-1.7477 1.5241 -2.9873c 0.1219,-0.2439 0.1626,-0.4471 0.1626 -0.6300c 0.0000,-0.2032 -0.1829,-0.7519 -0.3455 -1.1583l -2.5605,-5.9543 c -0.3251,-0.7722 -0.5487,-0.9958 -1.2396 -0.9958c -0.1219,-0.0000 -0.2032,-0.0610 -0.2032 -0.1423v -0.4064 l 0.0406,-0.0406 c 0.0000,-0.0000 0.8942,0.0406 1.5038 0.0406c 0.9551,-0.0000 2.4183,-0.0406 2.4183 -0.0406l 0.0406,0.0610 v 0.3658 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.263332348999894" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 510.1812,361.7063 v 9.1905 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 392.6708,393.6596 ZM 397.8326,392.1965 v -4.2472 l -3.4547,-5.9543 c -0.2235,-0.4064 -0.4064,-0.6300 -0.6706 -0.7925c -0.1016,-0.0610 -0.2845,-0.1016 -0.5893 -0.1016h -0.2439 c -0.0610,-0.0000 -0.2032,-0.0203 -0.2032 -0.1423v -0.4064 l 0.0203,-0.0203 c 0.0000,-0.0000 1.8899,0.0203 2.1541 0.0203c 0.1219,-0.0000 2.3370,-0.0203 2.3370 -0.0203l 0.0203,0.0203 v 0.3861 c 0.0000,0.0813 -0.0406,0.1626 -0.1219 0.1626h -0.5893 c -0.3861,-0.0000 -0.5080,0.0813 -0.5080 0.2642c 0.0000,0.1219 0.0813,0.3048 0.2439 0.5893l 2.8450,4.7756 l 2.5809,-4.7756 c 0.1626,-0.2845 0.2235,-0.4674 0.2235 -0.5690c 0.0000,-0.2235 -0.1016,-0.2845 -0.5080 -0.2845h -0.6097 c -0.0813,-0.0000 -0.1016,-0.0813 -0.1016 -0.1423v -0.4064 l 0.0203,-0.0203 c 0.0000,-0.0000 1.6054,0.0203 1.8696 0.0203c 0.1829,-0.0000 1.7680,-0.0203 1.7680 -0.0203l 0.0406,0.0203 v 0.4064 c 0.0000,0.1016 -0.0813,0.1423 -0.2032 0.1423h -0.4268 c -0.6097,-0.0000 -0.8738,0.2439 -1.2396 0.8942l -3.0279,5.7104 v 4.4911 c 0.0000,0.6300 0.3251,0.8942 1.1177 0.8942h 0.5487 c 0.0813,-0.0000 0.1626,0.0610 0.1626 0.1626v 0.3861 l -0.0406,0.0406 c 0.0000,-0.0000 -1.7680,-0.0406 -2.5605 -0.0406c -0.7316,-0.0000 -2.6215,0.0406 -2.6215 0.0406l -0.0406,-0.0406 v -0.3861 c 0.0000,-0.1016 0.0610,-0.1626 0.1626 -0.1626h 0.5284 c 0.8332,-0.0000 1.1177,-0.3251 1.1177 -0.8942ZM 404.3355,393.6596 ZM 406.6522,388.0305 h 3.7392 c 0.2032,-0.0000 0.2845,-0.1016 0.2845 -0.2845c 0.0000,-1.8899 -0.9551,-2.3776 -1.6867 -2.3776c -0.4674,-0.0000 -1.9915,0.1829 -2.3370 2.6621ZM 406.6522,388.0305 ZM 412.0171,391.7697 l 0.4064,0.3251 c -0.7722,1.0567 -1.9712,1.8086 -3.4344 1.8086c -2.7841,-0.0000 -3.9627,-2.0728 -3.9627 -4.2879c 0.0000,-3.0889 2.0322,-4.9382 3.9627 -4.9382c 2.6825,-0.0000 3.3124,2.0931 3.3124 3.8002c 0.0000,0.2235 -0.1423,0.3455 -0.3658 0.3455h -5.3446 c -0.0203,0.1219 -0.0203,0.2439 -0.0203 0.4064c 0.0000,2.0728 1.4428,3.6782 2.9060 3.6782c 1.1177,-0.0000 1.8290,-0.3658 2.5402 -1.1380ZM 412.0374,393.6596 ZM 417.9511,388.6808 l -1.6054,0.4064 c -1.7883,0.5487 -2.0525,1.4835 -2.0525 2.3980c 0.0000,0.6300 0.3048,1.5851 1.5851 1.5851c 0.6097,-0.0000 1.5445,-0.5893 2.0728 -1.0364v -3.3531 ZM 417.9511,388.6808 ZM 419.2517,393.9035 c -0.7722,-0.0000 -1.1990,-0.6909 -1.2803 -1.1787l -0.4674,0.3251 c -0.9348,0.6503 -1.2803,0.8535 -2.2151 0.8535c -1.4225,-0.0000 -2.4589,-0.8129 -2.4589 -2.3370c 0.0000,-1.5445 1.3209,-2.6012 3.2515 -3.0889l 1.8696,-0.4674 c 0.0000,-2.2964 -1.0567,-2.7231 -1.7477 -2.7231c -0.7722,-0.0000 -1.6664,0.3455 -1.6664 0.9754c 0.0000,0.2235 0.0406,0.3455 0.0610 0.4064c 0.0406,0.0813 0.0610,0.2235 0.0610 0.3658c 0.0000,0.2642 -0.2032,0.6706 -0.7925 0.6706c -0.4877,-0.0000 -0.8129,-0.3251 -0.8129 -0.8129c 0.0000,-1.1787 1.9102,-2.2151 3.2108 -2.2151c 1.4835,-0.0000 3.1905,0.6097 3.1905 3.4953v 2.9873 c 0.0000,1.2396 0.0203,1.7680 0.4877 1.7680c 0.4471,-0.0000 0.5690,-0.5690 0.5893 -1.0161l 0.5080,0.1016 c -0.1219,1.4835 -0.7519,1.8899 -1.7883 1.8899ZM 421.2025,393.6596 ZM 423.0112,392.1965 v -5.0601 c 0.0000,-1.0161 -0.1423,-1.2396 -0.4471 -1.2396c -0.2642,-0.0000 -0.5080,0.0203 -0.8535 0.1016l -0.1016,-0.5690 c 1.2803,-0.2235 1.5038,-0.2845 2.1135 -0.5893c 0.2032,-0.1016 0.3658,-0.1626 0.5080 -0.1626h 0.3048 l -0.0610,1.8290 h 0.0610 c 0.5284,-0.7925 1.4225,-1.8290 2.3776 -1.8290c 0.8332,-0.0000 1.1380,0.4064 1.1380 0.9348c 0.0000,0.5284 -0.3455,0.8535 -0.8738 0.8535c -0.4064,-0.0000 -0.6300,-0.1626 -0.8332 -0.3658c -0.1219,-0.1219 -0.2642,-0.1829 -0.4064 -0.1829c -0.2235,-0.0000 -0.6706,0.3658 -1.1583 1.0567c -0.1423,0.1829 -0.2439,0.4471 -0.2439 0.7113v 4.5114 c 0.0000,0.5893 0.2032,0.8942 0.8738 0.8942h 0.5893 c 0.1016,-0.0000 0.1829,0.0610 0.1829 0.1626v 0.3861 l -0.0406,0.0406 c 0.0000,-0.0000 -1.6054,-0.0406 -2.3980 -0.0406c -0.7316,-0.0000 -2.1135,0.0406 -2.1135 0.0406l -0.0203,-0.0406 v -0.3861 c 0.0000,-0.1016 0.0406,-0.1626 0.1423 -0.1626h 0.3861 c 0.6909,-0.0000 0.8738,-0.3048 0.8738 -0.8942ZM 428.2542,393.6596 ZM 430.1847,392.1965 v -10.1812 c 0.0000,-1.1583 -0.2032,-1.4835 -0.6097 -1.4835l -0.6503,0.0813 c -0.0610,-0.0000 -0.1219,-0.0406 -0.1219 -0.1016l -0.0406,-0.5080 c 0.3251,-0.0000 1.0771,-0.1219 1.4225 -0.1829c 0.3658,-0.0813 0.6503,-0.1626 1.0567 -0.3455h 0.4471 v 12.7214 c 0.0000,0.5893 0.2235,0.8942 0.8738 0.8942h 0.4877 c 0.0813,-0.0000 0.1626,0.0610 0.1626 0.1626v 0.3861 l -0.0406,0.0406 c 0.0000,-0.0000 -1.4835,-0.0406 -2.2760 -0.0406c -0.7113,-0.0000 -2.1947,0.0406 -2.1947 0.0406l -0.0203,-0.0406 v -0.3861 c 0.0000,-0.1016 0.0406,-0.1626 0.1423 -0.1626h 0.4877 c 0.6706,-0.0000 0.8738,-0.3048 0.8738 -0.8942ZM 433.5378,393.6596 ZM 437.7647,385.3277 c 0.0000,0.1016 -0.1219,0.1626 -0.2235 0.1626c -0.6097,-0.0000 -0.8738,0.1219 -0.8738 0.4471c 0.0000,0.1219 0.0406,0.2845 0.1219 0.4674l 2.2354,5.2430 l 2.2557,-5.1617 c 0.1016,-0.1829 0.1423,-0.3455 0.1423 -0.4674c 0.0000,-0.4268 -0.4064,-0.5284 -0.8535 -0.5284h -0.0813 c -0.1016,-0.0000 -0.2032,-0.0813 -0.2032 -0.1423v -0.3861 l 0.0406,-0.0610 c 0.0000,-0.0000 1.1990,0.0406 1.9102 0.0406c 0.5690,-0.0000 1.4022,-0.0406 1.4022 -0.0406l 0.0610,0.0406 v 0.3861 c 0.0000,0.1016 -0.0813,0.1626 -0.2235 0.1626c -0.7722,-0.0000 -1.1583,0.7925 -1.4428 1.3819c -1.0771,2.2760 -1.9712,4.3692 -3.5969 8.2913c -0.6097,1.4632 -1.3412,3.1702 -2.7841 3.1702c -0.3861,-0.0000 -1.1787,-0.2235 -1.1787 -0.9551c 0.0000,-0.6097 0.4471,-0.7925 0.7722 -0.7925c 0.3048,-0.0000 0.5080,0.1219 0.6300 0.2845c 0.2032,0.2032 0.3455,0.3455 0.5487 0.3455c 0.3048,-0.0000 1.0161,-1.7477 1.5241 -2.9873c 0.1219,-0.2439 0.1626,-0.4471 0.1626 -0.6300c 0.0000,-0.2032 -0.1829,-0.7519 -0.3455 -1.1583l -2.5605,-5.9543 c -0.3251,-0.7722 -0.5487,-0.9958 -1.2396 -0.9958c -0.1219,-0.0000 -0.2032,-0.0610 -0.2032 -0.1423v -0.4064 l 0.0406,-0.0406 c 0.0000,-0.0000 0.8942,0.0406 1.5038 0.0406c 0.9551,-0.0000 2.4183,-0.0406 2.4183 -0.0406l 0.0406,0.0610 v 0.3658 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.263332348999894" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 418.2762,361.7063 v 9.1905 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 291.5500,393.6596 ZM 305.0639,391.8916 l -0.6097,-9.0838 l -4.5724,10.7502 c -0.0813,0.1626 -0.1626,0.2235 -0.2845 0.2235c -0.1219,-0.0000 -0.2439,-0.0813 -0.3048 -0.2235l -4.2472,-10.5470 l -0.8535,8.9009 c 0.0000,0.5893 0.0813,1.1787 0.6909 1.1787h 0.5284 c 0.1016,-0.0000 0.2032,0.0610 0.2032 0.1626v 0.3658 l -0.0406,0.0610 c 0.0000,-0.0000 -1.0567,-0.0406 -1.8696 -0.0406c -0.7113,-0.0000 -1.8290,0.0406 -1.8290 0.0406l -0.0203,-0.0406 v -0.3861 c 0.0000,-0.1016 0.0610,-0.1626 0.1829 -0.1626h 0.5487 c 0.6503,-0.0000 0.8129,-0.6300 0.8535 -1.1787l 0.9348,-9.9170 c 0.0000,-0.5893 -0.1219,-0.8942 -0.7722 -0.8942h -0.5893 c -0.1423,-0.0000 -0.2032,-0.0610 -0.2032 -0.1423v -0.3658 l 0.0610,-0.0610 h 2.9873 l 4.1660,10.3438 c 0.0610,0.1829 0.1016,0.2642 0.1626 0.2642c 0.0406,-0.0000 0.1016,-0.0813 0.1829 -0.2845l 4.4098,-10.3234 h 2.6215 l 0.0406,0.0610 v 0.3658 c 0.0000,0.1219 -0.1626,0.1423 -0.2235 0.1423h -0.5487 c -0.6097,-0.0000 -0.7722,0.3658 -0.7722 0.8942l 0.6706,9.8967 c 0.0406,0.6503 0.2032,1.1990 0.8738 1.1990h 0.5487 c 0.1423,-0.0000 0.2235,0.0610 0.2235 0.1626v 0.3861 l -0.0406,0.0406 c 0.0000,-0.0000 -1.4835,-0.0406 -2.2760 -0.0406c -0.7316,-0.0000 -2.1744,0.0406 -2.1744 0.0406l -0.0610,-0.0406 v -0.3861 c 0.0000,-0.1016 0.1016,-0.1626 0.1829 -0.1626h 0.5487 c 0.5893,-0.0000 0.6706,-0.6706 0.6706 -1.1990ZM 308.5999,393.6596 ZM 309.2908,389.4937 c 0.0000,-2.7841 1.5038,-4.8162 4.2066 -4.8162c 3.0076,-0.0000 4.1660,2.5199 4.1660 4.6334c 0.0000,2.0322 -1.3209,4.5927 -4.2066 4.5927c -2.7231,-0.0000 -4.1660,-2.3370 -4.1660 -4.4098ZM 309.2908,389.4937 ZM 313.2739,385.3480 c -1.6257,-0.0000 -2.3776,1.9102 -2.3776 3.6782c 0.0000,1.5648 0.8942,4.1660 2.9060 4.1660c 0.9145,-0.0000 2.2557,-0.5487 2.2557 -3.2312c 0.0000,-2.9873 -1.1177,-4.6130 -2.7841 -4.6130ZM 318.3340,393.6596 ZM 325.7311,392.1965 v -4.4505 c 0.0000,-1.4225 -0.2439,-2.0931 -1.3209 -2.0931c -0.8942,-0.0000 -1.6664,0.3455 -2.7028 1.5648v 4.9788 c 0.0000,0.5893 0.2032,0.8942 0.8738 0.8942h 0.2845 c 0.1016,-0.0000 0.1626,0.0610 0.1626 0.1626v 0.3861 l -0.0406,0.0406 c 0.0000,-0.0000 -1.2803,-0.0406 -2.0728 -0.0406c -0.7316,-0.0000 -2.1135,0.0406 -2.1135 0.0406l -0.0406,-0.0406 v -0.3861 c 0.0000,-0.1016 0.0610,-0.1626 0.1626 -0.1626h 0.3861 c 0.6909,-0.0000 0.8738,-0.3048 0.8738 -0.8942v -5.0601 c 0.0000,-1.0974 -0.1626,-1.2396 -0.4471 -1.2396c -0.2642,-0.0000 -0.5080,0.0203 -0.8535 0.1016l -0.1016,-0.5690 c 0.8535,-0.1423 1.4632,-0.2439 2.0931 -0.5893c 0.2235,-0.1016 0.3861,-0.1626 0.5284 -0.1626h 0.3048 l -0.0610,1.8086 h 0.0610 c 1.3006,-1.5241 2.2760,-1.8086 3.3124 -1.8086c 1.8290,-0.0000 2.2151,1.4022 2.2151 3.2108v 4.3082 c 0.0000,0.5893 0.2235,0.8942 0.8738 0.8942h 0.3861 c 0.1016,-0.0000 0.1829,0.0610 0.1829 0.1626v 0.3861 l -0.0406,0.0406 c 0.0000,-0.0000 -1.4022,-0.0406 -2.1947 -0.0406c -0.7113,-0.0000 -1.9915,0.0406 -1.9915 0.0406l -0.0406,-0.0406 v -0.3861 c 0.0000,-0.1016 0.0610,-0.1626 0.1626 -0.1626h 0.2845 c 0.6706,-0.0000 0.8738,-0.3048 0.8738 -0.8942ZM 328.9013,393.6596 ZM 332.2341,385.7138 v 5.2024 c 0.0000,1.2599 0.1219,1.8696 0.6706 1.8696c 0.5284,-0.0000 0.9348,-0.1626 1.4632 -0.5690l 0.3658,0.3455 c -0.7925,0.8942 -1.6054,1.3412 -2.5402 1.3412c -0.9348,-0.0000 -1.4835,-0.5690 -1.4835 -2.0119v -6.1778 h -1.3209 c -0.0610,-0.0000 -0.0813,-0.0203 -0.0813 -0.0813v -0.6300 c 0.0000,-0.0610 0.0203,-0.0813 0.0610 -0.0813c 1.3616,-0.0000 1.6867,-0.7925 1.6867 -2.3370v -0.3861 l 1.1787,-0.4064 v 3.1295 h 2.2354 c 0.1016,-0.0000 0.1626,0.0406 0.1626 0.1219v 0.4064 c 0.0000,0.1829 -0.2845,0.2642 -0.4877 0.2642h -1.9102 ZM 335.0385,393.6596 ZM 338.3509,379.4751 v 6.8891 c 1.3616,-1.3616 2.5605,-1.6867 3.3531 -1.6867c 1.4632,-0.0000 2.1947,1.1177 2.1947 3.2108v 4.3082 c 0.0000,0.5893 0.2032,0.8942 0.8738 0.8942h 0.3861 c 0.0813,-0.0000 0.1626,0.0610 0.1626 0.1626v 0.3861 l -0.0406,0.0406 c 0.0000,-0.0000 -1.3819,-0.0406 -2.1947 -0.0406c -0.7113,-0.0000 -2.0931,0.0406 -2.0931 0.0406l -0.0406,-0.0406 v -0.3861 c 0.0000,-0.1016 0.0610,-0.1626 0.1626 -0.1626h 0.3861 c 0.6909,-0.0000 0.8738,-0.3048 0.8738 -0.8942v -4.5317 c 0.0000,-1.6461 -0.4471,-2.0322 -1.5851 -2.0322c -0.5893,-0.0000 -1.4632,0.5284 -2.4386 1.4835v 5.0804 c 0.0000,0.5893 0.2032,0.8942 0.8738 0.8942h 0.3861 c 0.0813,-0.0000 0.1626,0.0610 0.1626 0.1626v 0.3861 l -0.0406,0.0406 c 0.0000,-0.0000 -1.3819,-0.0406 -2.1744 -0.0406c -0.7316,-0.0000 -2.0931,0.0406 -2.0931 0.0406l -0.0406,-0.0406 v -0.3861 c 0.0000,-0.1016 0.0406,-0.1626 0.1423 -0.1626h 0.3861 c 0.6909,-0.0000 0.8738,-0.3048 0.8738 -0.8942v -10.1812 c 0.0000,-1.1583 -0.1829,-1.4835 -0.5893 -1.4835l -0.6706,0.0813 c -0.0610,-0.0000 -0.1016,-0.0406 -0.1016 -0.1016l -0.0406,-0.5080 c 0.3251,-0.0000 1.0567,-0.1219 1.4022 -0.1829c 0.3658,-0.0813 0.6706,-0.1626 1.0771 -0.3455h 0.4471 ZM 345.5651,393.6596 ZM 347.4957,392.1965 v -10.1812 c 0.0000,-1.1583 -0.2032,-1.4835 -0.6097 -1.4835l -0.6503,0.0813 c -0.0610,-0.0000 -0.1219,-0.0406 -0.1219 -0.1016l -0.0406,-0.5080 c 0.3251,-0.0000 1.0771,-0.1219 1.4225 -0.1829c 0.3658,-0.0813 0.6503,-0.1626 1.0567 -0.3455h 0.4471 v 12.7214 c 0.0000,0.5893 0.2235,0.8942 0.8738 0.8942h 0.4877 c 0.0813,-0.0000 0.1626,0.0610 0.1626 0.1626v 0.3861 l -0.0406,0.0406 c 0.0000,-0.0000 -1.4835,-0.0406 -2.2760 -0.0406c -0.7113,-0.0000 -2.1947,0.0406 -2.1947 0.0406l -0.0203,-0.0406 v -0.3861 c 0.0000,-0.1016 0.0406,-0.1626 0.1423 -0.1626h 0.4877 c 0.6706,-0.0000 0.8738,-0.3048 0.8738 -0.8942ZM 350.8487,393.6596 ZM 355.0757,385.3277 c 0.0000,0.1016 -0.1219,0.1626 -0.2235 0.1626c -0.6097,-0.0000 -0.8738,0.1219 -0.8738 0.4471c 0.0000,0.1219 0.0406,0.2845 0.1219 0.4674l 2.2354,5.2430 l 2.2557,-5.1617 c 0.1016,-0.1829 0.1423,-0.3455 0.1423 -0.4674c 0.0000,-0.4268 -0.4064,-0.5284 -0.8535 -0.5284h -0.0813 c -0.1016,-0.0000 -0.2032,-0.0813 -0.2032 -0.1423v -0.3861 l 0.0406,-0.0610 c 0.0000,-0.0000 1.1990,0.0406 1.9102 0.0406c 0.5690,-0.0000 1.4022,-0.0406 1.4022 -0.0406l 0.0610,0.0406 v 0.3861 c 0.0000,0.1016 -0.0813,0.1626 -0.2235 0.1626c -0.7722,-0.0000 -1.1583,0.7925 -1.4428 1.3819c -1.0771,2.2760 -1.9712,4.3692 -3.5969 8.2913c -0.6097,1.4632 -1.3412,3.1702 -2.7841 3.1702c -0.3861,-0.0000 -1.1787,-0.2235 -1.1787 -0.9551c 0.0000,-0.6097 0.4471,-0.7925 0.7722 -0.7925c 0.3048,-0.0000 0.5080,0.1219 0.6300 0.2845c 0.2032,0.2032 0.3455,0.3455 0.5487 0.3455c 0.3048,-0.0000 1.0161,-1.7477 1.5241 -2.9873c 0.1219,-0.2439 0.1626,-0.4471 0.1626 -0.6300c 0.0000,-0.2032 -0.1829,-0.7519 -0.3455 -1.1583l -2.5605,-5.9543 c -0.3251,-0.7722 -0.5487,-0.9958 -1.2396 -0.9958c -0.1219,-0.0000 -0.2032,-0.0610 -0.2032 -0.1423v -0.4064 l 0.0406,-0.0406 c 0.0000,-0.0000 0.8942,0.0406 1.5038 0.0406c 0.9551,-0.0000 2.4183,-0.0406 2.4183 -0.0406l 0.0406,0.0610 v 0.3658 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.263332348999894" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 326.3712,361.7063 v 9.1905 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 203.8414,393.6596 ZM 210.4054,393.4158 c -0.0813,0.2845 -0.2845,0.4877 -0.5690 0.4877c -0.3048,-0.0000 -0.5487,-0.1626 -0.6706 -0.4877l -3.6986,-11.1769 c -0.1829,-0.5080 -0.5487,-1.1380 -1.1177 -1.1380h -0.2642 c -0.1423,-0.0000 -0.2439,-0.0610 -0.2439 -0.1423v -0.3861 l 0.0406,-0.0406 c 0.0000,-0.0000 1.0567,0.0203 1.8290 0.0203c 1.0364,-0.0000 2.4589,-0.0203 2.4589 -0.0203l 0.0406,0.0406 v 0.3658 c 0.0000,0.1016 -0.0610,0.1626 -0.1829 0.1626h -0.4471 c -0.3861,-0.0000 -0.5690,0.1423 -0.5690 0.4064c 0.0000,0.1423 0.0406,0.3048 0.1219 0.5284l 3.0889,9.3683 l 2.1541,-6.7265 c 0.0813,-0.2439 0.1423,-0.5080 0.1423 -0.7722c 0.0000,-0.1829 -0.0203,-0.3658 -0.1016 -0.5690l -0.4268,-1.3006 c -0.1626,-0.5487 -0.5284,-0.9348 -1.3209 -0.9348h -0.0610 c -0.1423,-0.0000 -0.2439,-0.0610 -0.2439 -0.1423v -0.3861 l 0.0406,-0.0406 c 0.0000,-0.0000 1.1380,0.0203 1.9509 0.0203c 0.9958,-0.0000 2.6012,-0.0203 2.6012 -0.0203l 0.0610,0.0406 v 0.3861 c 0.0000,0.1016 -0.1016,0.1423 -0.1829 0.1423h -0.5893 c -0.4064,-0.0000 -0.5690,0.2845 -0.5690 0.6300c 0.0000,0.2032 0.0406,0.4268 0.1219 0.6706l 2.9873,9.0432 l 3.1092,-9.3480 c 0.0406,-0.1626 0.0813,-0.3251 0.0813 -0.4674c 0.0000,-0.3048 -0.1829,-0.5284 -0.6909 -0.5284h -0.5487 c -0.1016,-0.0000 -0.1626,-0.0813 -0.1626 -0.1423v -0.3861 l 0.0406,-0.0406 c 0.0000,-0.0000 1.2193,0.0203 2.0728 0.0203c 0.6503,-0.0000 1.7273,-0.0203 1.7273 -0.0203l 0.0203,0.0203 v 0.3861 c 0.0000,0.1626 -0.2235,0.1626 -0.2235 0.1626h -0.2235 c -0.5893,-0.0000 -0.9958,0.2235 -1.2599 1.0161l -3.7392,11.3192 c -0.1016,0.3048 -0.3251,0.4674 -0.6097 0.4674c -0.2642,-0.0000 -0.5284,-0.1423 -0.6503 -0.4877l -2.3776,-7.2142 c -0.1016,-0.2845 -0.2032,-0.5690 -0.2845 -0.5690c -0.1016,-0.0000 -0.2032,0.2642 -0.2845 0.5080ZM 222.4358,393.6596 ZM 224.7525,388.0305 h 3.7392 c 0.2032,-0.0000 0.2845,-0.1016 0.2845 -0.2845c 0.0000,-1.8899 -0.9551,-2.3776 -1.6867 -2.3776c -0.4674,-0.0000 -1.9915,0.1829 -2.3370 2.6621ZM 224.7525,388.0305 ZM 230.1174,391.7697 l 0.4064,0.3251 c -0.7722,1.0567 -1.9712,1.8086 -3.4344 1.8086c -2.7841,-0.0000 -3.9627,-2.0728 -3.9627 -4.2879c 0.0000,-3.0889 2.0322,-4.9382 3.9627 -4.9382c 2.6825,-0.0000 3.3124,2.0931 3.3124 3.8002c 0.0000,0.2235 -0.1423,0.3455 -0.3658 0.3455h -5.3446 c -0.0203,0.1219 -0.0203,0.2439 -0.0203 0.4064c 0.0000,2.0728 1.4428,3.6782 2.9060 3.6782c 1.1177,-0.0000 1.8290,-0.3658 2.5402 -1.1380ZM 231.1335,393.6596 ZM 233.4502,388.0305 h 3.7392 c 0.2032,-0.0000 0.2845,-0.1016 0.2845 -0.2845c 0.0000,-1.8899 -0.9551,-2.3776 -1.6867 -2.3776c -0.4674,-0.0000 -1.9915,0.1829 -2.3370 2.6621ZM 233.4502,388.0305 ZM 238.8151,391.7697 l 0.4064,0.3251 c -0.7722,1.0567 -1.9712,1.8086 -3.4344 1.8086c -2.7841,-0.0000 -3.9627,-2.0728 -3.9627 -4.2879c 0.0000,-3.0889 2.0322,-4.9382 3.9627 -4.9382c 2.6825,-0.0000 3.3124,2.0931 3.3124 3.8002c 0.0000,0.2235 -0.1423,0.3455 -0.3658 0.3455h -5.3446 c -0.0203,0.1219 -0.0203,0.2439 -0.0203 0.4064c 0.0000,2.0728 1.4428,3.6782 2.9060 3.6782c 1.1177,-0.0000 1.8290,-0.3658 2.5402 -1.1380ZM 239.8312,393.6596 ZM 243.1436,389.3514 v 2.8450 c 0.0000,0.5893 0.2032,0.8942 0.8738 0.8942h 0.0406 c 0.0813,-0.0000 0.1626,0.0610 0.1626 0.1626v 0.3861 l -0.0406,0.0406 c 0.0000,-0.0000 -1.0364,-0.0406 -1.8290 -0.0406c -0.7316,-0.0000 -2.0931,0.0406 -2.0931 0.0406l -0.0406,-0.0406 v -0.3861 c 0.0000,-0.1016 0.0406,-0.1626 0.1423 -0.1626h 0.3861 c 0.6909,-0.0000 0.8738,-0.3048 0.8738 -0.8942v -10.1812 c 0.0000,-1.1583 -0.1829,-1.4835 -0.5893 -1.4835l -0.6706,0.0813 c -0.0610,-0.0000 -0.1016,-0.0406 -0.1016 -0.1016l -0.0406,-0.5080 c 0.3251,-0.0000 1.0567,-0.1219 1.4022 -0.1829c 0.3658,-0.0813 0.6706,-0.1626 1.0771 -0.3455h 0.4471 v 9.3683 c 0.5284,-0.1219 1.5648,-1.0364 2.6621 -2.2354c 0.3251,-0.3251 0.4064,-0.5893 0.4064 -0.7925c 0.0000,-0.1626 -0.1016,-0.3251 -0.5893 -0.3251h -0.0813 c -0.1016,-0.0000 -0.1626,-0.0813 -0.1626 -0.1626v -0.3861 l 0.0610,-0.0406 c 0.0000,-0.0000 0.9754,0.0406 1.6867 0.0406c 0.7925,-0.0000 1.8899,-0.0406 1.8899 -0.0406l 0.0813,0.0406 v 0.3861 c 0.0000,0.1016 -0.1219,0.1626 -0.2235 0.1626h -0.1423 c -0.5487,-0.0000 -1.4428,0.4471 -1.9509 0.9754l -1.5445,1.7070 c -0.0610,0.0610 -0.0813,0.1219 -0.0813 0.2032c 0.0000,0.1016 0.0406,0.2032 0.1016 0.2845l 2.3776,3.5157 c 0.3658,0.5487 1.0161,0.9145 1.5241 0.9145h 0.1423 c 0.1423,-0.0000 0.1829,0.0610 0.1829 0.1626v 0.3861 l -0.0406,0.0406 c 0.0000,-0.0000 -1.0364,-0.0406 -1.8290 -0.0406c -0.7113,-0.0000 -1.2599,0.0406 -1.2599 0.0406l -0.0610,-0.0406 v -0.3861 c 0.0000,-0.2642 -0.0610,-0.4877 -0.4674 -1.0771l -1.4835,-2.0931 c -0.4064,-0.5893 -0.6909,-0.7316 -1.1990 -0.7316ZM 249.4637,393.6596 ZM 251.3943,392.1965 v -10.1812 c 0.0000,-1.1583 -0.2032,-1.4835 -0.6097 -1.4835l -0.6503,0.0813 c -0.0610,-0.0000 -0.1219,-0.0406 -0.1219 -0.1016l -0.0406,-0.5080 c 0.3251,-0.0000 1.0771,-0.1219 1.4225 -0.1829c 0.3658,-0.0813 0.6503,-0.1626 1.0567 -0.3455h 0.4471 v 12.7214 c 0.0000,0.5893 0.2235,0.8942 0.8738 0.8942h 0.4877 c 0.0813,-0.0000 0.1626,0.0610 0.1626 0.1626v 0.3861 l -0.0406,0.0406 c 0.0000,-0.0000 -1.4835,-0.0406 -2.2760 -0.0406c -0.7113,-0.0000 -2.1947,0.0406 -2.1947 0.0406l -0.0203,-0.0406 v -0.3861 c 0.0000,-0.1016 0.0406,-0.1626 0.1423 -0.1626h 0.4877 c 0.6706,-0.0000 0.8738,-0.3048 0.8738 -0.8942ZM 254.7473,393.6596 ZM 258.9743,385.3277 c 0.0000,0.1016 -0.1219,0.1626 -0.2235 0.1626c -0.6097,-0.0000 -0.8738,0.1219 -0.8738 0.4471c 0.0000,0.1219 0.0406,0.2845 0.1219 0.4674l 2.2354,5.2430 l 2.2557,-5.1617 c 0.1016,-0.1829 0.1423,-0.3455 0.1423 -0.4674c 0.0000,-0.4268 -0.4064,-0.5284 -0.8535 -0.5284h -0.0813 c -0.1016,-0.0000 -0.2032,-0.0813 -0.2032 -0.1423v -0.3861 l 0.0406,-0.0610 c 0.0000,-0.0000 1.1990,0.0406 1.9102 0.0406c 0.5690,-0.0000 1.4022,-0.0406 1.4022 -0.0406l 0.0610,0.0406 v 0.3861 c 0.0000,0.1016 -0.0813,0.1626 -0.2235 0.1626c -0.7722,-0.0000 -1.1583,0.7925 -1.4428 1.3819c -1.0771,2.2760 -1.9712,4.3692 -3.5969 8.2913c -0.6097,1.4632 -1.3412,3.1702 -2.7841 3.1702c -0.3861,-0.0000 -1.1787,-0.2235 -1.1787 -0.9551c 0.0000,-0.6097 0.4471,-0.7925 0.7722 -0.7925c 0.3048,-0.0000 0.5080,0.1219 0.6300 0.2845c 0.2032,0.2032 0.3455,0.3455 0.5487 0.3455c 0.3048,-0.0000 1.0161,-1.7477 1.5241 -2.9873c 0.1219,-0.2439 0.1626,-0.4471 0.1626 -0.6300c 0.0000,-0.2032 -0.1829,-0.7519 -0.3455 -1.1583l -2.5605,-5.9543 c -0.3251,-0.7722 -0.5487,-0.9958 -1.2396 -0.9958c -0.1219,-0.0000 -0.2032,-0.0610 -0.2032 -0.1423v -0.4064 l 0.0406,-0.0406 c 0.0000,-0.0000 0.8942,0.0406 1.5038 0.0406c 0.9551,-0.0000 2.4183,-0.0406 2.4183 -0.0406l 0.0406,0.0610 v 0.3658 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.263332348999894" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 234.4663,361.7063 v 9.1905 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.4005,393.6596 ZM 120.7459,393.2735 c 0.0000,-0.1016 0.0610,-0.1829 0.1423 -0.1829h 0.6097 c 0.7722,-0.0000 1.0567,-0.2845 1.0567 -0.9348v -10.1202 c 0.0000,-0.7316 -0.2032,-0.9348 -1.0567 -0.9348h -0.5690 c -0.1016,-0.0000 -0.1829,-0.0610 -0.1829 -0.1626v -0.3658 l 0.0406,-0.0406 l 2.5605,0.0203 c 0.0000,-0.0000 2.6418,-0.0203 3.3328 -0.0203c 3.9018,-0.0000 7.0110,3.0889 7.0110 6.8687c 0.0000,4.9991 -3.7798,6.2794 -6.6452 6.2794c -2.0931,-0.0000 -3.6986,-0.0406 -3.6986 -0.0406l -2.5605,0.0406 l -0.0406,-0.0406 v -0.3658 ZM 120.7459,393.2735 ZM 124.2006,392.1965 c 0.0000,0.6503 0.2235,0.7925 2.2151 0.7925c 2.8654,-0.0000 5.4056,-0.9958 5.4056 -5.1008c 0.0000,-3.1295 -1.5241,-6.6858 -5.9136 -6.6858c -0.9958,-0.0000 -1.7070,0.0813 -1.7070 0.7925v 10.2015 ZM 134.5647,393.6596 ZM 140.4783,388.6808 l -1.6054,0.4064 c -1.7883,0.5487 -2.0525,1.4835 -2.0525 2.3980c 0.0000,0.6300 0.3048,1.5851 1.5851 1.5851c 0.6097,-0.0000 1.5445,-0.5893 2.0728 -1.0364v -3.3531 ZM 140.4783,388.6808 ZM 141.7789,393.9035 c -0.7722,-0.0000 -1.1990,-0.6909 -1.2803 -1.1787l -0.4674,0.3251 c -0.9348,0.6503 -1.2803,0.8535 -2.2151 0.8535c -1.4225,-0.0000 -2.4589,-0.8129 -2.4589 -2.3370c 0.0000,-1.5445 1.3209,-2.6012 3.2515 -3.0889l 1.8696,-0.4674 c 0.0000,-2.2964 -1.0567,-2.7231 -1.7477 -2.7231c -0.7722,-0.0000 -1.6664,0.3455 -1.6664 0.9754c 0.0000,0.2235 0.0406,0.3455 0.0610 0.4064c 0.0406,0.0813 0.0610,0.2235 0.0610 0.3658c 0.0000,0.2642 -0.2032,0.6706 -0.7925 0.6706c -0.4877,-0.0000 -0.8129,-0.3251 -0.8129 -0.8129c 0.0000,-1.1787 1.9102,-2.2151 3.2108 -2.2151c 1.4835,-0.0000 3.1905,0.6097 3.1905 3.4953v 2.9873 c 0.0000,1.2396 0.0203,1.7680 0.4877 1.7680c 0.4471,-0.0000 0.5690,-0.5690 0.5893 -1.0161l 0.5080,0.1016 c -0.1219,1.4835 -0.7519,1.8899 -1.7883 1.8899ZM 143.7298,393.6596 ZM 145.3149,382.0559 c 0.0000,-0.5284 0.4268,-0.9754 0.9551 -0.9754c 0.5487,-0.0000 0.9754,0.4471 0.9754 0.9754c 0.0000,0.5487 -0.4268,0.9754 -0.9754 0.9754c -0.5284,-0.0000 -0.9551,-0.4268 -0.9551 -0.9754ZM 145.3149,382.0559 ZM 147.2455,392.1965 c 0.0000,0.5893 0.2235,0.8942 0.8738 0.8942h 0.3861 c 0.1016,-0.0000 0.1829,0.0610 0.1829 0.1626v 0.3861 l -0.0406,0.0406 c 0.0000,-0.0000 -1.4022,-0.0406 -2.1947 -0.0406c -0.7113,-0.0000 -2.0931,0.0406 -2.0931 0.0406l -0.0406,-0.0406 v -0.3861 c 0.0000,-0.1016 0.0610,-0.1626 0.1626 -0.1626h 0.3861 c 0.6706,-0.0000 0.8738,-0.3048 0.8738 -0.8942v -5.0601 c 0.0000,-1.0771 -0.1829,-1.2396 -0.4674 -1.2396c -0.2642,-0.0000 -0.5080,0.0203 -0.8535 0.1016l -0.1016,-0.5690 c 1.3006,-0.2235 1.5241,-0.3048 2.1135 -0.5893c 0.2235,-0.0813 0.3658,-0.1626 0.5080 -0.1626h 0.3048 v 7.5190 ZM 149.0947,393.6596 ZM 151.0253,392.1965 v -10.1812 c 0.0000,-1.1583 -0.2032,-1.4835 -0.6097 -1.4835l -0.6503,0.0813 c -0.0610,-0.0000 -0.1219,-0.0406 -0.1219 -0.1016l -0.0406,-0.5080 c 0.3251,-0.0000 1.0771,-0.1219 1.4225 -0.1829c 0.3658,-0.0813 0.6503,-0.1626 1.0567 -0.3455h 0.4471 v 12.7214 c 0.0000,0.5893 0.2235,0.8942 0.8738 0.8942h 0.4877 c 0.0813,-0.0000 0.1626,0.0610 0.1626 0.1626v 0.3861 l -0.0406,0.0406 c 0.0000,-0.0000 -1.4835,-0.0406 -2.2760 -0.0406c -0.7113,-0.0000 -2.1947,0.0406 -2.1947 0.0406l -0.0203,-0.0406 v -0.3861 c 0.0000,-0.1016 0.0406,-0.1626 0.1423 -0.1626h 0.4877 c 0.6706,-0.0000 0.8738,-0.3048 0.8738 -0.8942ZM 154.3784,393.6596 ZM 158.6053,385.3277 c 0.0000,0.1016 -0.1219,0.1626 -0.2235 0.1626c -0.6097,-0.0000 -0.8738,0.1219 -0.8738 0.4471c 0.0000,0.1219 0.0406,0.2845 0.1219 0.4674l 2.2354,5.2430 l 2.2557,-5.1617 c 0.1016,-0.1829 0.1423,-0.3455 0.1423 -0.4674c 0.0000,-0.4268 -0.4064,-0.5284 -0.8535 -0.5284h -0.0813 c -0.1016,-0.0000 -0.2032,-0.0813 -0.2032 -0.1423v -0.3861 l 0.0406,-0.0610 c 0.0000,-0.0000 1.1990,0.0406 1.9102 0.0406c 0.5690,-0.0000 1.4022,-0.0406 1.4022 -0.0406l 0.0610,0.0406 v 0.3861 c 0.0000,0.1016 -0.0813,0.1626 -0.2235 0.1626c -0.7722,-0.0000 -1.1583,0.7925 -1.4428 1.3819c -1.0771,2.2760 -1.9712,4.3692 -3.5969 8.2913c -0.6097,1.4632 -1.3412,3.1702 -2.7841 3.1702c -0.3861,-0.0000 -1.1787,-0.2235 -1.1787 -0.9551c 0.0000,-0.6097 0.4471,-0.7925 0.7722 -0.7925c 0.3048,-0.0000 0.5080,0.1219 0.6300 0.2845c 0.2032,0.2032 0.3455,0.3455 0.5487 0.3455c 0.3048,-0.0000 1.0161,-1.7477 1.5241 -2.9873c 0.1219,-0.2439 0.1626,-0.4471 0.1626 -0.6300c 0.0000,-0.2032 -0.1829,-0.7519 -0.3455 -1.1583l -2.5605,-5.9543 c -0.3251,-0.7722 -0.5487,-0.9958 -1.2396 -0.9958c -0.1219,-0.0000 -0.2032,-0.0610 -0.2032 -0.1423v -0.4064 l 0.0406,-0.0406 c 0.0000,-0.0000 0.8942,0.0406 1.5038 0.0406c 0.9551,-0.0000 2.4183,-0.0406 2.4183 -0.0406l 0.0406,0.0610 v 0.3658 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.263332348999894" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 142.5613,361.7063 v 9.1905 "/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.1" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 84.3548,355.3659 l -0.0000,-306.3499 h -6.1270 l -0.0000,306.3499 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 43.8663,94.0867 ZM 49.1093,86.8724 c 0.0000,-0.1423 0.0203,-0.3048 0.2032 -0.4064c 0.2235,-0.1626 0.5893,-0.3455 0.8942 -0.3455c 0.2642,-0.0000 0.2845,0.2235 0.2845 0.6300v 3.2718 h 1.6461 l -0.1219,0.9551 h -1.5241 v 1.6867 c 0.0000,0.5690 0.0813,0.8535 0.6706 0.8535h 0.5487 c 0.1219,-0.0000 0.1423,0.1016 0.1423 0.1423v 0.4471 c 0.0000,-0.0000 -1.3006,-0.0406 -2.1541 -0.0406c -0.7722,-0.0000 -1.9712,0.0406 -1.9712 0.0406v -0.4471 c 0.0000,-0.0406 0.0203,-0.1423 0.1423 -0.1423h 0.5487 c 0.6300,-0.0000 0.6909,-0.2642 0.6909 -0.8535v -1.6867 h -3.9831 c -0.0813,-0.0000 -0.1219,-0.0406 -0.1829 -0.1219l -0.1626,-0.2235 l -0.2439,-0.4268 c -0.0203,-0.0000 -0.0203,-0.0203 -0.0203 -0.0406c 0.0000,-0.0203 0.0203,-0.0406 0.0406 -0.0610c 1.3209,-1.4632 3.6579,-5.9949 4.3895 -7.6613c 0.0203,-0.0813 0.0610,-0.1016 0.1423 -0.1016c 0.0203,-0.0000 0.4674,0.1829 0.7113 0.2235c -0.9145,2.4589 -2.4183,5.1008 -3.9018 7.4581h 3.2108 v -3.1499 ZM 52.7672,94.0867 ZM 57.2177,83.0520 c -0.8738,-0.0000 -2.1541,0.8535 -2.1541 5.5885c 0.0000,1.6664 0.3048,5.0195 2.0931 5.0195c 0.3455,-0.0000 1.3209,-0.2235 1.7477 -1.8086c 0.2642,-0.9754 0.4064,-2.1947 0.4064 -3.9627c 0.0000,-2.5809 -0.6503,-4.0237 -1.2396 -4.5317c -0.2235,-0.2032 -0.5284,-0.3048 -0.8535 -0.3048ZM 57.2177,83.0520 ZM 57.1364,94.3305 c -2.1744,-0.0000 -3.6376,-2.7841 -3.6376 -5.8933c 0.0000,-3.8002 1.8086,-6.0965 3.7189 -6.0965c 0.8738,-0.0000 1.7477,0.5487 2.3370 1.3412c 0.8535,1.1380 1.3006,2.6621 1.3006 4.5724c 0.0000,4.5114 -2.2354,6.0762 -3.7189 6.0762ZM 61.6682,94.0867 ZM 66.1186,83.0520 c -0.8738,-0.0000 -2.1541,0.8535 -2.1541 5.5885c 0.0000,1.6664 0.3048,5.0195 2.0931 5.0195c 0.3455,-0.0000 1.3209,-0.2235 1.7477 -1.8086c 0.2642,-0.9754 0.4064,-2.1947 0.4064 -3.9627c 0.0000,-2.5809 -0.6503,-4.0237 -1.2396 -4.5317c -0.2235,-0.2032 -0.5284,-0.3048 -0.8535 -0.3048ZM 66.1186,83.0520 ZM 66.0373,94.3305 c -2.1744,-0.0000 -3.6376,-2.7841 -3.6376 -5.8933c 0.0000,-3.8002 1.8086,-6.0965 3.7189 -6.0965c 0.8738,-0.0000 1.7477,0.5487 2.3370 1.3412c 0.8535,1.1380 1.3006,2.6621 1.3006 4.5724c 0.0000,4.5114 -2.2354,6.0762 -3.7189 6.0762Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.263332348999894" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 75.1643,94.0867 h 9.1905 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 43.8663,159.4065 ZM 48.2558,148.2905 c -0.5080,-0.0000 -1.9915,0.2845 -1.9915 1.5241c 0.0000,0.3658 -0.1423,0.9958 -0.6909 0.9958c -0.5284,-0.0000 -0.5690,-0.5893 -0.5690 -0.6503c 0.0000,-0.6300 0.8332,-2.4996 3.6579 -2.4996c 1.9712,-0.0000 2.5605,1.2396 2.5605 2.0525c 0.0000,0.5080 -0.1626,1.5241 -1.9915 2.6825c 1.1380,0.1829 2.6418,1.0161 2.6418 3.1295c 0.0000,2.6825 -2.0322,4.1253 -4.3285 4.1253c -1.1583,-0.0000 -2.7841,-0.5080 -2.7841 -1.2803c 0.0000,-0.3048 0.3048,-0.6503 0.7113 -0.6503c 0.3861,-0.0000 0.5690,0.2032 0.7519 0.4674c 0.2235,0.3455 0.5893,0.8332 1.5648 0.8332c 0.6706,-0.0000 2.5809,-0.6706 2.5809 -3.2312c 0.0000,-2.1744 -1.5241,-2.5199 -2.6215 -2.5199c -0.1829,-0.0000 -0.4064,0.0406 -0.6300 0.0813l -0.0813,-0.6097 c 1.5648,-0.2642 2.8654,-1.7883 2.8654 -2.7231c 0.0000,-1.1583 -0.8129,-1.7273 -1.6461 -1.7273ZM 52.7672,159.4065 ZM 57.2177,148.3718 c -0.8738,-0.0000 -2.1541,0.8535 -2.1541 5.5885c 0.0000,1.6664 0.3048,5.0195 2.0931 5.0195c 0.3455,-0.0000 1.3209,-0.2235 1.7477 -1.8086c 0.2642,-0.9754 0.4064,-2.1947 0.4064 -3.9627c 0.0000,-2.5809 -0.6503,-4.0237 -1.2396 -4.5317c -0.2235,-0.2032 -0.5284,-0.3048 -0.8535 -0.3048ZM 57.2177,148.3718 ZM 57.1364,159.6503 c -2.1744,-0.0000 -3.6376,-2.7841 -3.6376 -5.8933c 0.0000,-3.8002 1.8086,-6.0965 3.7189 -6.0965c 0.8738,-0.0000 1.7477,0.5487 2.3370 1.3412c 0.8535,1.1380 1.3006,2.6621 1.3006 4.5724c 0.0000,4.5114 -2.2354,6.0762 -3.7189 6.0762ZM 61.6682,159.4065 ZM 66.1186,148.3718 c -0.8738,-0.0000 -2.1541,0.8535 -2.1541 5.5885c 0.0000,1.6664 0.3048,5.0195 2.0931 5.0195c 0.3455,-0.0000 1.3209,-0.2235 1.7477 -1.8086c 0.2642,-0.9754 0.4064,-2.1947 0.4064 -3.9627c 0.0000,-2.5809 -0.6503,-4.0237 -1.2396 -4.5317c -0.2235,-0.2032 -0.5284,-0.3048 -0.8535 -0.3048ZM 66.1186,148.3718 ZM 66.0373,159.6503 c -2.1744,-0.0000 -3.6376,-2.7841 -3.6376 -5.8933c 0.0000,-3.8002 1.8086,-6.0965 3.7189 -6.0965c 0.8738,-0.0000 1.7477,0.5487 2.3370 1.3412c 0.8535,1.1380 1.3006,2.6621 1.3006 4.5724c 0.0000,4.5114 -2.2354,6.0762 -3.7189 6.0762Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.263332348999894" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 75.1643,159.4065 h 9.1905 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 43.8663,224.7263 ZM 45.0450,215.7237 c 0.0000,-1.1583 1.1177,-2.7434 3.2515 -2.7434c 1.5648,-0.0000 3.3937,0.5893 3.3937 2.9263c 0.0000,1.5445 -0.7925,2.3167 -1.8899 3.3734l -1.9306,1.8696 c -0.1016,0.1016 -1.4632,1.4428 -1.4632 2.3980h 3.4547 c 0.6909,-0.0000 1.0567,-0.3455 1.3412 -1.4632l 0.5080,0.0813 l -0.4064,2.5605 h -6.2794 c 0.0000,-1.1380 0.1829,-2.0119 2.0728 -3.9424l 1.4225,-1.4022 c 1.1380,-1.1583 1.6054,-2.1541 1.6054 -3.3937c 0.0000,-1.8493 -1.2599,-2.3776 -1.9509 -2.3776c -1.4022,-0.0000 -1.7883,0.7316 -1.7883 1.2193c 0.0000,0.1626 0.0406,0.3251 0.0813 0.4674c 0.0406,0.1423 0.0813,0.2845 0.0813 0.4471c 0.0000,0.5284 -0.4064,0.7316 -0.7316 0.7316c -0.4471,-0.0000 -0.7722,-0.3455 -0.7722 -0.7519ZM 52.7672,224.7263 ZM 57.2177,213.6916 c -0.8738,-0.0000 -2.1541,0.8535 -2.1541 5.5885c 0.0000,1.6664 0.3048,5.0195 2.0931 5.0195c 0.3455,-0.0000 1.3209,-0.2235 1.7477 -1.8086c 0.2642,-0.9754 0.4064,-2.1947 0.4064 -3.9627c 0.0000,-2.5809 -0.6503,-4.0237 -1.2396 -4.5317c -0.2235,-0.2032 -0.5284,-0.3048 -0.8535 -0.3048ZM 57.2177,213.6916 ZM 57.1364,224.9701 c -2.1744,-0.0000 -3.6376,-2.7841 -3.6376 -5.8933c 0.0000,-3.8002 1.8086,-6.0965 3.7189 -6.0965c 0.8738,-0.0000 1.7477,0.5487 2.3370 1.3412c 0.8535,1.1380 1.3006,2.6621 1.3006 4.5724c 0.0000,4.5114 -2.2354,6.0762 -3.7189 6.0762ZM 61.6682,224.7263 ZM 66.1186,213.6916 c -0.8738,-0.0000 -2.1541,0.8535 -2.1541 5.5885c 0.0000,1.6664 0.3048,5.0195 2.0931 5.0195c 0.3455,-0.0000 1.3209,-0.2235 1.7477 -1.8086c 0.2642,-0.9754 0.4064,-2.1947 0.4064 -3.9627c 0.0000,-2.5809 -0.6503,-4.0237 -1.2396 -4.5317c -0.2235,-0.2032 -0.5284,-0.3048 -0.8535 -0.3048ZM 66.1186,213.6916 ZM 66.0373,224.9701 c -2.1744,-0.0000 -3.6376,-2.7841 -3.6376 -5.8933c 0.0000,-3.8002 1.8086,-6.0965 3.7189 -6.0965c 0.8738,-0.0000 1.7477,0.5487 2.3370 1.3412c 0.8535,1.1380 1.3006,2.6621 1.3006 4.5724c 0.0000,4.5114 -2.2354,6.0762 -3.7189 6.0762Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.263332348999894" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 75.1643,224.7263 h 9.1905 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 43.8663,290.0461 ZM 47.6868,280.3526 c -0.3861,-0.0000 -1.2803,0.3658 -1.7273 0.5690l -0.2439,-0.6300 c 1.7883,-0.8332 2.4792,-1.2599 3.4953 -1.9915h 0.3861 v 10.2218 c 0.0000,0.7316 0.1016,0.9348 0.7722 0.9348h 1.0567 c 0.0610,-0.0000 0.1626,0.0406 0.1626 0.1626v 0.4471 l -2.7841,-0.0406 l -2.8247,0.0406 v -0.4471 c 0.0203,-0.0610 0.0406,-0.1626 0.1626 -0.1626h 1.2193 c 0.7722,-0.0000 0.7722,-0.3455 0.7722 -0.9348v -6.9907 c 0.0000,-0.6909 0.0000,-1.1787 -0.4471 -1.1787ZM 52.7672,290.0461 ZM 57.2177,279.0114 c -0.8738,-0.0000 -2.1541,0.8535 -2.1541 5.5885c 0.0000,1.6664 0.3048,5.0195 2.0931 5.0195c 0.3455,-0.0000 1.3209,-0.2235 1.7477 -1.8086c 0.2642,-0.9754 0.4064,-2.1947 0.4064 -3.9627c 0.0000,-2.5809 -0.6503,-4.0237 -1.2396 -4.5317c -0.2235,-0.2032 -0.5284,-0.3048 -0.8535 -0.3048ZM 57.2177,279.0114 ZM 57.1364,290.2899 c -2.1744,-0.0000 -3.6376,-2.7841 -3.6376 -5.8933c 0.0000,-3.8002 1.8086,-6.0965 3.7189 -6.0965c 0.8738,-0.0000 1.7477,0.5487 2.3370 1.3412c 0.8535,1.1380 1.3006,2.6621 1.3006 4.5724c 0.0000,4.5114 -2.2354,6.0762 -3.7189 6.0762ZM 61.6682,290.0461 ZM 66.1186,279.0114 c -0.8738,-0.0000 -2.1541,0.8535 -2.1541 5.5885c 0.0000,1.6664 0.3048,5.0195 2.0931 5.0195c 0.3455,-0.0000 1.3209,-0.2235 1.7477 -1.8086c 0.2642,-0.9754 0.4064,-2.1947 0.4064 -3.9627c 0.0000,-2.5809 -0.6503,-4.0237 -1.2396 -4.5317c -0.2235,-0.2032 -0.5284,-0.3048 -0.8535 -0.3048ZM 66.1186,279.0114 ZM 66.0373,290.2899 c -2.1744,-0.0000 -3.6376,-2.7841 -3.6376 -5.8933c 0.0000,-3.8002 1.8086,-6.0965 3.7189 -6.0965c 0.8738,-0.0000 1.7477,0.5487 2.3370 1.3412c 0.8535,1.1380 1.3006,2.6621 1.3006 4.5724c 0.0000,4.5114 -2.2354,6.0762 -3.7189 6.0762Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.263332348999894" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 75.1643,290.0461 h 9.1905 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 61.6682,355.3659 ZM 66.1186,344.3312 c -0.8738,-0.0000 -2.1541,0.8535 -2.1541 5.5885c 0.0000,1.6664 0.3048,5.0195 2.0931 5.0195c 0.3455,-0.0000 1.3209,-0.2235 1.7477 -1.8086c 0.2642,-0.9754 0.4064,-2.1947 0.4064 -3.9627c 0.0000,-2.5809 -0.6503,-4.0237 -1.2396 -4.5317c -0.2235,-0.2032 -0.5284,-0.3048 -0.8535 -0.3048ZM 66.1186,344.3312 ZM 66.0373,355.6097 c -2.1744,-0.0000 -3.6376,-2.7841 -3.6376 -5.8933c 0.0000,-3.8002 1.8086,-6.0965 3.7189 -6.0965c 0.8738,-0.0000 1.7477,0.5487 2.3370 1.3412c 0.8535,1.1380 1.3006,2.6621 1.3006 4.5724c 0.0000,4.5114 -2.2354,6.0762 -3.7189 6.0762Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.263332348999894" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 75.1643,355.3659 h 9.1905 "/></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 556.1337,358.5361 l -0.0000,-306.3499 h -459.5249 l -0.0000,306.3499 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(87,57,99)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 537.7527,358.5361 l -0.0000,-33.3131 h -55.1430 l -0.0000,33.3131 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(87,57,99)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 445.8477,358.5361 l -0.0000,-23.5151 h -55.1430 l -0.0000,23.5151 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(87,57,99)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 353.9427,358.5361 l -0.0000,-140.4376 h -55.1430 l -0.0000,140.4376 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(87,57,99)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 262.0378,358.5361 l -0.0000,-295.2455 h -55.1430 l -0.0000,295.2455 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(87,57,99)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 170.1328,358.5361 l -0.0000,-306.3499 h -55.1430 l -0.0000,306.3499 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(255,255,84)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 501.2803,346.6675 ZM 507.5597,343.2331 c 0.0000,-2.0931 -1.1380,-3.1295 -2.3980 -3.1295c -0.9348,-0.0000 -1.6461,0.1423 -2.4386 0.4674l 0.6503,-5.5478 c 0.6706,0.0610 1.3616,0.0813 2.0728 0.0813c 1.0161,-0.0000 2.0728,-0.0610 3.1702 -0.1829l 0.1219,0.0610 l -0.3048,1.3209 c -0.7925,0.0813 -1.4428,0.1016 -2.0119 0.1016c -0.9145,-0.0000 -1.6054,-0.0813 -2.3167 -0.1626l -0.3861,3.2108 c 0.4268,-0.1626 1.1583,-0.3048 1.9509 -0.3048c 2.1541,-0.0000 3.3531,1.8696 3.3531 3.7392c 0.0000,2.2760 -1.5851,4.0237 -3.8814 4.0237c -1.1583,-0.0000 -2.8450,-0.6503 -2.8450 -1.4428c 0.0000,-0.3861 0.3251,-0.6503 0.6909 -0.6503c 0.4064,-0.0000 0.6706,0.3048 0.9145 0.6300c 0.3048,0.3658 0.6300,0.7722 1.2803 0.7722c 1.3006,-0.0000 2.3776,-1.2193 2.3776 -2.9873ZM 510.1812,346.6675 ZM 514.0017,336.9740 c -0.3861,-0.0000 -1.2803,0.3658 -1.7273 0.5690l -0.2439,-0.6300 c 1.7883,-0.8332 2.4792,-1.2599 3.4953 -1.9915h 0.3861 v 10.2218 c 0.0000,0.7316 0.1016,0.9348 0.7722 0.9348h 1.0567 c 0.0610,-0.0000 0.1626,0.0406 0.1626 0.1626v 0.4471 l -2.7841,-0.0406 l -2.8247,0.0406 v -0.4471 c 0.0203,-0.0610 0.0406,-0.1626 0.1626 -0.1626h 1.2193 c 0.7722,-0.0000 0.7722,-0.3455 0.7722 -0.9348v -6.9907 c 0.0000,-0.6909 0.0000,-1.1787 -0.4471 -1.1787Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(255,255,84)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 409.3753,356.4654 ZM 413.7648,345.3495 c -0.5080,-0.0000 -1.9915,0.2845 -1.9915 1.5241c 0.0000,0.3658 -0.1423,0.9958 -0.6909 0.9958c -0.5284,-0.0000 -0.5690,-0.5893 -0.5690 -0.6503c 0.0000,-0.6300 0.8332,-2.4996 3.6579 -2.4996c 1.9712,-0.0000 2.5605,1.2396 2.5605 2.0525c 0.0000,0.5080 -0.1626,1.5241 -1.9915 2.6825c 1.1380,0.1829 2.6418,1.0161 2.6418 3.1295c 0.0000,2.6825 -2.0322,4.1253 -4.3285 4.1253c -1.1583,-0.0000 -2.7841,-0.5080 -2.7841 -1.2803c 0.0000,-0.3048 0.3048,-0.6503 0.7113 -0.6503c 0.3861,-0.0000 0.5690,0.2032 0.7519 0.4674c 0.2235,0.3455 0.5893,0.8332 1.5648 0.8332c 0.6706,-0.0000 2.5809,-0.6706 2.5809 -3.2312c 0.0000,-2.1744 -1.5241,-2.5199 -2.6215 -2.5199c -0.1829,-0.0000 -0.4064,0.0406 -0.6300 0.0813l -0.0813,-0.6097 c 1.5648,-0.2642 2.8654,-1.7883 2.8654 -2.7231c 0.0000,-1.1583 -0.8129,-1.7273 -1.6461 -1.7273ZM 418.2762,356.4654 ZM 420.6335,351.1411 c -0.0203,0.2032 -0.0203,0.5080 -0.0203 0.7113c 0.0000,3.4140 1.5241,4.2676 2.5402 4.2676c 0.9348,-0.0000 1.9306,-0.8738 1.9306 -2.9873c 0.0000,-0.9551 -0.4877,-2.9060 -2.4386 -2.9060c -0.4268,-0.0000 -1.1990,0.0406 -2.0119 0.9145ZM 420.6335,351.1411 ZM 425.9578,345.2478 c -1.3209,0.1219 -2.4589,0.4674 -3.4344 1.4225c -0.9348,0.9145 -1.6054,2.2760 -1.8290 3.9018c 0.4674,-0.5690 1.5851,-0.9958 2.3573 -0.9958c 3.0076,-0.0000 3.3937,2.4792 3.3937 3.4140c 0.0000,1.3819 -0.6909,3.7189 -3.4953 3.7189c -1.4835,-0.0000 -3.7392,-0.8738 -3.7392 -4.9179c 0.0000,-1.8696 0.6300,-3.6986 2.0322 -5.1008c 1.3006,-1.3209 2.6621,-1.8696 4.6537 -1.9712Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(255,255,84)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 313.0199,239.5430 ZM 314.1985,230.5405 c 0.0000,-1.1583 1.1177,-2.7434 3.2515 -2.7434c 1.5648,-0.0000 3.3937,0.5893 3.3937 2.9263c 0.0000,1.5445 -0.7925,2.3167 -1.8899 3.3734l -1.9306,1.8696 c -0.1016,0.1016 -1.4632,1.4428 -1.4632 2.3980h 3.4547 c 0.6909,-0.0000 1.0567,-0.3455 1.3412 -1.4632l 0.5080,0.0813 l -0.4064,2.5605 h -6.2794 c 0.0000,-1.1380 0.1829,-2.0119 2.0728 -3.9424l 1.4225,-1.4022 c 1.1380,-1.1583 1.6054,-2.1541 1.6054 -3.3937c 0.0000,-1.8493 -1.2599,-2.3776 -1.9509 -2.3776c -1.4022,-0.0000 -1.7883,0.7316 -1.7883 1.2193c 0.0000,0.1626 0.0406,0.3251 0.0813 0.4674c 0.0406,0.1423 0.0813,0.2845 0.0813 0.4471c 0.0000,0.5284 -0.4064,0.7316 -0.7316 0.7316c -0.4471,-0.0000 -0.7722,-0.3455 -0.7722 -0.7519ZM 321.9208,239.5430 ZM 325.7413,229.8495 c -0.3861,-0.0000 -1.2803,0.3658 -1.7273 0.5690l -0.2439,-0.6300 c 1.7883,-0.8332 2.4792,-1.2599 3.4953 -1.9915h 0.3861 v 10.2218 c 0.0000,0.7316 0.1016,0.9348 0.7722 0.9348h 1.0567 c 0.0610,-0.0000 0.1626,0.0406 0.1626 0.1626v 0.4471 l -2.7841,-0.0406 l -2.8247,0.0406 v -0.4471 c 0.0203,-0.0610 0.0406,-0.1626 0.1626 -0.1626h 1.2193 c 0.7722,-0.0000 0.7722,-0.3455 0.7722 -0.9348v -6.9907 c 0.0000,-0.6909 0.0000,-1.1787 -0.4471 -1.1787ZM 330.8217,239.5430 ZM 337.1011,236.1086 c 0.0000,-2.0931 -1.1380,-3.1295 -2.3980 -3.1295c -0.9348,-0.0000 -1.6461,0.1423 -2.4386 0.4674l 0.6503,-5.5478 c 0.6706,0.0610 1.3616,0.0813 2.0728 0.0813c 1.0161,-0.0000 2.0728,-0.0610 3.1702 -0.1829l 0.1219,0.0610 l -0.3048,1.3209 c -0.7925,0.0813 -1.4428,0.1016 -2.0119 0.1016c -0.9145,-0.0000 -1.6054,-0.0813 -2.3167 -0.1626l -0.3861,3.2108 c 0.4268,-0.1626 1.1583,-0.3048 1.9509 -0.3048c 2.1541,-0.0000 3.3531,1.8696 3.3531 3.7392c 0.0000,2.2760 -1.5851,4.0237 -3.8814 4.0237c -1.1583,-0.0000 -2.8450,-0.6503 -2.8450 -1.4428c 0.0000,-0.3861 0.3251,-0.6503 0.6909 -0.6503c 0.4064,-0.0000 0.6706,0.3048 0.9145 0.6300c 0.3048,0.3658 0.6300,0.7722 1.2803 0.7722c 1.3006,-0.0000 2.3776,-1.2193 2.3776 -2.9873Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(255,255,84)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 221.1149,84.7350 ZM 226.3579,77.5208 c 0.0000,-0.1423 0.0203,-0.3048 0.2032 -0.4064c 0.2235,-0.1626 0.5893,-0.3455 0.8942 -0.3455c 0.2642,-0.0000 0.2845,0.2235 0.2845 0.6300v 3.2718 h 1.6461 l -0.1219,0.9551 h -1.5241 v 1.6867 c 0.0000,0.5690 0.0813,0.8535 0.6706 0.8535h 0.5487 c 0.1219,-0.0000 0.1423,0.1016 0.1423 0.1423v 0.4471 c 0.0000,-0.0000 -1.3006,-0.0406 -2.1541 -0.0406c -0.7722,-0.0000 -1.9712,0.0406 -1.9712 0.0406v -0.4471 c 0.0000,-0.0406 0.0203,-0.1423 0.1423 -0.1423h 0.5487 c 0.6300,-0.0000 0.6909,-0.2642 0.6909 -0.8535v -1.6867 h -3.9831 c -0.0813,-0.0000 -0.1219,-0.0406 -0.1829 -0.1219l -0.1626,-0.2235 l -0.2439,-0.4268 c -0.0203,-0.0000 -0.0203,-0.0203 -0.0203 -0.0406c 0.0000,-0.0203 0.0203,-0.0406 0.0406 -0.0610c 1.3209,-1.4632 3.6579,-5.9949 4.3895 -7.6613c 0.0203,-0.0813 0.0610,-0.1016 0.1423 -0.1016c 0.0203,-0.0000 0.4674,0.1829 0.7113 0.2235c -0.9145,2.4589 -2.4183,5.1008 -3.9018 7.4581h 3.2108 v -3.1499 ZM 230.0158,84.7350 ZM 236.2952,81.3007 c 0.0000,-2.0931 -1.1380,-3.1295 -2.3980 -3.1295c -0.9348,-0.0000 -1.6461,0.1423 -2.4386 0.4674l 0.6503,-5.5478 c 0.6706,0.0610 1.3616,0.0813 2.0728 0.0813c 1.0161,-0.0000 2.0728,-0.0610 3.1702 -0.1829l 0.1219,0.0610 l -0.3048,1.3209 c -0.7925,0.0813 -1.4428,0.1016 -2.0119 0.1016c -0.9145,-0.0000 -1.6054,-0.0813 -2.3167 -0.1626l -0.3861,3.2108 c 0.4268,-0.1626 1.1583,-0.3048 1.9509 -0.3048c 2.1541,-0.0000 3.3531,1.8696 3.3531 3.7392c 0.0000,2.2760 -1.5851,4.0237 -3.8814 4.0237c -1.1583,-0.0000 -2.8450,-0.6503 -2.8450 -1.4428c 0.0000,-0.3861 0.3251,-0.6503 0.6909 -0.6503c 0.4064,-0.0000 0.6706,0.3048 0.9145 0.6300c 0.3048,0.3658 0.6300,0.7722 1.2803 0.7722c 1.3006,-0.0000 2.3776,-1.2193 2.3776 -2.9873ZM 238.9167,84.7350 ZM 240.0954,75.7325 c 0.0000,-1.1583 1.1177,-2.7434 3.2515 -2.7434c 1.5648,-0.0000 3.3937,0.5893 3.3937 2.9263c 0.0000,1.5445 -0.7925,2.3167 -1.8899 3.3734l -1.9306,1.8696 c -0.1016,0.1016 -1.4632,1.4428 -1.4632 2.3980h 3.4547 c 0.6909,-0.0000 1.0567,-0.3455 1.3412 -1.4632l 0.5080,0.0813 l -0.4064,2.5605 h -6.2794 c 0.0000,-1.1380 0.1829,-2.0119 2.0728 -3.9424l 1.4225,-1.4022 c 1.1380,-1.1583 1.6054,-2.1541 1.6054 -3.3937c 0.0000,-1.8493 -1.2599,-2.3776 -1.9509 -2.3776c -1.4022,-0.0000 -1.7883,0.7316 -1.7883 1.2193c 0.0000,0.1626 0.0406,0.3251 0.0813 0.4674c 0.0406,0.1423 0.0813,0.2845 0.0813 0.4471c 0.0000,0.5284 -0.4064,0.7316 -0.7316 0.7316c -0.4471,-0.0000 -0.7722,-0.3455 -0.7722 -0.7519Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(255,255,84)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 129.2099,73.6307 ZM 134.4529,66.4165 c 0.0000,-0.1423 0.0203,-0.3048 0.2032 -0.4064c 0.2235,-0.1626 0.5893,-0.3455 0.8942 -0.3455c 0.2642,-0.0000 0.2845,0.2235 0.2845 0.6300v 3.2718 h 1.6461 l -0.1219,0.9551 h -1.5241 v 1.6867 c 0.0000,0.5690 0.0813,0.8535 0.6706 0.8535h 0.5487 c 0.1219,-0.0000 0.1423,0.1016 0.1423 0.1423v 0.4471 c 0.0000,-0.0000 -1.3006,-0.0406 -2.1541 -0.0406c -0.7722,-0.0000 -1.9712,0.0406 -1.9712 0.0406v -0.4471 c 0.0000,-0.0406 0.0203,-0.1423 0.1423 -0.1423h 0.5487 c 0.6300,-0.0000 0.6909,-0.2642 0.6909 -0.8535v -1.6867 h -3.9831 c -0.0813,-0.0000 -0.1219,-0.0406 -0.1829 -0.1219l -0.1626,-0.2235 l -0.2439,-0.4268 c -0.0203,-0.0000 -0.0203,-0.0203 -0.0203 -0.0406c 0.0000,-0.0203 0.0203,-0.0406 0.0406 -0.0610c 1.3209,-1.4632 3.6579,-5.9949 4.3895 -7.6613c 0.0203,-0.0813 0.0610,-0.1016 0.1423 -0.1016c 0.0203,-0.0000 0.4674,0.1829 0.7113 0.2235c -0.9145,2.4589 -2.4183,5.1008 -3.9018 7.4581h 3.2108 v -3.1499 ZM 138.1108,73.6307 ZM 140.4682,68.3064 c -0.0203,0.2032 -0.0203,0.5080 -0.0203 0.7113c 0.0000,3.4140 1.5241,4.2676 2.5402 4.2676c 0.9348,-0.0000 1.9306,-0.8738 1.9306 -2.9873c 0.0000,-0.9551 -0.4877,-2.9060 -2.4386 -2.9060c -0.4268,-0.0000 -1.1990,0.0406 -2.0119 0.9145ZM 140.4682,68.3064 ZM 145.7925,62.4131 c -1.3209,0.1219 -2.4589,0.4674 -3.4344 1.4225c -0.9348,0.9145 -1.6054,2.2760 -1.8290 3.9018c 0.4674,-0.5690 1.5851,-0.9958 2.3573 -0.9958c 3.0076,-0.0000 3.3937,2.4792 3.3937 3.4140c 0.0000,1.3819 -0.6909,3.7189 -3.4953 3.7189c -1.4835,-0.0000 -3.7392,-0.8738 -3.7392 -4.9179c 0.0000,-1.8696 0.6300,-3.6986 2.0322 -5.1008c 1.3006,-1.3209 2.6621,-1.8696 4.6537 -1.9712ZM 147.0118,73.6307 ZM 153.4944,67.4529 c 0.0000,-0.2032 0.0203,-0.5080 0.0203 -0.7113c 0.0000,-3.4140 -1.5241,-4.2676 -2.5605 -4.2676c -0.9348,-0.0000 -1.9102,0.8738 -1.9102 2.9873c 0.0000,0.9754 0.4877,2.9060 2.4183 2.9060c 0.4268,-0.0000 1.1990,-0.0406 2.0322 -0.9145ZM 153.4944,67.4529 ZM 148.1498,73.3462 c 1.3412,-0.1219 2.4589,-0.4674 3.4547 -1.4225c 0.9145,-0.9145 1.5851,-2.2760 1.8290 -3.9018c -0.4674,0.5690 -1.6054,0.9958 -2.3573 0.9958c -3.0076,-0.0000 -3.4140,-2.4792 -3.4140 -3.4140c 0.0000,-1.3819 0.6909,-3.7189 3.4953 -3.7189c 1.5038,-0.0000 3.7595,0.8738 3.7595 4.9179c 0.0000,1.8696 -0.6503,3.6986 -2.0322 5.1008c -1.3006,1.3209 -2.6825,1.8696 -4.6740 1.9712Z"/></g></svg>+    "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.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 108.8192,26.8403 ZM 124.2508,24.6787 v -7.5657 h -9.8174 v 7.5657 c 0.0000,0.9307 0.4503,1.3210 1.6512 1.3210h 0.7806 c 0.1201,-0.0000 0.2402,0.0901 0.2402 0.2402v 0.5704 l -0.0600,0.0600 c 0.0000,-0.0000 -2.5820,-0.0600 -3.7829 -0.0600c -1.0508,-0.0000 -3.8429,0.0600 -3.8429 0.0600l -0.0600,-0.0600 v -0.5704 c 0.0000,-0.1501 0.0901,-0.2402 0.2102 -0.2402h 0.8106 c 1.2309,-0.0000 1.6212,-0.4804 1.6212 -1.3210v -15.0714 c 0.0000,-0.9007 -0.4503,-1.3210 -1.6212 -1.3210h -0.8106 c -0.1201,-0.0000 -0.2402,-0.0901 -0.2402 -0.2402v -0.5704 l 0.0600,-0.0300 c 0.0000,-0.0000 2.6120,0.0300 3.7829 0.0300c 1.0808,-0.0000 3.8729,-0.0300 3.8729 -0.0300l 0.0600,0.0300 v 0.5704 c 0.0000,0.1501 -0.0901,0.2402 -0.2402 0.2402h -0.7806 c -1.2309,-0.0000 -1.6512,0.4804 -1.6512 1.3210v 6.3348 h 9.8174 v -6.3348 c 0.0000,-0.9007 -0.4503,-1.3210 -1.6512 -1.3210h -0.7806 c -0.1501,-0.0000 -0.2702,-0.0901 -0.2702 -0.2402v -0.5704 l 0.0600,-0.0300 c 0.0000,-0.0000 2.6120,0.0300 3.7829 0.0300c 1.0808,-0.0000 3.8729,-0.0300 3.8729 -0.0300l 0.0600,0.0300 v 0.5704 c 0.0000,0.1501 -0.0901,0.2402 -0.2402 0.2402h -0.7806 c -1.2309,-0.0000 -1.6512,0.4804 -1.6512 1.3210v 15.0714 c 0.0000,0.9307 0.4503,1.3210 1.6512 1.3210h 0.7806 c 0.1501,-0.0000 0.2702,0.0901 0.2702 0.2402v 0.5704 l -0.0600,0.0600 c 0.0000,-0.0000 -2.6120,-0.0600 -3.7829 -0.0600c -1.0808,-0.0000 -3.8729,0.0600 -3.8729 0.0600l -0.0600,-0.0600 v -0.5704 c 0.0000,-0.1501 0.0901,-0.2402 0.2402 -0.2402h 0.7806 c 1.2309,-0.0000 1.6512,-0.4804 1.6512 -1.3210ZM 129.1145,26.8403 ZM 130.1353,20.6856 c 0.0000,-4.1131 2.2217,-7.1154 6.2147 -7.1154c 4.4434,-0.0000 6.1547,3.7228 6.1547 6.8452c 0.0000,3.0023 -1.9515,6.7851 -6.2147 6.7851c -4.0230,-0.0000 -6.1547,-3.4526 -6.1547 -6.5149ZM 130.1353,20.6856 ZM 136.0197,14.5610 c -2.4018,-0.0000 -3.5127,2.8221 -3.5127 5.4341c 0.0000,2.3117 1.3210,6.1547 4.2932 6.1547c 1.3510,-0.0000 3.3325,-0.8106 3.3325 -4.7736c 0.0000,-4.4133 -1.6512,-6.8152 -4.1131 -6.8152ZM 143.4954,26.8403 ZM 149.5600,14.5310 c 0.0000,0.1501 -0.1201,0.2402 -0.2702 0.2402h -0.4503 c -0.6605,-0.0000 -0.8707,0.1801 -0.8707 0.4804c 0.0000,0.2102 0.1201,0.4804 0.2702 0.9007l 3.1524,7.9260 l 2.6120,-6.5149 l -0.5404,-1.3510 c -0.3903,-1.0208 -1.0208,-1.4411 -1.9215 -1.4411c -0.1501,-0.0000 -0.3002,-0.0600 -0.3002 -0.2102v -0.6005 l 0.0600,-0.0600 c 0.0000,-0.0000 1.6813,0.0600 2.7321 0.0600l 3.0023,-0.0600 l 0.0901,0.0600 v 0.5704 c 0.0000,0.1501 -0.1501,0.2402 -0.3002 0.2402h -0.5404 c -0.6005,-0.0000 -0.8707,0.1201 -0.8707 0.4203c 0.0000,0.2402 0.1201,0.5404 0.3002 0.9607l 3.1224,7.9260 l 3.1224,-7.7759 c 0.0901,-0.1801 0.1501,-0.4203 0.1501 -0.6605c 0.0000,-0.5104 -0.3302,-0.8707 -1.3510 -0.8707h -0.4503 c -0.1501,-0.0000 -0.2702,-0.1201 -0.2702 -0.2102v -0.6005 l 0.0901,-0.0600 c 0.0000,-0.0000 1.9815,0.0600 3.0923 0.0600c 1.0208,-0.0000 2.2217,-0.0600 2.2217 -0.0600l 0.0300,0.0600 v 0.5704 c 0.0000,0.1801 -0.1801,0.2402 -0.3603 0.2402c -0.7506,-0.0000 -1.5312,0.3302 -2.0716 1.6512l -4.0831,10.1477 c -0.1801,0.4503 -0.4203,0.6305 -0.6905 0.6305c -0.3002,-0.0000 -0.5404,-0.1801 -0.7205 -0.6005l -3.0023,-7.5057 l -3.0023,7.4456 c -0.2102,0.4804 -0.4503,0.6605 -0.7205 0.6605c -0.3002,-0.0000 -0.5404,-0.1801 -0.7205 -0.6005l -4.1131,-10.3879 c -0.4503,-1.1709 -0.9907,-1.4411 -1.8914 -1.4411c -0.1501,-0.0000 -0.3603,-0.0600 -0.3603 -0.2102v -0.6005 l 0.0600,-0.0600 c 0.0000,-0.0000 1.4111,0.0600 2.7321 0.0600c 1.3810,-0.0000 2.9722,-0.0600 2.9722 -0.0600l 0.0600,0.0901 v 0.5404 ZM 173.3380,26.8403 ZM 176.1001,24.6787 v -9.5772 h -2.0716 c -0.1201,-0.0000 -0.1501,-0.0300 -0.1501 -0.1501v -0.4203 c 0.0000,-0.2402 0.1501,-0.6005 0.6905 -0.6005h 1.5312 v -1.1709 c 0.0000,-4.6835 2.4318,-6.8752 4.9537 -6.8752c 1.1409,-0.0000 1.9215,0.3002 2.6720 0.8106c 0.6005,0.4503 0.8707,0.9607 0.8707 1.4411c 0.0000,0.6305 -0.4503,1.0808 -1.0208 1.0808c -0.6005,-0.0000 -0.9907,-0.3302 -1.2309 -0.8406c -0.3903,-0.9907 -0.9607,-1.4711 -1.8614 -1.4711c -0.9907,-0.0000 -2.1316,0.7205 -2.1316 5.3440v 1.6813 h 3.3025 c 0.1501,-0.0000 0.2402,0.0600 0.2402 0.1801v 0.6005 c 0.0000,0.2702 -0.4203,0.3903 -0.6905 0.3903h -2.8522 v 9.5772 c 0.0000,0.8707 0.3002,1.3210 1.2910 1.3210h 0.9907 c 0.1201,-0.0000 0.2402,0.0901 0.2402 0.2402v 0.5704 l -0.0600,0.0600 c 0.0000,-0.0000 -2.4619,-0.0600 -3.6327 -0.0600c -1.0808,-0.0000 -3.1224,0.0600 -3.1224 0.0600l -0.0600,-0.0600 v -0.5704 c 0.0000,-0.1501 0.0901,-0.2402 0.2402 -0.2402h 0.5704 c 1.0208,-0.0000 1.2910,-0.4503 1.2910 -1.3210ZM 184.2962,26.8403 ZM 186.9683,24.6787 v -7.4757 c 0.0000,-1.5011 -0.2102,-1.8314 -0.6605 -1.8314c -0.3903,-0.0000 -0.7506,0.0300 -1.2610 0.1501l -0.1501,-0.8406 c 1.8914,-0.3302 2.2217,-0.4203 3.1224 -0.8707c 0.3002,-0.1501 0.5404,-0.2402 0.7506 -0.2402h 0.4503 l -0.0901,2.7020 h 0.0901 c 0.7806,-1.1709 2.1016,-2.7020 3.5127 -2.7020c 1.2309,-0.0000 1.6813,0.6005 1.6813 1.3810c 0.0000,0.7806 -0.5104,1.2610 -1.2910 1.2610c -0.6005,-0.0000 -0.9307,-0.2402 -1.2309 -0.5404c -0.1801,-0.1801 -0.3903,-0.2702 -0.6005 -0.2702c -0.3302,-0.0000 -0.9907,0.5404 -1.7113 1.5612c -0.2102,0.2702 -0.3603,0.6605 -0.3603 1.0508v 6.6650 c 0.0000,0.8707 0.3002,1.3210 1.2910 1.3210h 0.8707 c 0.1501,-0.0000 0.2702,0.0901 0.2702 0.2402v 0.5704 l -0.0600,0.0600 c 0.0000,-0.0000 -2.3718,-0.0600 -3.5427 -0.0600c -1.0808,-0.0000 -3.1224,0.0600 -3.1224 0.0600l -0.0300,-0.0600 v -0.5704 c 0.0000,-0.1501 0.0600,-0.2402 0.2102 -0.2402h 0.5704 c 1.0208,-0.0000 1.2910,-0.4503 1.2910 -1.3210ZM 194.7141,26.8403 ZM 198.1367,18.5240 h 5.5242 c 0.3002,-0.0000 0.4203,-0.1501 0.4203 -0.4203c 0.0000,-2.7921 -1.4111,-3.5127 -2.4919 -3.5127c -0.6905,-0.0000 -2.9422,0.2702 -3.4526 3.9330ZM 198.1367,18.5240 ZM 206.0627,24.0482 l 0.6005,0.4804 c -1.1409,1.5612 -2.9122,2.6720 -5.0738 2.6720c -4.1131,-0.0000 -5.8544,-3.0623 -5.8544 -6.3348c 0.0000,-4.5635 3.0023,-7.2955 5.8544 -7.2955c 3.9630,-0.0000 4.8937,3.0923 4.8937 5.6142c 0.0000,0.3302 -0.2102,0.5104 -0.5404 0.5104h -7.8960 c -0.0300,0.1801 -0.0300,0.3603 -0.0300 0.6005c 0.0000,3.0623 2.1316,5.4341 4.2932 5.4341c 1.6512,-0.0000 2.7020,-0.5404 3.7528 -1.6813ZM 207.5638,26.8403 ZM 217.7115,16.7527 c -0.8106,-1.3510 -1.8314,-2.1616 -3.0923 -2.1616c -2.4018,-0.0000 -3.6928,2.3117 -3.6928 5.4341c 0.0000,4.5334 2.6420,5.8544 4.3833 5.8544c 0.5704,-0.0000 1.6212,-0.0600 2.4018 -0.6605v -8.4664 ZM 217.7115,16.7527 ZM 217.7115,31.5839 v -5.3741 c -0.4503,0.3903 -1.4111,0.9907 -3.1224 0.9907c -4.3233,-0.0000 -5.9445,-3.7829 -5.9445 -6.5750c 0.0000,-3.9630 2.4318,-7.0553 6.0946 -7.0553c 1.4711,-0.0000 2.7621,0.4203 3.7528 1.2910l 0.4503,-0.7205 c 0.2102,-0.3603 0.4203,-0.5704 0.6305 -0.5704c 0.3302,-0.0000 0.3903,0.3302 0.3903 0.7506v 17.2631 c 0.0000,0.8707 0.3002,1.3210 1.2910 1.3210h 0.5704 c 0.1201,-0.0000 0.2402,0.0901 0.2402 0.2402v 0.5704 l -0.0600,0.0600 c 0.0000,-0.0000 -2.0415,-0.0600 -3.2124 -0.0600c -1.0808,-0.0000 -3.4226,0.0600 -3.4226 0.0600l -0.0600,-0.0600 v -0.5704 c 0.0000,-0.1501 0.0901,-0.2402 0.2402 -0.2402h 0.8707 c 1.0208,-0.0000 1.2910,-0.4503 1.2910 -1.3210ZM 222.3650,26.8403 ZM 235.2448,23.3577 c 0.0000,1.5011 0.1501,1.9815 0.7506 1.9815c 0.3603,-0.0000 1.0208,-0.0600 1.5312 -0.1501l 0.1201,0.8406 c -1.8314,0.3302 -3.3025,0.6305 -3.9930 1.1709h -0.6605 l 0.0901,-2.2217 h -0.0901 c -1.6512,1.8014 -3.0023,2.2217 -4.2332 2.2217c -2.9722,-0.0000 -3.7528,-2.0115 -3.7528 -4.0831v -6.8452 c 0.0000,-0.9907 -0.2102,-1.5011 -1.3210 -1.5011c -0.1201,-0.0000 -0.3302,0.0300 -0.5104 0.0300l -0.0901,-0.0300 v -0.7806 l 0.0901,-0.0901 c 0.0000,-0.0000 2.0415,0.0600 3.0023 0.0600c 0.4203,-0.0000 1.1108,-0.0600 1.1108 -0.0600l -0.0300,2.4018 v 6.3948 c 0.0000,2.6720 1.3810,3.1524 2.2817 3.1524c 0.6905,-0.0000 1.3210,-0.2702 1.9515 -0.7205c 0.7205,-0.5404 1.2009,-0.9607 1.5011 -1.3510v -7.4156 c 0.0000,-1.0808 -0.1501,-1.5912 -1.2610 -1.5912c -0.1801,-0.0000 -0.5104,0.0300 -0.6005 0.0300l -0.0600,-0.0600 v -0.7506 l 0.0600,-0.0901 c 0.0000,-0.0000 2.1316,0.0600 2.9722 0.0600c 0.6905,-0.0000 1.1709,-0.0600 1.1709 -0.0600l -0.0300,2.3718 v 7.0854 ZM 237.8868,26.8403 ZM 241.3094,18.5240 h 5.5242 c 0.3002,-0.0000 0.4203,-0.1501 0.4203 -0.4203c 0.0000,-2.7921 -1.4111,-3.5127 -2.4919 -3.5127c -0.6905,-0.0000 -2.9422,0.2702 -3.4526 3.9330ZM 241.3094,18.5240 ZM 249.2354,24.0482 l 0.6005,0.4804 c -1.1409,1.5612 -2.9122,2.6720 -5.0738 2.6720c -4.1131,-0.0000 -5.8544,-3.0623 -5.8544 -6.3348c 0.0000,-4.5635 3.0023,-7.2955 5.8544 -7.2955c 3.9630,-0.0000 4.8937,3.0923 4.8937 5.6142c 0.0000,0.3302 -0.2102,0.5104 -0.5404 0.5104h -7.8960 c -0.0300,0.1801 -0.0300,0.3603 -0.0300 0.6005c 0.0000,3.0623 2.1316,5.4341 4.2932 5.4341c 1.6512,-0.0000 2.7020,-0.5404 3.7528 -1.6813ZM 250.7365,26.8403 ZM 261.6648,24.6787 v -6.5750 c 0.0000,-2.1016 -0.3603,-3.0923 -1.9515 -3.0923c -1.3210,-0.0000 -2.4619,0.5104 -3.9930 2.3117v 7.3556 c 0.0000,0.8707 0.3002,1.3210 1.2910 1.3210h 0.4203 c 0.1501,-0.0000 0.2402,0.0901 0.2402 0.2402v 0.5704 l -0.0600,0.0600 c 0.0000,-0.0000 -1.8914,-0.0600 -3.0623 -0.0600c -1.0808,-0.0000 -3.1224,0.0600 -3.1224 0.0600l -0.0600,-0.0600 v -0.5704 c 0.0000,-0.1501 0.0901,-0.2402 0.2402 -0.2402h 0.5704 c 1.0208,-0.0000 1.2910,-0.4503 1.2910 -1.3210v -7.4757 c 0.0000,-1.6212 -0.2402,-1.8314 -0.6605 -1.8314c -0.3903,-0.0000 -0.7506,0.0300 -1.2610 0.1501l -0.1501,-0.8406 c 1.2610,-0.2102 2.1616,-0.3603 3.0923 -0.8707c 0.3302,-0.1501 0.5704,-0.2402 0.7806 -0.2402h 0.4503 l -0.0901,2.6720 h 0.0901 c 1.9215,-2.2517 3.3625,-2.6720 4.8937 -2.6720c 2.7020,-0.0000 3.2725,2.0716 3.2725 4.7436v 6.3648 c 0.0000,0.8707 0.3302,1.3210 1.2910 1.3210h 0.5704 c 0.1501,-0.0000 0.2702,0.0901 0.2702 0.2402v 0.5704 l -0.0600,0.0600 c 0.0000,-0.0000 -2.0716,-0.0600 -3.2425 -0.0600c -1.0508,-0.0000 -2.9422,0.0600 -2.9422 0.0600l -0.0600,-0.0600 v -0.5704 c 0.0000,-0.1501 0.0901,-0.2402 0.2402 -0.2402h 0.4203 c 0.9907,-0.0000 1.2910,-0.4503 1.2910 -1.3210ZM 266.3483,26.8403 ZM 271.2720,15.1014 v 7.6858 c 0.0000,1.8614 0.1801,2.7621 0.9907 2.7621c 0.7806,-0.0000 1.3810,-0.2402 2.1616 -0.8406l 0.5404,0.5104 c -1.1709,1.3210 -2.3718,1.9815 -3.7528 1.9815c -1.3810,-0.0000 -2.1917,-0.8406 -2.1917 -2.9722v -9.1269 h -1.9515 c -0.0901,-0.0000 -0.1201,-0.0300 -0.1201 -0.1201v -0.9307 c 0.0000,-0.0901 0.0300,-0.1201 0.0901 -0.1201c 2.0115,-0.0000 2.4919,-1.1709 2.4919 -3.4526v -0.5704 l 1.7413,-0.6005 v 4.6235 h 3.3025 c 0.1501,-0.0000 0.2402,0.0600 0.2402 0.1801v 0.6005 c 0.0000,0.2702 -0.4203,0.3903 -0.7205 0.3903h -2.8221 ZM 275.4152,26.8403 ZM 278.2673,24.6787 v -15.0414 c 0.0000,-1.7113 -0.3002,-2.1917 -0.9007 -2.1917l -0.9607,0.1201 c -0.0901,-0.0000 -0.1801,-0.0600 -0.1801 -0.1501l -0.0600,-0.7506 c 0.4804,-0.0000 1.5912,-0.1801 2.1016 -0.2702c 0.5404,-0.1201 0.9607,-0.2402 1.5612 -0.5104h 0.6605 v 18.7942 c 0.0000,0.8707 0.3302,1.3210 1.2910 1.3210h 0.7205 c 0.1201,-0.0000 0.2402,0.0901 0.2402 0.2402v 0.5704 l -0.0600,0.0600 c 0.0000,-0.0000 -2.1917,-0.0600 -3.3625 -0.0600c -1.0508,-0.0000 -3.2425,0.0600 -3.2425 0.0600l -0.0300,-0.0600 v -0.5704 c 0.0000,-0.1501 0.0600,-0.2402 0.2102 -0.2402h 0.7205 c 0.9907,-0.0000 1.2910,-0.4503 1.2910 -1.3210ZM 283.2211,26.8403 ZM 289.4658,14.5310 c 0.0000,0.1501 -0.1801,0.2402 -0.3302 0.2402c -0.9007,-0.0000 -1.2910,0.1801 -1.2910 0.6605c 0.0000,0.1801 0.0600,0.4203 0.1801 0.6905l 3.3025,7.7459 l 3.3325,-7.6258 c 0.1501,-0.2702 0.2102,-0.5104 0.2102 -0.6905c 0.0000,-0.6305 -0.6005,-0.7806 -1.2610 -0.7806h -0.1201 c -0.1501,-0.0000 -0.3002,-0.1201 -0.3002 -0.2102v -0.5704 l 0.0600,-0.0901 c 0.0000,-0.0000 1.7713,0.0600 2.8221 0.0600c 0.8406,-0.0000 2.0716,-0.0600 2.0716 -0.0600l 0.0901,0.0600 v 0.5704 c 0.0000,0.1501 -0.1201,0.2402 -0.3302 0.2402c -1.1409,-0.0000 -1.7113,1.1709 -2.1316 2.0415c -1.5912,3.3625 -2.9122,6.4549 -5.3140 12.2493c -0.9007,2.1616 -1.9815,4.6835 -4.1131 4.6835c -0.5704,-0.0000 -1.7413,-0.3302 -1.7413 -1.4111c 0.0000,-0.9007 0.6605,-1.1709 1.1409 -1.1709c 0.4503,-0.0000 0.7506,0.1801 0.9307 0.4203c 0.3002,0.3002 0.5104,0.5104 0.8106 0.5104c 0.4503,-0.0000 1.5011,-2.5820 2.2517 -4.4133c 0.1801,-0.3603 0.2402,-0.6605 0.2402 -0.9307c 0.0000,-0.3002 -0.2702,-1.1108 -0.5104 -1.7113l -3.7829,-8.7967 c -0.4804,-1.1409 -0.8106,-1.4711 -1.8314 -1.4711c -0.1801,-0.0000 -0.3002,-0.0901 -0.3002 -0.2102v -0.6005 l 0.0600,-0.0600 c 0.0000,-0.0000 1.3210,0.0600 2.2217 0.0600c 1.4111,-0.0000 3.5727,-0.0600 3.5727 -0.0600l 0.0600,0.0901 v 0.5404 ZM 306.0083,26.8403 ZM 316.0359,24.1683 v -7.7759 c -0.7205,-1.1409 -1.5312,-1.7713 -2.9422 -1.7713c -0.6005,-0.0000 -1.8314,0.0901 -2.7921 1.5011c -0.4203,0.6305 -0.9307,1.9215 -0.9307 4.0831c 0.0000,3.9330 2.0415,5.7343 3.6628 5.7343c 0.9907,-0.0000 1.8014,-0.6005 3.0023 -1.7713ZM 316.0359,24.1683 ZM 318.2876,5.8845 v 17.3531 c 0.0000,0.9007 0.0600,1.3810 0.1201 1.5912c 0.0901,0.2702 0.4203,0.4503 0.6605 0.4503c 0.3603,-0.0000 1.0208,-0.0000 1.4711 -0.0901l 0.1201,0.8406 c -1.7413,0.3002 -3.3025,0.6305 -3.9330 1.1709h -0.7205 l 0.0901,-2.0716 c -1.1409,1.1709 -2.3117,2.0716 -3.8429 2.0716c -3.2425,-0.0000 -5.2240,-2.7621 -5.2240 -6.4549c 0.0000,-2.2217 0.6005,-4.0831 1.8914 -5.3741c 1.2009,-1.1409 2.5219,-1.8014 4.5034 -1.8014c 0.6005,-0.0000 1.9215,0.2702 2.6120 0.6605v -4.5935 c 0.0000,-1.7113 -0.2702,-2.1917 -0.8707 -2.1917l -0.9907,0.1201 c -0.0600,-0.0000 -0.1501,-0.0600 -0.1501 -0.1501l -0.0600,-0.7506 c 0.4804,-0.0000 1.5612,-0.1801 2.0716 -0.2702c 0.5704,-0.1201 0.9907,-0.2402 1.5912 -0.5104h 0.6605 ZM 320.8395,26.8403 ZM 321.8603,20.6856 c 0.0000,-4.1131 2.2217,-7.1154 6.2147 -7.1154c 4.4434,-0.0000 6.1547,3.7228 6.1547 6.8452c 0.0000,3.0023 -1.9515,6.7851 -6.2147 6.7851c -4.0230,-0.0000 -6.1547,-3.4526 -6.1547 -6.5149ZM 321.8603,20.6856 ZM 327.7447,14.5610 c -2.4018,-0.0000 -3.5127,2.8221 -3.5127 5.4341c 0.0000,2.3117 1.3210,6.1547 4.2932 6.1547c 1.3510,-0.0000 3.3325,-0.8106 3.3325 -4.7736c 0.0000,-4.4133 -1.6512,-6.8152 -4.1131 -6.8152ZM 342.7261,26.8403 ZM 348.9708,14.5310 c 0.0000,0.1501 -0.1801,0.2402 -0.3302 0.2402c -0.9007,-0.0000 -1.2910,0.1801 -1.2910 0.6605c 0.0000,0.1801 0.0600,0.4203 0.1801 0.6905l 3.3025,7.7459 l 3.3325,-7.6258 c 0.1501,-0.2702 0.2102,-0.5104 0.2102 -0.6905c 0.0000,-0.6305 -0.6005,-0.7806 -1.2610 -0.7806h -0.1201 c -0.1501,-0.0000 -0.3002,-0.1201 -0.3002 -0.2102v -0.5704 l 0.0600,-0.0901 c 0.0000,-0.0000 1.7713,0.0600 2.8221 0.0600c 0.8406,-0.0000 2.0716,-0.0600 2.0716 -0.0600l 0.0901,0.0600 v 0.5704 c 0.0000,0.1501 -0.1201,0.2402 -0.3302 0.2402c -1.1409,-0.0000 -1.7113,1.1709 -2.1316 2.0415c -1.5912,3.3625 -2.9122,6.4549 -5.3140 12.2493c -0.9007,2.1616 -1.9815,4.6835 -4.1131 4.6835c -0.5704,-0.0000 -1.7413,-0.3302 -1.7413 -1.4111c 0.0000,-0.9007 0.6605,-1.1709 1.1409 -1.1709c 0.4503,-0.0000 0.7506,0.1801 0.9307 0.4203c 0.3002,0.3002 0.5104,0.5104 0.8106 0.5104c 0.4503,-0.0000 1.5011,-2.5820 2.2517 -4.4133c 0.1801,-0.3603 0.2402,-0.6605 0.2402 -0.9307c 0.0000,-0.3002 -0.2702,-1.1108 -0.5104 -1.7113l -3.7829,-8.7967 c -0.4804,-1.1409 -0.8106,-1.4711 -1.8314 -1.4711c -0.1801,-0.0000 -0.3002,-0.0901 -0.3002 -0.2102v -0.6005 l 0.0600,-0.0600 c 0.0000,-0.0000 1.3210,0.0600 2.2217 0.0600c 1.4111,-0.0000 3.5727,-0.0600 3.5727 -0.0600l 0.0600,0.0901 v 0.5404 ZM 358.0076,26.8403 ZM 359.0284,20.6856 c 0.0000,-4.1131 2.2217,-7.1154 6.2147 -7.1154c 4.4434,-0.0000 6.1547,3.7228 6.1547 6.8452c 0.0000,3.0023 -1.9515,6.7851 -6.2147 6.7851c -4.0230,-0.0000 -6.1547,-3.4526 -6.1547 -6.5149ZM 359.0284,20.6856 ZM 364.9128,14.5610 c -2.4018,-0.0000 -3.5127,2.8221 -3.5127 5.4341c 0.0000,2.3117 1.3210,6.1547 4.2932 6.1547c 1.3510,-0.0000 3.3325,-0.8106 3.3325 -4.7736c 0.0000,-4.4133 -1.6512,-6.8152 -4.1131 -6.8152ZM 372.3885,26.8403 ZM 385.2682,23.3577 c 0.0000,1.5011 0.1501,1.9815 0.7506 1.9815c 0.3603,-0.0000 1.0208,-0.0600 1.5312 -0.1501l 0.1201,0.8406 c -1.8314,0.3302 -3.3025,0.6305 -3.9930 1.1709h -0.6605 l 0.0901,-2.2217 h -0.0901 c -1.6512,1.8014 -3.0023,2.2217 -4.2332 2.2217c -2.9722,-0.0000 -3.7528,-2.0115 -3.7528 -4.0831v -6.8452 c 0.0000,-0.9907 -0.2102,-1.5011 -1.3210 -1.5011c -0.1201,-0.0000 -0.3302,0.0300 -0.5104 0.0300l -0.0901,-0.0300 v -0.7806 l 0.0901,-0.0901 c 0.0000,-0.0000 2.0415,0.0600 3.0023 0.0600c 0.4203,-0.0000 1.1108,-0.0600 1.1108 -0.0600l -0.0300,2.4018 v 6.3948 c 0.0000,2.6720 1.3810,3.1524 2.2817 3.1524c 0.6905,-0.0000 1.3210,-0.2702 1.9515 -0.7205c 0.7205,-0.5404 1.2009,-0.9607 1.5011 -1.3510v -7.4156 c 0.0000,-1.0808 -0.1501,-1.5912 -1.2610 -1.5912c -0.1801,-0.0000 -0.5104,0.0300 -0.6005 0.0300l -0.0600,-0.0600 v -0.7506 l 0.0600,-0.0901 c 0.0000,-0.0000 2.1316,0.0600 2.9722 0.0600c 0.6905,-0.0000 1.1709,-0.0600 1.1709 -0.0600l -0.0300,2.3718 v 7.0854 ZM 395.4159,26.8403 ZM 408.2956,23.3577 c 0.0000,1.5011 0.1501,1.9815 0.7506 1.9815c 0.3603,-0.0000 1.0208,-0.0600 1.5312 -0.1501l 0.1201,0.8406 c -1.8314,0.3302 -3.3025,0.6305 -3.9930 1.1709h -0.6605 l 0.0901,-2.2217 h -0.0901 c -1.6512,1.8014 -3.0023,2.2217 -4.2332 2.2217c -2.9722,-0.0000 -3.7528,-2.0115 -3.7528 -4.0831v -6.8452 c 0.0000,-0.9907 -0.2102,-1.5011 -1.3210 -1.5011c -0.1201,-0.0000 -0.3302,0.0300 -0.5104 0.0300l -0.0901,-0.0300 v -0.7806 l 0.0901,-0.0901 c 0.0000,-0.0000 2.0415,0.0600 3.0023 0.0600c 0.4203,-0.0000 1.1108,-0.0600 1.1108 -0.0600l -0.0300,2.4018 v 6.3948 c 0.0000,2.6720 1.3810,3.1524 2.2817 3.1524c 0.6905,-0.0000 1.3210,-0.2702 1.9515 -0.7205c 0.7205,-0.5404 1.2009,-0.9607 1.5011 -1.3510v -7.4156 c 0.0000,-1.0808 -0.1501,-1.5912 -1.2610 -1.5912c -0.1801,-0.0000 -0.5104,0.0300 -0.6005 0.0300l -0.0600,-0.0600 v -0.7506 l 0.0600,-0.0901 c 0.0000,-0.0000 2.1316,0.0600 2.9722 0.0600c 0.6905,-0.0000 1.1709,-0.0600 1.1709 -0.0600l -0.0300,2.3718 v 7.0854 ZM 410.9376,26.8403 ZM 412.2286,22.6371 l 0.8106,-0.0300 c 0.0901,0.7506 0.4203,2.1917 1.0808 2.8822c 0.3002,0.3302 1.1108,0.8707 2.2217 0.8707c 1.0508,-0.0000 2.6120,-0.8406 2.6120 -2.3117c 0.0000,-1.2910 -0.7205,-2.1616 -3.0923 -3.1824c -2.1917,-0.9607 -3.3325,-1.5912 -3.3325 -3.8429c 0.0000,-2.0115 1.7713,-3.4526 4.1431 -3.4526c 1.5011,-0.0000 2.6120,0.2702 3.5427 0.7506c 0.1801,0.9607 0.2702,1.9815 0.3302 3.0623l -0.8106,0.0300 c -0.6305,-2.4619 -2.4318,-2.9422 -3.0623 -2.9422c -1.1409,-0.0000 -2.3117,0.4503 -2.3117 2.1016c 0.0000,1.2009 0.5704,1.8014 2.2217 2.4018c 2.4318,0.9007 4.3833,1.9815 4.3833 4.3833c 0.0000,2.9722 -3.1524,3.8429 -4.5635 3.8429c -1.0508,-0.0000 -1.9215,-0.1201 -2.7020 -0.3302c -0.2102,-0.0300 -0.3603,-0.0600 -0.5704 -0.0600c -0.1501,-0.0000 -0.3903,0.0300 -0.6905 0.0901c 0.0000,-1.2610 -0.0901,-2.7921 -0.2102 -4.2632ZM 422.0761,26.8403 ZM 425.4987,18.5240 h 5.5242 c 0.3002,-0.0000 0.4203,-0.1501 0.4203 -0.4203c 0.0000,-2.7921 -1.4111,-3.5127 -2.4919 -3.5127c -0.6905,-0.0000 -2.9422,0.2702 -3.4526 3.9330ZM 425.4987,18.5240 ZM 433.4247,24.0482 l 0.6005,0.4804 c -1.1409,1.5612 -2.9122,2.6720 -5.0738 2.6720c -4.1131,-0.0000 -5.8544,-3.0623 -5.8544 -6.3348c 0.0000,-4.5635 3.0023,-7.2955 5.8544 -7.2955c 3.9630,-0.0000 4.8937,3.0923 4.8937 5.6142c 0.0000,0.3302 -0.2102,0.5104 -0.5404 0.5104h -7.8960 c -0.0300,0.1801 -0.0300,0.3603 -0.0300 0.6005c 0.0000,3.0623 2.1316,5.4341 4.2932 5.4341c 1.6512,-0.0000 2.7020,-0.5404 3.7528 -1.6813ZM 442.4315,26.8403 ZM 457.8631,24.6787 v -7.5657 h -9.8174 v 7.5657 c 0.0000,0.9307 0.4503,1.3210 1.6512 1.3210h 0.7806 c 0.1201,-0.0000 0.2402,0.0901 0.2402 0.2402v 0.5704 l -0.0600,0.0600 c 0.0000,-0.0000 -2.5820,-0.0600 -3.7829 -0.0600c -1.0508,-0.0000 -3.8429,0.0600 -3.8429 0.0600l -0.0600,-0.0600 v -0.5704 c 0.0000,-0.1501 0.0901,-0.2402 0.2102 -0.2402h 0.8106 c 1.2309,-0.0000 1.6212,-0.4804 1.6212 -1.3210v -15.0714 c 0.0000,-0.9007 -0.4503,-1.3210 -1.6212 -1.3210h -0.8106 c -0.1201,-0.0000 -0.2402,-0.0901 -0.2402 -0.2402v -0.5704 l 0.0600,-0.0300 c 0.0000,-0.0000 2.6120,0.0300 3.7829 0.0300c 1.0808,-0.0000 3.8729,-0.0300 3.8729 -0.0300l 0.0600,0.0300 v 0.5704 c 0.0000,0.1501 -0.0901,0.2402 -0.2402 0.2402h -0.7806 c -1.2309,-0.0000 -1.6512,0.4804 -1.6512 1.3210v 6.3348 h 9.8174 v -6.3348 c 0.0000,-0.9007 -0.4503,-1.3210 -1.6512 -1.3210h -0.7806 c -0.1501,-0.0000 -0.2702,-0.0901 -0.2702 -0.2402v -0.5704 l 0.0600,-0.0300 c 0.0000,-0.0000 2.6120,0.0300 3.7829 0.0300c 1.0808,-0.0000 3.8729,-0.0300 3.8729 -0.0300l 0.0600,0.0300 v 0.5704 c 0.0000,0.1501 -0.0901,0.2402 -0.2402 0.2402h -0.7806 c -1.2309,-0.0000 -1.6512,0.4804 -1.6512 1.3210v 15.0714 c 0.0000,0.9307 0.4503,1.3210 1.6512 1.3210h 0.7806 c 0.1501,-0.0000 0.2702,0.0901 0.2702 0.2402v 0.5704 l -0.0600,0.0600 c 0.0000,-0.0000 -2.6120,-0.0600 -3.7829 -0.0600c -1.0808,-0.0000 -3.8729,0.0600 -3.8729 0.0600l -0.0600,-0.0600 v -0.5704 c 0.0000,-0.1501 0.0901,-0.2402 0.2402 -0.2402h 0.7806 c 1.2309,-0.0000 1.6512,-0.4804 1.6512 -1.3210ZM 463.4474,26.8403 ZM 472.1840,19.4847 l -2.3718,0.6005 c -2.6420,0.8106 -3.0323,2.1917 -3.0323 3.5427c 0.0000,0.9307 0.4503,2.3418 2.3418 2.3418c 0.9007,-0.0000 2.2817,-0.8707 3.0623 -1.5312v -4.9537 ZM 472.1840,19.4847 ZM 474.1054,27.2006 c -1.1409,-0.0000 -1.7713,-1.0208 -1.8914 -1.7413l -0.6905,0.4804 c -1.3810,0.9607 -1.8914,1.2610 -3.2725 1.2610c -2.1016,-0.0000 -3.6327,-1.2009 -3.6327 -3.4526c 0.0000,-2.2817 1.9515,-3.8429 4.8036 -4.5635l 2.7621,-0.6905 c 0.0000,-3.3926 -1.5612,-4.0230 -2.5820 -4.0230c -1.1409,-0.0000 -2.4619,0.5104 -2.4619 1.4411c 0.0000,0.3302 0.0600,0.5104 0.0901 0.6005c 0.0600,0.1201 0.0901,0.3302 0.0901 0.5404c 0.0000,0.3903 -0.3002,0.9907 -1.1709 0.9907c -0.7205,-0.0000 -1.2009,-0.4804 -1.2009 -1.2009c 0.0000,-1.7413 2.8221,-3.2725 4.7436 -3.2725c 2.1917,-0.0000 4.7136,0.9007 4.7136 5.1639v 4.4133 c 0.0000,1.8314 0.0300,2.6120 0.7205 2.6120c 0.6605,-0.0000 0.8406,-0.8406 0.8707 -1.5011l 0.7506,0.1501 c -0.1801,2.1917 -1.1108,2.7921 -2.6420 2.7921ZM 476.9876,26.8403 ZM 478.2786,22.6371 l 0.8106,-0.0300 c 0.0901,0.7506 0.4203,2.1917 1.0808 2.8822c 0.3002,0.3302 1.1108,0.8707 2.2217 0.8707c 1.0508,-0.0000 2.6120,-0.8406 2.6120 -2.3117c 0.0000,-1.2910 -0.7205,-2.1616 -3.0923 -3.1824c -2.1917,-0.9607 -3.3325,-1.5912 -3.3325 -3.8429c 0.0000,-2.0115 1.7713,-3.4526 4.1431 -3.4526c 1.5011,-0.0000 2.6120,0.2702 3.5427 0.7506c 0.1801,0.9607 0.2702,1.9815 0.3302 3.0623l -0.8106,0.0300 c -0.6305,-2.4619 -2.4318,-2.9422 -3.0623 -2.9422c -1.1409,-0.0000 -2.3117,0.4503 -2.3117 2.1016c 0.0000,1.2009 0.5704,1.8014 2.2217 2.4018c 2.4318,0.9007 4.3833,1.9815 4.3833 4.3833c 0.0000,2.9722 -3.1524,3.8429 -4.5635 3.8429c -1.0508,-0.0000 -1.9215,-0.1201 -2.7020 -0.3302c -0.2102,-0.0300 -0.3603,-0.0600 -0.5704 -0.0600c -0.1501,-0.0000 -0.3903,0.0300 -0.6905 0.0901c 0.0000,-1.2610 -0.0901,-2.7921 -0.2102 -4.2632ZM 488.1260,26.8403 ZM 493.0197,20.4755 v 4.2032 c 0.0000,0.8707 0.3002,1.3210 1.2910 1.3210h 0.0600 c 0.1201,-0.0000 0.2402,0.0901 0.2402 0.2402v 0.5704 l -0.0600,0.0600 c 0.0000,-0.0000 -1.5312,-0.0600 -2.7020 -0.0600c -1.0808,-0.0000 -3.0923,0.0600 -3.0923 0.0600l -0.0600,-0.0600 v -0.5704 c 0.0000,-0.1501 0.0600,-0.2402 0.2102 -0.2402h 0.5704 c 1.0208,-0.0000 1.2910,-0.4503 1.2910 -1.3210v -15.0414 c 0.0000,-1.7113 -0.2702,-2.1917 -0.8707 -2.1917l -0.9907,0.1201 c -0.0901,-0.0000 -0.1501,-0.0600 -0.1501 -0.1501l -0.0600,-0.7506 c 0.4804,-0.0000 1.5612,-0.1801 2.0716 -0.2702c 0.5404,-0.1201 0.9907,-0.2402 1.5912 -0.5104h 0.6605 v 13.8405 c 0.7806,-0.1801 2.3117,-1.5312 3.9330 -3.3025c 0.4804,-0.4804 0.6005,-0.8707 0.6005 -1.1709c 0.0000,-0.2402 -0.1501,-0.4804 -0.8707 -0.4804h -0.1201 c -0.1501,-0.0000 -0.2402,-0.1201 -0.2402 -0.2402v -0.5704 l 0.0901,-0.0600 c 0.0000,-0.0000 1.4411,0.0600 2.4919 0.0600c 1.1709,-0.0000 2.7921,-0.0600 2.7921 -0.0600l 0.1201,0.0600 v 0.5704 c 0.0000,0.1501 -0.1801,0.2402 -0.3302 0.2402h -0.2102 c -0.8106,-0.0000 -2.1316,0.6605 -2.8822 1.4411l -2.2817,2.5219 c -0.0901,0.0901 -0.1201,0.1801 -0.1201 0.3002c 0.0000,0.1501 0.0600,0.3002 0.1501 0.4203l 3.5127,5.1939 c 0.5404,0.8106 1.5011,1.3510 2.2517 1.3510h 0.2102 c 0.2102,-0.0000 0.2702,0.0901 0.2702 0.2402v 0.5704 l -0.0600,0.0600 c 0.0000,-0.0000 -1.5312,-0.0600 -2.7020 -0.0600c -1.0508,-0.0000 -1.8614,0.0600 -1.8614 0.0600l -0.0901,-0.0600 v -0.5704 c 0.0000,-0.3903 -0.0901,-0.7205 -0.6905 -1.5912l -2.1917,-3.0923 c -0.6005,-0.8707 -1.0208,-1.0808 -1.7713 -1.0808ZM 502.5069,26.8403 ZM 505.9295,18.5240 h 5.5242 c 0.3002,-0.0000 0.4203,-0.1501 0.4203 -0.4203c 0.0000,-2.7921 -1.4111,-3.5127 -2.4919 -3.5127c -0.6905,-0.0000 -2.9422,0.2702 -3.4526 3.9330ZM 505.9295,18.5240 ZM 513.8555,24.0482 l 0.6005,0.4804 c -1.1409,1.5612 -2.9122,2.6720 -5.0738 2.6720c -4.1131,-0.0000 -5.8544,-3.0623 -5.8544 -6.3348c 0.0000,-4.5635 3.0023,-7.2955 5.8544 -7.2955c 3.9630,-0.0000 4.8937,3.0923 4.8937 5.6142c 0.0000,0.3302 -0.2102,0.5104 -0.5404 0.5104h -7.8960 c -0.0300,0.1801 -0.0300,0.3603 -0.0300 0.6005c 0.0000,3.0623 2.1316,5.4341 4.2932 5.4341c 1.6512,-0.0000 2.7020,-0.5404 3.7528 -1.6813ZM 515.3566,26.8403 ZM 518.2088,24.6787 v -15.0414 c 0.0000,-1.7113 -0.3002,-2.1917 -0.9007 -2.1917l -0.9607,0.1201 c -0.0901,-0.0000 -0.1801,-0.0600 -0.1801 -0.1501l -0.0600,-0.7506 c 0.4804,-0.0000 1.5912,-0.1801 2.1016 -0.2702c 0.5404,-0.1201 0.9607,-0.2402 1.5612 -0.5104h 0.6605 v 18.7942 c 0.0000,0.8707 0.3302,1.3210 1.2910 1.3210h 0.7205 c 0.1201,-0.0000 0.2402,0.0901 0.2402 0.2402v 0.5704 l -0.0600,0.0600 c 0.0000,-0.0000 -2.1917,-0.0600 -3.3625 -0.0600c -1.0508,-0.0000 -3.2425,0.0600 -3.2425 0.0600l -0.0300,-0.0600 v -0.5704 c 0.0000,-0.1501 0.0600,-0.2402 0.2102 -0.2402h 0.7205 c 0.9907,-0.0000 1.2910,-0.4503 1.2910 -1.3210ZM 523.1625,26.8403 ZM 526.0147,24.6787 v -15.0414 c 0.0000,-1.7113 -0.3002,-2.1917 -0.9007 -2.1917l -0.9607,0.1201 c -0.0901,-0.0000 -0.1801,-0.0600 -0.1801 -0.1501l -0.0600,-0.7506 c 0.4804,-0.0000 1.5912,-0.1801 2.1016 -0.2702c 0.5404,-0.1201 0.9607,-0.2402 1.5612 -0.5104h 0.6605 v 18.7942 c 0.0000,0.8707 0.3302,1.3210 1.2910 1.3210h 0.7205 c 0.1201,-0.0000 0.2402,0.0901 0.2402 0.2402v 0.5704 l -0.0600,0.0600 c 0.0000,-0.0000 -2.1917,-0.0600 -3.3625 -0.0600c -1.0508,-0.0000 -3.2425,0.0600 -3.2425 0.0600l -0.0300,-0.0600 v -0.5704 c 0.0000,-0.1501 0.0600,-0.2402 0.2102 -0.2402h 0.7205 c 0.9907,-0.0000 1.2910,-0.4503 1.2910 -1.3210ZM 530.9684,26.8403 ZM 533.8806,9.6673 c 0.0000,0.4503 0.0600,0.6305 0.1801 0.7806c 0.1201,0.1501 0.1801,0.3302 0.1801 0.7205c 0.0000,0.6905 -0.6005,1.0508 -1.1709 1.0508c -0.4804,-0.0000 -1.2309,-0.2402 -1.2309 -1.2910c 0.0000,-1.1409 0.6305,-1.9815 1.5312 -2.7020c 0.8707,-0.7506 2.1316,-1.1709 3.7228 -1.1709c 3.0623,-0.0000 4.9537,1.8014 4.9537 4.5334c 0.0000,2.3718 -1.7713,3.6928 -3.1824 4.7136c -0.6905,0.5104 -1.2910,0.9907 -1.5612 1.5011c -0.3903,0.7506 -0.5404,1.4711 -0.5404 2.1917v 1.3210 c 0.0000,0.2102 -0.1501,0.3002 -0.3903 0.3002c -0.2402,-0.0000 -0.3903,-0.0901 -0.3903 -0.3002v -1.3810 c 0.0000,-1.2910 0.0600,-3.0623 2.0115 -4.8337c 1.2009,-1.1108 1.8014,-1.9815 1.8014 -3.3926c 0.0000,-1.9515 -1.2910,-3.7528 -3.0023 -3.7528c -1.7113,-0.0000 -2.9122,0.8106 -2.9122 1.7113ZM 533.8806,9.6673 ZM 534.7813,25.6094 c 0.0000,-0.8707 0.7205,-1.5912 1.5912 -1.5912c 0.8707,-0.0000 1.5912,0.7205 1.5912 1.5912c 0.0000,0.8707 -0.7205,1.5912 -1.5912 1.5912c -0.8707,-0.0000 -1.5912,-0.7205 -1.5912 -1.5912Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.1" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 552.2695,368.3185 l -0.0000,-6.0346 h -452.5923 l -0.0000,6.0346 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 481.3009,393.7553 ZM 489.6272,384.1880 c 0.0000,-2.3618 -1.6412,-2.9622 -2.8421 -2.9622c -0.7205,-0.0000 -1.2810,0.0600 -1.7413 0.1601v 5.9245 h 1.0008 c 1.5011,-0.0000 2.4619,-0.3403 2.9422 -1.0208c 0.3803,-0.5604 0.6405,-1.2610 0.6405 -2.1016ZM 489.6272,384.1880 ZM 491.2484,384.1680 c 0.0000,2.1016 -1.8814,3.2425 -2.7421 3.5227l 2.1216,4.1031 c 0.4403,0.8607 0.9807,1.5412 1.8814 1.5412l 0.0600,0.4203 c -0.2002,0.0801 -0.5404,0.1201 -0.8406 0.1201c -1.2009,-0.0000 -2.0816,-0.7606 -2.6020 -1.7013l -2.0616,-3.8429 c -0.0801,-0.1401 -0.6805,-0.2602 -2.0215 -0.2602v 4.2432 c 0.0000,0.6005 0.3002,0.8807 1.0808 0.8807h 0.5404 c 0.0801,-0.0000 0.1601,0.0600 0.1601 0.1601v 0.3803 l -0.0400,0.0400 c 0.0000,-0.0000 -1.7413,-0.0400 -2.5219 -0.0400c -0.7205,-0.0000 -2.5820,0.0400 -2.5820 0.0400l -0.0400,-0.0400 v -0.3803 c 0.0000,-0.1001 0.0600,-0.1601 0.1601 -0.1601h 0.5204 c 0.8206,-0.0000 1.1008,-0.3202 1.1008 -0.8807v -10.0476 c 0.0000,-0.5804 -0.0801,-0.9207 -0.6005 -0.9207c -0.0600,-0.0000 -0.1001,-0.0000 -0.1401 0.0200l -0.6005,0.0600 c -0.1001,-0.0000 -0.1601,-0.0600 -0.1601 -0.1401v -0.3803 c 0.4203,-0.1001 2.3017,-0.2402 4.6435 -0.2402c 1.2610,-0.0000 2.6620,0.1001 3.6227 1.0008c 0.7205,0.6805 1.0608,1.5011 1.0608 2.5019ZM 492.7895,393.7553 ZM 498.6140,388.8516 l -1.5812,0.4003 c -1.7613,0.5404 -2.0215,1.4611 -2.0215 2.3618c 0.0000,0.6205 0.3002,1.5612 1.5612 1.5612c 0.6005,-0.0000 1.5212,-0.5804 2.0415 -1.0208v -3.3025 ZM 498.6140,388.8516 ZM 499.8949,393.9955 c -0.7606,-0.0000 -1.1809,-0.6805 -1.2610 -1.1609l -0.4603,0.3202 c -0.9207,0.6405 -1.2610,0.8406 -2.1816 0.8406c -1.4011,-0.0000 -2.4218,-0.8006 -2.4218 -2.3017c 0.0000,-1.5212 1.3010,-2.5619 3.2024 -3.0423l 1.8414,-0.4603 c 0.0000,-2.2617 -1.0408,-2.6820 -1.7213 -2.6820c -0.7606,-0.0000 -1.6412,0.3403 -1.6412 0.9607c 0.0000,0.2202 0.0400,0.3403 0.0600 0.4003c 0.0400,0.0801 0.0600,0.2202 0.0600 0.3603c 0.0000,0.2602 -0.2002,0.6605 -0.7806 0.6605c -0.4804,-0.0000 -0.8006,-0.3202 -0.8006 -0.8006c 0.0000,-1.1609 1.8814,-2.1816 3.1624 -2.1816c 1.4611,-0.0000 3.1424,0.6005 3.1424 3.4426v 2.9422 c 0.0000,1.2209 0.0200,1.7413 0.4804 1.7413c 0.4403,-0.0000 0.5604,-0.5604 0.5804 -1.0008l 0.5004,0.1001 c -0.1201,1.4611 -0.7406,1.8614 -1.7613 1.8614ZM 501.8164,393.7553 ZM 503.5977,392.3142 v -4.9838 c 0.0000,-1.0008 -0.1401,-1.2209 -0.4403 -1.2209c -0.2602,-0.0000 -0.5004,0.0200 -0.8406 0.1001l -0.1001,-0.5604 c 1.2610,-0.2202 1.4811,-0.2802 2.0816 -0.5804c 0.2002,-0.1001 0.3603,-0.1601 0.5004 -0.1601h 0.3002 l -0.0600,1.8014 h 0.0600 c 0.5204,-0.7806 1.4011,-1.8014 2.3418 -1.8014c 0.8206,-0.0000 1.1208,0.4003 1.1208 0.9207c 0.0000,0.5204 -0.3403,0.8406 -0.8607 0.8406c -0.4003,-0.0000 -0.6205,-0.1601 -0.8206 -0.3603c -0.1201,-0.1201 -0.2602,-0.1801 -0.4003 -0.1801c -0.2202,-0.0000 -0.6605,0.3603 -1.1409 1.0408c -0.1401,0.1801 -0.2402,0.4403 -0.2402 0.7005v 4.4434 c 0.0000,0.5804 0.2002,0.8807 0.8607 0.8807h 0.5804 c 0.1001,-0.0000 0.1801,0.0600 0.1801 0.1601v 0.3803 l -0.0400,0.0400 c 0.0000,-0.0000 -1.5812,-0.0400 -2.3618 -0.0400c -0.7205,-0.0000 -2.0816,0.0400 -2.0816 0.0400l -0.0200,-0.0400 v -0.3803 c 0.0000,-0.1001 0.0400,-0.1601 0.1401 -0.1601h 0.3803 c 0.6805,-0.0000 0.8607,-0.3002 0.8607 -0.8807ZM 508.7616,393.7553 ZM 511.0434,388.2111 h 3.6828 c 0.2002,-0.0000 0.2802,-0.1001 0.2802 -0.2802c 0.0000,-1.8614 -0.9407,-2.3418 -1.6613 -2.3418c -0.4603,-0.0000 -1.9615,0.1801 -2.3017 2.6220ZM 511.0434,388.2111 ZM 516.3273,391.8939 l 0.4003,0.3202 c -0.7606,1.0408 -1.9415,1.7813 -3.3826 1.7813c -2.7421,-0.0000 -3.9030,-2.0415 -3.9030 -4.2232c 0.0000,-3.0423 2.0015,-4.8637 3.9030 -4.8637c 2.6420,-0.0000 3.2625,2.0616 3.2625 3.7428c 0.0000,0.2202 -0.1401,0.3403 -0.3603 0.3403h -5.2640 c -0.0200,0.1201 -0.0200,0.2402 -0.0200 0.4003c 0.0000,2.0415 1.4211,3.6227 2.8622 3.6227c 1.1008,-0.0000 1.8014,-0.3603 2.5019 -1.1208ZM 517.3281,393.7553 ZM 519.2295,392.3142 v -10.0276 c 0.0000,-1.1409 -0.2002,-1.4611 -0.6005 -1.4611l -0.6405,0.0801 c -0.0600,-0.0000 -0.1201,-0.0400 -0.1201 -0.1001l -0.0400,-0.5004 c 0.3202,-0.0000 1.0608,-0.1201 1.4011 -0.1801c 0.3603,-0.0801 0.6405,-0.1601 1.0408 -0.3403h 0.4403 v 12.5295 c 0.0000,0.5804 0.2202,0.8807 0.8607 0.8807h 0.4804 c 0.0801,-0.0000 0.1601,0.0600 0.1601 0.1601v 0.3803 l -0.0400,0.0400 c 0.0000,-0.0000 -1.4611,-0.0400 -2.2417 -0.0400c -0.7005,-0.0000 -2.1616,0.0400 -2.1616 0.0400l -0.0200,-0.0400 v -0.3803 c 0.0000,-0.1001 0.0400,-0.1601 0.1401 -0.1601h 0.4804 c 0.6605,-0.0000 0.8607,-0.3002 0.8607 -0.8807ZM 522.5320,393.7553 ZM 526.6952,385.5491 c 0.0000,0.1001 -0.1201,0.1601 -0.2202 0.1601c -0.6005,-0.0000 -0.8607,0.1201 -0.8607 0.4403c 0.0000,0.1201 0.0400,0.2802 0.1201 0.4603l 2.2017,5.1639 l 2.2217,-5.0838 c 0.1001,-0.1801 0.1401,-0.3403 0.1401 -0.4603c 0.0000,-0.4203 -0.4003,-0.5204 -0.8406 -0.5204h -0.0801 c -0.1001,-0.0000 -0.2002,-0.0801 -0.2002 -0.1401v -0.3803 l 0.0400,-0.0600 c 0.0000,-0.0000 1.1809,0.0400 1.8814 0.0400c 0.5604,-0.0000 1.3810,-0.0400 1.3810 -0.0400l 0.0600,0.0400 v 0.3803 c 0.0000,0.1001 -0.0801,0.1601 -0.2202 0.1601c -0.7606,-0.0000 -1.1409,0.7806 -1.4211 1.3610c -1.0608,2.2417 -1.9415,4.3033 -3.5427 8.1662c -0.6005,1.4411 -1.3210,3.1224 -2.7421 3.1224c -0.3803,-0.0000 -1.1609,-0.2202 -1.1609 -0.9407c 0.0000,-0.6005 0.4403,-0.7806 0.7606 -0.7806c 0.3002,-0.0000 0.5004,0.1201 0.6205 0.2802c 0.2002,0.2002 0.3403,0.3403 0.5404 0.3403c 0.3002,-0.0000 1.0008,-1.7213 1.5011 -2.9422c 0.1201,-0.2402 0.1601,-0.4403 0.1601 -0.6205c 0.0000,-0.2002 -0.1801,-0.7406 -0.3403 -1.1409l -2.5219,-5.8644 c -0.3202,-0.7606 -0.5404,-0.9807 -1.2209 -0.9807c -0.1201,-0.0000 -0.2002,-0.0600 -0.2002 -0.1401v -0.4003 l 0.0400,-0.0400 c 0.0000,-0.0000 0.8807,0.0400 1.4811 0.0400c 0.9407,-0.0000 2.3818,-0.0400 2.3818 -0.0400l 0.0400,0.0600 v 0.3603 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2461946880498966" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 507.0103,362.2840 v 9.0518 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 391.2728,393.7553 ZM 396.3566,392.3142 v -4.1832 l -3.4026,-5.8644 c -0.2202,-0.4003 -0.4003,-0.6205 -0.6605 -0.7806c -0.1001,-0.0600 -0.2802,-0.1001 -0.5804 -0.1001h -0.2402 c -0.0600,-0.0000 -0.2002,-0.0200 -0.2002 -0.1401v -0.4003 l 0.0200,-0.0200 c 0.0000,-0.0000 1.8614,0.0200 2.1216 0.0200c 0.1201,-0.0000 2.3017,-0.0200 2.3017 -0.0200l 0.0200,0.0200 v 0.3803 c 0.0000,0.0801 -0.0400,0.1601 -0.1201 0.1601h -0.5804 c -0.3803,-0.0000 -0.5004,0.0801 -0.5004 0.2602c 0.0000,0.1201 0.0801,0.3002 0.2402 0.5804l 2.8021,4.7036 l 2.5419,-4.7036 c 0.1601,-0.2802 0.2202,-0.4603 0.2202 -0.5604c 0.0000,-0.2202 -0.1001,-0.2802 -0.5004 -0.2802h -0.6005 c -0.0801,-0.0000 -0.1001,-0.0801 -0.1001 -0.1401v -0.4003 l 0.0200,-0.0200 c 0.0000,-0.0000 1.5812,0.0200 1.8414 0.0200c 0.1801,-0.0000 1.7413,-0.0200 1.7413 -0.0200l 0.0400,0.0200 v 0.4003 c 0.0000,0.1001 -0.0801,0.1401 -0.2002 0.1401h -0.4203 c -0.6005,-0.0000 -0.8607,0.2402 -1.2209 0.8807l -2.9823,5.6243 v 4.4233 c 0.0000,0.6205 0.3202,0.8807 1.1008 0.8807h 0.5404 c 0.0801,-0.0000 0.1601,0.0600 0.1601 0.1601v 0.3803 l -0.0400,0.0400 c 0.0000,-0.0000 -1.7413,-0.0400 -2.5219 -0.0400c -0.7205,-0.0000 -2.5820,0.0400 -2.5820 0.0400l -0.0400,-0.0400 v -0.3803 c 0.0000,-0.1001 0.0600,-0.1601 0.1601 -0.1601h 0.5204 c 0.8206,-0.0000 1.1008,-0.3202 1.1008 -0.8807ZM 402.7615,393.7553 ZM 405.0432,388.2111 h 3.6828 c 0.2002,-0.0000 0.2802,-0.1001 0.2802 -0.2802c 0.0000,-1.8614 -0.9407,-2.3418 -1.6613 -2.3418c -0.4603,-0.0000 -1.9615,0.1801 -2.3017 2.6220ZM 405.0432,388.2111 ZM 410.3272,391.8939 l 0.4003,0.3202 c -0.7606,1.0408 -1.9415,1.7813 -3.3826 1.7813c -2.7421,-0.0000 -3.9030,-2.0415 -3.9030 -4.2232c 0.0000,-3.0423 2.0015,-4.8637 3.9030 -4.8637c 2.6420,-0.0000 3.2625,2.0616 3.2625 3.7428c 0.0000,0.2202 -0.1401,0.3403 -0.3603 0.3403h -5.2640 c -0.0200,0.1201 -0.0200,0.2402 -0.0200 0.4003c 0.0000,2.0415 1.4211,3.6227 2.8622 3.6227c 1.1008,-0.0000 1.8014,-0.3603 2.5019 -1.1208ZM 410.3472,393.7553 ZM 416.1716,388.8516 l -1.5812,0.4003 c -1.7613,0.5404 -2.0215,1.4611 -2.0215 2.3618c 0.0000,0.6205 0.3002,1.5612 1.5612 1.5612c 0.6005,-0.0000 1.5212,-0.5804 2.0415 -1.0208v -3.3025 ZM 416.1716,388.8516 ZM 417.4526,393.9955 c -0.7606,-0.0000 -1.1809,-0.6805 -1.2610 -1.1609l -0.4603,0.3202 c -0.9207,0.6405 -1.2610,0.8406 -2.1816 0.8406c -1.4011,-0.0000 -2.4218,-0.8006 -2.4218 -2.3017c 0.0000,-1.5212 1.3010,-2.5619 3.2024 -3.0423l 1.8414,-0.4603 c 0.0000,-2.2617 -1.0408,-2.6820 -1.7213 -2.6820c -0.7606,-0.0000 -1.6412,0.3403 -1.6412 0.9607c 0.0000,0.2202 0.0400,0.3403 0.0600 0.4003c 0.0400,0.0801 0.0600,0.2202 0.0600 0.3603c 0.0000,0.2602 -0.2002,0.6605 -0.7806 0.6605c -0.4804,-0.0000 -0.8006,-0.3202 -0.8006 -0.8006c 0.0000,-1.1609 1.8814,-2.1816 3.1624 -2.1816c 1.4611,-0.0000 3.1424,0.6005 3.1424 3.4426v 2.9422 c 0.0000,1.2209 0.0200,1.7413 0.4804 1.7413c 0.4403,-0.0000 0.5604,-0.5604 0.5804 -1.0008l 0.5004,0.1001 c -0.1201,1.4611 -0.7406,1.8614 -1.7613 1.8614ZM 419.3740,393.7553 ZM 421.1554,392.3142 v -4.9838 c 0.0000,-1.0008 -0.1401,-1.2209 -0.4403 -1.2209c -0.2602,-0.0000 -0.5004,0.0200 -0.8406 0.1001l -0.1001,-0.5604 c 1.2610,-0.2202 1.4811,-0.2802 2.0816 -0.5804c 0.2002,-0.1001 0.3603,-0.1601 0.5004 -0.1601h 0.3002 l -0.0600,1.8014 h 0.0600 c 0.5204,-0.7806 1.4011,-1.8014 2.3418 -1.8014c 0.8206,-0.0000 1.1208,0.4003 1.1208 0.9207c 0.0000,0.5204 -0.3403,0.8406 -0.8607 0.8406c -0.4003,-0.0000 -0.6205,-0.1601 -0.8206 -0.3603c -0.1201,-0.1201 -0.2602,-0.1801 -0.4003 -0.1801c -0.2202,-0.0000 -0.6605,0.3603 -1.1409 1.0408c -0.1401,0.1801 -0.2402,0.4403 -0.2402 0.7005v 4.4434 c 0.0000,0.5804 0.2002,0.8807 0.8607 0.8807h 0.5804 c 0.1001,-0.0000 0.1801,0.0600 0.1801 0.1601v 0.3803 l -0.0400,0.0400 c 0.0000,-0.0000 -1.5812,-0.0400 -2.3618 -0.0400c -0.7205,-0.0000 -2.0816,0.0400 -2.0816 0.0400l -0.0200,-0.0400 v -0.3803 c 0.0000,-0.1001 0.0400,-0.1601 0.1401 -0.1601h 0.3803 c 0.6805,-0.0000 0.8607,-0.3002 0.8607 -0.8807ZM 426.3193,393.7553 ZM 428.2207,392.3142 v -10.0276 c 0.0000,-1.1409 -0.2002,-1.4611 -0.6005 -1.4611l -0.6405,0.0801 c -0.0600,-0.0000 -0.1201,-0.0400 -0.1201 -0.1001l -0.0400,-0.5004 c 0.3202,-0.0000 1.0608,-0.1201 1.4011 -0.1801c 0.3603,-0.0801 0.6405,-0.1601 1.0408 -0.3403h 0.4403 v 12.5295 c 0.0000,0.5804 0.2202,0.8807 0.8607 0.8807h 0.4804 c 0.0801,-0.0000 0.1601,0.0600 0.1601 0.1601v 0.3803 l -0.0400,0.0400 c 0.0000,-0.0000 -1.4611,-0.0400 -2.2417 -0.0400c -0.7005,-0.0000 -2.1616,0.0400 -2.1616 0.0400l -0.0200,-0.0400 v -0.3803 c 0.0000,-0.1001 0.0400,-0.1601 0.1401 -0.1601h 0.4804 c 0.6605,-0.0000 0.8607,-0.3002 0.8607 -0.8807ZM 431.5232,393.7553 ZM 435.6864,385.5491 c 0.0000,0.1001 -0.1201,0.1601 -0.2202 0.1601c -0.6005,-0.0000 -0.8607,0.1201 -0.8607 0.4403c 0.0000,0.1201 0.0400,0.2802 0.1201 0.4603l 2.2017,5.1639 l 2.2217,-5.0838 c 0.1001,-0.1801 0.1401,-0.3403 0.1401 -0.4603c 0.0000,-0.4203 -0.4003,-0.5204 -0.8406 -0.5204h -0.0801 c -0.1001,-0.0000 -0.2002,-0.0801 -0.2002 -0.1401v -0.3803 l 0.0400,-0.0600 c 0.0000,-0.0000 1.1809,0.0400 1.8814 0.0400c 0.5604,-0.0000 1.3810,-0.0400 1.3810 -0.0400l 0.0600,0.0400 v 0.3803 c 0.0000,0.1001 -0.0801,0.1601 -0.2202 0.1601c -0.7606,-0.0000 -1.1409,0.7806 -1.4211 1.3610c -1.0608,2.2417 -1.9415,4.3033 -3.5427 8.1662c -0.6005,1.4411 -1.3210,3.1224 -2.7421 3.1224c -0.3803,-0.0000 -1.1609,-0.2202 -1.1609 -0.9407c 0.0000,-0.6005 0.4403,-0.7806 0.7606 -0.7806c 0.3002,-0.0000 0.5004,0.1201 0.6205 0.2802c 0.2002,0.2002 0.3403,0.3403 0.5404 0.3403c 0.3002,-0.0000 1.0008,-1.7213 1.5011 -2.9422c 0.1201,-0.2402 0.1601,-0.4403 0.1601 -0.6205c 0.0000,-0.2002 -0.1801,-0.7406 -0.3403 -1.1409l -2.5219,-5.8644 c -0.3202,-0.7606 -0.5404,-0.9807 -1.2209 -0.9807c -0.1201,-0.0000 -0.2002,-0.0600 -0.2002 -0.1401v -0.4003 l 0.0400,-0.0400 c 0.0000,-0.0000 0.8807,0.0400 1.4811 0.0400c 0.9407,-0.0000 2.3818,-0.0400 2.3818 -0.0400l 0.0400,0.0600 v 0.3603 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2461946880498966" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 416.4918,362.2840 v 9.0518 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 291.6775,393.7553 ZM 304.9875,392.0140 l -0.6005,-8.9468 l -4.5034,10.5880 c -0.0801,0.1601 -0.1601,0.2202 -0.2802 0.2202c -0.1201,-0.0000 -0.2402,-0.0801 -0.3002 -0.2202l -4.1832,-10.3879 l -0.8406,8.7666 c 0.0000,0.5804 0.0801,1.1609 0.6805 1.1609h 0.5204 c 0.1001,-0.0000 0.2002,0.0600 0.2002 0.1601v 0.3603 l -0.0400,0.0600 c 0.0000,-0.0000 -1.0408,-0.0400 -1.8414 -0.0400c -0.7005,-0.0000 -1.8014,0.0400 -1.8014 0.0400l -0.0200,-0.0400 v -0.3803 c 0.0000,-0.1001 0.0600,-0.1601 0.1801 -0.1601h 0.5404 c 0.6405,-0.0000 0.8006,-0.6205 0.8406 -1.1609l 0.9207,-9.7674 c 0.0000,-0.5804 -0.1201,-0.8807 -0.7606 -0.8807h -0.5804 c -0.1401,-0.0000 -0.2002,-0.0600 -0.2002 -0.1401v -0.3603 l 0.0600,-0.0600 h 2.9422 l 4.1031,10.1877 c 0.0600,0.1801 0.1001,0.2602 0.1601 0.2602c 0.0400,-0.0000 0.1001,-0.0801 0.1801 -0.2802l 4.3433,-10.1677 h 2.5820 l 0.0400,0.0600 v 0.3603 c 0.0000,0.1201 -0.1601,0.1401 -0.2202 0.1401h -0.5404 c -0.6005,-0.0000 -0.7606,0.3603 -0.7606 0.8807l 0.6605,9.7474 c 0.0400,0.6405 0.2002,1.1809 0.8607 1.1809h 0.5404 c 0.1401,-0.0000 0.2202,0.0600 0.2202 0.1601v 0.3803 l -0.0400,0.0400 c 0.0000,-0.0000 -1.4611,-0.0400 -2.2417 -0.0400c -0.7205,-0.0000 -2.1416,0.0400 -2.1416 0.0400l -0.0600,-0.0400 v -0.3803 c 0.0000,-0.1001 0.1001,-0.1601 0.1801 -0.1601h 0.5404 c 0.5804,-0.0000 0.6605,-0.6605 0.6605 -1.1809ZM 308.4702,393.7553 ZM 309.1507,389.6522 c 0.0000,-2.7421 1.4811,-4.7436 4.1431 -4.7436c 2.9622,-0.0000 4.1031,2.4819 4.1031 4.5635c 0.0000,2.0015 -1.3010,4.5234 -4.1431 4.5234c -2.6820,-0.0000 -4.1031,-2.3017 -4.1031 -4.3433ZM 309.1507,389.6522 ZM 313.0736,385.5691 c -1.6012,-0.0000 -2.3418,1.8814 -2.3418 3.6227c 0.0000,1.5412 0.8807,4.1031 2.8622 4.1031c 0.9007,-0.0000 2.2217,-0.5404 2.2217 -3.1824c 0.0000,-2.9422 -1.1008,-4.5434 -2.7421 -4.5434ZM 318.0574,393.7553 ZM 325.3429,392.3142 v -4.3833 c 0.0000,-1.4011 -0.2402,-2.0616 -1.3010 -2.0616c -0.8807,-0.0000 -1.6412,0.3403 -2.6620 1.5412v 4.9037 c 0.0000,0.5804 0.2002,0.8807 0.8607 0.8807h 0.2802 c 0.1001,-0.0000 0.1601,0.0600 0.1601 0.1601v 0.3803 l -0.0400,0.0400 c 0.0000,-0.0000 -1.2610,-0.0400 -2.0415 -0.0400c -0.7205,-0.0000 -2.0816,0.0400 -2.0816 0.0400l -0.0400,-0.0400 v -0.3803 c 0.0000,-0.1001 0.0600,-0.1601 0.1601 -0.1601h 0.3803 c 0.6805,-0.0000 0.8607,-0.3002 0.8607 -0.8807v -4.9838 c 0.0000,-1.0808 -0.1601,-1.2209 -0.4403 -1.2209c -0.2602,-0.0000 -0.5004,0.0200 -0.8406 0.1001l -0.1001,-0.5604 c 0.8406,-0.1401 1.4411,-0.2402 2.0616 -0.5804c 0.2202,-0.1001 0.3803,-0.1601 0.5204 -0.1601h 0.3002 l -0.0600,1.7813 h 0.0600 c 1.2810,-1.5011 2.2417,-1.7813 3.2625 -1.7813c 1.8014,-0.0000 2.1816,1.3810 2.1816 3.1624v 4.2432 c 0.0000,0.5804 0.2202,0.8807 0.8607 0.8807h 0.3803 c 0.1001,-0.0000 0.1801,0.0600 0.1801 0.1601v 0.3803 l -0.0400,0.0400 c 0.0000,-0.0000 -1.3810,-0.0400 -2.1616 -0.0400c -0.7005,-0.0000 -1.9615,0.0400 -1.9615 0.0400l -0.0400,-0.0400 v -0.3803 c 0.0000,-0.1001 0.0600,-0.1601 0.1601 -0.1601h 0.2802 c 0.6605,-0.0000 0.8607,-0.3002 0.8607 -0.8807ZM 328.4653,393.7553 ZM 331.7478,385.9294 v 5.1239 c 0.0000,1.2409 0.1201,1.8414 0.6605 1.8414c 0.5204,-0.0000 0.9207,-0.1601 1.4411 -0.5604l 0.3603,0.3403 c -0.7806,0.8807 -1.5812,1.3210 -2.5019 1.3210c -0.9207,-0.0000 -1.4611,-0.5604 -1.4611 -1.9815v -6.0846 h -1.3010 c -0.0600,-0.0000 -0.0801,-0.0200 -0.0801 -0.0801v -0.6205 c 0.0000,-0.0600 0.0200,-0.0801 0.0600 -0.0801c 1.3410,-0.0000 1.6613,-0.7806 1.6613 -2.3017v -0.3803 l 1.1609,-0.4003 v 3.0823 h 2.2017 c 0.1001,-0.0000 0.1601,0.0400 0.1601 0.1201v 0.4003 c 0.0000,0.1801 -0.2802,0.2602 -0.4804 0.2602h -1.8814 ZM 334.5098,393.7553 ZM 337.7723,379.7847 v 6.7851 c 1.3410,-1.3410 2.5219,-1.6613 3.3025 -1.6613c 1.4411,-0.0000 2.1616,1.1008 2.1616 3.1624v 4.2432 c 0.0000,0.5804 0.2002,0.8807 0.8607 0.8807h 0.3803 c 0.0801,-0.0000 0.1601,0.0600 0.1601 0.1601v 0.3803 l -0.0400,0.0400 c 0.0000,-0.0000 -1.3610,-0.0400 -2.1616 -0.0400c -0.7005,-0.0000 -2.0616,0.0400 -2.0616 0.0400l -0.0400,-0.0400 v -0.3803 c 0.0000,-0.1001 0.0600,-0.1601 0.1601 -0.1601h 0.3803 c 0.6805,-0.0000 0.8607,-0.3002 0.8607 -0.8807v -4.4634 c 0.0000,-1.6212 -0.4403,-2.0015 -1.5612 -2.0015c -0.5804,-0.0000 -1.4411,0.5204 -2.4018 1.4611v 5.0038 c 0.0000,0.5804 0.2002,0.8807 0.8607 0.8807h 0.3803 c 0.0801,-0.0000 0.1601,0.0600 0.1601 0.1601v 0.3803 l -0.0400,0.0400 c 0.0000,-0.0000 -1.3610,-0.0400 -2.1416 -0.0400c -0.7205,-0.0000 -2.0616,0.0400 -2.0616 0.0400l -0.0400,-0.0400 v -0.3803 c 0.0000,-0.1001 0.0400,-0.1601 0.1401 -0.1601h 0.3803 c 0.6805,-0.0000 0.8607,-0.3002 0.8607 -0.8807v -10.0276 c 0.0000,-1.1409 -0.1801,-1.4611 -0.5804 -1.4611l -0.6605,0.0801 c -0.0600,-0.0000 -0.1001,-0.0400 -0.1001 -0.1001l -0.0400,-0.5004 c 0.3202,-0.0000 1.0408,-0.1201 1.3810 -0.1801c 0.3603,-0.0801 0.6605,-0.1601 1.0608 -0.3403h 0.4403 ZM 344.8777,393.7553 ZM 346.7791,392.3142 v -10.0276 c 0.0000,-1.1409 -0.2002,-1.4611 -0.6005 -1.4611l -0.6405,0.0801 c -0.0600,-0.0000 -0.1201,-0.0400 -0.1201 -0.1001l -0.0400,-0.5004 c 0.3202,-0.0000 1.0608,-0.1201 1.4011 -0.1801c 0.3603,-0.0801 0.6405,-0.1601 1.0408 -0.3403h 0.4403 v 12.5295 c 0.0000,0.5804 0.2202,0.8807 0.8607 0.8807h 0.4804 c 0.0801,-0.0000 0.1601,0.0600 0.1601 0.1601v 0.3803 l -0.0400,0.0400 c 0.0000,-0.0000 -1.4611,-0.0400 -2.2417 -0.0400c -0.7005,-0.0000 -2.1616,0.0400 -2.1616 0.0400l -0.0200,-0.0400 v -0.3803 c 0.0000,-0.1001 0.0400,-0.1601 0.1401 -0.1601h 0.4804 c 0.6605,-0.0000 0.8607,-0.3002 0.8607 -0.8807ZM 350.0816,393.7553 ZM 354.2448,385.5491 c 0.0000,0.1001 -0.1201,0.1601 -0.2202 0.1601c -0.6005,-0.0000 -0.8607,0.1201 -0.8607 0.4403c 0.0000,0.1201 0.0400,0.2802 0.1201 0.4603l 2.2017,5.1639 l 2.2217,-5.0838 c 0.1001,-0.1801 0.1401,-0.3403 0.1401 -0.4603c 0.0000,-0.4203 -0.4003,-0.5204 -0.8406 -0.5204h -0.0801 c -0.1001,-0.0000 -0.2002,-0.0801 -0.2002 -0.1401v -0.3803 l 0.0400,-0.0600 c 0.0000,-0.0000 1.1809,0.0400 1.8814 0.0400c 0.5604,-0.0000 1.3810,-0.0400 1.3810 -0.0400l 0.0600,0.0400 v 0.3803 c 0.0000,0.1001 -0.0801,0.1601 -0.2202 0.1601c -0.7606,-0.0000 -1.1409,0.7806 -1.4211 1.3610c -1.0608,2.2417 -1.9415,4.3033 -3.5427 8.1662c -0.6005,1.4411 -1.3210,3.1224 -2.7421 3.1224c -0.3803,-0.0000 -1.1609,-0.2202 -1.1609 -0.9407c 0.0000,-0.6005 0.4403,-0.7806 0.7606 -0.7806c 0.3002,-0.0000 0.5004,0.1201 0.6205 0.2802c 0.2002,0.2002 0.3403,0.3403 0.5404 0.3403c 0.3002,-0.0000 1.0008,-1.7213 1.5011 -2.9422c 0.1201,-0.2402 0.1601,-0.4403 0.1601 -0.6205c 0.0000,-0.2002 -0.1801,-0.7406 -0.3403 -1.1409l -2.5219,-5.8644 c -0.3202,-0.7606 -0.5404,-0.9807 -1.2209 -0.9807c -0.1201,-0.0000 -0.2002,-0.0600 -0.2002 -0.1401v -0.4003 l 0.0400,-0.0400 c 0.0000,-0.0000 0.8807,0.0400 1.4811 0.0400c 0.9407,-0.0000 2.3818,-0.0400 2.3818 -0.0400l 0.0400,0.0600 v 0.3603 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2461946880498966" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 325.9734,362.2840 v 9.0518 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 205.2921,393.7553 ZM 211.7570,393.5151 c -0.0801,0.2802 -0.2802,0.4804 -0.5604 0.4804c -0.3002,-0.0000 -0.5404,-0.1601 -0.6605 -0.4804l -3.6428,-11.0083 c -0.1801,-0.5004 -0.5404,-1.1208 -1.1008 -1.1208h -0.2602 c -0.1401,-0.0000 -0.2402,-0.0600 -0.2402 -0.1401v -0.3803 l 0.0400,-0.0400 c 0.0000,-0.0000 1.0408,0.0200 1.8014 0.0200c 1.0208,-0.0000 2.4218,-0.0200 2.4218 -0.0200l 0.0400,0.0400 v 0.3603 c 0.0000,0.1001 -0.0600,0.1601 -0.1801 0.1601h -0.4403 c -0.3803,-0.0000 -0.5604,0.1401 -0.5604 0.4003c 0.0000,0.1401 0.0400,0.3002 0.1201 0.5204l 3.0423,9.2270 l 2.1216,-6.6250 c 0.0801,-0.2402 0.1401,-0.5004 0.1401 -0.7606c 0.0000,-0.1801 -0.0200,-0.3603 -0.1001 -0.5604l -0.4203,-1.2810 c -0.1601,-0.5404 -0.5204,-0.9207 -1.3010 -0.9207h -0.0600 c -0.1401,-0.0000 -0.2402,-0.0600 -0.2402 -0.1401v -0.3803 l 0.0400,-0.0400 c 0.0000,-0.0000 1.1208,0.0200 1.9215 0.0200c 0.9807,-0.0000 2.5619,-0.0200 2.5619 -0.0200l 0.0600,0.0400 v 0.3803 c 0.0000,0.1001 -0.1001,0.1401 -0.1801 0.1401h -0.5804 c -0.4003,-0.0000 -0.5604,0.2802 -0.5604 0.6205c 0.0000,0.2002 0.0400,0.4203 0.1201 0.6605l 2.9422,8.9067 l 3.0623,-9.2070 c 0.0400,-0.1601 0.0801,-0.3202 0.0801 -0.4603c 0.0000,-0.3002 -0.1801,-0.5204 -0.6805 -0.5204h -0.5404 c -0.1001,-0.0000 -0.1601,-0.0801 -0.1601 -0.1401v -0.3803 l 0.0400,-0.0400 c 0.0000,-0.0000 1.2009,0.0200 2.0415 0.0200c 0.6405,-0.0000 1.7013,-0.0200 1.7013 -0.0200l 0.0200,0.0200 v 0.3803 c 0.0000,0.1601 -0.2202,0.1601 -0.2202 0.1601h -0.2202 c -0.5804,-0.0000 -0.9807,0.2202 -1.2409 1.0008l -3.6828,11.1484 c -0.1001,0.3002 -0.3202,0.4603 -0.6005 0.4603c -0.2602,-0.0000 -0.5204,-0.1401 -0.6405 -0.4804l -2.3418,-7.1054 c -0.1001,-0.2802 -0.2002,-0.5604 -0.2802 -0.5604c -0.1001,-0.0000 -0.2002,0.2602 -0.2802 0.5004ZM 223.6060,393.7553 ZM 225.8877,388.2111 h 3.6828 c 0.2002,-0.0000 0.2802,-0.1001 0.2802 -0.2802c 0.0000,-1.8614 -0.9407,-2.3418 -1.6613 -2.3418c -0.4603,-0.0000 -1.9615,0.1801 -2.3017 2.6220ZM 225.8877,388.2111 ZM 231.1717,391.8939 l 0.4003,0.3202 c -0.7606,1.0408 -1.9415,1.7813 -3.3826 1.7813c -2.7421,-0.0000 -3.9030,-2.0415 -3.9030 -4.2232c 0.0000,-3.0423 2.0015,-4.8637 3.9030 -4.8637c 2.6420,-0.0000 3.2625,2.0616 3.2625 3.7428c 0.0000,0.2202 -0.1401,0.3403 -0.3603 0.3403h -5.2640 c -0.0200,0.1201 -0.0200,0.2402 -0.0200 0.4003c 0.0000,2.0415 1.4211,3.6227 2.8622 3.6227c 1.1008,-0.0000 1.8014,-0.3603 2.5019 -1.1208ZM 232.1725,393.7553 ZM 234.4542,388.2111 h 3.6828 c 0.2002,-0.0000 0.2802,-0.1001 0.2802 -0.2802c 0.0000,-1.8614 -0.9407,-2.3418 -1.6613 -2.3418c -0.4603,-0.0000 -1.9615,0.1801 -2.3017 2.6220ZM 234.4542,388.2111 ZM 239.7382,391.8939 l 0.4003,0.3202 c -0.7606,1.0408 -1.9415,1.7813 -3.3826 1.7813c -2.7421,-0.0000 -3.9030,-2.0415 -3.9030 -4.2232c 0.0000,-3.0423 2.0015,-4.8637 3.9030 -4.8637c 2.6420,-0.0000 3.2625,2.0616 3.2625 3.7428c 0.0000,0.2202 -0.1401,0.3403 -0.3603 0.3403h -5.2640 c -0.0200,0.1201 -0.0200,0.2402 -0.0200 0.4003c 0.0000,2.0415 1.4211,3.6227 2.8622 3.6227c 1.1008,-0.0000 1.8014,-0.3603 2.5019 -1.1208ZM 240.7389,393.7553 ZM 244.0014,389.5121 v 2.8021 c 0.0000,0.5804 0.2002,0.8807 0.8607 0.8807h 0.0400 c 0.0801,-0.0000 0.1601,0.0600 0.1601 0.1601v 0.3803 l -0.0400,0.0400 c 0.0000,-0.0000 -1.0208,-0.0400 -1.8014 -0.0400c -0.7205,-0.0000 -2.0616,0.0400 -2.0616 0.0400l -0.0400,-0.0400 v -0.3803 c 0.0000,-0.1001 0.0400,-0.1601 0.1401 -0.1601h 0.3803 c 0.6805,-0.0000 0.8607,-0.3002 0.8607 -0.8807v -10.0276 c 0.0000,-1.1409 -0.1801,-1.4611 -0.5804 -1.4611l -0.6605,0.0801 c -0.0600,-0.0000 -0.1001,-0.0400 -0.1001 -0.1001l -0.0400,-0.5004 c 0.3202,-0.0000 1.0408,-0.1201 1.3810 -0.1801c 0.3603,-0.0801 0.6605,-0.1601 1.0608 -0.3403h 0.4403 v 9.2270 c 0.5204,-0.1201 1.5412,-1.0208 2.6220 -2.2017c 0.3202,-0.3202 0.4003,-0.5804 0.4003 -0.7806c 0.0000,-0.1601 -0.1001,-0.3202 -0.5804 -0.3202h -0.0801 c -0.1001,-0.0000 -0.1601,-0.0801 -0.1601 -0.1601v -0.3803 l 0.0600,-0.0400 c 0.0000,-0.0000 0.9607,0.0400 1.6613 0.0400c 0.7806,-0.0000 1.8614,-0.0400 1.8614 -0.0400l 0.0801,0.0400 v 0.3803 c 0.0000,0.1001 -0.1201,0.1601 -0.2202 0.1601h -0.1401 c -0.5404,-0.0000 -1.4211,0.4403 -1.9215 0.9607l -1.5212,1.6813 c -0.0600,0.0600 -0.0801,0.1201 -0.0801 0.2002c 0.0000,0.1001 0.0400,0.2002 0.1001 0.2802l 2.3418,3.4626 c 0.3603,0.5404 1.0008,0.9007 1.5011 0.9007h 0.1401 c 0.1401,-0.0000 0.1801,0.0600 0.1801 0.1601v 0.3803 l -0.0400,0.0400 c 0.0000,-0.0000 -1.0208,-0.0400 -1.8014 -0.0400c -0.7005,-0.0000 -1.2409,0.0400 -1.2409 0.0400l -0.0600,-0.0400 v -0.3803 c 0.0000,-0.2602 -0.0600,-0.4804 -0.4603 -1.0608l -1.4611,-2.0616 c -0.4003,-0.5804 -0.6805,-0.7205 -1.1809 -0.7205ZM 250.2261,393.7553 ZM 252.1275,392.3142 v -10.0276 c 0.0000,-1.1409 -0.2002,-1.4611 -0.6005 -1.4611l -0.6405,0.0801 c -0.0600,-0.0000 -0.1201,-0.0400 -0.1201 -0.1001l -0.0400,-0.5004 c 0.3202,-0.0000 1.0608,-0.1201 1.4011 -0.1801c 0.3603,-0.0801 0.6405,-0.1601 1.0408 -0.3403h 0.4403 v 12.5295 c 0.0000,0.5804 0.2202,0.8807 0.8607 0.8807h 0.4804 c 0.0801,-0.0000 0.1601,0.0600 0.1601 0.1601v 0.3803 l -0.0400,0.0400 c 0.0000,-0.0000 -1.4611,-0.0400 -2.2417 -0.0400c -0.7005,-0.0000 -2.1616,0.0400 -2.1616 0.0400l -0.0200,-0.0400 v -0.3803 c 0.0000,-0.1001 0.0400,-0.1601 0.1401 -0.1601h 0.4804 c 0.6605,-0.0000 0.8607,-0.3002 0.8607 -0.8807ZM 255.4300,393.7553 ZM 259.5932,385.5491 c 0.0000,0.1001 -0.1201,0.1601 -0.2202 0.1601c -0.6005,-0.0000 -0.8607,0.1201 -0.8607 0.4403c 0.0000,0.1201 0.0400,0.2802 0.1201 0.4603l 2.2017,5.1639 l 2.2217,-5.0838 c 0.1001,-0.1801 0.1401,-0.3403 0.1401 -0.4603c 0.0000,-0.4203 -0.4003,-0.5204 -0.8406 -0.5204h -0.0801 c -0.1001,-0.0000 -0.2002,-0.0801 -0.2002 -0.1401v -0.3803 l 0.0400,-0.0600 c 0.0000,-0.0000 1.1809,0.0400 1.8814 0.0400c 0.5604,-0.0000 1.3810,-0.0400 1.3810 -0.0400l 0.0600,0.0400 v 0.3803 c 0.0000,0.1001 -0.0801,0.1601 -0.2202 0.1601c -0.7606,-0.0000 -1.1409,0.7806 -1.4211 1.3610c -1.0608,2.2417 -1.9415,4.3033 -3.5427 8.1662c -0.6005,1.4411 -1.3210,3.1224 -2.7421 3.1224c -0.3803,-0.0000 -1.1609,-0.2202 -1.1609 -0.9407c 0.0000,-0.6005 0.4403,-0.7806 0.7606 -0.7806c 0.3002,-0.0000 0.5004,0.1201 0.6205 0.2802c 0.2002,0.2002 0.3403,0.3403 0.5404 0.3403c 0.3002,-0.0000 1.0008,-1.7213 1.5011 -2.9422c 0.1201,-0.2402 0.1601,-0.4403 0.1601 -0.6205c 0.0000,-0.2002 -0.1801,-0.7406 -0.3403 -1.1409l -2.5219,-5.8644 c -0.3202,-0.7606 -0.5404,-0.9807 -1.2209 -0.9807c -0.1201,-0.0000 -0.2002,-0.0600 -0.2002 -0.1401v -0.4003 l 0.0400,-0.0400 c 0.0000,-0.0000 0.8807,0.0400 1.4811 0.0400c 0.9407,-0.0000 2.3818,-0.0400 2.3818 -0.0400l 0.0400,0.0600 v 0.3603 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2461946880498966" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 235.4549,362.2840 v 9.0518 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 123.1100,393.7553 ZM 123.4502,393.3750 c 0.0000,-0.1001 0.0600,-0.1801 0.1401 -0.1801h 0.6005 c 0.7606,-0.0000 1.0408,-0.2802 1.0408 -0.9207v -9.9675 c 0.0000,-0.7205 -0.2002,-0.9207 -1.0408 -0.9207h -0.5604 c -0.1001,-0.0000 -0.1801,-0.0600 -0.1801 -0.1601v -0.3603 l 0.0400,-0.0400 l 2.5219,0.0200 c 0.0000,-0.0000 2.6020,-0.0200 3.2825 -0.0200c 3.8429,-0.0000 6.9052,3.0423 6.9052 6.7651c 0.0000,4.9237 -3.7228,6.1847 -6.5449 6.1847c -2.0616,-0.0000 -3.6428,-0.0400 -3.6428 -0.0400l -2.5219,0.0400 l -0.0400,-0.0400 v -0.3603 ZM 123.4502,393.3750 ZM 126.8528,392.3142 c 0.0000,0.6405 0.2202,0.7806 2.1816 0.7806c 2.8221,-0.0000 5.3240,-0.9807 5.3240 -5.0238c 0.0000,-3.0823 -1.5011,-6.5850 -5.8244 -6.5850c -0.9807,-0.0000 -1.6813,0.0801 -1.6813 0.7806v 10.0476 ZM 137.0605,393.7553 ZM 142.8849,388.8516 l -1.5812,0.4003 c -1.7613,0.5404 -2.0215,1.4611 -2.0215 2.3618c 0.0000,0.6205 0.3002,1.5612 1.5612 1.5612c 0.6005,-0.0000 1.5212,-0.5804 2.0415 -1.0208v -3.3025 ZM 142.8849,388.8516 ZM 144.1659,393.9955 c -0.7606,-0.0000 -1.1809,-0.6805 -1.2610 -1.1609l -0.4603,0.3202 c -0.9207,0.6405 -1.2610,0.8406 -2.1816 0.8406c -1.4011,-0.0000 -2.4218,-0.8006 -2.4218 -2.3017c 0.0000,-1.5212 1.3010,-2.5619 3.2024 -3.0423l 1.8414,-0.4603 c 0.0000,-2.2617 -1.0408,-2.6820 -1.7213 -2.6820c -0.7606,-0.0000 -1.6412,0.3403 -1.6412 0.9607c 0.0000,0.2202 0.0400,0.3403 0.0600 0.4003c 0.0400,0.0801 0.0600,0.2202 0.0600 0.3603c 0.0000,0.2602 -0.2002,0.6605 -0.7806 0.6605c -0.4804,-0.0000 -0.8006,-0.3202 -0.8006 -0.8006c 0.0000,-1.1609 1.8814,-2.1816 3.1624 -2.1816c 1.4611,-0.0000 3.1424,0.6005 3.1424 3.4426v 2.9422 c 0.0000,1.2209 0.0200,1.7413 0.4804 1.7413c 0.4403,-0.0000 0.5604,-0.5604 0.5804 -1.0008l 0.5004,0.1001 c -0.1201,1.4611 -0.7406,1.8614 -1.7613 1.8614ZM 146.0874,393.7553 ZM 147.6485,382.3266 c 0.0000,-0.5204 0.4203,-0.9607 0.9407 -0.9607c 0.5404,-0.0000 0.9607,0.4403 0.9607 0.9607c 0.0000,0.5404 -0.4203,0.9607 -0.9607 0.9607c -0.5204,-0.0000 -0.9407,-0.4203 -0.9407 -0.9607ZM 147.6485,382.3266 ZM 149.5500,392.3142 c 0.0000,0.5804 0.2202,0.8807 0.8607 0.8807h 0.3803 c 0.1001,-0.0000 0.1801,0.0600 0.1801 0.1601v 0.3803 l -0.0400,0.0400 c 0.0000,-0.0000 -1.3810,-0.0400 -2.1616 -0.0400c -0.7005,-0.0000 -2.0616,0.0400 -2.0616 0.0400l -0.0400,-0.0400 v -0.3803 c 0.0000,-0.1001 0.0600,-0.1601 0.1601 -0.1601h 0.3803 c 0.6605,-0.0000 0.8607,-0.3002 0.8607 -0.8807v -4.9838 c 0.0000,-1.0608 -0.1801,-1.2209 -0.4603 -1.2209c -0.2602,-0.0000 -0.5004,0.0200 -0.8406 0.1001l -0.1001,-0.5604 c 1.2810,-0.2202 1.5011,-0.3002 2.0816 -0.5804c 0.2202,-0.0801 0.3603,-0.1601 0.5004 -0.1601h 0.3002 v 7.4056 ZM 151.3713,393.7553 ZM 153.2728,392.3142 v -10.0276 c 0.0000,-1.1409 -0.2002,-1.4611 -0.6005 -1.4611l -0.6405,0.0801 c -0.0600,-0.0000 -0.1201,-0.0400 -0.1201 -0.1001l -0.0400,-0.5004 c 0.3202,-0.0000 1.0608,-0.1201 1.4011 -0.1801c 0.3603,-0.0801 0.6405,-0.1601 1.0408 -0.3403h 0.4403 v 12.5295 c 0.0000,0.5804 0.2202,0.8807 0.8607 0.8807h 0.4804 c 0.0801,-0.0000 0.1601,0.0600 0.1601 0.1601v 0.3803 l -0.0400,0.0400 c 0.0000,-0.0000 -1.4611,-0.0400 -2.2417 -0.0400c -0.7005,-0.0000 -2.1616,0.0400 -2.1616 0.0400l -0.0200,-0.0400 v -0.3803 c 0.0000,-0.1001 0.0400,-0.1601 0.1401 -0.1601h 0.4804 c 0.6605,-0.0000 0.8607,-0.3002 0.8607 -0.8807ZM 156.5753,393.7553 ZM 160.7384,385.5491 c 0.0000,0.1001 -0.1201,0.1601 -0.2202 0.1601c -0.6005,-0.0000 -0.8607,0.1201 -0.8607 0.4403c 0.0000,0.1201 0.0400,0.2802 0.1201 0.4603l 2.2017,5.1639 l 2.2217,-5.0838 c 0.1001,-0.1801 0.1401,-0.3403 0.1401 -0.4603c 0.0000,-0.4203 -0.4003,-0.5204 -0.8406 -0.5204h -0.0801 c -0.1001,-0.0000 -0.2002,-0.0801 -0.2002 -0.1401v -0.3803 l 0.0400,-0.0600 c 0.0000,-0.0000 1.1809,0.0400 1.8814 0.0400c 0.5604,-0.0000 1.3810,-0.0400 1.3810 -0.0400l 0.0600,0.0400 v 0.3803 c 0.0000,0.1001 -0.0801,0.1601 -0.2202 0.1601c -0.7606,-0.0000 -1.1409,0.7806 -1.4211 1.3610c -1.0608,2.2417 -1.9415,4.3033 -3.5427 8.1662c -0.6005,1.4411 -1.3210,3.1224 -2.7421 3.1224c -0.3803,-0.0000 -1.1609,-0.2202 -1.1609 -0.9407c 0.0000,-0.6005 0.4403,-0.7806 0.7606 -0.7806c 0.3002,-0.0000 0.5004,0.1201 0.6205 0.2802c 0.2002,0.2002 0.3403,0.3403 0.5404 0.3403c 0.3002,-0.0000 1.0008,-1.7213 1.5011 -2.9422c 0.1201,-0.2402 0.1601,-0.4403 0.1601 -0.6205c 0.0000,-0.2002 -0.1801,-0.7406 -0.3403 -1.1409l -2.5219,-5.8644 c -0.3202,-0.7606 -0.5404,-0.9807 -1.2209 -0.9807c -0.1201,-0.0000 -0.2002,-0.0600 -0.2002 -0.1401v -0.4003 l 0.0400,-0.0400 c 0.0000,-0.0000 0.8807,0.0400 1.4811 0.0400c 0.9407,-0.0000 2.3818,-0.0400 2.3818 -0.0400l 0.0400,0.0600 v 0.3603 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2461946880498966" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 144.9365,362.2840 v 9.0518 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.1" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 87.6081,350.0047 l -0.0000,-301.7282 h -6.0346 l -0.0000,301.7282 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 47.7305,98.7018 ZM 52.8944,91.5964 c 0.0000,-0.1401 0.0200,-0.3002 0.2002 -0.4003c 0.2202,-0.1601 0.5804,-0.3403 0.8807 -0.3403c 0.2602,-0.0000 0.2802,0.2202 0.2802 0.6205v 3.2224 h 1.6212 l -0.1201,0.9407 h -1.5011 v 1.6613 c 0.0000,0.5604 0.0801,0.8406 0.6605 0.8406h 0.5404 c 0.1201,-0.0000 0.1401,0.1001 0.1401 0.1401v 0.4403 c 0.0000,-0.0000 -1.2810,-0.0400 -2.1216 -0.0400c -0.7606,-0.0000 -1.9415,0.0400 -1.9415 0.0400v -0.4403 c 0.0000,-0.0400 0.0200,-0.1401 0.1401 -0.1401h 0.5404 c 0.6205,-0.0000 0.6805,-0.2602 0.6805 -0.8406v -1.6613 h -3.9230 c -0.0801,-0.0000 -0.1201,-0.0400 -0.1801 -0.1201l -0.1601,-0.2202 l -0.2402,-0.4203 c -0.0200,-0.0000 -0.0200,-0.0200 -0.0200 -0.0400c 0.0000,-0.0200 0.0200,-0.0400 0.0400 -0.0600c 1.3010,-1.4411 3.6027,-5.9045 4.3233 -7.5457c 0.0200,-0.0801 0.0600,-0.1001 0.1401 -0.1001c 0.0200,-0.0000 0.4603,0.1801 0.7005 0.2202c -0.9007,2.4218 -2.3818,5.0238 -3.8429 7.3456h 3.1624 v -3.1023 ZM 56.4971,98.7018 ZM 60.8804,87.8336 c -0.8607,-0.0000 -2.1216,0.8406 -2.1216 5.5042c 0.0000,1.6412 0.3002,4.9437 2.0616 4.9437c 0.3403,-0.0000 1.3010,-0.2202 1.7213 -1.7813c 0.2602,-0.9607 0.4003,-2.1616 0.4003 -3.9030c 0.0000,-2.5419 -0.6405,-3.9630 -1.2209 -4.4634c -0.2202,-0.2002 -0.5204,-0.3002 -0.8406 -0.3002ZM 60.8804,87.8336 ZM 60.8004,98.9420 c -2.1416,-0.0000 -3.5827,-2.7421 -3.5827 -5.8044c 0.0000,-3.7428 1.7813,-6.0045 3.6628 -6.0045c 0.8607,-0.0000 1.7213,0.5404 2.3017 1.3210c 0.8406,1.1208 1.2810,2.6220 1.2810 4.5034c 0.0000,4.4434 -2.2017,5.9845 -3.6628 5.9845ZM 65.2637,98.7018 ZM 69.6470,87.8336 c -0.8607,-0.0000 -2.1216,0.8406 -2.1216 5.5042c 0.0000,1.6412 0.3002,4.9437 2.0616 4.9437c 0.3403,-0.0000 1.3010,-0.2202 1.7213 -1.7813c 0.2602,-0.9607 0.4003,-2.1616 0.4003 -3.9030c 0.0000,-2.5419 -0.6405,-3.9630 -1.2209 -4.4634c -0.2202,-0.2002 -0.5204,-0.3002 -0.8406 -0.3002ZM 69.6470,87.8336 ZM 69.5670,98.9420 c -2.1416,-0.0000 -3.5827,-2.7421 -3.5827 -5.8044c 0.0000,-3.7428 1.7813,-6.0045 3.6628 -6.0045c 0.8607,-0.0000 1.7213,0.5404 2.3017 1.3210c 0.8406,1.1208 1.2810,2.6220 1.2810 4.5034c 0.0000,4.4434 -2.2017,5.9845 -3.6628 5.9845Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2461946880498966" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 78.5563,92.6672 h 9.0518 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 47.7305,163.0362 ZM 52.0537,152.0879 c -0.5004,-0.0000 -1.9615,0.2802 -1.9615 1.5011c 0.0000,0.3603 -0.1401,0.9807 -0.6805 0.9807c -0.5204,-0.0000 -0.5604,-0.5804 -0.5604 -0.6405c 0.0000,-0.6205 0.8206,-2.4619 3.6027 -2.4619c 1.9415,-0.0000 2.5219,1.2209 2.5219 2.0215c 0.0000,0.5004 -0.1601,1.5011 -1.9615 2.6420c 1.1208,0.1801 2.6020,1.0008 2.6020 3.0823c 0.0000,2.6420 -2.0015,4.0631 -4.2632 4.0631c -1.1409,-0.0000 -2.7421,-0.5004 -2.7421 -1.2610c 0.0000,-0.3002 0.3002,-0.6405 0.7005 -0.6405c 0.3803,-0.0000 0.5604,0.2002 0.7406 0.4603c 0.2202,0.3403 0.5804,0.8206 1.5412 0.8206c 0.6605,-0.0000 2.5419,-0.6605 2.5419 -3.1824c 0.0000,-2.1416 -1.5011,-2.4819 -2.5820 -2.4819c -0.1801,-0.0000 -0.4003,0.0400 -0.6205 0.0801l -0.0801,-0.6005 c 1.5412,-0.2602 2.8221,-1.7613 2.8221 -2.6820c 0.0000,-1.1409 -0.8006,-1.7013 -1.6212 -1.7013ZM 56.4971,163.0362 ZM 60.8804,152.1679 c -0.8607,-0.0000 -2.1216,0.8406 -2.1216 5.5042c 0.0000,1.6412 0.3002,4.9437 2.0616 4.9437c 0.3403,-0.0000 1.3010,-0.2202 1.7213 -1.7813c 0.2602,-0.9607 0.4003,-2.1616 0.4003 -3.9030c 0.0000,-2.5419 -0.6405,-3.9630 -1.2209 -4.4634c -0.2202,-0.2002 -0.5204,-0.3002 -0.8406 -0.3002ZM 60.8804,152.1679 ZM 60.8004,163.2763 c -2.1416,-0.0000 -3.5827,-2.7421 -3.5827 -5.8044c 0.0000,-3.7428 1.7813,-6.0045 3.6628 -6.0045c 0.8607,-0.0000 1.7213,0.5404 2.3017 1.3210c 0.8406,1.1208 1.2810,2.6220 1.2810 4.5034c 0.0000,4.4434 -2.2017,5.9845 -3.6628 5.9845ZM 65.2637,163.0362 ZM 69.6470,152.1679 c -0.8607,-0.0000 -2.1216,0.8406 -2.1216 5.5042c 0.0000,1.6412 0.3002,4.9437 2.0616 4.9437c 0.3403,-0.0000 1.3010,-0.2202 1.7213 -1.7813c 0.2602,-0.9607 0.4003,-2.1616 0.4003 -3.9030c 0.0000,-2.5419 -0.6405,-3.9630 -1.2209 -4.4634c -0.2202,-0.2002 -0.5204,-0.3002 -0.8406 -0.3002ZM 69.6470,152.1679 ZM 69.5670,163.2763 c -2.1416,-0.0000 -3.5827,-2.7421 -3.5827 -5.8044c 0.0000,-3.7428 1.7813,-6.0045 3.6628 -6.0045c 0.8607,-0.0000 1.7213,0.5404 2.3017 1.3210c 0.8406,1.1208 1.2810,2.6220 1.2810 4.5034c 0.0000,4.4434 -2.2017,5.9845 -3.6628 5.9845Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2461946880498966" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 78.5563,157.0016 h 9.0518 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 47.7305,227.3705 ZM 48.8913,218.5038 c 0.0000,-1.1409 1.1008,-2.7020 3.2024 -2.7020c 1.5412,-0.0000 3.3425,0.5804 3.3425 2.8822c 0.0000,1.5212 -0.7806,2.2817 -1.8614 3.3225l -1.9014,1.8414 c -0.1001,0.1001 -1.4411,1.4211 -1.4411 2.3618h 3.4026 c 0.6805,-0.0000 1.0408,-0.3403 1.3210 -1.4411l 0.5004,0.0801 l -0.4003,2.5219 h -6.1847 c 0.0000,-1.1208 0.1801,-1.9815 2.0415 -3.8829l 1.4011,-1.3810 c 1.1208,-1.1409 1.5812,-2.1216 1.5812 -3.3425c 0.0000,-1.8214 -1.2409,-2.3418 -1.9215 -2.3418c -1.3810,-0.0000 -1.7613,0.7205 -1.7613 1.2009c 0.0000,0.1601 0.0400,0.3202 0.0801 0.4603c 0.0400,0.1401 0.0801,0.2802 0.0801 0.4403c 0.0000,0.5204 -0.4003,0.7205 -0.7205 0.7205c -0.4403,-0.0000 -0.7606,-0.3403 -0.7606 -0.7406ZM 56.4971,227.3705 ZM 60.8804,216.5023 c -0.8607,-0.0000 -2.1216,0.8406 -2.1216 5.5042c 0.0000,1.6412 0.3002,4.9437 2.0616 4.9437c 0.3403,-0.0000 1.3010,-0.2202 1.7213 -1.7813c 0.2602,-0.9607 0.4003,-2.1616 0.4003 -3.9030c 0.0000,-2.5419 -0.6405,-3.9630 -1.2209 -4.4634c -0.2202,-0.2002 -0.5204,-0.3002 -0.8406 -0.3002ZM 60.8804,216.5023 ZM 60.8004,227.6107 c -2.1416,-0.0000 -3.5827,-2.7421 -3.5827 -5.8044c 0.0000,-3.7428 1.7813,-6.0045 3.6628 -6.0045c 0.8607,-0.0000 1.7213,0.5404 2.3017 1.3210c 0.8406,1.1208 1.2810,2.6220 1.2810 4.5034c 0.0000,4.4434 -2.2017,5.9845 -3.6628 5.9845ZM 65.2637,227.3705 ZM 69.6470,216.5023 c -0.8607,-0.0000 -2.1216,0.8406 -2.1216 5.5042c 0.0000,1.6412 0.3002,4.9437 2.0616 4.9437c 0.3403,-0.0000 1.3010,-0.2202 1.7213 -1.7813c 0.2602,-0.9607 0.4003,-2.1616 0.4003 -3.9030c 0.0000,-2.5419 -0.6405,-3.9630 -1.2209 -4.4634c -0.2202,-0.2002 -0.5204,-0.3002 -0.8406 -0.3002ZM 69.6470,216.5023 ZM 69.5670,227.6107 c -2.1416,-0.0000 -3.5827,-2.7421 -3.5827 -5.8044c 0.0000,-3.7428 1.7813,-6.0045 3.6628 -6.0045c 0.8607,-0.0000 1.7213,0.5404 2.3017 1.3210c 0.8406,1.1208 1.2810,2.6220 1.2810 4.5034c 0.0000,4.4434 -2.2017,5.9845 -3.6628 5.9845Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2461946880498966" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 78.5563,221.3360 h 9.0518 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 47.7305,291.7049 ZM 51.4933,282.1577 c -0.3803,-0.0000 -1.2610,0.3603 -1.7013 0.5604l -0.2402,-0.6205 c 1.7613,-0.8206 2.4418,-1.2409 3.4426 -1.9615h 0.3803 v 10.0676 c 0.0000,0.7205 0.1001,0.9207 0.7606 0.9207h 1.0408 c 0.0600,-0.0000 0.1601,0.0400 0.1601 0.1601v 0.4403 l -2.7421,-0.0400 l -2.7821,0.0400 v -0.4403 c 0.0200,-0.0600 0.0400,-0.1601 0.1601 -0.1601h 1.2009 c 0.7606,-0.0000 0.7606,-0.3403 0.7606 -0.9207v -6.8852 c 0.0000,-0.6805 0.0000,-1.1609 -0.4403 -1.1609ZM 56.4971,291.7049 ZM 60.8804,280.8367 c -0.8607,-0.0000 -2.1216,0.8406 -2.1216 5.5042c 0.0000,1.6412 0.3002,4.9437 2.0616 4.9437c 0.3403,-0.0000 1.3010,-0.2202 1.7213 -1.7813c 0.2602,-0.9607 0.4003,-2.1616 0.4003 -3.9030c 0.0000,-2.5419 -0.6405,-3.9630 -1.2209 -4.4634c -0.2202,-0.2002 -0.5204,-0.3002 -0.8406 -0.3002ZM 60.8804,280.8367 ZM 60.8004,291.9451 c -2.1416,-0.0000 -3.5827,-2.7421 -3.5827 -5.8044c 0.0000,-3.7428 1.7813,-6.0045 3.6628 -6.0045c 0.8607,-0.0000 1.7213,0.5404 2.3017 1.3210c 0.8406,1.1208 1.2810,2.6220 1.2810 4.5034c 0.0000,4.4434 -2.2017,5.9845 -3.6628 5.9845ZM 65.2637,291.7049 ZM 69.6470,280.8367 c -0.8607,-0.0000 -2.1216,0.8406 -2.1216 5.5042c 0.0000,1.6412 0.3002,4.9437 2.0616 4.9437c 0.3403,-0.0000 1.3010,-0.2202 1.7213 -1.7813c 0.2602,-0.9607 0.4003,-2.1616 0.4003 -3.9030c 0.0000,-2.5419 -0.6405,-3.9630 -1.2209 -4.4634c -0.2202,-0.2002 -0.5204,-0.3002 -0.8406 -0.3002ZM 69.6470,280.8367 ZM 69.5670,291.9451 c -2.1416,-0.0000 -3.5827,-2.7421 -3.5827 -5.8044c 0.0000,-3.7428 1.7813,-6.0045 3.6628 -6.0045c 0.8607,-0.0000 1.7213,0.5404 2.3017 1.3210c 0.8406,1.1208 1.2810,2.6220 1.2810 4.5034c 0.0000,4.4434 -2.2017,5.9845 -3.6628 5.9845Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2461946880498966" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 78.5563,285.6703 h 9.0518 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 65.2637,356.0393 ZM 69.6470,345.1710 c -0.8607,-0.0000 -2.1216,0.8406 -2.1216 5.5042c 0.0000,1.6412 0.3002,4.9437 2.0616 4.9437c 0.3403,-0.0000 1.3010,-0.2202 1.7213 -1.7813c 0.2602,-0.9607 0.4003,-2.1616 0.4003 -3.9030c 0.0000,-2.5419 -0.6405,-3.9630 -1.2209 -4.4634c -0.2202,-0.2002 -0.5204,-0.3002 -0.8406 -0.3002ZM 69.6470,345.1710 ZM 69.5670,356.2794 c -2.1416,-0.0000 -3.5827,-2.7421 -3.5827 -5.8044c 0.0000,-3.7428 1.7813,-6.0045 3.6628 -6.0045c 0.8607,-0.0000 1.7213,0.5404 2.3017 1.3210c 0.8406,1.1208 1.2810,2.6220 1.2810 4.5034c 0.0000,4.4434 -2.2017,5.9845 -3.6628 5.9845Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2461946880498966" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 78.5563,350.0047 h 9.0518 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 552.2695,350.0047 l -0.0000,-301.7282 h -452.5923 l -0.0000,301.7282 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(87,57,99)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 534.1658,350.0047 l -0.0000,-32.8105 h -54.3111 l -0.0000,32.8105 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(87,57,99)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 443.6474,350.0047 l -0.0000,-23.1604 h -54.3111 l -0.0000,23.1604 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(87,57,99)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 353.1289,350.0047 l -0.0000,-138.3189 h -54.3111 l -0.0000,138.3189 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(87,57,99)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 262.6105,350.0047 l -0.0000,-290.7913 h -54.3111 l -0.0000,290.7913 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(87,57,99)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 172.0920,350.0047 l -0.0000,-301.7282 h -54.3111 l -0.0000,301.7282 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(255,255,84)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 498.2437,344.3497 ZM 504.4283,340.9671 c 0.0000,-2.0616 -1.1208,-3.0823 -2.3618 -3.0823c -0.9207,-0.0000 -1.6212,0.1401 -2.4018 0.4603l 0.6405,-5.4641 c 0.6605,0.0600 1.3410,0.0801 2.0415 0.0801c 1.0008,-0.0000 2.0415,-0.0600 3.1224 -0.1801l 0.1201,0.0600 l -0.3002,1.3010 c -0.7806,0.0801 -1.4211,0.1001 -1.9815 0.1001c -0.9007,-0.0000 -1.5812,-0.0801 -2.2817 -0.1601l -0.3803,3.1624 c 0.4203,-0.1601 1.1409,-0.3002 1.9215 -0.3002c 2.1216,-0.0000 3.3025,1.8414 3.3025 3.6828c 0.0000,2.2417 -1.5612,3.9630 -3.8229 3.9630c -1.1409,-0.0000 -2.8021,-0.6405 -2.8021 -1.4211c 0.0000,-0.3803 0.3202,-0.6405 0.6805 -0.6405c 0.4003,-0.0000 0.6605,0.3002 0.9007 0.6205c 0.3002,0.3603 0.6205,0.7606 1.2610 0.7606c 1.2810,-0.0000 2.3418,-1.2009 2.3418 -2.9422ZM 507.0103,344.3497 ZM 510.7731,334.8025 c -0.3803,-0.0000 -1.2610,0.3603 -1.7013 0.5604l -0.2402,-0.6205 c 1.7613,-0.8206 2.4418,-1.2409 3.4426 -1.9615h 0.3803 v 10.0676 c 0.0000,0.7205 0.1001,0.9207 0.7606 0.9207h 1.0408 c 0.0600,-0.0000 0.1601,0.0400 0.1601 0.1601v 0.4403 l -2.7421,-0.0400 l -2.7821,0.0400 v -0.4403 c 0.0200,-0.0600 0.0400,-0.1601 0.1601 -0.1601h 1.2009 c 0.7606,-0.0000 0.7606,-0.3403 0.7606 -0.9207v -6.8852 c 0.0000,-0.6805 0.0000,-1.1609 -0.4403 -1.1609Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(255,255,84)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 407.7252,353.9999 ZM 412.0485,343.0516 c -0.5004,-0.0000 -1.9615,0.2802 -1.9615 1.5011c 0.0000,0.3603 -0.1401,0.9807 -0.6805 0.9807c -0.5204,-0.0000 -0.5604,-0.5804 -0.5604 -0.6405c 0.0000,-0.6205 0.8206,-2.4619 3.6027 -2.4619c 1.9415,-0.0000 2.5219,1.2209 2.5219 2.0215c 0.0000,0.5004 -0.1601,1.5011 -1.9615 2.6420c 1.1208,0.1801 2.6020,1.0008 2.6020 3.0823c 0.0000,2.6420 -2.0015,4.0631 -4.2632 4.0631c -1.1409,-0.0000 -2.7421,-0.5004 -2.7421 -1.2610c 0.0000,-0.3002 0.3002,-0.6405 0.7005 -0.6405c 0.3803,-0.0000 0.5604,0.2002 0.7406 0.4603c 0.2202,0.3403 0.5804,0.8206 1.5412 0.8206c 0.6605,-0.0000 2.5419,-0.6605 2.5419 -3.1824c 0.0000,-2.1416 -1.5011,-2.4819 -2.5820 -2.4819c -0.1801,-0.0000 -0.4003,0.0400 -0.6205 0.0801l -0.0801,-0.6005 c 1.5412,-0.2602 2.8221,-1.7613 2.8221 -2.6820c 0.0000,-1.1409 -0.8006,-1.7013 -1.6212 -1.7013ZM 416.4918,353.9999 ZM 418.8136,348.7559 c -0.0200,0.2002 -0.0200,0.5004 -0.0200 0.7005c 0.0000,3.3625 1.5011,4.2032 2.5019 4.2032c 0.9207,-0.0000 1.9014,-0.8607 1.9014 -2.9422c 0.0000,-0.9407 -0.4804,-2.8622 -2.4018 -2.8622c -0.4203,-0.0000 -1.1809,0.0400 -1.9815 0.9007ZM 418.8136,348.7559 ZM 424.0576,342.9515 c -1.3010,0.1201 -2.4218,0.4603 -3.3826 1.4011c -0.9207,0.9007 -1.5812,2.2417 -1.8014 3.8429c 0.4603,-0.5604 1.5612,-0.9807 2.3218 -0.9807c 2.9622,-0.0000 3.3425,2.4418 3.3425 3.3625c 0.0000,1.3610 -0.6805,3.6628 -3.4426 3.6628c -1.4611,-0.0000 -3.6828,-0.8607 -3.6828 -4.8437c 0.0000,-1.8414 0.6205,-3.6428 2.0015 -5.0238c 1.2810,-1.3010 2.6220,-1.8414 4.5835 -1.9415Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(255,255,84)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 312.8234,238.8413 ZM 313.9843,229.9746 c 0.0000,-1.1409 1.1008,-2.7020 3.2024 -2.7020c 1.5412,-0.0000 3.3425,0.5804 3.3425 2.8822c 0.0000,1.5212 -0.7806,2.2817 -1.8614 3.3225l -1.9014,1.8414 c -0.1001,0.1001 -1.4411,1.4211 -1.4411 2.3618h 3.4026 c 0.6805,-0.0000 1.0408,-0.3403 1.3210 -1.4411l 0.5004,0.0801 l -0.4003,2.5219 h -6.1847 c 0.0000,-1.1208 0.1801,-1.9815 2.0415 -3.8829l 1.4011,-1.3810 c 1.1208,-1.1409 1.5812,-2.1216 1.5812 -3.3425c 0.0000,-1.8214 -1.2409,-2.3418 -1.9215 -2.3418c -1.3810,-0.0000 -1.7613,0.7205 -1.7613 1.2009c 0.0000,0.1601 0.0400,0.3202 0.0801 0.4603c 0.0400,0.1401 0.0801,0.2802 0.0801 0.4403c 0.0000,0.5204 -0.4003,0.7205 -0.7205 0.7205c -0.4403,-0.0000 -0.7606,-0.3403 -0.7606 -0.7406ZM 321.5901,238.8413 ZM 325.3529,229.2941 c -0.3803,-0.0000 -1.2610,0.3603 -1.7013 0.5604l -0.2402,-0.6205 c 1.7613,-0.8206 2.4418,-1.2409 3.4426 -1.9615h 0.3803 v 10.0676 c 0.0000,0.7205 0.1001,0.9207 0.7606 0.9207h 1.0408 c 0.0600,-0.0000 0.1601,0.0400 0.1601 0.1601v 0.4403 l -2.7421,-0.0400 l -2.7821,0.0400 v -0.4403 c 0.0200,-0.0600 0.0400,-0.1601 0.1601 -0.1601h 1.2009 c 0.7606,-0.0000 0.7606,-0.3403 0.7606 -0.9207v -6.8852 c 0.0000,-0.6805 0.0000,-1.1609 -0.4403 -1.1609ZM 330.3567,238.8413 ZM 336.5414,235.4588 c 0.0000,-2.0616 -1.1208,-3.0823 -2.3618 -3.0823c -0.9207,-0.0000 -1.6212,0.1401 -2.4018 0.4603l 0.6405,-5.4641 c 0.6605,0.0600 1.3410,0.0801 2.0415 0.0801c 1.0008,-0.0000 2.0415,-0.0600 3.1224 -0.1801l 0.1201,0.0600 l -0.3002,1.3010 c -0.7806,0.0801 -1.4211,0.1001 -1.9815 0.1001c -0.9007,-0.0000 -1.5812,-0.0801 -2.2817 -0.1601l -0.3803,3.1624 c 0.4203,-0.1601 1.1409,-0.3002 1.9215 -0.3002c 2.1216,-0.0000 3.3025,1.8414 3.3025 3.6828c 0.0000,2.2417 -1.5612,3.9630 -3.8229 3.9630c -1.1409,-0.0000 -2.8021,-0.6405 -2.8021 -1.4211c 0.0000,-0.3803 0.3202,-0.6405 0.6805 -0.6405c 0.4003,-0.0000 0.6605,0.3002 0.9007 0.6205c 0.3002,0.3603 0.6205,0.7606 1.2610 0.7606c 1.2810,-0.0000 2.3418,-1.2009 2.3418 -2.9422Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(255,255,84)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 222.3050,86.3689 ZM 227.4689,79.2635 c 0.0000,-0.1401 0.0200,-0.3002 0.2002 -0.4003c 0.2202,-0.1601 0.5804,-0.3403 0.8807 -0.3403c 0.2602,-0.0000 0.2802,0.2202 0.2802 0.6205v 3.2224 h 1.6212 l -0.1201,0.9407 h -1.5011 v 1.6613 c 0.0000,0.5604 0.0801,0.8406 0.6605 0.8406h 0.5404 c 0.1201,-0.0000 0.1401,0.1001 0.1401 0.1401v 0.4403 c 0.0000,-0.0000 -1.2810,-0.0400 -2.1216 -0.0400c -0.7606,-0.0000 -1.9415,0.0400 -1.9415 0.0400v -0.4403 c 0.0000,-0.0400 0.0200,-0.1401 0.1401 -0.1401h 0.5404 c 0.6205,-0.0000 0.6805,-0.2602 0.6805 -0.8406v -1.6613 h -3.9230 c -0.0801,-0.0000 -0.1201,-0.0400 -0.1801 -0.1201l -0.1601,-0.2202 l -0.2402,-0.4203 c -0.0200,-0.0000 -0.0200,-0.0200 -0.0200 -0.0400c 0.0000,-0.0200 0.0200,-0.0400 0.0400 -0.0600c 1.3010,-1.4411 3.6027,-5.9045 4.3233 -7.5457c 0.0200,-0.0801 0.0600,-0.1001 0.1401 -0.1001c 0.0200,-0.0000 0.4603,0.1801 0.7005 0.2202c -0.9007,2.4218 -2.3818,5.0238 -3.8429 7.3456h 3.1624 v -3.1023 ZM 231.0716,86.3689 ZM 237.2563,82.9863 c 0.0000,-2.0616 -1.1208,-3.0823 -2.3618 -3.0823c -0.9207,-0.0000 -1.6212,0.1401 -2.4018 0.4603l 0.6405,-5.4641 c 0.6605,0.0600 1.3410,0.0801 2.0415 0.0801c 1.0008,-0.0000 2.0415,-0.0600 3.1224 -0.1801l 0.1201,0.0600 l -0.3002,1.3010 c -0.7806,0.0801 -1.4211,0.1001 -1.9815 0.1001c -0.9007,-0.0000 -1.5812,-0.0801 -2.2817 -0.1601l -0.3803,3.1624 c 0.4203,-0.1601 1.1409,-0.3002 1.9215 -0.3002c 2.1216,-0.0000 3.3025,1.8414 3.3025 3.6828c 0.0000,2.2417 -1.5612,3.9630 -3.8229 3.9630c -1.1409,-0.0000 -2.8021,-0.6405 -2.8021 -1.4211c 0.0000,-0.3803 0.3202,-0.6405 0.6805 -0.6405c 0.4003,-0.0000 0.6605,0.3002 0.9007 0.6205c 0.3002,0.3603 0.6205,0.7606 1.2610 0.7606c 1.2810,-0.0000 2.3418,-1.2009 2.3418 -2.9422ZM 239.8383,86.3689 ZM 240.9991,77.5022 c 0.0000,-1.1409 1.1008,-2.7020 3.2024 -2.7020c 1.5412,-0.0000 3.3425,0.5804 3.3425 2.8822c 0.0000,1.5212 -0.7806,2.2817 -1.8614 3.3225l -1.9014,1.8414 c -0.1001,0.1001 -1.4411,1.4211 -1.4411 2.3618h 3.4026 c 0.6805,-0.0000 1.0408,-0.3403 1.3210 -1.4411l 0.5004,0.0801 l -0.4003,2.5219 h -6.1847 c 0.0000,-1.1208 0.1801,-1.9815 2.0415 -3.8829l 1.4011,-1.3810 c 1.1208,-1.1409 1.5812,-2.1216 1.5812 -3.3425c 0.0000,-1.8214 -1.2409,-2.3418 -1.9215 -2.3418c -1.3810,-0.0000 -1.7613,0.7205 -1.7613 1.2009c 0.0000,0.1601 0.0400,0.3202 0.0801 0.4603c 0.0400,0.1401 0.0801,0.2802 0.0801 0.4403c 0.0000,0.5204 -0.4003,0.7205 -0.7205 0.7205c -0.4403,-0.0000 -0.7606,-0.3403 -0.7606 -0.7406Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(255,255,84)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 131.7865,75.4320 ZM 136.9504,68.3267 c 0.0000,-0.1401 0.0200,-0.3002 0.2002 -0.4003c 0.2202,-0.1601 0.5804,-0.3403 0.8807 -0.3403c 0.2602,-0.0000 0.2802,0.2202 0.2802 0.6205v 3.2224 h 1.6212 l -0.1201,0.9407 h -1.5011 v 1.6613 c 0.0000,0.5604 0.0801,0.8406 0.6605 0.8406h 0.5404 c 0.1201,-0.0000 0.1401,0.1001 0.1401 0.1401v 0.4403 c 0.0000,-0.0000 -1.2810,-0.0400 -2.1216 -0.0400c -0.7606,-0.0000 -1.9415,0.0400 -1.9415 0.0400v -0.4403 c 0.0000,-0.0400 0.0200,-0.1401 0.1401 -0.1401h 0.5404 c 0.6205,-0.0000 0.6805,-0.2602 0.6805 -0.8406v -1.6613 h -3.9230 c -0.0801,-0.0000 -0.1201,-0.0400 -0.1801 -0.1201l -0.1601,-0.2202 l -0.2402,-0.4203 c -0.0200,-0.0000 -0.0200,-0.0200 -0.0200 -0.0400c 0.0000,-0.0200 0.0200,-0.0400 0.0400 -0.0600c 1.3010,-1.4411 3.6027,-5.9045 4.3233 -7.5457c 0.0200,-0.0801 0.0600,-0.1001 0.1401 -0.1001c 0.0200,-0.0000 0.4603,0.1801 0.7005 0.2202c -0.9007,2.4218 -2.3818,5.0238 -3.8429 7.3456h 3.1624 v -3.1023 ZM 140.5532,75.4320 ZM 142.8749,70.1881 c -0.0200,0.2002 -0.0200,0.5004 -0.0200 0.7005c 0.0000,3.3625 1.5011,4.2032 2.5019 4.2032c 0.9207,-0.0000 1.9014,-0.8607 1.9014 -2.9422c 0.0000,-0.9407 -0.4804,-2.8622 -2.4018 -2.8622c -0.4203,-0.0000 -1.1809,0.0400 -1.9815 0.9007ZM 142.8749,70.1881 ZM 148.1189,64.3837 c -1.3010,0.1201 -2.4218,0.4603 -3.3826 1.4011c -0.9207,0.9007 -1.5812,2.2417 -1.8014 3.8429c 0.4603,-0.5604 1.5612,-0.9807 2.3218 -0.9807c 2.9622,-0.0000 3.3425,2.4418 3.3425 3.3625c 0.0000,1.3610 -0.6805,3.6628 -3.4426 3.6628c -1.4611,-0.0000 -3.6828,-0.8607 -3.6828 -4.8437c 0.0000,-1.8414 0.6205,-3.6428 2.0015 -5.0238c 1.2810,-1.3010 2.6220,-1.8414 4.5835 -1.9415ZM 149.3198,75.4320 ZM 155.7046,69.3474 c 0.0000,-0.2002 0.0200,-0.5004 0.0200 -0.7005c 0.0000,-3.3625 -1.5011,-4.2032 -2.5219 -4.2032c -0.9207,-0.0000 -1.8814,0.8607 -1.8814 2.9422c 0.0000,0.9607 0.4804,2.8622 2.3818 2.8622c 0.4203,-0.0000 1.1809,-0.0400 2.0015 -0.9007ZM 155.7046,69.3474 ZM 150.4406,75.1518 c 1.3210,-0.1201 2.4218,-0.4603 3.4026 -1.4011c 0.9007,-0.9007 1.5612,-2.2417 1.8014 -3.8429c -0.4603,0.5604 -1.5812,0.9807 -2.3218 0.9807c -2.9622,-0.0000 -3.3625,-2.4418 -3.3625 -3.3625c 0.0000,-1.3610 0.6805,-3.6628 3.4426 -3.6628c 1.4811,-0.0000 3.7028,0.8607 3.7028 4.8437c 0.0000,1.8414 -0.6405,3.6428 -2.0015 5.0238c -1.2810,1.3010 -2.6420,1.8414 -4.6035 1.9415Z"/>+  </g>+</svg>
other/rectChart_Example.svg view
@@ -1,3 +1,307 @@ <?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.4987 h -6.0000 l -0.0000,2.4987 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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,-3.1765 h -6.0000 l -0.0000,3.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 288.0000,100.0000 l -0.0000,-3.9979 h -6.0000 l -0.0000,3.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 282.0000,100.0000 l -0.0000,-4.9817 h -6.0000 l -0.0000,4.9817 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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,-6.1458 h -6.0000 l -0.0000,6.1458 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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,-7.5065 h -6.0000 l -0.0000,7.5065 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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,-9.0773 h -6.0000 l -0.0000,9.0773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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,-10.8675 h -6.0000 l -0.0000,10.8675 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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,-12.8813 h -6.0000 l -0.0000,12.8813 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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,-15.1163 h -6.0000 l -0.0000,15.1163 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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,-17.5626 h -6.0000 l -0.0000,17.5626 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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,-20.2018 h -6.0000 l -0.0000,20.2018 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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,-23.0064 h -6.0000 l -0.0000,23.0064 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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,-25.9397 h -6.0000 l -0.0000,25.9397 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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,-28.9559 h -6.0000 l -0.0000,28.9559 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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,-32.0012 h -6.0000 l -0.0000,32.0012 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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,-35.0149 h -6.0000 l -0.0000,35.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 198.0000,100.0000 l -0.0000,-37.9312 h -6.0000 l -0.0000,37.9312 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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,-40.6815 h -6.0000 l -0.0000,40.6815 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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,-43.1971 h -6.0000 l -0.0000,43.1971 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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,-45.4118 h -6.0000 l -0.0000,45.4118 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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,-47.2651 h -6.0000 l -0.0000,47.2651 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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,-48.7046 h -6.0000 l -0.0000,48.7046 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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.6885 h -6.0000 l -0.0000,49.6885 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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,-50.1879 h -6.0000 l -0.0000,50.1879 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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,-50.1879 h -6.0000 l -0.0000,50.1879 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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.6885 h -6.0000 l -0.0000,49.6885 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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.7046 h -6.0000 l -0.0000,48.7046 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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.2651 h -6.0000 l -0.0000,47.2651 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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,-45.4118 h -6.0000 l -0.0000,45.4118 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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,-43.1971 h -6.0000 l -0.0000,43.1971 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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,-40.6815 h -6.0000 l -0.0000,40.6815 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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,-37.9312 h -6.0000 l -0.0000,37.9312 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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,-35.0149 h -6.0000 l -0.0000,35.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 96.0000,100.0000 l -0.0000,-32.0012 h -6.0000 l -0.0000,32.0012 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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,-28.9559 h -6.0000 l -0.0000,28.9559 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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,-25.9397 h -6.0000 l -0.0000,25.9397 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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,-23.0064 h -6.0000 l -0.0000,23.0064 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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,-20.2018 h -6.0000 l -0.0000,20.2018 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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,-17.5626 h -6.0000 l -0.0000,17.5626 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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,-15.1163 h -6.0000 l -0.0000,15.1163 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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,-12.8813 h -6.0000 l -0.0000,12.8813 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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,-10.8675 h -6.0000 l -0.0000,10.8675 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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.0773 h -6.0000 l -0.0000,9.0773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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,-7.5065 h -6.0000 l -0.0000,7.5065 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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.1458 h -6.0000 l -0.0000,6.1458 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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,-4.9817 h -6.0000 l -0.0000,4.9817 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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,-3.9979 h -6.0000 l -0.0000,3.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 12.0000,100.0000 l -0.0000,-3.1765 h -6.0000 l -0.0000,3.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 6.0000,100.0000 l -0.0000,-2.4987 h -6.0000 l -0.0000,2.4987 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.0006 h -6.0000 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 294.0000,100.0000 l -0.0000,-0.0016 h -6.0000 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 288.0000,100.0000 l -0.0000,-0.0040 h -6.0000 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 282.0000,100.0000 l -0.0000,-0.0097 h -6.0000 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 276.0000,100.0000 l -0.0000,-0.0225 h -6.0000 l -0.0000,0.0225 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.0500 h -6.0000 l -0.0000,0.0500 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.1070 h -6.0000 l -0.0000,0.1070 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.2198 h -6.0000 l -0.0000,0.2198 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 252.0000,100.0000 l -0.0000,-0.4339 h -6.0000 l -0.0000,0.4339 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.8230 h -6.0000 l -0.0000,0.8230 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.4996 h -6.0000 l -0.0000,1.4996 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.6252 h -6.0000 l -0.0000,2.6252 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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,-4.4157 h -6.0000 l -0.0000,4.4157 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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,-7.1361 h -6.0000 l -0.0000,7.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 216.0000,100.0000 l -0.0000,-11.0803 h -6.0000 l -0.0000,11.0803 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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,-16.5299 h -6.0000 l -0.0000,16.5299 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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,-23.6928 h -6.0000 l -0.0000,23.6928 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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,-32.6280 h -6.0000 l -0.0000,32.6280 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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,-43.1711 h -6.0000 l -0.0000,43.1711 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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,-54.8812 h -6.0000 l -0.0000,54.8812 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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,-67.0320 h -6.0000 l -0.0000,67.0320 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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,-78.6628 h -6.0000 l -0.0000,78.6628 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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,-88.6920 h -6.0000 l -0.0000,88.6920 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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,-96.0789 h -6.0000 l -0.0000,96.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 156.0000,100.0000 l -0.0000,-100.0000 h -6.0000 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,-100.0000 h -6.0000 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 144.0000,100.0000 l -0.0000,-96.0789 h -6.0000 l -0.0000,96.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 138.0000,100.0000 l -0.0000,-88.6920 h -6.0000 l -0.0000,88.6920 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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,-78.6628 h -6.0000 l -0.0000,78.6628 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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,-67.0320 h -6.0000 l -0.0000,67.0320 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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,-54.8812 h -6.0000 l -0.0000,54.8812 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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,-43.1711 h -6.0000 l -0.0000,43.1711 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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,-32.6280 h -6.0000 l -0.0000,32.6280 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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,-23.6928 h -6.0000 l -0.0000,23.6928 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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,-16.5299 h -6.0000 l -0.0000,16.5299 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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,-11.0803 h -6.0000 l -0.0000,11.0803 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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,-7.1361 h -6.0000 l -0.0000,7.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 78.0000,100.0000 l -0.0000,-4.4157 h -6.0000 l -0.0000,4.4157 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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,-2.6252 h -6.0000 l -0.0000,2.6252 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.4996 h -6.0000 l -0.0000,1.4996 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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,-0.8230 h -6.0000 l -0.0000,0.8230 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.4339 h -6.0000 l -0.0000,0.4339 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.2198 h -6.0000 l -0.0000,0.2198 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 42.0000,100.0000 l -0.0000,-0.1070 h -6.0000 l -0.0000,0.1070 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.0500 h -6.0000 l -0.0000,0.0500 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.0225 h -6.0000 l -0.0000,0.0225 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.0097 h -6.0000 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 18.0000,100.0000 l -0.0000,-0.0040 h -6.0000 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 12.0000,100.0000 l -0.0000,-0.0016 h -6.0000 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 6.0000,100.0000 l -0.0000,-0.0006 h -6.0000 l -0.0000,0.0006 Z"/></g></svg>+    "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.4987 h -6.0000 l -0.0000,2.4987 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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,-3.1765 h -6.0000 l -0.0000,3.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 288.0000,100.0000 l -0.0000,-3.9979 h -6.0000 l -0.0000,3.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 282.0000,100.0000 l -0.0000,-4.9817 h -6.0000 l -0.0000,4.9817 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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,-6.1458 h -6.0000 l -0.0000,6.1458 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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,-7.5065 h -6.0000 l -0.0000,7.5065 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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,-9.0773 h -6.0000 l -0.0000,9.0773 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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,-10.8675 h -6.0000 l -0.0000,10.8675 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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,-12.8813 h -6.0000 l -0.0000,12.8813 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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,-15.1163 h -6.0000 l -0.0000,15.1163 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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,-17.5626 h -6.0000 l -0.0000,17.5626 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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,-20.2018 h -6.0000 l -0.0000,20.2018 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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,-23.0064 h -6.0000 l -0.0000,23.0064 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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,-25.9397 h -6.0000 l -0.0000,25.9397 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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,-28.9559 h -6.0000 l -0.0000,28.9559 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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,-32.0012 h -6.0000 l -0.0000,32.0012 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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,-35.0149 h -6.0000 l -0.0000,35.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 198.0000,100.0000 l -0.0000,-37.9312 h -6.0000 l -0.0000,37.9312 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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,-40.6815 h -6.0000 l -0.0000,40.6815 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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,-43.1971 h -6.0000 l -0.0000,43.1971 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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,-45.4118 h -6.0000 l -0.0000,45.4118 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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,-47.2651 h -6.0000 l -0.0000,47.2651 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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,-48.7046 h -6.0000 l -0.0000,48.7046 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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.6885 h -6.0000 l -0.0000,49.6885 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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,-50.1879 h -6.0000 l -0.0000,50.1879 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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,-50.1879 h -6.0000 l -0.0000,50.1879 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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.6885 h -6.0000 l -0.0000,49.6885 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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.7046 h -6.0000 l -0.0000,48.7046 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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.2651 h -6.0000 l -0.0000,47.2651 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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,-45.4118 h -6.0000 l -0.0000,45.4118 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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,-43.1971 h -6.0000 l -0.0000,43.1971 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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,-40.6815 h -6.0000 l -0.0000,40.6815 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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,-37.9312 h -6.0000 l -0.0000,37.9312 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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,-35.0149 h -6.0000 l -0.0000,35.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 96.0000,100.0000 l -0.0000,-32.0012 h -6.0000 l -0.0000,32.0012 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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,-28.9559 h -6.0000 l -0.0000,28.9559 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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,-25.9397 h -6.0000 l -0.0000,25.9397 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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,-23.0064 h -6.0000 l -0.0000,23.0064 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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,-20.2018 h -6.0000 l -0.0000,20.2018 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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,-17.5626 h -6.0000 l -0.0000,17.5626 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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,-15.1163 h -6.0000 l -0.0000,15.1163 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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,-12.8813 h -6.0000 l -0.0000,12.8813 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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,-10.8675 h -6.0000 l -0.0000,10.8675 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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.0773 h -6.0000 l -0.0000,9.0773 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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,-7.5065 h -6.0000 l -0.0000,7.5065 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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.1458 h -6.0000 l -0.0000,6.1458 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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,-4.9817 h -6.0000 l -0.0000,4.9817 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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,-3.9979 h -6.0000 l -0.0000,3.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 12.0000,100.0000 l -0.0000,-3.1765 h -6.0000 l -0.0000,3.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 6.0000,100.0000 l -0.0000,-2.4987 h -6.0000 l -0.0000,2.4987 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.0006 h -6.0000 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 294.0000,100.0000 l -0.0000,-0.0016 h -6.0000 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 288.0000,100.0000 l -0.0000,-0.0040 h -6.0000 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 282.0000,100.0000 l -0.0000,-0.0097 h -6.0000 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 276.0000,100.0000 l -0.0000,-0.0225 h -6.0000 l -0.0000,0.0225 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.0500 h -6.0000 l -0.0000,0.0500 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.1070 h -6.0000 l -0.0000,0.1070 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.2198 h -6.0000 l -0.0000,0.2198 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 252.0000,100.0000 l -0.0000,-0.4339 h -6.0000 l -0.0000,0.4339 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.8230 h -6.0000 l -0.0000,0.8230 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.4996 h -6.0000 l -0.0000,1.4996 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.6252 h -6.0000 l -0.0000,2.6252 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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,-4.4157 h -6.0000 l -0.0000,4.4157 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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,-7.1361 h -6.0000 l -0.0000,7.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 216.0000,100.0000 l -0.0000,-11.0803 h -6.0000 l -0.0000,11.0803 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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,-16.5299 h -6.0000 l -0.0000,16.5299 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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,-23.6928 h -6.0000 l -0.0000,23.6928 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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,-32.6280 h -6.0000 l -0.0000,32.6280 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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,-43.1711 h -6.0000 l -0.0000,43.1711 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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,-54.8812 h -6.0000 l -0.0000,54.8812 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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,-67.0320 h -6.0000 l -0.0000,67.0320 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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,-78.6628 h -6.0000 l -0.0000,78.6628 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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,-88.6920 h -6.0000 l -0.0000,88.6920 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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,-96.0789 h -6.0000 l -0.0000,96.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 156.0000,100.0000 l -0.0000,-100.0000 h -6.0000 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,-100.0000 h -6.0000 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 144.0000,100.0000 l -0.0000,-96.0789 h -6.0000 l -0.0000,96.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 138.0000,100.0000 l -0.0000,-88.6920 h -6.0000 l -0.0000,88.6920 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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,-78.6628 h -6.0000 l -0.0000,78.6628 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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,-67.0320 h -6.0000 l -0.0000,67.0320 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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,-54.8812 h -6.0000 l -0.0000,54.8812 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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,-43.1711 h -6.0000 l -0.0000,43.1711 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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,-32.6280 h -6.0000 l -0.0000,32.6280 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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,-23.6928 h -6.0000 l -0.0000,23.6928 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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,-16.5299 h -6.0000 l -0.0000,16.5299 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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,-11.0803 h -6.0000 l -0.0000,11.0803 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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,-7.1361 h -6.0000 l -0.0000,7.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 78.0000,100.0000 l -0.0000,-4.4157 h -6.0000 l -0.0000,4.4157 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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,-2.6252 h -6.0000 l -0.0000,2.6252 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.4996 h -6.0000 l -0.0000,1.4996 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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,-0.8230 h -6.0000 l -0.0000,0.8230 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.4339 h -6.0000 l -0.0000,0.4339 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.2198 h -6.0000 l -0.0000,0.2198 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 42.0000,100.0000 l -0.0000,-0.1070 h -6.0000 l -0.0000,0.1070 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.0500 h -6.0000 l -0.0000,0.0500 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.0225 h -6.0000 l -0.0000,0.0225 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.0097 h -6.0000 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 18.0000,100.0000 l -0.0000,-0.0040 h -6.0000 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 12.0000,100.0000 l -0.0000,-0.0016 h -6.0000 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 6.0000,100.0000 l -0.0000,-0.0006 h -6.0000 l -0.0000,0.0006 Z"/>+  </g>+</svg>
other/rectHudExample.svg view
@@ -1,3 +1,397 @@ <?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 571.8182,238.9116 l -0.0000,-4.0928 h -9.8277 l -0.0000,4.0928 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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.9905,238.9116 l -0.0000,-5.2029 h -9.8277 l -0.0000,5.2029 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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.1628,238.9116 l -0.0000,-6.5484 h -9.8277 l -0.0000,6.5484 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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.3351,238.9116 l -0.0000,-8.1598 h -9.8277 l -0.0000,8.1598 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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.5074,238.9116 l -0.0000,-10.0666 h -9.8277 l -0.0000,10.0666 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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.6797,238.9116 l -0.0000,-12.2953 h -9.8277 l -0.0000,12.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 512.8520,238.9116 l -0.0000,-14.8681 h -9.8277 l -0.0000,14.8681 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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.0242,238.9116 l -0.0000,-17.8004 h -9.8277 l -0.0000,17.8004 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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.1965,238.9116 l -0.0000,-21.0989 h -9.8277 l -0.0000,21.0989 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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.3688,238.9116 l -0.0000,-24.7598 h -9.8277 l -0.0000,24.7598 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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.5411,238.9116 l -0.0000,-28.7667 h -9.8277 l -0.0000,28.7667 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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.7134,238.9116 l -0.0000,-33.0896 h -9.8277 l -0.0000,33.0896 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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.8857,238.9116 l -0.0000,-37.6834 h -9.8277 l -0.0000,37.6834 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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.0579,238.9116 l -0.0000,-42.4879 h -9.8277 l -0.0000,42.4879 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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.2302,238.9116 l -0.0000,-47.4283 h -9.8277 l -0.0000,47.4283 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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.4025,238.9116 l -0.0000,-52.4164 h -9.8277 l -0.0000,52.4164 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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.5748,238.9116 l -0.0000,-57.3527 h -9.8277 l -0.0000,57.3527 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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.7471,238.9116 l -0.0000,-62.1294 h -9.8277 l -0.0000,62.1294 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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.9194,238.9116 l -0.0000,-66.6343 h -9.8277 l -0.0000,66.6343 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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.0916,238.9116 l -0.0000,-70.7548 h -9.8277 l -0.0000,70.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 375.2639,238.9116 l -0.0000,-74.3825 h -9.8277 l -0.0000,74.3825 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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.4362,238.9116 l -0.0000,-77.4181 h -9.8277 l -0.0000,77.4181 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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.6085,238.9116 l -0.0000,-79.7758 h -9.8277 l -0.0000,79.7758 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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.7808,238.9116 l -0.0000,-81.3874 h -9.8277 l -0.0000,81.3874 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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.9531,238.9116 l -0.0000,-82.2053 h -9.8277 l -0.0000,82.2053 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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.1253,238.9116 l -0.0000,-82.2053 h -9.8277 l -0.0000,82.2053 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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.2976,238.9116 l -0.0000,-81.3874 h -9.8277 l -0.0000,81.3874 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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.4699,238.9116 l -0.0000,-79.7758 h -9.8277 l -0.0000,79.7758 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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.6422,238.9116 l -0.0000,-77.4181 h -9.8277 l -0.0000,77.4181 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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.8145,238.9116 l -0.0000,-74.3825 h -9.8277 l -0.0000,74.3825 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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.9868,238.9116 l -0.0000,-70.7548 h -9.8277 l -0.0000,70.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 267.1590,238.9116 l -0.0000,-66.6343 h -9.8277 l -0.0000,66.6343 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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.3313,238.9116 l -0.0000,-62.1294 h -9.8277 l -0.0000,62.1294 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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.5036,238.9116 l -0.0000,-57.3527 h -9.8277 l -0.0000,57.3527 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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.6759,238.9116 l -0.0000,-52.4164 h -9.8277 l -0.0000,52.4164 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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.8482,238.9116 l -0.0000,-47.4283 h -9.8277 l -0.0000,47.4283 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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.0205,238.9116 l -0.0000,-42.4879 h -9.8277 l -0.0000,42.4879 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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.1928,238.9116 l -0.0000,-37.6834 h -9.8277 l -0.0000,37.6834 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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.3650,238.9116 l -0.0000,-33.0896 h -9.8277 l -0.0000,33.0896 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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.5373,238.9116 l -0.0000,-28.7667 h -9.8277 l -0.0000,28.7667 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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.7096,238.9116 l -0.0000,-24.7598 h -9.8277 l -0.0000,24.7598 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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.8819,238.9116 l -0.0000,-21.0989 h -9.8277 l -0.0000,21.0989 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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.0542,238.9116 l -0.0000,-17.8004 h -9.8277 l -0.0000,17.8004 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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.2265,238.9116 l -0.0000,-14.8681 h -9.8277 l -0.0000,14.8681 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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.3987,238.9116 l -0.0000,-12.2953 h -9.8277 l -0.0000,12.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 129.5710,238.9116 l -0.0000,-10.0666 h -9.8277 l -0.0000,10.0666 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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.7433,238.9116 l -0.0000,-8.1598 h -9.8277 l -0.0000,8.1598 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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.9156,238.9116 l -0.0000,-6.5484 h -9.8277 l -0.0000,6.5484 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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.0879,238.9116 l -0.0000,-5.2029 h -9.8277 l -0.0000,5.2029 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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.2602,238.9116 l -0.0000,-4.0928 h -9.8277 l -0.0000,4.0928 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 571.8182,238.9116 l -0.0000,-0.0010 h -9.8277 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 561.9905,238.9116 l -0.0000,-0.0026 h -9.8277 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 552.1628,238.9116 l -0.0000,-0.0066 h -9.8277 l -0.0000,0.0066 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.3351,238.9116 l -0.0000,-0.0159 h -9.8277 l -0.0000,0.0159 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.5074,238.9116 l -0.0000,-0.0368 h -9.8277 l -0.0000,0.0368 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.6797,238.9116 l -0.0000,-0.0820 h -9.8277 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 512.8520,238.9116 l -0.0000,-0.1753 h -9.8277 l -0.0000,0.1753 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.0242,238.9116 l -0.0000,-0.3601 h -9.8277 l -0.0000,0.3601 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.1965,238.9116 l -0.0000,-0.7108 h -9.8277 l -0.0000,0.7108 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.3688,238.9116 l -0.0000,-1.3480 h -9.8277 l -0.0000,1.3480 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.5411,238.9116 l -0.0000,-2.4562 h -9.8277 l -0.0000,2.4562 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.7134,238.9116 l -0.0000,-4.3000 h -9.8277 l -0.0000,4.3000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.8857,238.9116 l -0.0000,-7.2327 h -9.8277 l -0.0000,7.2327 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.0579,238.9116 l -0.0000,-11.6886 h -9.8277 l -0.0000,11.6886 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.2302,238.9116 l -0.0000,-18.1490 h -9.8277 l -0.0000,18.1490 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.4025,238.9116 l -0.0000,-27.0752 h -9.8277 l -0.0000,27.0752 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.5748,238.9116 l -0.0000,-38.8076 h -9.8277 l -0.0000,38.8076 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.7471,238.9116 l -0.0000,-53.4431 h -9.8277 l -0.0000,53.4431 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.9194,238.9116 l -0.0000,-70.7121 h -9.8277 l -0.0000,70.7121 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.0916,238.9116 l -0.0000,-89.8927 h -9.8277 l -0.0000,89.8927 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.2639,238.9116 l -0.0000,-109.7953 h -9.8277 l -0.0000,109.7953 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.4362,238.9116 l -0.0000,-128.8459 h -9.8277 l -0.0000,128.8459 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.6085,238.9116 l -0.0000,-145.2734 h -9.8277 l -0.0000,145.2734 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.7808,238.9116 l -0.0000,-157.3728 h -9.8277 l -0.0000,157.3728 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.9531,238.9116 l -0.0000,-163.7953 h -9.8277 l -0.0000,163.7953 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.1253,238.9116 l -0.0000,-163.7953 h -9.8277 l -0.0000,163.7953 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.2976,238.9116 l -0.0000,-157.3728 h -9.8277 l -0.0000,157.3728 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.4699,238.9116 l -0.0000,-145.2734 h -9.8277 l -0.0000,145.2734 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.6422,238.9116 l -0.0000,-128.8459 h -9.8277 l -0.0000,128.8459 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.8145,238.9116 l -0.0000,-109.7953 h -9.8277 l -0.0000,109.7953 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.9868,238.9116 l -0.0000,-89.8927 h -9.8277 l -0.0000,89.8927 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.1590,238.9116 l -0.0000,-70.7121 h -9.8277 l -0.0000,70.7121 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.3313,238.9116 l -0.0000,-53.4431 h -9.8277 l -0.0000,53.4431 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.5036,238.9116 l -0.0000,-38.8076 h -9.8277 l -0.0000,38.8076 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.6759,238.9116 l -0.0000,-27.0752 h -9.8277 l -0.0000,27.0752 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.8482,238.9116 l -0.0000,-18.1490 h -9.8277 l -0.0000,18.1490 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.0205,238.9116 l -0.0000,-11.6886 h -9.8277 l -0.0000,11.6886 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.1928,238.9116 l -0.0000,-7.2327 h -9.8277 l -0.0000,7.2327 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.3650,238.9116 l -0.0000,-4.3000 h -9.8277 l -0.0000,4.3000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.5373,238.9116 l -0.0000,-2.4562 h -9.8277 l -0.0000,2.4562 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.7096,238.9116 l -0.0000,-1.3480 h -9.8277 l -0.0000,1.3480 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.8819,238.9116 l -0.0000,-0.7108 h -9.8277 l -0.0000,0.7108 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.0542,238.9116 l -0.0000,-0.3601 h -9.8277 l -0.0000,0.3601 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.2265,238.9116 l -0.0000,-0.1753 h -9.8277 l -0.0000,0.1753 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.3987,238.9116 l -0.0000,-0.0820 h -9.8277 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 129.5710,238.9116 l -0.0000,-0.0368 h -9.8277 l -0.0000,0.0368 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.7433,238.9116 l -0.0000,-0.0159 h -9.8277 l -0.0000,0.0159 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.9156,238.9116 l -0.0000,-0.0066 h -9.8277 l -0.0000,0.0066 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.0879,238.9116 l -0.0000,-0.0026 h -9.8277 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 90.2602,238.9116 l -0.0000,-0.0010 h -9.8277 l -0.0000,0.0010 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(31,119,180)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 60.0029,238.9116 ZM 43.7727,224.7866 c -4.0066,-0.0000 -5.0252,2.7842 -5.0252 4.8215c -0.0000,1.2224 0.1019,2.1731 0.2716 2.9540l 10.0505,0.0000 l 0.0000,-1.6977 c 0.0000,-2.5466 -0.5772,-4.1764 -1.7317 -4.9913c -0.9507,-0.6451 -2.1391,-1.0865 -3.5652 -1.0865ZM 43.7727,224.7866 ZM 43.7388,222.0363 c 3.5652,0.0000 5.5006,3.1917 5.9759 4.6517l 6.9606,-3.5991 c 1.4600,-0.7470 2.6145,-1.6638 2.6145 -3.1917l 0.7130,-0.1019 c 0.1358,0.3395 0.2037,0.9168 0.2037 1.4261c -0.0000,2.0373 -1.2903,3.5312 -2.8861 4.4141l -6.5192,3.4973 c -0.2377,0.1358 -0.4414,1.1544 -0.4414 3.4294l 7.1983,0.0000 c 1.0186,0.0000 1.4940,-0.5093 1.4940 -1.8335l 0.0000,-0.9168 c 0.0000,-0.1358 0.1019,-0.2716 0.2716 -0.2716l 0.6451,0.0000 l 0.0679,0.0679 c 0.0000,-0.0000 -0.0679,2.9540 -0.0679 4.2782c -0.0000,1.2224 0.0679,4.3801 0.0679 4.3801l -0.0679,0.0679 l -0.6451,-0.0000 c -0.1698,-0.0000 -0.2716,-0.1019 -0.2716 -0.2716l 0.0000,-0.8828 c 0.0000,-1.3921 -0.5433,-1.8675 -1.4940 -1.8675l -17.0450,-0.0000 c -0.9847,-0.0000 -1.5619,0.1358 -1.5619 1.0186c -0.0000,0.1019 -0.0000,0.1698 0.0340 0.2377l 0.1019,1.0186 c -0.0000,0.1698 -0.1019,0.2716 -0.2377 0.2716l -0.6451,-0.0000 c -0.1698,-0.7130 -0.4075,-3.9047 -0.4075 -7.8774c 0.0000,-2.1391 0.1698,-4.5159 1.6977 -6.1457c 1.1544,-1.2224 2.5466,-1.7996 4.2443 -1.7996ZM 60.0029,219.4219 ZM 50.5975,215.5511 l 0.0000,-6.2476 c 0.0000,-0.3395 -0.1698,-0.4754 -0.4754 -0.4754c -3.1577,-0.0000 -3.9726,1.5958 -3.9726 2.8182c -0.0000,0.7809 0.3056,3.3275 4.4480 3.9047ZM 50.5975,215.5511 ZM 56.8451,206.5872 l 0.5433,-0.6791 c 1.7656,1.2903 3.0219,3.2936 3.0219 5.7383c -0.0000,4.6517 -3.4633,6.6211 -7.1643 6.6211c -5.1610,-0.0000 -8.2509,-3.3954 -8.2509 -6.6211c 0.0000,-4.4820 3.4973,-5.5345 6.3494 -5.5345c 0.3735,0.0000 0.5772,0.2377 0.5772 0.6112l -0.0000,8.9300 c 0.2037,0.0340 0.4075,0.0340 0.6791 0.0340c 3.4633,0.0000 6.1457,-2.4108 6.1457 -4.8555c 0.0000,-1.8675 -0.6112,-3.0559 -1.9014 -4.2443ZM 60.0029,204.8895 ZM 56.9130,191.8510 c 2.5805,1.4940 3.4973,3.1238 3.4973 5.1610c -0.0000,4.0745 -3.0898,6.6211 -7.4699 6.6211c -4.8215,-0.0000 -7.9453,-3.0219 -7.9453 -6.6890c 0.0000,-3.2596 1.6638,-4.9913 3.4633 -4.9913c 0.9847,0.0000 1.4940,0.6112 1.4940 1.3242c -0.0000,0.7130 -0.3735,1.3921 -1.2224 1.4940c -1.1205,0.1358 -2.5805,0.3395 -2.5805 2.3428c -0.0000,2.2410 2.3768,3.9047 6.0439 3.9047c 3.9726,0.0000 6.7229,-2.1391 6.7229 -4.7536c 0.0000,-1.4600 -0.9507,-2.7503 -2.4787 -3.8029ZM 60.0029,191.2059 ZM 46.7267,185.6374 l 8.6923,0.0000 c 2.1052,0.0000 3.1238,-0.2037 3.1238 -1.1205c 0.0000,-0.8828 -0.2716,-1.5619 -0.9507 -2.4447l 0.5772,-0.6112 c 1.4940,1.3242 2.2410,2.6824 2.2410 4.2443c -0.0000,1.5619 -0.9507,2.4787 -3.3615 2.4787l -10.3221,-0.0000 l -0.0000,2.2070 c -0.0000,0.1019 -0.0340,0.1358 -0.1358 0.1358l -1.0526,-0.0000 c -0.1019,-0.0000 -0.1358,-0.0340 -0.1358 -0.1019c 0.0000,-2.2749 -1.3242,-2.8182 -3.9047 -2.8182l -0.6451,-0.0000 l -0.6791,-1.9693 l 5.2290,0.0000 l 0.0000,-3.7350 c 0.0000,-0.1698 0.0679,-0.2716 0.2037 -0.2716l 0.6791,0.0000 c 0.3056,0.0000 0.4414,0.4754 0.4414 0.8149l -0.0000,3.1917 ZM 60.0029,172.4631 ZM 60.4103,160.4094 c -0.0000,7.3002 -5.6364,10.7974 -11.1030 10.7974c -6.6890,-0.0000 -11.6463,-5.1950 -11.6463 -10.8314c 0.0000,-4.1764 1.4261,-5.5006 1.5279 -7.4360c 1.8675,-0.1019 3.4973,-0.4075 5.2629 -0.7470l 0.1358,1.0186 c -2.9201,0.8828 -5.6704,2.8522 -5.6704 7.5378c -0.0000,2.6824 2.8522,7.5039 9.7449 7.5039c 4.9573,0.0000 10.3560,-2.5466 10.3560 -7.8095c 0.0000,-3.1577 -1.1205,-5.4666 -3.7689 -7.8774l 0.5093,-0.7809 c 3.0219,2.3089 4.6517,5.3308 4.6517 8.6244ZM 60.0029,150.5966 ZM 36.3028,145.0621 l 11.5105,0.0000 c -2.2749,-2.2749 -2.8182,-4.2782 -2.8182 -5.6025c 0.0000,-2.4447 1.8675,-3.6671 5.3648 -3.6671l 7.1983,0.0000 c 0.9847,0.0000 1.4940,-0.3395 1.4940 -1.4600l 0.0000,-0.6451 c 0.0000,-0.1358 0.1019,-0.2716 0.2716 -0.2716l 0.6451,0.0000 l 0.0679,0.0679 c 0.0000,-0.0000 -0.0679,2.3089 -0.0679 3.6671c -0.0000,1.1884 0.0679,3.4973 0.0679 3.4973l -0.0679,0.0679 l -0.6451,-0.0000 c -0.1698,-0.0000 -0.2716,-0.1019 -0.2716 -0.2716l 0.0000,-0.6451 c 0.0000,-1.1544 -0.5093,-1.4600 -1.4940 -1.4600l -7.5718,-0.0000 c -2.7503,-0.0000 -3.3954,0.7470 -3.3954 2.6484c -0.0000,0.9847 0.8828,2.4447 2.4787 4.0745l 8.4886,0.0000 c 0.9847,0.0000 1.4940,-0.3395 1.4940 -1.4600l 0.0000,-0.6451 c 0.0000,-0.1358 0.1019,-0.2716 0.2716 -0.2716l 0.6451,0.0000 l 0.0679,0.0679 c 0.0000,-0.0000 -0.0679,2.3089 -0.0679 3.6331c -0.0000,1.2224 0.0679,3.4973 0.0679 3.4973l -0.0679,0.0679 l -0.6451,-0.0000 c -0.1698,-0.0000 -0.2716,-0.0679 -0.2716 -0.2377l 0.0000,-0.6451 c 0.0000,-1.1544 -0.5093,-1.4600 -1.4940 -1.4600l -17.0111,-0.0000 c -1.9354,-0.0000 -2.4787,0.3056 -2.4787 0.9847l 0.1358,1.1205 c -0.0000,0.1019 -0.0679,0.1698 -0.1698 0.1698l -0.8489,0.0679 c 0.0000,-0.5433 -0.2037,-1.7656 -0.3056 -2.3428c -0.1358,-0.6112 -0.2716,-1.1205 -0.5772 -1.7996l 0.0000,-0.7470 ZM 60.0029,133.0083 ZM 51.6841,123.1276 l 0.6791,2.6824 c 0.9168,2.9880 2.4787,3.4294 4.0066 3.4294c 1.0526,0.0000 2.6484,-0.5093 2.6484 -2.6484c 0.0000,-1.0186 -0.9847,-2.5805 -1.7317 -3.4633l -5.6025,-0.0000 ZM 51.6841,123.1276 ZM 60.4103,120.9546 c -0.0000,1.2903 -1.1544,2.0033 -1.9693 2.1391l 0.5433,0.7809 c 1.0865,1.5619 1.4261,2.1391 1.4261 3.7010c -0.0000,2.3768 -1.3582,4.1085 -3.9047 4.1085c -2.5805,-0.0000 -4.3461,-2.2070 -5.1610 -5.4327l -0.7809,-3.1238 c -3.8368,-0.0000 -4.5499,1.7656 -4.5499 2.9201c -0.0000,1.2903 0.5772,2.7842 1.6298 2.7842c 0.3735,0.0000 0.5772,-0.0679 0.6791 -0.1019c 0.1358,-0.0679 0.3735,-0.1019 0.6112 -0.1019c 0.4414,0.0000 1.1205,0.3395 1.1205 1.3242c -0.0000,0.8149 -0.5433,1.3582 -1.3582 1.3582c -1.9693,-0.0000 -3.7010,-3.1917 -3.7010 -5.3648c 0.0000,-2.4787 1.0186,-5.3308 5.8401 -5.3308l 4.9913,0.0000 c 2.0712,0.0000 2.9540,-0.0340 2.9540 -0.8149c 0.0000,-0.7470 -0.9507,-0.9507 -1.6977 -0.9847l 0.1698,-0.8489 c 2.4787,0.2037 3.1577,1.2563 3.1577 2.9880ZM 60.0029,117.6950 ZM 57.5581,114.6730 l -8.4546,-0.0000 c -1.6977,-0.0000 -2.0712,0.2377 -2.0712 0.7470c -0.0000,0.4414 0.0340,0.8489 0.1698 1.4261l -0.9507,0.1698 c -0.3735,-2.1391 -0.4754,-2.5126 -0.9847 -3.5312c -0.1698,-0.3395 -0.2716,-0.6112 -0.2716 -0.8489l 0.0000,-0.5093 l 3.0559,0.1019 l 0.0000,-0.1019 c -1.3242,-0.8828 -3.0559,-2.3768 -3.0559 -3.9726c 0.0000,-1.3921 0.6791,-1.9014 1.5619 -1.9014c 0.8828,0.0000 1.4261,0.5772 1.4261 1.4600c -0.0000,0.6791 -0.2716,1.0526 -0.6112 1.3921c -0.2037,0.2037 -0.3056,0.4414 -0.3056 0.6791c -0.0000,0.3735 0.6112,1.1205 1.7656 1.9354c 0.3056,0.2377 0.7470,0.4075 1.1884 0.4075l 7.5378,0.0000 c 0.9847,0.0000 1.4940,-0.3395 1.4940 -1.4600l 0.0000,-0.9847 c 0.0000,-0.1698 0.1019,-0.3056 0.2716 -0.3056l 0.6451,0.0000 l 0.0679,0.0679 c 0.0000,-0.0000 -0.0679,2.6824 -0.0679 4.0066c -0.0000,1.2224 0.0679,3.5312 0.0679 3.5312l -0.0679,0.0340 l -0.6451,-0.0000 c -0.1698,-0.0000 -0.2716,-0.0679 -0.2716 -0.2377l 0.0000,-0.6451 c 0.0000,-1.1544 -0.5093,-1.4600 -1.4940 -1.4600ZM 60.0029,105.9128 ZM 46.7267,100.3443 l 8.6923,0.0000 c 2.1052,0.0000 3.1238,-0.2037 3.1238 -1.1205c 0.0000,-0.8828 -0.2716,-1.5619 -0.9507 -2.4447l 0.5772,-0.6112 c 1.4940,1.3242 2.2410,2.6824 2.2410 4.2443c -0.0000,1.5619 -0.9507,2.4787 -3.3615 2.4787l -10.3221,-0.0000 l -0.0000,2.2070 c -0.0000,0.1019 -0.0340,0.1358 -0.1358 0.1358l -1.0526,-0.0000 c -0.1019,-0.0000 -0.1358,-0.0340 -0.1358 -0.1019c 0.0000,-2.2749 -1.3242,-2.8182 -3.9047 -2.8182l -0.6451,-0.0000 l -0.6791,-1.9693 l 5.2290,0.0000 l 0.0000,-3.7350 c 0.0000,-0.1698 0.0679,-0.2716 0.2037 -0.2716l 0.6791,0.0000 c 0.3056,0.0000 0.4414,0.4754 0.4414 0.8149l -0.0000,3.1917 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.7716,311.4680 ZM 291.7759,308.7775 c 0.0000,-0.7891 -0.3708,-1.2454 -0.9412 -1.2454c -0.4944,-0.0000 -0.8271,0.3423 -0.8271 1.0838c 0.0000,0.4944 0.1901,1.2740 0.9507 1.2740c 0.3328,-0.0000 0.8176,-0.1616 0.8176 -1.1123ZM 291.7759,308.7775 ZM 289.9980,311.5346 c -0.2947,0.2757 -0.3613,0.5704 -0.3613 0.8937c 0.0000,0.7130 0.8556,0.9222 1.1789 0.9222c 0.8176,-0.0000 1.8539,-0.2852 1.8539 -0.9697c 0.0000,-0.2472 -0.1331,-0.4088 -0.5039 -0.5894c -0.2662,-0.1331 -0.6560,-0.2377 -1.1123 -0.2377c -0.0761,-0.0000 -0.1806,0.0095 -0.3137 0.0190c -0.1331,0.0095 -0.2757,0.0095 -0.3803 0.0095c -0.1521,-0.0000 -0.2282,-0.0190 -0.3613 -0.0475ZM 289.9980,311.5346 ZM 292.8882,307.7792 c -0.1521,-0.0000 -0.2472,-0.0856 -0.2852 -0.1616c -0.0570,-0.0856 -0.0951,-0.1141 -0.1616 -0.1141c -0.1141,-0.0000 -0.2947,0.1331 -0.3613 0.2282c 0.2662,0.2852 0.3898,0.5609 0.3898 1.0078c 0.0000,0.9317 -0.7606,1.4356 -1.5592 1.4356c -0.3518,-0.0000 -0.6370,-0.0666 -0.8556 -0.1997c -0.1046,0.1616 -0.1616,0.3613 -0.1616 0.5514c 0.0000,0.4088 0.3137,0.5134 0.5799 0.5134c 0.0475,-0.0000 0.1616,-0.0095 0.2947 -0.0190c 0.2187,-0.0285 0.4563,-0.0475 0.6180 -0.0475c 0.3328,-0.0000 0.9602,0.0666 1.3405 0.3898c 0.2567,0.2377 0.3993,0.4659 0.3993 0.7701c 0.0000,1.0268 -1.3500,1.5687 -2.5764 1.5687c -0.6940,-0.0000 -1.4641,-0.2567 -1.4641 -1.0838c 0.0000,-0.4088 0.2567,-0.8461 0.7416 -1.1504c -0.2377,-0.1236 -0.4088,-0.3613 -0.4088 -0.7035c 0.0000,-0.3232 0.1426,-0.7321 0.3993 -0.9602c -0.2567,-0.2567 -0.4754,-0.5799 -0.4754 -1.1028c 0.0000,-0.8747 0.7701,-1.4356 1.5782 -1.4356c 0.5324,-0.0000 0.8652,0.2187 0.9697 0.2947c 0.2377,-0.3232 0.6655,-0.4849 0.9032 -0.4849c 0.2472,-0.0000 0.4183,0.1616 0.4183 0.3613c 0.0000,0.2092 -0.1331,0.3423 -0.3232 0.3423ZM 293.0974,311.4680 ZM 293.9435,310.7835 v -2.3673 c 0.0000,-0.4754 -0.0666,-0.5799 -0.2092 -0.5799c -0.1236,-0.0000 -0.2377,0.0095 -0.3993 0.0475l -0.0475,-0.2662 c 0.5990,-0.1046 0.7035,-0.1331 0.9887 -0.2757c 0.0951,-0.0475 0.1711,-0.0761 0.2377 -0.0761h 0.1426 l -0.0285,0.8556 h 0.0285 c 0.2472,-0.3708 0.6655,-0.8556 1.1123 -0.8556c 0.3898,-0.0000 0.5324,0.1901 0.5324 0.4373c 0.0000,0.2472 -0.1616,0.3993 -0.4088 0.3993c -0.1901,-0.0000 -0.2947,-0.0761 -0.3898 -0.1711c -0.0570,-0.0570 -0.1236,-0.0856 -0.1901 -0.0856c -0.1046,-0.0000 -0.3137,0.1711 -0.5419 0.4944c -0.0666,0.0856 -0.1141,0.2092 -0.1141 0.3328v 2.1106 c 0.0000,0.2757 0.0951,0.4183 0.4088 0.4183h 0.2757 c 0.0475,-0.0000 0.0856,0.0285 0.0856 0.0761v 0.1806 l -0.0190,0.0190 c 0.0000,-0.0000 -0.7511,-0.0190 -1.1218 -0.0190c -0.3423,-0.0000 -0.9887,0.0190 -0.9887 0.0190l -0.0095,-0.0190 v -0.1806 c 0.0000,-0.0475 0.0190,-0.0761 0.0666 -0.0761h 0.1806 c 0.3232,-0.0000 0.4088,-0.1426 0.4088 -0.4183ZM 296.3964,311.4680 ZM 297.4802,308.8345 h 1.7493 c 0.0951,-0.0000 0.1331,-0.0475 0.1331 -0.1331c 0.0000,-0.8842 -0.4468,-1.1123 -0.7891 -1.1123c -0.2187,-0.0000 -0.9317,0.0856 -1.0933 1.2454ZM 297.4802,308.8345 ZM 299.9901,310.5839 l 0.1901,0.1521 c -0.3613,0.4944 -0.9222,0.8461 -1.6067 0.8461c -1.3025,-0.0000 -1.8539,-0.9697 -1.8539 -2.0060c 0.0000,-1.4451 0.9507,-2.3102 1.8539 -2.3102c 1.2549,-0.0000 1.5497,0.9792 1.5497 1.7778c 0.0000,0.1046 -0.0666,0.1616 -0.1711 0.1616h -2.5004 c -0.0095,0.0570 -0.0095,0.1141 -0.0095 0.1901c 0.0000,0.9697 0.6750,1.7208 1.3595 1.7208c 0.5229,-0.0000 0.8556,-0.1711 1.1884 -0.5324ZM 300.4654,311.4680 ZM 302.4429,307.5701 c 0.0000,0.0475 -0.0570,0.0761 -0.1046 0.0761c -0.2852,-0.0000 -0.4088,0.0570 -0.4088 0.2092c 0.0000,0.0570 0.0190,0.1331 0.0570 0.2187l 1.0458,2.4529 l 1.0553,-2.4148 c 0.0475,-0.0856 0.0666,-0.1616 0.0666 -0.2187c 0.0000,-0.1997 -0.1901,-0.2472 -0.3993 -0.2472h -0.0380 c -0.0475,-0.0000 -0.0951,-0.0380 -0.0951 -0.0666v -0.1806 l 0.0190,-0.0285 c 0.0000,-0.0000 0.5609,0.0190 0.8937 0.0190c 0.2662,-0.0000 0.6560,-0.0190 0.6560 -0.0190l 0.0285,0.0190 v 0.1806 c 0.0000,0.0475 -0.0380,0.0761 -0.1046 0.0761c -0.3613,-0.0000 -0.5419,0.3708 -0.6750 0.6465c -0.5039,1.0648 -0.9222,2.0440 -1.6828 3.8789c -0.2852,0.6845 -0.6275,1.4831 -1.3025 1.4831c -0.1806,-0.0000 -0.5514,-0.1046 -0.5514 -0.4468c 0.0000,-0.2852 0.2092,-0.3708 0.3613 -0.3708c 0.1426,-0.0000 0.2377,0.0570 0.2947 0.1331c 0.0951,0.0951 0.1616,0.1616 0.2567 0.1616c 0.1426,-0.0000 0.4754,-0.8176 0.7130 -1.3976c 0.0570,-0.1141 0.0761,-0.2092 0.0761 -0.2947c 0.0000,-0.0951 -0.0856,-0.3518 -0.1616 -0.5419l -1.1979,-2.7856 c -0.1521,-0.3613 -0.2567,-0.4659 -0.5799 -0.4659c -0.0570,-0.0000 -0.0951,-0.0285 -0.0951 -0.0666v -0.1901 l 0.0190,-0.0190 c 0.0000,-0.0000 0.4183,0.0190 0.7035 0.0190c 0.4468,-0.0000 1.1314,-0.0190 1.1314 -0.0190l 0.0190,0.0285 v 0.1711 ZM 307.6814,311.4680 ZM 309.6019,307.5701 c 0.0000,0.0475 -0.0380,0.0761 -0.0856 0.0761h -0.1426 c -0.2092,-0.0000 -0.2757,0.0570 -0.2757 0.1521c 0.0000,0.0666 0.0380,0.1521 0.0856 0.2852l 0.9983,2.5099 l 0.8271,-2.0631 l -0.1711,-0.4278 c -0.1236,-0.3232 -0.3232,-0.4563 -0.6085 -0.4563c -0.0475,-0.0000 -0.0951,-0.0190 -0.0951 -0.0666v -0.1901 l 0.0190,-0.0190 c 0.0000,-0.0000 0.5324,0.0190 0.8652 0.0190l 0.9507,-0.0190 l 0.0285,0.0190 v 0.1806 c 0.0000,0.0475 -0.0475,0.0761 -0.0951 0.0761h -0.1711 c -0.1901,-0.0000 -0.2757,0.0380 -0.2757 0.1331c 0.0000,0.0761 0.0380,0.1711 0.0951 0.3042l 0.9887,2.5099 l 0.9887,-2.4624 c 0.0285,-0.0570 0.0475,-0.1331 0.0475 -0.2092c 0.0000,-0.1616 -0.1046,-0.2757 -0.4278 -0.2757h -0.1426 c -0.0475,-0.0000 -0.0856,-0.0380 -0.0856 -0.0666v -0.1901 l 0.0285,-0.0190 c 0.0000,-0.0000 0.6275,0.0190 0.9792 0.0190c 0.3232,-0.0000 0.7035,-0.0190 0.7035 -0.0190l 0.0095,0.0190 v 0.1806 c 0.0000,0.0570 -0.0570,0.0761 -0.1141 0.0761c -0.2377,-0.0000 -0.4849,0.1046 -0.6560 0.5229l -1.2930,3.2134 c -0.0570,0.1426 -0.1331,0.1997 -0.2187 0.1997c -0.0951,-0.0000 -0.1711,-0.0570 -0.2282 -0.1901l -0.9507,-2.3768 l -0.9507,2.3578 c -0.0666,0.1521 -0.1426,0.2092 -0.2282 0.2092c -0.0951,-0.0000 -0.1711,-0.0570 -0.2282 -0.1901l -1.3025,-3.2895 c -0.1426,-0.3708 -0.3137,-0.4563 -0.5990 -0.4563c -0.0475,-0.0000 -0.1141,-0.0190 -0.1141 -0.0666v -0.1901 l 0.0190,-0.0190 c 0.0000,-0.0000 0.4468,0.0190 0.8652 0.0190c 0.4373,-0.0000 0.9412,-0.0190 0.9412 -0.0190l 0.0190,0.0285 v 0.1711 ZM 314.7547,311.4680 ZM 315.4963,306.0394 c 0.0000,-0.2472 0.1997,-0.4563 0.4468 -0.4563c 0.2567,-0.0000 0.4563,0.2092 0.4563 0.4563c 0.0000,0.2567 -0.1997,0.4563 -0.4563 0.4563c -0.2472,-0.0000 -0.4468,-0.1997 -0.4468 -0.4563ZM 315.4963,306.0394 ZM 316.3995,310.7835 c 0.0000,0.2757 0.1046,0.4183 0.4088 0.4183h 0.1806 c 0.0475,-0.0000 0.0856,0.0285 0.0856 0.0761v 0.1806 l -0.0190,0.0190 c 0.0000,-0.0000 -0.6560,-0.0190 -1.0268 -0.0190c -0.3328,-0.0000 -0.9792,0.0190 -0.9792 0.0190l -0.0190,-0.0190 v -0.1806 c 0.0000,-0.0475 0.0285,-0.0761 0.0761 -0.0761h 0.1806 c 0.3137,-0.0000 0.4088,-0.1426 0.4088 -0.4183v -2.3673 c 0.0000,-0.5039 -0.0856,-0.5799 -0.2187 -0.5799c -0.1236,-0.0000 -0.2377,0.0095 -0.3993 0.0475l -0.0475,-0.2662 c 0.6085,-0.1046 0.7130,-0.1426 0.9887 -0.2757c 0.1046,-0.0380 0.1711,-0.0761 0.2377 -0.0761h 0.1426 v 3.5177 ZM 317.2646,311.4680 ZM 320.4400,310.6219 v -2.4624 c -0.2282,-0.3613 -0.4849,-0.5609 -0.9317 -0.5609c -0.1901,-0.0000 -0.5799,0.0285 -0.8842 0.4754c -0.1331,0.1997 -0.2947,0.6085 -0.2947 1.2930c 0.0000,1.2454 0.6465,1.8159 1.1599 1.8159c 0.3137,-0.0000 0.5704,-0.1901 0.9507 -0.5609ZM 320.4400,310.6219 ZM 321.1531,304.8320 v 5.4952 c 0.0000,0.2852 0.0190,0.4373 0.0380 0.5039c 0.0285,0.0856 0.1331,0.1426 0.2092 0.1426c 0.1141,-0.0000 0.3232,-0.0000 0.4659 -0.0285l 0.0380,0.2662 c -0.5514,0.0951 -1.0458,0.1997 -1.2454 0.3708h -0.2282 l 0.0285,-0.6560 c -0.3613,0.3708 -0.7321,0.6560 -1.2169 0.6560c -1.0268,-0.0000 -1.6543,-0.8747 -1.6543 -2.0440c 0.0000,-0.7035 0.1901,-1.2930 0.5990 -1.7018c 0.3803,-0.3613 0.7986,-0.5704 1.4261 -0.5704c 0.1901,-0.0000 0.6085,0.0856 0.8271 0.2092v -1.4546 c 0.0000,-0.5419 -0.0856,-0.6940 -0.2757 -0.6940l -0.3137,0.0380 c -0.0190,-0.0000 -0.0475,-0.0190 -0.0475 -0.0475l -0.0190,-0.2377 c 0.1521,-0.0000 0.4944,-0.0570 0.6560 -0.0856c 0.1806,-0.0380 0.3137,-0.0761 0.5039 -0.1616h 0.2092 ZM 321.9612,311.4680 ZM 323.0450,308.8345 h 1.7493 c 0.0951,-0.0000 0.1331,-0.0475 0.1331 -0.1331c 0.0000,-0.8842 -0.4468,-1.1123 -0.7891 -1.1123c -0.2187,-0.0000 -0.9317,0.0856 -1.0933 1.2454ZM 323.0450,308.8345 ZM 325.5549,310.5839 l 0.1901,0.1521 c -0.3613,0.4944 -0.9222,0.8461 -1.6067 0.8461c -1.3025,-0.0000 -1.8539,-0.9697 -1.8539 -2.0060c 0.0000,-1.4451 0.9507,-2.3102 1.8539 -2.3102c 1.2549,-0.0000 1.5497,0.9792 1.5497 1.7778c 0.0000,0.1046 -0.0666,0.1616 -0.1711 0.1616h -2.5004 c -0.0095,0.0570 -0.0095,0.1141 -0.0095 0.1901c 0.0000,0.9697 0.6750,1.7208 1.3595 1.7208c 0.5229,-0.0000 0.8556,-0.1711 1.1884 -0.5324ZM 326.0303,311.4680 ZM 326.8764,310.7835 v -2.3673 c 0.0000,-0.4754 -0.0666,-0.5799 -0.2092 -0.5799c -0.1236,-0.0000 -0.2377,0.0095 -0.3993 0.0475l -0.0475,-0.2662 c 0.5990,-0.1046 0.7035,-0.1331 0.9887 -0.2757c 0.0951,-0.0475 0.1711,-0.0761 0.2377 -0.0761h 0.1426 l -0.0285,0.8556 h 0.0285 c 0.2472,-0.3708 0.6655,-0.8556 1.1123 -0.8556c 0.3898,-0.0000 0.5324,0.1901 0.5324 0.4373c 0.0000,0.2472 -0.1616,0.3993 -0.4088 0.3993c -0.1901,-0.0000 -0.2947,-0.0761 -0.3898 -0.1711c -0.0570,-0.0570 -0.1236,-0.0856 -0.1901 -0.0856c -0.1046,-0.0000 -0.3137,0.1711 -0.5419 0.4944c -0.0666,0.0856 -0.1141,0.2092 -0.1141 0.3328v 2.1106 c 0.0000,0.2757 0.0951,0.4183 0.4088 0.4183h 0.2757 c 0.0475,-0.0000 0.0856,0.0285 0.0856 0.0761v 0.1806 l -0.0190,0.0190 c 0.0000,-0.0000 -0.7511,-0.0190 -1.1218 -0.0190c -0.3423,-0.0000 -0.9887,0.0190 -0.9887 0.0190l -0.0095,-0.0190 v -0.1806 c 0.0000,-0.0475 0.0190,-0.0761 0.0666 -0.0761h 0.1806 c 0.3232,-0.0000 0.4088,-0.1426 0.4088 -0.4183ZM 331.7061,311.4680 ZM 334.8815,310.6219 v -2.4624 c -0.2282,-0.3613 -0.4849,-0.5609 -0.9317 -0.5609c -0.1901,-0.0000 -0.5799,0.0285 -0.8842 0.4754c -0.1331,0.1997 -0.2947,0.6085 -0.2947 1.2930c 0.0000,1.2454 0.6465,1.8159 1.1599 1.8159c 0.3137,-0.0000 0.5704,-0.1901 0.9507 -0.5609ZM 334.8815,310.6219 ZM 335.5945,304.8320 v 5.4952 c 0.0000,0.2852 0.0190,0.4373 0.0380 0.5039c 0.0285,0.0856 0.1331,0.1426 0.2092 0.1426c 0.1141,-0.0000 0.3232,-0.0000 0.4659 -0.0285l 0.0380,0.2662 c -0.5514,0.0951 -1.0458,0.1997 -1.2454 0.3708h -0.2282 l 0.0285,-0.6560 c -0.3613,0.3708 -0.7321,0.6560 -1.2169 0.6560c -1.0268,-0.0000 -1.6543,-0.8747 -1.6543 -2.0440c 0.0000,-0.7035 0.1901,-1.2930 0.5990 -1.7018c 0.3803,-0.3613 0.7986,-0.5704 1.4261 -0.5704c 0.1901,-0.0000 0.6085,0.0856 0.8271 0.2092v -1.4546 c 0.0000,-0.5419 -0.0856,-0.6940 -0.2757 -0.6940l -0.3137,0.0380 c -0.0190,-0.0000 -0.0475,-0.0190 -0.0475 -0.0475l -0.0190,-0.2377 c 0.1521,-0.0000 0.4944,-0.0570 0.6560 -0.0856c 0.1806,-0.0380 0.3137,-0.0761 0.5039 -0.1616h 0.2092 ZM 336.4026,311.4680 ZM 337.1442,306.0394 c 0.0000,-0.2472 0.1997,-0.4563 0.4468 -0.4563c 0.2567,-0.0000 0.4563,0.2092 0.4563 0.4563c 0.0000,0.2567 -0.1997,0.4563 -0.4563 0.4563c -0.2472,-0.0000 -0.4468,-0.1997 -0.4468 -0.4563ZM 337.1442,306.0394 ZM 338.0474,310.7835 c 0.0000,0.2757 0.1046,0.4183 0.4088 0.4183h 0.1806 c 0.0475,-0.0000 0.0856,0.0285 0.0856 0.0761v 0.1806 l -0.0190,0.0190 c 0.0000,-0.0000 -0.6560,-0.0190 -1.0268 -0.0190c -0.3328,-0.0000 -0.9792,0.0190 -0.9792 0.0190l -0.0190,-0.0190 v -0.1806 c 0.0000,-0.0475 0.0285,-0.0761 0.0761 -0.0761h 0.1806 c 0.3137,-0.0000 0.4088,-0.1426 0.4088 -0.4183v -2.3673 c 0.0000,-0.5039 -0.0856,-0.5799 -0.2187 -0.5799c -0.1236,-0.0000 -0.2377,0.0095 -0.3993 0.0475l -0.0475,-0.2662 c 0.6085,-0.1046 0.7130,-0.1426 0.9887 -0.2757c 0.1046,-0.0380 0.1711,-0.0761 0.2377 -0.0761h 0.1426 v 3.5177 ZM 338.9125,311.4680 ZM 339.3213,310.1370 l 0.2567,-0.0095 c 0.0285,0.2377 0.1331,0.6940 0.3423 0.9127c 0.0951,0.1046 0.3518,0.2757 0.7035 0.2757c 0.3328,-0.0000 0.8271,-0.2662 0.8271 -0.7321c 0.0000,-0.4088 -0.2282,-0.6845 -0.9792 -1.0078c -0.6940,-0.3042 -1.0553,-0.5039 -1.0553 -1.2169c 0.0000,-0.6370 0.5609,-1.0933 1.3120 -1.0933c 0.4754,-0.0000 0.8271,0.0856 1.1218 0.2377c 0.0570,0.3042 0.0856,0.6275 0.1046 0.9697l -0.2567,0.0095 c -0.1997,-0.7796 -0.7701,-0.9317 -0.9697 -0.9317c -0.3613,-0.0000 -0.7321,0.1426 -0.7321 0.6655c 0.0000,0.3803 0.1806,0.5704 0.7035 0.7606c 0.7701,0.2852 1.3880,0.6275 1.3880 1.3880c 0.0000,0.9412 -0.9983,1.2169 -1.4451 1.2169c -0.3328,-0.0000 -0.6085,-0.0380 -0.8556 -0.1046c -0.0666,-0.0095 -0.1141,-0.0190 -0.1806 -0.0190c -0.0475,-0.0000 -0.1236,0.0095 -0.2187 0.0285c 0.0000,-0.3993 -0.0285,-0.8842 -0.0666 -1.3500ZM 342.4397,311.4680 ZM 343.9989,307.7507 v 2.4338 c 0.0000,0.5894 0.0570,0.8747 0.3137 0.8747c 0.2472,-0.0000 0.4373,-0.0761 0.6845 -0.2662l 0.1711,0.1616 c -0.3708,0.4183 -0.7511,0.6275 -1.1884 0.6275c -0.4373,-0.0000 -0.6940,-0.2662 -0.6940 -0.9412v -2.8902 h -0.6180 c -0.0285,-0.0000 -0.0380,-0.0095 -0.0380 -0.0380v -0.2947 c 0.0000,-0.0285 0.0095,-0.0380 0.0285 -0.0380c 0.6370,-0.0000 0.7891,-0.3708 0.7891 -1.0933v -0.1806 l 0.5514,-0.1901 v 1.4641 h 1.0458 c 0.0475,-0.0000 0.0761,0.0190 0.0761 0.0570v 0.1901 c 0.0000,0.0856 -0.1331,0.1236 -0.2282 0.1236h -0.8937 ZM 345.3109,311.4680 ZM 346.1570,310.7835 v -2.3673 c 0.0000,-0.4754 -0.0666,-0.5799 -0.2092 -0.5799c -0.1236,-0.0000 -0.2377,0.0095 -0.3993 0.0475l -0.0475,-0.2662 c 0.5990,-0.1046 0.7035,-0.1331 0.9887 -0.2757c 0.0951,-0.0475 0.1711,-0.0761 0.2377 -0.0761h 0.1426 l -0.0285,0.8556 h 0.0285 c 0.2472,-0.3708 0.6655,-0.8556 1.1123 -0.8556c 0.3898,-0.0000 0.5324,0.1901 0.5324 0.4373c 0.0000,0.2472 -0.1616,0.3993 -0.4088 0.3993c -0.1901,-0.0000 -0.2947,-0.0761 -0.3898 -0.1711c -0.0570,-0.0570 -0.1236,-0.0856 -0.1901 -0.0856c -0.1046,-0.0000 -0.3137,0.1711 -0.5419 0.4944c -0.0666,0.0856 -0.1141,0.2092 -0.1141 0.3328v 2.1106 c 0.0000,0.2757 0.0951,0.4183 0.4088 0.4183h 0.2757 c 0.0475,-0.0000 0.0856,0.0285 0.0856 0.0761v 0.1806 l -0.0190,0.0190 c 0.0000,-0.0000 -0.7511,-0.0190 -1.1218 -0.0190c -0.3423,-0.0000 -0.9887,0.0190 -0.9887 0.0190l -0.0095,-0.0190 v -0.1806 c 0.0000,-0.0475 0.0190,-0.0761 0.0666 -0.0761h 0.1806 c 0.3232,-0.0000 0.4088,-0.1426 0.4088 -0.4183ZM 348.6098,311.4680 ZM 349.3514,306.0394 c 0.0000,-0.2472 0.1997,-0.4563 0.4468 -0.4563c 0.2567,-0.0000 0.4563,0.2092 0.4563 0.4563c 0.0000,0.2567 -0.1997,0.4563 -0.4563 0.4563c -0.2472,-0.0000 -0.4468,-0.1997 -0.4468 -0.4563ZM 349.3514,306.0394 ZM 350.2546,310.7835 c 0.0000,0.2757 0.1046,0.4183 0.4088 0.4183h 0.1806 c 0.0475,-0.0000 0.0856,0.0285 0.0856 0.0761v 0.1806 l -0.0190,0.0190 c 0.0000,-0.0000 -0.6560,-0.0190 -1.0268 -0.0190c -0.3328,-0.0000 -0.9792,0.0190 -0.9792 0.0190l -0.0190,-0.0190 v -0.1806 c 0.0000,-0.0475 0.0285,-0.0761 0.0761 -0.0761h 0.1806 c 0.3137,-0.0000 0.4088,-0.1426 0.4088 -0.4183v -2.3673 c 0.0000,-0.5039 -0.0856,-0.5799 -0.2187 -0.5799c -0.1236,-0.0000 -0.2377,0.0095 -0.3993 0.0475l -0.0475,-0.2662 c 0.6085,-0.1046 0.7130,-0.1426 0.9887 -0.2757c 0.1046,-0.0380 0.1711,-0.0761 0.2377 -0.0761h 0.1426 v 3.5177 ZM 351.1197,311.4680 ZM 352.5363,310.9451 c 0.1901,0.2282 0.3898,0.3042 0.6845 0.3042c 0.9032,-0.0000 1.3595,-0.8366 1.3595 -1.9205c 0.0000,-0.9697 -0.4944,-1.6638 -1.0743 -1.6638c -0.1046,-0.0000 -0.5990,0.0190 -0.9697 0.4088v 2.8712 ZM 352.5363,310.9451 ZM 351.8233,306.0204 c 0.0000,-0.5419 -0.0951,-0.6940 -0.2852 -0.6940l -0.3042,0.0380 c -0.0285,-0.0000 -0.0475,-0.0190 -0.0475 -0.0475l -0.0190,-0.2377 c 0.1521,-0.0000 0.4944,-0.0570 0.6560 -0.0856c 0.1711,-0.0380 0.3137,-0.0761 0.5039 -0.1616h 0.2092 v 2.9472 c 0.3232,-0.3518 0.7035,-0.5229 1.1599 -0.5229c 0.8271,-0.0000 1.6162,0.7891 1.6162 1.9490c 0.0000,1.5116 -1.0648,2.3673 -2.0345 2.3673c -0.4088,-0.0000 -0.7130,-0.1141 -0.9887 -0.3518c -0.0856,0.1141 -0.2092,0.2567 -0.2947 0.3518l -0.1997,-0.0475 c 0.0285,-0.2282 0.0285,-0.3803 0.0285 -0.7511v -4.7536 ZM 355.1508,311.4680 ZM 359.2294,310.3652 c 0.0000,0.4754 0.0475,0.6275 0.2377 0.6275c 0.1141,-0.0000 0.3232,-0.0190 0.4849 -0.0475l 0.0380,0.2662 c -0.5799,0.1046 -1.0458,0.1997 -1.2645 0.3708h -0.2092 l 0.0285,-0.7035 h -0.0285 c -0.5229,0.5704 -0.9507,0.7035 -1.3405 0.7035c -0.9412,-0.0000 -1.1884,-0.6370 -1.1884 -1.2930v -2.1676 c 0.0000,-0.3137 -0.0666,-0.4754 -0.4183 -0.4754c -0.0380,-0.0000 -0.1046,0.0095 -0.1616 0.0095l -0.0285,-0.0095 v -0.2472 l 0.0285,-0.0285 c 0.0000,-0.0000 0.6465,0.0190 0.9507 0.0190c 0.1331,-0.0000 0.3518,-0.0190 0.3518 -0.0190l -0.0095,0.7606 v 2.0250 c 0.0000,0.8461 0.4373,0.9983 0.7225 0.9983c 0.2187,-0.0000 0.4183,-0.0856 0.6180 -0.2282c 0.2282,-0.1711 0.3803,-0.3042 0.4754 -0.4278v -2.3483 c 0.0000,-0.3423 -0.0475,-0.5039 -0.3993 -0.5039c -0.0570,-0.0000 -0.1616,0.0095 -0.1901 0.0095l -0.0190,-0.0190 v -0.2377 l 0.0190,-0.0285 c 0.0000,-0.0000 0.6750,0.0190 0.9412 0.0190c 0.2187,-0.0000 0.3708,-0.0190 0.3708 -0.0190l -0.0095,0.7511 v 2.2437 ZM 360.0660,311.4680 ZM 361.6252,307.7507 v 2.4338 c 0.0000,0.5894 0.0570,0.8747 0.3137 0.8747c 0.2472,-0.0000 0.4373,-0.0761 0.6845 -0.2662l 0.1711,0.1616 c -0.3708,0.4183 -0.7511,0.6275 -1.1884 0.6275c -0.4373,-0.0000 -0.6940,-0.2662 -0.6940 -0.9412v -2.8902 h -0.6180 c -0.0285,-0.0000 -0.0380,-0.0095 -0.0380 -0.0380v -0.2947 c 0.0000,-0.0285 0.0095,-0.0380 0.0285 -0.0380c 0.6370,-0.0000 0.7891,-0.3708 0.7891 -1.0933v -0.1806 l 0.5514,-0.1901 v 1.4641 h 1.0458 c 0.0475,-0.0000 0.0761,0.0190 0.0761 0.0570v 0.1901 c 0.0000,0.0856 -0.1331,0.1236 -0.2282 0.1236h -0.8937 ZM 362.9372,311.4680 ZM 363.6787,306.0394 c 0.0000,-0.2472 0.1997,-0.4563 0.4468 -0.4563c 0.2567,-0.0000 0.4563,0.2092 0.4563 0.4563c 0.0000,0.2567 -0.1997,0.4563 -0.4563 0.4563c -0.2472,-0.0000 -0.4468,-0.1997 -0.4468 -0.4563ZM 363.6787,306.0394 ZM 364.5819,310.7835 c 0.0000,0.2757 0.1046,0.4183 0.4088 0.4183h 0.1806 c 0.0475,-0.0000 0.0856,0.0285 0.0856 0.0761v 0.1806 l -0.0190,0.0190 c 0.0000,-0.0000 -0.6560,-0.0190 -1.0268 -0.0190c -0.3328,-0.0000 -0.9792,0.0190 -0.9792 0.0190l -0.0190,-0.0190 v -0.1806 c 0.0000,-0.0475 0.0285,-0.0761 0.0761 -0.0761h 0.1806 c 0.3137,-0.0000 0.4088,-0.1426 0.4088 -0.4183v -2.3673 c 0.0000,-0.5039 -0.0856,-0.5799 -0.2187 -0.5799c -0.1236,-0.0000 -0.2377,0.0095 -0.3993 0.0475l -0.0475,-0.2662 c 0.6085,-0.1046 0.7130,-0.1426 0.9887 -0.2757c 0.1046,-0.0380 0.1711,-0.0761 0.2377 -0.0761h 0.1426 v 3.5177 ZM 365.4471,311.4680 ZM 365.7703,309.5190 c 0.0000,-1.3025 0.7035,-2.2532 1.9680 -2.2532c 1.4071,-0.0000 1.9490,1.1789 1.9490 2.1676c 0.0000,0.9507 -0.6180,2.1486 -1.9680 2.1486c -1.2740,-0.0000 -1.9490,-1.0933 -1.9490 -2.0631ZM 365.7703,309.5190 ZM 367.6337,307.5796 c -0.7606,-0.0000 -1.1123,0.8937 -1.1123 1.7208c 0.0000,0.7321 0.4183,1.9490 1.3595 1.9490c 0.4278,-0.0000 1.0553,-0.2567 1.0553 -1.5116c 0.0000,-1.3976 -0.5229,-2.1581 -1.3025 -2.1581ZM 370.0010,311.4680 ZM 373.4616,310.7835 v -2.0821 c 0.0000,-0.6655 -0.1141,-0.9792 -0.6180 -0.9792c -0.4183,-0.0000 -0.7796,0.1616 -1.2645 0.7321v 2.3293 c 0.0000,0.2757 0.0951,0.4183 0.4088 0.4183h 0.1331 c 0.0475,-0.0000 0.0761,0.0285 0.0761 0.0761v 0.1806 l -0.0190,0.0190 c 0.0000,-0.0000 -0.5990,-0.0190 -0.9697 -0.0190c -0.3423,-0.0000 -0.9887,0.0190 -0.9887 0.0190l -0.0190,-0.0190 v -0.1806 c 0.0000,-0.0475 0.0285,-0.0761 0.0761 -0.0761h 0.1806 c 0.3232,-0.0000 0.4088,-0.1426 0.4088 -0.4183v -2.3673 c 0.0000,-0.5134 -0.0761,-0.5799 -0.2092 -0.5799c -0.1236,-0.0000 -0.2377,0.0095 -0.3993 0.0475l -0.0475,-0.2662 c 0.3993,-0.0666 0.6845,-0.1141 0.9792 -0.2757c 0.1046,-0.0475 0.1806,-0.0761 0.2472 -0.0761h 0.1426 l -0.0285,0.8461 h 0.0285 c 0.6085,-0.7130 1.0648,-0.8461 1.5497 -0.8461c 0.8556,-0.0000 1.0363,0.6560 1.0363 1.5021v 2.0155 c 0.0000,0.2757 0.1046,0.4183 0.4088 0.4183h 0.1806 c 0.0475,-0.0000 0.0856,0.0285 0.0856 0.0761v 0.1806 l -0.0190,0.0190 c 0.0000,-0.0000 -0.6560,-0.0190 -1.0268 -0.0190c -0.3328,-0.0000 -0.9317,0.0190 -0.9317 0.0190l -0.0190,-0.0190 v -0.1806 c 0.0000,-0.0475 0.0285,-0.0761 0.0761 -0.0761h 0.1331 c 0.3137,-0.0000 0.4088,-0.1426 0.4088 -0.4183Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" 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.4957,315.5629 l -0.0000,-8.1898 h -8.1898 l -0.0000,8.1898 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.7716,293.9599 ZM 290.1882,293.4370 c 0.1901,0.2282 0.3898,0.3042 0.6845 0.3042c 0.9032,-0.0000 1.3595,-0.8366 1.3595 -1.9205c 0.0000,-0.9697 -0.4944,-1.6638 -1.0743 -1.6638c -0.1046,-0.0000 -0.5990,0.0190 -0.9697 0.4088v 2.8712 ZM 290.1882,293.4370 ZM 289.4751,288.5122 c 0.0000,-0.5419 -0.0951,-0.6940 -0.2852 -0.6940l -0.3042,0.0380 c -0.0285,-0.0000 -0.0475,-0.0190 -0.0475 -0.0475l -0.0190,-0.2377 c 0.1521,-0.0000 0.4944,-0.0570 0.6560 -0.0856c 0.1711,-0.0380 0.3137,-0.0761 0.5039 -0.1616h 0.2092 v 2.9472 c 0.3232,-0.3518 0.7035,-0.5229 1.1599 -0.5229c 0.8271,-0.0000 1.6162,0.7891 1.6162 1.9490c 0.0000,1.5116 -1.0648,2.3673 -2.0345 2.3673c -0.4088,-0.0000 -0.7130,-0.1141 -0.9887 -0.3518c -0.0856,0.1141 -0.2092,0.2567 -0.2947 0.3518l -0.1997,-0.0475 c 0.0285,-0.2282 0.0285,-0.3803 0.0285 -0.7511v -4.7536 ZM 293.2495,293.9599 ZM 294.1527,293.2753 v -4.7631 c 0.0000,-0.5419 -0.0951,-0.6940 -0.2852 -0.6940l -0.3042,0.0380 c -0.0285,-0.0000 -0.0570,-0.0190 -0.0570 -0.0475l -0.0190,-0.2377 c 0.1521,-0.0000 0.5039,-0.0570 0.6655 -0.0856c 0.1711,-0.0380 0.3042,-0.0761 0.4944 -0.1616h 0.2092 v 5.9515 c 0.0000,0.2757 0.1046,0.4183 0.4088 0.4183h 0.2282 c 0.0380,-0.0000 0.0761,0.0285 0.0761 0.0761v 0.1806 l -0.0190,0.0190 c 0.0000,-0.0000 -0.6940,-0.0190 -1.0648 -0.0190c -0.3328,-0.0000 -1.0268,0.0190 -1.0268 0.0190l -0.0095,-0.0190 v -0.1806 c 0.0000,-0.0475 0.0190,-0.0761 0.0666 -0.0761h 0.2282 c 0.3137,-0.0000 0.4088,-0.1426 0.4088 -0.4183ZM 295.7214,293.9599 ZM 299.7999,292.8570 c 0.0000,0.4754 0.0475,0.6275 0.2377 0.6275c 0.1141,-0.0000 0.3232,-0.0190 0.4849 -0.0475l 0.0380,0.2662 c -0.5799,0.1046 -1.0458,0.1997 -1.2645 0.3708h -0.2092 l 0.0285,-0.7035 h -0.0285 c -0.5229,0.5704 -0.9507,0.7035 -1.3405 0.7035c -0.9412,-0.0000 -1.1884,-0.6370 -1.1884 -1.2930v -2.1676 c 0.0000,-0.3137 -0.0666,-0.4754 -0.4183 -0.4754c -0.0380,-0.0000 -0.1046,0.0095 -0.1616 0.0095l -0.0285,-0.0095 v -0.2472 l 0.0285,-0.0285 c 0.0000,-0.0000 0.6465,0.0190 0.9507 0.0190c 0.1331,-0.0000 0.3518,-0.0190 0.3518 -0.0190l -0.0095,0.7606 v 2.0250 c 0.0000,0.8461 0.4373,0.9983 0.7225 0.9983c 0.2187,-0.0000 0.4183,-0.0856 0.6180 -0.2282c 0.2282,-0.1711 0.3803,-0.3042 0.4754 -0.4278v -2.3483 c 0.0000,-0.3423 -0.0475,-0.5039 -0.3993 -0.5039c -0.0570,-0.0000 -0.1616,0.0095 -0.1901 0.0095l -0.0190,-0.0190 v -0.2377 l 0.0190,-0.0285 c 0.0000,-0.0000 0.6750,0.0190 0.9412 0.0190c 0.2187,-0.0000 0.3708,-0.0190 0.3708 -0.0190l -0.0095,0.7511 v 2.2437 ZM 300.6366,293.9599 ZM 301.7204,291.3264 h 1.7493 c 0.0951,-0.0000 0.1331,-0.0475 0.1331 -0.1331c 0.0000,-0.8842 -0.4468,-1.1123 -0.7891 -1.1123c -0.2187,-0.0000 -0.9317,0.0856 -1.0933 1.2454ZM 301.7204,291.3264 ZM 304.2303,293.0757 l 0.1901,0.1521 c -0.3613,0.4944 -0.9222,0.8461 -1.6067 0.8461c -1.3025,-0.0000 -1.8539,-0.9697 -1.8539 -2.0060c 0.0000,-1.4451 0.9507,-2.3102 1.8539 -2.3102c 1.2549,-0.0000 1.5497,0.9792 1.5497 1.7778c 0.0000,0.1046 -0.0666,0.1616 -0.1711 0.1616h -2.5004 c -0.0095,0.0570 -0.0095,0.1141 -0.0095 0.1901c 0.0000,0.9697 0.6750,1.7208 1.3595 1.7208c 0.5229,-0.0000 0.8556,-0.1711 1.1884 -0.5324ZM 307.0824,293.9599 ZM 310.0867,291.2693 c 0.0000,-0.7891 -0.3708,-1.2454 -0.9412 -1.2454c -0.4944,-0.0000 -0.8271,0.3423 -0.8271 1.0838c 0.0000,0.4944 0.1901,1.2740 0.9507 1.2740c 0.3328,-0.0000 0.8176,-0.1616 0.8176 -1.1123ZM 310.0867,291.2693 ZM 308.3089,294.0264 c -0.2947,0.2757 -0.3613,0.5704 -0.3613 0.8937c 0.0000,0.7130 0.8556,0.9222 1.1789 0.9222c 0.8176,-0.0000 1.8539,-0.2852 1.8539 -0.9697c 0.0000,-0.2472 -0.1331,-0.4088 -0.5039 -0.5894c -0.2662,-0.1331 -0.6560,-0.2377 -1.1123 -0.2377c -0.0761,-0.0000 -0.1806,0.0095 -0.3137 0.0190c -0.1331,0.0095 -0.2757,0.0095 -0.3803 0.0095c -0.1521,-0.0000 -0.2282,-0.0190 -0.3613 -0.0475ZM 308.3089,294.0264 ZM 311.1991,290.2711 c -0.1521,-0.0000 -0.2472,-0.0856 -0.2852 -0.1616c -0.0570,-0.0856 -0.0951,-0.1141 -0.1616 -0.1141c -0.1141,-0.0000 -0.2947,0.1331 -0.3613 0.2282c 0.2662,0.2852 0.3898,0.5609 0.3898 1.0078c 0.0000,0.9317 -0.7606,1.4356 -1.5592 1.4356c -0.3518,-0.0000 -0.6370,-0.0666 -0.8556 -0.1997c -0.1046,0.1616 -0.1616,0.3613 -0.1616 0.5514c 0.0000,0.4088 0.3137,0.5134 0.5799 0.5134c 0.0475,-0.0000 0.1616,-0.0095 0.2947 -0.0190c 0.2187,-0.0285 0.4563,-0.0475 0.6180 -0.0475c 0.3328,-0.0000 0.9602,0.0666 1.3405 0.3898c 0.2567,0.2377 0.3993,0.4659 0.3993 0.7701c 0.0000,1.0268 -1.3500,1.5687 -2.5764 1.5687c -0.6940,-0.0000 -1.4641,-0.2567 -1.4641 -1.0838c 0.0000,-0.4088 0.2567,-0.8461 0.7416 -1.1504c -0.2377,-0.1236 -0.4088,-0.3613 -0.4088 -0.7035c 0.0000,-0.3232 0.1426,-0.7321 0.3993 -0.9602c -0.2567,-0.2567 -0.4754,-0.5799 -0.4754 -1.1028c 0.0000,-0.8747 0.7701,-1.4356 1.5782 -1.4356c 0.5324,-0.0000 0.8652,0.2187 0.9697 0.2947c 0.2377,-0.3232 0.6655,-0.4849 0.9032 -0.4849c 0.2472,-0.0000 0.4183,0.1616 0.4183 0.3613c 0.0000,0.2092 -0.1331,0.3423 -0.3232 0.3423ZM 311.6839,293.9599 ZM 314.4505,291.6306 l -0.7511,0.1901 c -0.8366,0.2567 -0.9602,0.6940 -0.9602 1.1218c 0.0000,0.2947 0.1426,0.7416 0.7416 0.7416c 0.2852,-0.0000 0.7225,-0.2757 0.9697 -0.4849v -1.5687 ZM 314.4505,291.6306 ZM 315.0590,294.0739 c -0.3613,-0.0000 -0.5609,-0.3232 -0.5990 -0.5514l -0.2187,0.1521 c -0.4373,0.3042 -0.5990,0.3993 -1.0363 0.3993c -0.6655,-0.0000 -1.1504,-0.3803 -1.1504 -1.0933c 0.0000,-0.7225 0.6180,-1.2169 1.5212 -1.4451l 0.8747,-0.2187 c 0.0000,-1.0743 -0.4944,-1.2740 -0.8176 -1.2740c -0.3613,-0.0000 -0.7796,0.1616 -0.7796 0.4563c 0.0000,0.1046 0.0190,0.1616 0.0285 0.1901c 0.0190,0.0380 0.0285,0.1046 0.0285 0.1711c 0.0000,0.1236 -0.0951,0.3137 -0.3708 0.3137c -0.2282,-0.0000 -0.3803,-0.1521 -0.3803 -0.3803c 0.0000,-0.5514 0.8937,-1.0363 1.5021 -1.0363c 0.6940,-0.0000 1.4926,0.2852 1.4926 1.6352v 1.3976 c 0.0000,0.5799 0.0095,0.8271 0.2282 0.8271c 0.2092,-0.0000 0.2662,-0.2662 0.2757 -0.4754l 0.2377,0.0475 c -0.0570,0.6940 -0.3518,0.8842 -0.8366 0.8842ZM 315.9717,293.9599 ZM 320.0503,292.8570 c 0.0000,0.4754 0.0475,0.6275 0.2377 0.6275c 0.1141,-0.0000 0.3232,-0.0190 0.4849 -0.0475l 0.0380,0.2662 c -0.5799,0.1046 -1.0458,0.1997 -1.2645 0.3708h -0.2092 l 0.0285,-0.7035 h -0.0285 c -0.5229,0.5704 -0.9507,0.7035 -1.3405 0.7035c -0.9412,-0.0000 -1.1884,-0.6370 -1.1884 -1.2930v -2.1676 c 0.0000,-0.3137 -0.0666,-0.4754 -0.4183 -0.4754c -0.0380,-0.0000 -0.1046,0.0095 -0.1616 0.0095l -0.0285,-0.0095 v -0.2472 l 0.0285,-0.0285 c 0.0000,-0.0000 0.6465,0.0190 0.9507 0.0190c 0.1331,-0.0000 0.3518,-0.0190 0.3518 -0.0190l -0.0095,0.7606 v 2.0250 c 0.0000,0.8461 0.4373,0.9983 0.7225 0.9983c 0.2187,-0.0000 0.4183,-0.0856 0.6180 -0.2282c 0.2282,-0.1711 0.3803,-0.3042 0.4754 -0.4278v -2.3483 c 0.0000,-0.3423 -0.0475,-0.5039 -0.3993 -0.5039c -0.0570,-0.0000 -0.1616,0.0095 -0.1901 0.0095l -0.0190,-0.0190 v -0.2377 l 0.0190,-0.0285 c 0.0000,-0.0000 0.6750,0.0190 0.9412 0.0190c 0.2187,-0.0000 0.3708,-0.0190 0.3708 -0.0190l -0.0095,0.7511 v 2.2437 ZM 320.8869,293.9599 ZM 324.3950,292.6288 l 0.2567,-0.0095 c 0.0285,0.2377 0.1426,0.6845 0.3423 0.9127c 0.0951,0.1046 0.2567,0.2757 0.6085 0.2757c 0.3137,-0.0000 0.7416,-0.2947 0.7416 -0.7321c 0.0000,-0.4088 -0.1901,-0.6750 -0.9412 -0.9983c -0.6940,-0.3042 -1.0078,-0.5134 -1.0078 -1.2264c 0.0000,-0.5990 0.5229,-1.0933 1.2645 -1.0933c 0.4754,-0.0000 0.7796,0.0856 1.0838 0.2377c 0.0570,0.3042 0.0856,0.6275 0.0951 0.9697l -0.2472,0.0095 c -0.1997,-0.7796 -0.7225,-0.9317 -0.9222 -0.9317c -0.3613,-0.0000 -0.6845,0.1997 -0.6845 0.6655c 0.0000,0.3803 0.1331,0.5609 0.6465 0.7511c 0.7701,0.2852 1.3500,0.6370 1.3500 1.3976c 0.0000,0.9032 -0.9317,1.2169 -1.3500 1.2169c -0.3328,-0.0000 -0.5229,-0.0380 -0.7701 -0.1046c -0.0570,-0.0095 -0.1141,-0.0190 -0.1806 -0.0190c -0.0475,-0.0000 -0.1236,0.0095 -0.2187 0.0285c 0.0000,-0.3993 -0.0285,-0.8842 -0.0666 -1.3500ZM 324.3950,292.6288 ZM 321.3432,292.6288 l 0.2567,-0.0095 c 0.0285,0.2377 0.1236,0.6940 0.3423 0.9127c 0.0951,0.1046 0.3042,0.2757 0.6560 0.2757c 0.3328,-0.0000 0.7321,-0.2852 0.7321 -0.7321c 0.0000,-0.4088 -0.1331,-0.6750 -0.8842 -0.9983c -0.6940,-0.3042 -1.0078,-0.5134 -1.0078 -1.2264c 0.0000,-0.5990 0.5609,-1.0933 1.2645 -1.0933c 0.4754,-0.0000 0.7321,0.0856 1.0268 0.2377c 0.0570,0.3042 0.0951,0.6275 0.1046 0.9697l -0.2567,0.0095 c -0.1901,-0.7796 -0.6750,-0.9317 -0.8747 -0.9317c -0.3613,-0.0000 -0.6845,0.1521 -0.6845 0.6655c 0.0000,0.3803 0.1331,0.5609 0.6560 0.7511c 0.7701,0.2852 1.3025,0.6370 1.3025 1.3976c 0.0000,0.9032 -0.9127,1.2169 -1.3595 1.2169c -0.3328,-0.0000 -0.5609,-0.0380 -0.8081 -0.1046c -0.0666,-0.0095 -0.1141,-0.0190 -0.1806 -0.0190c -0.0475,-0.0000 -0.1331,0.0095 -0.2187 0.0285c 0.0000,-0.3993 -0.0285,-0.8842 -0.0666 -1.3500ZM 327.4373,293.9599 ZM 328.1789,288.5312 c 0.0000,-0.2472 0.1997,-0.4563 0.4468 -0.4563c 0.2567,-0.0000 0.4563,0.2092 0.4563 0.4563c 0.0000,0.2567 -0.1997,0.4563 -0.4563 0.4563c -0.2472,-0.0000 -0.4468,-0.1997 -0.4468 -0.4563ZM 328.1789,288.5312 ZM 329.0821,293.2753 c 0.0000,0.2757 0.1046,0.4183 0.4088 0.4183h 0.1806 c 0.0475,-0.0000 0.0856,0.0285 0.0856 0.0761v 0.1806 l -0.0190,0.0190 c 0.0000,-0.0000 -0.6560,-0.0190 -1.0268 -0.0190c -0.3328,-0.0000 -0.9792,0.0190 -0.9792 0.0190l -0.0190,-0.0190 v -0.1806 c 0.0000,-0.0475 0.0285,-0.0761 0.0761 -0.0761h 0.1806 c 0.3137,-0.0000 0.4088,-0.1426 0.4088 -0.4183v -2.3673 c 0.0000,-0.5039 -0.0856,-0.5799 -0.2187 -0.5799c -0.1236,-0.0000 -0.2377,0.0095 -0.3993 0.0475l -0.0475,-0.2662 c 0.6085,-0.1046 0.7130,-0.1426 0.9887 -0.2757c 0.1046,-0.0380 0.1711,-0.0761 0.2377 -0.0761h 0.1426 v 3.5177 ZM 329.9472,293.9599 ZM 332.7138,291.6306 l -0.7511,0.1901 c -0.8366,0.2567 -0.9602,0.6940 -0.9602 1.1218c 0.0000,0.2947 0.1426,0.7416 0.7416 0.7416c 0.2852,-0.0000 0.7225,-0.2757 0.9697 -0.4849v -1.5687 ZM 332.7138,291.6306 ZM 333.3223,294.0739 c -0.3613,-0.0000 -0.5609,-0.3232 -0.5990 -0.5514l -0.2187,0.1521 c -0.4373,0.3042 -0.5990,0.3993 -1.0363 0.3993c -0.6655,-0.0000 -1.1504,-0.3803 -1.1504 -1.0933c 0.0000,-0.7225 0.6180,-1.2169 1.5212 -1.4451l 0.8747,-0.2187 c 0.0000,-1.0743 -0.4944,-1.2740 -0.8176 -1.2740c -0.3613,-0.0000 -0.7796,0.1616 -0.7796 0.4563c 0.0000,0.1046 0.0190,0.1616 0.0285 0.1901c 0.0190,0.0380 0.0285,0.1046 0.0285 0.1711c 0.0000,0.1236 -0.0951,0.3137 -0.3708 0.3137c -0.2282,-0.0000 -0.3803,-0.1521 -0.3803 -0.3803c 0.0000,-0.5514 0.8937,-1.0363 1.5021 -1.0363c 0.6940,-0.0000 1.4926,0.2852 1.4926 1.6352v 1.3976 c 0.0000,0.5799 0.0095,0.8271 0.2282 0.8271c 0.2092,-0.0000 0.2662,-0.2662 0.2757 -0.4754l 0.2377,0.0475 c -0.0570,0.6940 -0.3518,0.8842 -0.8366 0.8842ZM 334.2350,293.9599 ZM 337.6956,293.2753 v -2.0821 c 0.0000,-0.6655 -0.1141,-0.9792 -0.6180 -0.9792c -0.4183,-0.0000 -0.7796,0.1616 -1.2645 0.7321v 2.3293 c 0.0000,0.2757 0.0951,0.4183 0.4088 0.4183h 0.1331 c 0.0475,-0.0000 0.0761,0.0285 0.0761 0.0761v 0.1806 l -0.0190,0.0190 c 0.0000,-0.0000 -0.5990,-0.0190 -0.9697 -0.0190c -0.3423,-0.0000 -0.9887,0.0190 -0.9887 0.0190l -0.0190,-0.0190 v -0.1806 c 0.0000,-0.0475 0.0285,-0.0761 0.0761 -0.0761h 0.1806 c 0.3232,-0.0000 0.4088,-0.1426 0.4088 -0.4183v -2.3673 c 0.0000,-0.5134 -0.0761,-0.5799 -0.2092 -0.5799c -0.1236,-0.0000 -0.2377,0.0095 -0.3993 0.0475l -0.0475,-0.2662 c 0.3993,-0.0666 0.6845,-0.1141 0.9792 -0.2757c 0.1046,-0.0475 0.1806,-0.0761 0.2472 -0.0761h 0.1426 l -0.0285,0.8461 h 0.0285 c 0.6085,-0.7130 1.0648,-0.8461 1.5497 -0.8461c 0.8556,-0.0000 1.0363,0.6560 1.0363 1.5021v 2.0155 c 0.0000,0.2757 0.1046,0.4183 0.4088 0.4183h 0.1806 c 0.0475,-0.0000 0.0856,0.0285 0.0856 0.0761v 0.1806 l -0.0190,0.0190 c 0.0000,-0.0000 -0.6560,-0.0190 -1.0268 -0.0190c -0.3328,-0.0000 -0.9317,0.0190 -0.9317 0.0190l -0.0190,-0.0190 v -0.1806 c 0.0000,-0.0475 0.0285,-0.0761 0.0761 -0.0761h 0.1331 c 0.3137,-0.0000 0.4088,-0.1426 0.4088 -0.4183Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.4957,298.0547 l -0.0000,-8.1898 h -8.1898 l -0.0000,8.1898 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.2" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.7992199079997283" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 379.8267,317.0680 l -0.0000,-33.1127 h -107.4027 l -0.0000,33.1127 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.1" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 572.7228,258.5670 l -0.0000,-3.2759 h -491.3858 l -0.0000,3.2759 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 570.3433,272.3755 ZM 573.7007,270.5393 c 0.0000,-1.1191 -0.6085,-1.6733 -1.2821 -1.6733c -0.4998,-0.0000 -0.8801,0.0761 -1.3038 0.2499l 0.3477,-2.9662 c 0.3586,0.0326 0.7280,0.0435 1.1083 0.0435c 0.5433,-0.0000 1.1083,-0.0326 1.6950 -0.0978l 0.0652,0.0326 l -0.1630,0.7062 c -0.4237,0.0435 -0.7714,0.0543 -1.0757 0.0543c -0.4889,-0.0000 -0.8584,-0.0435 -1.2387 -0.0869l -0.2064,1.7167 c 0.2282,-0.0869 0.6193,-0.1630 1.0431 -0.1630c 1.1517,-0.0000 1.7928,0.9996 1.7928 1.9992c 0.0000,1.2169 -0.8475,2.1513 -2.0753 2.1513c -0.6193,-0.0000 -1.5212,-0.3477 -1.5212 -0.7714c 0.0000,-0.2064 0.1738,-0.3477 0.3694 -0.3477c 0.2173,-0.0000 0.3586,0.1630 0.4889 0.3368c 0.1630,0.1956 0.3368,0.4129 0.6845 0.4129c 0.6954,-0.0000 1.2712,-0.6519 1.2712 -1.5972Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.998049769999321" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 572.7228,255.2911 v 4.9139 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 521.2047,272.3755 ZM 524.0080,268.5183 c 0.0000,-0.0761 0.0109,-0.1630 0.1087 -0.2173c 0.1195,-0.0869 0.3151,-0.1847 0.4781 -0.1847c 0.1412,-0.0000 0.1521,0.1195 0.1521 0.3368v 1.7493 h 0.8801 l -0.0652,0.5107 h -0.8149 v 0.9018 c 0.0000,0.3042 0.0435,0.4563 0.3586 0.4563h 0.2934 c 0.0652,-0.0000 0.0761,0.0543 0.0761 0.0761v 0.2390 c 0.0000,-0.0000 -0.6954,-0.0217 -1.1517 -0.0217c -0.4129,-0.0000 -1.0539,0.0217 -1.0539 0.0217v -0.2390 c 0.0000,-0.0217 0.0109,-0.0761 0.0761 -0.0761h 0.2934 c 0.3368,-0.0000 0.3694,-0.1412 0.3694 -0.4563v -0.9018 h -2.1296 c -0.0435,-0.0000 -0.0652,-0.0217 -0.0978 -0.0652l -0.0869,-0.1195 l -0.1304,-0.2282 c -0.0109,-0.0000 -0.0109,-0.0109 -0.0109 -0.0217c 0.0000,-0.0109 0.0109,-0.0217 0.0217 -0.0326c 0.7062,-0.7823 1.9558,-3.2053 2.3469 -4.0962c 0.0109,-0.0435 0.0326,-0.0543 0.0761 -0.0543c 0.0109,-0.0000 0.2499,0.0978 0.3803 0.1195c -0.4889,1.3147 -1.2930,2.7272 -2.0861 3.9876h 1.7167 v -1.6841 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.998049769999321" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 523.5842,255.2911 v 4.9139 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.0661,272.3755 ZM 474.4130,266.4322 c -0.2716,-0.0000 -1.0648,0.1521 -1.0648 0.8149c 0.0000,0.1956 -0.0761,0.5324 -0.3694 0.5324c -0.2825,-0.0000 -0.3042,-0.3151 -0.3042 -0.3477c 0.0000,-0.3368 0.4455,-1.3364 1.9558 -1.3364c 1.0539,-0.0000 1.3690,0.6628 1.3690 1.0974c 0.0000,0.2716 -0.0869,0.8149 -1.0648 1.4342c 0.6085,0.0978 1.4125,0.5433 1.4125 1.6733c 0.0000,1.4342 -1.0865,2.2057 -2.3143 2.2057c -0.6193,-0.0000 -1.4886,-0.2716 -1.4886 -0.6845c 0.0000,-0.1630 0.1630,-0.3477 0.3803 -0.3477c 0.2064,-0.0000 0.3042,0.1087 0.4020 0.2499c 0.1195,0.1847 0.3151,0.4455 0.8366 0.4455c 0.3586,-0.0000 1.3799,-0.3586 1.3799 -1.7276c 0.0000,-1.1626 -0.8149,-1.3473 -1.4016 -1.3473c -0.0978,-0.0000 -0.2173,0.0217 -0.3368 0.0435l -0.0435,-0.3260 c 0.8366,-0.1412 1.5320,-0.9562 1.5320 -1.4560c 0.0000,-0.6193 -0.4346,-0.9236 -0.8801 -0.9236Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.998049769999321" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 474.4456,255.2911 v 4.9139 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 422.9275,272.3755 ZM 423.5577,267.5622 c 0.0000,-0.6193 0.5976,-1.4668 1.7385 -1.4668c 0.8366,-0.0000 1.8145,0.3151 1.8145 1.5646c 0.0000,0.8258 -0.4237,1.2387 -1.0105 1.8036l -1.0322,0.9996 c -0.0543,0.0543 -0.7823,0.7714 -0.7823 1.2821h 1.8471 c 0.3694,-0.0000 0.5650,-0.1847 0.7171 -0.7823l 0.2716,0.0435 l -0.2173,1.3690 h -3.3574 c 0.0000,-0.6085 0.0978,-1.0757 1.1083 -2.1079l 0.7606,-0.7497 c 0.6085,-0.6193 0.8584,-1.1517 0.8584 -1.8145c 0.0000,-0.9887 -0.6737,-1.2712 -1.0431 -1.2712c -0.7497,-0.0000 -0.9562,0.3912 -0.9562 0.6519c 0.0000,0.0869 0.0217,0.1738 0.0435 0.2499c 0.0217,0.0761 0.0435,0.1521 0.0435 0.2390c 0.0000,0.2825 -0.2173,0.3912 -0.3912 0.3912c -0.2390,-0.0000 -0.4129,-0.1847 -0.4129 -0.4020Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.998049769999321" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 425.3070,255.2911 v 4.9139 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.7890,272.3755 ZM 375.8316,267.1928 c -0.2064,-0.0000 -0.6845,0.1956 -0.9236 0.3042l -0.1304,-0.3368 c 0.9562,-0.4455 1.3256,-0.6737 1.8688 -1.0648h 0.2064 v 5.4653 c 0.0000,0.3912 0.0543,0.4998 0.4129 0.4998h 0.5650 c 0.0326,-0.0000 0.0869,0.0217 0.0869 0.0869v 0.2390 l -1.4886,-0.0217 l -1.5103,0.0217 v -0.2390 c 0.0109,-0.0326 0.0217,-0.0869 0.0869 -0.0869h 0.6519 c 0.4129,-0.0000 0.4129,-0.1847 0.4129 -0.4998v -3.7377 c 0.0000,-0.3694 0.0000,-0.6302 -0.2390 -0.6302Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.998049769999321" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 376.1685,255.2911 v 4.9139 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 324.6504,272.3755 ZM 327.0299,266.4757 c -0.4672,-0.0000 -1.1517,0.4563 -1.1517 2.9880c 0.0000,0.8910 0.1630,2.6837 1.1191 2.6837c 0.1847,-0.0000 0.7062,-0.1195 0.9344 -0.9670c 0.1412,-0.5215 0.2173,-1.1735 0.2173 -2.1187c 0.0000,-1.3799 -0.3477,-2.1513 -0.6628 -2.4230c -0.1195,-0.1087 -0.2825,-0.1630 -0.4563 -0.1630ZM 327.0299,266.4757 ZM 326.9864,272.5059 c -1.1626,-0.0000 -1.9449,-1.4886 -1.9449 -3.1510c 0.0000,-2.0318 0.9670,-3.2596 1.9884 -3.2596c 0.4672,-0.0000 0.9344,0.2934 1.2495 0.7171c 0.4563,0.6085 0.6954,1.4234 0.6954 2.4447c 0.0000,2.4121 -1.1952,3.2487 -1.9884 3.2487Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.998049769999321" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 327.0299,255.2911 v 4.9139 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 273.7027,272.3755 ZM 276.6798,269.8113 h -2.4556 c -0.0978,-0.0000 -0.1630,-0.0869 -0.1630 -0.1847c 0.0000,-0.1738 0.1412,-0.4020 0.2716 -0.4020h 2.4882 c 0.1087,-0.0000 0.1521,0.0978 0.1521 0.1956c 0.0000,0.1195 -0.1521,0.3912 -0.2934 0.3912ZM 277.3209,272.3755 ZM 279.3636,267.1928 c -0.2064,-0.0000 -0.6845,0.1956 -0.9236 0.3042l -0.1304,-0.3368 c 0.9562,-0.4455 1.3256,-0.6737 1.8688 -1.0648h 0.2064 v 5.4653 c 0.0000,0.3912 0.0543,0.4998 0.4129 0.4998h 0.5650 c 0.0326,-0.0000 0.0869,0.0217 0.0869 0.0869v 0.2390 l -1.4886,-0.0217 l -1.5103,0.0217 v -0.2390 c 0.0109,-0.0326 0.0217,-0.0869 0.0869 -0.0869h 0.6519 c 0.4129,-0.0000 0.4129,-0.1847 0.4129 -0.4998v -3.7377 c 0.0000,-0.3694 0.0000,-0.6302 -0.2390 -0.6302Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.998049769999321" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 277.8913,255.2911 v 4.9139 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.5641,272.3755 ZM 227.5412,269.8113 h -2.4556 c -0.0978,-0.0000 -0.1630,-0.0869 -0.1630 -0.1847c 0.0000,-0.1738 0.1412,-0.4020 0.2716 -0.4020h 2.4882 c 0.1087,-0.0000 0.1521,0.0978 0.1521 0.1956c 0.0000,0.1195 -0.1521,0.3912 -0.2934 0.3912ZM 228.1823,272.3755 ZM 228.8125,267.5622 c 0.0000,-0.6193 0.5976,-1.4668 1.7385 -1.4668c 0.8366,-0.0000 1.8145,0.3151 1.8145 1.5646c 0.0000,0.8258 -0.4237,1.2387 -1.0105 1.8036l -1.0322,0.9996 c -0.0543,0.0543 -0.7823,0.7714 -0.7823 1.2821h 1.8471 c 0.3694,-0.0000 0.5650,-0.1847 0.7171 -0.7823l 0.2716,0.0435 l -0.2173,1.3690 h -3.3574 c 0.0000,-0.6085 0.0978,-1.0757 1.1083 -2.1079l 0.7606,-0.7497 c 0.6085,-0.6193 0.8584,-1.1517 0.8584 -1.8145c 0.0000,-0.9887 -0.6737,-1.2712 -1.0431 -1.2712c -0.7497,-0.0000 -0.9562,0.3912 -0.9562 0.6519c 0.0000,0.0869 0.0217,0.1738 0.0435 0.2499c 0.0217,0.0761 0.0435,0.1521 0.0435 0.2390c 0.0000,0.2825 -0.2173,0.3912 -0.3912 0.3912c -0.2390,-0.0000 -0.4129,-0.1847 -0.4129 -0.4020Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.998049769999321" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 228.7527,255.2911 v 4.9139 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 175.4255,272.3755 ZM 178.4027,269.8113 h -2.4556 c -0.0978,-0.0000 -0.1630,-0.0869 -0.1630 -0.1847c 0.0000,-0.1738 0.1412,-0.4020 0.2716 -0.4020h 2.4882 c 0.1087,-0.0000 0.1521,0.0978 0.1521 0.1956c 0.0000,0.1195 -0.1521,0.3912 -0.2934 0.3912ZM 179.0437,272.3755 ZM 181.3906,266.4322 c -0.2716,-0.0000 -1.0648,0.1521 -1.0648 0.8149c 0.0000,0.1956 -0.0761,0.5324 -0.3694 0.5324c -0.2825,-0.0000 -0.3042,-0.3151 -0.3042 -0.3477c 0.0000,-0.3368 0.4455,-1.3364 1.9558 -1.3364c 1.0539,-0.0000 1.3690,0.6628 1.3690 1.0974c 0.0000,0.2716 -0.0869,0.8149 -1.0648 1.4342c 0.6085,0.0978 1.4125,0.5433 1.4125 1.6733c 0.0000,1.4342 -1.0865,2.2057 -2.3143 2.2057c -0.6193,-0.0000 -1.4886,-0.2716 -1.4886 -0.6845c 0.0000,-0.1630 0.1630,-0.3477 0.3803 -0.3477c 0.2064,-0.0000 0.3042,0.1087 0.4020 0.2499c 0.1195,0.1847 0.3151,0.4455 0.8366 0.4455c 0.3586,-0.0000 1.3799,-0.3586 1.3799 -1.7276c 0.0000,-1.1626 -0.8149,-1.3473 -1.4016 -1.3473c -0.0978,-0.0000 -0.2173,0.0217 -0.3368 0.0435l -0.0435,-0.3260 c 0.8366,-0.1412 1.5320,-0.9562 1.5320 -1.4560c 0.0000,-0.6193 -0.4346,-0.9236 -0.8801 -0.9236Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.998049769999321" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 179.6141,255.2911 v 4.9139 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 126.2870,272.3755 ZM 129.2641,269.8113 h -2.4556 c -0.0978,-0.0000 -0.1630,-0.0869 -0.1630 -0.1847c 0.0000,-0.1738 0.1412,-0.4020 0.2716 -0.4020h 2.4882 c 0.1087,-0.0000 0.1521,0.0978 0.1521 0.1956c 0.0000,0.1195 -0.1521,0.3912 -0.2934 0.3912ZM 129.9051,272.3755 ZM 132.7084,268.5183 c 0.0000,-0.0761 0.0109,-0.1630 0.1087 -0.2173c 0.1195,-0.0869 0.3151,-0.1847 0.4781 -0.1847c 0.1412,-0.0000 0.1521,0.1195 0.1521 0.3368v 1.7493 h 0.8801 l -0.0652,0.5107 h -0.8149 v 0.9018 c 0.0000,0.3042 0.0435,0.4563 0.3586 0.4563h 0.2934 c 0.0652,-0.0000 0.0761,0.0543 0.0761 0.0761v 0.2390 c 0.0000,-0.0000 -0.6954,-0.0217 -1.1517 -0.0217c -0.4129,-0.0000 -1.0539,0.0217 -1.0539 0.0217v -0.2390 c 0.0000,-0.0217 0.0109,-0.0761 0.0761 -0.0761h 0.2934 c 0.3368,-0.0000 0.3694,-0.1412 0.3694 -0.4563v -0.9018 h -2.1296 c -0.0435,-0.0000 -0.0652,-0.0217 -0.0978 -0.0652l -0.0869,-0.1195 l -0.1304,-0.2282 c -0.0109,-0.0000 -0.0109,-0.0109 -0.0109 -0.0217c 0.0000,-0.0109 0.0109,-0.0217 0.0217 -0.0326c 0.7062,-0.7823 1.9558,-3.2053 2.3469 -4.0962c 0.0109,-0.0435 0.0326,-0.0543 0.0761 -0.0543c 0.0109,-0.0000 0.2499,0.0978 0.3803 0.1195c -0.4889,1.3147 -1.2930,2.7272 -2.0861 3.9876h 1.7167 v -1.6841 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.998049769999321" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 130.4756,255.2911 v 4.9139 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.1484,272.3755 ZM 80.1255,269.8113 h -2.4556 c -0.0978,-0.0000 -0.1630,-0.0869 -0.1630 -0.1847c 0.0000,-0.1738 0.1412,-0.4020 0.2716 -0.4020h 2.4882 c 0.1087,-0.0000 0.1521,0.0978 0.1521 0.1956c 0.0000,0.1195 -0.1521,0.3912 -0.2934 0.3912ZM 80.7666,272.3755 ZM 84.1239,270.5393 c 0.0000,-1.1191 -0.6085,-1.6733 -1.2821 -1.6733c -0.4998,-0.0000 -0.8801,0.0761 -1.3038 0.2499l 0.3477,-2.9662 c 0.3586,0.0326 0.7280,0.0435 1.1083 0.0435c 0.5433,-0.0000 1.1083,-0.0326 1.6950 -0.0978l 0.0652,0.0326 l -0.1630,0.7062 c -0.4237,0.0435 -0.7714,0.0543 -1.0757 0.0543c -0.4889,-0.0000 -0.8584,-0.0435 -1.2387 -0.0869l -0.2064,1.7167 c 0.2282,-0.0869 0.6193,-0.1630 1.0431 -0.1630c 1.1517,-0.0000 1.7928,0.9996 1.7928 1.9992c 0.0000,1.2169 -0.8475,2.1513 -2.0753 2.1513c -0.6193,-0.0000 -1.5212,-0.3477 -1.5212 -0.7714c 0.0000,-0.2064 0.1738,-0.3477 0.3694 -0.3477c 0.2173,-0.0000 0.3586,0.1630 0.4889 0.3368c 0.1630,0.1956 0.3368,0.4129 0.6845 0.4129c 0.6954,-0.0000 1.2712,-0.6519 1.2712 -1.5972Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.998049769999321" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 81.3370,255.2911 v 4.9139 "/></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 571.8182,238.9116 l -0.0000,-163.7953 h -491.3858 l -0.0000,163.7953 Z"/></g></svg>+    "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 572.3988,240.8912 l -0.0000,-4.1552 h -9.9775 l -0.0000,4.1552 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 562.4213,240.8912 l -0.0000,-5.2822 h -9.9775 l -0.0000,5.2822 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 552.4438,240.8912 l -0.0000,-6.6482 h -9.9775 l -0.0000,6.6482 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 542.4663,240.8912 l -0.0000,-8.2842 h -9.9775 l -0.0000,8.2842 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 532.4887,240.8912 l -0.0000,-10.2200 h -9.9775 l -0.0000,10.2200 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 522.5112,240.8912 l -0.0000,-12.4828 h -9.9775 l -0.0000,12.4828 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 512.5337,240.8912 l -0.0000,-15.0948 h -9.9775 l -0.0000,15.0948 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 502.5562,240.8912 l -0.0000,-18.0717 h -9.9775 l -0.0000,18.0717 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 492.5786,240.8912 l -0.0000,-21.4205 h -9.9775 l -0.0000,21.4205 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 482.6011,240.8912 l -0.0000,-25.1372 h -9.9775 l -0.0000,25.1372 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 472.6236,240.8912 l -0.0000,-29.2053 h -9.9775 l -0.0000,29.2053 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 462.6461,240.8912 l -0.0000,-33.5940 h -9.9775 l -0.0000,33.5940 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 452.6685,240.8912 l -0.0000,-38.2578 h -9.9775 l -0.0000,38.2578 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 442.6910,240.8912 l -0.0000,-43.1356 h -9.9775 l -0.0000,43.1356 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 432.7135,240.8912 l -0.0000,-48.1513 h -9.9775 l -0.0000,48.1513 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 422.7360,240.8912 l -0.0000,-53.2154 h -9.9775 l -0.0000,53.2154 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 412.7584,240.8912 l -0.0000,-58.2270 h -9.9775 l -0.0000,58.2270 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 402.7809,240.8912 l -0.0000,-63.0765 h -9.9775 l -0.0000,63.0765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 392.8034,240.8912 l -0.0000,-67.6501 h -9.9775 l -0.0000,67.6501 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 382.8259,240.8912 l -0.0000,-71.8333 h -9.9775 l -0.0000,71.8333 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 372.8483,240.8912 l -0.0000,-75.5163 h -9.9775 l -0.0000,75.5163 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 362.8708,240.8912 l -0.0000,-78.5982 h -9.9775 l -0.0000,78.5982 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 352.8933,240.8912 l -0.0000,-80.9919 h -9.9775 l -0.0000,80.9919 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 342.9158,240.8912 l -0.0000,-82.6280 h -9.9775 l -0.0000,82.6280 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 332.9382,240.8912 l -0.0000,-83.4584 h -9.9775 l -0.0000,83.4584 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 322.9607,240.8912 l -0.0000,-83.4584 h -9.9775 l -0.0000,83.4584 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 312.9832,240.8912 l -0.0000,-82.6280 h -9.9775 l -0.0000,82.6280 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 303.0057,240.8912 l -0.0000,-80.9919 h -9.9775 l -0.0000,80.9919 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 293.0281,240.8912 l -0.0000,-78.5982 h -9.9775 l -0.0000,78.5982 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 283.0506,240.8912 l -0.0000,-75.5163 h -9.9775 l -0.0000,75.5163 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 273.0731,240.8912 l -0.0000,-71.8333 h -9.9775 l -0.0000,71.8333 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 263.0956,240.8912 l -0.0000,-67.6501 h -9.9775 l -0.0000,67.6501 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 253.1180,240.8912 l -0.0000,-63.0765 h -9.9775 l -0.0000,63.0765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 243.1405,240.8912 l -0.0000,-58.2270 h -9.9775 l -0.0000,58.2270 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 233.1630,240.8912 l -0.0000,-53.2154 h -9.9775 l -0.0000,53.2154 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 223.1855,240.8912 l -0.0000,-48.1513 h -9.9775 l -0.0000,48.1513 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 213.2079,240.8912 l -0.0000,-43.1356 h -9.9775 l -0.0000,43.1356 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 203.2304,240.8912 l -0.0000,-38.2578 h -9.9775 l -0.0000,38.2578 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 193.2529,240.8912 l -0.0000,-33.5940 h -9.9775 l -0.0000,33.5940 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 183.2754,240.8912 l -0.0000,-29.2053 h -9.9775 l -0.0000,29.2053 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 173.2979,240.8912 l -0.0000,-25.1372 h -9.9775 l -0.0000,25.1372 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 163.3203,240.8912 l -0.0000,-21.4205 h -9.9775 l -0.0000,21.4205 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 153.3428,240.8912 l -0.0000,-18.0717 h -9.9775 l -0.0000,18.0717 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 143.3653,240.8912 l -0.0000,-15.0948 h -9.9775 l -0.0000,15.0948 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 133.3878,240.8912 l -0.0000,-12.4828 h -9.9775 l -0.0000,12.4828 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 123.4102,240.8912 l -0.0000,-10.2200 h -9.9775 l -0.0000,10.2200 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 113.4327,240.8912 l -0.0000,-8.2842 h -9.9775 l -0.0000,8.2842 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 103.4552,240.8912 l -0.0000,-6.6482 h -9.9775 l -0.0000,6.6482 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 93.4777,240.8912 l -0.0000,-5.2822 h -9.9775 l -0.0000,5.2822 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 83.5001,240.8912 l -0.0000,-4.1552 h -9.9775 l -0.0000,4.1552 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 572.3988,240.8912 l -0.0000,-0.0010 h -9.9775 l -0.0000,0.0010 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 562.4213,240.8912 l -0.0000,-0.0027 h -9.9775 l -0.0000,0.0027 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 552.4438,240.8912 l -0.0000,-0.0067 h -9.9775 l -0.0000,0.0067 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 542.4663,240.8912 l -0.0000,-0.0161 h -9.9775 l -0.0000,0.0161 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 532.4887,240.8912 l -0.0000,-0.0374 h -9.9775 l -0.0000,0.0374 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 522.5112,240.8912 l -0.0000,-0.0832 h -9.9775 l -0.0000,0.0832 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 512.5337,240.8912 l -0.0000,-0.1779 h -9.9775 l -0.0000,0.1779 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 502.5562,240.8912 l -0.0000,-0.3656 h -9.9775 l -0.0000,0.3656 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 492.5786,240.8912 l -0.0000,-0.7216 h -9.9775 l -0.0000,0.7216 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 482.6011,240.8912 l -0.0000,-1.3685 h -9.9775 l -0.0000,1.3685 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 472.6236,240.8912 l -0.0000,-2.4936 h -9.9775 l -0.0000,2.4936 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 462.6461,240.8912 l -0.0000,-4.3656 h -9.9775 l -0.0000,4.3656 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 452.6685,240.8912 l -0.0000,-7.3430 h -9.9775 l -0.0000,7.3430 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 442.6910,240.8912 l -0.0000,-11.8668 h -9.9775 l -0.0000,11.8668 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 432.7135,240.8912 l -0.0000,-18.4257 h -9.9775 l -0.0000,18.4257 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 422.7360,240.8912 l -0.0000,-27.4879 h -9.9775 l -0.0000,27.4879 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 412.7584,240.8912 l -0.0000,-39.3992 h -9.9775 l -0.0000,39.3992 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 402.7809,240.8912 l -0.0000,-54.2577 h -9.9775 l -0.0000,54.2577 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 392.8034,240.8912 l -0.0000,-71.7900 h -9.9775 l -0.0000,71.7900 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 382.8259,240.8912 l -0.0000,-91.2630 h -9.9775 l -0.0000,91.2630 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 372.8483,240.8912 l -0.0000,-111.4689 h -9.9775 l -0.0000,111.4689 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 362.8708,240.8912 l -0.0000,-130.8100 h -9.9775 l -0.0000,130.8100 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 352.8933,240.8912 l -0.0000,-147.4878 h -9.9775 l -0.0000,147.4878 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 342.9158,240.8912 l -0.0000,-159.7717 h -9.9775 l -0.0000,159.7717 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 332.9382,240.8912 l -0.0000,-166.2921 h -9.9775 l -0.0000,166.2921 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 322.9607,240.8912 l -0.0000,-166.2921 h -9.9775 l -0.0000,166.2921 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 312.9832,240.8912 l -0.0000,-159.7717 h -9.9775 l -0.0000,159.7717 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 303.0057,240.8912 l -0.0000,-147.4878 h -9.9775 l -0.0000,147.4878 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 293.0281,240.8912 l -0.0000,-130.8100 h -9.9775 l -0.0000,130.8100 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 283.0506,240.8912 l -0.0000,-111.4689 h -9.9775 l -0.0000,111.4689 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 273.0731,240.8912 l -0.0000,-91.2630 h -9.9775 l -0.0000,91.2630 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 263.0956,240.8912 l -0.0000,-71.7900 h -9.9775 l -0.0000,71.7900 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 253.1180,240.8912 l -0.0000,-54.2577 h -9.9775 l -0.0000,54.2577 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 243.1405,240.8912 l -0.0000,-39.3992 h -9.9775 l -0.0000,39.3992 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 233.1630,240.8912 l -0.0000,-27.4879 h -9.9775 l -0.0000,27.4879 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 223.1855,240.8912 l -0.0000,-18.4257 h -9.9775 l -0.0000,18.4257 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 213.2079,240.8912 l -0.0000,-11.8668 h -9.9775 l -0.0000,11.8668 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 203.2304,240.8912 l -0.0000,-7.3430 h -9.9775 l -0.0000,7.3430 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 193.2529,240.8912 l -0.0000,-4.3656 h -9.9775 l -0.0000,4.3656 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 183.2754,240.8912 l -0.0000,-2.4936 h -9.9775 l -0.0000,2.4936 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 173.2979,240.8912 l -0.0000,-1.3685 h -9.9775 l -0.0000,1.3685 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 163.3203,240.8912 l -0.0000,-0.7216 h -9.9775 l -0.0000,0.7216 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 153.3428,240.8912 l -0.0000,-0.3656 h -9.9775 l -0.0000,0.3656 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 143.3653,240.8912 l -0.0000,-0.1779 h -9.9775 l -0.0000,0.1779 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 133.3878,240.8912 l -0.0000,-0.0832 h -9.9775 l -0.0000,0.0832 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 123.4102,240.8912 l -0.0000,-0.0374 h -9.9775 l -0.0000,0.0374 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 113.4327,240.8912 l -0.0000,-0.0161 h -9.9775 l -0.0000,0.0161 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 103.4552,240.8912 l -0.0000,-0.0067 h -9.9775 l -0.0000,0.0067 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 93.4777,240.8912 l -0.0000,-0.0027 h -9.9775 l -0.0000,0.0027 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 83.5001,240.8912 l -0.0000,-0.0010 h -9.9775 l -0.0000,0.0010 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(31,119,180)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 54.0143,249.2058 ZM 40.8323,237.7336 c -3.2541,-0.0000 -4.0815,2.2614 -4.0815 3.9160c -0.0000,0.9928 0.0827,1.7650 0.2206 2.3992l 8.1629,0.0000 l 0.0000,-1.3789 c 0.0000,-2.0683 -0.4688,-3.3920 -1.4065 -4.0539c -0.7722,-0.5240 -1.7374,-0.8825 -2.8956 -0.8825ZM 40.8323,237.7336 ZM 40.8047,235.4998 c 2.8956,0.0000 4.4675,2.5923 4.8536 3.7781l 5.6534,-2.9232 c 1.1858,-0.6067 2.1235,-1.3513 2.1235 -2.5923l 0.5791,-0.0827 c 0.1103,0.2758 0.1655,0.7446 0.1655 1.1583c -0.0000,1.6546 -1.0479,2.8681 -2.3441 3.5851l -5.2949,2.8405 c -0.1930,0.1103 -0.3585,0.9376 -0.3585 2.7853l 5.8464,0.0000 c 0.8273,0.0000 1.2134,-0.4137 1.2134 -1.4892l 0.0000,-0.7446 c 0.0000,-0.1103 0.0827,-0.2206 0.2206 -0.2206l 0.5240,0.0000 l 0.0552,0.0552 c 0.0000,-0.0000 -0.0552,2.3992 -0.0552 3.4748c -0.0000,0.9928 0.0552,3.5575 0.0552 3.5575l -0.0552,0.0552 l -0.5240,-0.0000 c -0.1379,-0.0000 -0.2206,-0.0827 -0.2206 -0.2206l 0.0000,-0.7170 c 0.0000,-1.1307 -0.4412,-1.5168 -1.2134 -1.5168l -13.8439,-0.0000 c -0.7997,-0.0000 -1.2686,0.1103 -1.2686 0.8273c -0.0000,0.0827 -0.0000,0.1379 0.0276 0.1930l 0.0827,0.8273 c -0.0000,0.1379 -0.0827,0.2206 -0.1930 0.2206l -0.5240,-0.0000 c -0.1379,-0.5791 -0.3309,-3.1714 -0.3309 -6.3980c 0.0000,-1.7374 0.1379,-3.6678 1.3789 -4.9915c 0.9376,-0.9928 2.0683,-1.4616 3.4472 -1.4616ZM 54.0143,233.3764 ZM 46.3754,230.2325 l 0.0000,-5.0743 c 0.0000,-0.2758 -0.1379,-0.3861 -0.3861 -0.3861c -2.5647,-0.0000 -3.2266,1.2961 -3.2266 2.2889c -0.0000,0.6343 0.2482,2.7026 3.6126 3.1714ZM 46.3754,230.2325 ZM 51.4496,222.9521 l 0.4412,-0.5515 c 1.4340,1.0479 2.4544,2.6750 2.4544 4.6606c -0.0000,3.7781 -2.8129,5.3776 -5.8188 5.3776c -4.1918,-0.0000 -6.7013,-2.7577 -6.7013 -5.3776c 0.0000,-3.6402 2.8405,-4.4951 5.1570 -4.4951c 0.3034,0.0000 0.4688,0.1930 0.4688 0.4964l -0.0000,7.2529 c 0.1655,0.0276 0.3309,0.0276 0.5515 0.0276c 2.8129,0.0000 4.9915,-1.9580 4.9915 -3.9436c 0.0000,-1.5168 -0.4964,-2.4820 -1.5443 -3.4472ZM 54.0143,221.5732 ZM 51.5048,210.9835 c 2.0959,1.2134 2.8405,2.5371 2.8405 4.1918c -0.0000,3.3093 -2.5095,5.3776 -6.0670 5.3776c -3.9160,-0.0000 -6.4531,-2.4544 -6.4531 -5.4328c 0.0000,-2.6474 1.3513,-4.0539 2.8129 -4.0539c 0.7997,0.0000 1.2134,0.4964 1.2134 1.0755c -0.0000,0.5791 -0.3034,1.1307 -0.9928 1.2134c -0.9101,0.1103 -2.0959,0.2758 -2.0959 1.9028c -0.0000,1.8201 1.9304,3.1714 4.9088 3.1714c 3.2266,0.0000 5.4603,-1.7374 5.4603 -3.8608c 0.0000,-1.1858 -0.7722,-2.2338 -2.0132 -3.0887ZM 54.0143,210.4595 ZM 43.2315,205.9368 l 7.0598,0.0000 c 1.7098,0.0000 2.5371,-0.1655 2.5371 -0.9101c 0.0000,-0.7170 -0.2206,-1.2686 -0.7722 -1.9856l 0.4688,-0.4964 c 1.2134,1.0755 1.8201,2.1786 1.8201 3.4472c -0.0000,1.2686 -0.7722,2.0132 -2.7302 2.0132l -8.3835,-0.0000 l -0.0000,1.7925 c -0.0000,0.0827 -0.0276,0.1103 -0.1103 0.1103l -0.8549,-0.0000 c -0.0827,-0.0000 -0.1103,-0.0276 -0.1103 -0.0827c 0.0000,-1.8477 -1.0755,-2.2889 -3.1714 -2.2889l -0.5240,-0.0000 l -0.5515,-1.5995 l 4.2469,0.0000 l 0.0000,-3.0335 c 0.0000,-0.1379 0.0552,-0.2206 0.1655 -0.2206l 0.5515,0.0000 c 0.2482,0.0000 0.3585,0.3861 0.3585 0.6619l -0.0000,2.5923 ZM 54.0143,195.2367 ZM 54.3452,185.4467 c -0.0000,5.9292 -4.5779,8.7696 -9.0178 8.7696c -5.4328,-0.0000 -9.4591,-4.2194 -9.4591 -8.7972c 0.0000,-3.3920 1.1583,-4.4675 1.2410 -6.0395c 1.5168,-0.0827 2.8405,-0.3309 4.2745 -0.6067l 0.1103,0.8273 c -2.3717,0.7170 -4.6054,2.3165 -4.6054 6.1222c -0.0000,2.1786 2.3165,6.0946 7.9147 6.0946c 4.0263,0.0000 8.4111,-2.0683 8.4111 -6.3428c 0.0000,-2.5647 -0.9101,-4.4400 -3.0611 -6.3980l 0.4137,-0.6343 c 2.4544,1.8753 3.7781,4.3297 3.7781 7.0047ZM 54.0143,177.4769 ZM 34.7652,172.9817 l 9.3488,0.0000 c -1.8477,-1.8477 -2.2889,-3.4748 -2.2889 -4.5503c 0.0000,-1.9856 1.5168,-2.9784 4.3572 -2.9784l 5.8464,0.0000 c 0.7997,0.0000 1.2134,-0.2758 1.2134 -1.1858l 0.0000,-0.5240 c 0.0000,-0.1103 0.0827,-0.2206 0.2206 -0.2206l 0.5240,0.0000 l 0.0552,0.0552 c 0.0000,-0.0000 -0.0552,1.8753 -0.0552 2.9784c -0.0000,0.9652 0.0552,2.8405 0.0552 2.8405l -0.0552,0.0552 l -0.5240,-0.0000 c -0.1379,-0.0000 -0.2206,-0.0827 -0.2206 -0.2206l 0.0000,-0.5240 c 0.0000,-0.9376 -0.4137,-1.1858 -1.2134 -1.1858l -6.1498,-0.0000 c -2.2338,-0.0000 -2.7577,0.6067 -2.7577 2.1510c -0.0000,0.7997 0.7170,1.9856 2.0132 3.3093l 6.8944,0.0000 c 0.7997,0.0000 1.2134,-0.2758 1.2134 -1.1858l 0.0000,-0.5240 c 0.0000,-0.1103 0.0827,-0.2206 0.2206 -0.2206l 0.5240,0.0000 l 0.0552,0.0552 c 0.0000,-0.0000 -0.0552,1.8753 -0.0552 2.9508c -0.0000,0.9928 0.0552,2.8405 0.0552 2.8405l -0.0552,0.0552 l -0.5240,-0.0000 c -0.1379,-0.0000 -0.2206,-0.0552 -0.2206 -0.1930l 0.0000,-0.5240 c 0.0000,-0.9376 -0.4137,-1.1858 -1.2134 -1.1858l -13.8163,-0.0000 c -1.5719,-0.0000 -2.0132,0.2482 -2.0132 0.7997l 0.1103,0.9101 c -0.0000,0.0827 -0.0552,0.1379 -0.1379 0.1379l -0.6894,0.0552 c 0.0000,-0.4412 -0.1655,-1.4340 -0.2482 -1.9028c -0.1103,-0.4964 -0.2206,-0.9101 -0.4688 -1.4616l 0.0000,-0.6067 ZM 54.0143,163.1917 ZM 47.2578,155.1667 l 0.5515,2.1786 c 0.7446,2.4268 2.0132,2.7853 3.2541 2.7853c 0.8549,0.0000 2.1510,-0.4137 2.1510 -2.1510c 0.0000,-0.8273 -0.7997,-2.0959 -1.4065 -2.8129l -4.5503,-0.0000 ZM 47.2578,155.1667 ZM 54.3452,153.4017 c -0.0000,1.0479 -0.9376,1.6271 -1.5995 1.7374l 0.4412,0.6343 c 0.8825,1.2686 1.1583,1.7374 1.1583 3.0059c -0.0000,1.9304 -1.1031,3.3369 -3.1714 3.3369c -2.0959,-0.0000 -3.5299,-1.7925 -4.1918 -4.4124l -0.6343,-2.5371 c -3.1163,-0.0000 -3.6954,1.4340 -3.6954 2.3717c -0.0000,1.0479 0.4688,2.2614 1.3237 2.2614c 0.3034,0.0000 0.4688,-0.0552 0.5515 -0.0827c 0.1103,-0.0552 0.3034,-0.0827 0.4964 -0.0827c 0.3585,0.0000 0.9101,0.2758 0.9101 1.0755c -0.0000,0.6619 -0.4412,1.1031 -1.1031 1.1031c -1.5995,-0.0000 -3.0059,-2.5923 -3.0059 -4.3572c 0.0000,-2.0132 0.8273,-4.3297 4.7433 -4.3297l 4.0539,0.0000 c 1.6822,0.0000 2.3992,-0.0276 2.3992 -0.6619c 0.0000,-0.6067 -0.7722,-0.7722 -1.3789 -0.7997l 0.1379,-0.6894 c 2.0132,0.1655 2.5647,1.0204 2.5647 2.4268ZM 54.0143,150.7543 ZM 52.0287,148.2999 l -6.8668,-0.0000 c -1.3789,-0.0000 -1.6822,0.1930 -1.6822 0.6067c -0.0000,0.3585 0.0276,0.6894 0.1379 1.1583l -0.7722,0.1379 c -0.3034,-1.7374 -0.3861,-2.0407 -0.7997 -2.8681c -0.1379,-0.2758 -0.2206,-0.4964 -0.2206 -0.6894l 0.0000,-0.4137 l 2.4820,0.0827 l 0.0000,-0.0827 c -1.0755,-0.7170 -2.4820,-1.9304 -2.4820 -3.2266c 0.0000,-1.1307 0.5515,-1.5443 1.2686 -1.5443c 0.7170,0.0000 1.1583,0.4688 1.1583 1.1858c -0.0000,0.5515 -0.2206,0.8549 -0.4964 1.1307c -0.1655,0.1655 -0.2482,0.3585 -0.2482 0.5515c -0.0000,0.3034 0.4964,0.9101 1.4340 1.5719c 0.2482,0.1930 0.6067,0.3309 0.9652 0.3309l 6.1222,0.0000 c 0.7997,0.0000 1.2134,-0.2758 1.2134 -1.1858l 0.0000,-0.7997 c 0.0000,-0.1379 0.0827,-0.2482 0.2206 -0.2482l 0.5240,0.0000 l 0.0552,0.0552 c 0.0000,-0.0000 -0.0552,2.1786 -0.0552 3.2541c -0.0000,0.9928 0.0552,2.8681 0.0552 2.8681l -0.0552,0.0276 l -0.5240,-0.0000 c -0.1379,-0.0000 -0.2206,-0.0552 -0.2206 -0.1930l 0.0000,-0.5240 c 0.0000,-0.9376 -0.4137,-1.1858 -1.2134 -1.1858ZM 54.0143,141.1849 ZM 43.2315,136.6622 l 7.0598,0.0000 c 1.7098,0.0000 2.5371,-0.1655 2.5371 -0.9101c 0.0000,-0.7170 -0.2206,-1.2686 -0.7722 -1.9856l 0.4688,-0.4964 c 1.2134,1.0755 1.8201,2.1786 1.8201 3.4472c -0.0000,1.2686 -0.7722,2.0132 -2.7302 2.0132l -8.3835,-0.0000 l -0.0000,1.7925 c -0.0000,0.0827 -0.0276,0.1103 -0.1103 0.1103l -0.8549,-0.0000 c -0.0827,-0.0000 -0.1103,-0.0276 -0.1103 -0.0827c 0.0000,-1.8477 -1.0755,-2.2889 -3.1714 -2.2889l -0.5240,-0.0000 l -0.5515,-1.5995 l 4.2469,0.0000 l 0.0000,-3.0335 c 0.0000,-0.1379 0.0552,-0.2206 0.1655 -0.2206l 0.5515,0.0000 c 0.2482,0.0000 0.3585,0.3861 0.3585 0.6619l -0.0000,2.5923 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.63" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 285.0376,313.2932 ZM 288.0876,310.5617 c 0.0000,-0.8011 -0.3764,-1.2644 -0.9556 -1.2644c -0.5019,-0.0000 -0.8397,0.3475 -0.8397 1.1003c 0.0000,0.5019 0.1930,1.2934 0.9652 1.2934c 0.3378,-0.0000 0.8301,-0.1641 0.8301 -1.1293ZM 288.0876,310.5617 ZM 286.2827,313.3608 c -0.2992,0.2799 -0.3668,0.5791 -0.3668 0.9073c 0.0000,0.7239 0.8687,0.9363 1.1969 0.9363c 0.8301,-0.0000 1.8822,-0.2896 1.8822 -0.9845c 0.0000,-0.2510 -0.1351,-0.4150 -0.5116 -0.5984c -0.2703,-0.1351 -0.6660,-0.2413 -1.1293 -0.2413c -0.0772,-0.0000 -0.1834,0.0097 -0.3185 0.0193c -0.1351,0.0097 -0.2799,0.0097 -0.3861 0.0097c -0.1544,-0.0000 -0.2317,-0.0193 -0.3668 -0.0483ZM 286.2827,313.3608 ZM 289.2169,309.5482 c -0.1544,-0.0000 -0.2510,-0.0869 -0.2896 -0.1641c -0.0579,-0.0869 -0.0965,-0.1158 -0.1641 -0.1158c -0.1158,-0.0000 -0.2992,0.1351 -0.3668 0.2317c 0.2703,0.2896 0.3957,0.5695 0.3957 1.0231c 0.0000,0.9459 -0.7722,1.4575 -1.5829 1.4575c -0.3571,-0.0000 -0.6467,-0.0676 -0.8687 -0.2027c -0.1062,0.1641 -0.1641,0.3668 -0.1641 0.5598c 0.0000,0.4150 0.3185,0.5212 0.5888 0.5212c 0.0483,-0.0000 0.1641,-0.0097 0.2992 -0.0193c 0.2220,-0.0290 0.4633,-0.0483 0.6274 -0.0483c 0.3378,-0.0000 0.9749,0.0676 1.3609 0.3957c 0.2606,0.2413 0.4054,0.4730 0.4054 0.7818c 0.0000,1.0424 -1.3706,1.5926 -2.6157 1.5926c -0.7046,-0.0000 -1.4864,-0.2606 -1.4864 -1.1003c 0.0000,-0.4150 0.2606,-0.8590 0.7529 -1.1679c -0.2413,-0.1255 -0.4150,-0.3668 -0.4150 -0.7143c 0.0000,-0.3282 0.1448,-0.7432 0.4054 -0.9749c -0.2606,-0.2606 -0.4826,-0.5888 -0.4826 -1.1196c 0.0000,-0.8880 0.7818,-1.4575 1.6023 -1.4575c 0.5405,-0.0000 0.8783,0.2220 0.9845 0.2992c 0.2413,-0.3282 0.6756,-0.4923 0.9170 -0.4923c 0.2510,-0.0000 0.4247,0.1641 0.4247 0.3668c 0.0000,0.2123 -0.1351,0.3475 -0.3282 0.3475ZM 289.4293,313.2932 ZM 290.2883,312.5983 v -2.4034 c 0.0000,-0.4826 -0.0676,-0.5888 -0.2123 -0.5888c -0.1255,-0.0000 -0.2413,0.0097 -0.4054 0.0483l -0.0483,-0.2703 c 0.6081,-0.1062 0.7143,-0.1351 1.0038 -0.2799c 0.0965,-0.0483 0.1737,-0.0772 0.2413 -0.0772h 0.1448 l -0.0290,0.8687 h 0.0290 c 0.2510,-0.3764 0.6756,-0.8687 1.1293 -0.8687c 0.3957,-0.0000 0.5405,0.1930 0.5405 0.4440c 0.0000,0.2510 -0.1641,0.4054 -0.4150 0.4054c -0.1930,-0.0000 -0.2992,-0.0772 -0.3957 -0.1737c -0.0579,-0.0579 -0.1255,-0.0869 -0.1930 -0.0869c -0.1062,-0.0000 -0.3185,0.1737 -0.5502 0.5019c -0.0676,0.0869 -0.1158,0.2123 -0.1158 0.3378v 2.1428 c 0.0000,0.2799 0.0965,0.4247 0.4150 0.4247h 0.2799 c 0.0483,-0.0000 0.0869,0.0290 0.0869 0.0772v 0.1834 l -0.0193,0.0193 c 0.0000,-0.0000 -0.7625,-0.0193 -1.1389 -0.0193c -0.3475,-0.0000 -1.0038,0.0193 -1.0038 0.0193l -0.0097,-0.0193 v -0.1834 c 0.0000,-0.0483 0.0193,-0.0772 0.0676 -0.0772h 0.1834 c 0.3282,-0.0000 0.4150,-0.1448 0.4150 -0.4247ZM 292.7786,313.2932 ZM 293.8789,310.6196 h 1.7760 c 0.0965,-0.0000 0.1351,-0.0483 0.1351 -0.1351c 0.0000,-0.8976 -0.4536,-1.1293 -0.8011 -1.1293c -0.2220,-0.0000 -0.9459,0.0869 -1.1100 1.2644ZM 293.8789,310.6196 ZM 296.4271,312.3956 l 0.1930,0.1544 c -0.3668,0.5019 -0.9363,0.8590 -1.6312 0.8590c -1.3223,-0.0000 -1.8822,-0.9845 -1.8822 -2.0366c 0.0000,-1.4671 0.9652,-2.3455 1.8822 -2.3455c 1.2741,-0.0000 1.5733,0.9942 1.5733 1.8049c 0.0000,0.1062 -0.0676,0.1641 -0.1737 0.1641h -2.5385 c -0.0097,0.0579 -0.0097,0.1158 -0.0097 0.1930c 0.0000,0.9845 0.6853,1.7470 1.3803 1.7470c 0.5309,-0.0000 0.8687,-0.1737 1.2065 -0.5405ZM 296.9097,313.2932 ZM 298.9173,309.3359 c 0.0000,0.0483 -0.0579,0.0772 -0.1062 0.0772c -0.2896,-0.0000 -0.4150,0.0579 -0.4150 0.2123c 0.0000,0.0579 0.0193,0.1351 0.0579 0.2220l 1.0617,2.4902 l 1.0714,-2.4516 c 0.0483,-0.0869 0.0676,-0.1641 0.0676 -0.2220c 0.0000,-0.2027 -0.1930,-0.2510 -0.4054 -0.2510h -0.0386 c -0.0483,-0.0000 -0.0965,-0.0386 -0.0965 -0.0676v -0.1834 l 0.0193,-0.0290 c 0.0000,-0.0000 0.5695,0.0193 0.9073 0.0193c 0.2703,-0.0000 0.6660,-0.0193 0.6660 -0.0193l 0.0290,0.0193 v 0.1834 c 0.0000,0.0483 -0.0386,0.0772 -0.1062 0.0772c -0.3668,-0.0000 -0.5502,0.3764 -0.6853 0.6563c -0.5116,1.0810 -0.9363,2.0752 -1.7084 3.9381c -0.2896,0.6950 -0.6370,1.5057 -1.3223 1.5057c -0.1834,-0.0000 -0.5598,-0.1062 -0.5598 -0.4536c 0.0000,-0.2896 0.2123,-0.3764 0.3668 -0.3764c 0.1448,-0.0000 0.2413,0.0579 0.2992 0.1351c 0.0965,0.0965 0.1641,0.1641 0.2606 0.1641c 0.1448,-0.0000 0.4826,-0.8301 0.7239 -1.4189c 0.0579,-0.1158 0.0772,-0.2123 0.0772 -0.2992c 0.0000,-0.0965 -0.0869,-0.3571 -0.1641 -0.5502l -1.2162,-2.8281 c -0.1544,-0.3668 -0.2606,-0.4730 -0.5888 -0.4730c -0.0579,-0.0000 -0.0965,-0.0290 -0.0965 -0.0676v -0.1930 l 0.0193,-0.0193 c 0.0000,-0.0000 0.4247,0.0193 0.7143 0.0193c 0.4536,-0.0000 1.1486,-0.0193 1.1486 -0.0193l 0.0193,0.0290 v 0.1737 ZM 304.2356,313.2932 ZM 306.1853,309.3359 c 0.0000,0.0483 -0.0386,0.0772 -0.0869 0.0772h -0.1448 c -0.2123,-0.0000 -0.2799,0.0579 -0.2799 0.1544c 0.0000,0.0676 0.0386,0.1544 0.0869 0.2896l 1.0135,2.5482 l 0.8397,-2.0945 l -0.1737,-0.4343 c -0.1255,-0.3282 -0.3282,-0.4633 -0.6177 -0.4633c -0.0483,-0.0000 -0.0965,-0.0193 -0.0965 -0.0676v -0.1930 l 0.0193,-0.0193 c 0.0000,-0.0000 0.5405,0.0193 0.8783 0.0193l 0.9652,-0.0193 l 0.0290,0.0193 v 0.1834 c 0.0000,0.0483 -0.0483,0.0772 -0.0965 0.0772h -0.1737 c -0.1930,-0.0000 -0.2799,0.0386 -0.2799 0.1351c 0.0000,0.0772 0.0386,0.1737 0.0965 0.3089l 1.0038,2.5482 l 1.0038,-2.4999 c 0.0290,-0.0579 0.0483,-0.1351 0.0483 -0.2123c 0.0000,-0.1641 -0.1062,-0.2799 -0.4343 -0.2799h -0.1448 c -0.0483,-0.0000 -0.0869,-0.0386 -0.0869 -0.0676v -0.1930 l 0.0290,-0.0193 c 0.0000,-0.0000 0.6370,0.0193 0.9942 0.0193c 0.3282,-0.0000 0.7143,-0.0193 0.7143 -0.0193l 0.0097,0.0193 v 0.1834 c 0.0000,0.0579 -0.0579,0.0772 -0.1158 0.0772c -0.2413,-0.0000 -0.4923,0.1062 -0.6660 0.5309l -1.3127,3.2624 c -0.0579,0.1448 -0.1351,0.2027 -0.2220 0.2027c -0.0965,-0.0000 -0.1737,-0.0579 -0.2317 -0.1930l -0.9652,-2.4130 l -0.9652,2.3937 c -0.0676,0.1544 -0.1448,0.2123 -0.2317 0.2123c -0.0965,-0.0000 -0.1737,-0.0579 -0.2317 -0.1930l -1.3223,-3.3396 c -0.1448,-0.3764 -0.3185,-0.4633 -0.6081 -0.4633c -0.0483,-0.0000 -0.1158,-0.0193 -0.1158 -0.0676v -0.1930 l 0.0193,-0.0193 c 0.0000,-0.0000 0.4536,0.0193 0.8783 0.0193c 0.4440,-0.0000 0.9556,-0.0193 0.9556 -0.0193l 0.0193,0.0290 v 0.1737 ZM 311.4168,313.2932 ZM 312.1697,307.7819 c 0.0000,-0.2510 0.2027,-0.4633 0.4536 -0.4633c 0.2606,-0.0000 0.4633,0.2123 0.4633 0.4633c 0.0000,0.2606 -0.2027,0.4633 -0.4633 0.4633c -0.2510,-0.0000 -0.4536,-0.2027 -0.4536 -0.4633ZM 312.1697,307.7819 ZM 313.0866,312.5983 c 0.0000,0.2799 0.1062,0.4247 0.4150 0.4247h 0.1834 c 0.0483,-0.0000 0.0869,0.0290 0.0869 0.0772v 0.1834 l -0.0193,0.0193 c 0.0000,-0.0000 -0.6660,-0.0193 -1.0424 -0.0193c -0.3378,-0.0000 -0.9942,0.0193 -0.9942 0.0193l -0.0193,-0.0193 v -0.1834 c 0.0000,-0.0483 0.0290,-0.0772 0.0772 -0.0772h 0.1834 c 0.3185,-0.0000 0.4150,-0.1448 0.4150 -0.4247v -2.4034 c 0.0000,-0.5116 -0.0869,-0.5888 -0.2220 -0.5888c -0.1255,-0.0000 -0.2413,0.0097 -0.4054 0.0483l -0.0483,-0.2703 c 0.6177,-0.1062 0.7239,-0.1448 1.0038 -0.2799c 0.1062,-0.0386 0.1737,-0.0772 0.2413 -0.0772h 0.1448 v 3.5713 ZM 313.9649,313.2932 ZM 317.1888,312.4342 v -2.4999 c -0.2317,-0.3668 -0.4923,-0.5695 -0.9459 -0.5695c -0.1930,-0.0000 -0.5888,0.0290 -0.8976 0.4826c -0.1351,0.2027 -0.2992,0.6177 -0.2992 1.3127c 0.0000,1.2644 0.6563,1.8436 1.1776 1.8436c 0.3185,-0.0000 0.5791,-0.1930 0.9652 -0.5695ZM 317.1888,312.4342 ZM 317.9127,306.5560 v 5.5789 c 0.0000,0.2896 0.0193,0.4440 0.0386 0.5116c 0.0290,0.0869 0.1351,0.1448 0.2123 0.1448c 0.1158,-0.0000 0.3282,-0.0000 0.4730 -0.0290l 0.0386,0.2703 c -0.5598,0.0965 -1.0617,0.2027 -1.2644 0.3764h -0.2317 l 0.0290,-0.6660 c -0.3668,0.3764 -0.7432,0.6660 -1.2355 0.6660c -1.0424,-0.0000 -1.6795,-0.8880 -1.6795 -2.0752c 0.0000,-0.7143 0.1930,-1.3127 0.6081 -1.7277c 0.3861,-0.3668 0.8108,-0.5791 1.4478 -0.5791c 0.1930,-0.0000 0.6177,0.0869 0.8397 0.2123v -1.4768 c 0.0000,-0.5502 -0.0869,-0.7046 -0.2799 -0.7046l -0.3185,0.0386 c -0.0193,-0.0000 -0.0483,-0.0193 -0.0483 -0.0483l -0.0193,-0.2413 c 0.1544,-0.0000 0.5019,-0.0579 0.6660 -0.0869c 0.1834,-0.0386 0.3185,-0.0772 0.5116 -0.1641h 0.2123 ZM 318.7331,313.2932 ZM 319.8334,310.6196 h 1.7760 c 0.0965,-0.0000 0.1351,-0.0483 0.1351 -0.1351c 0.0000,-0.8976 -0.4536,-1.1293 -0.8011 -1.1293c -0.2220,-0.0000 -0.9459,0.0869 -1.1100 1.2644ZM 319.8334,310.6196 ZM 322.3816,312.3956 l 0.1930,0.1544 c -0.3668,0.5019 -0.9363,0.8590 -1.6312 0.8590c -1.3223,-0.0000 -1.8822,-0.9845 -1.8822 -2.0366c 0.0000,-1.4671 0.9652,-2.3455 1.8822 -2.3455c 1.2741,-0.0000 1.5733,0.9942 1.5733 1.8049c 0.0000,0.1062 -0.0676,0.1641 -0.1737 0.1641h -2.5385 c -0.0097,0.0579 -0.0097,0.1158 -0.0097 0.1930c 0.0000,0.9845 0.6853,1.7470 1.3803 1.7470c 0.5309,-0.0000 0.8687,-0.1737 1.2065 -0.5405ZM 322.8642,313.2932 ZM 323.7232,312.5983 v -2.4034 c 0.0000,-0.4826 -0.0676,-0.5888 -0.2123 -0.5888c -0.1255,-0.0000 -0.2413,0.0097 -0.4054 0.0483l -0.0483,-0.2703 c 0.6081,-0.1062 0.7143,-0.1351 1.0038 -0.2799c 0.0965,-0.0483 0.1737,-0.0772 0.2413 -0.0772h 0.1448 l -0.0290,0.8687 h 0.0290 c 0.2510,-0.3764 0.6756,-0.8687 1.1293 -0.8687c 0.3957,-0.0000 0.5405,0.1930 0.5405 0.4440c 0.0000,0.2510 -0.1641,0.4054 -0.4150 0.4054c -0.1930,-0.0000 -0.2992,-0.0772 -0.3957 -0.1737c -0.0579,-0.0579 -0.1255,-0.0869 -0.1930 -0.0869c -0.1062,-0.0000 -0.3185,0.1737 -0.5502 0.5019c -0.0676,0.0869 -0.1158,0.2123 -0.1158 0.3378v 2.1428 c 0.0000,0.2799 0.0965,0.4247 0.4150 0.4247h 0.2799 c 0.0483,-0.0000 0.0869,0.0290 0.0869 0.0772v 0.1834 l -0.0193,0.0193 c 0.0000,-0.0000 -0.7625,-0.0193 -1.1389 -0.0193c -0.3475,-0.0000 -1.0038,0.0193 -1.0038 0.0193l -0.0097,-0.0193 v -0.1834 c 0.0000,-0.0483 0.0193,-0.0772 0.0676 -0.0772h 0.1834 c 0.3282,-0.0000 0.4150,-0.1448 0.4150 -0.4247ZM 328.6265,313.2932 ZM 331.8503,312.4342 v -2.4999 c -0.2317,-0.3668 -0.4923,-0.5695 -0.9459 -0.5695c -0.1930,-0.0000 -0.5888,0.0290 -0.8976 0.4826c -0.1351,0.2027 -0.2992,0.6177 -0.2992 1.3127c 0.0000,1.2644 0.6563,1.8436 1.1776 1.8436c 0.3185,-0.0000 0.5791,-0.1930 0.9652 -0.5695ZM 331.8503,312.4342 ZM 332.5742,306.5560 v 5.5789 c 0.0000,0.2896 0.0193,0.4440 0.0386 0.5116c 0.0290,0.0869 0.1351,0.1448 0.2123 0.1448c 0.1158,-0.0000 0.3282,-0.0000 0.4730 -0.0290l 0.0386,0.2703 c -0.5598,0.0965 -1.0617,0.2027 -1.2644 0.3764h -0.2317 l 0.0290,-0.6660 c -0.3668,0.3764 -0.7432,0.6660 -1.2355 0.6660c -1.0424,-0.0000 -1.6795,-0.8880 -1.6795 -2.0752c 0.0000,-0.7143 0.1930,-1.3127 0.6081 -1.7277c 0.3861,-0.3668 0.8108,-0.5791 1.4478 -0.5791c 0.1930,-0.0000 0.6177,0.0869 0.8397 0.2123v -1.4768 c 0.0000,-0.5502 -0.0869,-0.7046 -0.2799 -0.7046l -0.3185,0.0386 c -0.0193,-0.0000 -0.0483,-0.0193 -0.0483 -0.0483l -0.0193,-0.2413 c 0.1544,-0.0000 0.5019,-0.0579 0.6660 -0.0869c 0.1834,-0.0386 0.3185,-0.0772 0.5116 -0.1641h 0.2123 ZM 333.3946,313.2932 ZM 334.1475,307.7819 c 0.0000,-0.2510 0.2027,-0.4633 0.4536 -0.4633c 0.2606,-0.0000 0.4633,0.2123 0.4633 0.4633c 0.0000,0.2606 -0.2027,0.4633 -0.4633 0.4633c -0.2510,-0.0000 -0.4536,-0.2027 -0.4536 -0.4633ZM 334.1475,307.7819 ZM 335.0645,312.5983 c 0.0000,0.2799 0.1062,0.4247 0.4150 0.4247h 0.1834 c 0.0483,-0.0000 0.0869,0.0290 0.0869 0.0772v 0.1834 l -0.0193,0.0193 c 0.0000,-0.0000 -0.6660,-0.0193 -1.0424 -0.0193c -0.3378,-0.0000 -0.9942,0.0193 -0.9942 0.0193l -0.0193,-0.0193 v -0.1834 c 0.0000,-0.0483 0.0290,-0.0772 0.0772 -0.0772h 0.1834 c 0.3185,-0.0000 0.4150,-0.1448 0.4150 -0.4247v -2.4034 c 0.0000,-0.5116 -0.0869,-0.5888 -0.2220 -0.5888c -0.1255,-0.0000 -0.2413,0.0097 -0.4054 0.0483l -0.0483,-0.2703 c 0.6177,-0.1062 0.7239,-0.1448 1.0038 -0.2799c 0.1062,-0.0386 0.1737,-0.0772 0.2413 -0.0772h 0.1448 v 3.5713 ZM 335.9428,313.2932 ZM 336.3578,311.9419 l 0.2606,-0.0097 c 0.0290,0.2413 0.1351,0.7046 0.3475 0.9266c 0.0965,0.1062 0.3571,0.2799 0.7143 0.2799c 0.3378,-0.0000 0.8397,-0.2703 0.8397 -0.7432c 0.0000,-0.4150 -0.2317,-0.6950 -0.9942 -1.0231c -0.7046,-0.3089 -1.0714,-0.5116 -1.0714 -1.2355c 0.0000,-0.6467 0.5695,-1.1100 1.3320 -1.1100c 0.4826,-0.0000 0.8397,0.0869 1.1389 0.2413c 0.0579,0.3089 0.0869,0.6370 0.1062 0.9845l -0.2606,0.0097 c -0.2027,-0.7915 -0.7818,-0.9459 -0.9845 -0.9459c -0.3668,-0.0000 -0.7432,0.1448 -0.7432 0.6756c 0.0000,0.3861 0.1834,0.5791 0.7143 0.7722c 0.7818,0.2896 1.4092,0.6370 1.4092 1.4092c 0.0000,0.9556 -1.0135,1.2355 -1.4671 1.2355c -0.3378,-0.0000 -0.6177,-0.0386 -0.8687 -0.1062c -0.0676,-0.0097 -0.1158,-0.0193 -0.1834 -0.0193c -0.0483,-0.0000 -0.1255,0.0097 -0.2220 0.0290c 0.0000,-0.4054 -0.0290,-0.8976 -0.0676 -1.3706ZM 339.5237,313.2932 ZM 341.1067,309.5192 v 2.4709 c 0.0000,0.5984 0.0579,0.8880 0.3185 0.8880c 0.2510,-0.0000 0.4440,-0.0772 0.6950 -0.2703l 0.1737,0.1641 c -0.3764,0.4247 -0.7625,0.6370 -1.2065 0.6370c -0.4440,-0.0000 -0.7046,-0.2703 -0.7046 -0.9556v -2.9342 h -0.6274 c -0.0290,-0.0000 -0.0386,-0.0097 -0.0386 -0.0386v -0.2992 c 0.0000,-0.0290 0.0097,-0.0386 0.0290 -0.0386c 0.6467,-0.0000 0.8011,-0.3764 0.8011 -1.1100v -0.1834 l 0.5598,-0.1930 v 1.4864 h 1.0617 c 0.0483,-0.0000 0.0772,0.0193 0.0772 0.0579v 0.1930 c 0.0000,0.0869 -0.1351,0.1255 -0.2317 0.1255h -0.9073 ZM 342.4387,313.2932 ZM 343.2977,312.5983 v -2.4034 c 0.0000,-0.4826 -0.0676,-0.5888 -0.2123 -0.5888c -0.1255,-0.0000 -0.2413,0.0097 -0.4054 0.0483l -0.0483,-0.2703 c 0.6081,-0.1062 0.7143,-0.1351 1.0038 -0.2799c 0.0965,-0.0483 0.1737,-0.0772 0.2413 -0.0772h 0.1448 l -0.0290,0.8687 h 0.0290 c 0.2510,-0.3764 0.6756,-0.8687 1.1293 -0.8687c 0.3957,-0.0000 0.5405,0.1930 0.5405 0.4440c 0.0000,0.2510 -0.1641,0.4054 -0.4150 0.4054c -0.1930,-0.0000 -0.2992,-0.0772 -0.3957 -0.1737c -0.0579,-0.0579 -0.1255,-0.0869 -0.1930 -0.0869c -0.1062,-0.0000 -0.3185,0.1737 -0.5502 0.5019c -0.0676,0.0869 -0.1158,0.2123 -0.1158 0.3378v 2.1428 c 0.0000,0.2799 0.0965,0.4247 0.4150 0.4247h 0.2799 c 0.0483,-0.0000 0.0869,0.0290 0.0869 0.0772v 0.1834 l -0.0193,0.0193 c 0.0000,-0.0000 -0.7625,-0.0193 -1.1389 -0.0193c -0.3475,-0.0000 -1.0038,0.0193 -1.0038 0.0193l -0.0097,-0.0193 v -0.1834 c 0.0000,-0.0483 0.0193,-0.0772 0.0676 -0.0772h 0.1834 c 0.3282,-0.0000 0.4150,-0.1448 0.4150 -0.4247ZM 345.7880,313.2932 ZM 346.5408,307.7819 c 0.0000,-0.2510 0.2027,-0.4633 0.4536 -0.4633c 0.2606,-0.0000 0.4633,0.2123 0.4633 0.4633c 0.0000,0.2606 -0.2027,0.4633 -0.4633 0.4633c -0.2510,-0.0000 -0.4536,-0.2027 -0.4536 -0.4633ZM 346.5408,307.7819 ZM 347.4578,312.5983 c 0.0000,0.2799 0.1062,0.4247 0.4150 0.4247h 0.1834 c 0.0483,-0.0000 0.0869,0.0290 0.0869 0.0772v 0.1834 l -0.0193,0.0193 c 0.0000,-0.0000 -0.6660,-0.0193 -1.0424 -0.0193c -0.3378,-0.0000 -0.9942,0.0193 -0.9942 0.0193l -0.0193,-0.0193 v -0.1834 c 0.0000,-0.0483 0.0290,-0.0772 0.0772 -0.0772h 0.1834 c 0.3185,-0.0000 0.4150,-0.1448 0.4150 -0.4247v -2.4034 c 0.0000,-0.5116 -0.0869,-0.5888 -0.2220 -0.5888c -0.1255,-0.0000 -0.2413,0.0097 -0.4054 0.0483l -0.0483,-0.2703 c 0.6177,-0.1062 0.7239,-0.1448 1.0038 -0.2799c 0.1062,-0.0386 0.1737,-0.0772 0.2413 -0.0772h 0.1448 v 3.5713 ZM 348.3361,313.2932 ZM 349.7743,312.7624 c 0.1930,0.2317 0.3957,0.3089 0.6950 0.3089c 0.9170,-0.0000 1.3803,-0.8494 1.3803 -1.9497c 0.0000,-0.9845 -0.5019,-1.6891 -1.0907 -1.6891c -0.1062,-0.0000 -0.6081,0.0193 -0.9845 0.4150v 2.9149 ZM 349.7743,312.7624 ZM 349.0504,307.7626 c 0.0000,-0.5502 -0.0965,-0.7046 -0.2896 -0.7046l -0.3089,0.0386 c -0.0290,-0.0000 -0.0483,-0.0193 -0.0483 -0.0483l -0.0193,-0.2413 c 0.1544,-0.0000 0.5019,-0.0579 0.6660 -0.0869c 0.1737,-0.0386 0.3185,-0.0772 0.5116 -0.1641h 0.2123 v 2.9922 c 0.3282,-0.3571 0.7143,-0.5309 1.1776 -0.5309c 0.8397,-0.0000 1.6409,0.8011 1.6409 1.9787c 0.0000,1.5347 -1.0810,2.4034 -2.0656 2.4034c -0.4150,-0.0000 -0.7239,-0.1158 -1.0038 -0.3571c -0.0869,0.1158 -0.2123,0.2606 -0.2992 0.3571l -0.2027,-0.0483 c 0.0290,-0.2317 0.0290,-0.3861 0.0290 -0.7625v -4.8261 ZM 352.4286,313.2932 ZM 356.5694,312.1736 c 0.0000,0.4826 0.0483,0.6370 0.2413 0.6370c 0.1158,-0.0000 0.3282,-0.0193 0.4923 -0.0483l 0.0386,0.2703 c -0.5888,0.1062 -1.0617,0.2027 -1.2837 0.3764h -0.2123 l 0.0290,-0.7143 h -0.0290 c -0.5309,0.5791 -0.9652,0.7143 -1.3609 0.7143c -0.9556,-0.0000 -1.2065,-0.6467 -1.2065 -1.3127v -2.2007 c 0.0000,-0.3185 -0.0676,-0.4826 -0.4247 -0.4826c -0.0386,-0.0000 -0.1062,0.0097 -0.1641 0.0097l -0.0290,-0.0097 v -0.2510 l 0.0290,-0.0290 c 0.0000,-0.0000 0.6563,0.0193 0.9652 0.0193c 0.1351,-0.0000 0.3571,-0.0193 0.3571 -0.0193l -0.0097,0.7722 v 2.0559 c 0.0000,0.8590 0.4440,1.0135 0.7336 1.0135c 0.2220,-0.0000 0.4247,-0.0869 0.6274 -0.2317c 0.2317,-0.1737 0.3861,-0.3089 0.4826 -0.4343v -2.3841 c 0.0000,-0.3475 -0.0483,-0.5116 -0.4054 -0.5116c -0.0579,-0.0000 -0.1641,0.0097 -0.1930 0.0097l -0.0193,-0.0193 v -0.2413 l 0.0193,-0.0290 c 0.0000,-0.0000 0.6853,0.0193 0.9556 0.0193c 0.2220,-0.0000 0.3764,-0.0193 0.3764 -0.0193l -0.0097,0.7625 v 2.2779 ZM 357.4187,313.2932 ZM 359.0017,309.5192 v 2.4709 c 0.0000,0.5984 0.0579,0.8880 0.3185 0.8880c 0.2510,-0.0000 0.4440,-0.0772 0.6950 -0.2703l 0.1737,0.1641 c -0.3764,0.4247 -0.7625,0.6370 -1.2065 0.6370c -0.4440,-0.0000 -0.7046,-0.2703 -0.7046 -0.9556v -2.9342 h -0.6274 c -0.0290,-0.0000 -0.0386,-0.0097 -0.0386 -0.0386v -0.2992 c 0.0000,-0.0290 0.0097,-0.0386 0.0290 -0.0386c 0.6467,-0.0000 0.8011,-0.3764 0.8011 -1.1100v -0.1834 l 0.5598,-0.1930 v 1.4864 h 1.0617 c 0.0483,-0.0000 0.0772,0.0193 0.0772 0.0579v 0.1930 c 0.0000,0.0869 -0.1351,0.1255 -0.2317 0.1255h -0.9073 ZM 360.3337,313.2932 ZM 361.0866,307.7819 c 0.0000,-0.2510 0.2027,-0.4633 0.4536 -0.4633c 0.2606,-0.0000 0.4633,0.2123 0.4633 0.4633c 0.0000,0.2606 -0.2027,0.4633 -0.4633 0.4633c -0.2510,-0.0000 -0.4536,-0.2027 -0.4536 -0.4633ZM 361.0866,307.7819 ZM 362.0035,312.5983 c 0.0000,0.2799 0.1062,0.4247 0.4150 0.4247h 0.1834 c 0.0483,-0.0000 0.0869,0.0290 0.0869 0.0772v 0.1834 l -0.0193,0.0193 c 0.0000,-0.0000 -0.6660,-0.0193 -1.0424 -0.0193c -0.3378,-0.0000 -0.9942,0.0193 -0.9942 0.0193l -0.0193,-0.0193 v -0.1834 c 0.0000,-0.0483 0.0290,-0.0772 0.0772 -0.0772h 0.1834 c 0.3185,-0.0000 0.4150,-0.1448 0.4150 -0.4247v -2.4034 c 0.0000,-0.5116 -0.0869,-0.5888 -0.2220 -0.5888c -0.1255,-0.0000 -0.2413,0.0097 -0.4054 0.0483l -0.0483,-0.2703 c 0.6177,-0.1062 0.7239,-0.1448 1.0038 -0.2799c 0.1062,-0.0386 0.1737,-0.0772 0.2413 -0.0772h 0.1448 v 3.5713 ZM 362.8818,313.2932 ZM 363.2100,311.3145 c 0.0000,-1.3223 0.7143,-2.2876 1.9980 -2.2876c 1.4285,-0.0000 1.9787,1.1969 1.9787 2.2007c 0.0000,0.9652 -0.6274,2.1814 -1.9980 2.1814c -1.2934,-0.0000 -1.9787,-1.1100 -1.9787 -2.0945ZM 363.2100,311.3145 ZM 365.1018,309.3455 c -0.7722,-0.0000 -1.1293,0.9073 -1.1293 1.7470c 0.0000,0.7432 0.4247,1.9787 1.3803 1.9787c 0.4343,-0.0000 1.0714,-0.2606 1.0714 -1.5347c 0.0000,-1.4189 -0.5309,-2.1910 -1.3223 -2.1910ZM 367.5052,313.2932 ZM 371.0186,312.5983 v -2.1138 c 0.0000,-0.6756 -0.1158,-0.9942 -0.6274 -0.9942c -0.4247,-0.0000 -0.7915,0.1641 -1.2837 0.7432v 2.3648 c 0.0000,0.2799 0.0965,0.4247 0.4150 0.4247h 0.1351 c 0.0483,-0.0000 0.0772,0.0290 0.0772 0.0772v 0.1834 l -0.0193,0.0193 c 0.0000,-0.0000 -0.6081,-0.0193 -0.9845 -0.0193c -0.3475,-0.0000 -1.0038,0.0193 -1.0038 0.0193l -0.0193,-0.0193 v -0.1834 c 0.0000,-0.0483 0.0290,-0.0772 0.0772 -0.0772h 0.1834 c 0.3282,-0.0000 0.4150,-0.1448 0.4150 -0.4247v -2.4034 c 0.0000,-0.5212 -0.0772,-0.5888 -0.2123 -0.5888c -0.1255,-0.0000 -0.2413,0.0097 -0.4054 0.0483l -0.0483,-0.2703 c 0.4054,-0.0676 0.6950,-0.1158 0.9942 -0.2799c 0.1062,-0.0483 0.1834,-0.0772 0.2510 -0.0772h 0.1448 l -0.0290,0.8590 h 0.0290 c 0.6177,-0.7239 1.0810,-0.8590 1.5733 -0.8590c 0.8687,-0.0000 1.0521,0.6660 1.0521 1.5250v 2.0462 c 0.0000,0.2799 0.1062,0.4247 0.4150 0.4247h 0.1834 c 0.0483,-0.0000 0.0869,0.0290 0.0869 0.0772v 0.1834 l -0.0193,0.0193 c 0.0000,-0.0000 -0.6660,-0.0193 -1.0424 -0.0193c -0.3378,-0.0000 -0.9459,0.0193 -0.9459 0.0193l -0.0193,-0.0193 v -0.1834 c 0.0000,-0.0483 0.0290,-0.0772 0.0772 -0.0772h 0.1351 c 0.3185,-0.0000 0.4150,-0.1448 0.4150 -0.4247Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 281.7117,314.5404 l -0.0000,-8.3146 h -8.3146 l -0.0000,8.3146 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.63" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 285.0376,296.6640 ZM 286.4757,296.1331 c 0.1930,0.2317 0.3957,0.3089 0.6950 0.3089c 0.9170,-0.0000 1.3803,-0.8494 1.3803 -1.9497c 0.0000,-0.9845 -0.5019,-1.6891 -1.0907 -1.6891c -0.1062,-0.0000 -0.6081,0.0193 -0.9845 0.4150v 2.9149 ZM 286.4757,296.1331 ZM 285.7518,291.1334 c 0.0000,-0.5502 -0.0965,-0.7046 -0.2896 -0.7046l -0.3089,0.0386 c -0.0290,-0.0000 -0.0483,-0.0193 -0.0483 -0.0483l -0.0193,-0.2413 c 0.1544,-0.0000 0.5019,-0.0579 0.6660 -0.0869c 0.1737,-0.0386 0.3185,-0.0772 0.5116 -0.1641h 0.2123 v 2.9922 c 0.3282,-0.3571 0.7143,-0.5309 1.1776 -0.5309c 0.8397,-0.0000 1.6409,0.8011 1.6409 1.9787c 0.0000,1.5347 -1.0810,2.4034 -2.0656 2.4034c -0.4150,-0.0000 -0.7239,-0.1158 -1.0038 -0.3571c -0.0869,0.1158 -0.2123,0.2606 -0.2992 0.3571l -0.2027,-0.0483 c 0.0290,-0.2317 0.0290,-0.3861 0.0290 -0.7625v -4.8261 ZM 289.5837,296.6640 ZM 290.5007,295.9691 v -4.8357 c 0.0000,-0.5502 -0.0965,-0.7046 -0.2896 -0.7046l -0.3089,0.0386 c -0.0290,-0.0000 -0.0579,-0.0193 -0.0579 -0.0483l -0.0193,-0.2413 c 0.1544,-0.0000 0.5116,-0.0579 0.6756 -0.0869c 0.1737,-0.0386 0.3089,-0.0772 0.5019 -0.1641h 0.2123 v 6.0422 c 0.0000,0.2799 0.1062,0.4247 0.4150 0.4247h 0.2317 c 0.0386,-0.0000 0.0772,0.0290 0.0772 0.0772v 0.1834 l -0.0193,0.0193 c 0.0000,-0.0000 -0.7046,-0.0193 -1.0810 -0.0193c -0.3378,-0.0000 -1.0424,0.0193 -1.0424 0.0193l -0.0097,-0.0193 v -0.1834 c 0.0000,-0.0483 0.0193,-0.0772 0.0676 -0.0772h 0.2317 c 0.3185,-0.0000 0.4150,-0.1448 0.4150 -0.4247ZM 292.0933,296.6640 ZM 296.2340,295.5444 c 0.0000,0.4826 0.0483,0.6370 0.2413 0.6370c 0.1158,-0.0000 0.3282,-0.0193 0.4923 -0.0483l 0.0386,0.2703 c -0.5888,0.1062 -1.0617,0.2027 -1.2837 0.3764h -0.2123 l 0.0290,-0.7143 h -0.0290 c -0.5309,0.5791 -0.9652,0.7143 -1.3609 0.7143c -0.9556,-0.0000 -1.2065,-0.6467 -1.2065 -1.3127v -2.2007 c 0.0000,-0.3185 -0.0676,-0.4826 -0.4247 -0.4826c -0.0386,-0.0000 -0.1062,0.0097 -0.1641 0.0097l -0.0290,-0.0097 v -0.2510 l 0.0290,-0.0290 c 0.0000,-0.0000 0.6563,0.0193 0.9652 0.0193c 0.1351,-0.0000 0.3571,-0.0193 0.3571 -0.0193l -0.0097,0.7722 v 2.0559 c 0.0000,0.8590 0.4440,1.0135 0.7336 1.0135c 0.2220,-0.0000 0.4247,-0.0869 0.6274 -0.2317c 0.2317,-0.1737 0.3861,-0.3089 0.4826 -0.4343v -2.3841 c 0.0000,-0.3475 -0.0483,-0.5116 -0.4054 -0.5116c -0.0579,-0.0000 -0.1641,0.0097 -0.1930 0.0097l -0.0193,-0.0193 v -0.2413 l 0.0193,-0.0290 c 0.0000,-0.0000 0.6853,0.0193 0.9556 0.0193c 0.2220,-0.0000 0.3764,-0.0193 0.3764 -0.0193l -0.0097,0.7625 v 2.2779 ZM 297.0834,296.6640 ZM 298.1837,293.9904 h 1.7760 c 0.0965,-0.0000 0.1351,-0.0483 0.1351 -0.1351c 0.0000,-0.8976 -0.4536,-1.1293 -0.8011 -1.1293c -0.2220,-0.0000 -0.9459,0.0869 -1.1100 1.2644ZM 298.1837,293.9904 ZM 300.7319,295.7664 l 0.1930,0.1544 c -0.3668,0.5019 -0.9363,0.8590 -1.6312 0.8590c -1.3223,-0.0000 -1.8822,-0.9845 -1.8822 -2.0366c 0.0000,-1.4671 0.9652,-2.3455 1.8822 -2.3455c 1.2741,-0.0000 1.5733,0.9942 1.5733 1.8049c 0.0000,0.1062 -0.0676,0.1641 -0.1737 0.1641h -2.5385 c -0.0097,0.0579 -0.0097,0.1158 -0.0097 0.1930c 0.0000,0.9845 0.6853,1.7470 1.3803 1.7470c 0.5309,-0.0000 0.8687,-0.1737 1.2065 -0.5405ZM 303.6275,296.6640 ZM 306.6776,293.9325 c 0.0000,-0.8011 -0.3764,-1.2644 -0.9556 -1.2644c -0.5019,-0.0000 -0.8397,0.3475 -0.8397 1.1003c 0.0000,0.5019 0.1930,1.2934 0.9652 1.2934c 0.3378,-0.0000 0.8301,-0.1641 0.8301 -1.1293ZM 306.6776,293.9325 ZM 304.8727,296.7316 c -0.2992,0.2799 -0.3668,0.5791 -0.3668 0.9073c 0.0000,0.7239 0.8687,0.9363 1.1969 0.9363c 0.8301,-0.0000 1.8822,-0.2896 1.8822 -0.9845c 0.0000,-0.2510 -0.1351,-0.4150 -0.5116 -0.5984c -0.2703,-0.1351 -0.6660,-0.2413 -1.1293 -0.2413c -0.0772,-0.0000 -0.1834,0.0097 -0.3185 0.0193c -0.1351,0.0097 -0.2799,0.0097 -0.3861 0.0097c -0.1544,-0.0000 -0.2317,-0.0193 -0.3668 -0.0483ZM 304.8727,296.7316 ZM 307.8069,292.9190 c -0.1544,-0.0000 -0.2510,-0.0869 -0.2896 -0.1641c -0.0579,-0.0869 -0.0965,-0.1158 -0.1641 -0.1158c -0.1158,-0.0000 -0.2992,0.1351 -0.3668 0.2317c 0.2703,0.2896 0.3957,0.5695 0.3957 1.0231c 0.0000,0.9459 -0.7722,1.4575 -1.5829 1.4575c -0.3571,-0.0000 -0.6467,-0.0676 -0.8687 -0.2027c -0.1062,0.1641 -0.1641,0.3668 -0.1641 0.5598c 0.0000,0.4150 0.3185,0.5212 0.5888 0.5212c 0.0483,-0.0000 0.1641,-0.0097 0.2992 -0.0193c 0.2220,-0.0290 0.4633,-0.0483 0.6274 -0.0483c 0.3378,-0.0000 0.9749,0.0676 1.3609 0.3957c 0.2606,0.2413 0.4054,0.4730 0.4054 0.7818c 0.0000,1.0424 -1.3706,1.5926 -2.6157 1.5926c -0.7046,-0.0000 -1.4864,-0.2606 -1.4864 -1.1003c 0.0000,-0.4150 0.2606,-0.8590 0.7529 -1.1679c -0.2413,-0.1255 -0.4150,-0.3668 -0.4150 -0.7143c 0.0000,-0.3282 0.1448,-0.7432 0.4054 -0.9749c -0.2606,-0.2606 -0.4826,-0.5888 -0.4826 -1.1196c 0.0000,-0.8880 0.7818,-1.4575 1.6023 -1.4575c 0.5405,-0.0000 0.8783,0.2220 0.9845 0.2992c 0.2413,-0.3282 0.6756,-0.4923 0.9170 -0.4923c 0.2510,-0.0000 0.4247,0.1641 0.4247 0.3668c 0.0000,0.2123 -0.1351,0.3475 -0.3282 0.3475ZM 308.2992,296.6640 ZM 311.1079,294.2992 l -0.7625,0.1930 c -0.8494,0.2606 -0.9749,0.7046 -0.9749 1.1389c 0.0000,0.2992 0.1448,0.7529 0.7529 0.7529c 0.2896,-0.0000 0.7336,-0.2799 0.9845 -0.4923v -1.5926 ZM 311.1079,294.2992 ZM 311.7257,296.7798 c -0.3668,-0.0000 -0.5695,-0.3282 -0.6081 -0.5598l -0.2220,0.1544 c -0.4440,0.3089 -0.6081,0.4054 -1.0521 0.4054c -0.6756,-0.0000 -1.1679,-0.3861 -1.1679 -1.1100c 0.0000,-0.7336 0.6274,-1.2355 1.5443 -1.4671l 0.8880,-0.2220 c 0.0000,-1.0907 -0.5019,-1.2934 -0.8301 -1.2934c -0.3668,-0.0000 -0.7915,0.1641 -0.7915 0.4633c 0.0000,0.1062 0.0193,0.1641 0.0290 0.1930c 0.0193,0.0386 0.0290,0.1062 0.0290 0.1737c 0.0000,0.1255 -0.0965,0.3185 -0.3764 0.3185c -0.2317,-0.0000 -0.3861,-0.1544 -0.3861 -0.3861c 0.0000,-0.5598 0.9073,-1.0521 1.5250 -1.0521c 0.7046,-0.0000 1.5154,0.2896 1.5154 1.6602v 1.4189 c 0.0000,0.5888 0.0097,0.8397 0.2317 0.8397c 0.2123,-0.0000 0.2703,-0.2703 0.2799 -0.4826l 0.2413,0.0483 c -0.0579,0.7046 -0.3571,0.8976 -0.8494 0.8976ZM 312.6523,296.6640 ZM 316.7930,295.5444 c 0.0000,0.4826 0.0483,0.6370 0.2413 0.6370c 0.1158,-0.0000 0.3282,-0.0193 0.4923 -0.0483l 0.0386,0.2703 c -0.5888,0.1062 -1.0617,0.2027 -1.2837 0.3764h -0.2123 l 0.0290,-0.7143 h -0.0290 c -0.5309,0.5791 -0.9652,0.7143 -1.3609 0.7143c -0.9556,-0.0000 -1.2065,-0.6467 -1.2065 -1.3127v -2.2007 c 0.0000,-0.3185 -0.0676,-0.4826 -0.4247 -0.4826c -0.0386,-0.0000 -0.1062,0.0097 -0.1641 0.0097l -0.0290,-0.0097 v -0.2510 l 0.0290,-0.0290 c 0.0000,-0.0000 0.6563,0.0193 0.9652 0.0193c 0.1351,-0.0000 0.3571,-0.0193 0.3571 -0.0193l -0.0097,0.7722 v 2.0559 c 0.0000,0.8590 0.4440,1.0135 0.7336 1.0135c 0.2220,-0.0000 0.4247,-0.0869 0.6274 -0.2317c 0.2317,-0.1737 0.3861,-0.3089 0.4826 -0.4343v -2.3841 c 0.0000,-0.3475 -0.0483,-0.5116 -0.4054 -0.5116c -0.0579,-0.0000 -0.1641,0.0097 -0.1930 0.0097l -0.0193,-0.0193 v -0.2413 l 0.0193,-0.0290 c 0.0000,-0.0000 0.6853,0.0193 0.9556 0.0193c 0.2220,-0.0000 0.3764,-0.0193 0.3764 -0.0193l -0.0097,0.7625 v 2.2779 ZM 317.6424,296.6640 ZM 321.2040,295.3127 l 0.2606,-0.0097 c 0.0290,0.2413 0.1448,0.6950 0.3475 0.9266c 0.0965,0.1062 0.2606,0.2799 0.6177 0.2799c 0.3185,-0.0000 0.7529,-0.2992 0.7529 -0.7432c 0.0000,-0.4150 -0.1930,-0.6853 -0.9556 -1.0135c -0.7046,-0.3089 -1.0231,-0.5212 -1.0231 -1.2451c 0.0000,-0.6081 0.5309,-1.1100 1.2837 -1.1100c 0.4826,-0.0000 0.7915,0.0869 1.1003 0.2413c 0.0579,0.3089 0.0869,0.6370 0.0965 0.9845l -0.2510,0.0097 c -0.2027,-0.7915 -0.7336,-0.9459 -0.9363 -0.9459c -0.3668,-0.0000 -0.6950,0.2027 -0.6950 0.6756c 0.0000,0.3861 0.1351,0.5695 0.6563 0.7625c 0.7818,0.2896 1.3706,0.6467 1.3706 1.4189c 0.0000,0.9170 -0.9459,1.2355 -1.3706 1.2355c -0.3378,-0.0000 -0.5309,-0.0386 -0.7818 -0.1062c -0.0579,-0.0097 -0.1158,-0.0193 -0.1834 -0.0193c -0.0483,-0.0000 -0.1255,0.0097 -0.2220 0.0290c 0.0000,-0.4054 -0.0290,-0.8976 -0.0676 -1.3706ZM 321.2040,295.3127 ZM 318.1057,295.3127 l 0.2606,-0.0097 c 0.0290,0.2413 0.1255,0.7046 0.3475 0.9266c 0.0965,0.1062 0.3089,0.2799 0.6660 0.2799c 0.3378,-0.0000 0.7432,-0.2896 0.7432 -0.7432c 0.0000,-0.4150 -0.1351,-0.6853 -0.8976 -1.0135c -0.7046,-0.3089 -1.0231,-0.5212 -1.0231 -1.2451c 0.0000,-0.6081 0.5695,-1.1100 1.2837 -1.1100c 0.4826,-0.0000 0.7432,0.0869 1.0424 0.2413c 0.0579,0.3089 0.0965,0.6370 0.1062 0.9845l -0.2606,0.0097 c -0.1930,-0.7915 -0.6853,-0.9459 -0.8880 -0.9459c -0.3668,-0.0000 -0.6950,0.1544 -0.6950 0.6756c 0.0000,0.3861 0.1351,0.5695 0.6660 0.7625c 0.7818,0.2896 1.3223,0.6467 1.3223 1.4189c 0.0000,0.9170 -0.9266,1.2355 -1.3803 1.2355c -0.3378,-0.0000 -0.5695,-0.0386 -0.8204 -0.1062c -0.0676,-0.0097 -0.1158,-0.0193 -0.1834 -0.0193c -0.0483,-0.0000 -0.1351,0.0097 -0.2220 0.0290c 0.0000,-0.4054 -0.0290,-0.8976 -0.0676 -1.3706ZM 324.2927,296.6640 ZM 325.0456,291.1527 c 0.0000,-0.2510 0.2027,-0.4633 0.4536 -0.4633c 0.2606,-0.0000 0.4633,0.2123 0.4633 0.4633c 0.0000,0.2606 -0.2027,0.4633 -0.4633 0.4633c -0.2510,-0.0000 -0.4536,-0.2027 -0.4536 -0.4633ZM 325.0456,291.1527 ZM 325.9625,295.9691 c 0.0000,0.2799 0.1062,0.4247 0.4150 0.4247h 0.1834 c 0.0483,-0.0000 0.0869,0.0290 0.0869 0.0772v 0.1834 l -0.0193,0.0193 c 0.0000,-0.0000 -0.6660,-0.0193 -1.0424 -0.0193c -0.3378,-0.0000 -0.9942,0.0193 -0.9942 0.0193l -0.0193,-0.0193 v -0.1834 c 0.0000,-0.0483 0.0290,-0.0772 0.0772 -0.0772h 0.1834 c 0.3185,-0.0000 0.4150,-0.1448 0.4150 -0.4247v -2.4034 c 0.0000,-0.5116 -0.0869,-0.5888 -0.2220 -0.5888c -0.1255,-0.0000 -0.2413,0.0097 -0.4054 0.0483l -0.0483,-0.2703 c 0.6177,-0.1062 0.7239,-0.1448 1.0038 -0.2799c 0.1062,-0.0386 0.1737,-0.0772 0.2413 -0.0772h 0.1448 v 3.5713 ZM 326.8409,296.6640 ZM 329.6496,294.2992 l -0.7625,0.1930 c -0.8494,0.2606 -0.9749,0.7046 -0.9749 1.1389c 0.0000,0.2992 0.1448,0.7529 0.7529 0.7529c 0.2896,-0.0000 0.7336,-0.2799 0.9845 -0.4923v -1.5926 ZM 329.6496,294.2992 ZM 330.2674,296.7798 c -0.3668,-0.0000 -0.5695,-0.3282 -0.6081 -0.5598l -0.2220,0.1544 c -0.4440,0.3089 -0.6081,0.4054 -1.0521 0.4054c -0.6756,-0.0000 -1.1679,-0.3861 -1.1679 -1.1100c 0.0000,-0.7336 0.6274,-1.2355 1.5443 -1.4671l 0.8880,-0.2220 c 0.0000,-1.0907 -0.5019,-1.2934 -0.8301 -1.2934c -0.3668,-0.0000 -0.7915,0.1641 -0.7915 0.4633c 0.0000,0.1062 0.0193,0.1641 0.0290 0.1930c 0.0193,0.0386 0.0290,0.1062 0.0290 0.1737c 0.0000,0.1255 -0.0965,0.3185 -0.3764 0.3185c -0.2317,-0.0000 -0.3861,-0.1544 -0.3861 -0.3861c 0.0000,-0.5598 0.9073,-1.0521 1.5250 -1.0521c 0.7046,-0.0000 1.5154,0.2896 1.5154 1.6602v 1.4189 c 0.0000,0.5888 0.0097,0.8397 0.2317 0.8397c 0.2123,-0.0000 0.2703,-0.2703 0.2799 -0.4826l 0.2413,0.0483 c -0.0579,0.7046 -0.3571,0.8976 -0.8494 0.8976ZM 331.1940,296.6640 ZM 334.7073,295.9691 v -2.1138 c 0.0000,-0.6756 -0.1158,-0.9942 -0.6274 -0.9942c -0.4247,-0.0000 -0.7915,0.1641 -1.2837 0.7432v 2.3648 c 0.0000,0.2799 0.0965,0.4247 0.4150 0.4247h 0.1351 c 0.0483,-0.0000 0.0772,0.0290 0.0772 0.0772v 0.1834 l -0.0193,0.0193 c 0.0000,-0.0000 -0.6081,-0.0193 -0.9845 -0.0193c -0.3475,-0.0000 -1.0038,0.0193 -1.0038 0.0193l -0.0193,-0.0193 v -0.1834 c 0.0000,-0.0483 0.0290,-0.0772 0.0772 -0.0772h 0.1834 c 0.3282,-0.0000 0.4150,-0.1448 0.4150 -0.4247v -2.4034 c 0.0000,-0.5212 -0.0772,-0.5888 -0.2123 -0.5888c -0.1255,-0.0000 -0.2413,0.0097 -0.4054 0.0483l -0.0483,-0.2703 c 0.4054,-0.0676 0.6950,-0.1158 0.9942 -0.2799c 0.1062,-0.0483 0.1834,-0.0772 0.2510 -0.0772h 0.1448 l -0.0290,0.8590 h 0.0290 c 0.6177,-0.7239 1.0810,-0.8590 1.5733 -0.8590c 0.8687,-0.0000 1.0521,0.6660 1.0521 1.5250v 2.0462 c 0.0000,0.2799 0.1062,0.4247 0.4150 0.4247h 0.1834 c 0.0483,-0.0000 0.0869,0.0290 0.0869 0.0772v 0.1834 l -0.0193,0.0193 c 0.0000,-0.0000 -0.6660,-0.0193 -1.0424 -0.0193c -0.3378,-0.0000 -0.9459,0.0193 -0.9459 0.0193l -0.0193,-0.0193 v -0.1834 c 0.0000,-0.0483 0.0290,-0.0772 0.0772 -0.0772h 0.1351 c 0.3185,-0.0000 0.4150,-0.1448 0.4150 -0.4247Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 281.7117,297.9112 l -0.0000,-8.3146 h -8.3146 l -0.0000,8.3146 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.2" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.8011455471853495" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 377.4807,317.7182 l -0.0000,-31.0966 h -109.0399 l -0.0000,31.0966 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.1" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 572.3988,260.8463 l -0.0000,-3.3258 h -498.8762 l -0.0000,3.3258 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 569.9830,274.8653 ZM 573.3916,273.0010 c 0.0000,-1.1362 -0.6177,-1.6988 -1.3017 -1.6988c -0.5074,-0.0000 -0.8935,0.0772 -1.3237 0.2537l 0.3530,-3.0115 c 0.3640,0.0331 0.7391,0.0441 1.1252 0.0441c 0.5515,-0.0000 1.1252,-0.0331 1.7208 -0.0993l 0.0662,0.0331 l -0.1655,0.7170 c -0.4302,0.0441 -0.7832,0.0552 -1.0921 0.0552c -0.4964,-0.0000 -0.8714,-0.0441 -1.2575 -0.0882l -0.2096,1.7429 c 0.2317,-0.0882 0.6288,-0.1655 1.0590 -0.1655c 1.1693,-0.0000 1.8201,1.0149 1.8201 2.0297c 0.0000,1.2355 -0.8604,2.1841 -2.1069 2.1841c -0.6288,-0.0000 -1.5443,-0.3530 -1.5443 -0.7832c 0.0000,-0.2096 0.1765,-0.3530 0.3751 -0.3530c 0.2206,-0.0000 0.3640,0.1655 0.4964 0.3420c 0.1655,0.1986 0.3420,0.4192 0.6950 0.4192c 0.7060,-0.0000 1.2906,-0.6619 1.2906 -1.6216Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.0028638679633737" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 572.3988,257.5204 v 4.9888 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 520.0954,274.8653 ZM 522.9414,270.9493 c 0.0000,-0.0772 0.0110,-0.1655 0.1103 -0.2206c 0.1213,-0.0882 0.3199,-0.1875 0.4854 -0.1875c 0.1434,-0.0000 0.1544,0.1213 0.1544 0.3420v 1.7760 h 0.8935 l -0.0662,0.5185 h -0.8273 v 0.9156 c 0.0000,0.3089 0.0441,0.4633 0.3640 0.4633h 0.2978 c 0.0662,-0.0000 0.0772,0.0552 0.0772 0.0772v 0.2427 c 0.0000,-0.0000 -0.7060,-0.0221 -1.1693 -0.0221c -0.4192,-0.0000 -1.0700,0.0221 -1.0700 0.0221v -0.2427 c 0.0000,-0.0221 0.0110,-0.0772 0.0772 -0.0772h 0.2978 c 0.3420,-0.0000 0.3751,-0.1434 0.3751 -0.4633v -0.9156 h -2.1621 c -0.0441,-0.0000 -0.0662,-0.0221 -0.0993 -0.0662l -0.0882,-0.1213 l -0.1324,-0.2317 c -0.0110,-0.0000 -0.0110,-0.0110 -0.0110 -0.0221c 0.0000,-0.0110 0.0110,-0.0221 0.0221 -0.0331c 0.7170,-0.7942 1.9856,-3.2541 2.3827 -4.1587c 0.0110,-0.0441 0.0331,-0.0552 0.0772 -0.0552c 0.0110,-0.0000 0.2537,0.0993 0.3861 0.1213c -0.4964,1.3347 -1.3127,2.7688 -2.1179 4.0484h 1.7429 v -1.7098 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.0028638679633737" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 522.5112,257.5204 v 4.9888 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 470.2078,274.8653 ZM 472.5905,268.8313 c -0.2758,-0.0000 -1.0810,0.1544 -1.0810 0.8273c 0.0000,0.1986 -0.0772,0.5405 -0.3751 0.5405c -0.2868,-0.0000 -0.3089,-0.3199 -0.3089 -0.3530c 0.0000,-0.3420 0.4523,-1.3568 1.9856 -1.3568c 1.0700,-0.0000 1.3899,0.6729 1.3899 1.1141c 0.0000,0.2758 -0.0882,0.8273 -1.0810 1.4561c 0.6177,0.0993 1.4340,0.5515 1.4340 1.6988c 0.0000,1.4561 -1.1031,2.2393 -2.3496 2.2393c -0.6288,-0.0000 -1.5112,-0.2758 -1.5112 -0.6950c 0.0000,-0.1655 0.1655,-0.3530 0.3861 -0.3530c 0.2096,-0.0000 0.3089,0.1103 0.4081 0.2537c 0.1213,0.1875 0.3199,0.4523 0.8494 0.4523c 0.3640,-0.0000 1.4009,-0.3640 1.4009 -1.7539c 0.0000,-1.1803 -0.8273,-1.3678 -1.4230 -1.3678c -0.0993,-0.0000 -0.2206,0.0221 -0.3420 0.0441l -0.0441,-0.3309 c 0.8494,-0.1434 1.5554,-0.9707 1.5554 -1.4782c 0.0000,-0.6288 -0.4412,-0.9376 -0.8935 -0.9376Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.0028638679633737" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 472.6236,257.5204 v 4.9888 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 420.3202,274.8653 ZM 420.9600,269.9785 c 0.0000,-0.6288 0.6067,-1.4892 1.7650 -1.4892c 0.8494,-0.0000 1.8422,0.3199 1.8422 1.5885c 0.0000,0.8384 -0.4302,1.2575 -1.0259 1.8311l -1.0479,1.0149 c -0.0552,0.0552 -0.7942,0.7832 -0.7942 1.3017h 1.8753 c 0.3751,-0.0000 0.5736,-0.1875 0.7280 -0.7942l 0.2758,0.0441 l -0.2206,1.3899 h -3.4086 c 0.0000,-0.6177 0.0993,-1.0921 1.1252 -2.1400l 0.7722,-0.7611 c 0.6177,-0.6288 0.8714,-1.1693 0.8714 -1.8422c 0.0000,-1.0038 -0.6839,-1.2906 -1.0590 -1.2906c -0.7611,-0.0000 -0.9707,0.3971 -0.9707 0.6619c 0.0000,0.0882 0.0221,0.1765 0.0441 0.2537c 0.0221,0.0772 0.0441,0.1544 0.0441 0.2427c 0.0000,0.2868 -0.2206,0.3971 -0.3971 0.3971c -0.2427,-0.0000 -0.4192,-0.1875 -0.4192 -0.4081Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.0028638679633737" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 422.7360,257.5204 v 4.9888 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 370.4326,274.8653 ZM 372.5064,269.6035 c -0.2096,-0.0000 -0.6950,0.1986 -0.9376 0.3089l -0.1324,-0.3420 c 0.9707,-0.4523 1.3458,-0.6839 1.8973 -1.0810h 0.2096 v 5.5486 c 0.0000,0.3971 0.0552,0.5074 0.4192 0.5074h 0.5736 c 0.0331,-0.0000 0.0882,0.0221 0.0882 0.0882v 0.2427 l -1.5112,-0.0221 l -1.5333,0.0221 v -0.2427 c 0.0110,-0.0331 0.0221,-0.0882 0.0882 -0.0882h 0.6619 c 0.4192,-0.0000 0.4192,-0.1875 0.4192 -0.5074v -3.7947 c 0.0000,-0.3751 0.0000,-0.6398 -0.2427 -0.6398Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.0028638679633737" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 372.8483,257.5204 v 4.9888 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 320.5449,274.8653 ZM 322.9607,268.8754 c -0.4743,-0.0000 -1.1693,0.4633 -1.1693 3.0335c 0.0000,0.9045 0.1655,2.7247 1.1362 2.7247c 0.1875,-0.0000 0.7170,-0.1213 0.9487 -0.9818c 0.1434,-0.5295 0.2206,-1.1913 0.2206 -2.1510c 0.0000,-1.4009 -0.3530,-2.1841 -0.6729 -2.4599c -0.1213,-0.1103 -0.2868,-0.1655 -0.4633 -0.1655ZM 322.9607,268.8754 ZM 322.9166,274.9976 c -1.1803,-0.0000 -1.9745,-1.5112 -1.9745 -3.1990c 0.0000,-2.0628 0.9818,-3.3093 2.0187 -3.3093c 0.4743,-0.0000 0.9487,0.2978 1.2686 0.7280c 0.4633,0.6177 0.7060,1.4451 0.7060 2.4820c 0.0000,2.4489 -1.2134,3.2983 -2.0187 3.2983Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.0028638679633737" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 322.9607,257.5204 v 4.9888 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 268.8207,274.8653 ZM 271.8431,272.2620 h -2.4930 c -0.0993,-0.0000 -0.1655,-0.0882 -0.1655 -0.1875c 0.0000,-0.1765 0.1434,-0.4081 0.2758 -0.4081h 2.5261 c 0.1103,-0.0000 0.1544,0.0993 0.1544 0.1986c 0.0000,0.1213 -0.1544,0.3971 -0.2978 0.3971ZM 272.4940,274.8653 ZM 274.5678,269.6035 c -0.2096,-0.0000 -0.6950,0.1986 -0.9376 0.3089l -0.1324,-0.3420 c 0.9707,-0.4523 1.3458,-0.6839 1.8973 -1.0810h 0.2096 v 5.5486 c 0.0000,0.3971 0.0552,0.5074 0.4192 0.5074h 0.5736 c 0.0331,-0.0000 0.0882,0.0221 0.0882 0.0882v 0.2427 l -1.5112,-0.0221 l -1.5333,0.0221 v -0.2427 c 0.0110,-0.0331 0.0221,-0.0882 0.0882 -0.0882h 0.6619 c 0.4192,-0.0000 0.4192,-0.1875 0.4192 -0.5074v -3.7947 c 0.0000,-0.3751 0.0000,-0.6398 -0.2427 -0.6398Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.0028638679633737" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 273.0731,257.5204 v 4.9888 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 218.9330,274.8653 ZM 221.9555,272.2620 h -2.4930 c -0.0993,-0.0000 -0.1655,-0.0882 -0.1655 -0.1875c 0.0000,-0.1765 0.1434,-0.4081 0.2758 -0.4081h 2.5261 c 0.1103,-0.0000 0.1544,0.0993 0.1544 0.1986c 0.0000,0.1213 -0.1544,0.3971 -0.2978 0.3971ZM 222.6063,274.8653 ZM 223.2461,269.9785 c 0.0000,-0.6288 0.6067,-1.4892 1.7650 -1.4892c 0.8494,-0.0000 1.8422,0.3199 1.8422 1.5885c 0.0000,0.8384 -0.4302,1.2575 -1.0259 1.8311l -1.0479,1.0149 c -0.0552,0.0552 -0.7942,0.7832 -0.7942 1.3017h 1.8753 c 0.3751,-0.0000 0.5736,-0.1875 0.7280 -0.7942l 0.2758,0.0441 l -0.2206,1.3899 h -3.4086 c 0.0000,-0.6177 0.0993,-1.0921 1.1252 -2.1400l 0.7722,-0.7611 c 0.6177,-0.6288 0.8714,-1.1693 0.8714 -1.8422c 0.0000,-1.0038 -0.6839,-1.2906 -1.0590 -1.2906c -0.7611,-0.0000 -0.9707,0.3971 -0.9707 0.6619c 0.0000,0.0882 0.0221,0.1765 0.0441 0.2537c 0.0221,0.0772 0.0441,0.1544 0.0441 0.2427c 0.0000,0.2868 -0.2206,0.3971 -0.3971 0.3971c -0.2427,-0.0000 -0.4192,-0.1875 -0.4192 -0.4081Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.0028638679633737" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 223.1855,257.5204 v 4.9888 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 169.0454,274.8653 ZM 172.0679,272.2620 h -2.4930 c -0.0993,-0.0000 -0.1655,-0.0882 -0.1655 -0.1875c 0.0000,-0.1765 0.1434,-0.4081 0.2758 -0.4081h 2.5261 c 0.1103,-0.0000 0.1544,0.0993 0.1544 0.1986c 0.0000,0.1213 -0.1544,0.3971 -0.2978 0.3971ZM 172.7187,274.8653 ZM 175.1014,268.8313 c -0.2758,-0.0000 -1.0810,0.1544 -1.0810 0.8273c 0.0000,0.1986 -0.0772,0.5405 -0.3751 0.5405c -0.2868,-0.0000 -0.3089,-0.3199 -0.3089 -0.3530c 0.0000,-0.3420 0.4523,-1.3568 1.9856 -1.3568c 1.0700,-0.0000 1.3899,0.6729 1.3899 1.1141c 0.0000,0.2758 -0.0882,0.8273 -1.0810 1.4561c 0.6177,0.0993 1.4340,0.5515 1.4340 1.6988c 0.0000,1.4561 -1.1031,2.2393 -2.3496 2.2393c -0.6288,-0.0000 -1.5112,-0.2758 -1.5112 -0.6950c 0.0000,-0.1655 0.1655,-0.3530 0.3861 -0.3530c 0.2096,-0.0000 0.3089,0.1103 0.4081 0.2537c 0.1213,0.1875 0.3199,0.4523 0.8494 0.4523c 0.3640,-0.0000 1.4009,-0.3640 1.4009 -1.7539c 0.0000,-1.1803 -0.8273,-1.3678 -1.4230 -1.3678c -0.0993,-0.0000 -0.2206,0.0221 -0.3420 0.0441l -0.0441,-0.3309 c 0.8494,-0.1434 1.5554,-0.9707 1.5554 -1.4782c 0.0000,-0.6288 -0.4412,-0.9376 -0.8935 -0.9376Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.0028638679633737" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 173.2979,257.5204 v 4.9888 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 119.1578,274.8653 ZM 122.1803,272.2620 h -2.4930 c -0.0993,-0.0000 -0.1655,-0.0882 -0.1655 -0.1875c 0.0000,-0.1765 0.1434,-0.4081 0.2758 -0.4081h 2.5261 c 0.1103,-0.0000 0.1544,0.0993 0.1544 0.1986c 0.0000,0.1213 -0.1544,0.3971 -0.2978 0.3971ZM 122.8311,274.8653 ZM 125.6771,270.9493 c 0.0000,-0.0772 0.0110,-0.1655 0.1103 -0.2206c 0.1213,-0.0882 0.3199,-0.1875 0.4854 -0.1875c 0.1434,-0.0000 0.1544,0.1213 0.1544 0.3420v 1.7760 h 0.8935 l -0.0662,0.5185 h -0.8273 v 0.9156 c 0.0000,0.3089 0.0441,0.4633 0.3640 0.4633h 0.2978 c 0.0662,-0.0000 0.0772,0.0552 0.0772 0.0772v 0.2427 c 0.0000,-0.0000 -0.7060,-0.0221 -1.1693 -0.0221c -0.4192,-0.0000 -1.0700,0.0221 -1.0700 0.0221v -0.2427 c 0.0000,-0.0221 0.0110,-0.0772 0.0772 -0.0772h 0.2978 c 0.3420,-0.0000 0.3751,-0.1434 0.3751 -0.4633v -0.9156 h -2.1621 c -0.0441,-0.0000 -0.0662,-0.0221 -0.0993 -0.0662l -0.0882,-0.1213 l -0.1324,-0.2317 c -0.0110,-0.0000 -0.0110,-0.0110 -0.0110 -0.0221c 0.0000,-0.0110 0.0110,-0.0221 0.0221 -0.0331c 0.7170,-0.7942 1.9856,-3.2541 2.3827 -4.1587c 0.0110,-0.0441 0.0331,-0.0552 0.0772 -0.0552c 0.0110,-0.0000 0.2537,0.0993 0.3861 0.1213c -0.4964,1.3347 -1.3127,2.7688 -2.1179 4.0484h 1.7429 v -1.7098 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.0028638679633737" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 123.4102,257.5204 v 4.9888 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 69.2702,274.8653 ZM 72.2927,272.2620 h -2.4930 c -0.0993,-0.0000 -0.1655,-0.0882 -0.1655 -0.1875c 0.0000,-0.1765 0.1434,-0.4081 0.2758 -0.4081h 2.5261 c 0.1103,-0.0000 0.1544,0.0993 0.1544 0.1986c 0.0000,0.1213 -0.1544,0.3971 -0.2978 0.3971ZM 72.9435,274.8653 ZM 76.3521,273.0010 c 0.0000,-1.1362 -0.6177,-1.6988 -1.3017 -1.6988c -0.5074,-0.0000 -0.8935,0.0772 -1.3237 0.2537l 0.3530,-3.0115 c 0.3640,0.0331 0.7391,0.0441 1.1252 0.0441c 0.5515,-0.0000 1.1252,-0.0331 1.7208 -0.0993l 0.0662,0.0331 l -0.1655,0.7170 c -0.4302,0.0441 -0.7832,0.0552 -1.0921 0.0552c -0.4964,-0.0000 -0.8714,-0.0441 -1.2575 -0.0882l -0.2096,1.7429 c 0.2317,-0.0882 0.6288,-0.1655 1.0590 -0.1655c 1.1693,-0.0000 1.8201,1.0149 1.8201 2.0297c 0.0000,1.2355 -0.8604,2.1841 -2.1069 2.1841c -0.6288,-0.0000 -1.5443,-0.3530 -1.5443 -0.7832c 0.0000,-0.2096 0.1765,-0.3530 0.3751 -0.3530c 0.2206,-0.0000 0.3640,0.1655 0.4964 0.3420c 0.1655,0.1986 0.3420,0.4192 0.6950 0.4192c 0.7060,-0.0000 1.2906,-0.6619 1.2906 -1.6216Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.0028638679633737" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 73.5226,257.5204 v 4.9888 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 572.3988,240.8912 l -0.0000,-166.2921 h -498.8762 l -0.0000,166.2921 Z"/>+  </g>+</svg>
other/rect_Example.svg view
@@ -1,3 +1,22 @@ <?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>+    "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 265.3188,42.1500 ZM 267.9943,31.2964 h 4.9472 c 0.7320,-0.0000 1.6154,-0.1262 1.6912 -0.1262c 0.1767,-0.0000 0.3281,0.0505 0.3281 0.1514c 0.0000,0.1010 -0.1262,0.4039 -0.5553 1.0601l -5.9569,8.7839 h 3.2561 c 1.4892,-0.0000 1.8931,-0.5553 2.4989 -1.8931l 0.3281,-0.7320 l 0.6815,0.1767 c -0.4291,1.4640 -0.7067,2.6503 -0.8330 3.4328h -7.6480 c -0.3786,-0.0000 -0.5805,-0.1262 -0.5805 -0.3029c 0.0000,-0.1262 0.0252,-0.2019 0.2272 -0.5048l 6.1336,-9.0615 h -3.4075 c -0.7572,-0.0000 -1.6154,0.4291 -2.1202 2.2717l -0.6563,-0.0757 c 0.2019,-1.2368 0.3534,-2.3474 0.3786 -3.4833h 0.6310 c 0.0505,0.1514 0.2777,0.3029 0.6563 0.3029ZM 275.6929,42.1500 ZM 278.3179,39.7521 c 1.0096,-0.0000 1.6659,0.9844 1.6659 2.4989c 0.0000,1.7669 -1.2621,2.5998 -2.7765 2.8775l -0.1262,-0.6310 c 1.3125,-0.3281 1.9183,-1.0854 1.9183 -1.6154c 0.0000,-0.5805 -0.4291,-0.6815 -0.9087 -0.7320c -0.4543,-0.0757 -1.1106,-0.2777 -1.1106 -1.1106c 0.0000,-0.7067 0.5553,-1.2873 1.3378 -1.2873ZM 281.2207,42.1500 ZM 286.3193,31.8012 c 0.0000,0.1262 -0.1010,0.2019 -0.2272 0.2019h -0.3786 c -0.5553,-0.0000 -0.7320,0.1514 -0.7320 0.4039c 0.0000,0.1767 0.1010,0.4039 0.2272 0.7572l 2.6503,6.6636 l 2.1960,-5.4773 l -0.4543,-1.1358 c -0.3281,-0.8582 -0.8582,-1.2116 -1.6154 -1.2116c -0.1262,-0.0000 -0.2524,-0.0505 -0.2524 -0.1767v -0.5048 l 0.0505,-0.0505 c 0.0000,-0.0000 1.4135,0.0505 2.2969 0.0505l 2.5241,-0.0505 l 0.0757,0.0505 v 0.4796 c 0.0000,0.1262 -0.1262,0.2019 -0.2524 0.2019h -0.4543 c -0.5048,-0.0000 -0.7320,0.1010 -0.7320 0.3534c 0.0000,0.2019 0.1010,0.4543 0.2524 0.8077l 2.6251,6.6636 l 2.6251,-6.5374 c 0.0757,-0.1514 0.1262,-0.3534 0.1262 -0.5553c 0.0000,-0.4291 -0.2777,-0.7320 -1.1358 -0.7320h -0.3786 c -0.1262,-0.0000 -0.2272,-0.1010 -0.2272 -0.1767v -0.5048 l 0.0757,-0.0505 c 0.0000,-0.0000 1.6659,0.0505 2.5998 0.0505c 0.8582,-0.0000 1.8678,-0.0505 1.8678 -0.0505l 0.0252,0.0505 v 0.4796 c 0.0000,0.1514 -0.1514,0.2019 -0.3029 0.2019c -0.6310,-0.0000 -1.2873,0.2777 -1.7416 1.3883l -3.4328,8.5315 c -0.1514,0.3786 -0.3534,0.5301 -0.5805 0.5301c -0.2524,-0.0000 -0.4543,-0.1514 -0.6058 -0.5048l -2.5241,-6.3103 l -2.5241,6.2598 c -0.1767,0.4039 -0.3786,0.5553 -0.6058 0.5553c -0.2524,-0.0000 -0.4543,-0.1514 -0.6058 -0.5048l -3.4580,-8.7334 c -0.3786,-0.9844 -0.8330,-1.2116 -1.5902 -1.2116c -0.1262,-0.0000 -0.3029,-0.0505 -0.3029 -0.1767v -0.5048 l 0.0505,-0.0505 c 0.0000,-0.0000 1.1863,0.0505 2.2969 0.0505c 1.1611,-0.0000 2.4989,-0.0505 2.4989 -0.0505l 0.0505,0.0757 v 0.4543 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.8" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 265.6999,172.5403 ZM 268.3755,161.6866 h 4.9472 c 0.7320,-0.0000 1.6154,-0.1262 1.6912 -0.1262c 0.1767,-0.0000 0.3281,0.0505 0.3281 0.1514c 0.0000,0.1010 -0.1262,0.4039 -0.5553 1.0601l -5.9569,8.7839 h 3.2561 c 1.4892,-0.0000 1.8931,-0.5553 2.4989 -1.8931l 0.3281,-0.7320 l 0.6815,0.1767 c -0.4291,1.4640 -0.7067,2.6503 -0.8330 3.4328h -7.6480 c -0.3786,-0.0000 -0.5805,-0.1262 -0.5805 -0.3029c 0.0000,-0.1262 0.0252,-0.2019 0.2272 -0.5048l 6.1336,-9.0615 h -3.4075 c -0.7572,-0.0000 -1.6154,0.4291 -2.1202 2.2717l -0.6563,-0.0757 c 0.2019,-1.2368 0.3534,-2.3474 0.3786 -3.4833h 0.6310 c 0.0505,0.1514 0.2777,0.3029 0.6563 0.3029ZM 276.0740,172.5403 ZM 278.6991,170.1424 c 1.0096,-0.0000 1.6659,0.9844 1.6659 2.4989c 0.0000,1.7669 -1.2621,2.5998 -2.7765 2.8775l -0.1262,-0.6310 c 1.3125,-0.3281 1.9183,-1.0854 1.9183 -1.6154c 0.0000,-0.5805 -0.4291,-0.6815 -0.9087 -0.7320c -0.4543,-0.0757 -1.1106,-0.2777 -1.1106 -1.1106c 0.0000,-0.7067 0.5553,-1.2873 1.3378 -1.2873ZM 281.6018,172.5403 ZM 286.8519,162.1914 c 0.0000,0.1262 -0.1514,0.2019 -0.2777 0.2019c -0.7572,-0.0000 -1.0854,0.1514 -1.0854 0.5553c 0.0000,0.1514 0.0505,0.3534 0.1514 0.5805l 2.7765,6.5122 l 2.8018,-6.4112 c 0.1262,-0.2272 0.1767,-0.4291 0.1767 -0.5805c 0.0000,-0.5301 -0.5048,-0.6563 -1.0601 -0.6563h -0.1010 c -0.1262,-0.0000 -0.2524,-0.1010 -0.2524 -0.1767v -0.4796 l 0.0505,-0.0757 c 0.0000,-0.0000 1.4892,0.0505 2.3727 0.0505c 0.7067,-0.0000 1.7416,-0.0505 1.7416 -0.0505l 0.0757,0.0505 v 0.4796 c 0.0000,0.1262 -0.1010,0.2019 -0.2777 0.2019c -0.9592,-0.0000 -1.4387,0.9844 -1.7921 1.7164c -1.3378,2.8270 -2.4484,5.4268 -4.4677 10.2983c -0.7572,1.8174 -1.6659,3.9376 -3.4580 3.9376c -0.4796,-0.0000 -1.4640,-0.2777 -1.4640 -1.1863c 0.0000,-0.7572 0.5553,-0.9844 0.9592 -0.9844c 0.3786,-0.0000 0.6310,0.1514 0.7825 0.3534c 0.2524,0.2524 0.4291,0.4291 0.6815 0.4291c 0.3786,-0.0000 1.2621,-2.1707 1.8931 -3.7104c 0.1514,-0.3029 0.2019,-0.5553 0.2019 -0.7825c 0.0000,-0.2524 -0.2272,-0.9339 -0.4291 -1.4387l -3.1804,-7.3956 c -0.4039,-0.9592 -0.6815,-1.2368 -1.5397 -1.2368c -0.1514,-0.0000 -0.2524,-0.0757 -0.2524 -0.1767v -0.5048 l 0.0505,-0.0505 c 0.0000,-0.0000 1.1106,0.0505 1.8678 0.0505c 1.1863,-0.0000 3.0037,-0.0505 3.0037 -0.0505l 0.0505,0.0757 v 0.4543 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.8" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M -0.0000,41.7159 ZM 4.9725,31.5690 c -0.5048,-0.0000 -0.6058,0.1262 -0.6058 0.3029c 0.0000,0.1262 0.1010,0.3534 0.3786 0.8077l 1.5397,2.2717 c 0.0757,0.1514 0.1514,0.2272 0.2524 0.2272c 0.0757,-0.0000 0.1262,-0.0505 0.2272 -0.1767l 1.6407,-2.2969 c 0.2777,-0.3534 0.4291,-0.6310 0.4291 -0.8330c 0.0000,-0.2019 -0.1767,-0.3029 -0.5301 -0.3029h -0.4039 c -0.0757,-0.0000 -0.1514,-0.0505 -0.1514 -0.1767v -0.4796 l 0.0757,-0.0757 c 0.0000,-0.0000 1.1863,0.0505 1.9688 0.0505c 0.8077,-0.0000 2.0445,-0.0505 2.0445 -0.0505l 0.0252,0.0505 v 0.4796 c 0.0000,0.1767 -0.1514,0.2019 -0.3029 0.2019c -0.9339,-0.0000 -1.3125,0.3029 -2.2465 1.4892l -2.1202,2.7008 c -0.0505,0.0757 -0.0757,0.1262 -0.0757 0.1767c 0.0000,0.0505 0.0252,0.1262 0.0757 0.2019l 2.2717,3.2056 c 1.1611,1.6407 1.4892,1.6659 2.2969 1.6659c 0.2524,-0.0000 0.3534,0.0505 0.3534 0.2019v 0.4796 l -0.0252,0.0505 c 0.0000,-0.0000 -1.3630,-0.0505 -2.2212 -0.0505c -1.0349,-0.0000 -2.6251,0.0505 -2.6251 0.0505l -0.0505,-0.0505 v -0.4796 c 0.0000,-0.1262 0.0505,-0.2019 0.1767 -0.2019h 0.3029 c 0.4039,-0.0000 0.5805,-0.0757 0.5805 -0.2777c 0.0000,-0.2272 -0.2777,-0.6058 -0.6815 -1.1358l -1.4640,-2.0193 c -0.1010,-0.1262 -0.1514,-0.1767 -0.2272 -0.1767c -0.0505,-0.0000 -0.1262,0.0757 -0.2272 0.2272l -1.5902,2.2969 c -0.3786,0.5048 -0.4543,0.6310 -0.4543 0.8077c 0.0000,0.1767 0.1514,0.2777 0.5301 0.2777h 0.3534 c 0.1262,-0.0000 0.1767,0.0757 0.1767 0.2019v 0.4796 l -0.0505,0.0505 c 0.0000,-0.0000 -1.3125,-0.0505 -2.1202 -0.0505c -0.7320,-0.0000 -1.8931,0.0505 -1.8931 0.0505l -0.0505,-0.0505 v -0.4291 c 0.0000,-0.1514 0.1010,-0.2524 0.3281 -0.2524c 0.6058,-0.0000 1.1863,-0.1262 2.2465 -1.4892l 2.1202,-2.7260 c 0.0252,-0.0505 0.0505,-0.1010 0.0505 -0.1767c 0.0000,-0.0757 -0.0252,-0.1262 -0.0757 -0.2019l -2.1960,-3.2056 c -0.7067,-1.0349 -1.1611,-1.6407 -2.0445 -1.6407c -0.1767,-0.0000 -0.3534,-0.0757 -0.3534 -0.1767v -0.4796 l 0.0505,-0.0757 l 1.9940,0.0505 l 2.8018,-0.0505 l 0.0757,0.0757 v 0.4543 c 0.0000,0.1262 -0.1010,0.2019 -0.2019 0.2019h -0.3786 ZM 12.5448,41.7159 ZM 15.1699,39.3180 c 1.0096,-0.0000 1.6659,0.9844 1.6659 2.4989c 0.0000,1.7669 -1.2621,2.5998 -2.7765 2.8775l -0.1262,-0.6310 c 1.3125,-0.3281 1.9183,-1.0854 1.9183 -1.6154c 0.0000,-0.5805 -0.4291,-0.6815 -0.9087 -0.7320c -0.4543,-0.0757 -1.1106,-0.2777 -1.1106 -1.1106c 0.0000,-0.7067 0.5553,-1.2873 1.3378 -1.2873ZM 18.0726,41.7159 ZM 23.1713,31.3671 c 0.0000,0.1262 -0.1010,0.2019 -0.2272 0.2019h -0.3786 c -0.5553,-0.0000 -0.7320,0.1514 -0.7320 0.4039c 0.0000,0.1767 0.1010,0.4039 0.2272 0.7572l 2.6503,6.6636 l 2.1960,-5.4773 l -0.4543,-1.1358 c -0.3281,-0.8582 -0.8582,-1.2116 -1.6154 -1.2116c -0.1262,-0.0000 -0.2524,-0.0505 -0.2524 -0.1767v -0.5048 l 0.0505,-0.0505 c 0.0000,-0.0000 1.4135,0.0505 2.2969 0.0505l 2.5241,-0.0505 l 0.0757,0.0505 v 0.4796 c 0.0000,0.1262 -0.1262,0.2019 -0.2524 0.2019h -0.4543 c -0.5048,-0.0000 -0.7320,0.1010 -0.7320 0.3534c 0.0000,0.2019 0.1010,0.4543 0.2524 0.8077l 2.6251,6.6636 l 2.6251,-6.5374 c 0.0757,-0.1514 0.1262,-0.3534 0.1262 -0.5553c 0.0000,-0.4291 -0.2777,-0.7320 -1.1358 -0.7320h -0.3786 c -0.1262,-0.0000 -0.2272,-0.1010 -0.2272 -0.1767v -0.5048 l 0.0757,-0.0505 c 0.0000,-0.0000 1.6659,0.0505 2.5998 0.0505c 0.8582,-0.0000 1.8678,-0.0505 1.8678 -0.0505l 0.0252,0.0505 v 0.4796 c 0.0000,0.1514 -0.1514,0.2019 -0.3029 0.2019c -0.6310,-0.0000 -1.2873,0.2777 -1.7416 1.3883l -3.4328,8.5315 c -0.1514,0.3786 -0.3534,0.5301 -0.5805 0.5301c -0.2524,-0.0000 -0.4543,-0.1514 -0.6058 -0.5048l -2.5241,-6.3103 l -2.5241,6.2598 c -0.1767,0.4039 -0.3786,0.5553 -0.6058 0.5553c -0.2524,-0.0000 -0.4543,-0.1514 -0.6058 -0.5048l -3.4580,-8.7334 c -0.3786,-0.9844 -0.8330,-1.2116 -1.5902 -1.2116c -0.1262,-0.0000 -0.3029,-0.0505 -0.3029 -0.1767v -0.5048 l 0.0505,-0.0505 c 0.0000,-0.0000 1.1863,0.0505 2.2969 0.0505c 1.1611,-0.0000 2.4989,-0.0505 2.4989 -0.0505l 0.0505,0.0757 v 0.4543 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.8" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 5.5505,172.9744 ZM 10.5230,162.8275 c -0.5048,-0.0000 -0.6058,0.1262 -0.6058 0.3029c 0.0000,0.1262 0.1010,0.3534 0.3786 0.8077l 1.5397,2.2717 c 0.0757,0.1514 0.1514,0.2272 0.2524 0.2272c 0.0757,-0.0000 0.1262,-0.0505 0.2272 -0.1767l 1.6407,-2.2969 c 0.2777,-0.3534 0.4291,-0.6310 0.4291 -0.8330c 0.0000,-0.2019 -0.1767,-0.3029 -0.5301 -0.3029h -0.4039 c -0.0757,-0.0000 -0.1514,-0.0505 -0.1514 -0.1767v -0.4796 l 0.0757,-0.0757 c 0.0000,-0.0000 1.1863,0.0505 1.9688 0.0505c 0.8077,-0.0000 2.0445,-0.0505 2.0445 -0.0505l 0.0252,0.0505 v 0.4796 c 0.0000,0.1767 -0.1514,0.2019 -0.3029 0.2019c -0.9339,-0.0000 -1.3125,0.3029 -2.2465 1.4892l -2.1202,2.7008 c -0.0505,0.0757 -0.0757,0.1262 -0.0757 0.1767c 0.0000,0.0505 0.0252,0.1262 0.0757 0.2019l 2.2717,3.2056 c 1.1611,1.6407 1.4892,1.6659 2.2969 1.6659c 0.2524,-0.0000 0.3534,0.0505 0.3534 0.2019v 0.4796 l -0.0252,0.0505 c 0.0000,-0.0000 -1.3630,-0.0505 -2.2212 -0.0505c -1.0349,-0.0000 -2.6251,0.0505 -2.6251 0.0505l -0.0505,-0.0505 v -0.4796 c 0.0000,-0.1262 0.0505,-0.2019 0.1767 -0.2019h 0.3029 c 0.4039,-0.0000 0.5805,-0.0757 0.5805 -0.2777c 0.0000,-0.2272 -0.2777,-0.6058 -0.6815 -1.1358l -1.4640,-2.0193 c -0.1010,-0.1262 -0.1514,-0.1767 -0.2272 -0.1767c -0.0505,-0.0000 -0.1262,0.0757 -0.2272 0.2272l -1.5902,2.2969 c -0.3786,0.5048 -0.4543,0.6310 -0.4543 0.8077c 0.0000,0.1767 0.1514,0.2777 0.5301 0.2777h 0.3534 c 0.1262,-0.0000 0.1767,0.0757 0.1767 0.2019v 0.4796 l -0.0505,0.0505 c 0.0000,-0.0000 -1.3125,-0.0505 -2.1202 -0.0505c -0.7320,-0.0000 -1.8931,0.0505 -1.8931 0.0505l -0.0505,-0.0505 v -0.4291 c 0.0000,-0.1514 0.1010,-0.2524 0.3281 -0.2524c 0.6058,-0.0000 1.1863,-0.1262 2.2465 -1.4892l 2.1202,-2.7260 c 0.0252,-0.0505 0.0505,-0.1010 0.0505 -0.1767c 0.0000,-0.0757 -0.0252,-0.1262 -0.0757 -0.2019l -2.1960,-3.2056 c -0.7067,-1.0349 -1.1611,-1.6407 -2.0445 -1.6407c -0.1767,-0.0000 -0.3534,-0.0757 -0.3534 -0.1767v -0.4796 l 0.0505,-0.0757 l 1.9940,0.0505 l 2.8018,-0.0505 l 0.0757,0.0757 v 0.4543 c 0.0000,0.1262 -0.1010,0.2019 -0.2019 0.2019h -0.3786 ZM 18.0953,172.9744 ZM 20.7204,170.5765 c 1.0096,-0.0000 1.6659,0.9844 1.6659 2.4989c 0.0000,1.7669 -1.2621,2.5998 -2.7765 2.8775l -0.1262,-0.6310 c 1.3125,-0.3281 1.9183,-1.0854 1.9183 -1.6154c 0.0000,-0.5805 -0.4291,-0.6815 -0.9087 -0.7320c -0.4543,-0.0757 -1.1106,-0.2777 -1.1106 -1.1106c 0.0000,-0.7067 0.5553,-1.2873 1.3378 -1.2873ZM 23.6231,172.9744 ZM 28.8732,162.6256 c 0.0000,0.1262 -0.1514,0.2019 -0.2777 0.2019c -0.7572,-0.0000 -1.0854,0.1514 -1.0854 0.5553c 0.0000,0.1514 0.0505,0.3534 0.1514 0.5805l 2.7765,6.5122 l 2.8018,-6.4112 c 0.1262,-0.2272 0.1767,-0.4291 0.1767 -0.5805c 0.0000,-0.5301 -0.5048,-0.6563 -1.0601 -0.6563h -0.1010 c -0.1262,-0.0000 -0.2524,-0.1010 -0.2524 -0.1767v -0.4796 l 0.0505,-0.0757 c 0.0000,-0.0000 1.4892,0.0505 2.3727 0.0505c 0.7067,-0.0000 1.7416,-0.0505 1.7416 -0.0505l 0.0757,0.0505 v 0.4796 c 0.0000,0.1262 -0.1010,0.2019 -0.2777 0.2019c -0.9592,-0.0000 -1.4387,0.9844 -1.7921 1.7164c -1.3378,2.8270 -2.4484,5.4268 -4.4677 10.2983c -0.7572,1.8174 -1.6659,3.9376 -3.4580 3.9376c -0.4796,-0.0000 -1.4640,-0.2777 -1.4640 -1.1863c 0.0000,-0.7572 0.5553,-0.9844 0.9592 -0.9844c 0.3786,-0.0000 0.6310,0.1514 0.7825 0.3534c 0.2524,0.2524 0.4291,0.4291 0.6815 0.4291c 0.3786,-0.0000 1.2621,-2.1707 1.8931 -3.7104c 0.1514,-0.3029 0.2019,-0.5553 0.2019 -0.7825c 0.0000,-0.2524 -0.2272,-0.9339 -0.4291 -1.4387l -3.1804,-7.3956 c -0.4039,-0.9592 -0.6815,-1.2368 -1.5397 -1.2368c -0.1514,-0.0000 -0.2524,-0.0757 -0.2524 -0.1767v -0.5048 l 0.0505,-0.0505 c 0.0000,-0.0000 1.1106,0.0505 1.8678 0.0505c 1.1863,-0.0000 3.0037,-0.0505 3.0037 -0.0505l 0.0505,0.0757 v 0.4543 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="1.101246660461931" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 252.4459,151.1157 l -0.0000,-101.4690 h -202.9381 l -0.0000,101.4690 Z"/>+  </g>+</svg>
other/rectsExample.svg view
@@ -1,3 +1,37 @@ <?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.8682431421244593" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 225.3846,169.2308 l -0.0000,-15.3846 h -12.3077 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.8682431421244593" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.0000,169.2308 l -0.0000,-30.7692 h -12.3077 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.8682431421244593" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 194.6154,169.2308 l -0.0000,-169.2308 h -12.3077 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.8682431421244593" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 179.2308,200.0000 l -0.0000,-30.7692 h -12.3077 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.8682431421244593" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 163.8462,169.2308 l -0.0000,-0.0000 h -12.3077 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.8682431421244593" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 148.4615,169.2308 l -0.0000,-123.0769 h -12.3077 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.8682431421244593" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 133.0769,169.2308 l -0.0000,-76.9231 h -12.3077 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.8682431421244593" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 117.6923,169.2308 l -0.0000,-46.1538 h -12.3077 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.8682431421244593" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 102.3077,169.2308 l -0.0000,-30.7692 h -12.3077 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.8682431421244593" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 86.9231,169.2308 l -0.0000,-15.3846 h -12.3077 l -0.0000,15.3846 Z"/></g></svg>+    "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.8682431421244593" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 225.3846,169.2308 l -0.0000,-15.3846 h -12.3077 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.8682431421244593" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 210.0000,169.2308 l -0.0000,-30.7692 h -12.3077 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.8682431421244593" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 194.6154,169.2308 l -0.0000,-169.2308 h -12.3077 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.8682431421244593" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 179.2308,200.0000 l -0.0000,-30.7692 h -12.3077 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.8682431421244593" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 163.8462,169.2308 l -0.0000,-0.0000 h -12.3077 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.8682431421244593" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 148.4615,169.2308 l -0.0000,-123.0769 h -12.3077 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.8682431421244593" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 133.0769,169.2308 l -0.0000,-76.9231 h -12.3077 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.8682431421244593" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 117.6923,169.2308 l -0.0000,-46.1538 h -12.3077 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.8682431421244593" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 102.3077,169.2308 l -0.0000,-30.7692 h -12.3077 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.8682431421244593" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 86.9231,169.2308 l -0.0000,-15.3846 h -12.3077 l -0.0000,15.3846 Z"/>+  </g>+</svg>
other/scaleExample.svg view
@@ -1,3 +1,157 @@ <?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="120.0000" stroke-opacity="1" viewBox="0 0 300 120" font-size="1" width="300.0000" xmlns:xlink="http://www.w3.org/1999/xlink" stroke="rgb(0,0,0)" version="1.1"><defs></defs><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.1" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 26.8094,98.0396 l -0.0000,-84.4285 h -1.6886 l -0.0000,84.4285 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 14.4245,13.6110 ZM 15.6510,10.5699 c -0.2408,-0.0000 -0.5937,0.2352 -0.5937 1.5402c 0.0000,0.4592 0.0840,1.3833 0.5769 1.3833c 0.0952,-0.0000 0.3640,-0.0616 0.4816 -0.4985c 0.0728,-0.2688 0.1120,-0.6049 0.1120 -1.0921c 0.0000,-0.7113 -0.1792,-1.1089 -0.3416 -1.2489c -0.0616,-0.0560 -0.1456,-0.0840 -0.2352 -0.0840ZM 15.6510,10.5699 ZM 15.6286,13.6782 c -0.5993,-0.0000 -1.0025,-0.7673 -1.0025 -1.6242c 0.0000,-1.0473 0.4985,-1.6802 1.0249 -1.6802c 0.2408,-0.0000 0.4816,0.1512 0.6441 0.3696c 0.2352,0.3136 0.3584,0.7337 0.3584 1.2601c 0.0000,1.2433 -0.6161,1.6746 -1.0249 1.6746ZM 16.8775,13.6110 ZM 17.1967,13.3814 c 0.0000,-0.1624 0.1344,-0.2968 0.2968 -0.2968c 0.1624,-0.0000 0.2968,0.1344 0.2968 0.2968c 0.0000,0.1624 -0.1344,0.2968 -0.2968 0.2968c -0.1624,-0.0000 -0.2968,-0.1344 -0.2968 -0.2968ZM 18.1040,13.6110 ZM 18.4289,11.1300 c 0.0000,-0.3192 0.3080,-0.7561 0.8961 -0.7561c 0.4312,-0.0000 0.9353,0.1624 0.9353 0.8065c 0.0000,0.4256 -0.2184,0.6385 -0.5209 0.9297l -0.5321,0.5153 c -0.0280,0.0280 -0.4032,0.3976 -0.4032 0.6609h 0.9521 c 0.1904,-0.0000 0.2912,-0.0952 0.3696 -0.4032l 0.1400,0.0224 l -0.1120,0.7057 h -1.7306 c 0.0000,-0.3136 0.0504,-0.5545 0.5713 -1.0865l 0.3920,-0.3864 c 0.3136,-0.3192 0.4424,-0.5937 0.4424 -0.9353c 0.0000,-0.5097 -0.3472,-0.6553 -0.5377 -0.6553c -0.3864,-0.0000 -0.4928,0.2016 -0.4928 0.3360c 0.0000,0.0448 0.0112,0.0896 0.0224 0.1288c 0.0112,0.0392 0.0224,0.0784 0.0224 0.1232c 0.0000,0.1456 -0.1120,0.2016 -0.2016 0.2016c -0.1232,-0.0000 -0.2128,-0.0952 -0.2128 -0.2072ZM 20.5571,13.6110 ZM 21.7836,10.5699 c -0.2408,-0.0000 -0.5937,0.2352 -0.5937 1.5402c 0.0000,0.4592 0.0840,1.3833 0.5769 1.3833c 0.0952,-0.0000 0.3640,-0.0616 0.4816 -0.4985c 0.0728,-0.2688 0.1120,-0.6049 0.1120 -1.0921c 0.0000,-0.7113 -0.1792,-1.1089 -0.3416 -1.2489c -0.0616,-0.0560 -0.1456,-0.0840 -0.2352 -0.0840ZM 21.7836,10.5699 ZM 21.7612,13.6782 c -0.5993,-0.0000 -1.0025,-0.7673 -1.0025 -1.6242c 0.0000,-1.0473 0.4985,-1.6802 1.0249 -1.6802c 0.2408,-0.0000 0.4816,0.1512 0.6441 0.3696c 0.2352,0.3136 0.3584,0.7337 0.3584 1.2601c 0.0000,1.2433 -0.6161,1.6746 -1.0249 1.6746Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.9161469209552453" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 24.2766,13.6110 h 2.5329 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 14.4245,22.0539 ZM 15.6510,19.0128 c -0.2408,-0.0000 -0.5937,0.2352 -0.5937 1.5402c 0.0000,0.4592 0.0840,1.3833 0.5769 1.3833c 0.0952,-0.0000 0.3640,-0.0616 0.4816 -0.4985c 0.0728,-0.2688 0.1120,-0.6049 0.1120 -1.0921c 0.0000,-0.7113 -0.1792,-1.1089 -0.3416 -1.2489c -0.0616,-0.0560 -0.1456,-0.0840 -0.2352 -0.0840ZM 15.6510,19.0128 ZM 15.6286,22.1211 c -0.5993,-0.0000 -1.0025,-0.7673 -1.0025 -1.6242c 0.0000,-1.0473 0.4985,-1.6802 1.0249 -1.6802c 0.2408,-0.0000 0.4816,0.1512 0.6441 0.3696c 0.2352,0.3136 0.3584,0.7337 0.3584 1.2601c 0.0000,1.2433 -0.6161,1.6746 -1.0249 1.6746ZM 16.8775,22.0539 ZM 17.1967,21.8243 c 0.0000,-0.1624 0.1344,-0.2968 0.2968 -0.2968c 0.1624,-0.0000 0.2968,0.1344 0.2968 0.2968c 0.0000,0.1624 -0.1344,0.2968 -0.2968 0.2968c -0.1624,-0.0000 -0.2968,-0.1344 -0.2968 -0.2968ZM 18.1040,22.0539 ZM 19.1569,19.3824 c -0.1064,-0.0000 -0.3528,0.1008 -0.4760 0.1568l -0.0672,-0.1736 c 0.4928,-0.2296 0.6833,-0.3472 0.9633 -0.5489h 0.1064 v 2.8171 c 0.0000,0.2016 0.0280,0.2576 0.2128 0.2576h 0.2912 c 0.0168,-0.0000 0.0448,0.0112 0.0448 0.0448v 0.1232 l -0.7673,-0.0112 l -0.7785,0.0112 v -0.1232 c 0.0056,-0.0168 0.0112,-0.0448 0.0448 -0.0448h 0.3360 c 0.2128,-0.0000 0.2128,-0.0952 0.2128 -0.2576v -1.9266 c 0.0000,-0.1904 0.0000,-0.3248 -0.1232 -0.3248ZM 20.5571,22.0539 ZM 21.8004,18.9512 c -0.3192,-0.0000 -0.5265,0.2520 -0.5265 0.4985c 0.0000,0.1624 0.0672,0.3584 0.4032 0.5769l 0.1624,0.1008 c 0.1456,-0.1064 0.4872,-0.3640 0.4872 -0.6497c 0.0000,-0.2464 -0.1792,-0.5265 -0.5265 -0.5265ZM 21.8004,18.9512 ZM 22.6573,19.4832 c 0.0000,0.3416 -0.3864,0.6105 -0.6217 0.7673l 0.3248,0.2128 c 0.2744,0.1792 0.4144,0.4256 0.4144 0.7337c 0.0000,0.4032 -0.3304,0.9241 -1.0249 0.9241c -0.5601,-0.0000 -0.9465,-0.2968 -0.9465 -0.8401c 0.0000,-0.2072 0.0896,-0.4480 0.3080 -0.6385c 0.1344,-0.1176 0.2520,-0.2184 0.3864 -0.3192l -0.0952,-0.0560 c -0.3248,-0.2016 -0.4872,-0.4200 -0.4872 -0.7169c 0.0000,-0.4088 0.3696,-0.7337 0.9129 -0.7337c 0.5209,-0.0000 0.8289,0.2856 0.8289 0.6665ZM 22.6573,19.4832 ZM 21.7612,21.9643 c 0.2408,-0.0000 0.6609,-0.1288 0.6609 -0.6609c 0.0000,-0.2520 -0.1568,-0.5041 -0.4872 -0.7057l -0.2464,-0.1512 c -0.4536,0.3024 -0.5545,0.6777 -0.5545 0.8345c 0.0000,0.4760 0.3864,0.6833 0.6273 0.6833Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.9161469209552453" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 24.2766,22.0539 h 2.5329 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 14.4245,30.4967 ZM 15.6510,27.4556 c -0.2408,-0.0000 -0.5937,0.2352 -0.5937 1.5402c 0.0000,0.4592 0.0840,1.3833 0.5769 1.3833c 0.0952,-0.0000 0.3640,-0.0616 0.4816 -0.4985c 0.0728,-0.2688 0.1120,-0.6049 0.1120 -1.0921c 0.0000,-0.7113 -0.1792,-1.1089 -0.3416 -1.2489c -0.0616,-0.0560 -0.1456,-0.0840 -0.2352 -0.0840ZM 15.6510,27.4556 ZM 15.6286,30.5639 c -0.5993,-0.0000 -1.0025,-0.7673 -1.0025 -1.6242c 0.0000,-1.0473 0.4985,-1.6802 1.0249 -1.6802c 0.2408,-0.0000 0.4816,0.1512 0.6441 0.3696c 0.2352,0.3136 0.3584,0.7337 0.3584 1.2601c 0.0000,1.2433 -0.6161,1.6746 -1.0249 1.6746ZM 16.8775,30.4967 ZM 17.1967,30.2671 c 0.0000,-0.1624 0.1344,-0.2968 0.2968 -0.2968c 0.1624,-0.0000 0.2968,0.1344 0.2968 0.2968c 0.0000,0.1624 -0.1344,0.2968 -0.2968 0.2968c -0.1624,-0.0000 -0.2968,-0.1344 -0.2968 -0.2968ZM 18.1040,30.4967 ZM 19.1569,27.8253 c -0.1064,-0.0000 -0.3528,0.1008 -0.4760 0.1568l -0.0672,-0.1736 c 0.4928,-0.2296 0.6833,-0.3472 0.9633 -0.5489h 0.1064 v 2.8171 c 0.0000,0.2016 0.0280,0.2576 0.2128 0.2576h 0.2912 c 0.0168,-0.0000 0.0448,0.0112 0.0448 0.0448v 0.1232 l -0.7673,-0.0112 l -0.7785,0.0112 v -0.1232 c 0.0056,-0.0168 0.0112,-0.0448 0.0448 -0.0448h 0.3360 c 0.2128,-0.0000 0.2128,-0.0952 0.2128 -0.2576v -1.9266 c 0.0000,-0.1904 0.0000,-0.3248 -0.1232 -0.3248ZM 20.5571,30.4967 ZM 21.2068,29.0294 c -0.0056,0.0560 -0.0056,0.1400 -0.0056 0.1960c 0.0000,0.9409 0.4200,1.1761 0.7001 1.1761c 0.2576,-0.0000 0.5321,-0.2408 0.5321 -0.8233c 0.0000,-0.2632 -0.1344,-0.8009 -0.6721 -0.8009c -0.1176,-0.0000 -0.3304,0.0112 -0.5545 0.2520ZM 21.2068,29.0294 ZM 22.6741,27.4052 c -0.3640,0.0336 -0.6777,0.1288 -0.9465 0.3920c -0.2576,0.2520 -0.4424,0.6273 -0.5041 1.0753c 0.1288,-0.1568 0.4368,-0.2744 0.6497 -0.2744c 0.8289,-0.0000 0.9353,0.6833 0.9353 0.9409c 0.0000,0.3808 -0.1904,1.0249 -0.9633 1.0249c -0.4088,-0.0000 -1.0305,-0.2408 -1.0305 -1.3553c 0.0000,-0.5153 0.1736,-1.0193 0.5601 -1.4057c 0.3584,-0.3640 0.7337,-0.5153 1.2825 -0.5433Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.9161469209552453" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 24.2766,30.4967 h 2.5329 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 14.4245,38.9396 ZM 15.6510,35.8985 c -0.2408,-0.0000 -0.5937,0.2352 -0.5937 1.5402c 0.0000,0.4592 0.0840,1.3833 0.5769 1.3833c 0.0952,-0.0000 0.3640,-0.0616 0.4816 -0.4985c 0.0728,-0.2688 0.1120,-0.6049 0.1120 -1.0921c 0.0000,-0.7113 -0.1792,-1.1089 -0.3416 -1.2489c -0.0616,-0.0560 -0.1456,-0.0840 -0.2352 -0.0840ZM 15.6510,35.8985 ZM 15.6286,39.0068 c -0.5993,-0.0000 -1.0025,-0.7673 -1.0025 -1.6242c 0.0000,-1.0473 0.4985,-1.6802 1.0249 -1.6802c 0.2408,-0.0000 0.4816,0.1512 0.6441 0.3696c 0.2352,0.3136 0.3584,0.7337 0.3584 1.2601c 0.0000,1.2433 -0.6161,1.6746 -1.0249 1.6746ZM 16.8775,38.9396 ZM 17.1967,38.7100 c 0.0000,-0.1624 0.1344,-0.2968 0.2968 -0.2968c 0.1624,-0.0000 0.2968,0.1344 0.2968 0.2968c 0.0000,0.1624 -0.1344,0.2968 -0.2968 0.2968c -0.1624,-0.0000 -0.2968,-0.1344 -0.2968 -0.2968ZM 18.1040,38.9396 ZM 19.1569,36.2681 c -0.1064,-0.0000 -0.3528,0.1008 -0.4760 0.1568l -0.0672,-0.1736 c 0.4928,-0.2296 0.6833,-0.3472 0.9633 -0.5489h 0.1064 v 2.8171 c 0.0000,0.2016 0.0280,0.2576 0.2128 0.2576h 0.2912 c 0.0168,-0.0000 0.0448,0.0112 0.0448 0.0448v 0.1232 l -0.7673,-0.0112 l -0.7785,0.0112 v -0.1232 c 0.0056,-0.0168 0.0112,-0.0448 0.0448 -0.0448h 0.3360 c 0.2128,-0.0000 0.2128,-0.0952 0.2128 -0.2576v -1.9266 c 0.0000,-0.1904 0.0000,-0.3248 -0.1232 -0.3248ZM 20.5571,38.9396 ZM 22.0020,36.9514 c 0.0000,-0.0392 0.0056,-0.0840 0.0560 -0.1120c 0.0616,-0.0448 0.1624,-0.0952 0.2464 -0.0952c 0.0728,-0.0000 0.0784,0.0616 0.0784 0.1736v 0.9017 h 0.4536 l -0.0336,0.2632 h -0.4200 v 0.4648 c 0.0000,0.1568 0.0224,0.2352 0.1848 0.2352h 0.1512 c 0.0336,-0.0000 0.0392,0.0280 0.0392 0.0392v 0.1232 c 0.0000,-0.0000 -0.3584,-0.0112 -0.5937 -0.0112c -0.2128,-0.0000 -0.5433,0.0112 -0.5433 0.0112v -0.1232 c 0.0000,-0.0112 0.0056,-0.0392 0.0392 -0.0392h 0.1512 c 0.1736,-0.0000 0.1904,-0.0728 0.1904 -0.2352v -0.4648 h -1.0977 c -0.0224,-0.0000 -0.0336,-0.0112 -0.0504 -0.0336l -0.0448,-0.0616 l -0.0672,-0.1176 c -0.0056,-0.0000 -0.0056,-0.0056 -0.0056 -0.0112c 0.0000,-0.0056 0.0056,-0.0112 0.0112 -0.0168c 0.3640,-0.4032 1.0081,-1.6522 1.2097 -2.1114c 0.0056,-0.0224 0.0168,-0.0280 0.0392 -0.0280c 0.0056,-0.0000 0.1288,0.0504 0.1960 0.0616c -0.2520,0.6777 -0.6665,1.4057 -1.0753 2.0554h 0.8849 v -0.8681 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.9161469209552453" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 24.2766,38.9396 h 2.5329 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 14.4245,47.3824 ZM 15.6510,44.3413 c -0.2408,-0.0000 -0.5937,0.2352 -0.5937 1.5402c 0.0000,0.4592 0.0840,1.3833 0.5769 1.3833c 0.0952,-0.0000 0.3640,-0.0616 0.4816 -0.4985c 0.0728,-0.2688 0.1120,-0.6049 0.1120 -1.0921c 0.0000,-0.7113 -0.1792,-1.1089 -0.3416 -1.2489c -0.0616,-0.0560 -0.1456,-0.0840 -0.2352 -0.0840ZM 15.6510,44.3413 ZM 15.6286,47.4497 c -0.5993,-0.0000 -1.0025,-0.7673 -1.0025 -1.6242c 0.0000,-1.0473 0.4985,-1.6802 1.0249 -1.6802c 0.2408,-0.0000 0.4816,0.1512 0.6441 0.3696c 0.2352,0.3136 0.3584,0.7337 0.3584 1.2601c 0.0000,1.2433 -0.6161,1.6746 -1.0249 1.6746ZM 16.8775,47.3824 ZM 17.1967,47.1528 c 0.0000,-0.1624 0.1344,-0.2968 0.2968 -0.2968c 0.1624,-0.0000 0.2968,0.1344 0.2968 0.2968c 0.0000,0.1624 -0.1344,0.2968 -0.2968 0.2968c -0.1624,-0.0000 -0.2968,-0.1344 -0.2968 -0.2968ZM 18.1040,47.3824 ZM 19.1569,44.7110 c -0.1064,-0.0000 -0.3528,0.1008 -0.4760 0.1568l -0.0672,-0.1736 c 0.4928,-0.2296 0.6833,-0.3472 0.9633 -0.5489h 0.1064 v 2.8171 c 0.0000,0.2016 0.0280,0.2576 0.2128 0.2576h 0.2912 c 0.0168,-0.0000 0.0448,0.0112 0.0448 0.0448v 0.1232 l -0.7673,-0.0112 l -0.7785,0.0112 v -0.1232 c 0.0056,-0.0168 0.0112,-0.0448 0.0448 -0.0448h 0.3360 c 0.2128,-0.0000 0.2128,-0.0952 0.2128 -0.2576v -1.9266 c 0.0000,-0.1904 0.0000,-0.3248 -0.1232 -0.3248ZM 20.5571,47.3824 ZM 20.8819,44.9014 c 0.0000,-0.3192 0.3080,-0.7561 0.8961 -0.7561c 0.4312,-0.0000 0.9353,0.1624 0.9353 0.8065c 0.0000,0.4256 -0.2184,0.6385 -0.5209 0.9297l -0.5321,0.5153 c -0.0280,0.0280 -0.4032,0.3976 -0.4032 0.6609h 0.9521 c 0.1904,-0.0000 0.2912,-0.0952 0.3696 -0.4032l 0.1400,0.0224 l -0.1120,0.7057 h -1.7306 c 0.0000,-0.3136 0.0504,-0.5545 0.5713 -1.0865l 0.3920,-0.3864 c 0.3136,-0.3192 0.4424,-0.5937 0.4424 -0.9353c 0.0000,-0.5097 -0.3472,-0.6553 -0.5377 -0.6553c -0.3864,-0.0000 -0.4928,0.2016 -0.4928 0.3360c 0.0000,0.0448 0.0112,0.0896 0.0224 0.1288c 0.0112,0.0392 0.0224,0.0784 0.0224 0.1232c 0.0000,0.1456 -0.1120,0.2016 -0.2016 0.2016c -0.1232,-0.0000 -0.2128,-0.0952 -0.2128 -0.2072Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.9161469209552453" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 24.2766,47.3824 h 2.5329 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 14.4245,55.8253 ZM 15.6510,52.7842 c -0.2408,-0.0000 -0.5937,0.2352 -0.5937 1.5402c 0.0000,0.4592 0.0840,1.3833 0.5769 1.3833c 0.0952,-0.0000 0.3640,-0.0616 0.4816 -0.4985c 0.0728,-0.2688 0.1120,-0.6049 0.1120 -1.0921c 0.0000,-0.7113 -0.1792,-1.1089 -0.3416 -1.2489c -0.0616,-0.0560 -0.1456,-0.0840 -0.2352 -0.0840ZM 15.6510,52.7842 ZM 15.6286,55.8925 c -0.5993,-0.0000 -1.0025,-0.7673 -1.0025 -1.6242c 0.0000,-1.0473 0.4985,-1.6802 1.0249 -1.6802c 0.2408,-0.0000 0.4816,0.1512 0.6441 0.3696c 0.2352,0.3136 0.3584,0.7337 0.3584 1.2601c 0.0000,1.2433 -0.6161,1.6746 -1.0249 1.6746ZM 16.8775,55.8253 ZM 17.1967,55.5957 c 0.0000,-0.1624 0.1344,-0.2968 0.2968 -0.2968c 0.1624,-0.0000 0.2968,0.1344 0.2968 0.2968c 0.0000,0.1624 -0.1344,0.2968 -0.2968 0.2968c -0.1624,-0.0000 -0.2968,-0.1344 -0.2968 -0.2968ZM 18.1040,55.8253 ZM 19.1569,53.1538 c -0.1064,-0.0000 -0.3528,0.1008 -0.4760 0.1568l -0.0672,-0.1736 c 0.4928,-0.2296 0.6833,-0.3472 0.9633 -0.5489h 0.1064 v 2.8171 c 0.0000,0.2016 0.0280,0.2576 0.2128 0.2576h 0.2912 c 0.0168,-0.0000 0.0448,0.0112 0.0448 0.0448v 0.1232 l -0.7673,-0.0112 l -0.7785,0.0112 v -0.1232 c 0.0056,-0.0168 0.0112,-0.0448 0.0448 -0.0448h 0.3360 c 0.2128,-0.0000 0.2128,-0.0952 0.2128 -0.2576v -1.9266 c 0.0000,-0.1904 0.0000,-0.3248 -0.1232 -0.3248ZM 20.5571,55.8253 ZM 21.7836,52.7842 c -0.2408,-0.0000 -0.5937,0.2352 -0.5937 1.5402c 0.0000,0.4592 0.0840,1.3833 0.5769 1.3833c 0.0952,-0.0000 0.3640,-0.0616 0.4816 -0.4985c 0.0728,-0.2688 0.1120,-0.6049 0.1120 -1.0921c 0.0000,-0.7113 -0.1792,-1.1089 -0.3416 -1.2489c -0.0616,-0.0560 -0.1456,-0.0840 -0.2352 -0.0840ZM 21.7836,52.7842 ZM 21.7612,55.8925 c -0.5993,-0.0000 -1.0025,-0.7673 -1.0025 -1.6242c 0.0000,-1.0473 0.4985,-1.6802 1.0249 -1.6802c 0.2408,-0.0000 0.4816,0.1512 0.6441 0.3696c 0.2352,0.3136 0.3584,0.7337 0.3584 1.2601c 0.0000,1.2433 -0.6161,1.6746 -1.0249 1.6746Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.9161469209552453" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 24.2766,55.8253 h 2.5329 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 14.4245,64.2682 ZM 15.6510,61.2270 c -0.2408,-0.0000 -0.5937,0.2352 -0.5937 1.5402c 0.0000,0.4592 0.0840,1.3833 0.5769 1.3833c 0.0952,-0.0000 0.3640,-0.0616 0.4816 -0.4985c 0.0728,-0.2688 0.1120,-0.6049 0.1120 -1.0921c 0.0000,-0.7113 -0.1792,-1.1089 -0.3416 -1.2489c -0.0616,-0.0560 -0.1456,-0.0840 -0.2352 -0.0840ZM 15.6510,61.2270 ZM 15.6286,64.3354 c -0.5993,-0.0000 -1.0025,-0.7673 -1.0025 -1.6242c 0.0000,-1.0473 0.4985,-1.6802 1.0249 -1.6802c 0.2408,-0.0000 0.4816,0.1512 0.6441 0.3696c 0.2352,0.3136 0.3584,0.7337 0.3584 1.2601c 0.0000,1.2433 -0.6161,1.6746 -1.0249 1.6746ZM 16.8775,64.2682 ZM 17.1967,64.0385 c 0.0000,-0.1624 0.1344,-0.2968 0.2968 -0.2968c 0.1624,-0.0000 0.2968,0.1344 0.2968 0.2968c 0.0000,0.1624 -0.1344,0.2968 -0.2968 0.2968c -0.1624,-0.0000 -0.2968,-0.1344 -0.2968 -0.2968ZM 18.1040,64.2682 ZM 19.3306,61.2270 c -0.2408,-0.0000 -0.5937,0.2352 -0.5937 1.5402c 0.0000,0.4592 0.0840,1.3833 0.5769 1.3833c 0.0952,-0.0000 0.3640,-0.0616 0.4816 -0.4985c 0.0728,-0.2688 0.1120,-0.6049 0.1120 -1.0921c 0.0000,-0.7113 -0.1792,-1.1089 -0.3416 -1.2489c -0.0616,-0.0560 -0.1456,-0.0840 -0.2352 -0.0840ZM 19.3306,61.2270 ZM 19.3082,64.3354 c -0.5993,-0.0000 -1.0025,-0.7673 -1.0025 -1.6242c 0.0000,-1.0473 0.4985,-1.6802 1.0249 -1.6802c 0.2408,-0.0000 0.4816,0.1512 0.6441 0.3696c 0.2352,0.3136 0.3584,0.7337 0.3584 1.2601c 0.0000,1.2433 -0.6161,1.6746 -1.0249 1.6746ZM 20.5571,64.2682 ZM 21.8004,61.1654 c -0.3192,-0.0000 -0.5265,0.2520 -0.5265 0.4985c 0.0000,0.1624 0.0672,0.3584 0.4032 0.5769l 0.1624,0.1008 c 0.1456,-0.1064 0.4872,-0.3640 0.4872 -0.6497c 0.0000,-0.2464 -0.1792,-0.5265 -0.5265 -0.5265ZM 21.8004,61.1654 ZM 22.6573,61.6975 c 0.0000,0.3416 -0.3864,0.6105 -0.6217 0.7673l 0.3248,0.2128 c 0.2744,0.1792 0.4144,0.4256 0.4144 0.7337c 0.0000,0.4032 -0.3304,0.9241 -1.0249 0.9241c -0.5601,-0.0000 -0.9465,-0.2968 -0.9465 -0.8401c 0.0000,-0.2072 0.0896,-0.4480 0.3080 -0.6385c 0.1344,-0.1176 0.2520,-0.2184 0.3864 -0.3192l -0.0952,-0.0560 c -0.3248,-0.2016 -0.4872,-0.4200 -0.4872 -0.7169c 0.0000,-0.4088 0.3696,-0.7337 0.9129 -0.7337c 0.5209,-0.0000 0.8289,0.2856 0.8289 0.6665ZM 22.6573,61.6975 ZM 21.7612,64.1785 c 0.2408,-0.0000 0.6609,-0.1288 0.6609 -0.6609c 0.0000,-0.2520 -0.1568,-0.5041 -0.4872 -0.7057l -0.2464,-0.1512 c -0.4536,0.3024 -0.5545,0.6777 -0.5545 0.8345c 0.0000,0.4760 0.3864,0.6833 0.6273 0.6833Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.9161469209552453" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 24.2766,64.2682 h 2.5329 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 14.4245,72.7110 ZM 15.6510,69.6699 c -0.2408,-0.0000 -0.5937,0.2352 -0.5937 1.5402c 0.0000,0.4592 0.0840,1.3833 0.5769 1.3833c 0.0952,-0.0000 0.3640,-0.0616 0.4816 -0.4985c 0.0728,-0.2688 0.1120,-0.6049 0.1120 -1.0921c 0.0000,-0.7113 -0.1792,-1.1089 -0.3416 -1.2489c -0.0616,-0.0560 -0.1456,-0.0840 -0.2352 -0.0840ZM 15.6510,69.6699 ZM 15.6286,72.7782 c -0.5993,-0.0000 -1.0025,-0.7673 -1.0025 -1.6242c 0.0000,-1.0473 0.4985,-1.6802 1.0249 -1.6802c 0.2408,-0.0000 0.4816,0.1512 0.6441 0.3696c 0.2352,0.3136 0.3584,0.7337 0.3584 1.2601c 0.0000,1.2433 -0.6161,1.6746 -1.0249 1.6746ZM 16.8775,72.7110 ZM 17.1967,72.4814 c 0.0000,-0.1624 0.1344,-0.2968 0.2968 -0.2968c 0.1624,-0.0000 0.2968,0.1344 0.2968 0.2968c 0.0000,0.1624 -0.1344,0.2968 -0.2968 0.2968c -0.1624,-0.0000 -0.2968,-0.1344 -0.2968 -0.2968ZM 18.1040,72.7110 ZM 19.3306,69.6699 c -0.2408,-0.0000 -0.5937,0.2352 -0.5937 1.5402c 0.0000,0.4592 0.0840,1.3833 0.5769 1.3833c 0.0952,-0.0000 0.3640,-0.0616 0.4816 -0.4985c 0.0728,-0.2688 0.1120,-0.6049 0.1120 -1.0921c 0.0000,-0.7113 -0.1792,-1.1089 -0.3416 -1.2489c -0.0616,-0.0560 -0.1456,-0.0840 -0.2352 -0.0840ZM 19.3306,69.6699 ZM 19.3082,72.7782 c -0.5993,-0.0000 -1.0025,-0.7673 -1.0025 -1.6242c 0.0000,-1.0473 0.4985,-1.6802 1.0249 -1.6802c 0.2408,-0.0000 0.4816,0.1512 0.6441 0.3696c 0.2352,0.3136 0.3584,0.7337 0.3584 1.2601c 0.0000,1.2433 -0.6161,1.6746 -1.0249 1.6746ZM 20.5571,72.7110 ZM 21.2068,71.2437 c -0.0056,0.0560 -0.0056,0.1400 -0.0056 0.1960c 0.0000,0.9409 0.4200,1.1761 0.7001 1.1761c 0.2576,-0.0000 0.5321,-0.2408 0.5321 -0.8233c 0.0000,-0.2632 -0.1344,-0.8009 -0.6721 -0.8009c -0.1176,-0.0000 -0.3304,0.0112 -0.5545 0.2520ZM 21.2068,71.2437 ZM 22.6741,69.6195 c -0.3640,0.0336 -0.6777,0.1288 -0.9465 0.3920c -0.2576,0.2520 -0.4424,0.6273 -0.5041 1.0753c 0.1288,-0.1568 0.4368,-0.2744 0.6497 -0.2744c 0.8289,-0.0000 0.9353,0.6833 0.9353 0.9409c 0.0000,0.3808 -0.1904,1.0249 -0.9633 1.0249c -0.4088,-0.0000 -1.0305,-0.2408 -1.0305 -1.3553c 0.0000,-0.5153 0.1736,-1.0193 0.5601 -1.4057c 0.3584,-0.3640 0.7337,-0.5153 1.2825 -0.5433Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.9161469209552453" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 24.2766,72.7110 h 2.5329 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 14.4245,81.1539 ZM 15.6510,78.1128 c -0.2408,-0.0000 -0.5937,0.2352 -0.5937 1.5402c 0.0000,0.4592 0.0840,1.3833 0.5769 1.3833c 0.0952,-0.0000 0.3640,-0.0616 0.4816 -0.4985c 0.0728,-0.2688 0.1120,-0.6049 0.1120 -1.0921c 0.0000,-0.7113 -0.1792,-1.1089 -0.3416 -1.2489c -0.0616,-0.0560 -0.1456,-0.0840 -0.2352 -0.0840ZM 15.6510,78.1128 ZM 15.6286,81.2211 c -0.5993,-0.0000 -1.0025,-0.7673 -1.0025 -1.6242c 0.0000,-1.0473 0.4985,-1.6802 1.0249 -1.6802c 0.2408,-0.0000 0.4816,0.1512 0.6441 0.3696c 0.2352,0.3136 0.3584,0.7337 0.3584 1.2601c 0.0000,1.2433 -0.6161,1.6746 -1.0249 1.6746ZM 16.8775,81.1539 ZM 17.1967,80.9242 c 0.0000,-0.1624 0.1344,-0.2968 0.2968 -0.2968c 0.1624,-0.0000 0.2968,0.1344 0.2968 0.2968c 0.0000,0.1624 -0.1344,0.2968 -0.2968 0.2968c -0.1624,-0.0000 -0.2968,-0.1344 -0.2968 -0.2968ZM 18.1040,81.1539 ZM 19.3306,78.1128 c -0.2408,-0.0000 -0.5937,0.2352 -0.5937 1.5402c 0.0000,0.4592 0.0840,1.3833 0.5769 1.3833c 0.0952,-0.0000 0.3640,-0.0616 0.4816 -0.4985c 0.0728,-0.2688 0.1120,-0.6049 0.1120 -1.0921c 0.0000,-0.7113 -0.1792,-1.1089 -0.3416 -1.2489c -0.0616,-0.0560 -0.1456,-0.0840 -0.2352 -0.0840ZM 19.3306,78.1128 ZM 19.3082,81.2211 c -0.5993,-0.0000 -1.0025,-0.7673 -1.0025 -1.6242c 0.0000,-1.0473 0.4985,-1.6802 1.0249 -1.6802c 0.2408,-0.0000 0.4816,0.1512 0.6441 0.3696c 0.2352,0.3136 0.3584,0.7337 0.3584 1.2601c 0.0000,1.2433 -0.6161,1.6746 -1.0249 1.6746ZM 20.5571,81.1539 ZM 22.0020,79.1657 c 0.0000,-0.0392 0.0056,-0.0840 0.0560 -0.1120c 0.0616,-0.0448 0.1624,-0.0952 0.2464 -0.0952c 0.0728,-0.0000 0.0784,0.0616 0.0784 0.1736v 0.9017 h 0.4536 l -0.0336,0.2632 h -0.4200 v 0.4648 c 0.0000,0.1568 0.0224,0.2352 0.1848 0.2352h 0.1512 c 0.0336,-0.0000 0.0392,0.0280 0.0392 0.0392v 0.1232 c 0.0000,-0.0000 -0.3584,-0.0112 -0.5937 -0.0112c -0.2128,-0.0000 -0.5433,0.0112 -0.5433 0.0112v -0.1232 c 0.0000,-0.0112 0.0056,-0.0392 0.0392 -0.0392h 0.1512 c 0.1736,-0.0000 0.1904,-0.0728 0.1904 -0.2352v -0.4648 h -1.0977 c -0.0224,-0.0000 -0.0336,-0.0112 -0.0504 -0.0336l -0.0448,-0.0616 l -0.0672,-0.1176 c -0.0056,-0.0000 -0.0056,-0.0056 -0.0056 -0.0112c 0.0000,-0.0056 0.0056,-0.0112 0.0112 -0.0168c 0.3640,-0.4032 1.0081,-1.6522 1.2097 -2.1114c 0.0056,-0.0224 0.0168,-0.0280 0.0392 -0.0280c 0.0056,-0.0000 0.1288,0.0504 0.1960 0.0616c -0.2520,0.6777 -0.6665,1.4057 -1.0753 2.0554h 0.8849 v -0.8681 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.9161469209552453" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 24.2766,81.1539 h 2.5329 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 14.4245,89.5967 ZM 15.6510,86.5556 c -0.2408,-0.0000 -0.5937,0.2352 -0.5937 1.5402c 0.0000,0.4592 0.0840,1.3833 0.5769 1.3833c 0.0952,-0.0000 0.3640,-0.0616 0.4816 -0.4985c 0.0728,-0.2688 0.1120,-0.6049 0.1120 -1.0921c 0.0000,-0.7113 -0.1792,-1.1089 -0.3416 -1.2489c -0.0616,-0.0560 -0.1456,-0.0840 -0.2352 -0.0840ZM 15.6510,86.5556 ZM 15.6286,89.6639 c -0.5993,-0.0000 -1.0025,-0.7673 -1.0025 -1.6242c 0.0000,-1.0473 0.4985,-1.6802 1.0249 -1.6802c 0.2408,-0.0000 0.4816,0.1512 0.6441 0.3696c 0.2352,0.3136 0.3584,0.7337 0.3584 1.2601c 0.0000,1.2433 -0.6161,1.6746 -1.0249 1.6746ZM 16.8775,89.5967 ZM 17.1967,89.3671 c 0.0000,-0.1624 0.1344,-0.2968 0.2968 -0.2968c 0.1624,-0.0000 0.2968,0.1344 0.2968 0.2968c 0.0000,0.1624 -0.1344,0.2968 -0.2968 0.2968c -0.1624,-0.0000 -0.2968,-0.1344 -0.2968 -0.2968ZM 18.1040,89.5967 ZM 19.3306,86.5556 c -0.2408,-0.0000 -0.5937,0.2352 -0.5937 1.5402c 0.0000,0.4592 0.0840,1.3833 0.5769 1.3833c 0.0952,-0.0000 0.3640,-0.0616 0.4816 -0.4985c 0.0728,-0.2688 0.1120,-0.6049 0.1120 -1.0921c 0.0000,-0.7113 -0.1792,-1.1089 -0.3416 -1.2489c -0.0616,-0.0560 -0.1456,-0.0840 -0.2352 -0.0840ZM 19.3306,86.5556 ZM 19.3082,89.6639 c -0.5993,-0.0000 -1.0025,-0.7673 -1.0025 -1.6242c 0.0000,-1.0473 0.4985,-1.6802 1.0249 -1.6802c 0.2408,-0.0000 0.4816,0.1512 0.6441 0.3696c 0.2352,0.3136 0.3584,0.7337 0.3584 1.2601c 0.0000,1.2433 -0.6161,1.6746 -1.0249 1.6746ZM 20.5571,89.5967 ZM 20.8819,87.1157 c 0.0000,-0.3192 0.3080,-0.7561 0.8961 -0.7561c 0.4312,-0.0000 0.9353,0.1624 0.9353 0.8065c 0.0000,0.4256 -0.2184,0.6385 -0.5209 0.9297l -0.5321,0.5153 c -0.0280,0.0280 -0.4032,0.3976 -0.4032 0.6609h 0.9521 c 0.1904,-0.0000 0.2912,-0.0952 0.3696 -0.4032l 0.1400,0.0224 l -0.1120,0.7057 h -1.7306 c 0.0000,-0.3136 0.0504,-0.5545 0.5713 -1.0865l 0.3920,-0.3864 c 0.3136,-0.3192 0.4424,-0.5937 0.4424 -0.9353c 0.0000,-0.5097 -0.3472,-0.6553 -0.5377 -0.6553c -0.3864,-0.0000 -0.4928,0.2016 -0.4928 0.3360c 0.0000,0.0448 0.0112,0.0896 0.0224 0.1288c 0.0112,0.0392 0.0224,0.0784 0.0224 0.1232c 0.0000,0.1456 -0.1120,0.2016 -0.2016 0.2016c -0.1232,-0.0000 -0.2128,-0.0952 -0.2128 -0.2072Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.9161469209552453" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 24.2766,89.5967 h 2.5329 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 14.4245,98.0396 ZM 15.6510,94.9985 c -0.2408,-0.0000 -0.5937,0.2352 -0.5937 1.5402c 0.0000,0.4592 0.0840,1.3833 0.5769 1.3833c 0.0952,-0.0000 0.3640,-0.0616 0.4816 -0.4985c 0.0728,-0.2688 0.1120,-0.6049 0.1120 -1.0921c 0.0000,-0.7113 -0.1792,-1.1089 -0.3416 -1.2489c -0.0616,-0.0560 -0.1456,-0.0840 -0.2352 -0.0840ZM 15.6510,94.9985 ZM 15.6286,98.1068 c -0.5993,-0.0000 -1.0025,-0.7673 -1.0025 -1.6242c 0.0000,-1.0473 0.4985,-1.6802 1.0249 -1.6802c 0.2408,-0.0000 0.4816,0.1512 0.6441 0.3696c 0.2352,0.3136 0.3584,0.7337 0.3584 1.2601c 0.0000,1.2433 -0.6161,1.6746 -1.0249 1.6746ZM 16.8775,98.0396 ZM 17.1967,97.8099 c 0.0000,-0.1624 0.1344,-0.2968 0.2968 -0.2968c 0.1624,-0.0000 0.2968,0.1344 0.2968 0.2968c 0.0000,0.1624 -0.1344,0.2968 -0.2968 0.2968c -0.1624,-0.0000 -0.2968,-0.1344 -0.2968 -0.2968ZM 18.1040,98.0396 ZM 19.3306,94.9985 c -0.2408,-0.0000 -0.5937,0.2352 -0.5937 1.5402c 0.0000,0.4592 0.0840,1.3833 0.5769 1.3833c 0.0952,-0.0000 0.3640,-0.0616 0.4816 -0.4985c 0.0728,-0.2688 0.1120,-0.6049 0.1120 -1.0921c 0.0000,-0.7113 -0.1792,-1.1089 -0.3416 -1.2489c -0.0616,-0.0560 -0.1456,-0.0840 -0.2352 -0.0840ZM 19.3306,94.9985 ZM 19.3082,98.1068 c -0.5993,-0.0000 -1.0025,-0.7673 -1.0025 -1.6242c 0.0000,-1.0473 0.4985,-1.6802 1.0249 -1.6802c 0.2408,-0.0000 0.4816,0.1512 0.6441 0.3696c 0.2352,0.3136 0.3584,0.7337 0.3584 1.2601c 0.0000,1.2433 -0.6161,1.6746 -1.0249 1.6746ZM 20.5571,98.0396 ZM 21.7836,94.9985 c -0.2408,-0.0000 -0.5937,0.2352 -0.5937 1.5402c 0.0000,0.4592 0.0840,1.3833 0.5769 1.3833c 0.0952,-0.0000 0.3640,-0.0616 0.4816 -0.4985c 0.0728,-0.2688 0.1120,-0.6049 0.1120 -1.0921c 0.0000,-0.7113 -0.1792,-1.1089 -0.3416 -1.2489c -0.0616,-0.0560 -0.1456,-0.0840 -0.2352 -0.0840ZM 21.7836,94.9985 ZM 21.7612,98.1068 c -0.5993,-0.0000 -1.0025,-0.7673 -1.0025 -1.6242c 0.0000,-1.0473 0.4985,-1.6802 1.0249 -1.6802c 0.2408,-0.0000 0.4816,0.1512 0.6441 0.3696c 0.2352,0.3136 0.3584,0.7337 0.3584 1.2601c 0.0000,1.2433 -0.6161,1.6746 -1.0249 1.6746Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.9161469209552453" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 24.2766,98.0396 h 2.5329 "/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.1" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 284.6987,101.4755 l -0.0000,-1.6886 h -253.2856 l -0.0000,1.6886 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 282.2456,108.5931 ZM 283.2986,105.9217 c -0.1064,-0.0000 -0.3528,0.1008 -0.4760 0.1568l -0.0672,-0.1736 c 0.4928,-0.2296 0.6833,-0.3472 0.9633 -0.5489h 0.1064 v 2.8171 c 0.0000,0.2016 0.0280,0.2576 0.2128 0.2576h 0.2912 c 0.0168,-0.0000 0.0448,0.0112 0.0448 0.0448v 0.1232 l -0.7673,-0.0112 l -0.7785,0.0112 v -0.1232 c 0.0056,-0.0168 0.0112,-0.0448 0.0448 -0.0448h 0.3360 c 0.2128,-0.0000 0.2128,-0.0952 0.2128 -0.2576v -1.9266 c 0.0000,-0.1904 0.0000,-0.3248 -0.1232 -0.3248ZM 284.6987,108.5931 ZM 285.0235,106.1121 c 0.0000,-0.3192 0.3080,-0.7561 0.8961 -0.7561c 0.4312,-0.0000 0.9353,0.1624 0.9353 0.8065c 0.0000,0.4256 -0.2184,0.6385 -0.5209 0.9297l -0.5321,0.5153 c -0.0280,0.0280 -0.4032,0.3976 -0.4032 0.6609h 0.9521 c 0.1904,-0.0000 0.2912,-0.0952 0.3696 -0.4032l 0.1400,0.0224 l -0.1120,0.7057 h -1.7306 c 0.0000,-0.3136 0.0504,-0.5545 0.5713 -1.0865l 0.3920,-0.3864 c 0.3136,-0.3192 0.4424,-0.5937 0.4424 -0.9353c 0.0000,-0.5097 -0.3472,-0.6553 -0.5377 -0.6553c -0.3864,-0.0000 -0.4928,0.2016 -0.4928 0.3360c 0.0000,0.0448 0.0112,0.0896 0.0224 0.1288c 0.0112,0.0392 0.0224,0.0784 0.0224 0.1232c 0.0000,0.1456 -0.1120,0.2016 -0.2016 0.2016c -0.1232,-0.0000 -0.2128,-0.0952 -0.2128 -0.2072Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.9161469209552453" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 284.6987,99.7869 v 2.5329 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 240.0314,108.5931 ZM 241.0843,105.9217 c -0.1064,-0.0000 -0.3528,0.1008 -0.4760 0.1568l -0.0672,-0.1736 c 0.4928,-0.2296 0.6833,-0.3472 0.9633 -0.5489h 0.1064 v 2.8171 c 0.0000,0.2016 0.0280,0.2576 0.2128 0.2576h 0.2912 c 0.0168,-0.0000 0.0448,0.0112 0.0448 0.0448v 0.1232 l -0.7673,-0.0112 l -0.7785,0.0112 v -0.1232 c 0.0056,-0.0168 0.0112,-0.0448 0.0448 -0.0448h 0.3360 c 0.2128,-0.0000 0.2128,-0.0952 0.2128 -0.2576v -1.9266 c 0.0000,-0.1904 0.0000,-0.3248 -0.1232 -0.3248ZM 242.4844,108.5931 ZM 243.7109,105.5520 c -0.2408,-0.0000 -0.5937,0.2352 -0.5937 1.5402c 0.0000,0.4592 0.0840,1.3833 0.5769 1.3833c 0.0952,-0.0000 0.3640,-0.0616 0.4816 -0.4985c 0.0728,-0.2688 0.1120,-0.6049 0.1120 -1.0921c 0.0000,-0.7113 -0.1792,-1.1089 -0.3416 -1.2489c -0.0616,-0.0560 -0.1456,-0.0840 -0.2352 -0.0840ZM 243.7109,105.5520 ZM 243.6885,108.6603 c -0.5993,-0.0000 -1.0025,-0.7673 -1.0025 -1.6242c 0.0000,-1.0473 0.4985,-1.6802 1.0249 -1.6802c 0.2408,-0.0000 0.4816,0.1512 0.6441 0.3696c 0.2352,0.3136 0.3584,0.7337 0.3584 1.2601c 0.0000,1.2433 -0.6161,1.6746 -1.0249 1.6746Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.9161469209552453" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 242.4844,99.7869 v 2.5329 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 199.0436,108.5931 ZM 200.2870,105.4904 c -0.3192,-0.0000 -0.5265,0.2520 -0.5265 0.4985c 0.0000,0.1624 0.0672,0.3584 0.4032 0.5769l 0.1624,0.1008 c 0.1456,-0.1064 0.4872,-0.3640 0.4872 -0.6497c 0.0000,-0.2464 -0.1792,-0.5265 -0.5265 -0.5265ZM 200.2870,105.4904 ZM 201.1438,106.0225 c 0.0000,0.3416 -0.3864,0.6105 -0.6217 0.7673l 0.3248,0.2128 c 0.2744,0.1792 0.4144,0.4256 0.4144 0.7337c 0.0000,0.4032 -0.3304,0.9241 -1.0249 0.9241c -0.5601,-0.0000 -0.9465,-0.2968 -0.9465 -0.8401c 0.0000,-0.2072 0.0896,-0.4480 0.3080 -0.6385c 0.1344,-0.1176 0.2520,-0.2184 0.3864 -0.3192l -0.0952,-0.0560 c -0.3248,-0.2016 -0.4872,-0.4200 -0.4872 -0.7169c 0.0000,-0.4088 0.3696,-0.7337 0.9129 -0.7337c 0.5209,-0.0000 0.8289,0.2856 0.8289 0.6665ZM 201.1438,106.0225 ZM 200.2478,108.5035 c 0.2408,-0.0000 0.6609,-0.1288 0.6609 -0.6609c 0.0000,-0.2520 -0.1568,-0.5041 -0.4872 -0.7057l -0.2464,-0.1512 c -0.4536,0.3024 -0.5545,0.6777 -0.5545 0.8345c 0.0000,0.4760 0.3864,0.6833 0.6273 0.6833Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.9161469209552453" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 200.2702,99.7869 v 2.5329 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 156.8294,108.5931 ZM 157.4790,107.1258 c -0.0056,0.0560 -0.0056,0.1400 -0.0056 0.1960c 0.0000,0.9409 0.4200,1.1761 0.7001 1.1761c 0.2576,-0.0000 0.5321,-0.2408 0.5321 -0.8233c 0.0000,-0.2632 -0.1344,-0.8009 -0.6721 -0.8009c -0.1176,-0.0000 -0.3304,0.0112 -0.5545 0.2520ZM 157.4790,107.1258 ZM 158.9464,105.5016 c -0.3640,0.0336 -0.6777,0.1288 -0.9465 0.3920c -0.2576,0.2520 -0.4424,0.6273 -0.5041 1.0753c 0.1288,-0.1568 0.4368,-0.2744 0.6497 -0.2744c 0.8289,-0.0000 0.9353,0.6833 0.9353 0.9409c 0.0000,0.3808 -0.1904,1.0249 -0.9633 1.0249c -0.4088,-0.0000 -1.0305,-0.2408 -1.0305 -1.3553c 0.0000,-0.5153 0.1736,-1.0193 0.5601 -1.4057c 0.3584,-0.3640 0.7337,-0.5153 1.2825 -0.5433Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.9161469209552453" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 158.0559,99.7869 v 2.5329 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 114.6151,108.5931 ZM 116.0600,106.6049 c 0.0000,-0.0392 0.0056,-0.0840 0.0560 -0.1120c 0.0616,-0.0448 0.1624,-0.0952 0.2464 -0.0952c 0.0728,-0.0000 0.0784,0.0616 0.0784 0.1736v 0.9017 h 0.4536 l -0.0336,0.2632 h -0.4200 v 0.4648 c 0.0000,0.1568 0.0224,0.2352 0.1848 0.2352h 0.1512 c 0.0336,-0.0000 0.0392,0.0280 0.0392 0.0392v 0.1232 c 0.0000,-0.0000 -0.3584,-0.0112 -0.5937 -0.0112c -0.2128,-0.0000 -0.5433,0.0112 -0.5433 0.0112v -0.1232 c 0.0000,-0.0112 0.0056,-0.0392 0.0392 -0.0392h 0.1512 c 0.1736,-0.0000 0.1904,-0.0728 0.1904 -0.2352v -0.4648 h -1.0977 c -0.0224,-0.0000 -0.0336,-0.0112 -0.0504 -0.0336l -0.0448,-0.0616 l -0.0672,-0.1176 c -0.0056,-0.0000 -0.0056,-0.0056 -0.0056 -0.0112c 0.0000,-0.0056 0.0056,-0.0112 0.0112 -0.0168c 0.3640,-0.4032 1.0081,-1.6522 1.2097 -2.1114c 0.0056,-0.0224 0.0168,-0.0280 0.0392 -0.0280c 0.0056,-0.0000 0.1288,0.0504 0.1960 0.0616c -0.2520,0.6777 -0.6665,1.4057 -1.0753 2.0554h 0.8849 v -0.8681 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.9161469209552453" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 115.8416,99.7869 v 2.5329 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 72.4008,108.5931 ZM 72.7257,106.1121 c 0.0000,-0.3192 0.3080,-0.7561 0.8961 -0.7561c 0.4312,-0.0000 0.9353,0.1624 0.9353 0.8065c 0.0000,0.4256 -0.2184,0.6385 -0.5209 0.9297l -0.5321,0.5153 c -0.0280,0.0280 -0.4032,0.3976 -0.4032 0.6609h 0.9521 c 0.1904,-0.0000 0.2912,-0.0952 0.3696 -0.4032l 0.1400,0.0224 l -0.1120,0.7057 h -1.7306 c 0.0000,-0.3136 0.0504,-0.5545 0.5713 -1.0865l 0.3920,-0.3864 c 0.3136,-0.3192 0.4424,-0.5937 0.4424 -0.9353c 0.0000,-0.5097 -0.3472,-0.6553 -0.5377 -0.6553c -0.3864,-0.0000 -0.4928,0.2016 -0.4928 0.3360c 0.0000,0.0448 0.0112,0.0896 0.0224 0.1288c 0.0112,0.0392 0.0224,0.0784 0.0224 0.1232c 0.0000,0.1456 -0.1120,0.2016 -0.2016 0.2016c -0.1232,-0.0000 -0.2128,-0.0952 -0.2128 -0.2072Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.9161469209552453" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 73.6274,99.7869 v 2.5329 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.1866,108.5931 ZM 31.4131,105.5520 c -0.2408,-0.0000 -0.5937,0.2352 -0.5937 1.5402c 0.0000,0.4592 0.0840,1.3833 0.5769 1.3833c 0.0952,-0.0000 0.3640,-0.0616 0.4816 -0.4985c 0.0728,-0.2688 0.1120,-0.6049 0.1120 -1.0921c 0.0000,-0.7113 -0.1792,-1.1089 -0.3416 -1.2489c -0.0616,-0.0560 -0.1456,-0.0840 -0.2352 -0.0840ZM 31.4131,105.5520 ZM 31.3907,108.6603 c -0.5993,-0.0000 -1.0025,-0.7673 -1.0025 -1.6242c 0.0000,-1.0473 0.4985,-1.6802 1.0249 -1.6802c 0.2408,-0.0000 0.4816,0.1512 0.6441 0.3696c 0.2352,0.3136 0.3584,0.7337 0.3584 1.2601c 0.0000,1.2433 -0.6161,1.6746 -1.0249 1.6746Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.9161469209552453" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 31.4131,99.7869 v 2.5329 "/></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 285.3120,96.4098 l -0.0000,-84.4285 h -253.2856 l -0.0000,84.4285 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="3.664587683820981" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 243.0977,96.4098 v -42.2143 "/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="3.664587683820981" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 221.9906,96.4098 v -37.9928 "/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="3.664587683820981" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 200.8834,96.4098 v -33.7714 "/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="3.664587683820981" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 179.7763,96.4098 v -29.5500 "/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="3.664587683820981" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 158.6692,96.4098 v -25.3286 "/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="3.664587683820981" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 137.5620,96.4098 v -21.1071 "/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="3.664587683820981" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 116.4549,96.4098 v -16.8857 "/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="3.664587683820981" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 95.3477,96.4098 v -12.6643 "/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="3.664587683820981" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 74.2406,96.4098 v -8.4429 "/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="3.664587683820981" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 53.1335,96.4098 v -4.2214 "/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="3.664587683820981" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 32.0263,96.4098 h 0.0000 "/></g></svg>+    "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">+<svg xmlns="http://www.w3.org/2000/svg" height="120.0000" stroke-opacity="1" viewBox="0 0 300 120" font-size="1" width="300.0000" xmlns:xlink="http://www.w3.org/1999/xlink" stroke="rgb(0,0,0)" version="1.1">+  <defs>+  </defs>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="3.6635284232056016" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 242.4231,96.3775 v -42.2143 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="3.6635284232056016" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 221.3160,96.3775 v -37.9928 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="3.6635284232056016" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 200.2088,96.3775 v -33.7714 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="3.6635284232056016" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 179.1017,96.3775 v -29.5500 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="3.6635284232056016" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 157.9946,96.3775 v -25.3286 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="3.6635284232056016" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 136.8874,96.3775 v -21.1071 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="3.6635284232056016" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 115.7803,96.3775 v -16.8857 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="3.6635284232056016" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 94.6732,96.3775 v -12.6643 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="3.6635284232056016" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 73.5660,96.3775 v -8.4429 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="3.6635284232056016" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 52.4589,96.3775 v -4.2214 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="3.6635284232056016" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 31.3518,96.3775 h 0.0000 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.1" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 26.7481,96.3775 l -0.0000,-84.4285 h -1.6886 l -0.0000,84.4285 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 14.3631,13.6375 ZM 15.5897,10.5964 c -0.2408,-0.0000 -0.5937,0.2352 -0.5937 1.5402c 0.0000,0.4592 0.0840,1.3833 0.5769 1.3833c 0.0952,-0.0000 0.3640,-0.0616 0.4816 -0.4985c 0.0728,-0.2688 0.1120,-0.6049 0.1120 -1.0921c 0.0000,-0.7113 -0.1792,-1.1089 -0.3416 -1.2489c -0.0616,-0.0560 -0.1456,-0.0840 -0.2352 -0.0840ZM 15.5897,10.5964 ZM 15.5673,13.7047 c -0.5993,-0.0000 -1.0025,-0.7673 -1.0025 -1.6242c 0.0000,-1.0473 0.4985,-1.6802 1.0249 -1.6802c 0.2408,-0.0000 0.4816,0.1512 0.6441 0.3696c 0.2352,0.3136 0.3584,0.7337 0.3584 1.2601c 0.0000,1.2433 -0.6161,1.6746 -1.0249 1.6746ZM 16.8162,13.6375 ZM 17.1354,13.4079 c 0.0000,-0.1624 0.1344,-0.2968 0.2968 -0.2968c 0.1624,-0.0000 0.2968,0.1344 0.2968 0.2968c 0.0000,0.1624 -0.1344,0.2968 -0.2968 0.2968c -0.1624,-0.0000 -0.2968,-0.1344 -0.2968 -0.2968ZM 18.0427,13.6375 ZM 18.3675,11.1564 c 0.0000,-0.3192 0.3080,-0.7561 0.8961 -0.7561c 0.4312,-0.0000 0.9353,0.1624 0.9353 0.8065c 0.0000,0.4256 -0.2184,0.6385 -0.5209 0.9297l -0.5321,0.5153 c -0.0280,0.0280 -0.4032,0.3976 -0.4032 0.6609h 0.9521 c 0.1904,-0.0000 0.2912,-0.0952 0.3696 -0.4032l 0.1400,0.0224 l -0.1120,0.7057 h -1.7306 c 0.0000,-0.3136 0.0504,-0.5545 0.5713 -1.0865l 0.3920,-0.3864 c 0.3136,-0.3192 0.4424,-0.5937 0.4424 -0.9353c 0.0000,-0.5097 -0.3472,-0.6553 -0.5377 -0.6553c -0.3864,-0.0000 -0.4928,0.2016 -0.4928 0.3360c 0.0000,0.0448 0.0112,0.0896 0.0224 0.1288c 0.0112,0.0392 0.0224,0.0784 0.0224 0.1232c 0.0000,0.1456 -0.1120,0.2016 -0.2016 0.2016c -0.1232,-0.0000 -0.2128,-0.0952 -0.2128 -0.2072ZM 20.4958,13.6375 ZM 21.7223,10.5964 c -0.2408,-0.0000 -0.5937,0.2352 -0.5937 1.5402c 0.0000,0.4592 0.0840,1.3833 0.5769 1.3833c 0.0952,-0.0000 0.3640,-0.0616 0.4816 -0.4985c 0.0728,-0.2688 0.1120,-0.6049 0.1120 -1.0921c 0.0000,-0.7113 -0.1792,-1.1089 -0.3416 -1.2489c -0.0616,-0.0560 -0.1456,-0.0840 -0.2352 -0.0840ZM 21.7223,10.5964 ZM 21.6999,13.7047 c -0.5993,-0.0000 -1.0025,-0.7673 -1.0025 -1.6242c 0.0000,-1.0473 0.4985,-1.6802 1.0249 -1.6802c 0.2408,-0.0000 0.4816,0.1512 0.6441 0.3696c 0.2352,0.3136 0.3584,0.7337 0.3584 1.2601c 0.0000,1.2433 -0.6161,1.6746 -1.0249 1.6746Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.9158821058014004" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 24.2152,11.9489 h 2.5329 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 14.3631,22.0804 ZM 15.5897,19.0392 c -0.2408,-0.0000 -0.5937,0.2352 -0.5937 1.5402c 0.0000,0.4592 0.0840,1.3833 0.5769 1.3833c 0.0952,-0.0000 0.3640,-0.0616 0.4816 -0.4985c 0.0728,-0.2688 0.1120,-0.6049 0.1120 -1.0921c 0.0000,-0.7113 -0.1792,-1.1089 -0.3416 -1.2489c -0.0616,-0.0560 -0.1456,-0.0840 -0.2352 -0.0840ZM 15.5897,19.0392 ZM 15.5673,22.1476 c -0.5993,-0.0000 -1.0025,-0.7673 -1.0025 -1.6242c 0.0000,-1.0473 0.4985,-1.6802 1.0249 -1.6802c 0.2408,-0.0000 0.4816,0.1512 0.6441 0.3696c 0.2352,0.3136 0.3584,0.7337 0.3584 1.2601c 0.0000,1.2433 -0.6161,1.6746 -1.0249 1.6746ZM 16.8162,22.0804 ZM 17.1354,21.8507 c 0.0000,-0.1624 0.1344,-0.2968 0.2968 -0.2968c 0.1624,-0.0000 0.2968,0.1344 0.2968 0.2968c 0.0000,0.1624 -0.1344,0.2968 -0.2968 0.2968c -0.1624,-0.0000 -0.2968,-0.1344 -0.2968 -0.2968ZM 18.0427,22.0804 ZM 19.0956,19.4089 c -0.1064,-0.0000 -0.3528,0.1008 -0.4760 0.1568l -0.0672,-0.1736 c 0.4928,-0.2296 0.6833,-0.3472 0.9633 -0.5489h 0.1064 v 2.8171 c 0.0000,0.2016 0.0280,0.2576 0.2128 0.2576h 0.2912 c 0.0168,-0.0000 0.0448,0.0112 0.0448 0.0448v 0.1232 l -0.7673,-0.0112 l -0.7785,0.0112 v -0.1232 c 0.0056,-0.0168 0.0112,-0.0448 0.0448 -0.0448h 0.3360 c 0.2128,-0.0000 0.2128,-0.0952 0.2128 -0.2576v -1.9266 c 0.0000,-0.1904 0.0000,-0.3248 -0.1232 -0.3248ZM 20.4958,22.0804 ZM 21.7391,18.9776 c -0.3192,-0.0000 -0.5265,0.2520 -0.5265 0.4985c 0.0000,0.1624 0.0672,0.3584 0.4032 0.5769l 0.1624,0.1008 c 0.1456,-0.1064 0.4872,-0.3640 0.4872 -0.6497c 0.0000,-0.2464 -0.1792,-0.5265 -0.5265 -0.5265ZM 21.7391,18.9776 ZM 22.5960,19.5097 c 0.0000,0.3416 -0.3864,0.6105 -0.6217 0.7673l 0.3248,0.2128 c 0.2744,0.1792 0.4144,0.4256 0.4144 0.7337c 0.0000,0.4032 -0.3304,0.9241 -1.0249 0.9241c -0.5601,-0.0000 -0.9465,-0.2968 -0.9465 -0.8401c 0.0000,-0.2072 0.0896,-0.4480 0.3080 -0.6385c 0.1344,-0.1176 0.2520,-0.2184 0.3864 -0.3192l -0.0952,-0.0560 c -0.3248,-0.2016 -0.4872,-0.4200 -0.4872 -0.7169c 0.0000,-0.4088 0.3696,-0.7337 0.9129 -0.7337c 0.5209,-0.0000 0.8289,0.2856 0.8289 0.6665ZM 22.5960,19.5097 ZM 21.6999,21.9907 c 0.2408,-0.0000 0.6609,-0.1288 0.6609 -0.6609c 0.0000,-0.2520 -0.1568,-0.5041 -0.4872 -0.7057l -0.2464,-0.1512 c -0.4536,0.3024 -0.5545,0.6777 -0.5545 0.8345c 0.0000,0.4760 0.3864,0.6833 0.6273 0.6833Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.9158821058014004" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 24.2152,20.3918 h 2.5329 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 14.3631,30.5232 ZM 15.5897,27.4821 c -0.2408,-0.0000 -0.5937,0.2352 -0.5937 1.5402c 0.0000,0.4592 0.0840,1.3833 0.5769 1.3833c 0.0952,-0.0000 0.3640,-0.0616 0.4816 -0.4985c 0.0728,-0.2688 0.1120,-0.6049 0.1120 -1.0921c 0.0000,-0.7113 -0.1792,-1.1089 -0.3416 -1.2489c -0.0616,-0.0560 -0.1456,-0.0840 -0.2352 -0.0840ZM 15.5897,27.4821 ZM 15.5673,30.5904 c -0.5993,-0.0000 -1.0025,-0.7673 -1.0025 -1.6242c 0.0000,-1.0473 0.4985,-1.6802 1.0249 -1.6802c 0.2408,-0.0000 0.4816,0.1512 0.6441 0.3696c 0.2352,0.3136 0.3584,0.7337 0.3584 1.2601c 0.0000,1.2433 -0.6161,1.6746 -1.0249 1.6746ZM 16.8162,30.5232 ZM 17.1354,30.2936 c 0.0000,-0.1624 0.1344,-0.2968 0.2968 -0.2968c 0.1624,-0.0000 0.2968,0.1344 0.2968 0.2968c 0.0000,0.1624 -0.1344,0.2968 -0.2968 0.2968c -0.1624,-0.0000 -0.2968,-0.1344 -0.2968 -0.2968ZM 18.0427,30.5232 ZM 19.0956,27.8517 c -0.1064,-0.0000 -0.3528,0.1008 -0.4760 0.1568l -0.0672,-0.1736 c 0.4928,-0.2296 0.6833,-0.3472 0.9633 -0.5489h 0.1064 v 2.8171 c 0.0000,0.2016 0.0280,0.2576 0.2128 0.2576h 0.2912 c 0.0168,-0.0000 0.0448,0.0112 0.0448 0.0448v 0.1232 l -0.7673,-0.0112 l -0.7785,0.0112 v -0.1232 c 0.0056,-0.0168 0.0112,-0.0448 0.0448 -0.0448h 0.3360 c 0.2128,-0.0000 0.2128,-0.0952 0.2128 -0.2576v -1.9266 c 0.0000,-0.1904 0.0000,-0.3248 -0.1232 -0.3248ZM 20.4958,30.5232 ZM 21.1454,29.0559 c -0.0056,0.0560 -0.0056,0.1400 -0.0056 0.1960c 0.0000,0.9409 0.4200,1.1761 0.7001 1.1761c 0.2576,-0.0000 0.5321,-0.2408 0.5321 -0.8233c 0.0000,-0.2632 -0.1344,-0.8009 -0.6721 -0.8009c -0.1176,-0.0000 -0.3304,0.0112 -0.5545 0.2520ZM 21.1454,29.0559 ZM 22.6128,27.4317 c -0.3640,0.0336 -0.6777,0.1288 -0.9465 0.3920c -0.2576,0.2520 -0.4424,0.6273 -0.5041 1.0753c 0.1288,-0.1568 0.4368,-0.2744 0.6497 -0.2744c 0.8289,-0.0000 0.9353,0.6833 0.9353 0.9409c 0.0000,0.3808 -0.1904,1.0249 -0.9633 1.0249c -0.4088,-0.0000 -1.0305,-0.2408 -1.0305 -1.3553c 0.0000,-0.5153 0.1736,-1.0193 0.5601 -1.4057c 0.3584,-0.3640 0.7337,-0.5153 1.2825 -0.5433Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.9158821058014004" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 24.2152,28.8346 h 2.5329 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 14.3631,38.9661 ZM 15.5897,35.9250 c -0.2408,-0.0000 -0.5937,0.2352 -0.5937 1.5402c 0.0000,0.4592 0.0840,1.3833 0.5769 1.3833c 0.0952,-0.0000 0.3640,-0.0616 0.4816 -0.4985c 0.0728,-0.2688 0.1120,-0.6049 0.1120 -1.0921c 0.0000,-0.7113 -0.1792,-1.1089 -0.3416 -1.2489c -0.0616,-0.0560 -0.1456,-0.0840 -0.2352 -0.0840ZM 15.5897,35.9250 ZM 15.5673,39.0333 c -0.5993,-0.0000 -1.0025,-0.7673 -1.0025 -1.6242c 0.0000,-1.0473 0.4985,-1.6802 1.0249 -1.6802c 0.2408,-0.0000 0.4816,0.1512 0.6441 0.3696c 0.2352,0.3136 0.3584,0.7337 0.3584 1.2601c 0.0000,1.2433 -0.6161,1.6746 -1.0249 1.6746ZM 16.8162,38.9661 ZM 17.1354,38.7364 c 0.0000,-0.1624 0.1344,-0.2968 0.2968 -0.2968c 0.1624,-0.0000 0.2968,0.1344 0.2968 0.2968c 0.0000,0.1624 -0.1344,0.2968 -0.2968 0.2968c -0.1624,-0.0000 -0.2968,-0.1344 -0.2968 -0.2968ZM 18.0427,38.9661 ZM 19.0956,36.2946 c -0.1064,-0.0000 -0.3528,0.1008 -0.4760 0.1568l -0.0672,-0.1736 c 0.4928,-0.2296 0.6833,-0.3472 0.9633 -0.5489h 0.1064 v 2.8171 c 0.0000,0.2016 0.0280,0.2576 0.2128 0.2576h 0.2912 c 0.0168,-0.0000 0.0448,0.0112 0.0448 0.0448v 0.1232 l -0.7673,-0.0112 l -0.7785,0.0112 v -0.1232 c 0.0056,-0.0168 0.0112,-0.0448 0.0448 -0.0448h 0.3360 c 0.2128,-0.0000 0.2128,-0.0952 0.2128 -0.2576v -1.9266 c 0.0000,-0.1904 0.0000,-0.3248 -0.1232 -0.3248ZM 20.4958,38.9661 ZM 21.9407,36.9779 c 0.0000,-0.0392 0.0056,-0.0840 0.0560 -0.1120c 0.0616,-0.0448 0.1624,-0.0952 0.2464 -0.0952c 0.0728,-0.0000 0.0784,0.0616 0.0784 0.1736v 0.9017 h 0.4536 l -0.0336,0.2632 h -0.4200 v 0.4648 c 0.0000,0.1568 0.0224,0.2352 0.1848 0.2352h 0.1512 c 0.0336,-0.0000 0.0392,0.0280 0.0392 0.0392v 0.1232 c 0.0000,-0.0000 -0.3584,-0.0112 -0.5937 -0.0112c -0.2128,-0.0000 -0.5433,0.0112 -0.5433 0.0112v -0.1232 c 0.0000,-0.0112 0.0056,-0.0392 0.0392 -0.0392h 0.1512 c 0.1736,-0.0000 0.1904,-0.0728 0.1904 -0.2352v -0.4648 h -1.0977 c -0.0224,-0.0000 -0.0336,-0.0112 -0.0504 -0.0336l -0.0448,-0.0616 l -0.0672,-0.1176 c -0.0056,-0.0000 -0.0056,-0.0056 -0.0056 -0.0112c 0.0000,-0.0056 0.0056,-0.0112 0.0112 -0.0168c 0.3640,-0.4032 1.0081,-1.6522 1.2097 -2.1114c 0.0056,-0.0224 0.0168,-0.0280 0.0392 -0.0280c 0.0056,-0.0000 0.1288,0.0504 0.1960 0.0616c -0.2520,0.6777 -0.6665,1.4057 -1.0753 2.0554h 0.8849 v -0.8681 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.9158821058014004" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 24.2152,37.2775 h 2.5329 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 14.3631,47.4089 ZM 15.5897,44.3678 c -0.2408,-0.0000 -0.5937,0.2352 -0.5937 1.5402c 0.0000,0.4592 0.0840,1.3833 0.5769 1.3833c 0.0952,-0.0000 0.3640,-0.0616 0.4816 -0.4985c 0.0728,-0.2688 0.1120,-0.6049 0.1120 -1.0921c 0.0000,-0.7113 -0.1792,-1.1089 -0.3416 -1.2489c -0.0616,-0.0560 -0.1456,-0.0840 -0.2352 -0.0840ZM 15.5897,44.3678 ZM 15.5673,47.4761 c -0.5993,-0.0000 -1.0025,-0.7673 -1.0025 -1.6242c 0.0000,-1.0473 0.4985,-1.6802 1.0249 -1.6802c 0.2408,-0.0000 0.4816,0.1512 0.6441 0.3696c 0.2352,0.3136 0.3584,0.7337 0.3584 1.2601c 0.0000,1.2433 -0.6161,1.6746 -1.0249 1.6746ZM 16.8162,47.4089 ZM 17.1354,47.1793 c 0.0000,-0.1624 0.1344,-0.2968 0.2968 -0.2968c 0.1624,-0.0000 0.2968,0.1344 0.2968 0.2968c 0.0000,0.1624 -0.1344,0.2968 -0.2968 0.2968c -0.1624,-0.0000 -0.2968,-0.1344 -0.2968 -0.2968ZM 18.0427,47.4089 ZM 19.0956,44.7374 c -0.1064,-0.0000 -0.3528,0.1008 -0.4760 0.1568l -0.0672,-0.1736 c 0.4928,-0.2296 0.6833,-0.3472 0.9633 -0.5489h 0.1064 v 2.8171 c 0.0000,0.2016 0.0280,0.2576 0.2128 0.2576h 0.2912 c 0.0168,-0.0000 0.0448,0.0112 0.0448 0.0448v 0.1232 l -0.7673,-0.0112 l -0.7785,0.0112 v -0.1232 c 0.0056,-0.0168 0.0112,-0.0448 0.0448 -0.0448h 0.3360 c 0.2128,-0.0000 0.2128,-0.0952 0.2128 -0.2576v -1.9266 c 0.0000,-0.1904 0.0000,-0.3248 -0.1232 -0.3248ZM 20.4958,47.4089 ZM 20.8206,44.9279 c 0.0000,-0.3192 0.3080,-0.7561 0.8961 -0.7561c 0.4312,-0.0000 0.9353,0.1624 0.9353 0.8065c 0.0000,0.4256 -0.2184,0.6385 -0.5209 0.9297l -0.5321,0.5153 c -0.0280,0.0280 -0.4032,0.3976 -0.4032 0.6609h 0.9521 c 0.1904,-0.0000 0.2912,-0.0952 0.3696 -0.4032l 0.1400,0.0224 l -0.1120,0.7057 h -1.7306 c 0.0000,-0.3136 0.0504,-0.5545 0.5713 -1.0865l 0.3920,-0.3864 c 0.3136,-0.3192 0.4424,-0.5937 0.4424 -0.9353c 0.0000,-0.5097 -0.3472,-0.6553 -0.5377 -0.6553c -0.3864,-0.0000 -0.4928,0.2016 -0.4928 0.3360c 0.0000,0.0448 0.0112,0.0896 0.0224 0.1288c 0.0112,0.0392 0.0224,0.0784 0.0224 0.1232c 0.0000,0.1456 -0.1120,0.2016 -0.2016 0.2016c -0.1232,-0.0000 -0.2128,-0.0952 -0.2128 -0.2072Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.9158821058014004" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 24.2152,45.7203 h 2.5329 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 14.3631,55.8518 ZM 15.5897,52.8107 c -0.2408,-0.0000 -0.5937,0.2352 -0.5937 1.5402c 0.0000,0.4592 0.0840,1.3833 0.5769 1.3833c 0.0952,-0.0000 0.3640,-0.0616 0.4816 -0.4985c 0.0728,-0.2688 0.1120,-0.6049 0.1120 -1.0921c 0.0000,-0.7113 -0.1792,-1.1089 -0.3416 -1.2489c -0.0616,-0.0560 -0.1456,-0.0840 -0.2352 -0.0840ZM 15.5897,52.8107 ZM 15.5673,55.9190 c -0.5993,-0.0000 -1.0025,-0.7673 -1.0025 -1.6242c 0.0000,-1.0473 0.4985,-1.6802 1.0249 -1.6802c 0.2408,-0.0000 0.4816,0.1512 0.6441 0.3696c 0.2352,0.3136 0.3584,0.7337 0.3584 1.2601c 0.0000,1.2433 -0.6161,1.6746 -1.0249 1.6746ZM 16.8162,55.8518 ZM 17.1354,55.6221 c 0.0000,-0.1624 0.1344,-0.2968 0.2968 -0.2968c 0.1624,-0.0000 0.2968,0.1344 0.2968 0.2968c 0.0000,0.1624 -0.1344,0.2968 -0.2968 0.2968c -0.1624,-0.0000 -0.2968,-0.1344 -0.2968 -0.2968ZM 18.0427,55.8518 ZM 19.0956,53.1803 c -0.1064,-0.0000 -0.3528,0.1008 -0.4760 0.1568l -0.0672,-0.1736 c 0.4928,-0.2296 0.6833,-0.3472 0.9633 -0.5489h 0.1064 v 2.8171 c 0.0000,0.2016 0.0280,0.2576 0.2128 0.2576h 0.2912 c 0.0168,-0.0000 0.0448,0.0112 0.0448 0.0448v 0.1232 l -0.7673,-0.0112 l -0.7785,0.0112 v -0.1232 c 0.0056,-0.0168 0.0112,-0.0448 0.0448 -0.0448h 0.3360 c 0.2128,-0.0000 0.2128,-0.0952 0.2128 -0.2576v -1.9266 c 0.0000,-0.1904 0.0000,-0.3248 -0.1232 -0.3248ZM 20.4958,55.8518 ZM 21.7223,52.8107 c -0.2408,-0.0000 -0.5937,0.2352 -0.5937 1.5402c 0.0000,0.4592 0.0840,1.3833 0.5769 1.3833c 0.0952,-0.0000 0.3640,-0.0616 0.4816 -0.4985c 0.0728,-0.2688 0.1120,-0.6049 0.1120 -1.0921c 0.0000,-0.7113 -0.1792,-1.1089 -0.3416 -1.2489c -0.0616,-0.0560 -0.1456,-0.0840 -0.2352 -0.0840ZM 21.7223,52.8107 ZM 21.6999,55.9190 c -0.5993,-0.0000 -1.0025,-0.7673 -1.0025 -1.6242c 0.0000,-1.0473 0.4985,-1.6802 1.0249 -1.6802c 0.2408,-0.0000 0.4816,0.1512 0.6441 0.3696c 0.2352,0.3136 0.3584,0.7337 0.3584 1.2601c 0.0000,1.2433 -0.6161,1.6746 -1.0249 1.6746Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.9158821058014004" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 24.2152,54.1632 h 2.5329 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 14.3631,64.2946 ZM 15.5897,61.2535 c -0.2408,-0.0000 -0.5937,0.2352 -0.5937 1.5402c 0.0000,0.4592 0.0840,1.3833 0.5769 1.3833c 0.0952,-0.0000 0.3640,-0.0616 0.4816 -0.4985c 0.0728,-0.2688 0.1120,-0.6049 0.1120 -1.0921c 0.0000,-0.7113 -0.1792,-1.1089 -0.3416 -1.2489c -0.0616,-0.0560 -0.1456,-0.0840 -0.2352 -0.0840ZM 15.5897,61.2535 ZM 15.5673,64.3618 c -0.5993,-0.0000 -1.0025,-0.7673 -1.0025 -1.6242c 0.0000,-1.0473 0.4985,-1.6802 1.0249 -1.6802c 0.2408,-0.0000 0.4816,0.1512 0.6441 0.3696c 0.2352,0.3136 0.3584,0.7337 0.3584 1.2601c 0.0000,1.2433 -0.6161,1.6746 -1.0249 1.6746ZM 16.8162,64.2946 ZM 17.1354,64.0650 c 0.0000,-0.1624 0.1344,-0.2968 0.2968 -0.2968c 0.1624,-0.0000 0.2968,0.1344 0.2968 0.2968c 0.0000,0.1624 -0.1344,0.2968 -0.2968 0.2968c -0.1624,-0.0000 -0.2968,-0.1344 -0.2968 -0.2968ZM 18.0427,64.2946 ZM 19.2692,61.2535 c -0.2408,-0.0000 -0.5937,0.2352 -0.5937 1.5402c 0.0000,0.4592 0.0840,1.3833 0.5769 1.3833c 0.0952,-0.0000 0.3640,-0.0616 0.4816 -0.4985c 0.0728,-0.2688 0.1120,-0.6049 0.1120 -1.0921c 0.0000,-0.7113 -0.1792,-1.1089 -0.3416 -1.2489c -0.0616,-0.0560 -0.1456,-0.0840 -0.2352 -0.0840ZM 19.2692,61.2535 ZM 19.2468,64.3618 c -0.5993,-0.0000 -1.0025,-0.7673 -1.0025 -1.6242c 0.0000,-1.0473 0.4985,-1.6802 1.0249 -1.6802c 0.2408,-0.0000 0.4816,0.1512 0.6441 0.3696c 0.2352,0.3136 0.3584,0.7337 0.3584 1.2601c 0.0000,1.2433 -0.6161,1.6746 -1.0249 1.6746ZM 20.4958,64.2946 ZM 21.7391,61.1919 c -0.3192,-0.0000 -0.5265,0.2520 -0.5265 0.4985c 0.0000,0.1624 0.0672,0.3584 0.4032 0.5769l 0.1624,0.1008 c 0.1456,-0.1064 0.4872,-0.3640 0.4872 -0.6497c 0.0000,-0.2464 -0.1792,-0.5265 -0.5265 -0.5265ZM 21.7391,61.1919 ZM 22.5960,61.7240 c 0.0000,0.3416 -0.3864,0.6105 -0.6217 0.7673l 0.3248,0.2128 c 0.2744,0.1792 0.4144,0.4256 0.4144 0.7337c 0.0000,0.4032 -0.3304,0.9241 -1.0249 0.9241c -0.5601,-0.0000 -0.9465,-0.2968 -0.9465 -0.8401c 0.0000,-0.2072 0.0896,-0.4480 0.3080 -0.6385c 0.1344,-0.1176 0.2520,-0.2184 0.3864 -0.3192l -0.0952,-0.0560 c -0.3248,-0.2016 -0.4872,-0.4200 -0.4872 -0.7169c 0.0000,-0.4088 0.3696,-0.7337 0.9129 -0.7337c 0.5209,-0.0000 0.8289,0.2856 0.8289 0.6665ZM 22.5960,61.7240 ZM 21.6999,64.2050 c 0.2408,-0.0000 0.6609,-0.1288 0.6609 -0.6609c 0.0000,-0.2520 -0.1568,-0.5041 -0.4872 -0.7057l -0.2464,-0.1512 c -0.4536,0.3024 -0.5545,0.6777 -0.5545 0.8345c 0.0000,0.4760 0.3864,0.6833 0.6273 0.6833Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.9158821058014004" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 24.2152,62.6060 h 2.5329 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 14.3631,72.7375 ZM 15.5897,69.6964 c -0.2408,-0.0000 -0.5937,0.2352 -0.5937 1.5402c 0.0000,0.4592 0.0840,1.3833 0.5769 1.3833c 0.0952,-0.0000 0.3640,-0.0616 0.4816 -0.4985c 0.0728,-0.2688 0.1120,-0.6049 0.1120 -1.0921c 0.0000,-0.7113 -0.1792,-1.1089 -0.3416 -1.2489c -0.0616,-0.0560 -0.1456,-0.0840 -0.2352 -0.0840ZM 15.5897,69.6964 ZM 15.5673,72.8047 c -0.5993,-0.0000 -1.0025,-0.7673 -1.0025 -1.6242c 0.0000,-1.0473 0.4985,-1.6802 1.0249 -1.6802c 0.2408,-0.0000 0.4816,0.1512 0.6441 0.3696c 0.2352,0.3136 0.3584,0.7337 0.3584 1.2601c 0.0000,1.2433 -0.6161,1.6746 -1.0249 1.6746ZM 16.8162,72.7375 ZM 17.1354,72.5078 c 0.0000,-0.1624 0.1344,-0.2968 0.2968 -0.2968c 0.1624,-0.0000 0.2968,0.1344 0.2968 0.2968c 0.0000,0.1624 -0.1344,0.2968 -0.2968 0.2968c -0.1624,-0.0000 -0.2968,-0.1344 -0.2968 -0.2968ZM 18.0427,72.7375 ZM 19.2692,69.6964 c -0.2408,-0.0000 -0.5937,0.2352 -0.5937 1.5402c 0.0000,0.4592 0.0840,1.3833 0.5769 1.3833c 0.0952,-0.0000 0.3640,-0.0616 0.4816 -0.4985c 0.0728,-0.2688 0.1120,-0.6049 0.1120 -1.0921c 0.0000,-0.7113 -0.1792,-1.1089 -0.3416 -1.2489c -0.0616,-0.0560 -0.1456,-0.0840 -0.2352 -0.0840ZM 19.2692,69.6964 ZM 19.2468,72.8047 c -0.5993,-0.0000 -1.0025,-0.7673 -1.0025 -1.6242c 0.0000,-1.0473 0.4985,-1.6802 1.0249 -1.6802c 0.2408,-0.0000 0.4816,0.1512 0.6441 0.3696c 0.2352,0.3136 0.3584,0.7337 0.3584 1.2601c 0.0000,1.2433 -0.6161,1.6746 -1.0249 1.6746ZM 20.4958,72.7375 ZM 21.1454,71.2701 c -0.0056,0.0560 -0.0056,0.1400 -0.0056 0.1960c 0.0000,0.9409 0.4200,1.1761 0.7001 1.1761c 0.2576,-0.0000 0.5321,-0.2408 0.5321 -0.8233c 0.0000,-0.2632 -0.1344,-0.8009 -0.6721 -0.8009c -0.1176,-0.0000 -0.3304,0.0112 -0.5545 0.2520ZM 21.1454,71.2701 ZM 22.6128,69.6460 c -0.3640,0.0336 -0.6777,0.1288 -0.9465 0.3920c -0.2576,0.2520 -0.4424,0.6273 -0.5041 1.0753c 0.1288,-0.1568 0.4368,-0.2744 0.6497 -0.2744c 0.8289,-0.0000 0.9353,0.6833 0.9353 0.9409c 0.0000,0.3808 -0.1904,1.0249 -0.9633 1.0249c -0.4088,-0.0000 -1.0305,-0.2408 -1.0305 -1.3553c 0.0000,-0.5153 0.1736,-1.0193 0.5601 -1.4057c 0.3584,-0.3640 0.7337,-0.5153 1.2825 -0.5433Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.9158821058014004" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 24.2152,71.0489 h 2.5329 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 14.3631,81.1803 ZM 15.5897,78.1392 c -0.2408,-0.0000 -0.5937,0.2352 -0.5937 1.5402c 0.0000,0.4592 0.0840,1.3833 0.5769 1.3833c 0.0952,-0.0000 0.3640,-0.0616 0.4816 -0.4985c 0.0728,-0.2688 0.1120,-0.6049 0.1120 -1.0921c 0.0000,-0.7113 -0.1792,-1.1089 -0.3416 -1.2489c -0.0616,-0.0560 -0.1456,-0.0840 -0.2352 -0.0840ZM 15.5897,78.1392 ZM 15.5673,81.2475 c -0.5993,-0.0000 -1.0025,-0.7673 -1.0025 -1.6242c 0.0000,-1.0473 0.4985,-1.6802 1.0249 -1.6802c 0.2408,-0.0000 0.4816,0.1512 0.6441 0.3696c 0.2352,0.3136 0.3584,0.7337 0.3584 1.2601c 0.0000,1.2433 -0.6161,1.6746 -1.0249 1.6746ZM 16.8162,81.1803 ZM 17.1354,80.9507 c 0.0000,-0.1624 0.1344,-0.2968 0.2968 -0.2968c 0.1624,-0.0000 0.2968,0.1344 0.2968 0.2968c 0.0000,0.1624 -0.1344,0.2968 -0.2968 0.2968c -0.1624,-0.0000 -0.2968,-0.1344 -0.2968 -0.2968ZM 18.0427,81.1803 ZM 19.2692,78.1392 c -0.2408,-0.0000 -0.5937,0.2352 -0.5937 1.5402c 0.0000,0.4592 0.0840,1.3833 0.5769 1.3833c 0.0952,-0.0000 0.3640,-0.0616 0.4816 -0.4985c 0.0728,-0.2688 0.1120,-0.6049 0.1120 -1.0921c 0.0000,-0.7113 -0.1792,-1.1089 -0.3416 -1.2489c -0.0616,-0.0560 -0.1456,-0.0840 -0.2352 -0.0840ZM 19.2692,78.1392 ZM 19.2468,81.2475 c -0.5993,-0.0000 -1.0025,-0.7673 -1.0025 -1.6242c 0.0000,-1.0473 0.4985,-1.6802 1.0249 -1.6802c 0.2408,-0.0000 0.4816,0.1512 0.6441 0.3696c 0.2352,0.3136 0.3584,0.7337 0.3584 1.2601c 0.0000,1.2433 -0.6161,1.6746 -1.0249 1.6746ZM 20.4958,81.1803 ZM 21.9407,79.1921 c 0.0000,-0.0392 0.0056,-0.0840 0.0560 -0.1120c 0.0616,-0.0448 0.1624,-0.0952 0.2464 -0.0952c 0.0728,-0.0000 0.0784,0.0616 0.0784 0.1736v 0.9017 h 0.4536 l -0.0336,0.2632 h -0.4200 v 0.4648 c 0.0000,0.1568 0.0224,0.2352 0.1848 0.2352h 0.1512 c 0.0336,-0.0000 0.0392,0.0280 0.0392 0.0392v 0.1232 c 0.0000,-0.0000 -0.3584,-0.0112 -0.5937 -0.0112c -0.2128,-0.0000 -0.5433,0.0112 -0.5433 0.0112v -0.1232 c 0.0000,-0.0112 0.0056,-0.0392 0.0392 -0.0392h 0.1512 c 0.1736,-0.0000 0.1904,-0.0728 0.1904 -0.2352v -0.4648 h -1.0977 c -0.0224,-0.0000 -0.0336,-0.0112 -0.0504 -0.0336l -0.0448,-0.0616 l -0.0672,-0.1176 c -0.0056,-0.0000 -0.0056,-0.0056 -0.0056 -0.0112c 0.0000,-0.0056 0.0056,-0.0112 0.0112 -0.0168c 0.3640,-0.4032 1.0081,-1.6522 1.2097 -2.1114c 0.0056,-0.0224 0.0168,-0.0280 0.0392 -0.0280c 0.0056,-0.0000 0.1288,0.0504 0.1960 0.0616c -0.2520,0.6777 -0.6665,1.4057 -1.0753 2.0554h 0.8849 v -0.8681 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.9158821058014004" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 24.2152,79.4918 h 2.5329 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 14.3631,89.6232 ZM 15.5897,86.5821 c -0.2408,-0.0000 -0.5937,0.2352 -0.5937 1.5402c 0.0000,0.4592 0.0840,1.3833 0.5769 1.3833c 0.0952,-0.0000 0.3640,-0.0616 0.4816 -0.4985c 0.0728,-0.2688 0.1120,-0.6049 0.1120 -1.0921c 0.0000,-0.7113 -0.1792,-1.1089 -0.3416 -1.2489c -0.0616,-0.0560 -0.1456,-0.0840 -0.2352 -0.0840ZM 15.5897,86.5821 ZM 15.5673,89.6904 c -0.5993,-0.0000 -1.0025,-0.7673 -1.0025 -1.6242c 0.0000,-1.0473 0.4985,-1.6802 1.0249 -1.6802c 0.2408,-0.0000 0.4816,0.1512 0.6441 0.3696c 0.2352,0.3136 0.3584,0.7337 0.3584 1.2601c 0.0000,1.2433 -0.6161,1.6746 -1.0249 1.6746ZM 16.8162,89.6232 ZM 17.1354,89.3936 c 0.0000,-0.1624 0.1344,-0.2968 0.2968 -0.2968c 0.1624,-0.0000 0.2968,0.1344 0.2968 0.2968c 0.0000,0.1624 -0.1344,0.2968 -0.2968 0.2968c -0.1624,-0.0000 -0.2968,-0.1344 -0.2968 -0.2968ZM 18.0427,89.6232 ZM 19.2692,86.5821 c -0.2408,-0.0000 -0.5937,0.2352 -0.5937 1.5402c 0.0000,0.4592 0.0840,1.3833 0.5769 1.3833c 0.0952,-0.0000 0.3640,-0.0616 0.4816 -0.4985c 0.0728,-0.2688 0.1120,-0.6049 0.1120 -1.0921c 0.0000,-0.7113 -0.1792,-1.1089 -0.3416 -1.2489c -0.0616,-0.0560 -0.1456,-0.0840 -0.2352 -0.0840ZM 19.2692,86.5821 ZM 19.2468,89.6904 c -0.5993,-0.0000 -1.0025,-0.7673 -1.0025 -1.6242c 0.0000,-1.0473 0.4985,-1.6802 1.0249 -1.6802c 0.2408,-0.0000 0.4816,0.1512 0.6441 0.3696c 0.2352,0.3136 0.3584,0.7337 0.3584 1.2601c 0.0000,1.2433 -0.6161,1.6746 -1.0249 1.6746ZM 20.4958,89.6232 ZM 20.8206,87.1421 c 0.0000,-0.3192 0.3080,-0.7561 0.8961 -0.7561c 0.4312,-0.0000 0.9353,0.1624 0.9353 0.8065c 0.0000,0.4256 -0.2184,0.6385 -0.5209 0.9297l -0.5321,0.5153 c -0.0280,0.0280 -0.4032,0.3976 -0.4032 0.6609h 0.9521 c 0.1904,-0.0000 0.2912,-0.0952 0.3696 -0.4032l 0.1400,0.0224 l -0.1120,0.7057 h -1.7306 c 0.0000,-0.3136 0.0504,-0.5545 0.5713 -1.0865l 0.3920,-0.3864 c 0.3136,-0.3192 0.4424,-0.5937 0.4424 -0.9353c 0.0000,-0.5097 -0.3472,-0.6553 -0.5377 -0.6553c -0.3864,-0.0000 -0.4928,0.2016 -0.4928 0.3360c 0.0000,0.0448 0.0112,0.0896 0.0224 0.1288c 0.0112,0.0392 0.0224,0.0784 0.0224 0.1232c 0.0000,0.1456 -0.1120,0.2016 -0.2016 0.2016c -0.1232,-0.0000 -0.2128,-0.0952 -0.2128 -0.2072Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.9158821058014004" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 24.2152,87.9346 h 2.5329 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 14.3631,98.0660 ZM 15.5897,95.0249 c -0.2408,-0.0000 -0.5937,0.2352 -0.5937 1.5402c 0.0000,0.4592 0.0840,1.3833 0.5769 1.3833c 0.0952,-0.0000 0.3640,-0.0616 0.4816 -0.4985c 0.0728,-0.2688 0.1120,-0.6049 0.1120 -1.0921c 0.0000,-0.7113 -0.1792,-1.1089 -0.3416 -1.2489c -0.0616,-0.0560 -0.1456,-0.0840 -0.2352 -0.0840ZM 15.5897,95.0249 ZM 15.5673,98.1332 c -0.5993,-0.0000 -1.0025,-0.7673 -1.0025 -1.6242c 0.0000,-1.0473 0.4985,-1.6802 1.0249 -1.6802c 0.2408,-0.0000 0.4816,0.1512 0.6441 0.3696c 0.2352,0.3136 0.3584,0.7337 0.3584 1.2601c 0.0000,1.2433 -0.6161,1.6746 -1.0249 1.6746ZM 16.8162,98.0660 ZM 17.1354,97.8364 c 0.0000,-0.1624 0.1344,-0.2968 0.2968 -0.2968c 0.1624,-0.0000 0.2968,0.1344 0.2968 0.2968c 0.0000,0.1624 -0.1344,0.2968 -0.2968 0.2968c -0.1624,-0.0000 -0.2968,-0.1344 -0.2968 -0.2968ZM 18.0427,98.0660 ZM 19.2692,95.0249 c -0.2408,-0.0000 -0.5937,0.2352 -0.5937 1.5402c 0.0000,0.4592 0.0840,1.3833 0.5769 1.3833c 0.0952,-0.0000 0.3640,-0.0616 0.4816 -0.4985c 0.0728,-0.2688 0.1120,-0.6049 0.1120 -1.0921c 0.0000,-0.7113 -0.1792,-1.1089 -0.3416 -1.2489c -0.0616,-0.0560 -0.1456,-0.0840 -0.2352 -0.0840ZM 19.2692,95.0249 ZM 19.2468,98.1332 c -0.5993,-0.0000 -1.0025,-0.7673 -1.0025 -1.6242c 0.0000,-1.0473 0.4985,-1.6802 1.0249 -1.6802c 0.2408,-0.0000 0.4816,0.1512 0.6441 0.3696c 0.2352,0.3136 0.3584,0.7337 0.3584 1.2601c 0.0000,1.2433 -0.6161,1.6746 -1.0249 1.6746ZM 20.4958,98.0660 ZM 21.7223,95.0249 c -0.2408,-0.0000 -0.5937,0.2352 -0.5937 1.5402c 0.0000,0.4592 0.0840,1.3833 0.5769 1.3833c 0.0952,-0.0000 0.3640,-0.0616 0.4816 -0.4985c 0.0728,-0.2688 0.1120,-0.6049 0.1120 -1.0921c 0.0000,-0.7113 -0.1792,-1.1089 -0.3416 -1.2489c -0.0616,-0.0560 -0.1456,-0.0840 -0.2352 -0.0840ZM 21.7223,95.0249 ZM 21.6999,98.1332 c -0.5993,-0.0000 -1.0025,-0.7673 -1.0025 -1.6242c 0.0000,-1.0473 0.4985,-1.6802 1.0249 -1.6802c 0.2408,-0.0000 0.4816,0.1512 0.6441 0.3696c 0.2352,0.3136 0.3584,0.7337 0.3584 1.2601c 0.0000,1.2433 -0.6161,1.6746 -1.0249 1.6746Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.9158821058014004" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 24.2152,96.3775 h 2.5329 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.1" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 284.6374,101.4432 l -0.0000,-1.6886 h -253.2856 l -0.0000,1.6886 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 282.1843,108.5608 ZM 283.2372,105.8893 c -0.1064,-0.0000 -0.3528,0.1008 -0.4760 0.1568l -0.0672,-0.1736 c 0.4928,-0.2296 0.6833,-0.3472 0.9633 -0.5489h 0.1064 v 2.8171 c 0.0000,0.2016 0.0280,0.2576 0.2128 0.2576h 0.2912 c 0.0168,-0.0000 0.0448,0.0112 0.0448 0.0448v 0.1232 l -0.7673,-0.0112 l -0.7785,0.0112 v -0.1232 c 0.0056,-0.0168 0.0112,-0.0448 0.0448 -0.0448h 0.3360 c 0.2128,-0.0000 0.2128,-0.0952 0.2128 -0.2576v -1.9266 c 0.0000,-0.1904 0.0000,-0.3248 -0.1232 -0.3248ZM 284.6374,108.5608 ZM 284.9622,106.0797 c 0.0000,-0.3192 0.3080,-0.7561 0.8961 -0.7561c 0.4312,-0.0000 0.9353,0.1624 0.9353 0.8065c 0.0000,0.4256 -0.2184,0.6385 -0.5209 0.9297l -0.5321,0.5153 c -0.0280,0.0280 -0.4032,0.3976 -0.4032 0.6609h 0.9521 c 0.1904,-0.0000 0.2912,-0.0952 0.3696 -0.4032l 0.1400,0.0224 l -0.1120,0.7057 h -1.7306 c 0.0000,-0.3136 0.0504,-0.5545 0.5713 -1.0865l 0.3920,-0.3864 c 0.3136,-0.3192 0.4424,-0.5937 0.4424 -0.9353c 0.0000,-0.5097 -0.3472,-0.6553 -0.5377 -0.6553c -0.3864,-0.0000 -0.4928,0.2016 -0.4928 0.3360c 0.0000,0.0448 0.0112,0.0896 0.0224 0.1288c 0.0112,0.0392 0.0224,0.0784 0.0224 0.1232c 0.0000,0.1456 -0.1120,0.2016 -0.2016 0.2016c -0.1232,-0.0000 -0.2128,-0.0952 -0.2128 -0.2072Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.9158821058014004" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 284.6374,99.7546 v 2.5329 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 239.9701,108.5608 ZM 241.0230,105.8893 c -0.1064,-0.0000 -0.3528,0.1008 -0.4760 0.1568l -0.0672,-0.1736 c 0.4928,-0.2296 0.6833,-0.3472 0.9633 -0.5489h 0.1064 v 2.8171 c 0.0000,0.2016 0.0280,0.2576 0.2128 0.2576h 0.2912 c 0.0168,-0.0000 0.0448,0.0112 0.0448 0.0448v 0.1232 l -0.7673,-0.0112 l -0.7785,0.0112 v -0.1232 c 0.0056,-0.0168 0.0112,-0.0448 0.0448 -0.0448h 0.3360 c 0.2128,-0.0000 0.2128,-0.0952 0.2128 -0.2576v -1.9266 c 0.0000,-0.1904 0.0000,-0.3248 -0.1232 -0.3248ZM 242.4231,108.5608 ZM 243.6496,105.5197 c -0.2408,-0.0000 -0.5937,0.2352 -0.5937 1.5402c 0.0000,0.4592 0.0840,1.3833 0.5769 1.3833c 0.0952,-0.0000 0.3640,-0.0616 0.4816 -0.4985c 0.0728,-0.2688 0.1120,-0.6049 0.1120 -1.0921c 0.0000,-0.7113 -0.1792,-1.1089 -0.3416 -1.2489c -0.0616,-0.0560 -0.1456,-0.0840 -0.2352 -0.0840ZM 243.6496,105.5197 ZM 243.6272,108.6280 c -0.5993,-0.0000 -1.0025,-0.7673 -1.0025 -1.6242c 0.0000,-1.0473 0.4985,-1.6802 1.0249 -1.6802c 0.2408,-0.0000 0.4816,0.1512 0.6441 0.3696c 0.2352,0.3136 0.3584,0.7337 0.3584 1.2601c 0.0000,1.2433 -0.6161,1.6746 -1.0249 1.6746Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.9158821058014004" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 242.4231,99.7546 v 2.5329 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 198.9823,108.5608 ZM 200.2256,105.4581 c -0.3192,-0.0000 -0.5265,0.2520 -0.5265 0.4985c 0.0000,0.1624 0.0672,0.3584 0.4032 0.5769l 0.1624,0.1008 c 0.1456,-0.1064 0.4872,-0.3640 0.4872 -0.6497c 0.0000,-0.2464 -0.1792,-0.5265 -0.5265 -0.5265ZM 200.2256,105.4581 ZM 201.0825,105.9901 c 0.0000,0.3416 -0.3864,0.6105 -0.6217 0.7673l 0.3248,0.2128 c 0.2744,0.1792 0.4144,0.4256 0.4144 0.7337c 0.0000,0.4032 -0.3304,0.9241 -1.0249 0.9241c -0.5601,-0.0000 -0.9465,-0.2968 -0.9465 -0.8401c 0.0000,-0.2072 0.0896,-0.4480 0.3080 -0.6385c 0.1344,-0.1176 0.2520,-0.2184 0.3864 -0.3192l -0.0952,-0.0560 c -0.3248,-0.2016 -0.4872,-0.4200 -0.4872 -0.7169c 0.0000,-0.4088 0.3696,-0.7337 0.9129 -0.7337c 0.5209,-0.0000 0.8289,0.2856 0.8289 0.6665ZM 201.0825,105.9901 ZM 200.1864,108.4712 c 0.2408,-0.0000 0.6609,-0.1288 0.6609 -0.6609c 0.0000,-0.2520 -0.1568,-0.5041 -0.4872 -0.7057l -0.2464,-0.1512 c -0.4536,0.3024 -0.5545,0.6777 -0.5545 0.8345c 0.0000,0.4760 0.3864,0.6833 0.6273 0.6833Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.9158821058014004" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 200.2088,99.7546 v 2.5329 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 156.7680,108.5608 ZM 157.4177,107.0934 c -0.0056,0.0560 -0.0056,0.1400 -0.0056 0.1960c 0.0000,0.9409 0.4200,1.1761 0.7001 1.1761c 0.2576,-0.0000 0.5321,-0.2408 0.5321 -0.8233c 0.0000,-0.2632 -0.1344,-0.8009 -0.6721 -0.8009c -0.1176,-0.0000 -0.3304,0.0112 -0.5545 0.2520ZM 157.4177,107.0934 ZM 158.8851,105.4693 c -0.3640,0.0336 -0.6777,0.1288 -0.9465 0.3920c -0.2576,0.2520 -0.4424,0.6273 -0.5041 1.0753c 0.1288,-0.1568 0.4368,-0.2744 0.6497 -0.2744c 0.8289,-0.0000 0.9353,0.6833 0.9353 0.9409c 0.0000,0.3808 -0.1904,1.0249 -0.9633 1.0249c -0.4088,-0.0000 -1.0305,-0.2408 -1.0305 -1.3553c 0.0000,-0.5153 0.1736,-1.0193 0.5601 -1.4057c 0.3584,-0.3640 0.7337,-0.5153 1.2825 -0.5433Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.9158821058014004" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 157.9946,99.7546 v 2.5329 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 114.5538,108.5608 ZM 115.9987,106.5726 c 0.0000,-0.0392 0.0056,-0.0840 0.0560 -0.1120c 0.0616,-0.0448 0.1624,-0.0952 0.2464 -0.0952c 0.0728,-0.0000 0.0784,0.0616 0.0784 0.1736v 0.9017 h 0.4536 l -0.0336,0.2632 h -0.4200 v 0.4648 c 0.0000,0.1568 0.0224,0.2352 0.1848 0.2352h 0.1512 c 0.0336,-0.0000 0.0392,0.0280 0.0392 0.0392v 0.1232 c 0.0000,-0.0000 -0.3584,-0.0112 -0.5937 -0.0112c -0.2128,-0.0000 -0.5433,0.0112 -0.5433 0.0112v -0.1232 c 0.0000,-0.0112 0.0056,-0.0392 0.0392 -0.0392h 0.1512 c 0.1736,-0.0000 0.1904,-0.0728 0.1904 -0.2352v -0.4648 h -1.0977 c -0.0224,-0.0000 -0.0336,-0.0112 -0.0504 -0.0336l -0.0448,-0.0616 l -0.0672,-0.1176 c -0.0056,-0.0000 -0.0056,-0.0056 -0.0056 -0.0112c 0.0000,-0.0056 0.0056,-0.0112 0.0112 -0.0168c 0.3640,-0.4032 1.0081,-1.6522 1.2097 -2.1114c 0.0056,-0.0224 0.0168,-0.0280 0.0392 -0.0280c 0.0056,-0.0000 0.1288,0.0504 0.1960 0.0616c -0.2520,0.6777 -0.6665,1.4057 -1.0753 2.0554h 0.8849 v -0.8681 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.9158821058014004" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 115.7803,99.7546 v 2.5329 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 72.3395,108.5608 ZM 72.6643,106.0797 c 0.0000,-0.3192 0.3080,-0.7561 0.8961 -0.7561c 0.4312,-0.0000 0.9353,0.1624 0.9353 0.8065c 0.0000,0.4256 -0.2184,0.6385 -0.5209 0.9297l -0.5321,0.5153 c -0.0280,0.0280 -0.4032,0.3976 -0.4032 0.6609h 0.9521 c 0.1904,-0.0000 0.2912,-0.0952 0.3696 -0.4032l 0.1400,0.0224 l -0.1120,0.7057 h -1.7306 c 0.0000,-0.3136 0.0504,-0.5545 0.5713 -1.0865l 0.3920,-0.3864 c 0.3136,-0.3192 0.4424,-0.5937 0.4424 -0.9353c 0.0000,-0.5097 -0.3472,-0.6553 -0.5377 -0.6553c -0.3864,-0.0000 -0.4928,0.2016 -0.4928 0.3360c 0.0000,0.0448 0.0112,0.0896 0.0224 0.1288c 0.0112,0.0392 0.0224,0.0784 0.0224 0.1232c 0.0000,0.1456 -0.1120,0.2016 -0.2016 0.2016c -0.1232,-0.0000 -0.2128,-0.0952 -0.2128 -0.2072Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.9158821058014004" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 73.5660,99.7546 v 2.5329 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 30.1252,108.5608 ZM 31.3518,105.5197 c -0.2408,-0.0000 -0.5937,0.2352 -0.5937 1.5402c 0.0000,0.4592 0.0840,1.3833 0.5769 1.3833c 0.0952,-0.0000 0.3640,-0.0616 0.4816 -0.4985c 0.0728,-0.2688 0.1120,-0.6049 0.1120 -1.0921c 0.0000,-0.7113 -0.1792,-1.1089 -0.3416 -1.2489c -0.0616,-0.0560 -0.1456,-0.0840 -0.2352 -0.0840ZM 31.3518,105.5197 ZM 31.3294,108.6280 c -0.5993,-0.0000 -1.0025,-0.7673 -1.0025 -1.6242c 0.0000,-1.0473 0.4985,-1.6802 1.0249 -1.6802c 0.2408,-0.0000 0.4816,0.1512 0.6441 0.3696c 0.2352,0.3136 0.3584,0.7337 0.3584 1.2601c 0.0000,1.2433 -0.6161,1.6746 -1.0249 1.6746Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.9158821058014004" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 31.3518,99.7546 v 2.5329 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 284.6374,96.3775 l -0.0000,-84.4285 h -253.2856 l -0.0000,84.4285 Z"/>+  </g>+</svg>
other/scatterHistExample.svg view
@@ -1,3 +1,6643 @@ <?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>+    "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,103.3485 l 1.8305,0.0000 l 0.0000,4.5830 l -1.8305,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,107.9316 l 0.9152,0.0000 l 0.0000,4.5830 l -0.9152,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,112.5146 l 1.8305,0.0000 l 0.0000,4.5830 l -1.8305,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,117.0977 l 0.9152,0.0000 l 0.0000,4.5830 l -0.9152,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,121.6807 l 0.9152,0.0000 l 0.0000,4.5830 l -0.9152,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,126.2638 l 4.5762,-0.0000 l 0.0000,4.5830 l -4.5762,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,130.8468 l 3.6610,-0.0000 l 0.0000,4.5830 l -3.6610,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,135.4298 l 4.5762,-0.0000 l 0.0000,4.5830 l -4.5762,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,140.0129 l 7.3219,-0.0000 l 0.0000,4.5830 l -7.3219,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,144.5959 l 9.1524,-0.0000 l 0.0000,4.5830 l -9.1524,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,149.1790 l 10.9829,-0.0000 l 0.0000,4.5830 l -10.9829,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,153.7620 l 10.0677,-0.0000 l 0.0000,4.5830 l -10.0677,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,158.3451 l 16.4744,-0.0000 l 0.0000,4.5830 l -16.4744,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,162.9281 l 19.2201,-0.0000 l 0.0000,4.5830 l -19.2201,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,167.5112 l 19.2201,-0.0000 l 0.0000,4.5830 l -19.2201,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,172.0942 l 28.3725,-0.0000 l 0.0000,4.5830 l -28.3725,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,176.6773 l 27.4573,-0.0000 l 0.0000,4.5830 l -27.4573,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,181.2603 l 29.2878,-0.0000 l 0.0000,4.5830 l -29.2878,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,185.8434 l 40.2707,-0.0000 l 0.0000,4.5830 l -40.2707,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,190.4264 l 26.5420,-0.0000 l 0.0000,4.5830 l -26.5420,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,195.0094 l 28.3725,-0.0000 l 0.0000,4.5830 l -28.3725,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,199.5925 l 43.0164,-0.0000 l 0.0000,4.5830 l -43.0164,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,204.1755 l 53.9993,-0.0000 l 0.0000,4.5830 l -53.9993,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,208.7586 l 52.1688,-0.0000 l 0.0000,4.5830 l -52.1688,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,213.3416 l 51.2536,-0.0000 l 0.0000,4.5830 l -51.2536,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,217.9247 l 41.1859,-0.0000 l 0.0000,4.5830 l -41.1859,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,222.5077 l 40.2707,-0.0000 l 0.0000,4.5830 l -40.2707,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,227.0908 l 35.6945,-0.0000 l 0.0000,4.5830 l -35.6945,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,231.6738 l 32.9487,-0.0000 l 0.0000,4.5830 l -32.9487,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,236.2569 l 36.6097,-0.0000 l 0.0000,4.5830 l -36.6097,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,240.8399 l 31.1183,-0.0000 l 0.0000,4.5830 l -31.1183,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,245.4230 l 29.2878,-0.0000 l 0.0000,4.5830 l -29.2878,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,250.0060 l 28.3725,-0.0000 l 0.0000,4.5830 l -28.3725,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,254.5891 l 26.5420,-0.0000 l 0.0000,4.5830 l -26.5420,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,259.1721 l 23.7963,-0.0000 l 0.0000,4.5830 l -23.7963,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,263.7551 l 12.8134,-0.0000 l 0.0000,4.5830 l -12.8134,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,268.3382 l 17.3896,-0.0000 l 0.0000,4.5830 l -17.3896,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,272.9212 l 12.8134,-0.0000 l 0.0000,4.5830 l -12.8134,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,277.5043 l 8.2372,-0.0000 l 0.0000,4.5830 l -8.2372,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,282.0873 l 8.2372,-0.0000 l 0.0000,4.5830 l -8.2372,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,286.6704 l 6.4067,-0.0000 l 0.0000,4.5830 l -6.4067,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,291.2534 l 6.4067,-0.0000 l 0.0000,4.5830 l -6.4067,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,295.8365 l 5.4915,-0.0000 l 0.0000,4.5830 l -5.4915,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,300.4195 l 6.4067,-0.0000 l 0.0000,4.5830 l -6.4067,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,305.0026 l 2.7457,0.0000 l 0.0000,4.5830 l -2.7457,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,309.5856 l 2.7457,0.0000 l 0.0000,4.5830 l -2.7457,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,314.1687 l 3.6610,-0.0000 l 0.0000,4.5830 l -3.6610,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,318.7517 l 1.8305,0.0000 l 0.0000,4.5830 l -1.8305,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,323.3348 l 0.0000,0.0000 l 0.0000,4.5830 l -0.0000,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,327.9178 l 0.0000,0.0000 l 0.0000,4.5830 l -0.0000,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,62.5042 l 1.8287,0.0000 l 0.0000,4.6159 l -1.8287,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,67.1202 l 0.9143,0.0000 l 0.0000,4.6159 l -0.9143,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,71.7361 l 4.5716,-0.0000 l 0.0000,4.6159 l -4.5716,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,76.3521 l 0.9143,0.0000 l 0.0000,4.6159 l -0.9143,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,80.9680 l 1.8287,0.0000 l 0.0000,4.6159 l -1.8287,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,85.5839 l 3.6573,-0.0000 l 0.0000,4.6159 l -3.6573,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,90.1999 l 2.7430,0.0000 l 0.0000,4.6159 l -2.7430,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,94.8158 l 5.4860,-0.0000 l 0.0000,4.6159 l -5.4860,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,99.4318 l 1.8287,0.0000 l 0.0000,4.6159 l -1.8287,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,104.0477 l 5.4860,-0.0000 l 0.0000,4.6159 l -5.4860,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,108.6637 l 14.6292,-0.0000 l 0.0000,4.6159 l -14.6292,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,113.2796 l 11.8862,-0.0000 l 0.0000,4.6159 l -11.8862,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,117.8956 l 10.0576,-0.0000 l 0.0000,4.6159 l -10.0576,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,122.5115 l 25.6011,-0.0000 l 0.0000,4.6159 l -25.6011,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,127.1275 l 22.8582,-0.0000 l 0.0000,4.6159 l -22.8582,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,131.7434 l 22.8582,-0.0000 l 0.0000,4.6159 l -22.8582,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,136.3594 l 30.1728,-0.0000 l 0.0000,4.6159 l -30.1728,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,140.9753 l 20.1152,-0.0000 l 0.0000,4.6159 l -20.1152,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,145.5912 l 31.0871,-0.0000 l 0.0000,4.6159 l -31.0871,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,150.2072 l 32.0014,-0.0000 l 0.0000,4.6159 l -32.0014,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,154.8231 l 34.7444,-0.0000 l 0.0000,4.6159 l -34.7444,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,159.4391 l 33.8301,-0.0000 l 0.0000,4.6159 l -33.8301,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,164.0550 l 40.2304,-0.0000 l 0.0000,4.6159 l -40.2304,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,168.6710 l 43.8877,-0.0000 l 0.0000,4.6159 l -43.8877,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,173.2869 l 45.7163,-0.0000 l 0.0000,4.6159 l -45.7163,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,177.9029 l 35.6587,-0.0000 l 0.0000,4.6159 l -35.6587,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,182.5188 l 43.8877,-0.0000 l 0.0000,4.6159 l -43.8877,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,187.1348 l 52.1166,-0.0000 l 0.0000,4.6159 l -52.1166,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,191.7507 l 44.8020,-0.0000 l 0.0000,4.6159 l -44.8020,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,196.3666 l 32.9158,-0.0000 l 0.0000,4.6159 l -32.9158,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,200.9826 l 39.3160,-0.0000 l 0.0000,4.6159 l -39.3160,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,205.5985 l 32.9158,-0.0000 l 0.0000,4.6159 l -32.9158,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,210.2145 l 23.7725,-0.0000 l 0.0000,4.6159 l -23.7725,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,214.8304 l 25.6011,-0.0000 l 0.0000,4.6159 l -25.6011,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,219.4464 l 23.7725,-0.0000 l 0.0000,4.6159 l -23.7725,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,224.0623 l 29.2585,-0.0000 l 0.0000,4.6159 l -29.2585,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,228.6783 l 10.9719,-0.0000 l 0.0000,4.6159 l -10.9719,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,233.2942 l 11.8862,-0.0000 l 0.0000,4.6159 l -11.8862,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,237.9102 l 15.5436,-0.0000 l 0.0000,4.6159 l -15.5436,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,242.5261 l 7.3146,-0.0000 l 0.0000,4.6159 l -7.3146,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,247.1421 l 6.4003,-0.0000 l 0.0000,4.6159 l -6.4003,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,251.7580 l 5.4860,-0.0000 l 0.0000,4.6159 l -5.4860,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,256.3739 l 7.3146,-0.0000 l 0.0000,4.6159 l -7.3146,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,260.9899 l 5.4860,-0.0000 l 0.0000,4.6159 l -5.4860,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,265.6058 l 2.7430,0.0000 l 0.0000,4.6159 l -2.7430,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,270.2218 l 0.9143,0.0000 l 0.0000,4.6159 l -0.9143,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,274.8377 l 0.9143,0.0000 l 0.0000,4.6159 l -0.9143,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,279.4537 l 2.7430,0.0000 l 0.0000,4.6159 l -2.7430,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,284.0696 l 0.0000,0.0000 l 0.0000,4.6159 l -0.0000,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.4985,288.6856 l 2.7430,0.0000 l 0.0000,4.6159 l -2.7430,0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 407.9987,346.0007 l -0.0000,0.0000 h -4.9645 l -0.0000,-0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 403.0342,346.0007 l -0.0000,0.0000 h -4.9645 l -0.0000,-0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 398.0697,346.0007 l -0.0000,0.0000 h -4.9645 l -0.0000,-0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 393.1053,346.0007 l -0.0000,0.0000 h -4.9645 l -0.0000,-0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 388.1408,346.0007 l -0.0000,0.0000 h -4.9645 l -0.0000,-0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 383.1764,346.0007 l -0.0000,0.0000 h -4.9645 l -0.0000,-0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 378.2119,346.0007 l -0.0000,0.0000 h -4.9645 l -0.0000,-0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 373.2475,346.0007 l -0.0000,0.0000 h -4.9645 l -0.0000,-0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 368.2830,346.0007 l -0.0000,0.6243 h -4.9645 l -0.0000,-0.6243 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 363.3186,346.0007 l -0.0000,0.6243 h -4.9645 l -0.0000,-0.6243 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 358.3541,346.0007 l -0.0000,0.0000 h -4.9645 l -0.0000,-0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 353.3897,346.0007 l -0.0000,0.0000 h -4.9645 l -0.0000,-0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 348.4252,346.0007 l -0.0000,0.3121 h -4.9645 l -0.0000,-0.3121 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 343.4608,346.0007 l -0.0000,0.3121 h -4.9645 l -0.0000,-0.3121 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 338.4963,346.0007 l -0.0000,0.0000 h -4.9645 l -0.0000,-0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 333.5319,346.0007 l -0.0000,0.6243 h -4.9645 l -0.0000,-0.6243 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 328.5674,346.0007 l -0.0000,0.0000 h -4.9645 l -0.0000,-0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 323.6030,346.0007 l -0.0000,0.6243 h -4.9645 l -0.0000,-0.6243 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 318.6385,346.0007 l -0.0000,0.9364 h -4.9645 l -0.0000,-0.9364 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 313.6741,346.0007 l -0.0000,1.8728 h -4.9645 l -0.0000,-1.8728 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 308.7096,346.0007 l -0.0000,0.0000 h -4.9645 l -0.0000,-0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 303.7452,346.0007 l -0.0000,1.2485 h -4.9645 l -0.0000,-1.2485 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 298.7807,346.0007 l -0.0000,0.6243 h -4.9645 l -0.0000,-0.6243 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 293.8163,346.0007 l -0.0000,2.1849 h -4.9645 l -0.0000,-2.1849 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 288.8518,346.0007 l -0.0000,0.9364 h -4.9645 l -0.0000,-0.9364 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 283.8874,346.0007 l -0.0000,0.9364 h -4.9645 l -0.0000,-0.9364 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 278.9229,346.0007 l -0.0000,0.3121 h -4.9645 l -0.0000,-0.3121 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 273.9585,346.0007 l -0.0000,1.8728 h -4.9645 l -0.0000,-1.8728 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 268.9940,346.0007 l -0.0000,2.4971 h -4.9645 l -0.0000,-2.4971 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 264.0295,346.0007 l -0.0000,3.4335 h -4.9645 l -0.0000,-3.4335 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 259.0651,346.0007 l -0.0000,4.3699 h -4.9645 l -0.0000,-4.3699 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 254.1006,346.0007 l -0.0000,3.4335 h -4.9645 l -0.0000,-3.4335 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 249.1362,346.0007 l -0.0000,4.0578 h -4.9645 l -0.0000,-4.0578 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 244.1717,346.0007 l -0.0000,3.7456 h -4.9645 l -0.0000,-3.7456 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 239.2073,346.0007 l -0.0000,7.8034 h -4.9645 l -0.0000,-7.8034 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 234.2428,346.0007 l -0.0000,5.6184 h -4.9645 l -0.0000,-5.6184 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 229.2784,346.0007 l -0.0000,7.1791 h -4.9645 l -0.0000,-7.1791 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 224.3139,346.0007 l -0.0000,7.1791 h -4.9645 l -0.0000,-7.1791 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 219.3495,346.0007 l -0.0000,8.1155 h -4.9645 l -0.0000,-8.1155 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 214.3850,346.0007 l -0.0000,9.9883 h -4.9645 l -0.0000,-9.9883 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 209.4206,346.0007 l -0.0000,13.7339 h -4.9645 l -0.0000,-13.7339 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 204.4561,346.0007 l -0.0000,10.9247 h -4.9645 l -0.0000,-10.9247 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 199.4917,346.0007 l -0.0000,14.0461 h -4.9645 l -0.0000,-14.0461 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 194.5272,346.0007 l -0.0000,21.2252 h -4.9645 l -0.0000,-21.2252 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 189.5628,346.0007 l -0.0000,19.3524 h -4.9645 l -0.0000,-19.3524 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 184.5983,346.0007 l -0.0000,18.4160 h -4.9645 l -0.0000,-18.4160 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 179.6339,346.0007 l -0.0000,20.9130 h -4.9645 l -0.0000,-20.9130 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 174.6694,346.0007 l -0.0000,29.9649 h -4.9645 l -0.0000,-29.9649 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 169.7050,346.0007 l -0.0000,27.4679 h -4.9645 l -0.0000,-27.4679 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 164.7405,346.0007 l -0.0000,53.9993 h -4.9645 l -0.0000,-53.9993 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 363.0810,346.0007 l -0.0000,0.3118 h -4.5016 l -0.0000,-0.3118 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 358.5795,346.0007 l -0.0000,0.0000 h -4.5016 l -0.0000,-0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 354.0779,346.0007 l -0.0000,0.0000 h -4.5016 l -0.0000,-0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 349.5763,346.0007 l -0.0000,0.0000 h -4.5016 l -0.0000,-0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 345.0747,346.0007 l -0.0000,0.3118 h -4.5016 l -0.0000,-0.3118 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 340.5731,346.0007 l -0.0000,0.0000 h -4.5016 l -0.0000,-0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 336.0716,346.0007 l -0.0000,0.0000 h -4.5016 l -0.0000,-0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 331.5700,346.0007 l -0.0000,0.0000 h -4.5016 l -0.0000,-0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 327.0684,346.0007 l -0.0000,0.6236 h -4.5016 l -0.0000,-0.6236 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 322.5668,346.0007 l -0.0000,0.3118 h -4.5016 l -0.0000,-0.3118 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 318.0652,346.0007 l -0.0000,0.0000 h -4.5016 l -0.0000,-0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 313.5637,346.0007 l -0.0000,0.0000 h -4.5016 l -0.0000,-0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 309.0621,346.0007 l -0.0000,0.3118 h -4.5016 l -0.0000,-0.3118 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 304.5605,346.0007 l -0.0000,0.3118 h -4.5016 l -0.0000,-0.3118 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 300.0589,346.0007 l -0.0000,0.0000 h -4.5016 l -0.0000,-0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 295.5573,346.0007 l -0.0000,1.5591 h -4.5016 l -0.0000,-1.5591 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 291.0558,346.0007 l -0.0000,0.0000 h -4.5016 l -0.0000,-0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 286.5542,346.0007 l -0.0000,0.6236 h -4.5016 l -0.0000,-0.6236 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 282.0526,346.0007 l -0.0000,0.6236 h -4.5016 l -0.0000,-0.6236 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 277.5510,346.0007 l -0.0000,0.0000 h -4.5016 l -0.0000,-0.0000 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 273.0494,346.0007 l -0.0000,1.5591 h -4.5016 l -0.0000,-1.5591 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 268.5479,346.0007 l -0.0000,2.1828 h -4.5016 l -0.0000,-2.1828 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 264.0463,346.0007 l -0.0000,1.2473 h -4.5016 l -0.0000,-1.2473 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 259.5447,346.0007 l -0.0000,2.1828 h -4.5016 l -0.0000,-2.1828 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 255.0431,346.0007 l -0.0000,2.1828 h -4.5016 l -0.0000,-2.1828 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 250.5415,346.0007 l -0.0000,1.5591 h -4.5016 l -0.0000,-1.5591 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 246.0400,346.0007 l -0.0000,3.7419 h -4.5016 l -0.0000,-3.7419 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 241.5384,346.0007 l -0.0000,3.7419 h -4.5016 l -0.0000,-3.7419 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 237.0368,346.0007 l -0.0000,3.4300 h -4.5016 l -0.0000,-3.4300 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.5352,346.0007 l -0.0000,1.8709 h -4.5016 l -0.0000,-1.8709 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 228.0336,346.0007 l -0.0000,3.7419 h -4.5016 l -0.0000,-3.7419 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 223.5320,346.0007 l -0.0000,3.4300 h -4.5016 l -0.0000,-3.4300 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 219.0305,346.0007 l -0.0000,5.3010 h -4.5016 l -0.0000,-5.3010 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 214.5289,346.0007 l -0.0000,7.7956 h -4.5016 l -0.0000,-7.7956 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 210.0273,346.0007 l -0.0000,5.3010 h -4.5016 l -0.0000,-5.3010 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 205.5257,346.0007 l -0.0000,6.2364 h -4.5016 l -0.0000,-6.2364 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 201.0241,346.0007 l -0.0000,8.1074 h -4.5016 l -0.0000,-8.1074 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 196.5226,346.0007 l -0.0000,7.4837 h -4.5016 l -0.0000,-7.4837 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 192.0210,346.0007 l -0.0000,8.4192 h -4.5016 l -0.0000,-8.4192 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 187.5194,346.0007 l -0.0000,11.8493 h -4.5016 l -0.0000,-11.8493 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 183.0178,346.0007 l -0.0000,7.7956 h -4.5016 l -0.0000,-7.7956 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 178.5162,346.0007 l -0.0000,13.0965 h -4.5016 l -0.0000,-13.0965 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 174.0147,346.0007 l -0.0000,14.6557 h -4.5016 l -0.0000,-14.6557 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 169.5131,346.0007 l -0.0000,21.8276 h -4.5016 l -0.0000,-21.8276 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 165.0115,346.0007 l -0.0000,17.4621 h -4.5016 l -0.0000,-17.4621 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 160.5099,346.0007 l -0.0000,17.4621 h -4.5016 l -0.0000,-17.4621 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 156.0083,346.0007 l -0.0000,19.9566 h -4.5016 l -0.0000,-19.9566 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 151.5068,346.0007 l -0.0000,21.2039 h -4.5016 l -0.0000,-21.2039 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 147.0052,346.0007 l -0.0000,29.3113 h -4.5016 l -0.0000,-29.3113 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 142.5036,346.0007 l -0.0000,52.3862 h -4.5016 l -0.0000,-52.3862 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.1" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 407.9987,51.7044 l -0.0000,-5.3999 h -269.9966 l -0.0000,5.3999 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 383.2647,33.9665 ZM 384.3035,26.0323 c 0.0000,-1.0209 0.9851,-2.4179 2.8656 -2.4179c 1.3791,-0.0000 2.9910,0.5194 2.9910 2.5791c 0.0000,1.3612 -0.6985,2.0418 -1.6657 2.9731l -1.7015,1.6477 c -0.0896,0.0896 -1.2895,1.2716 -1.2895 2.1134h 3.0447 c 0.6089,-0.0000 0.9313,-0.3045 1.1821 -1.2895l 0.4478,0.0716 l -0.3582,2.2567 h -5.5343 c 0.0000,-1.0030 0.1612,-1.7731 1.8268 -3.4746l 1.2537,-1.2358 c 1.0030,-1.0209 1.4149,-1.8985 1.4149 -2.9910c 0.0000,-1.6298 -1.1104,-2.0955 -1.7194 -2.0955c -1.2358,-0.0000 -1.5761,0.6448 -1.5761 1.0746c 0.0000,0.1433 0.0358,0.2866 0.0716 0.4119c 0.0358,0.1254 0.0716,0.2507 0.0716 0.3940c 0.0000,0.4657 -0.3582,0.6448 -0.6448 0.6448c -0.3940,-0.0000 -0.6806,-0.3045 -0.6806 -0.6627ZM 391.1094,33.9665 ZM 395.0318,24.2413 c -0.7701,-0.0000 -1.8985,0.7522 -1.8985 4.9253c 0.0000,1.4686 0.2687,4.4238 1.8448 4.4238c 0.3045,-0.0000 1.1642,-0.1970 1.5403 -1.5940c 0.2328,-0.8597 0.3582,-1.9343 0.3582 -3.4925c 0.0000,-2.2746 -0.5731,-3.5462 -1.0925 -3.9940c -0.1970,-0.1791 -0.4657,-0.2687 -0.7522 -0.2687ZM 395.0318,24.2413 ZM 394.9601,34.1814 c -1.9164,-0.0000 -3.2059,-2.4537 -3.2059 -5.1940c 0.0000,-3.3492 1.5940,-5.3731 3.2776 -5.3731c 0.7701,-0.0000 1.5403,0.4836 2.0597 1.1821c 0.7522,1.0030 1.1463,2.3462 1.1463 4.0298c 0.0000,3.9761 -1.9701,5.3552 -3.2776 5.3552Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.8734876902580468" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 391.1094,43.6045 v 8.0999 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 328.8330,33.9665 ZM 332.2002,25.4233 c -0.3403,-0.0000 -1.1283,0.3224 -1.5224 0.5015l -0.2149,-0.5552 c 1.5761,-0.7343 2.1850,-1.1104 3.0806 -1.7552h 0.3403 v 9.0088 c 0.0000,0.6448 0.0896,0.8239 0.6806 0.8239h 0.9313 c 0.0537,-0.0000 0.1433,0.0358 0.1433 0.1433v 0.3940 l -2.4537,-0.0358 l -2.4895,0.0358 v -0.3940 c 0.0179,-0.0537 0.0358,-0.1433 0.1433 -0.1433h 1.0746 c 0.6806,-0.0000 0.6806,-0.3045 0.6806 -0.8239v -6.1611 c 0.0000,-0.6089 0.0000,-1.0388 -0.3940 -1.0388ZM 336.6777,33.9665 ZM 342.2120,30.9397 c 0.0000,-1.8448 -1.0030,-2.7582 -2.1134 -2.7582c -0.8239,-0.0000 -1.4507,0.1254 -2.1492 0.4119l 0.5731,-4.8895 c 0.5910,0.0537 1.2000,0.0716 1.8268 0.0716c 0.8955,-0.0000 1.8268,-0.0537 2.7940 -0.1612l 0.1075,0.0537 l -0.2687,1.1642 c -0.6985,0.0716 -1.2716,0.0896 -1.7731 0.0896c -0.8060,-0.0000 -1.4149,-0.0716 -2.0418 -0.1433l -0.3403,2.8298 c 0.3761,-0.1433 1.0209,-0.2687 1.7194 -0.2687c 1.8985,-0.0000 2.9552,1.6477 2.9552 3.2955c 0.0000,2.0059 -1.3970,3.5462 -3.4209 3.5462c -1.0209,-0.0000 -2.5074,-0.5731 -2.5074 -1.2716c 0.0000,-0.3403 0.2866,-0.5731 0.6089 -0.5731c 0.3582,-0.0000 0.5910,0.2687 0.8060 0.5552c 0.2687,0.3224 0.5552,0.6806 1.1283 0.6806c 1.1463,-0.0000 2.0955,-1.0746 2.0955 -2.6328Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.8734876902580468" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 336.6777,43.6045 v 8.0999 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 274.4013,33.9665 ZM 277.7685,25.4233 c -0.3403,-0.0000 -1.1283,0.3224 -1.5224 0.5015l -0.2149,-0.5552 c 1.5761,-0.7343 2.1850,-1.1104 3.0806 -1.7552h 0.3403 v 9.0088 c 0.0000,0.6448 0.0896,0.8239 0.6806 0.8239h 0.9313 c 0.0537,-0.0000 0.1433,0.0358 0.1433 0.1433v 0.3940 l -2.4537,-0.0358 l -2.4895,0.0358 v -0.3940 c 0.0179,-0.0537 0.0358,-0.1433 0.1433 -0.1433h 1.0746 c 0.6806,-0.0000 0.6806,-0.3045 0.6806 -0.8239v -6.1611 c 0.0000,-0.6089 0.0000,-1.0388 -0.3940 -1.0388ZM 282.2460,33.9665 ZM 286.1684,24.2413 c -0.7701,-0.0000 -1.8985,0.7522 -1.8985 4.9253c 0.0000,1.4686 0.2687,4.4238 1.8448 4.4238c 0.3045,-0.0000 1.1642,-0.1970 1.5403 -1.5940c 0.2328,-0.8597 0.3582,-1.9343 0.3582 -3.4925c 0.0000,-2.2746 -0.5731,-3.5462 -1.0925 -3.9940c -0.1970,-0.1791 -0.4657,-0.2687 -0.7522 -0.2687ZM 286.1684,24.2413 ZM 286.0967,34.1814 c -1.9164,-0.0000 -3.2059,-2.4537 -3.2059 -5.1940c 0.0000,-3.3492 1.5940,-5.3731 3.2776 -5.3731c 0.7701,-0.0000 1.5403,0.4836 2.0597 1.1821c 0.7522,1.0030 1.1463,2.3462 1.1463 4.0298c 0.0000,3.9761 -1.9701,5.3552 -3.2776 5.3552Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.8734876902580468" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 282.2460,43.6045 v 8.0999 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 223.8920,33.9665 ZM 229.4262,30.9397 c 0.0000,-1.8448 -1.0030,-2.7582 -2.1134 -2.7582c -0.8239,-0.0000 -1.4507,0.1254 -2.1492 0.4119l 0.5731,-4.8895 c 0.5910,0.0537 1.2000,0.0716 1.8268 0.0716c 0.8955,-0.0000 1.8268,-0.0537 2.7940 -0.1612l 0.1075,0.0537 l -0.2687,1.1642 c -0.6985,0.0716 -1.2716,0.0896 -1.7731 0.0896c -0.8060,-0.0000 -1.4149,-0.0716 -2.0418 -0.1433l -0.3403,2.8298 c 0.3761,-0.1433 1.0209,-0.2687 1.7194 -0.2687c 1.8985,-0.0000 2.9552,1.6477 2.9552 3.2955c 0.0000,2.0059 -1.3970,3.5462 -3.4209 3.5462c -1.0209,-0.0000 -2.5074,-0.5731 -2.5074 -1.2716c 0.0000,-0.3403 0.2866,-0.5731 0.6089 -0.5731c 0.3582,-0.0000 0.5910,0.2687 0.8060 0.5552c 0.2687,0.3224 0.5552,0.6806 1.1283 0.6806c 1.1463,-0.0000 2.0955,-1.0746 2.0955 -2.6328Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.8734876902580468" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 227.8143,43.6045 v 8.0999 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 169.4603,33.9665 ZM 173.3826,24.2413 c -0.7701,-0.0000 -1.8985,0.7522 -1.8985 4.9253c 0.0000,1.4686 0.2687,4.4238 1.8448 4.4238c 0.3045,-0.0000 1.1642,-0.1970 1.5403 -1.5940c 0.2328,-0.8597 0.3582,-1.9343 0.3582 -3.4925c 0.0000,-2.2746 -0.5731,-3.5462 -1.0925 -3.9940c -0.1970,-0.1791 -0.4657,-0.2687 -0.7522 -0.2687ZM 173.3826,24.2413 ZM 173.3110,34.1814 c -1.9164,-0.0000 -3.2059,-2.4537 -3.2059 -5.1940c 0.0000,-3.3492 1.5940,-5.3731 3.2776 -5.3731c 0.7701,-0.0000 1.5403,0.4836 2.0597 1.1821c 0.7522,1.0030 1.1463,2.3462 1.1463 4.0298c 0.0000,3.9761 -1.9701,5.3552 -3.2776 5.3552Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.8734876902580468" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 173.3826,43.6045 v 8.0999 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 407.9987,332.5008 l -0.0000,-269.9966 h -269.9966 l -0.0000,269.9966 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 171.0028,201.5962 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 169.0531,222.0355 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 198.1341,191.4615 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 168.5322,194.4391 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 172.8541,204.7023 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 162.5615,202.0249 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 299.9041,262.8314 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 211.7221,262.7999 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 225.6420,274.0853 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 206.5780,229.8233 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 207.2830,302.5133 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 193.8634,261.0709 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 195.3448,191.1061 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 162.9329,199.5036 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 163.7477,161.2761 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 230.4169,202.3668 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 204.8926,226.9406 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 174.6699,184.9924 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 191.2561,182.4810 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 216.6448,261.7671 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 192.0547,186.9594 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 192.5923,294.9856 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 171.0625,221.5510 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 162.6891,184.1513 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 259.4477,222.9793 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 178.8399,189.8878 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 209.5726,198.2605 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 206.2513,215.2411 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 240.8065,211.4855 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 162.5362,198.3000 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 215.4588,211.4938 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 235.5478,217.9015 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 193.5522,254.1498 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 265.7724,196.7513 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 192.5005,167.2652 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 181.9240,232.9027 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 206.9885,237.0619 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 208.3781,284.0997 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 195.5990,196.1293 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 203.9536,237.8283 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 168.6618,205.9215 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 209.3105,176.8615 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 283.7725,306.2659 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 177.4785,176.9703 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 173.0189,253.8097 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 264.0407,241.8569 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 178.9763,241.7412 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 172.0724,225.8765 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 210.9083,208.1329 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 225.3964,223.9319 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 253.4467,301.1837 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 170.3900,239.6953 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 240.4180,247.6713 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 188.4230,216.4019 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 218.1346,271.3062 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 211.9256,204.9143 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 185.4682,239.3237 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 169.2117,211.8726 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 296.2795,253.0930 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 211.2201,258.5730 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 183.2587,206.9967 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 292.6291,257.7097 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 162.4958,227.2469 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 199.0241,190.5624 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 268.6173,253.9452 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 251.2122,282.6328 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.2955,208.0380 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 195.9123,260.2249 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 319.0250,177.8627 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 261.2661,225.9118 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 204.8262,215.1280 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 165.6611,150.0027 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 184.4684,229.2364 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 171.9867,224.7394 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 214.4530,272.4960 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 214.2163,225.7924 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 174.4889,248.9472 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 187.8153,285.2210 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 245.2826,232.8836 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 257.2758,228.2124 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 185.1193,210.9801 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 165.6904,207.0196 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 165.2683,211.5088 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 206.2638,202.5973 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 195.3216,228.6316 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 165.5466,206.9125 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 213.1100,224.7642 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 162.6920,172.6367 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 178.0427,240.0827 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 186.0502,204.2458 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 202.9613,191.6968 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 173.4152,170.9683 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 191.8890,279.3417 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 170.9642,196.2476 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 166.8391,212.2640 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 175.3836,216.9355 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 229.4107,282.0505 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 179.7087,290.1637 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 198.6015,230.9786 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 169.9472,174.7167 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 214.7699,260.0287 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 223.3555,149.5687 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 172.5148,262.6064 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 162.5769,212.6623 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 216.6093,245.2529 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 186.5252,194.7488 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 228.6596,252.6078 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 179.9808,203.9814 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 163.9148,173.4899 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 162.8048,213.8401 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 170.6660,187.5346 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 210.3552,255.3797 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 260.6571,254.1845 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 193.0574,225.4556 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 203.6239,251.5983 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 182.7798,186.6774 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 203.1889,240.7852 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 318.0475,283.8165 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 202.7393,220.1291 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 180.2947,212.1201 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 187.9263,146.7905 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 175.5191,206.9195 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 165.7981,199.3331 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 262.9597,237.0371 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 223.7594,191.1986 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 194.6261,214.0005 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 187.2049,252.4893 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 215.6014,175.0323 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 261.3424,215.1961 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 180.8604,214.3245 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 175.8693,243.2244 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 202.9243,269.0915 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 180.1744,213.0532 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 196.0677,235.1623 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 165.9815,207.6850 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 162.4979,186.3057 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 171.0153,171.2656 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 208.0765,223.5170 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 171.6927,208.2635 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 211.5300,234.7265 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 186.9245,190.2771 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 219.6852,268.4689 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 165.5951,203.7602 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 171.6858,221.9086 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 196.6473,264.0658 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 205.6263,267.9065 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 164.8527,234.0664 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 178.4285,178.8706 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 217.8915,190.8986 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 162.8641,210.5676 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 221.7731,202.1279 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 243.2026,214.4140 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 171.2591,182.3640 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 195.6721,202.5561 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 185.4805,217.3845 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 216.3747,214.5315 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 364.7030,281.8363 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 227.2768,229.5506 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 163.5773,230.8983 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 195.2258,212.6883 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 273.8717,292.5239 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 174.8276,219.5522 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 170.6908,220.3498 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 223.6018,207.5000 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 168.3627,231.4108 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 221.5783,236.0861 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 188.1856,255.6858 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 166.9266,156.7386 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 177.6707,246.4731 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 224.2358,257.1558 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 196.7698,190.4114 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 191.1235,207.2362 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 164.5732,169.4284 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 163.0816,145.7977 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 191.0145,253.7682 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 163.4761,219.9963 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 171.3594,163.8487 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 189.6000,233.7016 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 177.3574,122.7029 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 259.7451,217.3096 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 176.8907,240.1212 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 174.4584,207.4926 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 188.0732,219.0365 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 198.8905,155.2993 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 315.2389,247.3272 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 165.4525,174.1026 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 163.1343,189.6483 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 162.5672,143.6881 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 256.1111,303.5989 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 172.8209,171.6057 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 231.1813,296.3823 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 234.4499,266.9572 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 165.1059,132.9896 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 239.6919,201.8140 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 164.5042,233.8415 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 226.5225,257.6236 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 194.2684,285.5256 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 173.5154,203.7215 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 228.7312,175.0269 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 196.5032,260.2836 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.1450,183.8852 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 270.8221,248.5756 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 164.3995,183.4916 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 169.6995,233.3671 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 175.4500,168.5342 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 172.9944,166.8526 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 166.0253,190.5895 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 198.8136,213.4526 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 164.0335,281.8250 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 182.2349,251.7224 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 193.8212,233.0044 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 193.6893,220.0560 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 173.2622,189.5118 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 170.8882,159.6472 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 184.5447,260.6738 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 189.1062,156.8810 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 178.2309,270.5393 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 163.3579,227.6670 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 185.6209,206.1322 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 200.9018,282.4125 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 236.2987,274.1283 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 172.4503,229.1786 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 163.7063,207.1138 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 215.8868,206.2997 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 196.1283,193.5317 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 211.9536,264.1496 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 165.8107,228.2570 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 319.8278,241.9722 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 184.5635,212.1230 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 239.8147,194.9151 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 208.9185,222.4180 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 163.4679,181.6345 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 193.8521,235.7333 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 179.1129,172.7014 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 187.1069,174.4999 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 162.6411,219.1434 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 173.4486,158.7138 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 186.7628,215.6214 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 187.6736,218.6227 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 363.6166,322.5311 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 217.9297,244.1397 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 258.9940,214.5543 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 267.8685,273.1294 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 238.4374,247.3472 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 162.6988,179.4228 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 197.5645,222.0281 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 170.7172,219.6836 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 202.5605,252.0417 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 187.2581,193.0906 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 166.5190,135.7436 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 167.9340,257.1465 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 184.6100,207.5364 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 206.3828,231.3266 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 190.1469,170.0507 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 315.9280,291.6477 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 173.0925,226.2808 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 198.6522,204.6617 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 193.0386,221.5867 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 172.1338,284.2146 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 189.9103,211.3563 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 196.6121,264.3734 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 306.0515,258.2247 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 173.3690,164.6328 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 168.7560,259.4161 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 171.9281,214.2731 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 213.1822,212.8673 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 177.5212,252.0028 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 248.2136,296.3144 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 163.9572,166.4395 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 174.3586,244.4021 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 173.2901,252.7113 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 176.5996,230.6444 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 165.7717,171.9430 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 222.2018,228.4674 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 194.1104,239.4156 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 217.5550,232.3541 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 171.3615,225.0141 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 176.2049,210.4065 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 202.0485,243.7059 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 166.1542,194.8963 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 200.6962,187.4621 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 314.1795,213.3581 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 258.0580,251.7014 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 182.8267,190.2104 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 175.5047,169.0118 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 172.0512,163.7222 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 165.2566,207.6500 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 162.9027,196.8556 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 206.6184,241.4891 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 184.7867,157.8981 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 194.9350,220.8930 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 187.5305,264.8104 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 184.3037,226.9575 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 227.9878,242.0899 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 178.3958,194.8055 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 246.2389,261.8278 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 194.7325,228.2125 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 249.7844,275.5785 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 191.7036,167.9345 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 171.3357,201.8980 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 223.3034,249.1736 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 212.7144,223.1493 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 183.0685,165.5233 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 218.7660,201.8808 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 223.9566,218.3995 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 163.4266,194.8797 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 198.8443,218.1442 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 203.3290,222.6683 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 183.5219,203.5465 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 185.2031,196.0965 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 208.6849,233.6700 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 164.4020,189.8292 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 171.4860,203.0361 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 228.3994,206.5103 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 207.7988,270.4820 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 167.5456,206.0554 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 162.8493,137.0283 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 175.5381,230.3900 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 162.6173,202.7188 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 194.4617,208.4985 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 239.9780,289.9219 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 174.6757,176.2291 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 212.4566,214.7799 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 191.7983,221.1947 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 183.8590,205.4029 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 262.3643,246.9751 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 239.7346,196.8272 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 211.0649,205.8683 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 205.2333,254.2320 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 185.8621,224.0671 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 169.6160,192.0938 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 162.8497,209.7405 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 162.5404,172.0885 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 162.4910,129.6761 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 163.3771,160.8528 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 211.7734,258.0338 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 182.9763,265.5563 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 198.9030,177.6423 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 179.2699,198.8310 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 167.1933,246.1180 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 192.8964,244.0253 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 177.3914,218.3022 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 183.7653,232.2996 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 268.1964,212.7508 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 257.1829,241.2522 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 163.1864,140.7444 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 166.2709,174.0431 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 206.6604,241.2306 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 194.8929,108.4584 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 172.9727,179.2049 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 271.8597,185.8725 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 256.0570,232.1167 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 180.3727,208.1000 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 168.3834,163.0249 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 191.9004,231.2844 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 194.0117,270.4538 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 184.2623,138.1593 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 186.0124,221.8523 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 201.6456,191.4340 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 169.8325,215.0517 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 162.7157,179.2320 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 174.1385,182.6963 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 242.6696,262.4878 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 277.2326,249.4100 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 176.6603,234.9660 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 169.1899,173.7148 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 202.7170,191.7040 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 200.5800,180.0025 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 195.0804,207.2698 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 176.4226,231.5756 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 213.0898,226.4530 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 165.6106,254.5631 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 172.0081,207.5435 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 165.3692,217.8056 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 168.2687,129.8453 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 175.8544,215.1923 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 163.5341,284.6431 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 163.2177,145.5468 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 163.8087,205.2883 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 179.0867,205.7802 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 215.2454,205.0613 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 185.9216,220.5930 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 163.9924,266.7850 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 254.1603,211.8674 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 198.8934,198.2365 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 209.0827,202.0362 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 182.5066,242.7100 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 262.3541,229.5586 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 201.8541,271.2639 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 287.9518,230.3245 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 190.4609,188.7785 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 219.5552,181.1495 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 197.5810,210.4105 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 169.9322,154.6203 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 172.7503,154.6259 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 199.5441,260.3920 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 162.6860,156.6367 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 211.3106,244.6544 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 162.4760,306.3337 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 182.7518,171.7157 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 175.7657,238.4811 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 236.2286,285.9929 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 164.4103,150.2836 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 179.7092,197.9719 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 164.6006,284.6208 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 183.7037,215.4795 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 179.9292,209.9746 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 410.6986,284.9298 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 163.6603,152.4393 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 199.5963,210.4580 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 185.5124,181.4163 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 183.3599,217.5328 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 191.6289,219.2971 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 237.9349,215.9711 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 204.4960,216.7272 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 178.7685,248.1095 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 170.4147,230.8954 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 203.8179,176.5847 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 178.4384,259.4127 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 215.6965,215.1696 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 188.0962,204.4410 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 180.9084,191.9495 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 177.3434,160.4064 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 191.9380,174.5916 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 188.0426,189.0545 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 207.5433,196.0249 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 162.4914,218.8918 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 205.0493,273.8119 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 233.5027,257.4687 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 233.6810,214.2789 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 173.7506,179.1954 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 162.8190,176.3859 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 201.8432,238.8808 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 207.8292,230.6751 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 164.3369,137.1328 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 166.0250,178.5972 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 237.3083,236.0844 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 219.3348,218.0730 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 169.2999,218.2139 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 162.4824,201.9636 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 169.6888,184.7941 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 162.5697,212.3823 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 259.1428,226.6135 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 171.0726,207.0762 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 182.5503,170.1855 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 185.4443,237.9948 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 236.4417,203.3228 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 233.0852,293.5657 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 190.9323,203.8854 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 167.1856,154.2306 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 248.4267,219.0992 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 229.8514,228.7734 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 212.2581,217.8080 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 166.9189,231.7100 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 176.7119,235.9636 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 162.6829,213.1415 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 183.5430,191.3057 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 199.1704,200.7256 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 245.5119,240.3091 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 168.8914,209.9817 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 175.1754,215.7879 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 175.8009,213.8129 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 245.1166,198.0470 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 163.3669,148.7364 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 198.0113,227.1414 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 170.2439,234.2221 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 197.0280,234.8487 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 220.4750,239.3733 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 197.7747,261.3081 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 179.2543,268.3881 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 173.7967,204.4571 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 184.1192,210.2291 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 188.1431,186.3033 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 220.2491,246.5234 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 323.4439,271.3289 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 162.5926,118.3400 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 163.2111,204.5945 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 166.7973,209.3427 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 163.8915,184.1911 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 179.5600,246.2113 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 205.3920,307.9338 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 173.4731,244.9670 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 224.7529,251.6174 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 270.9340,242.5273 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 181.6317,230.4692 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 167.6939,165.7920 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 163.0562,185.2519 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 193.3978,221.3031 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 193.5224,234.1876 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 163.4136,219.4763 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 224.5144,246.5639 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 180.6178,240.8273 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 181.4128,200.0927 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 176.3234,188.5093 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 179.3041,164.1980 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 198.8473,200.9974 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 164.4954,218.7538 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 168.9350,211.1527 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 221.9596,217.7878 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 187.5511,218.2097 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 220.8343,234.1962 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 237.4014,244.5683 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 193.6158,220.2690 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 240.5053,212.7923 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 177.7961,225.5385 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 169.0243,167.7124 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 230.1827,190.6064 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 165.6746,182.8201 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 215.2849,262.7644 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 268.7755,266.4513 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 266.6231,275.3573 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 172.2576,243.0470 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 186.6778,216.6640 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 163.2331,166.1313 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 333.9194,217.5988 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 295.3106,311.3253 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 164.0458,276.6615 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 173.1021,261.8320 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 172.9689,233.6635 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 188.8070,190.0692 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 197.3293,232.8835 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 231.3608,246.6255 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 235.4083,194.8976 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 192.2489,269.6821 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 200.0535,211.3016 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 176.3190,216.5121 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 206.7596,238.9248 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 172.5113,219.3935 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 224.6062,187.1099 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 177.7415,190.8567 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 200.2609,228.3838 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 162.8784,196.4026 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 165.8649,181.0012 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 164.6386,159.8249 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 187.2503,201.5169 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 192.7475,209.1824 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 177.9205,201.0840 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 199.0332,215.1245 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 199.8616,241.5220 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 224.6591,241.3705 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 175.7603,140.4988 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 210.6068,189.5039 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 171.6139,193.1472 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 162.6074,182.6089 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 170.6059,248.6194 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 302.7205,263.0648 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 214.4761,230.7448 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 163.1450,198.6617 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 211.9518,278.0073 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 162.6564,134.7448 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 179.0075,259.8290 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 295.0936,220.2681 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 194.1061,216.6100 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 163.6796,176.3264 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 188.6848,201.0750 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 230.7850,241.3420 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 167.2235,211.8804 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 171.1442,210.2441 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 196.0532,205.3512 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 212.6064,207.1170 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 166.6642,160.2570 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 195.6327,168.1142 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 254.7335,290.4794 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 162.5293,188.0851 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 213.8430,257.4858 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 229.8390,224.7124 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 164.7340,170.4769 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 169.3490,146.0212 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 259.5445,247.0731 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 163.6920,144.7957 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 193.4261,220.1445 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 172.7324,239.4475 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 241.0433,167.7767 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 168.0530,195.3093 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 177.6516,200.8537 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 181.6558,223.3815 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 192.8263,266.7523 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 165.6405,165.3866 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 163.1969,184.3464 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 240.2246,225.0965 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 262.3144,194.3226 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 162.6251,186.9397 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 164.8804,247.9154 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 195.8596,266.1401 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 167.0575,181.3356 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 162.4811,209.1547 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 163.0780,142.9895 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 168.1337,202.8101 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 162.6257,211.9909 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 208.4050,183.3715 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 162.5033,193.4235 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 166.6388,205.4034 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 250.3508,311.1400 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 220.7677,236.7396 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 293.4100,289.2708 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 164.0659,237.1712 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 165.7657,154.6175 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 162.5820,153.4487 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 165.1709,186.8123 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 164.4707,212.1562 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 181.7741,234.5419 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 188.0438,200.6785 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 163.4705,188.0273 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 163.6761,107.1701 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 210.1165,174.1441 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 162.4823,150.1608 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 175.4451,129.4050 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 163.1159,147.6913 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 192.7782,218.0808 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 162.5927,143.5482 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 190.8570,257.5373 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 166.9404,240.6041 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 220.6709,216.2577 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 252.9883,256.1086 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 179.6804,197.8927 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 214.6263,258.3408 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 190.0525,214.0853 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 163.8637,201.6324 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 234.4126,216.2922 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 170.7867,184.3195 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 205.7308,238.2789 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 193.2234,226.0339 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 169.2731,180.9557 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 173.4423,187.5604 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 184.9488,181.9350 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 207.8514,250.2466 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 215.6276,214.8748 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 183.2239,246.5049 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 169.9672,197.3658 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 175.8952,151.3570 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 172.7677,260.4257 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 201.2419,295.6048 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 234.9955,213.7223 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 237.3763,253.9492 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 194.8454,221.5567 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 275.1458,237.2727 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 164.6466,201.3993 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 193.5959,277.1428 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 172.1012,249.8598 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 311.5926,293.1554 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 173.3795,205.7043 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 257.7336,316.7374 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 167.3561,249.2626 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 215.4790,270.1617 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 191.7983,242.4849 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 211.8075,228.2762 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 220.5177,212.7126 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 263.3328,258.2391 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 171.3789,207.4660 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 174.7590,262.6297 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 162.5021,193.4987 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 185.6278,184.6735 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 177.2377,187.0973 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 230.8480,220.5300 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 182.0135,182.0593 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 284.6149,255.2965 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.2541,249.6410 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 163.3361,185.8854 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 169.7888,145.4564 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 162.7474,209.8278 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 189.3826,217.5858 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 186.4547,250.6135 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 189.8393,219.6097 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 162.8502,128.9349 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 162.8909,221.1046 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 162.7328,201.5718 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 212.4618,197.6775 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 163.3892,190.9537 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 250.0734,264.6567 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 189.2805,174.3815 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 174.4852,260.4541 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 163.6280,190.6953 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 177.1967,104.9073 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 196.3075,265.1772 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 288.9463,209.5642 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 170.3889,214.3975 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 253.6495,249.3232 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 162.8415,241.0176 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 164.3743,200.9299 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 201.0049,190.0406 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 178.4437,185.1731 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 236.3029,257.8835 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 181.0724,206.9599 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 180.7479,136.6810 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 187.3396,198.9824 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 171.3812,171.4421 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 177.9455,160.7511 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 184.7826,184.7042 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 245.6211,263.7809 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 166.6944,177.6379 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 187.0239,183.1408 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 244.8976,275.5175 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 209.7106,226.9647 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 164.3093,206.6589 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 173.3840,243.4330 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 231.4728,211.6770 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 345.8712,293.6652 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 194.3949,226.1109 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 198.6971,187.0141 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 211.6158,186.2401 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 207.9982,203.5607 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 199.0959,216.0407 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 322.0759,321.1742 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 162.7235,206.7252 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 230.2266,255.2844 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 181.6585,208.5897 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 196.7295,262.9502 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 226.0912,279.5194 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 209.4807,251.3418 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 188.0576,219.9509 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 239.6350,208.0095 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 254.2661,189.9872 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 218.7088,243.8115 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 180.9645,219.2600 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 163.4851,152.0816 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 168.3895,190.6021 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 162.9136,215.8385 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 208.1382,203.6548 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 174.3361,258.9689 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 267.5275,298.5723 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 187.3803,252.4836 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 167.2507,205.9126 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 214.6163,264.9013 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 175.4761,227.9849 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 193.3232,268.1950 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 264.1351,162.0946 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 187.5340,155.9007 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 190.7790,232.0037 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 212.0626,195.8597 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 186.6650,148.2347 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 176.3966,202.9430 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 237.5297,254.5955 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 178.0104,223.4539 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 170.9681,216.7342 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 210.3913,199.7077 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 188.0662,231.4299 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 194.1932,196.0264 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 211.1583,235.5631 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 182.1067,251.8688 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 195.8459,217.8142 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 290.1995,204.8015 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.7284,250.1797 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 263.6260,306.1825 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 185.5574,219.7453 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 177.0831,207.6881 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 162.4948,151.5265 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 184.0850,213.4791 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 162.7216,189.7499 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 173.9004,272.9564 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 181.0455,179.7857 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 172.8467,233.2479 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 169.1523,206.5337 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.0959,232.5706 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 238.1368,234.9360 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 219.5673,258.6612 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 162.6526,177.3402 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 174.0357,241.2303 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 168.8911,173.3448 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 235.4525,264.9653 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 162.7434,165.5036 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 173.9186,217.4504 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 197.8238,227.4938 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 224.5534,205.4824 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 224.3311,182.7185 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 194.6128,241.7895 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 172.4555,167.1554 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 248.2595,240.9746 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 225.5788,232.9778 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 165.3351,147.7334 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 223.1209,177.9292 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 228.1173,224.4743 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 217.3487,265.8199 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 176.8333,163.3036 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 189.6368,241.5477 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 191.6018,221.8616 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 233.9606,160.4820 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 175.2297,211.8241 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 181.1898,159.0513 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 225.7167,250.6075 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 191.6343,253.5434 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 166.0868,214.7687 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 192.5995,162.1975 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 179.5463,247.0353 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 211.9958,290.9549 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 168.6081,244.5843 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 185.6284,273.0657 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 181.9276,209.0874 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 366.1101,316.0486 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 214.9232,230.7633 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 175.4027,210.5482 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 192.4501,174.6924 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 170.8213,210.0357 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 175.3064,217.5090 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 164.0287,168.7968 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 175.3050,271.9676 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 179.4091,241.3149 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 197.9236,209.8226 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 174.7081,231.0325 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 172.6630,189.3814 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 205.9001,207.8511 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 230.3429,250.6776 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 169.9580,163.9101 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 169.2759,164.4530 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 207.3904,246.0914 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 180.9576,129.2881 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 204.4641,181.8440 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 284.7884,258.3128 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 190.7568,234.7472 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 182.2218,222.3796 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 312.7249,298.2904 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 259.5304,220.2276 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 171.4304,172.4685 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 194.1393,208.8945 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 163.8197,237.5813 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 204.4359,227.4753 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 214.1593,242.1056 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 243.3863,301.5033 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 162.5001,188.6438 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 200.6082,165.3429 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 186.0731,219.6949 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 168.4231,183.1089 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 169.1668,210.0270 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 211.0900,194.7851 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 176.2571,274.2508 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 190.3985,198.5213 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 218.8557,152.7665 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 199.8615,228.4780 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 207.9899,205.2804 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 166.0323,218.5160 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 163.2306,178.0843 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 204.5849,230.9801 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 191.0394,213.0062 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 305.6930,311.3911 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 172.2913,224.5544 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 292.9514,278.5177 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 185.8074,237.9047 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 163.8970,179.2739 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 255.1429,282.3797 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 191.7868,185.7686 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 199.8272,208.8787 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 187.5803,248.4466 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 202.0618,193.1541 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 181.9377,196.7916 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 241.6855,243.8596 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 237.8641,276.8560 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 172.2622,200.3065 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 185.1811,253.3724 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 162.9627,209.4903 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 178.4254,198.2901 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 168.0836,228.9931 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 164.0329,152.0793 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 180.1177,241.7821 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 190.7552,176.4818 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 174.6816,172.4054 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 172.4759,234.0110 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 230.7792,227.5205 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 176.2531,178.9916 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 198.2135,249.0361 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 254.5966,237.1988 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 249.2561,311.6349 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 214.0992,238.6514 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 174.9566,223.1842 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 172.3224,213.5241 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 194.7598,266.5314 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 238.1222,262.7068 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 217.6454,232.6365 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 178.5505,193.0275 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 229.4004,264.5481 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 223.0472,192.4980 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 187.5329,273.6247 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 164.4024,190.4514 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 192.6926,250.1277 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 210.7960,276.7074 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 188.3413,181.9172 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 257.4097,221.2331 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 163.4858,247.4268 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 167.2805,206.7751 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 240.5112,302.4752 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 163.5420,224.3328 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 181.5194,175.4282 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 305.8412,316.4489 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 196.9547,176.8531 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 272.4039,235.3763 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 170.2457,189.5375 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 184.7418,194.6857 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 196.5815,203.6133 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 177.5048,162.4899 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 219.4801,274.3274 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 185.8724,278.8477 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 163.3304,210.5875 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 168.9375,193.8283 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 198.4762,223.0087 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 174.4849,212.2150 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 208.5868,246.4271 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 195.3984,261.4486 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 173.0825,228.0893 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 181.3493,250.7831 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 167.7359,203.9116 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 208.5413,242.3017 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 253.0662,244.4037 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 250.2742,218.1196 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 231.3874,232.4827 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 347.9249,334.0597 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 221.3583,182.4437 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 190.7841,155.4063 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 173.5241,224.3921 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 200.9770,298.5741 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 214.6060,158.8805 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 212.8939,241.4255 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 237.6062,247.2272 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 221.3616,198.1105 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 187.4011,243.0657 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 211.4328,227.4950 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 243.0855,235.3136 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 193.5010,224.3230 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 334.6009,318.8803 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 162.4771,211.5393 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 265.7327,236.6234 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 200.0471,185.6156 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 175.2831,170.2985 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 203.8386,306.4968 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 227.7952,278.7584 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 164.3931,124.8227 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 174.9277,195.5956 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 184.4344,167.1382 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 193.9476,247.6606 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 177.2262,181.6146 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 175.2775,198.1234 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 193.2059,202.1762 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 224.4607,242.5049 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 293.6244,235.0165 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 221.8536,174.5235 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 163.4724,166.1724 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 213.5280,208.1219 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 180.0643,260.4863 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 301.1322,273.1289 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 183.2191,243.2303 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 188.2665,178.7723 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 162.7731,160.2377 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 175.7520,208.4216 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 368.1283,310.3741 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 162.9817,172.1131 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 210.2755,282.6941 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 173.6139,190.9308 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 167.5690,215.2199 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 192.2746,190.6850 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 190.4410,234.4419 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 199.4027,215.6072 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 231.2710,263.8200 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 240.7810,250.8612 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 165.8945,213.3333 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 204.9812,243.9833 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 195.4379,260.4947 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 173.6888,220.2503 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 172.0921,174.2563 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 188.9117,179.9809 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 186.9280,222.0561 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 240.0364,223.7033 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 175.1784,187.7550 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 174.7920,256.7887 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 191.0677,237.8584 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 269.9272,230.3172 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 274.7872,253.9951 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 173.6253,170.1965 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 248.5735,212.7968 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 163.1175,246.1471 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 167.7458,227.5699 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 225.7294,297.7495 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 172.0925,243.9529 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 195.0990,219.9814 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.5417,274.8763 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 173.9072,247.0788 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 164.1773,180.6674 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 172.5047,176.0046 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 236.0860,224.9703 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 178.1833,220.1833 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 167.6530,160.8814 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 162.4761,110.4175 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 273.0983,252.1693 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 202.4330,191.7422 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 165.6186,255.6723 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 172.1977,233.0853 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 162.4831,167.8038 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 246.1921,187.2725 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 166.0105,183.2623 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 188.0388,177.0277 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 168.2928,150.2251 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 168.8616,225.1502 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 188.5240,212.5922 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 206.1047,202.8112 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 197.8213,175.0155 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 192.8230,218.0637 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 163.5502,118.2018 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 314.8206,278.7667 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 244.5358,235.0392 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 178.7523,275.8692 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 203.2458,208.2553 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 177.5141,249.8311 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 164.6460,169.3408 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 237.4982,207.4855 l -2.7000,-4.6765 l -2.7000,4.6765 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 139.8322,195.6553 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 171.8907,161.3853 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 158.8822,197.1667 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 200.9620,180.0944 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 230.4395,155.0835 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 166.0411,185.3508 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 145.5368,248.3015 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 173.3920,157.6178 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 165.2567,213.0850 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 167.9931,168.1837 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 139.7842,243.3629 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.7507,94.1793 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 149.4692,156.9343 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 140.7485,192.8663 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 185.6876,137.3439 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 143.8732,201.4123 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 201.5191,165.0594 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 188.4379,166.8428 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 257.5852,140.9433 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 145.6802,208.0766 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 153.9233,183.1672 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 166.6865,224.9056 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 206.1871,169.1249 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 140.9460,224.7370 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 141.5352,172.0861 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 259.5837,140.3088 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 197.6640,136.0313 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 216.0030,123.1893 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 178.8607,171.2743 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 160.3202,202.4953 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 155.6220,239.2391 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 171.2385,142.1525 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 229.1581,130.6984 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 144.9593,230.8930 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 206.4887,149.1961 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 219.9055,152.8506 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 174.2655,150.8230 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 139.4793,238.4573 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 173.8099,155.0409 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 171.7660,199.1584 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.0568,162.3829 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 142.6048,181.2060 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 198.8069,128.3919 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 174.4036,176.8601 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 184.5621,138.0867 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 159.2599,164.8284 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 178.3468,189.9571 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 158.6901,242.4345 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 178.9175,178.7639 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 156.7660,201.8360 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 152.1729,175.1368 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 139.4127,204.1306 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 268.1540,160.9325 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 169.2328,179.8059 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 151.7755,137.4795 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 211.1732,124.2951 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 241.7290,158.0270 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 207.7093,157.6585 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 215.6690,148.7740 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 169.6735,154.5481 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 303.7400,67.7682 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 165.2726,239.7721 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 194.8163,208.2300 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 148.7592,189.7782 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 149.3058,177.0590 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 139.3523,227.4802 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 139.3523,201.1677 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 144.7990,241.5302 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 166.7394,130.3255 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 326.9419,119.3291 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 139.3792,183.9283 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 164.5816,190.6980 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 242.9437,148.3742 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 143.1847,248.3227 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 148.8340,198.7003 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 139.4817,211.2473 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 139.5064,242.0378 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 159.0743,183.0536 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 145.3529,254.8660 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 225.8563,127.4977 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 255.1795,166.6261 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 266.9072,109.2991 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 179.1435,199.0565 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 174.9426,145.6595 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 139.9514,240.8655 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 169.8968,188.1498 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 164.4814,210.4975 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 170.5766,139.2888 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 217.8883,123.3284 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 185.1901,155.8550 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 139.5322,222.8289 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 139.3576,204.7694 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 226.2244,163.8138 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 200.5819,136.7020 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 150.1040,196.0583 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 167.5235,179.7195 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 182.3038,198.6643 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 205.6512,160.4361 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 174.7206,166.8320 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 141.2328,188.2795 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 168.3997,151.3181 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 155.2208,200.2253 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 192.1064,222.7955 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 150.5764,193.2046 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 279.6399,96.6925 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 147.0706,196.2965 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 146.8109,227.4154 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 294.1479,113.4070 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 176.8372,180.6324 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 194.4456,146.3694 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 188.2429,184.6445 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 166.0156,154.1601 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 149.8154,216.4834 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 220.4216,124.0360 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 151.5702,135.8950 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 140.1940,201.7572 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 235.5102,139.0361 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 142.1613,175.9618 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 190.9140,143.6334 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 190.0459,181.4557 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 147.5654,261.1909 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 167.3042,189.7994 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 173.1102,216.2106 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 197.5547,150.9159 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 167.6289,152.7079 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 159.6841,228.9174 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 168.3327,243.4828 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 157.0523,156.5880 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 185.1955,194.4669 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 145.2098,203.9480 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 165.3934,181.0080 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 143.2710,185.8358 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 196.5578,158.0044 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 168.3133,171.1311 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 174.3488,198.5441 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 150.2492,203.7658 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 141.0718,218.1129 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 140.0966,230.1776 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 188.6076,165.7832 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 201.0476,140.4779 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 215.1689,185.0716 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 148.8605,201.8456 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 154.2927,194.2494 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 158.1022,175.7053 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 170.7933,207.7109 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 195.9107,199.8289 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 143.2378,206.6017 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 162.8299,151.0202 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 182.1062,178.8961 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 141.5538,192.3217 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 167.0959,165.0087 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 236.5605,124.2925 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 226.3062,136.4506 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 189.9100,155.8592 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 211.7959,107.6236 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 160.5019,153.6624 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 143.0346,205.3582 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 215.5385,134.3584 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 162.6413,171.8503 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 260.8331,131.0995 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 148.0450,221.8215 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 162.3650,191.2195 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 165.1572,166.7131 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 265.1812,147.0173 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 239.3208,163.1431 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 204.2826,174.7246 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 172.7563,178.2663 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 146.4643,175.8991 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 163.7776,198.6909 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 155.8827,178.6293 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 144.6085,222.9963 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 154.5674,178.2508 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 198.2727,156.1294 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 166.6184,176.1167 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 140.9188,220.3290 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 162.1610,143.3713 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 231.8205,115.1852 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 145.9858,220.4477 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 154.7615,196.0207 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 146.3090,215.6497 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 222.7248,126.7275 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 215.8294,172.7143 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 139.4906,291.9078 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 141.0666,205.0083 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 342.8273,133.5861 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 194.5075,187.3976 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 211.7998,187.5207 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 211.5581,112.7400 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 145.3964,269.9757 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 143.0792,214.8795 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 161.6920,184.2251 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 176.8609,150.0270 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 261.1196,109.1776 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 171.8312,164.1574 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 218.9181,113.8358 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 163.0281,215.7340 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 154.8317,235.9223 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 158.7681,223.3811 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 170.3006,154.9115 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 159.4709,144.3810 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 139.6655,208.6846 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 143.3902,192.1928 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 171.9163,189.4620 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 139.5396,213.8240 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 154.5611,188.0819 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 140.4361,207.3611 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 181.9145,133.8547 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 195.9266,129.8317 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 227.0052,139.0868 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 257.9708,117.0619 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 243.0883,84.7535 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 320.0763,95.6428 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 142.9817,168.7039 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 246.1519,169.0027 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 240.3653,131.8104 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 143.6923,185.9359 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 216.0960,78.1904 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 183.6523,170.9801 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 144.0303,177.1450 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 161.7477,190.3569 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 160.4799,205.2744 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 145.9964,199.0148 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 248.7110,171.2931 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 168.4488,168.3814 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 153.5777,218.2145 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 153.6219,184.4063 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 148.0118,197.1974 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 156.3873,240.9340 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 142.3735,206.9722 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 206.5193,153.6597 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 201.6736,121.7388 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 179.7999,158.6833 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 244.5034,110.8606 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 146.7426,282.7610 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 145.8003,176.1028 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 139.6325,216.8535 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 171.6742,141.3158 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 144.5969,184.6400 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 207.1323,147.5269 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 142.4785,259.5929 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 219.8146,159.9685 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 162.3041,140.3911 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 181.7143,182.0812 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 142.0454,250.5961 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 157.0571,186.7764 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 168.5233,177.1684 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 140.9939,227.2798 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 142.3656,221.7123 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 139.6439,232.4901 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 182.6603,131.0865 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 192.4832,191.8798 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 184.1981,187.0350 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 159.2002,203.8599 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 167.8505,201.6118 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 139.8595,258.9169 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 140.2604,212.3555 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 204.0191,131.7118 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 177.4356,129.0725 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 208.2829,207.1631 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 188.1934,173.1121 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 174.6156,221.9997 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 154.2322,204.1565 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 161.8905,184.1041 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 158.7352,175.4289 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 178.1049,227.6552 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 139.3571,212.9383 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 146.0119,187.5765 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 156.2373,216.6347 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 193.8279,126.0727 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 139.9879,190.9598 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 175.4692,151.9564 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 158.7887,168.0841 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 183.6334,156.6077 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 184.7114,166.7037 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 146.3443,197.3691 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 169.9774,137.4484 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 167.9687,225.0951 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 204.1656,192.9296 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 139.9426,186.7055 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 140.3622,227.6506 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 162.4938,171.2740 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 150.0349,259.7150 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 139.3546,201.4157 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 156.6399,163.8990 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 141.9750,189.5401 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 205.5683,134.8778 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 199.0193,90.3489 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 144.0235,196.5895 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 179.9017,144.2170 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 147.4040,268.5706 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 146.3127,177.8850 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 216.3408,112.5075 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 272.6659,96.9470 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 169.7122,210.0667 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 154.4608,196.0811 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 194.0516,210.8802 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 144.2127,175.8062 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 296.5517,160.0403 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 203.9932,144.1681 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 147.5565,217.1742 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 252.7554,122.7063 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 146.3199,224.5367 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 151.8653,217.2822 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 171.0998,214.3151 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 139.4421,232.5305 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 157.8295,136.3446 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 143.4345,160.8455 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 255.0068,139.5805 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 141.2361,217.2984 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 192.7775,138.8533 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 182.3490,190.7026 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 158.8737,204.8642 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 151.5715,239.4001 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 184.7359,138.7921 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 170.5809,202.6169 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 143.5239,226.5117 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 191.6827,122.5983 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 142.8949,235.0159 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 141.2513,216.9352 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 212.2719,145.0899 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 176.2312,187.8618 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 154.7613,211.2494 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 154.2648,162.7338 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 141.8570,224.0560 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 140.0451,223.0506 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 170.5596,174.9625 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 176.0069,167.7606 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 139.5405,221.0363 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 139.9083,224.2558 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 144.5992,193.2081 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 157.4872,168.7742 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 165.2210,126.7510 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 199.5778,137.1400 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 192.3450,112.0641 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 174.8469,214.7904 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 152.9862,168.7032 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 170.3532,178.2179 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 143.8958,184.1406 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 174.0693,138.3699 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 154.2176,191.5466 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 199.7104,120.0218 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 155.4967,210.9478 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 170.7191,199.4543 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 163.5850,190.3740 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 161.7866,186.2403 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 189.4843,83.5073 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 162.7962,174.4870 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 178.8078,164.3043 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 143.9342,192.8919 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 226.0646,155.2588 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 140.6218,202.0325 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 222.8488,184.4677 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 141.0490,204.8481 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 160.2239,194.8239 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 364.4310,63.6023 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 157.7188,118.7179 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 220.7553,162.3263 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 139.3700,192.9042 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 168.9274,177.1492 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 153.1112,175.6718 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 235.3854,62.5042 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 216.8030,144.0477 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 153.9503,191.3400 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 178.7518,172.8978 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 139.3524,259.2358 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 147.6263,171.2232 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 178.4820,174.9987 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 295.1958,90.0810 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 187.8481,162.5582 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 237.7034,164.8555 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 265.8771,154.6954 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 145.9979,187.8479 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 175.8844,203.4223 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 139.7029,165.8297 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 199.8345,211.1704 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 172.2857,97.0005 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 168.1257,153.7952 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 188.0053,149.8645 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 142.6288,206.2175 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 154.5437,201.4730 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 162.4597,171.4818 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 146.5513,207.0130 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 162.0075,184.9384 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 207.2724,117.9659 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 147.2824,200.3575 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 144.3141,234.7647 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 213.7209,112.7922 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 139.6233,191.7562 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 146.1934,172.7544 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 207.5176,183.8741 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 191.4486,192.9123 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 188.1026,183.8265 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 234.9377,181.9656 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 207.7854,180.5598 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 140.3333,231.2927 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 267.9959,130.8711 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 186.5034,104.5593 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 167.5251,149.9776 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 210.4096,170.6502 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 216.7161,132.4587 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 167.5461,154.5238 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 141.5771,241.7043 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 227.8907,187.8224 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 186.2856,177.4123 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 145.5748,230.4660 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 221.7150,138.8836 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 164.8457,148.8355 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 150.5319,252.9782 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 246.3727,110.0083 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 153.1339,172.5941 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 142.5781,132.3246 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 176.6390,180.1153 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 142.2042,147.6082 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 139.4815,224.3270 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 179.4461,185.6102 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 143.7313,186.5235 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 188.0509,136.2158 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 168.2907,181.0075 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 178.8519,152.2043 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 139.5238,203.4512 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 214.7488,149.2141 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 173.3726,180.0425 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 229.7441,152.6357 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 154.1914,131.5446 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 169.5934,201.0799 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 161.9583,157.4720 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 157.0651,189.6188 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 167.0434,148.7309 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 161.0051,177.2146 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 256.6949,140.5420 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 248.8733,164.3360 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 197.0400,186.3015 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 221.8452,108.9915 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 264.2823,115.9844 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 193.0602,222.8737 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 160.1831,158.4149 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 197.1786,96.6200 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 195.0110,126.9030 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 193.9177,187.2701 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 151.3349,191.8310 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 161.0012,166.4913 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 162.9194,195.7219 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 236.3529,121.6892 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 141.2179,167.9308 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 195.7808,208.7782 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 167.8221,177.5325 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 145.2473,207.2484 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 146.6439,205.0844 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 151.6886,178.5226 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 165.7735,175.2394 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 242.8238,186.8639 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 159.5425,191.7876 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 174.4990,172.6548 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 139.3569,255.2641 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 179.1220,172.8379 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 146.0001,193.2799 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 157.9437,204.5246 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 148.4855,233.5060 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 218.6287,110.8969 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 186.6750,173.9630 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 149.3727,210.8382 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 142.4013,221.1273 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 140.8259,220.6767 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 141.5933,240.7211 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 178.6082,140.5162 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 186.0935,189.0470 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 150.4912,163.6509 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 167.7100,160.5121 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 295.6308,106.3068 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 225.6655,131.0543 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 158.6541,156.0022 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 170.5108,171.6462 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 245.8716,160.8880 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 233.3497,132.6253 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 143.0821,202.2470 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 153.4122,191.5145 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 149.4634,193.0194 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 139.3529,247.6576 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 215.4192,75.1738 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 157.8056,190.6144 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 143.5816,224.2400 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 143.1685,232.7249 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 170.9340,124.7298 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 227.4705,136.6660 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 212.1005,187.7469 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 149.6922,166.1058 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 145.4396,112.2842 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 211.0165,143.8196 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 144.1505,257.3200 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 168.3765,192.9190 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 149.1811,234.2223 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 208.5702,176.4087 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 237.1101,181.8516 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 147.4166,201.9678 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 139.4092,181.8269 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 158.0846,196.1817 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 190.3963,167.0071 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 153.1033,213.9481 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 164.0354,206.3648 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 145.4631,183.2815 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 140.6220,171.6343 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 156.0685,175.9921 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 144.7271,228.0118 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 147.9784,151.3624 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 157.4379,226.6854 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 148.4978,228.3426 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 212.1839,151.8661 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 140.8602,240.6180 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 161.0060,171.3564 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 268.3527,124.5278 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 149.9079,112.9013 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 256.2954,87.2128 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 202.0991,162.3493 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 167.0987,201.8934 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 163.5268,179.3294 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 157.6828,222.6244 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 213.9742,143.7607 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 216.4756,103.4864 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 251.6035,119.6849 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 147.3120,204.2626 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 185.3552,170.9548 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 173.4768,200.1942 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 190.4556,154.3673 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 144.7405,189.8666 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 252.6606,117.5403 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 165.7972,209.0499 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 141.1365,206.9279 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 140.4298,194.8342 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 139.7581,187.2683 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 191.7794,165.1592 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 140.3065,191.3565 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 175.6243,122.6433 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 172.3900,186.1992 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 171.9077,151.2386 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 234.9115,124.5461 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 222.6319,150.2983 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 188.9447,158.5193 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 188.4601,151.2558 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 156.7416,207.0246 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 239.1084,150.5745 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 157.7449,175.8372 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 144.6522,160.6929 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 141.1311,206.3267 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 153.1246,174.8705 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 156.9733,170.4079 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 144.3594,174.7270 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 144.4898,233.5571 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 143.2042,197.9430 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 148.8748,227.4258 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 150.7120,205.9635 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 153.6306,204.6269 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 151.0392,186.3413 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 152.1400,162.3687 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 216.8461,129.6717 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 235.5130,116.6761 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 183.3976,165.0370 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 139.8650,240.2123 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 149.0230,207.0777 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 143.4038,179.8008 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 187.8895,149.2937 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 149.8126,250.7892 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 172.4359,194.7088 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 186.6932,146.4311 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 139.4026,244.9887 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 148.8624,172.6737 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 197.0018,165.0817 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 160.4810,184.0808 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 146.3443,150.0358 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 185.8155,119.4514 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 273.3806,150.1985 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 164.9957,174.4674 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 181.8560,189.9949 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 168.6145,161.4393 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 176.1759,140.8197 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 140.6811,224.1929 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 159.1220,188.3797 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 167.0770,192.4365 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 254.2475,140.9738 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 176.6186,146.6795 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 143.6215,211.0055 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 167.4775,237.9657 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 149.9397,176.0032 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 175.9675,129.0778 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 157.5869,215.7131 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 140.2217,155.7514 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 273.4345,131.5477 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 324.0480,145.1941 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 147.6178,185.5152 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 176.4014,170.8060 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 179.5682,165.0493 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 188.8719,154.9835 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 142.0982,213.3714 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 176.3125,194.3850 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 169.8644,160.6534 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 150.5663,253.1116 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 160.9231,242.1489 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 139.4569,265.5048 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 167.9457,199.4502 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 199.6109,167.3113 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 140.5129,280.2649 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 150.1682,173.7282 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 146.3353,234.1162 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 184.5576,170.2351 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 141.1201,250.3471 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 198.4422,115.2256 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 144.4978,172.1189 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 178.0385,163.3780 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 159.3526,160.2776 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 146.8684,227.9070 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 166.5638,158.3366 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 197.7037,112.7270 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 146.5058,122.7000 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 143.3983,216.9066 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 177.6123,176.2297 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 144.6678,160.7536 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 158.2077,261.1611 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 139.3664,190.4935 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 175.2286,196.3022 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 206.5387,118.4976 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 141.4663,238.1246 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 182.1809,172.6011 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 142.1931,174.9388 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 273.8577,156.0427 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 206.1753,187.2356 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 152.9042,165.1602 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 171.0386,148.5702 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 190.8712,151.1419 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 153.4231,207.4993 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 154.1407,234.9308 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 144.7572,158.2735 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 210.0738,133.5577 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 150.9064,289.1050 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 154.3975,223.1286 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 162.5771,174.7260 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 156.2620,175.8379 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 141.6524,207.1340 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 204.8999,136.4986 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 183.7269,192.0450 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 140.9569,198.1541 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 183.0493,124.4461 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 143.0338,191.6634 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 230.1652,128.9544 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 225.8462,144.5942 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 211.6105,142.8015 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 244.1842,129.0235 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 161.1999,211.4709 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 226.5135,161.4772 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 149.8196,191.2928 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 204.5363,142.4856 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 148.8834,259.1494 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 178.3173,181.5123 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 150.9534,165.1174 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 237.3752,186.6056 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 170.3514,212.9269 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 175.4760,213.4680 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 141.0533,226.2192 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 190.0016,151.2476 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 144.9409,151.0096 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 144.5283,225.0396 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 208.9250,208.3420 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 140.4517,201.7073 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 175.4052,193.8522 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 171.4477,220.1398 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 159.9556,157.4066 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 192.7057,182.0753 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 140.1957,207.4794 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 156.3771,153.4169 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 141.4252,226.5091 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 162.8416,186.4550 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 182.7675,163.9981 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 142.8510,227.0778 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 164.8352,180.2022 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 139.4042,183.1828 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 252.0894,162.3407 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 141.3709,220.2816 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 188.4808,126.5693 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 213.0751,149.4488 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 149.7938,191.7341 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 178.5557,192.2827 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 190.0800,127.4328 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 172.9956,167.1107 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 169.1115,145.6658 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 149.6183,201.6391 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 153.9898,228.7003 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 145.2062,207.9419 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 167.3088,216.4894 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 160.1707,231.2524 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 155.4853,215.1850 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 142.5119,191.5983 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 201.0810,133.3843 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 170.4680,183.8536 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 144.9021,132.6054 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 176.2407,170.9685 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 150.5474,180.0964 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 154.6300,157.1298 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 145.1766,263.2782 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 187.1815,137.6468 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 139.9314,218.5448 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 165.0529,171.6395 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 186.0932,150.0330 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 217.0553,199.4766 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 198.4538,191.9283 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 156.5066,181.8664 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 171.9892,193.0870 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 258.7555,123.4353 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 221.7665,118.4432 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 161.9651,126.1976 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 149.4524,278.3641 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 147.6297,199.1096 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 164.6544,170.5784 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 148.7696,195.8792 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 140.9632,251.1762 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 159.0999,150.1190 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 140.0438,212.6320 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 152.4110,219.3022 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 148.9896,254.5972 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 202.8965,183.2264 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 147.0104,166.9992 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 223.2287,160.1828 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 160.2583,192.2785 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 145.3130,193.0016 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 139.6070,210.2170 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 181.4870,135.8714 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 178.8701,224.4853 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 234.7480,188.1300 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 142.4468,236.7181 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 147.5780,194.4414 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 148.8471,225.6235 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 168.6458,210.6146 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 164.4297,167.5481 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 166.7260,192.9763 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 173.7095,132.7413 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 177.3150,220.4800 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 186.7409,191.1220 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 185.6390,154.8301 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 187.4532,140.8033 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 141.6085,280.2080 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 153.6326,216.7521 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 184.4824,178.3787 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 192.0992,125.5559 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 139.3568,271.5840 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 217.5865,90.9768 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 139.6882,189.9100 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 212.2725,145.2903 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 239.3140,99.6461 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 139.3969,176.9403 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 202.3354,115.2447 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 296.5446,113.4370 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 189.9378,135.0218 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 143.6928,199.2180 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 165.8347,186.3268 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 226.5133,114.1757 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 143.9021,203.4483 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 148.6026,178.7842 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 141.8852,216.2904 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 200.7499,105.0156 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 212.2532,138.2865 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 213.0790,151.6641 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 143.9384,205.0890 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 157.3521,185.5613 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 241.7955,193.8504 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 216.2652,76.1113 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 179.2718,190.0531 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 148.9981,154.0149 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 185.1251,145.5627 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 263.1952,194.6207 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 139.3520,216.8270 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 198.3671,134.8275 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 199.0035,151.0869 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 170.6536,194.9978 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 201.0072,131.0589 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 141.2806,244.0995 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 147.0353,185.9316 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 201.8736,262.7562 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 189.1183,124.1336 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 222.3631,199.4768 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 203.4508,86.9371 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 148.4725,205.5971 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 164.1154,175.5143 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 273.0345,142.2621 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 168.5159,128.0246 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 197.8413,152.0405 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 142.3245,223.2885 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 156.0780,172.1410 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 165.5324,164.5527 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 286.9719,130.0461 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 212.9910,175.5497 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 173.8410,159.1218 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 158.4480,189.6865 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 139.8797,166.1990 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 154.6325,244.3230 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 144.9867,149.7006 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 193.1137,132.6620 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 194.9925,153.2925 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 153.0609,227.3236 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 142.8070,236.7148 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 208.6573,169.4169 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 142.7239,206.5272 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 170.1115,206.3150 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 155.6620,205.0253 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 160.8445,202.4390 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 192.2438,133.3542 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 242.2589,137.9886 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 151.9199,244.8970 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 140.6282,223.9519 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 145.4249,164.9900 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 143.0637,191.2277 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 170.2058,147.3240 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 181.4434,183.4546 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 175.1342,182.8819 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 196.9028,150.1739 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 155.6673,158.1195 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 139.8547,182.7457 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 241.2882,191.1215 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 240.9328,122.7368 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 148.5034,181.7543 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 170.6871,236.6357 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 246.7198,114.8763 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 146.1307,202.8488 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 145.8666,149.7281 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 144.3914,218.9917 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 145.6682,196.9287 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 141.0740,213.9880 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 215.9478,140.3644 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 230.4063,112.6542 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 224.4737,159.8930 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 142.5517,209.8013 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 158.2252,161.1471 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 214.1489,163.1903 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 163.1898,176.4758 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 174.8111,185.2699 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 194.3884,155.8932 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 150.7551,190.4405 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 171.8100,155.3506 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 171.3205,136.0539 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 152.7534,219.3975 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 245.5558,89.9907 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 161.3908,197.1661 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 145.4676,188.6825 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 183.3470,173.3963 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 174.5806,172.0728 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 144.1439,200.0344 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 139.5278,258.4640 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 177.5289,149.4255 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 199.1421,127.5188 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 150.4978,218.3013 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 172.9643,207.9656 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 258.0277,104.6832 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 266.4654,159.2017 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 143.1971,255.2881 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 144.9727,264.6475 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 157.2657,256.7886 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 150.5567,197.4078 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 154.6381,186.0953 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 143.2147,193.2789 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 147.6247,218.5061 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 166.6653,161.1368 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 165.1717,134.8323 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 202.5184,160.0143 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 240.8099,161.3777 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 174.9478,207.8107 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 195.1427,109.4432 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 167.4108,169.5596 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 170.1326,144.4630 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 161.1818,224.9730 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 142.5528,204.3580 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 141.7484,218.1968 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 170.3305,145.4703 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 205.4618,122.8796 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 163.8710,180.2313 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 209.9527,184.2293 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 159.7452,188.3164 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 140.1543,199.4317 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 199.2303,181.0312 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 214.0305,144.8097 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 156.0370,213.7944 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 169.1805,149.2331 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 139.4596,189.7034 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 161.2447,185.8617 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 139.7181,243.4473 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 149.0143,169.8768 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 142.9283,186.3188 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 162.4515,138.5081 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 161.7197,221.9758 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 140.6297,191.9114 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 210.0923,196.8836 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 202.6741,130.6674 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 170.2753,125.1809 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 163.2941,174.6314 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 212.4509,181.5739 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 165.8774,175.3341 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 144.6808,291.8725 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 246.2061,111.7656 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 151.7484,171.5275 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 162.4645,141.0315 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 216.5441,165.4290 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 248.3318,135.7993 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 142.8135,239.8342 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 144.7906,168.6157 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 156.3699,130.8594 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 164.0420,181.7762 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 142.3109,218.3819 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 139.3753,267.4327 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 155.5438,197.6349 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 153.8168,209.1476 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 245.4720,95.2261 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 185.8360,153.2091 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 160.6999,167.6994 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 169.7785,179.1297 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 148.0255,200.8789 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 268.4928,75.0405 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 211.6544,175.2966 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 164.9159,174.8174 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 174.1993,200.6205 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 173.4106,172.3218 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 186.9892,168.4745 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 139.9294,177.6317 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 139.3549,196.3933 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 160.3056,189.7211 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 211.0233,152.7422 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 140.5393,200.2649 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 140.3041,188.4391 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 170.7726,147.0595 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 164.8714,205.6836 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 149.9056,195.2592 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 170.9762,192.9867 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 166.6699,159.8868 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 165.5042,164.9614 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 162.5377,190.4304 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 211.2174,164.7984 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 186.2603,136.6580 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 169.4271,167.9469 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 181.3655,104.6696 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 178.6621,183.3515 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 147.0423,230.4195 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 149.4535,204.1079 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 176.1804,205.9935 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 203.5629,157.2107 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 168.7451,170.6270 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 189.1510,175.7780 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 139.7789,231.3151 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 175.0594,190.0251 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 156.1706,173.5897 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 163.4910,177.5124 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 150.9968,173.0345 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 184.0984,169.3135 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 171.4491,156.9247 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 185.1846,170.9979 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 165.2779,175.4149 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 143.7742,202.4259 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 200.0373,183.4097 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 203.6677,147.0835 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 172.7168,169.3175 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 165.6824,208.5120 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 144.0512,235.7606 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 162.0010,181.1387 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 150.2368,207.5542 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 186.0849,149.8246 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 148.5848,182.0440 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 192.2040,125.0847 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 166.8226,126.9578 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 140.3639,228.5645 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 183.1080,135.6044 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 144.5601,242.8134 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 147.5912,198.8418 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 151.1686,196.7137 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 158.8809,162.9971 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 167.2031,158.2132 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 139.5938,224.7163 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 157.0675,194.3177 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 140.3531,191.2244 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 186.6577,159.0112 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 153.4044,156.9662 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 140.8203,222.7575 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 241.7455,114.7374 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 280.6013,121.3026 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 211.3995,138.8418 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 149.1495,190.1361 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 201.5712,159.6947 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 177.4193,155.1770 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 170.0588,122.6752 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 180.1008,127.7969 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 193.9927,164.2318 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 152.6009,151.9702 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 139.5164,206.2083 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 145.9766,221.8599 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 142.9582,293.3015 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 142.2055,226.7855 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 308.1662,74.8331 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 147.6846,227.4761 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 182.8696,228.2397 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 182.8257,148.4877 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 142.6147,173.0508 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 155.7293,220.8481 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 287.7186,75.3281 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 196.0507,188.8854 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 139.5811,214.7178 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 150.4567,213.0583 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 139.6224,235.6506 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 144.5690,165.9998 c 0.0000,-0.7456 -0.6044,-1.3500 -1.3500 -1.3500c -0.7456,-0.0000 -1.3500,0.6044 -1.3500 1.3500c -0.0000,0.7456 0.6044,1.3500 1.3500 1.3500c 0.7456,0.0000 1.3500,-0.6044 1.3500 -1.3500Z"/>+  </g>+</svg>
other/schoolbookExample.svg view
@@ -1,3 +1,406 @@ <?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="1.0" fill-opacity="0.33" stroke="rgb(0,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.7702,272.2146 ZM 21.6733,264.5211 c 0.0000,0.0938 -0.1126,0.1501 -0.2064 0.1501c -0.5629,-0.0000 -0.8069,0.1126 -0.8069 0.4128c 0.0000,0.1126 0.0375,0.2627 0.1126 0.4316l 2.0641,4.8413 l 2.0829,-4.7663 c 0.0938,-0.1689 0.1314,-0.3190 0.1314 -0.4316c 0.0000,-0.3941 -0.3753,-0.4879 -0.7881 -0.4879h -0.0751 c -0.0938,-0.0000 -0.1876,-0.0751 -0.1876 -0.1314v -0.3565 l 0.0375,-0.0563 c 0.0000,-0.0000 1.1071,0.0375 1.7639 0.0375c 0.5254,-0.0000 1.2948,-0.0375 1.2948 -0.0375l 0.0563,0.0375 v 0.3565 c 0.0000,0.0938 -0.0751,0.1501 -0.2064 0.1501c -0.7131,-0.0000 -1.0696,0.7318 -1.3323 1.2760c -0.9945,2.1017 -1.8202,4.0344 -3.3214 7.6560c -0.5629,1.3511 -1.2385,2.9273 -2.5708 2.9273c -0.3565,-0.0000 -1.0884,-0.2064 -1.0884 -0.8819c 0.0000,-0.5629 0.4128,-0.7318 0.7131 -0.7318c 0.2815,-0.0000 0.4691,0.1126 0.5817 0.2627c 0.1876,0.1876 0.3190,0.3190 0.5066 0.3190c 0.2815,-0.0000 0.9382,-1.6138 1.4074 -2.7584c 0.1126,-0.2252 0.1501,-0.4128 0.1501 -0.5817c 0.0000,-0.1876 -0.1689,-0.6943 -0.3190 -1.0696l -2.3644,-5.4981 c -0.3002,-0.7131 -0.5066,-0.9195 -1.1447 -0.9195c -0.1126,-0.0000 -0.1876,-0.0563 -0.1876 -0.1314v -0.3753 l 0.0375,-0.0375 c 0.0000,-0.0000 0.8257,0.0375 1.3886 0.0375c 0.8819,-0.0000 2.2330,-0.0375 2.2330 -0.0375l 0.0375,0.0563 v 0.3378 ZM 32.0127,272.2146 ZM 40.6633,266.2474 v 0.9195 h -7.4121 v -0.9195 h 7.4121 ZM 40.6633,266.2474 ZM 40.6633,268.5930 v 0.9195 h -7.4121 v -0.9195 h 7.4121 ZM 46.5929,272.2146 ZM 51.7345,267.7861 h -4.2408 c -0.1689,-0.0000 -0.2815,-0.1501 -0.2815 -0.3190c 0.0000,-0.3002 0.2439,-0.6943 0.4691 -0.6943h 4.2971 c 0.1876,-0.0000 0.2627,0.1689 0.2627 0.3378c 0.0000,0.2064 -0.2627,0.6755 -0.5066 0.6755ZM 52.8416,272.2146 ZM 53.9300,263.9018 c 0.0000,-1.0696 1.0321,-2.5332 3.0024 -2.5332c 1.4449,-0.0000 3.1337,0.5442 3.1337 2.7021c 0.0000,1.4261 -0.7318,2.1392 -1.7451 3.1150l -1.7827,1.7264 c -0.0938,0.0938 -1.3511,1.3323 -1.3511 2.2142h 3.1900 c 0.6380,-0.0000 0.9758,-0.3190 1.2385 -1.3511l 0.4691,0.0751 l -0.3753,2.3644 h -5.7983 c 0.0000,-1.0508 0.1689,-1.8577 1.9140 -3.6404l 1.3135,-1.2948 c 1.0508,-1.0696 1.4824,-1.9891 1.4824 -3.1337c 0.0000,-1.7076 -1.1634,-2.1955 -1.8014 -2.1955c -1.2948,-0.0000 -1.6513,0.6755 -1.6513 1.1259c 0.0000,0.1501 0.0375,0.3002 0.0751 0.4316c 0.0375,0.1314 0.0751,0.2627 0.0751 0.4128c 0.0000,0.4879 -0.3753,0.6755 -0.6755 0.6755c -0.4128,-0.0000 -0.7131,-0.3190 -0.7131 -0.6943ZM 61.0606,272.2146 ZM 62.1302,271.4453 c 0.0000,-0.5442 0.4504,-0.9945 0.9945 -0.9945c 0.5442,-0.0000 0.9945,0.4504 0.9945 0.9945c 0.0000,0.5442 -0.4504,0.9945 -0.9945 0.9945c -0.5442,-0.0000 -0.9945,-0.4504 -0.9945 -0.9945ZM 65.1701,272.2146 ZM 69.2796,262.0253 c -0.8069,-0.0000 -1.9891,0.7881 -1.9891 5.1603c 0.0000,1.5387 0.2815,4.6349 1.9328 4.6349c 0.3190,-0.0000 1.2197,-0.2064 1.6138 -1.6701c 0.2439,-0.9007 0.3753,-2.0266 0.3753 -3.6591c 0.0000,-2.3831 -0.6005,-3.7154 -1.1447 -4.1845c -0.2064,-0.1876 -0.4879,-0.2815 -0.7881 -0.2815ZM 69.2796,262.0253 ZM 69.2045,272.4398 c -2.0078,-0.0000 -3.3589,-2.5708 -3.3589 -5.4418c 0.0000,-3.5090 1.6701,-5.6294 3.4340 -5.6294c 0.8069,-0.0000 1.6138,0.5066 2.1580 1.2385c 0.7881,1.0508 1.2009,2.4582 1.2009 4.2221c 0.0000,4.1658 -2.0641,5.6107 -3.4340 5.6107Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 173.4664,385.3663 ZM 177.1630,377.8228 c -0.3753,-0.0000 -0.4504,0.0938 -0.4504 0.2252c 0.0000,0.0938 0.0751,0.2627 0.2815 0.6005l 1.1447,1.6888 c 0.0563,0.1126 0.1126,0.1689 0.1876 0.1689c 0.0563,-0.0000 0.0938,-0.0375 0.1689 -0.1314l 1.2197,-1.7076 c 0.2064,-0.2627 0.3190,-0.4691 0.3190 -0.6192c 0.0000,-0.1501 -0.1314,-0.2252 -0.3941 -0.2252h -0.3002 c -0.0563,-0.0000 -0.1126,-0.0375 -0.1126 -0.1314v -0.3565 l 0.0563,-0.0563 c 0.0000,-0.0000 0.8819,0.0375 1.4637 0.0375c 0.6005,-0.0000 1.5199,-0.0375 1.5199 -0.0375l 0.0188,0.0375 v 0.3565 c 0.0000,0.1314 -0.1126,0.1501 -0.2252 0.1501c -0.6943,-0.0000 -0.9758,0.2252 -1.6701 1.1071l -1.5762,2.0078 c -0.0375,0.0563 -0.0563,0.0938 -0.0563 0.1314c 0.0000,0.0375 0.0188,0.0938 0.0563 0.1501l 1.6888,2.3831 c 0.8632,1.2197 1.1071,1.2385 1.7076 1.2385c 0.1876,-0.0000 0.2627,0.0375 0.2627 0.1501v 0.3565 l -0.0188,0.0375 c 0.0000,-0.0000 -1.0133,-0.0375 -1.6513 -0.0375c -0.7694,-0.0000 -1.9515,0.0375 -1.9515 0.0375l -0.0375,-0.0375 v -0.3565 c 0.0000,-0.0938 0.0375,-0.1501 0.1314 -0.1501h 0.2252 c 0.3002,-0.0000 0.4316,-0.0563 0.4316 -0.2064c 0.0000,-0.1689 -0.2064,-0.4504 -0.5066 -0.8444l -1.0884,-1.5012 c -0.0751,-0.0938 -0.1126,-0.1314 -0.1689 -0.1314c -0.0375,-0.0000 -0.0938,0.0563 -0.1689 0.1689l -1.1822,1.7076 c -0.2815,0.3753 -0.3378,0.4691 -0.3378 0.6005c 0.0000,0.1314 0.1126,0.2064 0.3941 0.2064h 0.2627 c 0.0938,-0.0000 0.1314,0.0563 0.1314 0.1501v 0.3565 l -0.0375,0.0375 c 0.0000,-0.0000 -0.9758,-0.0375 -1.5762 -0.0375c -0.5442,-0.0000 -1.4074,0.0375 -1.4074 0.0375l -0.0375,-0.0375 v -0.3190 c 0.0000,-0.1126 0.0751,-0.1876 0.2439 -0.1876c 0.4504,-0.0000 0.8819,-0.0938 1.6701 -1.1071l 1.5762,-2.0266 c 0.0188,-0.0375 0.0375,-0.0751 0.0375 -0.1314c 0.0000,-0.0563 -0.0188,-0.0938 -0.0563 -0.1501l -1.6325,-2.3831 c -0.5254,-0.7694 -0.8632,-1.2197 -1.5199 -1.2197c -0.1314,-0.0000 -0.2627,-0.0563 -0.2627 -0.1314v -0.3565 l 0.0375,-0.0563 l 1.4824,0.0375 l 2.0829,-0.0375 l 0.0563,0.0563 v 0.3378 c 0.0000,0.0938 -0.0751,0.1501 -0.1501 0.1501h -0.2815 ZM 187.4837,385.3663 ZM 196.1342,379.3991 v 0.9195 h -7.4121 v -0.9195 h 7.4121 ZM 196.1342,379.3991 ZM 196.1342,381.7447 v 0.9195 h -7.4121 v -0.9195 h 7.4121 ZM 202.0639,385.3663 ZM 207.2054,380.9378 h -4.2408 c -0.1689,-0.0000 -0.2815,-0.1501 -0.2815 -0.3190c 0.0000,-0.3002 0.2439,-0.6943 0.4691 -0.6943h 4.2971 c 0.1876,-0.0000 0.2627,0.1689 0.2627 0.3378c 0.0000,0.2064 -0.2627,0.6755 -0.5066 0.6755ZM 208.3126,385.3663 ZM 211.8403,376.4155 c -0.3565,-0.0000 -1.1822,0.3378 -1.5950 0.5254l -0.2252,-0.5817 c 1.6513,-0.7694 2.2893,-1.1634 3.2275 -1.8389h 0.3565 v 9.4387 c 0.0000,0.6755 0.0938,0.8632 0.7131 0.8632h 0.9758 c 0.0563,-0.0000 0.1501,0.0375 0.1501 0.1501v 0.4128 l -2.5708,-0.0375 l -2.6083,0.0375 v -0.4128 c 0.0188,-0.0563 0.0375,-0.1501 0.1501 -0.1501h 1.1259 c 0.7131,-0.0000 0.7131,-0.3190 0.7131 -0.8632v -6.4551 c 0.0000,-0.6380 0.0000,-1.0884 -0.4128 -1.0884ZM 216.5315,385.3663 ZM 217.6011,384.5969 c 0.0000,-0.5442 0.4504,-0.9945 0.9945 -0.9945c 0.5442,-0.0000 0.9945,0.4504 0.9945 0.9945c 0.0000,0.5442 -0.4504,0.9945 -0.9945 0.9945c -0.5442,-0.0000 -0.9945,-0.4504 -0.9945 -0.9945ZM 220.6410,385.3663 ZM 224.7505,375.1770 c -0.8069,-0.0000 -1.9891,0.7881 -1.9891 5.1603c 0.0000,1.5387 0.2815,4.6349 1.9328 4.6349c 0.3190,-0.0000 1.2197,-0.2064 1.6138 -1.6701c 0.2439,-0.9007 0.3753,-2.0266 0.3753 -3.6591c 0.0000,-2.3831 -0.6005,-3.7154 -1.1447 -4.1845c -0.2064,-0.1876 -0.4879,-0.2815 -0.7881 -0.2815ZM 224.7505,375.1770 ZM 224.6755,385.5915 c -2.0078,-0.0000 -3.3589,-2.5708 -3.3589 -5.4418c 0.0000,-3.5090 1.6701,-5.6294 3.4340 -5.6294c 0.8069,-0.0000 1.6138,0.5066 2.1580 1.2385c 0.7881,1.0508 1.2009,2.4582 1.2009 4.2221c 0.0000,4.1658 -2.0641,5.6107 -3.4340 5.6107Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="5.891221136784176" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 209.6496,272.2146 c 0.0000,-4.6869 -3.7995,-8.4864 -8.4864 -8.4864c -4.6869,-0.0000 -8.4864,3.7995 -8.4864 8.4864c -0.0000,4.6869 3.7995,8.4864 8.4864 8.4864c 4.6869,0.0000 8.4864,-3.7995 8.4864 -8.4864Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="1.9637403789280585" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 201.1632,357.0784 v -84.8637 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="1.9637403789280585" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 88.0115,272.2146 h 113.1517 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(153,153,153)" stroke-width="3.927480757856117" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 144.5874,45.9113 l 3.3945,19.9600 l 3.3945,19.1453 l 3.3945,18.3306 l 3.3945,17.5159 l 3.3945,16.7012 l 3.3945,15.8865 l 3.3945,15.0718 l 3.3945,14.2571 l 3.3945,13.4424 l 3.3945,12.6277 l 3.3945,11.8130 l 3.3945,10.9983 l 3.3945,10.1836 l 3.3945,9.3690 l 3.3945,8.5543 l 3.3945,7.7396 l 3.3945,6.9249 l 3.3945,6.1102 l 3.3945,5.2955 l 3.3945,4.4808 l 3.3945,3.6661 l 3.3945,2.8514 l 3.3945,2.0367 l 3.3945,1.2220 l 3.3945,0.4073 l 3.3945,-0.4073 l 3.3945,-1.2220 l 3.3945,-2.0367 l 3.3945,-2.8514 l 3.3945,-3.6661 l 3.3945,-4.4808 l 3.3945,-5.2955 l 3.3945,-6.1102 l 3.3945,-6.9249 l 3.3945,-7.7396 l 3.3945,-8.5543 l 3.3945,-9.3690 l 3.3945,-10.1836 l 3.3945,-10.9983 l 3.3945,-11.8130 l 3.3945,-12.6277 l 3.3945,-13.4424 l 3.3945,-14.2571 l 3.3945,-15.0718 l 3.3945,-15.8865 l 3.3945,-16.7012 l 3.3945,-17.5159 l 3.3945,-18.3306 l 3.3945,-19.1453 l 3.3945,-19.9600 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.6314,54.1021 ZM 184.4860,42.5618 c 0.0000,0.1407 -0.1689,0.2252 -0.3096 0.2252c -0.8444,-0.0000 -1.2103,0.1689 -1.2103 0.6192c 0.0000,0.1689 0.0563,0.3941 0.1689 0.6474l 3.0962,7.2620 l 3.1243,-7.1494 c 0.1407,-0.2533 0.1970,-0.4785 0.1970 -0.6474c 0.0000,-0.5911 -0.5629,-0.7318 -1.1822 -0.7318h -0.1126 c -0.1407,-0.0000 -0.2815,-0.1126 -0.2815 -0.1970v -0.5348 l 0.0563,-0.0844 c 0.0000,-0.0000 1.6607,0.0563 2.6458 0.0563c 0.7881,-0.0000 1.9422,-0.0563 1.9422 -0.0563l 0.0844,0.0563 v 0.5348 c 0.0000,0.1407 -0.1126,0.2252 -0.3096 0.2252c -1.0696,-0.0000 -1.6044,1.0977 -1.9984 1.9140c -1.4918,3.1525 -2.7303,6.0516 -4.9821 11.4840c -0.8444,2.0266 -1.8577,4.3910 -3.8562 4.3910c -0.5348,-0.0000 -1.6325,-0.3096 -1.6325 -1.3229c 0.0000,-0.8444 0.6192,-1.0977 1.0696 -1.0977c 0.4222,-0.0000 0.7037,0.1689 0.8726 0.3941c 0.2815,0.2815 0.4785,0.4785 0.7600 0.4785c 0.4222,-0.0000 1.4074,-2.4207 2.1110 -4.1376c 0.1689,-0.3378 0.2252,-0.6192 0.2252 -0.8726c 0.0000,-0.2815 -0.2533,-1.0414 -0.4785 -1.6044l -3.5465,-8.2471 c -0.4504,-1.0696 -0.7600,-1.3792 -1.7170 -1.3792c -0.1689,-0.0000 -0.2815,-0.0844 -0.2815 -0.1970v -0.5629 l 0.0563,-0.0563 c 0.0000,-0.0000 1.2385,0.0563 2.0829 0.0563c 1.3229,-0.0000 3.3495,-0.0563 3.3495 -0.0563l 0.0563,0.0844 v 0.5066 ZM 199.9951,54.1021 ZM 212.9709,45.1513 v 1.3792 h -11.1181 v -1.3792 h 11.1181 ZM 212.9709,45.1513 ZM 212.9709,48.6697 v 1.3792 h -11.1181 v -1.3792 h 11.1181 ZM 221.8654,54.1021 ZM 227.4104,42.7870 c -0.5629,-0.0000 -0.6755,0.1407 -0.6755 0.3378c 0.0000,0.1407 0.1126,0.3941 0.4222 0.9007l 1.7170,2.5332 c 0.0844,0.1689 0.1689,0.2533 0.2815 0.2533c 0.0844,-0.0000 0.1407,-0.0563 0.2533 -0.1970l 1.8296,-2.5614 c 0.3096,-0.3941 0.4785,-0.7037 0.4785 -0.9289c 0.0000,-0.2252 -0.1970,-0.3378 -0.5911 -0.3378h -0.4504 c -0.0844,-0.0000 -0.1689,-0.0563 -0.1689 -0.1970v -0.5348 l 0.0844,-0.0844 c 0.0000,-0.0000 1.3229,0.0563 2.1955 0.0563c 0.9007,-0.0000 2.2799,-0.0563 2.2799 -0.0563l 0.0281,0.0563 v 0.5348 c 0.0000,0.1970 -0.1689,0.2252 -0.3378 0.2252c -1.0414,-0.0000 -1.4637,0.3378 -2.5051 1.6607l -2.3644,3.0117 c -0.0563,0.0844 -0.0844,0.1407 -0.0844 0.1970c 0.0000,0.0563 0.0281,0.1407 0.0844 0.2252l 2.5332,3.5747 c 1.2948,1.8296 1.6607,1.8577 2.5614 1.8577c 0.2815,-0.0000 0.3941,0.0563 0.3941 0.2252v 0.5348 l -0.0281,0.0563 c 0.0000,-0.0000 -1.5199,-0.0563 -2.4770 -0.0563c -1.1540,-0.0000 -2.9273,0.0563 -2.9273 0.0563l -0.0563,-0.0563 v -0.5348 c 0.0000,-0.1407 0.0563,-0.2252 0.1970 -0.2252h 0.3378 c 0.4504,-0.0000 0.6474,-0.0844 0.6474 -0.3096c 0.0000,-0.2533 -0.3096,-0.6755 -0.7600 -1.2666l -1.6325,-2.2518 c -0.1126,-0.1407 -0.1689,-0.1970 -0.2533 -0.1970c -0.0563,-0.0000 -0.1407,0.0844 -0.2533 0.2533l -1.7733,2.5614 c -0.4222,0.5629 -0.5066,0.7037 -0.5066 0.9007c 0.0000,0.1970 0.1689,0.3096 0.5911 0.3096h 0.3941 c 0.1407,-0.0000 0.1970,0.0844 0.1970 0.2252v 0.5348 l -0.0563,0.0563 c 0.0000,-0.0000 -1.4637,-0.0563 -2.3644 -0.0563c -0.8163,-0.0000 -2.1110,0.0563 -2.1110 0.0563l -0.0563,-0.0563 v -0.4785 c 0.0000,-0.1689 0.1126,-0.2815 0.3659 -0.2815c 0.6755,-0.0000 1.3229,-0.1407 2.5051 -1.6607l 2.3644,-3.0399 c 0.0281,-0.0563 0.0563,-0.1126 0.0563 -0.1970c 0.0000,-0.0844 -0.0281,-0.1407 -0.0844 -0.2252l -2.4488,-3.5747 c -0.7881,-1.1540 -1.2948,-1.8296 -2.2799 -1.8296c -0.1970,-0.0000 -0.3941,-0.0844 -0.3941 -0.1970v -0.5348 l 0.0563,-0.0844 l 2.2236,0.0563 l 3.1243,-0.0563 l 0.0844,0.0844 v 0.5066 c 0.0000,0.1407 -0.1126,0.2252 -0.2252 0.2252h -0.4222 ZM 235.8546,54.1021 ZM 237.9093,37.5797 c -0.3378,-0.0000 -0.7318,-0.3096 -0.7318 -0.6755c 0.0000,-0.7318 0.7881,-2.1673 3.0117 -2.1673c 1.4074,-0.0000 3.0399,0.5348 3.0399 2.3362c 0.0000,1.2948 -0.9570,2.2236 -2.5051 3.3495c -1.1822,0.8444 -1.8577,1.6607 -1.8577 2.5332h 2.2799 c 0.8726,-0.0000 1.3229,-1.0977 1.6325 -1.8859l 0.6755,0.1407 c -0.2533,0.8444 -0.4504,1.8296 -0.5348 2.6458h -5.7983 c 0.0000,-1.3511 1.2385,-2.5332 2.5614 -3.5747c 1.2666,-1.0133 1.8859,-1.6607 1.8859 -3.1806c 0.0000,-1.3229 -0.9852,-1.6888 -1.4918 -1.6888c -1.2103,-0.0000 -1.5199,0.4504 -1.5199 0.8163c 0.0000,0.2533 0.1407,0.4504 0.1407 0.6755c 0.0000,0.4504 -0.5066,0.6755 -0.7881 0.6755ZM 251.5326,54.1021 ZM 259.2449,47.4594 h -6.3613 c -0.2533,-0.0000 -0.4222,-0.2252 -0.4222 -0.4785c 0.0000,-0.4504 0.3659,-1.0414 0.7037 -1.0414h 6.4457 c 0.2815,-0.0000 0.3941,0.2533 0.3941 0.5066c 0.0000,0.3096 -0.3941,1.0133 -0.7600 1.0133ZM 267.9424,54.1021 ZM 274.0222,38.7056 c -0.7037,-0.0000 -2.7584,0.3941 -2.7584 2.1110c 0.0000,0.5066 -0.1970,1.3792 -0.9570 1.3792c -0.7318,-0.0000 -0.7881,-0.8163 -0.7881 -0.9007c 0.0000,-0.8726 1.1540,-3.4621 5.0665 -3.4621c 2.7303,-0.0000 3.5465,1.7170 3.5465 2.8429c 0.0000,0.7037 -0.2252,2.1110 -2.7584 3.7154c 1.5762,0.2533 3.6591,1.4074 3.6591 4.3347c 0.0000,3.7154 -2.8147,5.7139 -5.9953 5.7139c -1.6044,-0.0000 -3.8562,-0.7037 -3.8562 -1.7733c 0.0000,-0.4222 0.4222,-0.9007 0.9852 -0.9007c 0.5348,-0.0000 0.7881,0.2815 1.0414 0.6474c 0.3096,0.4785 0.8163,1.1540 2.1673 1.1540c 0.9289,-0.0000 3.5747,-0.9289 3.5747 -4.4754c 0.0000,-3.0117 -2.1110,-3.4903 -3.6310 -3.4903c -0.2533,-0.0000 -0.5629,0.0563 -0.8726 0.1126l -0.1126,-0.8444 c 2.1673,-0.3659 3.9688,-2.4770 3.9688 -3.7717c 0.0000,-1.6044 -1.1259,-2.3925 -2.2799 -2.3925Z"/></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 370.8907,357.0784 l -0.0000,-282.8792 h -282.8792 l -0.0000,282.8792 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 88.0115,74.1992 h 282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 88.0115,79.8568 h 282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 88.0115,85.5144 h 282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 88.0115,91.1720 h 282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 88.0115,96.8295 h 282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 88.0115,102.4871 h 282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 88.0115,108.1447 h 282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 88.0115,113.8023 h 282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 88.0115,119.4599 h 282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 88.0115,125.1175 h 282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 88.0115,130.7750 h 282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 88.0115,136.4326 h 282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 88.0115,142.0902 h 282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 88.0115,147.7478 h 282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 88.0115,153.4054 h 282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 88.0115,159.0630 h 282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 88.0115,164.7205 h 282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 88.0115,170.3781 h 282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 88.0115,176.0357 h 282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 88.0115,181.6933 h 282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 88.0115,187.3509 h 282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 88.0115,193.0085 h 282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 88.0115,198.6660 h 282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 88.0115,204.3236 h 282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 88.0115,209.9812 h 282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 88.0115,215.6388 h 282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 88.0115,221.2964 h 282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 88.0115,226.9540 h 282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 88.0115,232.6115 h 282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 88.0115,238.2691 h 282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 88.0115,243.9267 h 282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 88.0115,249.5843 h 282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 88.0115,255.2419 h 282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 88.0115,260.8995 h 282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 88.0115,266.5570 h 282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 88.0115,272.2146 h 282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 88.0115,277.8722 h 282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 88.0115,283.5298 h 282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 88.0115,289.1874 h 282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 88.0115,294.8449 h 282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 88.0115,300.5025 h 282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 88.0115,306.1601 h 282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 88.0115,311.8177 h 282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 88.0115,317.4753 h 282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 88.0115,323.1329 h 282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 88.0115,328.7904 h 282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 88.0115,334.4480 h 282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 88.0115,340.1056 h 282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 88.0115,345.7632 h 282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 88.0115,351.4208 h 282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 88.0115,357.0784 h 282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 370.8907,357.0784 v -282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 365.2331,357.0784 v -282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 359.5755,357.0784 v -282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 353.9179,357.0784 v -282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 348.2603,357.0784 v -282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 342.6028,357.0784 v -282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 336.9452,357.0784 v -282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 331.2876,357.0784 v -282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 325.6300,357.0784 v -282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 319.9724,357.0784 v -282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 314.3148,357.0784 v -282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 308.6573,357.0784 v -282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 302.9997,357.0784 v -282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 297.3421,357.0784 v -282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 291.6845,357.0784 v -282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 286.0269,357.0784 v -282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 280.3693,357.0784 v -282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 274.7118,357.0784 v -282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 269.0542,357.0784 v -282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 263.3966,357.0784 v -282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 257.7390,357.0784 v -282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 252.0814,357.0784 v -282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 246.4238,357.0784 v -282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 240.7663,357.0784 v -282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 235.1087,357.0784 v -282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 229.4511,357.0784 v -282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 223.7935,357.0784 v -282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 218.1359,357.0784 v -282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 212.4783,357.0784 v -282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 206.8208,357.0784 v -282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 201.1632,357.0784 v -282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 195.5056,357.0784 v -282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 189.8480,357.0784 v -282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 184.1904,357.0784 v -282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 178.5328,357.0784 v -282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 172.8753,357.0784 v -282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 167.2177,357.0784 v -282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 161.5601,357.0784 v -282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 155.9025,357.0784 v -282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 150.2449,357.0784 v -282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 144.5874,357.0784 v -282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 138.9298,357.0784 v -282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 133.2722,357.0784 v -282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 127.6146,357.0784 v -282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 121.9570,357.0784 v -282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 116.2994,357.0784 v -282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 110.6419,357.0784 v -282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 104.9843,357.0784 v -282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 99.3267,357.0784 v -282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 93.6691,357.0784 v -282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7854961515712234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 88.0115,357.0784 v -282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9637403789280585" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 88.0115,74.1992 h 282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9637403789280585" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 88.0115,102.4871 h 282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9637403789280585" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 88.0115,130.7750 h 282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9637403789280585" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 88.0115,159.0630 h 282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9637403789280585" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 88.0115,187.3509 h 282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9637403789280585" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 88.0115,215.6388 h 282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9637403789280585" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 88.0115,243.9267 h 282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9637403789280585" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 88.0115,272.2146 h 282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9637403789280585" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 88.0115,300.5025 h 282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9637403789280585" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 88.0115,328.7904 h 282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9637403789280585" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 88.0115,357.0784 h 282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9637403789280585" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 370.8907,357.0784 v -282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9637403789280585" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 342.6028,357.0784 v -282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9637403789280585" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 314.3148,357.0784 v -282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9637403789280585" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 286.0269,357.0784 v -282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9637403789280585" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 257.7390,357.0784 v -282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9637403789280585" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 229.4511,357.0784 v -282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9637403789280585" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 201.1632,357.0784 v -282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9637403789280585" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 172.8753,357.0784 v -282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9637403789280585" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 144.5874,357.0784 v -282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9637403789280585" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 116.2994,357.0784 v -282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9637403789280585" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 88.0115,357.0784 v -282.8792 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="1.9637403789280585" fill="rgb(255,255,255)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 392.8138,400.0000 l -0.0000,-400.0000 h -385.6276 l -0.0000,400.0000 Z"/></g></svg>+    "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="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 20.4369,273.8059 ZM 24.2829,266.2249 c 0.0000,0.0925 -0.1109,0.1479 -0.2034 0.1479c -0.5547,-0.0000 -0.7951,0.1109 -0.7951 0.4068c 0.0000,0.1109 0.0370,0.2589 0.1109 0.4253l 2.0339,4.7705 l 2.0524,-4.6965 c 0.0925,-0.1664 0.1294,-0.3143 0.1294 -0.4253c 0.0000,-0.3883 -0.3698,-0.4807 -0.7766 -0.4807h -0.0740 c -0.0925,-0.0000 -0.1849,-0.0740 -0.1849 -0.1294v -0.3513 l 0.0370,-0.0555 c 0.0000,-0.0000 1.0909,0.0370 1.7381 0.0370c 0.5177,-0.0000 1.2758,-0.0370 1.2758 -0.0370l 0.0555,0.0370 v 0.3513 c 0.0000,0.0925 -0.0740,0.1479 -0.2034 0.1479c -0.7026,-0.0000 -1.0539,0.7211 -1.3128 1.2573c -0.9800,2.0709 -1.7935,3.9754 -3.2728 7.5440c -0.5547,1.3313 -1.2204,2.8845 -2.5332 2.8845c -0.3513,-0.0000 -1.0724,-0.2034 -1.0724 -0.8690c 0.0000,-0.5547 0.4068,-0.7211 0.7026 -0.7211c 0.2774,-0.0000 0.4623,0.1109 0.5732 0.2589c 0.1849,0.1849 0.3143,0.3143 0.4992 0.3143c 0.2774,-0.0000 0.9245,-1.5902 1.3868 -2.7181c 0.1109,-0.2219 0.1479,-0.4068 0.1479 -0.5732c 0.0000,-0.1849 -0.1664,-0.6841 -0.3143 -1.0539l -2.3298,-5.4176 c -0.2958,-0.7026 -0.4992,-0.9060 -1.1279 -0.9060c -0.1109,-0.0000 -0.1849,-0.0555 -0.1849 -0.1294v -0.3698 l 0.0370,-0.0370 c 0.0000,-0.0000 0.8136,0.0370 1.3683 0.0370c 0.8690,-0.0000 2.2003,-0.0370 2.2003 -0.0370l 0.0370,0.0555 v 0.3328 ZM 34.4710,273.8059 ZM 42.9950,267.9260 v 0.9060 h -7.3036 v -0.9060 h 7.3036 ZM 42.9950,267.9260 ZM 42.9950,270.2373 v 0.9060 h -7.3036 v -0.9060 h 7.3036 ZM 48.8379,273.8059 ZM 53.9042,269.4422 h -4.1788 c -0.1664,-0.0000 -0.2774,-0.1479 -0.2774 -0.3143c 0.0000,-0.2958 0.2404,-0.6841 0.4623 -0.6841h 4.2343 c 0.1849,-0.0000 0.2589,0.1664 0.2589 0.3328c 0.0000,0.2034 -0.2589,0.6656 -0.4992 0.6656ZM 54.9951,273.8059 ZM 56.0675,265.6147 c 0.0000,-1.0539 1.0170,-2.4962 2.9584 -2.4962c 1.4237,-0.0000 3.0879,0.5362 3.0879 2.6626c 0.0000,1.4053 -0.7211,2.1079 -1.7196 3.0694l -1.7566,1.7011 c -0.0925,0.0925 -1.3313,1.3128 -1.3313 2.1818h 3.1433 c 0.6287,-0.0000 0.9615,-0.3143 1.2204 -1.3313l 0.4623,0.0740 l -0.3698,2.3298 h -5.7135 c 0.0000,-1.0355 0.1664,-1.8305 1.8860 -3.5871l 1.2943,-1.2758 c 1.0355,-1.0539 1.4607,-1.9600 1.4607 -3.0879c 0.0000,-1.6826 -1.1464,-2.1634 -1.7751 -2.1634c -1.2758,-0.0000 -1.6271,0.6656 -1.6271 1.1094c 0.0000,0.1479 0.0370,0.2958 0.0740 0.4253c 0.0370,0.1294 0.0740,0.2589 0.0740 0.4068c 0.0000,0.4807 -0.3698,0.6656 -0.6656 0.6656c -0.4068,-0.0000 -0.7026,-0.3143 -0.7026 -0.6841ZM 63.0938,273.8059 ZM 64.1477,273.0478 c 0.0000,-0.5362 0.4438,-0.9800 0.9800 -0.9800c 0.5362,-0.0000 0.9800,0.4438 0.9800 0.9800c 0.0000,0.5362 -0.4438,0.9800 -0.9800 0.9800c -0.5362,-0.0000 -0.9800,-0.4438 -0.9800 -0.9800ZM 67.1432,273.8059 ZM 71.1925,263.7657 c -0.7951,-0.0000 -1.9600,0.7766 -1.9600 5.0848c 0.0000,1.5162 0.2774,4.5671 1.9045 4.5671c 0.3143,-0.0000 1.2019,-0.2034 1.5902 -1.6456c 0.2404,-0.8875 0.3698,-1.9969 0.3698 -3.6056c 0.0000,-2.3483 -0.5917,-3.6611 -1.1279 -4.1233c -0.2034,-0.1849 -0.4807,-0.2774 -0.7766 -0.2774ZM 71.1925,263.7657 ZM 71.1185,274.0277 c -1.9784,-0.0000 -3.3097,-2.5332 -3.3097 -5.3622c 0.0000,-3.4577 1.6456,-5.5471 3.3837 -5.5471c 0.7951,-0.0000 1.5902,0.4992 2.1264 1.2204c 0.7766,1.0355 1.1834,2.4222 1.1834 4.1603c 0.0000,4.1048 -2.0339,5.5286 -3.3837 5.5286Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 173.8546,385.3017 ZM 177.4972,377.8686 c -0.3698,-0.0000 -0.4438,0.0925 -0.4438 0.2219c 0.0000,0.0925 0.0740,0.2589 0.2774 0.5917l 1.1279,1.6641 c 0.0555,0.1109 0.1109,0.1664 0.1849 0.1664c 0.0555,-0.0000 0.0925,-0.0370 0.1664 -0.1294l 1.2019,-1.6826 c 0.2034,-0.2589 0.3143,-0.4623 0.3143 -0.6102c 0.0000,-0.1479 -0.1294,-0.2219 -0.3883 -0.2219h -0.2958 c -0.0555,-0.0000 -0.1109,-0.0370 -0.1109 -0.1294v -0.3513 l 0.0555,-0.0555 c 0.0000,-0.0000 0.8690,0.0370 1.4422 0.0370c 0.5917,-0.0000 1.4977,-0.0370 1.4977 -0.0370l 0.0185,0.0370 v 0.3513 c 0.0000,0.1294 -0.1109,0.1479 -0.2219 0.1479c -0.6841,-0.0000 -0.9615,0.2219 -1.6456 1.0909l -1.5532,1.9784 c -0.0370,0.0555 -0.0555,0.0925 -0.0555 0.1294c 0.0000,0.0370 0.0185,0.0925 0.0555 0.1479l 1.6641,2.3483 c 0.8505,1.2019 1.0909,1.2204 1.6826 1.2204c 0.1849,-0.0000 0.2589,0.0370 0.2589 0.1479v 0.3513 l -0.0185,0.0370 c 0.0000,-0.0000 -0.9985,-0.0370 -1.6271 -0.0370c -0.7581,-0.0000 -1.9230,0.0370 -1.9230 0.0370l -0.0370,-0.0370 v -0.3513 c 0.0000,-0.0925 0.0370,-0.1479 0.1294 -0.1479h 0.2219 c 0.2958,-0.0000 0.4253,-0.0555 0.4253 -0.2034c 0.0000,-0.1664 -0.2034,-0.4438 -0.4992 -0.8321l -1.0724,-1.4792 c -0.0740,-0.0925 -0.1109,-0.1294 -0.1664 -0.1294c -0.0370,-0.0000 -0.0925,0.0555 -0.1664 0.1664l -1.1649,1.6826 c -0.2774,0.3698 -0.3328,0.4623 -0.3328 0.5917c 0.0000,0.1294 0.1109,0.2034 0.3883 0.2034h 0.2589 c 0.0925,-0.0000 0.1294,0.0555 0.1294 0.1479v 0.3513 l -0.0370,0.0370 c 0.0000,-0.0000 -0.9615,-0.0370 -1.5532 -0.0370c -0.5362,-0.0000 -1.3868,0.0370 -1.3868 0.0370l -0.0370,-0.0370 v -0.3143 c 0.0000,-0.1109 0.0740,-0.1849 0.2404 -0.1849c 0.4438,-0.0000 0.8690,-0.0925 1.6456 -1.0909l 1.5532,-1.9969 c 0.0185,-0.0370 0.0370,-0.0740 0.0370 -0.1294c 0.0000,-0.0555 -0.0185,-0.0925 -0.0555 -0.1479l -1.6086,-2.3483 c -0.5177,-0.7581 -0.8505,-1.2019 -1.4977 -1.2019c -0.1294,-0.0000 -0.2589,-0.0555 -0.2589 -0.1294v -0.3513 l 0.0370,-0.0555 l 1.4607,0.0370 l 2.0524,-0.0370 l 0.0555,0.0555 v 0.3328 c 0.0000,0.0925 -0.0740,0.1479 -0.1479 0.1479h -0.2774 ZM 187.6668,385.3017 ZM 196.1908,379.4218 v 0.9060 h -7.3036 v -0.9060 h 7.3036 ZM 196.1908,379.4218 ZM 196.1908,381.7331 v 0.9060 h -7.3036 v -0.9060 h 7.3036 ZM 202.0337,385.3017 ZM 207.1000,380.9380 h -4.1788 c -0.1664,-0.0000 -0.2774,-0.1479 -0.2774 -0.3143c 0.0000,-0.2958 0.2404,-0.6841 0.4623 -0.6841h 4.2343 c 0.1849,-0.0000 0.2589,0.1664 0.2589 0.3328c 0.0000,0.2034 -0.2589,0.6656 -0.4992 0.6656ZM 208.1909,385.3017 ZM 211.6671,376.4819 c -0.3513,-0.0000 -1.1649,0.3328 -1.5717 0.5177l -0.2219,-0.5732 c 1.6271,-0.7581 2.2558,-1.1464 3.1803 -1.8120h 0.3513 v 9.3006 c 0.0000,0.6656 0.0925,0.8505 0.7026 0.8505h 0.9615 c 0.0555,-0.0000 0.1479,0.0370 0.1479 0.1479v 0.4068 l -2.5332,-0.0370 l -2.5701,0.0370 v -0.4068 c 0.0185,-0.0555 0.0370,-0.1479 0.1479 -0.1479h 1.1094 c 0.7026,-0.0000 0.7026,-0.3143 0.7026 -0.8505v -6.3606 c 0.0000,-0.6287 0.0000,-1.0724 -0.4068 -1.0724ZM 216.2896,385.3017 ZM 217.3436,384.5436 c 0.0000,-0.5362 0.4438,-0.9800 0.9800 -0.9800c 0.5362,-0.0000 0.9800,0.4438 0.9800 0.9800c 0.0000,0.5362 -0.4438,0.9800 -0.9800 0.9800c -0.5362,-0.0000 -0.9800,-0.4438 -0.9800 -0.9800ZM 220.3390,385.3017 ZM 224.3883,375.2615 c -0.7951,-0.0000 -1.9600,0.7766 -1.9600 5.0848c 0.0000,1.5162 0.2774,4.5671 1.9045 4.5671c 0.3143,-0.0000 1.2019,-0.2034 1.5902 -1.6456c 0.2404,-0.8875 0.3698,-1.9969 0.3698 -3.6056c 0.0000,-2.3483 -0.5917,-3.6611 -1.1279 -4.1233c -0.2034,-0.1849 -0.4807,-0.2774 -0.7766 -0.2774ZM 224.3883,375.2615 ZM 224.3144,385.5236 c -1.9784,-0.0000 -3.3097,-2.5332 -3.3097 -5.3622c 0.0000,-3.4577 1.6456,-5.5471 3.3837 -5.5471c 0.7951,-0.0000 1.5902,0.4992 2.1264 1.2204c 0.7766,1.0355 1.1834,2.4222 1.1834 4.1603c 0.0000,4.1048 -2.0339,5.5286 -3.3837 5.5286Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="5.847956717830579" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 205.3273,268.2311 c 0.0000,-2.3092 -1.8719,-4.1811 -4.1811 -4.1811c -2.3092,-0.0000 -4.1811,1.8719 -4.1811 4.1811c -0.0000,2.3092 1.8719,4.1811 4.1811 4.1811c 2.3092,0.0000 4.1811,-1.8719 4.1811 -4.1811Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="1.9493189059435265" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 201.1462,351.8529 v -83.6219 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(51,51,51)" stroke-width="1.9493189059435265" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 89.6503,268.2311 h 111.4958 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(153,153,153)" stroke-width="3.898637811887053" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 145.3982,45.2394 l 3.3449,19.6679 l 3.3449,18.8651 l 3.3449,18.0623 l 3.3449,17.2596 l 3.3449,16.4568 l 3.3449,15.6540 l 3.3449,14.8512 l 3.3449,14.0485 l 3.3449,13.2457 l 3.3449,12.4429 l 3.3449,11.6402 l 3.3449,10.8374 l 3.3449,10.0346 l 3.3449,9.2319 l 3.3449,8.4291 l 3.3449,7.6263 l 3.3449,6.8235 l 3.3449,6.0208 l 3.3449,5.2180 l 3.3449,4.4152 l 3.3449,3.6125 l 3.3449,2.8097 l 3.3449,2.0069 l 3.3449,1.2042 l 3.3449,0.4014 l 3.3449,-0.4014 l 3.3449,-1.2042 l 3.3449,-2.0069 l 3.3449,-2.8097 l 3.3449,-3.6125 l 3.3449,-4.4152 l 3.3449,-5.2180 l 3.3449,-6.0208 l 3.3449,-6.8235 l 3.3449,-7.6263 l 3.3449,-8.4291 l 3.3449,-9.2319 l 3.3449,-10.0346 l 3.3449,-10.8374 l 3.3449,-11.6402 l 3.3449,-12.4429 l 3.3449,-13.2457 l 3.3449,-14.0485 l 3.3449,-14.8512 l 3.3449,-15.6540 l 3.3449,-16.4568 l 3.3449,-17.2596 l 3.3449,-18.0623 l 3.3449,-18.8651 l 3.3449,-19.6679 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 178.9441,53.3104 ZM 184.7130,41.9389 c 0.0000,0.1387 -0.1664,0.2219 -0.3051 0.2219c -0.8321,-0.0000 -1.1926,0.1664 -1.1926 0.6102c 0.0000,0.1664 0.0555,0.3883 0.1664 0.6379l 3.0509,7.1557 l 3.0786,-7.0448 c 0.1387,-0.2496 0.1941,-0.4715 0.1941 -0.6379c 0.0000,-0.5824 -0.5547,-0.7211 -1.1649 -0.7211h -0.1109 c -0.1387,-0.0000 -0.2774,-0.1109 -0.2774 -0.1941v -0.5270 l 0.0555,-0.0832 c 0.0000,-0.0000 1.6364,0.0555 2.6071 0.0555c 0.7766,-0.0000 1.9137,-0.0555 1.9137 -0.0555l 0.0832,0.0555 v 0.5270 c 0.0000,0.1387 -0.1109,0.2219 -0.3051 0.2219c -1.0539,-0.0000 -1.5809,1.0817 -1.9692 1.8860c -1.4700,3.1064 -2.6903,5.9631 -4.9091 11.3160c -0.8321,1.9969 -1.8305,4.3267 -3.7997 4.3267c -0.5270,-0.0000 -1.6086,-0.3051 -1.6086 -1.3036c 0.0000,-0.8321 0.6102,-1.0817 1.0539 -1.0817c 0.4160,-0.0000 0.6934,0.1664 0.8598 0.3883c 0.2774,0.2774 0.4715,0.4715 0.7489 0.4715c 0.4160,-0.0000 1.3868,-2.3852 2.0801 -4.0771c 0.1664,-0.3328 0.2219,-0.6102 0.2219 -0.8598c 0.0000,-0.2774 -0.2496,-1.0262 -0.4715 -1.5809l -3.4946,-8.1264 c -0.4438,-1.0539 -0.7489,-1.3590 -1.6919 -1.3590c -0.1664,-0.0000 -0.2774,-0.0832 -0.2774 -0.1941v -0.5547 l 0.0555,-0.0555 c 0.0000,-0.0000 1.2204,0.0555 2.0524 0.0555c 1.3036,-0.0000 3.3005,-0.0555 3.3005 -0.0555l 0.0555,0.0832 v 0.4992 ZM 199.9951,53.3104 ZM 212.7811,44.4906 v 1.3590 h -10.9554 v -1.3590 h 10.9554 ZM 212.7811,44.4906 ZM 212.7811,47.9575 v 1.3590 h -10.9554 v -1.3590 h 10.9554 ZM 221.5455,53.3104 ZM 227.0093,42.1608 c -0.5547,-0.0000 -0.6656,0.1387 -0.6656 0.3328c 0.0000,0.1387 0.1109,0.3883 0.4160 0.8875l 1.6919,2.4962 c 0.0832,0.1664 0.1664,0.2496 0.2774 0.2496c 0.0832,-0.0000 0.1387,-0.0555 0.2496 -0.1941l 1.8028,-2.5239 c 0.3051,-0.3883 0.4715,-0.6934 0.4715 -0.9153c 0.0000,-0.2219 -0.1941,-0.3328 -0.5824 -0.3328h -0.4438 c -0.0832,-0.0000 -0.1664,-0.0555 -0.1664 -0.1941v -0.5270 l 0.0832,-0.0832 c 0.0000,-0.0000 1.3036,0.0555 2.1634 0.0555c 0.8875,-0.0000 2.2466,-0.0555 2.2466 -0.0555l 0.0277,0.0555 v 0.5270 c 0.0000,0.1941 -0.1664,0.2219 -0.3328 0.2219c -1.0262,-0.0000 -1.4422,0.3328 -2.4684 1.6364l -2.3298,2.9677 c -0.0555,0.0832 -0.0832,0.1387 -0.0832 0.1941c 0.0000,0.0555 0.0277,0.1387 0.0832 0.2219l 2.4962,3.5224 c 1.2758,1.8028 1.6364,1.8305 2.5239 1.8305c 0.2774,-0.0000 0.3883,0.0555 0.3883 0.2219v 0.5270 l -0.0277,0.0555 c 0.0000,-0.0000 -1.4977,-0.0555 -2.4407 -0.0555c -1.1371,-0.0000 -2.8845,0.0555 -2.8845 0.0555l -0.0555,-0.0555 v -0.5270 c 0.0000,-0.1387 0.0555,-0.2219 0.1941 -0.2219h 0.3328 c 0.4438,-0.0000 0.6379,-0.0832 0.6379 -0.3051c 0.0000,-0.2496 -0.3051,-0.6656 -0.7489 -1.2481l -1.6086,-2.2188 c -0.1109,-0.1387 -0.1664,-0.1941 -0.2496 -0.1941c -0.0555,-0.0000 -0.1387,0.0832 -0.2496 0.2496l -1.7473,2.5239 c -0.4160,0.5547 -0.4992,0.6934 -0.4992 0.8875c 0.0000,0.1941 0.1664,0.3051 0.5824 0.3051h 0.3883 c 0.1387,-0.0000 0.1941,0.0832 0.1941 0.2219v 0.5270 l -0.0555,0.0555 c 0.0000,-0.0000 -1.4422,-0.0555 -2.3298 -0.0555c -0.8043,-0.0000 -2.0801,0.0555 -2.0801 0.0555l -0.0555,-0.0555 v -0.4715 c 0.0000,-0.1664 0.1109,-0.2774 0.3606 -0.2774c 0.6656,-0.0000 1.3036,-0.1387 2.4684 -1.6364l 2.3298,-2.9954 c 0.0277,-0.0555 0.0555,-0.1109 0.0555 -0.1941c 0.0000,-0.0832 -0.0277,-0.1387 -0.0832 -0.2219l -2.4130,-3.5224 c -0.7766,-1.1371 -1.2758,-1.8028 -2.2466 -1.8028c -0.1941,-0.0000 -0.3883,-0.0832 -0.3883 -0.1941v -0.5270 l 0.0555,-0.0832 l 2.1911,0.0555 l 3.0786,-0.0555 l 0.0832,0.0832 v 0.4992 c 0.0000,0.1387 -0.1109,0.2219 -0.2219 0.2219h -0.4160 ZM 235.3299,53.3104 ZM 237.3546,37.0298 c -0.3328,-0.0000 -0.7211,-0.3051 -0.7211 -0.6656c 0.0000,-0.7211 0.7766,-2.1356 2.9677 -2.1356c 1.3868,-0.0000 2.9954,0.5270 2.9954 2.3020c 0.0000,1.2758 -0.9430,2.1911 -2.4684 3.3005c -1.1649,0.8321 -1.8305,1.6364 -1.8305 2.4962h 2.2466 c 0.8598,-0.0000 1.3036,-1.0817 1.6086 -1.8583l 0.6656,0.1387 c -0.2496,0.8321 -0.4438,1.8028 -0.5270 2.6071h -5.7135 c 0.0000,-1.3313 1.2204,-2.4962 2.5239 -3.5224c 1.2481,-0.9985 1.8583,-1.6364 1.8583 -3.1341c 0.0000,-1.3036 -0.9707,-1.6641 -1.4700 -1.6641c -1.1926,-0.0000 -1.4977,0.4438 -1.4977 0.8043c 0.0000,0.2496 0.1387,0.4438 0.1387 0.6656c 0.0000,0.4438 -0.4992,0.6656 -0.7766 0.6656ZM 250.7784,53.3104 ZM 258.3779,46.7649 h -6.2682 c -0.2496,-0.0000 -0.4160,-0.2219 -0.4160 -0.4715c 0.0000,-0.4438 0.3606,-1.0262 0.6934 -1.0262h 6.3514 c 0.2774,-0.0000 0.3883,0.2496 0.3883 0.4992c 0.0000,0.3051 -0.3883,0.9985 -0.7489 0.9985ZM 266.9481,53.3104 ZM 272.9389,38.1392 c -0.6934,-0.0000 -2.7181,0.3883 -2.7181 2.0801c 0.0000,0.4992 -0.1941,1.3590 -0.9430 1.3590c -0.7211,-0.0000 -0.7766,-0.8043 -0.7766 -0.8875c 0.0000,-0.8598 1.1371,-3.4114 4.9924 -3.4114c 2.6903,-0.0000 3.4946,1.6919 3.4946 2.8013c 0.0000,0.6934 -0.2219,2.0801 -2.7181 3.6611c 1.5532,0.2496 3.6056,1.3868 3.6056 4.2712c 0.0000,3.6611 -2.7735,5.6303 -5.9076 5.6303c -1.5809,-0.0000 -3.7997,-0.6934 -3.7997 -1.7473c 0.0000,-0.4160 0.4160,-0.8875 0.9707 -0.8875c 0.5270,-0.0000 0.7766,0.2774 1.0262 0.6379c 0.3051,0.4715 0.8043,1.1371 2.1356 1.1371c 0.9153,-0.0000 3.5224,-0.9153 3.5224 -4.4099c 0.0000,-2.9677 -2.0801,-3.4392 -3.5779 -3.4392c -0.2496,-0.0000 -0.5547,0.0555 -0.8598 0.1109l -0.1109,-0.8321 c 2.1356,-0.3606 3.9107,-2.4407 3.9107 -3.7165c 0.0000,-1.5809 -1.1094,-2.3575 -2.2466 -2.3575Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 368.3899,351.8529 l -0.0000,-278.7396 h -278.7396 l -0.0000,278.7396 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 89.6503,73.1134 h 278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 89.6503,78.6882 h 278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 89.6503,84.2630 h 278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 89.6503,89.8378 h 278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 89.6503,95.4126 h 278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 89.6503,100.9873 h 278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 89.6503,106.5621 h 278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 89.6503,112.1369 h 278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 89.6503,117.7117 h 278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 89.6503,123.2865 h 278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 89.6503,128.8613 h 278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 89.6503,134.4361 h 278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 89.6503,140.0109 h 278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 89.6503,145.5857 h 278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 89.6503,151.1605 h 278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 89.6503,156.7353 h 278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 89.6503,162.3100 h 278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 89.6503,167.8848 h 278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 89.6503,173.4596 h 278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 89.6503,179.0344 h 278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 89.6503,184.6092 h 278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 89.6503,190.1840 h 278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 89.6503,195.7588 h 278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 89.6503,201.3336 h 278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 89.6503,206.9084 h 278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 89.6503,212.4832 h 278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 89.6503,218.0580 h 278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 89.6503,223.6327 h 278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 89.6503,229.2075 h 278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 89.6503,234.7823 h 278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 89.6503,240.3571 h 278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 89.6503,245.9319 h 278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 89.6503,251.5067 h 278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 89.6503,257.0815 h 278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 89.6503,262.6563 h 278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 89.6503,268.2311 h 278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 89.6503,273.8059 h 278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 89.6503,279.3807 h 278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 89.6503,284.9554 h 278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 89.6503,290.5302 h 278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 89.6503,296.1050 h 278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 89.6503,301.6798 h 278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 89.6503,307.2546 h 278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 89.6503,312.8294 h 278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 89.6503,318.4042 h 278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 89.6503,323.9790 h 278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 89.6503,329.5538 h 278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 89.6503,335.1286 h 278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 89.6503,340.7034 h 278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 89.6503,346.2782 h 278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 89.6503,351.8529 h 278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 368.3899,351.8529 v -278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 362.8151,351.8529 v -278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 357.2403,351.8529 v -278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 351.6655,351.8529 v -278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 346.0907,351.8529 v -278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 340.5159,351.8529 v -278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 334.9411,351.8529 v -278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 329.3664,351.8529 v -278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 323.7916,351.8529 v -278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 318.2168,351.8529 v -278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 312.6420,351.8529 v -278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 307.0672,351.8529 v -278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 301.4924,351.8529 v -278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 295.9176,351.8529 v -278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 290.3428,351.8529 v -278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 284.7680,351.8529 v -278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 279.1932,351.8529 v -278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 273.6184,351.8529 v -278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 268.0437,351.8529 v -278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 262.4689,351.8529 v -278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 256.8941,351.8529 v -278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 251.3193,351.8529 v -278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 245.7445,351.8529 v -278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 240.1697,351.8529 v -278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 234.5949,351.8529 v -278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 229.0201,351.8529 v -278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 223.4453,351.8529 v -278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 217.8705,351.8529 v -278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 212.2957,351.8529 v -278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 206.7210,351.8529 v -278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 201.1462,351.8529 v -278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 195.5714,351.8529 v -278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 189.9966,351.8529 v -278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 184.4218,351.8529 v -278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 178.8470,351.8529 v -278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 173.2722,351.8529 v -278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 167.6974,351.8529 v -278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 162.1226,351.8529 v -278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 156.5478,351.8529 v -278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 150.9730,351.8529 v -278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 145.3982,351.8529 v -278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 139.8235,351.8529 v -278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 134.2487,351.8529 v -278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 128.6739,351.8529 v -278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 123.0991,351.8529 v -278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 117.5243,351.8529 v -278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 111.9495,351.8529 v -278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 106.3747,351.8529 v -278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 100.7999,351.8529 v -278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 95.2251,351.8529 v -278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7797275623774106" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 89.6503,351.8529 v -278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9493189059435265" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 89.6503,73.1134 h 278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9493189059435265" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 89.6503,100.9873 h 278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9493189059435265" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 89.6503,128.8613 h 278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9493189059435265" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 89.6503,156.7353 h 278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9493189059435265" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 89.6503,184.6092 h 278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9493189059435265" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 89.6503,212.4832 h 278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9493189059435265" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 89.6503,240.3571 h 278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9493189059435265" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 89.6503,268.2311 h 278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9493189059435265" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 89.6503,296.1050 h 278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9493189059435265" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 89.6503,323.9790 h 278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9493189059435265" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 89.6503,351.8529 h 278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9493189059435265" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 368.3899,351.8529 v -278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9493189059435265" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 340.5159,351.8529 v -278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9493189059435265" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 312.6420,351.8529 v -278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9493189059435265" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 284.7680,351.8529 v -278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9493189059435265" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 256.8941,351.8529 v -278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9493189059435265" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 229.0201,351.8529 v -278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9493189059435265" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 201.1462,351.8529 v -278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9493189059435265" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 173.2722,351.8529 v -278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9493189059435265" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 145.3982,351.8529 v -278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9493189059435265" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 117.5243,351.8529 v -278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9493189059435265" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 89.6503,351.8529 v -278.7396 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="1.9493189059435265" fill="rgb(255,255,255)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 389.9922,400.0000 l -0.0000,-400.0000 h -379.9844 l -0.0000,400.0000 Z"/>+  </g>+</svg>
+ other/scratch.svg view
@@ -0,0 +1,148 @@+<?xml version="1.0" encoding="UTF-8"?>+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"+    "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">+<svg xmlns="http://www.w3.org/2000/svg" height="400.0000" stroke-opacity="1" viewBox="0 0 600 400" font-size="1" width="600.0000" xmlns:xlink="http://www.w3.org/1999/xlink" stroke="rgb(0,0,0)" version="1.1">+  <defs>+  </defs>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.1" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 78.8419,330.0992 l -0.0000,-301.9474 h -6.0389 l -0.0000,301.9474 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 43.3218,34.1907 ZM 47.7083,23.3145 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 47.7083,23.3145 ZM 47.6281,34.4310 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889ZM 52.0948,34.1907 ZM 53.2365,33.3694 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 56.4813,34.1907 ZM 62.6704,30.8057 c 0.0000,-2.0631 -1.1217,-3.0846 -2.3635 -3.0846c -0.9214,-0.0000 -1.6224,0.1402 -2.4036 0.4607l 0.6409,-5.4681 c 0.6610,0.0601 1.3420,0.0801 2.0430 0.0801c 1.0015,-0.0000 2.0430,-0.0601 3.1246 -0.1803l 0.1202,0.0601 l -0.3004,1.3019 c -0.7812,0.0801 -1.4221,0.1001 -1.9829 0.1001c -0.9013,-0.0000 -1.5823,-0.0801 -2.2834 -0.1602l -0.3806,3.1647 c 0.4206,-0.1602 1.1417,-0.3004 1.9228 -0.3004c 2.1231,-0.0000 3.3049,1.8427 3.3049 3.6855c 0.0000,2.2433 -1.5623,3.9659 -3.8257 3.9659c -1.1417,-0.0000 -2.8042,-0.6409 -2.8042 -1.4221c 0.0000,-0.3806 0.3205,-0.6409 0.6810 -0.6409c 0.4006,-0.0000 0.6610,0.3004 0.9013 0.6209c 0.3004,0.3605 0.6209,0.7611 1.2619 0.7611c 1.2819,-0.0000 2.3435,-1.2018 2.3435 -2.9444Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4201284830128267" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 69.7835,28.1517 h 9.0584 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 43.3218,64.3854 ZM 47.7083,53.5093 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 47.7083,53.5093 ZM 47.6281,64.6258 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889ZM 52.0948,64.3854 ZM 53.2365,63.5642 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 56.4813,64.3854 ZM 61.6489,57.2749 c 0.0000,-0.1402 0.0200,-0.3004 0.2003 -0.4006c 0.2203,-0.1602 0.5809,-0.3405 0.8813 -0.3405c 0.2604,-0.0000 0.2804,0.2203 0.2804 0.6209v 3.2248 h 1.6224 l -0.1202,0.9414 h -1.5022 v 1.6625 c 0.0000,0.5608 0.0801,0.8412 0.6610 0.8412h 0.5408 c 0.1202,-0.0000 0.1402,0.1001 0.1402 0.1402v 0.4407 c 0.0000,-0.0000 -1.2819,-0.0401 -2.1231 -0.0401c -0.7611,-0.0000 -1.9429,0.0401 -1.9429 0.0401v -0.4407 c 0.0000,-0.0401 0.0200,-0.1402 0.1402 -0.1402h 0.5408 c 0.6209,-0.0000 0.6810,-0.2604 0.6810 -0.8412v -1.6625 h -3.9258 c -0.0801,-0.0000 -0.1202,-0.0401 -0.1803 -0.1202l -0.1602,-0.2203 l -0.2404,-0.4206 c -0.0200,-0.0000 -0.0200,-0.0200 -0.0200 -0.0401c 0.0000,-0.0200 0.0200,-0.0401 0.0401 -0.0601c 1.3019,-1.4421 3.6053,-5.9088 4.3264 -7.5512c 0.0200,-0.0801 0.0601,-0.1001 0.1402 -0.1001c 0.0200,-0.0000 0.4607,0.1803 0.7010 0.2203c -0.9013,2.4236 -2.3835,5.0275 -3.8457 7.3509h 3.1647 v -3.1046 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4201284830128267" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 69.7835,58.3465 h 9.0584 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 43.3218,94.5802 ZM 47.7083,83.7040 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 47.7083,83.7040 ZM 47.6281,94.8205 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889ZM 52.0948,94.5802 ZM 53.2365,93.7589 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 56.4813,94.5802 ZM 60.8077,83.6239 c -0.5007,-0.0000 -1.9629,0.2804 -1.9629 1.5022c 0.0000,0.3605 -0.1402,0.9815 -0.6810 0.9815c -0.5208,-0.0000 -0.5608,-0.5809 -0.5608 -0.6409c 0.0000,-0.6209 0.8212,-2.4637 3.6053 -2.4637c 1.9429,-0.0000 2.5237,1.2218 2.5237 2.0230c 0.0000,0.5007 -0.1602,1.5022 -1.9629 2.6439c 1.1217,0.1803 2.6039,1.0015 2.6039 3.0846c 0.0000,2.6439 -2.0030,4.0660 -4.2663 4.0660c -1.1417,-0.0000 -2.7441,-0.5007 -2.7441 -1.2619c 0.0000,-0.3004 0.3004,-0.6409 0.7010 -0.6409c 0.3806,-0.0000 0.5608,0.2003 0.7411 0.4607c 0.2203,0.3405 0.5809,0.8212 1.5423 0.8212c 0.6610,-0.0000 2.5438,-0.6610 2.5438 -3.1847c 0.0000,-2.1432 -1.5022,-2.4837 -2.5838 -2.4837c -0.1803,-0.0000 -0.4006,0.0401 -0.6209 0.0801l -0.0801,-0.6009 c 1.5423,-0.2604 2.8242,-1.7626 2.8242 -2.6840c 0.0000,-1.1417 -0.8012,-1.7025 -1.6224 -1.7025Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4201284830128267" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 69.7835,88.5412 h 9.0584 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 43.3218,124.7749 ZM 47.7083,113.8988 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 47.7083,113.8988 ZM 47.6281,125.0153 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889ZM 52.0948,124.7749 ZM 53.2365,123.9537 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 56.4813,124.7749 ZM 57.6430,115.9018 c 0.0000,-1.1417 1.1016,-2.7040 3.2047 -2.7040c 1.5423,-0.0000 3.3450,0.5809 3.3450 2.8843c 0.0000,1.5223 -0.7812,2.2834 -1.8628 3.3249l -1.9028,1.8427 c -0.1001,0.1001 -1.4421,1.4221 -1.4421 2.3635h 3.4050 c 0.6810,-0.0000 1.0415,-0.3405 1.3220 -1.4421l 0.5007,0.0801 l -0.4006,2.5237 h -6.1892 c 0.0000,-1.1217 0.1803,-1.9829 2.0430 -3.8858l 1.4021,-1.3820 c 1.1217,-1.1417 1.5823,-2.1231 1.5823 -3.3450c 0.0000,-1.8227 -1.2418,-2.3435 -1.9228 -2.3435c -1.3820,-0.0000 -1.7626,0.7211 -1.7626 1.2018c 0.0000,0.1602 0.0401,0.3205 0.0801 0.4607c 0.0401,0.1402 0.0801,0.2804 0.0801 0.4407c 0.0000,0.5208 -0.4006,0.7211 -0.7211 0.7211c -0.4407,-0.0000 -0.7611,-0.3405 -0.7611 -0.7411Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4201284830128267" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 69.7835,118.7360 h 9.0584 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 43.3218,154.9696 ZM 47.7083,144.0935 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 47.7083,144.0935 ZM 47.6281,155.2100 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889ZM 52.0948,154.9696 ZM 53.2365,154.1484 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 56.4813,154.9696 ZM 60.2468,145.4155 c -0.3806,-0.0000 -1.2619,0.3605 -1.7025 0.5608l -0.2404,-0.6209 c 1.7626,-0.8212 2.4436,-1.2418 3.4451 -1.9629h 0.3806 v 10.0749 c 0.0000,0.7211 0.1001,0.9214 0.7611 0.9214h 1.0415 c 0.0601,-0.0000 0.1602,0.0401 0.1602 0.1602v 0.4407 l -2.7441,-0.0401 l -2.7841,0.0401 v -0.4407 c 0.0200,-0.0601 0.0401,-0.1602 0.1602 -0.1602h 1.2018 c 0.7611,-0.0000 0.7611,-0.3405 0.7611 -0.9214v -6.8902 c 0.0000,-0.6810 0.0000,-1.1617 -0.4407 -1.1617Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4201284830128267" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 69.7835,148.9307 h 9.0584 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 43.3218,185.1644 ZM 47.7083,174.2883 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 47.7083,174.2883 ZM 47.6281,185.4047 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889ZM 52.0948,185.1644 ZM 53.2365,184.3432 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 56.4813,185.1644 ZM 60.8678,174.2883 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 60.8678,174.2883 ZM 60.7876,185.4047 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4201284830128267" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 69.7835,179.1254 h 9.0584 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 36.6519,215.3591 ZM 42.1400,210.6321 h -4.5267 c -0.1803,-0.0000 -0.3004,-0.1602 -0.3004 -0.3405c 0.0000,-0.3205 0.2604,-0.7411 0.5007 -0.7411h 4.5868 c 0.2003,-0.0000 0.2804,0.1803 0.2804 0.3605c 0.0000,0.2203 -0.2804,0.7211 -0.5408 0.7211ZM 43.3218,215.3591 ZM 47.7083,204.4830 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 47.7083,204.4830 ZM 47.6281,215.5995 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889ZM 52.0948,215.3591 ZM 53.2365,214.5379 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 56.4813,215.3591 ZM 60.2468,205.8050 c -0.3806,-0.0000 -1.2619,0.3605 -1.7025 0.5608l -0.2404,-0.6209 c 1.7626,-0.8212 2.4436,-1.2418 3.4451 -1.9629h 0.3806 v 10.0749 c 0.0000,0.7211 0.1001,0.9214 0.7611 0.9214h 1.0415 c 0.0601,-0.0000 0.1602,0.0401 0.1602 0.1602v 0.4407 l -2.7441,-0.0401 l -2.7841,0.0401 v -0.4407 c 0.0200,-0.0601 0.0401,-0.1602 0.1602 -0.1602h 1.2018 c 0.7611,-0.0000 0.7611,-0.3405 0.7611 -0.9214v -6.8902 c 0.0000,-0.6810 0.0000,-1.1617 -0.4407 -1.1617Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4201284830128267" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 69.7835,209.3202 h 9.0584 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 36.6519,245.5539 ZM 42.1400,240.8269 h -4.5267 c -0.1803,-0.0000 -0.3004,-0.1602 -0.3004 -0.3405c 0.0000,-0.3205 0.2604,-0.7411 0.5007 -0.7411h 4.5868 c 0.2003,-0.0000 0.2804,0.1803 0.2804 0.3605c 0.0000,0.2203 -0.2804,0.7211 -0.5408 0.7211ZM 43.3218,245.5539 ZM 47.7083,234.6778 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 47.7083,234.6778 ZM 47.6281,245.7942 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889ZM 52.0948,245.5539 ZM 53.2365,244.7327 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 56.4813,245.5539 ZM 57.6430,236.6807 c 0.0000,-1.1417 1.1016,-2.7040 3.2047 -2.7040c 1.5423,-0.0000 3.3450,0.5809 3.3450 2.8843c 0.0000,1.5223 -0.7812,2.2834 -1.8628 3.3249l -1.9028,1.8427 c -0.1001,0.1001 -1.4421,1.4221 -1.4421 2.3635h 3.4050 c 0.6810,-0.0000 1.0415,-0.3405 1.3220 -1.4421l 0.5007,0.0801 l -0.4006,2.5237 h -6.1892 c 0.0000,-1.1217 0.1803,-1.9829 2.0430 -3.8858l 1.4021,-1.3820 c 1.1217,-1.1417 1.5823,-2.1231 1.5823 -3.3450c 0.0000,-1.8227 -1.2418,-2.3435 -1.9228 -2.3435c -1.3820,-0.0000 -1.7626,0.7211 -1.7626 1.2018c 0.0000,0.1602 0.0401,0.3205 0.0801 0.4607c 0.0401,0.1402 0.0801,0.2804 0.0801 0.4407c 0.0000,0.5208 -0.4006,0.7211 -0.7211 0.7211c -0.4407,-0.0000 -0.7611,-0.3405 -0.7611 -0.7411Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4201284830128267" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 69.7835,239.5149 h 9.0584 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 36.6519,275.7486 ZM 42.1400,271.0216 h -4.5267 c -0.1803,-0.0000 -0.3004,-0.1602 -0.3004 -0.3405c 0.0000,-0.3205 0.2604,-0.7411 0.5007 -0.7411h 4.5868 c 0.2003,-0.0000 0.2804,0.1803 0.2804 0.3605c 0.0000,0.2203 -0.2804,0.7211 -0.5408 0.7211ZM 43.3218,275.7486 ZM 47.7083,264.8725 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 47.7083,264.8725 ZM 47.6281,275.9890 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889ZM 52.0948,275.7486 ZM 53.2365,274.9274 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 56.4813,275.7486 ZM 60.8077,264.7924 c -0.5007,-0.0000 -1.9629,0.2804 -1.9629 1.5022c 0.0000,0.3605 -0.1402,0.9815 -0.6810 0.9815c -0.5208,-0.0000 -0.5608,-0.5809 -0.5608 -0.6409c 0.0000,-0.6209 0.8212,-2.4637 3.6053 -2.4637c 1.9429,-0.0000 2.5237,1.2218 2.5237 2.0230c 0.0000,0.5007 -0.1602,1.5022 -1.9629 2.6439c 1.1217,0.1803 2.6039,1.0015 2.6039 3.0846c 0.0000,2.6439 -2.0030,4.0660 -4.2663 4.0660c -1.1417,-0.0000 -2.7441,-0.5007 -2.7441 -1.2619c 0.0000,-0.3004 0.3004,-0.6409 0.7010 -0.6409c 0.3806,-0.0000 0.5608,0.2003 0.7411 0.4607c 0.2203,0.3405 0.5809,0.8212 1.5423 0.8212c 0.6610,-0.0000 2.5438,-0.6610 2.5438 -3.1847c 0.0000,-2.1432 -1.5022,-2.4837 -2.5838 -2.4837c -0.1803,-0.0000 -0.4006,0.0401 -0.6209 0.0801l -0.0801,-0.6009 c 1.5423,-0.2604 2.8242,-1.7626 2.8242 -2.6840c 0.0000,-1.1417 -0.8012,-1.7025 -1.6224 -1.7025Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4201284830128267" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 69.7835,269.7097 h 9.0584 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 36.6519,305.9434 ZM 42.1400,301.2164 h -4.5267 c -0.1803,-0.0000 -0.3004,-0.1602 -0.3004 -0.3405c 0.0000,-0.3205 0.2604,-0.7411 0.5007 -0.7411h 4.5868 c 0.2003,-0.0000 0.2804,0.1803 0.2804 0.3605c 0.0000,0.2203 -0.2804,0.7211 -0.5408 0.7211ZM 43.3218,305.9434 ZM 47.7083,295.0673 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 47.7083,295.0673 ZM 47.6281,306.1837 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889ZM 52.0948,305.9434 ZM 53.2365,305.1222 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 56.4813,305.9434 ZM 61.6489,298.8328 c 0.0000,-0.1402 0.0200,-0.3004 0.2003 -0.4006c 0.2203,-0.1602 0.5809,-0.3405 0.8813 -0.3405c 0.2604,-0.0000 0.2804,0.2203 0.2804 0.6209v 3.2248 h 1.6224 l -0.1202,0.9414 h -1.5022 v 1.6625 c 0.0000,0.5608 0.0801,0.8412 0.6610 0.8412h 0.5408 c 0.1202,-0.0000 0.1402,0.1001 0.1402 0.1402v 0.4407 c 0.0000,-0.0000 -1.2819,-0.0401 -2.1231 -0.0401c -0.7611,-0.0000 -1.9429,0.0401 -1.9429 0.0401v -0.4407 c 0.0000,-0.0401 0.0200,-0.1402 0.1402 -0.1402h 0.5408 c 0.6209,-0.0000 0.6810,-0.2604 0.6810 -0.8412v -1.6625 h -3.9258 c -0.0801,-0.0000 -0.1202,-0.0401 -0.1803 -0.1202l -0.1602,-0.2203 l -0.2404,-0.4206 c -0.0200,-0.0000 -0.0200,-0.0200 -0.0200 -0.0401c 0.0000,-0.0200 0.0200,-0.0401 0.0401 -0.0601c 1.3019,-1.4421 3.6053,-5.9088 4.3264 -7.5512c 0.0200,-0.0801 0.0601,-0.1001 0.1402 -0.1001c 0.0200,-0.0000 0.4607,0.1803 0.7010 0.2203c -0.9013,2.4236 -2.3835,5.0275 -3.8457 7.3509h 3.1647 v -3.1046 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4201284830128267" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 69.7835,299.9044 h 9.0584 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 36.6519,336.1381 ZM 42.1400,331.4111 h -4.5267 c -0.1803,-0.0000 -0.3004,-0.1602 -0.3004 -0.3405c 0.0000,-0.3205 0.2604,-0.7411 0.5007 -0.7411h 4.5868 c 0.2003,-0.0000 0.2804,0.1803 0.2804 0.3605c 0.0000,0.2203 -0.2804,0.7211 -0.5408 0.7211ZM 43.3218,336.1381 ZM 47.7083,325.2620 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 47.7083,325.2620 ZM 47.6281,336.3785 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889ZM 52.0948,336.1381 ZM 53.2365,335.3169 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 56.4813,336.1381 ZM 62.6704,332.7531 c 0.0000,-2.0631 -1.1217,-3.0846 -2.3635 -3.0846c -0.9214,-0.0000 -1.6224,0.1402 -2.4036 0.4607l 0.6409,-5.4681 c 0.6610,0.0601 1.3420,0.0801 2.0430 0.0801c 1.0015,-0.0000 2.0430,-0.0601 3.1246 -0.1803l 0.1202,0.0601 l -0.3004,1.3019 c -0.7812,0.0801 -1.4221,0.1001 -1.9829 0.1001c -0.9013,-0.0000 -1.5823,-0.0801 -2.2834 -0.1602l -0.3806,3.1647 c 0.4206,-0.1602 1.1417,-0.3004 1.9228 -0.3004c 2.1231,-0.0000 3.3049,1.8427 3.3049 3.6855c 0.0000,2.2433 -1.5623,3.9659 -3.8257 3.9659c -1.1417,-0.0000 -2.8042,-0.6409 -2.8042 -1.4221c 0.0000,-0.3806 0.3205,-0.6409 0.6810 -0.6409c 0.4006,-0.0000 0.6610,0.3004 0.9013 0.6209c 0.3004,0.3605 0.6209,0.7611 1.2619 0.7611c 1.2819,-0.0000 2.3435,-1.2018 2.3435 -2.9444Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4201284830128267" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 69.7835,330.0992 h 9.0584 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.1" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 558.1422,348.2160 l -0.0000,-6.0389 h -452.9212 l -0.0000,6.0389 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 547.1759,373.6712 ZM 551.5624,362.7951 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 551.5624,362.7951 ZM 551.4823,373.9116 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889ZM 555.9489,373.6712 ZM 557.0906,372.8500 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 560.3354,373.6712 ZM 566.5246,370.2862 c 0.0000,-2.0631 -1.1217,-3.0846 -2.3635 -3.0846c -0.9214,-0.0000 -1.6224,0.1402 -2.4036 0.4607l 0.6409,-5.4681 c 0.6610,0.0601 1.3420,0.0801 2.0430 0.0801c 1.0015,-0.0000 2.0430,-0.0601 3.1246 -0.1803l 0.1202,0.0601 l -0.3004,1.3019 c -0.7812,0.0801 -1.4221,0.1001 -1.9829 0.1001c -0.9013,-0.0000 -1.5823,-0.0801 -2.2834 -0.1602l -0.3806,3.1647 c 0.4206,-0.1602 1.1417,-0.3004 1.9228 -0.3004c 2.1231,-0.0000 3.3049,1.8427 3.3049 3.6855c 0.0000,2.2433 -1.5623,3.9659 -3.8257 3.9659c -1.1417,-0.0000 -2.8042,-0.6409 -2.8042 -1.4221c 0.0000,-0.3806 0.3205,-0.6409 0.6810 -0.6409c 0.4006,-0.0000 0.6610,0.3004 0.9013 0.6209c 0.3004,0.3605 0.6209,0.7611 1.2619 0.7611c 1.2819,-0.0000 2.3435,-1.2018 2.3435 -2.9444Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4201284830128267" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 558.1422,342.1771 v 9.0584 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 501.8838,373.6712 ZM 506.2703,362.7951 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 506.2703,362.7951 ZM 506.1902,373.9116 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889ZM 510.6568,373.6712 ZM 511.7985,372.8500 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 515.0433,373.6712 ZM 520.2110,366.5607 c 0.0000,-0.1402 0.0200,-0.3004 0.2003 -0.4006c 0.2203,-0.1602 0.5809,-0.3405 0.8813 -0.3405c 0.2604,-0.0000 0.2804,0.2203 0.2804 0.6209v 3.2248 h 1.6224 l -0.1202,0.9414 h -1.5022 v 1.6625 c 0.0000,0.5608 0.0801,0.8412 0.6610 0.8412h 0.5408 c 0.1202,-0.0000 0.1402,0.1001 0.1402 0.1402v 0.4407 c 0.0000,-0.0000 -1.2819,-0.0401 -2.1231 -0.0401c -0.7611,-0.0000 -1.9429,0.0401 -1.9429 0.0401v -0.4407 c 0.0000,-0.0401 0.0200,-0.1402 0.1402 -0.1402h 0.5408 c 0.6209,-0.0000 0.6810,-0.2604 0.6810 -0.8412v -1.6625 h -3.9258 c -0.0801,-0.0000 -0.1202,-0.0401 -0.1803 -0.1202l -0.1602,-0.2203 l -0.2404,-0.4206 c -0.0200,-0.0000 -0.0200,-0.0200 -0.0200 -0.0401c 0.0000,-0.0200 0.0200,-0.0401 0.0401 -0.0601c 1.3019,-1.4421 3.6053,-5.9088 4.3264 -7.5512c 0.0200,-0.0801 0.0601,-0.1001 0.1402 -0.1001c 0.0200,-0.0000 0.4607,0.1803 0.7010 0.2203c -0.9013,2.4236 -2.3835,5.0275 -3.8457 7.3509h 3.1647 v -3.1046 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4201284830128267" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 512.8500,342.1771 v 9.0584 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 456.5917,373.6712 ZM 460.9782,362.7951 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 460.9782,362.7951 ZM 460.8981,373.9116 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889ZM 465.3647,373.6712 ZM 466.5064,372.8500 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 469.7512,373.6712 ZM 474.0776,362.7150 c -0.5007,-0.0000 -1.9629,0.2804 -1.9629 1.5022c 0.0000,0.3605 -0.1402,0.9815 -0.6810 0.9815c -0.5208,-0.0000 -0.5608,-0.5809 -0.5608 -0.6409c 0.0000,-0.6209 0.8212,-2.4637 3.6053 -2.4637c 1.9429,-0.0000 2.5237,1.2218 2.5237 2.0230c 0.0000,0.5007 -0.1602,1.5022 -1.9629 2.6439c 1.1217,0.1803 2.6039,1.0015 2.6039 3.0846c 0.0000,2.6439 -2.0030,4.0660 -4.2663 4.0660c -1.1417,-0.0000 -2.7441,-0.5007 -2.7441 -1.2619c 0.0000,-0.3004 0.3004,-0.6409 0.7010 -0.6409c 0.3806,-0.0000 0.5608,0.2003 0.7411 0.4607c 0.2203,0.3405 0.5809,0.8212 1.5423 0.8212c 0.6610,-0.0000 2.5438,-0.6610 2.5438 -3.1847c 0.0000,-2.1432 -1.5022,-2.4837 -2.5838 -2.4837c -0.1803,-0.0000 -0.4006,0.0401 -0.6209 0.0801l -0.0801,-0.6009 c 1.5423,-0.2604 2.8242,-1.7626 2.8242 -2.6840c 0.0000,-1.1417 -0.8012,-1.7025 -1.6224 -1.7025Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4201284830128267" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 467.5579,342.1771 v 9.0584 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 411.2996,373.6712 ZM 415.6861,362.7951 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 415.6861,362.7951 ZM 415.6059,373.9116 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889ZM 420.0726,373.6712 ZM 421.2142,372.8500 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 424.4591,373.6712 ZM 425.6208,364.7981 c 0.0000,-1.1417 1.1016,-2.7040 3.2047 -2.7040c 1.5423,-0.0000 3.3450,0.5809 3.3450 2.8843c 0.0000,1.5223 -0.7812,2.2834 -1.8628 3.3249l -1.9028,1.8427 c -0.1001,0.1001 -1.4421,1.4221 -1.4421 2.3635h 3.4050 c 0.6810,-0.0000 1.0415,-0.3405 1.3220 -1.4421l 0.5007,0.0801 l -0.4006,2.5237 h -6.1892 c 0.0000,-1.1217 0.1803,-1.9829 2.0430 -3.8858l 1.4021,-1.3820 c 1.1217,-1.1417 1.5823,-2.1231 1.5823 -3.3450c 0.0000,-1.8227 -1.2418,-2.3435 -1.9228 -2.3435c -1.3820,-0.0000 -1.7626,0.7211 -1.7626 1.2018c 0.0000,0.1602 0.0401,0.3205 0.0801 0.4607c 0.0401,0.1402 0.0801,0.2804 0.0801 0.4407c 0.0000,0.5208 -0.4006,0.7211 -0.7211 0.7211c -0.4407,-0.0000 -0.7611,-0.3405 -0.7611 -0.7411Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4201284830128267" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 422.2658,342.1771 v 9.0584 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 366.0074,373.6712 ZM 370.3939,362.7951 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 370.3939,362.7951 ZM 370.3138,373.9116 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889ZM 374.7804,373.6712 ZM 375.9221,372.8500 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 379.1669,373.6712 ZM 382.9325,364.1171 c -0.3806,-0.0000 -1.2619,0.3605 -1.7025 0.5608l -0.2404,-0.6209 c 1.7626,-0.8212 2.4436,-1.2418 3.4451 -1.9629h 0.3806 v 10.0749 c 0.0000,0.7211 0.1001,0.9214 0.7611 0.9214h 1.0415 c 0.0601,-0.0000 0.1602,0.0401 0.1602 0.1602v 0.4407 l -2.7441,-0.0401 l -2.7841,0.0401 v -0.4407 c 0.0200,-0.0601 0.0401,-0.1602 0.1602 -0.1602h 1.2018 c 0.7611,-0.0000 0.7611,-0.3405 0.7611 -0.9214v -6.8902 c 0.0000,-0.6810 0.0000,-1.1617 -0.4407 -1.1617Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4201284830128267" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 376.9737,342.1771 v 9.0584 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 320.7153,373.6712 ZM 325.1018,362.7951 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 325.1018,362.7951 ZM 325.0217,373.9116 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889ZM 329.4883,373.6712 ZM 330.6300,372.8500 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 333.8748,373.6712 ZM 338.2613,362.7951 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 338.2613,362.7951 ZM 338.1812,373.9116 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4201284830128267" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 331.6816,342.1771 v 9.0584 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 272.0883,373.6712 ZM 277.5764,368.9442 h -4.5267 c -0.1803,-0.0000 -0.3004,-0.1602 -0.3004 -0.3405c 0.0000,-0.3205 0.2604,-0.7411 0.5007 -0.7411h 4.5868 c 0.2003,-0.0000 0.2804,0.1803 0.2804 0.3605c 0.0000,0.2203 -0.2804,0.7211 -0.5408 0.7211ZM 278.7581,373.6712 ZM 283.1446,362.7951 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 283.1446,362.7951 ZM 283.0645,373.9116 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889ZM 287.5311,373.6712 ZM 288.6728,372.8500 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 291.9176,373.6712 ZM 295.6832,364.1171 c -0.3806,-0.0000 -1.2619,0.3605 -1.7025 0.5608l -0.2404,-0.6209 c 1.7626,-0.8212 2.4436,-1.2418 3.4451 -1.9629h 0.3806 v 10.0749 c 0.0000,0.7211 0.1001,0.9214 0.7611 0.9214h 1.0415 c 0.0601,-0.0000 0.1602,0.0401 0.1602 0.1602v 0.4407 l -2.7441,-0.0401 l -2.7841,0.0401 v -0.4407 c 0.0200,-0.0601 0.0401,-0.1602 0.1602 -0.1602h 1.2018 c 0.7611,-0.0000 0.7611,-0.3405 0.7611 -0.9214v -6.8902 c 0.0000,-0.6810 0.0000,-1.1617 -0.4407 -1.1617Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4201284830128267" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 286.3895,342.1771 v 9.0584 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 226.7961,373.6712 ZM 232.2843,368.9442 h -4.5267 c -0.1803,-0.0000 -0.3004,-0.1602 -0.3004 -0.3405c 0.0000,-0.3205 0.2604,-0.7411 0.5007 -0.7411h 4.5868 c 0.2003,-0.0000 0.2804,0.1803 0.2804 0.3605c 0.0000,0.2203 -0.2804,0.7211 -0.5408 0.7211ZM 233.4660,373.6712 ZM 237.8525,362.7951 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 237.8525,362.7951 ZM 237.7724,373.9116 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889ZM 242.2390,373.6712 ZM 243.3807,372.8500 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 246.6255,373.6712 ZM 247.7873,364.7981 c 0.0000,-1.1417 1.1016,-2.7040 3.2047 -2.7040c 1.5423,-0.0000 3.3450,0.5809 3.3450 2.8843c 0.0000,1.5223 -0.7812,2.2834 -1.8628 3.3249l -1.9028,1.8427 c -0.1001,0.1001 -1.4421,1.4221 -1.4421 2.3635h 3.4050 c 0.6810,-0.0000 1.0415,-0.3405 1.3220 -1.4421l 0.5007,0.0801 l -0.4006,2.5237 h -6.1892 c 0.0000,-1.1217 0.1803,-1.9829 2.0430 -3.8858l 1.4021,-1.3820 c 1.1217,-1.1417 1.5823,-2.1231 1.5823 -3.3450c 0.0000,-1.8227 -1.2418,-2.3435 -1.9228 -2.3435c -1.3820,-0.0000 -1.7626,0.7211 -1.7626 1.2018c 0.0000,0.1602 0.0401,0.3205 0.0801 0.4607c 0.0401,0.1402 0.0801,0.2804 0.0801 0.4407c 0.0000,0.5208 -0.4006,0.7211 -0.7211 0.7211c -0.4407,-0.0000 -0.7611,-0.3405 -0.7611 -0.7411Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4201284830128267" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 241.0973,342.1771 v 9.0584 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 181.5040,373.6712 ZM 186.9922,368.9442 h -4.5267 c -0.1803,-0.0000 -0.3004,-0.1602 -0.3004 -0.3405c 0.0000,-0.3205 0.2604,-0.7411 0.5007 -0.7411h 4.5868 c 0.2003,-0.0000 0.2804,0.1803 0.2804 0.3605c 0.0000,0.2203 -0.2804,0.7211 -0.5408 0.7211ZM 188.1739,373.6712 ZM 192.5604,362.7951 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 192.5604,362.7951 ZM 192.4803,373.9116 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889ZM 196.9469,373.6712 ZM 198.0886,372.8500 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 201.3334,373.6712 ZM 205.6598,362.7150 c -0.5007,-0.0000 -1.9629,0.2804 -1.9629 1.5022c 0.0000,0.3605 -0.1402,0.9815 -0.6810 0.9815c -0.5208,-0.0000 -0.5608,-0.5809 -0.5608 -0.6409c 0.0000,-0.6209 0.8212,-2.4637 3.6053 -2.4637c 1.9429,-0.0000 2.5237,1.2218 2.5237 2.0230c 0.0000,0.5007 -0.1602,1.5022 -1.9629 2.6439c 1.1217,0.1803 2.6039,1.0015 2.6039 3.0846c 0.0000,2.6439 -2.0030,4.0660 -4.2663 4.0660c -1.1417,-0.0000 -2.7441,-0.5007 -2.7441 -1.2619c 0.0000,-0.3004 0.3004,-0.6409 0.7010 -0.6409c 0.3806,-0.0000 0.5608,0.2003 0.7411 0.4607c 0.2203,0.3405 0.5809,0.8212 1.5423 0.8212c 0.6610,-0.0000 2.5438,-0.6610 2.5438 -3.1847c 0.0000,-2.1432 -1.5022,-2.4837 -2.5838 -2.4837c -0.1803,-0.0000 -0.4006,0.0401 -0.6209 0.0801l -0.0801,-0.6009 c 1.5423,-0.2604 2.8242,-1.7626 2.8242 -2.6840c 0.0000,-1.1417 -0.8012,-1.7025 -1.6224 -1.7025Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4201284830128267" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 195.8052,342.1771 v 9.0584 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 136.2119,373.6712 ZM 141.7000,368.9442 h -4.5267 c -0.1803,-0.0000 -0.3004,-0.1602 -0.3004 -0.3405c 0.0000,-0.3205 0.2604,-0.7411 0.5007 -0.7411h 4.5868 c 0.2003,-0.0000 0.2804,0.1803 0.2804 0.3605c 0.0000,0.2203 -0.2804,0.7211 -0.5408 0.7211ZM 142.8818,373.6712 ZM 147.2683,362.7951 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 147.2683,362.7951 ZM 147.1882,373.9116 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889ZM 151.6548,373.6712 ZM 152.7965,372.8500 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 156.0413,373.6712 ZM 161.2090,366.5607 c 0.0000,-0.1402 0.0200,-0.3004 0.2003 -0.4006c 0.2203,-0.1602 0.5809,-0.3405 0.8813 -0.3405c 0.2604,-0.0000 0.2804,0.2203 0.2804 0.6209v 3.2248 h 1.6224 l -0.1202,0.9414 h -1.5022 v 1.6625 c 0.0000,0.5608 0.0801,0.8412 0.6610 0.8412h 0.5408 c 0.1202,-0.0000 0.1402,0.1001 0.1402 0.1402v 0.4407 c 0.0000,-0.0000 -1.2819,-0.0401 -2.1231 -0.0401c -0.7611,-0.0000 -1.9429,0.0401 -1.9429 0.0401v -0.4407 c 0.0000,-0.0401 0.0200,-0.1402 0.1402 -0.1402h 0.5408 c 0.6209,-0.0000 0.6810,-0.2604 0.6810 -0.8412v -1.6625 h -3.9258 c -0.0801,-0.0000 -0.1202,-0.0401 -0.1803 -0.1202l -0.1602,-0.2203 l -0.2404,-0.4206 c -0.0200,-0.0000 -0.0200,-0.0200 -0.0200 -0.0401c 0.0000,-0.0200 0.0200,-0.0401 0.0401 -0.0601c 1.3019,-1.4421 3.6053,-5.9088 4.3264 -7.5512c 0.0200,-0.0801 0.0601,-0.1001 0.1402 -0.1001c 0.0200,-0.0000 0.4607,0.1803 0.7010 0.2203c -0.9013,2.4236 -2.3835,5.0275 -3.8457 7.3509h 3.1647 v -3.1046 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4201284830128267" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 150.5131,342.1771 v 9.0584 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 90.9198,373.6712 ZM 96.4079,368.9442 h -4.5267 c -0.1803,-0.0000 -0.3004,-0.1602 -0.3004 -0.3405c 0.0000,-0.3205 0.2604,-0.7411 0.5007 -0.7411h 4.5868 c 0.2003,-0.0000 0.2804,0.1803 0.2804 0.3605c 0.0000,0.2203 -0.2804,0.7211 -0.5408 0.7211ZM 97.5897,373.6712 ZM 101.9762,362.7951 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 101.9762,362.7951 ZM 101.8961,373.9116 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889ZM 106.3627,373.6712 ZM 107.5044,372.8500 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 110.7492,373.6712 ZM 116.9384,370.2862 c 0.0000,-2.0631 -1.1217,-3.0846 -2.3635 -3.0846c -0.9214,-0.0000 -1.6224,0.1402 -2.4036 0.4607l 0.6409,-5.4681 c 0.6610,0.0601 1.3420,0.0801 2.0430 0.0801c 1.0015,-0.0000 2.0430,-0.0601 3.1246 -0.1803l 0.1202,0.0601 l -0.3004,1.3019 c -0.7812,0.0801 -1.4221,0.1001 -1.9829 0.1001c -0.9013,-0.0000 -1.5823,-0.0801 -2.2834 -0.1602l -0.3806,3.1647 c 0.4206,-0.1602 1.1417,-0.3004 1.9228 -0.3004c 2.1231,-0.0000 3.3049,1.8427 3.3049 3.6855c 0.0000,2.2433 -1.5623,3.9659 -3.8257 3.9659c -1.1417,-0.0000 -2.8042,-0.6409 -2.8042 -1.4221c 0.0000,-0.3806 0.3205,-0.6409 0.6810 -0.6409c 0.4006,-0.0000 0.6610,0.3004 0.9013 0.6209c 0.3004,0.3605 0.6209,0.7611 1.2619 0.7611c 1.2819,-0.0000 2.3435,-1.2018 2.3435 -2.9444Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4201284830128267" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 105.2210,342.1771 v 9.0584 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 558.1422,330.0992 l -0.0000,-301.9474 h -452.9212 l -0.0000,301.9474 Z"/>+  </g>+</svg>
other/scratchpad.svg view
@@ -1,3 +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 105.0287,268.8059 ZM 109.1269,260.7277 c 0.0000,0.0985 -0.1182,0.1576 -0.2167 0.1576c -0.5911,-0.0000 -0.8472,0.1182 -0.8472 0.4335c 0.0000,0.1182 0.0394,0.2758 0.1182 0.4532l 2.1673,5.0834 l 2.1870,-5.0046 c 0.0985,-0.1773 0.1379,-0.3350 0.1379 -0.4532c 0.0000,-0.4138 -0.3941,-0.5123 -0.8275 -0.5123h -0.0788 c -0.0985,-0.0000 -0.1970,-0.0788 -0.1970 -0.1379v -0.3744 l 0.0394,-0.0591 c 0.0000,-0.0000 1.1625,0.0394 1.8521 0.0394c 0.5517,-0.0000 1.3595,-0.0394 1.3595 -0.0394l 0.0591,0.0394 v 0.3744 c 0.0000,0.0985 -0.0788,0.1576 -0.2167 0.1576c -0.7487,-0.0000 -1.1231,0.7684 -1.3989 1.3398c -1.0443,2.2067 -1.9112,4.2362 -3.4874 8.0388c -0.5911,1.4186 -1.3004,3.0737 -2.6993 3.0737c -0.3744,-0.0000 -1.1428,-0.2167 -1.1428 -0.9260c 0.0000,-0.5911 0.4335,-0.7684 0.7487 -0.7684c 0.2955,-0.0000 0.4926,0.1182 0.6108 0.2758c 0.1970,0.1970 0.3350,0.3350 0.5320 0.3350c 0.2955,-0.0000 0.9852,-1.6945 1.4777 -2.8963c 0.1182,-0.2364 0.1576,-0.4335 0.1576 -0.6108c 0.0000,-0.1970 -0.1773,-0.7290 -0.3350 -1.1231l -2.4826,-5.7730 c -0.3152,-0.7487 -0.5320,-0.9654 -1.2019 -0.9654c -0.1182,-0.0000 -0.1970,-0.0591 -0.1970 -0.1379v -0.3941 l 0.0394,-0.0394 c 0.0000,-0.0000 0.8669,0.0394 1.4580 0.0394c 0.9260,-0.0000 2.3447,-0.0394 2.3447 -0.0394l 0.0394,0.0591 v 0.3547 ZM 119.9833,268.8059 ZM 129.0664,262.5404 v 0.9654 h -7.7827 v -0.9654 h 7.7827 ZM 129.0664,262.5404 ZM 129.0664,265.0032 v 0.9654 h -7.7827 v -0.9654 h 7.7827 ZM 135.2926,268.8059 ZM 140.6912,264.1560 h -4.4529 c -0.1773,-0.0000 -0.2955,-0.1576 -0.2955 -0.3350c 0.0000,-0.3152 0.2561,-0.7290 0.4926 -0.7290h 4.5120 c 0.1970,-0.0000 0.2758,0.1773 0.2758 0.3547c 0.0000,0.2167 -0.2758,0.7093 -0.5320 0.7093ZM 141.8537,268.8059 ZM 145.5578,259.4076 c -0.3744,-0.0000 -1.2413,0.3547 -1.6748 0.5517l -0.2364,-0.6108 c 1.7339,-0.8078 2.4038,-1.2216 3.3889 -1.9309h 0.3744 v 9.9106 c 0.0000,0.7093 0.0985,0.9063 0.7487 0.9063h 1.0246 c 0.0591,-0.0000 0.1576,0.0394 0.1576 0.1576v 0.4335 l -2.6993,-0.0394 l -2.7387,0.0394 v -0.4335 c 0.0197,-0.0591 0.0394,-0.1576 0.1576 -0.1576h 1.1822 c 0.7487,-0.0000 0.7487,-0.3350 0.7487 -0.9063v -6.7778 c 0.0000,-0.6699 0.0000,-1.1428 -0.4335 -1.1428ZM 150.4836,268.8059 ZM 151.6067,267.9981 c 0.0000,-0.5714 0.4729,-1.0443 1.0443 -1.0443c 0.5714,-0.0000 1.0443,0.4729 1.0443 1.0443c 0.0000,0.5714 -0.4729,1.0443 -1.0443 1.0443c -0.5714,-0.0000 -1.0443,-0.4729 -1.0443 -1.0443ZM 154.7985,268.8059 ZM 157.7540,258.7968 c -0.8669,-0.0000 -1.1625,0.3547 -1.5368 1.3595l -0.5123,-0.0788 c 0.2364,-0.8078 0.4335,-1.5565 0.4926 -2.6599h 0.4138 c 0.0788,0.1182 0.1379,0.2167 0.5911 0.2167h 3.7436 c 0.7093,-0.0000 1.1231,-0.0197 1.4383 -0.1182l 0.2955,0.1379 c -2.0885,5.0834 -3.1919,8.1571 -4.2559 11.3292l -1.2807,0.0591 l -0.0591,-0.1182 c 1.2610,-2.8372 2.7584,-6.5020 4.2164 -10.1274h -3.5465 ZM 163.4285,268.8059 ZM 169.7137,262.8162 c 0.0000,-0.1970 0.0197,-0.4926 0.0197 -0.6896c 0.0000,-3.3101 -1.4777,-4.1376 -2.4826 -4.1376c -0.9063,-0.0000 -1.8521,0.8472 -1.8521 2.8963c 0.0000,0.9457 0.4729,2.8175 2.3447 2.8175c 0.4138,-0.0000 1.1625,-0.0394 1.9703 -0.8866ZM 169.7137,262.8162 ZM 164.5318,268.5301 c 1.3004,-0.1182 2.3841,-0.4532 3.3495 -1.3792c 0.8866,-0.8866 1.5368,-2.2067 1.7733 -3.7830c -0.4532,0.5517 -1.5565,0.9654 -2.2856 0.9654c -2.9160,-0.0000 -3.3101,-2.4038 -3.3101 -3.3101c 0.0000,-1.3398 0.6699,-3.6057 3.3889 -3.6057c 1.4580,-0.0000 3.6451,0.8472 3.6451 4.7681c 0.0000,1.8127 -0.6305,3.5860 -1.9703 4.9455c -1.2610,1.2807 -2.6008,1.8127 -4.5317 1.9112Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,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.5394,393.8527 ZM 269.4209,385.9320 c -0.3941,-0.0000 -0.4729,0.0985 -0.4729 0.2364c 0.0000,0.0985 0.0788,0.2758 0.2955 0.6305l 1.2019,1.7733 c 0.0591,0.1182 0.1182,0.1773 0.1970 0.1773c 0.0591,-0.0000 0.0985,-0.0394 0.1773 -0.1379l 1.2807,-1.7930 c 0.2167,-0.2758 0.3350,-0.4926 0.3350 -0.6502c 0.0000,-0.1576 -0.1379,-0.2364 -0.4138 -0.2364h -0.3152 c -0.0591,-0.0000 -0.1182,-0.0394 -0.1182 -0.1379v -0.3744 l 0.0591,-0.0591 c 0.0000,-0.0000 0.9260,0.0394 1.5368 0.0394c 0.6305,-0.0000 1.5959,-0.0394 1.5959 -0.0394l 0.0197,0.0394 v 0.3744 c 0.0000,0.1379 -0.1182,0.1576 -0.2364 0.1576c -0.7290,-0.0000 -1.0246,0.2364 -1.7536 1.1625l -1.6551,2.1082 c -0.0394,0.0591 -0.0591,0.0985 -0.0591 0.1379c 0.0000,0.0394 0.0197,0.0985 0.0591 0.1576l 1.7733,2.5023 c 0.9063,1.2807 1.1625,1.3004 1.7930 1.3004c 0.1970,-0.0000 0.2758,0.0394 0.2758 0.1576v 0.3744 l -0.0197,0.0394 c 0.0000,-0.0000 -1.0640,-0.0394 -1.7339 -0.0394c -0.8078,-0.0000 -2.0491,0.0394 -2.0491 0.0394l -0.0394,-0.0394 v -0.3744 c 0.0000,-0.0985 0.0394,-0.1576 0.1379 -0.1576h 0.2364 c 0.3152,-0.0000 0.4532,-0.0591 0.4532 -0.2167c 0.0000,-0.1773 -0.2167,-0.4729 -0.5320 -0.8866l -1.1428,-1.5762 c -0.0788,-0.0985 -0.1182,-0.1379 -0.1773 -0.1379c -0.0394,-0.0000 -0.0985,0.0591 -0.1773 0.1773l -1.2413,1.7930 c -0.2955,0.3941 -0.3547,0.4926 -0.3547 0.6305c 0.0000,0.1379 0.1182,0.2167 0.4138 0.2167h 0.2758 c 0.0985,-0.0000 0.1379,0.0591 0.1379 0.1576v 0.3744 l -0.0394,0.0394 c 0.0000,-0.0000 -1.0246,-0.0394 -1.6551 -0.0394c -0.5714,-0.0000 -1.4777,0.0394 -1.4777 0.0394l -0.0394,-0.0394 v -0.3350 c 0.0000,-0.1182 0.0788,-0.1970 0.2561 -0.1970c 0.4729,-0.0000 0.9260,-0.0985 1.7536 -1.1625l 1.6551,-2.1279 c 0.0197,-0.0394 0.0394,-0.0788 0.0394 -0.1379c 0.0000,-0.0591 -0.0197,-0.0985 -0.0591 -0.1576l -1.7142,-2.5023 c -0.5517,-0.8078 -0.9063,-1.2807 -1.5959 -1.2807c -0.1379,-0.0000 -0.2758,-0.0591 -0.2758 -0.1379v -0.3744 l 0.0394,-0.0591 l 1.5565,0.0394 l 2.1870,-0.0394 l 0.0591,0.0591 v 0.3547 c 0.0000,0.0985 -0.0788,0.1576 -0.1576 0.1576h -0.2955 ZM 280.2576,393.8527 ZM 289.3407,387.5871 v 0.9654 h -7.7827 v -0.9654 h 7.7827 ZM 289.3407,387.5871 ZM 289.3407,390.0500 v 0.9654 h -7.7827 v -0.9654 h 7.7827 ZM 295.5668,393.8527 ZM 300.9654,389.2027 h -4.4529 c -0.1773,-0.0000 -0.2955,-0.1576 -0.2955 -0.3350c 0.0000,-0.3152 0.2561,-0.7290 0.4926 -0.7290h 4.5120 c 0.1970,-0.0000 0.2758,0.1773 0.2758 0.3547c 0.0000,0.2167 -0.2758,0.7093 -0.5320 0.7093ZM 302.1279,393.8527 ZM 305.8321,384.4543 c -0.3744,-0.0000 -1.2413,0.3547 -1.6748 0.5517l -0.2364,-0.6108 c 1.7339,-0.8078 2.4038,-1.2216 3.3889 -1.9309h 0.3744 v 9.9106 c 0.0000,0.7093 0.0985,0.9063 0.7487 0.9063h 1.0246 c 0.0591,-0.0000 0.1576,0.0394 0.1576 0.1576v 0.4335 l -2.6993,-0.0394 l -2.7387,0.0394 v -0.4335 c 0.0197,-0.0591 0.0394,-0.1576 0.1576 -0.1576h 1.1822 c 0.7487,-0.0000 0.7487,-0.3350 0.7487 -0.9063v -6.7778 c 0.0000,-0.6699 0.0000,-1.1428 -0.4335 -1.1428ZM 310.7579,393.8527 ZM 311.8809,393.0448 c 0.0000,-0.5714 0.4729,-1.0443 1.0443 -1.0443c 0.5714,-0.0000 1.0443,0.4729 1.0443 1.0443c 0.0000,0.5714 -0.4729,1.0443 -1.0443 1.0443c -0.5714,-0.0000 -1.0443,-0.4729 -1.0443 -1.0443ZM 315.0728,393.8527 ZM 318.7770,384.4543 c -0.3744,-0.0000 -1.2413,0.3547 -1.6748 0.5517l -0.2364,-0.6108 c 1.7339,-0.8078 2.4038,-1.2216 3.3889 -1.9309h 0.3744 v 9.9106 c 0.0000,0.7093 0.0985,0.9063 0.7487 0.9063h 1.0246 c 0.0591,-0.0000 0.1576,0.0394 0.1576 0.1576v 0.4335 l -2.6993,-0.0394 l -2.7387,0.0394 v -0.4335 c 0.0197,-0.0591 0.0394,-0.1576 0.1576 -0.1576h 1.1822 c 0.7487,-0.0000 0.7487,-0.3350 0.7487 -0.9063v -6.7778 c 0.0000,-0.6699 0.0000,-1.1428 -0.4335 -1.1428ZM 323.7027,393.8527 ZM 328.0177,383.1539 c -0.8472,-0.0000 -2.0885,0.8275 -2.0885 5.4183c 0.0000,1.6156 0.2955,4.8666 2.0294 4.8666c 0.3350,-0.0000 1.2807,-0.2167 1.6945 -1.7536c 0.2561,-0.9457 0.3941,-2.1279 0.3941 -3.8421c 0.0000,-2.5023 -0.6305,-3.9012 -1.2019 -4.3938c -0.2167,-0.1970 -0.5123,-0.2955 -0.8275 -0.2955ZM 328.0177,383.1539 ZM 327.9389,394.0891 c -2.1082,-0.0000 -3.5268,-2.6993 -3.5268 -5.7139c 0.0000,-3.6845 1.7536,-5.9109 3.6057 -5.9109c 0.8472,-0.0000 1.6945,0.5320 2.2658 1.3004c 0.8275,1.1034 1.2610,2.5811 1.2610 4.4332c 0.0000,4.3741 -2.1673,5.8912 -3.6057 5.8912Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="5.924089223474188" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 307.8467,268.8059 c 0.0000,-4.9212 -3.9895,-8.9107 -8.9107 -8.9107c -4.9212,-0.0000 -8.9107,3.9895 -8.9107 8.9107c -0.0000,4.9212 3.9895,8.9107 8.9107 8.9107c 4.9212,0.0000 8.9107,-3.9895 8.9107 -8.9107Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(204,204,204)" stroke-width="1.9746964078247293" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 298.9360,364.1503 v -95.3444 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.0" stroke="rgb(204,204,204)" stroke-width="1.9746964078247293" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 183.0970,268.8059 h 115.8390 "/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(153,153,153)" stroke-width="3.9493928156494587" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 242.5016,37.4249 l 3.5643,20.9580 l 3.5643,20.1025 l 3.5643,19.2471 l 3.5643,18.3917 l 3.5643,17.5362 l 3.5643,16.6808 l 3.5643,15.8254 l 3.5643,14.9700 l 3.5643,14.1145 l 3.5643,13.2591 l 3.5643,12.4037 l 3.5643,11.5483 l 3.5643,10.6928 l 3.5643,9.8374 l 3.5643,8.9820 l 3.5643,8.1266 l 3.5643,7.2711 l 3.5643,6.4157 l 3.5643,5.5603 l 3.5643,4.7048 l 3.5643,3.8494 l 3.5643,2.9940 l 3.5643,2.1386 l 3.5643,1.2831 l 3.5643,0.4277 l 3.5643,-0.4277 l 3.5643,-1.2831 l 3.5643,-2.1386 l 3.5643,-2.9940 l 3.5643,-3.8494 l 3.5643,-4.7048 l 3.5643,-5.5603 l 3.5643,-6.4157 l 3.5643,-7.2711 l 3.5643,-8.1266 l 3.5643,-8.9820 l 3.5643,-9.8374 l 3.5643,-10.6928 l 3.5643,-11.5483 l 3.5643,-12.4037 l 3.5643,-13.2591 l 3.5643,-14.1145 l 3.5643,-14.9700 l 3.5643,-15.8254 l 3.5643,-16.6808 l 3.5643,-17.5362 l 3.5643,-18.3917 l 3.5643,-19.2471 l 3.5643,-20.1025 l 3.5643,-20.9580 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 268.6574,46.0253 ZM 274.8048,33.9079 c 0.0000,0.1478 -0.1773,0.2364 -0.3251 0.2364c -0.8866,-0.0000 -1.2708,0.1773 -1.2708 0.6502c 0.0000,0.1773 0.0591,0.4138 0.1773 0.6798l 3.2510,7.6251 l 3.2806,-7.5069 c 0.1478,-0.2660 0.2069,-0.5024 0.2069 -0.6798c 0.0000,-0.6206 -0.5911,-0.7684 -1.2413 -0.7684h -0.1182 c -0.1478,-0.0000 -0.2955,-0.1182 -0.2955 -0.2069v -0.5615 l 0.0591,-0.0887 c 0.0000,-0.0000 1.7437,0.0591 2.7781 0.0591c 0.8275,-0.0000 2.0393,-0.0591 2.0393 -0.0591l 0.0887,0.0591 v 0.5615 c 0.0000,0.1478 -0.1182,0.2364 -0.3251 0.2364c -1.1231,-0.0000 -1.6846,1.1526 -2.0984 2.0097c -1.5664,3.3101 -2.8668,6.3542 -5.2312 12.0583c -0.8866,2.1279 -1.9506,4.6105 -4.0490 4.6105c -0.5615,-0.0000 -1.7142,-0.3251 -1.7142 -1.3891c 0.0000,-0.8866 0.6502,-1.1526 1.1231 -1.1526c 0.4433,-0.0000 0.7389,0.1773 0.9162 0.4138c 0.2955,0.2955 0.5024,0.5024 0.7980 0.5024c 0.4433,-0.0000 1.4777,-2.5417 2.2166 -4.3445c 0.1773,-0.3547 0.2364,-0.6502 0.2364 -0.9162c 0.0000,-0.2955 -0.2660,-1.0935 -0.5024 -1.6846l -3.7239,-8.6595 c -0.4729,-1.1231 -0.7980,-1.4482 -1.8028 -1.4482c -0.1773,-0.0000 -0.2955,-0.0887 -0.2955 -0.2069v -0.5911 l 0.0591,-0.0591 c 0.0000,-0.0000 1.3004,0.0591 2.1870 0.0591c 1.3891,-0.0000 3.5170,-0.0591 3.5170 -0.0591l 0.0591,0.0887 v 0.5320 ZM 291.0893,46.0253 ZM 304.7139,36.6269 v 1.4482 h -11.6740 v -1.4482 h 11.6740 ZM 304.7139,36.6269 ZM 304.7139,40.3213 v 1.4482 h -11.6740 v -1.4482 h 11.6740 ZM 314.0532,46.0253 ZM 319.8754,34.1444 c -0.5911,-0.0000 -0.7093,0.1478 -0.7093 0.3547c 0.0000,0.1478 0.1182,0.4138 0.4433 0.9457l 1.8028,2.6599 c 0.0887,0.1773 0.1773,0.2660 0.2955 0.2660c 0.0887,-0.0000 0.1478,-0.0591 0.2660 -0.2069l 1.9210,-2.6895 c 0.3251,-0.4138 0.5024,-0.7389 0.5024 -0.9753c 0.0000,-0.2364 -0.2069,-0.3547 -0.6206 -0.3547h -0.4729 c -0.0887,-0.0000 -0.1773,-0.0591 -0.1773 -0.2069v -0.5615 l 0.0887,-0.0887 c 0.0000,-0.0000 1.3891,0.0591 2.3053 0.0591c 0.9457,-0.0000 2.3939,-0.0591 2.3939 -0.0591l 0.0296,0.0591 v 0.5615 c 0.0000,0.2069 -0.1773,0.2364 -0.3547 0.2364c -1.0935,-0.0000 -1.5368,0.3547 -2.6304 1.7437l -2.4826,3.1623 c -0.0591,0.0887 -0.0887,0.1478 -0.0887 0.2069c 0.0000,0.0591 0.0296,0.1478 0.0887 0.2364l 2.6599,3.7534 c 1.3595,1.9210 1.7437,1.9506 2.6895 1.9506c 0.2955,-0.0000 0.4138,0.0591 0.4138 0.2364v 0.5615 l -0.0296,0.0591 c 0.0000,-0.0000 -1.5959,-0.0591 -2.6008 -0.0591c -1.2117,-0.0000 -3.0737,0.0591 -3.0737 0.0591l -0.0591,-0.0591 v -0.5615 c 0.0000,-0.1478 0.0591,-0.2364 0.2069 -0.2364h 0.3547 c 0.4729,-0.0000 0.6798,-0.0887 0.6798 -0.3251c 0.0000,-0.2660 -0.3251,-0.7093 -0.7980 -1.3300l -1.7142,-2.3644 c -0.1182,-0.1478 -0.1773,-0.2069 -0.2660 -0.2069c -0.0591,-0.0000 -0.1478,0.0887 -0.2660 0.2660l -1.8619,2.6895 c -0.4433,0.5911 -0.5320,0.7389 -0.5320 0.9457c 0.0000,0.2069 0.1773,0.3251 0.6206 0.3251h 0.4138 c 0.1478,-0.0000 0.2069,0.0887 0.2069 0.2364v 0.5615 l -0.0591,0.0591 c 0.0000,-0.0000 -1.5368,-0.0591 -2.4826 -0.0591c -0.8571,-0.0000 -2.2166,0.0591 -2.2166 0.0591l -0.0591,-0.0591 v -0.5024 c 0.0000,-0.1773 0.1182,-0.2955 0.3842 -0.2955c 0.7093,-0.0000 1.3891,-0.1478 2.6304 -1.7437l 2.4826,-3.1919 c 0.0296,-0.0591 0.0591,-0.1182 0.0591 -0.2069c 0.0000,-0.0887 -0.0296,-0.1478 -0.0887 -0.2364l -2.5712,-3.7534 c -0.8275,-1.2117 -1.3595,-1.9210 -2.3939 -1.9210c -0.2069,-0.0000 -0.4138,-0.0887 -0.4138 -0.2069v -0.5615 l 0.0591,-0.0887 l 2.3348,0.0591 l 3.2806,-0.0591 l 0.0887,0.0887 v 0.5320 c 0.0000,0.1478 -0.1182,0.2364 -0.2364 0.2364h -0.4433 ZM 328.7418,46.0253 ZM 336.3964,28.4994 l -3.0441,7.2704 h -1.3004 l 3.7239,-8.9550 h 1.2413 l 3.7239,8.9550 h -1.3004 ZM 344.0510,46.0253 ZM 345.7652,32.9326 c 0.0000,-1.6846 1.6255,-3.9899 4.7287 -3.9899c 2.2757,-0.0000 4.9356,0.8571 4.9356 4.2559c 0.0000,2.2461 -1.1526,3.3692 -2.7486 4.9061l -2.8077,2.7190 c -0.1478,0.1478 -2.1279,2.0984 -2.1279 3.4874h 5.0243 c 1.0049,-0.0000 1.5368,-0.5024 1.9506 -2.1279l 0.7389,0.1182 l -0.5911,3.7239 h -9.1324 c 0.0000,-1.6551 0.2660,-2.9259 3.0146 -5.7336l 2.0688,-2.0393 c 1.6551,-1.6846 2.3348,-3.1328 2.3348 -4.9356c 0.0000,-2.6895 -1.8324,-3.4579 -2.8372 -3.4579c -2.0393,-0.0000 -2.6008,1.0640 -2.6008 1.7733c 0.0000,0.2364 0.0591,0.4729 0.1182 0.6798c 0.0591,0.2069 0.1182,0.4138 0.1182 0.6502c 0.0000,0.7684 -0.5911,1.0640 -1.0640 1.0640c -0.6502,-0.0000 -1.1231,-0.5024 -1.1231 -1.0935ZM 364.3846,46.0253 ZM 372.4825,39.0504 h -6.6793 c -0.2660,-0.0000 -0.4433,-0.2364 -0.4433 -0.5024c 0.0000,-0.4729 0.3842,-1.0935 0.7389 -1.0935h 6.7680 c 0.2955,-0.0000 0.4138,0.2660 0.4138 0.5320c 0.0000,0.3251 -0.4138,1.0640 -0.7980 1.0640ZM 381.6149,46.0253 ZM 387.9986,29.8590 c -0.7389,-0.0000 -2.8963,0.4138 -2.8963 2.2166c 0.0000,0.5320 -0.2069,1.4482 -1.0049 1.4482c -0.7684,-0.0000 -0.8275,-0.8571 -0.8275 -0.9457c 0.0000,-0.9162 1.2117,-3.6352 5.3198 -3.6352c 2.8668,-0.0000 3.7239,1.8028 3.7239 2.9850c 0.0000,0.7389 -0.2364,2.2166 -2.8963 3.9012c 1.6551,0.2660 3.8421,1.4777 3.8421 4.5514c 0.0000,3.9012 -2.9555,5.9996 -6.2951 5.9996c -1.6846,-0.0000 -4.0490,-0.7389 -4.0490 -1.8619c 0.0000,-0.4433 0.4433,-0.9457 1.0344 -0.9457c 0.5615,-0.0000 0.8275,0.2955 1.0935 0.6798c 0.3251,0.5024 0.8571,1.2117 2.2757 1.2117c 0.9753,-0.0000 3.7534,-0.9753 3.7534 -4.6992c 0.0000,-3.1623 -2.2166,-3.6648 -3.8125 -3.6648c -0.2660,-0.0000 -0.5911,0.0591 -0.9162 0.1182l -0.1182,-0.8866 c 2.2757,-0.3842 4.1672,-2.6008 4.1672 -3.9603c 0.0000,-1.6846 -1.1822,-2.5121 -2.3939 -2.5121Z"/></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 480.1201,364.1503 l -0.0000,-297.0231 h -297.0231 l -0.0000,297.0231 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 183.0970,67.1272 h 297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 183.0970,73.0677 h 297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 183.0970,79.0081 h 297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 183.0970,84.9486 h 297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 183.0970,90.8891 h 297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 183.0970,96.8295 h 297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 183.0970,102.7700 h 297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 183.0970,108.7105 h 297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 183.0970,114.6509 h 297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 183.0970,120.5914 h 297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 183.0970,126.5318 h 297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 183.0970,132.4723 h 297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 183.0970,138.4128 h 297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 183.0970,144.3532 h 297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 183.0970,150.2937 h 297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 183.0970,156.2342 h 297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 183.0970,162.1746 h 297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 183.0970,168.1151 h 297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 183.0970,174.0555 h 297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 183.0970,179.9960 h 297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 183.0970,185.9365 h 297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 183.0970,191.8769 h 297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 183.0970,197.8174 h 297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 183.0970,203.7579 h 297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 183.0970,209.6983 h 297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 183.0970,215.6388 h 297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 183.0970,221.5792 h 297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 183.0970,227.5197 h 297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 183.0970,233.4602 h 297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 183.0970,239.4006 h 297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 183.0970,245.3411 h 297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 183.0970,251.2816 h 297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 183.0970,257.2220 h 297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 183.0970,263.1625 h 297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 183.0970,269.1029 h 297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 183.0970,275.0434 h 297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 183.0970,280.9839 h 297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 183.0970,286.9243 h 297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 183.0970,292.8648 h 297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 183.0970,298.8053 h 297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 183.0970,304.7457 h 297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 183.0970,310.6862 h 297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 183.0970,316.6266 h 297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 183.0970,322.5671 h 297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 183.0970,328.5076 h 297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 183.0970,334.4480 h 297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 183.0970,340.3885 h 297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 183.0970,346.3290 h 297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 183.0970,352.2694 h 297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 183.0970,358.2099 h 297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 183.0970,364.1503 h 297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 480.1201,364.1503 v -297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 474.1797,364.1503 v -297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 468.2392,364.1503 v -297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 462.2988,364.1503 v -297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 456.3583,364.1503 v -297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 450.4178,364.1503 v -297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 444.4774,364.1503 v -297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 438.5369,364.1503 v -297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 432.5964,364.1503 v -297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 426.6560,364.1503 v -297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 420.7155,364.1503 v -297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 414.7751,364.1503 v -297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 408.8346,364.1503 v -297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 402.8941,364.1503 v -297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 396.9537,364.1503 v -297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 391.0132,364.1503 v -297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 385.0727,364.1503 v -297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 379.1323,364.1503 v -297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 373.1918,364.1503 v -297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 367.2514,364.1503 v -297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 361.3109,364.1503 v -297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 355.3704,364.1503 v -297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 349.4300,364.1503 v -297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 343.4895,364.1503 v -297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 337.5490,364.1503 v -297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 331.6086,364.1503 v -297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 325.6681,364.1503 v -297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 319.7277,364.1503 v -297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 313.7872,364.1503 v -297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 307.8467,364.1503 v -297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 301.9063,364.1503 v -297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 295.9658,364.1503 v -297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 290.0253,364.1503 v -297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 284.0849,364.1503 v -297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 278.1444,364.1503 v -297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 272.2040,364.1503 v -297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 266.2635,364.1503 v -297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 260.3230,364.1503 v -297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 254.3826,364.1503 v -297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 248.4421,364.1503 v -297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 242.5016,364.1503 v -297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 236.5612,364.1503 v -297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 230.6207,364.1503 v -297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 224.6803,364.1503 v -297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 218.7398,364.1503 v -297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 212.7993,364.1503 v -297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 206.8589,364.1503 v -297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 200.9184,364.1503 v -297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 194.9779,364.1503 v -297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 189.0375,364.1503 v -297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="0.7898785631298918" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 183.0970,364.1503 v -297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9746964078247293" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 183.0970,67.1272 h 297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9746964078247293" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 183.0970,96.8295 h 297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9746964078247293" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 183.0970,126.5318 h 297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9746964078247293" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 183.0970,156.2342 h 297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9746964078247293" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 183.0970,185.9365 h 297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9746964078247293" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 183.0970,215.6388 h 297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9746964078247293" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 183.0970,245.3411 h 297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9746964078247293" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 183.0970,275.0434 h 297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9746964078247293" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 183.0970,304.7457 h 297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9746964078247293" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 183.0970,334.4480 h 297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9746964078247293" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 183.0970,364.1503 h 297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9746964078247293" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 480.1201,364.1503 v -297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9746964078247293" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 450.4178,364.1503 v -297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9746964078247293" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 420.7155,364.1503 v -297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9746964078247293" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 391.0132,364.1503 v -297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9746964078247293" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 361.3109,364.1503 v -297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9746964078247293" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 331.6086,364.1503 v -297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9746964078247293" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 301.9063,364.1503 v -297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9746964078247293" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 272.2040,364.1503 v -297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9746964078247293" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 242.5016,364.1503 v -297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9746964078247293" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 212.7993,364.1503 v -297.0231 "/></g><g stroke-linejoin="miter" stroke-opacity="0.7" fill-opacity="0.0" stroke="rgb(48,189,227)" stroke-width="1.9746964078247293" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 183.0970,364.1503 v -297.0231 "/></g></svg>+    "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" height="400.0000" stroke-opacity="1" viewBox="0 0 600 400" font-size="1" width="600.0000" xmlns:xlink="http://www.w3.org/1999/xlink" stroke="rgb(0,0,0)" version="1.1"><defs></defs><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 500.0000,400.0000 l -0.0000,-400.0000 h -400.0000 l -0.0000,400.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="24.96px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,300.0000,202.4960)" stroke="none" text-anchor="middle">1234</text></g></svg>
other/skinnyExample.svg view
@@ -1,3 +1,145 @@ <?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="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="4.354385623403532" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="4.354385623403532" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="4.354385623403532" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="4.354385623403532" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="4.354385623403532" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="4.354385623403532" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="4.354385623403532" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="4.354385623403532" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="4.354385623403532" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="4.354385623403532" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="4.354385623403532" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="4.354385623403532" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="4.354385623403532" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="4.354385623403532" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="4.354385623403532" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="4.354385623403532" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="4.354385623403532" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="4.354385623403532" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="4.354385623403532" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="4.354385623403532" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="4.354385623403532" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 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>+    "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,86.8233 ZM 561.7229,78.7381 l -2.7549,-2.7549 c -0.8025,-0.8025 -1.4134,-0.7905 -1.8686 -0.3354c -0.4671,0.4671 -0.5989,1.0780 -0.5390 2.2878c 0.1677,0.1198 0.3354,0.2875 0.5031 0.4552l 2.5034,2.5034 c 0.3474,0.3474 0.6468,0.4073 1.0421 0.0120l 0.2036,-0.2036 c 0.0599,-0.0599 0.1437,-0.0719 0.2036 -0.0120l 0.2276,0.2276 l -0.0000,0.0479 c 0.0000,-0.0000 -0.8265,0.7786 -1.2936 1.2457c -0.4312,0.4312 -1.2337,1.2816 -1.2337 1.2816l -0.0479,0.0000 l -0.2276,-0.2276 c -0.0599,-0.0599 -0.0599,-0.1318 0.0000 -0.1916l 0.2396,-0.2396 c 0.4073,-0.4073 0.3354,-0.6947 -0.0120 -1.0421l -2.7310,-2.7310 c -0.8025,-0.8025 -1.4493,-0.8025 -1.9045 -0.3474c -0.4192,0.4192 -0.5151,1.1140 -0.4911 2.2638l 2.9705,2.9705 c 0.3474,0.3474 0.6468,0.4073 1.0421 0.0120l 0.2276,-0.2276 c 0.0479,-0.0479 0.1318,-0.0599 0.1916 -0.0000l 0.2276,0.2276 l -0.0000,0.0479 c 0.0000,-0.0000 -0.8385,0.7905 -1.3056 1.2577c -0.4312,0.4312 -1.2218,1.2697 -1.2218 1.2697l -0.0479,0.0000 l -0.2276,-0.2276 c -0.0599,-0.0599 -0.0599,-0.1318 0.0000 -0.1916l 0.2276,-0.2276 c 0.4073,-0.4073 0.3354,-0.6947 -0.0120 -1.0421l -2.9825,-2.9825 c -0.6827,-0.6827 -0.8385,-0.6229 -0.9942 -0.4671c -0.1557,0.1557 -0.2875,0.3114 -0.4432 0.5630l -0.3953,-0.2755 c 0.6229,-0.8864 0.7426,-1.1020 0.8984 -1.5931c 0.0599,-0.1797 0.1198,-0.3114 0.2036 -0.3953l 0.1797,-0.1797 l 1.0062,1.0780 l 0.0359,-0.0359 c -0.0359,-1.1619 0.0240,-2.1081 0.7666 -2.8508c 0.6708,-0.6708 1.5811,-0.5989 2.1920 -0.1318c -0.0240,-1.4134 0.2276,-2.2878 0.8744 -2.9346c 1.0541,-1.0541 2.1081,-0.3593 3.1742 0.7067l 2.4914,2.4914 c 0.3474,0.3474 0.6468,0.4073 1.0421 0.0120l 0.2276,-0.2276 c 0.0479,-0.0479 0.1318,-0.0599 0.1916 -0.0000l 0.2276,0.2276 l -0.0000,0.0479 c 0.0000,-0.0000 -0.8385,0.7905 -1.3056 1.2577c -0.4312,0.4312 -1.2218,1.2697 -1.2218 1.2697l -0.0479,0.0000 l -0.2276,-0.2276 c -0.0599,-0.0599 -0.0599,-0.1318 0.0000 -0.1916l 0.2276,-0.2276 c 0.3953,-0.3953 0.3354,-0.6947 -0.0120 -1.0421ZM 564.4659,77.7200 ZM 565.0169,71.2998 l -0.7067,1.1858 c -0.7307,1.3775 -0.3354,2.0842 0.2036 2.6232c 0.3713,0.3713 1.1140,0.7546 1.8686 -0.0000c 0.3593,-0.3593 0.5630,-1.2577 0.6109 -1.8326l -1.9764,-1.9764 ZM 565.0169,71.2998 ZM 568.8618,73.6115 c -0.4552,0.4552 -1.1140,0.2995 -1.4493 0.0599l -0.0838,0.4671 c -0.1677,0.9343 -0.2515,1.2577 -0.8025 1.8087c -0.8385,0.8385 -1.9285,0.9702 -2.8268 0.0719c -0.9103,-0.9103 -0.7546,-2.3118 0.0958 -3.7371l 0.8265,-1.3775 c -1.3535,-1.3535 -2.2279,-0.9822 -2.6352 -0.5749c -0.4552,0.4552 -0.7786,1.1858 -0.4073 1.5571c 0.1318,0.1318 0.2276,0.1797 0.2755 0.2036c 0.0719,0.0240 0.1677,0.0958 0.2515 0.1797c 0.1557,0.1557 0.2755,0.5151 -0.0719 0.8624c -0.2875,0.2875 -0.6708,0.2875 -0.9582 -0.0000c -0.6947,-0.6947 -0.1797,-2.4315 0.5869 -3.1981c 0.8744,-0.8744 2.2399,-1.5212 3.9408 0.1797l 1.7608,1.7608 c 0.7307,0.7307 1.0541,1.0301 1.3296 0.7546c 0.2635,-0.2635 0.0000,-0.6708 -0.2515 -0.9463l 0.3593,-0.2396 c 0.8025,0.9463 0.6708,1.5571 0.0599 2.1680ZM 569.8680,72.3179 ZM 567.4125,65.1431 c -0.2396,0.2396 -0.2276,0.3474 -0.1437 0.4312c 0.0599,0.0599 0.2156,0.1198 0.5630 0.2036l 1.8087,0.3474 c 0.1078,0.0359 0.1797,0.0359 0.2276 -0.0120c 0.0359,-0.0359 0.0359,-0.0838 0.0240 -0.1916l -0.3114,-1.8686 c -0.0359,-0.2995 -0.0958,-0.5031 -0.1916 -0.5989c -0.0958,-0.0958 -0.2276,-0.0599 -0.3953 0.1078l -0.1916,0.1916 c -0.0359,0.0359 -0.0958,0.0479 -0.1557 -0.0120l -0.2276,-0.2276 l 0.0000,-0.0719 c 0.0000,-0.0000 0.5869,-0.5390 0.9582 -0.9103c 0.3833,-0.3833 0.9463,-0.9942 0.9463 -0.9942l 0.0359,0.0120 l 0.2276,0.2276 c 0.0838,0.0838 0.0240,0.1677 -0.0479 0.2396c -0.4432,0.4432 -0.4791,0.7666 -0.3593 1.7727l 0.2755,2.2878 c 0.0120,0.0599 0.0240,0.0958 0.0479 0.1198c 0.0240,0.0240 0.0719,0.0479 0.1318 0.0599l 2.5992,0.4432 c 1.3296,0.2276 1.4973,0.0838 1.8805 -0.2995c 0.1198,-0.1198 0.1916,-0.1437 0.2635 -0.0719l 0.2276,0.2276 l 0.0120,0.0359 c 0.0000,-0.0000 -0.6708,0.6229 -1.0780 1.0301c -0.4911,0.4911 -1.2218,1.2697 -1.2218 1.2697l -0.0479,0.0000 l -0.2276,-0.2276 c -0.0599,-0.0599 -0.0719,-0.1198 -0.0120 -0.1797l 0.1437,-0.1437 c 0.1916,-0.1916 0.2396,-0.3114 0.1437 -0.4073c -0.1078,-0.1078 -0.4192,-0.1557 -0.8624 -0.2156l -1.6530,-0.2635 c -0.1078,-0.0120 -0.1557,-0.0120 -0.1916 0.0240c -0.0240,0.0240 -0.0240,0.0958 -0.0000 0.2156l 0.3354,1.8446 c 0.0599,0.4192 0.0838,0.5151 0.1677 0.5989c 0.0838,0.0838 0.2036,0.0599 0.3833 -0.1198l 0.1677,-0.1677 c 0.0599,-0.0599 0.1198,-0.0479 0.1797 0.0120l 0.2276,0.2276 l -0.0000,0.0479 c 0.0000,-0.0000 -0.6468,0.5989 -1.0301 0.9822c -0.3474,0.3474 -0.8744,0.9223 -0.8744 0.9223l -0.0479,0.0000 l -0.2036,-0.2036 c -0.0719,-0.0719 -0.0719,-0.1677 0.0359 -0.2755c 0.2875,-0.2875 0.5031,-0.6229 0.3593 -1.7727l -0.2875,-2.2998 c -0.0120,-0.0359 -0.0240,-0.0719 -0.0599 -0.1078c -0.0359,-0.0359 -0.0719,-0.0479 -0.1318 -0.0599l -2.5633,-0.4791 c -0.8265,-0.1557 -1.3296,-0.2276 -1.7488 0.1916c -0.0838,0.0838 -0.2036,0.1318 -0.2515 0.0838l -0.2276,-0.2276 l -0.0120,-0.0599 l 0.9702,-0.9223 l 1.3056,-1.3535 l 0.0719,-0.0000 l 0.2156,0.2156 c 0.0599,0.0599 0.0479,0.1437 -0.0000 0.1916l -0.1797,0.1797 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 337.1786,86.8233 ZM 333.7170,78.8579 c -0.2276,0.2276 -0.5390,0.9702 -0.6827 1.3535l -0.5151,-0.2276 c 0.5630,-1.5452 0.7187,-2.2040 0.8864 -3.2341l 0.2276,-0.2276 l 6.0249,6.0249 c 0.4312,0.4312 0.6109,0.4911 1.0062 0.0958l 0.6229,-0.6229 c 0.0359,-0.0359 0.1198,-0.0719 0.1916 -0.0000l 0.2635,0.2635 l -1.6649,1.6170 l -1.6410,1.6889 l -0.2635,-0.2635 c -0.0240,-0.0479 -0.0719,-0.1198 0.0000 -0.1916l 0.7187,-0.7187 c 0.4552,-0.4552 0.2515,-0.6588 -0.0958 -1.0062l -4.1204,-4.1204 c -0.4073,-0.4073 -0.6947,-0.6947 -0.9582 -0.4312ZM 342.4250,81.5769 ZM 341.2631,79.3849 l 0.3114,-0.3354 c 0.3354,0.2635 1.0421,0.7067 1.5811 0.7187c 0.2515,0.0120 0.7905,-0.0958 1.2337 -0.5390c 0.4192,-0.4192 0.7067,-1.3775 0.1198 -1.9644c -0.5151,-0.5151 -1.1499,-0.5749 -2.5034 -0.0359c -1.2577,0.4911 -1.9644,0.6947 -2.8627 -0.2036c -0.8025,-0.8025 -0.6708,-2.0842 0.2755 -3.0304c 0.5989,-0.5989 1.1499,-0.9343 1.7129 -1.1140c 0.4552,0.3114 0.8984,0.6827 1.3535 1.0900l -0.3114,0.3354 c -1.2337,-0.7307 -2.1441,-0.2036 -2.3956 0.0479c -0.4552,0.4552 -0.7426,1.1020 -0.0838 1.7608c 0.4791,0.4791 0.9463,0.4911 1.8446 0.0719c 1.3296,-0.6109 2.5393,-0.9582 3.4976 -0.0000c 1.1858,1.1858 0.2755,2.7909 -0.2875 3.3538c -0.4192,0.4192 -0.8145,0.7187 -1.2098 0.9463c -0.0958,0.0719 -0.1677,0.1198 -0.2515 0.2036c -0.0599,0.0599 -0.1437,0.1677 -0.2396 0.3114c -0.5031,-0.5031 -1.1499,-1.0780 -1.7847 -1.6170ZM 346.8689,77.1331 ZM 344.1498,70.4853 l 3.0664,3.0664 c 0.7426,0.7426 1.1738,1.0301 1.4973 0.7067c 0.3114,-0.3114 0.4552,-0.6468 0.5270 -1.1978l 0.4192,-0.0120 c 0.0599,0.9942 -0.1557,1.7368 -0.7067 2.2878c -0.5510,0.5510 -1.2098,0.5390 -2.0602 -0.3114l -3.6413,-3.6413 l -0.7786,0.7786 c -0.0359,0.0359 -0.0599,0.0359 -0.0958 0.0000l -0.3713,-0.3713 c -0.0359,-0.0359 -0.0359,-0.0599 -0.0120 -0.0838c 0.8025,-0.8025 0.5270,-1.4613 -0.3833 -2.3716l -0.2276,-0.2276 l 0.4552,-0.9343 l 1.8446,1.8446 l 1.3176,-1.3176 c 0.0599,-0.0599 0.1198,-0.0719 0.1677 -0.0240l 0.2396,0.2396 c 0.1078,0.1078 -0.0120,0.3234 -0.1318 0.4432l -1.1259,1.1259 ZM 353.4807,70.5212 ZM 350.0071,59.0463 c -1.1499,1.1499 -1.4254,3.5096 1.0900 6.0249c 2.2998,2.2998 5.0907,2.2159 6.5280 0.7786c 1.3655,-1.3655 1.1140,-3.7252 -1.0301 -5.8692c -2.4914,-2.4914 -4.8990,-2.6232 -6.5879 -0.9343ZM 350.0071,59.0463 ZM 357.4694,58.6510 c 2.3956,2.3956 2.6112,5.5578 0.3234 7.8456l -0.2036,0.2036 c -0.0479,0.1916 -0.0000,0.4073 0.0240 0.5031c 0.4312,-0.3593 1.1499,-0.7187 1.9884 -0.8624c 0.8864,-0.1437 1.9764,-0.4671 2.4555 -0.9463c 0.3474,-0.3474 0.6588,-0.8984 0.5869 -1.4733l 0.3593,-0.0719 c 0.2036,1.1379 0.0120,1.9524 -0.7546 2.7190c -0.6708,0.6708 -1.4733,0.9463 -2.5034 1.1140c -1.0900,0.1557 -1.8925,0.3114 -2.3956 0.8145c -0.1797,0.1797 -0.5031,0.7905 -0.1916 1.5811l -0.6947,0.2396 c -0.0599,-0.2515 -0.2036,-1.1619 0.3953 -2.1920c 0.0958,-0.1677 0.1797,-0.3474 0.1677 -0.4552c -0.0120,-0.1318 -0.0120,-0.3713 0.0120 -0.5390c -2.0243,1.4254 -4.7433,1.3176 -6.8275 -0.7666c -2.3477,-2.3477 -2.5992,-5.7375 -0.4552 -7.8815c 2.1560,-2.1560 5.3422,-2.2040 7.7138 0.1677Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 299.7877,86.8233 ZM 306.1480,78.7381 l -2.7549,-2.7549 c -0.8025,-0.8025 -1.4134,-0.7905 -1.8686 -0.3354c -0.4671,0.4671 -0.5989,1.0780 -0.5390 2.2878c 0.1677,0.1198 0.3354,0.2875 0.5031 0.4552l 2.5034,2.5034 c 0.3474,0.3474 0.6468,0.4073 1.0421 0.0120l 0.2036,-0.2036 c 0.0599,-0.0599 0.1437,-0.0719 0.2036 -0.0120l 0.2276,0.2276 l -0.0000,0.0479 c 0.0000,-0.0000 -0.8265,0.7786 -1.2936 1.2457c -0.4312,0.4312 -1.2337,1.2816 -1.2337 1.2816l -0.0479,0.0000 l -0.2276,-0.2276 c -0.0599,-0.0599 -0.0599,-0.1318 0.0000 -0.1916l 0.2396,-0.2396 c 0.4073,-0.4073 0.3354,-0.6947 -0.0120 -1.0421l -2.7310,-2.7310 c -0.8025,-0.8025 -1.4493,-0.8025 -1.9045 -0.3474c -0.4192,0.4192 -0.5151,1.1140 -0.4911 2.2638l 2.9705,2.9705 c 0.3474,0.3474 0.6468,0.4073 1.0421 0.0120l 0.2276,-0.2276 c 0.0479,-0.0479 0.1318,-0.0599 0.1916 -0.0000l 0.2276,0.2276 l -0.0000,0.0479 c 0.0000,-0.0000 -0.8385,0.7905 -1.3056 1.2577c -0.4312,0.4312 -1.2218,1.2697 -1.2218 1.2697l -0.0479,0.0000 l -0.2276,-0.2276 c -0.0599,-0.0599 -0.0599,-0.1318 0.0000 -0.1916l 0.2276,-0.2276 c 0.4073,-0.4073 0.3354,-0.6947 -0.0120 -1.0421l -2.9825,-2.9825 c -0.6827,-0.6827 -0.8385,-0.6229 -0.9942 -0.4671c -0.1557,0.1557 -0.2875,0.3114 -0.4432 0.5630l -0.3953,-0.2755 c 0.6229,-0.8864 0.7426,-1.1020 0.8984 -1.5931c 0.0599,-0.1797 0.1198,-0.3114 0.2036 -0.3953l 0.1797,-0.1797 l 1.0062,1.0780 l 0.0359,-0.0359 c -0.0359,-1.1619 0.0240,-2.1081 0.7666 -2.8508c 0.6708,-0.6708 1.5811,-0.5989 2.1920 -0.1318c -0.0240,-1.4134 0.2276,-2.2878 0.8744 -2.9346c 1.0541,-1.0541 2.1081,-0.3593 3.1742 0.7067l 2.4914,2.4914 c 0.3474,0.3474 0.6468,0.4073 1.0421 0.0120l 0.2276,-0.2276 c 0.0479,-0.0479 0.1318,-0.0599 0.1916 -0.0000l 0.2276,0.2276 l -0.0000,0.0479 c 0.0000,-0.0000 -0.8385,0.7905 -1.3056 1.2577c -0.4312,0.4312 -1.2218,1.2697 -1.2218 1.2697l -0.0479,0.0000 l -0.2276,-0.2276 c -0.0599,-0.0599 -0.0599,-0.1318 0.0000 -0.1916l 0.2276,-0.2276 c 0.3953,-0.3953 0.3354,-0.6947 -0.0120 -1.0421ZM 308.8910,77.7200 ZM 306.9385,73.0366 l 2.2040,-2.2040 c 0.1198,-0.1198 0.1078,-0.2276 0.0000 -0.3354c -1.1140,-1.1140 -1.9644,-0.8385 -2.3956 -0.4073c -0.2755,0.2755 -1.0660,1.2816 0.1916 2.9466ZM 306.9385,73.0366 ZM 312.3047,72.0783 l 0.4312,-0.0479 c 0.1677,1.0780 -0.0958,2.2279 -0.9582 3.0903c -1.6410,1.6410 -3.5575,1.1140 -4.8631 -0.1916c -1.8207,-1.8207 -1.7129,-4.1085 -0.5749 -5.2464c 1.5811,-1.5811 3.1862,-0.7187 4.1923 0.2875c 0.1318,0.1318 0.1198,0.2875 -0.0120 0.4192l -3.1502,3.1502 c 0.0599,0.0838 0.1318,0.1557 0.2276 0.2515c 1.2218,1.2218 3.0185,1.3176 3.8809 0.4552c 0.6588,-0.6588 0.8624,-1.2936 0.8265 -2.1680ZM 313.4306,73.1803 ZM 316.3652,68.1136 l -3.1023,-3.1023 c -0.7426,-0.1677 -1.3176,-0.0958 -1.8805 0.4671c -0.2396,0.2396 -0.6947,0.7666 -0.5151 1.7129c 0.0838,0.4192 0.3953,1.1379 1.2577 2.0003c 1.5691,1.5691 3.1023,1.4733 3.7491 0.8265c 0.3953,-0.3953 0.4791,-0.9582 0.4911 -1.9045ZM 316.3652,68.1136 ZM 309.9690,59.9207 l 6.9233,6.9233 c 0.3593,0.3593 0.5749,0.5270 0.6827 0.5869c 0.1437,0.0719 0.3474,0.0120 0.4432 -0.0838c 0.1437,-0.1437 0.4073,-0.4073 0.5510 -0.6229l 0.3833,0.2875 c -0.5749,0.8145 -1.0660,1.5691 -1.1020 2.0363l -0.2875,0.2875 l -0.7905,-0.8624 c 0.0120,0.9223 -0.0958,1.7488 -0.7067 2.3597c -1.2936,1.2936 -3.1862,0.9822 -4.6594 -0.4911c -0.8864,-0.8864 -1.3895,-1.8686 -1.3895 -2.8987c 0.0240,-0.9343 0.2875,-1.7248 1.0780 -2.5154c 0.2396,-0.2396 0.8744,-0.6588 1.3056 -0.7786l -1.8326,-1.8326 c -0.6827,-0.6827 -0.9822,-0.7666 -1.2218 -0.5270l -0.3474,0.4432 c -0.0240,0.0240 -0.0838,0.0359 -0.1198 -0.0000l -0.3234,-0.2755 c 0.1916,-0.1916 0.5510,-0.6947 0.7187 -0.9343c 0.1797,-0.2755 0.2995,-0.4911 0.4312 -0.8385l 0.2635,-0.2635 ZM 319.3478,67.2632 ZM 313.4426,59.4894 c -0.3114,-0.3114 -0.3234,-0.8265 -0.0120 -1.1379c 0.3234,-0.3234 0.8385,-0.3114 1.1499 -0.0000c 0.3234,0.3234 0.3234,0.8265 -0.0000 1.1499c -0.3114,0.3114 -0.8145,0.3114 -1.1379 -0.0120ZM 313.4426,59.4894 ZM 320.5575,64.3286 c 0.3474,0.3474 0.6588,0.3953 1.0421 0.0120l 0.2276,-0.2276 c 0.0599,-0.0599 0.1437,-0.0719 0.2036 -0.0120l 0.2276,0.2276 l -0.0000,0.0479 c 0.0000,-0.0000 -0.8504,0.8025 -1.3176 1.2697c -0.4192,0.4192 -1.2098,1.2577 -1.2098 1.2577l -0.0479,0.0000 l -0.2276,-0.2276 c -0.0599,-0.0599 -0.0599,-0.1318 0.0000 -0.1916l 0.2276,-0.2276 c 0.3953,-0.3953 0.3354,-0.6947 -0.0120 -1.0421l -2.9825,-2.9825 c -0.6348,-0.6348 -0.8385,-0.6229 -1.0062 -0.4552c -0.1557,0.1557 -0.2875,0.3114 -0.4432 0.5630l -0.3953,-0.2755 c 0.6348,-0.8984 0.7187,-1.0780 0.8984 -1.5931c 0.0838,-0.1797 0.1198,-0.3114 0.2036 -0.3953l 0.1797,-0.1797 l 4.4319,4.4319 ZM 322.5100,64.1010 ZM 323.0610,57.6808 l -0.7067,1.1858 c -0.7307,1.3775 -0.3354,2.0842 0.2036 2.6232c 0.3713,0.3713 1.1140,0.7546 1.8686 -0.0000c 0.3593,-0.3593 0.5630,-1.2577 0.6109 -1.8326l -1.9764,-1.9764 ZM 323.0610,57.6808 ZM 326.9059,59.9925 c -0.4552,0.4552 -1.1140,0.2995 -1.4493 0.0599l -0.0838,0.4671 c -0.1677,0.9343 -0.2515,1.2577 -0.8025 1.8087c -0.8385,0.8385 -1.9285,0.9702 -2.8268 0.0719c -0.9103,-0.9103 -0.7546,-2.3118 0.0958 -3.7371l 0.8265,-1.3775 c -1.3535,-1.3535 -2.2279,-0.9822 -2.6352 -0.5749c -0.4552,0.4552 -0.7786,1.1858 -0.4073 1.5571c 0.1318,0.1318 0.2276,0.1797 0.2755 0.2036c 0.0719,0.0240 0.1677,0.0958 0.2515 0.1797c 0.1557,0.1557 0.2755,0.5151 -0.0719 0.8624c -0.2875,0.2875 -0.6708,0.2875 -0.9582 -0.0000c -0.6947,-0.6947 -0.1797,-2.4315 0.5869 -3.1981c 0.8744,-0.8744 2.2399,-1.5212 3.9408 0.1797l 1.7608,1.7608 c 0.7307,0.7307 1.0541,1.0301 1.3296 0.7546c 0.2635,-0.2635 0.0000,-0.6708 -0.2515 -0.9463l 0.3593,-0.2396 c 0.8025,0.9463 0.6708,1.5571 0.0599 2.1680ZM 327.9121,58.6989 ZM 331.4096,53.4765 l -2.6232,-2.6232 c -0.8385,-0.8385 -1.3775,-1.0900 -2.0123 -0.4552c -0.5270,0.5270 -0.7786,1.1858 -0.6708 2.5154l 2.9346,2.9346 c 0.3474,0.3474 0.6468,0.4073 1.0421 0.0120l 0.1677,-0.1677 c 0.0599,-0.0599 0.1318,-0.0599 0.1916 -0.0000l 0.2276,0.2276 l -0.0000,0.0479 c 0.0000,-0.0000 -0.7786,0.7307 -1.2457 1.1978c -0.4312,0.4312 -1.2218,1.2697 -1.2218 1.2697l -0.0479,0.0000 l -0.2276,-0.2276 c -0.0599,-0.0599 -0.0599,-0.1318 0.0000 -0.1916l 0.2276,-0.2276 c 0.4073,-0.4073 0.3354,-0.6947 -0.0120 -1.0421l -2.9825,-2.9825 c -0.6468,-0.6468 -0.8265,-0.6348 -0.9942 -0.4671c -0.1557,0.1557 -0.2875,0.3114 -0.4432 0.5630l -0.3953,-0.2755 c 0.4192,-0.5869 0.7187,-1.0062 0.8864 -1.5811c 0.0719,-0.1916 0.1318,-0.3234 0.2156 -0.4073l 0.1797,-0.1797 l 1.0301,1.1020 l 0.0359,-0.0359 c -0.1318,-1.6649 0.2755,-2.4076 0.8864 -3.0185c 1.0780,-1.0780 2.1321,-0.4791 3.1981 0.5869l 2.5393,2.5393 c 0.3474,0.3474 0.6588,0.3953 1.0421 0.0120l 0.2276,-0.2276 c 0.0599,-0.0599 0.1437,-0.0719 0.2036 -0.0120l 0.2276,0.2276 l -0.0000,0.0479 c 0.0000,-0.0000 -0.8504,0.8025 -1.3176 1.2697c -0.4192,0.4192 -1.1499,1.1978 -1.1499 1.1978l -0.0479,0.0000 l -0.2276,-0.2276 c -0.0599,-0.0599 -0.0599,-0.1318 0.0000 -0.1916l 0.1677,-0.1677 c 0.3953,-0.3953 0.3354,-0.6947 -0.0120 -1.0421Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 262.1193,86.8233 ZM 258.1545,77.6841 c -0.2995,0.2995 -1.0062,1.3415 -0.2755 2.0722c 0.2156,0.2156 0.5031,0.6708 0.1797 0.9942c -0.3114,0.3114 -0.6827,-0.0120 -0.7187 -0.0479c -0.3713,-0.3713 -0.9822,-1.9644 0.6827 -3.6293c 1.1619,-1.1619 2.2399,-0.7786 2.7190 -0.2995c 0.2995,0.2995 0.8025,0.9942 0.4073 2.7549c 0.7786,-0.5630 2.1560,-0.9582 3.4018 0.2875c 1.5811,1.5811 1.2337,3.6293 -0.1198 4.9829c -0.6827,0.6827 -1.9404,1.3415 -2.3956 0.8864c -0.1797,-0.1797 -0.2036,-0.5630 0.0359 -0.8025c 0.2276,-0.2276 0.4552,-0.2156 0.7187 -0.1677c 0.3354,0.0719 0.8385,0.1437 1.4134 -0.4312c 0.3953,-0.3953 1.1259,-1.9165 -0.3833 -3.4257c -1.2816,-1.2816 -2.3836,-0.5869 -3.0304 0.0599c -0.1078,0.1078 -0.2156,0.2635 -0.3234 0.4192l -0.4073,-0.3114 c 0.7666,-1.0780 0.6348,-2.7430 0.0838 -3.2940c -0.6827,-0.6827 -1.4973,-0.5390 -1.9884 -0.0479ZM 267.3656,81.5769 ZM 267.5693,79.6485 l -2.9825,-2.9825 c -0.5989,-0.5989 -0.8145,-0.6468 -0.9942 -0.4671c -0.1557,0.1557 -0.2875,0.3114 -0.4432 0.5630l -0.3953,-0.2755 c 0.6229,-0.8864 0.7187,-1.0541 0.8984 -1.5931c 0.0599,-0.1797 0.1198,-0.3114 0.2036 -0.3953l 0.1797,-0.1797 l 1.0421,1.1140 l 0.0359,-0.0359 c -0.1557,-0.7786 -0.2396,-1.9165 0.3234 -2.4794c 0.4911,-0.4911 0.9103,-0.4312 1.2218 -0.1198c 0.3114,0.3114 0.2995,0.7067 -0.0120 1.0181c -0.2396,0.2396 -0.4671,0.2755 -0.7067 0.2755c -0.1437,0.0000 -0.2635,0.0479 -0.3474 0.1318c -0.1318,0.1318 -0.1797,0.6109 -0.0599 1.3056c 0.0240,0.1916 0.1198,0.4073 0.2755 0.5630l 2.6591,2.6591 c 0.3474,0.3474 0.6468,0.4073 1.0421 0.0120l 0.3474,-0.3474 c 0.0599,-0.0599 0.1437,-0.0719 0.2036 -0.0120l 0.2276,0.2276 l -0.0000,0.0479 c 0.0000,-0.0000 -0.9702,0.9223 -1.4374 1.3895c -0.4312,0.4312 -1.2218,1.2697 -1.2218 1.2697l -0.0359,-0.0120 l -0.2276,-0.2276 c -0.0599,-0.0599 -0.0719,-0.1198 -0.0120 -0.1797l 0.2276,-0.2276 c 0.4073,-0.4073 0.3354,-0.6947 -0.0120 -1.0421ZM 271.5220,77.4205 ZM 274.4566,72.3538 l -3.1023,-3.1023 c -0.7426,-0.1677 -1.3176,-0.0958 -1.8805 0.4671c -0.2396,0.2396 -0.6947,0.7666 -0.5151 1.7129c 0.0838,0.4192 0.3953,1.1379 1.2577 2.0003c 1.5691,1.5691 3.1023,1.4733 3.7491 0.8265c 0.3953,-0.3953 0.4791,-0.9582 0.4911 -1.9045ZM 274.4566,72.3538 ZM 268.0604,64.1609 l 6.9233,6.9233 c 0.3593,0.3593 0.5749,0.5270 0.6827 0.5869c 0.1437,0.0719 0.3474,0.0120 0.4432 -0.0838c 0.1437,-0.1437 0.4073,-0.4073 0.5510 -0.6229l 0.3833,0.2875 c -0.5749,0.8145 -1.0660,1.5691 -1.1020 2.0363l -0.2875,0.2875 l -0.7905,-0.8624 c 0.0120,0.9223 -0.0958,1.7488 -0.7067 2.3597c -1.2936,1.2936 -3.1862,0.9822 -4.6594 -0.4911c -0.8864,-0.8864 -1.3895,-1.8686 -1.3895 -2.8987c 0.0240,-0.9343 0.2875,-1.7248 1.0780 -2.5154c 0.2396,-0.2396 0.8744,-0.6588 1.3056 -0.7786l -1.8326,-1.8326 c -0.6827,-0.6827 -0.9822,-0.7666 -1.2218 -0.5270l -0.3474,0.4432 c -0.0240,0.0240 -0.0838,0.0359 -0.1198 -0.0000l -0.3234,-0.2755 c 0.1916,-0.1916 0.5510,-0.6947 0.7187 -0.9343c 0.1797,-0.2755 0.2995,-0.4911 0.4312 -0.8385l 0.2635,-0.2635 ZM 280.4336,68.5089 ZM 276.9600,57.0340 c -1.1499,1.1499 -1.4254,3.5096 1.0900 6.0249c 2.2998,2.2998 5.0907,2.2159 6.5280 0.7786c 1.3655,-1.3655 1.1140,-3.7252 -1.0301 -5.8692c -2.4914,-2.4914 -4.8990,-2.6232 -6.5879 -0.9343ZM 276.9600,57.0340 ZM 284.4223,56.6387 c 2.3956,2.3956 2.6112,5.5578 0.3234 7.8456l -0.2036,0.2036 c -0.0479,0.1916 -0.0000,0.4073 0.0240 0.5031c 0.4312,-0.3593 1.1499,-0.7187 1.9884 -0.8624c 0.8864,-0.1437 1.9764,-0.4671 2.4555 -0.9463c 0.3474,-0.3474 0.6588,-0.8984 0.5869 -1.4733l 0.3593,-0.0719 c 0.2036,1.1379 0.0120,1.9524 -0.7546 2.7190c -0.6708,0.6708 -1.4733,0.9463 -2.5034 1.1140c -1.0900,0.1557 -1.8925,0.3114 -2.3956 0.8145c -0.1797,0.1797 -0.5031,0.7905 -0.1916 1.5811l -0.6947,0.2396 c -0.0599,-0.2515 -0.2036,-1.1619 0.3953 -2.1920c 0.0958,-0.1677 0.1797,-0.3474 0.1677 -0.4552c -0.0120,-0.1318 -0.0120,-0.3713 0.0120 -0.5390c -2.0243,1.4254 -4.7433,1.3176 -6.8275 -0.7666c -2.3477,-2.3477 -2.5992,-5.7375 -0.4552 -7.8815c 2.1560,-2.1560 5.3422,-2.2040 7.7138 0.1677Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 44.6374,86.8233 ZM 50.9977,78.7381 l -2.7549,-2.7549 c -0.8025,-0.8025 -1.4134,-0.7905 -1.8686 -0.3354c -0.4671,0.4671 -0.5989,1.0780 -0.5390 2.2878c 0.1677,0.1198 0.3354,0.2875 0.5031 0.4552l 2.5034,2.5034 c 0.3474,0.3474 0.6468,0.4073 1.0421 0.0120l 0.2036,-0.2036 c 0.0599,-0.0599 0.1437,-0.0719 0.2036 -0.0120l 0.2276,0.2276 l -0.0000,0.0479 c 0.0000,-0.0000 -0.8265,0.7786 -1.2936 1.2457c -0.4312,0.4312 -1.2337,1.2816 -1.2337 1.2816l -0.0479,0.0000 l -0.2276,-0.2276 c -0.0599,-0.0599 -0.0599,-0.1318 0.0000 -0.1916l 0.2396,-0.2396 c 0.4073,-0.4073 0.3354,-0.6947 -0.0120 -1.0421l -2.7310,-2.7310 c -0.8025,-0.8025 -1.4493,-0.8025 -1.9045 -0.3474c -0.4192,0.4192 -0.5151,1.1140 -0.4911 2.2638l 2.9705,2.9705 c 0.3474,0.3474 0.6468,0.4073 1.0421 0.0120l 0.2276,-0.2276 c 0.0479,-0.0479 0.1318,-0.0599 0.1916 -0.0000l 0.2276,0.2276 l -0.0000,0.0479 c 0.0000,-0.0000 -0.8385,0.7905 -1.3056 1.2577c -0.4312,0.4312 -1.2218,1.2697 -1.2218 1.2697l -0.0479,0.0000 l -0.2276,-0.2276 c -0.0599,-0.0599 -0.0599,-0.1318 0.0000 -0.1916l 0.2276,-0.2276 c 0.4073,-0.4073 0.3354,-0.6947 -0.0120 -1.0421l -2.9825,-2.9825 c -0.6827,-0.6827 -0.8385,-0.6229 -0.9942 -0.4671c -0.1557,0.1557 -0.2875,0.3114 -0.4432 0.5630l -0.3953,-0.2755 c 0.6229,-0.8864 0.7426,-1.1020 0.8984 -1.5931c 0.0599,-0.1797 0.1198,-0.3114 0.2036 -0.3953l 0.1797,-0.1797 l 1.0062,1.0780 l 0.0359,-0.0359 c -0.0359,-1.1619 0.0240,-2.1081 0.7666 -2.8508c 0.6708,-0.6708 1.5811,-0.5989 2.1920 -0.1318c -0.0240,-1.4134 0.2276,-2.2878 0.8744 -2.9346c 1.0541,-1.0541 2.1081,-0.3593 3.1742 0.7067l 2.4914,2.4914 c 0.3474,0.3474 0.6468,0.4073 1.0421 0.0120l 0.2276,-0.2276 c 0.0479,-0.0479 0.1318,-0.0599 0.1916 -0.0000l 0.2276,0.2276 l -0.0000,0.0479 c 0.0000,-0.0000 -0.8385,0.7905 -1.3056 1.2577c -0.4312,0.4312 -1.2218,1.2697 -1.2218 1.2697l -0.0479,0.0000 l -0.2276,-0.2276 c -0.0599,-0.0599 -0.0599,-0.1318 0.0000 -0.1916l 0.2276,-0.2276 c 0.3953,-0.3953 0.3354,-0.6947 -0.0120 -1.0421ZM 53.7407,77.7200 ZM 47.8355,69.9463 c -0.3114,-0.3114 -0.3234,-0.8265 -0.0120 -1.1379c 0.3234,-0.3234 0.8385,-0.3114 1.1499 -0.0000c 0.3234,0.3234 0.3234,0.8265 -0.0000 1.1499c -0.3114,0.3114 -0.8145,0.3114 -1.1379 -0.0120ZM 47.8355,69.9463 ZM 54.9505,74.7854 c 0.3474,0.3474 0.6588,0.3953 1.0421 0.0120l 0.2276,-0.2276 c 0.0599,-0.0599 0.1437,-0.0719 0.2036 -0.0120l 0.2276,0.2276 l -0.0000,0.0479 c 0.0000,-0.0000 -0.8504,0.8025 -1.3176 1.2697c -0.4192,0.4192 -1.2098,1.2577 -1.2098 1.2577l -0.0479,0.0000 l -0.2276,-0.2276 c -0.0599,-0.0599 -0.0599,-0.1318 0.0000 -0.1916l 0.2276,-0.2276 c 0.3953,-0.3953 0.3354,-0.6947 -0.0120 -1.0421l -2.9825,-2.9825 c -0.6348,-0.6348 -0.8385,-0.6229 -1.0062 -0.4552c -0.1557,0.1557 -0.2875,0.3114 -0.4432 0.5630l -0.3953,-0.2755 c 0.6348,-0.8984 0.7187,-1.0780 0.8984 -1.5931c 0.0838,-0.1797 0.1198,-0.3114 0.2036 -0.3953l 0.1797,-0.1797 l 4.4319,4.4319 ZM 56.9029,74.5578 ZM 60.4005,69.3354 l -2.6232,-2.6232 c -0.8385,-0.8385 -1.3775,-1.0900 -2.0123 -0.4552c -0.5270,0.5270 -0.7786,1.1858 -0.6708 2.5154l 2.9346,2.9346 c 0.3474,0.3474 0.6468,0.4073 1.0421 0.0120l 0.1677,-0.1677 c 0.0599,-0.0599 0.1318,-0.0599 0.1916 -0.0000l 0.2276,0.2276 l -0.0000,0.0479 c 0.0000,-0.0000 -0.7786,0.7307 -1.2457 1.1978c -0.4312,0.4312 -1.2218,1.2697 -1.2218 1.2697l -0.0479,0.0000 l -0.2276,-0.2276 c -0.0599,-0.0599 -0.0599,-0.1318 0.0000 -0.1916l 0.2276,-0.2276 c 0.4073,-0.4073 0.3354,-0.6947 -0.0120 -1.0421l -2.9825,-2.9825 c -0.6468,-0.6468 -0.8265,-0.6348 -0.9942 -0.4671c -0.1557,0.1557 -0.2875,0.3114 -0.4432 0.5630l -0.3953,-0.2755 c 0.4192,-0.5869 0.7187,-1.0062 0.8864 -1.5811c 0.0719,-0.1916 0.1318,-0.3234 0.2156 -0.4073l 0.1797,-0.1797 l 1.0301,1.1020 l 0.0359,-0.0359 c -0.1318,-1.6649 0.2755,-2.4076 0.8864 -3.0185c 1.0780,-1.0780 2.1321,-0.4791 3.1981 0.5869l 2.5393,2.5393 c 0.3474,0.3474 0.6588,0.3953 1.0421 0.0120l 0.2276,-0.2276 c 0.0599,-0.0599 0.1437,-0.0719 0.2036 -0.0120l 0.2276,0.2276 l -0.0000,0.0479 c 0.0000,-0.0000 -0.8504,0.8025 -1.3176 1.2697c -0.4192,0.4192 -1.1499,1.1978 -1.1499 1.1978l -0.0479,0.0000 l -0.2276,-0.2276 c -0.0599,-0.0599 -0.0599,-0.1318 0.0000 -0.1916l 0.1677,-0.1677 c 0.3953,-0.3953 0.3354,-0.6947 -0.0120 -1.0421Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="4.354385623403532" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 556.8948,97.0378 c 0.0000,-0.8462 -0.6860,-1.5322 -1.5322 -1.5322c -0.8462,-0.0000 -1.5322,0.6860 -1.5322 1.5322c -0.0000,0.8462 0.6860,1.5322 1.5322 1.5322c 0.8462,0.0000 1.5322,-0.6860 1.5322 -1.5322Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="4.354385623403532" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 392.8848,97.0378 c 0.0000,-0.8462 -0.6860,-1.5322 -1.5322 -1.5322c -0.8462,-0.0000 -1.5322,0.6860 -1.5322 1.5322c -0.0000,0.8462 0.6860,1.5322 1.5322 1.5322c 0.8462,0.0000 1.5322,-0.6860 1.5322 -1.5322Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="4.354385623403532" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 372.4133,97.0378 c 0.0000,-0.8462 -0.6860,-1.5322 -1.5322 -1.5322c -0.8462,-0.0000 -1.5322,0.6860 -1.5322 1.5322c -0.0000,0.8462 0.6860,1.5322 1.5322 1.5322c 0.8462,0.0000 1.5322,-0.6860 1.5322 -1.5322Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="4.354385623403532" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 358.8327,97.0378 c 0.0000,-0.8462 -0.6860,-1.5322 -1.5322 -1.5322c -0.8462,-0.0000 -1.5322,0.6860 -1.5322 1.5322c -0.0000,0.8462 0.6860,1.5322 1.5322 1.5322c 0.8462,0.0000 1.5322,-0.6860 1.5322 -1.5322Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="4.354385623403532" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 347.9226,97.0378 c 0.0000,-0.8462 -0.6860,-1.5322 -1.5322 -1.5322c -0.8462,-0.0000 -1.5322,0.6860 -1.5322 1.5322c -0.0000,0.8462 0.6860,1.5322 1.5322 1.5322c 0.8462,0.0000 1.5322,-0.6860 1.5322 -1.5322Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="4.354385623403532" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 338.7108,97.0378 c 0.0000,-0.8462 -0.6860,-1.5322 -1.5322 -1.5322c -0.8462,-0.0000 -1.5322,0.6860 -1.5322 1.5322c -0.0000,0.8462 0.6860,1.5322 1.5322 1.5322c 0.8462,0.0000 1.5322,-0.6860 1.5322 -1.5322Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="4.354385623403532" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 330.2509,97.0378 c 0.0000,-0.8462 -0.6860,-1.5322 -1.5322 -1.5322c -0.8462,-0.0000 -1.5322,0.6860 -1.5322 1.5322c -0.0000,0.8462 0.6860,1.5322 1.5322 1.5322c 0.8462,0.0000 1.5322,-0.6860 1.5322 -1.5322Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="4.354385623403532" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 322.7115,97.0378 c 0.0000,-0.8462 -0.6860,-1.5322 -1.5322 -1.5322c -0.8462,-0.0000 -1.5322,0.6860 -1.5322 1.5322c -0.0000,0.8462 0.6860,1.5322 1.5322 1.5322c 0.8462,0.0000 1.5322,-0.6860 1.5322 -1.5322Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="4.354385623403532" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 315.4444,97.0378 c 0.0000,-0.8462 -0.6860,-1.5322 -1.5322 -1.5322c -0.8462,-0.0000 -1.5322,0.6860 -1.5322 1.5322c -0.0000,0.8462 0.6860,1.5322 1.5322 1.5322c 0.8462,0.0000 1.5322,-0.6860 1.5322 -1.5322Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="4.354385623403532" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 308.3605,97.0378 c 0.0000,-0.8462 -0.6860,-1.5322 -1.5322 -1.5322c -0.8462,-0.0000 -1.5322,0.6860 -1.5322 1.5322c -0.0000,0.8462 0.6860,1.5322 1.5322 1.5322c 0.8462,0.0000 1.5322,-0.6860 1.5322 -1.5322Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="4.354385623403532" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 301.3198,97.0378 c 0.0000,-0.8462 -0.6860,-1.5322 -1.5322 -1.5322c -0.8462,-0.0000 -1.5322,0.6860 -1.5322 1.5322c -0.0000,0.8462 0.6860,1.5322 1.5322 1.5322c 0.8462,0.0000 1.5322,-0.6860 1.5322 -1.5322Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="4.354385623403532" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 294.3367,97.0378 c 0.0000,-0.8462 -0.6860,-1.5322 -1.5322 -1.5322c -0.8462,-0.0000 -1.5322,0.6860 -1.5322 1.5322c -0.0000,0.8462 0.6860,1.5322 1.5322 1.5322c 0.8462,0.0000 1.5322,-0.6860 1.5322 -1.5322Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="4.354385623403532" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 287.2987,97.0378 c 0.0000,-0.8462 -0.6860,-1.5322 -1.5322 -1.5322c -0.8462,-0.0000 -1.5322,0.6860 -1.5322 1.5322c -0.0000,0.8462 0.6860,1.5322 1.5322 1.5322c 0.8462,0.0000 1.5322,-0.6860 1.5322 -1.5322Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="4.354385623403532" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 279.8280,97.0378 c 0.0000,-0.8462 -0.6860,-1.5322 -1.5322 -1.5322c -0.8462,-0.0000 -1.5322,0.6860 -1.5322 1.5322c -0.0000,0.8462 0.6860,1.5322 1.5322 1.5322c 0.8462,0.0000 1.5322,-0.6860 1.5322 -1.5322Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="4.354385623403532" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 272.0362,97.0378 c 0.0000,-0.8462 -0.6860,-1.5322 -1.5322 -1.5322c -0.8462,-0.0000 -1.5322,0.6860 -1.5322 1.5322c -0.0000,0.8462 0.6860,1.5322 1.5322 1.5322c 0.8462,0.0000 1.5322,-0.6860 1.5322 -1.5322Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="4.354385623403532" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 263.6514,97.0378 c 0.0000,-0.8462 -0.6860,-1.5322 -1.5322 -1.5322c -0.8462,-0.0000 -1.5322,0.6860 -1.5322 1.5322c -0.0000,0.8462 0.6860,1.5322 1.5322 1.5322c 0.8462,0.0000 1.5322,-0.6860 1.5322 -1.5322Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="4.354385623403532" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 254.4762,97.0378 c 0.0000,-0.8462 -0.6860,-1.5322 -1.5322 -1.5322c -0.8462,-0.0000 -1.5322,0.6860 -1.5322 1.5322c -0.0000,0.8462 0.6860,1.5322 1.5322 1.5322c 0.8462,0.0000 1.5322,-0.6860 1.5322 -1.5322Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="4.354385623403532" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 243.7492,97.0378 c 0.0000,-0.8462 -0.6860,-1.5322 -1.5322 -1.5322c -0.8462,-0.0000 -1.5322,0.6860 -1.5322 1.5322c -0.0000,0.8462 0.6860,1.5322 1.5322 1.5322c 0.8462,0.0000 1.5322,-0.6860 1.5322 -1.5322Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="4.354385623403532" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 230.2499,97.0378 c 0.0000,-0.8462 -0.6860,-1.5322 -1.5322 -1.5322c -0.8462,-0.0000 -1.5322,0.6860 -1.5322 1.5322c -0.0000,0.8462 0.6860,1.5322 1.5322 1.5322c 0.8462,0.0000 1.5322,-0.6860 1.5322 -1.5322Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="4.354385623403532" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 210.0794,97.0378 c 0.0000,-0.8462 -0.6860,-1.5322 -1.5322 -1.5322c -0.8462,-0.0000 -1.5322,0.6860 -1.5322 1.5322c -0.0000,0.8462 0.6860,1.5322 1.5322 1.5322c 0.8462,0.0000 1.5322,-0.6860 1.5322 -1.5322Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="4.354385623403532" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 46.1696,97.0378 c 0.0000,-0.8462 -0.6860,-1.5322 -1.5322 -1.5322c -0.8462,-0.0000 -1.5322,0.6860 -1.5322 1.5322c -0.0000,0.8462 0.6860,1.5322 1.5322 1.5322c 0.8462,0.0000 1.5322,-0.6860 1.5322 -1.5322Z"/>+  </g>+  <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>
+ other/test1.svg view
@@ -0,0 +1,133 @@+<?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="9.589134508911432" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 175.2052,88.5412 v 241.5580 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="9.589134508911432" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 99.7183,330.0992 l 452.9212,-181.1685 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="9.589134508911432" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 99.7183,269.7097 h 150.9737 l 150.9737,-241.5580 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.1" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 76.6742,330.0992 l -0.0000,-301.9474 h -6.0389 l -0.0000,301.9474 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 41.1540,34.1907 ZM 47.3432,30.8057 c 0.0000,-2.0631 -1.1217,-3.0846 -2.3635 -3.0846c -0.9214,-0.0000 -1.6224,0.1402 -2.4036 0.4607l 0.6409,-5.4681 c 0.6610,0.0601 1.3420,0.0801 2.0430 0.0801c 1.0015,-0.0000 2.0430,-0.0601 3.1246 -0.1803l 0.1202,0.0601 l -0.3004,1.3019 c -0.7812,0.0801 -1.4221,0.1001 -1.9829 0.1001c -0.9013,-0.0000 -1.5823,-0.0801 -2.2834 -0.1602l -0.3806,3.1647 c 0.4206,-0.1602 1.1417,-0.3004 1.9228 -0.3004c 2.1231,-0.0000 3.3049,1.8427 3.3049 3.6855c 0.0000,2.2433 -1.5623,3.9659 -3.8257 3.9659c -1.1417,-0.0000 -2.8042,-0.6409 -2.8042 -1.4221c 0.0000,-0.3806 0.3205,-0.6409 0.6810 -0.6409c 0.4006,-0.0000 0.6610,0.3004 0.9013 0.6209c 0.3004,0.3605 0.6209,0.7611 1.2619 0.7611c 1.2819,-0.0000 2.3435,-1.2018 2.3435 -2.9444ZM 49.9270,34.1907 ZM 51.0687,33.3694 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 54.3135,34.1907 ZM 58.7000,23.3145 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 58.7000,23.3145 ZM 58.6199,34.4310 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.397283627227858" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 67.6158,28.1517 h 9.0584 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 41.1540,64.3854 ZM 46.3217,57.2749 c 0.0000,-0.1402 0.0200,-0.3004 0.2003 -0.4006c 0.2203,-0.1602 0.5809,-0.3405 0.8813 -0.3405c 0.2604,-0.0000 0.2804,0.2203 0.2804 0.6209v 3.2248 h 1.6224 l -0.1202,0.9414 h -1.5022 v 1.6625 c 0.0000,0.5608 0.0801,0.8412 0.6610 0.8412h 0.5408 c 0.1202,-0.0000 0.1402,0.1001 0.1402 0.1402v 0.4407 c 0.0000,-0.0000 -1.2819,-0.0401 -2.1231 -0.0401c -0.7611,-0.0000 -1.9429,0.0401 -1.9429 0.0401v -0.4407 c 0.0000,-0.0401 0.0200,-0.1402 0.1402 -0.1402h 0.5408 c 0.6209,-0.0000 0.6810,-0.2604 0.6810 -0.8412v -1.6625 h -3.9258 c -0.0801,-0.0000 -0.1202,-0.0401 -0.1803 -0.1202l -0.1602,-0.2203 l -0.2404,-0.4206 c -0.0200,-0.0000 -0.0200,-0.0200 -0.0200 -0.0401c 0.0000,-0.0200 0.0200,-0.0401 0.0401 -0.0601c 1.3019,-1.4421 3.6053,-5.9088 4.3264 -7.5512c 0.0200,-0.0801 0.0601,-0.1001 0.1402 -0.1001c 0.0200,-0.0000 0.4607,0.1803 0.7010 0.2203c -0.9013,2.4236 -2.3835,5.0275 -3.8457 7.3509h 3.1647 v -3.1046 ZM 49.9270,64.3854 ZM 51.0687,63.5642 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 54.3135,64.3854 ZM 60.5027,61.0004 c 0.0000,-2.0631 -1.1217,-3.0846 -2.3635 -3.0846c -0.9214,-0.0000 -1.6224,0.1402 -2.4036 0.4607l 0.6409,-5.4681 c 0.6610,0.0601 1.3420,0.0801 2.0430 0.0801c 1.0015,-0.0000 2.0430,-0.0601 3.1246 -0.1803l 0.1202,0.0601 l -0.3004,1.3019 c -0.7812,0.0801 -1.4221,0.1001 -1.9829 0.1001c -0.9013,-0.0000 -1.5823,-0.0801 -2.2834 -0.1602l -0.3806,3.1647 c 0.4206,-0.1602 1.1417,-0.3004 1.9228 -0.3004c 2.1231,-0.0000 3.3049,1.8427 3.3049 3.6855c 0.0000,2.2433 -1.5623,3.9659 -3.8257 3.9659c -1.1417,-0.0000 -2.8042,-0.6409 -2.8042 -1.4221c 0.0000,-0.3806 0.3205,-0.6409 0.6810 -0.6409c 0.4006,-0.0000 0.6610,0.3004 0.9013 0.6209c 0.3004,0.3605 0.6209,0.7611 1.2619 0.7611c 1.2819,-0.0000 2.3435,-1.2018 2.3435 -2.9444Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.397283627227858" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 67.6158,58.3465 h 9.0584 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 41.1540,94.5802 ZM 46.3217,87.4696 c 0.0000,-0.1402 0.0200,-0.3004 0.2003 -0.4006c 0.2203,-0.1602 0.5809,-0.3405 0.8813 -0.3405c 0.2604,-0.0000 0.2804,0.2203 0.2804 0.6209v 3.2248 h 1.6224 l -0.1202,0.9414 h -1.5022 v 1.6625 c 0.0000,0.5608 0.0801,0.8412 0.6610 0.8412h 0.5408 c 0.1202,-0.0000 0.1402,0.1001 0.1402 0.1402v 0.4407 c 0.0000,-0.0000 -1.2819,-0.0401 -2.1231 -0.0401c -0.7611,-0.0000 -1.9429,0.0401 -1.9429 0.0401v -0.4407 c 0.0000,-0.0401 0.0200,-0.1402 0.1402 -0.1402h 0.5408 c 0.6209,-0.0000 0.6810,-0.2604 0.6810 -0.8412v -1.6625 h -3.9258 c -0.0801,-0.0000 -0.1202,-0.0401 -0.1803 -0.1202l -0.1602,-0.2203 l -0.2404,-0.4206 c -0.0200,-0.0000 -0.0200,-0.0200 -0.0200 -0.0401c 0.0000,-0.0200 0.0200,-0.0401 0.0401 -0.0601c 1.3019,-1.4421 3.6053,-5.9088 4.3264 -7.5512c 0.0200,-0.0801 0.0601,-0.1001 0.1402 -0.1001c 0.0200,-0.0000 0.4607,0.1803 0.7010 0.2203c -0.9013,2.4236 -2.3835,5.0275 -3.8457 7.3509h 3.1647 v -3.1046 ZM 49.9270,94.5802 ZM 51.0687,93.7589 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 54.3135,94.5802 ZM 58.7000,83.7040 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 58.7000,83.7040 ZM 58.6199,94.8205 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.397283627227858" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 67.6158,88.5412 h 9.0584 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 41.1540,124.7749 ZM 45.4805,113.8187 c -0.5007,-0.0000 -1.9629,0.2804 -1.9629 1.5022c 0.0000,0.3605 -0.1402,0.9815 -0.6810 0.9815c -0.5208,-0.0000 -0.5608,-0.5809 -0.5608 -0.6409c 0.0000,-0.6209 0.8212,-2.4637 3.6053 -2.4637c 1.9429,-0.0000 2.5237,1.2218 2.5237 2.0230c 0.0000,0.5007 -0.1602,1.5022 -1.9629 2.6439c 1.1217,0.1803 2.6039,1.0015 2.6039 3.0846c 0.0000,2.6439 -2.0030,4.0660 -4.2663 4.0660c -1.1417,-0.0000 -2.7441,-0.5007 -2.7441 -1.2619c 0.0000,-0.3004 0.3004,-0.6409 0.7010 -0.6409c 0.3806,-0.0000 0.5608,0.2003 0.7411 0.4607c 0.2203,0.3405 0.5809,0.8212 1.5423 0.8212c 0.6610,-0.0000 2.5438,-0.6610 2.5438 -3.1847c 0.0000,-2.1432 -1.5022,-2.4837 -2.5838 -2.4837c -0.1803,-0.0000 -0.4006,0.0401 -0.6209 0.0801l -0.0801,-0.6009 c 1.5423,-0.2604 2.8242,-1.7626 2.8242 -2.6840c 0.0000,-1.1417 -0.8012,-1.7025 -1.6224 -1.7025ZM 49.9270,124.7749 ZM 51.0687,123.9537 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 54.3135,124.7749 ZM 60.5027,121.3899 c 0.0000,-2.0631 -1.1217,-3.0846 -2.3635 -3.0846c -0.9214,-0.0000 -1.6224,0.1402 -2.4036 0.4607l 0.6409,-5.4681 c 0.6610,0.0601 1.3420,0.0801 2.0430 0.0801c 1.0015,-0.0000 2.0430,-0.0601 3.1246 -0.1803l 0.1202,0.0601 l -0.3004,1.3019 c -0.7812,0.0801 -1.4221,0.1001 -1.9829 0.1001c -0.9013,-0.0000 -1.5823,-0.0801 -2.2834 -0.1602l -0.3806,3.1647 c 0.4206,-0.1602 1.1417,-0.3004 1.9228 -0.3004c 2.1231,-0.0000 3.3049,1.8427 3.3049 3.6855c 0.0000,2.2433 -1.5623,3.9659 -3.8257 3.9659c -1.1417,-0.0000 -2.8042,-0.6409 -2.8042 -1.4221c 0.0000,-0.3806 0.3205,-0.6409 0.6810 -0.6409c 0.4006,-0.0000 0.6610,0.3004 0.9013 0.6209c 0.3004,0.3605 0.6209,0.7611 1.2619 0.7611c 1.2819,-0.0000 2.3435,-1.2018 2.3435 -2.9444Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.397283627227858" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 67.6158,118.7360 h 9.0584 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 41.1540,154.9696 ZM 45.4805,144.0134 c -0.5007,-0.0000 -1.9629,0.2804 -1.9629 1.5022c 0.0000,0.3605 -0.1402,0.9815 -0.6810 0.9815c -0.5208,-0.0000 -0.5608,-0.5809 -0.5608 -0.6409c 0.0000,-0.6209 0.8212,-2.4637 3.6053 -2.4637c 1.9429,-0.0000 2.5237,1.2218 2.5237 2.0230c 0.0000,0.5007 -0.1602,1.5022 -1.9629 2.6439c 1.1217,0.1803 2.6039,1.0015 2.6039 3.0846c 0.0000,2.6439 -2.0030,4.0660 -4.2663 4.0660c -1.1417,-0.0000 -2.7441,-0.5007 -2.7441 -1.2619c 0.0000,-0.3004 0.3004,-0.6409 0.7010 -0.6409c 0.3806,-0.0000 0.5608,0.2003 0.7411 0.4607c 0.2203,0.3405 0.5809,0.8212 1.5423 0.8212c 0.6610,-0.0000 2.5438,-0.6610 2.5438 -3.1847c 0.0000,-2.1432 -1.5022,-2.4837 -2.5838 -2.4837c -0.1803,-0.0000 -0.4006,0.0401 -0.6209 0.0801l -0.0801,-0.6009 c 1.5423,-0.2604 2.8242,-1.7626 2.8242 -2.6840c 0.0000,-1.1417 -0.8012,-1.7025 -1.6224 -1.7025ZM 49.9270,154.9696 ZM 51.0687,154.1484 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 54.3135,154.9696 ZM 58.7000,144.0935 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 58.7000,144.0935 ZM 58.6199,155.2100 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.397283627227858" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 67.6158,148.9307 h 9.0584 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 41.1540,185.1644 ZM 42.3158,176.2912 c 0.0000,-1.1417 1.1016,-2.7040 3.2047 -2.7040c 1.5423,-0.0000 3.3450,0.5809 3.3450 2.8843c 0.0000,1.5223 -0.7812,2.2834 -1.8628 3.3249l -1.9028,1.8427 c -0.1001,0.1001 -1.4421,1.4221 -1.4421 2.3635h 3.4050 c 0.6810,-0.0000 1.0415,-0.3405 1.3220 -1.4421l 0.5007,0.0801 l -0.4006,2.5237 h -6.1892 c 0.0000,-1.1217 0.1803,-1.9829 2.0430 -3.8858l 1.4021,-1.3820 c 1.1217,-1.1417 1.5823,-2.1231 1.5823 -3.3450c 0.0000,-1.8227 -1.2418,-2.3435 -1.9228 -2.3435c -1.3820,-0.0000 -1.7626,0.7211 -1.7626 1.2018c 0.0000,0.1602 0.0401,0.3205 0.0801 0.4607c 0.0401,0.1402 0.0801,0.2804 0.0801 0.4407c 0.0000,0.5208 -0.4006,0.7211 -0.7211 0.7211c -0.4407,-0.0000 -0.7611,-0.3405 -0.7611 -0.7411ZM 49.9270,185.1644 ZM 51.0687,184.3432 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 54.3135,185.1644 ZM 60.5027,181.7794 c 0.0000,-2.0631 -1.1217,-3.0846 -2.3635 -3.0846c -0.9214,-0.0000 -1.6224,0.1402 -2.4036 0.4607l 0.6409,-5.4681 c 0.6610,0.0601 1.3420,0.0801 2.0430 0.0801c 1.0015,-0.0000 2.0430,-0.0601 3.1246 -0.1803l 0.1202,0.0601 l -0.3004,1.3019 c -0.7812,0.0801 -1.4221,0.1001 -1.9829 0.1001c -0.9013,-0.0000 -1.5823,-0.0801 -2.2834 -0.1602l -0.3806,3.1647 c 0.4206,-0.1602 1.1417,-0.3004 1.9228 -0.3004c 2.1231,-0.0000 3.3049,1.8427 3.3049 3.6855c 0.0000,2.2433 -1.5623,3.9659 -3.8257 3.9659c -1.1417,-0.0000 -2.8042,-0.6409 -2.8042 -1.4221c 0.0000,-0.3806 0.3205,-0.6409 0.6810 -0.6409c 0.4006,-0.0000 0.6610,0.3004 0.9013 0.6209c 0.3004,0.3605 0.6209,0.7611 1.2619 0.7611c 1.2819,-0.0000 2.3435,-1.2018 2.3435 -2.9444Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.397283627227858" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 67.6158,179.1254 h 9.0584 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 41.1540,215.3591 ZM 42.3158,206.4860 c 0.0000,-1.1417 1.1016,-2.7040 3.2047 -2.7040c 1.5423,-0.0000 3.3450,0.5809 3.3450 2.8843c 0.0000,1.5223 -0.7812,2.2834 -1.8628 3.3249l -1.9028,1.8427 c -0.1001,0.1001 -1.4421,1.4221 -1.4421 2.3635h 3.4050 c 0.6810,-0.0000 1.0415,-0.3405 1.3220 -1.4421l 0.5007,0.0801 l -0.4006,2.5237 h -6.1892 c 0.0000,-1.1217 0.1803,-1.9829 2.0430 -3.8858l 1.4021,-1.3820 c 1.1217,-1.1417 1.5823,-2.1231 1.5823 -3.3450c 0.0000,-1.8227 -1.2418,-2.3435 -1.9228 -2.3435c -1.3820,-0.0000 -1.7626,0.7211 -1.7626 1.2018c 0.0000,0.1602 0.0401,0.3205 0.0801 0.4607c 0.0401,0.1402 0.0801,0.2804 0.0801 0.4407c 0.0000,0.5208 -0.4006,0.7211 -0.7211 0.7211c -0.4407,-0.0000 -0.7611,-0.3405 -0.7611 -0.7411ZM 49.9270,215.3591 ZM 51.0687,214.5379 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 54.3135,215.3591 ZM 58.7000,204.4830 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 58.7000,204.4830 ZM 58.6199,215.5995 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.397283627227858" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 67.6158,209.3202 h 9.0584 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 41.1540,245.5539 ZM 44.9196,235.9997 c -0.3806,-0.0000 -1.2619,0.3605 -1.7025 0.5608l -0.2404,-0.6209 c 1.7626,-0.8212 2.4436,-1.2418 3.4451 -1.9629h 0.3806 v 10.0749 c 0.0000,0.7211 0.1001,0.9214 0.7611 0.9214h 1.0415 c 0.0601,-0.0000 0.1602,0.0401 0.1602 0.1602v 0.4407 l -2.7441,-0.0401 l -2.7841,0.0401 v -0.4407 c 0.0200,-0.0601 0.0401,-0.1602 0.1602 -0.1602h 1.2018 c 0.7611,-0.0000 0.7611,-0.3405 0.7611 -0.9214v -6.8902 c 0.0000,-0.6810 0.0000,-1.1617 -0.4407 -1.1617ZM 49.9270,245.5539 ZM 51.0687,244.7327 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 54.3135,245.5539 ZM 60.5027,242.1689 c 0.0000,-2.0631 -1.1217,-3.0846 -2.3635 -3.0846c -0.9214,-0.0000 -1.6224,0.1402 -2.4036 0.4607l 0.6409,-5.4681 c 0.6610,0.0601 1.3420,0.0801 2.0430 0.0801c 1.0015,-0.0000 2.0430,-0.0601 3.1246 -0.1803l 0.1202,0.0601 l -0.3004,1.3019 c -0.7812,0.0801 -1.4221,0.1001 -1.9829 0.1001c -0.9013,-0.0000 -1.5823,-0.0801 -2.2834 -0.1602l -0.3806,3.1647 c 0.4206,-0.1602 1.1417,-0.3004 1.9228 -0.3004c 2.1231,-0.0000 3.3049,1.8427 3.3049 3.6855c 0.0000,2.2433 -1.5623,3.9659 -3.8257 3.9659c -1.1417,-0.0000 -2.8042,-0.6409 -2.8042 -1.4221c 0.0000,-0.3806 0.3205,-0.6409 0.6810 -0.6409c 0.4006,-0.0000 0.6610,0.3004 0.9013 0.6209c 0.3004,0.3605 0.6209,0.7611 1.2619 0.7611c 1.2819,-0.0000 2.3435,-1.2018 2.3435 -2.9444Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.397283627227858" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 67.6158,239.5149 h 9.0584 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 41.1540,275.7486 ZM 44.9196,266.1945 c -0.3806,-0.0000 -1.2619,0.3605 -1.7025 0.5608l -0.2404,-0.6209 c 1.7626,-0.8212 2.4436,-1.2418 3.4451 -1.9629h 0.3806 v 10.0749 c 0.0000,0.7211 0.1001,0.9214 0.7611 0.9214h 1.0415 c 0.0601,-0.0000 0.1602,0.0401 0.1602 0.1602v 0.4407 l -2.7441,-0.0401 l -2.7841,0.0401 v -0.4407 c 0.0200,-0.0601 0.0401,-0.1602 0.1602 -0.1602h 1.2018 c 0.7611,-0.0000 0.7611,-0.3405 0.7611 -0.9214v -6.8902 c 0.0000,-0.6810 0.0000,-1.1617 -0.4407 -1.1617ZM 49.9270,275.7486 ZM 51.0687,274.9274 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 54.3135,275.7486 ZM 58.7000,264.8725 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 58.7000,264.8725 ZM 58.6199,275.9890 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.397283627227858" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 67.6158,269.7097 h 9.0584 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 41.1540,305.9434 ZM 45.5405,295.0673 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 45.5405,295.0673 ZM 45.4604,306.1837 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889ZM 49.9270,305.9434 ZM 51.0687,305.1222 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 54.3135,305.9434 ZM 60.5027,302.5584 c 0.0000,-2.0631 -1.1217,-3.0846 -2.3635 -3.0846c -0.9214,-0.0000 -1.6224,0.1402 -2.4036 0.4607l 0.6409,-5.4681 c 0.6610,0.0601 1.3420,0.0801 2.0430 0.0801c 1.0015,-0.0000 2.0430,-0.0601 3.1246 -0.1803l 0.1202,0.0601 l -0.3004,1.3019 c -0.7812,0.0801 -1.4221,0.1001 -1.9829 0.1001c -0.9013,-0.0000 -1.5823,-0.0801 -2.2834 -0.1602l -0.3806,3.1647 c 0.4206,-0.1602 1.1417,-0.3004 1.9228 -0.3004c 2.1231,-0.0000 3.3049,1.8427 3.3049 3.6855c 0.0000,2.2433 -1.5623,3.9659 -3.8257 3.9659c -1.1417,-0.0000 -2.8042,-0.6409 -2.8042 -1.4221c 0.0000,-0.3806 0.3205,-0.6409 0.6810 -0.6409c 0.4006,-0.0000 0.6610,0.3004 0.9013 0.6209c 0.3004,0.3605 0.6209,0.7611 1.2619 0.7611c 1.2819,-0.0000 2.3435,-1.2018 2.3435 -2.9444Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.397283627227858" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 67.6158,299.9044 h 9.0584 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 41.1540,336.1381 ZM 45.5405,325.2620 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 45.5405,325.2620 ZM 45.4604,336.3785 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889ZM 49.9270,336.1381 ZM 51.0687,335.3169 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 54.3135,336.1381 ZM 58.7000,325.2620 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 58.7000,325.2620 ZM 58.6199,336.3785 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.397283627227858" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 67.6158,330.0992 h 9.0584 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.1" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 552.6395,348.2160 l -0.0000,-6.0389 h -452.9212 l -0.0000,6.0389 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 541.6733,373.6712 ZM 545.9997,362.7150 c -0.5007,-0.0000 -1.9629,0.2804 -1.9629 1.5022c 0.0000,0.3605 -0.1402,0.9815 -0.6810 0.9815c -0.5208,-0.0000 -0.5608,-0.5809 -0.5608 -0.6409c 0.0000,-0.6209 0.8212,-2.4637 3.6053 -2.4637c 1.9429,-0.0000 2.5237,1.2218 2.5237 2.0230c 0.0000,0.5007 -0.1602,1.5022 -1.9629 2.6439c 1.1217,0.1803 2.6039,1.0015 2.6039 3.0846c 0.0000,2.6439 -2.0030,4.0660 -4.2663 4.0660c -1.1417,-0.0000 -2.7441,-0.5007 -2.7441 -1.2619c 0.0000,-0.3004 0.3004,-0.6409 0.7010 -0.6409c 0.3806,-0.0000 0.5608,0.2003 0.7411 0.4607c 0.2203,0.3405 0.5809,0.8212 1.5423 0.8212c 0.6610,-0.0000 2.5438,-0.6610 2.5438 -3.1847c 0.0000,-2.1432 -1.5022,-2.4837 -2.5838 -2.4837c -0.1803,-0.0000 -0.4006,0.0401 -0.6209 0.0801l -0.0801,-0.6009 c 1.5423,-0.2604 2.8242,-1.7626 2.8242 -2.6840c 0.0000,-1.1417 -0.8012,-1.7025 -1.6224 -1.7025ZM 550.4463,373.6712 ZM 551.5879,372.8500 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 554.8328,373.6712 ZM 559.2193,362.7951 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 559.2193,362.7951 ZM 559.1391,373.9116 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.397283627227858" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 552.6395,342.1771 v 9.0584 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 466.1864,373.6712 ZM 467.3481,364.7981 c 0.0000,-1.1417 1.1016,-2.7040 3.2047 -2.7040c 1.5423,-0.0000 3.3450,0.5809 3.3450 2.8843c 0.0000,1.5223 -0.7812,2.2834 -1.8628 3.3249l -1.9028,1.8427 c -0.1001,0.1001 -1.4421,1.4221 -1.4421 2.3635h 3.4050 c 0.6810,-0.0000 1.0415,-0.3405 1.3220 -1.4421l 0.5007,0.0801 l -0.4006,2.5237 h -6.1892 c 0.0000,-1.1217 0.1803,-1.9829 2.0430 -3.8858l 1.4021,-1.3820 c 1.1217,-1.1417 1.5823,-2.1231 1.5823 -3.3450c 0.0000,-1.8227 -1.2418,-2.3435 -1.9228 -2.3435c -1.3820,-0.0000 -1.7626,0.7211 -1.7626 1.2018c 0.0000,0.1602 0.0401,0.3205 0.0801 0.4607c 0.0401,0.1402 0.0801,0.2804 0.0801 0.4407c 0.0000,0.5208 -0.4006,0.7211 -0.7211 0.7211c -0.4407,-0.0000 -0.7611,-0.3405 -0.7611 -0.7411ZM 474.9594,373.6712 ZM 476.1011,372.8500 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 479.3459,373.6712 ZM 485.5351,370.2862 c 0.0000,-2.0631 -1.1217,-3.0846 -2.3635 -3.0846c -0.9214,-0.0000 -1.6224,0.1402 -2.4036 0.4607l 0.6409,-5.4681 c 0.6610,0.0601 1.3420,0.0801 2.0430 0.0801c 1.0015,-0.0000 2.0430,-0.0601 3.1246 -0.1803l 0.1202,0.0601 l -0.3004,1.3019 c -0.7812,0.0801 -1.4221,0.1001 -1.9829 0.1001c -0.9013,-0.0000 -1.5823,-0.0801 -2.2834 -0.1602l -0.3806,3.1647 c 0.4206,-0.1602 1.1417,-0.3004 1.9228 -0.3004c 2.1231,-0.0000 3.3049,1.8427 3.3049 3.6855c 0.0000,2.2433 -1.5623,3.9659 -3.8257 3.9659c -1.1417,-0.0000 -2.8042,-0.6409 -2.8042 -1.4221c 0.0000,-0.3806 0.3205,-0.6409 0.6810 -0.6409c 0.4006,-0.0000 0.6610,0.3004 0.9013 0.6209c 0.3004,0.3605 0.6209,0.7611 1.2619 0.7611c 1.2819,-0.0000 2.3435,-1.2018 2.3435 -2.9444Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.397283627227858" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 477.1526,342.1771 v 9.0584 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 390.6995,373.6712 ZM 391.8613,364.7981 c 0.0000,-1.1417 1.1016,-2.7040 3.2047 -2.7040c 1.5423,-0.0000 3.3450,0.5809 3.3450 2.8843c 0.0000,1.5223 -0.7812,2.2834 -1.8628 3.3249l -1.9028,1.8427 c -0.1001,0.1001 -1.4421,1.4221 -1.4421 2.3635h 3.4050 c 0.6810,-0.0000 1.0415,-0.3405 1.3220 -1.4421l 0.5007,0.0801 l -0.4006,2.5237 h -6.1892 c 0.0000,-1.1217 0.1803,-1.9829 2.0430 -3.8858l 1.4021,-1.3820 c 1.1217,-1.1417 1.5823,-2.1231 1.5823 -3.3450c 0.0000,-1.8227 -1.2418,-2.3435 -1.9228 -2.3435c -1.3820,-0.0000 -1.7626,0.7211 -1.7626 1.2018c 0.0000,0.1602 0.0401,0.3205 0.0801 0.4607c 0.0401,0.1402 0.0801,0.2804 0.0801 0.4407c 0.0000,0.5208 -0.4006,0.7211 -0.7211 0.7211c -0.4407,-0.0000 -0.7611,-0.3405 -0.7611 -0.7411ZM 399.4725,373.6712 ZM 400.6142,372.8500 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 403.8590,373.6712 ZM 408.2455,362.7951 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 408.2455,362.7951 ZM 408.1654,373.9116 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.397283627227858" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 401.6658,342.1771 v 9.0584 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 315.2127,373.6712 ZM 318.9782,364.1171 c -0.3806,-0.0000 -1.2619,0.3605 -1.7025 0.5608l -0.2404,-0.6209 c 1.7626,-0.8212 2.4436,-1.2418 3.4451 -1.9629h 0.3806 v 10.0749 c 0.0000,0.7211 0.1001,0.9214 0.7611 0.9214h 1.0415 c 0.0601,-0.0000 0.1602,0.0401 0.1602 0.1602v 0.4407 l -2.7441,-0.0401 l -2.7841,0.0401 v -0.4407 c 0.0200,-0.0601 0.0401,-0.1602 0.1602 -0.1602h 1.2018 c 0.7611,-0.0000 0.7611,-0.3405 0.7611 -0.9214v -6.8902 c 0.0000,-0.6810 0.0000,-1.1617 -0.4407 -1.1617ZM 323.9857,373.6712 ZM 325.1274,372.8500 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 328.3722,373.6712 ZM 334.5613,370.2862 c 0.0000,-2.0631 -1.1217,-3.0846 -2.3635 -3.0846c -0.9214,-0.0000 -1.6224,0.1402 -2.4036 0.4607l 0.6409,-5.4681 c 0.6610,0.0601 1.3420,0.0801 2.0430 0.0801c 1.0015,-0.0000 2.0430,-0.0601 3.1246 -0.1803l 0.1202,0.0601 l -0.3004,1.3019 c -0.7812,0.0801 -1.4221,0.1001 -1.9829 0.1001c -0.9013,-0.0000 -1.5823,-0.0801 -2.2834 -0.1602l -0.3806,3.1647 c 0.4206,-0.1602 1.1417,-0.3004 1.9228 -0.3004c 2.1231,-0.0000 3.3049,1.8427 3.3049 3.6855c 0.0000,2.2433 -1.5623,3.9659 -3.8257 3.9659c -1.1417,-0.0000 -2.8042,-0.6409 -2.8042 -1.4221c 0.0000,-0.3806 0.3205,-0.6409 0.6810 -0.6409c 0.4006,-0.0000 0.6610,0.3004 0.9013 0.6209c 0.3004,0.3605 0.6209,0.7611 1.2619 0.7611c 1.2819,-0.0000 2.3435,-1.2018 2.3435 -2.9444Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.397283627227858" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 326.1789,342.1771 v 9.0584 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 239.7258,373.6712 ZM 243.4914,364.1171 c -0.3806,-0.0000 -1.2619,0.3605 -1.7025 0.5608l -0.2404,-0.6209 c 1.7626,-0.8212 2.4436,-1.2418 3.4451 -1.9629h 0.3806 v 10.0749 c 0.0000,0.7211 0.1001,0.9214 0.7611 0.9214h 1.0415 c 0.0601,-0.0000 0.1602,0.0401 0.1602 0.1602v 0.4407 l -2.7441,-0.0401 l -2.7841,0.0401 v -0.4407 c 0.0200,-0.0601 0.0401,-0.1602 0.1602 -0.1602h 1.2018 c 0.7611,-0.0000 0.7611,-0.3405 0.7611 -0.9214v -6.8902 c 0.0000,-0.6810 0.0000,-1.1617 -0.4407 -1.1617ZM 248.4988,373.6712 ZM 249.6405,372.8500 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 252.8853,373.6712 ZM 257.2718,362.7951 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 257.2718,362.7951 ZM 257.1917,373.9116 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.397283627227858" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 250.6921,342.1771 v 9.0584 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 164.2389,373.6712 ZM 168.6254,362.7951 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 168.6254,362.7951 ZM 168.5453,373.9116 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889ZM 173.0119,373.6712 ZM 174.1536,372.8500 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 177.3984,373.6712 ZM 183.5876,370.2862 c 0.0000,-2.0631 -1.1217,-3.0846 -2.3635 -3.0846c -0.9214,-0.0000 -1.6224,0.1402 -2.4036 0.4607l 0.6409,-5.4681 c 0.6610,0.0601 1.3420,0.0801 2.0430 0.0801c 1.0015,-0.0000 2.0430,-0.0601 3.1246 -0.1803l 0.1202,0.0601 l -0.3004,1.3019 c -0.7812,0.0801 -1.4221,0.1001 -1.9829 0.1001c -0.9013,-0.0000 -1.5823,-0.0801 -2.2834 -0.1602l -0.3806,3.1647 c 0.4206,-0.1602 1.1417,-0.3004 1.9228 -0.3004c 2.1231,-0.0000 3.3049,1.8427 3.3049 3.6855c 0.0000,2.2433 -1.5623,3.9659 -3.8257 3.9659c -1.1417,-0.0000 -2.8042,-0.6409 -2.8042 -1.4221c 0.0000,-0.3806 0.3205,-0.6409 0.6810 -0.6409c 0.4006,-0.0000 0.6610,0.3004 0.9013 0.6209c 0.3004,0.3605 0.6209,0.7611 1.2619 0.7611c 1.2819,-0.0000 2.3435,-1.2018 2.3435 -2.9444Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.397283627227858" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 175.2052,342.1771 v 9.0584 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 88.7521,373.6712 ZM 93.1386,362.7951 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 93.1386,362.7951 ZM 93.0585,373.9116 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889ZM 97.5251,373.6712 ZM 98.6668,372.8500 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 101.9116,373.6712 ZM 106.2981,362.7951 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 106.2981,362.7951 ZM 106.2180,373.9116 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.397283627227858" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 99.7183,342.1771 v 9.0584 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 552.6395,330.0992 l -0.0000,-301.9474 h -452.9212 l -0.0000,301.9474 Z"/>+  </g>+</svg>
+ other/test2.svg view
@@ -0,0 +1,133 @@+<?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 76.6742,330.0992 l -0.0000,-301.9474 h -6.0389 l -0.0000,301.9474 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 41.1540,34.1907 ZM 47.3432,30.8057 c 0.0000,-2.0631 -1.1217,-3.0846 -2.3635 -3.0846c -0.9214,-0.0000 -1.6224,0.1402 -2.4036 0.4607l 0.6409,-5.4681 c 0.6610,0.0601 1.3420,0.0801 2.0430 0.0801c 1.0015,-0.0000 2.0430,-0.0601 3.1246 -0.1803l 0.1202,0.0601 l -0.3004,1.3019 c -0.7812,0.0801 -1.4221,0.1001 -1.9829 0.1001c -0.9013,-0.0000 -1.5823,-0.0801 -2.2834 -0.1602l -0.3806,3.1647 c 0.4206,-0.1602 1.1417,-0.3004 1.9228 -0.3004c 2.1231,-0.0000 3.3049,1.8427 3.3049 3.6855c 0.0000,2.2433 -1.5623,3.9659 -3.8257 3.9659c -1.1417,-0.0000 -2.8042,-0.6409 -2.8042 -1.4221c 0.0000,-0.3806 0.3205,-0.6409 0.6810 -0.6409c 0.4006,-0.0000 0.6610,0.3004 0.9013 0.6209c 0.3004,0.3605 0.6209,0.7611 1.2619 0.7611c 1.2819,-0.0000 2.3435,-1.2018 2.3435 -2.9444ZM 49.9270,34.1907 ZM 51.0687,33.3694 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 54.3135,34.1907 ZM 58.7000,23.3145 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 58.7000,23.3145 ZM 58.6199,34.4310 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.397283627227858" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 67.6158,28.1517 h 9.0584 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 41.1540,64.3854 ZM 46.3217,57.2749 c 0.0000,-0.1402 0.0200,-0.3004 0.2003 -0.4006c 0.2203,-0.1602 0.5809,-0.3405 0.8813 -0.3405c 0.2604,-0.0000 0.2804,0.2203 0.2804 0.6209v 3.2248 h 1.6224 l -0.1202,0.9414 h -1.5022 v 1.6625 c 0.0000,0.5608 0.0801,0.8412 0.6610 0.8412h 0.5408 c 0.1202,-0.0000 0.1402,0.1001 0.1402 0.1402v 0.4407 c 0.0000,-0.0000 -1.2819,-0.0401 -2.1231 -0.0401c -0.7611,-0.0000 -1.9429,0.0401 -1.9429 0.0401v -0.4407 c 0.0000,-0.0401 0.0200,-0.1402 0.1402 -0.1402h 0.5408 c 0.6209,-0.0000 0.6810,-0.2604 0.6810 -0.8412v -1.6625 h -3.9258 c -0.0801,-0.0000 -0.1202,-0.0401 -0.1803 -0.1202l -0.1602,-0.2203 l -0.2404,-0.4206 c -0.0200,-0.0000 -0.0200,-0.0200 -0.0200 -0.0401c 0.0000,-0.0200 0.0200,-0.0401 0.0401 -0.0601c 1.3019,-1.4421 3.6053,-5.9088 4.3264 -7.5512c 0.0200,-0.0801 0.0601,-0.1001 0.1402 -0.1001c 0.0200,-0.0000 0.4607,0.1803 0.7010 0.2203c -0.9013,2.4236 -2.3835,5.0275 -3.8457 7.3509h 3.1647 v -3.1046 ZM 49.9270,64.3854 ZM 51.0687,63.5642 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 54.3135,64.3854 ZM 60.5027,61.0004 c 0.0000,-2.0631 -1.1217,-3.0846 -2.3635 -3.0846c -0.9214,-0.0000 -1.6224,0.1402 -2.4036 0.4607l 0.6409,-5.4681 c 0.6610,0.0601 1.3420,0.0801 2.0430 0.0801c 1.0015,-0.0000 2.0430,-0.0601 3.1246 -0.1803l 0.1202,0.0601 l -0.3004,1.3019 c -0.7812,0.0801 -1.4221,0.1001 -1.9829 0.1001c -0.9013,-0.0000 -1.5823,-0.0801 -2.2834 -0.1602l -0.3806,3.1647 c 0.4206,-0.1602 1.1417,-0.3004 1.9228 -0.3004c 2.1231,-0.0000 3.3049,1.8427 3.3049 3.6855c 0.0000,2.2433 -1.5623,3.9659 -3.8257 3.9659c -1.1417,-0.0000 -2.8042,-0.6409 -2.8042 -1.4221c 0.0000,-0.3806 0.3205,-0.6409 0.6810 -0.6409c 0.4006,-0.0000 0.6610,0.3004 0.9013 0.6209c 0.3004,0.3605 0.6209,0.7611 1.2619 0.7611c 1.2819,-0.0000 2.3435,-1.2018 2.3435 -2.9444Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.397283627227858" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 67.6158,58.3465 h 9.0584 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 41.1540,94.5802 ZM 46.3217,87.4696 c 0.0000,-0.1402 0.0200,-0.3004 0.2003 -0.4006c 0.2203,-0.1602 0.5809,-0.3405 0.8813 -0.3405c 0.2604,-0.0000 0.2804,0.2203 0.2804 0.6209v 3.2248 h 1.6224 l -0.1202,0.9414 h -1.5022 v 1.6625 c 0.0000,0.5608 0.0801,0.8412 0.6610 0.8412h 0.5408 c 0.1202,-0.0000 0.1402,0.1001 0.1402 0.1402v 0.4407 c 0.0000,-0.0000 -1.2819,-0.0401 -2.1231 -0.0401c -0.7611,-0.0000 -1.9429,0.0401 -1.9429 0.0401v -0.4407 c 0.0000,-0.0401 0.0200,-0.1402 0.1402 -0.1402h 0.5408 c 0.6209,-0.0000 0.6810,-0.2604 0.6810 -0.8412v -1.6625 h -3.9258 c -0.0801,-0.0000 -0.1202,-0.0401 -0.1803 -0.1202l -0.1602,-0.2203 l -0.2404,-0.4206 c -0.0200,-0.0000 -0.0200,-0.0200 -0.0200 -0.0401c 0.0000,-0.0200 0.0200,-0.0401 0.0401 -0.0601c 1.3019,-1.4421 3.6053,-5.9088 4.3264 -7.5512c 0.0200,-0.0801 0.0601,-0.1001 0.1402 -0.1001c 0.0200,-0.0000 0.4607,0.1803 0.7010 0.2203c -0.9013,2.4236 -2.3835,5.0275 -3.8457 7.3509h 3.1647 v -3.1046 ZM 49.9270,94.5802 ZM 51.0687,93.7589 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 54.3135,94.5802 ZM 58.7000,83.7040 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 58.7000,83.7040 ZM 58.6199,94.8205 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.397283627227858" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 67.6158,88.5412 h 9.0584 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 41.1540,124.7749 ZM 45.4805,113.8187 c -0.5007,-0.0000 -1.9629,0.2804 -1.9629 1.5022c 0.0000,0.3605 -0.1402,0.9815 -0.6810 0.9815c -0.5208,-0.0000 -0.5608,-0.5809 -0.5608 -0.6409c 0.0000,-0.6209 0.8212,-2.4637 3.6053 -2.4637c 1.9429,-0.0000 2.5237,1.2218 2.5237 2.0230c 0.0000,0.5007 -0.1602,1.5022 -1.9629 2.6439c 1.1217,0.1803 2.6039,1.0015 2.6039 3.0846c 0.0000,2.6439 -2.0030,4.0660 -4.2663 4.0660c -1.1417,-0.0000 -2.7441,-0.5007 -2.7441 -1.2619c 0.0000,-0.3004 0.3004,-0.6409 0.7010 -0.6409c 0.3806,-0.0000 0.5608,0.2003 0.7411 0.4607c 0.2203,0.3405 0.5809,0.8212 1.5423 0.8212c 0.6610,-0.0000 2.5438,-0.6610 2.5438 -3.1847c 0.0000,-2.1432 -1.5022,-2.4837 -2.5838 -2.4837c -0.1803,-0.0000 -0.4006,0.0401 -0.6209 0.0801l -0.0801,-0.6009 c 1.5423,-0.2604 2.8242,-1.7626 2.8242 -2.6840c 0.0000,-1.1417 -0.8012,-1.7025 -1.6224 -1.7025ZM 49.9270,124.7749 ZM 51.0687,123.9537 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 54.3135,124.7749 ZM 60.5027,121.3899 c 0.0000,-2.0631 -1.1217,-3.0846 -2.3635 -3.0846c -0.9214,-0.0000 -1.6224,0.1402 -2.4036 0.4607l 0.6409,-5.4681 c 0.6610,0.0601 1.3420,0.0801 2.0430 0.0801c 1.0015,-0.0000 2.0430,-0.0601 3.1246 -0.1803l 0.1202,0.0601 l -0.3004,1.3019 c -0.7812,0.0801 -1.4221,0.1001 -1.9829 0.1001c -0.9013,-0.0000 -1.5823,-0.0801 -2.2834 -0.1602l -0.3806,3.1647 c 0.4206,-0.1602 1.1417,-0.3004 1.9228 -0.3004c 2.1231,-0.0000 3.3049,1.8427 3.3049 3.6855c 0.0000,2.2433 -1.5623,3.9659 -3.8257 3.9659c -1.1417,-0.0000 -2.8042,-0.6409 -2.8042 -1.4221c 0.0000,-0.3806 0.3205,-0.6409 0.6810 -0.6409c 0.4006,-0.0000 0.6610,0.3004 0.9013 0.6209c 0.3004,0.3605 0.6209,0.7611 1.2619 0.7611c 1.2819,-0.0000 2.3435,-1.2018 2.3435 -2.9444Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.397283627227858" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 67.6158,118.7360 h 9.0584 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 41.1540,154.9696 ZM 45.4805,144.0134 c -0.5007,-0.0000 -1.9629,0.2804 -1.9629 1.5022c 0.0000,0.3605 -0.1402,0.9815 -0.6810 0.9815c -0.5208,-0.0000 -0.5608,-0.5809 -0.5608 -0.6409c 0.0000,-0.6209 0.8212,-2.4637 3.6053 -2.4637c 1.9429,-0.0000 2.5237,1.2218 2.5237 2.0230c 0.0000,0.5007 -0.1602,1.5022 -1.9629 2.6439c 1.1217,0.1803 2.6039,1.0015 2.6039 3.0846c 0.0000,2.6439 -2.0030,4.0660 -4.2663 4.0660c -1.1417,-0.0000 -2.7441,-0.5007 -2.7441 -1.2619c 0.0000,-0.3004 0.3004,-0.6409 0.7010 -0.6409c 0.3806,-0.0000 0.5608,0.2003 0.7411 0.4607c 0.2203,0.3405 0.5809,0.8212 1.5423 0.8212c 0.6610,-0.0000 2.5438,-0.6610 2.5438 -3.1847c 0.0000,-2.1432 -1.5022,-2.4837 -2.5838 -2.4837c -0.1803,-0.0000 -0.4006,0.0401 -0.6209 0.0801l -0.0801,-0.6009 c 1.5423,-0.2604 2.8242,-1.7626 2.8242 -2.6840c 0.0000,-1.1417 -0.8012,-1.7025 -1.6224 -1.7025ZM 49.9270,154.9696 ZM 51.0687,154.1484 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 54.3135,154.9696 ZM 58.7000,144.0935 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 58.7000,144.0935 ZM 58.6199,155.2100 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.397283627227858" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 67.6158,148.9307 h 9.0584 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 41.1540,185.1644 ZM 42.3158,176.2912 c 0.0000,-1.1417 1.1016,-2.7040 3.2047 -2.7040c 1.5423,-0.0000 3.3450,0.5809 3.3450 2.8843c 0.0000,1.5223 -0.7812,2.2834 -1.8628 3.3249l -1.9028,1.8427 c -0.1001,0.1001 -1.4421,1.4221 -1.4421 2.3635h 3.4050 c 0.6810,-0.0000 1.0415,-0.3405 1.3220 -1.4421l 0.5007,0.0801 l -0.4006,2.5237 h -6.1892 c 0.0000,-1.1217 0.1803,-1.9829 2.0430 -3.8858l 1.4021,-1.3820 c 1.1217,-1.1417 1.5823,-2.1231 1.5823 -3.3450c 0.0000,-1.8227 -1.2418,-2.3435 -1.9228 -2.3435c -1.3820,-0.0000 -1.7626,0.7211 -1.7626 1.2018c 0.0000,0.1602 0.0401,0.3205 0.0801 0.4607c 0.0401,0.1402 0.0801,0.2804 0.0801 0.4407c 0.0000,0.5208 -0.4006,0.7211 -0.7211 0.7211c -0.4407,-0.0000 -0.7611,-0.3405 -0.7611 -0.7411ZM 49.9270,185.1644 ZM 51.0687,184.3432 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 54.3135,185.1644 ZM 60.5027,181.7794 c 0.0000,-2.0631 -1.1217,-3.0846 -2.3635 -3.0846c -0.9214,-0.0000 -1.6224,0.1402 -2.4036 0.4607l 0.6409,-5.4681 c 0.6610,0.0601 1.3420,0.0801 2.0430 0.0801c 1.0015,-0.0000 2.0430,-0.0601 3.1246 -0.1803l 0.1202,0.0601 l -0.3004,1.3019 c -0.7812,0.0801 -1.4221,0.1001 -1.9829 0.1001c -0.9013,-0.0000 -1.5823,-0.0801 -2.2834 -0.1602l -0.3806,3.1647 c 0.4206,-0.1602 1.1417,-0.3004 1.9228 -0.3004c 2.1231,-0.0000 3.3049,1.8427 3.3049 3.6855c 0.0000,2.2433 -1.5623,3.9659 -3.8257 3.9659c -1.1417,-0.0000 -2.8042,-0.6409 -2.8042 -1.4221c 0.0000,-0.3806 0.3205,-0.6409 0.6810 -0.6409c 0.4006,-0.0000 0.6610,0.3004 0.9013 0.6209c 0.3004,0.3605 0.6209,0.7611 1.2619 0.7611c 1.2819,-0.0000 2.3435,-1.2018 2.3435 -2.9444Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.397283627227858" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 67.6158,179.1254 h 9.0584 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 41.1540,215.3591 ZM 42.3158,206.4860 c 0.0000,-1.1417 1.1016,-2.7040 3.2047 -2.7040c 1.5423,-0.0000 3.3450,0.5809 3.3450 2.8843c 0.0000,1.5223 -0.7812,2.2834 -1.8628 3.3249l -1.9028,1.8427 c -0.1001,0.1001 -1.4421,1.4221 -1.4421 2.3635h 3.4050 c 0.6810,-0.0000 1.0415,-0.3405 1.3220 -1.4421l 0.5007,0.0801 l -0.4006,2.5237 h -6.1892 c 0.0000,-1.1217 0.1803,-1.9829 2.0430 -3.8858l 1.4021,-1.3820 c 1.1217,-1.1417 1.5823,-2.1231 1.5823 -3.3450c 0.0000,-1.8227 -1.2418,-2.3435 -1.9228 -2.3435c -1.3820,-0.0000 -1.7626,0.7211 -1.7626 1.2018c 0.0000,0.1602 0.0401,0.3205 0.0801 0.4607c 0.0401,0.1402 0.0801,0.2804 0.0801 0.4407c 0.0000,0.5208 -0.4006,0.7211 -0.7211 0.7211c -0.4407,-0.0000 -0.7611,-0.3405 -0.7611 -0.7411ZM 49.9270,215.3591 ZM 51.0687,214.5379 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 54.3135,215.3591 ZM 58.7000,204.4830 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 58.7000,204.4830 ZM 58.6199,215.5995 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.397283627227858" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 67.6158,209.3202 h 9.0584 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 41.1540,245.5539 ZM 44.9196,235.9997 c -0.3806,-0.0000 -1.2619,0.3605 -1.7025 0.5608l -0.2404,-0.6209 c 1.7626,-0.8212 2.4436,-1.2418 3.4451 -1.9629h 0.3806 v 10.0749 c 0.0000,0.7211 0.1001,0.9214 0.7611 0.9214h 1.0415 c 0.0601,-0.0000 0.1602,0.0401 0.1602 0.1602v 0.4407 l -2.7441,-0.0401 l -2.7841,0.0401 v -0.4407 c 0.0200,-0.0601 0.0401,-0.1602 0.1602 -0.1602h 1.2018 c 0.7611,-0.0000 0.7611,-0.3405 0.7611 -0.9214v -6.8902 c 0.0000,-0.6810 0.0000,-1.1617 -0.4407 -1.1617ZM 49.9270,245.5539 ZM 51.0687,244.7327 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 54.3135,245.5539 ZM 60.5027,242.1689 c 0.0000,-2.0631 -1.1217,-3.0846 -2.3635 -3.0846c -0.9214,-0.0000 -1.6224,0.1402 -2.4036 0.4607l 0.6409,-5.4681 c 0.6610,0.0601 1.3420,0.0801 2.0430 0.0801c 1.0015,-0.0000 2.0430,-0.0601 3.1246 -0.1803l 0.1202,0.0601 l -0.3004,1.3019 c -0.7812,0.0801 -1.4221,0.1001 -1.9829 0.1001c -0.9013,-0.0000 -1.5823,-0.0801 -2.2834 -0.1602l -0.3806,3.1647 c 0.4206,-0.1602 1.1417,-0.3004 1.9228 -0.3004c 2.1231,-0.0000 3.3049,1.8427 3.3049 3.6855c 0.0000,2.2433 -1.5623,3.9659 -3.8257 3.9659c -1.1417,-0.0000 -2.8042,-0.6409 -2.8042 -1.4221c 0.0000,-0.3806 0.3205,-0.6409 0.6810 -0.6409c 0.4006,-0.0000 0.6610,0.3004 0.9013 0.6209c 0.3004,0.3605 0.6209,0.7611 1.2619 0.7611c 1.2819,-0.0000 2.3435,-1.2018 2.3435 -2.9444Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.397283627227858" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 67.6158,239.5149 h 9.0584 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 41.1540,275.7486 ZM 44.9196,266.1945 c -0.3806,-0.0000 -1.2619,0.3605 -1.7025 0.5608l -0.2404,-0.6209 c 1.7626,-0.8212 2.4436,-1.2418 3.4451 -1.9629h 0.3806 v 10.0749 c 0.0000,0.7211 0.1001,0.9214 0.7611 0.9214h 1.0415 c 0.0601,-0.0000 0.1602,0.0401 0.1602 0.1602v 0.4407 l -2.7441,-0.0401 l -2.7841,0.0401 v -0.4407 c 0.0200,-0.0601 0.0401,-0.1602 0.1602 -0.1602h 1.2018 c 0.7611,-0.0000 0.7611,-0.3405 0.7611 -0.9214v -6.8902 c 0.0000,-0.6810 0.0000,-1.1617 -0.4407 -1.1617ZM 49.9270,275.7486 ZM 51.0687,274.9274 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 54.3135,275.7486 ZM 58.7000,264.8725 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 58.7000,264.8725 ZM 58.6199,275.9890 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.397283627227858" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 67.6158,269.7097 h 9.0584 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 41.1540,305.9434 ZM 45.5405,295.0673 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 45.5405,295.0673 ZM 45.4604,306.1837 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889ZM 49.9270,305.9434 ZM 51.0687,305.1222 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 54.3135,305.9434 ZM 60.5027,302.5584 c 0.0000,-2.0631 -1.1217,-3.0846 -2.3635 -3.0846c -0.9214,-0.0000 -1.6224,0.1402 -2.4036 0.4607l 0.6409,-5.4681 c 0.6610,0.0601 1.3420,0.0801 2.0430 0.0801c 1.0015,-0.0000 2.0430,-0.0601 3.1246 -0.1803l 0.1202,0.0601 l -0.3004,1.3019 c -0.7812,0.0801 -1.4221,0.1001 -1.9829 0.1001c -0.9013,-0.0000 -1.5823,-0.0801 -2.2834 -0.1602l -0.3806,3.1647 c 0.4206,-0.1602 1.1417,-0.3004 1.9228 -0.3004c 2.1231,-0.0000 3.3049,1.8427 3.3049 3.6855c 0.0000,2.2433 -1.5623,3.9659 -3.8257 3.9659c -1.1417,-0.0000 -2.8042,-0.6409 -2.8042 -1.4221c 0.0000,-0.3806 0.3205,-0.6409 0.6810 -0.6409c 0.4006,-0.0000 0.6610,0.3004 0.9013 0.6209c 0.3004,0.3605 0.6209,0.7611 1.2619 0.7611c 1.2819,-0.0000 2.3435,-1.2018 2.3435 -2.9444Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.397283627227858" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 67.6158,299.9044 h 9.0584 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 41.1540,336.1381 ZM 45.5405,325.2620 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 45.5405,325.2620 ZM 45.4604,336.3785 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889ZM 49.9270,336.1381 ZM 51.0687,335.3169 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 54.3135,336.1381 ZM 58.7000,325.2620 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 58.7000,325.2620 ZM 58.6199,336.3785 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.397283627227858" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 67.6158,330.0992 h 9.0584 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.1" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 552.6395,348.2160 l -0.0000,-6.0389 h -452.9212 l -0.0000,6.0389 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 541.6733,373.6712 ZM 545.9997,362.7150 c -0.5007,-0.0000 -1.9629,0.2804 -1.9629 1.5022c 0.0000,0.3605 -0.1402,0.9815 -0.6810 0.9815c -0.5208,-0.0000 -0.5608,-0.5809 -0.5608 -0.6409c 0.0000,-0.6209 0.8212,-2.4637 3.6053 -2.4637c 1.9429,-0.0000 2.5237,1.2218 2.5237 2.0230c 0.0000,0.5007 -0.1602,1.5022 -1.9629 2.6439c 1.1217,0.1803 2.6039,1.0015 2.6039 3.0846c 0.0000,2.6439 -2.0030,4.0660 -4.2663 4.0660c -1.1417,-0.0000 -2.7441,-0.5007 -2.7441 -1.2619c 0.0000,-0.3004 0.3004,-0.6409 0.7010 -0.6409c 0.3806,-0.0000 0.5608,0.2003 0.7411 0.4607c 0.2203,0.3405 0.5809,0.8212 1.5423 0.8212c 0.6610,-0.0000 2.5438,-0.6610 2.5438 -3.1847c 0.0000,-2.1432 -1.5022,-2.4837 -2.5838 -2.4837c -0.1803,-0.0000 -0.4006,0.0401 -0.6209 0.0801l -0.0801,-0.6009 c 1.5423,-0.2604 2.8242,-1.7626 2.8242 -2.6840c 0.0000,-1.1417 -0.8012,-1.7025 -1.6224 -1.7025ZM 550.4463,373.6712 ZM 551.5879,372.8500 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 554.8328,373.6712 ZM 559.2193,362.7951 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 559.2193,362.7951 ZM 559.1391,373.9116 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.397283627227858" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 552.6395,342.1771 v 9.0584 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 466.1864,373.6712 ZM 467.3481,364.7981 c 0.0000,-1.1417 1.1016,-2.7040 3.2047 -2.7040c 1.5423,-0.0000 3.3450,0.5809 3.3450 2.8843c 0.0000,1.5223 -0.7812,2.2834 -1.8628 3.3249l -1.9028,1.8427 c -0.1001,0.1001 -1.4421,1.4221 -1.4421 2.3635h 3.4050 c 0.6810,-0.0000 1.0415,-0.3405 1.3220 -1.4421l 0.5007,0.0801 l -0.4006,2.5237 h -6.1892 c 0.0000,-1.1217 0.1803,-1.9829 2.0430 -3.8858l 1.4021,-1.3820 c 1.1217,-1.1417 1.5823,-2.1231 1.5823 -3.3450c 0.0000,-1.8227 -1.2418,-2.3435 -1.9228 -2.3435c -1.3820,-0.0000 -1.7626,0.7211 -1.7626 1.2018c 0.0000,0.1602 0.0401,0.3205 0.0801 0.4607c 0.0401,0.1402 0.0801,0.2804 0.0801 0.4407c 0.0000,0.5208 -0.4006,0.7211 -0.7211 0.7211c -0.4407,-0.0000 -0.7611,-0.3405 -0.7611 -0.7411ZM 474.9594,373.6712 ZM 476.1011,372.8500 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 479.3459,373.6712 ZM 485.5351,370.2862 c 0.0000,-2.0631 -1.1217,-3.0846 -2.3635 -3.0846c -0.9214,-0.0000 -1.6224,0.1402 -2.4036 0.4607l 0.6409,-5.4681 c 0.6610,0.0601 1.3420,0.0801 2.0430 0.0801c 1.0015,-0.0000 2.0430,-0.0601 3.1246 -0.1803l 0.1202,0.0601 l -0.3004,1.3019 c -0.7812,0.0801 -1.4221,0.1001 -1.9829 0.1001c -0.9013,-0.0000 -1.5823,-0.0801 -2.2834 -0.1602l -0.3806,3.1647 c 0.4206,-0.1602 1.1417,-0.3004 1.9228 -0.3004c 2.1231,-0.0000 3.3049,1.8427 3.3049 3.6855c 0.0000,2.2433 -1.5623,3.9659 -3.8257 3.9659c -1.1417,-0.0000 -2.8042,-0.6409 -2.8042 -1.4221c 0.0000,-0.3806 0.3205,-0.6409 0.6810 -0.6409c 0.4006,-0.0000 0.6610,0.3004 0.9013 0.6209c 0.3004,0.3605 0.6209,0.7611 1.2619 0.7611c 1.2819,-0.0000 2.3435,-1.2018 2.3435 -2.9444Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.397283627227858" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 477.1526,342.1771 v 9.0584 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 390.6995,373.6712 ZM 391.8613,364.7981 c 0.0000,-1.1417 1.1016,-2.7040 3.2047 -2.7040c 1.5423,-0.0000 3.3450,0.5809 3.3450 2.8843c 0.0000,1.5223 -0.7812,2.2834 -1.8628 3.3249l -1.9028,1.8427 c -0.1001,0.1001 -1.4421,1.4221 -1.4421 2.3635h 3.4050 c 0.6810,-0.0000 1.0415,-0.3405 1.3220 -1.4421l 0.5007,0.0801 l -0.4006,2.5237 h -6.1892 c 0.0000,-1.1217 0.1803,-1.9829 2.0430 -3.8858l 1.4021,-1.3820 c 1.1217,-1.1417 1.5823,-2.1231 1.5823 -3.3450c 0.0000,-1.8227 -1.2418,-2.3435 -1.9228 -2.3435c -1.3820,-0.0000 -1.7626,0.7211 -1.7626 1.2018c 0.0000,0.1602 0.0401,0.3205 0.0801 0.4607c 0.0401,0.1402 0.0801,0.2804 0.0801 0.4407c 0.0000,0.5208 -0.4006,0.7211 -0.7211 0.7211c -0.4407,-0.0000 -0.7611,-0.3405 -0.7611 -0.7411ZM 399.4725,373.6712 ZM 400.6142,372.8500 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 403.8590,373.6712 ZM 408.2455,362.7951 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 408.2455,362.7951 ZM 408.1654,373.9116 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.397283627227858" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 401.6658,342.1771 v 9.0584 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 315.2127,373.6712 ZM 318.9782,364.1171 c -0.3806,-0.0000 -1.2619,0.3605 -1.7025 0.5608l -0.2404,-0.6209 c 1.7626,-0.8212 2.4436,-1.2418 3.4451 -1.9629h 0.3806 v 10.0749 c 0.0000,0.7211 0.1001,0.9214 0.7611 0.9214h 1.0415 c 0.0601,-0.0000 0.1602,0.0401 0.1602 0.1602v 0.4407 l -2.7441,-0.0401 l -2.7841,0.0401 v -0.4407 c 0.0200,-0.0601 0.0401,-0.1602 0.1602 -0.1602h 1.2018 c 0.7611,-0.0000 0.7611,-0.3405 0.7611 -0.9214v -6.8902 c 0.0000,-0.6810 0.0000,-1.1617 -0.4407 -1.1617ZM 323.9857,373.6712 ZM 325.1274,372.8500 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 328.3722,373.6712 ZM 334.5613,370.2862 c 0.0000,-2.0631 -1.1217,-3.0846 -2.3635 -3.0846c -0.9214,-0.0000 -1.6224,0.1402 -2.4036 0.4607l 0.6409,-5.4681 c 0.6610,0.0601 1.3420,0.0801 2.0430 0.0801c 1.0015,-0.0000 2.0430,-0.0601 3.1246 -0.1803l 0.1202,0.0601 l -0.3004,1.3019 c -0.7812,0.0801 -1.4221,0.1001 -1.9829 0.1001c -0.9013,-0.0000 -1.5823,-0.0801 -2.2834 -0.1602l -0.3806,3.1647 c 0.4206,-0.1602 1.1417,-0.3004 1.9228 -0.3004c 2.1231,-0.0000 3.3049,1.8427 3.3049 3.6855c 0.0000,2.2433 -1.5623,3.9659 -3.8257 3.9659c -1.1417,-0.0000 -2.8042,-0.6409 -2.8042 -1.4221c 0.0000,-0.3806 0.3205,-0.6409 0.6810 -0.6409c 0.4006,-0.0000 0.6610,0.3004 0.9013 0.6209c 0.3004,0.3605 0.6209,0.7611 1.2619 0.7611c 1.2819,-0.0000 2.3435,-1.2018 2.3435 -2.9444Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.397283627227858" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 326.1789,342.1771 v 9.0584 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 239.7258,373.6712 ZM 243.4914,364.1171 c -0.3806,-0.0000 -1.2619,0.3605 -1.7025 0.5608l -0.2404,-0.6209 c 1.7626,-0.8212 2.4436,-1.2418 3.4451 -1.9629h 0.3806 v 10.0749 c 0.0000,0.7211 0.1001,0.9214 0.7611 0.9214h 1.0415 c 0.0601,-0.0000 0.1602,0.0401 0.1602 0.1602v 0.4407 l -2.7441,-0.0401 l -2.7841,0.0401 v -0.4407 c 0.0200,-0.0601 0.0401,-0.1602 0.1602 -0.1602h 1.2018 c 0.7611,-0.0000 0.7611,-0.3405 0.7611 -0.9214v -6.8902 c 0.0000,-0.6810 0.0000,-1.1617 -0.4407 -1.1617ZM 248.4988,373.6712 ZM 249.6405,372.8500 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 252.8853,373.6712 ZM 257.2718,362.7951 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 257.2718,362.7951 ZM 257.1917,373.9116 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.397283627227858" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 250.6921,342.1771 v 9.0584 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 164.2389,373.6712 ZM 168.6254,362.7951 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 168.6254,362.7951 ZM 168.5453,373.9116 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889ZM 173.0119,373.6712 ZM 174.1536,372.8500 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 177.3984,373.6712 ZM 183.5876,370.2862 c 0.0000,-2.0631 -1.1217,-3.0846 -2.3635 -3.0846c -0.9214,-0.0000 -1.6224,0.1402 -2.4036 0.4607l 0.6409,-5.4681 c 0.6610,0.0601 1.3420,0.0801 2.0430 0.0801c 1.0015,-0.0000 2.0430,-0.0601 3.1246 -0.1803l 0.1202,0.0601 l -0.3004,1.3019 c -0.7812,0.0801 -1.4221,0.1001 -1.9829 0.1001c -0.9013,-0.0000 -1.5823,-0.0801 -2.2834 -0.1602l -0.3806,3.1647 c 0.4206,-0.1602 1.1417,-0.3004 1.9228 -0.3004c 2.1231,-0.0000 3.3049,1.8427 3.3049 3.6855c 0.0000,2.2433 -1.5623,3.9659 -3.8257 3.9659c -1.1417,-0.0000 -2.8042,-0.6409 -2.8042 -1.4221c 0.0000,-0.3806 0.3205,-0.6409 0.6810 -0.6409c 0.4006,-0.0000 0.6610,0.3004 0.9013 0.6209c 0.3004,0.3605 0.6209,0.7611 1.2619 0.7611c 1.2819,-0.0000 2.3435,-1.2018 2.3435 -2.9444Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.397283627227858" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 175.2052,342.1771 v 9.0584 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 88.7521,373.6712 ZM 93.1386,362.7951 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 93.1386,362.7951 ZM 93.0585,373.9116 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889ZM 97.5251,373.6712 ZM 98.6668,372.8500 c 0.0000,-0.5809 0.4807,-1.0616 1.0616 -1.0616c 0.5809,-0.0000 1.0616,0.4807 1.0616 1.0616c 0.0000,0.5809 -0.4807,1.0616 -1.0616 1.0616c -0.5809,-0.0000 -1.0616,-0.4807 -1.0616 -1.0616ZM 101.9116,373.6712 ZM 106.2981,362.7951 c -0.8613,-0.0000 -2.1231,0.8412 -2.1231 5.5082c 0.0000,1.6424 0.3004,4.9473 2.0631 4.9473c 0.3405,-0.0000 1.3019,-0.2203 1.7226 -1.7826c 0.2604,-0.9614 0.4006,-2.1632 0.4006 -3.9058c 0.0000,-2.5438 -0.6409,-3.9659 -1.2218 -4.4666c -0.2203,-0.2003 -0.5208,-0.3004 -0.8412 -0.3004ZM 106.2981,362.7951 ZM 106.2180,373.9116 c -2.1432,-0.0000 -3.5853,-2.7441 -3.5853 -5.8086c 0.0000,-3.7456 1.7826,-6.0089 3.6654 -6.0089c 0.8613,-0.0000 1.7226,0.5408 2.3034 1.3220c 0.8412,1.1217 1.2819,2.6239 1.2819 4.5067c 0.0000,4.4466 -2.2033,5.9889 -3.6654 5.9889Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.397283627227858" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 99.7183,342.1771 v 9.0584 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 552.6395,330.0992 l -0.0000,-301.9474 h -452.9212 l -0.0000,301.9474 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="9.589134508911432" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 175.2052,88.5412 v 241.5580 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="9.589134508911432" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 99.7183,330.0992 l 452.9212,-181.1685 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="9.589134508911432" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 99.7183,269.7097 h 150.9737 l 150.9737,-241.5580 "/>+  </g>+</svg>
+ other/testTextDiffs.svg view
@@ -0,0 +1,124 @@+<?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 400 600" font-size="1" width="400.0000" xmlns:xlink="http://www.w3.org/1999/xlink" stroke="rgb(0,0,0)" version="1.1">+  <defs>+  </defs>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="46.666666666666664px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <text dominant-baseline="text-before-edge" transform="matrix(1.0000,-0.0000,0.0000,1.0000,370.3155,490.8360)" stroke="none" text-anchor="end">abcdefghij012345+    </text>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,255)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 370.4973,502.5026 c 0.0000,-0.1004 -0.0814,-0.1818 -0.1818 -0.1818c -0.1004,-0.0000 -0.1818,0.0814 -0.1818 0.1818c -0.0000,0.1004 0.0814,0.1818 0.1818 0.1818c 0.1004,0.0000 0.1818,-0.0814 0.1818 -0.1818Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 29.3436,532.8057 ZM 43.9674,520.4935 l -3.9700,1.0051 c -4.4223,1.3569 -5.0756,3.6685 -5.0756 5.9299c 0.0000,1.5579 0.7538,3.9198 3.9198 3.9198c 1.5076,-0.0000 3.8193,-1.4574 5.1259 -2.5629v -8.2919 ZM 43.9674,520.4935 ZM 47.1837,533.4087 c -1.9096,-0.0000 -2.9650,-1.7086 -3.1660 -2.9147l -1.1558,0.8041 c -2.3117,1.6081 -3.1660,2.1107 -5.4777 2.1107c -3.5178,-0.0000 -6.0807,-2.0102 -6.0807 -5.7792c 0.0000,-3.8193 3.2665,-6.4325 8.0406 -7.6386l 4.6233,-1.1558 c 0.0000,-5.6787 -2.6132,-6.7340 -4.3218 -6.7340c -1.9096,-0.0000 -4.1208,0.8543 -4.1208 2.4122c 0.0000,0.5528 0.1005,0.8543 0.1508 1.0051c 0.1005,0.2010 0.1508,0.5528 0.1508 0.9046c 0.0000,0.6533 -0.5025,1.6584 -1.9599 1.6584c -1.2061,-0.0000 -2.0102,-0.8041 -2.0102 -2.0102c 0.0000,-2.9147 4.7239,-5.4777 7.9401 -5.4777c 3.6685,-0.0000 7.8898,1.5076 7.8898 8.6437v 7.3873 c 0.0000,3.0655 0.0503,4.3721 1.2061 4.3721c 1.1056,-0.0000 1.4071,-1.4071 1.4574 -2.5127l 1.2563,0.2513 c -0.3015,3.6685 -1.8594,4.6736 -4.4223 4.6736ZM 52.0080,532.8057 ZM 59.4958,530.0417 c 1.0051,1.2061 2.0604,1.6081 3.6183 1.6081c 4.7741,-0.0000 7.1863,-4.4223 7.1863 -10.1513c 0.0000,-5.1259 -2.6132,-8.7944 -5.6787 -8.7944c -0.5528,-0.0000 -3.1660,0.1005 -5.1259 2.1609v 15.1766 ZM 59.4958,530.0417 ZM 55.7268,504.0103 c 0.0000,-2.8645 -0.5025,-3.6685 -1.5076 -3.6685l -1.6081,0.2010 c -0.1508,-0.0000 -0.2513,-0.1005 -0.2513 -0.2513l -0.1005,-1.2563 c 0.8041,-0.0000 2.6132,-0.3015 3.4675 -0.4523c 0.9046,-0.2010 1.6584,-0.4020 2.6635 -0.8543h 1.1056 v 15.5787 c 1.7086,-1.8594 3.7188,-2.7640 6.1310 -2.7640c 4.3721,-0.0000 8.5431,4.1711 8.5431 10.3020c 0.0000,7.9904 -5.6284,12.5132 -10.7543 12.5132c -2.1609,-0.0000 -3.7690,-0.6030 -5.2264 -1.8594c -0.4523,0.6030 -1.1056,1.3569 -1.5579 1.8594l -1.0553,-0.2513 c 0.1508,-1.2061 0.1508,-2.0102 0.1508 -3.9700v -25.1269 ZM 76.0293,532.8057 ZM 95.3268,528.2326 c -2.2112,3.8193 -4.6233,5.1761 -7.6386 5.1761c -6.0305,-0.0000 -9.7995,-4.5731 -9.7995 -11.0558c 0.0000,-7.1360 4.4726,-11.7594 9.9000 -11.7594c 4.8244,-0.0000 7.3873,2.4624 7.3873 5.1259c 0.0000,1.4574 -0.9046,2.2112 -1.9599 2.2112c -1.0553,-0.0000 -2.0604,-0.5528 -2.2112 -1.8091c -0.2010,-1.6584 -0.5025,-3.8193 -3.4675 -3.8193c -3.3167,-0.0000 -5.7792,3.5178 -5.7792 8.9452c 0.0000,5.8797 3.1660,9.9502 7.0355 9.9502c 2.1609,-0.0000 4.0706,-1.4071 5.6284 -3.6685ZM 96.2816,532.8057 ZM 113.0664,528.3331 v -13.0157 c -1.2061,-1.9096 -2.5629,-2.9650 -4.9249 -2.9650c -1.0051,-0.0000 -3.0655,0.1508 -4.6736 2.5127c -0.7036,1.0553 -1.5579,3.2162 -1.5579 6.8345c 0.0000,6.5832 3.4173,9.5985 6.1310 9.5985c 1.6584,-0.0000 3.0152,-1.0051 5.0254 -2.9650ZM 113.0664,528.3331 ZM 116.8354,497.7285 v 29.0467 c 0.0000,1.5076 0.1005,2.3117 0.2010 2.6635c 0.1508,0.4523 0.7036,0.7538 1.1056 0.7538c 0.6030,-0.0000 1.7086,-0.0000 2.4624 -0.1508l 0.2010,1.4071 c -2.9147,0.5025 -5.5279,1.0553 -6.5832 1.9599h -1.2061 l 0.1508,-3.4675 c -1.9096,1.9599 -3.8695,3.4675 -6.4325 3.4675c -5.4274,-0.0000 -8.7442,-4.6233 -8.7442 -10.8046c 0.0000,-3.7188 1.0051,-6.8345 3.1660 -8.9954c 2.0102,-1.9096 4.2213,-3.0152 7.5381 -3.0152c 1.0051,-0.0000 3.2162,0.4523 4.3721 1.1056v -7.6888 c 0.0000,-2.8645 -0.4523,-3.6685 -1.4574 -3.6685l -1.6584,0.2010 c -0.1005,-0.0000 -0.2513,-0.1005 -0.2513 -0.2513l -0.1005,-1.2563 c 0.8041,-0.0000 2.6132,-0.3015 3.4675 -0.4523c 0.9548,-0.2010 1.6584,-0.4020 2.6635 -0.8543h 1.1056 ZM 121.1070,532.8057 ZM 126.8359,518.8854 h 9.2467 c 0.5025,-0.0000 0.7036,-0.2513 0.7036 -0.7036c 0.0000,-4.6736 -2.3619,-5.8797 -4.1711 -5.8797c -1.1558,-0.0000 -4.9249,0.4523 -5.7792 6.5832ZM 126.8359,518.8854 ZM 140.1029,528.1321 l 1.0051,0.8041 c -1.9096,2.6132 -4.8746,4.4726 -8.4929 4.4726c -6.8848,-0.0000 -9.7995,-5.1259 -9.7995 -10.6035c 0.0000,-7.6386 5.0254,-12.2117 9.7995 -12.2117c 6.6335,-0.0000 8.1914,5.1761 8.1914 9.3975c 0.0000,0.5528 -0.3518,0.8543 -0.9046 0.8543h -13.2167 c -0.0503,0.3015 -0.0503,0.6030 -0.0503 1.0051c 0.0000,5.1259 3.5680,9.0959 7.1863 9.0959c 2.7640,-0.0000 4.5228,-0.9046 6.2817 -2.8142ZM 142.6156,532.8057 ZM 147.2389,529.1874 v -16.0310 h -3.4675 c -0.2010,-0.0000 -0.2513,-0.0503 -0.2513 -0.2513v -0.7036 c 0.0000,-0.4020 0.2513,-1.0051 1.1558 -1.0051h 2.5629 v -1.9599 c 0.0000,-7.8396 4.0706,-11.5081 8.2919 -11.5081c 1.9096,-0.0000 3.2162,0.5025 4.4726 1.3569c 1.0051,0.7538 1.4574,1.6081 1.4574 2.4122c 0.0000,1.0553 -0.7538,1.8091 -1.7086 1.8091c -1.0051,-0.0000 -1.6584,-0.5528 -2.0604 -1.4071c -0.6533,-1.6584 -1.6081,-2.4624 -3.1157 -2.4624c -1.6584,-0.0000 -3.5680,1.2061 -3.5680 8.9452v 2.8142 h 5.5279 c 0.2513,-0.0000 0.4020,0.1005 0.4020 0.3015v 1.0051 c 0.0000,0.4523 -0.7036,0.6533 -1.1558 0.6533h -4.7741 v 16.0310 c 0.0000,1.4574 0.5025,2.2112 2.1609 2.2112h 1.6584 c 0.2010,-0.0000 0.4020,0.1508 0.4020 0.4020v 0.9548 l -0.1005,0.1005 c 0.0000,-0.0000 -4.1208,-0.1005 -6.0807 -0.1005c -1.8091,-0.0000 -5.2264,0.1005 -5.2264 0.1005l -0.1005,-0.1005 v -0.9548 c 0.0000,-0.2513 0.1508,-0.4020 0.4020 -0.4020h 0.9548 c 1.7086,-0.0000 2.1609,-0.7538 2.1609 -2.2112ZM 160.9582,532.8057 ZM 176.8384,518.5838 c 0.0000,-4.1711 -1.9599,-6.5832 -4.9751 -6.5832c -2.6132,-0.0000 -4.3721,1.8091 -4.3721 5.7289c 0.0000,2.6132 1.0051,6.7340 5.0254 6.7340c 1.7589,-0.0000 4.3218,-0.8543 4.3218 -5.8797ZM 176.8384,518.5838 ZM 167.4410,533.1574 c -1.5579,1.4574 -1.9096,3.0152 -1.9096 4.7239c 0.0000,3.7690 4.5228,4.8746 6.2315 4.8746c 4.3218,-0.0000 9.7995,-1.5076 9.7995 -5.1259c 0.0000,-1.3066 -0.7036,-2.1609 -2.6635 -3.1157c -1.4071,-0.7036 -3.4675,-1.2563 -5.8797 -1.2563c -0.4020,-0.0000 -0.9548,0.0503 -1.6584 0.1005c -0.7036,0.0503 -1.4574,0.0503 -2.0102 0.0503c -0.8041,-0.0000 -1.2061,-0.1005 -1.9096 -0.2513ZM 167.4410,533.1574 ZM 182.7181,513.3072 c -0.8041,-0.0000 -1.3066,-0.4523 -1.5076 -0.8543c -0.3015,-0.4523 -0.5025,-0.6030 -0.8543 -0.6030c -0.6030,-0.0000 -1.5579,0.7036 -1.9096 1.2061c 1.4071,1.5076 2.0604,2.9650 2.0604 5.3269c 0.0000,4.9249 -4.0203,7.5883 -8.2416 7.5883c -1.8594,-0.0000 -3.3670,-0.3518 -4.5228 -1.0553c -0.5528,0.8543 -0.8543,1.9096 -0.8543 2.9147c 0.0000,2.1609 1.6584,2.7137 3.0655 2.7137c 0.2513,-0.0000 0.8543,-0.0503 1.5579 -0.1005c 1.1558,-0.1508 2.4122,-0.2513 3.2665 -0.2513c 1.7589,-0.0000 5.0756,0.3518 7.0858 2.0604c 1.3569,1.2563 2.1107,2.4624 2.1107 4.0706c 0.0000,5.4274 -7.1360,8.2919 -13.6188 8.2919c -3.6685,-0.0000 -7.7391,-1.3569 -7.7391 -5.7289c 0.0000,-2.1609 1.3569,-4.4726 3.9198 -6.0807c -1.2563,-0.6533 -2.1609,-1.9096 -2.1609 -3.7188c 0.0000,-1.7086 0.7538,-3.8695 2.1107 -5.0756c -1.3569,-1.3569 -2.5127,-3.0655 -2.5127 -5.8294c 0.0000,-4.6233 4.0706,-7.5883 8.3421 -7.5883c 2.8142,-0.0000 4.5731,1.1558 5.1259 1.5579c 1.2563,-1.7086 3.5178,-2.5629 4.7741 -2.5629c 1.3066,-0.0000 2.2112,0.8543 2.2112 1.9096c 0.0000,1.1056 -0.7036,1.8091 -1.7086 1.8091ZM 185.0298,532.8057 ZM 193.2211,497.7285 v 17.0360 c 3.3670,-3.3670 6.3320,-4.1711 8.2919 -4.1711c 3.6183,-0.0000 5.4274,2.7640 5.4274 7.9401v 10.6538 c 0.0000,1.4574 0.5025,2.2112 2.1609 2.2112h 0.9548 c 0.2010,-0.0000 0.4020,0.1508 0.4020 0.4020v 0.9548 l -0.1005,0.1005 c 0.0000,-0.0000 -3.4173,-0.1005 -5.4274 -0.1005c -1.7589,-0.0000 -5.1761,0.1005 -5.1761 0.1005l -0.1005,-0.1005 v -0.9548 c 0.0000,-0.2513 0.1508,-0.4020 0.4020 -0.4020h 0.9548 c 1.7086,-0.0000 2.1609,-0.7538 2.1609 -2.2112v -11.2066 c 0.0000,-4.0706 -1.1056,-5.0254 -3.9198 -5.0254c -1.4574,-0.0000 -3.6183,1.3066 -6.0305 3.6685v 12.5634 c 0.0000,1.4574 0.5025,2.2112 2.1609 2.2112h 0.9548 c 0.2010,-0.0000 0.4020,0.1508 0.4020 0.4020v 0.9548 l -0.1005,0.1005 c 0.0000,-0.0000 -3.4173,-0.1005 -5.3772 -0.1005c -1.8091,-0.0000 -5.1761,0.1005 -5.1761 0.1005l -0.1005,-0.1005 v -0.9548 c 0.0000,-0.2513 0.1005,-0.4020 0.3518 -0.4020h 0.9548 c 1.7086,-0.0000 2.1609,-0.7538 2.1609 -2.2112v -25.1771 c 0.0000,-2.8645 -0.4523,-3.6685 -1.4574 -3.6685l -1.6584,0.2010 c -0.1508,-0.0000 -0.2513,-0.1005 -0.2513 -0.2513l -0.1005,-1.2563 c 0.8041,-0.0000 2.6132,-0.3015 3.4675 -0.4523c 0.9046,-0.2010 1.6584,-0.4020 2.6635 -0.8543h 1.1056 ZM 211.0612,532.8057 ZM 214.9810,504.1108 c 0.0000,-1.3066 1.0553,-2.4122 2.3619 -2.4122c 1.3569,-0.0000 2.4122,1.1056 2.4122 2.4122c 0.0000,1.3569 -1.0553,2.4122 -2.4122 2.4122c -1.3066,-0.0000 -2.3619,-1.0553 -2.3619 -2.4122ZM 214.9810,504.1108 ZM 219.7551,529.1874 c 0.0000,1.4574 0.5528,2.2112 2.1609 2.2112h 0.9548 c 0.2513,-0.0000 0.4523,0.1508 0.4523 0.4020v 0.9548 l -0.1005,0.1005 c 0.0000,-0.0000 -3.4675,-0.1005 -5.4274 -0.1005c -1.7589,-0.0000 -5.1761,0.1005 -5.1761 0.1005l -0.1005,-0.1005 v -0.9548 c 0.0000,-0.2513 0.1508,-0.4020 0.4020 -0.4020h 0.9548 c 1.6584,-0.0000 2.1609,-0.7538 2.1609 -2.2112v -12.5132 c 0.0000,-2.6635 -0.4523,-3.0655 -1.1558 -3.0655c -0.6533,-0.0000 -1.2563,0.0503 -2.1107 0.2513l -0.2513,-1.4071 c 3.2162,-0.5528 3.7690,-0.7538 5.2264 -1.4574c 0.5528,-0.2010 0.9046,-0.4020 1.2563 -0.4020h 0.7538 v 18.5939 ZM 224.3282,532.8057 ZM 229.5546,504.1108 c 0.0000,-1.3066 1.0553,-2.4122 2.4122 -2.4122c 1.3066,-0.0000 2.4122,1.1056 2.4122 2.4122c 0.0000,1.3569 -1.1056,2.4122 -2.4122 2.4122c -1.3569,-0.0000 -2.4122,-1.0553 -2.4122 -2.4122ZM 229.5546,504.1108 ZM 226.8912,542.5549 c 2.2112,-0.0000 3.7188,-3.9700 3.7188 -11.0558v -14.8249 c 0.0000,-2.6635 -0.4523,-3.0655 -1.1056 -3.0655c -0.7036,-0.0000 -1.2563,0.0503 -2.1107 0.2513l -0.2513,-1.4071 c 3.6685,-0.6030 4.7741,-1.2061 5.4274 -1.5579c 0.3518,-0.1508 0.5528,-0.3015 1.0553 -0.3015h 0.7538 v 19.3477 c 0.0000,6.5832 -0.5025,9.3472 -3.2665 12.1614c -1.3569,1.3066 -2.8142,1.9096 -4.0203 1.9096c -2.0604,-0.0000 -4.7239,-1.0553 -4.7239 -2.5629c 0.0000,-1.2563 0.7538,-1.9096 1.6081 -1.9096c 1.2061,-0.0000 1.8594,1.1558 2.1107 2.2112c 0.1508,0.5025 0.4020,0.8041 0.8041 0.8041ZM 238.2485,532.8057 ZM 249.2541,505.5179 c -2.1609,-0.0000 -5.3269,2.1107 -5.3269 13.8198c 0.0000,4.1208 0.7538,12.4127 5.1761 12.4127c 0.8543,-0.0000 3.2665,-0.5528 4.3218 -4.4726c 0.6533,-2.4122 1.0051,-5.4274 1.0051 -9.7995c 0.0000,-6.3822 -1.6081,-9.9502 -3.0655 -11.2066c -0.5528,-0.5025 -1.3066,-0.7538 -2.1107 -0.7538ZM 249.2541,505.5179 ZM 249.0531,533.4087 c -5.3772,-0.0000 -8.9954,-6.8848 -8.9954 -14.5736c 0.0000,-9.3975 4.4726,-15.0761 9.1964 -15.0761c 2.1609,-0.0000 4.3218,1.3569 5.7792 3.3167c 2.1107,2.8142 3.2162,6.5832 3.2162 11.3071c 0.0000,11.1563 -5.5279,15.0259 -9.1964 15.0259ZM 260.2597,532.8057 ZM 269.7074,508.8346 c -0.9548,-0.0000 -3.1660,0.9046 -4.2716 1.4071l -0.6030,-1.5579 c 4.4223,-2.0604 6.1310,-3.1157 8.6437 -4.9249h 0.9548 v 25.2777 c 0.0000,1.8091 0.2513,2.3117 1.9096 2.3117h 2.6132 c 0.1508,-0.0000 0.4020,0.1005 0.4020 0.4020v 1.1056 l -6.8848,-0.1005 l -6.9853,0.1005 v -1.1056 c 0.0503,-0.1508 0.1005,-0.4020 0.4020 -0.4020h 3.0152 c 1.9096,-0.0000 1.9096,-0.8543 1.9096 -2.3117v -17.2873 c 0.0000,-1.7086 0.0000,-2.9147 -1.1056 -2.9147ZM 282.2708,532.8057 ZM 285.1856,510.5432 c 0.0000,-2.8645 2.7640,-6.7843 8.0406 -6.7843c 3.8695,-0.0000 8.3924,1.4574 8.3924 7.2365c 0.0000,3.8193 -1.9599,5.7289 -4.6736 8.3421l -4.7741,4.6233 c -0.2513,0.2513 -3.6183,3.5680 -3.6183 5.9299h 8.5431 c 1.7086,-0.0000 2.6132,-0.8543 3.3167 -3.6183l 1.2563,0.2010 l -1.0051,6.3320 h -15.5284 c 0.0000,-2.8142 0.4523,-4.9751 5.1259 -9.7492l 3.5178,-3.4675 c 2.8142,-2.8645 3.9700,-5.3269 3.9700 -8.3924c 0.0000,-4.5731 -3.1157,-5.8797 -4.8244 -5.8797c -3.4675,-0.0000 -4.4223,1.8091 -4.4223 3.0152c 0.0000,0.4020 0.1005,0.8041 0.2010 1.1558c 0.1005,0.3518 0.2010,0.7036 0.2010 1.1056c 0.0000,1.3066 -1.0051,1.8091 -1.8091 1.8091c -1.1056,-0.0000 -1.9096,-0.8543 -1.9096 -1.8594ZM 304.2820,532.8057 ZM 315.1368,505.3169 c -1.2563,-0.0000 -4.9249,0.7036 -4.9249 3.7690c 0.0000,0.9046 -0.3518,2.4624 -1.7086 2.4624c -1.3066,-0.0000 -1.4071,-1.4574 -1.4071 -1.6081c 0.0000,-1.5579 2.0604,-6.1812 9.0457 -6.1812c 4.8746,-0.0000 6.3320,3.0655 6.3320 5.0756c 0.0000,1.2563 -0.4020,3.7690 -4.9249 6.6335c 2.8142,0.4523 6.5330,2.5127 6.5330 7.7391c 0.0000,6.6335 -5.0254,10.2015 -10.7041 10.2015c -2.8645,-0.0000 -6.8848,-1.2563 -6.8848 -3.1660c 0.0000,-0.7538 0.7538,-1.6081 1.7589 -1.6081c 0.9548,-0.0000 1.4071,0.5025 1.8594 1.1558c 0.5528,0.8543 1.4574,2.0604 3.8695 2.0604c 1.6584,-0.0000 6.3822,-1.6584 6.3822 -7.9904c 0.0000,-5.3772 -3.7690,-6.2315 -6.4827 -6.2315c -0.4523,-0.0000 -1.0051,0.1005 -1.5579 0.2010l -0.2010,-1.5076 c 3.8695,-0.6533 7.0858,-4.4223 7.0858 -6.7340c 0.0000,-2.8645 -2.0102,-4.2716 -4.0706 -4.2716ZM 326.2932,532.8057 ZM 339.2586,514.9656 c 0.0000,-0.3518 0.0503,-0.7538 0.5025 -1.0051c 0.5528,-0.4020 1.4574,-0.8543 2.2112 -0.8543c 0.6533,-0.0000 0.7036,0.5528 0.7036 1.5579v 8.0909 h 4.0706 l -0.3015,2.3619 h -3.7690 v 4.1711 c 0.0000,1.4071 0.2010,2.1107 1.6584 2.1107h 1.3569 c 0.3015,-0.0000 0.3518,0.2513 0.3518 0.3518v 1.1056 c 0.0000,-0.0000 -3.2162,-0.1005 -5.3269 -0.1005c -1.9096,-0.0000 -4.8746,0.1005 -4.8746 0.1005v -1.1056 c 0.0000,-0.1005 0.0503,-0.3518 0.3518 -0.3518h 1.3569 c 1.5579,-0.0000 1.7086,-0.6533 1.7086 -2.1107v -4.1711 h -9.8497 c -0.2010,-0.0000 -0.3015,-0.1005 -0.4523 -0.3015l -0.4020,-0.5528 l -0.6030,-1.0553 c -0.0503,-0.0000 -0.0503,-0.0503 -0.0503 -0.1005c 0.0000,-0.0503 0.0503,-0.1005 0.1005 -0.1508c 3.2665,-3.6183 9.0457,-14.8249 10.8548 -18.9457c 0.0503,-0.2010 0.1508,-0.2513 0.3518 -0.2513c 0.0503,-0.0000 1.1558,0.4523 1.7589 0.5528c -2.2614,6.0807 -5.9802,12.6137 -9.6487 18.4431h 7.9401 v -7.7893 ZM 348.3043,532.8057 ZM 363.8327,524.3128 c 0.0000,-5.1761 -2.8142,-7.7391 -5.9299 -7.7391c -2.3117,-0.0000 -4.0706,0.3518 -6.0305 1.1558l 1.6081,-13.7193 c 1.6584,0.1508 3.3670,0.2010 5.1259 0.2010c 2.5127,-0.0000 5.1259,-0.1508 7.8396 -0.4523l 0.3015,0.1508 l -0.7538,3.2665 c -1.9599,0.2010 -3.5680,0.2513 -4.9751 0.2513c -2.2614,-0.0000 -3.9700,-0.2010 -5.7289 -0.4020l -0.9548,7.9401 c 1.0553,-0.4020 2.8645,-0.7538 4.8244 -0.7538c 5.3269,-0.0000 8.2919,4.6233 8.2919 9.2467c 0.0000,5.6284 -3.9198,9.9502 -9.5985 9.9502c -2.8645,-0.0000 -7.0355,-1.6081 -7.0355 -3.5680c 0.0000,-0.9548 0.8041,-1.6081 1.7086 -1.6081c 1.0051,-0.0000 1.6584,0.7538 2.2614 1.5579c 0.7538,0.9046 1.5579,1.9096 3.1660 1.9096c 3.2162,-0.0000 5.8797,-3.0152 5.8797 -7.3873Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 370.6564,502.5026 c 0.0000,-0.1883 -0.1527,-0.3410 -0.3410 -0.3410c -0.1883,-0.0000 -0.3410,0.1527 -0.3410 0.3410c -0.0000,0.1883 0.1527,0.3410 0.3410 0.3410c 0.1883,0.0000 0.3410,-0.1527 0.3410 -0.3410Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="46.666666666666664px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,370.3155,461.7148)" stroke="none" text-anchor="end">abcdefghij012345+    </text>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,255)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 370.4973,457.0481 c 0.0000,-0.1004 -0.0814,-0.1818 -0.1818 -0.1818c -0.1004,-0.0000 -0.1818,0.0814 -0.1818 0.1818c -0.0000,0.1004 0.0814,0.1818 0.1818 0.1818c 0.1004,0.0000 0.1818,-0.0814 0.1818 -0.1818Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 29.3436,472.1996 ZM 43.9674,459.8874 l -3.9700,1.0051 c -4.4223,1.3569 -5.0756,3.6685 -5.0756 5.9299c 0.0000,1.5579 0.7538,3.9198 3.9198 3.9198c 1.5076,-0.0000 3.8193,-1.4574 5.1259 -2.5629v -8.2919 ZM 43.9674,459.8874 ZM 47.1837,472.8027 c -1.9096,-0.0000 -2.9650,-1.7086 -3.1660 -2.9147l -1.1558,0.8041 c -2.3117,1.6081 -3.1660,2.1107 -5.4777 2.1107c -3.5178,-0.0000 -6.0807,-2.0102 -6.0807 -5.7792c 0.0000,-3.8193 3.2665,-6.4325 8.0406 -7.6386l 4.6233,-1.1558 c 0.0000,-5.6787 -2.6132,-6.7340 -4.3218 -6.7340c -1.9096,-0.0000 -4.1208,0.8543 -4.1208 2.4122c 0.0000,0.5528 0.1005,0.8543 0.1508 1.0051c 0.1005,0.2010 0.1508,0.5528 0.1508 0.9046c 0.0000,0.6533 -0.5025,1.6584 -1.9599 1.6584c -1.2061,-0.0000 -2.0102,-0.8041 -2.0102 -2.0102c 0.0000,-2.9147 4.7239,-5.4777 7.9401 -5.4777c 3.6685,-0.0000 7.8898,1.5076 7.8898 8.6437v 7.3873 c 0.0000,3.0655 0.0503,4.3721 1.2061 4.3721c 1.1056,-0.0000 1.4071,-1.4071 1.4574 -2.5127l 1.2563,0.2513 c -0.3015,3.6685 -1.8594,4.6736 -4.4223 4.6736ZM 52.0080,472.1996 ZM 59.4958,469.4357 c 1.0051,1.2061 2.0604,1.6081 3.6183 1.6081c 4.7741,-0.0000 7.1863,-4.4223 7.1863 -10.1513c 0.0000,-5.1259 -2.6132,-8.7944 -5.6787 -8.7944c -0.5528,-0.0000 -3.1660,0.1005 -5.1259 2.1609v 15.1766 ZM 59.4958,469.4357 ZM 55.7268,443.4042 c 0.0000,-2.8645 -0.5025,-3.6685 -1.5076 -3.6685l -1.6081,0.2010 c -0.1508,-0.0000 -0.2513,-0.1005 -0.2513 -0.2513l -0.1005,-1.2563 c 0.8041,-0.0000 2.6132,-0.3015 3.4675 -0.4523c 0.9046,-0.2010 1.6584,-0.4020 2.6635 -0.8543h 1.1056 v 15.5787 c 1.7086,-1.8594 3.7188,-2.7640 6.1310 -2.7640c 4.3721,-0.0000 8.5431,4.1711 8.5431 10.3020c 0.0000,7.9904 -5.6284,12.5132 -10.7543 12.5132c -2.1609,-0.0000 -3.7690,-0.6030 -5.2264 -1.8594c -0.4523,0.6030 -1.1056,1.3569 -1.5579 1.8594l -1.0553,-0.2513 c 0.1508,-1.2061 0.1508,-2.0102 0.1508 -3.9700v -25.1269 ZM 76.0293,472.1996 ZM 95.3268,467.6265 c -2.2112,3.8193 -4.6233,5.1761 -7.6386 5.1761c -6.0305,-0.0000 -9.7995,-4.5731 -9.7995 -11.0558c 0.0000,-7.1360 4.4726,-11.7594 9.9000 -11.7594c 4.8244,-0.0000 7.3873,2.4624 7.3873 5.1259c 0.0000,1.4574 -0.9046,2.2112 -1.9599 2.2112c -1.0553,-0.0000 -2.0604,-0.5528 -2.2112 -1.8091c -0.2010,-1.6584 -0.5025,-3.8193 -3.4675 -3.8193c -3.3167,-0.0000 -5.7792,3.5178 -5.7792 8.9452c 0.0000,5.8797 3.1660,9.9502 7.0355 9.9502c 2.1609,-0.0000 4.0706,-1.4071 5.6284 -3.6685ZM 96.2816,472.1996 ZM 113.0664,467.7270 v -13.0157 c -1.2061,-1.9096 -2.5629,-2.9650 -4.9249 -2.9650c -1.0051,-0.0000 -3.0655,0.1508 -4.6736 2.5127c -0.7036,1.0553 -1.5579,3.2162 -1.5579 6.8345c 0.0000,6.5832 3.4173,9.5985 6.1310 9.5985c 1.6584,-0.0000 3.0152,-1.0051 5.0254 -2.9650ZM 113.0664,467.7270 ZM 116.8354,437.1225 v 29.0467 c 0.0000,1.5076 0.1005,2.3117 0.2010 2.6635c 0.1508,0.4523 0.7036,0.7538 1.1056 0.7538c 0.6030,-0.0000 1.7086,-0.0000 2.4624 -0.1508l 0.2010,1.4071 c -2.9147,0.5025 -5.5279,1.0553 -6.5832 1.9599h -1.2061 l 0.1508,-3.4675 c -1.9096,1.9599 -3.8695,3.4675 -6.4325 3.4675c -5.4274,-0.0000 -8.7442,-4.6233 -8.7442 -10.8046c 0.0000,-3.7188 1.0051,-6.8345 3.1660 -8.9954c 2.0102,-1.9096 4.2213,-3.0152 7.5381 -3.0152c 1.0051,-0.0000 3.2162,0.4523 4.3721 1.1056v -7.6888 c 0.0000,-2.8645 -0.4523,-3.6685 -1.4574 -3.6685l -1.6584,0.2010 c -0.1005,-0.0000 -0.2513,-0.1005 -0.2513 -0.2513l -0.1005,-1.2563 c 0.8041,-0.0000 2.6132,-0.3015 3.4675 -0.4523c 0.9548,-0.2010 1.6584,-0.4020 2.6635 -0.8543h 1.1056 ZM 121.1070,472.1996 ZM 126.8359,458.2793 h 9.2467 c 0.5025,-0.0000 0.7036,-0.2513 0.7036 -0.7036c 0.0000,-4.6736 -2.3619,-5.8797 -4.1711 -5.8797c -1.1558,-0.0000 -4.9249,0.4523 -5.7792 6.5832ZM 126.8359,458.2793 ZM 140.1029,467.5260 l 1.0051,0.8041 c -1.9096,2.6132 -4.8746,4.4726 -8.4929 4.4726c -6.8848,-0.0000 -9.7995,-5.1259 -9.7995 -10.6035c 0.0000,-7.6386 5.0254,-12.2117 9.7995 -12.2117c 6.6335,-0.0000 8.1914,5.1761 8.1914 9.3975c 0.0000,0.5528 -0.3518,0.8543 -0.9046 0.8543h -13.2167 c -0.0503,0.3015 -0.0503,0.6030 -0.0503 1.0051c 0.0000,5.1259 3.5680,9.0959 7.1863 9.0959c 2.7640,-0.0000 4.5228,-0.9046 6.2817 -2.8142ZM 142.6156,472.1996 ZM 147.2389,468.5813 v -16.0310 h -3.4675 c -0.2010,-0.0000 -0.2513,-0.0503 -0.2513 -0.2513v -0.7036 c 0.0000,-0.4020 0.2513,-1.0051 1.1558 -1.0051h 2.5629 v -1.9599 c 0.0000,-7.8396 4.0706,-11.5081 8.2919 -11.5081c 1.9096,-0.0000 3.2162,0.5025 4.4726 1.3569c 1.0051,0.7538 1.4574,1.6081 1.4574 2.4122c 0.0000,1.0553 -0.7538,1.8091 -1.7086 1.8091c -1.0051,-0.0000 -1.6584,-0.5528 -2.0604 -1.4071c -0.6533,-1.6584 -1.6081,-2.4624 -3.1157 -2.4624c -1.6584,-0.0000 -3.5680,1.2061 -3.5680 8.9452v 2.8142 h 5.5279 c 0.2513,-0.0000 0.4020,0.1005 0.4020 0.3015v 1.0051 c 0.0000,0.4523 -0.7036,0.6533 -1.1558 0.6533h -4.7741 v 16.0310 c 0.0000,1.4574 0.5025,2.2112 2.1609 2.2112h 1.6584 c 0.2010,-0.0000 0.4020,0.1508 0.4020 0.4020v 0.9548 l -0.1005,0.1005 c 0.0000,-0.0000 -4.1208,-0.1005 -6.0807 -0.1005c -1.8091,-0.0000 -5.2264,0.1005 -5.2264 0.1005l -0.1005,-0.1005 v -0.9548 c 0.0000,-0.2513 0.1508,-0.4020 0.4020 -0.4020h 0.9548 c 1.7086,-0.0000 2.1609,-0.7538 2.1609 -2.2112ZM 160.9582,472.1996 ZM 176.8384,457.9778 c 0.0000,-4.1711 -1.9599,-6.5832 -4.9751 -6.5832c -2.6132,-0.0000 -4.3721,1.8091 -4.3721 5.7289c 0.0000,2.6132 1.0051,6.7340 5.0254 6.7340c 1.7589,-0.0000 4.3218,-0.8543 4.3218 -5.8797ZM 176.8384,457.9778 ZM 167.4410,472.5514 c -1.5579,1.4574 -1.9096,3.0152 -1.9096 4.7239c 0.0000,3.7690 4.5228,4.8746 6.2315 4.8746c 4.3218,-0.0000 9.7995,-1.5076 9.7995 -5.1259c 0.0000,-1.3066 -0.7036,-2.1609 -2.6635 -3.1157c -1.4071,-0.7036 -3.4675,-1.2563 -5.8797 -1.2563c -0.4020,-0.0000 -0.9548,0.0503 -1.6584 0.1005c -0.7036,0.0503 -1.4574,0.0503 -2.0102 0.0503c -0.8041,-0.0000 -1.2061,-0.1005 -1.9096 -0.2513ZM 167.4410,472.5514 ZM 182.7181,452.7011 c -0.8041,-0.0000 -1.3066,-0.4523 -1.5076 -0.8543c -0.3015,-0.4523 -0.5025,-0.6030 -0.8543 -0.6030c -0.6030,-0.0000 -1.5579,0.7036 -1.9096 1.2061c 1.4071,1.5076 2.0604,2.9650 2.0604 5.3269c 0.0000,4.9249 -4.0203,7.5883 -8.2416 7.5883c -1.8594,-0.0000 -3.3670,-0.3518 -4.5228 -1.0553c -0.5528,0.8543 -0.8543,1.9096 -0.8543 2.9147c 0.0000,2.1609 1.6584,2.7137 3.0655 2.7137c 0.2513,-0.0000 0.8543,-0.0503 1.5579 -0.1005c 1.1558,-0.1508 2.4122,-0.2513 3.2665 -0.2513c 1.7589,-0.0000 5.0756,0.3518 7.0858 2.0604c 1.3569,1.2563 2.1107,2.4624 2.1107 4.0706c 0.0000,5.4274 -7.1360,8.2919 -13.6188 8.2919c -3.6685,-0.0000 -7.7391,-1.3569 -7.7391 -5.7289c 0.0000,-2.1609 1.3569,-4.4726 3.9198 -6.0807c -1.2563,-0.6533 -2.1609,-1.9096 -2.1609 -3.7188c 0.0000,-1.7086 0.7538,-3.8695 2.1107 -5.0756c -1.3569,-1.3569 -2.5127,-3.0655 -2.5127 -5.8294c 0.0000,-4.6233 4.0706,-7.5883 8.3421 -7.5883c 2.8142,-0.0000 4.5731,1.1558 5.1259 1.5579c 1.2563,-1.7086 3.5178,-2.5629 4.7741 -2.5629c 1.3066,-0.0000 2.2112,0.8543 2.2112 1.9096c 0.0000,1.1056 -0.7036,1.8091 -1.7086 1.8091ZM 185.0298,472.1996 ZM 193.2211,437.1225 v 17.0360 c 3.3670,-3.3670 6.3320,-4.1711 8.2919 -4.1711c 3.6183,-0.0000 5.4274,2.7640 5.4274 7.9401v 10.6538 c 0.0000,1.4574 0.5025,2.2112 2.1609 2.2112h 0.9548 c 0.2010,-0.0000 0.4020,0.1508 0.4020 0.4020v 0.9548 l -0.1005,0.1005 c 0.0000,-0.0000 -3.4173,-0.1005 -5.4274 -0.1005c -1.7589,-0.0000 -5.1761,0.1005 -5.1761 0.1005l -0.1005,-0.1005 v -0.9548 c 0.0000,-0.2513 0.1508,-0.4020 0.4020 -0.4020h 0.9548 c 1.7086,-0.0000 2.1609,-0.7538 2.1609 -2.2112v -11.2066 c 0.0000,-4.0706 -1.1056,-5.0254 -3.9198 -5.0254c -1.4574,-0.0000 -3.6183,1.3066 -6.0305 3.6685v 12.5634 c 0.0000,1.4574 0.5025,2.2112 2.1609 2.2112h 0.9548 c 0.2010,-0.0000 0.4020,0.1508 0.4020 0.4020v 0.9548 l -0.1005,0.1005 c 0.0000,-0.0000 -3.4173,-0.1005 -5.3772 -0.1005c -1.8091,-0.0000 -5.1761,0.1005 -5.1761 0.1005l -0.1005,-0.1005 v -0.9548 c 0.0000,-0.2513 0.1005,-0.4020 0.3518 -0.4020h 0.9548 c 1.7086,-0.0000 2.1609,-0.7538 2.1609 -2.2112v -25.1771 c 0.0000,-2.8645 -0.4523,-3.6685 -1.4574 -3.6685l -1.6584,0.2010 c -0.1508,-0.0000 -0.2513,-0.1005 -0.2513 -0.2513l -0.1005,-1.2563 c 0.8041,-0.0000 2.6132,-0.3015 3.4675 -0.4523c 0.9046,-0.2010 1.6584,-0.4020 2.6635 -0.8543h 1.1056 ZM 211.0612,472.1996 ZM 214.9810,443.5047 c 0.0000,-1.3066 1.0553,-2.4122 2.3619 -2.4122c 1.3569,-0.0000 2.4122,1.1056 2.4122 2.4122c 0.0000,1.3569 -1.0553,2.4122 -2.4122 2.4122c -1.3066,-0.0000 -2.3619,-1.0553 -2.3619 -2.4122ZM 214.9810,443.5047 ZM 219.7551,468.5813 c 0.0000,1.4574 0.5528,2.2112 2.1609 2.2112h 0.9548 c 0.2513,-0.0000 0.4523,0.1508 0.4523 0.4020v 0.9548 l -0.1005,0.1005 c 0.0000,-0.0000 -3.4675,-0.1005 -5.4274 -0.1005c -1.7589,-0.0000 -5.1761,0.1005 -5.1761 0.1005l -0.1005,-0.1005 v -0.9548 c 0.0000,-0.2513 0.1508,-0.4020 0.4020 -0.4020h 0.9548 c 1.6584,-0.0000 2.1609,-0.7538 2.1609 -2.2112v -12.5132 c 0.0000,-2.6635 -0.4523,-3.0655 -1.1558 -3.0655c -0.6533,-0.0000 -1.2563,0.0503 -2.1107 0.2513l -0.2513,-1.4071 c 3.2162,-0.5528 3.7690,-0.7538 5.2264 -1.4574c 0.5528,-0.2010 0.9046,-0.4020 1.2563 -0.4020h 0.7538 v 18.5939 ZM 224.3282,472.1996 ZM 229.5546,443.5047 c 0.0000,-1.3066 1.0553,-2.4122 2.4122 -2.4122c 1.3066,-0.0000 2.4122,1.1056 2.4122 2.4122c 0.0000,1.3569 -1.1056,2.4122 -2.4122 2.4122c -1.3569,-0.0000 -2.4122,-1.0553 -2.4122 -2.4122ZM 229.5546,443.5047 ZM 226.8912,481.9488 c 2.2112,-0.0000 3.7188,-3.9700 3.7188 -11.0558v -14.8249 c 0.0000,-2.6635 -0.4523,-3.0655 -1.1056 -3.0655c -0.7036,-0.0000 -1.2563,0.0503 -2.1107 0.2513l -0.2513,-1.4071 c 3.6685,-0.6030 4.7741,-1.2061 5.4274 -1.5579c 0.3518,-0.1508 0.5528,-0.3015 1.0553 -0.3015h 0.7538 v 19.3477 c 0.0000,6.5832 -0.5025,9.3472 -3.2665 12.1614c -1.3569,1.3066 -2.8142,1.9096 -4.0203 1.9096c -2.0604,-0.0000 -4.7239,-1.0553 -4.7239 -2.5629c 0.0000,-1.2563 0.7538,-1.9096 1.6081 -1.9096c 1.2061,-0.0000 1.8594,1.1558 2.1107 2.2112c 0.1508,0.5025 0.4020,0.8041 0.8041 0.8041ZM 238.2485,472.1996 ZM 249.2541,444.9118 c -2.1609,-0.0000 -5.3269,2.1107 -5.3269 13.8198c 0.0000,4.1208 0.7538,12.4127 5.1761 12.4127c 0.8543,-0.0000 3.2665,-0.5528 4.3218 -4.4726c 0.6533,-2.4122 1.0051,-5.4274 1.0051 -9.7995c 0.0000,-6.3822 -1.6081,-9.9502 -3.0655 -11.2066c -0.5528,-0.5025 -1.3066,-0.7538 -2.1107 -0.7538ZM 249.2541,444.9118 ZM 249.0531,472.8027 c -5.3772,-0.0000 -8.9954,-6.8848 -8.9954 -14.5736c 0.0000,-9.3975 4.4726,-15.0761 9.1964 -15.0761c 2.1609,-0.0000 4.3218,1.3569 5.7792 3.3167c 2.1107,2.8142 3.2162,6.5832 3.2162 11.3071c 0.0000,11.1563 -5.5279,15.0259 -9.1964 15.0259ZM 260.2597,472.1996 ZM 269.7074,448.2286 c -0.9548,-0.0000 -3.1660,0.9046 -4.2716 1.4071l -0.6030,-1.5579 c 4.4223,-2.0604 6.1310,-3.1157 8.6437 -4.9249h 0.9548 v 25.2777 c 0.0000,1.8091 0.2513,2.3117 1.9096 2.3117h 2.6132 c 0.1508,-0.0000 0.4020,0.1005 0.4020 0.4020v 1.1056 l -6.8848,-0.1005 l -6.9853,0.1005 v -1.1056 c 0.0503,-0.1508 0.1005,-0.4020 0.4020 -0.4020h 3.0152 c 1.9096,-0.0000 1.9096,-0.8543 1.9096 -2.3117v -17.2873 c 0.0000,-1.7086 0.0000,-2.9147 -1.1056 -2.9147ZM 282.2708,472.1996 ZM 285.1856,449.9372 c 0.0000,-2.8645 2.7640,-6.7843 8.0406 -6.7843c 3.8695,-0.0000 8.3924,1.4574 8.3924 7.2365c 0.0000,3.8193 -1.9599,5.7289 -4.6736 8.3421l -4.7741,4.6233 c -0.2513,0.2513 -3.6183,3.5680 -3.6183 5.9299h 8.5431 c 1.7086,-0.0000 2.6132,-0.8543 3.3167 -3.6183l 1.2563,0.2010 l -1.0051,6.3320 h -15.5284 c 0.0000,-2.8142 0.4523,-4.9751 5.1259 -9.7492l 3.5178,-3.4675 c 2.8142,-2.8645 3.9700,-5.3269 3.9700 -8.3924c 0.0000,-4.5731 -3.1157,-5.8797 -4.8244 -5.8797c -3.4675,-0.0000 -4.4223,1.8091 -4.4223 3.0152c 0.0000,0.4020 0.1005,0.8041 0.2010 1.1558c 0.1005,0.3518 0.2010,0.7036 0.2010 1.1056c 0.0000,1.3066 -1.0051,1.8091 -1.8091 1.8091c -1.1056,-0.0000 -1.9096,-0.8543 -1.9096 -1.8594ZM 304.2820,472.1996 ZM 315.1368,444.7108 c -1.2563,-0.0000 -4.9249,0.7036 -4.9249 3.7690c 0.0000,0.9046 -0.3518,2.4624 -1.7086 2.4624c -1.3066,-0.0000 -1.4071,-1.4574 -1.4071 -1.6081c 0.0000,-1.5579 2.0604,-6.1812 9.0457 -6.1812c 4.8746,-0.0000 6.3320,3.0655 6.3320 5.0756c 0.0000,1.2563 -0.4020,3.7690 -4.9249 6.6335c 2.8142,0.4523 6.5330,2.5127 6.5330 7.7391c 0.0000,6.6335 -5.0254,10.2015 -10.7041 10.2015c -2.8645,-0.0000 -6.8848,-1.2563 -6.8848 -3.1660c 0.0000,-0.7538 0.7538,-1.6081 1.7589 -1.6081c 0.9548,-0.0000 1.4071,0.5025 1.8594 1.1558c 0.5528,0.8543 1.4574,2.0604 3.8695 2.0604c 1.6584,-0.0000 6.3822,-1.6584 6.3822 -7.9904c 0.0000,-5.3772 -3.7690,-6.2315 -6.4827 -6.2315c -0.4523,-0.0000 -1.0051,0.1005 -1.5579 0.2010l -0.2010,-1.5076 c 3.8695,-0.6533 7.0858,-4.4223 7.0858 -6.7340c 0.0000,-2.8645 -2.0102,-4.2716 -4.0706 -4.2716ZM 326.2932,472.1996 ZM 339.2586,454.3595 c 0.0000,-0.3518 0.0503,-0.7538 0.5025 -1.0051c 0.5528,-0.4020 1.4574,-0.8543 2.2112 -0.8543c 0.6533,-0.0000 0.7036,0.5528 0.7036 1.5579v 8.0909 h 4.0706 l -0.3015,2.3619 h -3.7690 v 4.1711 c 0.0000,1.4071 0.2010,2.1107 1.6584 2.1107h 1.3569 c 0.3015,-0.0000 0.3518,0.2513 0.3518 0.3518v 1.1056 c 0.0000,-0.0000 -3.2162,-0.1005 -5.3269 -0.1005c -1.9096,-0.0000 -4.8746,0.1005 -4.8746 0.1005v -1.1056 c 0.0000,-0.1005 0.0503,-0.3518 0.3518 -0.3518h 1.3569 c 1.5579,-0.0000 1.7086,-0.6533 1.7086 -2.1107v -4.1711 h -9.8497 c -0.2010,-0.0000 -0.3015,-0.1005 -0.4523 -0.3015l -0.4020,-0.5528 l -0.6030,-1.0553 c -0.0503,-0.0000 -0.0503,-0.0503 -0.0503 -0.1005c 0.0000,-0.0503 0.0503,-0.1005 0.1005 -0.1508c 3.2665,-3.6183 9.0457,-14.8249 10.8548 -18.9457c 0.0503,-0.2010 0.1508,-0.2513 0.3518 -0.2513c 0.0503,-0.0000 1.1558,0.4523 1.7589 0.5528c -2.2614,6.0807 -5.9802,12.6137 -9.6487 18.4431h 7.9401 v -7.7893 ZM 348.3043,472.1996 ZM 363.8327,463.7067 c 0.0000,-5.1761 -2.8142,-7.7391 -5.9299 -7.7391c -2.3117,-0.0000 -4.0706,0.3518 -6.0305 1.1558l 1.6081,-13.7193 c 1.6584,0.1508 3.3670,0.2010 5.1259 0.2010c 2.5127,-0.0000 5.1259,-0.1508 7.8396 -0.4523l 0.3015,0.1508 l -0.7538,3.2665 c -1.9599,0.2010 -3.5680,0.2513 -4.9751 0.2513c -2.2614,-0.0000 -3.9700,-0.2010 -5.7289 -0.4020l -0.9548,7.9401 c 1.0553,-0.4020 2.8645,-0.7538 4.8244 -0.7538c 5.3269,-0.0000 8.2919,4.6233 8.2919 9.2467c 0.0000,5.6284 -3.9198,9.9502 -9.5985 9.9502c -2.8645,-0.0000 -7.0355,-1.6081 -7.0355 -3.5680c 0.0000,-0.9548 0.8041,-1.6081 1.7086 -1.6081c 1.0051,-0.0000 1.6584,0.7538 2.2614 1.5579c 0.7538,0.9046 1.5579,1.9096 3.1660 1.9096c 3.2162,-0.0000 5.8797,-3.0152 5.8797 -7.3873Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 370.6564,457.0481 c 0.0000,-0.1883 -0.1527,-0.3410 -0.3410 -0.3410c -0.1883,-0.0000 -0.3410,0.1527 -0.3410 0.3410c -0.0000,0.1883 0.1527,0.3410 0.3410 0.3410c 0.1883,0.0000 0.3410,-0.1527 0.3410 -0.3410Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="46.666666666666664px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,370.3155,399.9269)" stroke="none" text-anchor="end">abcdefghij012345+    </text>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,255)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 370.4973,411.5935 c 0.0000,-0.1004 -0.0814,-0.1818 -0.1818 -0.1818c -0.1004,-0.0000 -0.1818,0.0814 -0.1818 0.1818c -0.0000,0.1004 0.0814,0.1818 0.1818 0.1818c 0.1004,0.0000 0.1818,-0.0814 0.1818 -0.1818Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 29.3436,411.5935 ZM 43.9674,399.2814 l -3.9700,1.0051 c -4.4223,1.3569 -5.0756,3.6685 -5.0756 5.9299c 0.0000,1.5579 0.7538,3.9198 3.9198 3.9198c 1.5076,-0.0000 3.8193,-1.4574 5.1259 -2.5629v -8.2919 ZM 43.9674,399.2814 ZM 47.1837,412.1966 c -1.9096,-0.0000 -2.9650,-1.7086 -3.1660 -2.9147l -1.1558,0.8041 c -2.3117,1.6081 -3.1660,2.1107 -5.4777 2.1107c -3.5178,-0.0000 -6.0807,-2.0102 -6.0807 -5.7792c 0.0000,-3.8193 3.2665,-6.4325 8.0406 -7.6386l 4.6233,-1.1558 c 0.0000,-5.6787 -2.6132,-6.7340 -4.3218 -6.7340c -1.9096,-0.0000 -4.1208,0.8543 -4.1208 2.4122c 0.0000,0.5528 0.1005,0.8543 0.1508 1.0051c 0.1005,0.2010 0.1508,0.5528 0.1508 0.9046c 0.0000,0.6533 -0.5025,1.6584 -1.9599 1.6584c -1.2061,-0.0000 -2.0102,-0.8041 -2.0102 -2.0102c 0.0000,-2.9147 4.7239,-5.4777 7.9401 -5.4777c 3.6685,-0.0000 7.8898,1.5076 7.8898 8.6437v 7.3873 c 0.0000,3.0655 0.0503,4.3721 1.2061 4.3721c 1.1056,-0.0000 1.4071,-1.4071 1.4574 -2.5127l 1.2563,0.2513 c -0.3015,3.6685 -1.8594,4.6736 -4.4223 4.6736ZM 52.0080,411.5935 ZM 59.4958,408.8296 c 1.0051,1.2061 2.0604,1.6081 3.6183 1.6081c 4.7741,-0.0000 7.1863,-4.4223 7.1863 -10.1513c 0.0000,-5.1259 -2.6132,-8.7944 -5.6787 -8.7944c -0.5528,-0.0000 -3.1660,0.1005 -5.1259 2.1609v 15.1766 ZM 59.4958,408.8296 ZM 55.7268,382.7981 c 0.0000,-2.8645 -0.5025,-3.6685 -1.5076 -3.6685l -1.6081,0.2010 c -0.1508,-0.0000 -0.2513,-0.1005 -0.2513 -0.2513l -0.1005,-1.2563 c 0.8041,-0.0000 2.6132,-0.3015 3.4675 -0.4523c 0.9046,-0.2010 1.6584,-0.4020 2.6635 -0.8543h 1.1056 v 15.5787 c 1.7086,-1.8594 3.7188,-2.7640 6.1310 -2.7640c 4.3721,-0.0000 8.5431,4.1711 8.5431 10.3020c 0.0000,7.9904 -5.6284,12.5132 -10.7543 12.5132c -2.1609,-0.0000 -3.7690,-0.6030 -5.2264 -1.8594c -0.4523,0.6030 -1.1056,1.3569 -1.5579 1.8594l -1.0553,-0.2513 c 0.1508,-1.2061 0.1508,-2.0102 0.1508 -3.9700v -25.1269 ZM 76.0293,411.5935 ZM 95.3268,407.0205 c -2.2112,3.8193 -4.6233,5.1761 -7.6386 5.1761c -6.0305,-0.0000 -9.7995,-4.5731 -9.7995 -11.0558c 0.0000,-7.1360 4.4726,-11.7594 9.9000 -11.7594c 4.8244,-0.0000 7.3873,2.4624 7.3873 5.1259c 0.0000,1.4574 -0.9046,2.2112 -1.9599 2.2112c -1.0553,-0.0000 -2.0604,-0.5528 -2.2112 -1.8091c -0.2010,-1.6584 -0.5025,-3.8193 -3.4675 -3.8193c -3.3167,-0.0000 -5.7792,3.5178 -5.7792 8.9452c 0.0000,5.8797 3.1660,9.9502 7.0355 9.9502c 2.1609,-0.0000 4.0706,-1.4071 5.6284 -3.6685ZM 96.2816,411.5935 ZM 113.0664,407.1210 v -13.0157 c -1.2061,-1.9096 -2.5629,-2.9650 -4.9249 -2.9650c -1.0051,-0.0000 -3.0655,0.1508 -4.6736 2.5127c -0.7036,1.0553 -1.5579,3.2162 -1.5579 6.8345c 0.0000,6.5832 3.4173,9.5985 6.1310 9.5985c 1.6584,-0.0000 3.0152,-1.0051 5.0254 -2.9650ZM 113.0664,407.1210 ZM 116.8354,376.5164 v 29.0467 c 0.0000,1.5076 0.1005,2.3117 0.2010 2.6635c 0.1508,0.4523 0.7036,0.7538 1.1056 0.7538c 0.6030,-0.0000 1.7086,-0.0000 2.4624 -0.1508l 0.2010,1.4071 c -2.9147,0.5025 -5.5279,1.0553 -6.5832 1.9599h -1.2061 l 0.1508,-3.4675 c -1.9096,1.9599 -3.8695,3.4675 -6.4325 3.4675c -5.4274,-0.0000 -8.7442,-4.6233 -8.7442 -10.8046c 0.0000,-3.7188 1.0051,-6.8345 3.1660 -8.9954c 2.0102,-1.9096 4.2213,-3.0152 7.5381 -3.0152c 1.0051,-0.0000 3.2162,0.4523 4.3721 1.1056v -7.6888 c 0.0000,-2.8645 -0.4523,-3.6685 -1.4574 -3.6685l -1.6584,0.2010 c -0.1005,-0.0000 -0.2513,-0.1005 -0.2513 -0.2513l -0.1005,-1.2563 c 0.8041,-0.0000 2.6132,-0.3015 3.4675 -0.4523c 0.9548,-0.2010 1.6584,-0.4020 2.6635 -0.8543h 1.1056 ZM 121.1070,411.5935 ZM 126.8359,397.6732 h 9.2467 c 0.5025,-0.0000 0.7036,-0.2513 0.7036 -0.7036c 0.0000,-4.6736 -2.3619,-5.8797 -4.1711 -5.8797c -1.1558,-0.0000 -4.9249,0.4523 -5.7792 6.5832ZM 126.8359,397.6732 ZM 140.1029,406.9199 l 1.0051,0.8041 c -1.9096,2.6132 -4.8746,4.4726 -8.4929 4.4726c -6.8848,-0.0000 -9.7995,-5.1259 -9.7995 -10.6035c 0.0000,-7.6386 5.0254,-12.2117 9.7995 -12.2117c 6.6335,-0.0000 8.1914,5.1761 8.1914 9.3975c 0.0000,0.5528 -0.3518,0.8543 -0.9046 0.8543h -13.2167 c -0.0503,0.3015 -0.0503,0.6030 -0.0503 1.0051c 0.0000,5.1259 3.5680,9.0959 7.1863 9.0959c 2.7640,-0.0000 4.5228,-0.9046 6.2817 -2.8142ZM 142.6156,411.5935 ZM 147.2389,407.9753 v -16.0310 h -3.4675 c -0.2010,-0.0000 -0.2513,-0.0503 -0.2513 -0.2513v -0.7036 c 0.0000,-0.4020 0.2513,-1.0051 1.1558 -1.0051h 2.5629 v -1.9599 c 0.0000,-7.8396 4.0706,-11.5081 8.2919 -11.5081c 1.9096,-0.0000 3.2162,0.5025 4.4726 1.3569c 1.0051,0.7538 1.4574,1.6081 1.4574 2.4122c 0.0000,1.0553 -0.7538,1.8091 -1.7086 1.8091c -1.0051,-0.0000 -1.6584,-0.5528 -2.0604 -1.4071c -0.6533,-1.6584 -1.6081,-2.4624 -3.1157 -2.4624c -1.6584,-0.0000 -3.5680,1.2061 -3.5680 8.9452v 2.8142 h 5.5279 c 0.2513,-0.0000 0.4020,0.1005 0.4020 0.3015v 1.0051 c 0.0000,0.4523 -0.7036,0.6533 -1.1558 0.6533h -4.7741 v 16.0310 c 0.0000,1.4574 0.5025,2.2112 2.1609 2.2112h 1.6584 c 0.2010,-0.0000 0.4020,0.1508 0.4020 0.4020v 0.9548 l -0.1005,0.1005 c 0.0000,-0.0000 -4.1208,-0.1005 -6.0807 -0.1005c -1.8091,-0.0000 -5.2264,0.1005 -5.2264 0.1005l -0.1005,-0.1005 v -0.9548 c 0.0000,-0.2513 0.1508,-0.4020 0.4020 -0.4020h 0.9548 c 1.7086,-0.0000 2.1609,-0.7538 2.1609 -2.2112ZM 160.9582,411.5935 ZM 176.8384,397.3717 c 0.0000,-4.1711 -1.9599,-6.5832 -4.9751 -6.5832c -2.6132,-0.0000 -4.3721,1.8091 -4.3721 5.7289c 0.0000,2.6132 1.0051,6.7340 5.0254 6.7340c 1.7589,-0.0000 4.3218,-0.8543 4.3218 -5.8797ZM 176.8384,397.3717 ZM 167.4410,411.9453 c -1.5579,1.4574 -1.9096,3.0152 -1.9096 4.7239c 0.0000,3.7690 4.5228,4.8746 6.2315 4.8746c 4.3218,-0.0000 9.7995,-1.5076 9.7995 -5.1259c 0.0000,-1.3066 -0.7036,-2.1609 -2.6635 -3.1157c -1.4071,-0.7036 -3.4675,-1.2563 -5.8797 -1.2563c -0.4020,-0.0000 -0.9548,0.0503 -1.6584 0.1005c -0.7036,0.0503 -1.4574,0.0503 -2.0102 0.0503c -0.8041,-0.0000 -1.2061,-0.1005 -1.9096 -0.2513ZM 167.4410,411.9453 ZM 182.7181,392.0951 c -0.8041,-0.0000 -1.3066,-0.4523 -1.5076 -0.8543c -0.3015,-0.4523 -0.5025,-0.6030 -0.8543 -0.6030c -0.6030,-0.0000 -1.5579,0.7036 -1.9096 1.2061c 1.4071,1.5076 2.0604,2.9650 2.0604 5.3269c 0.0000,4.9249 -4.0203,7.5883 -8.2416 7.5883c -1.8594,-0.0000 -3.3670,-0.3518 -4.5228 -1.0553c -0.5528,0.8543 -0.8543,1.9096 -0.8543 2.9147c 0.0000,2.1609 1.6584,2.7137 3.0655 2.7137c 0.2513,-0.0000 0.8543,-0.0503 1.5579 -0.1005c 1.1558,-0.1508 2.4122,-0.2513 3.2665 -0.2513c 1.7589,-0.0000 5.0756,0.3518 7.0858 2.0604c 1.3569,1.2563 2.1107,2.4624 2.1107 4.0706c 0.0000,5.4274 -7.1360,8.2919 -13.6188 8.2919c -3.6685,-0.0000 -7.7391,-1.3569 -7.7391 -5.7289c 0.0000,-2.1609 1.3569,-4.4726 3.9198 -6.0807c -1.2563,-0.6533 -2.1609,-1.9096 -2.1609 -3.7188c 0.0000,-1.7086 0.7538,-3.8695 2.1107 -5.0756c -1.3569,-1.3569 -2.5127,-3.0655 -2.5127 -5.8294c 0.0000,-4.6233 4.0706,-7.5883 8.3421 -7.5883c 2.8142,-0.0000 4.5731,1.1558 5.1259 1.5579c 1.2563,-1.7086 3.5178,-2.5629 4.7741 -2.5629c 1.3066,-0.0000 2.2112,0.8543 2.2112 1.9096c 0.0000,1.1056 -0.7036,1.8091 -1.7086 1.8091ZM 185.0298,411.5935 ZM 193.2211,376.5164 v 17.0360 c 3.3670,-3.3670 6.3320,-4.1711 8.2919 -4.1711c 3.6183,-0.0000 5.4274,2.7640 5.4274 7.9401v 10.6538 c 0.0000,1.4574 0.5025,2.2112 2.1609 2.2112h 0.9548 c 0.2010,-0.0000 0.4020,0.1508 0.4020 0.4020v 0.9548 l -0.1005,0.1005 c 0.0000,-0.0000 -3.4173,-0.1005 -5.4274 -0.1005c -1.7589,-0.0000 -5.1761,0.1005 -5.1761 0.1005l -0.1005,-0.1005 v -0.9548 c 0.0000,-0.2513 0.1508,-0.4020 0.4020 -0.4020h 0.9548 c 1.7086,-0.0000 2.1609,-0.7538 2.1609 -2.2112v -11.2066 c 0.0000,-4.0706 -1.1056,-5.0254 -3.9198 -5.0254c -1.4574,-0.0000 -3.6183,1.3066 -6.0305 3.6685v 12.5634 c 0.0000,1.4574 0.5025,2.2112 2.1609 2.2112h 0.9548 c 0.2010,-0.0000 0.4020,0.1508 0.4020 0.4020v 0.9548 l -0.1005,0.1005 c 0.0000,-0.0000 -3.4173,-0.1005 -5.3772 -0.1005c -1.8091,-0.0000 -5.1761,0.1005 -5.1761 0.1005l -0.1005,-0.1005 v -0.9548 c 0.0000,-0.2513 0.1005,-0.4020 0.3518 -0.4020h 0.9548 c 1.7086,-0.0000 2.1609,-0.7538 2.1609 -2.2112v -25.1771 c 0.0000,-2.8645 -0.4523,-3.6685 -1.4574 -3.6685l -1.6584,0.2010 c -0.1508,-0.0000 -0.2513,-0.1005 -0.2513 -0.2513l -0.1005,-1.2563 c 0.8041,-0.0000 2.6132,-0.3015 3.4675 -0.4523c 0.9046,-0.2010 1.6584,-0.4020 2.6635 -0.8543h 1.1056 ZM 211.0612,411.5935 ZM 214.9810,382.8986 c 0.0000,-1.3066 1.0553,-2.4122 2.3619 -2.4122c 1.3569,-0.0000 2.4122,1.1056 2.4122 2.4122c 0.0000,1.3569 -1.0553,2.4122 -2.4122 2.4122c -1.3066,-0.0000 -2.3619,-1.0553 -2.3619 -2.4122ZM 214.9810,382.8986 ZM 219.7551,407.9753 c 0.0000,1.4574 0.5528,2.2112 2.1609 2.2112h 0.9548 c 0.2513,-0.0000 0.4523,0.1508 0.4523 0.4020v 0.9548 l -0.1005,0.1005 c 0.0000,-0.0000 -3.4675,-0.1005 -5.4274 -0.1005c -1.7589,-0.0000 -5.1761,0.1005 -5.1761 0.1005l -0.1005,-0.1005 v -0.9548 c 0.0000,-0.2513 0.1508,-0.4020 0.4020 -0.4020h 0.9548 c 1.6584,-0.0000 2.1609,-0.7538 2.1609 -2.2112v -12.5132 c 0.0000,-2.6635 -0.4523,-3.0655 -1.1558 -3.0655c -0.6533,-0.0000 -1.2563,0.0503 -2.1107 0.2513l -0.2513,-1.4071 c 3.2162,-0.5528 3.7690,-0.7538 5.2264 -1.4574c 0.5528,-0.2010 0.9046,-0.4020 1.2563 -0.4020h 0.7538 v 18.5939 ZM 224.3282,411.5935 ZM 229.5546,382.8986 c 0.0000,-1.3066 1.0553,-2.4122 2.4122 -2.4122c 1.3066,-0.0000 2.4122,1.1056 2.4122 2.4122c 0.0000,1.3569 -1.1056,2.4122 -2.4122 2.4122c -1.3569,-0.0000 -2.4122,-1.0553 -2.4122 -2.4122ZM 229.5546,382.8986 ZM 226.8912,421.3428 c 2.2112,-0.0000 3.7188,-3.9700 3.7188 -11.0558v -14.8249 c 0.0000,-2.6635 -0.4523,-3.0655 -1.1056 -3.0655c -0.7036,-0.0000 -1.2563,0.0503 -2.1107 0.2513l -0.2513,-1.4071 c 3.6685,-0.6030 4.7741,-1.2061 5.4274 -1.5579c 0.3518,-0.1508 0.5528,-0.3015 1.0553 -0.3015h 0.7538 v 19.3477 c 0.0000,6.5832 -0.5025,9.3472 -3.2665 12.1614c -1.3569,1.3066 -2.8142,1.9096 -4.0203 1.9096c -2.0604,-0.0000 -4.7239,-1.0553 -4.7239 -2.5629c 0.0000,-1.2563 0.7538,-1.9096 1.6081 -1.9096c 1.2061,-0.0000 1.8594,1.1558 2.1107 2.2112c 0.1508,0.5025 0.4020,0.8041 0.8041 0.8041ZM 238.2485,411.5935 ZM 249.2541,384.3057 c -2.1609,-0.0000 -5.3269,2.1107 -5.3269 13.8198c 0.0000,4.1208 0.7538,12.4127 5.1761 12.4127c 0.8543,-0.0000 3.2665,-0.5528 4.3218 -4.4726c 0.6533,-2.4122 1.0051,-5.4274 1.0051 -9.7995c 0.0000,-6.3822 -1.6081,-9.9502 -3.0655 -11.2066c -0.5528,-0.5025 -1.3066,-0.7538 -2.1107 -0.7538ZM 249.2541,384.3057 ZM 249.0531,412.1966 c -5.3772,-0.0000 -8.9954,-6.8848 -8.9954 -14.5736c 0.0000,-9.3975 4.4726,-15.0761 9.1964 -15.0761c 2.1609,-0.0000 4.3218,1.3569 5.7792 3.3167c 2.1107,2.8142 3.2162,6.5832 3.2162 11.3071c 0.0000,11.1563 -5.5279,15.0259 -9.1964 15.0259ZM 260.2597,411.5935 ZM 269.7074,387.6225 c -0.9548,-0.0000 -3.1660,0.9046 -4.2716 1.4071l -0.6030,-1.5579 c 4.4223,-2.0604 6.1310,-3.1157 8.6437 -4.9249h 0.9548 v 25.2777 c 0.0000,1.8091 0.2513,2.3117 1.9096 2.3117h 2.6132 c 0.1508,-0.0000 0.4020,0.1005 0.4020 0.4020v 1.1056 l -6.8848,-0.1005 l -6.9853,0.1005 v -1.1056 c 0.0503,-0.1508 0.1005,-0.4020 0.4020 -0.4020h 3.0152 c 1.9096,-0.0000 1.9096,-0.8543 1.9096 -2.3117v -17.2873 c 0.0000,-1.7086 0.0000,-2.9147 -1.1056 -2.9147ZM 282.2708,411.5935 ZM 285.1856,389.3311 c 0.0000,-2.8645 2.7640,-6.7843 8.0406 -6.7843c 3.8695,-0.0000 8.3924,1.4574 8.3924 7.2365c 0.0000,3.8193 -1.9599,5.7289 -4.6736 8.3421l -4.7741,4.6233 c -0.2513,0.2513 -3.6183,3.5680 -3.6183 5.9299h 8.5431 c 1.7086,-0.0000 2.6132,-0.8543 3.3167 -3.6183l 1.2563,0.2010 l -1.0051,6.3320 h -15.5284 c 0.0000,-2.8142 0.4523,-4.9751 5.1259 -9.7492l 3.5178,-3.4675 c 2.8142,-2.8645 3.9700,-5.3269 3.9700 -8.3924c 0.0000,-4.5731 -3.1157,-5.8797 -4.8244 -5.8797c -3.4675,-0.0000 -4.4223,1.8091 -4.4223 3.0152c 0.0000,0.4020 0.1005,0.8041 0.2010 1.1558c 0.1005,0.3518 0.2010,0.7036 0.2010 1.1056c 0.0000,1.3066 -1.0051,1.8091 -1.8091 1.8091c -1.1056,-0.0000 -1.9096,-0.8543 -1.9096 -1.8594ZM 304.2820,411.5935 ZM 315.1368,384.1047 c -1.2563,-0.0000 -4.9249,0.7036 -4.9249 3.7690c 0.0000,0.9046 -0.3518,2.4624 -1.7086 2.4624c -1.3066,-0.0000 -1.4071,-1.4574 -1.4071 -1.6081c 0.0000,-1.5579 2.0604,-6.1812 9.0457 -6.1812c 4.8746,-0.0000 6.3320,3.0655 6.3320 5.0756c 0.0000,1.2563 -0.4020,3.7690 -4.9249 6.6335c 2.8142,0.4523 6.5330,2.5127 6.5330 7.7391c 0.0000,6.6335 -5.0254,10.2015 -10.7041 10.2015c -2.8645,-0.0000 -6.8848,-1.2563 -6.8848 -3.1660c 0.0000,-0.7538 0.7538,-1.6081 1.7589 -1.6081c 0.9548,-0.0000 1.4071,0.5025 1.8594 1.1558c 0.5528,0.8543 1.4574,2.0604 3.8695 2.0604c 1.6584,-0.0000 6.3822,-1.6584 6.3822 -7.9904c 0.0000,-5.3772 -3.7690,-6.2315 -6.4827 -6.2315c -0.4523,-0.0000 -1.0051,0.1005 -1.5579 0.2010l -0.2010,-1.5076 c 3.8695,-0.6533 7.0858,-4.4223 7.0858 -6.7340c 0.0000,-2.8645 -2.0102,-4.2716 -4.0706 -4.2716ZM 326.2932,411.5935 ZM 339.2586,393.7535 c 0.0000,-0.3518 0.0503,-0.7538 0.5025 -1.0051c 0.5528,-0.4020 1.4574,-0.8543 2.2112 -0.8543c 0.6533,-0.0000 0.7036,0.5528 0.7036 1.5579v 8.0909 h 4.0706 l -0.3015,2.3619 h -3.7690 v 4.1711 c 0.0000,1.4071 0.2010,2.1107 1.6584 2.1107h 1.3569 c 0.3015,-0.0000 0.3518,0.2513 0.3518 0.3518v 1.1056 c 0.0000,-0.0000 -3.2162,-0.1005 -5.3269 -0.1005c -1.9096,-0.0000 -4.8746,0.1005 -4.8746 0.1005v -1.1056 c 0.0000,-0.1005 0.0503,-0.3518 0.3518 -0.3518h 1.3569 c 1.5579,-0.0000 1.7086,-0.6533 1.7086 -2.1107v -4.1711 h -9.8497 c -0.2010,-0.0000 -0.3015,-0.1005 -0.4523 -0.3015l -0.4020,-0.5528 l -0.6030,-1.0553 c -0.0503,-0.0000 -0.0503,-0.0503 -0.0503 -0.1005c 0.0000,-0.0503 0.0503,-0.1005 0.1005 -0.1508c 3.2665,-3.6183 9.0457,-14.8249 10.8548 -18.9457c 0.0503,-0.2010 0.1508,-0.2513 0.3518 -0.2513c 0.0503,-0.0000 1.1558,0.4523 1.7589 0.5528c -2.2614,6.0807 -5.9802,12.6137 -9.6487 18.4431h 7.9401 v -7.7893 ZM 348.3043,411.5935 ZM 363.8327,403.1007 c 0.0000,-5.1761 -2.8142,-7.7391 -5.9299 -7.7391c -2.3117,-0.0000 -4.0706,0.3518 -6.0305 1.1558l 1.6081,-13.7193 c 1.6584,0.1508 3.3670,0.2010 5.1259 0.2010c 2.5127,-0.0000 5.1259,-0.1508 7.8396 -0.4523l 0.3015,0.1508 l -0.7538,3.2665 c -1.9599,0.2010 -3.5680,0.2513 -4.9751 0.2513c -2.2614,-0.0000 -3.9700,-0.2010 -5.7289 -0.4020l -0.9548,7.9401 c 1.0553,-0.4020 2.8645,-0.7538 4.8244 -0.7538c 5.3269,-0.0000 8.2919,4.6233 8.2919 9.2467c 0.0000,5.6284 -3.9198,9.9502 -9.5985 9.9502c -2.8645,-0.0000 -7.0355,-1.6081 -7.0355 -3.5680c 0.0000,-0.9548 0.8041,-1.6081 1.7086 -1.6081c 1.0051,-0.0000 1.6584,0.7538 2.2614 1.5579c 0.7538,0.9046 1.5579,1.9096 3.1660 1.9096c 3.2162,-0.0000 5.8797,-3.0152 5.8797 -7.3873Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 370.6564,411.5935 c 0.0000,-0.1883 -0.1527,-0.3410 -0.3410 -0.3410c -0.1883,-0.0000 -0.3410,0.1527 -0.3410 0.3410c -0.0000,0.1883 0.1527,0.3410 0.3410 0.3410c 0.1883,0.0000 0.3410,-0.1527 0.3410 -0.3410Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="46.666666666666664px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <text dominant-baseline="text-before-edge" transform="matrix(1.0000,-0.0000,0.0000,1.0000,200.0000,309.0178)" stroke="none" text-anchor="middle">abcdefghij012345+    </text>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,255)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 200.1818,320.6845 c 0.0000,-0.1004 -0.0814,-0.1818 -0.1818 -0.1818c -0.1004,-0.0000 -0.1818,0.0814 -0.1818 0.1818c -0.0000,0.1004 0.0814,0.1818 0.1818 0.1818c 0.1004,0.0000 0.1818,-0.0814 0.1818 -0.1818Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 29.5140,350.9875 ZM 44.1379,338.6753 l -3.9700,1.0051 c -4.4223,1.3569 -5.0756,3.6685 -5.0756 5.9299c 0.0000,1.5579 0.7538,3.9198 3.9198 3.9198c 1.5076,-0.0000 3.8193,-1.4574 5.1259 -2.5629v -8.2919 ZM 44.1379,338.6753 ZM 47.3541,351.5905 c -1.9096,-0.0000 -2.9650,-1.7086 -3.1660 -2.9147l -1.1558,0.8041 c -2.3117,1.6081 -3.1660,2.1107 -5.4777 2.1107c -3.5178,-0.0000 -6.0807,-2.0102 -6.0807 -5.7792c 0.0000,-3.8193 3.2665,-6.4325 8.0406 -7.6386l 4.6233,-1.1558 c 0.0000,-5.6787 -2.6132,-6.7340 -4.3218 -6.7340c -1.9096,-0.0000 -4.1208,0.8543 -4.1208 2.4122c 0.0000,0.5528 0.1005,0.8543 0.1508 1.0051c 0.1005,0.2010 0.1508,0.5528 0.1508 0.9046c 0.0000,0.6533 -0.5025,1.6584 -1.9599 1.6584c -1.2061,-0.0000 -2.0102,-0.8041 -2.0102 -2.0102c 0.0000,-2.9147 4.7239,-5.4777 7.9401 -5.4777c 3.6685,-0.0000 7.8898,1.5076 7.8898 8.6437v 7.3873 c 0.0000,3.0655 0.0503,4.3721 1.2061 4.3721c 1.1056,-0.0000 1.4071,-1.4071 1.4574 -2.5127l 1.2563,0.2513 c -0.3015,3.6685 -1.8594,4.6736 -4.4223 4.6736ZM 52.1785,350.9875 ZM 59.6663,348.2235 c 1.0051,1.2061 2.0604,1.6081 3.6183 1.6081c 4.7741,-0.0000 7.1863,-4.4223 7.1863 -10.1513c 0.0000,-5.1259 -2.6132,-8.7944 -5.6787 -8.7944c -0.5528,-0.0000 -3.1660,0.1005 -5.1259 2.1609v 15.1766 ZM 59.6663,348.2235 ZM 55.8973,322.1921 c 0.0000,-2.8645 -0.5025,-3.6685 -1.5076 -3.6685l -1.6081,0.2010 c -0.1508,-0.0000 -0.2513,-0.1005 -0.2513 -0.2513l -0.1005,-1.2563 c 0.8041,-0.0000 2.6132,-0.3015 3.4675 -0.4523c 0.9046,-0.2010 1.6584,-0.4020 2.6635 -0.8543h 1.1056 v 15.5787 c 1.7086,-1.8594 3.7188,-2.7640 6.1310 -2.7640c 4.3721,-0.0000 8.5431,4.1711 8.5431 10.3020c 0.0000,7.9904 -5.6284,12.5132 -10.7543 12.5132c -2.1609,-0.0000 -3.7690,-0.6030 -5.2264 -1.8594c -0.4523,0.6030 -1.1056,1.3569 -1.5579 1.8594l -1.0553,-0.2513 c 0.1508,-1.2061 0.1508,-2.0102 0.1508 -3.9700v -25.1269 ZM 76.1998,350.9875 ZM 95.4973,346.4144 c -2.2112,3.8193 -4.6233,5.1761 -7.6386 5.1761c -6.0305,-0.0000 -9.7995,-4.5731 -9.7995 -11.0558c 0.0000,-7.1360 4.4726,-11.7594 9.9000 -11.7594c 4.8244,-0.0000 7.3873,2.4624 7.3873 5.1259c 0.0000,1.4574 -0.9046,2.2112 -1.9599 2.2112c -1.0553,-0.0000 -2.0604,-0.5528 -2.2112 -1.8091c -0.2010,-1.6584 -0.5025,-3.8193 -3.4675 -3.8193c -3.3167,-0.0000 -5.7792,3.5178 -5.7792 8.9452c 0.0000,5.8797 3.1660,9.9502 7.0355 9.9502c 2.1609,-0.0000 4.0706,-1.4071 5.6284 -3.6685ZM 96.4521,350.9875 ZM 113.2368,346.5149 v -13.0157 c -1.2061,-1.9096 -2.5629,-2.9650 -4.9249 -2.9650c -1.0051,-0.0000 -3.0655,0.1508 -4.6736 2.5127c -0.7036,1.0553 -1.5579,3.2162 -1.5579 6.8345c 0.0000,6.5832 3.4173,9.5985 6.1310 9.5985c 1.6584,-0.0000 3.0152,-1.0051 5.0254 -2.9650ZM 113.2368,346.5149 ZM 117.0059,315.9103 v 29.0467 c 0.0000,1.5076 0.1005,2.3117 0.2010 2.6635c 0.1508,0.4523 0.7036,0.7538 1.1056 0.7538c 0.6030,-0.0000 1.7086,-0.0000 2.4624 -0.1508l 0.2010,1.4071 c -2.9147,0.5025 -5.5279,1.0553 -6.5832 1.9599h -1.2061 l 0.1508,-3.4675 c -1.9096,1.9599 -3.8695,3.4675 -6.4325 3.4675c -5.4274,-0.0000 -8.7442,-4.6233 -8.7442 -10.8046c 0.0000,-3.7188 1.0051,-6.8345 3.1660 -8.9954c 2.0102,-1.9096 4.2213,-3.0152 7.5381 -3.0152c 1.0051,-0.0000 3.2162,0.4523 4.3721 1.1056v -7.6888 c 0.0000,-2.8645 -0.4523,-3.6685 -1.4574 -3.6685l -1.6584,0.2010 c -0.1005,-0.0000 -0.2513,-0.1005 -0.2513 -0.2513l -0.1005,-1.2563 c 0.8041,-0.0000 2.6132,-0.3015 3.4675 -0.4523c 0.9548,-0.2010 1.6584,-0.4020 2.6635 -0.8543h 1.1056 ZM 121.2775,350.9875 ZM 127.0064,337.0672 h 9.2467 c 0.5025,-0.0000 0.7036,-0.2513 0.7036 -0.7036c 0.0000,-4.6736 -2.3619,-5.8797 -4.1711 -5.8797c -1.1558,-0.0000 -4.9249,0.4523 -5.7792 6.5832ZM 127.0064,337.0672 ZM 140.2734,346.3139 l 1.0051,0.8041 c -1.9096,2.6132 -4.8746,4.4726 -8.4929 4.4726c -6.8848,-0.0000 -9.7995,-5.1259 -9.7995 -10.6035c 0.0000,-7.6386 5.0254,-12.2117 9.7995 -12.2117c 6.6335,-0.0000 8.1914,5.1761 8.1914 9.3975c 0.0000,0.5528 -0.3518,0.8543 -0.9046 0.8543h -13.2167 c -0.0503,0.3015 -0.0503,0.6030 -0.0503 1.0051c 0.0000,5.1259 3.5680,9.0959 7.1863 9.0959c 2.7640,-0.0000 4.5228,-0.9046 6.2817 -2.8142ZM 142.7861,350.9875 ZM 147.4094,347.3692 v -16.0310 h -3.4675 c -0.2010,-0.0000 -0.2513,-0.0503 -0.2513 -0.2513v -0.7036 c 0.0000,-0.4020 0.2513,-1.0051 1.1558 -1.0051h 2.5629 v -1.9599 c 0.0000,-7.8396 4.0706,-11.5081 8.2919 -11.5081c 1.9096,-0.0000 3.2162,0.5025 4.4726 1.3569c 1.0051,0.7538 1.4574,1.6081 1.4574 2.4122c 0.0000,1.0553 -0.7538,1.8091 -1.7086 1.8091c -1.0051,-0.0000 -1.6584,-0.5528 -2.0604 -1.4071c -0.6533,-1.6584 -1.6081,-2.4624 -3.1157 -2.4624c -1.6584,-0.0000 -3.5680,1.2061 -3.5680 8.9452v 2.8142 h 5.5279 c 0.2513,-0.0000 0.4020,0.1005 0.4020 0.3015v 1.0051 c 0.0000,0.4523 -0.7036,0.6533 -1.1558 0.6533h -4.7741 v 16.0310 c 0.0000,1.4574 0.5025,2.2112 2.1609 2.2112h 1.6584 c 0.2010,-0.0000 0.4020,0.1508 0.4020 0.4020v 0.9548 l -0.1005,0.1005 c 0.0000,-0.0000 -4.1208,-0.1005 -6.0807 -0.1005c -1.8091,-0.0000 -5.2264,0.1005 -5.2264 0.1005l -0.1005,-0.1005 v -0.9548 c 0.0000,-0.2513 0.1508,-0.4020 0.4020 -0.4020h 0.9548 c 1.7086,-0.0000 2.1609,-0.7538 2.1609 -2.2112ZM 161.1287,350.9875 ZM 177.0089,336.7657 c 0.0000,-4.1711 -1.9599,-6.5832 -4.9751 -6.5832c -2.6132,-0.0000 -4.3721,1.8091 -4.3721 5.7289c 0.0000,2.6132 1.0051,6.7340 5.0254 6.7340c 1.7589,-0.0000 4.3218,-0.8543 4.3218 -5.8797ZM 177.0089,336.7657 ZM 167.6114,351.3393 c -1.5579,1.4574 -1.9096,3.0152 -1.9096 4.7239c 0.0000,3.7690 4.5228,4.8746 6.2315 4.8746c 4.3218,-0.0000 9.7995,-1.5076 9.7995 -5.1259c 0.0000,-1.3066 -0.7036,-2.1609 -2.6635 -3.1157c -1.4071,-0.7036 -3.4675,-1.2563 -5.8797 -1.2563c -0.4020,-0.0000 -0.9548,0.0503 -1.6584 0.1005c -0.7036,0.0503 -1.4574,0.0503 -2.0102 0.0503c -0.8041,-0.0000 -1.2061,-0.1005 -1.9096 -0.2513ZM 167.6114,351.3393 ZM 182.8886,331.4890 c -0.8041,-0.0000 -1.3066,-0.4523 -1.5076 -0.8543c -0.3015,-0.4523 -0.5025,-0.6030 -0.8543 -0.6030c -0.6030,-0.0000 -1.5579,0.7036 -1.9096 1.2061c 1.4071,1.5076 2.0604,2.9650 2.0604 5.3269c 0.0000,4.9249 -4.0203,7.5883 -8.2416 7.5883c -1.8594,-0.0000 -3.3670,-0.3518 -4.5228 -1.0553c -0.5528,0.8543 -0.8543,1.9096 -0.8543 2.9147c 0.0000,2.1609 1.6584,2.7137 3.0655 2.7137c 0.2513,-0.0000 0.8543,-0.0503 1.5579 -0.1005c 1.1558,-0.1508 2.4122,-0.2513 3.2665 -0.2513c 1.7589,-0.0000 5.0756,0.3518 7.0858 2.0604c 1.3569,1.2563 2.1107,2.4624 2.1107 4.0706c 0.0000,5.4274 -7.1360,8.2919 -13.6188 8.2919c -3.6685,-0.0000 -7.7391,-1.3569 -7.7391 -5.7289c 0.0000,-2.1609 1.3569,-4.4726 3.9198 -6.0807c -1.2563,-0.6533 -2.1609,-1.9096 -2.1609 -3.7188c 0.0000,-1.7086 0.7538,-3.8695 2.1107 -5.0756c -1.3569,-1.3569 -2.5127,-3.0655 -2.5127 -5.8294c 0.0000,-4.6233 4.0706,-7.5883 8.3421 -7.5883c 2.8142,-0.0000 4.5731,1.1558 5.1259 1.5579c 1.2563,-1.7086 3.5178,-2.5629 4.7741 -2.5629c 1.3066,-0.0000 2.2112,0.8543 2.2112 1.9096c 0.0000,1.1056 -0.7036,1.8091 -1.7086 1.8091ZM 185.2003,350.9875 ZM 193.3916,315.9103 v 17.0360 c 3.3670,-3.3670 6.3320,-4.1711 8.2919 -4.1711c 3.6183,-0.0000 5.4274,2.7640 5.4274 7.9401v 10.6538 c 0.0000,1.4574 0.5025,2.2112 2.1609 2.2112h 0.9548 c 0.2010,-0.0000 0.4020,0.1508 0.4020 0.4020v 0.9548 l -0.1005,0.1005 c 0.0000,-0.0000 -3.4173,-0.1005 -5.4274 -0.1005c -1.7589,-0.0000 -5.1761,0.1005 -5.1761 0.1005l -0.1005,-0.1005 v -0.9548 c 0.0000,-0.2513 0.1508,-0.4020 0.4020 -0.4020h 0.9548 c 1.7086,-0.0000 2.1609,-0.7538 2.1609 -2.2112v -11.2066 c 0.0000,-4.0706 -1.1056,-5.0254 -3.9198 -5.0254c -1.4574,-0.0000 -3.6183,1.3066 -6.0305 3.6685v 12.5634 c 0.0000,1.4574 0.5025,2.2112 2.1609 2.2112h 0.9548 c 0.2010,-0.0000 0.4020,0.1508 0.4020 0.4020v 0.9548 l -0.1005,0.1005 c 0.0000,-0.0000 -3.4173,-0.1005 -5.3772 -0.1005c -1.8091,-0.0000 -5.1761,0.1005 -5.1761 0.1005l -0.1005,-0.1005 v -0.9548 c 0.0000,-0.2513 0.1005,-0.4020 0.3518 -0.4020h 0.9548 c 1.7086,-0.0000 2.1609,-0.7538 2.1609 -2.2112v -25.1771 c 0.0000,-2.8645 -0.4523,-3.6685 -1.4574 -3.6685l -1.6584,0.2010 c -0.1508,-0.0000 -0.2513,-0.1005 -0.2513 -0.2513l -0.1005,-1.2563 c 0.8041,-0.0000 2.6132,-0.3015 3.4675 -0.4523c 0.9046,-0.2010 1.6584,-0.4020 2.6635 -0.8543h 1.1056 ZM 211.2317,350.9875 ZM 215.1515,322.2926 c 0.0000,-1.3066 1.0553,-2.4122 2.3619 -2.4122c 1.3569,-0.0000 2.4122,1.1056 2.4122 2.4122c 0.0000,1.3569 -1.0553,2.4122 -2.4122 2.4122c -1.3066,-0.0000 -2.3619,-1.0553 -2.3619 -2.4122ZM 215.1515,322.2926 ZM 219.9256,347.3692 c 0.0000,1.4574 0.5528,2.2112 2.1609 2.2112h 0.9548 c 0.2513,-0.0000 0.4523,0.1508 0.4523 0.4020v 0.9548 l -0.1005,0.1005 c 0.0000,-0.0000 -3.4675,-0.1005 -5.4274 -0.1005c -1.7589,-0.0000 -5.1761,0.1005 -5.1761 0.1005l -0.1005,-0.1005 v -0.9548 c 0.0000,-0.2513 0.1508,-0.4020 0.4020 -0.4020h 0.9548 c 1.6584,-0.0000 2.1609,-0.7538 2.1609 -2.2112v -12.5132 c 0.0000,-2.6635 -0.4523,-3.0655 -1.1558 -3.0655c -0.6533,-0.0000 -1.2563,0.0503 -2.1107 0.2513l -0.2513,-1.4071 c 3.2162,-0.5528 3.7690,-0.7538 5.2264 -1.4574c 0.5528,-0.2010 0.9046,-0.4020 1.2563 -0.4020h 0.7538 v 18.5939 ZM 224.4987,350.9875 ZM 229.7251,322.2926 c 0.0000,-1.3066 1.0553,-2.4122 2.4122 -2.4122c 1.3066,-0.0000 2.4122,1.1056 2.4122 2.4122c 0.0000,1.3569 -1.1056,2.4122 -2.4122 2.4122c -1.3569,-0.0000 -2.4122,-1.0553 -2.4122 -2.4122ZM 229.7251,322.2926 ZM 227.0617,360.7367 c 2.2112,-0.0000 3.7188,-3.9700 3.7188 -11.0558v -14.8249 c 0.0000,-2.6635 -0.4523,-3.0655 -1.1056 -3.0655c -0.7036,-0.0000 -1.2563,0.0503 -2.1107 0.2513l -0.2513,-1.4071 c 3.6685,-0.6030 4.7741,-1.2061 5.4274 -1.5579c 0.3518,-0.1508 0.5528,-0.3015 1.0553 -0.3015h 0.7538 v 19.3477 c 0.0000,6.5832 -0.5025,9.3472 -3.2665 12.1614c -1.3569,1.3066 -2.8142,1.9096 -4.0203 1.9096c -2.0604,-0.0000 -4.7239,-1.0553 -4.7239 -2.5629c 0.0000,-1.2563 0.7538,-1.9096 1.6081 -1.9096c 1.2061,-0.0000 1.8594,1.1558 2.1107 2.2112c 0.1508,0.5025 0.4020,0.8041 0.8041 0.8041ZM 238.4190,350.9875 ZM 249.4246,323.6997 c -2.1609,-0.0000 -5.3269,2.1107 -5.3269 13.8198c 0.0000,4.1208 0.7538,12.4127 5.1761 12.4127c 0.8543,-0.0000 3.2665,-0.5528 4.3218 -4.4726c 0.6533,-2.4122 1.0051,-5.4274 1.0051 -9.7995c 0.0000,-6.3822 -1.6081,-9.9502 -3.0655 -11.2066c -0.5528,-0.5025 -1.3066,-0.7538 -2.1107 -0.7538ZM 249.4246,323.6997 ZM 249.2236,351.5905 c -5.3772,-0.0000 -8.9954,-6.8848 -8.9954 -14.5736c 0.0000,-9.3975 4.4726,-15.0761 9.1964 -15.0761c 2.1609,-0.0000 4.3218,1.3569 5.7792 3.3167c 2.1107,2.8142 3.2162,6.5832 3.2162 11.3071c 0.0000,11.1563 -5.5279,15.0259 -9.1964 15.0259ZM 260.4302,350.9875 ZM 269.8779,327.0164 c -0.9548,-0.0000 -3.1660,0.9046 -4.2716 1.4071l -0.6030,-1.5579 c 4.4223,-2.0604 6.1310,-3.1157 8.6437 -4.9249h 0.9548 v 25.2777 c 0.0000,1.8091 0.2513,2.3117 1.9096 2.3117h 2.6132 c 0.1508,-0.0000 0.4020,0.1005 0.4020 0.4020v 1.1056 l -6.8848,-0.1005 l -6.9853,0.1005 v -1.1056 c 0.0503,-0.1508 0.1005,-0.4020 0.4020 -0.4020h 3.0152 c 1.9096,-0.0000 1.9096,-0.8543 1.9096 -2.3117v -17.2873 c 0.0000,-1.7086 0.0000,-2.9147 -1.1056 -2.9147ZM 282.4413,350.9875 ZM 285.3560,328.7251 c 0.0000,-2.8645 2.7640,-6.7843 8.0406 -6.7843c 3.8695,-0.0000 8.3924,1.4574 8.3924 7.2365c 0.0000,3.8193 -1.9599,5.7289 -4.6736 8.3421l -4.7741,4.6233 c -0.2513,0.2513 -3.6183,3.5680 -3.6183 5.9299h 8.5431 c 1.7086,-0.0000 2.6132,-0.8543 3.3167 -3.6183l 1.2563,0.2010 l -1.0051,6.3320 h -15.5284 c 0.0000,-2.8142 0.4523,-4.9751 5.1259 -9.7492l 3.5178,-3.4675 c 2.8142,-2.8645 3.9700,-5.3269 3.9700 -8.3924c 0.0000,-4.5731 -3.1157,-5.8797 -4.8244 -5.8797c -3.4675,-0.0000 -4.4223,1.8091 -4.4223 3.0152c 0.0000,0.4020 0.1005,0.8041 0.2010 1.1558c 0.1005,0.3518 0.2010,0.7036 0.2010 1.1056c 0.0000,1.3066 -1.0051,1.8091 -1.8091 1.8091c -1.1056,-0.0000 -1.9096,-0.8543 -1.9096 -1.8594ZM 304.4525,350.9875 ZM 315.3073,323.4987 c -1.2563,-0.0000 -4.9249,0.7036 -4.9249 3.7690c 0.0000,0.9046 -0.3518,2.4624 -1.7086 2.4624c -1.3066,-0.0000 -1.4071,-1.4574 -1.4071 -1.6081c 0.0000,-1.5579 2.0604,-6.1812 9.0457 -6.1812c 4.8746,-0.0000 6.3320,3.0655 6.3320 5.0756c 0.0000,1.2563 -0.4020,3.7690 -4.9249 6.6335c 2.8142,0.4523 6.5330,2.5127 6.5330 7.7391c 0.0000,6.6335 -5.0254,10.2015 -10.7041 10.2015c -2.8645,-0.0000 -6.8848,-1.2563 -6.8848 -3.1660c 0.0000,-0.7538 0.7538,-1.6081 1.7589 -1.6081c 0.9548,-0.0000 1.4071,0.5025 1.8594 1.1558c 0.5528,0.8543 1.4574,2.0604 3.8695 2.0604c 1.6584,-0.0000 6.3822,-1.6584 6.3822 -7.9904c 0.0000,-5.3772 -3.7690,-6.2315 -6.4827 -6.2315c -0.4523,-0.0000 -1.0051,0.1005 -1.5579 0.2010l -0.2010,-1.5076 c 3.8695,-0.6533 7.0858,-4.4223 7.0858 -6.7340c 0.0000,-2.8645 -2.0102,-4.2716 -4.0706 -4.2716ZM 326.4636,350.9875 ZM 339.4291,333.1474 c 0.0000,-0.3518 0.0503,-0.7538 0.5025 -1.0051c 0.5528,-0.4020 1.4574,-0.8543 2.2112 -0.8543c 0.6533,-0.0000 0.7036,0.5528 0.7036 1.5579v 8.0909 h 4.0706 l -0.3015,2.3619 h -3.7690 v 4.1711 c 0.0000,1.4071 0.2010,2.1107 1.6584 2.1107h 1.3569 c 0.3015,-0.0000 0.3518,0.2513 0.3518 0.3518v 1.1056 c 0.0000,-0.0000 -3.2162,-0.1005 -5.3269 -0.1005c -1.9096,-0.0000 -4.8746,0.1005 -4.8746 0.1005v -1.1056 c 0.0000,-0.1005 0.0503,-0.3518 0.3518 -0.3518h 1.3569 c 1.5579,-0.0000 1.7086,-0.6533 1.7086 -2.1107v -4.1711 h -9.8497 c -0.2010,-0.0000 -0.3015,-0.1005 -0.4523 -0.3015l -0.4020,-0.5528 l -0.6030,-1.0553 c -0.0503,-0.0000 -0.0503,-0.0503 -0.0503 -0.1005c 0.0000,-0.0503 0.0503,-0.1005 0.1005 -0.1508c 3.2665,-3.6183 9.0457,-14.8249 10.8548 -18.9457c 0.0503,-0.2010 0.1508,-0.2513 0.3518 -0.2513c 0.0503,-0.0000 1.1558,0.4523 1.7589 0.5528c -2.2614,6.0807 -5.9802,12.6137 -9.6487 18.4431h 7.9401 v -7.7893 ZM 348.4748,350.9875 ZM 364.0032,342.4946 c 0.0000,-5.1761 -2.8142,-7.7391 -5.9299 -7.7391c -2.3117,-0.0000 -4.0706,0.3518 -6.0305 1.1558l 1.6081,-13.7193 c 1.6584,0.1508 3.3670,0.2010 5.1259 0.2010c 2.5127,-0.0000 5.1259,-0.1508 7.8396 -0.4523l 0.3015,0.1508 l -0.7538,3.2665 c -1.9599,0.2010 -3.5680,0.2513 -4.9751 0.2513c -2.2614,-0.0000 -3.9700,-0.2010 -5.7289 -0.4020l -0.9548,7.9401 c 1.0553,-0.4020 2.8645,-0.7538 4.8244 -0.7538c 5.3269,-0.0000 8.2919,4.6233 8.2919 9.2467c 0.0000,5.6284 -3.9198,9.9502 -9.5985 9.9502c -2.8645,-0.0000 -7.0355,-1.6081 -7.0355 -3.5680c 0.0000,-0.9548 0.8041,-1.6081 1.7086 -1.6081c 1.0051,-0.0000 1.6584,0.7538 2.2614 1.5579c 0.7538,0.9046 1.5579,1.9096 3.1660 1.9096c 3.2162,-0.0000 5.8797,-3.0152 5.8797 -7.3873Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 200.3410,320.6845 c 0.0000,-0.1883 -0.1527,-0.3410 -0.3410 -0.3410c -0.1883,-0.0000 -0.3410,0.1527 -0.3410 0.3410c -0.0000,0.1883 0.1527,0.3410 0.3410 0.3410c 0.1883,0.0000 0.3410,-0.1527 0.3410 -0.3410Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="46.666666666666664px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,200.0000,279.8966)" stroke="none" text-anchor="middle">abcdefghij012345+    </text>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,255)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 200.1818,275.2299 c 0.0000,-0.1004 -0.0814,-0.1818 -0.1818 -0.1818c -0.1004,-0.0000 -0.1818,0.0814 -0.1818 0.1818c -0.0000,0.1004 0.0814,0.1818 0.1818 0.1818c 0.1004,0.0000 0.1818,-0.0814 0.1818 -0.1818Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 29.5140,290.3814 ZM 44.1379,278.0692 l -3.9700,1.0051 c -4.4223,1.3569 -5.0756,3.6685 -5.0756 5.9299c 0.0000,1.5579 0.7538,3.9198 3.9198 3.9198c 1.5076,-0.0000 3.8193,-1.4574 5.1259 -2.5629v -8.2919 ZM 44.1379,278.0692 ZM 47.3541,290.9845 c -1.9096,-0.0000 -2.9650,-1.7086 -3.1660 -2.9147l -1.1558,0.8041 c -2.3117,1.6081 -3.1660,2.1107 -5.4777 2.1107c -3.5178,-0.0000 -6.0807,-2.0102 -6.0807 -5.7792c 0.0000,-3.8193 3.2665,-6.4325 8.0406 -7.6386l 4.6233,-1.1558 c 0.0000,-5.6787 -2.6132,-6.7340 -4.3218 -6.7340c -1.9096,-0.0000 -4.1208,0.8543 -4.1208 2.4122c 0.0000,0.5528 0.1005,0.8543 0.1508 1.0051c 0.1005,0.2010 0.1508,0.5528 0.1508 0.9046c 0.0000,0.6533 -0.5025,1.6584 -1.9599 1.6584c -1.2061,-0.0000 -2.0102,-0.8041 -2.0102 -2.0102c 0.0000,-2.9147 4.7239,-5.4777 7.9401 -5.4777c 3.6685,-0.0000 7.8898,1.5076 7.8898 8.6437v 7.3873 c 0.0000,3.0655 0.0503,4.3721 1.2061 4.3721c 1.1056,-0.0000 1.4071,-1.4071 1.4574 -2.5127l 1.2563,0.2513 c -0.3015,3.6685 -1.8594,4.6736 -4.4223 4.6736ZM 52.1785,290.3814 ZM 59.6663,287.6175 c 1.0051,1.2061 2.0604,1.6081 3.6183 1.6081c 4.7741,-0.0000 7.1863,-4.4223 7.1863 -10.1513c 0.0000,-5.1259 -2.6132,-8.7944 -5.6787 -8.7944c -0.5528,-0.0000 -3.1660,0.1005 -5.1259 2.1609v 15.1766 ZM 59.6663,287.6175 ZM 55.8973,261.5860 c 0.0000,-2.8645 -0.5025,-3.6685 -1.5076 -3.6685l -1.6081,0.2010 c -0.1508,-0.0000 -0.2513,-0.1005 -0.2513 -0.2513l -0.1005,-1.2563 c 0.8041,-0.0000 2.6132,-0.3015 3.4675 -0.4523c 0.9046,-0.2010 1.6584,-0.4020 2.6635 -0.8543h 1.1056 v 15.5787 c 1.7086,-1.8594 3.7188,-2.7640 6.1310 -2.7640c 4.3721,-0.0000 8.5431,4.1711 8.5431 10.3020c 0.0000,7.9904 -5.6284,12.5132 -10.7543 12.5132c -2.1609,-0.0000 -3.7690,-0.6030 -5.2264 -1.8594c -0.4523,0.6030 -1.1056,1.3569 -1.5579 1.8594l -1.0553,-0.2513 c 0.1508,-1.2061 0.1508,-2.0102 0.1508 -3.9700v -25.1269 ZM 76.1998,290.3814 ZM 95.4973,285.8083 c -2.2112,3.8193 -4.6233,5.1761 -7.6386 5.1761c -6.0305,-0.0000 -9.7995,-4.5731 -9.7995 -11.0558c 0.0000,-7.1360 4.4726,-11.7594 9.9000 -11.7594c 4.8244,-0.0000 7.3873,2.4624 7.3873 5.1259c 0.0000,1.4574 -0.9046,2.2112 -1.9599 2.2112c -1.0553,-0.0000 -2.0604,-0.5528 -2.2112 -1.8091c -0.2010,-1.6584 -0.5025,-3.8193 -3.4675 -3.8193c -3.3167,-0.0000 -5.7792,3.5178 -5.7792 8.9452c 0.0000,5.8797 3.1660,9.9502 7.0355 9.9502c 2.1609,-0.0000 4.0706,-1.4071 5.6284 -3.6685ZM 96.4521,290.3814 ZM 113.2368,285.9088 v -13.0157 c -1.2061,-1.9096 -2.5629,-2.9650 -4.9249 -2.9650c -1.0051,-0.0000 -3.0655,0.1508 -4.6736 2.5127c -0.7036,1.0553 -1.5579,3.2162 -1.5579 6.8345c 0.0000,6.5832 3.4173,9.5985 6.1310 9.5985c 1.6584,-0.0000 3.0152,-1.0051 5.0254 -2.9650ZM 113.2368,285.9088 ZM 117.0059,255.3043 v 29.0467 c 0.0000,1.5076 0.1005,2.3117 0.2010 2.6635c 0.1508,0.4523 0.7036,0.7538 1.1056 0.7538c 0.6030,-0.0000 1.7086,-0.0000 2.4624 -0.1508l 0.2010,1.4071 c -2.9147,0.5025 -5.5279,1.0553 -6.5832 1.9599h -1.2061 l 0.1508,-3.4675 c -1.9096,1.9599 -3.8695,3.4675 -6.4325 3.4675c -5.4274,-0.0000 -8.7442,-4.6233 -8.7442 -10.8046c 0.0000,-3.7188 1.0051,-6.8345 3.1660 -8.9954c 2.0102,-1.9096 4.2213,-3.0152 7.5381 -3.0152c 1.0051,-0.0000 3.2162,0.4523 4.3721 1.1056v -7.6888 c 0.0000,-2.8645 -0.4523,-3.6685 -1.4574 -3.6685l -1.6584,0.2010 c -0.1005,-0.0000 -0.2513,-0.1005 -0.2513 -0.2513l -0.1005,-1.2563 c 0.8041,-0.0000 2.6132,-0.3015 3.4675 -0.4523c 0.9548,-0.2010 1.6584,-0.4020 2.6635 -0.8543h 1.1056 ZM 121.2775,290.3814 ZM 127.0064,276.4611 h 9.2467 c 0.5025,-0.0000 0.7036,-0.2513 0.7036 -0.7036c 0.0000,-4.6736 -2.3619,-5.8797 -4.1711 -5.8797c -1.1558,-0.0000 -4.9249,0.4523 -5.7792 6.5832ZM 127.0064,276.4611 ZM 140.2734,285.7078 l 1.0051,0.8041 c -1.9096,2.6132 -4.8746,4.4726 -8.4929 4.4726c -6.8848,-0.0000 -9.7995,-5.1259 -9.7995 -10.6035c 0.0000,-7.6386 5.0254,-12.2117 9.7995 -12.2117c 6.6335,-0.0000 8.1914,5.1761 8.1914 9.3975c 0.0000,0.5528 -0.3518,0.8543 -0.9046 0.8543h -13.2167 c -0.0503,0.3015 -0.0503,0.6030 -0.0503 1.0051c 0.0000,5.1259 3.5680,9.0959 7.1863 9.0959c 2.7640,-0.0000 4.5228,-0.9046 6.2817 -2.8142ZM 142.7861,290.3814 ZM 147.4094,286.7632 v -16.0310 h -3.4675 c -0.2010,-0.0000 -0.2513,-0.0503 -0.2513 -0.2513v -0.7036 c 0.0000,-0.4020 0.2513,-1.0051 1.1558 -1.0051h 2.5629 v -1.9599 c 0.0000,-7.8396 4.0706,-11.5081 8.2919 -11.5081c 1.9096,-0.0000 3.2162,0.5025 4.4726 1.3569c 1.0051,0.7538 1.4574,1.6081 1.4574 2.4122c 0.0000,1.0553 -0.7538,1.8091 -1.7086 1.8091c -1.0051,-0.0000 -1.6584,-0.5528 -2.0604 -1.4071c -0.6533,-1.6584 -1.6081,-2.4624 -3.1157 -2.4624c -1.6584,-0.0000 -3.5680,1.2061 -3.5680 8.9452v 2.8142 h 5.5279 c 0.2513,-0.0000 0.4020,0.1005 0.4020 0.3015v 1.0051 c 0.0000,0.4523 -0.7036,0.6533 -1.1558 0.6533h -4.7741 v 16.0310 c 0.0000,1.4574 0.5025,2.2112 2.1609 2.2112h 1.6584 c 0.2010,-0.0000 0.4020,0.1508 0.4020 0.4020v 0.9548 l -0.1005,0.1005 c 0.0000,-0.0000 -4.1208,-0.1005 -6.0807 -0.1005c -1.8091,-0.0000 -5.2264,0.1005 -5.2264 0.1005l -0.1005,-0.1005 v -0.9548 c 0.0000,-0.2513 0.1508,-0.4020 0.4020 -0.4020h 0.9548 c 1.7086,-0.0000 2.1609,-0.7538 2.1609 -2.2112ZM 161.1287,290.3814 ZM 177.0089,276.1596 c 0.0000,-4.1711 -1.9599,-6.5832 -4.9751 -6.5832c -2.6132,-0.0000 -4.3721,1.8091 -4.3721 5.7289c 0.0000,2.6132 1.0051,6.7340 5.0254 6.7340c 1.7589,-0.0000 4.3218,-0.8543 4.3218 -5.8797ZM 177.0089,276.1596 ZM 167.6114,290.7332 c -1.5579,1.4574 -1.9096,3.0152 -1.9096 4.7239c 0.0000,3.7690 4.5228,4.8746 6.2315 4.8746c 4.3218,-0.0000 9.7995,-1.5076 9.7995 -5.1259c 0.0000,-1.3066 -0.7036,-2.1609 -2.6635 -3.1157c -1.4071,-0.7036 -3.4675,-1.2563 -5.8797 -1.2563c -0.4020,-0.0000 -0.9548,0.0503 -1.6584 0.1005c -0.7036,0.0503 -1.4574,0.0503 -2.0102 0.0503c -0.8041,-0.0000 -1.2061,-0.1005 -1.9096 -0.2513ZM 167.6114,290.7332 ZM 182.8886,270.8830 c -0.8041,-0.0000 -1.3066,-0.4523 -1.5076 -0.8543c -0.3015,-0.4523 -0.5025,-0.6030 -0.8543 -0.6030c -0.6030,-0.0000 -1.5579,0.7036 -1.9096 1.2061c 1.4071,1.5076 2.0604,2.9650 2.0604 5.3269c 0.0000,4.9249 -4.0203,7.5883 -8.2416 7.5883c -1.8594,-0.0000 -3.3670,-0.3518 -4.5228 -1.0553c -0.5528,0.8543 -0.8543,1.9096 -0.8543 2.9147c 0.0000,2.1609 1.6584,2.7137 3.0655 2.7137c 0.2513,-0.0000 0.8543,-0.0503 1.5579 -0.1005c 1.1558,-0.1508 2.4122,-0.2513 3.2665 -0.2513c 1.7589,-0.0000 5.0756,0.3518 7.0858 2.0604c 1.3569,1.2563 2.1107,2.4624 2.1107 4.0706c 0.0000,5.4274 -7.1360,8.2919 -13.6188 8.2919c -3.6685,-0.0000 -7.7391,-1.3569 -7.7391 -5.7289c 0.0000,-2.1609 1.3569,-4.4726 3.9198 -6.0807c -1.2563,-0.6533 -2.1609,-1.9096 -2.1609 -3.7188c 0.0000,-1.7086 0.7538,-3.8695 2.1107 -5.0756c -1.3569,-1.3569 -2.5127,-3.0655 -2.5127 -5.8294c 0.0000,-4.6233 4.0706,-7.5883 8.3421 -7.5883c 2.8142,-0.0000 4.5731,1.1558 5.1259 1.5579c 1.2563,-1.7086 3.5178,-2.5629 4.7741 -2.5629c 1.3066,-0.0000 2.2112,0.8543 2.2112 1.9096c 0.0000,1.1056 -0.7036,1.8091 -1.7086 1.8091ZM 185.2003,290.3814 ZM 193.3916,255.3043 v 17.0360 c 3.3670,-3.3670 6.3320,-4.1711 8.2919 -4.1711c 3.6183,-0.0000 5.4274,2.7640 5.4274 7.9401v 10.6538 c 0.0000,1.4574 0.5025,2.2112 2.1609 2.2112h 0.9548 c 0.2010,-0.0000 0.4020,0.1508 0.4020 0.4020v 0.9548 l -0.1005,0.1005 c 0.0000,-0.0000 -3.4173,-0.1005 -5.4274 -0.1005c -1.7589,-0.0000 -5.1761,0.1005 -5.1761 0.1005l -0.1005,-0.1005 v -0.9548 c 0.0000,-0.2513 0.1508,-0.4020 0.4020 -0.4020h 0.9548 c 1.7086,-0.0000 2.1609,-0.7538 2.1609 -2.2112v -11.2066 c 0.0000,-4.0706 -1.1056,-5.0254 -3.9198 -5.0254c -1.4574,-0.0000 -3.6183,1.3066 -6.0305 3.6685v 12.5634 c 0.0000,1.4574 0.5025,2.2112 2.1609 2.2112h 0.9548 c 0.2010,-0.0000 0.4020,0.1508 0.4020 0.4020v 0.9548 l -0.1005,0.1005 c 0.0000,-0.0000 -3.4173,-0.1005 -5.3772 -0.1005c -1.8091,-0.0000 -5.1761,0.1005 -5.1761 0.1005l -0.1005,-0.1005 v -0.9548 c 0.0000,-0.2513 0.1005,-0.4020 0.3518 -0.4020h 0.9548 c 1.7086,-0.0000 2.1609,-0.7538 2.1609 -2.2112v -25.1771 c 0.0000,-2.8645 -0.4523,-3.6685 -1.4574 -3.6685l -1.6584,0.2010 c -0.1508,-0.0000 -0.2513,-0.1005 -0.2513 -0.2513l -0.1005,-1.2563 c 0.8041,-0.0000 2.6132,-0.3015 3.4675 -0.4523c 0.9046,-0.2010 1.6584,-0.4020 2.6635 -0.8543h 1.1056 ZM 211.2317,290.3814 ZM 215.1515,261.6865 c 0.0000,-1.3066 1.0553,-2.4122 2.3619 -2.4122c 1.3569,-0.0000 2.4122,1.1056 2.4122 2.4122c 0.0000,1.3569 -1.0553,2.4122 -2.4122 2.4122c -1.3066,-0.0000 -2.3619,-1.0553 -2.3619 -2.4122ZM 215.1515,261.6865 ZM 219.9256,286.7632 c 0.0000,1.4574 0.5528,2.2112 2.1609 2.2112h 0.9548 c 0.2513,-0.0000 0.4523,0.1508 0.4523 0.4020v 0.9548 l -0.1005,0.1005 c 0.0000,-0.0000 -3.4675,-0.1005 -5.4274 -0.1005c -1.7589,-0.0000 -5.1761,0.1005 -5.1761 0.1005l -0.1005,-0.1005 v -0.9548 c 0.0000,-0.2513 0.1508,-0.4020 0.4020 -0.4020h 0.9548 c 1.6584,-0.0000 2.1609,-0.7538 2.1609 -2.2112v -12.5132 c 0.0000,-2.6635 -0.4523,-3.0655 -1.1558 -3.0655c -0.6533,-0.0000 -1.2563,0.0503 -2.1107 0.2513l -0.2513,-1.4071 c 3.2162,-0.5528 3.7690,-0.7538 5.2264 -1.4574c 0.5528,-0.2010 0.9046,-0.4020 1.2563 -0.4020h 0.7538 v 18.5939 ZM 224.4987,290.3814 ZM 229.7251,261.6865 c 0.0000,-1.3066 1.0553,-2.4122 2.4122 -2.4122c 1.3066,-0.0000 2.4122,1.1056 2.4122 2.4122c 0.0000,1.3569 -1.1056,2.4122 -2.4122 2.4122c -1.3569,-0.0000 -2.4122,-1.0553 -2.4122 -2.4122ZM 229.7251,261.6865 ZM 227.0617,300.1307 c 2.2112,-0.0000 3.7188,-3.9700 3.7188 -11.0558v -14.8249 c 0.0000,-2.6635 -0.4523,-3.0655 -1.1056 -3.0655c -0.7036,-0.0000 -1.2563,0.0503 -2.1107 0.2513l -0.2513,-1.4071 c 3.6685,-0.6030 4.7741,-1.2061 5.4274 -1.5579c 0.3518,-0.1508 0.5528,-0.3015 1.0553 -0.3015h 0.7538 v 19.3477 c 0.0000,6.5832 -0.5025,9.3472 -3.2665 12.1614c -1.3569,1.3066 -2.8142,1.9096 -4.0203 1.9096c -2.0604,-0.0000 -4.7239,-1.0553 -4.7239 -2.5629c 0.0000,-1.2563 0.7538,-1.9096 1.6081 -1.9096c 1.2061,-0.0000 1.8594,1.1558 2.1107 2.2112c 0.1508,0.5025 0.4020,0.8041 0.8041 0.8041ZM 238.4190,290.3814 ZM 249.4246,263.0936 c -2.1609,-0.0000 -5.3269,2.1107 -5.3269 13.8198c 0.0000,4.1208 0.7538,12.4127 5.1761 12.4127c 0.8543,-0.0000 3.2665,-0.5528 4.3218 -4.4726c 0.6533,-2.4122 1.0051,-5.4274 1.0051 -9.7995c 0.0000,-6.3822 -1.6081,-9.9502 -3.0655 -11.2066c -0.5528,-0.5025 -1.3066,-0.7538 -2.1107 -0.7538ZM 249.4246,263.0936 ZM 249.2236,290.9845 c -5.3772,-0.0000 -8.9954,-6.8848 -8.9954 -14.5736c 0.0000,-9.3975 4.4726,-15.0761 9.1964 -15.0761c 2.1609,-0.0000 4.3218,1.3569 5.7792 3.3167c 2.1107,2.8142 3.2162,6.5832 3.2162 11.3071c 0.0000,11.1563 -5.5279,15.0259 -9.1964 15.0259ZM 260.4302,290.3814 ZM 269.8779,266.4104 c -0.9548,-0.0000 -3.1660,0.9046 -4.2716 1.4071l -0.6030,-1.5579 c 4.4223,-2.0604 6.1310,-3.1157 8.6437 -4.9249h 0.9548 v 25.2777 c 0.0000,1.8091 0.2513,2.3117 1.9096 2.3117h 2.6132 c 0.1508,-0.0000 0.4020,0.1005 0.4020 0.4020v 1.1056 l -6.8848,-0.1005 l -6.9853,0.1005 v -1.1056 c 0.0503,-0.1508 0.1005,-0.4020 0.4020 -0.4020h 3.0152 c 1.9096,-0.0000 1.9096,-0.8543 1.9096 -2.3117v -17.2873 c 0.0000,-1.7086 0.0000,-2.9147 -1.1056 -2.9147ZM 282.4413,290.3814 ZM 285.3560,268.1190 c 0.0000,-2.8645 2.7640,-6.7843 8.0406 -6.7843c 3.8695,-0.0000 8.3924,1.4574 8.3924 7.2365c 0.0000,3.8193 -1.9599,5.7289 -4.6736 8.3421l -4.7741,4.6233 c -0.2513,0.2513 -3.6183,3.5680 -3.6183 5.9299h 8.5431 c 1.7086,-0.0000 2.6132,-0.8543 3.3167 -3.6183l 1.2563,0.2010 l -1.0051,6.3320 h -15.5284 c 0.0000,-2.8142 0.4523,-4.9751 5.1259 -9.7492l 3.5178,-3.4675 c 2.8142,-2.8645 3.9700,-5.3269 3.9700 -8.3924c 0.0000,-4.5731 -3.1157,-5.8797 -4.8244 -5.8797c -3.4675,-0.0000 -4.4223,1.8091 -4.4223 3.0152c 0.0000,0.4020 0.1005,0.8041 0.2010 1.1558c 0.1005,0.3518 0.2010,0.7036 0.2010 1.1056c 0.0000,1.3066 -1.0051,1.8091 -1.8091 1.8091c -1.1056,-0.0000 -1.9096,-0.8543 -1.9096 -1.8594ZM 304.4525,290.3814 ZM 315.3073,262.8926 c -1.2563,-0.0000 -4.9249,0.7036 -4.9249 3.7690c 0.0000,0.9046 -0.3518,2.4624 -1.7086 2.4624c -1.3066,-0.0000 -1.4071,-1.4574 -1.4071 -1.6081c 0.0000,-1.5579 2.0604,-6.1812 9.0457 -6.1812c 4.8746,-0.0000 6.3320,3.0655 6.3320 5.0756c 0.0000,1.2563 -0.4020,3.7690 -4.9249 6.6335c 2.8142,0.4523 6.5330,2.5127 6.5330 7.7391c 0.0000,6.6335 -5.0254,10.2015 -10.7041 10.2015c -2.8645,-0.0000 -6.8848,-1.2563 -6.8848 -3.1660c 0.0000,-0.7538 0.7538,-1.6081 1.7589 -1.6081c 0.9548,-0.0000 1.4071,0.5025 1.8594 1.1558c 0.5528,0.8543 1.4574,2.0604 3.8695 2.0604c 1.6584,-0.0000 6.3822,-1.6584 6.3822 -7.9904c 0.0000,-5.3772 -3.7690,-6.2315 -6.4827 -6.2315c -0.4523,-0.0000 -1.0051,0.1005 -1.5579 0.2010l -0.2010,-1.5076 c 3.8695,-0.6533 7.0858,-4.4223 7.0858 -6.7340c 0.0000,-2.8645 -2.0102,-4.2716 -4.0706 -4.2716ZM 326.4636,290.3814 ZM 339.4291,272.5413 c 0.0000,-0.3518 0.0503,-0.7538 0.5025 -1.0051c 0.5528,-0.4020 1.4574,-0.8543 2.2112 -0.8543c 0.6533,-0.0000 0.7036,0.5528 0.7036 1.5579v 8.0909 h 4.0706 l -0.3015,2.3619 h -3.7690 v 4.1711 c 0.0000,1.4071 0.2010,2.1107 1.6584 2.1107h 1.3569 c 0.3015,-0.0000 0.3518,0.2513 0.3518 0.3518v 1.1056 c 0.0000,-0.0000 -3.2162,-0.1005 -5.3269 -0.1005c -1.9096,-0.0000 -4.8746,0.1005 -4.8746 0.1005v -1.1056 c 0.0000,-0.1005 0.0503,-0.3518 0.3518 -0.3518h 1.3569 c 1.5579,-0.0000 1.7086,-0.6533 1.7086 -2.1107v -4.1711 h -9.8497 c -0.2010,-0.0000 -0.3015,-0.1005 -0.4523 -0.3015l -0.4020,-0.5528 l -0.6030,-1.0553 c -0.0503,-0.0000 -0.0503,-0.0503 -0.0503 -0.1005c 0.0000,-0.0503 0.0503,-0.1005 0.1005 -0.1508c 3.2665,-3.6183 9.0457,-14.8249 10.8548 -18.9457c 0.0503,-0.2010 0.1508,-0.2513 0.3518 -0.2513c 0.0503,-0.0000 1.1558,0.4523 1.7589 0.5528c -2.2614,6.0807 -5.9802,12.6137 -9.6487 18.4431h 7.9401 v -7.7893 ZM 348.4748,290.3814 ZM 364.0032,281.8885 c 0.0000,-5.1761 -2.8142,-7.7391 -5.9299 -7.7391c -2.3117,-0.0000 -4.0706,0.3518 -6.0305 1.1558l 1.6081,-13.7193 c 1.6584,0.1508 3.3670,0.2010 5.1259 0.2010c 2.5127,-0.0000 5.1259,-0.1508 7.8396 -0.4523l 0.3015,0.1508 l -0.7538,3.2665 c -1.9599,0.2010 -3.5680,0.2513 -4.9751 0.2513c -2.2614,-0.0000 -3.9700,-0.2010 -5.7289 -0.4020l -0.9548,7.9401 c 1.0553,-0.4020 2.8645,-0.7538 4.8244 -0.7538c 5.3269,-0.0000 8.2919,4.6233 8.2919 9.2467c 0.0000,5.6284 -3.9198,9.9502 -9.5985 9.9502c -2.8645,-0.0000 -7.0355,-1.6081 -7.0355 -3.5680c 0.0000,-0.9548 0.8041,-1.6081 1.7086 -1.6081c 1.0051,-0.0000 1.6584,0.7538 2.2614 1.5579c 0.7538,0.9046 1.5579,1.9096 3.1660 1.9096c 3.2162,-0.0000 5.8797,-3.0152 5.8797 -7.3873Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 200.3410,275.2299 c 0.0000,-0.1883 -0.1527,-0.3410 -0.3410 -0.3410c -0.1883,-0.0000 -0.3410,0.1527 -0.3410 0.3410c -0.0000,0.1883 0.1527,0.3410 0.3410 0.3410c 0.1883,0.0000 0.3410,-0.1527 0.3410 -0.3410Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="46.666666666666664px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,200.0000,218.1087)" stroke="none" text-anchor="middle">abcdefghij012345+    </text>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,255)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 200.1818,229.7754 c 0.0000,-0.1004 -0.0814,-0.1818 -0.1818 -0.1818c -0.1004,-0.0000 -0.1818,0.0814 -0.1818 0.1818c -0.0000,0.1004 0.0814,0.1818 0.1818 0.1818c 0.1004,0.0000 0.1818,-0.0814 0.1818 -0.1818Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 29.5140,229.7754 ZM 44.1379,217.4632 l -3.9700,1.0051 c -4.4223,1.3569 -5.0756,3.6685 -5.0756 5.9299c 0.0000,1.5579 0.7538,3.9198 3.9198 3.9198c 1.5076,-0.0000 3.8193,-1.4574 5.1259 -2.5629v -8.2919 ZM 44.1379,217.4632 ZM 47.3541,230.3784 c -1.9096,-0.0000 -2.9650,-1.7086 -3.1660 -2.9147l -1.1558,0.8041 c -2.3117,1.6081 -3.1660,2.1107 -5.4777 2.1107c -3.5178,-0.0000 -6.0807,-2.0102 -6.0807 -5.7792c 0.0000,-3.8193 3.2665,-6.4325 8.0406 -7.6386l 4.6233,-1.1558 c 0.0000,-5.6787 -2.6132,-6.7340 -4.3218 -6.7340c -1.9096,-0.0000 -4.1208,0.8543 -4.1208 2.4122c 0.0000,0.5528 0.1005,0.8543 0.1508 1.0051c 0.1005,0.2010 0.1508,0.5528 0.1508 0.9046c 0.0000,0.6533 -0.5025,1.6584 -1.9599 1.6584c -1.2061,-0.0000 -2.0102,-0.8041 -2.0102 -2.0102c 0.0000,-2.9147 4.7239,-5.4777 7.9401 -5.4777c 3.6685,-0.0000 7.8898,1.5076 7.8898 8.6437v 7.3873 c 0.0000,3.0655 0.0503,4.3721 1.2061 4.3721c 1.1056,-0.0000 1.4071,-1.4071 1.4574 -2.5127l 1.2563,0.2513 c -0.3015,3.6685 -1.8594,4.6736 -4.4223 4.6736ZM 52.1785,229.7754 ZM 59.6663,227.0114 c 1.0051,1.2061 2.0604,1.6081 3.6183 1.6081c 4.7741,-0.0000 7.1863,-4.4223 7.1863 -10.1513c 0.0000,-5.1259 -2.6132,-8.7944 -5.6787 -8.7944c -0.5528,-0.0000 -3.1660,0.1005 -5.1259 2.1609v 15.1766 ZM 59.6663,227.0114 ZM 55.8973,200.9799 c 0.0000,-2.8645 -0.5025,-3.6685 -1.5076 -3.6685l -1.6081,0.2010 c -0.1508,-0.0000 -0.2513,-0.1005 -0.2513 -0.2513l -0.1005,-1.2563 c 0.8041,-0.0000 2.6132,-0.3015 3.4675 -0.4523c 0.9046,-0.2010 1.6584,-0.4020 2.6635 -0.8543h 1.1056 v 15.5787 c 1.7086,-1.8594 3.7188,-2.7640 6.1310 -2.7640c 4.3721,-0.0000 8.5431,4.1711 8.5431 10.3020c 0.0000,7.9904 -5.6284,12.5132 -10.7543 12.5132c -2.1609,-0.0000 -3.7690,-0.6030 -5.2264 -1.8594c -0.4523,0.6030 -1.1056,1.3569 -1.5579 1.8594l -1.0553,-0.2513 c 0.1508,-1.2061 0.1508,-2.0102 0.1508 -3.9700v -25.1269 ZM 76.1998,229.7754 ZM 95.4973,225.2023 c -2.2112,3.8193 -4.6233,5.1761 -7.6386 5.1761c -6.0305,-0.0000 -9.7995,-4.5731 -9.7995 -11.0558c 0.0000,-7.1360 4.4726,-11.7594 9.9000 -11.7594c 4.8244,-0.0000 7.3873,2.4624 7.3873 5.1259c 0.0000,1.4574 -0.9046,2.2112 -1.9599 2.2112c -1.0553,-0.0000 -2.0604,-0.5528 -2.2112 -1.8091c -0.2010,-1.6584 -0.5025,-3.8193 -3.4675 -3.8193c -3.3167,-0.0000 -5.7792,3.5178 -5.7792 8.9452c 0.0000,5.8797 3.1660,9.9502 7.0355 9.9502c 2.1609,-0.0000 4.0706,-1.4071 5.6284 -3.6685ZM 96.4521,229.7754 ZM 113.2368,225.3028 v -13.0157 c -1.2061,-1.9096 -2.5629,-2.9650 -4.9249 -2.9650c -1.0051,-0.0000 -3.0655,0.1508 -4.6736 2.5127c -0.7036,1.0553 -1.5579,3.2162 -1.5579 6.8345c 0.0000,6.5832 3.4173,9.5985 6.1310 9.5985c 1.6584,-0.0000 3.0152,-1.0051 5.0254 -2.9650ZM 113.2368,225.3028 ZM 117.0059,194.6982 v 29.0467 c 0.0000,1.5076 0.1005,2.3117 0.2010 2.6635c 0.1508,0.4523 0.7036,0.7538 1.1056 0.7538c 0.6030,-0.0000 1.7086,-0.0000 2.4624 -0.1508l 0.2010,1.4071 c -2.9147,0.5025 -5.5279,1.0553 -6.5832 1.9599h -1.2061 l 0.1508,-3.4675 c -1.9096,1.9599 -3.8695,3.4675 -6.4325 3.4675c -5.4274,-0.0000 -8.7442,-4.6233 -8.7442 -10.8046c 0.0000,-3.7188 1.0051,-6.8345 3.1660 -8.9954c 2.0102,-1.9096 4.2213,-3.0152 7.5381 -3.0152c 1.0051,-0.0000 3.2162,0.4523 4.3721 1.1056v -7.6888 c 0.0000,-2.8645 -0.4523,-3.6685 -1.4574 -3.6685l -1.6584,0.2010 c -0.1005,-0.0000 -0.2513,-0.1005 -0.2513 -0.2513l -0.1005,-1.2563 c 0.8041,-0.0000 2.6132,-0.3015 3.4675 -0.4523c 0.9548,-0.2010 1.6584,-0.4020 2.6635 -0.8543h 1.1056 ZM 121.2775,229.7754 ZM 127.0064,215.8551 h 9.2467 c 0.5025,-0.0000 0.7036,-0.2513 0.7036 -0.7036c 0.0000,-4.6736 -2.3619,-5.8797 -4.1711 -5.8797c -1.1558,-0.0000 -4.9249,0.4523 -5.7792 6.5832ZM 127.0064,215.8551 ZM 140.2734,225.1018 l 1.0051,0.8041 c -1.9096,2.6132 -4.8746,4.4726 -8.4929 4.4726c -6.8848,-0.0000 -9.7995,-5.1259 -9.7995 -10.6035c 0.0000,-7.6386 5.0254,-12.2117 9.7995 -12.2117c 6.6335,-0.0000 8.1914,5.1761 8.1914 9.3975c 0.0000,0.5528 -0.3518,0.8543 -0.9046 0.8543h -13.2167 c -0.0503,0.3015 -0.0503,0.6030 -0.0503 1.0051c 0.0000,5.1259 3.5680,9.0959 7.1863 9.0959c 2.7640,-0.0000 4.5228,-0.9046 6.2817 -2.8142ZM 142.7861,229.7754 ZM 147.4094,226.1571 v -16.0310 h -3.4675 c -0.2010,-0.0000 -0.2513,-0.0503 -0.2513 -0.2513v -0.7036 c 0.0000,-0.4020 0.2513,-1.0051 1.1558 -1.0051h 2.5629 v -1.9599 c 0.0000,-7.8396 4.0706,-11.5081 8.2919 -11.5081c 1.9096,-0.0000 3.2162,0.5025 4.4726 1.3569c 1.0051,0.7538 1.4574,1.6081 1.4574 2.4122c 0.0000,1.0553 -0.7538,1.8091 -1.7086 1.8091c -1.0051,-0.0000 -1.6584,-0.5528 -2.0604 -1.4071c -0.6533,-1.6584 -1.6081,-2.4624 -3.1157 -2.4624c -1.6584,-0.0000 -3.5680,1.2061 -3.5680 8.9452v 2.8142 h 5.5279 c 0.2513,-0.0000 0.4020,0.1005 0.4020 0.3015v 1.0051 c 0.0000,0.4523 -0.7036,0.6533 -1.1558 0.6533h -4.7741 v 16.0310 c 0.0000,1.4574 0.5025,2.2112 2.1609 2.2112h 1.6584 c 0.2010,-0.0000 0.4020,0.1508 0.4020 0.4020v 0.9548 l -0.1005,0.1005 c 0.0000,-0.0000 -4.1208,-0.1005 -6.0807 -0.1005c -1.8091,-0.0000 -5.2264,0.1005 -5.2264 0.1005l -0.1005,-0.1005 v -0.9548 c 0.0000,-0.2513 0.1508,-0.4020 0.4020 -0.4020h 0.9548 c 1.7086,-0.0000 2.1609,-0.7538 2.1609 -2.2112ZM 161.1287,229.7754 ZM 177.0089,215.5535 c 0.0000,-4.1711 -1.9599,-6.5832 -4.9751 -6.5832c -2.6132,-0.0000 -4.3721,1.8091 -4.3721 5.7289c 0.0000,2.6132 1.0051,6.7340 5.0254 6.7340c 1.7589,-0.0000 4.3218,-0.8543 4.3218 -5.8797ZM 177.0089,215.5535 ZM 167.6114,230.1271 c -1.5579,1.4574 -1.9096,3.0152 -1.9096 4.7239c 0.0000,3.7690 4.5228,4.8746 6.2315 4.8746c 4.3218,-0.0000 9.7995,-1.5076 9.7995 -5.1259c 0.0000,-1.3066 -0.7036,-2.1609 -2.6635 -3.1157c -1.4071,-0.7036 -3.4675,-1.2563 -5.8797 -1.2563c -0.4020,-0.0000 -0.9548,0.0503 -1.6584 0.1005c -0.7036,0.0503 -1.4574,0.0503 -2.0102 0.0503c -0.8041,-0.0000 -1.2061,-0.1005 -1.9096 -0.2513ZM 167.6114,230.1271 ZM 182.8886,210.2769 c -0.8041,-0.0000 -1.3066,-0.4523 -1.5076 -0.8543c -0.3015,-0.4523 -0.5025,-0.6030 -0.8543 -0.6030c -0.6030,-0.0000 -1.5579,0.7036 -1.9096 1.2061c 1.4071,1.5076 2.0604,2.9650 2.0604 5.3269c 0.0000,4.9249 -4.0203,7.5883 -8.2416 7.5883c -1.8594,-0.0000 -3.3670,-0.3518 -4.5228 -1.0553c -0.5528,0.8543 -0.8543,1.9096 -0.8543 2.9147c 0.0000,2.1609 1.6584,2.7137 3.0655 2.7137c 0.2513,-0.0000 0.8543,-0.0503 1.5579 -0.1005c 1.1558,-0.1508 2.4122,-0.2513 3.2665 -0.2513c 1.7589,-0.0000 5.0756,0.3518 7.0858 2.0604c 1.3569,1.2563 2.1107,2.4624 2.1107 4.0706c 0.0000,5.4274 -7.1360,8.2919 -13.6188 8.2919c -3.6685,-0.0000 -7.7391,-1.3569 -7.7391 -5.7289c 0.0000,-2.1609 1.3569,-4.4726 3.9198 -6.0807c -1.2563,-0.6533 -2.1609,-1.9096 -2.1609 -3.7188c 0.0000,-1.7086 0.7538,-3.8695 2.1107 -5.0756c -1.3569,-1.3569 -2.5127,-3.0655 -2.5127 -5.8294c 0.0000,-4.6233 4.0706,-7.5883 8.3421 -7.5883c 2.8142,-0.0000 4.5731,1.1558 5.1259 1.5579c 1.2563,-1.7086 3.5178,-2.5629 4.7741 -2.5629c 1.3066,-0.0000 2.2112,0.8543 2.2112 1.9096c 0.0000,1.1056 -0.7036,1.8091 -1.7086 1.8091ZM 185.2003,229.7754 ZM 193.3916,194.6982 v 17.0360 c 3.3670,-3.3670 6.3320,-4.1711 8.2919 -4.1711c 3.6183,-0.0000 5.4274,2.7640 5.4274 7.9401v 10.6538 c 0.0000,1.4574 0.5025,2.2112 2.1609 2.2112h 0.9548 c 0.2010,-0.0000 0.4020,0.1508 0.4020 0.4020v 0.9548 l -0.1005,0.1005 c 0.0000,-0.0000 -3.4173,-0.1005 -5.4274 -0.1005c -1.7589,-0.0000 -5.1761,0.1005 -5.1761 0.1005l -0.1005,-0.1005 v -0.9548 c 0.0000,-0.2513 0.1508,-0.4020 0.4020 -0.4020h 0.9548 c 1.7086,-0.0000 2.1609,-0.7538 2.1609 -2.2112v -11.2066 c 0.0000,-4.0706 -1.1056,-5.0254 -3.9198 -5.0254c -1.4574,-0.0000 -3.6183,1.3066 -6.0305 3.6685v 12.5634 c 0.0000,1.4574 0.5025,2.2112 2.1609 2.2112h 0.9548 c 0.2010,-0.0000 0.4020,0.1508 0.4020 0.4020v 0.9548 l -0.1005,0.1005 c 0.0000,-0.0000 -3.4173,-0.1005 -5.3772 -0.1005c -1.8091,-0.0000 -5.1761,0.1005 -5.1761 0.1005l -0.1005,-0.1005 v -0.9548 c 0.0000,-0.2513 0.1005,-0.4020 0.3518 -0.4020h 0.9548 c 1.7086,-0.0000 2.1609,-0.7538 2.1609 -2.2112v -25.1771 c 0.0000,-2.8645 -0.4523,-3.6685 -1.4574 -3.6685l -1.6584,0.2010 c -0.1508,-0.0000 -0.2513,-0.1005 -0.2513 -0.2513l -0.1005,-1.2563 c 0.8041,-0.0000 2.6132,-0.3015 3.4675 -0.4523c 0.9046,-0.2010 1.6584,-0.4020 2.6635 -0.8543h 1.1056 ZM 211.2317,229.7754 ZM 215.1515,201.0805 c 0.0000,-1.3066 1.0553,-2.4122 2.3619 -2.4122c 1.3569,-0.0000 2.4122,1.1056 2.4122 2.4122c 0.0000,1.3569 -1.0553,2.4122 -2.4122 2.4122c -1.3066,-0.0000 -2.3619,-1.0553 -2.3619 -2.4122ZM 215.1515,201.0805 ZM 219.9256,226.1571 c 0.0000,1.4574 0.5528,2.2112 2.1609 2.2112h 0.9548 c 0.2513,-0.0000 0.4523,0.1508 0.4523 0.4020v 0.9548 l -0.1005,0.1005 c 0.0000,-0.0000 -3.4675,-0.1005 -5.4274 -0.1005c -1.7589,-0.0000 -5.1761,0.1005 -5.1761 0.1005l -0.1005,-0.1005 v -0.9548 c 0.0000,-0.2513 0.1508,-0.4020 0.4020 -0.4020h 0.9548 c 1.6584,-0.0000 2.1609,-0.7538 2.1609 -2.2112v -12.5132 c 0.0000,-2.6635 -0.4523,-3.0655 -1.1558 -3.0655c -0.6533,-0.0000 -1.2563,0.0503 -2.1107 0.2513l -0.2513,-1.4071 c 3.2162,-0.5528 3.7690,-0.7538 5.2264 -1.4574c 0.5528,-0.2010 0.9046,-0.4020 1.2563 -0.4020h 0.7538 v 18.5939 ZM 224.4987,229.7754 ZM 229.7251,201.0805 c 0.0000,-1.3066 1.0553,-2.4122 2.4122 -2.4122c 1.3066,-0.0000 2.4122,1.1056 2.4122 2.4122c 0.0000,1.3569 -1.1056,2.4122 -2.4122 2.4122c -1.3569,-0.0000 -2.4122,-1.0553 -2.4122 -2.4122ZM 229.7251,201.0805 ZM 227.0617,239.5246 c 2.2112,-0.0000 3.7188,-3.9700 3.7188 -11.0558v -14.8249 c 0.0000,-2.6635 -0.4523,-3.0655 -1.1056 -3.0655c -0.7036,-0.0000 -1.2563,0.0503 -2.1107 0.2513l -0.2513,-1.4071 c 3.6685,-0.6030 4.7741,-1.2061 5.4274 -1.5579c 0.3518,-0.1508 0.5528,-0.3015 1.0553 -0.3015h 0.7538 v 19.3477 c 0.0000,6.5832 -0.5025,9.3472 -3.2665 12.1614c -1.3569,1.3066 -2.8142,1.9096 -4.0203 1.9096c -2.0604,-0.0000 -4.7239,-1.0553 -4.7239 -2.5629c 0.0000,-1.2563 0.7538,-1.9096 1.6081 -1.9096c 1.2061,-0.0000 1.8594,1.1558 2.1107 2.2112c 0.1508,0.5025 0.4020,0.8041 0.8041 0.8041ZM 238.4190,229.7754 ZM 249.4246,202.4876 c -2.1609,-0.0000 -5.3269,2.1107 -5.3269 13.8198c 0.0000,4.1208 0.7538,12.4127 5.1761 12.4127c 0.8543,-0.0000 3.2665,-0.5528 4.3218 -4.4726c 0.6533,-2.4122 1.0051,-5.4274 1.0051 -9.7995c 0.0000,-6.3822 -1.6081,-9.9502 -3.0655 -11.2066c -0.5528,-0.5025 -1.3066,-0.7538 -2.1107 -0.7538ZM 249.4246,202.4876 ZM 249.2236,230.3784 c -5.3772,-0.0000 -8.9954,-6.8848 -8.9954 -14.5736c 0.0000,-9.3975 4.4726,-15.0761 9.1964 -15.0761c 2.1609,-0.0000 4.3218,1.3569 5.7792 3.3167c 2.1107,2.8142 3.2162,6.5832 3.2162 11.3071c 0.0000,11.1563 -5.5279,15.0259 -9.1964 15.0259ZM 260.4302,229.7754 ZM 269.8779,205.8043 c -0.9548,-0.0000 -3.1660,0.9046 -4.2716 1.4071l -0.6030,-1.5579 c 4.4223,-2.0604 6.1310,-3.1157 8.6437 -4.9249h 0.9548 v 25.2777 c 0.0000,1.8091 0.2513,2.3117 1.9096 2.3117h 2.6132 c 0.1508,-0.0000 0.4020,0.1005 0.4020 0.4020v 1.1056 l -6.8848,-0.1005 l -6.9853,0.1005 v -1.1056 c 0.0503,-0.1508 0.1005,-0.4020 0.4020 -0.4020h 3.0152 c 1.9096,-0.0000 1.9096,-0.8543 1.9096 -2.3117v -17.2873 c 0.0000,-1.7086 0.0000,-2.9147 -1.1056 -2.9147ZM 282.4413,229.7754 ZM 285.3560,207.5129 c 0.0000,-2.8645 2.7640,-6.7843 8.0406 -6.7843c 3.8695,-0.0000 8.3924,1.4574 8.3924 7.2365c 0.0000,3.8193 -1.9599,5.7289 -4.6736 8.3421l -4.7741,4.6233 c -0.2513,0.2513 -3.6183,3.5680 -3.6183 5.9299h 8.5431 c 1.7086,-0.0000 2.6132,-0.8543 3.3167 -3.6183l 1.2563,0.2010 l -1.0051,6.3320 h -15.5284 c 0.0000,-2.8142 0.4523,-4.9751 5.1259 -9.7492l 3.5178,-3.4675 c 2.8142,-2.8645 3.9700,-5.3269 3.9700 -8.3924c 0.0000,-4.5731 -3.1157,-5.8797 -4.8244 -5.8797c -3.4675,-0.0000 -4.4223,1.8091 -4.4223 3.0152c 0.0000,0.4020 0.1005,0.8041 0.2010 1.1558c 0.1005,0.3518 0.2010,0.7036 0.2010 1.1056c 0.0000,1.3066 -1.0051,1.8091 -1.8091 1.8091c -1.1056,-0.0000 -1.9096,-0.8543 -1.9096 -1.8594ZM 304.4525,229.7754 ZM 315.3073,202.2865 c -1.2563,-0.0000 -4.9249,0.7036 -4.9249 3.7690c 0.0000,0.9046 -0.3518,2.4624 -1.7086 2.4624c -1.3066,-0.0000 -1.4071,-1.4574 -1.4071 -1.6081c 0.0000,-1.5579 2.0604,-6.1812 9.0457 -6.1812c 4.8746,-0.0000 6.3320,3.0655 6.3320 5.0756c 0.0000,1.2563 -0.4020,3.7690 -4.9249 6.6335c 2.8142,0.4523 6.5330,2.5127 6.5330 7.7391c 0.0000,6.6335 -5.0254,10.2015 -10.7041 10.2015c -2.8645,-0.0000 -6.8848,-1.2563 -6.8848 -3.1660c 0.0000,-0.7538 0.7538,-1.6081 1.7589 -1.6081c 0.9548,-0.0000 1.4071,0.5025 1.8594 1.1558c 0.5528,0.8543 1.4574,2.0604 3.8695 2.0604c 1.6584,-0.0000 6.3822,-1.6584 6.3822 -7.9904c 0.0000,-5.3772 -3.7690,-6.2315 -6.4827 -6.2315c -0.4523,-0.0000 -1.0051,0.1005 -1.5579 0.2010l -0.2010,-1.5076 c 3.8695,-0.6533 7.0858,-4.4223 7.0858 -6.7340c 0.0000,-2.8645 -2.0102,-4.2716 -4.0706 -4.2716ZM 326.4636,229.7754 ZM 339.4291,211.9353 c 0.0000,-0.3518 0.0503,-0.7538 0.5025 -1.0051c 0.5528,-0.4020 1.4574,-0.8543 2.2112 -0.8543c 0.6533,-0.0000 0.7036,0.5528 0.7036 1.5579v 8.0909 h 4.0706 l -0.3015,2.3619 h -3.7690 v 4.1711 c 0.0000,1.4071 0.2010,2.1107 1.6584 2.1107h 1.3569 c 0.3015,-0.0000 0.3518,0.2513 0.3518 0.3518v 1.1056 c 0.0000,-0.0000 -3.2162,-0.1005 -5.3269 -0.1005c -1.9096,-0.0000 -4.8746,0.1005 -4.8746 0.1005v -1.1056 c 0.0000,-0.1005 0.0503,-0.3518 0.3518 -0.3518h 1.3569 c 1.5579,-0.0000 1.7086,-0.6533 1.7086 -2.1107v -4.1711 h -9.8497 c -0.2010,-0.0000 -0.3015,-0.1005 -0.4523 -0.3015l -0.4020,-0.5528 l -0.6030,-1.0553 c -0.0503,-0.0000 -0.0503,-0.0503 -0.0503 -0.1005c 0.0000,-0.0503 0.0503,-0.1005 0.1005 -0.1508c 3.2665,-3.6183 9.0457,-14.8249 10.8548 -18.9457c 0.0503,-0.2010 0.1508,-0.2513 0.3518 -0.2513c 0.0503,-0.0000 1.1558,0.4523 1.7589 0.5528c -2.2614,6.0807 -5.9802,12.6137 -9.6487 18.4431h 7.9401 v -7.7893 ZM 348.4748,229.7754 ZM 364.0032,221.2825 c 0.0000,-5.1761 -2.8142,-7.7391 -5.9299 -7.7391c -2.3117,-0.0000 -4.0706,0.3518 -6.0305 1.1558l 1.6081,-13.7193 c 1.6584,0.1508 3.3670,0.2010 5.1259 0.2010c 2.5127,-0.0000 5.1259,-0.1508 7.8396 -0.4523l 0.3015,0.1508 l -0.7538,3.2665 c -1.9599,0.2010 -3.5680,0.2513 -4.9751 0.2513c -2.2614,-0.0000 -3.9700,-0.2010 -5.7289 -0.4020l -0.9548,7.9401 c 1.0553,-0.4020 2.8645,-0.7538 4.8244 -0.7538c 5.3269,-0.0000 8.2919,4.6233 8.2919 9.2467c 0.0000,5.6284 -3.9198,9.9502 -9.5985 9.9502c -2.8645,-0.0000 -7.0355,-1.6081 -7.0355 -3.5680c 0.0000,-0.9548 0.8041,-1.6081 1.7086 -1.6081c 1.0051,-0.0000 1.6584,0.7538 2.2614 1.5579c 0.7538,0.9046 1.5579,1.9096 3.1660 1.9096c 3.2162,-0.0000 5.8797,-3.0152 5.8797 -7.3873Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 200.3410,229.7754 c 0.0000,-0.1883 -0.1527,-0.3410 -0.3410 -0.3410c -0.1883,-0.0000 -0.3410,0.1527 -0.3410 0.3410c -0.0000,0.1883 0.1527,0.3410 0.3410 0.3410c 0.1883,0.0000 0.3410,-0.1527 0.3410 -0.3410Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="46.666666666666664px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <text dominant-baseline="text-before-edge" transform="matrix(1.0000,-0.0000,0.0000,1.0000,29.6845,127.1996)" stroke="none" text-anchor="start">abcdefghij012345+    </text>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,255)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 29.8664,138.8663 c 0.0000,-0.1004 -0.0814,-0.1818 -0.1818 -0.1818c -0.1004,-0.0000 -0.1818,0.0814 -0.1818 0.1818c -0.0000,0.1004 0.0814,0.1818 0.1818 0.1818c 0.1004,0.0000 0.1818,-0.0814 0.1818 -0.1818Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 29.6845,169.1693 ZM 44.3084,156.8571 l -3.9700,1.0051 c -4.4223,1.3569 -5.0756,3.6685 -5.0756 5.9299c 0.0000,1.5579 0.7538,3.9198 3.9198 3.9198c 1.5076,-0.0000 3.8193,-1.4574 5.1259 -2.5629v -8.2919 ZM 44.3084,156.8571 ZM 47.5246,169.7724 c -1.9096,-0.0000 -2.9650,-1.7086 -3.1660 -2.9147l -1.1558,0.8041 c -2.3117,1.6081 -3.1660,2.1107 -5.4777 2.1107c -3.5178,-0.0000 -6.0807,-2.0102 -6.0807 -5.7792c 0.0000,-3.8193 3.2665,-6.4325 8.0406 -7.6386l 4.6233,-1.1558 c 0.0000,-5.6787 -2.6132,-6.7340 -4.3218 -6.7340c -1.9096,-0.0000 -4.1208,0.8543 -4.1208 2.4122c 0.0000,0.5528 0.1005,0.8543 0.1508 1.0051c 0.1005,0.2010 0.1508,0.5528 0.1508 0.9046c 0.0000,0.6533 -0.5025,1.6584 -1.9599 1.6584c -1.2061,-0.0000 -2.0102,-0.8041 -2.0102 -2.0102c 0.0000,-2.9147 4.7239,-5.4777 7.9401 -5.4777c 3.6685,-0.0000 7.8898,1.5076 7.8898 8.6437v 7.3873 c 0.0000,3.0655 0.0503,4.3721 1.2061 4.3721c 1.1056,-0.0000 1.4071,-1.4071 1.4574 -2.5127l 1.2563,0.2513 c -0.3015,3.6685 -1.8594,4.6736 -4.4223 4.6736ZM 52.3490,169.1693 ZM 59.8368,166.4053 c 1.0051,1.2061 2.0604,1.6081 3.6183 1.6081c 4.7741,-0.0000 7.1863,-4.4223 7.1863 -10.1513c 0.0000,-5.1259 -2.6132,-8.7944 -5.6787 -8.7944c -0.5528,-0.0000 -3.1660,0.1005 -5.1259 2.1609v 15.1766 ZM 59.8368,166.4053 ZM 56.0678,140.3739 c 0.0000,-2.8645 -0.5025,-3.6685 -1.5076 -3.6685l -1.6081,0.2010 c -0.1508,-0.0000 -0.2513,-0.1005 -0.2513 -0.2513l -0.1005,-1.2563 c 0.8041,-0.0000 2.6132,-0.3015 3.4675 -0.4523c 0.9046,-0.2010 1.6584,-0.4020 2.6635 -0.8543h 1.1056 v 15.5787 c 1.7086,-1.8594 3.7188,-2.7640 6.1310 -2.7640c 4.3721,-0.0000 8.5431,4.1711 8.5431 10.3020c 0.0000,7.9904 -5.6284,12.5132 -10.7543 12.5132c -2.1609,-0.0000 -3.7690,-0.6030 -5.2264 -1.8594c -0.4523,0.6030 -1.1056,1.3569 -1.5579 1.8594l -1.0553,-0.2513 c 0.1508,-1.2061 0.1508,-2.0102 0.1508 -3.9700v -25.1269 ZM 76.3703,169.1693 ZM 95.6677,164.5962 c -2.2112,3.8193 -4.6233,5.1761 -7.6386 5.1761c -6.0305,-0.0000 -9.7995,-4.5731 -9.7995 -11.0558c 0.0000,-7.1360 4.4726,-11.7594 9.9000 -11.7594c 4.8244,-0.0000 7.3873,2.4624 7.3873 5.1259c 0.0000,1.4574 -0.9046,2.2112 -1.9599 2.2112c -1.0553,-0.0000 -2.0604,-0.5528 -2.2112 -1.8091c -0.2010,-1.6584 -0.5025,-3.8193 -3.4675 -3.8193c -3.3167,-0.0000 -5.7792,3.5178 -5.7792 8.9452c 0.0000,5.8797 3.1660,9.9502 7.0355 9.9502c 2.1609,-0.0000 4.0706,-1.4071 5.6284 -3.6685ZM 96.6226,169.1693 ZM 113.4073,164.6967 v -13.0157 c -1.2061,-1.9096 -2.5629,-2.9650 -4.9249 -2.9650c -1.0051,-0.0000 -3.0655,0.1508 -4.6736 2.5127c -0.7036,1.0553 -1.5579,3.2162 -1.5579 6.8345c 0.0000,6.5832 3.4173,9.5985 6.1310 9.5985c 1.6584,-0.0000 3.0152,-1.0051 5.0254 -2.9650ZM 113.4073,164.6967 ZM 117.1764,134.0922 v 29.0467 c 0.0000,1.5076 0.1005,2.3117 0.2010 2.6635c 0.1508,0.4523 0.7036,0.7538 1.1056 0.7538c 0.6030,-0.0000 1.7086,-0.0000 2.4624 -0.1508l 0.2010,1.4071 c -2.9147,0.5025 -5.5279,1.0553 -6.5832 1.9599h -1.2061 l 0.1508,-3.4675 c -1.9096,1.9599 -3.8695,3.4675 -6.4325 3.4675c -5.4274,-0.0000 -8.7442,-4.6233 -8.7442 -10.8046c 0.0000,-3.7188 1.0051,-6.8345 3.1660 -8.9954c 2.0102,-1.9096 4.2213,-3.0152 7.5381 -3.0152c 1.0051,-0.0000 3.2162,0.4523 4.3721 1.1056v -7.6888 c 0.0000,-2.8645 -0.4523,-3.6685 -1.4574 -3.6685l -1.6584,0.2010 c -0.1005,-0.0000 -0.2513,-0.1005 -0.2513 -0.2513l -0.1005,-1.2563 c 0.8041,-0.0000 2.6132,-0.3015 3.4675 -0.4523c 0.9548,-0.2010 1.6584,-0.4020 2.6635 -0.8543h 1.1056 ZM 121.4479,169.1693 ZM 127.1769,155.2490 h 9.2467 c 0.5025,-0.0000 0.7036,-0.2513 0.7036 -0.7036c 0.0000,-4.6736 -2.3619,-5.8797 -4.1711 -5.8797c -1.1558,-0.0000 -4.9249,0.4523 -5.7792 6.5832ZM 127.1769,155.2490 ZM 140.4439,164.4957 l 1.0051,0.8041 c -1.9096,2.6132 -4.8746,4.4726 -8.4929 4.4726c -6.8848,-0.0000 -9.7995,-5.1259 -9.7995 -10.6035c 0.0000,-7.6386 5.0254,-12.2117 9.7995 -12.2117c 6.6335,-0.0000 8.1914,5.1761 8.1914 9.3975c 0.0000,0.5528 -0.3518,0.8543 -0.9046 0.8543h -13.2167 c -0.0503,0.3015 -0.0503,0.6030 -0.0503 1.0051c 0.0000,5.1259 3.5680,9.0959 7.1863 9.0959c 2.7640,-0.0000 4.5228,-0.9046 6.2817 -2.8142ZM 142.9566,169.1693 ZM 147.5799,165.5510 v -16.0310 h -3.4675 c -0.2010,-0.0000 -0.2513,-0.0503 -0.2513 -0.2513v -0.7036 c 0.0000,-0.4020 0.2513,-1.0051 1.1558 -1.0051h 2.5629 v -1.9599 c 0.0000,-7.8396 4.0706,-11.5081 8.2919 -11.5081c 1.9096,-0.0000 3.2162,0.5025 4.4726 1.3569c 1.0051,0.7538 1.4574,1.6081 1.4574 2.4122c 0.0000,1.0553 -0.7538,1.8091 -1.7086 1.8091c -1.0051,-0.0000 -1.6584,-0.5528 -2.0604 -1.4071c -0.6533,-1.6584 -1.6081,-2.4624 -3.1157 -2.4624c -1.6584,-0.0000 -3.5680,1.2061 -3.5680 8.9452v 2.8142 h 5.5279 c 0.2513,-0.0000 0.4020,0.1005 0.4020 0.3015v 1.0051 c 0.0000,0.4523 -0.7036,0.6533 -1.1558 0.6533h -4.7741 v 16.0310 c 0.0000,1.4574 0.5025,2.2112 2.1609 2.2112h 1.6584 c 0.2010,-0.0000 0.4020,0.1508 0.4020 0.4020v 0.9548 l -0.1005,0.1005 c 0.0000,-0.0000 -4.1208,-0.1005 -6.0807 -0.1005c -1.8091,-0.0000 -5.2264,0.1005 -5.2264 0.1005l -0.1005,-0.1005 v -0.9548 c 0.0000,-0.2513 0.1508,-0.4020 0.4020 -0.4020h 0.9548 c 1.7086,-0.0000 2.1609,-0.7538 2.1609 -2.2112ZM 161.2992,169.1693 ZM 177.1794,154.9475 c 0.0000,-4.1711 -1.9599,-6.5832 -4.9751 -6.5832c -2.6132,-0.0000 -4.3721,1.8091 -4.3721 5.7289c 0.0000,2.6132 1.0051,6.7340 5.0254 6.7340c 1.7589,-0.0000 4.3218,-0.8543 4.3218 -5.8797ZM 177.1794,154.9475 ZM 167.7819,169.5211 c -1.5579,1.4574 -1.9096,3.0152 -1.9096 4.7239c 0.0000,3.7690 4.5228,4.8746 6.2315 4.8746c 4.3218,-0.0000 9.7995,-1.5076 9.7995 -5.1259c 0.0000,-1.3066 -0.7036,-2.1609 -2.6635 -3.1157c -1.4071,-0.7036 -3.4675,-1.2563 -5.8797 -1.2563c -0.4020,-0.0000 -0.9548,0.0503 -1.6584 0.1005c -0.7036,0.0503 -1.4574,0.0503 -2.0102 0.0503c -0.8041,-0.0000 -1.2061,-0.1005 -1.9096 -0.2513ZM 167.7819,169.5211 ZM 183.0591,149.6708 c -0.8041,-0.0000 -1.3066,-0.4523 -1.5076 -0.8543c -0.3015,-0.4523 -0.5025,-0.6030 -0.8543 -0.6030c -0.6030,-0.0000 -1.5579,0.7036 -1.9096 1.2061c 1.4071,1.5076 2.0604,2.9650 2.0604 5.3269c 0.0000,4.9249 -4.0203,7.5883 -8.2416 7.5883c -1.8594,-0.0000 -3.3670,-0.3518 -4.5228 -1.0553c -0.5528,0.8543 -0.8543,1.9096 -0.8543 2.9147c 0.0000,2.1609 1.6584,2.7137 3.0655 2.7137c 0.2513,-0.0000 0.8543,-0.0503 1.5579 -0.1005c 1.1558,-0.1508 2.4122,-0.2513 3.2665 -0.2513c 1.7589,-0.0000 5.0756,0.3518 7.0858 2.0604c 1.3569,1.2563 2.1107,2.4624 2.1107 4.0706c 0.0000,5.4274 -7.1360,8.2919 -13.6188 8.2919c -3.6685,-0.0000 -7.7391,-1.3569 -7.7391 -5.7289c 0.0000,-2.1609 1.3569,-4.4726 3.9198 -6.0807c -1.2563,-0.6533 -2.1609,-1.9096 -2.1609 -3.7188c 0.0000,-1.7086 0.7538,-3.8695 2.1107 -5.0756c -1.3569,-1.3569 -2.5127,-3.0655 -2.5127 -5.8294c 0.0000,-4.6233 4.0706,-7.5883 8.3421 -7.5883c 2.8142,-0.0000 4.5731,1.1558 5.1259 1.5579c 1.2563,-1.7086 3.5178,-2.5629 4.7741 -2.5629c 1.3066,-0.0000 2.2112,0.8543 2.2112 1.9096c 0.0000,1.1056 -0.7036,1.8091 -1.7086 1.8091ZM 185.3707,169.1693 ZM 193.5621,134.0922 v 17.0360 c 3.3670,-3.3670 6.3320,-4.1711 8.2919 -4.1711c 3.6183,-0.0000 5.4274,2.7640 5.4274 7.9401v 10.6538 c 0.0000,1.4574 0.5025,2.2112 2.1609 2.2112h 0.9548 c 0.2010,-0.0000 0.4020,0.1508 0.4020 0.4020v 0.9548 l -0.1005,0.1005 c 0.0000,-0.0000 -3.4173,-0.1005 -5.4274 -0.1005c -1.7589,-0.0000 -5.1761,0.1005 -5.1761 0.1005l -0.1005,-0.1005 v -0.9548 c 0.0000,-0.2513 0.1508,-0.4020 0.4020 -0.4020h 0.9548 c 1.7086,-0.0000 2.1609,-0.7538 2.1609 -2.2112v -11.2066 c 0.0000,-4.0706 -1.1056,-5.0254 -3.9198 -5.0254c -1.4574,-0.0000 -3.6183,1.3066 -6.0305 3.6685v 12.5634 c 0.0000,1.4574 0.5025,2.2112 2.1609 2.2112h 0.9548 c 0.2010,-0.0000 0.4020,0.1508 0.4020 0.4020v 0.9548 l -0.1005,0.1005 c 0.0000,-0.0000 -3.4173,-0.1005 -5.3772 -0.1005c -1.8091,-0.0000 -5.1761,0.1005 -5.1761 0.1005l -0.1005,-0.1005 v -0.9548 c 0.0000,-0.2513 0.1005,-0.4020 0.3518 -0.4020h 0.9548 c 1.7086,-0.0000 2.1609,-0.7538 2.1609 -2.2112v -25.1771 c 0.0000,-2.8645 -0.4523,-3.6685 -1.4574 -3.6685l -1.6584,0.2010 c -0.1508,-0.0000 -0.2513,-0.1005 -0.2513 -0.2513l -0.1005,-1.2563 c 0.8041,-0.0000 2.6132,-0.3015 3.4675 -0.4523c 0.9046,-0.2010 1.6584,-0.4020 2.6635 -0.8543h 1.1056 ZM 211.4022,169.1693 ZM 215.3220,140.4744 c 0.0000,-1.3066 1.0553,-2.4122 2.3619 -2.4122c 1.3569,-0.0000 2.4122,1.1056 2.4122 2.4122c 0.0000,1.3569 -1.0553,2.4122 -2.4122 2.4122c -1.3066,-0.0000 -2.3619,-1.0553 -2.3619 -2.4122ZM 215.3220,140.4744 ZM 220.0961,165.5510 c 0.0000,1.4574 0.5528,2.2112 2.1609 2.2112h 0.9548 c 0.2513,-0.0000 0.4523,0.1508 0.4523 0.4020v 0.9548 l -0.1005,0.1005 c 0.0000,-0.0000 -3.4675,-0.1005 -5.4274 -0.1005c -1.7589,-0.0000 -5.1761,0.1005 -5.1761 0.1005l -0.1005,-0.1005 v -0.9548 c 0.0000,-0.2513 0.1508,-0.4020 0.4020 -0.4020h 0.9548 c 1.6584,-0.0000 2.1609,-0.7538 2.1609 -2.2112v -12.5132 c 0.0000,-2.6635 -0.4523,-3.0655 -1.1558 -3.0655c -0.6533,-0.0000 -1.2563,0.0503 -2.1107 0.2513l -0.2513,-1.4071 c 3.2162,-0.5528 3.7690,-0.7538 5.2264 -1.4574c 0.5528,-0.2010 0.9046,-0.4020 1.2563 -0.4020h 0.7538 v 18.5939 ZM 224.6692,169.1693 ZM 229.8956,140.4744 c 0.0000,-1.3066 1.0553,-2.4122 2.4122 -2.4122c 1.3066,-0.0000 2.4122,1.1056 2.4122 2.4122c 0.0000,1.3569 -1.1056,2.4122 -2.4122 2.4122c -1.3569,-0.0000 -2.4122,-1.0553 -2.4122 -2.4122ZM 229.8956,140.4744 ZM 227.2321,178.9185 c 2.2112,-0.0000 3.7188,-3.9700 3.7188 -11.0558v -14.8249 c 0.0000,-2.6635 -0.4523,-3.0655 -1.1056 -3.0655c -0.7036,-0.0000 -1.2563,0.0503 -2.1107 0.2513l -0.2513,-1.4071 c 3.6685,-0.6030 4.7741,-1.2061 5.4274 -1.5579c 0.3518,-0.1508 0.5528,-0.3015 1.0553 -0.3015h 0.7538 v 19.3477 c 0.0000,6.5832 -0.5025,9.3472 -3.2665 12.1614c -1.3569,1.3066 -2.8142,1.9096 -4.0203 1.9096c -2.0604,-0.0000 -4.7239,-1.0553 -4.7239 -2.5629c 0.0000,-1.2563 0.7538,-1.9096 1.6081 -1.9096c 1.2061,-0.0000 1.8594,1.1558 2.1107 2.2112c 0.1508,0.5025 0.4020,0.8041 0.8041 0.8041ZM 238.5895,169.1693 ZM 249.5951,141.8815 c -2.1609,-0.0000 -5.3269,2.1107 -5.3269 13.8198c 0.0000,4.1208 0.7538,12.4127 5.1761 12.4127c 0.8543,-0.0000 3.2665,-0.5528 4.3218 -4.4726c 0.6533,-2.4122 1.0051,-5.4274 1.0051 -9.7995c 0.0000,-6.3822 -1.6081,-9.9502 -3.0655 -11.2066c -0.5528,-0.5025 -1.3066,-0.7538 -2.1107 -0.7538ZM 249.5951,141.8815 ZM 249.3941,169.7724 c -5.3772,-0.0000 -8.9954,-6.8848 -8.9954 -14.5736c 0.0000,-9.3975 4.4726,-15.0761 9.1964 -15.0761c 2.1609,-0.0000 4.3218,1.3569 5.7792 3.3167c 2.1107,2.8142 3.2162,6.5832 3.2162 11.3071c 0.0000,11.1563 -5.5279,15.0259 -9.1964 15.0259ZM 260.6007,169.1693 ZM 270.0484,145.1983 c -0.9548,-0.0000 -3.1660,0.9046 -4.2716 1.4071l -0.6030,-1.5579 c 4.4223,-2.0604 6.1310,-3.1157 8.6437 -4.9249h 0.9548 v 25.2777 c 0.0000,1.8091 0.2513,2.3117 1.9096 2.3117h 2.6132 c 0.1508,-0.0000 0.4020,0.1005 0.4020 0.4020v 1.1056 l -6.8848,-0.1005 l -6.9853,0.1005 v -1.1056 c 0.0503,-0.1508 0.1005,-0.4020 0.4020 -0.4020h 3.0152 c 1.9096,-0.0000 1.9096,-0.8543 1.9096 -2.3117v -17.2873 c 0.0000,-1.7086 0.0000,-2.9147 -1.1056 -2.9147ZM 282.6118,169.1693 ZM 285.5265,146.9069 c 0.0000,-2.8645 2.7640,-6.7843 8.0406 -6.7843c 3.8695,-0.0000 8.3924,1.4574 8.3924 7.2365c 0.0000,3.8193 -1.9599,5.7289 -4.6736 8.3421l -4.7741,4.6233 c -0.2513,0.2513 -3.6183,3.5680 -3.6183 5.9299h 8.5431 c 1.7086,-0.0000 2.6132,-0.8543 3.3167 -3.6183l 1.2563,0.2010 l -1.0051,6.3320 h -15.5284 c 0.0000,-2.8142 0.4523,-4.9751 5.1259 -9.7492l 3.5178,-3.4675 c 2.8142,-2.8645 3.9700,-5.3269 3.9700 -8.3924c 0.0000,-4.5731 -3.1157,-5.8797 -4.8244 -5.8797c -3.4675,-0.0000 -4.4223,1.8091 -4.4223 3.0152c 0.0000,0.4020 0.1005,0.8041 0.2010 1.1558c 0.1005,0.3518 0.2010,0.7036 0.2010 1.1056c 0.0000,1.3066 -1.0051,1.8091 -1.8091 1.8091c -1.1056,-0.0000 -1.9096,-0.8543 -1.9096 -1.8594ZM 304.6230,169.1693 ZM 315.4778,141.6805 c -1.2563,-0.0000 -4.9249,0.7036 -4.9249 3.7690c 0.0000,0.9046 -0.3518,2.4624 -1.7086 2.4624c -1.3066,-0.0000 -1.4071,-1.4574 -1.4071 -1.6081c 0.0000,-1.5579 2.0604,-6.1812 9.0457 -6.1812c 4.8746,-0.0000 6.3320,3.0655 6.3320 5.0756c 0.0000,1.2563 -0.4020,3.7690 -4.9249 6.6335c 2.8142,0.4523 6.5330,2.5127 6.5330 7.7391c 0.0000,6.6335 -5.0254,10.2015 -10.7041 10.2015c -2.8645,-0.0000 -6.8848,-1.2563 -6.8848 -3.1660c 0.0000,-0.7538 0.7538,-1.6081 1.7589 -1.6081c 0.9548,-0.0000 1.4071,0.5025 1.8594 1.1558c 0.5528,0.8543 1.4574,2.0604 3.8695 2.0604c 1.6584,-0.0000 6.3822,-1.6584 6.3822 -7.9904c 0.0000,-5.3772 -3.7690,-6.2315 -6.4827 -6.2315c -0.4523,-0.0000 -1.0051,0.1005 -1.5579 0.2010l -0.2010,-1.5076 c 3.8695,-0.6533 7.0858,-4.4223 7.0858 -6.7340c 0.0000,-2.8645 -2.0102,-4.2716 -4.0706 -4.2716ZM 326.6341,169.1693 ZM 339.5996,151.3292 c 0.0000,-0.3518 0.0503,-0.7538 0.5025 -1.0051c 0.5528,-0.4020 1.4574,-0.8543 2.2112 -0.8543c 0.6533,-0.0000 0.7036,0.5528 0.7036 1.5579v 8.0909 h 4.0706 l -0.3015,2.3619 h -3.7690 v 4.1711 c 0.0000,1.4071 0.2010,2.1107 1.6584 2.1107h 1.3569 c 0.3015,-0.0000 0.3518,0.2513 0.3518 0.3518v 1.1056 c 0.0000,-0.0000 -3.2162,-0.1005 -5.3269 -0.1005c -1.9096,-0.0000 -4.8746,0.1005 -4.8746 0.1005v -1.1056 c 0.0000,-0.1005 0.0503,-0.3518 0.3518 -0.3518h 1.3569 c 1.5579,-0.0000 1.7086,-0.6533 1.7086 -2.1107v -4.1711 h -9.8497 c -0.2010,-0.0000 -0.3015,-0.1005 -0.4523 -0.3015l -0.4020,-0.5528 l -0.6030,-1.0553 c -0.0503,-0.0000 -0.0503,-0.0503 -0.0503 -0.1005c 0.0000,-0.0503 0.0503,-0.1005 0.1005 -0.1508c 3.2665,-3.6183 9.0457,-14.8249 10.8548 -18.9457c 0.0503,-0.2010 0.1508,-0.2513 0.3518 -0.2513c 0.0503,-0.0000 1.1558,0.4523 1.7589 0.5528c -2.2614,6.0807 -5.9802,12.6137 -9.6487 18.4431h 7.9401 v -7.7893 ZM 348.6453,169.1693 ZM 364.1737,160.6764 c 0.0000,-5.1761 -2.8142,-7.7391 -5.9299 -7.7391c -2.3117,-0.0000 -4.0706,0.3518 -6.0305 1.1558l 1.6081,-13.7193 c 1.6584,0.1508 3.3670,0.2010 5.1259 0.2010c 2.5127,-0.0000 5.1259,-0.1508 7.8396 -0.4523l 0.3015,0.1508 l -0.7538,3.2665 c -1.9599,0.2010 -3.5680,0.2513 -4.9751 0.2513c -2.2614,-0.0000 -3.9700,-0.2010 -5.7289 -0.4020l -0.9548,7.9401 c 1.0553,-0.4020 2.8645,-0.7538 4.8244 -0.7538c 5.3269,-0.0000 8.2919,4.6233 8.2919 9.2467c 0.0000,5.6284 -3.9198,9.9502 -9.5985 9.9502c -2.8645,-0.0000 -7.0355,-1.6081 -7.0355 -3.5680c 0.0000,-0.9548 0.8041,-1.6081 1.7086 -1.6081c 1.0051,-0.0000 1.6584,0.7538 2.2614 1.5579c 0.7538,0.9046 1.5579,1.9096 3.1660 1.9096c 3.2162,-0.0000 5.8797,-3.0152 5.8797 -7.3873Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 30.0255,138.8663 c 0.0000,-0.1883 -0.1527,-0.3410 -0.3410 -0.3410c -0.1883,-0.0000 -0.3410,0.1527 -0.3410 0.3410c -0.0000,0.1883 0.1527,0.3410 0.3410 0.3410c 0.1883,0.0000 0.3410,-0.1527 0.3410 -0.3410Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="46.666666666666664px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,29.6845,98.0784)" stroke="none" text-anchor="start">abcdefghij012345+    </text>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,255)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 29.8664,93.4117 c 0.0000,-0.1004 -0.0814,-0.1818 -0.1818 -0.1818c -0.1004,-0.0000 -0.1818,0.0814 -0.1818 0.1818c -0.0000,0.1004 0.0814,0.1818 0.1818 0.1818c 0.1004,0.0000 0.1818,-0.0814 0.1818 -0.1818Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 29.6845,108.5632 ZM 44.3084,96.2511 l -3.9700,1.0051 c -4.4223,1.3569 -5.0756,3.6685 -5.0756 5.9299c 0.0000,1.5579 0.7538,3.9198 3.9198 3.9198c 1.5076,-0.0000 3.8193,-1.4574 5.1259 -2.5629v -8.2919 ZM 44.3084,96.2511 ZM 47.5246,109.1663 c -1.9096,-0.0000 -2.9650,-1.7086 -3.1660 -2.9147l -1.1558,0.8041 c -2.3117,1.6081 -3.1660,2.1107 -5.4777 2.1107c -3.5178,-0.0000 -6.0807,-2.0102 -6.0807 -5.7792c 0.0000,-3.8193 3.2665,-6.4325 8.0406 -7.6386l 4.6233,-1.1558 c 0.0000,-5.6787 -2.6132,-6.7340 -4.3218 -6.7340c -1.9096,-0.0000 -4.1208,0.8543 -4.1208 2.4122c 0.0000,0.5528 0.1005,0.8543 0.1508 1.0051c 0.1005,0.2010 0.1508,0.5528 0.1508 0.9046c 0.0000,0.6533 -0.5025,1.6584 -1.9599 1.6584c -1.2061,-0.0000 -2.0102,-0.8041 -2.0102 -2.0102c 0.0000,-2.9147 4.7239,-5.4777 7.9401 -5.4777c 3.6685,-0.0000 7.8898,1.5076 7.8898 8.6437v 7.3873 c 0.0000,3.0655 0.0503,4.3721 1.2061 4.3721c 1.1056,-0.0000 1.4071,-1.4071 1.4574 -2.5127l 1.2563,0.2513 c -0.3015,3.6685 -1.8594,4.6736 -4.4223 4.6736ZM 52.3490,108.5632 ZM 59.8368,105.7993 c 1.0051,1.2061 2.0604,1.6081 3.6183 1.6081c 4.7741,-0.0000 7.1863,-4.4223 7.1863 -10.1513c 0.0000,-5.1259 -2.6132,-8.7944 -5.6787 -8.7944c -0.5528,-0.0000 -3.1660,0.1005 -5.1259 2.1609v 15.1766 ZM 59.8368,105.7993 ZM 56.0678,79.7678 c 0.0000,-2.8645 -0.5025,-3.6685 -1.5076 -3.6685l -1.6081,0.2010 c -0.1508,-0.0000 -0.2513,-0.1005 -0.2513 -0.2513l -0.1005,-1.2563 c 0.8041,-0.0000 2.6132,-0.3015 3.4675 -0.4523c 0.9046,-0.2010 1.6584,-0.4020 2.6635 -0.8543h 1.1056 v 15.5787 c 1.7086,-1.8594 3.7188,-2.7640 6.1310 -2.7640c 4.3721,-0.0000 8.5431,4.1711 8.5431 10.3020c 0.0000,7.9904 -5.6284,12.5132 -10.7543 12.5132c -2.1609,-0.0000 -3.7690,-0.6030 -5.2264 -1.8594c -0.4523,0.6030 -1.1056,1.3569 -1.5579 1.8594l -1.0553,-0.2513 c 0.1508,-1.2061 0.1508,-2.0102 0.1508 -3.9700v -25.1269 ZM 76.3703,108.5632 ZM 95.6677,103.9902 c -2.2112,3.8193 -4.6233,5.1761 -7.6386 5.1761c -6.0305,-0.0000 -9.7995,-4.5731 -9.7995 -11.0558c 0.0000,-7.1360 4.4726,-11.7594 9.9000 -11.7594c 4.8244,-0.0000 7.3873,2.4624 7.3873 5.1259c 0.0000,1.4574 -0.9046,2.2112 -1.9599 2.2112c -1.0553,-0.0000 -2.0604,-0.5528 -2.2112 -1.8091c -0.2010,-1.6584 -0.5025,-3.8193 -3.4675 -3.8193c -3.3167,-0.0000 -5.7792,3.5178 -5.7792 8.9452c 0.0000,5.8797 3.1660,9.9502 7.0355 9.9502c 2.1609,-0.0000 4.0706,-1.4071 5.6284 -3.6685ZM 96.6226,108.5632 ZM 113.4073,104.0907 v -13.0157 c -1.2061,-1.9096 -2.5629,-2.9650 -4.9249 -2.9650c -1.0051,-0.0000 -3.0655,0.1508 -4.6736 2.5127c -0.7036,1.0553 -1.5579,3.2162 -1.5579 6.8345c 0.0000,6.5832 3.4173,9.5985 6.1310 9.5985c 1.6584,-0.0000 3.0152,-1.0051 5.0254 -2.9650ZM 113.4073,104.0907 ZM 117.1764,73.4861 v 29.0467 c 0.0000,1.5076 0.1005,2.3117 0.2010 2.6635c 0.1508,0.4523 0.7036,0.7538 1.1056 0.7538c 0.6030,-0.0000 1.7086,-0.0000 2.4624 -0.1508l 0.2010,1.4071 c -2.9147,0.5025 -5.5279,1.0553 -6.5832 1.9599h -1.2061 l 0.1508,-3.4675 c -1.9096,1.9599 -3.8695,3.4675 -6.4325 3.4675c -5.4274,-0.0000 -8.7442,-4.6233 -8.7442 -10.8046c 0.0000,-3.7188 1.0051,-6.8345 3.1660 -8.9954c 2.0102,-1.9096 4.2213,-3.0152 7.5381 -3.0152c 1.0051,-0.0000 3.2162,0.4523 4.3721 1.1056v -7.6888 c 0.0000,-2.8645 -0.4523,-3.6685 -1.4574 -3.6685l -1.6584,0.2010 c -0.1005,-0.0000 -0.2513,-0.1005 -0.2513 -0.2513l -0.1005,-1.2563 c 0.8041,-0.0000 2.6132,-0.3015 3.4675 -0.4523c 0.9548,-0.2010 1.6584,-0.4020 2.6635 -0.8543h 1.1056 ZM 121.4479,108.5632 ZM 127.1769,94.6429 h 9.2467 c 0.5025,-0.0000 0.7036,-0.2513 0.7036 -0.7036c 0.0000,-4.6736 -2.3619,-5.8797 -4.1711 -5.8797c -1.1558,-0.0000 -4.9249,0.4523 -5.7792 6.5832ZM 127.1769,94.6429 ZM 140.4439,103.8896 l 1.0051,0.8041 c -1.9096,2.6132 -4.8746,4.4726 -8.4929 4.4726c -6.8848,-0.0000 -9.7995,-5.1259 -9.7995 -10.6035c 0.0000,-7.6386 5.0254,-12.2117 9.7995 -12.2117c 6.6335,-0.0000 8.1914,5.1761 8.1914 9.3975c 0.0000,0.5528 -0.3518,0.8543 -0.9046 0.8543h -13.2167 c -0.0503,0.3015 -0.0503,0.6030 -0.0503 1.0051c 0.0000,5.1259 3.5680,9.0959 7.1863 9.0959c 2.7640,-0.0000 4.5228,-0.9046 6.2817 -2.8142ZM 142.9566,108.5632 ZM 147.5799,104.9450 v -16.0310 h -3.4675 c -0.2010,-0.0000 -0.2513,-0.0503 -0.2513 -0.2513v -0.7036 c 0.0000,-0.4020 0.2513,-1.0051 1.1558 -1.0051h 2.5629 v -1.9599 c 0.0000,-7.8396 4.0706,-11.5081 8.2919 -11.5081c 1.9096,-0.0000 3.2162,0.5025 4.4726 1.3569c 1.0051,0.7538 1.4574,1.6081 1.4574 2.4122c 0.0000,1.0553 -0.7538,1.8091 -1.7086 1.8091c -1.0051,-0.0000 -1.6584,-0.5528 -2.0604 -1.4071c -0.6533,-1.6584 -1.6081,-2.4624 -3.1157 -2.4624c -1.6584,-0.0000 -3.5680,1.2061 -3.5680 8.9452v 2.8142 h 5.5279 c 0.2513,-0.0000 0.4020,0.1005 0.4020 0.3015v 1.0051 c 0.0000,0.4523 -0.7036,0.6533 -1.1558 0.6533h -4.7741 v 16.0310 c 0.0000,1.4574 0.5025,2.2112 2.1609 2.2112h 1.6584 c 0.2010,-0.0000 0.4020,0.1508 0.4020 0.4020v 0.9548 l -0.1005,0.1005 c 0.0000,-0.0000 -4.1208,-0.1005 -6.0807 -0.1005c -1.8091,-0.0000 -5.2264,0.1005 -5.2264 0.1005l -0.1005,-0.1005 v -0.9548 c 0.0000,-0.2513 0.1508,-0.4020 0.4020 -0.4020h 0.9548 c 1.7086,-0.0000 2.1609,-0.7538 2.1609 -2.2112ZM 161.2992,108.5632 ZM 177.1794,94.3414 c 0.0000,-4.1711 -1.9599,-6.5832 -4.9751 -6.5832c -2.6132,-0.0000 -4.3721,1.8091 -4.3721 5.7289c 0.0000,2.6132 1.0051,6.7340 5.0254 6.7340c 1.7589,-0.0000 4.3218,-0.8543 4.3218 -5.8797ZM 177.1794,94.3414 ZM 167.7819,108.9150 c -1.5579,1.4574 -1.9096,3.0152 -1.9096 4.7239c 0.0000,3.7690 4.5228,4.8746 6.2315 4.8746c 4.3218,-0.0000 9.7995,-1.5076 9.7995 -5.1259c 0.0000,-1.3066 -0.7036,-2.1609 -2.6635 -3.1157c -1.4071,-0.7036 -3.4675,-1.2563 -5.8797 -1.2563c -0.4020,-0.0000 -0.9548,0.0503 -1.6584 0.1005c -0.7036,0.0503 -1.4574,0.0503 -2.0102 0.0503c -0.8041,-0.0000 -1.2061,-0.1005 -1.9096 -0.2513ZM 167.7819,108.9150 ZM 183.0591,89.0648 c -0.8041,-0.0000 -1.3066,-0.4523 -1.5076 -0.8543c -0.3015,-0.4523 -0.5025,-0.6030 -0.8543 -0.6030c -0.6030,-0.0000 -1.5579,0.7036 -1.9096 1.2061c 1.4071,1.5076 2.0604,2.9650 2.0604 5.3269c 0.0000,4.9249 -4.0203,7.5883 -8.2416 7.5883c -1.8594,-0.0000 -3.3670,-0.3518 -4.5228 -1.0553c -0.5528,0.8543 -0.8543,1.9096 -0.8543 2.9147c 0.0000,2.1609 1.6584,2.7137 3.0655 2.7137c 0.2513,-0.0000 0.8543,-0.0503 1.5579 -0.1005c 1.1558,-0.1508 2.4122,-0.2513 3.2665 -0.2513c 1.7589,-0.0000 5.0756,0.3518 7.0858 2.0604c 1.3569,1.2563 2.1107,2.4624 2.1107 4.0706c 0.0000,5.4274 -7.1360,8.2919 -13.6188 8.2919c -3.6685,-0.0000 -7.7391,-1.3569 -7.7391 -5.7289c 0.0000,-2.1609 1.3569,-4.4726 3.9198 -6.0807c -1.2563,-0.6533 -2.1609,-1.9096 -2.1609 -3.7188c 0.0000,-1.7086 0.7538,-3.8695 2.1107 -5.0756c -1.3569,-1.3569 -2.5127,-3.0655 -2.5127 -5.8294c 0.0000,-4.6233 4.0706,-7.5883 8.3421 -7.5883c 2.8142,-0.0000 4.5731,1.1558 5.1259 1.5579c 1.2563,-1.7086 3.5178,-2.5629 4.7741 -2.5629c 1.3066,-0.0000 2.2112,0.8543 2.2112 1.9096c 0.0000,1.1056 -0.7036,1.8091 -1.7086 1.8091ZM 185.3707,108.5632 ZM 193.5621,73.4861 v 17.0360 c 3.3670,-3.3670 6.3320,-4.1711 8.2919 -4.1711c 3.6183,-0.0000 5.4274,2.7640 5.4274 7.9401v 10.6538 c 0.0000,1.4574 0.5025,2.2112 2.1609 2.2112h 0.9548 c 0.2010,-0.0000 0.4020,0.1508 0.4020 0.4020v 0.9548 l -0.1005,0.1005 c 0.0000,-0.0000 -3.4173,-0.1005 -5.4274 -0.1005c -1.7589,-0.0000 -5.1761,0.1005 -5.1761 0.1005l -0.1005,-0.1005 v -0.9548 c 0.0000,-0.2513 0.1508,-0.4020 0.4020 -0.4020h 0.9548 c 1.7086,-0.0000 2.1609,-0.7538 2.1609 -2.2112v -11.2066 c 0.0000,-4.0706 -1.1056,-5.0254 -3.9198 -5.0254c -1.4574,-0.0000 -3.6183,1.3066 -6.0305 3.6685v 12.5634 c 0.0000,1.4574 0.5025,2.2112 2.1609 2.2112h 0.9548 c 0.2010,-0.0000 0.4020,0.1508 0.4020 0.4020v 0.9548 l -0.1005,0.1005 c 0.0000,-0.0000 -3.4173,-0.1005 -5.3772 -0.1005c -1.8091,-0.0000 -5.1761,0.1005 -5.1761 0.1005l -0.1005,-0.1005 v -0.9548 c 0.0000,-0.2513 0.1005,-0.4020 0.3518 -0.4020h 0.9548 c 1.7086,-0.0000 2.1609,-0.7538 2.1609 -2.2112v -25.1771 c 0.0000,-2.8645 -0.4523,-3.6685 -1.4574 -3.6685l -1.6584,0.2010 c -0.1508,-0.0000 -0.2513,-0.1005 -0.2513 -0.2513l -0.1005,-1.2563 c 0.8041,-0.0000 2.6132,-0.3015 3.4675 -0.4523c 0.9046,-0.2010 1.6584,-0.4020 2.6635 -0.8543h 1.1056 ZM 211.4022,108.5632 ZM 215.3220,79.8683 c 0.0000,-1.3066 1.0553,-2.4122 2.3619 -2.4122c 1.3569,-0.0000 2.4122,1.1056 2.4122 2.4122c 0.0000,1.3569 -1.0553,2.4122 -2.4122 2.4122c -1.3066,-0.0000 -2.3619,-1.0553 -2.3619 -2.4122ZM 215.3220,79.8683 ZM 220.0961,104.9450 c 0.0000,1.4574 0.5528,2.2112 2.1609 2.2112h 0.9548 c 0.2513,-0.0000 0.4523,0.1508 0.4523 0.4020v 0.9548 l -0.1005,0.1005 c 0.0000,-0.0000 -3.4675,-0.1005 -5.4274 -0.1005c -1.7589,-0.0000 -5.1761,0.1005 -5.1761 0.1005l -0.1005,-0.1005 v -0.9548 c 0.0000,-0.2513 0.1508,-0.4020 0.4020 -0.4020h 0.9548 c 1.6584,-0.0000 2.1609,-0.7538 2.1609 -2.2112v -12.5132 c 0.0000,-2.6635 -0.4523,-3.0655 -1.1558 -3.0655c -0.6533,-0.0000 -1.2563,0.0503 -2.1107 0.2513l -0.2513,-1.4071 c 3.2162,-0.5528 3.7690,-0.7538 5.2264 -1.4574c 0.5528,-0.2010 0.9046,-0.4020 1.2563 -0.4020h 0.7538 v 18.5939 ZM 224.6692,108.5632 ZM 229.8956,79.8683 c 0.0000,-1.3066 1.0553,-2.4122 2.4122 -2.4122c 1.3066,-0.0000 2.4122,1.1056 2.4122 2.4122c 0.0000,1.3569 -1.1056,2.4122 -2.4122 2.4122c -1.3569,-0.0000 -2.4122,-1.0553 -2.4122 -2.4122ZM 229.8956,79.8683 ZM 227.2321,118.3125 c 2.2112,-0.0000 3.7188,-3.9700 3.7188 -11.0558v -14.8249 c 0.0000,-2.6635 -0.4523,-3.0655 -1.1056 -3.0655c -0.7036,-0.0000 -1.2563,0.0503 -2.1107 0.2513l -0.2513,-1.4071 c 3.6685,-0.6030 4.7741,-1.2061 5.4274 -1.5579c 0.3518,-0.1508 0.5528,-0.3015 1.0553 -0.3015h 0.7538 v 19.3477 c 0.0000,6.5832 -0.5025,9.3472 -3.2665 12.1614c -1.3569,1.3066 -2.8142,1.9096 -4.0203 1.9096c -2.0604,-0.0000 -4.7239,-1.0553 -4.7239 -2.5629c 0.0000,-1.2563 0.7538,-1.9096 1.6081 -1.9096c 1.2061,-0.0000 1.8594,1.1558 2.1107 2.2112c 0.1508,0.5025 0.4020,0.8041 0.8041 0.8041ZM 238.5895,108.5632 ZM 249.5951,81.2754 c -2.1609,-0.0000 -5.3269,2.1107 -5.3269 13.8198c 0.0000,4.1208 0.7538,12.4127 5.1761 12.4127c 0.8543,-0.0000 3.2665,-0.5528 4.3218 -4.4726c 0.6533,-2.4122 1.0051,-5.4274 1.0051 -9.7995c 0.0000,-6.3822 -1.6081,-9.9502 -3.0655 -11.2066c -0.5528,-0.5025 -1.3066,-0.7538 -2.1107 -0.7538ZM 249.5951,81.2754 ZM 249.3941,109.1663 c -5.3772,-0.0000 -8.9954,-6.8848 -8.9954 -14.5736c 0.0000,-9.3975 4.4726,-15.0761 9.1964 -15.0761c 2.1609,-0.0000 4.3218,1.3569 5.7792 3.3167c 2.1107,2.8142 3.2162,6.5832 3.2162 11.3071c 0.0000,11.1563 -5.5279,15.0259 -9.1964 15.0259ZM 260.6007,108.5632 ZM 270.0484,84.5922 c -0.9548,-0.0000 -3.1660,0.9046 -4.2716 1.4071l -0.6030,-1.5579 c 4.4223,-2.0604 6.1310,-3.1157 8.6437 -4.9249h 0.9548 v 25.2777 c 0.0000,1.8091 0.2513,2.3117 1.9096 2.3117h 2.6132 c 0.1508,-0.0000 0.4020,0.1005 0.4020 0.4020v 1.1056 l -6.8848,-0.1005 l -6.9853,0.1005 v -1.1056 c 0.0503,-0.1508 0.1005,-0.4020 0.4020 -0.4020h 3.0152 c 1.9096,-0.0000 1.9096,-0.8543 1.9096 -2.3117v -17.2873 c 0.0000,-1.7086 0.0000,-2.9147 -1.1056 -2.9147ZM 282.6118,108.5632 ZM 285.5265,86.3008 c 0.0000,-2.8645 2.7640,-6.7843 8.0406 -6.7843c 3.8695,-0.0000 8.3924,1.4574 8.3924 7.2365c 0.0000,3.8193 -1.9599,5.7289 -4.6736 8.3421l -4.7741,4.6233 c -0.2513,0.2513 -3.6183,3.5680 -3.6183 5.9299h 8.5431 c 1.7086,-0.0000 2.6132,-0.8543 3.3167 -3.6183l 1.2563,0.2010 l -1.0051,6.3320 h -15.5284 c 0.0000,-2.8142 0.4523,-4.9751 5.1259 -9.7492l 3.5178,-3.4675 c 2.8142,-2.8645 3.9700,-5.3269 3.9700 -8.3924c 0.0000,-4.5731 -3.1157,-5.8797 -4.8244 -5.8797c -3.4675,-0.0000 -4.4223,1.8091 -4.4223 3.0152c 0.0000,0.4020 0.1005,0.8041 0.2010 1.1558c 0.1005,0.3518 0.2010,0.7036 0.2010 1.1056c 0.0000,1.3066 -1.0051,1.8091 -1.8091 1.8091c -1.1056,-0.0000 -1.9096,-0.8543 -1.9096 -1.8594ZM 304.6230,108.5632 ZM 315.4778,81.0744 c -1.2563,-0.0000 -4.9249,0.7036 -4.9249 3.7690c 0.0000,0.9046 -0.3518,2.4624 -1.7086 2.4624c -1.3066,-0.0000 -1.4071,-1.4574 -1.4071 -1.6081c 0.0000,-1.5579 2.0604,-6.1812 9.0457 -6.1812c 4.8746,-0.0000 6.3320,3.0655 6.3320 5.0756c 0.0000,1.2563 -0.4020,3.7690 -4.9249 6.6335c 2.8142,0.4523 6.5330,2.5127 6.5330 7.7391c 0.0000,6.6335 -5.0254,10.2015 -10.7041 10.2015c -2.8645,-0.0000 -6.8848,-1.2563 -6.8848 -3.1660c 0.0000,-0.7538 0.7538,-1.6081 1.7589 -1.6081c 0.9548,-0.0000 1.4071,0.5025 1.8594 1.1558c 0.5528,0.8543 1.4574,2.0604 3.8695 2.0604c 1.6584,-0.0000 6.3822,-1.6584 6.3822 -7.9904c 0.0000,-5.3772 -3.7690,-6.2315 -6.4827 -6.2315c -0.4523,-0.0000 -1.0051,0.1005 -1.5579 0.2010l -0.2010,-1.5076 c 3.8695,-0.6533 7.0858,-4.4223 7.0858 -6.7340c 0.0000,-2.8645 -2.0102,-4.2716 -4.0706 -4.2716ZM 326.6341,108.5632 ZM 339.5996,90.7232 c 0.0000,-0.3518 0.0503,-0.7538 0.5025 -1.0051c 0.5528,-0.4020 1.4574,-0.8543 2.2112 -0.8543c 0.6533,-0.0000 0.7036,0.5528 0.7036 1.5579v 8.0909 h 4.0706 l -0.3015,2.3619 h -3.7690 v 4.1711 c 0.0000,1.4071 0.2010,2.1107 1.6584 2.1107h 1.3569 c 0.3015,-0.0000 0.3518,0.2513 0.3518 0.3518v 1.1056 c 0.0000,-0.0000 -3.2162,-0.1005 -5.3269 -0.1005c -1.9096,-0.0000 -4.8746,0.1005 -4.8746 0.1005v -1.1056 c 0.0000,-0.1005 0.0503,-0.3518 0.3518 -0.3518h 1.3569 c 1.5579,-0.0000 1.7086,-0.6533 1.7086 -2.1107v -4.1711 h -9.8497 c -0.2010,-0.0000 -0.3015,-0.1005 -0.4523 -0.3015l -0.4020,-0.5528 l -0.6030,-1.0553 c -0.0503,-0.0000 -0.0503,-0.0503 -0.0503 -0.1005c 0.0000,-0.0503 0.0503,-0.1005 0.1005 -0.1508c 3.2665,-3.6183 9.0457,-14.8249 10.8548 -18.9457c 0.0503,-0.2010 0.1508,-0.2513 0.3518 -0.2513c 0.0503,-0.0000 1.1558,0.4523 1.7589 0.5528c -2.2614,6.0807 -5.9802,12.6137 -9.6487 18.4431h 7.9401 v -7.7893 ZM 348.6453,108.5632 ZM 364.1737,100.0704 c 0.0000,-5.1761 -2.8142,-7.7391 -5.9299 -7.7391c -2.3117,-0.0000 -4.0706,0.3518 -6.0305 1.1558l 1.6081,-13.7193 c 1.6584,0.1508 3.3670,0.2010 5.1259 0.2010c 2.5127,-0.0000 5.1259,-0.1508 7.8396 -0.4523l 0.3015,0.1508 l -0.7538,3.2665 c -1.9599,0.2010 -3.5680,0.2513 -4.9751 0.2513c -2.2614,-0.0000 -3.9700,-0.2010 -5.7289 -0.4020l -0.9548,7.9401 c 1.0553,-0.4020 2.8645,-0.7538 4.8244 -0.7538c 5.3269,-0.0000 8.2919,4.6233 8.2919 9.2467c 0.0000,5.6284 -3.9198,9.9502 -9.5985 9.9502c -2.8645,-0.0000 -7.0355,-1.6081 -7.0355 -3.5680c 0.0000,-0.9548 0.8041,-1.6081 1.7086 -1.6081c 1.0051,-0.0000 1.6584,0.7538 2.2614 1.5579c 0.7538,0.9046 1.5579,1.9096 3.1660 1.9096c 3.2162,-0.0000 5.8797,-3.0152 5.8797 -7.3873Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 30.0255,93.4117 c 0.0000,-0.1883 -0.1527,-0.3410 -0.3410 -0.3410c -0.1883,-0.0000 -0.3410,0.1527 -0.3410 0.3410c -0.0000,0.1883 0.1527,0.3410 0.3410 0.3410c 0.1883,0.0000 0.3410,-0.1527 0.3410 -0.3410Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" font-size="46.666666666666664px" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <text dominant-baseline="middle" transform="matrix(1.0000,-0.0000,0.0000,1.0000,29.6845,36.2905)" stroke="none" text-anchor="start">abcdefghij012345+    </text>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,255)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 29.8664,47.9572 c 0.0000,-0.1004 -0.0814,-0.1818 -0.1818 -0.1818c -0.1004,-0.0000 -0.1818,0.0814 -0.1818 0.1818c -0.0000,0.1004 0.0814,0.1818 0.1818 0.1818c 0.1004,0.0000 0.1818,-0.0814 0.1818 -0.1818Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 29.6845,47.9572 ZM 44.3084,35.6450 l -3.9700,1.0051 c -4.4223,1.3569 -5.0756,3.6685 -5.0756 5.9299c 0.0000,1.5579 0.7538,3.9198 3.9198 3.9198c 1.5076,-0.0000 3.8193,-1.4574 5.1259 -2.5629v -8.2919 ZM 44.3084,35.6450 ZM 47.5246,48.5602 c -1.9096,-0.0000 -2.9650,-1.7086 -3.1660 -2.9147l -1.1558,0.8041 c -2.3117,1.6081 -3.1660,2.1107 -5.4777 2.1107c -3.5178,-0.0000 -6.0807,-2.0102 -6.0807 -5.7792c 0.0000,-3.8193 3.2665,-6.4325 8.0406 -7.6386l 4.6233,-1.1558 c 0.0000,-5.6787 -2.6132,-6.7340 -4.3218 -6.7340c -1.9096,-0.0000 -4.1208,0.8543 -4.1208 2.4122c 0.0000,0.5528 0.1005,0.8543 0.1508 1.0051c 0.1005,0.2010 0.1508,0.5528 0.1508 0.9046c 0.0000,0.6533 -0.5025,1.6584 -1.9599 1.6584c -1.2061,-0.0000 -2.0102,-0.8041 -2.0102 -2.0102c 0.0000,-2.9147 4.7239,-5.4777 7.9401 -5.4777c 3.6685,-0.0000 7.8898,1.5076 7.8898 8.6437v 7.3873 c 0.0000,3.0655 0.0503,4.3721 1.2061 4.3721c 1.1056,-0.0000 1.4071,-1.4071 1.4574 -2.5127l 1.2563,0.2513 c -0.3015,3.6685 -1.8594,4.6736 -4.4223 4.6736ZM 52.3490,47.9572 ZM 59.8368,45.1932 c 1.0051,1.2061 2.0604,1.6081 3.6183 1.6081c 4.7741,-0.0000 7.1863,-4.4223 7.1863 -10.1513c 0.0000,-5.1259 -2.6132,-8.7944 -5.6787 -8.7944c -0.5528,-0.0000 -3.1660,0.1005 -5.1259 2.1609v 15.1766 ZM 59.8368,45.1932 ZM 56.0678,19.1618 c 0.0000,-2.8645 -0.5025,-3.6685 -1.5076 -3.6685l -1.6081,0.2010 c -0.1508,-0.0000 -0.2513,-0.1005 -0.2513 -0.2513l -0.1005,-1.2563 c 0.8041,-0.0000 2.6132,-0.3015 3.4675 -0.4523c 0.9046,-0.2010 1.6584,-0.4020 2.6635 -0.8543h 1.1056 v 15.5787 c 1.7086,-1.8594 3.7188,-2.7640 6.1310 -2.7640c 4.3721,-0.0000 8.5431,4.1711 8.5431 10.3020c 0.0000,7.9904 -5.6284,12.5132 -10.7543 12.5132c -2.1609,-0.0000 -3.7690,-0.6030 -5.2264 -1.8594c -0.4523,0.6030 -1.1056,1.3569 -1.5579 1.8594l -1.0553,-0.2513 c 0.1508,-1.2061 0.1508,-2.0102 0.1508 -3.9700v -25.1269 ZM 76.3703,47.9572 ZM 95.6677,43.3841 c -2.2112,3.8193 -4.6233,5.1761 -7.6386 5.1761c -6.0305,-0.0000 -9.7995,-4.5731 -9.7995 -11.0558c 0.0000,-7.1360 4.4726,-11.7594 9.9000 -11.7594c 4.8244,-0.0000 7.3873,2.4624 7.3873 5.1259c 0.0000,1.4574 -0.9046,2.2112 -1.9599 2.2112c -1.0553,-0.0000 -2.0604,-0.5528 -2.2112 -1.8091c -0.2010,-1.6584 -0.5025,-3.8193 -3.4675 -3.8193c -3.3167,-0.0000 -5.7792,3.5178 -5.7792 8.9452c 0.0000,5.8797 3.1660,9.9502 7.0355 9.9502c 2.1609,-0.0000 4.0706,-1.4071 5.6284 -3.6685ZM 96.6226,47.9572 ZM 113.4073,43.4846 v -13.0157 c -1.2061,-1.9096 -2.5629,-2.9650 -4.9249 -2.9650c -1.0051,-0.0000 -3.0655,0.1508 -4.6736 2.5127c -0.7036,1.0553 -1.5579,3.2162 -1.5579 6.8345c 0.0000,6.5832 3.4173,9.5985 6.1310 9.5985c 1.6584,-0.0000 3.0152,-1.0051 5.0254 -2.9650ZM 113.4073,43.4846 ZM 117.1764,12.8800 v 29.0467 c 0.0000,1.5076 0.1005,2.3117 0.2010 2.6635c 0.1508,0.4523 0.7036,0.7538 1.1056 0.7538c 0.6030,-0.0000 1.7086,-0.0000 2.4624 -0.1508l 0.2010,1.4071 c -2.9147,0.5025 -5.5279,1.0553 -6.5832 1.9599h -1.2061 l 0.1508,-3.4675 c -1.9096,1.9599 -3.8695,3.4675 -6.4325 3.4675c -5.4274,-0.0000 -8.7442,-4.6233 -8.7442 -10.8046c 0.0000,-3.7188 1.0051,-6.8345 3.1660 -8.9954c 2.0102,-1.9096 4.2213,-3.0152 7.5381 -3.0152c 1.0051,-0.0000 3.2162,0.4523 4.3721 1.1056v -7.6888 c 0.0000,-2.8645 -0.4523,-3.6685 -1.4574 -3.6685l -1.6584,0.2010 c -0.1005,-0.0000 -0.2513,-0.1005 -0.2513 -0.2513l -0.1005,-1.2563 c 0.8041,-0.0000 2.6132,-0.3015 3.4675 -0.4523c 0.9548,-0.2010 1.6584,-0.4020 2.6635 -0.8543h 1.1056 ZM 121.4479,47.9572 ZM 127.1769,34.0369 h 9.2467 c 0.5025,-0.0000 0.7036,-0.2513 0.7036 -0.7036c 0.0000,-4.6736 -2.3619,-5.8797 -4.1711 -5.8797c -1.1558,-0.0000 -4.9249,0.4523 -5.7792 6.5832ZM 127.1769,34.0369 ZM 140.4439,43.2836 l 1.0051,0.8041 c -1.9096,2.6132 -4.8746,4.4726 -8.4929 4.4726c -6.8848,-0.0000 -9.7995,-5.1259 -9.7995 -10.6035c 0.0000,-7.6386 5.0254,-12.2117 9.7995 -12.2117c 6.6335,-0.0000 8.1914,5.1761 8.1914 9.3975c 0.0000,0.5528 -0.3518,0.8543 -0.9046 0.8543h -13.2167 c -0.0503,0.3015 -0.0503,0.6030 -0.0503 1.0051c 0.0000,5.1259 3.5680,9.0959 7.1863 9.0959c 2.7640,-0.0000 4.5228,-0.9046 6.2817 -2.8142ZM 142.9566,47.9572 ZM 147.5799,44.3389 v -16.0310 h -3.4675 c -0.2010,-0.0000 -0.2513,-0.0503 -0.2513 -0.2513v -0.7036 c 0.0000,-0.4020 0.2513,-1.0051 1.1558 -1.0051h 2.5629 v -1.9599 c 0.0000,-7.8396 4.0706,-11.5081 8.2919 -11.5081c 1.9096,-0.0000 3.2162,0.5025 4.4726 1.3569c 1.0051,0.7538 1.4574,1.6081 1.4574 2.4122c 0.0000,1.0553 -0.7538,1.8091 -1.7086 1.8091c -1.0051,-0.0000 -1.6584,-0.5528 -2.0604 -1.4071c -0.6533,-1.6584 -1.6081,-2.4624 -3.1157 -2.4624c -1.6584,-0.0000 -3.5680,1.2061 -3.5680 8.9452v 2.8142 h 5.5279 c 0.2513,-0.0000 0.4020,0.1005 0.4020 0.3015v 1.0051 c 0.0000,0.4523 -0.7036,0.6533 -1.1558 0.6533h -4.7741 v 16.0310 c 0.0000,1.4574 0.5025,2.2112 2.1609 2.2112h 1.6584 c 0.2010,-0.0000 0.4020,0.1508 0.4020 0.4020v 0.9548 l -0.1005,0.1005 c 0.0000,-0.0000 -4.1208,-0.1005 -6.0807 -0.1005c -1.8091,-0.0000 -5.2264,0.1005 -5.2264 0.1005l -0.1005,-0.1005 v -0.9548 c 0.0000,-0.2513 0.1508,-0.4020 0.4020 -0.4020h 0.9548 c 1.7086,-0.0000 2.1609,-0.7538 2.1609 -2.2112ZM 161.2992,47.9572 ZM 177.1794,33.7354 c 0.0000,-4.1711 -1.9599,-6.5832 -4.9751 -6.5832c -2.6132,-0.0000 -4.3721,1.8091 -4.3721 5.7289c 0.0000,2.6132 1.0051,6.7340 5.0254 6.7340c 1.7589,-0.0000 4.3218,-0.8543 4.3218 -5.8797ZM 177.1794,33.7354 ZM 167.7819,48.3090 c -1.5579,1.4574 -1.9096,3.0152 -1.9096 4.7239c 0.0000,3.7690 4.5228,4.8746 6.2315 4.8746c 4.3218,-0.0000 9.7995,-1.5076 9.7995 -5.1259c 0.0000,-1.3066 -0.7036,-2.1609 -2.6635 -3.1157c -1.4071,-0.7036 -3.4675,-1.2563 -5.8797 -1.2563c -0.4020,-0.0000 -0.9548,0.0503 -1.6584 0.1005c -0.7036,0.0503 -1.4574,0.0503 -2.0102 0.0503c -0.8041,-0.0000 -1.2061,-0.1005 -1.9096 -0.2513ZM 167.7819,48.3090 ZM 183.0591,28.4587 c -0.8041,-0.0000 -1.3066,-0.4523 -1.5076 -0.8543c -0.3015,-0.4523 -0.5025,-0.6030 -0.8543 -0.6030c -0.6030,-0.0000 -1.5579,0.7036 -1.9096 1.2061c 1.4071,1.5076 2.0604,2.9650 2.0604 5.3269c 0.0000,4.9249 -4.0203,7.5883 -8.2416 7.5883c -1.8594,-0.0000 -3.3670,-0.3518 -4.5228 -1.0553c -0.5528,0.8543 -0.8543,1.9096 -0.8543 2.9147c 0.0000,2.1609 1.6584,2.7137 3.0655 2.7137c 0.2513,-0.0000 0.8543,-0.0503 1.5579 -0.1005c 1.1558,-0.1508 2.4122,-0.2513 3.2665 -0.2513c 1.7589,-0.0000 5.0756,0.3518 7.0858 2.0604c 1.3569,1.2563 2.1107,2.4624 2.1107 4.0706c 0.0000,5.4274 -7.1360,8.2919 -13.6188 8.2919c -3.6685,-0.0000 -7.7391,-1.3569 -7.7391 -5.7289c 0.0000,-2.1609 1.3569,-4.4726 3.9198 -6.0807c -1.2563,-0.6533 -2.1609,-1.9096 -2.1609 -3.7188c 0.0000,-1.7086 0.7538,-3.8695 2.1107 -5.0756c -1.3569,-1.3569 -2.5127,-3.0655 -2.5127 -5.8294c 0.0000,-4.6233 4.0706,-7.5883 8.3421 -7.5883c 2.8142,-0.0000 4.5731,1.1558 5.1259 1.5579c 1.2563,-1.7086 3.5178,-2.5629 4.7741 -2.5629c 1.3066,-0.0000 2.2112,0.8543 2.2112 1.9096c 0.0000,1.1056 -0.7036,1.8091 -1.7086 1.8091ZM 185.3707,47.9572 ZM 193.5621,12.8800 v 17.0360 c 3.3670,-3.3670 6.3320,-4.1711 8.2919 -4.1711c 3.6183,-0.0000 5.4274,2.7640 5.4274 7.9401v 10.6538 c 0.0000,1.4574 0.5025,2.2112 2.1609 2.2112h 0.9548 c 0.2010,-0.0000 0.4020,0.1508 0.4020 0.4020v 0.9548 l -0.1005,0.1005 c 0.0000,-0.0000 -3.4173,-0.1005 -5.4274 -0.1005c -1.7589,-0.0000 -5.1761,0.1005 -5.1761 0.1005l -0.1005,-0.1005 v -0.9548 c 0.0000,-0.2513 0.1508,-0.4020 0.4020 -0.4020h 0.9548 c 1.7086,-0.0000 2.1609,-0.7538 2.1609 -2.2112v -11.2066 c 0.0000,-4.0706 -1.1056,-5.0254 -3.9198 -5.0254c -1.4574,-0.0000 -3.6183,1.3066 -6.0305 3.6685v 12.5634 c 0.0000,1.4574 0.5025,2.2112 2.1609 2.2112h 0.9548 c 0.2010,-0.0000 0.4020,0.1508 0.4020 0.4020v 0.9548 l -0.1005,0.1005 c 0.0000,-0.0000 -3.4173,-0.1005 -5.3772 -0.1005c -1.8091,-0.0000 -5.1761,0.1005 -5.1761 0.1005l -0.1005,-0.1005 v -0.9548 c 0.0000,-0.2513 0.1005,-0.4020 0.3518 -0.4020h 0.9548 c 1.7086,-0.0000 2.1609,-0.7538 2.1609 -2.2112v -25.1771 c 0.0000,-2.8645 -0.4523,-3.6685 -1.4574 -3.6685l -1.6584,0.2010 c -0.1508,-0.0000 -0.2513,-0.1005 -0.2513 -0.2513l -0.1005,-1.2563 c 0.8041,-0.0000 2.6132,-0.3015 3.4675 -0.4523c 0.9046,-0.2010 1.6584,-0.4020 2.6635 -0.8543h 1.1056 ZM 211.4022,47.9572 ZM 215.3220,19.2623 c 0.0000,-1.3066 1.0553,-2.4122 2.3619 -2.4122c 1.3569,-0.0000 2.4122,1.1056 2.4122 2.4122c 0.0000,1.3569 -1.0553,2.4122 -2.4122 2.4122c -1.3066,-0.0000 -2.3619,-1.0553 -2.3619 -2.4122ZM 215.3220,19.2623 ZM 220.0961,44.3389 c 0.0000,1.4574 0.5528,2.2112 2.1609 2.2112h 0.9548 c 0.2513,-0.0000 0.4523,0.1508 0.4523 0.4020v 0.9548 l -0.1005,0.1005 c 0.0000,-0.0000 -3.4675,-0.1005 -5.4274 -0.1005c -1.7589,-0.0000 -5.1761,0.1005 -5.1761 0.1005l -0.1005,-0.1005 v -0.9548 c 0.0000,-0.2513 0.1508,-0.4020 0.4020 -0.4020h 0.9548 c 1.6584,-0.0000 2.1609,-0.7538 2.1609 -2.2112v -12.5132 c 0.0000,-2.6635 -0.4523,-3.0655 -1.1558 -3.0655c -0.6533,-0.0000 -1.2563,0.0503 -2.1107 0.2513l -0.2513,-1.4071 c 3.2162,-0.5528 3.7690,-0.7538 5.2264 -1.4574c 0.5528,-0.2010 0.9046,-0.4020 1.2563 -0.4020h 0.7538 v 18.5939 ZM 224.6692,47.9572 ZM 229.8956,19.2623 c 0.0000,-1.3066 1.0553,-2.4122 2.4122 -2.4122c 1.3066,-0.0000 2.4122,1.1056 2.4122 2.4122c 0.0000,1.3569 -1.1056,2.4122 -2.4122 2.4122c -1.3569,-0.0000 -2.4122,-1.0553 -2.4122 -2.4122ZM 229.8956,19.2623 ZM 227.2321,57.7064 c 2.2112,-0.0000 3.7188,-3.9700 3.7188 -11.0558v -14.8249 c 0.0000,-2.6635 -0.4523,-3.0655 -1.1056 -3.0655c -0.7036,-0.0000 -1.2563,0.0503 -2.1107 0.2513l -0.2513,-1.4071 c 3.6685,-0.6030 4.7741,-1.2061 5.4274 -1.5579c 0.3518,-0.1508 0.5528,-0.3015 1.0553 -0.3015h 0.7538 v 19.3477 c 0.0000,6.5832 -0.5025,9.3472 -3.2665 12.1614c -1.3569,1.3066 -2.8142,1.9096 -4.0203 1.9096c -2.0604,-0.0000 -4.7239,-1.0553 -4.7239 -2.5629c 0.0000,-1.2563 0.7538,-1.9096 1.6081 -1.9096c 1.2061,-0.0000 1.8594,1.1558 2.1107 2.2112c 0.1508,0.5025 0.4020,0.8041 0.8041 0.8041ZM 238.5895,47.9572 ZM 249.5951,20.6694 c -2.1609,-0.0000 -5.3269,2.1107 -5.3269 13.8198c 0.0000,4.1208 0.7538,12.4127 5.1761 12.4127c 0.8543,-0.0000 3.2665,-0.5528 4.3218 -4.4726c 0.6533,-2.4122 1.0051,-5.4274 1.0051 -9.7995c 0.0000,-6.3822 -1.6081,-9.9502 -3.0655 -11.2066c -0.5528,-0.5025 -1.3066,-0.7538 -2.1107 -0.7538ZM 249.5951,20.6694 ZM 249.3941,48.5602 c -5.3772,-0.0000 -8.9954,-6.8848 -8.9954 -14.5736c 0.0000,-9.3975 4.4726,-15.0761 9.1964 -15.0761c 2.1609,-0.0000 4.3218,1.3569 5.7792 3.3167c 2.1107,2.8142 3.2162,6.5832 3.2162 11.3071c 0.0000,11.1563 -5.5279,15.0259 -9.1964 15.0259ZM 260.6007,47.9572 ZM 270.0484,23.9861 c -0.9548,-0.0000 -3.1660,0.9046 -4.2716 1.4071l -0.6030,-1.5579 c 4.4223,-2.0604 6.1310,-3.1157 8.6437 -4.9249h 0.9548 v 25.2777 c 0.0000,1.8091 0.2513,2.3117 1.9096 2.3117h 2.6132 c 0.1508,-0.0000 0.4020,0.1005 0.4020 0.4020v 1.1056 l -6.8848,-0.1005 l -6.9853,0.1005 v -1.1056 c 0.0503,-0.1508 0.1005,-0.4020 0.4020 -0.4020h 3.0152 c 1.9096,-0.0000 1.9096,-0.8543 1.9096 -2.3117v -17.2873 c 0.0000,-1.7086 0.0000,-2.9147 -1.1056 -2.9147ZM 282.6118,47.9572 ZM 285.5265,25.6948 c 0.0000,-2.8645 2.7640,-6.7843 8.0406 -6.7843c 3.8695,-0.0000 8.3924,1.4574 8.3924 7.2365c 0.0000,3.8193 -1.9599,5.7289 -4.6736 8.3421l -4.7741,4.6233 c -0.2513,0.2513 -3.6183,3.5680 -3.6183 5.9299h 8.5431 c 1.7086,-0.0000 2.6132,-0.8543 3.3167 -3.6183l 1.2563,0.2010 l -1.0051,6.3320 h -15.5284 c 0.0000,-2.8142 0.4523,-4.9751 5.1259 -9.7492l 3.5178,-3.4675 c 2.8142,-2.8645 3.9700,-5.3269 3.9700 -8.3924c 0.0000,-4.5731 -3.1157,-5.8797 -4.8244 -5.8797c -3.4675,-0.0000 -4.4223,1.8091 -4.4223 3.0152c 0.0000,0.4020 0.1005,0.8041 0.2010 1.1558c 0.1005,0.3518 0.2010,0.7036 0.2010 1.1056c 0.0000,1.3066 -1.0051,1.8091 -1.8091 1.8091c -1.1056,-0.0000 -1.9096,-0.8543 -1.9096 -1.8594ZM 304.6230,47.9572 ZM 315.4778,20.4684 c -1.2563,-0.0000 -4.9249,0.7036 -4.9249 3.7690c 0.0000,0.9046 -0.3518,2.4624 -1.7086 2.4624c -1.3066,-0.0000 -1.4071,-1.4574 -1.4071 -1.6081c 0.0000,-1.5579 2.0604,-6.1812 9.0457 -6.1812c 4.8746,-0.0000 6.3320,3.0655 6.3320 5.0756c 0.0000,1.2563 -0.4020,3.7690 -4.9249 6.6335c 2.8142,0.4523 6.5330,2.5127 6.5330 7.7391c 0.0000,6.6335 -5.0254,10.2015 -10.7041 10.2015c -2.8645,-0.0000 -6.8848,-1.2563 -6.8848 -3.1660c 0.0000,-0.7538 0.7538,-1.6081 1.7589 -1.6081c 0.9548,-0.0000 1.4071,0.5025 1.8594 1.1558c 0.5528,0.8543 1.4574,2.0604 3.8695 2.0604c 1.6584,-0.0000 6.3822,-1.6584 6.3822 -7.9904c 0.0000,-5.3772 -3.7690,-6.2315 -6.4827 -6.2315c -0.4523,-0.0000 -1.0051,0.1005 -1.5579 0.2010l -0.2010,-1.5076 c 3.8695,-0.6533 7.0858,-4.4223 7.0858 -6.7340c 0.0000,-2.8645 -2.0102,-4.2716 -4.0706 -4.2716ZM 326.6341,47.9572 ZM 339.5996,30.1171 c 0.0000,-0.3518 0.0503,-0.7538 0.5025 -1.0051c 0.5528,-0.4020 1.4574,-0.8543 2.2112 -0.8543c 0.6533,-0.0000 0.7036,0.5528 0.7036 1.5579v 8.0909 h 4.0706 l -0.3015,2.3619 h -3.7690 v 4.1711 c 0.0000,1.4071 0.2010,2.1107 1.6584 2.1107h 1.3569 c 0.3015,-0.0000 0.3518,0.2513 0.3518 0.3518v 1.1056 c 0.0000,-0.0000 -3.2162,-0.1005 -5.3269 -0.1005c -1.9096,-0.0000 -4.8746,0.1005 -4.8746 0.1005v -1.1056 c 0.0000,-0.1005 0.0503,-0.3518 0.3518 -0.3518h 1.3569 c 1.5579,-0.0000 1.7086,-0.6533 1.7086 -2.1107v -4.1711 h -9.8497 c -0.2010,-0.0000 -0.3015,-0.1005 -0.4523 -0.3015l -0.4020,-0.5528 l -0.6030,-1.0553 c -0.0503,-0.0000 -0.0503,-0.0503 -0.0503 -0.1005c 0.0000,-0.0503 0.0503,-0.1005 0.1005 -0.1508c 3.2665,-3.6183 9.0457,-14.8249 10.8548 -18.9457c 0.0503,-0.2010 0.1508,-0.2513 0.3518 -0.2513c 0.0503,-0.0000 1.1558,0.4523 1.7589 0.5528c -2.2614,6.0807 -5.9802,12.6137 -9.6487 18.4431h 7.9401 v -7.7893 ZM 348.6453,47.9572 ZM 364.1737,39.4643 c 0.0000,-5.1761 -2.8142,-7.7391 -5.9299 -7.7391c -2.3117,-0.0000 -4.0706,0.3518 -6.0305 1.1558l 1.6081,-13.7193 c 1.6584,0.1508 3.3670,0.2010 5.1259 0.2010c 2.5127,-0.0000 5.1259,-0.1508 7.8396 -0.4523l 0.3015,0.1508 l -0.7538,3.2665 c -1.9599,0.2010 -3.5680,0.2513 -4.9751 0.2513c -2.2614,-0.0000 -3.9700,-0.2010 -5.7289 -0.4020l -0.9548,7.9401 c 1.0553,-0.4020 2.8645,-0.7538 4.8244 -0.7538c 5.3269,-0.0000 8.2919,4.6233 8.2919 9.2467c 0.0000,5.6284 -3.9198,9.9502 -9.5985 9.9502c -2.8645,-0.0000 -7.0355,-1.6081 -7.0355 -3.5680c 0.0000,-0.9548 0.8041,-1.6081 1.7086 -1.6081c 1.0051,-0.0000 1.6584,0.7538 2.2614 1.5579c 0.7538,0.9046 1.5579,1.9096 3.1660 1.9096c 3.2162,-0.0000 5.8797,-3.0152 5.8797 -7.3873Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 30.0255,47.9572 c 0.0000,-0.1883 -0.1527,-0.3410 -0.3410 -0.3410c -0.1883,-0.0000 -0.3410,0.1527 -0.3410 0.3410c -0.0000,0.1883 0.1527,0.3410 0.3410 0.3410c 0.1883,0.0000 0.3410,-0.1527 0.3410 -0.3410Z"/>+  </g>+</svg>
other/textChart_Example.svg view
@@ -1,3 +1,85 @@ <?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>+    "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 217.8254,18.3930 ZM 220.0062,9.5463 h 4.0325 c 0.5966,-0.0000 1.3167,-0.1029 1.3784 -0.1029c 0.1440,-0.0000 0.2675,0.0411 0.2675 0.1234c 0.0000,0.0823 -0.1029,0.3292 -0.4526 0.8641l -4.8554,7.1597 h 2.6540 c 1.2139,-0.0000 1.5430,-0.4526 2.0368 -1.5430l 0.2675,-0.5966 l 0.5555,0.1440 c -0.3498,1.1933 -0.5761,2.1603 -0.6789 2.7980h -6.2339 c -0.3086,-0.0000 -0.4732,-0.1029 -0.4732 -0.2469c 0.0000,-0.1029 0.0206,-0.1646 0.1852 -0.4115l 4.9994,-7.3860 h -2.7775 c -0.6172,-0.0000 -1.3167,0.3498 -1.7282 1.8516l -0.5349,-0.0617 c 0.1646,-1.0081 0.2880,-1.9134 0.3086 -2.8392h 0.5143 c 0.0411,0.1234 0.2263,0.2469 0.5349 0.2469Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 234.1911,21.4005 ZM 238.4704,12.9652 c 0.0000,0.1029 -0.1234,0.1646 -0.2263 0.1646c -0.6172,-0.0000 -0.8847,0.1234 -0.8847 0.4526c 0.0000,0.1234 0.0411,0.2880 0.1234 0.4732l 2.2631,5.3080 l 2.2837,-5.2258 c 0.1029,-0.1852 0.1440,-0.3498 0.1440 -0.4732c 0.0000,-0.4321 -0.4115,-0.5349 -0.8641 -0.5349h -0.0823 c -0.1029,-0.0000 -0.2057,-0.0823 -0.2057 -0.1440v -0.3909 l 0.0411,-0.0617 c 0.0000,-0.0000 1.2139,0.0411 1.9339 0.0411c 0.5761,-0.0000 1.4196,-0.0411 1.4196 -0.0411l 0.0617,0.0411 v 0.3909 c 0.0000,0.1029 -0.0823,0.1646 -0.2263 0.1646c -0.7818,-0.0000 -1.1727,0.8024 -1.4607 1.3990c -1.0904,2.3043 -1.9957,4.4234 -3.6416 8.3941c -0.6172,1.4813 -1.3579,3.2095 -2.8186 3.2095c -0.3909,-0.0000 -1.1933,-0.2263 -1.1933 -0.9670c 0.0000,-0.6172 0.4526,-0.8024 0.7818 -0.8024c 0.3086,-0.0000 0.5143,0.1234 0.6378 0.2880c 0.2057,0.2057 0.3498,0.3498 0.5555 0.3498c 0.3086,-0.0000 1.0287,-1.7693 1.5430 -3.0244c 0.1234,-0.2469 0.1646,-0.4526 0.1646 -0.6378c 0.0000,-0.2057 -0.1852,-0.7612 -0.3498 -1.1727l -2.5923,-6.0281 c -0.3292,-0.7818 -0.5555,-1.0081 -1.2550 -1.0081c -0.1234,-0.0000 -0.2057,-0.0617 -0.2057 -0.1440v -0.4115 l 0.0411,-0.0411 c 0.0000,-0.0000 0.9052,0.0411 1.5225 0.0411c 0.9670,-0.0000 2.4483,-0.0411 2.4483 -0.0411l 0.0411,0.0617 v 0.3703 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 250.1654,24.4080 ZM 254.2184,16.1374 c -0.4115,-0.0000 -0.4938,0.1029 -0.4938 0.2469c 0.0000,0.1029 0.0823,0.2880 0.3086 0.6584l 1.2550,1.8516 c 0.0617,0.1234 0.1234,0.1852 0.2057 0.1852c 0.0617,-0.0000 0.1029,-0.0411 0.1852 -0.1440l 1.3373,-1.8722 c 0.2263,-0.2880 0.3498,-0.5143 0.3498 -0.6789c 0.0000,-0.1646 -0.1440,-0.2469 -0.4321 -0.2469h -0.3292 c -0.0617,-0.0000 -0.1234,-0.0411 -0.1234 -0.1440v -0.3909 l 0.0617,-0.0617 c 0.0000,-0.0000 0.9670,0.0411 1.6048 0.0411c 0.6584,-0.0000 1.6665,-0.0411 1.6665 -0.0411l 0.0206,0.0411 v 0.3909 c 0.0000,0.1440 -0.1234,0.1646 -0.2469 0.1646c -0.7612,-0.0000 -1.0698,0.2469 -1.8311 1.2139l -1.7282,2.2014 c -0.0411,0.0617 -0.0617,0.1029 -0.0617 0.1440c 0.0000,0.0411 0.0206,0.1029 0.0617 0.1646l 1.8516,2.6129 c 0.9464,1.3373 1.2139,1.3579 1.8722 1.3579c 0.2057,-0.0000 0.2880,0.0411 0.2880 0.1646v 0.3909 l -0.0206,0.0411 c 0.0000,-0.0000 -1.1110,-0.0411 -1.8105 -0.0411c -0.8435,-0.0000 -2.1397,0.0411 -2.1397 0.0411l -0.0411,-0.0411 v -0.3909 c 0.0000,-0.1029 0.0411,-0.1646 0.1440 -0.1646h 0.2469 c 0.3292,-0.0000 0.4732,-0.0617 0.4732 -0.2263c 0.0000,-0.1852 -0.2263,-0.4938 -0.5555 -0.9258l -1.1933,-1.6459 c -0.0823,-0.1029 -0.1234,-0.1440 -0.1852 -0.1440c -0.0411,-0.0000 -0.1029,0.0617 -0.1852 0.1852l -1.2962,1.8722 c -0.3086,0.4115 -0.3703,0.5143 -0.3703 0.6584c 0.0000,0.1440 0.1234,0.2263 0.4321 0.2263h 0.2880 c 0.1029,-0.0000 0.1440,0.0617 0.1440 0.1646v 0.3909 l -0.0411,0.0411 c 0.0000,-0.0000 -1.0698,-0.0411 -1.7282 -0.0411c -0.5966,-0.0000 -1.5430,0.0411 -1.5430 0.0411l -0.0411,-0.0411 v -0.3498 c 0.0000,-0.1234 0.0823,-0.2057 0.2675 -0.2057c 0.4938,-0.0000 0.9670,-0.1029 1.8311 -1.2139l 1.7282,-2.2220 c 0.0206,-0.0411 0.0411,-0.0823 0.0411 -0.1440c 0.0000,-0.0617 -0.0206,-0.1029 -0.0617 -0.1646l -1.7899,-2.6129 c -0.5761,-0.8435 -0.9464,-1.3373 -1.6665 -1.3373c -0.1440,-0.0000 -0.2880,-0.0617 -0.2880 -0.1440v -0.3909 l 0.0411,-0.0617 l 1.6253,0.0411 l 2.2837,-0.0411 l 0.0617,0.0617 v 0.3703 c 0.0000,0.1029 -0.0823,0.1646 -0.1646 0.1646h -0.3086 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 261.7940,27.4156 ZM 265.9499,18.9803 c 0.0000,0.1029 -0.0823,0.1646 -0.1852 0.1646h -0.3086 c -0.4526,-0.0000 -0.5966,0.1234 -0.5966 0.3292c 0.0000,0.1440 0.0823,0.3292 0.1852 0.6172l 2.1603,5.4315 l 1.7899,-4.4645 l -0.3703,-0.9258 c -0.2675,-0.6995 -0.6995,-0.9875 -1.3167 -0.9875c -0.1029,-0.0000 -0.2057,-0.0411 -0.2057 -0.1440v -0.4115 l 0.0411,-0.0411 c 0.0000,-0.0000 1.1521,0.0411 1.8722 0.0411l 2.0574,-0.0411 l 0.0617,0.0411 v 0.3909 c 0.0000,0.1029 -0.1029,0.1646 -0.2057 0.1646h -0.3703 c -0.4115,-0.0000 -0.5966,0.0823 -0.5966 0.2880c 0.0000,0.1646 0.0823,0.3703 0.2057 0.6584l 2.1397,5.4315 l 2.1397,-5.3286 c 0.0617,-0.1234 0.1029,-0.2880 0.1029 -0.4526c 0.0000,-0.3498 -0.2263,-0.5966 -0.9258 -0.5966h -0.3086 c -0.1029,-0.0000 -0.1852,-0.0823 -0.1852 -0.1440v -0.4115 l 0.0617,-0.0411 c 0.0000,-0.0000 1.3579,0.0411 2.1191 0.0411c 0.6995,-0.0000 1.5225,-0.0411 1.5225 -0.0411l 0.0206,0.0411 v 0.3909 c 0.0000,0.1234 -0.1234,0.1646 -0.2469 0.1646c -0.5143,-0.0000 -1.0493,0.2263 -1.4196 1.1316l -2.7980,6.9540 c -0.1234,0.3086 -0.2880,0.4321 -0.4732 0.4321c -0.2057,-0.0000 -0.3703,-0.1234 -0.4938 -0.4115l -2.0574,-5.1435 l -2.0574,5.1023 c -0.1440,0.3292 -0.3086,0.4526 -0.4938 0.4526c -0.2057,-0.0000 -0.3703,-0.1234 -0.4938 -0.4115l -2.8186,-7.1185 c -0.3086,-0.8024 -0.6789,-0.9875 -1.2962 -0.9875c -0.1029,-0.0000 -0.2469,-0.0411 -0.2469 -0.1440v -0.4115 l 0.0411,-0.0411 c 0.0000,-0.0000 0.9670,0.0411 1.8722 0.0411c 0.9464,-0.0000 2.0368,-0.0411 2.0368 -0.0411l 0.0411,0.0617 v 0.3703 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 276.6814,30.4231 ZM 283.4707,22.1524 h -0.1029 c -0.1029,-0.0000 -0.1646,-0.0823 -0.1646 -0.1440v -0.4115 l 0.0823,-0.0411 c 0.0000,-0.0000 1.1727,0.0411 1.9339 0.0411c 0.5349,-0.0000 1.3990,-0.0411 1.3990 -0.0411l 0.0411,0.0411 v 0.3703 c 0.0000,0.1029 -0.1029,0.1852 -0.2263 0.1852c -0.5966,-0.0000 -1.0698,0.2675 -1.3990 1.0698l -2.8392,6.9745 c -0.1440,0.3498 -0.2880,0.4732 -0.4938 0.4732c -0.2675,-0.0000 -0.3909,-0.1234 -0.5143 -0.4321l -2.7980,-7.0980 c -0.2880,-0.7407 -0.7201,-0.9875 -1.3167 -0.9875c -0.1029,-0.0000 -0.2057,-0.0411 -0.2057 -0.1440v -0.4115 l 0.0617,-0.0411 c 0.0000,-0.0000 1.0904,0.0411 1.7899 0.0411c 0.8024,-0.0000 2.0574,-0.0411 2.0574 -0.0411l 0.0823,0.0411 v 0.3909 c 0.0000,0.1440 -0.1234,0.1646 -0.1852 0.1646h -0.3498 c -0.4115,0.0206 -0.5966,0.1440 -0.5966 0.3498c 0.0000,0.1440 0.0823,0.3086 0.2057 0.5966l 1.7693,4.4851 l 0.3498,0.9464 l 0.3498,-0.8847 l 1.8311,-4.5057 c 0.1029,-0.2263 0.1646,-0.4115 0.1646 -0.5555c 0.0000,-0.3086 -0.2263,-0.4321 -0.9258 -0.4321Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 286.8759,33.4306 ZM 295.7020,31.0440 c 0.0000,1.0287 0.1029,1.3579 0.5143 1.3579c 0.2469,-0.0000 0.6995,-0.0411 1.0493 -0.1029l 0.0823,0.5761 c -1.2550,0.2263 -2.2631,0.4321 -2.7363 0.8024h -0.4526 l 0.0617,-1.5225 h -0.0617 c -1.1316,1.2344 -2.0574,1.5225 -2.9009 1.5225c -2.0368,-0.0000 -2.5717,-1.3784 -2.5717 -2.7980v -4.6908 c 0.0000,-0.6789 -0.1440,-1.0287 -0.9052 -1.0287c -0.0823,-0.0000 -0.2263,0.0206 -0.3498 0.0206l -0.0617,-0.0206 v -0.5349 l 0.0617,-0.0617 c 0.0000,-0.0000 1.3990,0.0411 2.0574 0.0411c 0.2880,-0.0000 0.7612,-0.0411 0.7612 -0.0411l -0.0206,1.6459 v 4.3822 c 0.0000,1.8311 0.9464,2.1603 1.5636 2.1603c 0.4732,-0.0000 0.9052,-0.1852 1.3373 -0.4938c 0.4938,-0.3703 0.8230,-0.6584 1.0287 -0.9258v -5.0817 c 0.0000,-0.7407 -0.1029,-1.0904 -0.8641 -1.0904c -0.1234,-0.0000 -0.3498,0.0206 -0.4115 0.0206l -0.0411,-0.0411 v -0.5143 l 0.0411,-0.0617 c 0.0000,-0.0000 1.4607,0.0411 2.0368 0.0411c 0.4732,-0.0000 0.8024,-0.0411 0.8024 -0.0411l -0.0206,1.6253 v 4.8554 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 297.4376,36.4381 ZM 300.8117,28.3937 v 5.2669 c 0.0000,1.2756 0.1234,1.8928 0.6789 1.8928c 0.5349,-0.0000 0.9464,-0.1646 1.4813 -0.5761l 0.3703,0.3498 c -0.8024,0.9052 -1.6253,1.3579 -2.5717 1.3579c -0.9464,-0.0000 -1.5019,-0.5761 -1.5019 -2.0368v -6.2544 h -1.3373 c -0.0617,-0.0000 -0.0823,-0.0206 -0.0823 -0.0823v -0.6378 c 0.0000,-0.0617 0.0206,-0.0823 0.0617 -0.0823c 1.3784,-0.0000 1.7076,-0.8024 1.7076 -2.3660v -0.3909 l 1.1933,-0.4115 v 3.1684 h 2.2631 c 0.1029,-0.0000 0.1646,0.0411 0.1646 0.1234v 0.4115 c 0.0000,0.1852 -0.2880,0.2675 -0.4938 0.2675h -1.9339 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 302.9442,39.4456 ZM 303.8288,36.5653 l 0.5555,-0.0206 c 0.0617,0.5143 0.2880,1.5019 0.7407 1.9751c 0.2057,0.2263 0.7612,0.5966 1.5225 0.5966c 0.7201,-0.0000 1.7899,-0.5761 1.7899 -1.5842c 0.0000,-0.8847 -0.4938,-1.4813 -2.1191 -2.1808c -1.5019,-0.6584 -2.2837,-1.0904 -2.2837 -2.6334c 0.0000,-1.3784 1.2139,-2.3660 2.8392 -2.3660c 1.0287,-0.0000 1.7899,0.1852 2.4277 0.5143c 0.1234,0.6584 0.1852,1.3579 0.2263 2.0985l -0.5555,0.0206 c -0.4321,-1.6871 -1.6665,-2.0162 -2.0985 -2.0162c -0.7818,-0.0000 -1.5842,0.3086 -1.5842 1.4402c 0.0000,0.8230 0.3909,1.2344 1.5225 1.6459c 1.6665,0.6172 3.0038,1.3579 3.0038 3.0038c 0.0000,2.0368 -2.1603,2.6334 -3.1272 2.6334c -0.7201,-0.0000 -1.3167,-0.0823 -1.8516 -0.2263c -0.1440,-0.0206 -0.2469,-0.0411 -0.3909 -0.0411c -0.1029,-0.0000 -0.2675,0.0206 -0.4732 0.0617c 0.0000,-0.8641 -0.0617,-1.9134 -0.1440 -2.9215Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 307.2117,42.4531 ZM 309.0427,40.9718 v -5.1229 c 0.0000,-1.0287 -0.1440,-1.2550 -0.4526 -1.2550c -0.2675,-0.0000 -0.5143,0.0206 -0.8641 0.1029l -0.1029,-0.5761 c 1.2962,-0.2263 1.5225,-0.2880 2.1397 -0.5966c 0.2057,-0.1029 0.3703,-0.1646 0.5143 -0.1646h 0.3086 l -0.0617,1.8516 h 0.0617 c 0.5349,-0.8024 1.4402,-1.8516 2.4071 -1.8516c 0.8435,-0.0000 1.1521,0.4115 1.1521 0.9464c 0.0000,0.5349 -0.3498,0.8641 -0.8847 0.8641c -0.4115,-0.0000 -0.6378,-0.1646 -0.8435 -0.3703c -0.1234,-0.1234 -0.2675,-0.1852 -0.4115 -0.1852c -0.2263,-0.0000 -0.6789,0.3703 -1.1727 1.0698c -0.1440,0.1852 -0.2469,0.4526 -0.2469 0.7201v 4.5674 c 0.0000,0.5966 0.2057,0.9052 0.8847 0.9052h 0.5966 c 0.1029,-0.0000 0.1852,0.0617 0.1852 0.1646v 0.3909 l -0.0411,0.0411 c 0.0000,-0.0000 -1.6253,-0.0411 -2.4277 -0.0411c -0.7407,-0.0000 -2.1397,0.0411 -2.1397 0.0411l -0.0206,-0.0411 v -0.3909 c 0.0000,-0.1029 0.0411,-0.1646 0.1440 -0.1646h 0.3909 c 0.6995,-0.0000 0.8847,-0.3086 0.8847 -0.9052Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 307.4945,45.4607 ZM 314.4484,38.5479 c -0.5555,-0.9258 -1.2550,-1.4813 -2.1191 -1.4813c -1.6459,-0.0000 -2.5306,1.5842 -2.5306 3.7239c 0.0000,3.1066 1.8105,4.0119 3.0038 4.0119c 0.3909,-0.0000 1.1110,-0.0411 1.6459 -0.4526v -5.8018 ZM 314.4484,38.5479 ZM 314.4484,48.7113 v -3.6827 c -0.3086,0.2675 -0.9670,0.6789 -2.1397 0.6789c -2.9626,-0.0000 -4.0736,-2.5923 -4.0736 -4.5057c 0.0000,-2.7157 1.6665,-4.8348 4.1765 -4.8348c 1.0081,-0.0000 1.8928,0.2880 2.5717 0.8847l 0.3086,-0.4938 c 0.1440,-0.2469 0.2880,-0.3909 0.4321 -0.3909c 0.2263,-0.0000 0.2675,0.2263 0.2675 0.5143v 11.8299 c 0.0000,0.5966 0.2057,0.9052 0.8847 0.9052h 0.3909 c 0.0823,-0.0000 0.1646,0.0617 0.1646 0.1646v 0.3909 l -0.0411,0.0411 c 0.0000,-0.0000 -1.3990,-0.0411 -2.2014 -0.0411c -0.7407,-0.0000 -2.3454,0.0411 -2.3454 0.0411l -0.0411,-0.0411 v -0.3909 c 0.0000,-0.1029 0.0617,-0.1646 0.1646 -0.1646h 0.5966 c 0.6995,-0.0000 0.8847,-0.3086 0.8847 -0.9052Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 307.1694,48.4682 ZM 310.2349,42.0080 v 5.1229 c 0.7201,0.8435 1.3990,0.8847 1.7282 0.8847c 2.2014,-0.0000 2.6952,-2.0574 2.6952 -3.8267c 0.0000,-2.4894 -1.0081,-3.8679 -2.2631 -3.8679c -0.6995,-0.0000 -1.7076,0.5966 -2.1603 1.6871ZM 310.2349,42.0080 ZM 308.7125,51.7188 v -10.1840 c 0.0000,-0.7818 -0.1852,-0.9258 -0.4732 -0.9258c -0.2675,-0.0000 -0.5143,0.0206 -0.8641 0.1029l -0.1029,-0.5761 c 1.3167,-0.2263 1.5636,-0.3086 2.1397 -0.5966c 0.2263,-0.1029 0.3703,-0.1646 0.5143 -0.1646h 0.3086 l -0.0617,1.6459 h 0.0617 c 0.9464,-1.4402 2.0574,-1.6459 2.7157 -1.6459c 1.9957,-0.0000 3.3124,2.0780 3.3124 4.2588c 0.0000,1.6665 -0.5143,2.9421 -1.4402 3.8885c -0.8024,0.8024 -1.6459,1.1933 -2.7363 1.1933c -0.7407,-0.0000 -1.3167,-0.1646 -1.8516 -0.4526v 3.4564 c 0.0000,0.5966 0.2263,0.9052 0.8847 0.9052h 0.3909 c 0.1029,-0.0000 0.1852,0.0617 0.1852 0.1646v 0.3909 l -0.0411,0.0411 c 0.0000,-0.0000 -1.4196,-0.0411 -2.2220 -0.0411c -0.7201,-0.0000 -2.1191,0.0411 -2.1191 0.0411l -0.0411,-0.0411 v -0.3909 c 0.0000,-0.1029 0.0617,-0.1646 0.1646 -0.1646h 0.3909 c 0.6789,-0.0000 0.8847,-0.3086 0.8847 -0.9052Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 304.4513,51.4757 ZM 305.1508,47.2581 c 0.0000,-2.8186 1.5225,-4.8760 4.2588 -4.8760c 3.0449,-0.0000 4.2176,2.5512 4.2176 4.6908c 0.0000,2.0574 -1.3373,4.6497 -4.2588 4.6497c -2.7569,-0.0000 -4.2176,-2.3660 -4.2176 -4.4645ZM 305.1508,47.2581 ZM 309.1833,43.0610 c -1.6459,-0.0000 -2.4071,1.9339 -2.4071 3.7239c 0.0000,1.5842 0.9052,4.2176 2.9421 4.2176c 0.9258,-0.0000 2.2837,-0.5555 2.2837 -3.2712c 0.0000,-3.0244 -1.1316,-4.6703 -2.8186 -4.6703Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 299.0895,54.4832 ZM 306.5784,53.0019 v -4.5057 c 0.0000,-1.4402 -0.2469,-2.1191 -1.3373 -2.1191c -0.9052,-0.0000 -1.6871,0.3498 -2.7363 1.5842v 5.0406 c 0.0000,0.5966 0.2057,0.9052 0.8847 0.9052h 0.2880 c 0.1029,-0.0000 0.1646,0.0617 0.1646 0.1646v 0.3909 l -0.0411,0.0411 c 0.0000,-0.0000 -1.2962,-0.0411 -2.0985 -0.0411c -0.7407,-0.0000 -2.1397,0.0411 -2.1397 0.0411l -0.0411,-0.0411 v -0.3909 c 0.0000,-0.1029 0.0617,-0.1646 0.1646 -0.1646h 0.3909 c 0.6995,-0.0000 0.8847,-0.3086 0.8847 -0.9052v -5.1229 c 0.0000,-1.1110 -0.1646,-1.2550 -0.4526 -1.2550c -0.2675,-0.0000 -0.5143,0.0206 -0.8641 0.1029l -0.1029,-0.5761 c 0.8641,-0.1440 1.4813,-0.2469 2.1191 -0.5966c 0.2263,-0.1029 0.3909,-0.1646 0.5349 -0.1646h 0.3086 l -0.0617,1.8311 h 0.0617 c 1.3167,-1.5430 2.3043,-1.8311 3.3535 -1.8311c 1.8516,-0.0000 2.2425,1.4196 2.2425 3.2507v 4.3617 c 0.0000,0.5966 0.2263,0.9052 0.8847 0.9052h 0.3909 c 0.1029,-0.0000 0.1852,0.0617 0.1852 0.1646v 0.3909 l -0.0411,0.0411 c 0.0000,-0.0000 -1.4196,-0.0411 -2.2220 -0.0411c -0.7201,-0.0000 -2.0162,0.0411 -2.0162 0.0411l -0.0411,-0.0411 v -0.3909 c 0.0000,-0.1029 0.0617,-0.1646 0.1646 -0.1646h 0.2880 c 0.6789,-0.0000 0.8847,-0.3086 0.8847 -0.9052Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 289.5080,57.4907 ZM 301.9140,56.0094 v -4.7320 c 0.0000,-1.3784 -0.5349,-1.8928 -1.3167 -1.8928c -0.8024,-0.0000 -1.4402,0.4115 -2.4277 1.5019c 0.0411,0.2469 0.0411,0.5349 0.0411 0.8230v 4.2999 c 0.0000,0.5966 0.2057,0.9052 0.8847 0.9052h 0.3498 c 0.1029,-0.0000 0.1852,0.0617 0.1852 0.1646v 0.3909 l -0.0411,0.0411 c 0.0000,-0.0000 -1.3784,-0.0411 -2.1808 -0.0411c -0.7407,-0.0000 -2.1603,0.0411 -2.1603 0.0411l -0.0411,-0.0411 v -0.3909 c 0.0000,-0.1029 0.0617,-0.1646 0.1646 -0.1646h 0.4115 c 0.6995,-0.0000 0.8847,-0.3086 0.8847 -0.9052v -4.6908 c 0.0000,-1.3784 -0.5555,-1.9339 -1.3373 -1.9339c -0.7201,-0.0000 -1.3990,0.5143 -2.3660 1.5225v 5.1023 c 0.0000,0.5966 0.2057,0.9052 0.8847 0.9052h 0.3909 c 0.0823,-0.0000 0.1646,0.0617 0.1646 0.1646v 0.3909 l -0.0411,0.0411 c 0.0000,-0.0000 -1.3990,-0.0411 -2.2014 -0.0411c -0.7407,-0.0000 -2.1397,0.0411 -2.1397 0.0411l -0.0411,-0.0411 v -0.3909 c 0.0000,-0.1029 0.0617,-0.1646 0.1646 -0.1646h 0.3909 c 0.6995,-0.0000 0.8847,-0.3086 0.8847 -0.9052v -5.1229 c 0.0000,-1.1727 -0.1852,-1.2550 -0.4526 -1.2550c -0.2675,-0.0000 -0.5143,0.0206 -0.8641 0.1029l -0.1029,-0.5761 c 1.2962,-0.2263 1.5842,-0.3086 2.1397 -0.5966c 0.2057,-0.1029 0.3703,-0.1646 0.5143 -0.1646h 0.3086 l -0.0617,1.7899 h 0.0617 c 0.9670,-1.0287 1.8311,-1.7899 3.1066 -1.7899c 1.1521,-0.0000 1.8722,0.8435 1.9957 1.7693c 1.1933,-1.2344 2.1603,-1.7693 3.2712 -1.7693c 1.8105,-0.0000 2.1191,1.5019 2.1191 3.3330v 4.2794 c 0.0000,0.5966 0.2057,0.9052 0.8847 0.9052h 0.3909 c 0.0823,-0.0000 0.1646,0.0617 0.1646 0.1646v 0.3909 l -0.0411,0.0411 c 0.0000,-0.0000 -1.3990,-0.0411 -2.2014 -0.0411c -0.7407,-0.0000 -2.1397,0.0411 -2.1397 0.0411l -0.0411,-0.0411 v -0.3909 c 0.0000,-0.1029 0.0617,-0.1646 0.1646 -0.1646h 0.3909 c 0.6789,-0.0000 0.8847,-0.3086 0.8847 -0.9052Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 285.4374,60.4983 ZM 287.3919,59.0169 v -10.3075 c 0.0000,-1.1727 -0.2057,-1.5019 -0.6172 -1.5019l -0.6584,0.0823 c -0.0617,-0.0000 -0.1234,-0.0411 -0.1234 -0.1029l -0.0411,-0.5143 c 0.3292,-0.0000 1.0904,-0.1234 1.4402 -0.1852c 0.3703,-0.0823 0.6584,-0.1646 1.0698 -0.3498h 0.4526 v 12.8792 c 0.0000,0.5966 0.2263,0.9052 0.8847 0.9052h 0.4938 c 0.0823,-0.0000 0.1646,0.0617 0.1646 0.1646v 0.3909 l -0.0411,0.0411 c 0.0000,-0.0000 -1.5019,-0.0411 -2.3043 -0.0411c -0.7201,-0.0000 -2.2220,0.0411 -2.2220 0.0411l -0.0206,-0.0411 v -0.3909 c 0.0000,-0.1029 0.0411,-0.1646 0.1440 -0.1646h 0.4938 c 0.6789,-0.0000 0.8847,-0.3086 0.8847 -0.9052Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 271.9610,63.5058 ZM 275.3146,59.1441 v 2.8803 c 0.0000,0.5966 0.2057,0.9052 0.8847 0.9052h 0.0411 c 0.0823,-0.0000 0.1646,0.0617 0.1646 0.1646v 0.3909 l -0.0411,0.0411 c 0.0000,-0.0000 -1.0493,-0.0411 -1.8516 -0.0411c -0.7407,-0.0000 -2.1191,0.0411 -2.1191 0.0411l -0.0411,-0.0411 v -0.3909 c 0.0000,-0.1029 0.0411,-0.1646 0.1440 -0.1646h 0.3909 c 0.6995,-0.0000 0.8847,-0.3086 0.8847 -0.9052v -10.3075 c 0.0000,-1.1727 -0.1852,-1.5019 -0.5966 -1.5019l -0.6789,0.0823 c -0.0617,-0.0000 -0.1029,-0.0411 -0.1029 -0.1029l -0.0411,-0.5143 c 0.3292,-0.0000 1.0698,-0.1234 1.4196 -0.1852c 0.3703,-0.0823 0.6789,-0.1646 1.0904 -0.3498h 0.4526 v 9.4845 c 0.5349,-0.1234 1.5842,-1.0493 2.6952 -2.2631c 0.3292,-0.3292 0.4115,-0.5966 0.4115 -0.8024c 0.0000,-0.1646 -0.1029,-0.3292 -0.5966 -0.3292h -0.0823 c -0.1029,-0.0000 -0.1646,-0.0823 -0.1646 -0.1646v -0.3909 l 0.0617,-0.0411 c 0.0000,-0.0000 0.9875,0.0411 1.7076 0.0411c 0.8024,-0.0000 1.9134,-0.0411 1.9134 -0.0411l 0.0823,0.0411 v 0.3909 c 0.0000,0.1029 -0.1234,0.1646 -0.2263 0.1646h -0.1440 c -0.5555,-0.0000 -1.4607,0.4526 -1.9751 0.9875l -1.5636,1.7282 c -0.0617,0.0617 -0.0823,0.1234 -0.0823 0.2057c 0.0000,0.1029 0.0411,0.2057 0.1029 0.2880l 2.4071,3.5593 c 0.3703,0.5555 1.0287,0.9258 1.5430 0.9258h 0.1440 c 0.1440,-0.0000 0.1852,0.0617 0.1852 0.1646v 0.3909 l -0.0411,0.0411 c 0.0000,-0.0000 -1.0493,-0.0411 -1.8516 -0.0411c -0.7201,-0.0000 -1.2756,0.0411 -1.2756 0.0411l -0.0617,-0.0411 v -0.3909 c 0.0000,-0.2675 -0.0617,-0.4938 -0.4732 -1.0904l -1.5019,-2.1191 c -0.4115,-0.5966 -0.6995,-0.7407 -1.2139 -0.7407Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 260.9182,66.5133 ZM 263.0579,54.7656 c 0.0000,-0.5349 0.4321,-0.9875 0.9875 -0.9875c 0.5349,-0.0000 0.9875,0.4526 0.9875 0.9875c 0.0000,0.5555 -0.4526,0.9875 -0.9875 0.9875c -0.5555,-0.0000 -0.9875,-0.4321 -0.9875 -0.9875ZM 263.0579,54.7656 ZM 261.9675,70.5046 c 0.9052,-0.0000 1.5225,-1.6253 1.5225 -4.5262v -6.0693 c 0.0000,-1.0904 -0.1852,-1.2550 -0.4526 -1.2550c -0.2880,-0.0000 -0.5143,0.0206 -0.8641 0.1029l -0.1029,-0.5761 c 1.5019,-0.2469 1.9545,-0.4938 2.2220 -0.6378c 0.1440,-0.0617 0.2263,-0.1234 0.4321 -0.1234h 0.3086 v 7.9209 c 0.0000,2.6952 -0.2057,3.8267 -1.3373 4.9789c -0.5555,0.5349 -1.1521,0.7818 -1.6459 0.7818c -0.8435,-0.0000 -1.9339,-0.4321 -1.9339 -1.0493c 0.0000,-0.5143 0.3086,-0.7818 0.6584 -0.7818c 0.4938,-0.0000 0.7612,0.4732 0.8641 0.9052c 0.0617,0.2057 0.1646,0.3292 0.3292 0.3292Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 246.1649,69.5208 ZM 247.7697,57.7732 c 0.0000,-0.5349 0.4321,-0.9875 0.9670 -0.9875c 0.5555,-0.0000 0.9875,0.4526 0.9875 0.9875c 0.0000,0.5555 -0.4321,0.9875 -0.9875 0.9875c -0.5349,-0.0000 -0.9670,-0.4321 -0.9670 -0.9875ZM 247.7697,57.7732 ZM 249.7242,68.0395 c 0.0000,0.5966 0.2263,0.9052 0.8847 0.9052h 0.3909 c 0.1029,-0.0000 0.1852,0.0617 0.1852 0.1646v 0.3909 l -0.0411,0.0411 c 0.0000,-0.0000 -1.4196,-0.0411 -2.2220 -0.0411c -0.7201,-0.0000 -2.1191,0.0411 -2.1191 0.0411l -0.0411,-0.0411 v -0.3909 c 0.0000,-0.1029 0.0617,-0.1646 0.1646 -0.1646h 0.3909 c 0.6789,-0.0000 0.8847,-0.3086 0.8847 -0.9052v -5.1229 c 0.0000,-1.0904 -0.1852,-1.2550 -0.4732 -1.2550c -0.2675,-0.0000 -0.5143,0.0206 -0.8641 0.1029l -0.1029,-0.5761 c 1.3167,-0.2263 1.5430,-0.3086 2.1397 -0.5966c 0.2263,-0.0823 0.3703,-0.1646 0.5143 -0.1646h 0.3086 v 7.6123 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 227.0476,72.5283 ZM 230.4012,58.1678 v 6.9745 c 1.3784,-1.3784 2.5923,-1.7076 3.3947 -1.7076c 1.4813,-0.0000 2.2220,1.1316 2.2220 3.2507v 4.3617 c 0.0000,0.5966 0.2057,0.9052 0.8847 0.9052h 0.3909 c 0.0823,-0.0000 0.1646,0.0617 0.1646 0.1646v 0.3909 l -0.0411,0.0411 c 0.0000,-0.0000 -1.3990,-0.0411 -2.2220 -0.0411c -0.7201,-0.0000 -2.1191,0.0411 -2.1191 0.0411l -0.0411,-0.0411 v -0.3909 c 0.0000,-0.1029 0.0617,-0.1646 0.1646 -0.1646h 0.3909 c 0.6995,-0.0000 0.8847,-0.3086 0.8847 -0.9052v -4.5880 c 0.0000,-1.6665 -0.4526,-2.0574 -1.6048 -2.0574c -0.5966,-0.0000 -1.4813,0.5349 -2.4689 1.5019v 5.1435 c 0.0000,0.5966 0.2057,0.9052 0.8847 0.9052h 0.3909 c 0.0823,-0.0000 0.1646,0.0617 0.1646 0.1646v 0.3909 l -0.0411,0.0411 c 0.0000,-0.0000 -1.3990,-0.0411 -2.2014 -0.0411c -0.7407,-0.0000 -2.1191,0.0411 -2.1191 0.0411l -0.0411,-0.0411 v -0.3909 c 0.0000,-0.1029 0.0411,-0.1646 0.1440 -0.1646h 0.3909 c 0.6995,-0.0000 0.8847,-0.3086 0.8847 -0.9052v -10.3075 c 0.0000,-1.1727 -0.1852,-1.5019 -0.5966 -1.5019l -0.6789,0.0823 c -0.0617,-0.0000 -0.1029,-0.0411 -0.1029 -0.1029l -0.0411,-0.5143 c 0.3292,-0.0000 1.0698,-0.1234 1.4196 -0.1852c 0.3703,-0.0823 0.6789,-0.1646 1.0904 -0.3498h 0.4526 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 209.4404,75.5359 ZM 215.9418,69.7135 c 0.0000,-1.7076 -0.8024,-2.6952 -2.0368 -2.6952c -1.0698,-0.0000 -1.7899,0.7407 -1.7899 2.3454c 0.0000,1.0698 0.4115,2.7569 2.0574 2.7569c 0.7201,-0.0000 1.7693,-0.3498 1.7693 -2.4071ZM 215.9418,69.7135 ZM 212.0945,75.6799 c -0.6378,0.5966 -0.7818,1.2344 -0.7818 1.9339c 0.0000,1.5430 1.8516,1.9957 2.5512 1.9957c 1.7693,-0.0000 4.0119,-0.6172 4.0119 -2.0985c 0.0000,-0.5349 -0.2880,-0.8847 -1.0904 -1.2756c -0.5761,-0.2880 -1.4196,-0.5143 -2.4071 -0.5143c -0.1646,-0.0000 -0.3909,0.0206 -0.6789 0.0411c -0.2880,0.0206 -0.5966,0.0206 -0.8230 0.0206c -0.3292,-0.0000 -0.4938,-0.0411 -0.7818 -0.1029ZM 212.0945,75.6799 ZM 218.3489,67.5532 c -0.3292,-0.0000 -0.5349,-0.1852 -0.6172 -0.3498c -0.1234,-0.1852 -0.2057,-0.2469 -0.3498 -0.2469c -0.2469,-0.0000 -0.6378,0.2880 -0.7818 0.4938c 0.5761,0.6172 0.8435,1.2139 0.8435 2.1808c 0.0000,2.0162 -1.6459,3.1066 -3.3741 3.1066c -0.7612,-0.0000 -1.3784,-0.1440 -1.8516 -0.4321c -0.2263,0.3498 -0.3498,0.7818 -0.3498 1.1933c 0.0000,0.8847 0.6789,1.1110 1.2550 1.1110c 0.1029,-0.0000 0.3498,-0.0206 0.6378 -0.0411c 0.4732,-0.0617 0.9875,-0.1029 1.3373 -0.1029c 0.7201,-0.0000 2.0780,0.1440 2.9009 0.8435c 0.5555,0.5143 0.8641,1.0081 0.8641 1.6665c 0.0000,2.2220 -2.9215,3.3947 -5.5755 3.3947c -1.5019,-0.0000 -3.1684,-0.5555 -3.1684 -2.3454c 0.0000,-0.8847 0.5555,-1.8311 1.6048 -2.4894c -0.5143,-0.2675 -0.8847,-0.7818 -0.8847 -1.5225c 0.0000,-0.6995 0.3086,-1.5842 0.8641 -2.0780c -0.5555,-0.5555 -1.0287,-1.2550 -1.0287 -2.3866c 0.0000,-1.8928 1.6665,-3.1066 3.4153 -3.1066c 1.1521,-0.0000 1.8722,0.4732 2.0985 0.6378c 0.5143,-0.6995 1.4402,-1.0493 1.9545 -1.0493c 0.5349,-0.0000 0.9052,0.3498 0.9052 0.7818c 0.0000,0.4526 -0.2880,0.7407 -0.6995 0.7407Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 192.0620,78.5434 ZM 193.9548,77.0621 v -6.5630 h -1.4196 c -0.0823,-0.0000 -0.1029,-0.0206 -0.1029 -0.1029v -0.2880 c 0.0000,-0.1646 0.1029,-0.4115 0.4732 -0.4115h 1.0493 v -0.8024 c 0.0000,-3.2095 1.6665,-4.7114 3.3947 -4.7114c 0.7818,-0.0000 1.3167,0.2057 1.8311 0.5555c 0.4115,0.3086 0.5966,0.6584 0.5966 0.9875c 0.0000,0.4321 -0.3086,0.7407 -0.6995 0.7407c -0.4115,-0.0000 -0.6789,-0.2263 -0.8435 -0.5761c -0.2675,-0.6789 -0.6584,-1.0081 -1.2756 -1.0081c -0.6789,-0.0000 -1.4607,0.4938 -1.4607 3.6621v 1.1521 h 2.2631 c 0.1029,-0.0000 0.1646,0.0411 0.1646 0.1234v 0.4115 c 0.0000,0.1852 -0.2880,0.2675 -0.4732 0.2675h -1.9545 v 6.5630 c 0.0000,0.5966 0.2057,0.9052 0.8847 0.9052h 0.6789 c 0.0823,-0.0000 0.1646,0.0617 0.1646 0.1646v 0.3909 l -0.0411,0.0411 c 0.0000,-0.0000 -1.6871,-0.0411 -2.4894 -0.0411c -0.7407,-0.0000 -2.1397,0.0411 -2.1397 0.0411l -0.0411,-0.0411 v -0.3909 c 0.0000,-0.1029 0.0617,-0.1646 0.1646 -0.1646h 0.3909 c 0.6995,-0.0000 0.8847,-0.3086 0.8847 -0.9052Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 170.4754,81.5509 ZM 172.8208,75.8519 h 3.7856 c 0.2057,-0.0000 0.2880,-0.1029 0.2880 -0.2880c 0.0000,-1.9134 -0.9670,-2.4071 -1.7076 -2.4071c -0.4732,-0.0000 -2.0162,0.1852 -2.3660 2.6952ZM 172.8208,75.8519 ZM 178.2523,79.6375 l 0.4115,0.3292 c -0.7818,1.0698 -1.9957,1.8311 -3.4770 1.8311c -2.8186,-0.0000 -4.0119,-2.0985 -4.0119 -4.3411c 0.0000,-3.1272 2.0574,-4.9994 4.0119 -4.9994c 2.7157,-0.0000 3.3535,2.1191 3.3535 3.8473c 0.0000,0.2263 -0.1440,0.3498 -0.3703 0.3498h -5.4109 c -0.0206,0.1234 -0.0206,0.2469 -0.0206 0.4115c 0.0000,2.0985 1.4607,3.7239 2.9421 3.7239c 1.1316,-0.0000 1.8516,-0.3703 2.5717 -1.1521Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 148.6074,84.5584 ZM 155.4791,82.7273 v -5.3286 c -0.4938,-0.7818 -1.0493,-1.2139 -2.0162 -1.2139c -0.4115,-0.0000 -1.2550,0.0617 -1.9134 1.0287c -0.2880,0.4321 -0.6378,1.3167 -0.6378 2.7980c 0.0000,2.6952 1.3990,3.9296 2.5100 3.9296c 0.6789,-0.0000 1.2344,-0.4115 2.0574 -1.2139ZM 155.4791,82.7273 ZM 157.0221,70.1979 v 11.8917 c 0.0000,0.6172 0.0411,0.9464 0.0823 1.0904c 0.0617,0.1852 0.2880,0.3086 0.4526 0.3086c 0.2469,-0.0000 0.6995,-0.0000 1.0081 -0.0617l 0.0823,0.5761 c -1.1933,0.2057 -2.2631,0.4321 -2.6952 0.8024h -0.4938 l 0.0617,-1.4196 c -0.7818,0.8024 -1.5842,1.4196 -2.6334 1.4196c -2.2220,-0.0000 -3.5798,-1.8928 -3.5798 -4.4234c 0.0000,-1.5225 0.4115,-2.7980 1.2962 -3.6827c 0.8230,-0.7818 1.7282,-1.2344 3.0861 -1.2344c 0.4115,-0.0000 1.3167,0.1852 1.7899 0.4526v -3.1478 c 0.0000,-1.1727 -0.1852,-1.5019 -0.5966 -1.5019l -0.6789,0.0823 c -0.0411,-0.0000 -0.1029,-0.0411 -0.1029 -0.1029l -0.0411,-0.5143 c 0.3292,-0.0000 1.0698,-0.1234 1.4196 -0.1852c 0.3909,-0.0823 0.6789,-0.1646 1.0904 -0.3498h 0.4526 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 127.6881,87.5659 ZM 135.5885,85.6937 c -0.9052,1.5636 -1.8928,2.1191 -3.1272 2.1191c -2.4689,-0.0000 -4.0119,-1.8722 -4.0119 -4.5262c 0.0000,-2.9215 1.8311,-4.8143 4.0530 -4.8143c 1.9751,-0.0000 3.0244,1.0081 3.0244 2.0985c 0.0000,0.5966 -0.3703,0.9052 -0.8024 0.9052c -0.4321,-0.0000 -0.8435,-0.2263 -0.9052 -0.7407c -0.0823,-0.6789 -0.2057,-1.5636 -1.4196 -1.5636c -1.3579,-0.0000 -2.3660,1.4402 -2.3660 3.6621c 0.0000,2.4071 1.2962,4.0736 2.8803 4.0736c 0.8847,-0.0000 1.6665,-0.5761 2.3043 -1.5019Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 104.6133,90.5734 ZM 107.6788,89.4419 c 0.4115,0.4938 0.8435,0.6584 1.4813 0.6584c 1.9545,-0.0000 2.9421,-1.8105 2.9421 -4.1559c 0.0000,-2.0985 -1.0698,-3.6004 -2.3248 -3.6004c -0.2263,-0.0000 -1.2962,0.0411 -2.0985 0.8847v 6.2133 ZM 107.6788,89.4419 ZM 106.1358,78.7846 c 0.0000,-1.1727 -0.2057,-1.5019 -0.6172 -1.5019l -0.6584,0.0823 c -0.0617,-0.0000 -0.1029,-0.0411 -0.1029 -0.1029l -0.0411,-0.5143 c 0.3292,-0.0000 1.0698,-0.1234 1.4196 -0.1852c 0.3703,-0.0823 0.6789,-0.1646 1.0904 -0.3498h 0.4526 v 6.3779 c 0.6995,-0.7612 1.5225,-1.1316 2.5100 -1.1316c 1.7899,-0.0000 3.4975,1.7076 3.4975 4.2176c 0.0000,3.2712 -2.3043,5.1229 -4.4028 5.1229c -0.8847,-0.0000 -1.5430,-0.2469 -2.1397 -0.7612c -0.1852,0.2469 -0.4526,0.5555 -0.6378 0.7612l -0.4321,-0.1029 c 0.0617,-0.4938 0.0617,-0.8230 0.0617 -1.6253v -10.2869 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 82.3626,93.5810 ZM 88.3496,88.5404 l -1.6253,0.4115 c -1.8105,0.5555 -2.0780,1.5019 -2.0780 2.4277c 0.0000,0.6378 0.3086,1.6048 1.6048 1.6048c 0.6172,-0.0000 1.5636,-0.5966 2.0985 -1.0493v -3.3947 ZM 88.3496,88.5404 ZM 89.6663,93.8279 c -0.7818,-0.0000 -1.2139,-0.6995 -1.2962 -1.1933l -0.4732,0.3292 c -0.9464,0.6584 -1.2962,0.8641 -2.2425 0.8641c -1.4402,-0.0000 -2.4894,-0.8230 -2.4894 -2.3660c 0.0000,-1.5636 1.3373,-2.6334 3.2918 -3.1272l 1.8928,-0.4732 c 0.0000,-2.3248 -1.0698,-2.7569 -1.7693 -2.7569c -0.7818,-0.0000 -1.6871,0.3498 -1.6871 0.9875c 0.0000,0.2263 0.0411,0.3498 0.0617 0.4115c 0.0411,0.0823 0.0617,0.2263 0.0617 0.3703c 0.0000,0.2675 -0.2057,0.6789 -0.8024 0.6789c -0.4938,-0.0000 -0.8230,-0.3292 -0.8230 -0.8230c 0.0000,-1.1933 1.9339,-2.2425 3.2507 -2.2425c 1.5019,-0.0000 3.2301,0.6172 3.2301 3.5387v 3.0244 c 0.0000,1.2550 0.0206,1.7899 0.4938 1.7899c 0.4526,-0.0000 0.5761,-0.5761 0.5966 -1.0287l 0.5143,0.1029 c -0.1234,1.5019 -0.7612,1.9134 -1.8105 1.9134Z"/>+  </g>+</svg>
other/textHudExample.svg view
@@ -1,3 +1,196 @@ <?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>+    "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.9528,110.1441 ZM 383.4998,91.6988 h 8.4076 c 1.2440,-0.0000 2.7453,-0.2145 2.8740 -0.2145c 0.3003,-0.0000 0.5576,0.0858 0.5576 0.2574c 0.0000,0.1716 -0.2145,0.6863 -0.9437 1.8016l -10.1235,14.9278 h 5.5336 c 2.5309,-0.0000 3.2172,-0.9437 4.2467 -3.2172l 0.5576,-1.2440 l 1.1582,0.3003 c -0.7292,2.4880 -1.2011,4.5041 -1.4156 5.8339h -12.9975 c -0.6434,-0.0000 -0.9866,-0.2145 -0.9866 -0.5148c 0.0000,-0.2145 0.0429,-0.3432 0.3861 -0.8579l 10.4237,-15.3997 h -5.7910 c -1.2869,-0.0000 -2.7453,0.7292 -3.6033 3.8606l -1.1153,-0.1287 c 0.3432,-2.1019 0.6005,-3.9893 0.6434 -5.9197h 1.0724 c 0.0858,0.2574 0.4719,0.5148 1.1153 0.5148Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 413.0750,116.4147 ZM 421.9974,98.8273 c 0.0000,0.2145 -0.2574,0.3432 -0.4719 0.3432c -1.2869,-0.0000 -1.8445,0.2574 -1.8445 0.9437c 0.0000,0.2574 0.0858,0.6005 0.2574 0.9866l 4.7186,11.0672 l 4.7615,-10.8956 c 0.2145,-0.3861 0.3003,-0.7292 0.3003 -0.9866c 0.0000,-0.9008 -0.8579,-1.1153 -1.8016 -1.1153h -0.1716 c -0.2145,-0.0000 -0.4290,-0.1716 -0.4290 -0.3003v -0.8150 l 0.0858,-0.1287 c 0.0000,-0.0000 2.5309,0.0858 4.0322 0.0858c 1.2011,-0.0000 2.9598,-0.0858 2.9598 -0.0858l 0.1287,0.0858 v 0.8150 c 0.0000,0.2145 -0.1716,0.3432 -0.4719 0.3432c -1.6301,-0.0000 -2.4451,1.6729 -3.0456 2.9169c -2.2735,4.8044 -4.1609,9.2227 -7.5926 17.5016c -1.2869,3.0885 -2.8311,6.6918 -5.8768 6.6918c -0.8150,-0.0000 -2.4880,-0.4719 -2.4880 -2.0161c 0.0000,-1.2869 0.9437,-1.6729 1.6301 -1.6729c 0.6434,-0.0000 1.0724,0.2574 1.3298 0.6005c 0.4290,0.4290 0.7292,0.7292 1.1582 0.7292c 0.6434,-0.0000 2.1448,-3.6891 3.2172 -6.3057c 0.2574,-0.5148 0.3432,-0.9437 0.3432 -1.3298c 0.0000,-0.4290 -0.3861,-1.5872 -0.7292 -2.4451l -5.4049,-12.5685 c -0.6863,-1.6301 -1.1582,-2.1019 -2.6167 -2.1019c -0.2574,-0.0000 -0.4290,-0.1287 -0.4290 -0.3003v -0.8579 l 0.0858,-0.0858 c 0.0000,-0.0000 1.8874,0.0858 3.1743 0.0858c 2.0161,-0.0000 5.1046,-0.0858 5.1046 -0.0858l 0.0858,0.1287 v 0.7721 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 446.3811,122.6853 ZM 454.8316,105.4411 c -0.8579,-0.0000 -1.0295,0.2145 -1.0295 0.5148c 0.0000,0.2145 0.1716,0.6005 0.6434 1.3727l 2.6167,3.8606 c 0.1287,0.2574 0.2574,0.3861 0.4290 0.3861c 0.1287,-0.0000 0.2145,-0.0858 0.3861 -0.3003l 2.7882,-3.9035 c 0.4719,-0.6005 0.7292,-1.0724 0.7292 -1.4156c 0.0000,-0.3432 -0.3003,-0.5148 -0.9008 -0.5148h -0.6863 c -0.1287,-0.0000 -0.2574,-0.0858 -0.2574 -0.3003v -0.8150 l 0.1287,-0.1287 c 0.0000,-0.0000 2.0161,0.0858 3.3459 0.0858c 1.3727,-0.0000 3.4746,-0.0858 3.4746 -0.0858l 0.0429,0.0858 v 0.8150 c 0.0000,0.3003 -0.2574,0.3432 -0.5148 0.3432c -1.5872,-0.0000 -2.2306,0.5148 -3.8177 2.5309l -3.6033,4.5899 c -0.0858,0.1287 -0.1287,0.2145 -0.1287 0.3003c 0.0000,0.0858 0.0429,0.2145 0.1287 0.3432l 3.8606,5.4478 c 1.9732,2.7882 2.5309,2.8311 3.9035 2.8311c 0.4290,-0.0000 0.6005,0.0858 0.6005 0.3432v 0.8150 l -0.0429,0.0858 c 0.0000,-0.0000 -2.3164,-0.0858 -3.7749 -0.0858c -1.7587,-0.0000 -4.4612,0.0858 -4.4612 0.0858l -0.0858,-0.0858 v -0.8150 c 0.0000,-0.2145 0.0858,-0.3432 0.3003 -0.3432h 0.5148 c 0.6863,-0.0000 0.9866,-0.1287 0.9866 -0.4719c 0.0000,-0.3861 -0.4719,-1.0295 -1.1582 -1.9303l -2.4880,-3.4317 c -0.1716,-0.2145 -0.2574,-0.3003 -0.3861 -0.3003c -0.0858,-0.0000 -0.2145,0.1287 -0.3861 0.3861l -2.7025,3.9035 c -0.6434,0.8579 -0.7721,1.0724 -0.7721 1.3727c 0.0000,0.3003 0.2574,0.4719 0.9008 0.4719h 0.6005 c 0.2145,-0.0000 0.3003,0.1287 0.3003 0.3432v 0.8150 l -0.0858,0.0858 c 0.0000,-0.0000 -2.2306,-0.0858 -3.6033 -0.0858c -1.2440,-0.0000 -3.2172,0.0858 -3.2172 0.0858l -0.0858,-0.0858 v -0.7292 c 0.0000,-0.2574 0.1716,-0.4290 0.5576 -0.4290c 1.0295,-0.0000 2.0161,-0.2145 3.8177 -2.5309l 3.6033,-4.6328 c 0.0429,-0.0858 0.0858,-0.1716 0.0858 -0.3003c 0.0000,-0.1287 -0.0429,-0.2145 -0.1287 -0.3432l -3.7320,-5.4478 c -1.2011,-1.7587 -1.9732,-2.7882 -3.4746 -2.7882c -0.3003,-0.0000 -0.6005,-0.1287 -0.6005 -0.3003v -0.8150 l 0.0858,-0.1287 l 3.3888,0.0858 l 4.7615,-0.0858 l 0.1287,0.1287 v 0.7721 c 0.0000,0.2145 -0.1716,0.3432 -0.3432 0.3432h -0.6434 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 470.6265,128.9559 ZM 479.2915,111.3686 c 0.0000,0.2145 -0.1716,0.3432 -0.3861 0.3432h -0.6434 c -0.9437,-0.0000 -1.2440,0.2574 -1.2440 0.6863c 0.0000,0.3003 0.1716,0.6863 0.3861 1.2869l 4.5041,11.3246 l 3.7320,-9.3084 l -0.7721,-1.9303 c -0.5576,-1.4585 -1.4585,-2.0590 -2.7453 -2.0590c -0.2145,-0.0000 -0.4290,-0.0858 -0.4290 -0.3003v -0.8579 l 0.0858,-0.0858 c 0.0000,-0.0000 2.4022,0.0858 3.9035 0.0858l 4.2896,-0.0858 l 0.1287,0.0858 v 0.8150 c 0.0000,0.2145 -0.2145,0.3432 -0.4290 0.3432h -0.7721 c -0.8579,-0.0000 -1.2440,0.1716 -1.2440 0.6005c 0.0000,0.3432 0.1716,0.7721 0.4290 1.3727l 4.4612,11.3246 l 4.4612,-11.1101 c 0.1287,-0.2574 0.2145,-0.6005 0.2145 -0.9437c 0.0000,-0.7292 -0.4719,-1.2440 -1.9303 -1.2440h -0.6434 c -0.2145,-0.0000 -0.3861,-0.1716 -0.3861 -0.3003v -0.8579 l 0.1287,-0.0858 c 0.0000,-0.0000 2.8311,0.0858 4.4183 0.0858c 1.4585,-0.0000 3.1743,-0.0858 3.1743 -0.0858l 0.0429,0.0858 v 0.8150 c 0.0000,0.2574 -0.2574,0.3432 -0.5148 0.3432c -1.0724,-0.0000 -2.1877,0.4719 -2.9598 2.3593l -5.8339,14.4989 c -0.2574,0.6434 -0.6005,0.9008 -0.9866 0.9008c -0.4290,-0.0000 -0.7721,-0.2574 -1.0295 -0.8579l -4.2896,-10.7240 l -4.2896,10.6382 c -0.3003,0.6863 -0.6434,0.9437 -1.0295 0.9437c -0.4290,-0.0000 -0.7721,-0.2574 -1.0295 -0.8579l -5.8768,-14.8420 c -0.6434,-1.6729 -1.4156,-2.0590 -2.7025 -2.0590c -0.2145,-0.0000 -0.5148,-0.0858 -0.5148 -0.3003v -0.8579 l 0.0858,-0.0858 c 0.0000,-0.0000 2.0161,0.0858 3.9035 0.0858c 1.9732,-0.0000 4.2467,-0.0858 4.2467 -0.0858l 0.0858,0.1287 v 0.7721 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 501.6665,135.2266 ZM 515.8222,117.9824 h -0.2145 c -0.2145,-0.0000 -0.3432,-0.1716 -0.3432 -0.3003v -0.8579 l 0.1716,-0.0858 c 0.0000,-0.0000 2.4451,0.0858 4.0322 0.0858c 1.1153,-0.0000 2.9169,-0.0858 2.9169 -0.0858l 0.0858,0.0858 v 0.7721 c 0.0000,0.2145 -0.2145,0.3861 -0.4719 0.3861c -1.2440,-0.0000 -2.2306,0.5576 -2.9169 2.2306l -5.9197,14.5418 c -0.3003,0.7292 -0.6005,0.9866 -1.0295 0.9866c -0.5576,-0.0000 -0.8150,-0.2574 -1.0724 -0.9008l -5.8339,-14.7991 c -0.6005,-1.5443 -1.5014,-2.0590 -2.7453 -2.0590c -0.2145,-0.0000 -0.4290,-0.0858 -0.4290 -0.3003v -0.8579 l 0.1287,-0.0858 c 0.0000,-0.0000 2.2735,0.0858 3.7320 0.0858c 1.6729,-0.0000 4.2896,-0.0858 4.2896 -0.0858l 0.1716,0.0858 v 0.8150 c 0.0000,0.3003 -0.2574,0.3432 -0.3861 0.3432h -0.7292 c -0.8579,0.0429 -1.2440,0.3003 -1.2440 0.7292c 0.0000,0.3003 0.1716,0.6434 0.4290 1.2440l 3.6891,9.3513 l 0.7292,1.9732 l 0.7292,-1.8445 l 3.8177,-9.3942 c 0.2145,-0.4719 0.3432,-0.8579 0.3432 -1.1582c 0.0000,-0.6434 -0.4719,-0.9008 -1.9303 -0.9008Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 522.9218,141.4972 ZM 541.3242,136.5212 c 0.0000,2.1448 0.2145,2.8311 1.0724 2.8311c 0.5148,-0.0000 1.4585,-0.0858 2.1877 -0.2145l 0.1716,1.2011 c -2.6167,0.4719 -4.7186,0.9008 -5.7052 1.6729h -0.9437 l 0.1287,-3.1743 h -0.1287 c -2.3593,2.5738 -4.2896,3.1743 -6.0483 3.1743c -4.2467,-0.0000 -5.3620,-2.8740 -5.3620 -5.8339v -9.7803 c 0.0000,-1.4156 -0.3003,-2.1448 -1.8874 -2.1448c -0.1716,-0.0000 -0.4719,0.0429 -0.7292 0.0429l -0.1287,-0.0429 v -1.1153 l 0.1287,-0.1287 c 0.0000,-0.0000 2.9169,0.0858 4.2896 0.0858c 0.6005,-0.0000 1.5872,-0.0858 1.5872 -0.0858l -0.0429,3.4317 v 9.1369 c 0.0000,3.8177 1.9732,4.5041 3.2601 4.5041c 0.9866,-0.0000 1.8874,-0.3861 2.7882 -1.0295c 1.0295,-0.7721 1.7158,-1.3727 2.1448 -1.9303v -10.5953 c 0.0000,-1.5443 -0.2145,-2.2735 -1.8016 -2.2735c -0.2574,-0.0000 -0.7292,0.0429 -0.8579 0.0429l -0.0858,-0.0858 v -1.0724 l 0.0858,-0.1287 c 0.0000,-0.0000 3.0456,0.0858 4.2467 0.0858c 0.9866,-0.0000 1.6729,-0.0858 1.6729 -0.0858l -0.0429,3.3888 v 10.1235 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 544.9428,147.7678 ZM 551.9778,130.9955 v 10.9814 c 0.0000,2.6596 0.2574,3.9464 1.4156 3.9464c 1.1153,-0.0000 1.9732,-0.3432 3.0885 -1.2011l 0.7721,0.7292 c -1.6729,1.8874 -3.3888,2.8311 -5.3620 2.8311c -1.9732,-0.0000 -3.1314,-1.2011 -3.1314 -4.2467v -13.0404 h -2.7882 c -0.1287,-0.0000 -0.1716,-0.0429 -0.1716 -0.1716v -1.3298 c 0.0000,-0.1287 0.0429,-0.1716 0.1287 -0.1716c 2.8740,-0.0000 3.5604,-1.6729 3.5604 -4.9330v -0.8150 l 2.4880,-0.8579 v 6.6060 h 4.7186 c 0.2145,-0.0000 0.3432,0.0858 0.3432 0.2574v 0.8579 c 0.0000,0.3861 -0.6005,0.5576 -1.0295 0.5576h -4.0322 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 556.4239,154.0384 ZM 558.2685,148.0330 l 1.1582,-0.0429 c 0.1287,1.0724 0.6005,3.1314 1.5443 4.1180c 0.4290,0.4719 1.5872,1.2440 3.1743 1.2440c 1.5014,-0.0000 3.7320,-1.2011 3.7320 -3.3030c 0.0000,-1.8445 -1.0295,-3.0885 -4.4183 -4.5470c -3.1314,-1.3727 -4.7615,-2.2735 -4.7615 -5.4907c 0.0000,-2.8740 2.5309,-4.9330 5.9197 -4.9330c 2.1448,-0.0000 3.7320,0.3861 5.0617 1.0724c 0.2574,1.3727 0.3861,2.8311 0.4719 4.3754l -1.1582,0.0429 c -0.9008,-3.5175 -3.4746,-4.2038 -4.3754 -4.2038c -1.6301,-0.0000 -3.3030,0.6434 -3.3030 3.0027c 0.0000,1.7158 0.8150,2.5738 3.1743 3.4317c 3.4746,1.2869 6.2628,2.8311 6.2628 6.2628c 0.0000,4.2467 -4.5041,5.4907 -6.5202 5.4907c -1.5014,-0.0000 -2.7453,-0.1716 -3.8606 -0.4719c -0.3003,-0.0429 -0.5148,-0.0858 -0.8150 -0.0858c -0.2145,-0.0000 -0.5576,0.0429 -0.9866 0.1287c 0.0000,-1.8016 -0.1287,-3.9893 -0.3003 -6.0912Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 565.3216,160.3091 ZM 569.1394,157.2205 v -10.6811 c 0.0000,-2.1448 -0.3003,-2.6167 -0.9437 -2.6167c -0.5576,-0.0000 -1.0724,0.0429 -1.8016 0.2145l -0.2145,-1.2011 c 2.7025,-0.4719 3.1743,-0.6005 4.4612 -1.2440c 0.4290,-0.2145 0.7721,-0.3432 1.0724 -0.3432h 0.6434 l -0.1287,3.8606 h 0.1287 c 1.1153,-1.6729 3.0027,-3.8606 5.0188 -3.8606c 1.7587,-0.0000 2.4022,0.8579 2.4022 1.9732c 0.0000,1.1153 -0.7292,1.8016 -1.8445 1.8016c -0.8579,-0.0000 -1.3298,-0.3432 -1.7587 -0.7721c -0.2574,-0.2574 -0.5576,-0.3861 -0.8579 -0.3861c -0.4719,-0.0000 -1.4156,0.7721 -2.4451 2.2306c -0.3003,0.3861 -0.5148,0.9437 -0.5148 1.5014v 9.5229 c 0.0000,1.2440 0.4290,1.8874 1.8445 1.8874h 1.2440 c 0.2145,-0.0000 0.3861,0.1287 0.3861 0.3432v 0.8150 l -0.0858,0.0858 c 0.0000,-0.0000 -3.3888,-0.0858 -5.0617 -0.0858c -1.5443,-0.0000 -4.4612,0.0858 -4.4612 0.0858l -0.0429,-0.0858 v -0.8150 c 0.0000,-0.2145 0.0858,-0.3432 0.3003 -0.3432h 0.8150 c 1.4585,-0.0000 1.8445,-0.6434 1.8445 -1.8874Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 565.9113,166.5797 ZM 580.4102,152.1666 c -1.1582,-1.9303 -2.6167,-3.0885 -4.4183 -3.0885c -3.4317,-0.0000 -5.2762,3.3030 -5.2762 7.7642c 0.0000,6.4773 3.7749,8.3647 6.2628 8.3647c 0.8150,-0.0000 2.3164,-0.0858 3.4317 -0.9437v -12.0967 ZM 580.4102,152.1666 ZM 580.4102,173.3573 v -7.6784 c -0.6434,0.5576 -2.0161,1.4156 -4.4612 1.4156c -6.1770,-0.0000 -8.4934,-5.4049 -8.4934 -9.3942c 0.0000,-5.6623 3.4746,-10.0806 8.7079 -10.0806c 2.1019,-0.0000 3.9464,0.6005 5.3620 1.8445l 0.6434,-1.0295 c 0.3003,-0.5148 0.6005,-0.8150 0.9008 -0.8150c 0.4719,-0.0000 0.5576,0.4719 0.5576 1.0724v 24.6652 c 0.0000,1.2440 0.4290,1.8874 1.8445 1.8874h 0.8150 c 0.1716,-0.0000 0.3432,0.1287 0.3432 0.3432v 0.8150 l -0.0858,0.0858 c 0.0000,-0.0000 -2.9169,-0.0858 -4.5899 -0.0858c -1.5443,-0.0000 -4.8902,0.0858 -4.8902 0.0858l -0.0858,-0.0858 v -0.8150 c 0.0000,-0.2145 0.1287,-0.3432 0.3432 -0.3432h 1.2440 c 1.4585,-0.0000 1.8445,-0.6434 1.8445 -1.8874Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 565.2336,172.8503 ZM 571.6251,159.3809 v 10.6811 c 1.5014,1.7587 2.9169,1.8445 3.6033 1.8445c 4.5899,-0.0000 5.6194,-4.2896 5.6194 -7.9787c 0.0000,-5.1904 -2.1019,-8.0645 -4.7186 -8.0645c -1.4585,-0.0000 -3.5604,1.2440 -4.5041 3.5175ZM 571.6251,159.3809 ZM 568.4508,179.6279 v -21.2335 c 0.0000,-1.6301 -0.3861,-1.9303 -0.9866 -1.9303c -0.5576,-0.0000 -1.0724,0.0429 -1.8016 0.2145l -0.2145,-1.2011 c 2.7453,-0.4719 3.2601,-0.6434 4.4612 -1.2440c 0.4719,-0.2145 0.7721,-0.3432 1.0724 -0.3432h 0.6434 l -0.1287,3.4317 h 0.1287 c 1.9732,-3.0027 4.2896,-3.4317 5.6623 -3.4317c 4.1609,-0.0000 6.9063,4.3325 6.9063 8.8795c 0.0000,3.4746 -1.0724,6.1341 -3.0027 8.1074c -1.6729,1.6729 -3.4317,2.4880 -5.7052 2.4880c -1.5443,-0.0000 -2.7453,-0.3432 -3.8606 -0.9437v 7.2065 c 0.0000,1.2440 0.4719,1.8874 1.8445 1.8874h 0.8150 c 0.2145,-0.0000 0.3861,0.1287 0.3861 0.3432v 0.8150 l -0.0858,0.0858 c 0.0000,-0.0000 -2.9598,-0.0858 -4.6328 -0.0858c -1.5014,-0.0000 -4.4183,0.0858 -4.4183 0.0858l -0.0858,-0.0858 v -0.8150 c 0.0000,-0.2145 0.1287,-0.3432 0.3432 -0.3432h 0.8150 c 1.4156,-0.0000 1.8445,-0.6434 1.8445 -1.8874Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 559.5663,179.1209 ZM 561.0248,170.3272 c 0.0000,-5.8768 3.1743,-10.1664 8.8795 -10.1664c 6.3486,-0.0000 8.7937,5.3191 8.7937 9.7803c 0.0000,4.2896 -2.7882,9.6945 -8.8795 9.6945c -5.7481,-0.0000 -8.7937,-4.9330 -8.7937 -9.3084ZM 561.0248,170.3272 ZM 569.4324,161.5764 c -3.4317,-0.0000 -5.0188,4.0322 -5.0188 7.7642c 0.0000,3.3030 1.8874,8.7937 6.1341 8.7937c 1.9303,-0.0000 4.7615,-1.1582 4.7615 -6.8205c 0.0000,-6.3057 -2.3593,-9.7374 -5.8768 -9.7374Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 548.3870,185.3916 ZM 564.0012,182.3030 v -9.3942 c 0.0000,-3.0027 -0.5148,-4.4183 -2.7882 -4.4183c -1.8874,-0.0000 -3.5175,0.7292 -5.7052 3.3030v 10.5095 c 0.0000,1.2440 0.4290,1.8874 1.8445 1.8874h 0.6005 c 0.2145,-0.0000 0.3432,0.1287 0.3432 0.3432v 0.8150 l -0.0858,0.0858 c 0.0000,-0.0000 -2.7025,-0.0858 -4.3754 -0.0858c -1.5443,-0.0000 -4.4612,0.0858 -4.4612 0.0858l -0.0858,-0.0858 v -0.8150 c 0.0000,-0.2145 0.1287,-0.3432 0.3432 -0.3432h 0.8150 c 1.4585,-0.0000 1.8445,-0.6434 1.8445 -1.8874v -10.6811 c 0.0000,-2.3164 -0.3432,-2.6167 -0.9437 -2.6167c -0.5576,-0.0000 -1.0724,0.0429 -1.8016 0.2145l -0.2145,-1.2011 c 1.8016,-0.3003 3.0885,-0.5148 4.4183 -1.2440c 0.4719,-0.2145 0.8150,-0.3432 1.1153 -0.3432h 0.6434 l -0.1287,3.8177 h 0.1287 c 2.7453,-3.2172 4.8044,-3.8177 6.9921 -3.8177c 3.8606,-0.0000 4.6757,2.9598 4.6757 6.7776v 9.0940 c 0.0000,1.2440 0.4719,1.8874 1.8445 1.8874h 0.8150 c 0.2145,-0.0000 0.3861,0.1287 0.3861 0.3432v 0.8150 l -0.0858,0.0858 c 0.0000,-0.0000 -2.9598,-0.0858 -4.6328 -0.0858c -1.5014,-0.0000 -4.2038,0.0858 -4.2038 0.0858l -0.0858,-0.0858 v -0.8150 c 0.0000,-0.2145 0.1287,-0.3432 0.3432 -0.3432h 0.6005 c 1.4156,-0.0000 1.8445,-0.6434 1.8445 -1.8874Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 528.4098,191.6622 ZM 554.2762,188.5737 v -9.8661 c 0.0000,-2.8740 -1.1153,-3.9464 -2.7453 -3.9464c -1.6729,-0.0000 -3.0027,0.8579 -5.0617 3.1314c 0.0858,0.5148 0.0858,1.1153 0.0858 1.7158v 8.9653 c 0.0000,1.2440 0.4290,1.8874 1.8445 1.8874h 0.7292 c 0.2145,-0.0000 0.3861,0.1287 0.3861 0.3432v 0.8150 l -0.0858,0.0858 c 0.0000,-0.0000 -2.8740,-0.0858 -4.5470 -0.0858c -1.5443,-0.0000 -4.5041,0.0858 -4.5041 0.0858l -0.0858,-0.0858 v -0.8150 c 0.0000,-0.2145 0.1287,-0.3432 0.3432 -0.3432h 0.8579 c 1.4585,-0.0000 1.8445,-0.6434 1.8445 -1.8874v -9.7803 c 0.0000,-2.8740 -1.1582,-4.0322 -2.7882 -4.0322c -1.5014,-0.0000 -2.9169,1.0724 -4.9330 3.1743v 10.6382 c 0.0000,1.2440 0.4290,1.8874 1.8445 1.8874h 0.8150 c 0.1716,-0.0000 0.3432,0.1287 0.3432 0.3432v 0.8150 l -0.0858,0.0858 c 0.0000,-0.0000 -2.9169,-0.0858 -4.5899 -0.0858c -1.5443,-0.0000 -4.4612,0.0858 -4.4612 0.0858l -0.0858,-0.0858 v -0.8150 c 0.0000,-0.2145 0.1287,-0.3432 0.3432 -0.3432h 0.8150 c 1.4585,-0.0000 1.8445,-0.6434 1.8445 -1.8874v -10.6811 c 0.0000,-2.4451 -0.3861,-2.6167 -0.9437 -2.6167c -0.5576,-0.0000 -1.0724,0.0429 -1.8016 0.2145l -0.2145,-1.2011 c 2.7025,-0.4719 3.3030,-0.6434 4.4612 -1.2440c 0.4290,-0.2145 0.7721,-0.3432 1.0724 -0.3432h 0.6434 l -0.1287,3.7320 h 0.1287 c 2.0161,-2.1448 3.8177,-3.7320 6.4773 -3.7320c 2.4022,-0.0000 3.9035,1.7587 4.1609 3.6891c 2.4880,-2.5738 4.5041,-3.6891 6.8205 -3.6891c 3.7749,-0.0000 4.4183,3.1314 4.4183 6.9492v 8.9224 c 0.0000,1.2440 0.4290,1.8874 1.8445 1.8874h 0.8150 c 0.1716,-0.0000 0.3432,0.1287 0.3432 0.3432v 0.8150 l -0.0858,0.0858 c 0.0000,-0.0000 -2.9169,-0.0858 -4.5899 -0.0858c -1.5443,-0.0000 -4.4612,0.0858 -4.4612 0.0858l -0.0858,-0.0858 v -0.8150 c 0.0000,-0.2145 0.1287,-0.3432 0.3432 -0.3432h 0.8150 c 1.4156,-0.0000 1.8445,-0.6434 1.8445 -1.8874Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 519.9226,197.9328 ZM 523.9978,194.8443 v -21.4909 c 0.0000,-2.4451 -0.4290,-3.1314 -1.2869 -3.1314l -1.3727,0.1716 c -0.1287,-0.0000 -0.2574,-0.0858 -0.2574 -0.2145l -0.0858,-1.0724 c 0.6863,-0.0000 2.2735,-0.2574 3.0027 -0.3861c 0.7721,-0.1716 1.3727,-0.3432 2.2306 -0.7292h 0.9437 v 26.8529 c 0.0000,1.2440 0.4719,1.8874 1.8445 1.8874h 1.0295 c 0.1716,-0.0000 0.3432,0.1287 0.3432 0.3432v 0.8150 l -0.0858,0.0858 c 0.0000,-0.0000 -3.1314,-0.0858 -4.8044 -0.0858c -1.5014,-0.0000 -4.6328,0.0858 -4.6328 0.0858l -0.0429,-0.0858 v -0.8150 c 0.0000,-0.2145 0.0858,-0.3432 0.3003 -0.3432h 1.0295 c 1.4156,-0.0000 1.8445,-0.6434 1.8445 -1.8874Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 491.8247,204.2034 ZM 498.8167,195.1095 v 6.0054 c 0.0000,1.2440 0.4290,1.8874 1.8445 1.8874h 0.0858 c 0.1716,-0.0000 0.3432,0.1287 0.3432 0.3432v 0.8150 l -0.0858,0.0858 c 0.0000,-0.0000 -2.1877,-0.0858 -3.8606 -0.0858c -1.5443,-0.0000 -4.4183,0.0858 -4.4183 0.0858l -0.0858,-0.0858 v -0.8150 c 0.0000,-0.2145 0.0858,-0.3432 0.3003 -0.3432h 0.8150 c 1.4585,-0.0000 1.8445,-0.6434 1.8445 -1.8874v -21.4909 c 0.0000,-2.4451 -0.3861,-3.1314 -1.2440 -3.1314l -1.4156,0.1716 c -0.1287,-0.0000 -0.2145,-0.0858 -0.2145 -0.2145l -0.0858,-1.0724 c 0.6863,-0.0000 2.2306,-0.2574 2.9598 -0.3861c 0.7721,-0.1716 1.4156,-0.3432 2.2735 -0.7292h 0.9437 v 19.7751 c 1.1153,-0.2574 3.3030,-2.1877 5.6194 -4.7186c 0.6863,-0.6863 0.8579,-1.2440 0.8579 -1.6729c 0.0000,-0.3432 -0.2145,-0.6863 -1.2440 -0.6863h -0.1716 c -0.2145,-0.0000 -0.3432,-0.1716 -0.3432 -0.3432v -0.8150 l 0.1287,-0.0858 c 0.0000,-0.0000 2.0590,0.0858 3.5604 0.0858c 1.6729,-0.0000 3.9893,-0.0858 3.9893 -0.0858l 0.1716,0.0858 v 0.8150 c 0.0000,0.2145 -0.2574,0.3432 -0.4719 0.3432h -0.3003 c -1.1582,-0.0000 -3.0456,0.9437 -4.1180 2.0590l -3.2601,3.6033 c -0.1287,0.1287 -0.1716,0.2574 -0.1716 0.4290c 0.0000,0.2145 0.0858,0.4290 0.2145 0.6005l 5.0188,7.4210 c 0.7721,1.1582 2.1448,1.9303 3.2172 1.9303h 0.3003 c 0.3003,-0.0000 0.3861,0.1287 0.3861 0.3432v 0.8150 l -0.0858,0.0858 c 0.0000,-0.0000 -2.1877,-0.0858 -3.8606 -0.0858c -1.5014,-0.0000 -2.6596,0.0858 -2.6596 0.0858l -0.1287,-0.0858 v -0.8150 c 0.0000,-0.5576 -0.1287,-1.0295 -0.9866 -2.2735l -3.1314,-4.4183 c -0.8579,-1.2440 -1.4585,-1.5443 -2.5309 -1.5443Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 468.8006,210.4740 ZM 473.2617,185.9804 c 0.0000,-1.1153 0.9008,-2.0590 2.0590 -2.0590c 1.1153,-0.0000 2.0590,0.9437 2.0590 2.0590c 0.0000,1.1582 -0.9437,2.0590 -2.0590 2.0590c -1.1582,-0.0000 -2.0590,-0.9008 -2.0590 -2.0590ZM 473.2617,185.9804 ZM 470.9883,218.7959 c 1.8874,-0.0000 3.1743,-3.3888 3.1743 -9.4371v -12.6543 c 0.0000,-2.2735 -0.3861,-2.6167 -0.9437 -2.6167c -0.6005,-0.0000 -1.0724,0.0429 -1.8016 0.2145l -0.2145,-1.2011 c 3.1314,-0.5148 4.0751,-1.0295 4.6328 -1.3298c 0.3003,-0.1287 0.4719,-0.2574 0.9008 -0.2574h 0.6434 v 16.5150 c 0.0000,5.6194 -0.4290,7.9787 -2.7882 10.3808c -1.1582,1.1153 -2.4022,1.6301 -3.4317 1.6301c -1.7587,-0.0000 -4.0322,-0.9008 -4.0322 -2.1877c 0.0000,-1.0724 0.6434,-1.6301 1.3727 -1.6301c 1.0295,-0.0000 1.5872,0.9866 1.8016 1.8874c 0.1287,0.4290 0.3432,0.6863 0.6863 0.6863Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 438.0403,216.7447 ZM 441.3862,192.2510 c 0.0000,-1.1153 0.9008,-2.0590 2.0161 -2.0590c 1.1582,-0.0000 2.0590,0.9437 2.0590 2.0590c 0.0000,1.1582 -0.9008,2.0590 -2.0590 2.0590c -1.1153,-0.0000 -2.0161,-0.9008 -2.0161 -2.0590ZM 441.3862,192.2510 ZM 445.4613,213.6562 c 0.0000,1.2440 0.4719,1.8874 1.8445 1.8874h 0.8150 c 0.2145,-0.0000 0.3861,0.1287 0.3861 0.3432v 0.8150 l -0.0858,0.0858 c 0.0000,-0.0000 -2.9598,-0.0858 -4.6328 -0.0858c -1.5014,-0.0000 -4.4183,0.0858 -4.4183 0.0858l -0.0858,-0.0858 v -0.8150 c 0.0000,-0.2145 0.1287,-0.3432 0.3432 -0.3432h 0.8150 c 1.4156,-0.0000 1.8445,-0.6434 1.8445 -1.8874v -10.6811 c 0.0000,-2.2735 -0.3861,-2.6167 -0.9866 -2.6167c -0.5576,-0.0000 -1.0724,0.0429 -1.8016 0.2145l -0.2145,-1.2011 c 2.7453,-0.4719 3.2172,-0.6434 4.4612 -1.2440c 0.4719,-0.1716 0.7721,-0.3432 1.0724 -0.3432h 0.6434 v 15.8715 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 398.1811,223.0153 ZM 405.1731,193.0738 v 14.5418 c 2.8740,-2.8740 5.4049,-3.5604 7.0778 -3.5604c 3.0885,-0.0000 4.6328,2.3593 4.6328 6.7776v 9.0940 c 0.0000,1.2440 0.4290,1.8874 1.8445 1.8874h 0.8150 c 0.1716,-0.0000 0.3432,0.1287 0.3432 0.3432v 0.8150 l -0.0858,0.0858 c 0.0000,-0.0000 -2.9169,-0.0858 -4.6328 -0.0858c -1.5014,-0.0000 -4.4183,0.0858 -4.4183 0.0858l -0.0858,-0.0858 v -0.8150 c 0.0000,-0.2145 0.1287,-0.3432 0.3432 -0.3432h 0.8150 c 1.4585,-0.0000 1.8445,-0.6434 1.8445 -1.8874v -9.5658 c 0.0000,-3.4746 -0.9437,-4.2896 -3.3459 -4.2896c -1.2440,-0.0000 -3.0885,1.1153 -5.1475 3.1314v 10.7240 c 0.0000,1.2440 0.4290,1.8874 1.8445 1.8874h 0.8150 c 0.1716,-0.0000 0.3432,0.1287 0.3432 0.3432v 0.8150 l -0.0858,0.0858 c 0.0000,-0.0000 -2.9169,-0.0858 -4.5899 -0.0858c -1.5443,-0.0000 -4.4183,0.0858 -4.4183 0.0858l -0.0858,-0.0858 v -0.8150 c 0.0000,-0.2145 0.0858,-0.3432 0.3003 -0.3432h 0.8150 c 1.4585,-0.0000 1.8445,-0.6434 1.8445 -1.8874v -21.4909 c 0.0000,-2.4451 -0.3861,-3.1314 -1.2440 -3.1314l -1.4156,0.1716 c -0.1287,-0.0000 -0.2145,-0.0858 -0.2145 -0.2145l -0.0858,-1.0724 c 0.6863,-0.0000 2.2306,-0.2574 2.9598 -0.3861c 0.7721,-0.1716 1.4156,-0.3432 2.2735 -0.7292h 0.9437 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 361.4704,229.2859 ZM 375.0255,217.1463 c 0.0000,-3.5604 -1.6729,-5.6194 -4.2467 -5.6194c -2.2306,-0.0000 -3.7320,1.5443 -3.7320 4.8902c 0.0000,2.2306 0.8579,5.7481 4.2896 5.7481c 1.5014,-0.0000 3.6891,-0.7292 3.6891 -5.0188ZM 375.0255,217.1463 ZM 367.0040,229.5862 c -1.3298,1.2440 -1.6301,2.5738 -1.6301 4.0322c 0.0000,3.2172 3.8606,4.1609 5.3191 4.1609c 3.6891,-0.0000 8.3647,-1.2869 8.3647 -4.3754c 0.0000,-1.1153 -0.6005,-1.8445 -2.2735 -2.6596c -1.2011,-0.6005 -2.9598,-1.0724 -5.0188 -1.0724c -0.3432,-0.0000 -0.8150,0.0429 -1.4156 0.0858c -0.6005,0.0429 -1.2440,0.0429 -1.7158 0.0429c -0.6863,-0.0000 -1.0295,-0.0858 -1.6301 -0.2145ZM 367.0040,229.5862 ZM 380.0444,212.6422 c -0.6863,-0.0000 -1.1153,-0.3861 -1.2869 -0.7292c -0.2574,-0.3861 -0.4290,-0.5148 -0.7292 -0.5148c -0.5148,-0.0000 -1.3298,0.6005 -1.6301 1.0295c 1.2011,1.2869 1.7587,2.5309 1.7587 4.5470c 0.0000,4.2038 -3.4317,6.4773 -7.0350 6.4773c -1.5872,-0.0000 -2.8740,-0.3003 -3.8606 -0.9008c -0.4719,0.7292 -0.7292,1.6301 -0.7292 2.4880c 0.0000,1.8445 1.4156,2.3164 2.6167 2.3164c 0.2145,-0.0000 0.7292,-0.0429 1.3298 -0.0858c 0.9866,-0.1287 2.0590,-0.2145 2.7882 -0.2145c 1.5014,-0.0000 4.3325,0.3003 6.0483 1.7587c 1.1582,1.0724 1.8016,2.1019 1.8016 3.4746c 0.0000,4.6328 -6.0912,7.0778 -11.6248 7.0778c -3.1314,-0.0000 -6.6060,-1.1582 -6.6060 -4.8902c 0.0000,-1.8445 1.1582,-3.8177 3.3459 -5.1904c -1.0724,-0.5576 -1.8445,-1.6301 -1.8445 -3.1743c 0.0000,-1.4585 0.6434,-3.3030 1.8016 -4.3325c -1.1582,-1.1582 -2.1448,-2.6167 -2.1448 -4.9759c 0.0000,-3.9464 3.4746,-6.4773 7.1207 -6.4773c 2.4022,-0.0000 3.9035,0.9866 4.3754 1.3298c 1.0724,-1.4585 3.0027,-2.1877 4.0751 -2.1877c 1.1153,-0.0000 1.8874,0.7292 1.8874 1.6301c 0.0000,0.9437 -0.6005,1.5443 -1.4585 1.5443Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 325.2367,235.5565 ZM 329.1831,232.4680 v -13.6838 h -2.9598 c -0.1716,-0.0000 -0.2145,-0.0429 -0.2145 -0.2145v -0.6005 c 0.0000,-0.3432 0.2145,-0.8579 0.9866 -0.8579h 2.1877 v -1.6729 c 0.0000,-6.6918 3.4746,-9.8232 7.0778 -9.8232c 1.6301,-0.0000 2.7453,0.4290 3.8177 1.1582c 0.8579,0.6434 1.2440,1.3727 1.2440 2.0590c 0.0000,0.9008 -0.6434,1.5443 -1.4585 1.5443c -0.8579,-0.0000 -1.4156,-0.4719 -1.7587 -1.2011c -0.5576,-1.4156 -1.3727,-2.1019 -2.6596 -2.1019c -1.4156,-0.0000 -3.0456,1.0295 -3.0456 7.6355v 2.4022 h 4.7186 c 0.2145,-0.0000 0.3432,0.0858 0.3432 0.2574v 0.8579 c 0.0000,0.3861 -0.6005,0.5576 -0.9866 0.5576h -4.0751 v 13.6838 c 0.0000,1.2440 0.4290,1.8874 1.8445 1.8874h 1.4156 c 0.1716,-0.0000 0.3432,0.1287 0.3432 0.3432v 0.8150 l -0.0858,0.0858 c 0.0000,-0.0000 -3.5175,-0.0858 -5.1904 -0.0858c -1.5443,-0.0000 -4.4612,0.0858 -4.4612 0.0858l -0.0858,-0.0858 v -0.8150 c 0.0000,-0.2145 0.1287,-0.3432 0.3432 -0.3432h 0.8150 c 1.4585,-0.0000 1.8445,-0.6434 1.8445 -1.8874Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 280.2290,241.8272 ZM 285.1191,229.9450 h 7.8929 c 0.4290,-0.0000 0.6005,-0.2145 0.6005 -0.6005c 0.0000,-3.9893 -2.0161,-5.0188 -3.5604 -5.0188c -0.9866,-0.0000 -4.2038,0.3861 -4.9330 5.6194ZM 285.1191,229.9450 ZM 296.4437,237.8378 l 0.8579,0.6863 c -1.6301,2.2306 -4.1609,3.8177 -7.2494 3.8177c -5.8768,-0.0000 -8.3647,-4.3754 -8.3647 -9.0511c 0.0000,-6.5202 4.2896,-10.4237 8.3647 -10.4237c 5.6623,-0.0000 6.9921,4.4183 6.9921 8.0216c 0.0000,0.4719 -0.3003,0.7292 -0.7721 0.7292h -11.2817 c -0.0429,0.2574 -0.0429,0.5148 -0.0429 0.8579c 0.0000,4.3754 3.0456,7.7642 6.1341 7.7642c 2.3593,-0.0000 3.8606,-0.7721 5.3620 -2.4022Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 234.6346,248.0978 ZM 248.9618,244.2800 v -11.1101 c -1.0295,-1.6301 -2.1877,-2.5309 -4.2038 -2.5309c -0.8579,-0.0000 -2.6167,0.1287 -3.9893 2.1448c -0.6005,0.9008 -1.3298,2.7453 -1.3298 5.8339c 0.0000,5.6194 2.9169,8.1931 5.2333 8.1931c 1.4156,-0.0000 2.5738,-0.8579 4.2896 -2.5309ZM 248.9618,244.2800 ZM 252.1790,218.1563 v 24.7939 c 0.0000,1.2869 0.0858,1.9732 0.1716 2.2735c 0.1287,0.3861 0.6005,0.6434 0.9437 0.6434c 0.5148,-0.0000 1.4585,-0.0000 2.1019 -0.1287l 0.1716,1.2011 c -2.4880,0.4290 -4.7186,0.9008 -5.6194 1.6729h -1.0295 l 0.1287,-2.9598 c -1.6301,1.6729 -3.3030,2.9598 -5.4907 2.9598c -4.6328,-0.0000 -7.4639,-3.9464 -7.4639 -9.2227c 0.0000,-3.1743 0.8579,-5.8339 2.7025 -7.6784c 1.7158,-1.6301 3.6033,-2.5738 6.4344 -2.5738c 0.8579,-0.0000 2.7453,0.3861 3.7320 0.9437v -6.5631 c 0.0000,-2.4451 -0.3861,-3.1314 -1.2440 -3.1314l -1.4156,0.1716 c -0.0858,-0.0000 -0.2145,-0.0858 -0.2145 -0.2145l -0.0858,-1.0724 c 0.6863,-0.0000 2.2306,-0.2574 2.9598 -0.3861c 0.8150,-0.1716 1.4156,-0.3432 2.2735 -0.7292h 0.9437 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 191.0182,254.3684 ZM 207.4903,250.4649 c -1.8874,3.2601 -3.9464,4.4183 -6.5202 4.4183c -5.1475,-0.0000 -8.3647,-3.9035 -8.3647 -9.4371c 0.0000,-6.0912 3.8177,-10.0377 8.4505 -10.0377c 4.1180,-0.0000 6.3057,2.1019 6.3057 4.3754c 0.0000,1.2440 -0.7721,1.8874 -1.6729 1.8874c -0.9008,-0.0000 -1.7587,-0.4719 -1.8874 -1.5443c -0.1716,-1.4156 -0.4290,-3.2601 -2.9598 -3.2601c -2.8311,-0.0000 -4.9330,3.0027 -4.9330 7.6355c 0.0000,5.0188 2.7025,8.4934 6.0054 8.4934c 1.8445,-0.0000 3.4746,-1.2011 4.8044 -3.1314Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 142.9076,260.6390 ZM 149.2991,258.2798 c 0.8579,1.0295 1.7587,1.3727 3.0885 1.3727c 4.0751,-0.0000 6.1341,-3.7749 6.1341 -8.6650c 0.0000,-4.3754 -2.2306,-7.5068 -4.8473 -7.5068c -0.4719,-0.0000 -2.7025,0.0858 -4.3754 1.8445v 12.9546 ZM 149.2991,258.2798 ZM 146.0819,236.0596 c 0.0000,-2.4451 -0.4290,-3.1314 -1.2869 -3.1314l -1.3727,0.1716 c -0.1287,-0.0000 -0.2145,-0.0858 -0.2145 -0.2145l -0.0858,-1.0724 c 0.6863,-0.0000 2.2306,-0.2574 2.9598 -0.3861c 0.7721,-0.1716 1.4156,-0.3432 2.2735 -0.7292h 0.9437 v 13.2978 c 1.4585,-1.5872 3.1743,-2.3593 5.2333 -2.3593c 3.7320,-0.0000 7.2923,3.5604 7.2923 8.7937c 0.0000,6.8205 -4.8044,10.6811 -9.1798 10.6811c -1.8445,-0.0000 -3.2172,-0.5148 -4.4612 -1.5872c -0.3861,0.5148 -0.9437,1.1582 -1.3298 1.5872l -0.9008,-0.2145 c 0.1287,-1.0295 0.1287,-1.7158 0.1287 -3.3888v -21.4480 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 96.5153,266.9097 ZM 108.9981,256.4001 l -3.3888,0.8579 c -3.7749,1.1582 -4.3325,3.1314 -4.3325 5.0617c 0.0000,1.3298 0.6434,3.3459 3.3459 3.3459c 1.2869,-0.0000 3.2601,-1.2440 4.3754 -2.1877v -7.0778 ZM 108.9981,256.4001 ZM 111.7434,267.4244 c -1.6301,-0.0000 -2.5309,-1.4585 -2.7025 -2.4880l -0.9866,0.6863 c -1.9732,1.3727 -2.7025,1.8016 -4.6757 1.8016c -3.0027,-0.0000 -5.1904,-1.7158 -5.1904 -4.9330c 0.0000,-3.2601 2.7882,-5.4907 6.8634 -6.5202l 3.9464,-0.9866 c 0.0000,-4.8473 -2.2306,-5.7481 -3.6891 -5.7481c -1.6301,-0.0000 -3.5175,0.7292 -3.5175 2.0590c 0.0000,0.4719 0.0858,0.7292 0.1287 0.8579c 0.0858,0.1716 0.1287,0.4719 0.1287 0.7721c 0.0000,0.5576 -0.4290,1.4156 -1.6729 1.4156c -1.0295,-0.0000 -1.7158,-0.6863 -1.7158 -1.7158c 0.0000,-2.4880 4.0322,-4.6757 6.7776 -4.6757c 3.1314,-0.0000 6.7347,1.2869 6.7347 7.3781v 6.3057 c 0.0000,2.6167 0.0429,3.7320 1.0295 3.7320c 0.9437,-0.0000 1.2011,-1.2011 1.2440 -2.1448l 1.0724,0.2145 c -0.2574,3.1314 -1.5872,3.9893 -3.7749 3.9893Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(31,119,180)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 364.4695,309.4645 ZM 367.0276,303.3655 v 3.9932 c 0.0000,0.9671 0.0936,1.4351 0.5148 1.4351c 0.4056,-0.0000 0.7175,-0.1248 1.1231 -0.4368l 0.2808,0.2652 c -0.6083,0.6863 -1.2323,1.0295 -1.9498 1.0295c -0.7175,-0.0000 -1.1387,-0.4368 -1.1387 -1.5443v -4.7420 h -1.0139 c -0.0468,-0.0000 -0.0624,-0.0156 -0.0624 -0.0624v -0.4836 c 0.0000,-0.0468 0.0156,-0.0624 0.0468 -0.0624c 1.0451,-0.0000 1.2947,-0.6083 1.2947 -1.7938v -0.2964 l 0.9047,-0.3120 v 2.4022 h 1.7158 c 0.0780,-0.0000 0.1248,0.0312 0.1248 0.0936v 0.3120 c 0.0000,0.1404 -0.2184,0.2028 -0.3744 0.2028h -1.4663 ZM 369.1802,309.4645 ZM 370.9585,305.1437 h 2.8701 c 0.1560,-0.0000 0.2184,-0.0780 0.2184 -0.2184c 0.0000,-1.4507 -0.7331,-1.8250 -1.2947 -1.8250c -0.3588,-0.0000 -1.5287,0.1404 -1.7938 2.0434ZM 370.9585,305.1437 ZM 375.0765,308.0138 l 0.3120,0.2496 c -0.5927,0.8111 -1.5131,1.3883 -2.6362 1.3883c -2.1370,-0.0000 -3.0417,-1.5911 -3.0417 -3.2913c 0.0000,-2.3710 1.5599,-3.7905 3.0417 -3.7905c 2.0590,-0.0000 2.5426,1.6067 2.5426 2.9169c 0.0000,0.1716 -0.1092,0.2652 -0.2808 0.2652h -4.1024 c -0.0156,0.0936 -0.0156,0.1872 -0.0156 0.3120c 0.0000,1.5911 1.1075,2.8233 2.2306 2.8233c 0.8579,-0.0000 1.4039,-0.2808 1.9498 -0.8735ZM 375.8564,309.4645 ZM 378.9293,303.1939 c -0.3120,-0.0000 -0.3744,0.0780 -0.3744 0.1872c 0.0000,0.0780 0.0624,0.2184 0.2340 0.4992l 0.9515,1.4039 c 0.0468,0.0936 0.0936,0.1404 0.1560 0.1404c 0.0468,-0.0000 0.0780,-0.0312 0.1404 -0.1092l 1.0139,-1.4195 c 0.1716,-0.2184 0.2652,-0.3900 0.2652 -0.5148c 0.0000,-0.1248 -0.1092,-0.1872 -0.3276 -0.1872h -0.2496 c -0.0468,-0.0000 -0.0936,-0.0312 -0.0936 -0.1092v -0.2964 l 0.0468,-0.0468 c 0.0000,-0.0000 0.7331,0.0312 1.2167 0.0312c 0.4992,-0.0000 1.2635,-0.0312 1.2635 -0.0312l 0.0156,0.0312 v 0.2964 c 0.0000,0.1092 -0.0936,0.1248 -0.1872 0.1248c -0.5771,-0.0000 -0.8111,0.1872 -1.3883 0.9203l -1.3103,1.6690 c -0.0312,0.0468 -0.0468,0.0780 -0.0468 0.1092c 0.0000,0.0312 0.0156,0.0780 0.0468 0.1248l 1.4039,1.9810 c 0.7175,1.0139 0.9203,1.0295 1.4195 1.0295c 0.1560,-0.0000 0.2184,0.0312 0.2184 0.1248v 0.2964 l -0.0156,0.0312 c 0.0000,-0.0000 -0.8423,-0.0312 -1.3727 -0.0312c -0.6395,-0.0000 -1.6223,0.0312 -1.6223 0.0312l -0.0312,-0.0312 v -0.2964 c 0.0000,-0.0780 0.0312,-0.1248 0.1092 -0.1248h 0.1872 c 0.2496,-0.0000 0.3588,-0.0468 0.3588 -0.1716c 0.0000,-0.1404 -0.1716,-0.3744 -0.4212 -0.7019l -0.9047,-1.2479 c -0.0624,-0.0780 -0.0936,-0.1092 -0.1404 -0.1092c -0.0312,-0.0000 -0.0780,0.0468 -0.1404 0.1404l -0.9827,1.4195 c -0.2340,0.3120 -0.2808,0.3900 -0.2808 0.4992c 0.0000,0.1092 0.0936,0.1716 0.3276 0.1716h 0.2184 c 0.0780,-0.0000 0.1092,0.0468 0.1092 0.1248v 0.2964 l -0.0312,0.0312 c 0.0000,-0.0000 -0.8111,-0.0312 -1.3103 -0.0312c -0.4524,-0.0000 -1.1699,0.0312 -1.1699 0.0312l -0.0312,-0.0312 v -0.2652 c 0.0000,-0.0936 0.0624,-0.1560 0.2028 -0.1560c 0.3744,-0.0000 0.7331,-0.0780 1.3883 -0.9203l 1.3103,-1.6846 c 0.0156,-0.0312 0.0312,-0.0624 0.0312 -0.1092c 0.0000,-0.0468 -0.0156,-0.0780 -0.0468 -0.1248l -1.3571,-1.9810 c -0.4368,-0.6395 -0.7175,-1.0139 -1.2635 -1.0139c -0.1092,-0.0000 -0.2184,-0.0468 -0.2184 -0.1092v -0.2964 l 0.0312,-0.0468 l 1.2323,0.0312 l 1.7314,-0.0312 l 0.0468,0.0468 v 0.2808 c 0.0000,0.0780 -0.0624,0.1248 -0.1248 0.1248h -0.2340 ZM 383.6089,309.4645 ZM 386.1671,303.3655 v 3.9932 c 0.0000,0.9671 0.0936,1.4351 0.5148 1.4351c 0.4056,-0.0000 0.7175,-0.1248 1.1231 -0.4368l 0.2808,0.2652 c -0.6083,0.6863 -1.2323,1.0295 -1.9498 1.0295c -0.7175,-0.0000 -1.1387,-0.4368 -1.1387 -1.5443v -4.7420 h -1.0139 c -0.0468,-0.0000 -0.0624,-0.0156 -0.0624 -0.0624v -0.4836 c 0.0000,-0.0468 0.0156,-0.0624 0.0468 -0.0624c 1.0451,-0.0000 1.2947,-0.6083 1.2947 -1.7938v -0.2964 l 0.9047,-0.3120 v 2.4022 h 1.7158 c 0.0780,-0.0000 0.1248,0.0312 0.1248 0.0936v 0.3120 c 0.0000,0.1404 -0.2184,0.2028 -0.3744 0.2028h -1.4663 ZM 392.2193,309.4645 ZM 396.7585,305.6428 l -1.2323,0.3120 c -1.3727,0.4212 -1.5755,1.1387 -1.5755 1.8406c 0.0000,0.4836 0.2340,1.2167 1.2167 1.2167c 0.4680,-0.0000 1.1855,-0.4524 1.5911 -0.7955v -2.5738 ZM 396.7585,305.6428 ZM 397.7568,309.6517 c -0.5927,-0.0000 -0.9203,-0.5304 -0.9827 -0.9047l -0.3588,0.2496 c -0.7175,0.4992 -0.9827,0.6551 -1.7002 0.6551c -1.0919,-0.0000 -1.8874,-0.6239 -1.8874 -1.7938c 0.0000,-1.1855 1.0139,-1.9966 2.4958 -2.3710l 1.4351,-0.3588 c 0.0000,-1.7626 -0.8111,-2.0902 -1.3415 -2.0902c -0.5927,-0.0000 -1.2791,0.2652 -1.2791 0.7487c 0.0000,0.1716 0.0312,0.2652 0.0468 0.3120c 0.0312,0.0624 0.0468,0.1716 0.0468 0.2808c 0.0000,0.2028 -0.1560,0.5148 -0.6083 0.5148c -0.3744,-0.0000 -0.6239,-0.2496 -0.6239 -0.6239c 0.0000,-0.9047 1.4663,-1.7002 2.4646 -1.7002c 1.1387,-0.0000 2.4490,0.4680 2.4490 2.6830v 2.2930 c 0.0000,0.9515 0.0156,1.3571 0.3744 1.3571c 0.3432,-0.0000 0.4368,-0.4368 0.4524 -0.7799l 0.3900,0.0780 c -0.0936,1.1387 -0.5771,1.4507 -1.3727 1.4507ZM 399.2543,309.4645 ZM 404.9321,308.3414 v -3.4161 c 0.0000,-1.0919 -0.1872,-1.6067 -1.0139 -1.6067c -0.6863,-0.0000 -1.2791,0.2652 -2.0746 1.2011v 3.8216 c 0.0000,0.4524 0.1560,0.6863 0.6707 0.6863h 0.2184 c 0.0780,-0.0000 0.1248,0.0468 0.1248 0.1248v 0.2964 l -0.0312,0.0312 c 0.0000,-0.0000 -0.9827,-0.0312 -1.5911 -0.0312c -0.5615,-0.0000 -1.6223,0.0312 -1.6223 0.0312l -0.0312,-0.0312 v -0.2964 c 0.0000,-0.0780 0.0468,-0.1248 0.1248 -0.1248h 0.2964 c 0.5304,-0.0000 0.6707,-0.2340 0.6707 -0.6863v -3.8840 c 0.0000,-0.8423 -0.1248,-0.9515 -0.3432 -0.9515c -0.2028,-0.0000 -0.3900,0.0156 -0.6551 0.0780l -0.0780,-0.4368 c 0.6551,-0.1092 1.1231,-0.1872 1.6067 -0.4524c 0.1716,-0.0780 0.2964,-0.1248 0.4056 -0.1248h 0.2340 l -0.0468,1.3883 h 0.0468 c 0.9983,-1.1699 1.7470,-1.3883 2.5426 -1.3883c 1.4039,-0.0000 1.7002,1.0763 1.7002 2.4646v 3.3069 c 0.0000,0.4524 0.1716,0.6863 0.6707 0.6863h 0.2964 c 0.0780,-0.0000 0.1404,0.0468 0.1404 0.1248v 0.2964 l -0.0312,0.0312 c 0.0000,-0.0000 -1.0763,-0.0312 -1.6846 -0.0312c -0.5459,-0.0000 -1.5287,0.0312 -1.5287 0.0312l -0.0312,-0.0312 v -0.2964 c 0.0000,-0.0780 0.0468,-0.1248 0.1248 -0.1248h 0.2184 c 0.5148,-0.0000 0.6707,-0.2340 0.6707 -0.6863ZM 407.3655,309.4645 ZM 412.5754,308.0762 v -4.0400 c -0.3744,-0.5927 -0.7955,-0.9203 -1.5287 -0.9203c -0.3120,-0.0000 -0.9515,0.0468 -1.4507 0.7799c -0.2184,0.3276 -0.4836,0.9983 -0.4836 2.1214c 0.0000,2.0434 1.0607,2.9793 1.9030 2.9793c 0.5148,-0.0000 0.9359,-0.3120 1.5599 -0.9203ZM 412.5754,308.0762 ZM 413.7453,298.5767 v 9.0160 c 0.0000,0.4680 0.0312,0.7175 0.0624 0.8267c 0.0468,0.1404 0.2184,0.2340 0.3432 0.2340c 0.1872,-0.0000 0.5304,-0.0000 0.7643 -0.0468l 0.0624,0.4368 c -0.9047,0.1560 -1.7158,0.3276 -2.0434 0.6083h -0.3744 l 0.0468,-1.0763 c -0.5927,0.6083 -1.2011,1.0763 -1.9966 1.0763c -1.6846,-0.0000 -2.7142,-1.4351 -2.7142 -3.3537c 0.0000,-1.1543 0.3120,-2.1214 0.9827 -2.7921c 0.6239,-0.5927 1.3103,-0.9359 2.3398 -0.9359c 0.3120,-0.0000 0.9983,0.1404 1.3571 0.3432v -2.3866 c 0.0000,-0.8891 -0.1404,-1.1387 -0.4524 -1.1387l -0.5148,0.0624 c -0.0312,-0.0000 -0.0780,-0.0312 -0.0780 -0.0780l -0.0312,-0.3900 c 0.2496,-0.0000 0.8111,-0.0936 1.0763 -0.1404c 0.2964,-0.0624 0.5148,-0.1248 0.8267 -0.2652h 0.3432 ZM 418.9708,309.4645 ZM 423.9000,305.0501 c 0.0000,-1.2947 -0.6083,-2.0434 -1.5443 -2.0434c -0.8111,-0.0000 -1.3571,0.5615 -1.3571 1.7782c 0.0000,0.8111 0.3120,2.0902 1.5599 2.0902c 0.5459,-0.0000 1.3415,-0.2652 1.3415 -1.8250ZM 423.9000,305.0501 ZM 420.9831,309.5737 c -0.4836,0.4524 -0.5927,0.9359 -0.5927 1.4663c 0.0000,1.1699 1.4039,1.5131 1.9342 1.5131c 1.3415,-0.0000 3.0417,-0.4680 3.0417 -1.5911c 0.0000,-0.4056 -0.2184,-0.6707 -0.8267 -0.9671c -0.4368,-0.2184 -1.0763,-0.3900 -1.8250 -0.3900c -0.1248,-0.0000 -0.2964,0.0156 -0.5148 0.0312c -0.2184,0.0156 -0.4524,0.0156 -0.6239 0.0156c -0.2496,-0.0000 -0.3744,-0.0312 -0.5927 -0.0780ZM 420.9831,309.5737 ZM 425.7250,303.4123 c -0.2496,-0.0000 -0.4056,-0.1404 -0.4680 -0.2652c -0.0936,-0.1404 -0.1560,-0.1872 -0.2652 -0.1872c -0.1872,-0.0000 -0.4836,0.2184 -0.5927 0.3744c 0.4368,0.4680 0.6395,0.9203 0.6395 1.6534c 0.0000,1.5287 -1.2479,2.3554 -2.5582 2.3554c -0.5771,-0.0000 -1.0451,-0.1092 -1.4039 -0.3276c -0.1716,0.2652 -0.2652,0.5927 -0.2652 0.9047c 0.0000,0.6707 0.5148,0.8423 0.9515 0.8423c 0.0780,-0.0000 0.2652,-0.0156 0.4836 -0.0312c 0.3588,-0.0468 0.7487,-0.0780 1.0139 -0.0780c 0.5459,-0.0000 1.5755,0.1092 2.1994 0.6395c 0.4212,0.3900 0.6551,0.7643 0.6551 1.2635c 0.0000,1.6846 -2.2150,2.5738 -4.2272 2.5738c -1.1387,-0.0000 -2.4022,-0.4212 -2.4022 -1.7782c 0.0000,-0.6707 0.4212,-1.3883 1.2167 -1.8874c -0.3900,-0.2028 -0.6707,-0.5927 -0.6707 -1.1543c 0.0000,-0.5304 0.2340,-1.2011 0.6551 -1.5755c -0.4212,-0.4212 -0.7799,-0.9515 -0.7799 -1.8094c 0.0000,-1.4351 1.2635,-2.3554 2.5894 -2.3554c 0.8735,-0.0000 1.4195,0.3588 1.5911 0.4836c 0.3900,-0.5304 1.0919,-0.7955 1.4819 -0.7955c 0.4056,-0.0000 0.6863,0.2652 0.6863 0.5927c 0.0000,0.3432 -0.2184,0.5615 -0.5304 0.5615ZM 426.4426,309.4645 ZM 427.9244,308.3414 v -7.8149 c 0.0000,-0.8891 -0.1560,-1.1387 -0.4680 -1.1387l -0.4992,0.0624 c -0.0468,-0.0000 -0.0936,-0.0312 -0.0936 -0.0780l -0.0312,-0.3900 c 0.2496,-0.0000 0.8267,-0.0936 1.0919 -0.1404c 0.2808,-0.0624 0.4992,-0.1248 0.8111 -0.2652h 0.3432 v 9.7647 c 0.0000,0.4524 0.1716,0.6863 0.6707 0.6863h 0.3744 c 0.0624,-0.0000 0.1248,0.0468 0.1248 0.1248v 0.2964 l -0.0312,0.0312 c 0.0000,-0.0000 -1.1387,-0.0312 -1.7470 -0.0312c -0.5459,-0.0000 -1.6846,0.0312 -1.6846 0.0312l -0.0156,-0.0312 v -0.2964 c 0.0000,-0.0780 0.0312,-0.1248 0.1092 -0.1248h 0.3744 c 0.5148,-0.0000 0.6707,-0.2340 0.6707 -0.6863ZM 430.4982,309.4645 ZM 433.7427,303.0691 c 0.0000,0.0780 -0.0936,0.1248 -0.1716 0.1248c -0.4680,-0.0000 -0.6707,0.0936 -0.6707 0.3432c 0.0000,0.0936 0.0312,0.2184 0.0936 0.3588l 1.7158,4.0244 l 1.7314,-3.9620 c 0.0780,-0.1404 0.1092,-0.2652 0.1092 -0.3588c 0.0000,-0.3276 -0.3120,-0.4056 -0.6551 -0.4056h -0.0624 c -0.0780,-0.0000 -0.1560,-0.0624 -0.1560 -0.1092v -0.2964 l 0.0312,-0.0468 c 0.0000,-0.0000 0.9203,0.0312 1.4663 0.0312c 0.4368,-0.0000 1.0763,-0.0312 1.0763 -0.0312l 0.0468,0.0312 v 0.2964 c 0.0000,0.0780 -0.0624,0.1248 -0.1716 0.1248c -0.5927,-0.0000 -0.8891,0.6083 -1.1075 1.0607c -0.8267,1.7470 -1.5131,3.3537 -2.7609 6.3642c -0.4680,1.1231 -1.0295,2.4334 -2.1370 2.4334c -0.2964,-0.0000 -0.9047,-0.1716 -0.9047 -0.7331c 0.0000,-0.4680 0.3432,-0.6083 0.5927 -0.6083c 0.2340,-0.0000 0.3900,0.0936 0.4836 0.2184c 0.1560,0.1560 0.2652,0.2652 0.4212 0.2652c 0.2340,-0.0000 0.7799,-1.3415 1.1699 -2.2930c 0.0936,-0.1872 0.1248,-0.3432 0.1248 -0.4836c 0.0000,-0.1560 -0.1404,-0.5771 -0.2652 -0.8891l -1.9654,-4.5704 c -0.2496,-0.5927 -0.4212,-0.7643 -0.9515 -0.7643c -0.0936,-0.0000 -0.1560,-0.0468 -0.1560 -0.1092v -0.3120 l 0.0312,-0.0312 c 0.0000,-0.0000 0.6863,0.0312 1.1543 0.0312c 0.7331,-0.0000 1.8562,-0.0312 1.8562 -0.0312l 0.0312,0.0468 v 0.2808 ZM 438.4379,309.4645 ZM 440.7620,304.5665 v 3.8840 c 0.5459,0.6395 1.0607,0.6707 1.3103 0.6707c 1.6690,-0.0000 2.0434,-1.5599 2.0434 -2.9013c 0.0000,-1.8874 -0.7643,-2.9325 -1.7158 -2.9325c -0.5304,-0.0000 -1.2947,0.4524 -1.6378 1.2791ZM 440.7620,304.5665 ZM 439.6077,311.9291 v -7.7213 c 0.0000,-0.5927 -0.1404,-0.7019 -0.3588 -0.7019c -0.2028,-0.0000 -0.3900,0.0156 -0.6551 0.0780l -0.0780,-0.4368 c 0.9983,-0.1716 1.1855,-0.2340 1.6223 -0.4524c 0.1716,-0.0780 0.2808,-0.1248 0.3900 -0.1248h 0.2340 l -0.0468,1.2479 h 0.0468 c 0.7175,-1.0919 1.5599,-1.2479 2.0590 -1.2479c 1.5131,-0.0000 2.5114,1.5755 2.5114 3.2289c 0.0000,1.2635 -0.3900,2.2306 -1.0919 2.9481c -0.6083,0.6083 -1.2479,0.9047 -2.0746 0.9047c -0.5615,-0.0000 -0.9983,-0.1248 -1.4039 -0.3432v 2.6206 c 0.0000,0.4524 0.1716,0.6863 0.6707 0.6863h 0.2964 c 0.0780,-0.0000 0.1404,0.0468 0.1404 0.1248v 0.2964 l -0.0312,0.0312 c 0.0000,-0.0000 -1.0763,-0.0312 -1.6846 -0.0312c -0.5459,-0.0000 -1.6067,0.0312 -1.6067 0.0312l -0.0312,-0.0312 v -0.2964 c 0.0000,-0.0780 0.0468,-0.1248 0.1248 -0.1248h 0.2964 c 0.5148,-0.0000 0.6707,-0.2340 0.6707 -0.6863ZM 445.9096,309.4645 ZM 448.4521,298.5767 v 5.2879 c 1.0451,-1.0451 1.9654,-1.2947 2.5738 -1.2947c 1.1231,-0.0000 1.6846,0.8579 1.6846 2.4646v 3.3069 c 0.0000,0.4524 0.1560,0.6863 0.6707 0.6863h 0.2964 c 0.0624,-0.0000 0.1248,0.0468 0.1248 0.1248v 0.2964 l -0.0312,0.0312 c 0.0000,-0.0000 -1.0607,-0.0312 -1.6846 -0.0312c -0.5459,-0.0000 -1.6067,0.0312 -1.6067 0.0312l -0.0312,-0.0312 v -0.2964 c 0.0000,-0.0780 0.0468,-0.1248 0.1248 -0.1248h 0.2964 c 0.5304,-0.0000 0.6707,-0.2340 0.6707 -0.6863v -3.4785 c 0.0000,-1.2635 -0.3432,-1.5599 -1.2167 -1.5599c -0.4524,-0.0000 -1.1231,0.4056 -1.8718 1.1387v 3.8996 c 0.0000,0.4524 0.1560,0.6863 0.6707 0.6863h 0.2964 c 0.0624,-0.0000 0.1248,0.0468 0.1248 0.1248v 0.2964 l -0.0312,0.0312 c 0.0000,-0.0000 -1.0607,-0.0312 -1.6690 -0.0312c -0.5615,-0.0000 -1.6067,0.0312 -1.6067 0.0312l -0.0312,-0.0312 v -0.2964 c 0.0000,-0.0780 0.0312,-0.1248 0.1092 -0.1248h 0.2964 c 0.5304,-0.0000 0.6707,-0.2340 0.6707 -0.6863v -7.8149 c 0.0000,-0.8891 -0.1404,-1.1387 -0.4524 -1.1387l -0.5148,0.0624 c -0.0468,-0.0000 -0.0780,-0.0312 -0.0780 -0.0780l -0.0312,-0.3900 c 0.2496,-0.0000 0.8111,-0.0936 1.0763 -0.1404c 0.2808,-0.0624 0.5148,-0.1248 0.8267 -0.2652h 0.3432 ZM 453.9896,309.4645 ZM 454.6604,307.2807 l 0.4212,-0.0156 c 0.0468,0.3900 0.2184,1.1387 0.5615 1.4975c 0.1560,0.1716 0.5771,0.4524 1.1543 0.4524c 0.5459,-0.0000 1.3571,-0.4368 1.3571 -1.2011c 0.0000,-0.6707 -0.3744,-1.1231 -1.6067 -1.6534c -1.1387,-0.4992 -1.7314,-0.8267 -1.7314 -1.9966c 0.0000,-1.0451 0.9203,-1.7938 2.1526 -1.7938c 0.7799,-0.0000 1.3571,0.1404 1.8406 0.3900c 0.0936,0.4992 0.1404,1.0295 0.1716 1.5911l -0.4212,0.0156 c -0.3276,-1.2791 -1.2635,-1.5287 -1.5911 -1.5287c -0.5927,-0.0000 -1.2011,0.2340 -1.2011 1.0919c 0.0000,0.6239 0.2964,0.9359 1.1543 1.2479c 1.2635,0.4680 2.2774,1.0295 2.2774 2.2774c 0.0000,1.5443 -1.6378,1.9966 -2.3710 1.9966c -0.5459,-0.0000 -0.9983,-0.0624 -1.4039 -0.1716c -0.1092,-0.0156 -0.1872,-0.0312 -0.2964 -0.0312c -0.0780,-0.0000 -0.2028,0.0156 -0.3588 0.0468c 0.0000,-0.6551 -0.0468,-1.4507 -0.1092 -2.2150ZM 463.6763,309.4645 ZM 466.2189,298.5767 v 5.2879 c 1.0451,-1.0451 1.9654,-1.2947 2.5738 -1.2947c 1.1231,-0.0000 1.6846,0.8579 1.6846 2.4646v 3.3069 c 0.0000,0.4524 0.1560,0.6863 0.6707 0.6863h 0.2964 c 0.0624,-0.0000 0.1248,0.0468 0.1248 0.1248v 0.2964 l -0.0312,0.0312 c 0.0000,-0.0000 -1.0607,-0.0312 -1.6846 -0.0312c -0.5459,-0.0000 -1.6067,0.0312 -1.6067 0.0312l -0.0312,-0.0312 v -0.2964 c 0.0000,-0.0780 0.0468,-0.1248 0.1248 -0.1248h 0.2964 c 0.5304,-0.0000 0.6707,-0.2340 0.6707 -0.6863v -3.4785 c 0.0000,-1.2635 -0.3432,-1.5599 -1.2167 -1.5599c -0.4524,-0.0000 -1.1231,0.4056 -1.8718 1.1387v 3.8996 c 0.0000,0.4524 0.1560,0.6863 0.6707 0.6863h 0.2964 c 0.0624,-0.0000 0.1248,0.0468 0.1248 0.1248v 0.2964 l -0.0312,0.0312 c 0.0000,-0.0000 -1.0607,-0.0312 -1.6690 -0.0312c -0.5615,-0.0000 -1.6067,0.0312 -1.6067 0.0312l -0.0312,-0.0312 v -0.2964 c 0.0000,-0.0780 0.0312,-0.1248 0.1092 -0.1248h 0.2964 c 0.5304,-0.0000 0.6707,-0.2340 0.6707 -0.6863v -7.8149 c 0.0000,-0.8891 -0.1404,-1.1387 -0.4524 -1.1387l -0.5148,0.0624 c -0.0468,-0.0000 -0.0780,-0.0312 -0.0780 -0.0780l -0.0312,-0.3900 c 0.2496,-0.0000 0.8111,-0.0936 1.0763 -0.1404c 0.2808,-0.0624 0.5148,-0.1248 0.8267 -0.2652h 0.3432 ZM 471.7564,309.4645 ZM 476.2956,305.6428 l -1.2323,0.3120 c -1.3727,0.4212 -1.5755,1.1387 -1.5755 1.8406c 0.0000,0.4836 0.2340,1.2167 1.2167 1.2167c 0.4680,-0.0000 1.1855,-0.4524 1.5911 -0.7955v -2.5738 ZM 476.2956,305.6428 ZM 477.2939,309.6517 c -0.5927,-0.0000 -0.9203,-0.5304 -0.9827 -0.9047l -0.3588,0.2496 c -0.7175,0.4992 -0.9827,0.6551 -1.7002 0.6551c -1.0919,-0.0000 -1.8874,-0.6239 -1.8874 -1.7938c 0.0000,-1.1855 1.0139,-1.9966 2.4958 -2.3710l 1.4351,-0.3588 c 0.0000,-1.7626 -0.8111,-2.0902 -1.3415 -2.0902c -0.5927,-0.0000 -1.2791,0.2652 -1.2791 0.7487c 0.0000,0.1716 0.0312,0.2652 0.0468 0.3120c 0.0312,0.0624 0.0468,0.1716 0.0468 0.2808c 0.0000,0.2028 -0.1560,0.5148 -0.6083 0.5148c -0.3744,-0.0000 -0.6239,-0.2496 -0.6239 -0.6239c 0.0000,-0.9047 1.4663,-1.7002 2.4646 -1.7002c 1.1387,-0.0000 2.4490,0.4680 2.4490 2.6830v 2.2930 c 0.0000,0.9515 0.0156,1.3571 0.3744 1.3571c 0.3432,-0.0000 0.4368,-0.4368 0.4524 -0.7799l 0.3900,0.0780 c -0.0936,1.1387 -0.5771,1.4507 -1.3727 1.4507ZM 478.7913,309.4645 ZM 483.9389,303.1939 h -0.0780 c -0.0780,-0.0000 -0.1248,-0.0624 -0.1248 -0.1092v -0.3120 l 0.0624,-0.0312 c 0.0000,-0.0000 0.8891,0.0312 1.4663 0.0312c 0.4056,-0.0000 1.0607,-0.0312 1.0607 -0.0312l 0.0312,0.0312 v 0.2808 c 0.0000,0.0780 -0.0780,0.1404 -0.1716 0.1404c -0.4524,-0.0000 -0.8111,0.2028 -1.0607 0.8111l -2.1526,5.2879 c -0.1092,0.2652 -0.2184,0.3588 -0.3744 0.3588c -0.2028,-0.0000 -0.2964,-0.0936 -0.3900 -0.3276l -2.1214,-5.3815 c -0.2184,-0.5615 -0.5459,-0.7487 -0.9983 -0.7487c -0.0780,-0.0000 -0.1560,-0.0312 -0.1560 -0.1092v -0.3120 l 0.0468,-0.0312 c 0.0000,-0.0000 0.8267,0.0312 1.3571 0.0312c 0.6083,-0.0000 1.5599,-0.0312 1.5599 -0.0312l 0.0624,0.0312 v 0.2964 c 0.0000,0.1092 -0.0936,0.1248 -0.1404 0.1248h -0.2652 c -0.3120,0.0156 -0.4524,0.1092 -0.4524 0.2652c 0.0000,0.1092 0.0624,0.2340 0.1560 0.4524l 1.3415,3.4005 l 0.2652,0.7175 l 0.2652,-0.6707 l 1.3883,-3.4161 c 0.0780,-0.1716 0.1248,-0.3120 0.1248 -0.4212c 0.0000,-0.2340 -0.1716,-0.3276 -0.7019 -0.3276ZM 486.5438,309.4645 ZM 488.3221,305.1437 h 2.8701 c 0.1560,-0.0000 0.2184,-0.0780 0.2184 -0.2184c 0.0000,-1.4507 -0.7331,-1.8250 -1.2947 -1.8250c -0.3588,-0.0000 -1.5287,0.1404 -1.7938 2.0434ZM 488.3221,305.1437 ZM 492.4401,308.0138 l 0.3120,0.2496 c -0.5927,0.8111 -1.5131,1.3883 -2.6362 1.3883c -2.1370,-0.0000 -3.0417,-1.5911 -3.0417 -3.2913c 0.0000,-2.3710 1.5599,-3.7905 3.0417 -3.7905c 2.0590,-0.0000 2.5426,1.6067 2.5426 2.9169c 0.0000,0.1716 -0.1092,0.2652 -0.2808 0.2652h -4.1024 c -0.0156,0.0936 -0.0156,0.1872 -0.0156 0.3120c 0.0000,1.5911 1.1075,2.8233 2.2306 2.8233c 0.8579,-0.0000 1.4039,-0.2808 1.9498 -0.8735ZM 497.1197,309.4645 ZM 501.6588,305.6428 l -1.2323,0.3120 c -1.3727,0.4212 -1.5755,1.1387 -1.5755 1.8406c 0.0000,0.4836 0.2340,1.2167 1.2167 1.2167c 0.4680,-0.0000 1.1855,-0.4524 1.5911 -0.7955v -2.5738 ZM 501.6588,305.6428 ZM 502.6572,309.6517 c -0.5927,-0.0000 -0.9203,-0.5304 -0.9827 -0.9047l -0.3588,0.2496 c -0.7175,0.4992 -0.9827,0.6551 -1.7002 0.6551c -1.0919,-0.0000 -1.8874,-0.6239 -1.8874 -1.7938c 0.0000,-1.1855 1.0139,-1.9966 2.4958 -2.3710l 1.4351,-0.3588 c 0.0000,-1.7626 -0.8111,-2.0902 -1.3415 -2.0902c -0.5927,-0.0000 -1.2791,0.2652 -1.2791 0.7487c 0.0000,0.1716 0.0312,0.2652 0.0468 0.3120c 0.0312,0.0624 0.0468,0.1716 0.0468 0.2808c 0.0000,0.2028 -0.1560,0.5148 -0.6083 0.5148c -0.3744,-0.0000 -0.6239,-0.2496 -0.6239 -0.6239c 0.0000,-0.9047 1.4663,-1.7002 2.4646 -1.7002c 1.1387,-0.0000 2.4490,0.4680 2.4490 2.6830v 2.2930 c 0.0000,0.9515 0.0156,1.3571 0.3744 1.3571c 0.3432,-0.0000 0.4368,-0.4368 0.4524 -0.7799l 0.3900,0.0780 c -0.0936,1.1387 -0.5771,1.4507 -1.3727 1.4507ZM 508.0543,309.4645 ZM 508.7250,307.2807 l 0.4212,-0.0156 c 0.0468,0.3900 0.2184,1.1387 0.5615 1.4975c 0.1560,0.1716 0.5771,0.4524 1.1543 0.4524c 0.5459,-0.0000 1.3571,-0.4368 1.3571 -1.2011c 0.0000,-0.6707 -0.3744,-1.1231 -1.6067 -1.6534c -1.1387,-0.4992 -1.7314,-0.8267 -1.7314 -1.9966c 0.0000,-1.0451 0.9203,-1.7938 2.1526 -1.7938c 0.7799,-0.0000 1.3571,0.1404 1.8406 0.3900c 0.0936,0.4992 0.1404,1.0295 0.1716 1.5911l -0.4212,0.0156 c -0.3276,-1.2791 -1.2635,-1.5287 -1.5911 -1.5287c -0.5927,-0.0000 -1.2011,0.2340 -1.2011 1.0919c 0.0000,0.6239 0.2964,0.9359 1.1543 1.2479c 1.2635,0.4680 2.2774,1.0295 2.2774 2.2774c 0.0000,1.5443 -1.6378,1.9966 -2.3710 1.9966c -0.5459,-0.0000 -0.9983,-0.0624 -1.4039 -0.1716c -0.1092,-0.0156 -0.1872,-0.0312 -0.2964 -0.0312c -0.0780,-0.0000 -0.2028,0.0156 -0.3588 0.0468c 0.0000,-0.6551 -0.0468,-1.4507 -0.1092 -2.2150ZM 513.8413,309.4645 ZM 515.0580,300.5577 c 0.0000,-0.4056 0.3276,-0.7487 0.7331 -0.7487c 0.4212,-0.0000 0.7487,0.3432 0.7487 0.7487c 0.0000,0.4212 -0.3276,0.7487 -0.7487 0.7487c -0.4056,-0.0000 -0.7331,-0.3276 -0.7331 -0.7487ZM 515.0580,300.5577 ZM 516.5399,308.3414 c 0.0000,0.4524 0.1716,0.6863 0.6707 0.6863h 0.2964 c 0.0780,-0.0000 0.1404,0.0468 0.1404 0.1248v 0.2964 l -0.0312,0.0312 c 0.0000,-0.0000 -1.0763,-0.0312 -1.6846 -0.0312c -0.5459,-0.0000 -1.6067,0.0312 -1.6067 0.0312l -0.0312,-0.0312 v -0.2964 c 0.0000,-0.0780 0.0468,-0.1248 0.1248 -0.1248h 0.2964 c 0.5148,-0.0000 0.6707,-0.2340 0.6707 -0.6863v -3.8840 c 0.0000,-0.8267 -0.1404,-0.9515 -0.3588 -0.9515c -0.2028,-0.0000 -0.3900,0.0156 -0.6551 0.0780l -0.0780,-0.4368 c 0.9983,-0.1716 1.1699,-0.2340 1.6223 -0.4524c 0.1716,-0.0624 0.2808,-0.1248 0.3900 -0.1248h 0.2340 v 5.7715 ZM 517.9593,309.4645 ZM 527.3653,308.3414 v -3.5877 c 0.0000,-1.0451 -0.4056,-1.4351 -0.9983 -1.4351c -0.6083,-0.0000 -1.0919,0.3120 -1.8406 1.1387c 0.0312,0.1872 0.0312,0.4056 0.0312 0.6239v 3.2601 c 0.0000,0.4524 0.1560,0.6863 0.6707 0.6863h 0.2652 c 0.0780,-0.0000 0.1404,0.0468 0.1404 0.1248v 0.2964 l -0.0312,0.0312 c 0.0000,-0.0000 -1.0451,-0.0312 -1.6534 -0.0312c -0.5615,-0.0000 -1.6378,0.0312 -1.6378 0.0312l -0.0312,-0.0312 v -0.2964 c 0.0000,-0.0780 0.0468,-0.1248 0.1248 -0.1248h 0.3120 c 0.5304,-0.0000 0.6707,-0.2340 0.6707 -0.6863v -3.5565 c 0.0000,-1.0451 -0.4212,-1.4663 -1.0139 -1.4663c -0.5459,-0.0000 -1.0607,0.3900 -1.7938 1.1543v 3.8684 c 0.0000,0.4524 0.1560,0.6863 0.6707 0.6863h 0.2964 c 0.0624,-0.0000 0.1248,0.0468 0.1248 0.1248v 0.2964 l -0.0312,0.0312 c 0.0000,-0.0000 -1.0607,-0.0312 -1.6690 -0.0312c -0.5615,-0.0000 -1.6223,0.0312 -1.6223 0.0312l -0.0312,-0.0312 v -0.2964 c 0.0000,-0.0780 0.0468,-0.1248 0.1248 -0.1248h 0.2964 c 0.5304,-0.0000 0.6707,-0.2340 0.6707 -0.6863v -3.8840 c 0.0000,-0.8891 -0.1404,-0.9515 -0.3432 -0.9515c -0.2028,-0.0000 -0.3900,0.0156 -0.6551 0.0780l -0.0780,-0.4368 c 0.9827,-0.1716 1.2011,-0.2340 1.6223 -0.4524c 0.1560,-0.0780 0.2808,-0.1248 0.3900 -0.1248h 0.2340 l -0.0468,1.3571 h 0.0468 c 0.7331,-0.7799 1.3883,-1.3571 2.3554 -1.3571c 0.8735,-0.0000 1.4195,0.6395 1.5131 1.3415c 0.9047,-0.9359 1.6378,-1.3415 2.4802 -1.3415c 1.3727,-0.0000 1.6067,1.1387 1.6067 2.5270v 3.2445 c 0.0000,0.4524 0.1560,0.6863 0.6707 0.6863h 0.2964 c 0.0624,-0.0000 0.1248,0.0468 0.1248 0.1248v 0.2964 l -0.0312,0.0312 c 0.0000,-0.0000 -1.0607,-0.0312 -1.6690 -0.0312c -0.5615,-0.0000 -1.6223,0.0312 -1.6223 0.0312l -0.0312,-0.0312 v -0.2964 c 0.0000,-0.0780 0.0468,-0.1248 0.1248 -0.1248h 0.2964 c 0.5148,-0.0000 0.6707,-0.2340 0.6707 -0.6863ZM 529.8143,309.4645 ZM 531.0309,300.5577 c 0.0000,-0.4056 0.3276,-0.7487 0.7331 -0.7487c 0.4212,-0.0000 0.7487,0.3432 0.7487 0.7487c 0.0000,0.4212 -0.3276,0.7487 -0.7487 0.7487c -0.4056,-0.0000 -0.7331,-0.3276 -0.7331 -0.7487ZM 531.0309,300.5577 ZM 532.5128,308.3414 c 0.0000,0.4524 0.1716,0.6863 0.6707 0.6863h 0.2964 c 0.0780,-0.0000 0.1404,0.0468 0.1404 0.1248v 0.2964 l -0.0312,0.0312 c 0.0000,-0.0000 -1.0763,-0.0312 -1.6846 -0.0312c -0.5459,-0.0000 -1.6067,0.0312 -1.6067 0.0312l -0.0312,-0.0312 v -0.2964 c 0.0000,-0.0780 0.0468,-0.1248 0.1248 -0.1248h 0.2964 c 0.5148,-0.0000 0.6707,-0.2340 0.6707 -0.6863v -3.8840 c 0.0000,-0.8267 -0.1404,-0.9515 -0.3588 -0.9515c -0.2028,-0.0000 -0.3900,0.0156 -0.6551 0.0780l -0.0780,-0.4368 c 0.9983,-0.1716 1.1699,-0.2340 1.6223 -0.4524c 0.1716,-0.0624 0.2808,-0.1248 0.3900 -0.1248h 0.2340 v 5.7715 ZM 533.9323,309.4645 ZM 535.4141,308.3414 v -7.8149 c 0.0000,-0.8891 -0.1560,-1.1387 -0.4680 -1.1387l -0.4992,0.0624 c -0.0468,-0.0000 -0.0936,-0.0312 -0.0936 -0.0780l -0.0312,-0.3900 c 0.2496,-0.0000 0.8267,-0.0936 1.0919 -0.1404c 0.2808,-0.0624 0.4992,-0.1248 0.8111 -0.2652h 0.3432 v 9.7647 c 0.0000,0.4524 0.1716,0.6863 0.6707 0.6863h 0.3744 c 0.0624,-0.0000 0.1248,0.0468 0.1248 0.1248v 0.2964 l -0.0312,0.0312 c 0.0000,-0.0000 -1.1387,-0.0312 -1.7470 -0.0312c -0.5459,-0.0000 -1.6846,0.0312 -1.6846 0.0312l -0.0156,-0.0312 v -0.2964 c 0.0000,-0.0780 0.0312,-0.1248 0.1092 -0.1248h 0.3744 c 0.5148,-0.0000 0.6707,-0.2340 0.6707 -0.6863ZM 537.9879,309.4645 ZM 542.5271,305.6428 l -1.2323,0.3120 c -1.3727,0.4212 -1.5755,1.1387 -1.5755 1.8406c 0.0000,0.4836 0.2340,1.2167 1.2167 1.2167c 0.4680,-0.0000 1.1855,-0.4524 1.5911 -0.7955v -2.5738 ZM 542.5271,305.6428 ZM 543.5254,309.6517 c -0.5927,-0.0000 -0.9203,-0.5304 -0.9827 -0.9047l -0.3588,0.2496 c -0.7175,0.4992 -0.9827,0.6551 -1.7002 0.6551c -1.0919,-0.0000 -1.8874,-0.6239 -1.8874 -1.7938c 0.0000,-1.1855 1.0139,-1.9966 2.4958 -2.3710l 1.4351,-0.3588 c 0.0000,-1.7626 -0.8111,-2.0902 -1.3415 -2.0902c -0.5927,-0.0000 -1.2791,0.2652 -1.2791 0.7487c 0.0000,0.1716 0.0312,0.2652 0.0468 0.3120c 0.0312,0.0624 0.0468,0.1716 0.0468 0.2808c 0.0000,0.2028 -0.1560,0.5148 -0.6083 0.5148c -0.3744,-0.0000 -0.6239,-0.2496 -0.6239 -0.6239c 0.0000,-0.9047 1.4663,-1.7002 2.4646 -1.7002c 1.1387,-0.0000 2.4490,0.4680 2.4490 2.6830v 2.2930 c 0.0000,0.9515 0.0156,1.3571 0.3744 1.3571c 0.3432,-0.0000 0.4368,-0.4368 0.4524 -0.7799l 0.3900,0.0780 c -0.0936,1.1387 -0.5771,1.4507 -1.3727 1.4507ZM 545.0229,309.4645 ZM 546.4111,308.3414 v -3.8840 c 0.0000,-0.7799 -0.1092,-0.9515 -0.3432 -0.9515c -0.2028,-0.0000 -0.3900,0.0156 -0.6551 0.0780l -0.0780,-0.4368 c 0.9827,-0.1716 1.1543,-0.2184 1.6223 -0.4524c 0.1560,-0.0780 0.2808,-0.1248 0.3900 -0.1248h 0.2340 l -0.0468,1.4039 h 0.0468 c 0.4056,-0.6083 1.0919,-1.4039 1.8250 -1.4039c 0.6395,-0.0000 0.8735,0.3120 0.8735 0.7175c 0.0000,0.4056 -0.2652,0.6551 -0.6707 0.6551c -0.3120,-0.0000 -0.4836,-0.1248 -0.6395 -0.2808c -0.0936,-0.0936 -0.2028,-0.1404 -0.3120 -0.1404c -0.1716,-0.0000 -0.5148,0.2808 -0.8891 0.8111c -0.1092,0.1404 -0.1872,0.3432 -0.1872 0.5459v 3.4629 c 0.0000,0.4524 0.1560,0.6863 0.6707 0.6863h 0.4524 c 0.0780,-0.0000 0.1404,0.0468 0.1404 0.1248v 0.2964 l -0.0312,0.0312 c 0.0000,-0.0000 -1.2323,-0.0312 -1.8406 -0.0312c -0.5615,-0.0000 -1.6223,0.0312 -1.6223 0.0312l -0.0156,-0.0312 v -0.2964 c 0.0000,-0.0780 0.0312,-0.1248 0.1092 -0.1248h 0.2964 c 0.5304,-0.0000 0.6707,-0.2340 0.6707 -0.6863ZM 554.3352,309.4645 ZM 555.7703,308.3414 v -4.9759 h -1.0763 c -0.0624,-0.0000 -0.0780,-0.0156 -0.0780 -0.0780v -0.2184 c 0.0000,-0.1248 0.0780,-0.3120 0.3588 -0.3120h 0.7955 v -0.6083 c 0.0000,-2.4334 1.2635,-3.5721 2.5738 -3.5721c 0.5927,-0.0000 0.9983,0.1560 1.3883 0.4212c 0.3120,0.2340 0.4524,0.4992 0.4524 0.7487c 0.0000,0.3276 -0.2340,0.5615 -0.5304 0.5615c -0.3120,-0.0000 -0.5148,-0.1716 -0.6395 -0.4368c -0.2028,-0.5148 -0.4992,-0.7643 -0.9671 -0.7643c -0.5148,-0.0000 -1.1075,0.3744 -1.1075 2.7765v 0.8735 h 1.7158 c 0.0780,-0.0000 0.1248,0.0312 0.1248 0.0936v 0.3120 c 0.0000,0.1404 -0.2184,0.2028 -0.3588 0.2028h -1.4819 v 4.9759 c 0.0000,0.4524 0.1560,0.6863 0.6707 0.6863h 0.5148 c 0.0624,-0.0000 0.1248,0.0468 0.1248 0.1248v 0.2964 l -0.0312,0.0312 c 0.0000,-0.0000 -1.2791,-0.0312 -1.8874 -0.0312c -0.5615,-0.0000 -1.6223,0.0312 -1.6223 0.0312l -0.0312,-0.0312 v -0.2964 c 0.0000,-0.0780 0.0468,-0.1248 0.1248 -0.1248h 0.2964 c 0.5304,-0.0000 0.6707,-0.2340 0.6707 -0.6863ZM 559.0772,309.4645 ZM 560.8554,305.1437 h 2.8701 c 0.1560,-0.0000 0.2184,-0.0780 0.2184 -0.2184c 0.0000,-1.4507 -0.7331,-1.8250 -1.2947 -1.8250c -0.3588,-0.0000 -1.5287,0.1404 -1.7938 2.0434ZM 560.8554,305.1437 ZM 564.9734,308.0138 l 0.3120,0.2496 c -0.5927,0.8111 -1.5131,1.3883 -2.6362 1.3883c -2.1370,-0.0000 -3.0417,-1.5911 -3.0417 -3.2913c 0.0000,-2.3710 1.5599,-3.7905 3.0417 -3.7905c 2.0590,-0.0000 2.5426,1.6067 2.5426 2.9169c 0.0000,0.1716 -0.1092,0.2652 -0.2808 0.2652h -4.1024 c -0.0156,0.0936 -0.0156,0.1872 -0.0156 0.3120c 0.0000,1.5911 1.1075,2.8233 2.2306 2.8233c 0.8579,-0.0000 1.4039,-0.2808 1.9498 -0.8735ZM 565.7533,309.4645 ZM 567.5316,305.1437 h 2.8701 c 0.1560,-0.0000 0.2184,-0.0780 0.2184 -0.2184c 0.0000,-1.4507 -0.7331,-1.8250 -1.2947 -1.8250c -0.3588,-0.0000 -1.5287,0.1404 -1.7938 2.0434ZM 567.5316,305.1437 ZM 571.6496,308.0138 l 0.3120,0.2496 c -0.5927,0.8111 -1.5131,1.3883 -2.6362 1.3883c -2.1370,-0.0000 -3.0417,-1.5911 -3.0417 -3.2913c 0.0000,-2.3710 1.5599,-3.7905 3.0417 -3.7905c 2.0590,-0.0000 2.5426,1.6067 2.5426 2.9169c 0.0000,0.1716 -0.1092,0.2652 -0.2808 0.2652h -4.1024 c -0.0156,0.0936 -0.0156,0.1872 -0.0156 0.3120c 0.0000,1.5911 1.1075,2.8233 2.2306 2.8233c 0.8579,-0.0000 1.4039,-0.2808 1.9498 -0.8735ZM 572.4295,309.4645 ZM 573.9114,308.3414 v -7.8149 c 0.0000,-0.8891 -0.1560,-1.1387 -0.4680 -1.1387l -0.4992,0.0624 c -0.0468,-0.0000 -0.0936,-0.0312 -0.0936 -0.0780l -0.0312,-0.3900 c 0.2496,-0.0000 0.8267,-0.0936 1.0919 -0.1404c 0.2808,-0.0624 0.4992,-0.1248 0.8111 -0.2652h 0.3432 v 9.7647 c 0.0000,0.4524 0.1716,0.6863 0.6707 0.6863h 0.3744 c 0.0624,-0.0000 0.1248,0.0468 0.1248 0.1248v 0.2964 l -0.0312,0.0312 c 0.0000,-0.0000 -1.1387,-0.0312 -1.7470 -0.0312c -0.5459,-0.0000 -1.6846,0.0312 -1.6846 0.0312l -0.0156,-0.0312 v -0.2964 c 0.0000,-0.0780 0.0312,-0.1248 0.1092 -0.1248h 0.3744 c 0.5148,-0.0000 0.6707,-0.2340 0.6707 -0.6863Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(31,119,180)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 54.2725,261.8148 ZM 37.4780,259.8130 l 0.0000,-10.9970 c 0.0000,-0.5459 -0.4420,-0.5719 -0.5979 -0.5719l -0.1040,-0.6759 c 1.2739,-0.1040 2.6258,-0.2860 4.0036 -0.5719l 0.1300,0.7539 c -2.0798,0.5200 -2.3918,0.8839 -2.3918 2.3138l -0.0000,1.7158 c -0.0000,0.9359 0.2080,1.2479 1.0919 1.2479l 12.7908,0.0000 c 0.8059,0.0000 1.1439,-0.4160 1.1439 -1.4299l 0.0000,-0.6759 c 0.0000,-0.1300 0.0780,-0.2340 0.2080 -0.2340l 0.4940,0.0000 l 0.0520,0.0520 c 0.0000,-0.0000 -0.0520,2.2878 -0.0520 3.3017c -0.0000,0.9099 0.0520,3.3277 0.0520 3.3277l -0.0520,0.0520 l -0.4940,-0.0000 c -0.1300,-0.0000 -0.2080,-0.0780 -0.2080 -0.2080l 0.0000,-0.6759 c 0.0000,-1.0659 -0.4160,-1.4299 -1.1439 -1.4299l -12.8688,-0.0000 c -0.8059,-0.0000 -1.0139,0.3120 -1.0139 1.2739l -0.0000,2.1838 c -0.0000,1.4299 0.3120,1.7678 2.3918 2.2878l -0.1300,0.7799 c -1.3779,-0.3120 -2.7297,-0.4680 -4.0036 -0.5719l 0.1040,-0.7019 c 0.1560,0.0000 0.5979,0.0000 0.5979 -0.5459ZM 54.2725,248.0880 ZM 47.0711,245.1243 l 0.0000,-4.7836 c 0.0000,-0.2600 -0.1300,-0.3640 -0.3640 -0.3640c -2.4178,-0.0000 -3.0417,1.2219 -3.0417 2.1578c -0.0000,0.5979 0.2340,2.5478 3.4057 2.9897ZM 47.0711,245.1243 ZM 51.8547,238.2609 l 0.4160,-0.5200 c 1.3519,0.9879 2.3138,2.5218 2.3138 4.3936c -0.0000,3.5617 -2.6518,5.0695 -5.4855 5.0695c -3.9516,-0.0000 -6.3174,-2.5998 -6.3174 -5.0695c 0.0000,-3.4317 2.6778,-4.2376 4.8616 -4.2376c 0.2860,0.0000 0.4420,0.1820 0.4420 0.4680l -0.0000,6.8374 c 0.1560,0.0260 0.3120,0.0260 0.5200 0.0260c 2.6518,0.0000 4.7056,-1.8458 4.7056 -3.7177c 0.0000,-1.4299 -0.4680,-2.3398 -1.4559 -3.2497ZM 54.2725,236.9611 ZM 43.8214,231.8395 c -0.0000,0.5200 0.1300,0.6239 0.3120 0.6239c 0.1300,0.0000 0.3640,-0.1040 0.8319 -0.3900l 2.3398,-1.5859 c 0.1560,-0.0780 0.2340,-0.1560 0.2340 -0.2600c 0.0000,-0.0780 -0.0520,-0.1300 -0.1820 -0.2340l -2.3658,-1.6898 c -0.3640,-0.2860 -0.6499,-0.4420 -0.8579 -0.4420c -0.2080,-0.0000 -0.3120,0.1820 -0.3120 0.5459l -0.0000,0.4160 c -0.0000,0.0780 -0.0520,0.1560 -0.1820 0.1560l -0.4940,-0.0000 l -0.0780,-0.0780 c 0.0000,-0.0000 0.0520,-1.2219 0.0520 -2.0278c 0.0000,-0.8319 -0.0520,-2.1058 -0.0520 -2.1058l 0.0520,-0.0260 l 0.4940,0.0000 c 0.1820,0.0000 0.2080,0.1560 0.2080 0.3120c -0.0000,0.9619 0.3120,1.3519 1.5339 2.3138l 2.7817,2.1838 c 0.0780,0.0520 0.1300,0.0780 0.1820 0.0780c 0.0520,0.0000 0.1300,-0.0260 0.2080 -0.0780l 3.3017,-2.3398 c 1.6898,-1.1959 1.7158,-1.5339 1.7158 -2.3658c 0.0000,-0.2600 0.0520,-0.3640 0.2080 -0.3640l 0.4940,0.0000 l 0.0520,0.0260 c 0.0000,-0.0000 -0.0520,1.4039 -0.0520 2.2878c -0.0000,1.0659 0.0520,2.7038 0.0520 2.7038l -0.0520,0.0520 l -0.4940,-0.0000 c -0.1300,-0.0000 -0.2080,-0.0520 -0.2080 -0.1820l 0.0000,-0.3120 c 0.0000,-0.4160 -0.0780,-0.5979 -0.2860 -0.5979c -0.2340,-0.0000 -0.6239,0.2860 -1.1699 0.7019l -2.0798,1.5079 c -0.1300,0.1040 -0.1820,0.1560 -0.1820 0.2340c -0.0000,0.0520 0.0780,0.1300 0.2340 0.2340l 2.3658,1.6378 c 0.5200,0.3900 0.6499,0.4680 0.8319 0.4680c 0.1820,0.0000 0.2860,-0.1560 0.2860 -0.5459l 0.0000,-0.3640 c 0.0000,-0.1300 0.0780,-0.1820 0.2080 -0.1820l 0.4940,0.0000 l 0.0520,0.0520 c 0.0000,-0.0000 -0.0520,1.3519 -0.0520 2.1838c -0.0000,0.7539 0.0520,1.9498 0.0520 1.9498l -0.0520,0.0520 l -0.4420,-0.0000 c -0.1560,-0.0000 -0.2600,-0.1040 -0.2600 -0.3380c 0.0000,-0.6239 -0.1300,-1.2219 -1.5339 -2.3138l -2.8077,-2.1838 c -0.0520,-0.0260 -0.1040,-0.0520 -0.1820 -0.0520c -0.0780,-0.0000 -0.1300,0.0260 -0.2080 0.0780l -3.3017,2.2618 c -1.0659,0.7279 -1.6898,1.1959 -1.6898 2.1058c -0.0000,0.1820 -0.0780,0.3640 -0.1820 0.3640l -0.4940,-0.0000 l -0.0780,-0.0520 l 0.0520,-2.0538 l -0.0520,-2.8857 l 0.0780,-0.0780 l 0.4680,0.0000 c 0.1300,0.0000 0.2080,0.1040 0.2080 0.2080l -0.0000,0.3900 ZM 54.2725,224.0402 ZM 44.1074,219.7766 l 6.6554,0.0000 c 1.6119,0.0000 2.3918,-0.1560 2.3918 -0.8579c 0.0000,-0.6759 -0.2080,-1.1959 -0.7279 -1.8718l 0.4420,-0.4680 c 1.1439,1.0139 1.7158,2.0538 1.7158 3.2497c -0.0000,1.1959 -0.7279,1.8978 -2.5738 1.8978l -7.9033,-0.0000 l -0.0000,1.6898 c -0.0000,0.0780 -0.0260,0.1040 -0.1040 0.1040l -0.8059,-0.0000 c -0.0780,-0.0000 -0.1040,-0.0260 -0.1040 -0.0780c 0.0000,-1.7418 -1.0139,-2.1578 -2.9897 -2.1578l -0.4940,-0.0000 l -0.5200,-1.5079 l 4.0036,0.0000 l 0.0000,-2.8597 c 0.0000,-0.1300 0.0520,-0.2080 0.1560 -0.2080l 0.5200,0.0000 c 0.2340,0.0000 0.3380,0.3640 0.3380 0.6239l -0.0000,2.4438 ZM 54.2725,209.6896 ZM 54.5845,200.4604 c -0.0000,5.5895 -4.3156,8.2672 -8.5012 8.2672c -5.1215,-0.0000 -8.9172,-3.9776 -8.9172 -8.2932c 0.0000,-3.1977 1.0919,-4.2116 1.1699 -5.6935c 1.4299,-0.0780 2.6778,-0.3120 4.0296 -0.5719l 0.1040,0.7799 c -2.2358,0.6759 -4.3416,2.1838 -4.3416 5.7715c -0.0000,2.0538 2.1838,5.7455 7.4613 5.7455c 3.7957,0.0000 7.9293,-1.9498 7.9293 -5.9795c 0.0000,-2.4178 -0.8579,-4.1856 -2.8857 -6.0314l 0.3900,-0.5979 c 2.3138,1.7678 3.5617,4.0816 3.5617 6.6034ZM 54.2725,192.9471 ZM 36.1261,188.7095 l 8.8132,0.0000 c -1.7418,-1.7418 -2.1578,-3.2757 -2.1578 -4.2896c 0.0000,-1.8718 1.4299,-2.8077 4.1076 -2.8077l 5.5115,0.0000 c 0.7539,0.0000 1.1439,-0.2600 1.1439 -1.1179l 0.0000,-0.4940 c 0.0000,-0.1040 0.0780,-0.2080 0.2080 -0.2080l 0.4940,0.0000 l 0.0520,0.0520 c 0.0000,-0.0000 -0.0520,1.7678 -0.0520 2.8077c -0.0000,0.9099 0.0520,2.6778 0.0520 2.6778l -0.0520,0.0520 l -0.4940,-0.0000 c -0.1300,-0.0000 -0.2080,-0.0780 -0.2080 -0.2080l 0.0000,-0.4940 c 0.0000,-0.8839 -0.3900,-1.1179 -1.1439 -1.1179l -5.7975,-0.0000 c -2.1058,-0.0000 -2.5998,0.5719 -2.5998 2.0278c -0.0000,0.7539 0.6759,1.8718 1.8978 3.1197l 6.4994,0.0000 c 0.7539,0.0000 1.1439,-0.2600 1.1439 -1.1179l 0.0000,-0.4940 c 0.0000,-0.1040 0.0780,-0.2080 0.2080 -0.2080l 0.4940,0.0000 l 0.0520,0.0520 c 0.0000,-0.0000 -0.0520,1.7678 -0.0520 2.7817c -0.0000,0.9359 0.0520,2.6778 0.0520 2.6778l -0.0520,0.0520 l -0.4940,-0.0000 c -0.1300,-0.0000 -0.2080,-0.0520 -0.2080 -0.1820l 0.0000,-0.4940 c 0.0000,-0.8839 -0.3900,-1.1179 -1.1439 -1.1179l -13.0248,-0.0000 c -1.4819,-0.0000 -1.8978,0.2340 -1.8978 0.7539l 0.1040,0.8579 c -0.0000,0.0780 -0.0520,0.1300 -0.1300 0.1300l -0.6499,0.0520 c 0.0000,-0.4160 -0.1560,-1.3519 -0.2340 -1.7938c -0.1040,-0.4680 -0.2080,-0.8579 -0.4420 -1.3779l 0.0000,-0.5719 ZM 54.2725,179.4803 ZM 47.9031,171.9150 l 0.5200,2.0538 c 0.7019,2.2878 1.8978,2.6258 3.0677 2.6258c 0.8059,0.0000 2.0278,-0.3900 2.0278 -2.0278c 0.0000,-0.7799 -0.7539,-1.9758 -1.3259 -2.6518l -4.2896,-0.0000 ZM 47.9031,171.9150 ZM 54.5845,170.2512 c -0.0000,0.9879 -0.8839,1.5339 -1.5079 1.6378l 0.4160,0.5979 c 0.8319,1.1959 1.0919,1.6378 1.0919 2.8337c -0.0000,1.8198 -1.0399,3.1457 -2.9897 3.1457c -1.9758,-0.0000 -3.3277,-1.6898 -3.9516 -4.1596l -0.5979,-2.3918 c -2.9377,-0.0000 -3.4837,1.3519 -3.4837 2.2358c -0.0000,0.9879 0.4420,2.1318 1.2479 2.1318c 0.2860,0.0000 0.4420,-0.0520 0.5200 -0.0780c 0.1040,-0.0520 0.2860,-0.0780 0.4680 -0.0780c 0.3380,0.0000 0.8579,0.2600 0.8579 1.0139c -0.0000,0.6239 -0.4160,1.0399 -1.0399 1.0399c -1.5079,-0.0000 -2.8337,-2.4438 -2.8337 -4.1076c 0.0000,-1.8978 0.7799,-4.0816 4.4716 -4.0816l 3.8216,0.0000 c 1.5859,0.0000 2.2618,-0.0260 2.2618 -0.6239c 0.0000,-0.5719 -0.7279,-0.7279 -1.2999 -0.7539l 0.1300,-0.6499 c 1.8978,0.1560 2.4178,0.9619 2.4178 2.2878ZM 54.2725,167.7554 ZM 52.4007,165.4416 l -6.4734,-0.0000 c -1.2999,-0.0000 -1.5859,0.1820 -1.5859 0.5719c -0.0000,0.3380 0.0260,0.6499 0.1300 1.0919l -0.7279,0.1300 c -0.2860,-1.6378 -0.3640,-1.9238 -0.7539 -2.7038c -0.1300,-0.2600 -0.2080,-0.4680 -0.2080 -0.6499l 0.0000,-0.3900 l 2.3398,0.0780 l 0.0000,-0.0780 c -1.0139,-0.6759 -2.3398,-1.8198 -2.3398 -3.0417c 0.0000,-1.0659 0.5200,-1.4559 1.1959 -1.4559c 0.6759,0.0000 1.0919,0.4420 1.0919 1.1179c -0.0000,0.5200 -0.2080,0.8059 -0.4680 1.0659c -0.1560,0.1560 -0.2340,0.3380 -0.2340 0.5200c -0.0000,0.2860 0.4680,0.8579 1.3519 1.4819c 0.2340,0.1820 0.5719,0.3120 0.9099 0.3120l 5.7715,0.0000 c 0.7539,0.0000 1.1439,-0.2600 1.1439 -1.1179l 0.0000,-0.7539 c 0.0000,-0.1300 0.0780,-0.2340 0.2080 -0.2340l 0.4940,0.0000 l 0.0520,0.0520 c 0.0000,-0.0000 -0.0520,2.0538 -0.0520 3.0677c -0.0000,0.9359 0.0520,2.7038 0.0520 2.7038l -0.0520,0.0260 l -0.4940,-0.0000 c -0.1300,-0.0000 -0.2080,-0.0520 -0.2080 -0.1820l 0.0000,-0.4940 c 0.0000,-0.8839 -0.3900,-1.1179 -1.1439 -1.1179ZM 54.2725,158.7343 ZM 44.1074,154.4706 l 6.6554,0.0000 c 1.6119,0.0000 2.3918,-0.1560 2.3918 -0.8579c 0.0000,-0.6759 -0.2080,-1.1959 -0.7279 -1.8718l 0.4420,-0.4680 c 1.1439,1.0139 1.7158,2.0538 1.7158 3.2497c -0.0000,1.1959 -0.7279,1.8978 -2.5738 1.8978l -7.9033,-0.0000 l -0.0000,1.6898 c -0.0000,0.0780 -0.0260,0.1040 -0.1040 0.1040l -0.8059,-0.0000 c -0.0780,-0.0000 -0.1040,-0.0260 -0.1040 -0.0780c 0.0000,-1.7418 -1.0139,-2.1578 -2.9897 -2.1578l -0.4940,-0.0000 l -0.5200,-1.5079 l 4.0036,0.0000 l 0.0000,-2.8597 c 0.0000,-0.1300 0.0520,-0.2080 0.1560 -0.2080l 0.5200,0.0000 c 0.2340,0.0000 0.3380,0.3640 0.3380 0.6239l -0.0000,2.4438 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.1" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 84.8184,253.9765 l -0.0000,-156.7656 h -3.1353 l -0.0000,156.7656 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 68.6544,100.3462 ZM 69.2575,95.7394 c 0.0000,-0.5927 0.5719,-1.4039 1.6638 -1.4039c 0.8007,-0.0000 1.7366,0.3016 1.7366 1.4975c 0.0000,0.7903 -0.4056,1.1855 -0.9671 1.7262l -0.9879,0.9567 c -0.0520,0.0520 -0.7487,0.7383 -0.7487 1.2271h 1.7678 c 0.3536,-0.0000 0.5408,-0.1768 0.6863 -0.7487l 0.2600,0.0416 l -0.2080,1.3103 h -3.2133 c 0.0000,-0.5823 0.0936,-1.0295 1.0607 -2.0174l 0.7279,-0.7175 c 0.5823,-0.5927 0.8215,-1.1023 0.8215 -1.7366c 0.0000,-0.9463 -0.6447,-1.2167 -0.9983 -1.2167c -0.7175,-0.0000 -0.9151,0.3744 -0.9151 0.6239c 0.0000,0.0832 0.0208,0.1664 0.0416 0.2392c 0.0208,0.0728 0.0416,0.1456 0.0416 0.2288c 0.0000,0.2704 -0.2080,0.3744 -0.3744 0.3744c -0.2288,-0.0000 -0.3952,-0.1768 -0.3952 -0.3848ZM 73.2091,100.3462 ZM 76.4224,98.5888 c 0.0000,-1.0711 -0.5823,-1.6015 -1.2271 -1.6015c -0.4784,-0.0000 -0.8423,0.0728 -1.2479 0.2392l 0.3328,-2.8389 c 0.3432,0.0312 0.6967,0.0416 1.0607 0.0416c 0.5200,-0.0000 1.0607,-0.0312 1.6223 -0.0936l 0.0624,0.0312 l -0.1560,0.6759 c -0.4056,0.0416 -0.7383,0.0520 -1.0295 0.0520c -0.4680,-0.0000 -0.8215,-0.0416 -1.1855 -0.0832l -0.1976,1.6430 c 0.2184,-0.0832 0.5927,-0.1560 0.9983 -0.1560c 1.1023,-0.0000 1.7158,0.9567 1.7158 1.9134c 0.0000,1.1647 -0.8111,2.0590 -1.9862 2.0590c -0.5927,-0.0000 -1.4559,-0.3328 -1.4559 -0.7383c 0.0000,-0.1976 0.1664,-0.3328 0.3536 -0.3328c 0.2080,-0.0000 0.3432,0.1560 0.4680 0.3224c 0.1560,0.1872 0.3224,0.3952 0.6551 0.3952c 0.6655,-0.0000 1.2167,-0.6239 1.2167 -1.5287Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.9611603826569677" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 80.1154,97.2109 h 4.7030 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 68.6544,131.6993 ZM 69.2575,127.0926 c 0.0000,-0.5927 0.5719,-1.4039 1.6638 -1.4039c 0.8007,-0.0000 1.7366,0.3016 1.7366 1.4975c 0.0000,0.7903 -0.4056,1.1855 -0.9671 1.7262l -0.9879,0.9567 c -0.0520,0.0520 -0.7487,0.7383 -0.7487 1.2271h 1.7678 c 0.3536,-0.0000 0.5408,-0.1768 0.6863 -0.7487l 0.2600,0.0416 l -0.2080,1.3103 h -3.2133 c 0.0000,-0.5823 0.0936,-1.0295 1.0607 -2.0174l 0.7279,-0.7175 c 0.5823,-0.5927 0.8215,-1.1023 0.8215 -1.7366c 0.0000,-0.9463 -0.6447,-1.2167 -0.9983 -1.2167c -0.7175,-0.0000 -0.9151,0.3744 -0.9151 0.6239c 0.0000,0.0832 0.0208,0.1664 0.0416 0.2392c 0.0208,0.0728 0.0416,0.1456 0.0416 0.2288c 0.0000,0.2704 -0.2080,0.3744 -0.3744 0.3744c -0.2288,-0.0000 -0.3952,-0.1768 -0.3952 -0.3848ZM 73.2091,131.6993 ZM 75.4865,126.0527 c -0.4472,-0.0000 -1.1023,0.4368 -1.1023 2.8597c 0.0000,0.8527 0.1560,2.5686 1.0711 2.5686c 0.1768,-0.0000 0.6759,-0.1144 0.8943 -0.9255c 0.1352,-0.4992 0.2080,-1.1231 0.2080 -2.0278c 0.0000,-1.3207 -0.3328,-2.0590 -0.6343 -2.3190c -0.1144,-0.1040 -0.2704,-0.1560 -0.4368 -0.1560ZM 75.4865,126.0527 ZM 75.4449,131.8241 c -1.1127,-0.0000 -1.8614,-1.4247 -1.8614 -3.0157c 0.0000,-1.9446 0.9255,-3.1197 1.9030 -3.1197c 0.4472,-0.0000 0.8943,0.2808 1.1959 0.6863c 0.4368,0.5823 0.6655,1.3623 0.6655 2.3398c 0.0000,2.3086 -1.1439,3.1093 -1.9030 3.1093Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.9611603826569677" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 80.1154,128.5640 h 4.7030 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 68.6544,163.0525 ZM 70.6094,158.0921 c -0.1976,-0.0000 -0.6551,0.1872 -0.8839 0.2912l -0.1248,-0.3224 c 0.9151,-0.4264 1.2687,-0.6447 1.7886 -1.0191h 0.1976 v 5.2307 c 0.0000,0.3744 0.0520,0.4784 0.3952 0.4784h 0.5408 c 0.0312,-0.0000 0.0832,0.0208 0.0832 0.0832v 0.2288 l -1.4247,-0.0208 l -1.4455,0.0208 v -0.2288 c 0.0104,-0.0312 0.0208,-0.0832 0.0832 -0.0832h 0.6239 c 0.3952,-0.0000 0.3952,-0.1768 0.3952 -0.4784v -3.5773 c 0.0000,-0.3536 0.0000,-0.6031 -0.2288 -0.6031ZM 73.2091,163.0525 ZM 76.4224,161.2950 c 0.0000,-1.0711 -0.5823,-1.6015 -1.2271 -1.6015c -0.4784,-0.0000 -0.8423,0.0728 -1.2479 0.2392l 0.3328,-2.8389 c 0.3432,0.0312 0.6967,0.0416 1.0607 0.0416c 0.5200,-0.0000 1.0607,-0.0312 1.6223 -0.0936l 0.0624,0.0312 l -0.1560,0.6759 c -0.4056,0.0416 -0.7383,0.0520 -1.0295 0.0520c -0.4680,-0.0000 -0.8215,-0.0416 -1.1855 -0.0832l -0.1976,1.6430 c 0.2184,-0.0832 0.5927,-0.1560 0.9983 -0.1560c 1.1023,-0.0000 1.7158,0.9567 1.7158 1.9134c 0.0000,1.1647 -0.8111,2.0590 -1.9862 2.0590c -0.5927,-0.0000 -1.4559,-0.3328 -1.4559 -0.7383c 0.0000,-0.1976 0.1664,-0.3328 0.3536 -0.3328c 0.2080,-0.0000 0.3432,0.1560 0.4680 0.3224c 0.1560,0.1872 0.3224,0.3952 0.6551 0.3952c 0.6655,-0.0000 1.2167,-0.6239 1.2167 -1.5287Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.9611603826569677" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 80.1154,159.9171 h 4.7030 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 68.6544,194.4056 ZM 70.6094,189.4452 c -0.1976,-0.0000 -0.6551,0.1872 -0.8839 0.2912l -0.1248,-0.3224 c 0.9151,-0.4264 1.2687,-0.6447 1.7886 -1.0191h 0.1976 v 5.2307 c 0.0000,0.3744 0.0520,0.4784 0.3952 0.4784h 0.5408 c 0.0312,-0.0000 0.0832,0.0208 0.0832 0.0832v 0.2288 l -1.4247,-0.0208 l -1.4455,0.0208 v -0.2288 c 0.0104,-0.0312 0.0208,-0.0832 0.0832 -0.0832h 0.6239 c 0.3952,-0.0000 0.3952,-0.1768 0.3952 -0.4784v -3.5773 c 0.0000,-0.3536 0.0000,-0.6031 -0.2288 -0.6031ZM 73.2091,194.4056 ZM 75.4865,188.7589 c -0.4472,-0.0000 -1.1023,0.4368 -1.1023 2.8597c 0.0000,0.8527 0.1560,2.5686 1.0711 2.5686c 0.1768,-0.0000 0.6759,-0.1144 0.8943 -0.9255c 0.1352,-0.4992 0.2080,-1.1231 0.2080 -2.0278c 0.0000,-1.3207 -0.3328,-2.0590 -0.6343 -2.3190c -0.1144,-0.1040 -0.2704,-0.1560 -0.4368 -0.1560ZM 75.4865,188.7589 ZM 75.4449,194.5304 c -1.1127,-0.0000 -1.8614,-1.4247 -1.8614 -3.0157c 0.0000,-1.9446 0.9255,-3.1197 1.9030 -3.1197c 0.4472,-0.0000 0.8943,0.2808 1.1959 0.6863c 0.4368,0.5823 0.6655,1.3623 0.6655 2.3398c 0.0000,2.3086 -1.1439,3.1093 -1.9030 3.1093Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.9611603826569677" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 80.1154,191.2703 h 4.7030 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 73.2091,225.7587 ZM 76.4224,224.0013 c 0.0000,-1.0711 -0.5823,-1.6015 -1.2271 -1.6015c -0.4784,-0.0000 -0.8423,0.0728 -1.2479 0.2392l 0.3328,-2.8389 c 0.3432,0.0312 0.6967,0.0416 1.0607 0.0416c 0.5200,-0.0000 1.0607,-0.0312 1.6223 -0.0936l 0.0624,0.0312 l -0.1560,0.6759 c -0.4056,0.0416 -0.7383,0.0520 -1.0295 0.0520c -0.4680,-0.0000 -0.8215,-0.0416 -1.1855 -0.0832l -0.1976,1.6430 c 0.2184,-0.0832 0.5927,-0.1560 0.9983 -0.1560c 1.1023,-0.0000 1.7158,0.9567 1.7158 1.9134c 0.0000,1.1647 -0.8111,2.0590 -1.9862 2.0590c -0.5927,-0.0000 -1.4559,-0.3328 -1.4559 -0.7383c 0.0000,-0.1976 0.1664,-0.3328 0.3536 -0.3328c 0.2080,-0.0000 0.3432,0.1560 0.4680 0.3224c 0.1560,0.1872 0.3224,0.3952 0.6551 0.3952c 0.6655,-0.0000 1.2167,-0.6239 1.2167 -1.5287Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.9611603826569677" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 80.1154,222.6234 h 4.7030 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 73.2091,257.1118 ZM 75.4865,251.4651 c -0.4472,-0.0000 -1.1023,0.4368 -1.1023 2.8597c 0.0000,0.8527 0.1560,2.5686 1.0711 2.5686c 0.1768,-0.0000 0.6759,-0.1144 0.8943 -0.9255c 0.1352,-0.4992 0.2080,-1.1231 0.2080 -2.0278c 0.0000,-1.3207 -0.3328,-2.0590 -0.6343 -2.3190c -0.1144,-0.1040 -0.2704,-0.1560 -0.4368 -0.1560ZM 75.4865,251.4651 ZM 75.4449,257.2366 c -1.1127,-0.0000 -1.8614,-1.4247 -1.8614 -3.0157c 0.0000,-1.9446 0.9255,-3.1197 1.9030 -3.1197c 0.4472,-0.0000 0.8943,0.2808 1.1959 0.6863c 0.4368,0.5823 0.6655,1.3623 0.6655 2.3398c 0.0000,2.3086 -1.1439,3.1093 -1.9030 3.1093Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.9611603826569677" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 80.1154,253.9765 h 4.7030 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.1" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 576.4852,272.7884 l -0.0000,-3.1353 h -470.2968 l -0.0000,3.1353 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 523.9426,286.0043 ZM 526.2200,280.3576 c -0.4472,-0.0000 -1.1023,0.4368 -1.1023 2.8597c 0.0000,0.8527 0.1560,2.5686 1.0711 2.5686c 0.1768,-0.0000 0.6759,-0.1144 0.8943 -0.9255c 0.1352,-0.4992 0.2080,-1.1231 0.2080 -2.0278c 0.0000,-1.3207 -0.3328,-2.0590 -0.6343 -2.3190c -0.1144,-0.1040 -0.2704,-0.1560 -0.4368 -0.1560ZM 526.2200,280.3576 ZM 526.1784,286.1290 c -1.1127,-0.0000 -1.8614,-1.4247 -1.8614 -3.0157c 0.0000,-1.9446 0.9255,-3.1197 1.9030 -3.1197c 0.4472,-0.0000 0.8943,0.2808 1.1959 0.6863c 0.4368,0.5823 0.6655,1.3623 0.6655 2.3398c 0.0000,2.3086 -1.1439,3.1093 -1.9030 3.1093ZM 528.4973,286.0043 ZM 529.0901,285.5779 c 0.0000,-0.3016 0.2496,-0.5511 0.5511 -0.5511c 0.3016,-0.0000 0.5511,0.2496 0.5511 0.5511c 0.0000,0.3016 -0.2496,0.5511 -0.5511 0.5511c -0.3016,-0.0000 -0.5511,-0.2496 -0.5511 -0.5511ZM 530.7747,286.0043 ZM 534.0920,282.8429 c 0.0000,-0.1040 0.0104,-0.2600 0.0104 -0.3640c 0.0000,-1.7470 -0.7799,-2.1838 -1.3103 -2.1838c -0.4784,-0.0000 -0.9775,0.4472 -0.9775 1.5287c 0.0000,0.4992 0.2496,1.4871 1.2375 1.4871c 0.2184,-0.0000 0.6135,-0.0208 1.0399 -0.4680ZM 534.0920,282.8429 ZM 531.3571,285.8587 c 0.6863,-0.0624 1.2583,-0.2392 1.7678 -0.7279c 0.4680,-0.4680 0.8111,-1.1647 0.9359 -1.9966c -0.2392,0.2912 -0.8215,0.5096 -1.2063 0.5096c -1.5391,-0.0000 -1.7470,-1.2687 -1.7470 -1.7470c 0.0000,-0.7071 0.3536,-1.9030 1.7886 -1.9030c 0.7695,-0.0000 1.9238,0.4472 1.9238 2.5166c 0.0000,0.9567 -0.3328,1.8926 -1.0399 2.6102c -0.6655,0.6759 -1.3727,0.9567 -2.3918 1.0087Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.9611603826569677" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 529.6360,269.6531 v 4.7030 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 476.8928,286.0043 ZM 479.1702,280.3576 c -0.4472,-0.0000 -1.1023,0.4368 -1.1023 2.8597c 0.0000,0.8527 0.1560,2.5686 1.0711 2.5686c 0.1768,-0.0000 0.6759,-0.1144 0.8943 -0.9255c 0.1352,-0.4992 0.2080,-1.1231 0.2080 -2.0278c 0.0000,-1.3207 -0.3328,-2.0590 -0.6343 -2.3190c -0.1144,-0.1040 -0.2704,-0.1560 -0.4368 -0.1560ZM 479.1702,280.3576 ZM 479.1286,286.1290 c -1.1127,-0.0000 -1.8614,-1.4247 -1.8614 -3.0157c 0.0000,-1.9446 0.9255,-3.1197 1.9030 -3.1197c 0.4472,-0.0000 0.8943,0.2808 1.1959 0.6863c 0.4368,0.5823 0.6655,1.3623 0.6655 2.3398c 0.0000,2.3086 -1.1439,3.1093 -1.9030 3.1093ZM 481.4476,286.0043 ZM 482.0404,285.5779 c 0.0000,-0.3016 0.2496,-0.5511 0.5511 -0.5511c 0.3016,-0.0000 0.5511,0.2496 0.5511 0.5511c 0.0000,0.3016 -0.2496,0.5511 -0.5511 0.5511c -0.3016,-0.0000 -0.5511,-0.2496 -0.5511 -0.5511ZM 483.7250,286.0043 ZM 486.0336,280.2432 c -0.5927,-0.0000 -0.9775,0.4680 -0.9775 0.9255c 0.0000,0.3016 0.1248,0.6655 0.7487 1.0711l 0.3016,0.1872 c 0.2704,-0.1976 0.9047,-0.6759 0.9047 -1.2063c 0.0000,-0.4576 -0.3328,-0.9775 -0.9775 -0.9775ZM 486.0336,280.2432 ZM 487.6246,281.2311 c 0.0000,0.6343 -0.7175,1.1335 -1.1543 1.4247l 0.6031,0.3952 c 0.5096,0.3328 0.7695,0.7903 0.7695 1.3623c 0.0000,0.7487 -0.6135,1.7158 -1.9030 1.7158c -1.0399,-0.0000 -1.7574,-0.5511 -1.7574 -1.5599c 0.0000,-0.3848 0.1664,-0.8319 0.5719 -1.1855c 0.2496,-0.2184 0.4680,-0.4056 0.7175 -0.5927l -0.1768,-0.1040 c -0.6031,-0.3744 -0.9047,-0.7799 -0.9047 -1.3311c 0.0000,-0.7591 0.6863,-1.3623 1.6950 -1.3623c 0.9671,-0.0000 1.5391,0.5304 1.5391 1.2375ZM 487.6246,281.2311 ZM 485.9608,285.8379 c 0.4472,-0.0000 1.2271,-0.2392 1.2271 -1.2271c 0.0000,-0.4680 -0.2912,-0.9359 -0.9047 -1.3103l -0.4576,-0.2808 c -0.8423,0.5615 -1.0295,1.2583 -1.0295 1.5495c 0.0000,0.8839 0.7175,1.2687 1.1647 1.2687Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.9611603826569677" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 482.5863,269.6531 v 4.7030 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 429.8431,286.0043 ZM 432.1205,280.3576 c -0.4472,-0.0000 -1.1023,0.4368 -1.1023 2.8597c 0.0000,0.8527 0.1560,2.5686 1.0711 2.5686c 0.1768,-0.0000 0.6759,-0.1144 0.8943 -0.9255c 0.1352,-0.4992 0.2080,-1.1231 0.2080 -2.0278c 0.0000,-1.3207 -0.3328,-2.0590 -0.6343 -2.3190c -0.1144,-0.1040 -0.2704,-0.1560 -0.4368 -0.1560ZM 432.1205,280.3576 ZM 432.0789,286.1290 c -1.1127,-0.0000 -1.8614,-1.4247 -1.8614 -3.0157c 0.0000,-1.9446 0.9255,-3.1197 1.9030 -3.1197c 0.4472,-0.0000 0.8943,0.2808 1.1959 0.6863c 0.4368,0.5823 0.6655,1.3623 0.6655 2.3398c 0.0000,2.3086 -1.1439,3.1093 -1.9030 3.1093ZM 434.3979,286.0043 ZM 434.9906,285.5779 c 0.0000,-0.3016 0.2496,-0.5511 0.5511 -0.5511c 0.3016,-0.0000 0.5511,0.2496 0.5511 0.5511c 0.0000,0.3016 -0.2496,0.5511 -0.5511 0.5511c -0.3016,-0.0000 -0.5511,-0.2496 -0.5511 -0.5511ZM 436.6753,286.0043 ZM 438.2351,280.7215 c -0.4576,-0.0000 -0.6135,0.1872 -0.8111 0.7175l -0.2704,-0.0416 c 0.1248,-0.4264 0.2288,-0.8215 0.2600 -1.4039h 0.2184 c 0.0416,0.0624 0.0728,0.1144 0.3120 0.1144h 1.9758 c 0.3744,-0.0000 0.5927,-0.0104 0.7591 -0.0624l 0.1560,0.0728 c -1.1023,2.6830 -1.6846,4.3052 -2.2462 5.9795l -0.6759,0.0312 l -0.0312,-0.0624 c 0.6655,-1.4975 1.4559,-3.4317 2.2254 -5.3451h -1.8718 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.9611603826569677" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 435.5366,269.6531 v 4.7030 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 382.7934,286.0043 ZM 385.0707,280.3576 c -0.4472,-0.0000 -1.1023,0.4368 -1.1023 2.8597c 0.0000,0.8527 0.1560,2.5686 1.0711 2.5686c 0.1768,-0.0000 0.6759,-0.1144 0.8943 -0.9255c 0.1352,-0.4992 0.2080,-1.1231 0.2080 -2.0278c 0.0000,-1.3207 -0.3328,-2.0590 -0.6343 -2.3190c -0.1144,-0.1040 -0.2704,-0.1560 -0.4368 -0.1560ZM 385.0707,280.3576 ZM 385.0291,286.1290 c -1.1127,-0.0000 -1.8614,-1.4247 -1.8614 -3.0157c 0.0000,-1.9446 0.9255,-3.1197 1.9030 -3.1197c 0.4472,-0.0000 0.8943,0.2808 1.1959 0.6863c 0.4368,0.5823 0.6655,1.3623 0.6655 2.3398c 0.0000,2.3086 -1.1439,3.1093 -1.9030 3.1093ZM 387.3481,286.0043 ZM 387.9409,285.5779 c 0.0000,-0.3016 0.2496,-0.5511 0.5511 -0.5511c 0.3016,-0.0000 0.5511,0.2496 0.5511 0.5511c 0.0000,0.3016 -0.2496,0.5511 -0.5511 0.5511c -0.3016,-0.0000 -0.5511,-0.2496 -0.5511 -0.5511ZM 389.6255,286.0043 ZM 390.8318,283.2797 c -0.0104,0.1040 -0.0104,0.2600 -0.0104 0.3640c 0.0000,1.7470 0.7799,2.1838 1.2999 2.1838c 0.4784,-0.0000 0.9879,-0.4472 0.9879 -1.5287c 0.0000,-0.4888 -0.2496,-1.4871 -1.2479 -1.4871c -0.2184,-0.0000 -0.6135,0.0208 -1.0295 0.4680ZM 390.8318,283.2797 ZM 393.5564,280.2640 c -0.6759,0.0624 -1.2583,0.2392 -1.7574 0.7279c -0.4784,0.4680 -0.8215,1.1647 -0.9359 1.9966c 0.2392,-0.2912 0.8111,-0.5096 1.2063 -0.5096c 1.5391,-0.0000 1.7366,1.2687 1.7366 1.7470c 0.0000,0.7071 -0.3536,1.9030 -1.7886 1.9030c -0.7591,-0.0000 -1.9134,-0.4472 -1.9134 -2.5166c 0.0000,-0.9567 0.3224,-1.8926 1.0399 -2.6102c 0.6655,-0.6759 1.3623,-0.9567 2.3814 -1.0087Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.9611603826569677" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 388.4868,269.6531 v 4.7030 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 335.7436,286.0043 ZM 338.0210,280.3576 c -0.4472,-0.0000 -1.1023,0.4368 -1.1023 2.8597c 0.0000,0.8527 0.1560,2.5686 1.0711 2.5686c 0.1768,-0.0000 0.6759,-0.1144 0.8943 -0.9255c 0.1352,-0.4992 0.2080,-1.1231 0.2080 -2.0278c 0.0000,-1.3207 -0.3328,-2.0590 -0.6343 -2.3190c -0.1144,-0.1040 -0.2704,-0.1560 -0.4368 -0.1560ZM 338.0210,280.3576 ZM 337.9794,286.1290 c -1.1127,-0.0000 -1.8614,-1.4247 -1.8614 -3.0157c 0.0000,-1.9446 0.9255,-3.1197 1.9030 -3.1197c 0.4472,-0.0000 0.8943,0.2808 1.1959 0.6863c 0.4368,0.5823 0.6655,1.3623 0.6655 2.3398c 0.0000,2.3086 -1.1439,3.1093 -1.9030 3.1093ZM 340.2984,286.0043 ZM 340.8911,285.5779 c 0.0000,-0.3016 0.2496,-0.5511 0.5511 -0.5511c 0.3016,-0.0000 0.5511,0.2496 0.5511 0.5511c 0.0000,0.3016 -0.2496,0.5511 -0.5511 0.5511c -0.3016,-0.0000 -0.5511,-0.2496 -0.5511 -0.5511ZM 342.5758,286.0043 ZM 345.7891,284.2468 c 0.0000,-1.0711 -0.5823,-1.6015 -1.2271 -1.6015c -0.4784,-0.0000 -0.8423,0.0728 -1.2479 0.2392l 0.3328,-2.8389 c 0.3432,0.0312 0.6967,0.0416 1.0607 0.0416c 0.5200,-0.0000 1.0607,-0.0312 1.6223 -0.0936l 0.0624,0.0312 l -0.1560,0.6759 c -0.4056,0.0416 -0.7383,0.0520 -1.0295 0.0520c -0.4680,-0.0000 -0.8215,-0.0416 -1.1855 -0.0832l -0.1976,1.6430 c 0.2184,-0.0832 0.5927,-0.1560 0.9983 -0.1560c 1.1023,-0.0000 1.7158,0.9567 1.7158 1.9134c 0.0000,1.1647 -0.8111,2.0590 -1.9862 2.0590c -0.5927,-0.0000 -1.4559,-0.3328 -1.4559 -0.7383c 0.0000,-0.1976 0.1664,-0.3328 0.3536 -0.3328c 0.2080,-0.0000 0.3432,0.1560 0.4680 0.3224c 0.1560,0.1872 0.3224,0.3952 0.6551 0.3952c 0.6655,-0.0000 1.2167,-0.6239 1.2167 -1.5287Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.9611603826569677" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 341.4371,269.6531 v 4.7030 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 288.6939,286.0043 ZM 290.9713,280.3576 c -0.4472,-0.0000 -1.1023,0.4368 -1.1023 2.8597c 0.0000,0.8527 0.1560,2.5686 1.0711 2.5686c 0.1768,-0.0000 0.6759,-0.1144 0.8943 -0.9255c 0.1352,-0.4992 0.2080,-1.1231 0.2080 -2.0278c 0.0000,-1.3207 -0.3328,-2.0590 -0.6343 -2.3190c -0.1144,-0.1040 -0.2704,-0.1560 -0.4368 -0.1560ZM 290.9713,280.3576 ZM 290.9297,286.1290 c -1.1127,-0.0000 -1.8614,-1.4247 -1.8614 -3.0157c 0.0000,-1.9446 0.9255,-3.1197 1.9030 -3.1197c 0.4472,-0.0000 0.8943,0.2808 1.1959 0.6863c 0.4368,0.5823 0.6655,1.3623 0.6655 2.3398c 0.0000,2.3086 -1.1439,3.1093 -1.9030 3.1093ZM 293.2487,286.0043 ZM 293.8414,285.5779 c 0.0000,-0.3016 0.2496,-0.5511 0.5511 -0.5511c 0.3016,-0.0000 0.5511,0.2496 0.5511 0.5511c 0.0000,0.3016 -0.2496,0.5511 -0.5511 0.5511c -0.3016,-0.0000 -0.5511,-0.2496 -0.5511 -0.5511ZM 295.5261,286.0043 ZM 298.2090,282.3126 c 0.0000,-0.0728 0.0104,-0.1560 0.1040 -0.2080c 0.1144,-0.0832 0.3016,-0.1768 0.4576 -0.1768c 0.1352,-0.0000 0.1456,0.1144 0.1456 0.3224v 1.6742 h 0.8423 l -0.0624,0.4888 h -0.7799 v 0.8631 c 0.0000,0.2912 0.0416,0.4368 0.3432 0.4368h 0.2808 c 0.0624,-0.0000 0.0728,0.0520 0.0728 0.0728v 0.2288 c 0.0000,-0.0000 -0.6655,-0.0208 -1.1023 -0.0208c -0.3952,-0.0000 -1.0087,0.0208 -1.0087 0.0208v -0.2288 c 0.0000,-0.0208 0.0104,-0.0728 0.0728 -0.0728h 0.2808 c 0.3224,-0.0000 0.3536,-0.1352 0.3536 -0.4368v -0.8631 h -2.0382 c -0.0416,-0.0000 -0.0624,-0.0208 -0.0936 -0.0624l -0.0832,-0.1144 l -0.1248,-0.2184 c -0.0104,-0.0000 -0.0104,-0.0104 -0.0104 -0.0208c 0.0000,-0.0104 0.0104,-0.0208 0.0208 -0.0312c 0.6759,-0.7487 1.8718,-3.0677 2.2462 -3.9204c 0.0104,-0.0416 0.0312,-0.0520 0.0728 -0.0520c 0.0104,-0.0000 0.2392,0.0936 0.3640 0.1144c -0.4680,1.2583 -1.2375,2.6102 -1.9966 3.8164h 1.6430 v -1.6119 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.9611603826569677" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 294.3874,269.6531 v 4.7030 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 241.6441,286.0043 ZM 243.9215,280.3576 c -0.4472,-0.0000 -1.1023,0.4368 -1.1023 2.8597c 0.0000,0.8527 0.1560,2.5686 1.0711 2.5686c 0.1768,-0.0000 0.6759,-0.1144 0.8943 -0.9255c 0.1352,-0.4992 0.2080,-1.1231 0.2080 -2.0278c 0.0000,-1.3207 -0.3328,-2.0590 -0.6343 -2.3190c -0.1144,-0.1040 -0.2704,-0.1560 -0.4368 -0.1560ZM 243.9215,280.3576 ZM 243.8799,286.1290 c -1.1127,-0.0000 -1.8614,-1.4247 -1.8614 -3.0157c 0.0000,-1.9446 0.9255,-3.1197 1.9030 -3.1197c 0.4472,-0.0000 0.8943,0.2808 1.1959 0.6863c 0.4368,0.5823 0.6655,1.3623 0.6655 2.3398c 0.0000,2.3086 -1.1439,3.1093 -1.9030 3.1093ZM 246.1989,286.0043 ZM 246.7917,285.5779 c 0.0000,-0.3016 0.2496,-0.5511 0.5511 -0.5511c 0.3016,-0.0000 0.5511,0.2496 0.5511 0.5511c 0.0000,0.3016 -0.2496,0.5511 -0.5511 0.5511c -0.3016,-0.0000 -0.5511,-0.2496 -0.5511 -0.5511ZM 248.4763,286.0043 ZM 250.7225,280.3160 c -0.2600,-0.0000 -1.0191,0.1456 -1.0191 0.7799c 0.0000,0.1872 -0.0728,0.5096 -0.3536 0.5096c -0.2704,-0.0000 -0.2912,-0.3016 -0.2912 -0.3328c 0.0000,-0.3224 0.4264,-1.2791 1.8718 -1.2791c 1.0087,-0.0000 1.3103,0.6343 1.3103 1.0503c 0.0000,0.2600 -0.0832,0.7799 -1.0191 1.3727c 0.5823,0.0936 1.3519,0.5200 1.3519 1.6015c 0.0000,1.3727 -1.0399,2.1110 -2.2150 2.1110c -0.5927,-0.0000 -1.4247,-0.2600 -1.4247 -0.6551c 0.0000,-0.1560 0.1560,-0.3328 0.3640 -0.3328c 0.1976,-0.0000 0.2912,0.1040 0.3848 0.2392c 0.1144,0.1768 0.3016,0.4264 0.8007 0.4264c 0.3432,-0.0000 1.3207,-0.3432 1.3207 -1.6534c 0.0000,-1.1127 -0.7799,-1.2895 -1.3415 -1.2895c -0.0936,-0.0000 -0.2080,0.0208 -0.3224 0.0416l -0.0416,-0.3120 c 0.8007,-0.1352 1.4663,-0.9151 1.4663 -1.3935c 0.0000,-0.5927 -0.4160,-0.8839 -0.8423 -0.8839Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.9611603826569677" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 247.3376,269.6531 v 4.7030 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 194.5944,286.0043 ZM 196.8718,280.3576 c -0.4472,-0.0000 -1.1023,0.4368 -1.1023 2.8597c 0.0000,0.8527 0.1560,2.5686 1.0711 2.5686c 0.1768,-0.0000 0.6759,-0.1144 0.8943 -0.9255c 0.1352,-0.4992 0.2080,-1.1231 0.2080 -2.0278c 0.0000,-1.3207 -0.3328,-2.0590 -0.6343 -2.3190c -0.1144,-0.1040 -0.2704,-0.1560 -0.4368 -0.1560ZM 196.8718,280.3576 ZM 196.8302,286.1290 c -1.1127,-0.0000 -1.8614,-1.4247 -1.8614 -3.0157c 0.0000,-1.9446 0.9255,-3.1197 1.9030 -3.1197c 0.4472,-0.0000 0.8943,0.2808 1.1959 0.6863c 0.4368,0.5823 0.6655,1.3623 0.6655 2.3398c 0.0000,2.3086 -1.1439,3.1093 -1.9030 3.1093ZM 199.1492,286.0043 ZM 199.7419,285.5779 c 0.0000,-0.3016 0.2496,-0.5511 0.5511 -0.5511c 0.3016,-0.0000 0.5511,0.2496 0.5511 0.5511c 0.0000,0.3016 -0.2496,0.5511 -0.5511 0.5511c -0.3016,-0.0000 -0.5511,-0.2496 -0.5511 -0.5511ZM 201.4266,286.0043 ZM 202.0297,281.3975 c 0.0000,-0.5927 0.5719,-1.4039 1.6638 -1.4039c 0.8007,-0.0000 1.7366,0.3016 1.7366 1.4975c 0.0000,0.7903 -0.4056,1.1855 -0.9671 1.7262l -0.9879,0.9567 c -0.0520,0.0520 -0.7487,0.7383 -0.7487 1.2271h 1.7678 c 0.3536,-0.0000 0.5408,-0.1768 0.6863 -0.7487l 0.2600,0.0416 l -0.2080,1.3103 h -3.2133 c 0.0000,-0.5823 0.0936,-1.0295 1.0607 -2.0174l 0.7279,-0.7175 c 0.5823,-0.5927 0.8215,-1.1023 0.8215 -1.7366c 0.0000,-0.9463 -0.6447,-1.2167 -0.9983 -1.2167c -0.7175,-0.0000 -0.9151,0.3744 -0.9151 0.6239c 0.0000,0.0832 0.0208,0.1664 0.0416 0.2392c 0.0208,0.0728 0.0416,0.1456 0.0416 0.2288c 0.0000,0.2704 -0.2080,0.3744 -0.3744 0.3744c -0.2288,-0.0000 -0.3952,-0.1768 -0.3952 -0.3848Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.9611603826569677" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 200.2879,269.6531 v 4.7030 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 147.5447,286.0043 ZM 149.8221,280.3576 c -0.4472,-0.0000 -1.1023,0.4368 -1.1023 2.8597c 0.0000,0.8527 0.1560,2.5686 1.0711 2.5686c 0.1768,-0.0000 0.6759,-0.1144 0.8943 -0.9255c 0.1352,-0.4992 0.2080,-1.1231 0.2080 -2.0278c 0.0000,-1.3207 -0.3328,-2.0590 -0.6343 -2.3190c -0.1144,-0.1040 -0.2704,-0.1560 -0.4368 -0.1560ZM 149.8221,280.3576 ZM 149.7805,286.1290 c -1.1127,-0.0000 -1.8614,-1.4247 -1.8614 -3.0157c 0.0000,-1.9446 0.9255,-3.1197 1.9030 -3.1197c 0.4472,-0.0000 0.8943,0.2808 1.1959 0.6863c 0.4368,0.5823 0.6655,1.3623 0.6655 2.3398c 0.0000,2.3086 -1.1439,3.1093 -1.9030 3.1093ZM 152.0994,286.0043 ZM 152.6922,285.5779 c 0.0000,-0.3016 0.2496,-0.5511 0.5511 -0.5511c 0.3016,-0.0000 0.5511,0.2496 0.5511 0.5511c 0.0000,0.3016 -0.2496,0.5511 -0.5511 0.5511c -0.3016,-0.0000 -0.5511,-0.2496 -0.5511 -0.5511ZM 154.3768,286.0043 ZM 156.3319,281.0439 c -0.1976,-0.0000 -0.6551,0.1872 -0.8839 0.2912l -0.1248,-0.3224 c 0.9151,-0.4264 1.2687,-0.6447 1.7886 -1.0191h 0.1976 v 5.2307 c 0.0000,0.3744 0.0520,0.4784 0.3952 0.4784h 0.5408 c 0.0312,-0.0000 0.0832,0.0208 0.0832 0.0832v 0.2288 l -1.4247,-0.0208 l -1.4455,0.0208 v -0.2288 c 0.0104,-0.0312 0.0208,-0.0832 0.0832 -0.0832h 0.6239 c 0.3952,-0.0000 0.3952,-0.1768 0.3952 -0.4784v -3.5773 c 0.0000,-0.3536 0.0000,-0.6031 -0.2288 -0.6031Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.9611603826569677" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 153.2381,269.6531 v 4.7030 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 100.4949,286.0043 ZM 102.7723,280.3576 c -0.4472,-0.0000 -1.1023,0.4368 -1.1023 2.8597c 0.0000,0.8527 0.1560,2.5686 1.0711 2.5686c 0.1768,-0.0000 0.6759,-0.1144 0.8943 -0.9255c 0.1352,-0.4992 0.2080,-1.1231 0.2080 -2.0278c 0.0000,-1.3207 -0.3328,-2.0590 -0.6343 -2.3190c -0.1144,-0.1040 -0.2704,-0.1560 -0.4368 -0.1560ZM 102.7723,280.3576 ZM 102.7307,286.1290 c -1.1127,-0.0000 -1.8614,-1.4247 -1.8614 -3.0157c 0.0000,-1.9446 0.9255,-3.1197 1.9030 -3.1197c 0.4472,-0.0000 0.8943,0.2808 1.1959 0.6863c 0.4368,0.5823 0.6655,1.3623 0.6655 2.3398c 0.0000,2.3086 -1.1439,3.1093 -1.9030 3.1093ZM 105.0497,286.0043 ZM 105.6425,285.5779 c 0.0000,-0.3016 0.2496,-0.5511 0.5511 -0.5511c 0.3016,-0.0000 0.5511,0.2496 0.5511 0.5511c 0.0000,0.3016 -0.2496,0.5511 -0.5511 0.5511c -0.3016,-0.0000 -0.5511,-0.2496 -0.5511 -0.5511ZM 107.3271,286.0043 ZM 109.6045,280.3576 c -0.4472,-0.0000 -1.1023,0.4368 -1.1023 2.8597c 0.0000,0.8527 0.1560,2.5686 1.0711 2.5686c 0.1768,-0.0000 0.6759,-0.1144 0.8943 -0.9255c 0.1352,-0.4992 0.2080,-1.1231 0.2080 -2.0278c 0.0000,-1.3207 -0.3328,-2.0590 -0.6343 -2.3190c -0.1144,-0.1040 -0.2704,-0.1560 -0.4368 -0.1560ZM 109.6045,280.3576 ZM 109.5629,286.1290 c -1.1127,-0.0000 -1.8614,-1.4247 -1.8614 -3.0157c 0.0000,-1.9446 0.9255,-3.1197 1.9030 -3.1197c 0.4472,-0.0000 0.8943,0.2808 1.1959 0.6863c 0.4368,0.5823 0.6655,1.3623 0.6655 2.3398c 0.0000,2.3086 -1.1439,3.1093 -1.9030 3.1093Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.9611603826569677" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 106.1884,269.6531 v 4.7030 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 576.4852,253.9765 l -0.0000,-156.7656 h -470.2968 l -0.0000,156.7656 Z"/>+  </g>+</svg>
other/text_Example.svg view
@@ -1,3 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"-    "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" height="100.0000" stroke-opacity="1" viewBox="0 0 400 100" font-size="1" width="400.0000" xmlns:xlink="http://www.w3.org/1999/xlink" stroke="rgb(0,0,0)" version="1.1"><defs></defs><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 0.0000,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>+    "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>
other/textsExample.svg view
@@ -1,3 +1,85 @@ <?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>+    "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">+<svg xmlns="http://www.w3.org/2000/svg" height="100.0000" stroke-opacity="1" viewBox="0 0 400 100" font-size="1" width="400.0000" xmlns:xlink="http://www.w3.org/1999/xlink" stroke="rgb(0,0,0)" version="1.1">+  <defs>+  </defs>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 200.3364,0.2365 ZM 200.3644,0.1227 h 0.0518 c 0.0077,-0.0000 0.0169,-0.0013 0.0177 -0.0013c 0.0019,-0.0000 0.0034,0.0005 0.0034 0.0016c 0.0000,0.0011 -0.0013,0.0042 -0.0058 0.0111l -0.0624,0.0920 h 0.0341 c 0.0156,-0.0000 0.0198,-0.0058 0.0262 -0.0198l 0.0034,-0.0077 l 0.0071,0.0019 c -0.0045,0.0153 -0.0074,0.0278 -0.0087 0.0360h -0.0801 c -0.0040,-0.0000 -0.0061,-0.0013 -0.0061 -0.0032c 0.0000,-0.0013 0.0003,-0.0021 0.0024 -0.0053l 0.0643,-0.0950 h -0.0357 c -0.0079,-0.0000 -0.0169,0.0045 -0.0222 0.0238l -0.0069,-0.0008 c 0.0021,-0.0130 0.0037,-0.0246 0.0040 -0.0365h 0.0066 c 0.0005,0.0016 0.0029,0.0032 0.0069 0.0032Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 200.6304,4.2237 ZM 200.6854,4.1153 c 0.0000,0.0013 -0.0016,0.0021 -0.0029 0.0021c -0.0079,-0.0000 -0.0114,0.0016 -0.0114 0.0058c 0.0000,0.0016 0.0005,0.0037 0.0016 0.0061l 0.0291,0.0682 l 0.0294,-0.0672 c 0.0013,-0.0024 0.0019,-0.0045 0.0019 -0.0061c 0.0000,-0.0056 -0.0053,-0.0069 -0.0111 -0.0069h -0.0011 c -0.0013,-0.0000 -0.0026,-0.0011 -0.0026 -0.0019v -0.0050 l 0.0005,-0.0008 c 0.0000,-0.0000 0.0156,0.0005 0.0249 0.0005c 0.0074,-0.0000 0.0183,-0.0005 0.0183 -0.0005l 0.0008,0.0005 v 0.0050 c 0.0000,0.0013 -0.0011,0.0021 -0.0029 0.0021c -0.0101,-0.0000 -0.0151,0.0103 -0.0188 0.0180c -0.0140,0.0296 -0.0257,0.0569 -0.0468 0.1079c -0.0079,0.0190 -0.0175,0.0413 -0.0362 0.0413c -0.0050,-0.0000 -0.0153,-0.0029 -0.0153 -0.0124c 0.0000,-0.0079 0.0058,-0.0103 0.0101 -0.0103c 0.0040,-0.0000 0.0066,0.0016 0.0082 0.0037c 0.0026,0.0026 0.0045,0.0045 0.0071 0.0045c 0.0040,-0.0000 0.0132,-0.0227 0.0198 -0.0389c 0.0016,-0.0032 0.0021,-0.0058 0.0021 -0.0082c 0.0000,-0.0026 -0.0024,-0.0098 -0.0045 -0.0151l -0.0333,-0.0775 c -0.0042,-0.0101 -0.0071,-0.0130 -0.0161 -0.0130c -0.0016,-0.0000 -0.0026,-0.0008 -0.0026 -0.0019v -0.0053 l 0.0005,-0.0005 c 0.0000,-0.0000 0.0116,0.0005 0.0196 0.0005c 0.0124,-0.0000 0.0315,-0.0005 0.0315 -0.0005l 0.0005,0.0008 v 0.0048 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 200.9120,8.2109 ZM 200.9641,8.1046 c -0.0053,-0.0000 -0.0063,0.0013 -0.0063 0.0032c 0.0000,0.0013 0.0011,0.0037 0.0040 0.0085l 0.0161,0.0238 c 0.0008,0.0016 0.0016,0.0024 0.0026 0.0024c 0.0008,-0.0000 0.0013,-0.0005 0.0024 -0.0019l 0.0172,-0.0241 c 0.0029,-0.0037 0.0045,-0.0066 0.0045 -0.0087c 0.0000,-0.0021 -0.0019,-0.0032 -0.0056 -0.0032h -0.0042 c -0.0008,-0.0000 -0.0016,-0.0005 -0.0016 -0.0019v -0.0050 l 0.0008,-0.0008 c 0.0000,-0.0000 0.0124,0.0005 0.0206 0.0005c 0.0085,-0.0000 0.0214,-0.0005 0.0214 -0.0005l 0.0003,0.0005 v 0.0050 c 0.0000,0.0019 -0.0016,0.0021 -0.0032 0.0021c -0.0098,-0.0000 -0.0138,0.0032 -0.0235 0.0156l -0.0222,0.0283 c -0.0005,0.0008 -0.0008,0.0013 -0.0008 0.0019c 0.0000,0.0005 0.0003,0.0013 0.0008 0.0021l 0.0238,0.0336 c 0.0122,0.0172 0.0156,0.0175 0.0241 0.0175c 0.0026,-0.0000 0.0037,0.0005 0.0037 0.0021v 0.0050 l -0.0003,0.0005 c 0.0000,-0.0000 -0.0143,-0.0005 -0.0233 -0.0005c -0.0108,-0.0000 -0.0275,0.0005 -0.0275 0.0005l -0.0005,-0.0005 v -0.0050 c 0.0000,-0.0013 0.0005,-0.0021 0.0019 -0.0021h 0.0032 c 0.0042,-0.0000 0.0061,-0.0008 0.0061 -0.0029c 0.0000,-0.0024 -0.0029,-0.0063 -0.0071 -0.0119l -0.0153,-0.0212 c -0.0011,-0.0013 -0.0016,-0.0019 -0.0024 -0.0019c -0.0005,-0.0000 -0.0013,0.0008 -0.0024 0.0024l -0.0167,0.0241 c -0.0040,0.0053 -0.0048,0.0066 -0.0048 0.0085c 0.0000,0.0019 0.0016,0.0029 0.0056 0.0029h 0.0037 c 0.0013,-0.0000 0.0019,0.0008 0.0019 0.0021v 0.0050 l -0.0005,0.0005 c 0.0000,-0.0000 -0.0138,-0.0005 -0.0222 -0.0005c -0.0077,-0.0000 -0.0198,0.0005 -0.0198 0.0005l -0.0005,-0.0005 v -0.0045 c 0.0000,-0.0016 0.0011,-0.0026 0.0034 -0.0026c 0.0063,-0.0000 0.0124,-0.0013 0.0235 -0.0156l 0.0222,-0.0286 c 0.0003,-0.0005 0.0005,-0.0011 0.0005 -0.0019c 0.0000,-0.0008 -0.0003,-0.0013 -0.0008 -0.0021l -0.0230,-0.0336 c -0.0074,-0.0108 -0.0122,-0.0172 -0.0214 -0.0172c -0.0019,-0.0000 -0.0037,-0.0008 -0.0037 -0.0019v -0.0050 l 0.0005,-0.0008 l 0.0209,0.0005 l 0.0294,-0.0005 l 0.0008,0.0008 v 0.0048 c 0.0000,0.0013 -0.0011,0.0021 -0.0021 0.0021h -0.0040 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 201.1297,12.1982 ZM 201.1832,12.0897 c 0.0000,0.0013 -0.0011,0.0021 -0.0024 0.0021h -0.0040 c -0.0058,-0.0000 -0.0077,0.0016 -0.0077 0.0042c 0.0000,0.0019 0.0011,0.0042 0.0024 0.0079l 0.0278,0.0698 l 0.0230,-0.0574 l -0.0048,-0.0119 c -0.0034,-0.0090 -0.0090,-0.0127 -0.0169 -0.0127c -0.0013,-0.0000 -0.0026,-0.0005 -0.0026 -0.0019v -0.0053 l 0.0005,-0.0005 c 0.0000,-0.0000 0.0148,0.0005 0.0241 0.0005l 0.0264,-0.0005 l 0.0008,0.0005 v 0.0050 c 0.0000,0.0013 -0.0013,0.0021 -0.0026 0.0021h -0.0048 c -0.0053,-0.0000 -0.0077,0.0011 -0.0077 0.0037c 0.0000,0.0021 0.0011,0.0048 0.0026 0.0085l 0.0275,0.0698 l 0.0275,-0.0685 c 0.0008,-0.0016 0.0013,-0.0037 0.0013 -0.0058c 0.0000,-0.0045 -0.0029,-0.0077 -0.0119 -0.0077h -0.0040 c -0.0013,-0.0000 -0.0024,-0.0011 -0.0024 -0.0019v -0.0053 l 0.0008,-0.0005 c 0.0000,-0.0000 0.0175,0.0005 0.0272 0.0005c 0.0090,-0.0000 0.0196,-0.0005 0.0196 -0.0005l 0.0003,0.0005 v 0.0050 c 0.0000,0.0016 -0.0016,0.0021 -0.0032 0.0021c -0.0066,-0.0000 -0.0135,0.0029 -0.0183 0.0145l -0.0360,0.0894 c -0.0016,0.0040 -0.0037,0.0056 -0.0061 0.0056c -0.0026,-0.0000 -0.0048,-0.0016 -0.0063 -0.0053l -0.0264,-0.0661 l -0.0264,0.0656 c -0.0019,0.0042 -0.0040,0.0058 -0.0063 0.0058c -0.0026,-0.0000 -0.0048,-0.0016 -0.0063 -0.0053l -0.0362,-0.0915 c -0.0040,-0.0103 -0.0087,-0.0127 -0.0167 -0.0127c -0.0013,-0.0000 -0.0032,-0.0005 -0.0032 -0.0019v -0.0053 l 0.0005,-0.0005 c 0.0000,-0.0000 0.0124,0.0005 0.0241 0.0005c 0.0122,-0.0000 0.0262,-0.0005 0.0262 -0.0005l 0.0005,0.0008 v 0.0048 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 201.3805,16.1854 ZM 201.4678,16.0791 h -0.0013 c -0.0013,-0.0000 -0.0021,-0.0011 -0.0021 -0.0019v -0.0053 l 0.0011,-0.0005 c 0.0000,-0.0000 0.0151,0.0005 0.0249 0.0005c 0.0069,-0.0000 0.0180,-0.0005 0.0180 -0.0005l 0.0005,0.0005 v 0.0048 c 0.0000,0.0013 -0.0013,0.0024 -0.0029 0.0024c -0.0077,-0.0000 -0.0138,0.0034 -0.0180 0.0138l -0.0365,0.0897 c -0.0019,0.0045 -0.0037,0.0061 -0.0063 0.0061c -0.0034,-0.0000 -0.0050,-0.0016 -0.0066 -0.0056l -0.0360,-0.0913 c -0.0037,-0.0095 -0.0093,-0.0127 -0.0169 -0.0127c -0.0013,-0.0000 -0.0026,-0.0005 -0.0026 -0.0019v -0.0053 l 0.0008,-0.0005 c 0.0000,-0.0000 0.0140,0.0005 0.0230 0.0005c 0.0103,-0.0000 0.0264,-0.0005 0.0264 -0.0005l 0.0011,0.0005 v 0.0050 c 0.0000,0.0019 -0.0016,0.0021 -0.0024 0.0021h -0.0045 c -0.0053,0.0003 -0.0077,0.0019 -0.0077 0.0045c 0.0000,0.0019 0.0011,0.0040 0.0026 0.0077l 0.0227,0.0577 l 0.0045,0.0122 l 0.0045,-0.0114 l 0.0235,-0.0579 c 0.0013,-0.0029 0.0021,-0.0053 0.0021 -0.0071c 0.0000,-0.0040 -0.0029,-0.0056 -0.0119 -0.0056Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 201.5617,20.1727 ZM 201.6751,20.1420 c 0.0000,0.0132 0.0013,0.0175 0.0066 0.0175c 0.0032,-0.0000 0.0090,-0.0005 0.0135 -0.0013l 0.0011,0.0074 c -0.0161,0.0029 -0.0291,0.0056 -0.0352 0.0103h -0.0058 l 0.0008,-0.0196 h -0.0008 c -0.0145,0.0159 -0.0264,0.0196 -0.0373 0.0196c -0.0262,-0.0000 -0.0331,-0.0177 -0.0331 -0.0360v -0.0603 c 0.0000,-0.0087 -0.0019,-0.0132 -0.0116 -0.0132c -0.0011,-0.0000 -0.0029,0.0003 -0.0045 0.0003l -0.0008,-0.0003 v -0.0069 l 0.0008,-0.0008 c 0.0000,-0.0000 0.0180,0.0005 0.0264 0.0005c 0.0037,-0.0000 0.0098,-0.0005 0.0098 -0.0005l -0.0003,0.0212 v 0.0563 c 0.0000,0.0235 0.0122,0.0278 0.0201 0.0278c 0.0061,-0.0000 0.0116,-0.0024 0.0172 -0.0063c 0.0063,-0.0048 0.0106,-0.0085 0.0132 -0.0119v -0.0653 c 0.0000,-0.0095 -0.0013,-0.0140 -0.0111 -0.0140c -0.0016,-0.0000 -0.0045,0.0003 -0.0053 0.0003l -0.0005,-0.0005 v -0.0066 l 0.0005,-0.0008 c 0.0000,-0.0000 0.0188,0.0005 0.0262 0.0005c 0.0061,-0.0000 0.0103,-0.0005 0.0103 -0.0005l -0.0003,0.0209 v 0.0624 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 201.7376,24.1599 ZM 201.7810,24.0565 v 0.0677 c 0.0000,0.0164 0.0016,0.0243 0.0087 0.0243c 0.0069,-0.0000 0.0122,-0.0021 0.0190 -0.0074l 0.0048,0.0045 c -0.0103,0.0116 -0.0209,0.0175 -0.0331 0.0175c -0.0122,-0.0000 -0.0193,-0.0074 -0.0193 -0.0262v -0.0804 h -0.0172 c -0.0008,-0.0000 -0.0011,-0.0003 -0.0011 -0.0011v -0.0082 c 0.0000,-0.0008 0.0003,-0.0011 0.0008 -0.0011c 0.0177,-0.0000 0.0220,-0.0103 0.0220 -0.0304v -0.0050 l 0.0153,-0.0053 v 0.0407 h 0.0291 c 0.0013,-0.0000 0.0021,0.0005 0.0021 0.0016v 0.0053 c 0.0000,0.0024 -0.0037,0.0034 -0.0063 0.0034h -0.0249 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 201.8384,28.1471 ZM 201.8497,28.1101 l 0.0071,-0.0003 c 0.0008,0.0066 0.0037,0.0193 0.0095 0.0254c 0.0026,0.0029 0.0098,0.0077 0.0196 0.0077c 0.0093,-0.0000 0.0230,-0.0074 0.0230 -0.0204c 0.0000,-0.0114 -0.0063,-0.0190 -0.0272 -0.0280c -0.0193,-0.0085 -0.0294,-0.0140 -0.0294 -0.0339c 0.0000,-0.0177 0.0156,-0.0304 0.0365 -0.0304c 0.0132,-0.0000 0.0230,0.0024 0.0312 0.0066c 0.0016,0.0085 0.0024,0.0175 0.0029 0.0270l -0.0071,0.0003 c -0.0056,-0.0217 -0.0214,-0.0259 -0.0270 -0.0259c -0.0101,-0.0000 -0.0204,0.0040 -0.0204 0.0185c 0.0000,0.0106 0.0050,0.0159 0.0196 0.0212c 0.0214,0.0079 0.0386,0.0175 0.0386 0.0386c 0.0000,0.0262 -0.0278,0.0339 -0.0402 0.0339c -0.0093,-0.0000 -0.0169,-0.0011 -0.0238 -0.0029c -0.0019,-0.0003 -0.0032,-0.0005 -0.0050 -0.0005c -0.0013,-0.0000 -0.0034,0.0003 -0.0061 0.0008c 0.0000,-0.0111 -0.0008,-0.0246 -0.0019 -0.0376Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 201.9126,32.1344 ZM 201.9361,32.1153 v -0.0659 c 0.0000,-0.0132 -0.0019,-0.0161 -0.0058 -0.0161c -0.0034,-0.0000 -0.0066,0.0003 -0.0111 0.0013l -0.0013,-0.0074 c 0.0167,-0.0029 0.0196,-0.0037 0.0275 -0.0077c 0.0026,-0.0013 0.0048,-0.0021 0.0066 -0.0021h 0.0040 l -0.0008,0.0238 h 0.0008 c 0.0069,-0.0103 0.0185,-0.0238 0.0309 -0.0238c 0.0108,-0.0000 0.0148,0.0053 0.0148 0.0122c 0.0000,0.0069 -0.0045,0.0111 -0.0114 0.0111c -0.0053,-0.0000 -0.0082,-0.0021 -0.0108 -0.0048c -0.0016,-0.0016 -0.0034,-0.0024 -0.0053 -0.0024c -0.0029,-0.0000 -0.0087,0.0048 -0.0151 0.0138c -0.0019,0.0024 -0.0032,0.0058 -0.0032 0.0093v 0.0587 c 0.0000,0.0077 0.0026,0.0116 0.0114 0.0116h 0.0077 c 0.0013,-0.0000 0.0024,0.0008 0.0024 0.0021v 0.0050 l -0.0005,0.0005 c 0.0000,-0.0000 -0.0209,-0.0005 -0.0312 -0.0005c -0.0095,-0.0000 -0.0275,0.0005 -0.0275 0.0005l -0.0003,-0.0005 v -0.0050 c 0.0000,-0.0013 0.0005,-0.0021 0.0019 -0.0021h 0.0050 c 0.0090,-0.0000 0.0114,-0.0040 0.0114 -0.0116Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 201.9248,36.1216 ZM 202.0142,36.0328 c -0.0071,-0.0119 -0.0161,-0.0190 -0.0272 -0.0190c -0.0212,-0.0000 -0.0325,0.0204 -0.0325 0.0479c 0.0000,0.0399 0.0233,0.0516 0.0386 0.0516c 0.0050,-0.0000 0.0143,-0.0005 0.0212 -0.0058v -0.0746 ZM 202.0142,36.0328 ZM 202.0142,36.1634 v -0.0473 c -0.0040,0.0034 -0.0124,0.0087 -0.0275 0.0087c -0.0381,-0.0000 -0.0524,-0.0333 -0.0524 -0.0579c 0.0000,-0.0349 0.0214,-0.0622 0.0537 -0.0622c 0.0130,-0.0000 0.0243,0.0037 0.0331 0.0114l 0.0040,-0.0063 c 0.0019,-0.0032 0.0037,-0.0050 0.0056 -0.0050c 0.0029,-0.0000 0.0034,0.0029 0.0034 0.0066v 0.1521 c 0.0000,0.0077 0.0026,0.0116 0.0114 0.0116h 0.0050 c 0.0011,-0.0000 0.0021,0.0008 0.0021 0.0021v 0.0050 l -0.0005,0.0005 c 0.0000,-0.0000 -0.0180,-0.0005 -0.0283 -0.0005c -0.0095,-0.0000 -0.0302,0.0005 -0.0302 0.0005l -0.0005,-0.0005 v -0.0050 c 0.0000,-0.0013 0.0008,-0.0021 0.0021 -0.0021h 0.0077 c 0.0090,-0.0000 0.0114,-0.0040 0.0114 -0.0116Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 201.9184,40.1089 ZM 201.9578,40.0258 v 0.0659 c 0.0093,0.0108 0.0180,0.0114 0.0222 0.0114c 0.0283,-0.0000 0.0346,-0.0264 0.0346 -0.0492c 0.0000,-0.0320 -0.0130,-0.0497 -0.0291 -0.0497c -0.0090,-0.0000 -0.0220,0.0077 -0.0278 0.0217ZM 201.9578,40.0258 ZM 201.9382,40.1507 v -0.1309 c 0.0000,-0.0101 -0.0024,-0.0119 -0.0061 -0.0119c -0.0034,-0.0000 -0.0066,0.0003 -0.0111 0.0013l -0.0013,-0.0074 c 0.0169,-0.0029 0.0201,-0.0040 0.0275 -0.0077c 0.0029,-0.0013 0.0048,-0.0021 0.0066 -0.0021h 0.0040 l -0.0008,0.0212 h 0.0008 c 0.0122,-0.0185 0.0264,-0.0212 0.0349 -0.0212c 0.0257,-0.0000 0.0426,0.0267 0.0426 0.0548c 0.0000,0.0214 -0.0066,0.0378 -0.0185 0.0500c -0.0103,0.0103 -0.0212,0.0153 -0.0352 0.0153c -0.0095,-0.0000 -0.0169,-0.0021 -0.0238 -0.0058v 0.0444 c 0.0000,0.0077 0.0029,0.0116 0.0114 0.0116h 0.0050 c 0.0013,-0.0000 0.0024,0.0008 0.0024 0.0021v 0.0050 l -0.0005,0.0005 c 0.0000,-0.0000 -0.0183,-0.0005 -0.0286 -0.0005c -0.0093,-0.0000 -0.0272,0.0005 -0.0272 0.0005l -0.0005,-0.0005 v -0.0050 c 0.0000,-0.0013 0.0008,-0.0021 0.0021 -0.0021h 0.0050 c 0.0087,-0.0000 0.0114,-0.0040 0.0114 -0.0116Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 201.8703,44.0961 ZM 201.8793,44.0419 c 0.0000,-0.0362 0.0196,-0.0627 0.0548 -0.0627c 0.0391,-0.0000 0.0542,0.0328 0.0542 0.0603c 0.0000,0.0264 -0.0172,0.0598 -0.0548 0.0598c -0.0354,-0.0000 -0.0542,-0.0304 -0.0542 -0.0574ZM 201.8793,44.0419 ZM 201.9312,43.9879 c -0.0212,-0.0000 -0.0309,0.0249 -0.0309 0.0479c 0.0000,0.0204 0.0116,0.0542 0.0378 0.0542c 0.0119,-0.0000 0.0294,-0.0071 0.0294 -0.0421c 0.0000,-0.0389 -0.0145,-0.0600 -0.0362 -0.0600Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 201.7776,48.0833 ZM 201.8739,48.0643 v -0.0579 c 0.0000,-0.0185 -0.0032,-0.0272 -0.0172 -0.0272c -0.0116,-0.0000 -0.0217,0.0045 -0.0352 0.0204v 0.0648 c 0.0000,0.0077 0.0026,0.0116 0.0114 0.0116h 0.0037 c 0.0013,-0.0000 0.0021,0.0008 0.0021 0.0021v 0.0050 l -0.0005,0.0005 c 0.0000,-0.0000 -0.0167,-0.0005 -0.0270 -0.0005c -0.0095,-0.0000 -0.0275,0.0005 -0.0275 0.0005l -0.0005,-0.0005 v -0.0050 c 0.0000,-0.0013 0.0008,-0.0021 0.0021 -0.0021h 0.0050 c 0.0090,-0.0000 0.0114,-0.0040 0.0114 -0.0116v -0.0659 c 0.0000,-0.0143 -0.0021,-0.0161 -0.0058 -0.0161c -0.0034,-0.0000 -0.0066,0.0003 -0.0111 0.0013l -0.0013,-0.0074 c 0.0111,-0.0019 0.0190,-0.0032 0.0272 -0.0077c 0.0029,-0.0013 0.0050,-0.0021 0.0069 -0.0021h 0.0040 l -0.0008,0.0235 h 0.0008 c 0.0169,-0.0198 0.0296,-0.0235 0.0431 -0.0235c 0.0238,-0.0000 0.0288,0.0183 0.0288 0.0418v 0.0561 c 0.0000,0.0077 0.0029,0.0116 0.0114 0.0116h 0.0050 c 0.0013,-0.0000 0.0024,0.0008 0.0024 0.0021v 0.0050 l -0.0005,0.0005 c 0.0000,-0.0000 -0.0183,-0.0005 -0.0286 -0.0005c -0.0093,-0.0000 -0.0259,0.0005 -0.0259 0.0005l -0.0005,-0.0005 v -0.0050 c 0.0000,-0.0013 0.0008,-0.0021 0.0021 -0.0021h 0.0037 c 0.0087,-0.0000 0.0114,-0.0040 0.0114 -0.0116Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 201.6202,52.0706 ZM 201.7797,52.0515 v -0.0608 c 0.0000,-0.0177 -0.0069,-0.0243 -0.0169 -0.0243c -0.0103,-0.0000 -0.0185,0.0053 -0.0312 0.0193c 0.0005,0.0032 0.0005,0.0069 0.0005 0.0106v 0.0553 c 0.0000,0.0077 0.0026,0.0116 0.0114 0.0116h 0.0045 c 0.0013,-0.0000 0.0024,0.0008 0.0024 0.0021v 0.0050 l -0.0005,0.0005 c 0.0000,-0.0000 -0.0177,-0.0005 -0.0280 -0.0005c -0.0095,-0.0000 -0.0278,0.0005 -0.0278 0.0005l -0.0005,-0.0005 v -0.0050 c 0.0000,-0.0013 0.0008,-0.0021 0.0021 -0.0021h 0.0053 c 0.0090,-0.0000 0.0114,-0.0040 0.0114 -0.0116v -0.0603 c 0.0000,-0.0177 -0.0071,-0.0249 -0.0172 -0.0249c -0.0093,-0.0000 -0.0180,0.0066 -0.0304 0.0196v 0.0656 c 0.0000,0.0077 0.0026,0.0116 0.0114 0.0116h 0.0050 c 0.0011,-0.0000 0.0021,0.0008 0.0021 0.0021v 0.0050 l -0.0005,0.0005 c 0.0000,-0.0000 -0.0180,-0.0005 -0.0283 -0.0005c -0.0095,-0.0000 -0.0275,0.0005 -0.0275 0.0005l -0.0005,-0.0005 v -0.0050 c 0.0000,-0.0013 0.0008,-0.0021 0.0021 -0.0021h 0.0050 c 0.0090,-0.0000 0.0114,-0.0040 0.0114 -0.0116v -0.0659 c 0.0000,-0.0151 -0.0024,-0.0161 -0.0058 -0.0161c -0.0034,-0.0000 -0.0066,0.0003 -0.0111 0.0013l -0.0013,-0.0074 c 0.0167,-0.0029 0.0204,-0.0040 0.0275 -0.0077c 0.0026,-0.0013 0.0048,-0.0021 0.0066 -0.0021h 0.0040 l -0.0008,0.0230 h 0.0008 c 0.0124,-0.0132 0.0235,-0.0230 0.0399 -0.0230c 0.0148,-0.0000 0.0241,0.0108 0.0257 0.0227c 0.0153,-0.0159 0.0278,-0.0227 0.0421 -0.0227c 0.0233,-0.0000 0.0272,0.0193 0.0272 0.0428v 0.0550 c 0.0000,0.0077 0.0026,0.0116 0.0114 0.0116h 0.0050 c 0.0011,-0.0000 0.0021,0.0008 0.0021 0.0021v 0.0050 l -0.0005,0.0005 c 0.0000,-0.0000 -0.0180,-0.0005 -0.0283 -0.0005c -0.0095,-0.0000 -0.0275,0.0005 -0.0275 0.0005l -0.0005,-0.0005 v -0.0050 c 0.0000,-0.0013 0.0008,-0.0021 0.0021 -0.0021h 0.0050 c 0.0087,-0.0000 0.0114,-0.0040 0.0114 -0.0116Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 201.5235,56.0578 ZM 201.5487,56.0388 v -0.1325 c 0.0000,-0.0151 -0.0026,-0.0193 -0.0079 -0.0193l -0.0085,0.0011 c -0.0008,-0.0000 -0.0016,-0.0005 -0.0016 -0.0013l -0.0005,-0.0066 c 0.0042,-0.0000 0.0140,-0.0016 0.0185 -0.0024c 0.0048,-0.0011 0.0085,-0.0021 0.0138 -0.0045h 0.0058 v 0.1656 c 0.0000,0.0077 0.0029,0.0116 0.0114 0.0116h 0.0063 c 0.0011,-0.0000 0.0021,0.0008 0.0021 0.0021v 0.0050 l -0.0005,0.0005 c 0.0000,-0.0000 -0.0193,-0.0005 -0.0296 -0.0005c -0.0093,-0.0000 -0.0286,0.0005 -0.0286 0.0005l -0.0003,-0.0005 v -0.0050 c 0.0000,-0.0013 0.0005,-0.0021 0.0019 -0.0021h 0.0063 c 0.0087,-0.0000 0.0114,-0.0040 0.0114 -0.0116Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 201.2963,60.0451 ZM 201.3394,59.9890 v 0.0370 c 0.0000,0.0077 0.0026,0.0116 0.0114 0.0116h 0.0005 c 0.0011,-0.0000 0.0021,0.0008 0.0021 0.0021v 0.0050 l -0.0005,0.0005 c 0.0000,-0.0000 -0.0135,-0.0005 -0.0238 -0.0005c -0.0095,-0.0000 -0.0272,0.0005 -0.0272 0.0005l -0.0005,-0.0005 v -0.0050 c 0.0000,-0.0013 0.0005,-0.0021 0.0019 -0.0021h 0.0050 c 0.0090,-0.0000 0.0114,-0.0040 0.0114 -0.0116v -0.1325 c 0.0000,-0.0151 -0.0024,-0.0193 -0.0077 -0.0193l -0.0087,0.0011 c -0.0008,-0.0000 -0.0013,-0.0005 -0.0013 -0.0013l -0.0005,-0.0066 c 0.0042,-0.0000 0.0138,-0.0016 0.0183 -0.0024c 0.0048,-0.0011 0.0087,-0.0021 0.0140 -0.0045h 0.0058 v 0.1219 c 0.0069,-0.0016 0.0204,-0.0135 0.0346 -0.0291c 0.0042,-0.0042 0.0053,-0.0077 0.0053 -0.0103c 0.0000,-0.0021 -0.0013,-0.0042 -0.0077 -0.0042h -0.0011 c -0.0013,-0.0000 -0.0021,-0.0011 -0.0021 -0.0021v -0.0050 l 0.0008,-0.0005 c 0.0000,-0.0000 0.0127,0.0005 0.0220 0.0005c 0.0103,-0.0000 0.0246,-0.0005 0.0246 -0.0005l 0.0011,0.0005 v 0.0050 c 0.0000,0.0013 -0.0016,0.0021 -0.0029 0.0021h -0.0019 c -0.0071,-0.0000 -0.0188,0.0058 -0.0254 0.0127l -0.0201,0.0222 c -0.0008,0.0008 -0.0011,0.0016 -0.0011 0.0026c 0.0000,0.0013 0.0005,0.0026 0.0013 0.0037l 0.0309,0.0458 c 0.0048,0.0071 0.0132,0.0119 0.0198 0.0119h 0.0019 c 0.0019,-0.0000 0.0024,0.0008 0.0024 0.0021v 0.0050 l -0.0005,0.0005 c 0.0000,-0.0000 -0.0135,-0.0005 -0.0238 -0.0005c -0.0093,-0.0000 -0.0164,0.0005 -0.0164 0.0005l -0.0008,-0.0005 v -0.0050 c 0.0000,-0.0034 -0.0008,-0.0063 -0.0061 -0.0140l -0.0193,-0.0272 c -0.0053,-0.0077 -0.0090,-0.0095 -0.0156 -0.0095Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 201.0911,64.0323 ZM 201.1186,63.8813 c 0.0000,-0.0069 0.0056,-0.0127 0.0127 -0.0127c 0.0069,-0.0000 0.0127,0.0058 0.0127 0.0127c 0.0000,0.0071 -0.0058,0.0127 -0.0127 0.0127c -0.0071,-0.0000 -0.0127,-0.0056 -0.0127 -0.0127ZM 201.1186,63.8813 ZM 201.1046,64.0836 c 0.0116,-0.0000 0.0196,-0.0209 0.0196 -0.0582v -0.0780 c 0.0000,-0.0140 -0.0024,-0.0161 -0.0058 -0.0161c -0.0037,-0.0000 -0.0066,0.0003 -0.0111 0.0013l -0.0013,-0.0074 c 0.0193,-0.0032 0.0251,-0.0063 0.0286 -0.0082c 0.0019,-0.0008 0.0029,-0.0016 0.0056 -0.0016h 0.0040 v 0.1018 c 0.0000,0.0346 -0.0026,0.0492 -0.0172 0.0640c -0.0071,0.0069 -0.0148,0.0101 -0.0212 0.0101c -0.0108,-0.0000 -0.0249,-0.0056 -0.0249 -0.0135c 0.0000,-0.0066 0.0040,-0.0101 0.0085 -0.0101c 0.0063,-0.0000 0.0098,0.0061 0.0111 0.0116c 0.0008,0.0026 0.0021,0.0042 0.0042 0.0042Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 200.8298,68.0196 ZM 200.8504,67.8685 c 0.0000,-0.0069 0.0056,-0.0127 0.0124 -0.0127c 0.0071,-0.0000 0.0127,0.0058 0.0127 0.0127c 0.0000,0.0071 -0.0056,0.0127 -0.0127 0.0127c -0.0069,-0.0000 -0.0124,-0.0056 -0.0124 -0.0127ZM 200.8504,67.8685 ZM 200.8756,68.0005 c 0.0000,0.0077 0.0029,0.0116 0.0114 0.0116h 0.0050 c 0.0013,-0.0000 0.0024,0.0008 0.0024 0.0021v 0.0050 l -0.0005,0.0005 c 0.0000,-0.0000 -0.0183,-0.0005 -0.0286 -0.0005c -0.0093,-0.0000 -0.0272,0.0005 -0.0272 0.0005l -0.0005,-0.0005 v -0.0050 c 0.0000,-0.0013 0.0008,-0.0021 0.0021 -0.0021h 0.0050 c 0.0087,-0.0000 0.0114,-0.0040 0.0114 -0.0116v -0.0659 c 0.0000,-0.0140 -0.0024,-0.0161 -0.0061 -0.0161c -0.0034,-0.0000 -0.0066,0.0003 -0.0111 0.0013l -0.0013,-0.0074 c 0.0169,-0.0029 0.0198,-0.0040 0.0275 -0.0077c 0.0029,-0.0011 0.0048,-0.0021 0.0066 -0.0021h 0.0040 v 0.0979 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 200.5046,72.0068 ZM 200.5477,71.8222 v 0.0897 c 0.0177,-0.0177 0.0333,-0.0220 0.0436 -0.0220c 0.0190,-0.0000 0.0286,0.0145 0.0286 0.0418v 0.0561 c 0.0000,0.0077 0.0026,0.0116 0.0114 0.0116h 0.0050 c 0.0011,-0.0000 0.0021,0.0008 0.0021 0.0021v 0.0050 l -0.0005,0.0005 c 0.0000,-0.0000 -0.0180,-0.0005 -0.0286 -0.0005c -0.0093,-0.0000 -0.0272,0.0005 -0.0272 0.0005l -0.0005,-0.0005 v -0.0050 c 0.0000,-0.0013 0.0008,-0.0021 0.0021 -0.0021h 0.0050 c 0.0090,-0.0000 0.0114,-0.0040 0.0114 -0.0116v -0.0590 c 0.0000,-0.0214 -0.0058,-0.0264 -0.0206 -0.0264c -0.0077,-0.0000 -0.0190,0.0069 -0.0317 0.0193v 0.0661 c 0.0000,0.0077 0.0026,0.0116 0.0114 0.0116h 0.0050 c 0.0011,-0.0000 0.0021,0.0008 0.0021 0.0021v 0.0050 l -0.0005,0.0005 c 0.0000,-0.0000 -0.0180,-0.0005 -0.0283 -0.0005c -0.0095,-0.0000 -0.0272,0.0005 -0.0272 0.0005l -0.0005,-0.0005 v -0.0050 c 0.0000,-0.0013 0.0005,-0.0021 0.0019 -0.0021h 0.0050 c 0.0090,-0.0000 0.0114,-0.0040 0.0114 -0.0116v -0.1325 c 0.0000,-0.0151 -0.0024,-0.0193 -0.0077 -0.0193l -0.0087,0.0011 c -0.0008,-0.0000 -0.0013,-0.0005 -0.0013 -0.0013l -0.0005,-0.0066 c 0.0042,-0.0000 0.0138,-0.0016 0.0183 -0.0024c 0.0048,-0.0011 0.0087,-0.0021 0.0140 -0.0045h 0.0058 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 200.1918,75.9940 ZM 200.2754,75.9192 c 0.0000,-0.0220 -0.0103,-0.0346 -0.0262 -0.0346c -0.0138,-0.0000 -0.0230,0.0095 -0.0230 0.0302c 0.0000,0.0138 0.0053,0.0354 0.0264 0.0354c 0.0093,-0.0000 0.0227,-0.0045 0.0227 -0.0309ZM 200.2754,75.9192 ZM 200.2259,75.9959 c -0.0082,0.0077 -0.0101,0.0159 -0.0101 0.0249c 0.0000,0.0198 0.0238,0.0257 0.0328 0.0257c 0.0227,-0.0000 0.0516,-0.0079 0.0516 -0.0270c 0.0000,-0.0069 -0.0037,-0.0114 -0.0140 -0.0164c -0.0074,-0.0037 -0.0183,-0.0066 -0.0309 -0.0066c -0.0021,-0.0000 -0.0050,0.0003 -0.0087 0.0005c -0.0037,0.0003 -0.0077,0.0003 -0.0106 0.0003c -0.0042,-0.0000 -0.0063,-0.0005 -0.0101 -0.0013ZM 200.2259,75.9959 ZM 200.3063,75.8914 c -0.0042,-0.0000 -0.0069,-0.0024 -0.0079 -0.0045c -0.0016,-0.0024 -0.0026,-0.0032 -0.0045 -0.0032c -0.0032,-0.0000 -0.0082,0.0037 -0.0101 0.0063c 0.0074,0.0079 0.0108,0.0156 0.0108 0.0280c 0.0000,0.0259 -0.0212,0.0399 -0.0434 0.0399c -0.0098,-0.0000 -0.0177,-0.0019 -0.0238 -0.0056c -0.0029,0.0045 -0.0045,0.0101 -0.0045 0.0153c 0.0000,0.0114 0.0087,0.0143 0.0161 0.0143c 0.0013,-0.0000 0.0045,-0.0003 0.0082 -0.0005c 0.0061,-0.0008 0.0127,-0.0013 0.0172 -0.0013c 0.0093,-0.0000 0.0267,0.0019 0.0373 0.0108c 0.0071,0.0066 0.0111,0.0130 0.0111 0.0214c 0.0000,0.0286 -0.0376,0.0436 -0.0717 0.0436c -0.0193,-0.0000 -0.0407,-0.0071 -0.0407 -0.0302c 0.0000,-0.0114 0.0071,-0.0235 0.0206 -0.0320c -0.0066,-0.0034 -0.0114,-0.0101 -0.0114 -0.0196c 0.0000,-0.0090 0.0040,-0.0204 0.0111 -0.0267c -0.0071,-0.0071 -0.0132,-0.0161 -0.0132 -0.0307c 0.0000,-0.0243 0.0214,-0.0399 0.0439 -0.0399c 0.0148,-0.0000 0.0241,0.0061 0.0270 0.0082c 0.0066,-0.0090 0.0185,-0.0135 0.0251 -0.0135c 0.0069,-0.0000 0.0116,0.0045 0.0116 0.0101c 0.0000,0.0058 -0.0037,0.0095 -0.0090 0.0095Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 199.8758,79.9813 ZM 199.9002,79.9622 v -0.0844 h -0.0183 c -0.0011,-0.0000 -0.0013,-0.0003 -0.0013 -0.0013v -0.0037 c 0.0000,-0.0021 0.0013,-0.0053 0.0061 -0.0053h 0.0135 v -0.0103 c 0.0000,-0.0413 0.0214,-0.0606 0.0436 -0.0606c 0.0101,-0.0000 0.0169,0.0026 0.0235 0.0071c 0.0053,0.0040 0.0077,0.0085 0.0077 0.0127c 0.0000,0.0056 -0.0040,0.0095 -0.0090 0.0095c -0.0053,-0.0000 -0.0087,-0.0029 -0.0108 -0.0074c -0.0034,-0.0087 -0.0085,-0.0130 -0.0164 -0.0130c -0.0087,-0.0000 -0.0188,0.0063 -0.0188 0.0471v 0.0148 h 0.0291 c 0.0013,-0.0000 0.0021,0.0005 0.0021 0.0016v 0.0053 c 0.0000,0.0024 -0.0037,0.0034 -0.0061 0.0034h -0.0251 v 0.0844 c 0.0000,0.0077 0.0026,0.0116 0.0114 0.0116h 0.0087 c 0.0011,-0.0000 0.0021,0.0008 0.0021 0.0021v 0.0050 l -0.0005,0.0005 c 0.0000,-0.0000 -0.0217,-0.0005 -0.0320 -0.0005c -0.0095,-0.0000 -0.0275,0.0005 -0.0275 0.0005l -0.0005,-0.0005 v -0.0050 c 0.0000,-0.0013 0.0008,-0.0021 0.0021 -0.0021h 0.0050 c 0.0090,-0.0000 0.0114,-0.0040 0.0114 -0.0116Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 199.5006,83.9685 ZM 199.5307,83.8952 h 0.0487 c 0.0026,-0.0000 0.0037,-0.0013 0.0037 -0.0037c 0.0000,-0.0246 -0.0124,-0.0309 -0.0220 -0.0309c -0.0061,-0.0000 -0.0259,0.0024 -0.0304 0.0346ZM 199.5307,83.8952 ZM 199.6005,83.9439 l 0.0053,0.0042 c -0.0101,0.0138 -0.0257,0.0235 -0.0447 0.0235c -0.0362,-0.0000 -0.0516,-0.0270 -0.0516 -0.0558c 0.0000,-0.0402 0.0264,-0.0643 0.0516 -0.0643c 0.0349,-0.0000 0.0431,0.0272 0.0431 0.0495c 0.0000,0.0029 -0.0019,0.0045 -0.0048 0.0045h -0.0696 c -0.0003,0.0016 -0.0003,0.0032 -0.0003 0.0053c 0.0000,0.0270 0.0188,0.0479 0.0378 0.0479c 0.0145,-0.0000 0.0238,-0.0048 0.0331 -0.0148Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 199.1174,87.9558 ZM 199.2058,87.9322 v -0.0685 c -0.0063,-0.0101 -0.0135,-0.0156 -0.0259 -0.0156c -0.0053,-0.0000 -0.0161,0.0008 -0.0246 0.0132c -0.0037,0.0056 -0.0082,0.0169 -0.0082 0.0360c 0.0000,0.0346 0.0180,0.0505 0.0323 0.0505c 0.0087,-0.0000 0.0159,-0.0053 0.0264 -0.0156ZM 199.2058,87.9322 ZM 199.2256,87.7711 v 0.1529 c 0.0000,0.0079 0.0005,0.0122 0.0011 0.0140c 0.0008,0.0024 0.0037,0.0040 0.0058 0.0040c 0.0032,-0.0000 0.0090,-0.0000 0.0130 -0.0008l 0.0011,0.0074 c -0.0153,0.0026 -0.0291,0.0056 -0.0346 0.0103h -0.0063 l 0.0008,-0.0183 c -0.0101,0.0103 -0.0204,0.0183 -0.0339 0.0183c -0.0286,-0.0000 -0.0460,-0.0243 -0.0460 -0.0569c 0.0000,-0.0196 0.0053,-0.0360 0.0167 -0.0473c 0.0106,-0.0101 0.0222,-0.0159 0.0397 -0.0159c 0.0053,-0.0000 0.0169,0.0024 0.0230 0.0058v -0.0405 c 0.0000,-0.0151 -0.0024,-0.0193 -0.0077 -0.0193l -0.0087,0.0011 c -0.0005,-0.0000 -0.0013,-0.0005 -0.0013 -0.0013l -0.0005,-0.0066 c 0.0042,-0.0000 0.0138,-0.0016 0.0183 -0.0024c 0.0050,-0.0011 0.0087,-0.0021 0.0140 -0.0045h 0.0058 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 198.7433,91.9430 ZM 198.8449,91.9189 c -0.0116,0.0201 -0.0243,0.0272 -0.0402 0.0272c -0.0317,-0.0000 -0.0516,-0.0241 -0.0516 -0.0582c 0.0000,-0.0376 0.0235,-0.0619 0.0521 -0.0619c 0.0254,-0.0000 0.0389,0.0130 0.0389 0.0270c 0.0000,0.0077 -0.0048,0.0116 -0.0103 0.0116c -0.0056,-0.0000 -0.0108,-0.0029 -0.0116 -0.0095c -0.0011,-0.0087 -0.0026,-0.0201 -0.0183 -0.0201c -0.0175,-0.0000 -0.0304,0.0185 -0.0304 0.0471c 0.0000,0.0309 0.0167,0.0524 0.0370 0.0524c 0.0114,-0.0000 0.0214,-0.0074 0.0296 -0.0193Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 198.3393,95.9302 ZM 198.3787,95.9157 c 0.0053,0.0063 0.0108,0.0085 0.0190 0.0085c 0.0251,-0.0000 0.0378,-0.0233 0.0378 -0.0534c 0.0000,-0.0270 -0.0138,-0.0463 -0.0299 -0.0463c -0.0029,-0.0000 -0.0167,0.0005 -0.0270 0.0114v 0.0799 ZM 198.3787,95.9157 ZM 198.3589,95.7787 c 0.0000,-0.0151 -0.0026,-0.0193 -0.0079 -0.0193l -0.0085,0.0011 c -0.0008,-0.0000 -0.0013,-0.0005 -0.0013 -0.0013l -0.0005,-0.0066 c 0.0042,-0.0000 0.0138,-0.0016 0.0183 -0.0024c 0.0048,-0.0011 0.0087,-0.0021 0.0140 -0.0045h 0.0058 v 0.0820 c 0.0090,-0.0098 0.0196,-0.0145 0.0323 -0.0145c 0.0230,-0.0000 0.0450,0.0220 0.0450 0.0542c 0.0000,0.0421 -0.0296,0.0659 -0.0566 0.0659c -0.0114,-0.0000 -0.0198,-0.0032 -0.0275 -0.0098c -0.0024,0.0032 -0.0058,0.0071 -0.0082 0.0098l -0.0056,-0.0013 c 0.0008,-0.0063 0.0008,-0.0106 0.0008 -0.0209v -0.1322 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 197.9448,99.9175 ZM 198.0218,99.8527 l -0.0209,0.0053 c -0.0233,0.0071 -0.0267,0.0193 -0.0267 0.0312c 0.0000,0.0082 0.0040,0.0206 0.0206 0.0206c 0.0079,-0.0000 0.0201,-0.0077 0.0270 -0.0135v -0.0436 ZM 198.0218,99.8527 ZM 198.0387,99.9207 c -0.0101,-0.0000 -0.0156,-0.0090 -0.0167 -0.0153l -0.0061,0.0042 c -0.0122,0.0085 -0.0167,0.0111 -0.0288 0.0111c -0.0185,-0.0000 -0.0320,-0.0106 -0.0320 -0.0304c 0.0000,-0.0201 0.0172,-0.0339 0.0423 -0.0402l 0.0243,-0.0061 c 0.0000,-0.0299 -0.0138,-0.0354 -0.0227 -0.0354c -0.0101,-0.0000 -0.0217,0.0045 -0.0217 0.0127c 0.0000,0.0029 0.0005,0.0045 0.0008 0.0053c 0.0005,0.0011 0.0008,0.0029 0.0008 0.0048c 0.0000,0.0034 -0.0026,0.0087 -0.0103 0.0087c -0.0063,-0.0000 -0.0106,-0.0042 -0.0106 -0.0106c 0.0000,-0.0153 0.0249,-0.0288 0.0418 -0.0288c 0.0193,-0.0000 0.0415,0.0079 0.0415 0.0455v 0.0389 c 0.0000,0.0161 0.0003,0.0230 0.0063 0.0230c 0.0058,-0.0000 0.0074,-0.0074 0.0077 -0.0132l 0.0066,0.0013 c -0.0016,0.0193 -0.0098,0.0246 -0.0233 0.0246Z"/>+  </g>+</svg>
+ other/timeExample.svg view
@@ -0,0 +1,589 @@+<?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 249.2228,42.5102 ZM 251.8166,34.3297 v 3.0356 h 1.9382 c 0.4988,-0.0000 0.6271,-0.2280 0.7126 -0.6271l 0.0998,-0.4276 c 0.0000,-0.0570 0.0428,-0.1140 0.0998 -0.1140h 0.3135 c 0.0428,-0.0000 0.0570,0.0285 0.0570 0.0570c -0.0570,0.3278 -0.1140,0.8836 -0.1140 1.3539c 0.0000,0.4846 0.0428,0.9264 0.1140 1.3682l -0.0428,0.0428 h -0.3278 c -0.0713,-0.0000 -0.0998,-0.0570 -0.1140 -0.0998l -0.0855,-0.4418 c -0.0713,-0.4133 -0.2280,-0.6271 -0.7126 -0.6271h -1.9382 v 3.6342 c 0.0000,0.4418 0.2138,0.6271 0.7838 0.6271h 0.3705 c 0.0713,-0.0000 0.1140,0.0428 0.1140 0.1140v 0.2708 l -0.0143,0.0285 l -1.7957,-0.0285 c -0.5131,-0.0000 -1.8385,0.0285 -1.8385 0.0285l -0.0285,-0.0285 v -0.2708 c 0.0000,-0.0713 0.0428,-0.1140 0.1140 -0.1140h 0.3705 c 0.5843,-0.0000 0.7838,-0.2280 0.7838 -0.6271v -7.1544 c 0.0000,-0.4133 -0.1283,-0.6271 -0.7411 -0.6271h -0.4276 c -0.0998,-0.0000 -0.1140,-0.0713 -0.1140 -0.0998v -0.2850 l 0.0570,-0.0143 l 1.7815,0.0143 l 1.0546,-0.0143 h 3.5772 c 0.0713,0.7553 0.1853,1.6247 0.2993 2.2090l -0.4133,0.0713 c -0.3135,-0.9834 -0.5701,-1.7102 -1.6389 -1.7102h -1.7815 c -0.3420,-0.0000 -0.5131,0.1140 -0.5131 0.4561ZM 544.3898,42.5102 ZM 545.6582,41.4841 v -3.5487 c 0.0000,-0.7126 -0.0998,-0.8694 -0.3135 -0.8694c -0.1853,-0.0000 -0.3563,0.0143 -0.5986 0.0713l -0.0713,-0.3990 c 0.8979,-0.1568 1.0546,-0.1995 1.4822 -0.4133c 0.1425,-0.0713 0.2565,-0.1140 0.3563 -0.1140h 0.2138 l -0.0428,1.2827 h 0.0428 c 0.3705,-0.5558 0.9976,-1.2827 1.6674 -1.2827c 0.5843,-0.0000 0.7981,0.2850 0.7981 0.6556c 0.0000,0.3705 -0.2423,0.5986 -0.6128 0.5986c -0.2850,-0.0000 -0.4418,-0.1140 -0.5843 -0.2565c -0.0855,-0.0855 -0.1853,-0.1283 -0.2850 -0.1283c -0.1568,-0.0000 -0.4703,0.2565 -0.8123 0.7411c -0.0998,0.1283 -0.1710,0.3135 -0.1710 0.4988v 3.1639 c 0.0000,0.4133 0.1425,0.6271 0.6128 0.6271h 0.4133 c 0.0713,-0.0000 0.1283,0.0428 0.1283 0.1140v 0.2708 l -0.0285,0.0285 c 0.0000,-0.0000 -1.1259,-0.0285 -1.6817 -0.0285c -0.5131,-0.0000 -1.4822,0.0285 -1.4822 0.0285l -0.0143,-0.0285 v -0.2708 c 0.0000,-0.0713 0.0285,-0.1140 0.0998 -0.1140h 0.2708 c 0.4846,-0.0000 0.6128,-0.2138 0.6128 -0.6271ZM 549.3352,42.5102 ZM 550.4468,34.3725 c 0.0000,-0.3705 0.2993,-0.6841 0.6698 -0.6841c 0.3848,-0.0000 0.6841,0.3135 0.6841 0.6841c 0.0000,0.3848 -0.2993,0.6841 -0.6841 0.6841c -0.3705,-0.0000 -0.6698,-0.2993 -0.6698 -0.6841ZM 550.4468,34.3725 ZM 551.8007,41.4841 c 0.0000,0.4133 0.1568,0.6271 0.6128 0.6271h 0.2708 c 0.0713,-0.0000 0.1283,0.0428 0.1283 0.1140v 0.2708 l -0.0285,0.0285 c 0.0000,-0.0000 -0.9834,-0.0285 -1.5392 -0.0285c -0.4988,-0.0000 -1.4679,0.0285 -1.4679 0.0285l -0.0285,-0.0285 v -0.2708 c 0.0000,-0.0713 0.0428,-0.1140 0.1140 -0.1140h 0.2708 c 0.4703,-0.0000 0.6128,-0.2138 0.6128 -0.6271v -3.5487 c 0.0000,-0.7553 -0.1283,-0.8694 -0.3278 -0.8694c -0.1853,-0.0000 -0.3563,0.0143 -0.5986 0.0713l -0.0713,-0.3990 c 0.9121,-0.1568 1.0689,-0.2138 1.4822 -0.4133c 0.1568,-0.0570 0.2565,-0.1140 0.3563 -0.1140h 0.2138 v 5.2731 ZM 553.0976,42.5102 ZM 554.5798,41.1563 c 0.5701,-0.0000 0.9406,0.5558 0.9406 1.4109c 0.0000,0.9976 -0.7126,1.4679 -1.5677 1.6247l -0.0713,-0.3563 c 0.7411,-0.1853 1.0831,-0.6128 1.0831 -0.9121c 0.0000,-0.3278 -0.2423,-0.3848 -0.5131 -0.4133c -0.2565,-0.0428 -0.6271,-0.1568 -0.6271 -0.6271c 0.0000,-0.3990 0.3135,-0.7268 0.7553 -0.7268ZM 559.7817,42.5102 ZM 562.8601,34.7145 c -0.3563,-0.0000 -1.3967,0.1995 -1.3967 1.0689c 0.0000,0.2565 -0.0998,0.6983 -0.4846 0.6983c -0.3705,-0.0000 -0.3990,-0.4133 -0.3990 -0.4561c 0.0000,-0.4418 0.5843,-1.7530 2.5653 -1.7530c 1.3824,-0.0000 1.7957,0.8694 1.7957 1.4394c 0.0000,0.3563 -0.1140,1.0689 -1.3967 1.8812c 0.7981,0.1283 1.8527,0.7126 1.8527 2.1948c 0.0000,1.8812 -1.4252,2.8931 -3.0356 2.8931c -0.8123,-0.0000 -1.9525,-0.3563 -1.9525 -0.8979c 0.0000,-0.2138 0.2138,-0.4561 0.4988 -0.4561c 0.2708,-0.0000 0.3990,0.1425 0.5273 0.3278c 0.1568,0.2423 0.4133,0.5843 1.0974 0.5843c 0.4703,-0.0000 1.8100,-0.4703 1.8100 -2.2660c 0.0000,-1.5249 -1.0689,-1.7672 -1.8385 -1.7672c -0.1283,-0.0000 -0.2850,0.0285 -0.4418 0.0570l -0.0570,-0.4276 c 1.0974,-0.1853 2.0095,-1.2542 2.0095 -1.9097c 0.0000,-0.8123 -0.5701,-1.2114 -1.1544 -1.2114ZM 566.0239,42.5102 ZM 568.7033,35.7121 c -0.2708,-0.0000 -0.8979,0.2565 -1.2114 0.3990l -0.1710,-0.4418 c 1.2542,-0.5843 1.7387,-0.8836 2.4513 -1.3967h 0.2708 v 7.1686 c 0.0000,0.5131 0.0713,0.6556 0.5416 0.6556h 0.7411 c 0.0428,-0.0000 0.1140,0.0285 0.1140 0.1140v 0.3135 l -1.9525,-0.0285 l -1.9810,0.0285 v -0.3135 c 0.0143,-0.0428 0.0285,-0.1140 0.1140 -0.1140h 0.8551 c 0.5416,-0.0000 0.5416,-0.2423 0.5416 -0.6556v -4.9026 c 0.0000,-0.4846 0.0000,-0.8266 -0.3135 -0.8266ZM 575.8291,42.5102 ZM 579.5203,38.4770 h 2.5511 l -1.4109,-3.8052 l -1.4822,3.5487 c -0.0143,0.0570 -0.0285,0.0855 -0.0285 0.1283c 0.0000,0.0855 0.0998,0.1283 0.3705 0.1283ZM 579.5203,38.4770 ZM 577.8243,41.4841 c -0.0428,0.0998 -0.0570,0.1853 -0.0570 0.2708c 0.0000,0.2280 0.2280,0.3563 0.6556 0.3563h 0.4133 c 0.0570,-0.0000 0.1140,0.0428 0.1140 0.1140v 0.2708 l -0.0285,0.0285 c 0.0000,-0.0000 -1.4109,-0.0285 -1.7530 -0.0285c -0.3705,-0.0000 -1.2827,0.0285 -1.2827 0.0285l -0.0285,-0.0285 v -0.2708 c 0.0000,-0.0713 0.0428,-0.1140 0.1140 -0.1140h 0.1710 c 0.5843,-0.0000 0.8409,-0.2708 1.0404 -0.7553l 3.3349,-7.7957 c 0.1283,-0.3278 0.2423,-0.4276 0.3848 -0.4276c 0.2565,-0.0000 0.3705,0.1425 0.4846 0.4276l 2.9216,7.7244 c 0.1995,0.5558 0.4846,0.8266 1.0546 0.8266h 0.1568 c 0.0713,-0.0000 0.1425,0.0428 0.1425 0.1140v 0.2708 l -0.0428,0.0285 c 0.0000,-0.0000 -1.0974,-0.0285 -1.6532 -0.0285c -0.4988,-0.0000 -1.8955,0.0285 -1.8955 0.0285l -0.0143,-0.0285 v -0.2708 c 0.0000,-0.0713 0.0285,-0.1140 0.0998 -0.1140h 0.3990 c 0.4418,-0.0000 0.6698,-0.1568 0.6698 -0.3848c 0.0000,-0.0713 -0.0143,-0.1568 -0.0428 -0.2423l -0.9121,-2.4513 h -3.0071 c -0.3420,-0.0000 -0.4561,0.0855 -0.5131 0.2423ZM 585.7340,42.5102 ZM 591.8480,40.8570 c 0.0000,0.7126 0.0713,0.9406 0.3563 0.9406c 0.1710,-0.0000 0.4846,-0.0285 0.7268 -0.0713l 0.0570,0.3990 c -0.8694,0.1568 -1.5677,0.2993 -1.8955 0.5558h -0.3135 l 0.0428,-1.0546 h -0.0428 c -0.7838,0.8551 -1.4252,1.0546 -2.0095 1.0546c -1.4109,-0.0000 -1.7815,-0.9549 -1.7815 -1.9382v -3.2494 c 0.0000,-0.4703 -0.0998,-0.7126 -0.6271 -0.7126c -0.0570,-0.0000 -0.1568,0.0143 -0.2423 0.0143l -0.0428,-0.0143 v -0.3705 l 0.0428,-0.0428 c 0.0000,-0.0000 0.9691,0.0285 1.4252 0.0285c 0.1995,-0.0000 0.5273,-0.0285 0.5273 -0.0285l -0.0143,1.1401 v 3.0356 c 0.0000,1.2684 0.6556,1.4964 1.0831 1.4964c 0.3278,-0.0000 0.6271,-0.1283 0.9264 -0.3420c 0.3420,-0.2565 0.5701,-0.4561 0.7126 -0.6413v -3.5202 c 0.0000,-0.5131 -0.0713,-0.7553 -0.5986 -0.7553c -0.0855,-0.0000 -0.2423,0.0143 -0.2850 0.0143l -0.0285,-0.0285 v -0.3563 l 0.0285,-0.0428 c 0.0000,-0.0000 1.0119,0.0285 1.4109 0.0285c 0.3278,-0.0000 0.5558,-0.0285 0.5558 -0.0285l -0.0143,1.1259 v 3.3634 ZM 593.1022,42.5102 ZM 597.6057,38.4770 c 0.0000,-1.1829 -0.5558,-1.8670 -1.4109 -1.8670c -0.7411,-0.0000 -1.2399,0.5131 -1.2399 1.6247c 0.0000,0.7411 0.2850,1.9097 1.4252 1.9097c 0.4988,-0.0000 1.2256,-0.2423 1.2256 -1.6674ZM 597.6057,38.4770 ZM 594.9406,42.6100 c -0.4418,0.4133 -0.5416,0.8551 -0.5416 1.3397c 0.0000,1.0689 1.2827,1.3824 1.7672 1.3824c 1.2256,-0.0000 2.7791,-0.4276 2.7791 -1.4537c 0.0000,-0.3705 -0.1995,-0.6128 -0.7553 -0.8836c -0.3990,-0.1995 -0.9834,-0.3563 -1.6674 -0.3563c -0.1140,-0.0000 -0.2708,0.0143 -0.4703 0.0285c -0.1995,0.0143 -0.4133,0.0143 -0.5701 0.0143c -0.2280,-0.0000 -0.3420,-0.0285 -0.5416 -0.0713ZM 594.9406,42.6100 ZM 599.2732,36.9806 c -0.2280,-0.0000 -0.3705,-0.1283 -0.4276 -0.2423c -0.0855,-0.1283 -0.1425,-0.1710 -0.2423 -0.1710c -0.1710,-0.0000 -0.4418,0.1995 -0.5416 0.3420c 0.3990,0.4276 0.5843,0.8409 0.5843 1.5107c 0.0000,1.3967 -1.1401,2.1520 -2.3373 2.1520c -0.5273,-0.0000 -0.9549,-0.0998 -1.2827 -0.2993c -0.1568,0.2423 -0.2423,0.5416 -0.2423 0.8266c 0.0000,0.6128 0.4703,0.7696 0.8694 0.7696c 0.0713,-0.0000 0.2423,-0.0143 0.4418 -0.0285c 0.3278,-0.0428 0.6841,-0.0713 0.9264 -0.0713c 0.4988,-0.0000 1.4394,0.0998 2.0095 0.5843c 0.3848,0.3563 0.5986,0.6983 0.5986 1.1544c 0.0000,1.5392 -2.0237,2.3515 -3.8622 2.3515c -1.0404,-0.0000 -2.1948,-0.3848 -2.1948 -1.6247c 0.0000,-0.6128 0.3848,-1.2684 1.1116 -1.7245c -0.3563,-0.1853 -0.6128,-0.5416 -0.6128 -1.0546c 0.0000,-0.4846 0.2138,-1.0974 0.5986 -1.4394c -0.3848,-0.3848 -0.7126,-0.8694 -0.7126 -1.6532c 0.0000,-1.3112 1.1544,-2.1520 2.3658 -2.1520c 0.7981,-0.0000 1.2969,0.3278 1.4537 0.4418c 0.3563,-0.4846 0.9976,-0.7268 1.3539 -0.7268c 0.3705,-0.0000 0.6271,0.2423 0.6271 0.5416c 0.0000,0.3135 -0.1995,0.5131 -0.4846 0.5131Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,255)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 428.9083,66.2927 l -0.0000,-8.5938 h -8.5938 l -0.0000,8.5938 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 342.4206,76.1475 ZM 343.5179,66.9409 h 6.0285 c 0.2993,-0.0000 0.3135,-0.2423 0.3135 -0.3278l 0.3705,-0.0570 c 0.0570,0.6983 0.1568,1.4394 0.3135 2.1948l -0.4133,0.0713 c -0.2850,-1.1401 -0.4846,-1.3112 -1.2684 -1.3112h -0.9406 c -0.5131,-0.0000 -0.6841,0.1140 -0.6841 0.5986v 7.0118 c 0.0000,0.4418 0.2280,0.6271 0.7838 0.6271h 0.3705 c 0.0713,-0.0000 0.1283,0.0428 0.1283 0.1140v 0.2708 l -0.0285,0.0285 c 0.0000,-0.0000 -1.2542,-0.0285 -1.8100 -0.0285c -0.4988,-0.0000 -1.8242,0.0285 -1.8242 0.0285l -0.0285,-0.0285 v -0.2708 c 0.0000,-0.0713 0.0428,-0.1140 0.1140 -0.1140h 0.3705 c 0.5843,-0.0000 0.7838,-0.2280 0.7838 -0.6271v -7.0546 c 0.0000,-0.4418 -0.1710,-0.5558 -0.6983 -0.5558h -1.1971 c -0.7838,-0.0000 -0.9691,0.1710 -1.2542 1.3112l -0.4276,-0.0713 c 0.1710,-0.7553 0.2565,-1.4964 0.3135 -2.1948l 0.3848,0.0570 c 0.0000,0.0855 0.0000,0.3278 0.2993 0.3278ZM 350.6438,76.1475 ZM 356.7578,74.4943 c 0.0000,0.7126 0.0713,0.9406 0.3563 0.9406c 0.1710,-0.0000 0.4846,-0.0285 0.7268 -0.0713l 0.0570,0.3990 c -0.8694,0.1568 -1.5677,0.2993 -1.8955 0.5558h -0.3135 l 0.0428,-1.0546 h -0.0428 c -0.7838,0.8551 -1.4252,1.0546 -2.0095 1.0546c -1.4109,-0.0000 -1.7815,-0.9549 -1.7815 -1.9382v -3.2494 c 0.0000,-0.4703 -0.0998,-0.7126 -0.6271 -0.7126c -0.0570,-0.0000 -0.1568,0.0143 -0.2423 0.0143l -0.0428,-0.0143 v -0.3705 l 0.0428,-0.0428 c 0.0000,-0.0000 0.9691,0.0285 1.4252 0.0285c 0.1995,-0.0000 0.5273,-0.0285 0.5273 -0.0285l -0.0143,1.1401 v 3.0356 c 0.0000,1.2684 0.6556,1.4964 1.0831 1.4964c 0.3278,-0.0000 0.6271,-0.1283 0.9264 -0.3420c 0.3420,-0.2565 0.5701,-0.4561 0.7126 -0.6413v -3.5202 c 0.0000,-0.5131 -0.0713,-0.7553 -0.5986 -0.7553c -0.0855,-0.0000 -0.2423,0.0143 -0.2850 0.0143l -0.0285,-0.0285 v -0.3563 l 0.0285,-0.0428 c 0.0000,-0.0000 1.0119,0.0285 1.4109 0.0285c 0.3278,-0.0000 0.5558,-0.0285 0.5558 -0.0285l -0.0143,1.1259 v 3.3634 ZM 358.0119,76.1475 ZM 359.6366,72.1998 h 2.6223 c 0.1425,-0.0000 0.1995,-0.0713 0.1995 -0.1995c 0.0000,-1.3254 -0.6698,-1.6674 -1.1829 -1.6674c -0.3278,-0.0000 -1.3967,0.1283 -1.6389 1.8670ZM 359.6366,72.1998 ZM 363.3991,74.8221 l 0.2850,0.2280 c -0.5416,0.7411 -1.3824,1.2684 -2.4085 1.2684c -1.9525,-0.0000 -2.7791,-1.4537 -2.7791 -3.0071c 0.0000,-2.1663 1.4252,-3.4632 2.7791 -3.4632c 1.8812,-0.0000 2.3230,1.4679 2.3230 2.6651c 0.0000,0.1568 -0.0998,0.2423 -0.2565 0.2423h -3.7482 c -0.0143,0.0855 -0.0143,0.1710 -0.0143 0.2850c 0.0000,1.4537 1.0119,2.5796 2.0380 2.5796c 0.7838,-0.0000 1.2827,-0.2565 1.7815 -0.7981ZM 364.1116,76.1475 ZM 365.5938,74.7936 c 0.5701,-0.0000 0.9406,0.5558 0.9406 1.4109c 0.0000,0.9976 -0.7126,1.4679 -1.5677 1.6247l -0.0713,-0.3563 c 0.7411,-0.1853 1.0831,-0.6128 1.0831 -0.9121c 0.0000,-0.3278 -0.2423,-0.3848 -0.5131 -0.4133c -0.2565,-0.0428 -0.6271,-0.1568 -0.6271 -0.6271c 0.0000,-0.3990 0.3135,-0.7268 0.7553 -0.7268ZM 370.7957,76.1475 ZM 373.8741,68.3518 c -0.3563,-0.0000 -1.3967,0.1995 -1.3967 1.0689c 0.0000,0.2565 -0.0998,0.6983 -0.4846 0.6983c -0.3705,-0.0000 -0.3990,-0.4133 -0.3990 -0.4561c 0.0000,-0.4418 0.5843,-1.7530 2.5653 -1.7530c 1.3824,-0.0000 1.7957,0.8694 1.7957 1.4394c 0.0000,0.3563 -0.1140,1.0689 -1.3967 1.8812c 0.7981,0.1283 1.8527,0.7126 1.8527 2.1948c 0.0000,1.8812 -1.4252,2.8931 -3.0356 2.8931c -0.8123,-0.0000 -1.9525,-0.3563 -1.9525 -0.8979c 0.0000,-0.2138 0.2138,-0.4561 0.4988 -0.4561c 0.2708,-0.0000 0.3990,0.1425 0.5273 0.3278c 0.1568,0.2423 0.4133,0.5843 1.0974 0.5843c 0.4703,-0.0000 1.8100,-0.4703 1.8100 -2.2660c 0.0000,-1.5249 -1.0689,-1.7672 -1.8385 -1.7672c -0.1283,-0.0000 -0.2850,0.0285 -0.4418 0.0570l -0.0570,-0.4276 c 1.0974,-0.1853 2.0095,-1.2542 2.0095 -1.9097c 0.0000,-0.8123 -0.5701,-1.2114 -1.1544 -1.2114ZM 377.0379,76.1475 ZM 379.7173,69.3494 c -0.2708,-0.0000 -0.8979,0.2565 -1.2114 0.3990l -0.1710,-0.4418 c 1.2542,-0.5843 1.7387,-0.8836 2.4513 -1.3967h 0.2708 v 7.1686 c 0.0000,0.5131 0.0713,0.6556 0.5416 0.6556h 0.7411 c 0.0428,-0.0000 0.1140,0.0285 0.1140 0.1140v 0.3135 l -1.9525,-0.0285 l -1.9810,0.0285 v -0.3135 c 0.0143,-0.0428 0.0285,-0.1140 0.1140 -0.1140h 0.8551 c 0.5416,-0.0000 0.5416,-0.2423 0.5416 -0.6556v -4.9026 c 0.0000,-0.4846 0.0000,-0.8266 -0.3135 -0.8266ZM 386.8431,76.1475 ZM 387.7125,78.5275 c 0.6983,-0.0000 1.1686,-0.7411 1.1686 -3.3064v -7.0403 c 0.0000,-0.4276 -0.3135,-0.8409 -0.8694 -0.8409h -0.5273 c -0.0570,-0.0000 -0.1140,-0.0428 -0.1140 -0.1140v -0.2708 l 0.0285,-0.0143 c 0.0000,-0.0000 1.4822,0.0143 2.0380 0.0143c 0.4988,-0.0000 1.6960,-0.0143 1.6960 -0.0143l 0.0285,0.0143 v 0.2708 c 0.0000,0.0713 -0.0428,0.1140 -0.1140 0.1140h -0.2423 c -0.5843,-0.0000 -0.7696,0.2280 -0.7696 0.6271v 6.9406 c 0.0000,1.6674 -0.2423,2.5938 -1.0546 3.4489c -0.3705,0.3705 -0.8409,0.6128 -1.2542 0.6128c -0.4846,-0.0000 -1.4964,-0.1853 -1.4964 -0.9406c 0.0000,-0.3563 0.2423,-0.4276 0.4561 -0.4276c 0.3990,-0.0000 0.4988,0.3848 0.5416 0.5558c 0.0428,0.1710 0.0855,0.3705 0.4846 0.3705ZM 391.3324,76.1475 ZM 397.4464,74.4943 c 0.0000,0.7126 0.0713,0.9406 0.3563 0.9406c 0.1710,-0.0000 0.4846,-0.0285 0.7268 -0.0713l 0.0570,0.3990 c -0.8694,0.1568 -1.5677,0.2993 -1.8955 0.5558h -0.3135 l 0.0428,-1.0546 h -0.0428 c -0.7838,0.8551 -1.4252,1.0546 -2.0095 1.0546c -1.4109,-0.0000 -1.7815,-0.9549 -1.7815 -1.9382v -3.2494 c 0.0000,-0.4703 -0.0998,-0.7126 -0.6271 -0.7126c -0.0570,-0.0000 -0.1568,0.0143 -0.2423 0.0143l -0.0428,-0.0143 v -0.3705 l 0.0428,-0.0428 c 0.0000,-0.0000 0.9691,0.0285 1.4252 0.0285c 0.1995,-0.0000 0.5273,-0.0285 0.5273 -0.0285l -0.0143,1.1401 v 3.0356 c 0.0000,1.2684 0.6556,1.4964 1.0831 1.4964c 0.3278,-0.0000 0.6271,-0.1283 0.9264 -0.3420c 0.3420,-0.2565 0.5701,-0.4561 0.7126 -0.6413v -3.5202 c 0.0000,-0.5131 -0.0713,-0.7553 -0.5986 -0.7553c -0.0855,-0.0000 -0.2423,0.0143 -0.2850 0.0143l -0.0285,-0.0285 v -0.3563 l 0.0285,-0.0428 c 0.0000,-0.0000 1.0119,0.0285 1.4109 0.0285c 0.3278,-0.0000 0.5558,-0.0285 0.5558 -0.0285l -0.0143,1.1259 v 3.3634 ZM 398.7005,76.1475 ZM 400.0544,75.1214 v -7.1401 c 0.0000,-0.8123 -0.1425,-1.0404 -0.4276 -1.0404l -0.4561,0.0570 c -0.0428,-0.0000 -0.0855,-0.0285 -0.0855 -0.0713l -0.0285,-0.3563 c 0.2280,-0.0000 0.7553,-0.0855 0.9976 -0.1283c 0.2565,-0.0570 0.4561,-0.1140 0.7411 -0.2423h 0.3135 v 8.9216 c 0.0000,0.4133 0.1568,0.6271 0.6128 0.6271h 0.3420 c 0.0570,-0.0000 0.1140,0.0428 0.1140 0.1140v 0.2708 l -0.0285,0.0285 c 0.0000,-0.0000 -1.0404,-0.0285 -1.5962 -0.0285c -0.4988,-0.0000 -1.5392,0.0285 -1.5392 0.0285l -0.0143,-0.0285 v -0.2708 c 0.0000,-0.0713 0.0285,-0.1140 0.0998 -0.1140h 0.3420 c 0.4703,-0.0000 0.6128,-0.2138 0.6128 -0.6271Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,255)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 376.7102,99.9300 l -0.0000,-8.5938 h -8.5938 l -0.0000,8.5938 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 149.5473,110.8698 ZM 152.1411,102.6893 v 3.0356 h 1.9382 c 0.4988,-0.0000 0.6271,-0.2280 0.7126 -0.6271l 0.0998,-0.4276 c 0.0000,-0.0570 0.0428,-0.1140 0.0998 -0.1140h 0.3135 c 0.0428,-0.0000 0.0570,0.0285 0.0570 0.0570c -0.0570,0.3278 -0.1140,0.8836 -0.1140 1.3539c 0.0000,0.4846 0.0428,0.9264 0.1140 1.3682l -0.0428,0.0428 h -0.3278 c -0.0713,-0.0000 -0.0998,-0.0570 -0.1140 -0.0998l -0.0855,-0.4418 c -0.0713,-0.4133 -0.2280,-0.6271 -0.7126 -0.6271h -1.9382 v 3.6342 c 0.0000,0.4418 0.2138,0.6271 0.7838 0.6271h 0.3705 c 0.0713,-0.0000 0.1140,0.0428 0.1140 0.1140v 0.2708 l -0.0143,0.0285 l -1.7957,-0.0285 c -0.5131,-0.0000 -1.8385,0.0285 -1.8385 0.0285l -0.0285,-0.0285 v -0.2708 c 0.0000,-0.0713 0.0428,-0.1140 0.1140 -0.1140h 0.3705 c 0.5843,-0.0000 0.7838,-0.2280 0.7838 -0.6271v -7.1544 c 0.0000,-0.4133 -0.1283,-0.6271 -0.7411 -0.6271h -0.4276 c -0.0998,-0.0000 -0.1140,-0.0713 -0.1140 -0.0998v -0.2850 l 0.0570,-0.0143 l 1.7815,0.0143 l 1.0546,-0.0143 h 3.5772 c 0.0713,0.7553 0.1853,1.6247 0.2993 2.2090l -0.4133,0.0713 c -0.3135,-0.9834 -0.5701,-1.7102 -1.6389 -1.7102h -1.7815 c -0.3420,-0.0000 -0.5131,0.1140 -0.5131 0.4561ZM 444.7144,110.8698 ZM 445.9828,109.8437 v -3.5487 c 0.0000,-0.7126 -0.0998,-0.8694 -0.3135 -0.8694c -0.1853,-0.0000 -0.3563,0.0143 -0.5986 0.0713l -0.0713,-0.3990 c 0.8979,-0.1568 1.0546,-0.1995 1.4822 -0.4133c 0.1425,-0.0713 0.2565,-0.1140 0.3563 -0.1140h 0.2138 l -0.0428,1.2827 h 0.0428 c 0.3705,-0.5558 0.9976,-1.2827 1.6674 -1.2827c 0.5843,-0.0000 0.7981,0.2850 0.7981 0.6556c 0.0000,0.3705 -0.2423,0.5986 -0.6128 0.5986c -0.2850,-0.0000 -0.4418,-0.1140 -0.5843 -0.2565c -0.0855,-0.0855 -0.1853,-0.1283 -0.2850 -0.1283c -0.1568,-0.0000 -0.4703,0.2565 -0.8123 0.7411c -0.0998,0.1283 -0.1710,0.3135 -0.1710 0.4988v 3.1639 c 0.0000,0.4133 0.1425,0.6271 0.6128 0.6271h 0.4133 c 0.0713,-0.0000 0.1283,0.0428 0.1283 0.1140v 0.2708 l -0.0285,0.0285 c 0.0000,-0.0000 -1.1259,-0.0285 -1.6817 -0.0285c -0.5131,-0.0000 -1.4822,0.0285 -1.4822 0.0285l -0.0143,-0.0285 v -0.2708 c 0.0000,-0.0713 0.0285,-0.1140 0.0998 -0.1140h 0.2708 c 0.4846,-0.0000 0.6128,-0.2138 0.6128 -0.6271ZM 449.6597,110.8698 ZM 450.7713,102.7321 c 0.0000,-0.3705 0.2993,-0.6841 0.6698 -0.6841c 0.3848,-0.0000 0.6841,0.3135 0.6841 0.6841c 0.0000,0.3848 -0.2993,0.6841 -0.6841 0.6841c -0.3705,-0.0000 -0.6698,-0.2993 -0.6698 -0.6841ZM 450.7713,102.7321 ZM 452.1253,109.8437 c 0.0000,0.4133 0.1568,0.6271 0.6128 0.6271h 0.2708 c 0.0713,-0.0000 0.1283,0.0428 0.1283 0.1140v 0.2708 l -0.0285,0.0285 c 0.0000,-0.0000 -0.9834,-0.0285 -1.5392 -0.0285c -0.4988,-0.0000 -1.4679,0.0285 -1.4679 0.0285l -0.0285,-0.0285 v -0.2708 c 0.0000,-0.0713 0.0428,-0.1140 0.1140 -0.1140h 0.2708 c 0.4703,-0.0000 0.6128,-0.2138 0.6128 -0.6271v -3.5487 c 0.0000,-0.7553 -0.1283,-0.8694 -0.3278 -0.8694c -0.1853,-0.0000 -0.3563,0.0143 -0.5986 0.0713l -0.0713,-0.3990 c 0.9121,-0.1568 1.0689,-0.2138 1.4822 -0.4133c 0.1568,-0.0570 0.2565,-0.1140 0.3563 -0.1140h 0.2138 v 5.2731 ZM 453.4222,110.8698 ZM 454.9043,109.5159 c 0.5701,-0.0000 0.9406,0.5558 0.9406 1.4109c 0.0000,0.9976 -0.7126,1.4679 -1.5677 1.6247l -0.0713,-0.3563 c 0.7411,-0.1853 1.0831,-0.6128 1.0831 -0.9121c 0.0000,-0.3278 -0.2423,-0.3848 -0.5131 -0.4133c -0.2565,-0.0428 -0.6271,-0.1568 -0.6271 -0.6271c 0.0000,-0.3990 0.3135,-0.7268 0.7553 -0.7268ZM 460.1062,110.8698 ZM 460.9328,104.5563 c 0.0000,-0.8123 0.7838,-1.9240 2.2803 -1.9240c 1.0974,-0.0000 2.3800,0.4133 2.3800 2.0522c 0.0000,1.0831 -0.5558,1.6247 -1.3254 2.3658l -1.3539,1.3112 c -0.0713,0.0713 -1.0261,1.0119 -1.0261 1.6817h 2.4228 c 0.4846,-0.0000 0.7411,-0.2423 0.9406 -1.0261l 0.3563,0.0570 l -0.2850,1.7957 h -4.4038 c 0.0000,-0.7981 0.1283,-1.4109 1.4537 -2.7648l 0.9976,-0.9834 c 0.7981,-0.8123 1.1259,-1.5107 1.1259 -2.3800c 0.0000,-1.2969 -0.8836,-1.6674 -1.3682 -1.6674c -0.9834,-0.0000 -1.2542,0.5131 -1.2542 0.8551c 0.0000,0.1140 0.0285,0.2280 0.0570 0.3278c 0.0285,0.0998 0.0570,0.1995 0.0570 0.3135c 0.0000,0.3705 -0.2850,0.5131 -0.5131 0.5131c -0.3135,-0.0000 -0.5416,-0.2423 -0.5416 -0.5273ZM 466.3485,110.8698 ZM 470.8948,106.5373 c 0.0000,-0.1425 0.0143,-0.3563 0.0143 -0.4988c 0.0000,-2.3943 -1.0689,-2.9929 -1.7957 -2.9929c -0.6556,-0.0000 -1.3397,0.6128 -1.3397 2.0950c 0.0000,0.6841 0.3420,2.0380 1.6960 2.0380c 0.2993,-0.0000 0.8409,-0.0285 1.4252 -0.6413ZM 470.8948,106.5373 ZM 467.1466,110.6703 c 0.9406,-0.0855 1.7245,-0.3278 2.4228 -0.9976c 0.6413,-0.6413 1.1116,-1.5962 1.2827 -2.7363c -0.3278,0.3990 -1.1259,0.6983 -1.6532 0.6983c -2.1093,-0.0000 -2.3943,-1.7387 -2.3943 -2.3943c 0.0000,-0.9691 0.4846,-2.6081 2.4513 -2.6081c 1.0546,-0.0000 2.6366,0.6128 2.6366 3.4489c 0.0000,1.3112 -0.4561,2.5938 -1.4252 3.5772c -0.9121,0.9264 -1.8812,1.3112 -3.2779 1.3824ZM 476.1536,110.8698 ZM 477.0230,113.2498 c 0.6983,-0.0000 1.1686,-0.7411 1.1686 -3.3064v -7.0403 c 0.0000,-0.4276 -0.3135,-0.8409 -0.8694 -0.8409h -0.5273 c -0.0570,-0.0000 -0.1140,-0.0428 -0.1140 -0.1140v -0.2708 l 0.0285,-0.0143 c 0.0000,-0.0000 1.4822,0.0143 2.0380 0.0143c 0.4988,-0.0000 1.6960,-0.0143 1.6960 -0.0143l 0.0285,0.0143 v 0.2708 c 0.0000,0.0713 -0.0428,0.1140 -0.1140 0.1140h -0.2423 c -0.5843,-0.0000 -0.7696,0.2280 -0.7696 0.6271v 6.9406 c 0.0000,1.6674 -0.2423,2.5938 -1.0546 3.4489c -0.3705,0.3705 -0.8409,0.6128 -1.2542 0.6128c -0.4846,-0.0000 -1.4964,-0.1853 -1.4964 -0.9406c 0.0000,-0.3563 0.2423,-0.4276 0.4561 -0.4276c 0.3990,-0.0000 0.4988,0.3848 0.5416 0.5558c 0.0428,0.1710 0.0855,0.3705 0.4846 0.3705ZM 480.6429,110.8698 ZM 486.7569,109.2166 c 0.0000,0.7126 0.0713,0.9406 0.3563 0.9406c 0.1710,-0.0000 0.4846,-0.0285 0.7268 -0.0713l 0.0570,0.3990 c -0.8694,0.1568 -1.5677,0.2993 -1.8955 0.5558h -0.3135 l 0.0428,-1.0546 h -0.0428 c -0.7838,0.8551 -1.4252,1.0546 -2.0095 1.0546c -1.4109,-0.0000 -1.7815,-0.9549 -1.7815 -1.9382v -3.2494 c 0.0000,-0.4703 -0.0998,-0.7126 -0.6271 -0.7126c -0.0570,-0.0000 -0.1568,0.0143 -0.2423 0.0143l -0.0428,-0.0143 v -0.3705 l 0.0428,-0.0428 c 0.0000,-0.0000 0.9691,0.0285 1.4252 0.0285c 0.1995,-0.0000 0.5273,-0.0285 0.5273 -0.0285l -0.0143,1.1401 v 3.0356 c 0.0000,1.2684 0.6556,1.4964 1.0831 1.4964c 0.3278,-0.0000 0.6271,-0.1283 0.9264 -0.3420c 0.3420,-0.2565 0.5701,-0.4561 0.7126 -0.6413v -3.5202 c 0.0000,-0.5131 -0.0713,-0.7553 -0.5986 -0.7553c -0.0855,-0.0000 -0.2423,0.0143 -0.2850 0.0143l -0.0285,-0.0285 v -0.3563 l 0.0285,-0.0428 c 0.0000,-0.0000 1.0119,0.0285 1.4109 0.0285c 0.3278,-0.0000 0.5558,-0.0285 0.5558 -0.0285l -0.0143,1.1259 v 3.3634 ZM 488.0111,110.8698 ZM 493.1987,109.8437 v -3.1211 c 0.0000,-0.9976 -0.1710,-1.4679 -0.9264 -1.4679c -0.6271,-0.0000 -1.1686,0.2423 -1.8955 1.0974v 3.4917 c 0.0000,0.4133 0.1425,0.6271 0.6128 0.6271h 0.1995 c 0.0713,-0.0000 0.1140,0.0428 0.1140 0.1140v 0.2708 l -0.0285,0.0285 c 0.0000,-0.0000 -0.8979,-0.0285 -1.4537 -0.0285c -0.5131,-0.0000 -1.4822,0.0285 -1.4822 0.0285l -0.0285,-0.0285 v -0.2708 c 0.0000,-0.0713 0.0428,-0.1140 0.1140 -0.1140h 0.2708 c 0.4846,-0.0000 0.6128,-0.2138 0.6128 -0.6271v -3.5487 c 0.0000,-0.7696 -0.1140,-0.8694 -0.3135 -0.8694c -0.1853,-0.0000 -0.3563,0.0143 -0.5986 0.0713l -0.0713,-0.3990 c 0.5986,-0.0998 1.0261,-0.1710 1.4679 -0.4133c 0.1568,-0.0713 0.2708,-0.1140 0.3705 -0.1140h 0.2138 l -0.0428,1.2684 h 0.0428 c 0.9121,-1.0689 1.5962,-1.2684 2.3230 -1.2684c 1.2827,-0.0000 1.5534,0.9834 1.5534 2.2518v 3.0214 c 0.0000,0.4133 0.1568,0.6271 0.6128 0.6271h 0.2708 c 0.0713,-0.0000 0.1283,0.0428 0.1283 0.1140v 0.2708 l -0.0285,0.0285 c 0.0000,-0.0000 -0.9834,-0.0285 -1.5392 -0.0285c -0.4988,-0.0000 -1.3967,0.0285 -1.3967 0.0285l -0.0285,-0.0285 v -0.2708 c 0.0000,-0.0713 0.0428,-0.1140 0.1140 -0.1140h 0.1995 c 0.4703,-0.0000 0.6128,-0.2138 0.6128 -0.6271Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,255)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 326.7815,134.6523 l -0.0000,-8.5938 h -8.5938 l -0.0000,8.5938 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 239.7663,142.3369 ZM 241.5477,133.7004 c -0.7838,-0.0000 -0.9691,0.1710 -1.2542 1.3112l -0.4276,-0.0713 c 0.1710,-0.7553 0.2565,-1.4964 0.3135 -2.1948l 0.3848,0.0570 c 0.0000,0.0855 0.0000,0.3278 0.2993 0.3278h 5.5724 c 1.2542,-0.0000 1.6674,-0.1710 2.4228 -0.7411h 0.3135 v 4.8598 c 0.9549,-0.9549 1.7815,-1.1829 2.3373 -1.1829c 1.0261,-0.0000 1.5392,0.7838 1.5392 2.2518v 2.9929 c 0.0000,0.4133 0.1425,0.6271 0.6128 0.6271h 0.2708 c 0.0713,-0.0000 0.1140,0.0428 0.1140 0.1140v 0.2708 l -0.0285,0.0285 c 0.0000,-0.0000 -0.9691,-0.0285 -1.5249 -0.0285c -0.5131,-0.0000 -1.4679,0.0285 -1.4679 0.0285l -0.0285,-0.0285 v -0.2708 c 0.0000,-0.0713 0.0428,-0.1140 0.0998 -0.1140h 0.2708 c 0.4846,-0.0000 0.6128,-0.2138 0.6128 -0.6271v -2.8788 c 0.0000,-1.1544 -0.4418,-1.6960 -1.0974 -1.6960c -0.4133,-0.0000 -0.8694,0.2423 -1.7102 1.0404v 3.5344 c 0.0000,0.4133 0.1425,0.6271 0.6128 0.6271h 0.2708 c 0.0570,-0.0000 0.1140,0.0428 0.1140 0.1140v 0.2708 l -0.0285,0.0285 c 0.0000,-0.0000 -0.9691,-0.0285 -1.5249 -0.0285c -0.5131,-0.0000 -1.4822,0.0285 -1.4822 0.0285l -0.0285,-0.0285 v -0.2708 c 0.0000,-0.0713 0.0428,-0.1140 0.1140 -0.1140h 0.2708 c 0.4846,-0.0000 0.6128,-0.2138 0.6128 -0.6271v -6.6555 c 0.0000,-0.7838 -0.1283,-0.9549 -1.1259 -0.9549h -1.7102 c -0.5131,-0.0000 -0.6841,0.1140 -0.6841 0.5986v 7.0118 c 0.0000,0.4418 0.2138,0.6271 0.7838 0.6271h 0.3705 c 0.0570,-0.0000 0.1140,0.0428 0.1140 0.1140v 0.2708 l -0.0285,0.0285 c 0.0000,-0.0000 -1.2399,-0.0285 -1.7957 -0.0285c -0.5131,-0.0000 -1.8385,0.0285 -1.8385 0.0285l -0.0285,-0.0285 v -0.2708 c 0.0000,-0.0713 0.0428,-0.1140 0.1140 -0.1140h 0.3848 c 0.5843,-0.0000 0.7696,-0.2280 0.7696 -0.6271v -7.0546 c 0.0000,-0.4418 -0.1710,-0.5558 -0.6841 -0.5558h -1.1971 ZM 254.1462,142.3369 ZM 260.2602,140.6837 c 0.0000,0.7126 0.0713,0.9406 0.3563 0.9406c 0.1710,-0.0000 0.4846,-0.0285 0.7268 -0.0713l 0.0570,0.3990 c -0.8694,0.1568 -1.5677,0.2993 -1.8955 0.5558h -0.3135 l 0.0428,-1.0546 h -0.0428 c -0.7838,0.8551 -1.4252,1.0546 -2.0095 1.0546c -1.4109,-0.0000 -1.7815,-0.9549 -1.7815 -1.9382v -3.2494 c 0.0000,-0.4703 -0.0998,-0.7126 -0.6271 -0.7126c -0.0570,-0.0000 -0.1568,0.0143 -0.2423 0.0143l -0.0428,-0.0143 v -0.3705 l 0.0428,-0.0428 c 0.0000,-0.0000 0.9691,0.0285 1.4252 0.0285c 0.1995,-0.0000 0.5273,-0.0285 0.5273 -0.0285l -0.0143,1.1401 v 3.0356 c 0.0000,1.2684 0.6556,1.4964 1.0831 1.4964c 0.3278,-0.0000 0.6271,-0.1283 0.9264 -0.3420c 0.3420,-0.2565 0.5701,-0.4561 0.7126 -0.6413v -3.5202 c 0.0000,-0.5131 -0.0713,-0.7553 -0.5986 -0.7553c -0.0855,-0.0000 -0.2423,0.0143 -0.2850 0.0143l -0.0285,-0.0285 v -0.3563 l 0.0285,-0.0428 c 0.0000,-0.0000 1.0119,0.0285 1.4109 0.0285c 0.3278,-0.0000 0.5558,-0.0285 0.5558 -0.0285l -0.0143,1.1259 v 3.3634 ZM 261.5144,142.3369 ZM 262.9966,140.9830 c 0.5701,-0.0000 0.9406,0.5558 0.9406 1.4109c 0.0000,0.9976 -0.7126,1.4679 -1.5677 1.6247l -0.0713,-0.3563 c 0.7411,-0.1853 1.0831,-0.6128 1.0831 -0.9121c 0.0000,-0.3278 -0.2423,-0.3848 -0.5131 -0.4133c -0.2565,-0.0428 -0.6271,-0.1568 -0.6271 -0.6271c 0.0000,-0.3990 0.3135,-0.7268 0.7553 -0.7268ZM 268.1984,142.3369 ZM 271.2768,134.5412 c -0.3563,-0.0000 -1.3967,0.1995 -1.3967 1.0689c 0.0000,0.2565 -0.0998,0.6983 -0.4846 0.6983c -0.3705,-0.0000 -0.3990,-0.4133 -0.3990 -0.4561c 0.0000,-0.4418 0.5843,-1.7530 2.5653 -1.7530c 1.3824,-0.0000 1.7957,0.8694 1.7957 1.4394c 0.0000,0.3563 -0.1140,1.0689 -1.3967 1.8812c 0.7981,0.1283 1.8527,0.7126 1.8527 2.1948c 0.0000,1.8812 -1.4252,2.8931 -3.0356 2.8931c -0.8123,-0.0000 -1.9525,-0.3563 -1.9525 -0.8979c 0.0000,-0.2138 0.2138,-0.4561 0.4988 -0.4561c 0.2708,-0.0000 0.3990,0.1425 0.5273 0.3278c 0.1568,0.2423 0.4133,0.5843 1.0974 0.5843c 0.4703,-0.0000 1.8100,-0.4703 1.8100 -2.2660c 0.0000,-1.5249 -1.0689,-1.7672 -1.8385 -1.7672c -0.1283,-0.0000 -0.2850,0.0285 -0.4418 0.0570l -0.0570,-0.4276 c 1.0974,-0.1853 2.0095,-1.2542 2.0095 -1.9097c 0.0000,-0.8123 -0.5701,-1.2114 -1.1544 -1.2114ZM 274.4407,142.3369 ZM 277.1200,135.5389 c -0.2708,-0.0000 -0.8979,0.2565 -1.2114 0.3990l -0.1710,-0.4418 c 1.2542,-0.5843 1.7387,-0.8836 2.4513 -1.3967h 0.2708 v 7.1686 c 0.0000,0.5131 0.0713,0.6556 0.5416 0.6556h 0.7411 c 0.0428,-0.0000 0.1140,0.0285 0.1140 0.1140v 0.3135 l -1.9525,-0.0285 l -1.9810,0.0285 v -0.3135 c 0.0143,-0.0428 0.0285,-0.1140 0.1140 -0.1140h 0.8551 c 0.5416,-0.0000 0.5416,-0.2423 0.5416 -0.6556v -4.9026 c 0.0000,-0.4846 0.0000,-0.8266 -0.3135 -0.8266ZM 284.2458,142.3369 ZM 293.7232,141.0970 l -0.4276,-6.3705 l -3.2066,7.5392 c -0.0570,0.1140 -0.1140,0.1568 -0.1995 0.1568c -0.0855,-0.0000 -0.1710,-0.0570 -0.2138 -0.1568l -2.9786,-7.3966 l -0.5986,6.2422 c 0.0000,0.4133 0.0570,0.8266 0.4846 0.8266h 0.3705 c 0.0713,-0.0000 0.1425,0.0428 0.1425 0.1140v 0.2565 l -0.0285,0.0428 c 0.0000,-0.0000 -0.7411,-0.0285 -1.3112 -0.0285c -0.4988,-0.0000 -1.2827,0.0285 -1.2827 0.0285l -0.0143,-0.0285 v -0.2708 c 0.0000,-0.0713 0.0428,-0.1140 0.1283 -0.1140h 0.3848 c 0.4561,-0.0000 0.5701,-0.4418 0.5986 -0.8266l 0.6556,-6.9548 c 0.0000,-0.4133 -0.0855,-0.6271 -0.5416 -0.6271h -0.4133 c -0.0998,-0.0000 -0.1425,-0.0428 -0.1425 -0.0998v -0.2565 l 0.0428,-0.0428 h 2.0950 l 2.9216,7.2541 c 0.0428,0.1283 0.0713,0.1853 0.1140 0.1853c 0.0285,-0.0000 0.0713,-0.0570 0.1283 -0.1995l 3.0926,-7.2399 h 1.8385 l 0.0285,0.0428 v 0.2565 c 0.0000,0.0855 -0.1140,0.0998 -0.1568 0.0998h -0.3848 c -0.4276,-0.0000 -0.5416,0.2565 -0.5416 0.6271l 0.4703,6.9406 c 0.0285,0.4561 0.1425,0.8409 0.6128 0.8409h 0.3848 c 0.0998,-0.0000 0.1568,0.0428 0.1568 0.1140v 0.2708 l -0.0285,0.0285 c 0.0000,-0.0000 -1.0404,-0.0285 -1.5962 -0.0285c -0.5131,-0.0000 -1.5249,0.0285 -1.5249 0.0285l -0.0428,-0.0285 v -0.2708 c 0.0000,-0.0713 0.0713,-0.1140 0.1283 -0.1140h 0.3848 c 0.4133,-0.0000 0.4703,-0.4703 0.4703 -0.8409ZM 296.2030,142.3369 ZM 300.3503,138.8453 l -1.1259,0.2850 c -1.2542,0.3848 -1.4394,1.0404 -1.4394 1.6817c 0.0000,0.4418 0.2138,1.1116 1.1116 1.1116c 0.4276,-0.0000 1.0831,-0.4133 1.4537 -0.7268v -2.3515 ZM 300.3503,138.8453 ZM 301.2624,142.5079 c -0.5416,-0.0000 -0.8409,-0.4846 -0.8979 -0.8266l -0.3278,0.2280 c -0.6556,0.4561 -0.8979,0.5986 -1.5534 0.5986c -0.9976,-0.0000 -1.7245,-0.5701 -1.7245 -1.6389c 0.0000,-1.0831 0.9264,-1.8242 2.2803 -2.1663l 1.3112,-0.3278 c 0.0000,-1.6104 -0.7411,-1.9097 -1.2256 -1.9097c -0.5416,-0.0000 -1.1686,0.2423 -1.1686 0.6841c 0.0000,0.1568 0.0285,0.2423 0.0428 0.2850c 0.0285,0.0570 0.0428,0.1568 0.0428 0.2565c 0.0000,0.1853 -0.1425,0.4703 -0.5558 0.4703c -0.3420,-0.0000 -0.5701,-0.2280 -0.5701 -0.5701c 0.0000,-0.8266 1.3397,-1.5534 2.2518 -1.5534c 1.0404,-0.0000 2.2375,0.4276 2.2375 2.4513v 2.0950 c 0.0000,0.8694 0.0143,1.2399 0.3420 1.2399c 0.3135,-0.0000 0.3990,-0.3990 0.4133 -0.7126l 0.3563,0.0713 c -0.0855,1.0404 -0.5273,1.3254 -1.2542 1.3254ZM 302.6305,142.3369 ZM 305.5949,136.4937 c 0.0000,0.0713 -0.0855,0.1140 -0.1568 0.1140c -0.4276,-0.0000 -0.6128,0.0855 -0.6128 0.3135c 0.0000,0.0855 0.0285,0.1995 0.0855 0.3278l 1.5677,3.6769 l 1.5819,-3.6199 c 0.0713,-0.1283 0.0998,-0.2423 0.0998 -0.3278c 0.0000,-0.2993 -0.2850,-0.3705 -0.5986 -0.3705h -0.0570 c -0.0713,-0.0000 -0.1425,-0.0570 -0.1425 -0.0998v -0.2708 l 0.0285,-0.0428 c 0.0000,-0.0000 0.8409,0.0285 1.3397 0.0285c 0.3990,-0.0000 0.9834,-0.0285 0.9834 -0.0285l 0.0428,0.0285 v 0.2708 c 0.0000,0.0713 -0.0570,0.1140 -0.1568 0.1140c -0.5416,-0.0000 -0.8123,0.5558 -1.0119 0.9691c -0.7553,1.5962 -1.3824,3.0641 -2.5226 5.8147c -0.4276,1.0261 -0.9406,2.2233 -1.9525 2.2233c -0.2708,-0.0000 -0.8266,-0.1568 -0.8266 -0.6698c 0.0000,-0.4276 0.3135,-0.5558 0.5416 -0.5558c 0.2138,-0.0000 0.3563,0.0855 0.4418 0.1995c 0.1425,0.1425 0.2423,0.2423 0.3848 0.2423c 0.2138,-0.0000 0.7126,-1.2256 1.0689 -2.0950c 0.0855,-0.1710 0.1140,-0.3135 0.1140 -0.4418c 0.0000,-0.1425 -0.1283,-0.5273 -0.2423 -0.8123l -1.7957,-4.1757 c -0.2280,-0.5416 -0.3848,-0.6983 -0.8694 -0.6983c -0.0855,-0.0000 -0.1425,-0.0428 -0.1425 -0.0998v -0.2850 l 0.0285,-0.0285 c 0.0000,-0.0000 0.6271,0.0285 1.0546 0.0285c 0.6698,-0.0000 1.6960,-0.0285 1.6960 -0.0285l 0.0285,0.0428 v 0.2565 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,255)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 279.1224,166.1195 l -0.0000,-8.5938 h -8.5938 l -0.0000,8.5938 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 187.3259,175.9742 ZM 196.8033,174.7343 l -0.4276,-6.3705 l -3.2066,7.5392 c -0.0570,0.1140 -0.1140,0.1568 -0.1995 0.1568c -0.0855,-0.0000 -0.1710,-0.0570 -0.2138 -0.1568l -2.9786,-7.3966 l -0.5986,6.2422 c 0.0000,0.4133 0.0570,0.8266 0.4846 0.8266h 0.3705 c 0.0713,-0.0000 0.1425,0.0428 0.1425 0.1140v 0.2565 l -0.0285,0.0428 c 0.0000,-0.0000 -0.7411,-0.0285 -1.3112 -0.0285c -0.4988,-0.0000 -1.2827,0.0285 -1.2827 0.0285l -0.0143,-0.0285 v -0.2708 c 0.0000,-0.0713 0.0428,-0.1140 0.1283 -0.1140h 0.3848 c 0.4561,-0.0000 0.5701,-0.4418 0.5986 -0.8266l 0.6556,-6.9548 c 0.0000,-0.4133 -0.0855,-0.6271 -0.5416 -0.6271h -0.4133 c -0.0998,-0.0000 -0.1425,-0.0428 -0.1425 -0.0998v -0.2565 l 0.0428,-0.0428 h 2.0950 l 2.9216,7.2541 c 0.0428,0.1283 0.0713,0.1853 0.1140 0.1853c 0.0285,-0.0000 0.0713,-0.0570 0.1283 -0.1995l 3.0926,-7.2399 h 1.8385 l 0.0285,0.0428 v 0.2565 c 0.0000,0.0855 -0.1140,0.0998 -0.1568 0.0998h -0.3848 c -0.4276,-0.0000 -0.5416,0.2565 -0.5416 0.6271l 0.4703,6.9406 c 0.0285,0.4561 0.1425,0.8409 0.6128 0.8409h 0.3848 c 0.0998,-0.0000 0.1568,0.0428 0.1568 0.1140v 0.2708 l -0.0285,0.0285 c 0.0000,-0.0000 -1.0404,-0.0285 -1.5962 -0.0285c -0.5131,-0.0000 -1.5249,0.0285 -1.5249 0.0285l -0.0428,-0.0285 v -0.2708 c 0.0000,-0.0713 0.0713,-0.1140 0.1283 -0.1140h 0.3848 c 0.4133,-0.0000 0.4703,-0.4703 0.4703 -0.8409ZM 199.2830,175.9742 ZM 199.7676,173.0526 c 0.0000,-1.9525 1.0546,-3.3777 2.9501 -3.3777c 2.1093,-0.0000 2.9216,1.7672 2.9216 3.2494c 0.0000,1.4252 -0.9264,3.2209 -2.9501 3.2209c -1.9097,-0.0000 -2.9216,-1.6389 -2.9216 -3.0926ZM 199.7676,173.0526 ZM 202.5609,170.1452 c -1.1401,-0.0000 -1.6674,1.3397 -1.6674 2.5796c 0.0000,1.0974 0.6271,2.9216 2.0380 2.9216c 0.6413,-0.0000 1.5819,-0.3848 1.5819 -2.2660c 0.0000,-2.0950 -0.7838,-3.2351 -1.9525 -3.2351ZM 206.1096,175.9742 ZM 211.2972,174.9481 v -3.1211 c 0.0000,-0.9976 -0.1710,-1.4679 -0.9264 -1.4679c -0.6271,-0.0000 -1.1686,0.2423 -1.8955 1.0974v 3.4917 c 0.0000,0.4133 0.1425,0.6271 0.6128 0.6271h 0.1995 c 0.0713,-0.0000 0.1140,0.0428 0.1140 0.1140v 0.2708 l -0.0285,0.0285 c 0.0000,-0.0000 -0.8979,-0.0285 -1.4537 -0.0285c -0.5131,-0.0000 -1.4822,0.0285 -1.4822 0.0285l -0.0285,-0.0285 v -0.2708 c 0.0000,-0.0713 0.0428,-0.1140 0.1140 -0.1140h 0.2708 c 0.4846,-0.0000 0.6128,-0.2138 0.6128 -0.6271v -3.5487 c 0.0000,-0.7696 -0.1140,-0.8694 -0.3135 -0.8694c -0.1853,-0.0000 -0.3563,0.0143 -0.5986 0.0713l -0.0713,-0.3990 c 0.5986,-0.0998 1.0261,-0.1710 1.4679 -0.4133c 0.1568,-0.0713 0.2708,-0.1140 0.3705 -0.1140h 0.2138 l -0.0428,1.2684 h 0.0428 c 0.9121,-1.0689 1.5962,-1.2684 2.3230 -1.2684c 1.2827,-0.0000 1.5534,0.9834 1.5534 2.2518v 3.0214 c 0.0000,0.4133 0.1568,0.6271 0.6128 0.6271h 0.2708 c 0.0713,-0.0000 0.1283,0.0428 0.1283 0.1140v 0.2708 l -0.0285,0.0285 c 0.0000,-0.0000 -0.9834,-0.0285 -1.5392 -0.0285c -0.4988,-0.0000 -1.3967,0.0285 -1.3967 0.0285l -0.0285,-0.0285 v -0.2708 c 0.0000,-0.0713 0.0428,-0.1140 0.1140 -0.1140h 0.1995 c 0.4703,-0.0000 0.6128,-0.2138 0.6128 -0.6271ZM 213.5205,175.9742 ZM 215.0027,174.6203 c 0.5701,-0.0000 0.9406,0.5558 0.9406 1.4109c 0.0000,0.9976 -0.7126,1.4679 -1.5677 1.6247l -0.0713,-0.3563 c 0.7411,-0.1853 1.0831,-0.6128 1.0831 -0.9121c 0.0000,-0.3278 -0.2423,-0.3848 -0.5131 -0.4133c -0.2565,-0.0428 -0.6271,-0.1568 -0.6271 -0.6271c 0.0000,-0.3990 0.3135,-0.7268 0.7553 -0.7268ZM 220.2046,175.9742 ZM 223.2829,168.1785 c -0.3563,-0.0000 -1.3967,0.1995 -1.3967 1.0689c 0.0000,0.2565 -0.0998,0.6983 -0.4846 0.6983c -0.3705,-0.0000 -0.3990,-0.4133 -0.3990 -0.4561c 0.0000,-0.4418 0.5843,-1.7530 2.5653 -1.7530c 1.3824,-0.0000 1.7957,0.8694 1.7957 1.4394c 0.0000,0.3563 -0.1140,1.0689 -1.3967 1.8812c 0.7981,0.1283 1.8527,0.7126 1.8527 2.1948c 0.0000,1.8812 -1.4252,2.8931 -3.0356 2.8931c -0.8123,-0.0000 -1.9525,-0.3563 -1.9525 -0.8979c 0.0000,-0.2138 0.2138,-0.4561 0.4988 -0.4561c 0.2708,-0.0000 0.3990,0.1425 0.5273 0.3278c 0.1568,0.2423 0.4133,0.5843 1.0974 0.5843c 0.4703,-0.0000 1.8100,-0.4703 1.8100 -2.2660c 0.0000,-1.5249 -1.0689,-1.7672 -1.8385 -1.7672c -0.1283,-0.0000 -0.2850,0.0285 -0.4418 0.0570l -0.0570,-0.4276 c 1.0974,-0.1853 2.0095,-1.2542 2.0095 -1.9097c 0.0000,-0.8123 -0.5701,-1.2114 -1.1544 -1.2114ZM 226.4468,175.9742 ZM 229.5679,168.2355 c -0.6128,-0.0000 -1.5107,0.5986 -1.5107 3.9192c 0.0000,1.1686 0.2138,3.5202 1.4679 3.5202c 0.2423,-0.0000 0.9264,-0.1568 1.2256 -1.2684c 0.1853,-0.6841 0.2850,-1.5392 0.2850 -2.7791c 0.0000,-1.8100 -0.4561,-2.8218 -0.8694 -3.1781c -0.1568,-0.1425 -0.3705,-0.2138 -0.5986 -0.2138ZM 229.5679,168.2355 ZM 229.5109,176.1452 c -1.5249,-0.0000 -2.5511,-1.9525 -2.5511 -4.1330c 0.0000,-2.6651 1.2684,-4.2755 2.6081 -4.2755c 0.6128,-0.0000 1.2256,0.3848 1.6389 0.9406c 0.5986,0.7981 0.9121,1.8670 0.9121 3.2066c 0.0000,3.1639 -1.5677,4.2613 -2.6081 4.2613ZM 236.2520,175.9742 ZM 239.9432,171.9410 h 2.5511 l -1.4109,-3.8052 l -1.4822,3.5487 c -0.0143,0.0570 -0.0285,0.0855 -0.0285 0.1283c 0.0000,0.0855 0.0998,0.1283 0.3705 0.1283ZM 239.9432,171.9410 ZM 238.2472,174.9481 c -0.0428,0.0998 -0.0570,0.1853 -0.0570 0.2708c 0.0000,0.2280 0.2280,0.3563 0.6556 0.3563h 0.4133 c 0.0570,-0.0000 0.1140,0.0428 0.1140 0.1140v 0.2708 l -0.0285,0.0285 c 0.0000,-0.0000 -1.4109,-0.0285 -1.7530 -0.0285c -0.3705,-0.0000 -1.2827,0.0285 -1.2827 0.0285l -0.0285,-0.0285 v -0.2708 c 0.0000,-0.0713 0.0428,-0.1140 0.1140 -0.1140h 0.1710 c 0.5843,-0.0000 0.8409,-0.2708 1.0404 -0.7553l 3.3349,-7.7957 c 0.1283,-0.3278 0.2423,-0.4276 0.3848 -0.4276c 0.2565,-0.0000 0.3705,0.1425 0.4846 0.4276l 2.9216,7.7244 c 0.1995,0.5558 0.4846,0.8266 1.0546 0.8266h 0.1568 c 0.0713,-0.0000 0.1425,0.0428 0.1425 0.1140v 0.2708 l -0.0428,0.0285 c 0.0000,-0.0000 -1.0974,-0.0285 -1.6532 -0.0285c -0.4988,-0.0000 -1.8955,0.0285 -1.8955 0.0285l -0.0143,-0.0285 v -0.2708 c 0.0000,-0.0713 0.0285,-0.1140 0.0998 -0.1140h 0.3990 c 0.4418,-0.0000 0.6698,-0.1568 0.6698 -0.3848c 0.0000,-0.0713 -0.0143,-0.1568 -0.0428 -0.2423l -0.9121,-2.4513 h -3.0071 c -0.3420,-0.0000 -0.4561,0.0855 -0.5131 0.2423ZM 246.1569,175.9742 ZM 248.2804,171.4992 v 3.5487 c 0.4988,0.5843 0.9691,0.6128 1.1971 0.6128c 1.5249,-0.0000 1.8670,-1.4252 1.8670 -2.6508c 0.0000,-1.7245 -0.6983,-2.6793 -1.5677 -2.6793c -0.4846,-0.0000 -1.1829,0.4133 -1.4964 1.1686ZM 248.2804,171.4992 ZM 247.2258,178.2260 v -7.0546 c 0.0000,-0.5416 -0.1283,-0.6413 -0.3278 -0.6413c -0.1853,-0.0000 -0.3563,0.0143 -0.5986 0.0713l -0.0713,-0.3990 c 0.9121,-0.1568 1.0831,-0.2138 1.4822 -0.4133c 0.1568,-0.0713 0.2565,-0.1140 0.3563 -0.1140h 0.2138 l -0.0428,1.1401 h 0.0428 c 0.6556,-0.9976 1.4252,-1.1401 1.8812 -1.1401c 1.3824,-0.0000 2.2945,1.4394 2.2945 2.9501c 0.0000,1.1544 -0.3563,2.0380 -0.9976 2.6936c -0.5558,0.5558 -1.1401,0.8266 -1.8955 0.8266c -0.5131,-0.0000 -0.9121,-0.1140 -1.2827 -0.3135v 2.3943 c 0.0000,0.4133 0.1568,0.6271 0.6128 0.6271h 0.2708 c 0.0713,-0.0000 0.1283,0.0428 0.1283 0.1140v 0.2708 l -0.0285,0.0285 c 0.0000,-0.0000 -0.9834,-0.0285 -1.5392 -0.0285c -0.4988,-0.0000 -1.4679,0.0285 -1.4679 0.0285l -0.0285,-0.0285 v -0.2708 c 0.0000,-0.0713 0.0428,-0.1140 0.1140 -0.1140h 0.2708 c 0.4703,-0.0000 0.6128,-0.2138 0.6128 -0.6271ZM 252.9835,175.9742 ZM 254.2519,174.9481 v -3.5487 c 0.0000,-0.7126 -0.0998,-0.8694 -0.3135 -0.8694c -0.1853,-0.0000 -0.3563,0.0143 -0.5986 0.0713l -0.0713,-0.3990 c 0.8979,-0.1568 1.0546,-0.1995 1.4822 -0.4133c 0.1425,-0.0713 0.2565,-0.1140 0.3563 -0.1140h 0.2138 l -0.0428,1.2827 h 0.0428 c 0.3705,-0.5558 0.9976,-1.2827 1.6674 -1.2827c 0.5843,-0.0000 0.7981,0.2850 0.7981 0.6556c 0.0000,0.3705 -0.2423,0.5986 -0.6128 0.5986c -0.2850,-0.0000 -0.4418,-0.1140 -0.5843 -0.2565c -0.0855,-0.0855 -0.1853,-0.1283 -0.2850 -0.1283c -0.1568,-0.0000 -0.4703,0.2565 -0.8123 0.7411c -0.0998,0.1283 -0.1710,0.3135 -0.1710 0.4988v 3.1639 c 0.0000,0.4133 0.1425,0.6271 0.6128 0.6271h 0.4133 c 0.0713,-0.0000 0.1283,0.0428 0.1283 0.1140v 0.2708 l -0.0285,0.0285 c 0.0000,-0.0000 -1.1259,-0.0285 -1.6817 -0.0285c -0.5131,-0.0000 -1.4822,0.0285 -1.4822 0.0285l -0.0143,-0.0285 v -0.2708 c 0.0000,-0.0713 0.0285,-0.1140 0.0998 -0.1140h 0.2708 c 0.4846,-0.0000 0.6128,-0.2138 0.6128 -0.6271Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,255)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 226.9242,199.7567 l -0.0000,-8.5938 h -8.5938 l -0.0000,8.5938 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 0.0000,209.6115 ZM 2.5938,201.4310 v 3.0356 h 1.9382 c 0.4988,-0.0000 0.6271,-0.2280 0.7126 -0.6271l 0.0998,-0.4276 c 0.0000,-0.0570 0.0428,-0.1140 0.0998 -0.1140h 0.3135 c 0.0428,-0.0000 0.0570,0.0285 0.0570 0.0570c -0.0570,0.3278 -0.1140,0.8836 -0.1140 1.3539c 0.0000,0.4846 0.0428,0.9264 0.1140 1.3682l -0.0428,0.0428 h -0.3278 c -0.0713,-0.0000 -0.0998,-0.0570 -0.1140 -0.0998l -0.0855,-0.4418 c -0.0713,-0.4133 -0.2280,-0.6271 -0.7126 -0.6271h -1.9382 v 3.6342 c 0.0000,0.4418 0.2138,0.6271 0.7838 0.6271h 0.3705 c 0.0713,-0.0000 0.1140,0.0428 0.1140 0.1140v 0.2708 l -0.0143,0.0285 l -1.7957,-0.0285 c -0.5131,-0.0000 -1.8385,0.0285 -1.8385 0.0285l -0.0285,-0.0285 v -0.2708 c 0.0000,-0.0713 0.0428,-0.1140 0.1140 -0.1140h 0.3705 c 0.5843,-0.0000 0.7838,-0.2280 0.7838 -0.6271v -7.1544 c 0.0000,-0.4133 -0.1283,-0.6271 -0.7411 -0.6271h -0.4276 c -0.0998,-0.0000 -0.1140,-0.0713 -0.1140 -0.0998v -0.2850 l 0.0570,-0.0143 l 1.7815,0.0143 l 1.0546,-0.0143 h 3.5772 c 0.0713,0.7553 0.1853,1.6247 0.2993 2.2090l -0.4133,0.0713 c -0.3135,-0.9834 -0.5701,-1.7102 -1.6389 -1.7102h -1.7815 c -0.3420,-0.0000 -0.5131,0.1140 -0.5131 0.4561ZM 295.1671,209.6115 ZM 296.4355,208.5853 v -3.5487 c 0.0000,-0.7126 -0.0998,-0.8694 -0.3135 -0.8694c -0.1853,-0.0000 -0.3563,0.0143 -0.5986 0.0713l -0.0713,-0.3990 c 0.8979,-0.1568 1.0546,-0.1995 1.4822 -0.4133c 0.1425,-0.0713 0.2565,-0.1140 0.3563 -0.1140h 0.2138 l -0.0428,1.2827 h 0.0428 c 0.3705,-0.5558 0.9976,-1.2827 1.6674 -1.2827c 0.5843,-0.0000 0.7981,0.2850 0.7981 0.6556c 0.0000,0.3705 -0.2423,0.5986 -0.6128 0.5986c -0.2850,-0.0000 -0.4418,-0.1140 -0.5843 -0.2565c -0.0855,-0.0855 -0.1853,-0.1283 -0.2850 -0.1283c -0.1568,-0.0000 -0.4703,0.2565 -0.8123 0.7411c -0.0998,0.1283 -0.1710,0.3135 -0.1710 0.4988v 3.1639 c 0.0000,0.4133 0.1425,0.6271 0.6128 0.6271h 0.4133 c 0.0713,-0.0000 0.1283,0.0428 0.1283 0.1140v 0.2708 l -0.0285,0.0285 c 0.0000,-0.0000 -1.1259,-0.0285 -1.6817 -0.0285c -0.5131,-0.0000 -1.4822,0.0285 -1.4822 0.0285l -0.0143,-0.0285 v -0.2708 c 0.0000,-0.0713 0.0285,-0.1140 0.0998 -0.1140h 0.2708 c 0.4846,-0.0000 0.6128,-0.2138 0.6128 -0.6271ZM 300.1124,209.6115 ZM 301.2240,201.4737 c 0.0000,-0.3705 0.2993,-0.6841 0.6698 -0.6841c 0.3848,-0.0000 0.6841,0.3135 0.6841 0.6841c 0.0000,0.3848 -0.2993,0.6841 -0.6841 0.6841c -0.3705,-0.0000 -0.6698,-0.2993 -0.6698 -0.6841ZM 301.2240,201.4737 ZM 302.5780,208.5853 c 0.0000,0.4133 0.1568,0.6271 0.6128 0.6271h 0.2708 c 0.0713,-0.0000 0.1283,0.0428 0.1283 0.1140v 0.2708 l -0.0285,0.0285 c 0.0000,-0.0000 -0.9834,-0.0285 -1.5392 -0.0285c -0.4988,-0.0000 -1.4679,0.0285 -1.4679 0.0285l -0.0285,-0.0285 v -0.2708 c 0.0000,-0.0713 0.0428,-0.1140 0.1140 -0.1140h 0.2708 c 0.4703,-0.0000 0.6128,-0.2138 0.6128 -0.6271v -3.5487 c 0.0000,-0.7553 -0.1283,-0.8694 -0.3278 -0.8694c -0.1853,-0.0000 -0.3563,0.0143 -0.5986 0.0713l -0.0713,-0.3990 c 0.9121,-0.1568 1.0689,-0.2138 1.4822 -0.4133c 0.1568,-0.0570 0.2565,-0.1140 0.3563 -0.1140h 0.2138 v 5.2731 ZM 303.8749,209.6115 ZM 305.3570,208.2575 c 0.5701,-0.0000 0.9406,0.5558 0.9406 1.4109c 0.0000,0.9976 -0.7126,1.4679 -1.5677 1.6247l -0.0713,-0.3563 c 0.7411,-0.1853 1.0831,-0.6128 1.0831 -0.9121c 0.0000,-0.3278 -0.2423,-0.3848 -0.5131 -0.4133c -0.2565,-0.0428 -0.6271,-0.1568 -0.6271 -0.6271c 0.0000,-0.3990 0.3135,-0.7268 0.7553 -0.7268ZM 310.5589,209.6115 ZM 313.6373,201.8158 c -0.3563,-0.0000 -1.3967,0.1995 -1.3967 1.0689c 0.0000,0.2565 -0.0998,0.6983 -0.4846 0.6983c -0.3705,-0.0000 -0.3990,-0.4133 -0.3990 -0.4561c 0.0000,-0.4418 0.5843,-1.7530 2.5653 -1.7530c 1.3824,-0.0000 1.7957,0.8694 1.7957 1.4394c 0.0000,0.3563 -0.1140,1.0689 -1.3967 1.8812c 0.7981,0.1283 1.8527,0.7126 1.8527 2.1948c 0.0000,1.8812 -1.4252,2.8931 -3.0356 2.8931c -0.8123,-0.0000 -1.9525,-0.3563 -1.9525 -0.8979c 0.0000,-0.2138 0.2138,-0.4561 0.4988 -0.4561c 0.2708,-0.0000 0.3990,0.1425 0.5273 0.3278c 0.1568,0.2423 0.4133,0.5843 1.0974 0.5843c 0.4703,-0.0000 1.8100,-0.4703 1.8100 -2.2660c 0.0000,-1.5249 -1.0689,-1.7672 -1.8385 -1.7672c -0.1283,-0.0000 -0.2850,0.0285 -0.4418 0.0570l -0.0570,-0.4276 c 1.0974,-0.1853 2.0095,-1.2542 2.0095 -1.9097c 0.0000,-0.8123 -0.5701,-1.2114 -1.1544 -1.2114ZM 316.8012,209.6115 ZM 319.9223,201.8728 c -0.6128,-0.0000 -1.5107,0.5986 -1.5107 3.9192c 0.0000,1.1686 0.2138,3.5202 1.4679 3.5202c 0.2423,-0.0000 0.9264,-0.1568 1.2256 -1.2684c 0.1853,-0.6841 0.2850,-1.5392 0.2850 -2.7791c 0.0000,-1.8100 -0.4561,-2.8218 -0.8694 -3.1781c -0.1568,-0.1425 -0.3705,-0.2138 -0.5986 -0.2138ZM 319.9223,201.8728 ZM 319.8653,209.7825 c -1.5249,-0.0000 -2.5511,-1.9525 -2.5511 -4.1330c 0.0000,-2.6651 1.2684,-4.2755 2.6081 -4.2755c 0.6128,-0.0000 1.2256,0.3848 1.6389 0.9406c 0.5986,0.7981 0.9121,1.8670 0.9121 3.2066c 0.0000,3.1639 -1.5677,4.2613 -2.6081 4.2613ZM 326.6063,209.6115 ZM 336.0837,208.3716 l -0.4276,-6.3705 l -3.2066,7.5392 c -0.0570,0.1140 -0.1140,0.1568 -0.1995 0.1568c -0.0855,-0.0000 -0.1710,-0.0570 -0.2138 -0.1568l -2.9786,-7.3966 l -0.5986,6.2422 c 0.0000,0.4133 0.0570,0.8266 0.4846 0.8266h 0.3705 c 0.0713,-0.0000 0.1425,0.0428 0.1425 0.1140v 0.2565 l -0.0285,0.0428 c 0.0000,-0.0000 -0.7411,-0.0285 -1.3112 -0.0285c -0.4988,-0.0000 -1.2827,0.0285 -1.2827 0.0285l -0.0143,-0.0285 v -0.2708 c 0.0000,-0.0713 0.0428,-0.1140 0.1283 -0.1140h 0.3848 c 0.4561,-0.0000 0.5701,-0.4418 0.5986 -0.8266l 0.6556,-6.9548 c 0.0000,-0.4133 -0.0855,-0.6271 -0.5416 -0.6271h -0.4133 c -0.0998,-0.0000 -0.1425,-0.0428 -0.1425 -0.0998v -0.2565 l 0.0428,-0.0428 h 2.0950 l 2.9216,7.2541 c 0.0428,0.1283 0.0713,0.1853 0.1140 0.1853c 0.0285,-0.0000 0.0713,-0.0570 0.1283 -0.1995l 3.0926,-7.2399 h 1.8385 l 0.0285,0.0428 v 0.2565 c 0.0000,0.0855 -0.1140,0.0998 -0.1568 0.0998h -0.3848 c -0.4276,-0.0000 -0.5416,0.2565 -0.5416 0.6271l 0.4703,6.9406 c 0.0285,0.4561 0.1425,0.8409 0.6128 0.8409h 0.3848 c 0.0998,-0.0000 0.1568,0.0428 0.1568 0.1140v 0.2708 l -0.0285,0.0285 c 0.0000,-0.0000 -1.0404,-0.0285 -1.5962 -0.0285c -0.5131,-0.0000 -1.5249,0.0285 -1.5249 0.0285l -0.0428,-0.0285 v -0.2708 c 0.0000,-0.0713 0.0713,-0.1140 0.1283 -0.1140h 0.3848 c 0.4133,-0.0000 0.4703,-0.4703 0.4703 -0.8409ZM 338.5635,209.6115 ZM 342.7108,206.1198 l -1.1259,0.2850 c -1.2542,0.3848 -1.4394,1.0404 -1.4394 1.6817c 0.0000,0.4418 0.2138,1.1116 1.1116 1.1116c 0.4276,-0.0000 1.0831,-0.4133 1.4537 -0.7268v -2.3515 ZM 342.7108,206.1198 ZM 343.6229,209.7825 c -0.5416,-0.0000 -0.8409,-0.4846 -0.8979 -0.8266l -0.3278,0.2280 c -0.6556,0.4561 -0.8979,0.5986 -1.5534 0.5986c -0.9976,-0.0000 -1.7245,-0.5701 -1.7245 -1.6389c 0.0000,-1.0831 0.9264,-1.8242 2.2803 -2.1663l 1.3112,-0.3278 c 0.0000,-1.6104 -0.7411,-1.9097 -1.2256 -1.9097c -0.5416,-0.0000 -1.1686,0.2423 -1.1686 0.6841c 0.0000,0.1568 0.0285,0.2423 0.0428 0.2850c 0.0285,0.0570 0.0428,0.1568 0.0428 0.2565c 0.0000,0.1853 -0.1425,0.4703 -0.5558 0.4703c -0.3420,-0.0000 -0.5701,-0.2280 -0.5701 -0.5701c 0.0000,-0.8266 1.3397,-1.5534 2.2518 -1.5534c 1.0404,-0.0000 2.2375,0.4276 2.2375 2.4513v 2.0950 c 0.0000,0.8694 0.0143,1.2399 0.3420 1.2399c 0.3135,-0.0000 0.3990,-0.3990 0.4133 -0.7126l 0.3563,0.0713 c -0.0855,1.0404 -0.5273,1.3254 -1.2542 1.3254ZM 344.9910,209.6115 ZM 346.2594,208.5853 v -3.5487 c 0.0000,-0.7126 -0.0998,-0.8694 -0.3135 -0.8694c -0.1853,-0.0000 -0.3563,0.0143 -0.5986 0.0713l -0.0713,-0.3990 c 0.8979,-0.1568 1.0546,-0.1995 1.4822 -0.4133c 0.1425,-0.0713 0.2565,-0.1140 0.3563 -0.1140h 0.2138 l -0.0428,1.2827 h 0.0428 c 0.3705,-0.5558 0.9976,-1.2827 1.6674 -1.2827c 0.5843,-0.0000 0.7981,0.2850 0.7981 0.6556c 0.0000,0.3705 -0.2423,0.5986 -0.6128 0.5986c -0.2850,-0.0000 -0.4418,-0.1140 -0.5843 -0.2565c -0.0855,-0.0855 -0.1853,-0.1283 -0.2850 -0.1283c -0.1568,-0.0000 -0.4703,0.2565 -0.8123 0.7411c -0.0998,0.1283 -0.1710,0.3135 -0.1710 0.4988v 3.1639 c 0.0000,0.4133 0.1425,0.6271 0.6128 0.6271h 0.4133 c 0.0713,-0.0000 0.1283,0.0428 0.1283 0.1140v 0.2708 l -0.0285,0.0285 c 0.0000,-0.0000 -1.1259,-0.0285 -1.6817 -0.0285c -0.5131,-0.0000 -1.4822,0.0285 -1.4822 0.0285l -0.0143,-0.0285 v -0.2708 c 0.0000,-0.0713 0.0285,-0.1140 0.0998 -0.1140h 0.2708 c 0.4846,-0.0000 0.6128,-0.2138 0.6128 -0.6271Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,255)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 179.2651,233.3940 l -0.0000,-8.5938 h -8.5938 l -0.0000,8.5938 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 91.0065,242.1636 ZM 95.6098,241.9926 c -0.0570,0.1995 -0.1995,0.3420 -0.3990 0.3420c -0.2138,-0.0000 -0.3848,-0.1140 -0.4703 -0.3420l -2.5938,-7.8384 c -0.1283,-0.3563 -0.3848,-0.7981 -0.7838 -0.7981h -0.1853 c -0.0998,-0.0000 -0.1710,-0.0428 -0.1710 -0.0998v -0.2708 l 0.0285,-0.0285 c 0.0000,-0.0000 0.7411,0.0143 1.2827 0.0143c 0.7268,-0.0000 1.7245,-0.0143 1.7245 -0.0143l 0.0285,0.0285 v 0.2565 c 0.0000,0.0713 -0.0428,0.1140 -0.1283 0.1140h -0.3135 c -0.2708,-0.0000 -0.3990,0.0998 -0.3990 0.2850c 0.0000,0.0998 0.0285,0.2138 0.0855 0.3705l 2.1663,6.5700 l 1.5107,-4.7173 c 0.0570,-0.1710 0.0998,-0.3563 0.0998 -0.5416c 0.0000,-0.1283 -0.0143,-0.2565 -0.0713 -0.3990l -0.2993,-0.9121 c -0.1140,-0.3848 -0.3705,-0.6556 -0.9264 -0.6556h -0.0428 c -0.0998,-0.0000 -0.1710,-0.0428 -0.1710 -0.0998v -0.2708 l 0.0285,-0.0285 c 0.0000,-0.0000 0.7981,0.0143 1.3682 0.0143c 0.6983,-0.0000 1.8242,-0.0143 1.8242 -0.0143l 0.0428,0.0285 v 0.2708 c 0.0000,0.0713 -0.0713,0.0998 -0.1283 0.0998h -0.4133 c -0.2850,-0.0000 -0.3990,0.1995 -0.3990 0.4418c 0.0000,0.1425 0.0285,0.2993 0.0855 0.4703l 2.0950,6.3420 l 2.1805,-6.5558 c 0.0285,-0.1140 0.0570,-0.2280 0.0570 -0.3278c 0.0000,-0.2138 -0.1283,-0.3705 -0.4846 -0.3705h -0.3848 c -0.0713,-0.0000 -0.1140,-0.0570 -0.1140 -0.0998v -0.2708 l 0.0285,-0.0285 c 0.0000,-0.0000 0.8551,0.0143 1.4537 0.0143c 0.4561,-0.0000 1.2114,-0.0143 1.2114 -0.0143l 0.0143,0.0143 v 0.2708 c 0.0000,0.1140 -0.1568,0.1140 -0.1568 0.1140h -0.1568 c -0.4133,-0.0000 -0.6983,0.1568 -0.8836 0.7126l -2.6223,7.9382 c -0.0713,0.2138 -0.2280,0.3278 -0.4276 0.3278c -0.1853,-0.0000 -0.3705,-0.0998 -0.4561 -0.3420l -1.6674,-5.0594 c -0.0713,-0.1995 -0.1425,-0.3990 -0.1995 -0.3990c -0.0713,-0.0000 -0.1425,0.1853 -0.1995 0.3563ZM 104.0468,242.1636 ZM 105.6715,238.2159 h 2.6223 c 0.1425,-0.0000 0.1995,-0.0713 0.1995 -0.1995c 0.0000,-1.3254 -0.6698,-1.6674 -1.1829 -1.6674c -0.3278,-0.0000 -1.3967,0.1283 -1.6389 1.8670ZM 105.6715,238.2159 ZM 109.4339,240.8382 l 0.2850,0.2280 c -0.5416,0.7411 -1.3824,1.2684 -2.4085 1.2684c -1.9525,-0.0000 -2.7791,-1.4537 -2.7791 -3.0071c 0.0000,-2.1663 1.4252,-3.4632 2.7791 -3.4632c 1.8812,-0.0000 2.3230,1.4679 2.3230 2.6651c 0.0000,0.1568 -0.0998,0.2423 -0.2565 0.2423h -3.7482 c -0.0143,0.0855 -0.0143,0.1710 -0.0143 0.2850c 0.0000,1.4537 1.0119,2.5796 2.0380 2.5796c 0.7838,-0.0000 1.2827,-0.2565 1.7815 -0.7981ZM 109.4482,242.1636 ZM 114.2082,240.8952 v -3.6912 c -0.3420,-0.5416 -0.7268,-0.8409 -1.3967 -0.8409c -0.2850,-0.0000 -0.8694,0.0428 -1.3254 0.7126c -0.1995,0.2993 -0.4418,0.9121 -0.4418 1.9382c 0.0000,1.8670 0.9691,2.7221 1.7387 2.7221c 0.4703,-0.0000 0.8551,-0.2850 1.4252 -0.8409ZM 114.2082,240.8952 ZM 115.2771,232.2160 v 8.2375 c 0.0000,0.4276 0.0285,0.6556 0.0570 0.7553c 0.0428,0.1283 0.1995,0.2138 0.3135 0.2138c 0.1710,-0.0000 0.4846,-0.0000 0.6983 -0.0428l 0.0570,0.3990 c -0.8266,0.1425 -1.5677,0.2993 -1.8670 0.5558h -0.3420 l 0.0428,-0.9834 c -0.5416,0.5558 -1.0974,0.9834 -1.8242 0.9834c -1.5392,-0.0000 -2.4798,-1.3112 -2.4798 -3.0641c 0.0000,-1.0546 0.2850,-1.9382 0.8979 -2.5511c 0.5701,-0.5416 1.1971,-0.8551 2.1378 -0.8551c 0.2850,-0.0000 0.9121,0.1283 1.2399 0.3135v -2.1805 c 0.0000,-0.8123 -0.1283,-1.0404 -0.4133 -1.0404l -0.4703,0.0570 c -0.0285,-0.0000 -0.0713,-0.0285 -0.0713 -0.0713l -0.0285,-0.3563 c 0.2280,-0.0000 0.7411,-0.0855 0.9834 -0.1283c 0.2708,-0.0570 0.4703,-0.1140 0.7553 -0.2423h 0.3135 ZM 116.4885,242.1636 ZM 117.9707,240.8097 c 0.5701,-0.0000 0.9406,0.5558 0.9406 1.4109c 0.0000,0.9976 -0.7126,1.4679 -1.5677 1.6247l -0.0713,-0.3563 c 0.7411,-0.1853 1.0831,-0.6128 1.0831 -0.9121c 0.0000,-0.3278 -0.2423,-0.3848 -0.5131 -0.4133c -0.2565,-0.0428 -0.6271,-0.1568 -0.6271 -0.6271c 0.0000,-0.3990 0.3135,-0.7268 0.7553 -0.7268ZM 123.1726,242.1636 ZM 123.9992,235.8501 c 0.0000,-0.8123 0.7838,-1.9240 2.2803 -1.9240c 1.0974,-0.0000 2.3800,0.4133 2.3800 2.0522c 0.0000,1.0831 -0.5558,1.6247 -1.3254 2.3658l -1.3539,1.3112 c -0.0713,0.0713 -1.0261,1.0119 -1.0261 1.6817h 2.4228 c 0.4846,-0.0000 0.7411,-0.2423 0.9406 -1.0261l 0.3563,0.0570 l -0.2850,1.7957 h -4.4038 c 0.0000,-0.7981 0.1283,-1.4109 1.4537 -2.7648l 0.9976,-0.9834 c 0.7981,-0.8123 1.1259,-1.5107 1.1259 -2.3800c 0.0000,-1.2969 -0.8836,-1.6674 -1.3682 -1.6674c -0.9834,-0.0000 -1.2542,0.5131 -1.2542 0.8551c 0.0000,0.1140 0.0285,0.2280 0.0570 0.3278c 0.0285,0.0998 0.0570,0.1995 0.0570 0.3135c 0.0000,0.3705 -0.2850,0.5131 -0.5131 0.5131c -0.3135,-0.0000 -0.5416,-0.2423 -0.5416 -0.5273ZM 129.4148,242.1636 ZM 132.5787,234.2682 c -0.8123,-0.0000 -1.3397,0.6413 -1.3397 1.2684c 0.0000,0.4133 0.1710,0.9121 1.0261 1.4679l 0.4133,0.2565 c 0.3705,-0.2708 1.2399,-0.9264 1.2399 -1.6532c 0.0000,-0.6271 -0.4561,-1.3397 -1.3397 -1.3397ZM 132.5787,234.2682 ZM 134.7592,235.6221 c 0.0000,0.8694 -0.9834,1.5534 -1.5819 1.9525l 0.8266,0.5416 c 0.6983,0.4561 1.0546,1.0831 1.0546 1.8670c 0.0000,1.0261 -0.8409,2.3515 -2.6081 2.3515c -1.4252,-0.0000 -2.4085,-0.7553 -2.4085 -2.1378c 0.0000,-0.5273 0.2280,-1.1401 0.7838 -1.6247c 0.3420,-0.2993 0.6413,-0.5558 0.9834 -0.8123l -0.2423,-0.1425 c -0.8266,-0.5131 -1.2399,-1.0689 -1.2399 -1.8242c 0.0000,-1.0404 0.9406,-1.8670 2.3230 -1.8670c 1.3254,-0.0000 2.1093,0.7268 2.1093 1.6960ZM 134.7592,235.6221 ZM 132.4789,241.9356 c 0.6128,-0.0000 1.6817,-0.3278 1.6817 -1.6817c 0.0000,-0.6413 -0.3990,-1.2827 -1.2399 -1.7957l -0.6271,-0.3848 c -1.1544,0.7696 -1.4109,1.7245 -1.4109 2.1235c 0.0000,1.2114 0.9834,1.7387 1.5962 1.7387ZM 139.2200,242.1636 ZM 141.8138,233.9832 v 3.0356 h 1.9382 c 0.4988,-0.0000 0.6271,-0.2280 0.7126 -0.6271l 0.0998,-0.4276 c 0.0000,-0.0570 0.0428,-0.1140 0.0998 -0.1140h 0.3135 c 0.0428,-0.0000 0.0570,0.0285 0.0570 0.0570c -0.0570,0.3278 -0.1140,0.8836 -0.1140 1.3539c 0.0000,0.4846 0.0428,0.9264 0.1140 1.3682l -0.0428,0.0428 h -0.3278 c -0.0713,-0.0000 -0.0998,-0.0570 -0.1140 -0.0998l -0.0855,-0.4418 c -0.0713,-0.4133 -0.2280,-0.6271 -0.7126 -0.6271h -1.9382 v 3.6342 c 0.0000,0.4418 0.2138,0.6271 0.7838 0.6271h 0.3705 c 0.0713,-0.0000 0.1140,0.0428 0.1140 0.1140v 0.2708 l -0.0143,0.0285 l -1.7957,-0.0285 c -0.5131,-0.0000 -1.8385,0.0285 -1.8385 0.0285l -0.0285,-0.0285 v -0.2708 c 0.0000,-0.0713 0.0428,-0.1140 0.1140 -0.1140h 0.3705 c 0.5843,-0.0000 0.7838,-0.2280 0.7838 -0.6271v -7.1544 c 0.0000,-0.4133 -0.1283,-0.6271 -0.7411 -0.6271h -0.4276 c -0.0998,-0.0000 -0.1140,-0.0713 -0.1140 -0.0998v -0.2850 l 0.0570,-0.0143 l 1.7815,0.0143 l 1.0546,-0.0143 h 3.5772 c 0.0713,0.7553 0.1853,1.6247 0.2993 2.2090l -0.4133,0.0713 c -0.3135,-0.9834 -0.5701,-1.7102 -1.6389 -1.7102h -1.7815 c -0.3420,-0.0000 -0.5131,0.1140 -0.5131 0.4561ZM 146.1606,242.1636 ZM 147.7853,238.2159 h 2.6223 c 0.1425,-0.0000 0.1995,-0.0713 0.1995 -0.1995c 0.0000,-1.3254 -0.6698,-1.6674 -1.1829 -1.6674c -0.3278,-0.0000 -1.3967,0.1283 -1.6389 1.8670ZM 147.7853,238.2159 ZM 151.5477,240.8382 l 0.2850,0.2280 c -0.5416,0.7411 -1.3824,1.2684 -2.4085 1.2684c -1.9525,-0.0000 -2.7791,-1.4537 -2.7791 -3.0071c 0.0000,-2.1663 1.4252,-3.4632 2.7791 -3.4632c 1.8812,-0.0000 2.3230,1.4679 2.3230 2.6651c 0.0000,0.1568 -0.0998,0.2423 -0.2565 0.2423h -3.7482 c -0.0143,0.0855 -0.0143,0.1710 -0.0143 0.2850c 0.0000,1.4537 1.0119,2.5796 2.0380 2.5796c 0.7838,-0.0000 1.2827,-0.2565 1.7815 -0.7981ZM 152.2603,242.1636 ZM 154.3838,241.3798 c 0.2850,0.3420 0.5843,0.4561 1.0261 0.4561c 1.3539,-0.0000 2.0380,-1.2542 2.0380 -2.8788c 0.0000,-1.4537 -0.7411,-2.4940 -1.6104 -2.4940c -0.1568,-0.0000 -0.8979,0.0285 -1.4537 0.6128v 4.3040 ZM 154.3838,241.3798 ZM 153.3149,233.9974 c 0.0000,-0.8123 -0.1425,-1.0404 -0.4276 -1.0404l -0.4561,0.0570 c -0.0428,-0.0000 -0.0713,-0.0285 -0.0713 -0.0713l -0.0285,-0.3563 c 0.2280,-0.0000 0.7411,-0.0855 0.9834 -0.1283c 0.2565,-0.0570 0.4703,-0.1140 0.7553 -0.2423h 0.3135 v 4.4180 c 0.4846,-0.5273 1.0546,-0.7838 1.7387 -0.7838c 1.2399,-0.0000 2.4228,1.1829 2.4228 2.9216c 0.0000,2.2660 -1.5962,3.5487 -3.0499 3.5487c -0.6128,-0.0000 -1.0689,-0.1710 -1.4822 -0.5273c -0.1283,0.1710 -0.3135,0.3848 -0.4418 0.5273l -0.2993,-0.0713 c 0.0428,-0.3420 0.0428,-0.5701 0.0428 -1.1259v -7.1259 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(0,0,255)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 129.3364,265.9462 l -0.0000,-8.5938 h -8.5938 l -0.0000,8.5938 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 432.4941,56.5705 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 430.2246,57.6556 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 427.9551,58.7406 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 425.6856,61.9959 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 423.4161,63.0809 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 421.1466,64.1660 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 418.8772,65.2511 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 416.6077,66.3361 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 414.3382,69.5914 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 412.0687,70.6764 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 409.7992,71.7615 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 407.5297,72.8466 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 405.2603,73.9317 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 402.9908,77.1869 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 400.7213,78.2720 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 398.4518,79.3570 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 396.1823,80.4421 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 393.9128,81.5272 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 391.6434,84.7824 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 389.3739,85.8675 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 387.1044,86.9525 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 384.8349,88.0376 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 382.5654,89.1227 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 380.2959,92.3779 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 378.0265,93.4630 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 375.7570,94.5480 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 373.4875,95.6331 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 371.2180,96.7182 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 368.9485,99.9734 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 366.6790,101.0585 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 364.4096,102.1436 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 362.1401,103.2286 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 359.8706,104.3137 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 357.6011,107.5689 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 355.3316,108.6540 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 353.0621,109.7391 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 350.7927,110.8241 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 348.5232,111.9092 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 346.2537,115.1644 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 343.9842,116.2495 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 341.7147,117.3346 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 339.4452,118.4197 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 337.1757,119.5047 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 334.9063,122.7599 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 332.6368,123.8450 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 330.3673,124.9301 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 328.0978,126.0152 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 325.8283,127.1002 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 323.5588,130.3555 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 321.2894,131.4405 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 319.0199,132.5256 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 316.7504,133.6107 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 314.4809,134.6957 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 312.2114,137.9510 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 309.9419,139.0360 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 307.6725,140.1211 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 305.4030,141.2062 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 303.1335,142.2913 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 300.8640,145.5465 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 298.5945,146.6316 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 296.3250,147.7166 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 294.0556,148.8017 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 291.7861,149.8868 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 289.5166,153.1420 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 287.2471,154.2271 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 284.9776,155.3121 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 282.7081,156.3972 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 280.4387,157.4823 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 278.1692,160.7375 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 275.8997,161.8226 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 273.6302,162.9076 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 271.3607,163.9927 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 269.0912,165.0778 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 266.8218,168.3330 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 264.5523,169.4181 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 262.2828,170.5032 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 260.0133,171.5882 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 257.7438,172.6733 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 255.4743,175.9285 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 253.2049,177.0136 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 250.9354,178.0987 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 248.6659,179.1837 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 246.3964,180.2688 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 244.1269,183.5240 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 241.8574,184.6091 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 239.5880,185.6942 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 237.3185,186.7793 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 235.0490,187.8643 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 232.7795,191.1195 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 230.5100,192.2046 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 228.2405,193.2897 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 225.9710,194.3748 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 223.7016,195.4598 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 221.4321,198.7151 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 219.1626,199.8001 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 216.8931,200.8852 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 214.6236,201.9703 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 212.3541,203.0553 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 210.0847,206.3106 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 207.8152,207.3956 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 205.5457,208.4807 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 203.2762,209.5658 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 201.0067,210.6509 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 198.7372,213.9061 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 196.4678,214.9912 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 194.1983,216.0762 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 191.9288,217.1613 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 189.6593,218.2464 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 187.3898,221.5016 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 185.1203,222.5867 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 182.8509,223.6717 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 180.5814,224.7568 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 178.3119,225.8419 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 176.0424,229.0971 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 173.7729,230.1822 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 171.5034,231.2672 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 169.2340,232.3523 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 166.9645,233.4374 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 164.6950,236.6926 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 162.4255,237.7777 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 160.1560,238.8628 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 157.8865,239.9478 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 155.6171,241.0329 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 153.3476,244.2881 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 151.0781,245.3732 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 148.8086,246.4583 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 146.5391,247.5433 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 144.2696,248.6284 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 142.0002,251.8836 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 139.7307,252.9687 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 137.4612,254.0538 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 135.1917,255.1389 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 132.9222,256.2239 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 130.6527,259.4791 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 128.3832,260.5642 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 126.1138,261.6493 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 123.8443,262.7344 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 121.5748,263.8194 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 119.3053,267.0747 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 117.0358,268.1597 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 114.7663,269.2448 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 112.4969,270.3299 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(102,102,102)" stroke-width="0.0" fill="rgb(255,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 110.2274,271.4149 c 0.0000,-0.5933 -0.4809,-1.0742 -1.0742 -1.0742c -0.5933,-0.0000 -1.0742,0.4809 -1.0742 1.0742c -0.0000,0.5933 0.4809,1.0742 1.0742 1.0742c 0.5933,0.0000 1.0742,-0.4809 1.0742 -1.0742Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.1" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 100.5594,271.4149 l -0.0000,-214.8445 h -4.2969 l -0.0000,214.8445 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 72.1646,80.3987 ZM 74.8440,73.6006 c -0.2708,-0.0000 -0.8979,0.2565 -1.2114 0.3990l -0.1710,-0.4418 c 1.2542,-0.5843 1.7387,-0.8836 2.4513 -1.3967h 0.2708 v 7.1686 c 0.0000,0.5131 0.0713,0.6556 0.5416 0.6556h 0.7411 c 0.0428,-0.0000 0.1140,0.0285 0.1140 0.1140v 0.3135 l -1.9525,-0.0285 l -1.9810,0.0285 v -0.3135 c 0.0143,-0.0428 0.0285,-0.1140 0.1140 -0.1140h 0.8551 c 0.5416,-0.0000 0.5416,-0.2423 0.5416 -0.6556v -4.9026 c 0.0000,-0.4846 0.0000,-0.8266 -0.3135 -0.8266ZM 78.4069,80.3987 ZM 81.5708,72.5032 c -0.8123,-0.0000 -1.3397,0.6413 -1.3397 1.2684c 0.0000,0.4133 0.1710,0.9121 1.0261 1.4679l 0.4133,0.2565 c 0.3705,-0.2708 1.2399,-0.9264 1.2399 -1.6532c 0.0000,-0.6271 -0.4561,-1.3397 -1.3397 -1.3397ZM 81.5708,72.5032 ZM 83.7513,73.8572 c 0.0000,0.8694 -0.9834,1.5534 -1.5819 1.9525l 0.8266,0.5416 c 0.6983,0.4561 1.0546,1.0831 1.0546 1.8670c 0.0000,1.0261 -0.8409,2.3515 -2.6081 2.3515c -1.4252,-0.0000 -2.4085,-0.7553 -2.4085 -2.1378c 0.0000,-0.5273 0.2280,-1.1401 0.7838 -1.6247c 0.3420,-0.2993 0.6413,-0.5558 0.9834 -0.8123l -0.2423,-0.1425 c -0.8266,-0.5131 -1.2399,-1.0689 -1.2399 -1.8242c 0.0000,-1.0404 0.9406,-1.8670 2.3230 -1.8670c 1.3254,-0.0000 2.1093,0.7268 2.1093 1.6960ZM 83.7513,73.8572 ZM 81.4710,80.1707 c 0.6128,-0.0000 1.6817,-0.3278 1.6817 -1.6817c 0.0000,-0.6413 -0.3990,-1.2827 -1.2399 -1.7957l -0.6271,-0.3848 c -1.1544,0.7696 -1.4109,1.7245 -1.4109 2.1235c 0.0000,1.2114 0.9834,1.7387 1.5962 1.7387ZM 84.6491,80.3987 ZM 87.7703,72.6600 c -0.6128,-0.0000 -1.5107,0.5986 -1.5107 3.9192c 0.0000,1.1686 0.2138,3.5202 1.4679 3.5202c 0.2423,-0.0000 0.9264,-0.1568 1.2256 -1.2684c 0.1853,-0.6841 0.2850,-1.5392 0.2850 -2.7791c 0.0000,-1.8100 -0.4561,-2.8218 -0.8694 -3.1781c -0.1568,-0.1425 -0.3705,-0.2138 -0.5986 -0.2138ZM 87.7703,72.6600 ZM 87.7132,80.5697 c -1.5249,-0.0000 -2.5511,-1.9525 -2.5511 -4.1330c 0.0000,-2.6651 1.2684,-4.2755 2.6081 -4.2755c 0.6128,-0.0000 1.2256,0.3848 1.6389 0.9406c 0.5986,0.7981 0.9121,1.8670 0.9121 3.2066c 0.0000,3.1639 -1.5677,4.2613 -2.6081 4.2613Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2598505173139767" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 94.1140,76.1018 h 6.4453 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 72.1646,102.1002 ZM 74.8440,95.3021 c -0.2708,-0.0000 -0.8979,0.2565 -1.2114 0.3990l -0.1710,-0.4418 c 1.2542,-0.5843 1.7387,-0.8836 2.4513 -1.3967h 0.2708 v 7.1686 c 0.0000,0.5131 0.0713,0.6556 0.5416 0.6556h 0.7411 c 0.0428,-0.0000 0.1140,0.0285 0.1140 0.1140v 0.3135 l -1.9525,-0.0285 l -1.9810,0.0285 v -0.3135 c 0.0143,-0.0428 0.0285,-0.1140 0.1140 -0.1140h 0.8551 c 0.5416,-0.0000 0.5416,-0.2423 0.5416 -0.6556v -4.9026 c 0.0000,-0.4846 0.0000,-0.8266 -0.3135 -0.8266ZM 78.4069,102.1002 ZM 80.0601,98.3662 c -0.0143,0.1425 -0.0143,0.3563 -0.0143 0.4988c 0.0000,2.3943 1.0689,2.9929 1.7815 2.9929c 0.6556,-0.0000 1.3539,-0.6128 1.3539 -2.0950c 0.0000,-0.6698 -0.3420,-2.0380 -1.7102 -2.0380c -0.2993,-0.0000 -0.8409,0.0285 -1.4109 0.6413ZM 80.0601,98.3662 ZM 83.7940,94.2332 c -0.9264,0.0855 -1.7245,0.3278 -2.4085 0.9976c -0.6556,0.6413 -1.1259,1.5962 -1.2827 2.7363c 0.3278,-0.3990 1.1116,-0.6983 1.6532 -0.6983c 2.1093,-0.0000 2.3800,1.7387 2.3800 2.3943c 0.0000,0.9691 -0.4846,2.6081 -2.4513 2.6081c -1.0404,-0.0000 -2.6223,-0.6128 -2.6223 -3.4489c 0.0000,-1.3112 0.4418,-2.5938 1.4252 -3.5772c 0.9121,-0.9264 1.8670,-1.3112 3.2636 -1.3824ZM 84.6491,102.1002 ZM 87.7703,94.3615 c -0.6128,-0.0000 -1.5107,0.5986 -1.5107 3.9192c 0.0000,1.1686 0.2138,3.5202 1.4679 3.5202c 0.2423,-0.0000 0.9264,-0.1568 1.2256 -1.2684c 0.1853,-0.6841 0.2850,-1.5392 0.2850 -2.7791c 0.0000,-1.8100 -0.4561,-2.8218 -0.8694 -3.1781c -0.1568,-0.1425 -0.3705,-0.2138 -0.5986 -0.2138ZM 87.7703,94.3615 ZM 87.7132,102.2712 c -1.5249,-0.0000 -2.5511,-1.9525 -2.5511 -4.1330c 0.0000,-2.6651 1.2684,-4.2755 2.6081 -4.2755c 0.6128,-0.0000 1.2256,0.3848 1.6389 0.9406c 0.5986,0.7981 0.9121,1.8670 0.9121 3.2066c 0.0000,3.1639 -1.5677,4.2613 -2.6081 4.2613Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2598505173139767" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 94.1140,97.8033 h 6.4453 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 72.1646,123.8016 ZM 74.8440,117.0036 c -0.2708,-0.0000 -0.8979,0.2565 -1.2114 0.3990l -0.1710,-0.4418 c 1.2542,-0.5843 1.7387,-0.8836 2.4513 -1.3967h 0.2708 v 7.1686 c 0.0000,0.5131 0.0713,0.6556 0.5416 0.6556h 0.7411 c 0.0428,-0.0000 0.1140,0.0285 0.1140 0.1140v 0.3135 l -1.9525,-0.0285 l -1.9810,0.0285 v -0.3135 c 0.0143,-0.0428 0.0285,-0.1140 0.1140 -0.1140h 0.8551 c 0.5416,-0.0000 0.5416,-0.2423 0.5416 -0.6556v -4.9026 c 0.0000,-0.4846 0.0000,-0.8266 -0.3135 -0.8266ZM 78.4069,123.8016 ZM 82.0838,118.7423 c 0.0000,-0.0998 0.0143,-0.2138 0.1425 -0.2850c 0.1568,-0.1140 0.4133,-0.2423 0.6271 -0.2423c 0.1853,-0.0000 0.1995,0.1568 0.1995 0.4418v 2.2945 h 1.1544 l -0.0855,0.6698 h -1.0689 v 1.1829 c 0.0000,0.3990 0.0570,0.5986 0.4703 0.5986h 0.3848 c 0.0855,-0.0000 0.0998,0.0713 0.0998 0.0998v 0.3135 c 0.0000,-0.0000 -0.9121,-0.0285 -1.5107 -0.0285c -0.5416,-0.0000 -1.3824,0.0285 -1.3824 0.0285v -0.3135 c 0.0000,-0.0285 0.0143,-0.0998 0.0998 -0.0998h 0.3848 c 0.4418,-0.0000 0.4846,-0.1853 0.4846 -0.5986v -1.1829 h -2.7933 c -0.0570,-0.0000 -0.0855,-0.0285 -0.1283 -0.0855l -0.1140,-0.1568 l -0.1710,-0.2993 c -0.0143,-0.0000 -0.0143,-0.0143 -0.0143 -0.0285c 0.0000,-0.0143 0.0143,-0.0285 0.0285 -0.0428c 0.9264,-1.0261 2.5653,-4.2043 3.0784 -5.3729c 0.0143,-0.0570 0.0428,-0.0713 0.0998 -0.0713c 0.0143,-0.0000 0.3278,0.1283 0.4988 0.1568c -0.6413,1.7245 -1.6960,3.5772 -2.7363 5.2304h 2.2518 v -2.2090 ZM 84.6491,123.8016 ZM 87.7703,116.0629 c -0.6128,-0.0000 -1.5107,0.5986 -1.5107 3.9192c 0.0000,1.1686 0.2138,3.5202 1.4679 3.5202c 0.2423,-0.0000 0.9264,-0.1568 1.2256 -1.2684c 0.1853,-0.6841 0.2850,-1.5392 0.2850 -2.7791c 0.0000,-1.8100 -0.4561,-2.8218 -0.8694 -3.1781c -0.1568,-0.1425 -0.3705,-0.2138 -0.5986 -0.2138ZM 87.7703,116.0629 ZM 87.7132,123.9726 c -1.5249,-0.0000 -2.5511,-1.9525 -2.5511 -4.1330c 0.0000,-2.6651 1.2684,-4.2755 2.6081 -4.2755c 0.6128,-0.0000 1.2256,0.3848 1.6389 0.9406c 0.5986,0.7981 0.9121,1.8670 0.9121 3.2066c 0.0000,3.1639 -1.5677,4.2613 -2.6081 4.2613Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2598505173139767" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 94.1140,119.5047 h 6.4453 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 72.1646,145.5031 ZM 74.8440,138.7050 c -0.2708,-0.0000 -0.8979,0.2565 -1.2114 0.3990l -0.1710,-0.4418 c 1.2542,-0.5843 1.7387,-0.8836 2.4513 -1.3967h 0.2708 v 7.1686 c 0.0000,0.5131 0.0713,0.6556 0.5416 0.6556h 0.7411 c 0.0428,-0.0000 0.1140,0.0285 0.1140 0.1140v 0.3135 l -1.9525,-0.0285 l -1.9810,0.0285 v -0.3135 c 0.0143,-0.0428 0.0285,-0.1140 0.1140 -0.1140h 0.8551 c 0.5416,-0.0000 0.5416,-0.2423 0.5416 -0.6556v -4.9026 c 0.0000,-0.4846 0.0000,-0.8266 -0.3135 -0.8266ZM 78.4069,145.5031 ZM 79.2335,139.1896 c 0.0000,-0.8123 0.7838,-1.9240 2.2803 -1.9240c 1.0974,-0.0000 2.3800,0.4133 2.3800 2.0522c 0.0000,1.0831 -0.5558,1.6247 -1.3254 2.3658l -1.3539,1.3112 c -0.0713,0.0713 -1.0261,1.0119 -1.0261 1.6817h 2.4228 c 0.4846,-0.0000 0.7411,-0.2423 0.9406 -1.0261l 0.3563,0.0570 l -0.2850,1.7957 h -4.4038 c 0.0000,-0.7981 0.1283,-1.4109 1.4537 -2.7648l 0.9976,-0.9834 c 0.7981,-0.8123 1.1259,-1.5107 1.1259 -2.3800c 0.0000,-1.2969 -0.8836,-1.6674 -1.3682 -1.6674c -0.9834,-0.0000 -1.2542,0.5131 -1.2542 0.8551c 0.0000,0.1140 0.0285,0.2280 0.0570 0.3278c 0.0285,0.0998 0.0570,0.1995 0.0570 0.3135c 0.0000,0.3705 -0.2850,0.5131 -0.5131 0.5131c -0.3135,-0.0000 -0.5416,-0.2423 -0.5416 -0.5273ZM 84.6491,145.5031 ZM 87.7703,137.7644 c -0.6128,-0.0000 -1.5107,0.5986 -1.5107 3.9192c 0.0000,1.1686 0.2138,3.5202 1.4679 3.5202c 0.2423,-0.0000 0.9264,-0.1568 1.2256 -1.2684c 0.1853,-0.6841 0.2850,-1.5392 0.2850 -2.7791c 0.0000,-1.8100 -0.4561,-2.8218 -0.8694 -3.1781c -0.1568,-0.1425 -0.3705,-0.2138 -0.5986 -0.2138ZM 87.7703,137.7644 ZM 87.7132,145.6741 c -1.5249,-0.0000 -2.5511,-1.9525 -2.5511 -4.1330c 0.0000,-2.6651 1.2684,-4.2755 2.6081 -4.2755c 0.6128,-0.0000 1.2256,0.3848 1.6389 0.9406c 0.5986,0.7981 0.9121,1.8670 0.9121 3.2066c 0.0000,3.1639 -1.5677,4.2613 -2.6081 4.2613Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2598505173139767" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 94.1140,141.2062 h 6.4453 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 72.1646,167.2045 ZM 74.8440,160.4065 c -0.2708,-0.0000 -0.8979,0.2565 -1.2114 0.3990l -0.1710,-0.4418 c 1.2542,-0.5843 1.7387,-0.8836 2.4513 -1.3967h 0.2708 v 7.1686 c 0.0000,0.5131 0.0713,0.6556 0.5416 0.6556h 0.7411 c 0.0428,-0.0000 0.1140,0.0285 0.1140 0.1140v 0.3135 l -1.9525,-0.0285 l -1.9810,0.0285 v -0.3135 c 0.0143,-0.0428 0.0285,-0.1140 0.1140 -0.1140h 0.8551 c 0.5416,-0.0000 0.5416,-0.2423 0.5416 -0.6556v -4.9026 c 0.0000,-0.4846 0.0000,-0.8266 -0.3135 -0.8266ZM 78.4069,167.2045 ZM 81.5280,159.4659 c -0.6128,-0.0000 -1.5107,0.5986 -1.5107 3.9192c 0.0000,1.1686 0.2138,3.5202 1.4679 3.5202c 0.2423,-0.0000 0.9264,-0.1568 1.2256 -1.2684c 0.1853,-0.6841 0.2850,-1.5392 0.2850 -2.7791c 0.0000,-1.8100 -0.4561,-2.8218 -0.8694 -3.1781c -0.1568,-0.1425 -0.3705,-0.2138 -0.5986 -0.2138ZM 81.5280,159.4659 ZM 81.4710,167.3756 c -1.5249,-0.0000 -2.5511,-1.9525 -2.5511 -4.1330c 0.0000,-2.6651 1.2684,-4.2755 2.6081 -4.2755c 0.6128,-0.0000 1.2256,0.3848 1.6389 0.9406c 0.5986,0.7981 0.9121,1.8670 0.9121 3.2066c 0.0000,3.1639 -1.5677,4.2613 -2.6081 4.2613ZM 84.6491,167.2045 ZM 87.7703,159.4659 c -0.6128,-0.0000 -1.5107,0.5986 -1.5107 3.9192c 0.0000,1.1686 0.2138,3.5202 1.4679 3.5202c 0.2423,-0.0000 0.9264,-0.1568 1.2256 -1.2684c 0.1853,-0.6841 0.2850,-1.5392 0.2850 -2.7791c 0.0000,-1.8100 -0.4561,-2.8218 -0.8694 -3.1781c -0.1568,-0.1425 -0.3705,-0.2138 -0.5986 -0.2138ZM 87.7703,159.4659 ZM 87.7132,167.3756 c -1.5249,-0.0000 -2.5511,-1.9525 -2.5511 -4.1330c 0.0000,-2.6651 1.2684,-4.2755 2.6081 -4.2755c 0.6128,-0.0000 1.2256,0.3848 1.6389 0.9406c 0.5986,0.7981 0.9121,1.8670 0.9121 3.2066c 0.0000,3.1639 -1.5677,4.2613 -2.6081 4.2613Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2598505173139767" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 94.1140,162.9076 h 6.4453 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 78.4069,188.9060 ZM 81.5708,181.0106 c -0.8123,-0.0000 -1.3397,0.6413 -1.3397 1.2684c 0.0000,0.4133 0.1710,0.9121 1.0261 1.4679l 0.4133,0.2565 c 0.3705,-0.2708 1.2399,-0.9264 1.2399 -1.6532c 0.0000,-0.6271 -0.4561,-1.3397 -1.3397 -1.3397ZM 81.5708,181.0106 ZM 83.7513,182.3645 c 0.0000,0.8694 -0.9834,1.5534 -1.5819 1.9525l 0.8266,0.5416 c 0.6983,0.4561 1.0546,1.0831 1.0546 1.8670c 0.0000,1.0261 -0.8409,2.3515 -2.6081 2.3515c -1.4252,-0.0000 -2.4085,-0.7553 -2.4085 -2.1378c 0.0000,-0.5273 0.2280,-1.1401 0.7838 -1.6247c 0.3420,-0.2993 0.6413,-0.5558 0.9834 -0.8123l -0.2423,-0.1425 c -0.8266,-0.5131 -1.2399,-1.0689 -1.2399 -1.8242c 0.0000,-1.0404 0.9406,-1.8670 2.3230 -1.8670c 1.3254,-0.0000 2.1093,0.7268 2.1093 1.6960ZM 83.7513,182.3645 ZM 81.4710,188.6780 c 0.6128,-0.0000 1.6817,-0.3278 1.6817 -1.6817c 0.0000,-0.6413 -0.3990,-1.2827 -1.2399 -1.7957l -0.6271,-0.3848 c -1.1544,0.7696 -1.4109,1.7245 -1.4109 2.1235c 0.0000,1.2114 0.9834,1.7387 1.5962 1.7387ZM 84.6491,188.9060 ZM 87.7703,181.1673 c -0.6128,-0.0000 -1.5107,0.5986 -1.5107 3.9192c 0.0000,1.1686 0.2138,3.5202 1.4679 3.5202c 0.2423,-0.0000 0.9264,-0.1568 1.2256 -1.2684c 0.1853,-0.6841 0.2850,-1.5392 0.2850 -2.7791c 0.0000,-1.8100 -0.4561,-2.8218 -0.8694 -3.1781c -0.1568,-0.1425 -0.3705,-0.2138 -0.5986 -0.2138ZM 87.7703,181.1673 ZM 87.7132,189.0770 c -1.5249,-0.0000 -2.5511,-1.9525 -2.5511 -4.1330c 0.0000,-2.6651 1.2684,-4.2755 2.6081 -4.2755c 0.6128,-0.0000 1.2256,0.3848 1.6389 0.9406c 0.5986,0.7981 0.9121,1.8670 0.9121 3.2066c 0.0000,3.1639 -1.5677,4.2613 -2.6081 4.2613Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2598505173139767" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 94.1140,184.6091 h 6.4453 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 78.4069,210.6075 ZM 80.0601,206.8735 c -0.0143,0.1425 -0.0143,0.3563 -0.0143 0.4988c 0.0000,2.3943 1.0689,2.9929 1.7815 2.9929c 0.6556,-0.0000 1.3539,-0.6128 1.3539 -2.0950c 0.0000,-0.6698 -0.3420,-2.0380 -1.7102 -2.0380c -0.2993,-0.0000 -0.8409,0.0285 -1.4109 0.6413ZM 80.0601,206.8735 ZM 83.7940,202.7405 c -0.9264,0.0855 -1.7245,0.3278 -2.4085 0.9976c -0.6556,0.6413 -1.1259,1.5962 -1.2827 2.7363c 0.3278,-0.3990 1.1116,-0.6983 1.6532 -0.6983c 2.1093,-0.0000 2.3800,1.7387 2.3800 2.3943c 0.0000,0.9691 -0.4846,2.6081 -2.4513 2.6081c -1.0404,-0.0000 -2.6223,-0.6128 -2.6223 -3.4489c 0.0000,-1.3112 0.4418,-2.5938 1.4252 -3.5772c 0.9121,-0.9264 1.8670,-1.3112 3.2636 -1.3824ZM 84.6491,210.6075 ZM 87.7703,202.8688 c -0.6128,-0.0000 -1.5107,0.5986 -1.5107 3.9192c 0.0000,1.1686 0.2138,3.5202 1.4679 3.5202c 0.2423,-0.0000 0.9264,-0.1568 1.2256 -1.2684c 0.1853,-0.6841 0.2850,-1.5392 0.2850 -2.7791c 0.0000,-1.8100 -0.4561,-2.8218 -0.8694 -3.1781c -0.1568,-0.1425 -0.3705,-0.2138 -0.5986 -0.2138ZM 87.7703,202.8688 ZM 87.7132,210.7785 c -1.5249,-0.0000 -2.5511,-1.9525 -2.5511 -4.1330c 0.0000,-2.6651 1.2684,-4.2755 2.6081 -4.2755c 0.6128,-0.0000 1.2256,0.3848 1.6389 0.9406c 0.5986,0.7981 0.9121,1.8670 0.9121 3.2066c 0.0000,3.1639 -1.5677,4.2613 -2.6081 4.2613Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2598505173139767" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 94.1140,206.3106 h 6.4453 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 78.4069,232.3089 ZM 82.0838,227.2496 c 0.0000,-0.0998 0.0143,-0.2138 0.1425 -0.2850c 0.1568,-0.1140 0.4133,-0.2423 0.6271 -0.2423c 0.1853,-0.0000 0.1995,0.1568 0.1995 0.4418v 2.2945 h 1.1544 l -0.0855,0.6698 h -1.0689 v 1.1829 c 0.0000,0.3990 0.0570,0.5986 0.4703 0.5986h 0.3848 c 0.0855,-0.0000 0.0998,0.0713 0.0998 0.0998v 0.3135 c 0.0000,-0.0000 -0.9121,-0.0285 -1.5107 -0.0285c -0.5416,-0.0000 -1.3824,0.0285 -1.3824 0.0285v -0.3135 c 0.0000,-0.0285 0.0143,-0.0998 0.0998 -0.0998h 0.3848 c 0.4418,-0.0000 0.4846,-0.1853 0.4846 -0.5986v -1.1829 h -2.7933 c -0.0570,-0.0000 -0.0855,-0.0285 -0.1283 -0.0855l -0.1140,-0.1568 l -0.1710,-0.2993 c -0.0143,-0.0000 -0.0143,-0.0143 -0.0143 -0.0285c 0.0000,-0.0143 0.0143,-0.0285 0.0285 -0.0428c 0.9264,-1.0261 2.5653,-4.2043 3.0784 -5.3729c 0.0143,-0.0570 0.0428,-0.0713 0.0998 -0.0713c 0.0143,-0.0000 0.3278,0.1283 0.4988 0.1568c -0.6413,1.7245 -1.6960,3.5772 -2.7363 5.2304h 2.2518 v -2.2090 ZM 84.6491,232.3089 ZM 87.7703,224.5702 c -0.6128,-0.0000 -1.5107,0.5986 -1.5107 3.9192c 0.0000,1.1686 0.2138,3.5202 1.4679 3.5202c 0.2423,-0.0000 0.9264,-0.1568 1.2256 -1.2684c 0.1853,-0.6841 0.2850,-1.5392 0.2850 -2.7791c 0.0000,-1.8100 -0.4561,-2.8218 -0.8694 -3.1781c -0.1568,-0.1425 -0.3705,-0.2138 -0.5986 -0.2138ZM 87.7703,224.5702 ZM 87.7132,232.4799 c -1.5249,-0.0000 -2.5511,-1.9525 -2.5511 -4.1330c 0.0000,-2.6651 1.2684,-4.2755 2.6081 -4.2755c 0.6128,-0.0000 1.2256,0.3848 1.6389 0.9406c 0.5986,0.7981 0.9121,1.8670 0.9121 3.2066c 0.0000,3.1639 -1.5677,4.2613 -2.6081 4.2613Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2598505173139767" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 94.1140,228.0120 h 6.4453 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 78.4069,254.0104 ZM 79.2335,247.6969 c 0.0000,-0.8123 0.7838,-1.9240 2.2803 -1.9240c 1.0974,-0.0000 2.3800,0.4133 2.3800 2.0522c 0.0000,1.0831 -0.5558,1.6247 -1.3254 2.3658l -1.3539,1.3112 c -0.0713,0.0713 -1.0261,1.0119 -1.0261 1.6817h 2.4228 c 0.4846,-0.0000 0.7411,-0.2423 0.9406 -1.0261l 0.3563,0.0570 l -0.2850,1.7957 h -4.4038 c 0.0000,-0.7981 0.1283,-1.4109 1.4537 -2.7648l 0.9976,-0.9834 c 0.7981,-0.8123 1.1259,-1.5107 1.1259 -2.3800c 0.0000,-1.2969 -0.8836,-1.6674 -1.3682 -1.6674c -0.9834,-0.0000 -1.2542,0.5131 -1.2542 0.8551c 0.0000,0.1140 0.0285,0.2280 0.0570 0.3278c 0.0285,0.0998 0.0570,0.1995 0.0570 0.3135c 0.0000,0.3705 -0.2850,0.5131 -0.5131 0.5131c -0.3135,-0.0000 -0.5416,-0.2423 -0.5416 -0.5273ZM 84.6491,254.0104 ZM 87.7703,246.2717 c -0.6128,-0.0000 -1.5107,0.5986 -1.5107 3.9192c 0.0000,1.1686 0.2138,3.5202 1.4679 3.5202c 0.2423,-0.0000 0.9264,-0.1568 1.2256 -1.2684c 0.1853,-0.6841 0.2850,-1.5392 0.2850 -2.7791c 0.0000,-1.8100 -0.4561,-2.8218 -0.8694 -3.1781c -0.1568,-0.1425 -0.3705,-0.2138 -0.5986 -0.2138ZM 87.7703,246.2717 ZM 87.7132,254.1814 c -1.5249,-0.0000 -2.5511,-1.9525 -2.5511 -4.1330c 0.0000,-2.6651 1.2684,-4.2755 2.6081 -4.2755c 0.6128,-0.0000 1.2256,0.3848 1.6389 0.9406c 0.5986,0.7981 0.9121,1.8670 0.9121 3.2066c 0.0000,3.1639 -1.5677,4.2613 -2.6081 4.2613Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2598505173139767" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 94.1140,249.7135 h 6.4453 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 84.6491,275.7118 ZM 87.7703,267.9732 c -0.6128,-0.0000 -1.5107,0.5986 -1.5107 3.9192c 0.0000,1.1686 0.2138,3.5202 1.4679 3.5202c 0.2423,-0.0000 0.9264,-0.1568 1.2256 -1.2684c 0.1853,-0.6841 0.2850,-1.5392 0.2850 -2.7791c 0.0000,-1.8100 -0.4561,-2.8218 -0.8694 -3.1781c -0.1568,-0.1425 -0.3705,-0.2138 -0.5986 -0.2138ZM 87.7703,267.9732 ZM 87.7132,275.8829 c -1.5249,-0.0000 -2.5511,-1.9525 -2.5511 -4.1330c 0.0000,-2.6651 1.2684,-4.2755 2.6081 -4.2755c 0.6128,-0.0000 1.2256,0.3848 1.6389 0.9406c 0.5986,0.7981 0.9121,1.8670 0.9121 3.2066c 0.0000,3.1639 -1.5677,4.2613 -2.6081 4.2613Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2598505173139767" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 94.1140,271.4149 h 6.4453 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.1" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 431.4198,284.3056 l -0.0000,-4.2969 h -322.2667 l -0.0000,4.2969 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 424.6114,298.6860 ZM 432.3005,295.3503 c -0.2519,-0.2519 -1.1287,-0.8465 -1.7434 -0.2318c -0.1814,0.1814 -0.5643,0.4233 -0.8364 0.1512c -0.2620,-0.2620 0.0101,-0.5744 0.0403 -0.6046c 0.3124,-0.3124 1.6527,-0.8264 3.0535 0.5744c 0.9775,0.9775 0.6550,1.8845 0.2519 2.2876c -0.2519,0.2519 -0.8364,0.6752 -2.3178 0.3426c 0.4736,0.6550 0.8062,1.8139 -0.2419 2.8620c -1.3302,1.3302 -3.0535,1.0380 -4.1922 -0.1008c -0.5744,-0.5744 -1.1287,-1.6326 -0.7457 -2.0155c 0.1512,-0.1512 0.4736,-0.1713 0.6752 0.0302c 0.1915,0.1915 0.1814,0.3829 0.1411 0.6046c -0.0605,0.2822 -0.1209,0.7054 0.3628 1.1891c 0.3326,0.3326 1.6124,0.9473 2.8822 -0.3225c 1.0783,-1.0783 0.4938,-2.0054 -0.0504 -2.5496c -0.0907,-0.0907 -0.2217,-0.1814 -0.3527 -0.2721l 0.2620,-0.3426 c 0.9070,0.6450 2.3077,0.5341 2.7713 0.0705c 0.5744,-0.5744 0.4535,-1.2597 0.0403 -1.6729ZM 429.0253,303.0999 ZM 435.7268,300.1875 c -0.1915,-0.1915 -0.8163,-0.4535 -1.1388 -0.5744l 0.1915,-0.4333 c 1.3000,0.4736 1.8543,0.6046 2.7209 0.7457l 0.1915,0.1915 l -5.0690,5.0690 c -0.3628,0.3628 -0.4132,0.5140 -0.0806 0.8465l 0.5240,0.5240 c 0.0302,0.0302 0.0605,0.1008 0.0000 0.1612l -0.2217,0.2217 l -1.3605,-1.4008 l -1.4209,-1.3806 l 0.2217,-0.2217 c 0.0403,-0.0202 0.1008,-0.0605 0.1612 -0.0000l 0.6046,0.6046 c 0.3829,0.3829 0.5543,0.2116 0.8465 -0.0806l 3.4667,-3.4667 c 0.3426,-0.3426 0.5845,-0.5845 0.3628 -0.8062ZM 435.9586,310.0332 ZM 441.4206,309.7914 l 1.8039,1.8039 l 1.6930,-3.6884 l -3.5573,1.4612 c -0.0504,0.0302 -0.0806,0.0403 -0.1109 0.0705c -0.0605,0.0605 -0.0202,0.1612 0.1713 0.3527ZM 441.4206,309.7914 ZM 438.0951,310.7185 c -0.1008,0.0403 -0.1713,0.0907 -0.2318 0.1512c -0.1612,0.1612 -0.0907,0.4132 0.2116 0.7155l 0.2922,0.2922 c 0.0403,0.0403 0.0504,0.1109 0.0000 0.1612l -0.1915,0.1915 l -0.0403,0.0000 c 0.0000,-0.0000 -0.9775,-1.0178 -1.2194 -1.2597c -0.2620,-0.2620 -0.9271,-0.8868 -0.9271 -0.8868l -0.0000,-0.0403 l 0.1915,-0.1915 c 0.0504,-0.0504 0.1109,-0.0504 0.1612 -0.0000l 0.1209,0.1209 c 0.4132,0.4132 0.7860,0.4031 1.2698 0.2015l 7.8705,-3.1543 c 0.3225,-0.1411 0.4736,-0.1310 0.5744 -0.0302c 0.1814,0.1814 0.1612,0.3628 0.0403 0.6450l -3.3961,7.5279 c -0.2519,0.5341 -0.2419,0.9271 0.1612 1.3302l 0.1109,0.1109 c 0.0504,0.0504 0.0705,0.1310 0.0202 0.1814l -0.1915,0.1915 l -0.0504,-0.0101 c 0.0000,-0.0000 -0.7558,-0.7961 -1.1488 -1.1891c -0.3527,-0.3527 -1.3605,-1.3201 -1.3605 -1.3201l 0.0101,-0.0302 l 0.1915,-0.1915 c 0.0504,-0.0504 0.1008,-0.0605 0.1512 -0.0101l 0.2822,0.2822 c 0.3124,0.3124 0.5845,0.3628 0.7457 0.2015c 0.0504,-0.0504 0.1008,-0.1209 0.1411 -0.2015l 1.0884,-2.3783 l -2.1263,-2.1263 c -0.2419,-0.2419 -0.3829,-0.2620 -0.5341 -0.1915ZM 442.9625,317.0371 ZM 448.4547,320.1913 c -0.5039,0.5039 -0.6147,0.7155 -0.4132 0.9171c 0.1209,0.1209 0.3628,0.3225 0.5643 0.4636l -0.2419,0.3225 c -0.7256,-0.5039 -1.3201,-0.8969 -1.7333 -0.9473l -0.2217,-0.2217 l 0.7760,-0.7155 l -0.0302,-0.0302 c -1.1589,0.0504 -1.7535,-0.2620 -2.1667 -0.6752c -0.9977,-0.9977 -0.5845,-1.9349 0.1109 -2.6302l 2.2977,-2.2977 c 0.3326,-0.3326 0.4333,-0.5744 0.0605 -0.9473c -0.0403,-0.0403 -0.1209,-0.1008 -0.1814 -0.1612l -0.0202,-0.0403 l 0.2620,-0.2620 l 0.0605,-0.0000 c 0.0000,-0.0000 0.6651,0.7054 0.9876 1.0279c 0.1411,0.1411 0.3930,0.3527 0.3930 0.3527l -0.8163,0.7961 l -2.1465,2.1465 c -0.8969,0.8969 -0.5946,1.5217 -0.2922 1.8240c 0.2318,0.2318 0.5341,0.3527 0.8969 0.4132c 0.4233,0.0605 0.7256,0.0806 0.9574 0.0504l 2.4891,-2.4891 c 0.3628,-0.3628 0.4837,-0.5845 0.1109 -0.9574c -0.0605,-0.0605 -0.1814,-0.1612 -0.2116 -0.1915l -0.0000,-0.0403 l 0.2519,-0.2519 l 0.0504,-0.0101 c 0.0000,-0.0000 0.6953,0.7357 0.9775 1.0178c 0.2318,0.2318 0.4132,0.3729 0.4132 0.3729l -0.8062,0.7860 l -2.3783,2.3783 ZM 448.1725,322.2471 ZM 454.2089,322.5797 c 0.8364,-0.8364 0.9271,-1.7132 0.3225 -2.3178c -0.5240,-0.5240 -1.2395,-0.5140 -2.0256 0.2721c -0.5240,0.5240 -1.1488,1.5519 -0.3426 2.3581c 0.3527,0.3527 1.0380,0.6953 2.0457 -0.3124ZM 454.2089,322.5797 ZM 449.4020,323.6177 c -0.6046,-0.0202 -0.9876,0.2217 -1.3302 0.5643c -0.7558,0.7558 -0.0705,1.8845 0.2721 2.2271c 0.8667,0.8667 2.2674,1.6628 2.9930 0.9372c 0.2620,-0.2620 0.2922,-0.5744 0.0907 -1.1589c -0.1411,-0.4233 -0.4434,-0.9473 -0.9271 -1.4310c -0.0806,-0.0806 -0.2015,-0.1814 -0.3527 -0.3124c -0.1512,-0.1310 -0.3023,-0.2822 -0.4132 -0.3930c -0.1612,-0.1612 -0.2217,-0.2620 -0.3326 -0.4333ZM 449.4020,323.6177 ZM 456.4461,322.7006 c -0.1612,-0.1612 -0.1713,-0.3527 -0.1310 -0.4736c 0.0302,-0.1512 0.0202,-0.2217 -0.0504 -0.2922c -0.1209,-0.1209 -0.4535,-0.1713 -0.6248 -0.1411c -0.0202,0.5845 -0.1814,1.0077 -0.6550 1.4814c -0.9876,0.9876 -2.3279,0.7155 -3.1744 -0.1310c -0.3729,-0.3729 -0.6046,-0.7457 -0.6953 -1.1186c -0.2822,0.0605 -0.5543,0.2116 -0.7558 0.4132c -0.4333,0.4333 -0.2116,0.8767 0.0705 1.1589c 0.0504,0.0504 0.1814,0.1612 0.3326 0.2922c 0.2620,0.2015 0.5341,0.4333 0.7054 0.6046c 0.3527,0.3527 0.9473,1.0884 1.0077 1.8341c 0.0202,0.5240 -0.0705,0.9171 -0.3930 1.2395c -1.0884,1.0884 -3.0938,0.2318 -4.3938 -1.0682c -0.7357,-0.7357 -1.2798,-1.8240 -0.4031 -2.7008c 0.4333,-0.4333 1.1690,-0.6248 2.0054 -0.4333c -0.1209,-0.3829 -0.0504,-0.8163 0.3124 -1.1791c 0.3426,-0.3426 0.9271,-0.6248 1.4411 -0.5946c -0.0000,-0.5442 0.1109,-1.1186 0.6651 -1.6729c 0.9271,-0.9271 2.3380,-0.7054 3.1946 0.1512c 0.5643,0.5643 0.6853,1.1488 0.7155 1.3403c 0.5946,-0.0907 1.2194,0.1915 1.4713 0.4434c 0.2620,0.2620 0.2721,0.6147 0.0605 0.8264c -0.2217,0.2217 -0.5039,0.2217 -0.7054 0.0202ZM 455.5694,329.6440 ZM 460.6182,325.7642 c 0.5744,-0.5744 1.9147,-0.8062 2.9729 0.2519c 0.7760,0.7760 1.3907,1.9752 0.2318 3.1341c -0.7659,0.7659 -1.5419,0.7558 -2.6101 0.7357l -1.8845,-0.0302 c -0.1008,0.0000 -1.4411,-0.0101 -1.9147 0.4636l 1.7132,1.7132 c 0.3426,0.3426 0.6953,0.3527 1.3907 -0.0605l 0.2116,0.2922 l -1.4713,1.0682 l -3.1139,-3.1139 c 0.5643,-0.5643 1.0884,-0.9070 2.9829 -0.9271l 1.4008,0.0101 c 1.1388,-0.0101 1.8643,-0.2721 2.4791 -0.8868c 0.9171,-0.9171 0.5543,-1.8039 0.2116 -2.1465c -0.6953,-0.6953 -1.2496,-0.5240 -1.4915 -0.2822c -0.0806,0.0806 -0.1411,0.1814 -0.1915 0.2721c -0.0504,0.0907 -0.1008,0.1814 -0.1814 0.2620c -0.2620,0.2620 -0.5643,0.1612 -0.7256 0.0000c -0.2217,-0.2217 -0.2116,-0.5543 -0.0101 -0.7558ZM 459.9833,334.0579 ZM 467.6624,330.7928 c -0.4333,-0.4333 -1.4915,-0.6450 -3.8395 1.7031c -0.8264,0.8264 -2.3380,2.6403 -1.4512 3.5271c 0.1713,0.1713 0.7659,0.5442 1.7636 -0.0302c 0.6147,-0.3527 1.2899,-0.8868 2.1667 -1.7636c 1.2798,-1.2798 1.6729,-2.3178 1.6326 -2.8620c -0.0101,-0.2116 -0.1109,-0.4132 -0.2721 -0.5744ZM 467.6624,330.7928 ZM 462.0291,336.3455 c -1.0783,-1.0783 -0.4233,-3.1845 1.1186 -4.7263c 1.8845,-1.8845 3.9201,-2.1263 4.8674 -1.1791c 0.4333,0.4333 0.5946,1.1388 0.4938 1.8240c -0.1411,0.9876 -0.6752,1.9651 -1.6225 2.9124c -2.2372,2.2372 -4.1217,1.9046 -4.8573 1.1690ZM 464.3973,338.4719 ZM 471.0988,335.5595 c -0.1915,-0.1915 -0.8163,-0.4535 -1.1388 -0.5744l 0.1915,-0.4333 c 1.3000,0.4736 1.8543,0.6046 2.7209 0.7457l 0.1915,0.1915 l -5.0690,5.0690 c -0.3628,0.3628 -0.4132,0.5140 -0.0806 0.8465l 0.5240,0.5240 c 0.0302,0.0302 0.0605,0.1008 0.0000 0.1612l -0.2217,0.2217 l -1.3605,-1.4008 l -1.4209,-1.3806 l 0.2217,-0.2217 c 0.0403,-0.0202 0.1008,-0.0605 0.1612 -0.0000l 0.6046,0.6046 c 0.3829,0.3829 0.5543,0.2116 0.8465 -0.0806l 3.4667,-3.4667 c 0.3426,-0.3426 0.5845,-0.5845 0.3628 -0.8062ZM 468.8112,342.8858 ZM 476.6313,339.5401 c -0.5744,-0.5744 -1.4008,-0.4938 -1.8442 -0.0504c -0.2922,0.2922 -0.5240,0.7659 -0.3124 1.7636l 0.1109,0.4736 c 0.4535,0.0705 1.5318,0.2217 2.0457 -0.2922c 0.4434,-0.4434 0.6248,-1.2698 0.0000 -1.8946ZM 476.6313,339.5401 ZM 477.2158,342.0393 c -0.6147,0.6147 -1.7938,0.4031 -2.4992 0.2620l 0.2015,0.9674 c 0.1713,0.8163 -0.0202,1.5116 -0.5744 2.0659c -0.7256,0.7256 -2.2574,1.0682 -3.5070 -0.1814c -1.0077,-1.0077 -1.1690,-2.2372 -0.1915 -3.2147c 0.3729,-0.3729 0.9674,-0.6450 1.7031 -0.5946c 0.4535,0.0302 0.8465,0.0605 1.2698 0.1209l -0.0705,-0.2721 c -0.2217,-0.9473 -0.1209,-1.6326 0.4132 -2.1667c 0.7357,-0.7357 1.9853,-0.6550 2.9628 0.3225c 0.9372,0.9372 0.9775,2.0054 0.2922 2.6907ZM 477.2158,342.0393 ZM 471.1391,344.8912 c 0.4333,0.4333 1.4209,0.9574 2.3783 -0.0000c 0.4535,-0.4535 0.6248,-1.1891 0.3930 -2.1465l -0.1713,-0.7155 c -1.3605,-0.2721 -2.2170,0.2217 -2.4992 0.5039c -0.8566,0.8566 -0.5341,1.9248 -0.1008 2.3581Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2598505173139767" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 424.6114,280.0087 v 6.4453 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 372.4133,298.6860 ZM 380.1024,295.3503 c -0.2519,-0.2519 -1.1287,-0.8465 -1.7434 -0.2318c -0.1814,0.1814 -0.5643,0.4233 -0.8364 0.1512c -0.2620,-0.2620 0.0101,-0.5744 0.0403 -0.6046c 0.3124,-0.3124 1.6527,-0.8264 3.0535 0.5744c 0.9775,0.9775 0.6550,1.8845 0.2519 2.2876c -0.2519,0.2519 -0.8364,0.6752 -2.3178 0.3426c 0.4736,0.6550 0.8062,1.8139 -0.2419 2.8620c -1.3302,1.3302 -3.0535,1.0380 -4.1922 -0.1008c -0.5744,-0.5744 -1.1287,-1.6326 -0.7457 -2.0155c 0.1512,-0.1512 0.4736,-0.1713 0.6752 0.0302c 0.1915,0.1915 0.1814,0.3829 0.1411 0.6046c -0.0605,0.2822 -0.1209,0.7054 0.3628 1.1891c 0.3326,0.3326 1.6124,0.9473 2.8822 -0.3225c 1.0783,-1.0783 0.4938,-2.0054 -0.0504 -2.5496c -0.0907,-0.0907 -0.2217,-0.1814 -0.3527 -0.2721l 0.2620,-0.3426 c 0.9070,0.6450 2.3077,0.5341 2.7713 0.0705c 0.5744,-0.5744 0.4535,-1.2597 0.0403 -1.6729ZM 376.8272,303.0999 ZM 383.5287,300.1875 c -0.1915,-0.1915 -0.8163,-0.4535 -1.1388 -0.5744l 0.1915,-0.4333 c 1.3000,0.4736 1.8543,0.6046 2.7209 0.7457l 0.1915,0.1915 l -5.0690,5.0690 c -0.3628,0.3628 -0.4132,0.5140 -0.0806 0.8465l 0.5240,0.5240 c 0.0302,0.0302 0.0605,0.1008 0.0000 0.1612l -0.2217,0.2217 l -1.3605,-1.4008 l -1.4209,-1.3806 l 0.2217,-0.2217 c 0.0403,-0.0202 0.1008,-0.0605 0.1612 -0.0000l 0.6046,0.6046 c 0.3829,0.3829 0.5543,0.2116 0.8465 -0.0806l 3.4667,-3.4667 c 0.3426,-0.3426 0.5845,-0.5845 0.3628 -0.8062ZM 383.7605,310.0332 ZM 382.6923,312.3309 c 0.4938,0.4938 1.3504,0.3023 3.1643 -1.5116l 4.9783,-4.9783 c 0.3023,-0.3023 0.3729,-0.8163 -0.0202 -1.2093l -0.3729,-0.3729 c -0.0403,-0.0403 -0.0504,-0.1109 -0.0000 -0.1612l 0.1915,-0.1915 l 0.0302,0.0101 c 0.0000,-0.0000 1.0380,1.0581 1.4310 1.4512c 0.3527,0.3527 1.2093,1.1891 1.2093 1.1891l 0.0101,0.0302 l -0.1915,0.1915 c -0.0504,0.0504 -0.1109,0.0504 -0.1612 0.0000l -0.1713,-0.1713 c -0.4132,-0.4132 -0.7054,-0.3829 -0.9876 -0.1008l -4.9077,4.9077 c -1.1791,1.1791 -2.0054,1.6628 -3.1845 1.6930c -0.5240,0.0000 -1.0279,-0.1612 -1.3201 -0.4535c -0.3426,-0.3426 -0.9271,-1.1891 -0.3930 -1.7232c 0.2519,-0.2519 0.4736,-0.1310 0.6248 0.0202c 0.2822,0.2822 0.0806,0.6248 -0.0101 0.7760c -0.0907,0.1512 -0.2015,0.3225 0.0806 0.6046ZM 386.9349,313.2076 ZM 392.4271,316.3619 c -0.5039,0.5039 -0.6147,0.7155 -0.4132 0.9171c 0.1209,0.1209 0.3628,0.3225 0.5643 0.4636l -0.2419,0.3225 c -0.7256,-0.5039 -1.3201,-0.8969 -1.7333 -0.9473l -0.2217,-0.2217 l 0.7760,-0.7155 l -0.0302,-0.0302 c -1.1589,0.0504 -1.7535,-0.2620 -2.1667 -0.6752c -0.9977,-0.9977 -0.5845,-1.9349 0.1109 -2.6302l 2.2977,-2.2977 c 0.3326,-0.3326 0.4333,-0.5744 0.0605 -0.9473c -0.0403,-0.0403 -0.1209,-0.1008 -0.1814 -0.1612l -0.0202,-0.0403 l 0.2620,-0.2620 l 0.0605,-0.0000 c 0.0000,-0.0000 0.6651,0.7054 0.9876 1.0279c 0.1411,0.1411 0.3930,0.3527 0.3930 0.3527l -0.8163,0.7961 l -2.1465,2.1465 c -0.8969,0.8969 -0.5946,1.5217 -0.2922 1.8240c 0.2318,0.2318 0.5341,0.3527 0.8969 0.4132c 0.4233,0.0605 0.7256,0.0806 0.9574 0.0504l 2.4891,-2.4891 c 0.3628,-0.3628 0.4837,-0.5845 0.1109 -0.9574c -0.0605,-0.0605 -0.1814,-0.1612 -0.2116 -0.1915l -0.0000,-0.0403 l 0.2519,-0.2519 l 0.0504,-0.0101 c 0.0000,-0.0000 0.6953,0.7357 0.9775 1.0178c 0.2318,0.2318 0.4132,0.3729 0.4132 0.3729l -0.8062,0.7860 l -2.3783,2.3783 ZM 392.1450,318.4177 ZM 393.8279,318.6495 l 5.0488,-5.0488 c 0.5744,-0.5744 0.6349,-0.8364 0.4333 -1.0380l -0.3628,-0.2822 c -0.0302,-0.0302 -0.0403,-0.0806 -0.0101 -0.1109l 0.2318,-0.2721 c 0.1612,0.1612 0.5946,0.4736 0.7961 0.6147c 0.2217,0.1411 0.4031,0.2419 0.6953 0.3527l 0.2217,0.2217 l -6.3085,6.3085 c -0.2922,0.2922 -0.3326,0.5543 -0.0101 0.8767l 0.2419,0.2419 c 0.0403,0.0403 0.0504,0.1109 0.0000 0.1612l -0.1915,0.1915 l -0.0403,0.0000 c 0.0000,-0.0000 -0.7155,-0.7558 -1.1085 -1.1488c -0.3527,-0.3527 -1.1085,-1.0682 -1.1085 -1.0682l 0.0101,-0.0302 l 0.1915,-0.1915 c 0.0504,-0.0504 0.1008,-0.0605 0.1512 -0.0101l 0.2419,0.2419 c 0.3326,0.3326 0.5845,0.2822 0.8767 -0.0101ZM 397.2845,323.5572 ZM 402.3333,319.6774 c 0.5744,-0.5744 1.9147,-0.8062 2.9729 0.2519c 0.7760,0.7760 1.3907,1.9752 0.2318 3.1341c -0.7659,0.7659 -1.5419,0.7558 -2.6101 0.7357l -1.8845,-0.0302 c -0.1008,0.0000 -1.4411,-0.0101 -1.9147 0.4636l 1.7132,1.7132 c 0.3426,0.3426 0.6953,0.3527 1.3907 -0.0605l 0.2116,0.2922 l -1.4713,1.0682 l -3.1139,-3.1139 c 0.5643,-0.5643 1.0884,-0.9070 2.9829 -0.9271l 1.4008,0.0101 c 1.1388,-0.0101 1.8643,-0.2721 2.4791 -0.8868c 0.9171,-0.9171 0.5543,-1.8039 0.2116 -2.1465c -0.6953,-0.6953 -1.2496,-0.5240 -1.4915 -0.2822c -0.0806,0.0806 -0.1411,0.1814 -0.1915 0.2721c -0.0504,0.0907 -0.1008,0.1814 -0.1814 0.2620c -0.2620,0.2620 -0.5643,0.1612 -0.7256 0.0000c -0.2217,-0.2217 -0.2116,-0.5543 -0.0101 -0.7558ZM 401.6984,327.9711 ZM 409.3775,324.7060 c -0.4333,-0.4333 -1.4915,-0.6450 -3.8395 1.7031c -0.8264,0.8264 -2.3380,2.6403 -1.4512 3.5271c 0.1713,0.1713 0.7659,0.5442 1.7636 -0.0302c 0.6147,-0.3527 1.2899,-0.8868 2.1667 -1.7636c 1.2798,-1.2798 1.6729,-2.3178 1.6326 -2.8620c -0.0101,-0.2116 -0.1109,-0.4132 -0.2721 -0.5744ZM 409.3775,324.7060 ZM 403.7441,330.2587 c -1.0783,-1.0783 -0.4233,-3.1845 1.1186 -4.7263c 1.8845,-1.8845 3.9201,-2.1263 4.8674 -1.1791c 0.4333,0.4333 0.5946,1.1388 0.4938 1.8240c -0.1411,0.9876 -0.6752,1.9651 -1.6225 2.9124c -2.2372,2.2372 -4.1217,1.9046 -4.8573 1.1690ZM 406.1123,332.3851 ZM 412.8139,329.4727 c -0.1915,-0.1915 -0.8163,-0.4535 -1.1388 -0.5744l 0.1915,-0.4333 c 1.3000,0.4736 1.8543,0.6046 2.7209 0.7457l 0.1915,0.1915 l -5.0690,5.0690 c -0.3628,0.3628 -0.4132,0.5140 -0.0806 0.8465l 0.5240,0.5240 c 0.0302,0.0302 0.0605,0.1008 0.0000 0.1612l -0.2217,0.2217 l -1.3605,-1.4008 l -1.4209,-1.3806 l 0.2217,-0.2217 c 0.0403,-0.0202 0.1008,-0.0605 0.1612 -0.0000l 0.6046,0.6046 c 0.3829,0.3829 0.5543,0.2116 0.8465 -0.0806l 3.4667,-3.4667 c 0.3426,-0.3426 0.5845,-0.5845 0.3628 -0.8062ZM 410.5263,336.7990 ZM 418.3464,333.4533 c -0.5744,-0.5744 -1.4008,-0.4938 -1.8442 -0.0504c -0.2922,0.2922 -0.5240,0.7659 -0.3124 1.7636l 0.1109,0.4736 c 0.4535,0.0705 1.5318,0.2217 2.0457 -0.2922c 0.4434,-0.4434 0.6248,-1.2698 0.0000 -1.8946ZM 418.3464,333.4533 ZM 418.9309,335.9525 c -0.6147,0.6147 -1.7938,0.4031 -2.4992 0.2620l 0.2015,0.9674 c 0.1713,0.8163 -0.0202,1.5116 -0.5744 2.0659c -0.7256,0.7256 -2.2574,1.0682 -3.5070 -0.1814c -1.0077,-1.0077 -1.1690,-2.2372 -0.1915 -3.2147c 0.3729,-0.3729 0.9674,-0.6450 1.7031 -0.5946c 0.4535,0.0302 0.8465,0.0605 1.2698 0.1209l -0.0705,-0.2721 c -0.2217,-0.9473 -0.1209,-1.6326 0.4132 -2.1667c 0.7357,-0.7357 1.9853,-0.6550 2.9628 0.3225c 0.9372,0.9372 0.9775,2.0054 0.2922 2.6907ZM 418.9309,335.9525 ZM 412.8542,338.8044 c 0.4333,0.4333 1.4209,0.9574 2.3783 -0.0000c 0.4535,-0.4535 0.6248,-1.1891 0.3930 -2.1465l -0.1713,-0.7155 c -1.3605,-0.2721 -2.2170,0.2217 -2.4992 0.5039c -0.8566,0.8566 -0.5341,1.9248 -0.1008 2.3581Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2598505173139767" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 372.4133,280.0087 v 6.4453 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 322.4846,298.6860 ZM 330.1737,295.3503 c -0.2519,-0.2519 -1.1287,-0.8465 -1.7434 -0.2318c -0.1814,0.1814 -0.5643,0.4233 -0.8364 0.1512c -0.2620,-0.2620 0.0101,-0.5744 0.0403 -0.6046c 0.3124,-0.3124 1.6527,-0.8264 3.0535 0.5744c 0.9775,0.9775 0.6550,1.8845 0.2519 2.2876c -0.2519,0.2519 -0.8364,0.6752 -2.3178 0.3426c 0.4736,0.6550 0.8062,1.8139 -0.2419 2.8620c -1.3302,1.3302 -3.0535,1.0380 -4.1922 -0.1008c -0.5744,-0.5744 -1.1287,-1.6326 -0.7457 -2.0155c 0.1512,-0.1512 0.4736,-0.1713 0.6752 0.0302c 0.1915,0.1915 0.1814,0.3829 0.1411 0.6046c -0.0605,0.2822 -0.1209,0.7054 0.3628 1.1891c 0.3326,0.3326 1.6124,0.9473 2.8822 -0.3225c 1.0783,-1.0783 0.4938,-2.0054 -0.0504 -2.5496c -0.0907,-0.0907 -0.2217,-0.1814 -0.3527 -0.2721l 0.2620,-0.3426 c 0.9070,0.6450 2.3077,0.5341 2.7713 0.0705c 0.5744,-0.5744 0.4535,-1.2597 0.0403 -1.6729ZM 326.8986,303.0999 ZM 334.5776,299.8348 c -0.4333,-0.4333 -1.4915,-0.6450 -3.8395 1.7031c -0.8264,0.8264 -2.3380,2.6403 -1.4512 3.5271c 0.1713,0.1713 0.7659,0.5442 1.7636 -0.0302c 0.6147,-0.3527 1.2899,-0.8868 2.1667 -1.7636c 1.2798,-1.2798 1.6729,-2.3178 1.6326 -2.8620c -0.0101,-0.2116 -0.1109,-0.4132 -0.2721 -0.5744ZM 334.5776,299.8348 ZM 328.9443,305.3875 c -1.0783,-1.0783 -0.4233,-3.1845 1.1186 -4.7263c 1.8845,-1.8845 3.9201,-2.1263 4.8674 -1.1791c 0.4333,0.4333 0.5946,1.1388 0.4938 1.8240c -0.1411,0.9876 -0.6752,1.9651 -1.6225 2.9124c -2.2372,2.2372 -4.1217,1.9046 -4.8573 1.1690ZM 333.8319,310.0332 ZM 332.7637,312.3309 c 0.4938,0.4938 1.3504,0.3023 3.1643 -1.5116l 4.9783,-4.9783 c 0.3023,-0.3023 0.3729,-0.8163 -0.0202 -1.2093l -0.3729,-0.3729 c -0.0403,-0.0403 -0.0504,-0.1109 -0.0000 -0.1612l 0.1915,-0.1915 l 0.0302,0.0101 c 0.0000,-0.0000 1.0380,1.0581 1.4310 1.4512c 0.3527,0.3527 1.2093,1.1891 1.2093 1.1891l 0.0101,0.0302 l -0.1915,0.1915 c -0.0504,0.0504 -0.1109,0.0504 -0.1612 -0.0000l -0.1713,-0.1713 c -0.4132,-0.4132 -0.7054,-0.3829 -0.9876 -0.1008l -4.9077,4.9077 c -1.1791,1.1791 -2.0054,1.6628 -3.1845 1.6930c -0.5240,-0.0000 -1.0279,-0.1612 -1.3201 -0.4535c -0.3426,-0.3426 -0.9271,-1.1891 -0.3930 -1.7232c 0.2519,-0.2519 0.4736,-0.1310 0.6248 0.0202c 0.2822,0.2822 0.0806,0.6248 -0.0101 0.7760c -0.0907,0.1512 -0.2015,0.3225 0.0806 0.6046ZM 337.0063,313.2076 ZM 342.4985,316.3619 c -0.5039,0.5039 -0.6147,0.7155 -0.4132 0.9171c 0.1209,0.1209 0.3628,0.3225 0.5643 0.4636l -0.2419,0.3225 c -0.7256,-0.5039 -1.3201,-0.8969 -1.7333 -0.9473l -0.2217,-0.2217 l 0.7760,-0.7155 l -0.0302,-0.0302 c -1.1589,0.0504 -1.7535,-0.2620 -2.1667 -0.6752c -0.9977,-0.9977 -0.5845,-1.9349 0.1109 -2.6302l 2.2977,-2.2977 c 0.3326,-0.3326 0.4333,-0.5744 0.0605 -0.9473c -0.0403,-0.0403 -0.1209,-0.1008 -0.1814 -0.1612l -0.0202,-0.0403 l 0.2620,-0.2620 h 0.0605 c 0.0000,-0.0000 0.6651,0.7054 0.9876 1.0279c 0.1411,0.1411 0.3930,0.3527 0.3930 0.3527l -0.8163,0.7961 l -2.1465,2.1465 c -0.8969,0.8969 -0.5946,1.5217 -0.2922 1.8240c 0.2318,0.2318 0.5341,0.3527 0.8969 0.4132c 0.4233,0.0605 0.7256,0.0806 0.9574 0.0504l 2.4891,-2.4891 c 0.3628,-0.3628 0.4837,-0.5845 0.1109 -0.9574c -0.0605,-0.0605 -0.1814,-0.1612 -0.2116 -0.1915l -0.0000,-0.0403 l 0.2519,-0.2519 l 0.0504,-0.0101 c 0.0000,-0.0000 0.6953,0.7357 0.9775 1.0178c 0.2318,0.2318 0.4132,0.3729 0.4132 0.3729l -0.8062,0.7860 l -2.3783,2.3783 ZM 342.2163,318.4177 ZM 346.6101,321.3603 l 2.2070,-2.2070 c 0.7054,-0.7054 0.9171,-1.1589 0.3829 -1.6930c -0.4434,-0.4434 -0.9977,-0.6550 -2.1163 -0.5643l -2.4690,2.4690 c -0.2922,0.2922 -0.3426,0.5442 -0.0101 0.8767l 0.1411,0.1411 c 0.0504,0.0504 0.0504,0.1109 0.0000 0.1612l -0.1915,0.1915 l -0.0403,-0.0000 c 0.0000,-0.0000 -0.6147,-0.6550 -1.0077 -1.0481c -0.3628,-0.3628 -1.0682,-1.0279 -1.0682 -1.0279l -0.0000,-0.0403 l 0.1915,-0.1915 c 0.0504,-0.0504 0.1109,-0.0504 0.1612 0.0000l 0.1915,0.1915 c 0.3426,0.3426 0.5845,0.2822 0.8767 -0.0101l 2.5093,-2.5093 c 0.5442,-0.5442 0.5341,-0.6953 0.3930 -0.8364c -0.1310,-0.1310 -0.2620,-0.2419 -0.4736 -0.3729l 0.2318,-0.3326 c 0.4938,0.3527 0.8465,0.6046 1.3302 0.7457c 0.1612,0.0605 0.2721,0.1109 0.3426 0.1814l 0.1512,0.1512 l -0.9271,0.8667 l 0.0302,0.0302 c 1.4008,-0.1109 2.0256,0.2318 2.5395 0.7457c 0.9070,0.9070 0.4031,1.7938 -0.4938 2.6907l -2.1364,2.1364 c -0.2922,0.2922 -0.3326,0.5543 -0.0101 0.8767l 0.1915,0.1915 c 0.0504,0.0504 0.0605,0.1209 0.0101 0.1713l -0.1915,0.1915 l -0.0403,-0.0000 c 0.0000,-0.0000 -0.6752,-0.7155 -1.0682 -1.1085c -0.3527,-0.3527 -1.0077,-0.9674 -1.0077 -0.9674l -0.0000,-0.0403 l 0.1915,-0.1915 c 0.0504,-0.0504 0.1109,-0.0504 0.1612 0.0000l 0.1411,0.1411 c 0.3326,0.3326 0.5845,0.2822 0.8767 -0.0101ZM 349.9760,326.1773 ZM 355.0248,322.2975 c 0.5744,-0.5744 1.9147,-0.8062 2.9729 0.2519c 0.7760,0.7760 1.3907,1.9752 0.2318 3.1341c -0.7659,0.7659 -1.5419,0.7558 -2.6101 0.7357l -1.8845,-0.0302 c -0.1008,-0.0000 -1.4411,-0.0101 -1.9147 0.4636l 1.7132,1.7132 c 0.3426,0.3426 0.6953,0.3527 1.3907 -0.0605l 0.2116,0.2922 l -1.4713,1.0682 l -3.1139,-3.1139 c 0.5643,-0.5643 1.0884,-0.9070 2.9829 -0.9271l 1.4008,0.0101 c 1.1388,-0.0101 1.8643,-0.2721 2.4791 -0.8868c 0.9171,-0.9171 0.5543,-1.8039 0.2116 -2.1465c -0.6953,-0.6953 -1.2496,-0.5240 -1.4915 -0.2822c -0.0806,0.0806 -0.1411,0.1814 -0.1915 0.2721c -0.0504,0.0907 -0.1008,0.1814 -0.1814 0.2620c -0.2620,0.2620 -0.5643,0.1612 -0.7256 -0.0000c -0.2217,-0.2217 -0.2116,-0.5543 -0.0101 -0.7558ZM 354.3899,330.5913 ZM 362.0690,327.3262 c -0.4333,-0.4333 -1.4915,-0.6450 -3.8395 1.7031c -0.8264,0.8264 -2.3380,2.6403 -1.4512 3.5271c 0.1713,0.1713 0.7659,0.5442 1.7636 -0.0302c 0.6147,-0.3527 1.2899,-0.8868 2.1667 -1.7636c 1.2798,-1.2798 1.6729,-2.3178 1.6326 -2.8620c -0.0101,-0.2116 -0.1109,-0.4132 -0.2721 -0.5744ZM 362.0690,327.3262 ZM 356.4356,332.8789 c -1.0783,-1.0783 -0.4233,-3.1845 1.1186 -4.7263c 1.8845,-1.8845 3.9201,-2.1263 4.8674 -1.1791c 0.4333,0.4333 0.5946,1.1388 0.4938 1.8240c -0.1411,0.9876 -0.6752,1.9651 -1.6225 2.9124c -2.2372,2.2372 -4.1217,1.9046 -4.8573 1.1690ZM 358.8039,335.0052 ZM 365.5054,332.0928 c -0.1915,-0.1915 -0.8163,-0.4535 -1.1388 -0.5744l 0.1915,-0.4333 c 1.3000,0.4736 1.8543,0.6046 2.7209 0.7457l 0.1915,0.1915 l -5.0690,5.0690 c -0.3628,0.3628 -0.4132,0.5140 -0.0806 0.8465l 0.5240,0.5240 c 0.0302,0.0302 0.0605,0.1008 0.0000 0.1612l -0.2217,0.2217 l -1.3605,-1.4008 l -1.4209,-1.3806 l 0.2217,-0.2217 c 0.0403,-0.0202 0.1008,-0.0605 0.1612 0.0000l 0.6046,0.6046 c 0.3829,0.3829 0.5543,0.2116 0.8465 -0.0806l 3.4667,-3.4667 c 0.3426,-0.3426 0.5845,-0.5845 0.3628 -0.8062ZM 363.2178,339.4192 ZM 371.0379,336.0734 c -0.5744,-0.5744 -1.4008,-0.4938 -1.8442 -0.0504c -0.2922,0.2922 -0.5240,0.7659 -0.3124 1.7636l 0.1109,0.4736 c 0.4535,0.0705 1.5318,0.2217 2.0457 -0.2922c 0.4434,-0.4434 0.6248,-1.2698 -0.0000 -1.8946ZM 371.0379,336.0734 ZM 371.6224,338.5726 c -0.6147,0.6147 -1.7938,0.4031 -2.4992 0.2620l 0.2015,0.9674 c 0.1713,0.8163 -0.0202,1.5116 -0.5744 2.0659c -0.7256,0.7256 -2.2574,1.0682 -3.5070 -0.1814c -1.0077,-1.0077 -1.1690,-2.2372 -0.1915 -3.2147c 0.3729,-0.3729 0.9674,-0.6450 1.7031 -0.5946c 0.4535,0.0302 0.8465,0.0605 1.2698 0.1209l -0.0705,-0.2721 c -0.2217,-0.9473 -0.1209,-1.6326 0.4132 -2.1667c 0.7357,-0.7357 1.9853,-0.6550 2.9628 0.3225c 0.9372,0.9372 0.9775,2.0054 0.2922 2.6907ZM 371.6224,338.5726 ZM 365.5457,341.4246 c 0.4333,0.4333 1.4209,0.9574 2.3783 0.0000c 0.4535,-0.4535 0.6248,-1.1891 0.3930 -2.1465l -0.1713,-0.7155 c -1.3605,-0.2721 -2.2170,0.2217 -2.4992 0.5039c -0.8566,0.8566 -0.5341,1.9248 -0.1008 2.3581Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2598505173139767" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 322.4846,280.0087 v 6.4453 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 274.8255,298.6860 ZM 282.5146,295.3503 c -0.2519,-0.2519 -1.1287,-0.8465 -1.7434 -0.2318c -0.1814,0.1814 -0.5643,0.4233 -0.8364 0.1512c -0.2620,-0.2620 0.0101,-0.5744 0.0403 -0.6046c 0.3124,-0.3124 1.6527,-0.8264 3.0535 0.5744c 0.9775,0.9775 0.6550,1.8845 0.2519 2.2876c -0.2519,0.2519 -0.8364,0.6752 -2.3178 0.3426c 0.4736,0.6550 0.8062,1.8139 -0.2419 2.8620c -1.3302,1.3302 -3.0535,1.0380 -4.1922 -0.1008c -0.5744,-0.5744 -1.1287,-1.6326 -0.7457 -2.0155c 0.1512,-0.1512 0.4736,-0.1713 0.6752 0.0302c 0.1915,0.1915 0.1814,0.3829 0.1411 0.6046c -0.0605,0.2822 -0.1209,0.7054 0.3628 1.1891c 0.3326,0.3326 1.6124,0.9473 2.8822 -0.3225c 1.0783,-1.0783 0.4938,-2.0054 -0.0504 -2.5496c -0.0907,-0.0907 -0.2217,-0.1814 -0.3527 -0.2721l 0.2620,-0.3426 c 0.9070,0.6450 2.3077,0.5341 2.7713 0.0705c 0.5744,-0.5744 0.4535,-1.2597 0.0403 -1.6729ZM 279.2394,303.0999 ZM 285.9409,300.1875 c -0.1915,-0.1915 -0.8163,-0.4535 -1.1388 -0.5744l 0.1915,-0.4333 c 1.3000,0.4736 1.8543,0.6046 2.7209 0.7457l 0.1915,0.1915 l -5.0690,5.0690 c -0.3628,0.3628 -0.4132,0.5140 -0.0806 0.8465l 0.5240,0.5240 c 0.0302,0.0302 0.0605,0.1008 0.0000 0.1612l -0.2217,0.2217 l -1.3605,-1.4008 l -1.4209,-1.3806 l 0.2217,-0.2217 c 0.0403,-0.0202 0.1008,-0.0605 0.1612 -0.0000l 0.6046,0.6046 c 0.3829,0.3829 0.5543,0.2116 0.8465 -0.0806l 3.4667,-3.4667 c 0.3426,-0.3426 0.5845,-0.5845 0.3628 -0.8062ZM 286.1727,310.0332 ZM 293.7510,315.8580 l 4.2023,-4.8070 l -7.5984,3.0636 c -0.1209,0.0403 -0.1915,0.0302 -0.2519 -0.0302c -0.0605,-0.0605 -0.0806,-0.1612 -0.0403 -0.2620l 3.1240,-7.3364 l -4.8372,3.9907 c -0.2922,0.2922 -0.5442,0.6248 -0.2419 0.9271l 0.2620,0.2620 c 0.0504,0.0504 0.0705,0.1310 0.0202 0.1814l -0.1814,0.1814 l -0.0504,0.0101 c 0.0000,-0.0000 -0.5039,-0.5442 -0.9070 -0.9473c -0.3527,-0.3527 -0.9271,-0.8868 -0.9271 -0.8868l 0.0101,-0.0302 l 0.1915,-0.1915 c 0.0504,-0.0504 0.1109,-0.0504 0.1713 0.0101l 0.2721,0.2721 c 0.3225,0.3225 0.7155,0.0907 1.0077 -0.1612l 5.3814,-4.4542 c 0.2922,-0.2922 0.3829,-0.5039 0.0605 -0.8264l -0.2922,-0.2922 c -0.0705,-0.0705 -0.0705,-0.1310 -0.0302 -0.1713l 0.1814,-0.1814 l 0.0605,-0.0000 l 1.4814,1.4814 l -3.0636,7.1953 c -0.0605,0.1209 -0.0806,0.1814 -0.0504 0.2116c 0.0202,0.0202 0.0907,0.0101 0.2318 -0.0504l 7.3062,-2.9325 l 1.3000,1.3000 l -0.0101,0.0504 l -0.1814,0.1814 c -0.0605,0.0605 -0.1512,-0.0101 -0.1814 -0.0403l -0.2721,-0.2721 c -0.3023,-0.3023 -0.5643,-0.2015 -0.8264 0.0605l -4.5752,5.2403 c -0.3023,0.3426 -0.4938,0.6953 -0.1612 1.0279l 0.2721,0.2721 c 0.0705,0.0705 0.0806,0.1411 0.0302 0.1915l -0.1915,0.1915 l -0.0403,0.0000 c 0.0000,-0.0000 -0.7155,-0.7558 -1.1085 -1.1488c -0.3628,-0.3628 -1.0984,-1.0581 -1.0984 -1.0581l -0.0101,-0.0504 l 0.1915,-0.1915 c 0.0504,-0.0504 0.1310,-0.0302 0.1713 0.0101l 0.2721,0.2721 c 0.2922,0.2922 0.6651,-0.0000 0.9271 -0.2620ZM 294.6277,318.4882 ZM 300.0292,318.9518 l -0.9977,-0.5946 c -1.1589,-0.6147 -1.7535,-0.2822 -2.2070 0.1713c -0.3124,0.3124 -0.6349,0.9372 0.0000 1.5721c 0.3023,0.3023 1.0581,0.4736 1.5419 0.5140l 1.6628,-1.6628 ZM 300.0292,318.9518 ZM 298.0843,322.1867 c -0.3829,-0.3829 -0.2519,-0.9372 -0.0504 -1.2194l -0.3930,-0.0705 c -0.7860,-0.1411 -1.0581,-0.2116 -1.5217 -0.6752c -0.7054,-0.7054 -0.8163,-1.6225 -0.0605 -2.3783c 0.7659,-0.7659 1.9450,-0.6349 3.1442 0.0806l 1.1589,0.6953 c 1.1388,-1.1388 0.8264,-1.8744 0.4837 -2.2170c -0.3829,-0.3829 -0.9977,-0.6550 -1.3101 -0.3426c -0.1109,0.1109 -0.1512,0.1915 -0.1713 0.2318c -0.0202,0.0605 -0.0806,0.1411 -0.1512 0.2116c -0.1310,0.1310 -0.4333,0.2318 -0.7256 -0.0605c -0.2419,-0.2419 -0.2419,-0.5643 -0.0000 -0.8062c 0.5845,-0.5845 2.0457,-0.1512 2.6907 0.4938c 0.7357,0.7357 1.2798,1.8845 -0.1512 3.3155l -1.4814,1.4814 c -0.6147,0.6147 -0.8667,0.8868 -0.6349 1.1186c 0.2217,0.2217 0.5643,-0.0000 0.7961 -0.2116l 0.2015,0.3023 c -0.7961,0.6752 -1.3101,0.5643 -1.8240 0.0504ZM 299.1727,323.0332 ZM 305.4005,320.9975 c -0.0504,0.0504 -0.1411,0.0202 -0.1915 -0.0302c -0.3023,-0.3023 -0.4938,-0.3729 -0.6550 -0.2116c -0.0605,0.0605 -0.1209,0.1612 -0.1713 0.2922l -1.4915,3.7085 l 3.6783,-1.4411 c 0.1411,-0.0403 0.2419,-0.1008 0.3023 -0.1612c 0.2116,-0.2116 0.0605,-0.4636 -0.1612 -0.6853l -0.0403,-0.0403 c -0.0504,-0.0504 -0.0605,-0.1411 -0.0302 -0.1713l 0.1915,-0.1915 l 0.0504,-0.0101 c 0.0000,-0.0000 0.5744,0.6147 0.9271 0.9674c 0.2822,0.2822 0.7155,0.6752 0.7155 0.6752l 0.0101,0.0504 l -0.1915,0.1915 c -0.0504,0.0504 -0.1209,0.0403 -0.1915 -0.0302c -0.3829,-0.3829 -0.9674,-0.1814 -1.4008 -0.0302c -1.6628,0.5946 -3.1442,1.1891 -5.8953 2.3279c -1.0279,0.4233 -2.2372,0.9070 -2.9527 0.1915c -0.1915,-0.1915 -0.4736,-0.6953 -0.1109 -1.0581c 0.3023,-0.3023 0.6147,-0.1713 0.7760 -0.0101c 0.1512,0.1512 0.1915,0.3124 0.1713 0.4535c 0.0000,0.2015 0.0000,0.3426 0.1008 0.4434c 0.1512,0.1512 1.3705,-0.3628 2.2372 -0.7256c 0.1814,-0.0605 0.3023,-0.1411 0.3930 -0.2318c 0.1008,-0.1008 0.2822,-0.4636 0.4031 -0.7457l 1.6829,-4.2225 c 0.2217,-0.5442 0.2217,-0.7659 -0.1209 -1.1085c -0.0605,-0.0605 -0.0705,-0.1310 -0.0302 -0.1713l 0.2015,-0.2015 l 0.0403,-0.0000 c 0.0000,-0.0000 0.4233,0.4636 0.7256 0.7659c 0.4736,0.4736 1.2194,1.1791 1.2194 1.1791l -0.0101,0.0504 l -0.1814,0.1814 ZM 306.8215,330.6820 ZM 311.8703,326.8022 c 0.5744,-0.5744 1.9147,-0.8062 2.9729 0.2519c 0.7760,0.7760 1.3907,1.9752 0.2318 3.1341c -0.7659,0.7659 -1.5419,0.7558 -2.6101 0.7357l -1.8845,-0.0302 c -0.1008,0.0000 -1.4411,-0.0101 -1.9147 0.4636l 1.7132,1.7132 c 0.3426,0.3426 0.6953,0.3527 1.3907 -0.0605l 0.2116,0.2922 l -1.4713,1.0682 l -3.1139,-3.1139 c 0.5643,-0.5643 1.0884,-0.9070 2.9829 -0.9271l 1.4008,0.0101 c 1.1388,-0.0101 1.8643,-0.2721 2.4791 -0.8868c 0.9171,-0.9171 0.5543,-1.8039 0.2116 -2.1465c -0.6953,-0.6953 -1.2496,-0.5240 -1.4915 -0.2822c -0.0806,0.0806 -0.1411,0.1814 -0.1915 0.2721c -0.0504,0.0907 -0.1008,0.1814 -0.1814 0.2620c -0.2620,0.2620 -0.5643,0.1612 -0.7256 0.0000c -0.2217,-0.2217 -0.2116,-0.5543 -0.0101 -0.7558ZM 311.2354,335.0959 ZM 318.9144,331.8308 c -0.4333,-0.4333 -1.4915,-0.6450 -3.8395 1.7031c -0.8264,0.8264 -2.3380,2.6403 -1.4512 3.5271c 0.1713,0.1713 0.7659,0.5442 1.7636 -0.0302c 0.6147,-0.3527 1.2899,-0.8868 2.1667 -1.7636c 1.2798,-1.2798 1.6729,-2.3178 1.6326 -2.8620c -0.0101,-0.2116 -0.1109,-0.4132 -0.2721 -0.5744ZM 318.9144,331.8308 ZM 313.2811,337.3835 c -1.0783,-1.0783 -0.4233,-3.1845 1.1186 -4.7263c 1.8845,-1.8845 3.9201,-2.1263 4.8674 -1.1791c 0.4333,0.4333 0.5946,1.1388 0.4938 1.8240c -0.1411,0.9876 -0.6752,1.9651 -1.6225 2.9124c -2.2372,2.2372 -4.1217,1.9046 -4.8573 1.1690ZM 315.6493,339.5099 ZM 322.3509,336.5975 c -0.1915,-0.1915 -0.8163,-0.4535 -1.1388 -0.5744l 0.1915,-0.4333 c 1.3000,0.4736 1.8543,0.6046 2.7209 0.7457l 0.1915,0.1915 l -5.0690,5.0690 c -0.3628,0.3628 -0.4132,0.5140 -0.0806 0.8465l 0.5240,0.5240 c 0.0302,0.0302 0.0605,0.1008 0.0000 0.1612l -0.2217,0.2217 l -1.3605,-1.4008 l -1.4209,-1.3806 l 0.2217,-0.2217 c 0.0403,-0.0202 0.1008,-0.0605 0.1612 -0.0000l 0.6046,0.6046 c 0.3829,0.3829 0.5543,0.2116 0.8465 -0.0806l 3.4667,-3.4667 c 0.3426,-0.3426 0.5845,-0.5845 0.3628 -0.8062ZM 320.0633,343.9238 ZM 327.8834,340.5781 c -0.5744,-0.5744 -1.4008,-0.4938 -1.8442 -0.0504c -0.2922,0.2922 -0.5240,0.7659 -0.3124 1.7636l 0.1109,0.4736 c 0.4535,0.0705 1.5318,0.2217 2.0457 -0.2922c 0.4434,-0.4434 0.6248,-1.2698 0.0000 -1.8946ZM 327.8834,340.5781 ZM 328.4679,343.0773 c -0.6147,0.6147 -1.7938,0.4031 -2.4992 0.2620l 0.2015,0.9674 c 0.1713,0.8163 -0.0202,1.5116 -0.5744 2.0659c -0.7256,0.7256 -2.2574,1.0682 -3.5070 -0.1814c -1.0077,-1.0077 -1.1690,-2.2372 -0.1915 -3.2147c 0.3729,-0.3729 0.9674,-0.6450 1.7031 -0.5946c 0.4535,0.0302 0.8465,0.0605 1.2698 0.1209l -0.0705,-0.2721 c -0.2217,-0.9473 -0.1209,-1.6326 0.4132 -2.1667c 0.7357,-0.7357 1.9853,-0.6550 2.9628 0.3225c 0.9372,0.9372 0.9775,2.0054 0.2922 2.6907ZM 328.4679,343.0773 ZM 322.3912,345.9292 c 0.4333,0.4333 1.4209,0.9574 2.3783 -0.0000c 0.4535,-0.4535 0.6248,-1.1891 0.3930 -2.1465l -0.1713,-0.7155 c -1.3605,-0.2721 -2.2170,0.2217 -2.4992 0.5039c -0.8566,0.8566 -0.5341,1.9248 -0.1008 2.3581Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2598505173139767" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 274.8255,280.0087 v 6.4453 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 222.6273,298.6860 ZM 230.3165,295.3503 c -0.2519,-0.2519 -1.1287,-0.8465 -1.7434 -0.2318c -0.1814,0.1814 -0.5643,0.4233 -0.8364 0.1512c -0.2620,-0.2620 0.0101,-0.5744 0.0403 -0.6046c 0.3124,-0.3124 1.6527,-0.8264 3.0535 0.5744c 0.9775,0.9775 0.6550,1.8845 0.2519 2.2876c -0.2519,0.2519 -0.8364,0.6752 -2.3178 0.3426c 0.4736,0.6550 0.8062,1.8139 -0.2419 2.8620c -1.3302,1.3302 -3.0535,1.0380 -4.1922 -0.1008c -0.5744,-0.5744 -1.1287,-1.6326 -0.7457 -2.0155c 0.1512,-0.1512 0.4736,-0.1713 0.6752 0.0302c 0.1915,0.1915 0.1814,0.3829 0.1411 0.6046c -0.0605,0.2822 -0.1209,0.7054 0.3628 1.1891c 0.3326,0.3326 1.6124,0.9473 2.8822 -0.3225c 1.0783,-1.0783 0.4938,-2.0054 -0.0504 -2.5496c -0.0907,-0.0907 -0.2217,-0.1814 -0.3527 -0.2721l 0.2620,-0.3426 c 0.9070,0.6450 2.3077,0.5341 2.7713 0.0705c 0.5744,-0.5744 0.4535,-1.2597 0.0403 -1.6729ZM 227.0413,303.0999 ZM 234.7203,299.8348 c -0.4333,-0.4333 -1.4915,-0.6450 -3.8395 1.7031c -0.8264,0.8264 -2.3380,2.6403 -1.4512 3.5271c 0.1713,0.1713 0.7659,0.5442 1.7636 -0.0302c 0.6147,-0.3527 1.2899,-0.8868 2.1667 -1.7636c 1.2798,-1.2798 1.6729,-2.3178 1.6326 -2.8620c -0.0101,-0.2116 -0.1109,-0.4132 -0.2721 -0.5744ZM 234.7203,299.8348 ZM 229.0870,305.3875 c -1.0783,-1.0783 -0.4233,-3.1845 1.1186 -4.7263c 1.8845,-1.8845 3.9201,-2.1263 4.8674 -1.1791c 0.4333,0.4333 0.5946,1.1388 0.4938 1.8240c -0.1411,0.9876 -0.6752,1.9651 -1.6225 2.9124c -2.2372,2.2372 -4.1217,1.9046 -4.8573 1.1690ZM 233.9746,310.0332 ZM 239.4366,309.7914 l 1.8039,1.8039 l 1.6930,-3.6884 l -3.5573,1.4612 c -0.0504,0.0302 -0.0806,0.0403 -0.1109 0.0705c -0.0605,0.0605 -0.0202,0.1612 0.1713 0.3527ZM 239.4366,309.7914 ZM 236.1110,310.7185 c -0.1008,0.0403 -0.1713,0.0907 -0.2318 0.1512c -0.1612,0.1612 -0.0907,0.4132 0.2116 0.7155l 0.2922,0.2922 c 0.0403,0.0403 0.0504,0.1109 0.0000 0.1612l -0.1915,0.1915 l -0.0403,0.0000 c 0.0000,-0.0000 -0.9775,-1.0178 -1.2194 -1.2597c -0.2620,-0.2620 -0.9271,-0.8868 -0.9271 -0.8868l -0.0000,-0.0403 l 0.1915,-0.1915 c 0.0504,-0.0504 0.1109,-0.0504 0.1612 -0.0000l 0.1209,0.1209 c 0.4132,0.4132 0.7860,0.4031 1.2698 0.2015l 7.8705,-3.1543 c 0.3225,-0.1411 0.4736,-0.1310 0.5744 -0.0302c 0.1814,0.1814 0.1612,0.3628 0.0403 0.6450l -3.3961,7.5279 c -0.2519,0.5341 -0.2419,0.9271 0.1612 1.3302l 0.1109,0.1109 c 0.0504,0.0504 0.0705,0.1310 0.0202 0.1814l -0.1915,0.1915 l -0.0504,-0.0101 c 0.0000,-0.0000 -0.7558,-0.7961 -1.1488 -1.1891c -0.3527,-0.3527 -1.3605,-1.3201 -1.3605 -1.3201l 0.0101,-0.0302 l 0.1915,-0.1915 c 0.0504,-0.0504 0.1008,-0.0605 0.1512 -0.0101l 0.2822,0.2822 c 0.3124,0.3124 0.5845,0.3628 0.7457 0.2015c 0.0504,-0.0504 0.1008,-0.1209 0.1411 -0.2015l 1.0884,-2.3783 l -2.1263,-2.1263 c -0.2419,-0.2419 -0.3829,-0.2620 -0.5341 -0.1915ZM 240.9784,317.0371 ZM 245.6443,315.3743 l -2.5093,2.5093 c -0.0605,0.7659 0.2519,1.1186 0.4132 1.2798c 1.0783,1.0783 2.3279,0.3124 3.1946 -0.5543c 1.2194,-1.2194 1.4008,-2.3884 0.7860 -3.0031c -0.3426,-0.3426 -1.1287,-0.5442 -1.8845 -0.2318ZM 245.6443,315.3743 ZM 240.1420,319.3851 l 4.9884,-4.9884 c 0.3829,-0.3829 0.3628,-0.5442 0.2217 -0.6853c -0.1310,-0.1310 -0.2620,-0.2419 -0.4736 -0.3729l 0.2318,-0.3326 c 0.7558,0.5341 0.9171,0.6147 1.3403 0.7558c 0.1612,0.0605 0.2620,0.1008 0.3326 0.1713l 0.1512,0.1512 l -0.8364,0.7760 l 0.0302,0.0302 c 1.1690,-0.2419 1.8139,0.2015 2.1364 0.5240c 0.9775,0.9775 0.6046,2.6403 -0.4636 3.7085c -0.8163,0.8163 -1.6930,1.1891 -2.6101 1.1992c -0.7860,0.0000 -1.3907,-0.2217 -1.9248 -0.7558c -0.3628,-0.3628 -0.5643,-0.7256 -0.6853 -1.1287l -1.6930,1.6930 c -0.2922,0.2922 -0.3326,0.5543 -0.0101 0.8767l 0.1915,0.1915 c 0.0504,0.0504 0.0605,0.1209 0.0101 0.1713l -0.1915,0.1915 l -0.0403,0.0000 c 0.0000,-0.0000 -0.6752,-0.7155 -1.0682 -1.1085c -0.3527,-0.3527 -1.0581,-1.0178 -1.0581 -1.0178l -0.0000,-0.0403 l 0.1915,-0.1915 c 0.0504,-0.0504 0.1109,-0.0504 0.1612 -0.0000l 0.1915,0.1915 c 0.3326,0.3326 0.5845,0.2822 0.8767 -0.0101ZM 245.8055,321.8642 ZM 247.4280,322.0355 l 2.5093,-2.5093 c 0.5039,-0.5039 0.5442,-0.6853 0.3930 -0.8364c -0.1310,-0.1310 -0.2620,-0.2419 -0.4736 -0.3729l 0.2318,-0.3326 c 0.7457,0.5240 0.8868,0.6046 1.3403 0.7558c 0.1512,0.0504 0.2620,0.1008 0.3326 0.1713l 0.1512,0.1512 l -0.9372,0.8767 l 0.0302,0.0302 c 0.6550,-0.1310 1.6124,-0.2015 2.0860 0.2721c 0.4132,0.4132 0.3628,0.7659 0.1008 1.0279c -0.2620,0.2620 -0.5946,0.2519 -0.8566 -0.0101c -0.2015,-0.2015 -0.2318,-0.3930 -0.2318 -0.5946c -0.0000,-0.1209 -0.0403,-0.2217 -0.1109 -0.2922c -0.1109,-0.1109 -0.5140,-0.1512 -1.0984 -0.0504c -0.1612,0.0202 -0.3426,0.1008 -0.4736 0.2318l -2.2372,2.2372 c -0.2922,0.2922 -0.3426,0.5442 -0.0101 0.8767l 0.2922,0.2922 c 0.0504,0.0504 0.0605,0.1209 0.0101 0.1713l -0.1915,0.1915 l -0.0403,0.0000 c 0.0000,-0.0000 -0.7760,-0.8163 -1.1690 -1.2093c -0.3628,-0.3628 -1.0682,-1.0279 -1.0682 -1.0279l 0.0101,-0.0302 l 0.1915,-0.1915 c 0.0504,-0.0504 0.1008,-0.0605 0.1512 -0.0101l 0.1915,0.1915 c 0.3426,0.3426 0.5845,0.2822 0.8767 -0.0101ZM 251.8218,327.8804 ZM 256.8706,324.0006 c 0.5744,-0.5744 1.9147,-0.8062 2.9729 0.2519c 0.7760,0.7760 1.3907,1.9752 0.2318 3.1341c -0.7659,0.7659 -1.5419,0.7558 -2.6101 0.7357l -1.8845,-0.0302 c -0.1008,0.0000 -1.4411,-0.0101 -1.9147 0.4636l 1.7132,1.7132 c 0.3426,0.3426 0.6953,0.3527 1.3907 -0.0605l 0.2116,0.2922 l -1.4713,1.0682 l -3.1139,-3.1139 c 0.5643,-0.5643 1.0884,-0.9070 2.9829 -0.9271l 1.4008,0.0101 c 1.1388,-0.0101 1.8643,-0.2721 2.4791 -0.8868c 0.9171,-0.9171 0.5543,-1.8039 0.2116 -2.1465c -0.6953,-0.6953 -1.2496,-0.5240 -1.4915 -0.2822c -0.0806,0.0806 -0.1411,0.1814 -0.1915 0.2721c -0.0504,0.0907 -0.1008,0.1814 -0.1814 0.2620c -0.2620,0.2620 -0.5643,0.1612 -0.7256 0.0000c -0.2217,-0.2217 -0.2116,-0.5543 -0.0101 -0.7558ZM 256.2357,332.2944 ZM 263.9148,329.0293 c -0.4333,-0.4333 -1.4915,-0.6450 -3.8395 1.7031c -0.8264,0.8264 -2.3380,2.6403 -1.4512 3.5271c 0.1713,0.1713 0.7659,0.5442 1.7636 -0.0302c 0.6147,-0.3527 1.2899,-0.8868 2.1667 -1.7636c 1.2798,-1.2798 1.6729,-2.3178 1.6326 -2.8620c -0.0101,-0.2116 -0.1109,-0.4132 -0.2721 -0.5744ZM 263.9148,329.0293 ZM 258.2815,334.5820 c -1.0783,-1.0783 -0.4233,-3.1845 1.1186 -4.7263c 1.8845,-1.8845 3.9201,-2.1263 4.8674 -1.1791c 0.4333,0.4333 0.5946,1.1388 0.4938 1.8240c -0.1411,0.9876 -0.6752,1.9651 -1.6225 2.9124c -2.2372,2.2372 -4.1217,1.9046 -4.8573 1.1690ZM 260.6497,336.7083 ZM 267.3512,333.7959 c -0.1915,-0.1915 -0.8163,-0.4535 -1.1388 -0.5744l 0.1915,-0.4333 c 1.3000,0.4736 1.8543,0.6046 2.7209 0.7457l 0.1915,0.1915 l -5.0690,5.0690 c -0.3628,0.3628 -0.4132,0.5140 -0.0806 0.8465l 0.5240,0.5240 c 0.0302,0.0302 0.0605,0.1008 0.0000 0.1612l -0.2217,0.2217 l -1.3605,-1.4008 l -1.4209,-1.3806 l 0.2217,-0.2217 c 0.0403,-0.0202 0.1008,-0.0605 0.1612 -0.0000l 0.6046,0.6046 c 0.3829,0.3829 0.5543,0.2116 0.8465 -0.0806l 3.4667,-3.4667 c 0.3426,-0.3426 0.5845,-0.5845 0.3628 -0.8062ZM 265.0636,341.1222 ZM 272.8837,337.7765 c -0.5744,-0.5744 -1.4008,-0.4938 -1.8442 -0.0504c -0.2922,0.2922 -0.5240,0.7659 -0.3124 1.7636l 0.1109,0.4736 c 0.4535,0.0705 1.5318,0.2217 2.0457 -0.2922c 0.4434,-0.4434 0.6248,-1.2698 0.0000 -1.8946ZM 272.8837,337.7765 ZM 273.4682,340.2757 c -0.6147,0.6147 -1.7938,0.4031 -2.4992 0.2620l 0.2015,0.9674 c 0.1713,0.8163 -0.0202,1.5116 -0.5744 2.0659c -0.7256,0.7256 -2.2574,1.0682 -3.5070 -0.1814c -1.0077,-1.0077 -1.1690,-2.2372 -0.1915 -3.2147c 0.3729,-0.3729 0.9674,-0.6450 1.7031 -0.5946c 0.4535,0.0302 0.8465,0.0605 1.2698 0.1209l -0.0705,-0.2721 c -0.2217,-0.9473 -0.1209,-1.6326 0.4132 -2.1667c 0.7357,-0.7357 1.9853,-0.6550 2.9628 0.3225c 0.9372,0.9372 0.9775,2.0054 0.2922 2.6907ZM 273.4682,340.2757 ZM 267.3915,343.1277 c 0.4333,0.4333 1.4209,0.9574 2.3783 -0.0000c 0.4535,-0.4535 0.6248,-1.1891 0.3930 -2.1465l -0.1713,-0.7155 c -1.3605,-0.2721 -2.2170,0.2217 -2.4992 0.5039c -0.8566,0.8566 -0.5341,1.9248 -0.1008 2.3581Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2598505173139767" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 222.6273,280.0087 v 6.4453 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 174.9682,298.6860 ZM 182.6573,295.3503 c -0.2519,-0.2519 -1.1287,-0.8465 -1.7434 -0.2318c -0.1814,0.1814 -0.5643,0.4233 -0.8364 0.1512c -0.2620,-0.2620 0.0101,-0.5744 0.0403 -0.6046c 0.3124,-0.3124 1.6527,-0.8264 3.0535 0.5744c 0.9775,0.9775 0.6550,1.8845 0.2519 2.2876c -0.2519,0.2519 -0.8364,0.6752 -2.3178 0.3426c 0.4736,0.6550 0.8062,1.8139 -0.2419 2.8620c -1.3302,1.3302 -3.0535,1.0380 -4.1922 -0.1008c -0.5744,-0.5744 -1.1287,-1.6326 -0.7457 -2.0155c 0.1512,-0.1512 0.4736,-0.1713 0.6752 0.0302c 0.1915,0.1915 0.1814,0.3829 0.1411 0.6046c -0.0605,0.2822 -0.1209,0.7054 0.3628 1.1891c 0.3326,0.3326 1.6124,0.9473 2.8822 -0.3225c 1.0783,-1.0783 0.4938,-2.0054 -0.0504 -2.5496c -0.0907,-0.0907 -0.2217,-0.1814 -0.3527 -0.2721l 0.2620,-0.3426 c 0.9070,0.6450 2.3077,0.5341 2.7713 0.0705c 0.5744,-0.5744 0.4535,-1.2597 0.0403 -1.6729ZM 179.3821,303.0999 ZM 186.0836,300.1875 c -0.1915,-0.1915 -0.8163,-0.4535 -1.1388 -0.5744l 0.1915,-0.4333 c 1.3000,0.4736 1.8543,0.6046 2.7209 0.7457l 0.1915,0.1915 l -5.0690,5.0690 c -0.3628,0.3628 -0.4132,0.5140 -0.0806 0.8465l 0.5240,0.5240 c 0.0302,0.0302 0.0605,0.1008 0.0000 0.1612l -0.2217,0.2217 l -1.3605,-1.4008 l -1.4209,-1.3806 l 0.2217,-0.2217 c 0.0403,-0.0202 0.1008,-0.0605 0.1612 -0.0000l 0.6046,0.6046 c 0.3829,0.3829 0.5543,0.2116 0.8465 -0.0806l 3.4667,-3.4667 c 0.3426,-0.3426 0.5845,-0.5845 0.3628 -0.8062ZM 186.3154,310.0332 ZM 193.8937,315.8580 l 4.2023,-4.8070 l -7.5984,3.0636 c -0.1209,0.0403 -0.1915,0.0302 -0.2519 -0.0302c -0.0605,-0.0605 -0.0806,-0.1612 -0.0403 -0.2620l 3.1240,-7.3364 l -4.8372,3.9907 c -0.2922,0.2922 -0.5442,0.6248 -0.2419 0.9271l 0.2620,0.2620 c 0.0504,0.0504 0.0705,0.1310 0.0202 0.1814l -0.1814,0.1814 l -0.0504,0.0101 c 0.0000,-0.0000 -0.5039,-0.5442 -0.9070 -0.9473c -0.3527,-0.3527 -0.9271,-0.8868 -0.9271 -0.8868l 0.0101,-0.0302 l 0.1915,-0.1915 c 0.0504,-0.0504 0.1109,-0.0504 0.1713 0.0101l 0.2721,0.2721 c 0.3225,0.3225 0.7155,0.0907 1.0077 -0.1612l 5.3814,-4.4542 c 0.2922,-0.2922 0.3829,-0.5039 0.0605 -0.8264l -0.2922,-0.2922 c -0.0705,-0.0705 -0.0705,-0.1310 -0.0302 -0.1713l 0.1814,-0.1814 l 0.0605,-0.0000 l 1.4814,1.4814 l -3.0636,7.1953 c -0.0605,0.1209 -0.0806,0.1814 -0.0504 0.2116c 0.0202,0.0202 0.0907,0.0101 0.2318 -0.0504l 7.3062,-2.9325 l 1.3000,1.3000 l -0.0101,0.0504 l -0.1814,0.1814 c -0.0605,0.0605 -0.1512,-0.0101 -0.1814 -0.0403l -0.2721,-0.2721 c -0.3023,-0.3023 -0.5643,-0.2015 -0.8264 0.0605l -4.5752,5.2403 c -0.3023,0.3426 -0.4938,0.6953 -0.1612 1.0279l 0.2721,0.2721 c 0.0705,0.0705 0.0806,0.1411 0.0302 0.1915l -0.1915,0.1915 l -0.0403,0.0000 c 0.0000,-0.0000 -0.7155,-0.7558 -1.1085 -1.1488c -0.3628,-0.3628 -1.0984,-1.0581 -1.0984 -1.0581l -0.0101,-0.0504 l 0.1915,-0.1915 c 0.0504,-0.0504 0.1310,-0.0302 0.1713 0.0101l 0.2721,0.2721 c 0.2922,0.2922 0.6651,-0.0000 0.9271 -0.2620ZM 194.7704,318.4882 ZM 200.1720,318.9518 l -0.9977,-0.5946 c -1.1589,-0.6147 -1.7535,-0.2822 -2.2070 0.1713c -0.3124,0.3124 -0.6349,0.9372 0.0000 1.5721c 0.3023,0.3023 1.0581,0.4736 1.5419 0.5140l 1.6628,-1.6628 ZM 200.1720,318.9518 ZM 198.2270,322.1867 c -0.3829,-0.3829 -0.2519,-0.9372 -0.0504 -1.2194l -0.3930,-0.0705 c -0.7860,-0.1411 -1.0581,-0.2116 -1.5217 -0.6752c -0.7054,-0.7054 -0.8163,-1.6225 -0.0605 -2.3783c 0.7659,-0.7659 1.9450,-0.6349 3.1442 0.0806l 1.1589,0.6953 c 1.1388,-1.1388 0.8264,-1.8744 0.4837 -2.2170c -0.3829,-0.3829 -0.9977,-0.6550 -1.3101 -0.3426c -0.1109,0.1109 -0.1512,0.1915 -0.1713 0.2318c -0.0202,0.0605 -0.0806,0.1411 -0.1512 0.2116c -0.1310,0.1310 -0.4333,0.2318 -0.7256 -0.0605c -0.2419,-0.2419 -0.2419,-0.5643 -0.0000 -0.8062c 0.5845,-0.5845 2.0457,-0.1512 2.6907 0.4938c 0.7357,0.7357 1.2798,1.8845 -0.1512 3.3155l -1.4814,1.4814 c -0.6147,0.6147 -0.8667,0.8868 -0.6349 1.1186c 0.2217,0.2217 0.5643,-0.0000 0.7961 -0.2116l 0.2015,0.3023 c -0.7961,0.6752 -1.3101,0.5643 -1.8240 0.0504ZM 199.3154,323.0332 ZM 200.9378,323.2045 l 2.5093,-2.5093 c 0.5039,-0.5039 0.5442,-0.6853 0.3930 -0.8364c -0.1310,-0.1310 -0.2620,-0.2419 -0.4736 -0.3729l 0.2318,-0.3326 c 0.7457,0.5240 0.8868,0.6046 1.3403 0.7558c 0.1512,0.0504 0.2620,0.1008 0.3326 0.1713l 0.1512,0.1512 l -0.9372,0.8767 l 0.0302,0.0302 c 0.6550,-0.1310 1.6124,-0.2015 2.0860 0.2721c 0.4132,0.4132 0.3628,0.7659 0.1008 1.0279c -0.2620,0.2620 -0.5946,0.2519 -0.8566 -0.0101c -0.2015,-0.2015 -0.2318,-0.3930 -0.2318 -0.5946c -0.0000,-0.1209 -0.0403,-0.2217 -0.1109 -0.2922c -0.1109,-0.1109 -0.5140,-0.1512 -1.0984 -0.0504c -0.1612,0.0202 -0.3426,0.1008 -0.4736 0.2318l -2.2372,2.2372 c -0.2922,0.2922 -0.3426,0.5442 -0.0101 0.8767l 0.2922,0.2922 c 0.0504,0.0504 0.0605,0.1209 0.0101 0.1713l -0.1915,0.1915 l -0.0403,0.0000 c 0.0000,-0.0000 -0.7760,-0.8163 -1.1690 -1.2093c -0.3628,-0.3628 -1.0682,-1.0279 -1.0682 -1.0279l 0.0101,-0.0302 l 0.1915,-0.1915 c 0.0504,-0.0504 0.1008,-0.0605 0.1512 -0.0101l 0.1915,0.1915 c 0.3426,0.3426 0.5845,0.2822 0.8767 -0.0101ZM 205.3316,329.0494 ZM 210.3804,325.1696 c 0.5744,-0.5744 1.9147,-0.8062 2.9729 0.2519c 0.7760,0.7760 1.3907,1.9752 0.2318 3.1341c -0.7659,0.7659 -1.5419,0.7558 -2.6101 0.7357l -1.8845,-0.0302 c -0.1008,0.0000 -1.4411,-0.0101 -1.9147 0.4636l 1.7132,1.7132 c 0.3426,0.3426 0.6953,0.3527 1.3907 -0.0605l 0.2116,0.2922 l -1.4713,1.0682 l -3.1139,-3.1139 c 0.5643,-0.5643 1.0884,-0.9070 2.9829 -0.9271l 1.4008,0.0101 c 1.1388,-0.0101 1.8643,-0.2721 2.4791 -0.8868c 0.9171,-0.9171 0.5543,-1.8039 0.2116 -2.1465c -0.6953,-0.6953 -1.2496,-0.5240 -1.4915 -0.2822c -0.0806,0.0806 -0.1411,0.1814 -0.1915 0.2721c -0.0504,0.0907 -0.1008,0.1814 -0.1814 0.2620c -0.2620,0.2620 -0.5643,0.1612 -0.7256 0.0000c -0.2217,-0.2217 -0.2116,-0.5543 -0.0101 -0.7558ZM 209.7456,333.4634 ZM 217.4246,330.1983 c -0.4333,-0.4333 -1.4915,-0.6450 -3.8395 1.7031c -0.8264,0.8264 -2.3380,2.6403 -1.4512 3.5271c 0.1713,0.1713 0.7659,0.5442 1.7636 -0.0302c 0.6147,-0.3527 1.2899,-0.8868 2.1667 -1.7636c 1.2798,-1.2798 1.6729,-2.3178 1.6326 -2.8620c -0.0101,-0.2116 -0.1109,-0.4132 -0.2721 -0.5744ZM 217.4246,330.1983 ZM 211.7913,335.7510 c -1.0783,-1.0783 -0.4233,-3.1845 1.1186 -4.7263c 1.8845,-1.8845 3.9201,-2.1263 4.8674 -1.1791c 0.4333,0.4333 0.5946,1.1388 0.4938 1.8240c -0.1411,0.9876 -0.6752,1.9651 -1.6225 2.9124c -2.2372,2.2372 -4.1217,1.9046 -4.8573 1.1690ZM 214.1595,337.8773 ZM 220.8610,334.9649 c -0.1915,-0.1915 -0.8163,-0.4535 -1.1388 -0.5744l 0.1915,-0.4333 c 1.3000,0.4736 1.8543,0.6046 2.7209 0.7457l 0.1915,0.1915 l -5.0690,5.0690 c -0.3628,0.3628 -0.4132,0.5140 -0.0806 0.8465l 0.5240,0.5240 c 0.0302,0.0302 0.0605,0.1008 0.0000 0.1612l -0.2217,0.2217 l -1.3605,-1.4008 l -1.4209,-1.3806 l 0.2217,-0.2217 c 0.0403,-0.0202 0.1008,-0.0605 0.1612 -0.0000l 0.6046,0.6046 c 0.3829,0.3829 0.5543,0.2116 0.8465 -0.0806l 3.4667,-3.4667 c 0.3426,-0.3426 0.5845,-0.5845 0.3628 -0.8062ZM 218.5734,342.2912 ZM 226.3936,338.9455 c -0.5744,-0.5744 -1.4008,-0.4938 -1.8442 -0.0504c -0.2922,0.2922 -0.5240,0.7659 -0.3124 1.7636l 0.1109,0.4736 c 0.4535,0.0705 1.5318,0.2217 2.0457 -0.2922c 0.4434,-0.4434 0.6248,-1.2698 0.0000 -1.8946ZM 226.3936,338.9455 ZM 226.9780,341.4447 c -0.6147,0.6147 -1.7938,0.4031 -2.4992 0.2620l 0.2015,0.9674 c 0.1713,0.8163 -0.0202,1.5116 -0.5744 2.0659c -0.7256,0.7256 -2.2574,1.0682 -3.5070 -0.1814c -1.0077,-1.0077 -1.1690,-2.2372 -0.1915 -3.2147c 0.3729,-0.3729 0.9674,-0.6450 1.7031 -0.5946c 0.4535,0.0302 0.8465,0.0605 1.2698 0.1209l -0.0705,-0.2721 c -0.2217,-0.9473 -0.1209,-1.6326 0.4132 -2.1667c 0.7357,-0.7357 1.9853,-0.6550 2.9628 0.3225c 0.9372,0.9372 0.9775,2.0054 0.2922 2.6907ZM 226.9780,341.4447 ZM 220.9013,344.2967 c 0.4333,0.4333 1.4209,0.9574 2.3783 -0.0000c 0.4535,-0.4535 0.6248,-1.1891 0.3930 -2.1465l -0.1713,-0.7155 c -1.3605,-0.2721 -2.2170,0.2217 -2.4992 0.5039c -0.8566,0.8566 -0.5341,1.9248 -0.1008 2.3581Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2598505173139767" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 174.9682,280.0087 v 6.4453 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 125.0395,298.6860 ZM 130.0884,294.8062 c 0.5744,-0.5744 1.9147,-0.8062 2.9729 0.2519c 0.7760,0.7760 1.3907,1.9752 0.2318 3.1341c -0.7659,0.7659 -1.5419,0.7558 -2.6101 0.7357l -1.8845,-0.0302 c -0.1008,0.0000 -1.4411,-0.0101 -1.9147 0.4636l 1.7132,1.7132 c 0.3426,0.3426 0.6953,0.3527 1.3907 -0.0605l 0.2116,0.2922 l -1.4713,1.0682 l -3.1139,-3.1139 c 0.5643,-0.5643 1.0884,-0.9070 2.9829 -0.9271l 1.4008,0.0101 c 1.1388,-0.0101 1.8643,-0.2721 2.4791 -0.8868c 0.9171,-0.9171 0.5543,-1.8039 0.2116 -2.1465c -0.6953,-0.6953 -1.2496,-0.5240 -1.4915 -0.2822c -0.0806,0.0806 -0.1411,0.1814 -0.1915 0.2721c -0.0504,0.0907 -0.1008,0.1814 -0.1814 0.2620c -0.2620,0.2620 -0.5643,0.1612 -0.7256 0.0000c -0.2217,-0.2217 -0.2116,-0.5543 -0.0101 -0.7558ZM 129.4535,303.0999 ZM 137.2736,299.7542 c -0.5744,-0.5744 -1.4008,-0.4938 -1.8442 -0.0504c -0.2922,0.2922 -0.5240,0.7659 -0.3124 1.7636l 0.1109,0.4736 c 0.4535,0.0705 1.5318,0.2217 2.0457 -0.2922c 0.4434,-0.4434 0.6248,-1.2698 0.0000 -1.8946ZM 137.2736,299.7542 ZM 137.8581,302.2534 c -0.6147,0.6147 -1.7938,0.4031 -2.4992 0.2620l 0.2015,0.9674 c 0.1713,0.8163 -0.0202,1.5116 -0.5744 2.0659c -0.7256,0.7256 -2.2574,1.0682 -3.5070 -0.1814c -1.0077,-1.0077 -1.1690,-2.2372 -0.1915 -3.2147c 0.3729,-0.3729 0.9674,-0.6450 1.7031 -0.5946c 0.4535,0.0302 0.8465,0.0605 1.2698 0.1209l -0.0705,-0.2721 c -0.2217,-0.9473 -0.1209,-1.6326 0.4132 -2.1667c 0.7357,-0.7357 1.9853,-0.6550 2.9628 0.3225c 0.9372,0.9372 0.9775,2.0054 0.2922 2.6907ZM 137.8581,302.2534 ZM 131.7814,305.1053 c 0.4333,0.4333 1.4209,0.9574 2.3783 -0.0000c 0.4535,-0.4535 0.6248,-1.1891 0.3930 -2.1465l -0.1713,-0.7155 c -1.3605,-0.2721 -2.2170,0.2217 -2.4992 0.5039c -0.8566,0.8566 -0.5341,1.9248 -0.1008 2.3581ZM 136.3868,310.0332 ZM 144.0054,306.0829 l -2.1465,2.1465 l 1.3705,1.3705 c 0.3527,0.3527 0.6046,0.2822 0.9473 0.0605l 0.3729,-0.2318 c 0.0403,-0.0403 0.1109,-0.0504 0.1512 -0.0101l 0.2217,0.2217 c 0.0302,0.0302 0.0202,0.0605 0.0000 0.0806c -0.2721,0.1915 -0.7054,0.5442 -1.0380 0.8767c -0.3426,0.3426 -0.6248,0.6853 -0.8868 1.0481l -0.0605,0.0000 l -0.2318,-0.2318 c -0.0504,-0.0504 -0.0302,-0.1109 -0.0101 -0.1512l 0.2519,-0.3729 c 0.2419,-0.3426 0.2822,-0.6046 -0.0605 -0.9473l -1.3705,-1.3705 l -2.5698,2.5698 c -0.3124,0.3124 -0.2922,0.5946 0.1109 0.9977l 0.2620,0.2620 c 0.0504,0.0504 0.0504,0.1109 0.0000 0.1612l -0.1915,0.1915 l -0.0302,0.0101 l -1.2496,-1.2899 c -0.3628,-0.3628 -1.3201,-1.2798 -1.3201 -1.2798l -0.0000,-0.0403 l 0.1915,-0.1915 c 0.0504,-0.0504 0.1109,-0.0504 0.1612 -0.0000l 0.2620,0.2620 c 0.4132,0.4132 0.7155,0.3930 0.9977 0.1109l 5.0589,-5.0589 c 0.2922,-0.2922 0.3527,-0.5341 -0.0806 -0.9674l -0.3023,-0.3023 c -0.0705,-0.0705 -0.0302,-0.1310 -0.0101 -0.1512l 0.2015,-0.2015 l 0.0504,0.0302 l 1.2496,1.2698 l 0.7558,0.7357 l 2.5294,2.5294 c -0.4837,0.5845 -1.0178,1.2798 -1.3504 1.7736l -0.3426,-0.2419 c 0.4736,-0.9171 0.8062,-1.6124 0.0504 -2.3682l -1.2597,-1.2597 c -0.2419,-0.2419 -0.4434,-0.2822 -0.6853 -0.0403ZM 141.2945,314.9410 ZM 145.2348,313.2983 l 1.8543,1.8543 c 0.1008,0.1008 0.1915,0.0907 0.2822 -0.0000c 0.9372,-0.9372 0.7054,-1.6527 0.3426 -2.0155c -0.2318,-0.2318 -1.0783,-0.8969 -2.4791 0.1612ZM 145.2348,313.2983 ZM 146.0410,317.8130 l 0.0403,0.3628 c -0.9070,0.1411 -1.8744,-0.0806 -2.6000 -0.8062c -1.3806,-1.3806 -0.9372,-2.9930 0.1612 -4.0915c 1.5318,-1.5318 3.4566,-1.4411 4.4139 -0.4837c 1.3302,1.3302 0.6046,2.6806 -0.2419 3.5271c -0.1109,0.1109 -0.2419,0.1008 -0.3527 -0.0101l -2.6504,-2.6504 c -0.0705,0.0504 -0.1310,0.1109 -0.2116 0.1915c -1.0279,1.0279 -1.1085,2.5395 -0.3829 3.2651c 0.5543,0.5543 1.0884,0.7256 1.8240 0.6953ZM 145.6077,319.2541 ZM 147.6635,320.2014 c -0.0403,0.4434 0.0907,0.7357 0.4031 1.0481c 0.9574,0.9574 2.3279,0.5543 3.4767 -0.5946c 1.0279,-1.0279 1.2395,-2.2876 0.6248 -2.9023c -0.1109,-0.1109 -0.6550,-0.6147 -1.4612 -0.5946l -3.0434,3.0434 ZM 147.6635,320.2014 ZM 152.1278,314.2255 c 0.5744,-0.5744 0.6349,-0.8364 0.4333 -1.0380l -0.3628,-0.2822 c -0.0302,-0.0302 -0.0302,-0.0705 -0.0000 -0.1008l 0.2318,-0.2721 c 0.1612,0.1612 0.5845,0.4636 0.7860 0.6046c 0.2217,0.1411 0.4132,0.2519 0.7054 0.3628l 0.2217,0.2217 l -3.1240,3.1240 c 0.7155,-0.0302 1.3000,0.1915 1.7837 0.6752c 0.8767,0.8767 0.8767,2.5496 -0.3527 3.7791c -1.6023,1.6023 -3.6380,1.3806 -4.6659 0.3527c -0.4333,-0.4333 -0.6349,-0.8767 -0.6752 -1.4209c -0.2116,0.0302 -0.4938,0.0504 -0.6853 0.0605l -0.1612,-0.2620 c 0.2721,-0.2116 0.4333,-0.3729 0.8264 -0.7659l 5.0387,-5.0387 ZM 152.9441,326.5905 ZM 157.9929,322.7107 c 0.5744,-0.5744 1.9147,-0.8062 2.9729 0.2519c 0.7760,0.7760 1.3907,1.9752 0.2318 3.1341c -0.7659,0.7659 -1.5419,0.7558 -2.6101 0.7357l -1.8845,-0.0302 c -0.1008,0.0000 -1.4411,-0.0101 -1.9147 0.4636l 1.7132,1.7132 c 0.3426,0.3426 0.6953,0.3527 1.3907 -0.0605l 0.2116,0.2922 l -1.4713,1.0682 l -3.1139,-3.1139 c 0.5643,-0.5643 1.0884,-0.9070 2.9829 -0.9271l 1.4008,0.0101 c 1.1388,-0.0101 1.8643,-0.2721 2.4791 -0.8868c 0.9171,-0.9171 0.5543,-1.8039 0.2116 -2.1465c -0.6953,-0.6953 -1.2496,-0.5240 -1.4915 -0.2822c -0.0806,0.0806 -0.1411,0.1814 -0.1915 0.2721c -0.0504,0.0907 -0.1008,0.1814 -0.1814 0.2620c -0.2620,0.2620 -0.5643,0.1612 -0.7256 0.0000c -0.2217,-0.2217 -0.2116,-0.5543 -0.0101 -0.7558ZM 157.3580,331.0045 ZM 165.0371,327.7394 c -0.4333,-0.4333 -1.4915,-0.6450 -3.8395 1.7031c -0.8264,0.8264 -2.3380,2.6403 -1.4512 3.5271c 0.1713,0.1713 0.7659,0.5442 1.7636 -0.0302c 0.6147,-0.3527 1.2899,-0.8868 2.1667 -1.7636c 1.2798,-1.2798 1.6729,-2.3178 1.6326 -2.8620c -0.0101,-0.2116 -0.1109,-0.4132 -0.2721 -0.5744ZM 165.0371,327.7394 ZM 159.4037,333.2920 c -1.0783,-1.0783 -0.4233,-3.1845 1.1186 -4.7263c 1.8845,-1.8845 3.9201,-2.1263 4.8674 -1.1791c 0.4333,0.4333 0.5946,1.1388 0.4938 1.8240c -0.1411,0.9876 -0.6752,1.9651 -1.6225 2.9124c -2.2372,2.2372 -4.1217,1.9046 -4.8573 1.1690ZM 161.7719,335.4184 ZM 168.4735,332.5060 c -0.1915,-0.1915 -0.8163,-0.4535 -1.1388 -0.5744l 0.1915,-0.4333 c 1.3000,0.4736 1.8543,0.6046 2.7209 0.7457l 0.1915,0.1915 l -5.0690,5.0690 c -0.3628,0.3628 -0.4132,0.5140 -0.0806 0.8465l 0.5240,0.5240 c 0.0302,0.0302 0.0605,0.1008 0.0000 0.1612l -0.2217,0.2217 l -1.3605,-1.4008 l -1.4209,-1.3806 l 0.2217,-0.2217 c 0.0403,-0.0202 0.1008,-0.0605 0.1612 -0.0000l 0.6046,0.6046 c 0.3829,0.3829 0.5543,0.2116 0.8465 -0.0806l 3.4667,-3.4667 c 0.3426,-0.3426 0.5845,-0.5845 0.3628 -0.8062ZM 166.1859,339.8323 ZM 174.0060,336.4866 c -0.5744,-0.5744 -1.4008,-0.4938 -1.8442 -0.0504c -0.2922,0.2922 -0.5240,0.7659 -0.3124 1.7636l 0.1109,0.4736 c 0.4535,0.0705 1.5318,0.2217 2.0457 -0.2922c 0.4434,-0.4434 0.6248,-1.2698 0.0000 -1.8946ZM 174.0060,336.4866 ZM 174.5905,338.9858 c -0.6147,0.6147 -1.7938,0.4031 -2.4992 0.2620l 0.2015,0.9674 c 0.1713,0.8163 -0.0202,1.5116 -0.5744 2.0659c -0.7256,0.7256 -2.2574,1.0682 -3.5070 -0.1814c -1.0077,-1.0077 -1.1690,-2.2372 -0.1915 -3.2147c 0.3729,-0.3729 0.9674,-0.6450 1.7031 -0.5946c 0.4535,0.0302 0.8465,0.0605 1.2698 0.1209l -0.0705,-0.2721 c -0.2217,-0.9473 -0.1209,-1.6326 0.4132 -2.1667c 0.7357,-0.7357 1.9853,-0.6550 2.9628 0.3225c 0.9372,0.9372 0.9775,2.0054 0.2922 2.6907ZM 174.5905,338.9858 ZM 168.5138,341.8377 c 0.4333,0.4333 1.4209,0.9574 2.3783 -0.0000c 0.4535,-0.4535 0.6248,-1.1891 0.3930 -2.1465l -0.1713,-0.7155 c -1.3605,-0.2721 -2.2170,0.2217 -2.4992 0.5039c -0.8566,0.8566 -0.5341,1.9248 -0.1008 2.3581Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2598505173139767" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 125.0395,280.0087 v 6.4453 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 431.4198,271.4149 l -0.0000,-214.8445 h -322.2667 l -0.0000,214.8445 Z"/>+  </g>+</svg>
other/withHudExample.svg view
@@ -1,3 +1,157 @@ <?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>+    "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.2044583461533405" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 76.6730,62.5339 v 106.6145 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(255,127,14)" stroke-width="4.817833384613362" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 43.3560,169.1484 l 199.9022,-79.9609 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(31,119,180)" stroke-width="2.408916692306681" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 43.3560,142.4948 h 66.6341 l 66.6341,-106.6145 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 95.3504,21.1744 ZM 98.0291,15.7376 c 0.0000,0.0663 -0.0530,0.1061 -0.1193 0.1061h -0.1989 c -0.2917,-0.0000 -0.3846,0.0796 -0.3846 0.2122c 0.0000,0.0928 0.0530,0.2122 0.1193 0.3978l 1.3924,3.5008 l 1.1537,-2.8775 l -0.2387,-0.5967 c -0.1724,-0.4509 -0.4509,-0.6365 -0.8487 -0.6365c -0.0663,-0.0000 -0.1326,-0.0265 -0.1326 -0.0928v -0.2652 l 0.0265,-0.0265 c 0.0000,-0.0000 0.7426,0.0265 1.2067 0.0265l 1.3261,-0.0265 l 0.0398,0.0265 v 0.2519 c 0.0000,0.0663 -0.0663,0.1061 -0.1326 0.1061h -0.2387 c -0.2652,-0.0000 -0.3846,0.0530 -0.3846 0.1856c 0.0000,0.1061 0.0530,0.2387 0.1326 0.4243l 1.3791,3.5008 l 1.3791,-3.4345 c 0.0398,-0.0796 0.0663,-0.1856 0.0663 -0.2917c 0.0000,-0.2254 -0.1459,-0.3846 -0.5967 -0.3846h -0.1989 c -0.0663,-0.0000 -0.1193,-0.0530 -0.1193 -0.0928v -0.2652 l 0.0398,-0.0265 c 0.0000,-0.0000 0.8752,0.0265 1.3658 0.0265c 0.4509,-0.0000 0.9813,-0.0265 0.9813 -0.0265l 0.0133,0.0265 v 0.2519 c 0.0000,0.0796 -0.0796,0.1061 -0.1591 0.1061c -0.3315,-0.0000 -0.6763,0.1459 -0.9150 0.7293l -1.8034,4.4821 c -0.0796,0.1989 -0.1856,0.2785 -0.3050 0.2785c -0.1326,-0.0000 -0.2387,-0.0796 -0.3183 -0.2652l -1.3261,-3.3151 l -1.3261,3.2886 c -0.0928,0.2122 -0.1989,0.2917 -0.3183 0.2917c -0.1326,-0.0000 -0.2387,-0.0796 -0.3183 -0.2652l -1.8167,-4.5881 c -0.1989,-0.5172 -0.4376,-0.6365 -0.8354 -0.6365c -0.0663,-0.0000 -0.1591,-0.0265 -0.1591 -0.0928v -0.2652 l 0.0265,-0.0265 c 0.0000,-0.0000 0.6232,0.0265 1.2067 0.0265c 0.6100,-0.0000 1.3128,-0.0265 1.3128 -0.0265l 0.0265,0.0398 v 0.2387 ZM 105.2163,21.1744 ZM 106.2506,13.6026 c 0.0000,-0.3448 0.2785,-0.6365 0.6232 -0.6365c 0.3580,-0.0000 0.6365,0.2917 0.6365 0.6365c 0.0000,0.3580 -0.2785,0.6365 -0.6365 0.6365c -0.3448,-0.0000 -0.6232,-0.2785 -0.6232 -0.6365ZM 106.2506,13.6026 ZM 107.5103,20.2196 c 0.0000,0.3846 0.1459,0.5835 0.5702 0.5835h 0.2519 c 0.0663,-0.0000 0.1193,0.0398 0.1193 0.1061v 0.2519 l -0.0265,0.0265 c 0.0000,-0.0000 -0.9150,-0.0265 -1.4321 -0.0265c -0.4641,-0.0000 -1.3658,0.0265 -1.3658 0.0265l -0.0265,-0.0265 v -0.2519 c 0.0000,-0.0663 0.0398,-0.1061 0.1061 -0.1061h 0.2519 c 0.4376,-0.0000 0.5702,-0.1989 0.5702 -0.5835v -3.3019 c 0.0000,-0.7028 -0.1193,-0.8089 -0.3050 -0.8089c -0.1724,-0.0000 -0.3315,0.0133 -0.5569 0.0663l -0.0663,-0.3713 c 0.8487,-0.1459 0.9945,-0.1989 1.3791 -0.3846c 0.1459,-0.0530 0.2387,-0.1061 0.3315 -0.1061h 0.1989 v 4.9064 ZM 108.7170,21.1744 ZM 110.8918,15.9895 v 3.3947 c 0.0000,0.8222 0.0796,1.2200 0.4376 1.2200c 0.3448,-0.0000 0.6100,-0.1061 0.9548 -0.3713l 0.2387,0.2254 c -0.5172,0.5835 -1.0476,0.8752 -1.6576 0.8752c -0.6100,-0.0000 -0.9680,-0.3713 -0.9680 -1.3128v -4.0312 h -0.8619 c -0.0398,-0.0000 -0.0530,-0.0133 -0.0530 -0.0530v -0.4111 c 0.0000,-0.0398 0.0133,-0.0530 0.0398 -0.0530c 0.8885,-0.0000 1.1006,-0.5172 1.1006 -1.5250v -0.2519 l 0.7691,-0.2652 v 2.0421 h 1.4587 c 0.0663,-0.0000 0.1061,0.0265 0.1061 0.0796v 0.2652 c 0.0000,0.1193 -0.1856,0.1724 -0.3183 0.1724h -1.2465 ZM 112.7217,21.1744 ZM 114.8832,11.9185 v 4.4953 c 0.8885,-0.8885 1.6708,-1.1006 2.1880 -1.1006c 0.9548,-0.0000 1.4321,0.7293 1.4321 2.0952v 2.8112 c 0.0000,0.3846 0.1326,0.5835 0.5702 0.5835h 0.2519 c 0.0530,-0.0000 0.1061,0.0398 0.1061 0.1061v 0.2519 l -0.0265,0.0265 c 0.0000,-0.0000 -0.9017,-0.0265 -1.4321 -0.0265c -0.4641,-0.0000 -1.3658,0.0265 -1.3658 0.0265l -0.0265,-0.0265 v -0.2519 c 0.0000,-0.0663 0.0398,-0.1061 0.1061 -0.1061h 0.2519 c 0.4509,-0.0000 0.5702,-0.1989 0.5702 -0.5835v -2.9571 c 0.0000,-1.0741 -0.2917,-1.3261 -1.0343 -1.3261c -0.3846,-0.0000 -0.9548,0.3448 -1.5913 0.9680v 3.3151 c 0.0000,0.3846 0.1326,0.5835 0.5702 0.5835h 0.2519 c 0.0530,-0.0000 0.1061,0.0398 0.1061 0.1061v 0.2519 l -0.0265,0.0265 c 0.0000,-0.0000 -0.9017,-0.0265 -1.4189 -0.0265c -0.4774,-0.0000 -1.3658,0.0265 -1.3658 0.0265l -0.0265,-0.0265 v -0.2519 c 0.0000,-0.0663 0.0265,-0.1061 0.0928 -0.1061h 0.2519 c 0.4509,-0.0000 0.5702,-0.1989 0.5702 -0.5835v -6.6435 c 0.0000,-0.7558 -0.1193,-0.9680 -0.3846 -0.9680l -0.4376,0.0530 c -0.0398,-0.0000 -0.0663,-0.0265 -0.0663 -0.0663l -0.0265,-0.3315 c 0.2122,-0.0000 0.6895,-0.0796 0.9150 -0.1193c 0.2387,-0.0530 0.4376,-0.1061 0.7028 -0.2254h 0.2917 ZM 119.5907,21.1744 ZM 126.4066,20.2196 v -3.3416 h -4.3362 v 3.3416 c 0.0000,0.4111 0.1989,0.5835 0.7293 0.5835h 0.3448 c 0.0530,-0.0000 0.1061,0.0398 0.1061 0.1061v 0.2519 l -0.0265,0.0265 c 0.0000,-0.0000 -1.1404,-0.0265 -1.6708 -0.0265c -0.4641,-0.0000 -1.6973,0.0265 -1.6973 0.0265l -0.0265,-0.0265 v -0.2519 c 0.0000,-0.0663 0.0398,-0.1061 0.0928 -0.1061h 0.3580 c 0.5437,-0.0000 0.7161,-0.2122 0.7161 -0.5835v -6.6568 c 0.0000,-0.3978 -0.1989,-0.5835 -0.7161 -0.5835h -0.3580 c -0.0530,-0.0000 -0.1061,-0.0398 -0.1061 -0.1061v -0.2519 l 0.0265,-0.0133 c 0.0000,-0.0000 1.1537,0.0133 1.6708 0.0133c 0.4774,-0.0000 1.7106,-0.0133 1.7106 -0.0133l 0.0265,0.0133 v 0.2519 c 0.0000,0.0663 -0.0398,0.1061 -0.1061 0.1061h -0.3448 c -0.5437,-0.0000 -0.7293,0.2122 -0.7293 0.5835v 2.7980 h 4.3362 v -2.7980 c 0.0000,-0.3978 -0.1989,-0.5835 -0.7293 -0.5835h -0.3448 c -0.0663,-0.0000 -0.1193,-0.0398 -0.1193 -0.1061v -0.2519 l 0.0265,-0.0133 c 0.0000,-0.0000 1.1537,0.0133 1.6708 0.0133c 0.4774,-0.0000 1.7106,-0.0133 1.7106 -0.0133l 0.0265,0.0133 v 0.2519 c 0.0000,0.0663 -0.0398,0.1061 -0.1061 0.1061h -0.3448 c -0.5437,-0.0000 -0.7293,0.2122 -0.7293 0.5835v 6.6568 c 0.0000,0.4111 0.1989,0.5835 0.7293 0.5835h 0.3448 c 0.0663,-0.0000 0.1193,0.0398 0.1193 0.1061v 0.2519 l -0.0265,0.0265 c 0.0000,-0.0000 -1.1537,-0.0265 -1.6708 -0.0265c -0.4774,-0.0000 -1.7106,0.0265 -1.7106 0.0265l -0.0265,-0.0265 v -0.2519 c 0.0000,-0.0663 0.0398,-0.1061 0.1061 -0.1061h 0.3448 c 0.5437,-0.0000 0.7293,-0.2122 0.7293 -0.5835ZM 128.8730,21.1744 ZM 134.5618,19.6362 c 0.0000,0.6630 0.0663,0.8752 0.3315 0.8752c 0.1591,-0.0000 0.4509,-0.0265 0.6763 -0.0663l 0.0530,0.3713 c -0.8089,0.1459 -1.4587,0.2785 -1.7636 0.5172h -0.2917 l 0.0398,-0.9813 h -0.0398 c -0.7293,0.7956 -1.3261,0.9813 -1.8697 0.9813c -1.3128,-0.0000 -1.6576,-0.8885 -1.6576 -1.8034v -3.0234 c 0.0000,-0.4376 -0.0928,-0.6630 -0.5835 -0.6630c -0.0530,-0.0000 -0.1459,0.0133 -0.2254 0.0133l -0.0398,-0.0133 v -0.3448 l 0.0398,-0.0398 c 0.0000,-0.0000 0.9017,0.0265 1.3261 0.0265c 0.1856,-0.0000 0.4906,-0.0265 0.4906 -0.0265l -0.0133,1.0608 v 2.8245 c 0.0000,1.1802 0.6100,1.3924 1.0078 1.3924c 0.3050,-0.0000 0.5835,-0.1193 0.8619 -0.3183c 0.3183,-0.2387 0.5304,-0.4243 0.6630 -0.5967v -3.2753 c 0.0000,-0.4774 -0.0663,-0.7028 -0.5569 -0.7028c -0.0796,-0.0000 -0.2254,0.0133 -0.2652 0.0133l -0.0265,-0.0265 v -0.3315 l 0.0265,-0.0398 c 0.0000,-0.0000 0.9415,0.0265 1.3128 0.0265c 0.3050,-0.0000 0.5172,-0.0265 0.5172 -0.0265l -0.0133,1.0476 v 3.1295 ZM 135.7287,21.1744 ZM 140.1577,19.9942 v -3.4345 c -0.3183,-0.5039 -0.6763,-0.7824 -1.2995 -0.7824c -0.2652,-0.0000 -0.8089,0.0398 -1.2332 0.6630c -0.1856,0.2785 -0.4111,0.8487 -0.4111 1.8034c 0.0000,1.7371 0.9017,2.5328 1.6178 2.5328c 0.4376,-0.0000 0.7956,-0.2652 1.3261 -0.7824ZM 140.1577,19.9942 ZM 141.1522,11.9185 v 7.6646 c 0.0000,0.3978 0.0265,0.6100 0.0530 0.7028c 0.0398,0.1193 0.1856,0.1989 0.2917 0.1989c 0.1591,-0.0000 0.4509,-0.0000 0.6498 -0.0398l 0.0530,0.3713 c -0.7691,0.1326 -1.4587,0.2785 -1.7371 0.5172h -0.3183 l 0.0398,-0.9150 c -0.5039,0.5172 -1.0211,0.9150 -1.6973 0.9150c -1.4321,-0.0000 -2.3073,-1.2200 -2.3073 -2.8510c 0.0000,-0.9813 0.2652,-1.8034 0.8354 -2.3736c 0.5304,-0.5039 1.1139,-0.7956 1.9891 -0.7956c 0.2652,-0.0000 0.8487,0.1193 1.1537 0.2917v -2.0289 c 0.0000,-0.7558 -0.1193,-0.9680 -0.3846 -0.9680l -0.4376,0.0530 c -0.0265,-0.0000 -0.0663,-0.0265 -0.0663 -0.0663l -0.0265,-0.3315 c 0.2122,-0.0000 0.6895,-0.0796 0.9150 -0.1193c 0.2519,-0.0530 0.4376,-0.1061 0.7028 -0.2254h 0.2917 ZM 145.5945,21.1744 ZM 150.2755,13.1385 h -1.7902 c -0.3183,-0.0000 -0.4774,0.1061 -0.4774 0.4243v 2.8245 h 1.8167 c 0.4641,-0.0000 0.5835,-0.2122 0.6630 -0.5835l 0.0928,-0.3978 c 0.0000,-0.0530 0.0398,-0.1061 0.0928 -0.1061h 0.2917 c 0.0398,-0.0000 0.0530,0.0265 0.0530 0.0530c -0.0530,0.3315 -0.1061,0.8222 -0.1061 1.2597c 0.0000,0.4509 0.0663,1.0476 0.1061 1.2730l -0.0398,0.0398 h -0.3050 c -0.0663,-0.0000 -0.1061,-0.0530 -0.1061 -0.0928l -0.0796,-0.4111 c -0.0663,-0.3846 -0.2122,-0.5835 -0.6630 -0.5835h -1.8167 v 3.3814 c 0.0000,0.3580 0.1856,0.4376 0.4774 0.4376h 2.2012 c 1.0078,-0.0000 1.3924,-0.7824 1.6576 -1.7371l 0.4111,0.0663 c -0.1591,0.6895 -0.2917,1.4454 -0.3580 2.1880h -3.8986 l -1.0211,-0.0133 l -1.6973,0.0265 l -0.0265,-0.0265 v -0.2652 c 0.0000,-0.0398 0.0265,-0.0928 0.1061 -0.0928h 0.3978 c 0.5304,-0.0000 0.6895,-0.2122 0.6895 -0.5835v -6.6435 c 0.0000,-0.4111 -0.1856,-0.5967 -0.6895 -0.5967h -0.3978 c -0.0928,-0.0000 -0.1061,-0.0530 -0.1061 -0.0928v -0.2652 l 0.0265,-0.0133 l 1.6973,0.0133 l 1.0343,-0.0133 h 3.3947 c 0.0530,0.7028 0.1724,1.5117 0.2785 2.0554l -0.3846,0.0663 c -0.2917,-0.9150 -0.5304,-1.5913 -1.5250 -1.5913ZM 153.1397,21.1744 ZM 155.7521,15.8437 c -0.2652,-0.0000 -0.3183,0.0663 -0.3183 0.1591c 0.0000,0.0663 0.0530,0.1856 0.1989 0.4243l 0.8089,1.1934 c 0.0398,0.0796 0.0796,0.1193 0.1326 0.1193c 0.0398,-0.0000 0.0663,-0.0265 0.1193 -0.0928l 0.8619,-1.2067 c 0.1459,-0.1856 0.2254,-0.3315 0.2254 -0.4376c 0.0000,-0.1061 -0.0928,-0.1591 -0.2785 -0.1591h -0.2122 c -0.0398,-0.0000 -0.0796,-0.0265 -0.0796 -0.0928v -0.2519 l 0.0398,-0.0398 c 0.0000,-0.0000 0.6232,0.0265 1.0343 0.0265c 0.4243,-0.0000 1.0741,-0.0265 1.0741 -0.0265l 0.0133,0.0265 v 0.2519 c 0.0000,0.0928 -0.0796,0.1061 -0.1591 0.1061c -0.4906,-0.0000 -0.6895,0.1591 -1.1802 0.7824l -1.1139,1.4189 c -0.0265,0.0398 -0.0398,0.0663 -0.0398 0.0928c 0.0000,0.0265 0.0133,0.0663 0.0398 0.1061l 1.1934,1.6841 c 0.6100,0.8619 0.7824,0.8752 1.2067 0.8752c 0.1326,-0.0000 0.1856,0.0265 0.1856 0.1061v 0.2519 l -0.0133,0.0265 c 0.0000,-0.0000 -0.7161,-0.0265 -1.1669 -0.0265c -0.5437,-0.0000 -1.3791,0.0265 -1.3791 0.0265l -0.0265,-0.0265 v -0.2519 c 0.0000,-0.0663 0.0265,-0.1061 0.0928 -0.1061h 0.1591 c 0.2122,-0.0000 0.3050,-0.0398 0.3050 -0.1459c 0.0000,-0.1193 -0.1459,-0.3183 -0.3580 -0.5967l -0.7691,-1.0608 c -0.0530,-0.0663 -0.0796,-0.0928 -0.1193 -0.0928c -0.0265,-0.0000 -0.0663,0.0398 -0.1193 0.1193l -0.8354,1.2067 c -0.1989,0.2652 -0.2387,0.3315 -0.2387 0.4243c 0.0000,0.0928 0.0796,0.1459 0.2785 0.1459h 0.1856 c 0.0663,-0.0000 0.0928,0.0398 0.0928 0.1061v 0.2519 l -0.0265,0.0265 c 0.0000,-0.0000 -0.6895,-0.0265 -1.1139 -0.0265c -0.3846,-0.0000 -0.9945,0.0265 -0.9945 0.0265l -0.0265,-0.0265 v -0.2254 c 0.0000,-0.0796 0.0530,-0.1326 0.1724 -0.1326c 0.3183,-0.0000 0.6232,-0.0663 1.1802 -0.7824l 1.1139,-1.4321 c 0.0133,-0.0265 0.0265,-0.0530 0.0265 -0.0928c 0.0000,-0.0398 -0.0133,-0.0663 -0.0398 -0.1061l -1.1537,-1.6841 c -0.3713,-0.5437 -0.6100,-0.8619 -1.0741 -0.8619c -0.0928,-0.0000 -0.1856,-0.0398 -0.1856 -0.0928v -0.2519 l 0.0265,-0.0398 l 1.0476,0.0265 l 1.4719,-0.0265 l 0.0398,0.0398 v 0.2387 c 0.0000,0.0663 -0.0530,0.1061 -0.1061 0.1061h -0.1989 ZM 159.7302,21.1744 ZM 163.5890,17.9256 l -1.0476,0.2652 c -1.1669,0.3580 -1.3393,0.9680 -1.3393 1.5647c 0.0000,0.4111 0.1989,1.0343 1.0343 1.0343c 0.3978,-0.0000 1.0078,-0.3846 1.3526 -0.6763v -2.1880 ZM 163.5890,17.9256 ZM 164.4377,21.3335 c -0.5039,-0.0000 -0.7824,-0.4509 -0.8354 -0.7691l -0.3050,0.2122 c -0.6100,0.4243 -0.8354,0.5569 -1.4454 0.5569c -0.9282,-0.0000 -1.6045,-0.5304 -1.6045 -1.5250c 0.0000,-1.0078 0.8619,-1.6973 2.1217 -2.0156l 1.2200,-0.3050 c 0.0000,-1.4984 -0.6895,-1.7769 -1.1404 -1.7769c -0.5039,-0.0000 -1.0874,0.2254 -1.0874 0.6365c 0.0000,0.1459 0.0265,0.2254 0.0398 0.2652c 0.0265,0.0530 0.0398,0.1459 0.0398 0.2387c 0.0000,0.1724 -0.1326,0.4376 -0.5172 0.4376c -0.3183,-0.0000 -0.5304,-0.2122 -0.5304 -0.5304c 0.0000,-0.7691 1.2465,-1.4454 2.0952 -1.4454c 0.9680,-0.0000 2.0819,0.3978 2.0819 2.2808v 1.9493 c 0.0000,0.8089 0.0133,1.1537 0.3183 1.1537c 0.2917,-0.0000 0.3713,-0.3713 0.3846 -0.6630l 0.3315,0.0663 c -0.0796,0.9680 -0.4906,1.2332 -1.1669 1.2332ZM 165.7107,21.1744 ZM 173.7068,20.2196 v -3.0499 c 0.0000,-0.8885 -0.3448,-1.2200 -0.8487 -1.2200c -0.5172,-0.0000 -0.9282,0.2652 -1.5647 0.9680c 0.0265,0.1591 0.0265,0.3448 0.0265 0.5304v 2.7714 c 0.0000,0.3846 0.1326,0.5835 0.5702 0.5835h 0.2254 c 0.0663,-0.0000 0.1193,0.0398 0.1193 0.1061v 0.2519 l -0.0265,0.0265 c 0.0000,-0.0000 -0.8885,-0.0265 -1.4056 -0.0265c -0.4774,-0.0000 -1.3924,0.0265 -1.3924 0.0265l -0.0265,-0.0265 v -0.2519 c 0.0000,-0.0663 0.0398,-0.1061 0.1061 -0.1061h 0.2652 c 0.4509,-0.0000 0.5702,-0.1989 0.5702 -0.5835v -3.0234 c 0.0000,-0.8885 -0.3580,-1.2465 -0.8619 -1.2465c -0.4641,-0.0000 -0.9017,0.3315 -1.5250 0.9813v 3.2886 c 0.0000,0.3846 0.1326,0.5835 0.5702 0.5835h 0.2519 c 0.0530,-0.0000 0.1061,0.0398 0.1061 0.1061v 0.2519 l -0.0265,0.0265 c 0.0000,-0.0000 -0.9017,-0.0265 -1.4189 -0.0265c -0.4774,-0.0000 -1.3791,0.0265 -1.3791 0.0265l -0.0265,-0.0265 v -0.2519 c 0.0000,-0.0663 0.0398,-0.1061 0.1061 -0.1061h 0.2519 c 0.4509,-0.0000 0.5702,-0.1989 0.5702 -0.5835v -3.3019 c 0.0000,-0.7558 -0.1193,-0.8089 -0.2917 -0.8089c -0.1724,-0.0000 -0.3315,0.0133 -0.5569 0.0663l -0.0663,-0.3713 c 0.8354,-0.1459 1.0211,-0.1989 1.3791 -0.3846c 0.1326,-0.0663 0.2387,-0.1061 0.3315 -0.1061h 0.1989 l -0.0398,1.1537 h 0.0398 c 0.6232,-0.6630 1.1802,-1.1537 2.0023 -1.1537c 0.7426,-0.0000 1.2067,0.5437 1.2863 1.1404c 0.7691,-0.7956 1.3924,-1.1404 2.1084 -1.1404c 1.1669,-0.0000 1.3658,0.9680 1.3658 2.1482v 2.7582 c 0.0000,0.3846 0.1326,0.5835 0.5702 0.5835h 0.2519 c 0.0530,-0.0000 0.1061,0.0398 0.1061 0.1061v 0.2519 l -0.0265,0.0265 c 0.0000,-0.0000 -0.9017,-0.0265 -1.4189 -0.0265c -0.4774,-0.0000 -1.3791,0.0265 -1.3791 0.0265l -0.0265,-0.0265 v -0.2519 c 0.0000,-0.0663 0.0398,-0.1061 0.1061 -0.1061h 0.2519 c 0.4376,-0.0000 0.5702,-0.1989 0.5702 -0.5835ZM 175.7887,21.1744 ZM 177.7645,17.0106 v 3.3019 c 0.4641,0.5437 0.9017,0.5702 1.1139 0.5702c 1.4189,-0.0000 1.7371,-1.3261 1.7371 -2.4665c 0.0000,-1.6045 -0.6498,-2.4930 -1.4587 -2.4930c -0.4509,-0.0000 -1.1006,0.3846 -1.3924 1.0874ZM 177.7645,17.0106 ZM 176.7832,23.2695 v -6.5640 c 0.0000,-0.5039 -0.1193,-0.5967 -0.3050 -0.5967c -0.1724,-0.0000 -0.3315,0.0133 -0.5569 0.0663l -0.0663,-0.3713 c 0.8487,-0.1459 1.0078,-0.1989 1.3791 -0.3846c 0.1459,-0.0663 0.2387,-0.1061 0.3315 -0.1061h 0.1989 l -0.0398,1.0608 h 0.0398 c 0.6100,-0.9282 1.3261,-1.0608 1.7504 -1.0608c 1.2863,-0.0000 2.1349,1.3393 2.1349 2.7449c 0.0000,1.0741 -0.3315,1.8963 -0.9282 2.5062c -0.5172,0.5172 -1.0608,0.7691 -1.7636 0.7691c -0.4774,-0.0000 -0.8487,-0.1061 -1.1934 -0.2917v 2.2278 c 0.0000,0.3846 0.1459,0.5835 0.5702 0.5835h 0.2519 c 0.0663,-0.0000 0.1193,0.0398 0.1193 0.1061v 0.2519 l -0.0265,0.0265 c 0.0000,-0.0000 -0.9150,-0.0265 -1.4321 -0.0265c -0.4641,-0.0000 -1.3658,0.0265 -1.3658 0.0265l -0.0265,-0.0265 v -0.2519 c 0.0000,-0.0663 0.0398,-0.1061 0.1061 -0.1061h 0.2519 c 0.4376,-0.0000 0.5702,-0.1989 0.5702 -0.5835ZM 182.1405,21.1744 ZM 183.4002,20.2196 v -6.6435 c 0.0000,-0.7558 -0.1326,-0.9680 -0.3978 -0.9680l -0.4243,0.0530 c -0.0398,-0.0000 -0.0796,-0.0265 -0.0796 -0.0663l -0.0265,-0.3315 c 0.2122,-0.0000 0.7028,-0.0796 0.9282 -0.1193c 0.2387,-0.0530 0.4243,-0.1061 0.6895 -0.2254h 0.2917 v 8.3011 c 0.0000,0.3846 0.1459,0.5835 0.5702 0.5835h 0.3183 c 0.0530,-0.0000 0.1061,0.0398 0.1061 0.1061v 0.2519 l -0.0265,0.0265 c 0.0000,-0.0000 -0.9680,-0.0265 -1.4852 -0.0265c -0.4641,-0.0000 -1.4321,0.0265 -1.4321 0.0265l -0.0133,-0.0265 v -0.2519 c 0.0000,-0.0663 0.0265,-0.1061 0.0928 -0.1061h 0.3183 c 0.4376,-0.0000 0.5702,-0.1989 0.5702 -0.5835ZM 185.5882,21.1744 ZM 187.0999,17.5012 h 2.4399 c 0.1326,-0.0000 0.1856,-0.0663 0.1856 -0.1856c 0.0000,-1.2332 -0.6232,-1.5515 -1.1006 -1.5515c -0.3050,-0.0000 -1.2995,0.1193 -1.5250 1.7371ZM 187.0999,17.5012 ZM 190.6007,19.9412 l 0.2652,0.2122 c -0.5039,0.6895 -1.2863,1.1802 -2.2410 1.1802c -1.8167,-0.0000 -2.5858,-1.3526 -2.5858 -2.7980c 0.0000,-2.0156 1.3261,-3.2223 2.5858 -3.2223c 1.7504,-0.0000 2.1615,1.3658 2.1615 2.4797c 0.0000,0.1459 -0.0928,0.2254 -0.2387 0.2254h -3.4875 c -0.0133,0.0796 -0.0133,0.1591 -0.0133 0.2652c 0.0000,1.3526 0.9415,2.4002 1.8963 2.4002c 0.7293,-0.0000 1.1934,-0.2387 1.6576 -0.7426Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.63" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 265.2956,164.9359 ZM 266.0305,164.3790 v -3.8754 c 0.0000,-0.4409 -0.0774,-0.5647 -0.2321 -0.5647l -0.2475,0.0309 c -0.0232,-0.0000 -0.0464,-0.0155 -0.0464 -0.0387l -0.0155,-0.1934 c 0.1238,-0.0000 0.4100,-0.0464 0.5415 -0.0696c 0.1392,-0.0309 0.2475,-0.0619 0.4022 -0.1315h 0.1702 v 4.8423 c 0.0000,0.2243 0.0851,0.3404 0.3326 0.3404h 0.1856 c 0.0309,-0.0000 0.0619,0.0232 0.0619 0.0619v 0.1470 l -0.0155,0.0155 c 0.0000,-0.0000 -0.5647,-0.0155 -0.8664 -0.0155c -0.2707,-0.0000 -0.8354,0.0155 -0.8354 0.0155l -0.0077,-0.0155 v -0.1470 c 0.0000,-0.0387 0.0155,-0.0619 0.0541 -0.0619h 0.1856 c 0.2553,-0.0000 0.3326,-0.1160 0.3326 -0.3404ZM 267.3068,164.9359 ZM 267.9101,160.5190 c 0.0000,-0.2011 0.1624,-0.3713 0.3636 -0.3713c 0.2089,-0.0000 0.3713,0.1702 0.3713 0.3713c 0.0000,0.2089 -0.1624,0.3713 -0.3713 0.3713c -0.2011,-0.0000 -0.3636,-0.1624 -0.3636 -0.3713ZM 267.9101,160.5190 ZM 268.6450,164.3790 c 0.0000,0.2243 0.0851,0.3404 0.3326 0.3404h 0.1470 c 0.0387,-0.0000 0.0696,0.0232 0.0696 0.0619v 0.1470 l -0.0155,0.0155 c 0.0000,-0.0000 -0.5337,-0.0155 -0.8354 -0.0155c -0.2707,-0.0000 -0.7967,0.0155 -0.7967 0.0155l -0.0155,-0.0155 v -0.1470 c 0.0000,-0.0387 0.0232,-0.0619 0.0619 -0.0619h 0.1470 c 0.2553,-0.0000 0.3326,-0.1160 0.3326 -0.3404v -1.9261 c 0.0000,-0.4100 -0.0696,-0.4719 -0.1779 -0.4719c -0.1006,-0.0000 -0.1934,0.0077 -0.3249 0.0387l -0.0387,-0.2166 c 0.4951,-0.0851 0.5801,-0.1160 0.8045 -0.2243c 0.0851,-0.0309 0.1392,-0.0619 0.1934 -0.0619h 0.1160 v 2.8621 ZM 269.3489,164.9359 ZM 272.1645,164.3790 v -1.6940 c 0.0000,-0.5415 -0.0928,-0.7967 -0.5028 -0.7967c -0.3404,-0.0000 -0.6343,0.1315 -1.0288 0.5956v 1.8951 c 0.0000,0.2243 0.0774,0.3404 0.3326 0.3404h 0.1083 c 0.0387,-0.0000 0.0619,0.0232 0.0619 0.0619v 0.1470 l -0.0155,0.0155 c 0.0000,-0.0000 -0.4873,-0.0155 -0.7890 -0.0155c -0.2785,-0.0000 -0.8045,0.0155 -0.8045 0.0155l -0.0155,-0.0155 v -0.1470 c 0.0000,-0.0387 0.0232,-0.0619 0.0619 -0.0619h 0.1470 c 0.2630,-0.0000 0.3326,-0.1160 0.3326 -0.3404v -1.9261 c 0.0000,-0.4177 -0.0619,-0.4719 -0.1702 -0.4719c -0.1006,-0.0000 -0.1934,0.0077 -0.3249 0.0387l -0.0387,-0.2166 c 0.3249,-0.0541 0.5569,-0.0928 0.7967 -0.2243c 0.0851,-0.0387 0.1470,-0.0619 0.2011 -0.0619h 0.1160 l -0.0232,0.6884 h 0.0232 c 0.4951,-0.5801 0.8664,-0.6884 1.2609 -0.6884c 0.6962,-0.0000 0.8431,0.5337 0.8431 1.2222v 1.6399 c 0.0000,0.2243 0.0851,0.3404 0.3326 0.3404h 0.1470 c 0.0387,-0.0000 0.0696,0.0232 0.0696 0.0619v 0.1470 l -0.0155,0.0155 c 0.0000,-0.0000 -0.5337,-0.0155 -0.8354 -0.0155c -0.2707,-0.0000 -0.7581,0.0155 -0.7581 0.0155l -0.0155,-0.0155 v -0.1470 c 0.0000,-0.0387 0.0232,-0.0619 0.0619 -0.0619h 0.1083 c 0.2553,-0.0000 0.3326,-0.1160 0.3326 -0.3404ZM 273.3713,164.9359 ZM 274.2531,162.7932 h 1.4233 c 0.0774,-0.0000 0.1083,-0.0387 0.1083 -0.1083c 0.0000,-0.7194 -0.3636,-0.9050 -0.6420 -0.9050c -0.1779,-0.0000 -0.7581,0.0696 -0.8896 1.0133ZM 274.2531,162.7932 ZM 276.2952,164.2165 l 0.1547,0.1238 c -0.2939,0.4022 -0.7503,0.6884 -1.3073 0.6884c -1.0597,-0.0000 -1.5084,-0.7890 -1.5084 -1.6321c 0.0000,-1.1758 0.7735,-1.8797 1.5084 -1.8797c 1.0211,-0.0000 1.2609,0.7967 1.2609 1.4465c 0.0000,0.0851 -0.0541,0.1315 -0.1392 0.1315h -2.0344 c -0.0077,0.0464 -0.0077,0.0928 -0.0077 0.1547c 0.0000,0.7890 0.5492,1.4001 1.1061 1.4001c 0.4254,-0.0000 0.6962,-0.1392 0.9669 -0.4332ZM 276.6820,164.9359 ZM 278.3528,160.7047 c -0.1934,-0.0000 -0.7581,0.1083 -0.7581 0.5801c 0.0000,0.1392 -0.0541,0.3790 -0.2630 0.3790c -0.2011,-0.0000 -0.2166,-0.2243 -0.2166 -0.2475c 0.0000,-0.2398 0.3171,-0.9514 1.3924 -0.9514c 0.7503,-0.0000 0.9746,0.4719 0.9746 0.7813c 0.0000,0.1934 -0.0619,0.5801 -0.7581 1.0211c 0.4332,0.0696 1.0056,0.3868 1.0056 1.1912c 0.0000,1.0211 -0.7735,1.5703 -1.6476 1.5703c -0.4409,-0.0000 -1.0597,-0.1934 -1.0597 -0.4873c 0.0000,-0.1160 0.1160,-0.2475 0.2707 -0.2475c 0.1470,-0.0000 0.2166,0.0774 0.2862 0.1779c 0.0851,0.1315 0.2243,0.3171 0.5956 0.3171c 0.2553,-0.0000 0.9824,-0.2553 0.9824 -1.2299c 0.0000,-0.8277 -0.5801,-0.9592 -0.9979 -0.9592c -0.0696,-0.0000 -0.1547,0.0155 -0.2398 0.0309l -0.0309,-0.2321 c 0.5956,-0.1006 1.0907,-0.6807 1.0907 -1.0365c 0.0000,-0.4409 -0.3094,-0.6575 -0.6266 -0.6575Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(44,160,44)" stroke-width="1.2044583461533405" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 255.9668,162.6037 h 6.6634 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.63" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 265.2956,151.6091 ZM 266.0305,151.0521 v -3.8754 c 0.0000,-0.4409 -0.0774,-0.5647 -0.2321 -0.5647l -0.2475,0.0309 c -0.0232,-0.0000 -0.0464,-0.0155 -0.0464 -0.0387l -0.0155,-0.1934 c 0.1238,-0.0000 0.4100,-0.0464 0.5415 -0.0696c 0.1392,-0.0309 0.2475,-0.0619 0.4022 -0.1315h 0.1702 v 4.8423 c 0.0000,0.2243 0.0851,0.3404 0.3326 0.3404h 0.1856 c 0.0309,-0.0000 0.0619,0.0232 0.0619 0.0619v 0.1470 l -0.0155,0.0155 c 0.0000,-0.0000 -0.5647,-0.0155 -0.8664 -0.0155c -0.2707,-0.0000 -0.8354,0.0155 -0.8354 0.0155l -0.0077,-0.0155 v -0.1470 c 0.0000,-0.0387 0.0155,-0.0619 0.0541 -0.0619h 0.1856 c 0.2553,-0.0000 0.3326,-0.1160 0.3326 -0.3404ZM 267.3068,151.6091 ZM 267.9101,147.1922 c 0.0000,-0.2011 0.1624,-0.3713 0.3636 -0.3713c 0.2089,-0.0000 0.3713,0.1702 0.3713 0.3713c 0.0000,0.2089 -0.1624,0.3713 -0.3713 0.3713c -0.2011,-0.0000 -0.3636,-0.1624 -0.3636 -0.3713ZM 267.9101,147.1922 ZM 268.6450,151.0521 c 0.0000,0.2243 0.0851,0.3404 0.3326 0.3404h 0.1470 c 0.0387,-0.0000 0.0696,0.0232 0.0696 0.0619v 0.1470 l -0.0155,0.0155 c 0.0000,-0.0000 -0.5337,-0.0155 -0.8354 -0.0155c -0.2707,-0.0000 -0.7967,0.0155 -0.7967 0.0155l -0.0155,-0.0155 v -0.1470 c 0.0000,-0.0387 0.0232,-0.0619 0.0619 -0.0619h 0.1470 c 0.2553,-0.0000 0.3326,-0.1160 0.3326 -0.3404v -1.9261 c 0.0000,-0.4100 -0.0696,-0.4719 -0.1779 -0.4719c -0.1006,-0.0000 -0.1934,0.0077 -0.3249 0.0387l -0.0387,-0.2166 c 0.4951,-0.0851 0.5801,-0.1160 0.8045 -0.2243c 0.0851,-0.0309 0.1392,-0.0619 0.1934 -0.0619h 0.1160 v 2.8621 ZM 269.3489,151.6091 ZM 272.1645,151.0521 v -1.6940 c 0.0000,-0.5415 -0.0928,-0.7967 -0.5028 -0.7967c -0.3404,-0.0000 -0.6343,0.1315 -1.0288 0.5956v 1.8951 c 0.0000,0.2243 0.0774,0.3404 0.3326 0.3404h 0.1083 c 0.0387,-0.0000 0.0619,0.0232 0.0619 0.0619v 0.1470 l -0.0155,0.0155 c 0.0000,-0.0000 -0.4873,-0.0155 -0.7890 -0.0155c -0.2785,-0.0000 -0.8045,0.0155 -0.8045 0.0155l -0.0155,-0.0155 v -0.1470 c 0.0000,-0.0387 0.0232,-0.0619 0.0619 -0.0619h 0.1470 c 0.2630,-0.0000 0.3326,-0.1160 0.3326 -0.3404v -1.9261 c 0.0000,-0.4177 -0.0619,-0.4719 -0.1702 -0.4719c -0.1006,-0.0000 -0.1934,0.0077 -0.3249 0.0387l -0.0387,-0.2166 c 0.3249,-0.0541 0.5569,-0.0928 0.7967 -0.2243c 0.0851,-0.0387 0.1470,-0.0619 0.2011 -0.0619h 0.1160 l -0.0232,0.6884 h 0.0232 c 0.4951,-0.5801 0.8664,-0.6884 1.2609 -0.6884c 0.6962,-0.0000 0.8431,0.5337 0.8431 1.2222v 1.6399 c 0.0000,0.2243 0.0851,0.3404 0.3326 0.3404h 0.1470 c 0.0387,-0.0000 0.0696,0.0232 0.0696 0.0619v 0.1470 l -0.0155,0.0155 c 0.0000,-0.0000 -0.5337,-0.0155 -0.8354 -0.0155c -0.2707,-0.0000 -0.7581,0.0155 -0.7581 0.0155l -0.0155,-0.0155 v -0.1470 c 0.0000,-0.0387 0.0232,-0.0619 0.0619 -0.0619h 0.1083 c 0.2553,-0.0000 0.3326,-0.1160 0.3326 -0.3404ZM 273.3713,151.6091 ZM 274.2531,149.4664 h 1.4233 c 0.0774,-0.0000 0.1083,-0.0387 0.1083 -0.1083c 0.0000,-0.7194 -0.3636,-0.9050 -0.6420 -0.9050c -0.1779,-0.0000 -0.7581,0.0696 -0.8896 1.0133ZM 274.2531,149.4664 ZM 276.2952,150.8897 l 0.1547,0.1238 c -0.2939,0.4022 -0.7503,0.6884 -1.3073 0.6884c -1.0597,-0.0000 -1.5084,-0.7890 -1.5084 -1.6321c 0.0000,-1.1758 0.7735,-1.8797 1.5084 -1.8797c 1.0211,-0.0000 1.2609,0.7967 1.2609 1.4465c 0.0000,0.0851 -0.0541,0.1315 -0.1392 0.1315h -2.0344 c -0.0077,0.0464 -0.0077,0.0928 -0.0077 0.1547c 0.0000,0.7890 0.5492,1.4001 1.1061 1.4001c 0.4254,-0.0000 0.6962,-0.1392 0.9669 -0.4332ZM 276.6820,151.6091 ZM 277.1306,148.1823 c 0.0000,-0.4409 0.4254,-1.0443 1.2376 -1.0443c 0.5956,-0.0000 1.2918,0.2243 1.2918 1.1139c 0.0000,0.5879 -0.3017,0.8818 -0.7194 1.2841l -0.7349,0.7116 c -0.0387,0.0387 -0.5569,0.5492 -0.5569 0.9128h 1.3150 c 0.2630,-0.0000 0.4022,-0.1315 0.5105 -0.5569l 0.1934,0.0309 l -0.1547,0.9746 h -2.3902 c 0.0000,-0.4332 0.0696,-0.7658 0.7890 -1.5006l 0.5415,-0.5337 c 0.4332,-0.4409 0.6111,-0.8199 0.6111 -1.2918c 0.0000,-0.7039 -0.4796,-0.9050 -0.7426 -0.9050c -0.5337,-0.0000 -0.6807,0.2785 -0.6807 0.4641c 0.0000,0.0619 0.0155,0.1238 0.0309 0.1779c 0.0155,0.0541 0.0309,0.1083 0.0309 0.1702c 0.0000,0.2011 -0.1547,0.2785 -0.2785 0.2785c -0.1702,-0.0000 -0.2939,-0.1315 -0.2939 -0.2862Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(255,127,14)" stroke-width="4.817833384613362" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 255.9668,149.2769 h 6.6634 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.63" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 265.2956,138.2823 ZM 266.0305,137.7253 v -3.8754 c 0.0000,-0.4409 -0.0774,-0.5647 -0.2321 -0.5647l -0.2475,0.0309 c -0.0232,-0.0000 -0.0464,-0.0155 -0.0464 -0.0387l -0.0155,-0.1934 c 0.1238,-0.0000 0.4100,-0.0464 0.5415 -0.0696c 0.1392,-0.0309 0.2475,-0.0619 0.4022 -0.1315h 0.1702 v 4.8423 c 0.0000,0.2243 0.0851,0.3404 0.3326 0.3404h 0.1856 c 0.0309,-0.0000 0.0619,0.0232 0.0619 0.0619v 0.1470 l -0.0155,0.0155 c 0.0000,-0.0000 -0.5647,-0.0155 -0.8664 -0.0155c -0.2707,-0.0000 -0.8354,0.0155 -0.8354 0.0155l -0.0077,-0.0155 v -0.1470 c 0.0000,-0.0387 0.0155,-0.0619 0.0541 -0.0619h 0.1856 c 0.2553,-0.0000 0.3326,-0.1160 0.3326 -0.3404ZM 267.3068,138.2823 ZM 267.9101,133.8654 c 0.0000,-0.2011 0.1624,-0.3713 0.3636 -0.3713c 0.2089,-0.0000 0.3713,0.1702 0.3713 0.3713c 0.0000,0.2089 -0.1624,0.3713 -0.3713 0.3713c -0.2011,-0.0000 -0.3636,-0.1624 -0.3636 -0.3713ZM 267.9101,133.8654 ZM 268.6450,137.7253 c 0.0000,0.2243 0.0851,0.3404 0.3326 0.3404h 0.1470 c 0.0387,-0.0000 0.0696,0.0232 0.0696 0.0619v 0.1470 l -0.0155,0.0155 c 0.0000,-0.0000 -0.5337,-0.0155 -0.8354 -0.0155c -0.2707,-0.0000 -0.7967,0.0155 -0.7967 0.0155l -0.0155,-0.0155 v -0.1470 c 0.0000,-0.0387 0.0232,-0.0619 0.0619 -0.0619h 0.1470 c 0.2553,-0.0000 0.3326,-0.1160 0.3326 -0.3404v -1.9261 c 0.0000,-0.4100 -0.0696,-0.4719 -0.1779 -0.4719c -0.1006,-0.0000 -0.1934,0.0077 -0.3249 0.0387l -0.0387,-0.2166 c 0.4951,-0.0851 0.5801,-0.1160 0.8045 -0.2243c 0.0851,-0.0309 0.1392,-0.0619 0.1934 -0.0619h 0.1160 v 2.8621 ZM 269.3489,138.2823 ZM 272.1645,137.7253 v -1.6940 c 0.0000,-0.5415 -0.0928,-0.7967 -0.5028 -0.7967c -0.3404,-0.0000 -0.6343,0.1315 -1.0288 0.5956v 1.8951 c 0.0000,0.2243 0.0774,0.3404 0.3326 0.3404h 0.1083 c 0.0387,-0.0000 0.0619,0.0232 0.0619 0.0619v 0.1470 l -0.0155,0.0155 c 0.0000,-0.0000 -0.4873,-0.0155 -0.7890 -0.0155c -0.2785,-0.0000 -0.8045,0.0155 -0.8045 0.0155l -0.0155,-0.0155 v -0.1470 c 0.0000,-0.0387 0.0232,-0.0619 0.0619 -0.0619h 0.1470 c 0.2630,-0.0000 0.3326,-0.1160 0.3326 -0.3404v -1.9261 c 0.0000,-0.4177 -0.0619,-0.4719 -0.1702 -0.4719c -0.1006,-0.0000 -0.1934,0.0077 -0.3249 0.0387l -0.0387,-0.2166 c 0.3249,-0.0541 0.5569,-0.0928 0.7967 -0.2243c 0.0851,-0.0387 0.1470,-0.0619 0.2011 -0.0619h 0.1160 l -0.0232,0.6884 h 0.0232 c 0.4951,-0.5801 0.8664,-0.6884 1.2609 -0.6884c 0.6962,-0.0000 0.8431,0.5337 0.8431 1.2222v 1.6399 c 0.0000,0.2243 0.0851,0.3404 0.3326 0.3404h 0.1470 c 0.0387,-0.0000 0.0696,0.0232 0.0696 0.0619v 0.1470 l -0.0155,0.0155 c 0.0000,-0.0000 -0.5337,-0.0155 -0.8354 -0.0155c -0.2707,-0.0000 -0.7581,0.0155 -0.7581 0.0155l -0.0155,-0.0155 v -0.1470 c 0.0000,-0.0387 0.0232,-0.0619 0.0619 -0.0619h 0.1083 c 0.2553,-0.0000 0.3326,-0.1160 0.3326 -0.3404ZM 273.3713,138.2823 ZM 274.2531,136.1396 h 1.4233 c 0.0774,-0.0000 0.1083,-0.0387 0.1083 -0.1083c 0.0000,-0.7194 -0.3636,-0.9050 -0.6420 -0.9050c -0.1779,-0.0000 -0.7581,0.0696 -0.8896 1.0133ZM 274.2531,136.1396 ZM 276.2952,137.5629 l 0.1547,0.1238 c -0.2939,0.4022 -0.7503,0.6884 -1.3073 0.6884c -1.0597,-0.0000 -1.5084,-0.7890 -1.5084 -1.6321c 0.0000,-1.1758 0.7735,-1.8797 1.5084 -1.8797c 1.0211,-0.0000 1.2609,0.7967 1.2609 1.4465c 0.0000,0.0851 -0.0541,0.1315 -0.1392 0.1315h -2.0344 c -0.0077,0.0464 -0.0077,0.0928 -0.0077 0.1547c 0.0000,0.7890 0.5492,1.4001 1.1061 1.4001c 0.4254,-0.0000 0.6962,-0.1392 0.9669 -0.4332ZM 276.6820,138.2823 ZM 278.1362,134.5925 c -0.1470,-0.0000 -0.4873,0.1392 -0.6575 0.2166l -0.0928,-0.2398 c 0.6807,-0.3171 0.9437,-0.4796 1.3305 -0.7581h 0.1470 v 3.8909 c 0.0000,0.2785 0.0387,0.3558 0.2939 0.3558h 0.4022 c 0.0232,-0.0000 0.0619,0.0155 0.0619 0.0619v 0.1702 l -1.0597,-0.0155 l -1.0752,0.0155 v -0.1702 c 0.0077,-0.0232 0.0155,-0.0619 0.0619 -0.0619h 0.4641 c 0.2939,-0.0000 0.2939,-0.1315 0.2939 -0.3558v -2.6609 c 0.0000,-0.2630 0.0000,-0.4486 -0.1702 -0.4486Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(31,119,180)" stroke-width="2.408916692306681" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 255.9668,135.9501 h 6.6634 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.2" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.48178333846133614" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 281.2752,169.1484 l -0.0000,-39.5806 h -26.5135 l -0.0000,39.5806 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.1" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 33.1852,169.1484 l -0.0000,-133.2681 h -2.6654 l -0.0000,133.2681 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 17.5079,38.5457 ZM 20.2396,37.0516 c 0.0000,-0.9106 -0.4951,-1.3614 -1.0432 -1.3614c -0.4067,-0.0000 -0.7161,0.0619 -1.0608 0.2033l 0.2829,-2.4134 c 0.2917,0.0265 0.5923,0.0354 0.9017 0.0354c 0.4420,-0.0000 0.9017,-0.0265 1.3791 -0.0796l 0.0530,0.0265 l -0.1326,0.5746 c -0.3448,0.0354 -0.6277,0.0442 -0.8752 0.0442c -0.3978,-0.0000 -0.6984,-0.0354 -1.0078 -0.0707l -0.1680,1.3968 c 0.1856,-0.0707 0.5039,-0.1326 0.8487 -0.1326c 0.9371,-0.0000 1.4587,0.8133 1.4587 1.6266c 0.0000,0.9901 -0.6895,1.7504 -1.6885 1.7504c -0.5039,-0.0000 -1.2376,-0.2829 -1.2376 -0.6277c 0.0000,-0.1680 0.1414,-0.2829 0.3006 -0.2829c 0.1768,-0.0000 0.2917,0.1326 0.3978 0.2741c 0.1326,0.1591 0.2741,0.3359 0.5569 0.3359c 0.5658,-0.0000 1.0343,-0.5304 1.0343 -1.2995ZM 21.3800,38.5457 ZM 21.8839,38.1832 c 0.0000,-0.2564 0.2122,-0.4685 0.4685 -0.4685c 0.2564,-0.0000 0.4685,0.2122 0.4685 0.4685c 0.0000,0.2564 -0.2122,0.4685 -0.4685 0.4685c -0.2564,-0.0000 -0.4685,-0.2122 -0.4685 -0.4685ZM 23.3160,38.5457 ZM 25.2521,33.7453 c -0.3801,-0.0000 -0.9371,0.3713 -0.9371 2.4311c 0.0000,0.7249 0.1326,2.1836 0.9106 2.1836c 0.1503,-0.0000 0.5746,-0.0972 0.7603 -0.7868c 0.1149,-0.4243 0.1768,-0.9548 0.1768 -1.7239c 0.0000,-1.1227 -0.2829,-1.7504 -0.5393 -1.9714c -0.0972,-0.0884 -0.2298,-0.1326 -0.3713 -0.1326ZM 25.2521,33.7453 ZM 25.2167,38.6517 c -0.9459,-0.0000 -1.5824,-1.2111 -1.5824 -2.5637c 0.0000,-1.6531 0.7868,-2.6521 1.6178 -2.6521c 0.3801,-0.0000 0.7603,0.2387 1.0166 0.5835c 0.3713,0.4951 0.5658,1.1581 0.5658 1.9891c 0.0000,1.9626 -0.9724,2.6433 -1.6178 2.6433Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2044583461533405" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 29.1871,35.8803 h 3.9980 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 17.5079,51.8725 ZM 19.7887,48.7341 c 0.0000,-0.0619 0.0088,-0.1326 0.0884 -0.1768c 0.0972,-0.0707 0.2564,-0.1503 0.3890 -0.1503c 0.1149,-0.0000 0.1238,0.0972 0.1238 0.2741v 1.4233 h 0.7161 l -0.0530,0.4155 h -0.6630 v 0.7337 c 0.0000,0.2475 0.0354,0.3713 0.2917 0.3713h 0.2387 c 0.0530,-0.0000 0.0619,0.0442 0.0619 0.0619v 0.1945 c 0.0000,-0.0000 -0.5658,-0.0177 -0.9371 -0.0177c -0.3359,-0.0000 -0.8575,0.0177 -0.8575 0.0177v -0.1945 c 0.0000,-0.0177 0.0088,-0.0619 0.0619 -0.0619h 0.2387 c 0.2741,-0.0000 0.3006,-0.1149 0.3006 -0.3713v -0.7337 h -1.7327 c -0.0354,-0.0000 -0.0530,-0.0177 -0.0796 -0.0530l -0.0707,-0.0972 l -0.1061,-0.1856 c -0.0088,-0.0000 -0.0088,-0.0088 -0.0088 -0.0177c 0.0000,-0.0088 0.0088,-0.0177 0.0177 -0.0265c 0.5746,-0.6365 1.5913,-2.6079 1.9095 -3.3328c 0.0088,-0.0354 0.0265,-0.0442 0.0619 -0.0442c 0.0088,-0.0000 0.2033,0.0796 0.3094 0.0972c -0.3978,1.0697 -1.0520,2.2189 -1.6973 3.2444h 1.3968 v -1.3703 ZM 21.3800,51.8725 ZM 21.8839,51.5100 c 0.0000,-0.2564 0.2122,-0.4685 0.4685 -0.4685c 0.2564,-0.0000 0.4685,0.2122 0.4685 0.4685c 0.0000,0.2564 -0.2122,0.4685 -0.4685 0.4685c -0.2564,-0.0000 -0.4685,-0.2122 -0.4685 -0.4685ZM 23.3160,51.8725 ZM 26.0477,50.3784 c 0.0000,-0.9106 -0.4951,-1.3614 -1.0432 -1.3614c -0.4067,-0.0000 -0.7161,0.0619 -1.0608 0.2033l 0.2829,-2.4134 c 0.2917,0.0265 0.5923,0.0354 0.9017 0.0354c 0.4420,-0.0000 0.9017,-0.0265 1.3791 -0.0796l 0.0530,0.0265 l -0.1326,0.5746 c -0.3448,0.0354 -0.6277,0.0442 -0.8752 0.0442c -0.3978,-0.0000 -0.6984,-0.0354 -1.0078 -0.0707l -0.1680,1.3968 c 0.1856,-0.0707 0.5039,-0.1326 0.8487 -0.1326c 0.9371,-0.0000 1.4587,0.8133 1.4587 1.6266c 0.0000,0.9901 -0.6895,1.7504 -1.6885 1.7504c -0.5039,-0.0000 -1.2376,-0.2829 -1.2376 -0.6277c 0.0000,-0.1680 0.1414,-0.2829 0.3006 -0.2829c 0.1768,-0.0000 0.2917,0.1326 0.3978 0.2741c 0.1326,0.1591 0.2741,0.3359 0.5569 0.3359c 0.5658,-0.0000 1.0343,-0.5304 1.0343 -1.2995Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2044583461533405" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 29.1871,49.2071 h 3.9980 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 17.5079,65.1993 ZM 19.7887,62.0610 c 0.0000,-0.0619 0.0088,-0.1326 0.0884 -0.1768c 0.0972,-0.0707 0.2564,-0.1503 0.3890 -0.1503c 0.1149,-0.0000 0.1238,0.0972 0.1238 0.2741v 1.4233 h 0.7161 l -0.0530,0.4155 h -0.6630 v 0.7337 c 0.0000,0.2475 0.0354,0.3713 0.2917 0.3713h 0.2387 c 0.0530,-0.0000 0.0619,0.0442 0.0619 0.0619v 0.1945 c 0.0000,-0.0000 -0.5658,-0.0177 -0.9371 -0.0177c -0.3359,-0.0000 -0.8575,0.0177 -0.8575 0.0177v -0.1945 c 0.0000,-0.0177 0.0088,-0.0619 0.0619 -0.0619h 0.2387 c 0.2741,-0.0000 0.3006,-0.1149 0.3006 -0.3713v -0.7337 h -1.7327 c -0.0354,-0.0000 -0.0530,-0.0177 -0.0796 -0.0530l -0.0707,-0.0972 l -0.1061,-0.1856 c -0.0088,-0.0000 -0.0088,-0.0088 -0.0088 -0.0177c 0.0000,-0.0088 0.0088,-0.0177 0.0177 -0.0265c 0.5746,-0.6365 1.5913,-2.6079 1.9095 -3.3328c 0.0088,-0.0354 0.0265,-0.0442 0.0619 -0.0442c 0.0088,-0.0000 0.2033,0.0796 0.3094 0.0972c -0.3978,1.0697 -1.0520,2.2189 -1.6973 3.2444h 1.3968 v -1.3703 ZM 21.3800,65.1993 ZM 21.8839,64.8368 c 0.0000,-0.2564 0.2122,-0.4685 0.4685 -0.4685c 0.2564,-0.0000 0.4685,0.2122 0.4685 0.4685c 0.0000,0.2564 -0.2122,0.4685 -0.4685 0.4685c -0.2564,-0.0000 -0.4685,-0.2122 -0.4685 -0.4685ZM 23.3160,65.1993 ZM 25.2521,60.3990 c -0.3801,-0.0000 -0.9371,0.3713 -0.9371 2.4311c 0.0000,0.7249 0.1326,2.1836 0.9106 2.1836c 0.1503,-0.0000 0.5746,-0.0972 0.7603 -0.7868c 0.1149,-0.4243 0.1768,-0.9548 0.1768 -1.7239c 0.0000,-1.1227 -0.2829,-1.7504 -0.5393 -1.9714c -0.0972,-0.0884 -0.2298,-0.1326 -0.3713 -0.1326ZM 25.2521,60.3990 ZM 25.2167,65.3054 c -0.9459,-0.0000 -1.5824,-1.2111 -1.5824 -2.5637c 0.0000,-1.6531 0.7868,-2.6521 1.6178 -2.6521c 0.3801,-0.0000 0.7603,0.2387 1.0166 0.5835c 0.3713,0.4951 0.5658,1.1581 0.5658 1.9891c 0.0000,1.9626 -0.9724,2.6433 -1.6178 2.6433Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2044583461533405" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 29.1871,62.5339 h 3.9980 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 17.5079,78.5261 ZM 19.4174,73.6904 c -0.2210,-0.0000 -0.8664,0.1238 -0.8664 0.6630c 0.0000,0.1591 -0.0619,0.4332 -0.3006 0.4332c -0.2298,-0.0000 -0.2475,-0.2564 -0.2475 -0.2829c 0.0000,-0.2741 0.3625,-1.0874 1.5913 -1.0874c 0.8575,-0.0000 1.1139,0.5393 1.1139 0.8929c 0.0000,0.2210 -0.0707,0.6630 -0.8664 1.1669c 0.4951,0.0796 1.1492,0.4420 1.1492 1.3614c 0.0000,1.1669 -0.8840,1.7946 -1.8830 1.7946c -0.5039,-0.0000 -1.2111,-0.2210 -1.2111 -0.5569c 0.0000,-0.1326 0.1326,-0.2829 0.3094 -0.2829c 0.1680,-0.0000 0.2475,0.0884 0.3271 0.2033c 0.0972,0.1503 0.2564,0.3625 0.6807 0.3625c 0.2917,-0.0000 1.1227,-0.2917 1.1227 -1.4056c 0.0000,-0.9459 -0.6630,-1.0962 -1.1404 -1.0962c -0.0796,-0.0000 -0.1768,0.0177 -0.2741 0.0354l -0.0354,-0.2652 c 0.6807,-0.1149 1.2465,-0.7779 1.2465 -1.1846c 0.0000,-0.5039 -0.3536,-0.7514 -0.7161 -0.7514ZM 21.3800,78.5261 ZM 21.8839,78.1636 c 0.0000,-0.2564 0.2122,-0.4685 0.4685 -0.4685c 0.2564,-0.0000 0.4685,0.2122 0.4685 0.4685c 0.0000,0.2564 -0.2122,0.4685 -0.4685 0.4685c -0.2564,-0.0000 -0.4685,-0.2122 -0.4685 -0.4685ZM 23.3160,78.5261 ZM 26.0477,77.0321 c 0.0000,-0.9106 -0.4951,-1.3614 -1.0432 -1.3614c -0.4067,-0.0000 -0.7161,0.0619 -1.0608 0.2033l 0.2829,-2.4134 c 0.2917,0.0265 0.5923,0.0354 0.9017 0.0354c 0.4420,-0.0000 0.9017,-0.0265 1.3791 -0.0796l 0.0530,0.0265 l -0.1326,0.5746 c -0.3448,0.0354 -0.6277,0.0442 -0.8752 0.0442c -0.3978,-0.0000 -0.6984,-0.0354 -1.0078 -0.0707l -0.1680,1.3968 c 0.1856,-0.0707 0.5039,-0.1326 0.8487 -0.1326c 0.9371,-0.0000 1.4587,0.8133 1.4587 1.6266c 0.0000,0.9901 -0.6895,1.7504 -1.6885 1.7504c -0.5039,-0.0000 -1.2376,-0.2829 -1.2376 -0.6277c 0.0000,-0.1680 0.1414,-0.2829 0.3006 -0.2829c 0.1768,-0.0000 0.2917,0.1326 0.3978 0.2741c 0.1326,0.1591 0.2741,0.3359 0.5569 0.3359c 0.5658,-0.0000 1.0343,-0.5304 1.0343 -1.2995Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2044583461533405" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 29.1871,75.8607 h 3.9980 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 17.5079,91.8529 ZM 19.4174,87.0172 c -0.2210,-0.0000 -0.8664,0.1238 -0.8664 0.6630c 0.0000,0.1591 -0.0619,0.4332 -0.3006 0.4332c -0.2298,-0.0000 -0.2475,-0.2564 -0.2475 -0.2829c 0.0000,-0.2741 0.3625,-1.0874 1.5913 -1.0874c 0.8575,-0.0000 1.1139,0.5393 1.1139 0.8929c 0.0000,0.2210 -0.0707,0.6630 -0.8664 1.1669c 0.4951,0.0796 1.1492,0.4420 1.1492 1.3614c 0.0000,1.1669 -0.8840,1.7946 -1.8830 1.7946c -0.5039,-0.0000 -1.2111,-0.2210 -1.2111 -0.5569c 0.0000,-0.1326 0.1326,-0.2829 0.3094 -0.2829c 0.1680,-0.0000 0.2475,0.0884 0.3271 0.2033c 0.0972,0.1503 0.2564,0.3625 0.6807 0.3625c 0.2917,-0.0000 1.1227,-0.2917 1.1227 -1.4056c 0.0000,-0.9459 -0.6630,-1.0962 -1.1404 -1.0962c -0.0796,-0.0000 -0.1768,0.0177 -0.2741 0.0354l -0.0354,-0.2652 c 0.6807,-0.1149 1.2465,-0.7779 1.2465 -1.1846c 0.0000,-0.5039 -0.3536,-0.7514 -0.7161 -0.7514ZM 21.3800,91.8529 ZM 21.8839,91.4905 c 0.0000,-0.2564 0.2122,-0.4685 0.4685 -0.4685c 0.2564,-0.0000 0.4685,0.2122 0.4685 0.4685c 0.0000,0.2564 -0.2122,0.4685 -0.4685 0.4685c -0.2564,-0.0000 -0.4685,-0.2122 -0.4685 -0.4685ZM 23.3160,91.8529 ZM 25.2521,87.0526 c -0.3801,-0.0000 -0.9371,0.3713 -0.9371 2.4311c 0.0000,0.7249 0.1326,2.1836 0.9106 2.1836c 0.1503,-0.0000 0.5746,-0.0972 0.7603 -0.7868c 0.1149,-0.4243 0.1768,-0.9548 0.1768 -1.7239c 0.0000,-1.1227 -0.2829,-1.7504 -0.5393 -1.9714c -0.0972,-0.0884 -0.2298,-0.1326 -0.3713 -0.1326ZM 25.2521,87.0526 ZM 25.2167,91.9590 c -0.9459,-0.0000 -1.5824,-1.2111 -1.5824 -2.5637c 0.0000,-1.6531 0.7868,-2.6521 1.6178 -2.6521c 0.3801,-0.0000 0.7603,0.2387 1.0166 0.5835c 0.3713,0.4951 0.5658,1.1581 0.5658 1.9891c 0.0000,1.9626 -0.9724,2.6433 -1.6178 2.6433Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2044583461533405" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 29.1871,89.1875 h 3.9980 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 17.5079,105.1797 ZM 18.0207,101.2635 c 0.0000,-0.5039 0.4862,-1.1934 1.4145 -1.1934c 0.6807,-0.0000 1.4763,0.2564 1.4763 1.2730c 0.0000,0.6719 -0.3448,1.0078 -0.8222 1.4675l -0.8398,0.8133 c -0.0442,0.0442 -0.6365,0.6277 -0.6365 1.0432h 1.5029 c 0.3006,-0.0000 0.4597,-0.1503 0.5835 -0.6365l 0.2210,0.0354 l -0.1768,1.1139 h -2.7317 c 0.0000,-0.4951 0.0796,-0.8752 0.9017 -1.7150l 0.6188,-0.6100 c 0.4951,-0.5039 0.6984,-0.9371 0.6984 -1.4763c 0.0000,-0.8045 -0.5481,-1.0343 -0.8487 -1.0343c -0.6100,-0.0000 -0.7779,0.3183 -0.7779 0.5304c 0.0000,0.0707 0.0177,0.1414 0.0354 0.2033c 0.0177,0.0619 0.0354,0.1238 0.0354 0.1945c 0.0000,0.2298 -0.1768,0.3183 -0.3183 0.3183c -0.1945,-0.0000 -0.3359,-0.1503 -0.3359 -0.3271ZM 21.3800,105.1797 ZM 21.8839,104.8173 c 0.0000,-0.2564 0.2122,-0.4685 0.4685 -0.4685c 0.2564,-0.0000 0.4685,0.2122 0.4685 0.4685c 0.0000,0.2564 -0.2122,0.4685 -0.4685 0.4685c -0.2564,-0.0000 -0.4685,-0.2122 -0.4685 -0.4685ZM 23.3160,105.1797 ZM 26.0477,103.6857 c 0.0000,-0.9106 -0.4951,-1.3614 -1.0432 -1.3614c -0.4067,-0.0000 -0.7161,0.0619 -1.0608 0.2033l 0.2829,-2.4134 c 0.2917,0.0265 0.5923,0.0354 0.9017 0.0354c 0.4420,-0.0000 0.9017,-0.0265 1.3791 -0.0796l 0.0530,0.0265 l -0.1326,0.5746 c -0.3448,0.0354 -0.6277,0.0442 -0.8752 0.0442c -0.3978,-0.0000 -0.6984,-0.0354 -1.0078 -0.0707l -0.1680,1.3968 c 0.1856,-0.0707 0.5039,-0.1326 0.8487 -0.1326c 0.9371,-0.0000 1.4587,0.8133 1.4587 1.6266c 0.0000,0.9901 -0.6895,1.7504 -1.6885 1.7504c -0.5039,-0.0000 -1.2376,-0.2829 -1.2376 -0.6277c 0.0000,-0.1680 0.1414,-0.2829 0.3006 -0.2829c 0.1768,-0.0000 0.2917,0.1326 0.3978 0.2741c 0.1326,0.1591 0.2741,0.3359 0.5569 0.3359c 0.5658,-0.0000 1.0343,-0.5304 1.0343 -1.2995Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2044583461533405" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 29.1871,102.5144 h 3.9980 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 17.5079,118.5065 ZM 18.0207,114.5903 c 0.0000,-0.5039 0.4862,-1.1934 1.4145 -1.1934c 0.6807,-0.0000 1.4763,0.2564 1.4763 1.2730c 0.0000,0.6719 -0.3448,1.0078 -0.8222 1.4675l -0.8398,0.8133 c -0.0442,0.0442 -0.6365,0.6277 -0.6365 1.0432h 1.5029 c 0.3006,-0.0000 0.4597,-0.1503 0.5835 -0.6365l 0.2210,0.0354 l -0.1768,1.1139 h -2.7317 c 0.0000,-0.4951 0.0796,-0.8752 0.9017 -1.7150l 0.6188,-0.6100 c 0.4951,-0.5039 0.6984,-0.9371 0.6984 -1.4763c 0.0000,-0.8045 -0.5481,-1.0343 -0.8487 -1.0343c -0.6100,-0.0000 -0.7779,0.3183 -0.7779 0.5304c 0.0000,0.0707 0.0177,0.1414 0.0354 0.2033c 0.0177,0.0619 0.0354,0.1238 0.0354 0.1945c 0.0000,0.2298 -0.1768,0.3183 -0.3183 0.3183c -0.1945,-0.0000 -0.3359,-0.1503 -0.3359 -0.3271ZM 21.3800,118.5065 ZM 21.8839,118.1441 c 0.0000,-0.2564 0.2122,-0.4685 0.4685 -0.4685c 0.2564,-0.0000 0.4685,0.2122 0.4685 0.4685c 0.0000,0.2564 -0.2122,0.4685 -0.4685 0.4685c -0.2564,-0.0000 -0.4685,-0.2122 -0.4685 -0.4685ZM 23.3160,118.5065 ZM 25.2521,113.7062 c -0.3801,-0.0000 -0.9371,0.3713 -0.9371 2.4311c 0.0000,0.7249 0.1326,2.1836 0.9106 2.1836c 0.1503,-0.0000 0.5746,-0.0972 0.7603 -0.7868c 0.1149,-0.4243 0.1768,-0.9548 0.1768 -1.7239c 0.0000,-1.1227 -0.2829,-1.7504 -0.5393 -1.9714c -0.0972,-0.0884 -0.2298,-0.1326 -0.3713 -0.1326ZM 25.2521,113.7062 ZM 25.2167,118.6126 c -0.9459,-0.0000 -1.5824,-1.2111 -1.5824 -2.5637c 0.0000,-1.6531 0.7868,-2.6521 1.6178 -2.6521c 0.3801,-0.0000 0.7603,0.2387 1.0166 0.5835c 0.3713,0.4951 0.5658,1.1581 0.5658 1.9891c 0.0000,1.9626 -0.9724,2.6433 -1.6178 2.6433Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2044583461533405" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 29.1871,115.8412 h 3.9980 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 17.5079,131.8333 ZM 19.1699,127.6165 c -0.1680,-0.0000 -0.5569,0.1591 -0.7514 0.2475l -0.1061,-0.2741 c 0.7779,-0.3625 1.0785,-0.5481 1.5205 -0.8664h 0.1680 v 4.4467 c 0.0000,0.3183 0.0442,0.4067 0.3359 0.4067h 0.4597 c 0.0265,-0.0000 0.0707,0.0177 0.0707 0.0707v 0.1945 l -1.2111,-0.0177 l -1.2288,0.0177 v -0.1945 c 0.0088,-0.0265 0.0177,-0.0707 0.0707 -0.0707h 0.5304 c 0.3359,-0.0000 0.3359,-0.1503 0.3359 -0.4067v -3.0411 c 0.0000,-0.3006 0.0000,-0.5127 -0.1945 -0.5127ZM 21.3800,131.8333 ZM 21.8839,131.4709 c 0.0000,-0.2564 0.2122,-0.4685 0.4685 -0.4685c 0.2564,-0.0000 0.4685,0.2122 0.4685 0.4685c 0.0000,0.2564 -0.2122,0.4685 -0.4685 0.4685c -0.2564,-0.0000 -0.4685,-0.2122 -0.4685 -0.4685ZM 23.3160,131.8333 ZM 26.0477,130.3393 c 0.0000,-0.9106 -0.4951,-1.3614 -1.0432 -1.3614c -0.4067,-0.0000 -0.7161,0.0619 -1.0608 0.2033l 0.2829,-2.4134 c 0.2917,0.0265 0.5923,0.0354 0.9017 0.0354c 0.4420,-0.0000 0.9017,-0.0265 1.3791 -0.0796l 0.0530,0.0265 l -0.1326,0.5746 c -0.3448,0.0354 -0.6277,0.0442 -0.8752 0.0442c -0.3978,-0.0000 -0.6984,-0.0354 -1.0078 -0.0707l -0.1680,1.3968 c 0.1856,-0.0707 0.5039,-0.1326 0.8487 -0.1326c 0.9371,-0.0000 1.4587,0.8133 1.4587 1.6266c 0.0000,0.9901 -0.6895,1.7504 -1.6885 1.7504c -0.5039,-0.0000 -1.2376,-0.2829 -1.2376 -0.6277c 0.0000,-0.1680 0.1414,-0.2829 0.3006 -0.2829c 0.1768,-0.0000 0.2917,0.1326 0.3978 0.2741c 0.1326,0.1591 0.2741,0.3359 0.5569 0.3359c 0.5658,-0.0000 1.0343,-0.5304 1.0343 -1.2995Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2044583461533405" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 29.1871,129.1680 h 3.9980 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 17.5079,145.1602 ZM 19.1699,140.9433 c -0.1680,-0.0000 -0.5569,0.1591 -0.7514 0.2475l -0.1061,-0.2741 c 0.7779,-0.3625 1.0785,-0.5481 1.5205 -0.8664h 0.1680 v 4.4467 c 0.0000,0.3183 0.0442,0.4067 0.3359 0.4067h 0.4597 c 0.0265,-0.0000 0.0707,0.0177 0.0707 0.0707v 0.1945 l -1.2111,-0.0177 l -1.2288,0.0177 v -0.1945 c 0.0088,-0.0265 0.0177,-0.0707 0.0707 -0.0707h 0.5304 c 0.3359,-0.0000 0.3359,-0.1503 0.3359 -0.4067v -3.0411 c 0.0000,-0.3006 0.0000,-0.5127 -0.1945 -0.5127ZM 21.3800,145.1602 ZM 21.8839,144.7977 c 0.0000,-0.2564 0.2122,-0.4685 0.4685 -0.4685c 0.2564,-0.0000 0.4685,0.2122 0.4685 0.4685c 0.0000,0.2564 -0.2122,0.4685 -0.4685 0.4685c -0.2564,-0.0000 -0.4685,-0.2122 -0.4685 -0.4685ZM 23.3160,145.1602 ZM 25.2521,140.3599 c -0.3801,-0.0000 -0.9371,0.3713 -0.9371 2.4311c 0.0000,0.7249 0.1326,2.1836 0.9106 2.1836c 0.1503,-0.0000 0.5746,-0.0972 0.7603 -0.7868c 0.1149,-0.4243 0.1768,-0.9548 0.1768 -1.7239c 0.0000,-1.1227 -0.2829,-1.7504 -0.5393 -1.9714c -0.0972,-0.0884 -0.2298,-0.1326 -0.3713 -0.1326ZM 25.2521,140.3599 ZM 25.2167,145.2662 c -0.9459,-0.0000 -1.5824,-1.2111 -1.5824 -2.5637c 0.0000,-1.6531 0.7868,-2.6521 1.6178 -2.6521c 0.3801,-0.0000 0.7603,0.2387 1.0166 0.5835c 0.3713,0.4951 0.5658,1.1581 0.5658 1.9891c 0.0000,1.9626 -0.9724,2.6433 -1.6178 2.6433Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2044583461533405" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 29.1871,142.4948 h 3.9980 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 17.5079,158.4870 ZM 19.4440,153.6867 c -0.3801,-0.0000 -0.9371,0.3713 -0.9371 2.4311c 0.0000,0.7249 0.1326,2.1836 0.9106 2.1836c 0.1503,-0.0000 0.5746,-0.0972 0.7603 -0.7868c 0.1149,-0.4243 0.1768,-0.9548 0.1768 -1.7239c 0.0000,-1.1227 -0.2829,-1.7504 -0.5393 -1.9714c -0.0972,-0.0884 -0.2298,-0.1326 -0.3713 -0.1326ZM 19.4440,153.6867 ZM 19.4086,158.5931 c -0.9459,-0.0000 -1.5824,-1.2111 -1.5824 -2.5637c 0.0000,-1.6531 0.7868,-2.6521 1.6178 -2.6521c 0.3801,-0.0000 0.7603,0.2387 1.0166 0.5835c 0.3713,0.4951 0.5658,1.1581 0.5658 1.9891c 0.0000,1.9626 -0.9724,2.6433 -1.6178 2.6433ZM 21.3800,158.4870 ZM 21.8839,158.1245 c 0.0000,-0.2564 0.2122,-0.4685 0.4685 -0.4685c 0.2564,-0.0000 0.4685,0.2122 0.4685 0.4685c 0.0000,0.2564 -0.2122,0.4685 -0.4685 0.4685c -0.2564,-0.0000 -0.4685,-0.2122 -0.4685 -0.4685ZM 23.3160,158.4870 ZM 26.0477,156.9930 c 0.0000,-0.9106 -0.4951,-1.3614 -1.0432 -1.3614c -0.4067,-0.0000 -0.7161,0.0619 -1.0608 0.2033l 0.2829,-2.4134 c 0.2917,0.0265 0.5923,0.0354 0.9017 0.0354c 0.4420,-0.0000 0.9017,-0.0265 1.3791 -0.0796l 0.0530,0.0265 l -0.1326,0.5746 c -0.3448,0.0354 -0.6277,0.0442 -0.8752 0.0442c -0.3978,-0.0000 -0.6984,-0.0354 -1.0078 -0.0707l -0.1680,1.3968 c 0.1856,-0.0707 0.5039,-0.1326 0.8487 -0.1326c 0.9371,-0.0000 1.4587,0.8133 1.4587 1.6266c 0.0000,0.9901 -0.6895,1.7504 -1.6885 1.7504c -0.5039,-0.0000 -1.2376,-0.2829 -1.2376 -0.6277c 0.0000,-0.1680 0.1414,-0.2829 0.3006 -0.2829c 0.1768,-0.0000 0.2917,0.1326 0.3978 0.2741c 0.1326,0.1591 0.2741,0.3359 0.5569 0.3359c 0.5658,-0.0000 1.0343,-0.5304 1.0343 -1.2995Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2044583461533405" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 29.1871,155.8216 h 3.9980 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 17.5079,171.8138 ZM 19.4440,167.0135 c -0.3801,-0.0000 -0.9371,0.3713 -0.9371 2.4311c 0.0000,0.7249 0.1326,2.1836 0.9106 2.1836c 0.1503,-0.0000 0.5746,-0.0972 0.7603 -0.7868c 0.1149,-0.4243 0.1768,-0.9548 0.1768 -1.7239c 0.0000,-1.1227 -0.2829,-1.7504 -0.5393 -1.9714c -0.0972,-0.0884 -0.2298,-0.1326 -0.3713 -0.1326ZM 19.4440,167.0135 ZM 19.4086,171.9199 c -0.9459,-0.0000 -1.5824,-1.2111 -1.5824 -2.5637c 0.0000,-1.6531 0.7868,-2.6521 1.6178 -2.6521c 0.3801,-0.0000 0.7603,0.2387 1.0166 0.5835c 0.3713,0.4951 0.5658,1.1581 0.5658 1.9891c 0.0000,1.9626 -0.9724,2.6433 -1.6178 2.6433ZM 21.3800,171.8138 ZM 21.8839,171.4513 c 0.0000,-0.2564 0.2122,-0.4685 0.4685 -0.4685c 0.2564,-0.0000 0.4685,0.2122 0.4685 0.4685c 0.0000,0.2564 -0.2122,0.4685 -0.4685 0.4685c -0.2564,-0.0000 -0.4685,-0.2122 -0.4685 -0.4685ZM 23.3160,171.8138 ZM 25.2521,167.0135 c -0.3801,-0.0000 -0.9371,0.3713 -0.9371 2.4311c 0.0000,0.7249 0.1326,2.1836 0.9106 2.1836c 0.1503,-0.0000 0.5746,-0.0972 0.7603 -0.7868c 0.1149,-0.4243 0.1768,-0.9548 0.1768 -1.7239c 0.0000,-1.1227 -0.2829,-1.7504 -0.5393 -1.9714c -0.0972,-0.0884 -0.2298,-0.1326 -0.3713 -0.1326ZM 25.2521,167.0135 ZM 25.2167,171.9199 c -0.9459,-0.0000 -1.5824,-1.2111 -1.5824 -2.5637c 0.0000,-1.6531 0.7868,-2.6521 1.6178 -2.6521c 0.3801,-0.0000 0.7603,0.2387 1.0166 0.5835c 0.3713,0.4951 0.5658,1.1581 0.5658 1.9891c 0.0000,1.9626 -0.9724,2.6433 -1.6178 2.6433Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2044583461533405" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 29.1871,169.1484 h 3.9980 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.1" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 243.2582,177.1445 l -0.0000,-2.6654 h -199.9022 l -0.0000,2.6654 Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 238.4181,188.3795 ZM 240.3276,183.5438 c -0.2210,-0.0000 -0.8664,0.1238 -0.8664 0.6630c 0.0000,0.1591 -0.0619,0.4332 -0.3006 0.4332c -0.2298,-0.0000 -0.2475,-0.2564 -0.2475 -0.2829c 0.0000,-0.2741 0.3625,-1.0874 1.5913 -1.0874c 0.8575,-0.0000 1.1139,0.5393 1.1139 0.8929c 0.0000,0.2210 -0.0707,0.6630 -0.8664 1.1669c 0.4951,0.0796 1.1492,0.4420 1.1492 1.3614c 0.0000,1.1669 -0.8840,1.7946 -1.8830 1.7946c -0.5039,-0.0000 -1.2111,-0.2210 -1.2111 -0.5569c 0.0000,-0.1326 0.1326,-0.2829 0.3094 -0.2829c 0.1680,-0.0000 0.2475,0.0884 0.3271 0.2033c 0.0972,0.1503 0.2564,0.3625 0.6807 0.3625c 0.2917,-0.0000 1.1227,-0.2917 1.1227 -1.4056c 0.0000,-0.9459 -0.6630,-1.0962 -1.1404 -1.0962c -0.0796,-0.0000 -0.1768,0.0177 -0.2741 0.0354l -0.0354,-0.2652 c 0.6807,-0.1149 1.2465,-0.7779 1.2465 -1.1846c 0.0000,-0.5039 -0.3536,-0.7514 -0.7161 -0.7514ZM 242.2902,188.3795 ZM 242.7941,188.0170 c 0.0000,-0.2564 0.2122,-0.4685 0.4685 -0.4685c 0.2564,-0.0000 0.4685,0.2122 0.4685 0.4685c 0.0000,0.2564 -0.2122,0.4685 -0.4685 0.4685c -0.2564,-0.0000 -0.4685,-0.2122 -0.4685 -0.4685ZM 244.2262,188.3795 ZM 246.1622,183.5792 c -0.3801,-0.0000 -0.9371,0.3713 -0.9371 2.4311c 0.0000,0.7249 0.1326,2.1836 0.9106 2.1836c 0.1503,-0.0000 0.5746,-0.0972 0.7603 -0.7868c 0.1149,-0.4243 0.1768,-0.9548 0.1768 -1.7239c 0.0000,-1.1227 -0.2829,-1.7504 -0.5393 -1.9714c -0.0972,-0.0884 -0.2298,-0.1326 -0.3713 -0.1326ZM 246.1622,183.5792 ZM 246.1269,188.4856 c -0.9459,-0.0000 -1.5824,-1.2111 -1.5824 -2.5637c 0.0000,-1.6531 0.7868,-2.6521 1.6178 -2.6521c 0.3801,-0.0000 0.7603,0.2387 1.0166 0.5835c 0.3713,0.4951 0.5658,1.1581 0.5658 1.9891c 0.0000,1.9626 -0.9724,2.6433 -1.6178 2.6433Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2044583461533405" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 243.2582,174.4792 v 3.9980 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 205.1011,188.3795 ZM 205.6138,184.4632 c 0.0000,-0.5039 0.4862,-1.1934 1.4145 -1.1934c 0.6807,-0.0000 1.4763,0.2564 1.4763 1.2730c 0.0000,0.6719 -0.3448,1.0078 -0.8222 1.4675l -0.8398,0.8133 c -0.0442,0.0442 -0.6365,0.6277 -0.6365 1.0432h 1.5029 c 0.3006,-0.0000 0.4597,-0.1503 0.5835 -0.6365l 0.2210,0.0354 l -0.1768,1.1139 h -2.7317 c 0.0000,-0.4951 0.0796,-0.8752 0.9017 -1.7150l 0.6188,-0.6100 c 0.4951,-0.5039 0.6984,-0.9371 0.6984 -1.4763c 0.0000,-0.8045 -0.5481,-1.0343 -0.8487 -1.0343c -0.6100,-0.0000 -0.7779,0.3183 -0.7779 0.5304c 0.0000,0.0707 0.0177,0.1414 0.0354 0.2033c 0.0177,0.0619 0.0354,0.1238 0.0354 0.1945c 0.0000,0.2298 -0.1768,0.3183 -0.3183 0.3183c -0.1945,-0.0000 -0.3359,-0.1503 -0.3359 -0.3271ZM 208.9731,188.3795 ZM 209.4770,188.0170 c 0.0000,-0.2564 0.2122,-0.4685 0.4685 -0.4685c 0.2564,-0.0000 0.4685,0.2122 0.4685 0.4685c 0.0000,0.2564 -0.2122,0.4685 -0.4685 0.4685c -0.2564,-0.0000 -0.4685,-0.2122 -0.4685 -0.4685ZM 210.9092,188.3795 ZM 213.6408,186.8855 c 0.0000,-0.9106 -0.4951,-1.3614 -1.0432 -1.3614c -0.4067,-0.0000 -0.7161,0.0619 -1.0608 0.2033l 0.2829,-2.4134 c 0.2917,0.0265 0.5923,0.0354 0.9017 0.0354c 0.4420,-0.0000 0.9017,-0.0265 1.3791 -0.0796l 0.0530,0.0265 l -0.1326,0.5746 c -0.3448,0.0354 -0.6277,0.0442 -0.8752 0.0442c -0.3978,-0.0000 -0.6984,-0.0354 -1.0078 -0.0707l -0.1680,1.3968 c 0.1856,-0.0707 0.5039,-0.1326 0.8487 -0.1326c 0.9371,-0.0000 1.4587,0.8133 1.4587 1.6266c 0.0000,0.9901 -0.6895,1.7504 -1.6885 1.7504c -0.5039,-0.0000 -1.2376,-0.2829 -1.2376 -0.6277c 0.0000,-0.1680 0.1414,-0.2829 0.3006 -0.2829c 0.1768,-0.0000 0.2917,0.1326 0.3978 0.2741c 0.1326,0.1591 0.2741,0.3359 0.5569 0.3359c 0.5658,-0.0000 1.0343,-0.5304 1.0343 -1.2995Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2044583461533405" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 209.9411,174.4792 v 3.9980 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 171.7840,188.3795 ZM 172.2968,184.4632 c 0.0000,-0.5039 0.4862,-1.1934 1.4145 -1.1934c 0.6807,-0.0000 1.4763,0.2564 1.4763 1.2730c 0.0000,0.6719 -0.3448,1.0078 -0.8222 1.4675l -0.8398,0.8133 c -0.0442,0.0442 -0.6365,0.6277 -0.6365 1.0432h 1.5029 c 0.3006,-0.0000 0.4597,-0.1503 0.5835 -0.6365l 0.2210,0.0354 l -0.1768,1.1139 h -2.7317 c 0.0000,-0.4951 0.0796,-0.8752 0.9017 -1.7150l 0.6188,-0.6100 c 0.4951,-0.5039 0.6984,-0.9371 0.6984 -1.4763c 0.0000,-0.8045 -0.5481,-1.0343 -0.8487 -1.0343c -0.6100,-0.0000 -0.7779,0.3183 -0.7779 0.5304c 0.0000,0.0707 0.0177,0.1414 0.0354 0.2033c 0.0177,0.0619 0.0354,0.1238 0.0354 0.1945c 0.0000,0.2298 -0.1768,0.3183 -0.3183 0.3183c -0.1945,-0.0000 -0.3359,-0.1503 -0.3359 -0.3271ZM 175.6561,188.3795 ZM 176.1600,188.0170 c 0.0000,-0.2564 0.2122,-0.4685 0.4685 -0.4685c 0.2564,-0.0000 0.4685,0.2122 0.4685 0.4685c 0.0000,0.2564 -0.2122,0.4685 -0.4685 0.4685c -0.2564,-0.0000 -0.4685,-0.2122 -0.4685 -0.4685ZM 177.5921,188.3795 ZM 179.5282,183.5792 c -0.3801,-0.0000 -0.9371,0.3713 -0.9371 2.4311c 0.0000,0.7249 0.1326,2.1836 0.9106 2.1836c 0.1503,-0.0000 0.5746,-0.0972 0.7603 -0.7868c 0.1149,-0.4243 0.1768,-0.9548 0.1768 -1.7239c 0.0000,-1.1227 -0.2829,-1.7504 -0.5393 -1.9714c -0.0972,-0.0884 -0.2298,-0.1326 -0.3713 -0.1326ZM 179.5282,183.5792 ZM 179.4928,188.4856 c -0.9459,-0.0000 -1.5824,-1.2111 -1.5824 -2.5637c 0.0000,-1.6531 0.7868,-2.6521 1.6178 -2.6521c 0.3801,-0.0000 0.7603,0.2387 1.0166 0.5835c 0.3713,0.4951 0.5658,1.1581 0.5658 1.9891c 0.0000,1.9626 -0.9724,2.6433 -1.6178 2.6433Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2044583461533405" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 176.6241,174.4792 v 3.9980 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 138.4670,188.3795 ZM 140.1290,184.1626 c -0.1680,-0.0000 -0.5569,0.1591 -0.7514 0.2475l -0.1061,-0.2741 c 0.7779,-0.3625 1.0785,-0.5481 1.5205 -0.8664h 0.1680 v 4.4467 c 0.0000,0.3183 0.0442,0.4067 0.3359 0.4067h 0.4597 c 0.0265,-0.0000 0.0707,0.0177 0.0707 0.0707v 0.1945 l -1.2111,-0.0177 l -1.2288,0.0177 v -0.1945 c 0.0088,-0.0265 0.0177,-0.0707 0.0707 -0.0707h 0.5304 c 0.3359,-0.0000 0.3359,-0.1503 0.3359 -0.4067v -3.0411 c 0.0000,-0.3006 0.0000,-0.5127 -0.1945 -0.5127ZM 142.3391,188.3795 ZM 142.8430,188.0170 c 0.0000,-0.2564 0.2122,-0.4685 0.4685 -0.4685c 0.2564,-0.0000 0.4685,0.2122 0.4685 0.4685c 0.0000,0.2564 -0.2122,0.4685 -0.4685 0.4685c -0.2564,-0.0000 -0.4685,-0.2122 -0.4685 -0.4685ZM 144.2751,188.3795 ZM 147.0068,186.8855 c 0.0000,-0.9106 -0.4951,-1.3614 -1.0432 -1.3614c -0.4067,-0.0000 -0.7161,0.0619 -1.0608 0.2033l 0.2829,-2.4134 c 0.2917,0.0265 0.5923,0.0354 0.9017 0.0354c 0.4420,-0.0000 0.9017,-0.0265 1.3791 -0.0796l 0.0530,0.0265 l -0.1326,0.5746 c -0.3448,0.0354 -0.6277,0.0442 -0.8752 0.0442c -0.3978,-0.0000 -0.6984,-0.0354 -1.0078 -0.0707l -0.1680,1.3968 c 0.1856,-0.0707 0.5039,-0.1326 0.8487 -0.1326c 0.9371,-0.0000 1.4587,0.8133 1.4587 1.6266c 0.0000,0.9901 -0.6895,1.7504 -1.6885 1.7504c -0.5039,-0.0000 -1.2376,-0.2829 -1.2376 -0.6277c 0.0000,-0.1680 0.1414,-0.2829 0.3006 -0.2829c 0.1768,-0.0000 0.2917,0.1326 0.3978 0.2741c 0.1326,0.1591 0.2741,0.3359 0.5569 0.3359c 0.5658,-0.0000 1.0343,-0.5304 1.0343 -1.2995Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2044583461533405" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 143.3071,174.4792 v 3.9980 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 105.1500,188.3795 ZM 106.8119,184.1626 c -0.1680,-0.0000 -0.5569,0.1591 -0.7514 0.2475l -0.1061,-0.2741 c 0.7779,-0.3625 1.0785,-0.5481 1.5205 -0.8664h 0.1680 v 4.4467 c 0.0000,0.3183 0.0442,0.4067 0.3359 0.4067h 0.4597 c 0.0265,-0.0000 0.0707,0.0177 0.0707 0.0707v 0.1945 l -1.2111,-0.0177 l -1.2288,0.0177 v -0.1945 c 0.0088,-0.0265 0.0177,-0.0707 0.0707 -0.0707h 0.5304 c 0.3359,-0.0000 0.3359,-0.1503 0.3359 -0.4067v -3.0411 c 0.0000,-0.3006 0.0000,-0.5127 -0.1945 -0.5127ZM 109.0220,188.3795 ZM 109.5259,188.0170 c 0.0000,-0.2564 0.2122,-0.4685 0.4685 -0.4685c 0.2564,-0.0000 0.4685,0.2122 0.4685 0.4685c 0.0000,0.2564 -0.2122,0.4685 -0.4685 0.4685c -0.2564,-0.0000 -0.4685,-0.2122 -0.4685 -0.4685ZM 110.9581,188.3795 ZM 112.8941,183.5792 c -0.3801,-0.0000 -0.9371,0.3713 -0.9371 2.4311c 0.0000,0.7249 0.1326,2.1836 0.9106 2.1836c 0.1503,-0.0000 0.5746,-0.0972 0.7603 -0.7868c 0.1149,-0.4243 0.1768,-0.9548 0.1768 -1.7239c 0.0000,-1.1227 -0.2829,-1.7504 -0.5393 -1.9714c -0.0972,-0.0884 -0.2298,-0.1326 -0.3713 -0.1326ZM 112.8941,183.5792 ZM 112.8587,188.4856 c -0.9459,-0.0000 -1.5824,-1.2111 -1.5824 -2.5637c 0.0000,-1.6531 0.7868,-2.6521 1.6178 -2.6521c 0.3801,-0.0000 0.7603,0.2387 1.0166 0.5835c 0.3713,0.4951 0.5658,1.1581 0.5658 1.9891c 0.0000,1.9626 -0.9724,2.6433 -1.6178 2.6433Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2044583461533405" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 109.9900,174.4792 v 3.9980 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 71.8329,188.3795 ZM 73.7690,183.5792 c -0.3801,-0.0000 -0.9371,0.3713 -0.9371 2.4311c 0.0000,0.7249 0.1326,2.1836 0.9106 2.1836c 0.1503,-0.0000 0.5746,-0.0972 0.7603 -0.7868c 0.1149,-0.4243 0.1768,-0.9548 0.1768 -1.7239c 0.0000,-1.1227 -0.2829,-1.7504 -0.5393 -1.9714c -0.0972,-0.0884 -0.2298,-0.1326 -0.3713 -0.1326ZM 73.7690,183.5792 ZM 73.7336,188.4856 c -0.9459,-0.0000 -1.5824,-1.2111 -1.5824 -2.5637c 0.0000,-1.6531 0.7868,-2.6521 1.6178 -2.6521c 0.3801,-0.0000 0.7603,0.2387 1.0166 0.5835c 0.3713,0.4951 0.5658,1.1581 0.5658 1.9891c 0.0000,1.9626 -0.9724,2.6433 -1.6178 2.6433ZM 75.7050,188.3795 ZM 76.2089,188.0170 c 0.0000,-0.2564 0.2122,-0.4685 0.4685 -0.4685c 0.2564,-0.0000 0.4685,0.2122 0.4685 0.4685c 0.0000,0.2564 -0.2122,0.4685 -0.4685 0.4685c -0.2564,-0.0000 -0.4685,-0.2122 -0.4685 -0.4685ZM 77.6410,188.3795 ZM 80.3727,186.8855 c 0.0000,-0.9106 -0.4951,-1.3614 -1.0432 -1.3614c -0.4067,-0.0000 -0.7161,0.0619 -1.0608 0.2033l 0.2829,-2.4134 c 0.2917,0.0265 0.5923,0.0354 0.9017 0.0354c 0.4420,-0.0000 0.9017,-0.0265 1.3791 -0.0796l 0.0530,0.0265 l -0.1326,0.5746 c -0.3448,0.0354 -0.6277,0.0442 -0.8752 0.0442c -0.3978,-0.0000 -0.6984,-0.0354 -1.0078 -0.0707l -0.1680,1.3968 c 0.1856,-0.0707 0.5039,-0.1326 0.8487 -0.1326c 0.9371,-0.0000 1.4587,0.8133 1.4587 1.6266c 0.0000,0.9901 -0.6895,1.7504 -1.6885 1.7504c -0.5039,-0.0000 -1.2376,-0.2829 -1.2376 -0.6277c 0.0000,-0.1680 0.1414,-0.2829 0.3006 -0.2829c 0.1768,-0.0000 0.2917,0.1326 0.3978 0.2741c 0.1326,0.1591 0.2741,0.3359 0.5569 0.3359c 0.5658,-0.0000 1.0343,-0.5304 1.0343 -1.2995Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2044583461533405" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 76.6730,174.4792 v 3.9980 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 38.5159,188.3795 ZM 40.4519,183.5792 c -0.3801,-0.0000 -0.9371,0.3713 -0.9371 2.4311c 0.0000,0.7249 0.1326,2.1836 0.9106 2.1836c 0.1503,-0.0000 0.5746,-0.0972 0.7603 -0.7868c 0.1149,-0.4243 0.1768,-0.9548 0.1768 -1.7239c 0.0000,-1.1227 -0.2829,-1.7504 -0.5393 -1.9714c -0.0972,-0.0884 -0.2298,-0.1326 -0.3713 -0.1326ZM 40.4519,183.5792 ZM 40.4166,188.4856 c -0.9459,-0.0000 -1.5824,-1.2111 -1.5824 -2.5637c 0.0000,-1.6531 0.7868,-2.6521 1.6178 -2.6521c 0.3801,-0.0000 0.7603,0.2387 1.0166 0.5835c 0.3713,0.4951 0.5658,1.1581 0.5658 1.9891c 0.0000,1.9626 -0.9724,2.6433 -1.6178 2.6433ZM 42.3880,188.3795 ZM 42.8919,188.0170 c 0.0000,-0.2564 0.2122,-0.4685 0.4685 -0.4685c 0.2564,-0.0000 0.4685,0.2122 0.4685 0.4685c 0.0000,0.2564 -0.2122,0.4685 -0.4685 0.4685c -0.2564,-0.0000 -0.4685,-0.2122 -0.4685 -0.4685ZM 44.3240,188.3795 ZM 46.2600,183.5792 c -0.3801,-0.0000 -0.9371,0.3713 -0.9371 2.4311c 0.0000,0.7249 0.1326,2.1836 0.9106 2.1836c 0.1503,-0.0000 0.5746,-0.0972 0.7603 -0.7868c 0.1149,-0.4243 0.1768,-0.9548 0.1768 -1.7239c 0.0000,-1.1227 -0.2829,-1.7504 -0.5393 -1.9714c -0.0972,-0.0884 -0.2298,-0.1326 -0.3713 -0.1326ZM 46.2600,183.5792 ZM 46.2247,188.4856 c -0.9459,-0.0000 -1.5824,-1.2111 -1.5824 -2.5637c 0.0000,-1.6531 0.7868,-2.6521 1.6178 -2.6521c 0.3801,-0.0000 0.7603,0.2387 1.0166 0.5835c 0.3713,0.4951 0.5658,1.1581 0.5658 1.9891c 0.0000,1.9626 -0.9724,2.6433 -1.6178 2.6433Z"/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2044583461533405" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 43.3560,174.4792 v 3.9980 "/>+  </g>+  <g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0">+    <path d="M 243.2582,169.1484 l -0.0000,-133.2681 h -199.9022 l -0.0000,133.2681 Z"/>+  </g>+</svg>
src/Chart.hs view
@@ -1,75 +1,195 @@+{-# LANGUAGE OverloadedLabels #-}+{-# LANGUAGE DuplicateRecordFields #-} {-# OPTIONS_GHC -Wall #-} {-# OPTIONS_HADDOCK prune, not-home #-}  -- | The Chart module exports all of the chart-unit functionality, and most of what you need from outside libraries. ----- Chart is designed to be used in conjunction with both the numhask and diagrams preludes. Diagrams.Prelude conatins much of the lens library and many re-exports that clash with NumHask, so best to import qualified.+-- `Chart` is designed to be used in conjunction with both the numhask and diagrams preludes. Diagrams.Prelude conatins much of the lens library and many re-exports that clash with NumHask, so best to import qualified. ----- > {-# NoImplicitPrelude #-}--- > {-# OverloadedString #-}--- > import NumHask.Prelude--- > import qualified Diagrams.Prelude as D+-- > {-# LANGUAGE FlexibleContexts #-}+-- > {-# LANGUAGE NoImplicitPrelude #-}+-- > {-# LANGUAGE OverloadedStrings #-}+-- > {-# LANGUAGE OverloadedLabels #-}+-- > {-# OPTIONS_GHC -Wall #-}+-- >  -- > import Chart+-- > import Control.Lens+-- > import Data.Generics.Labels()+-- > import qualified Diagrams.Prelude as D+-- > import NumHask.Prelude --+-- Each chart type is built up from a few different elements:+--+-- - data+--+-- - a type of chart+--+-- - representation options specific to the chart type+--+-- - axes+--+-- - other chart bling, such as titles and legends+--+-- Chart data is most often one or more traversable series.  Also most often, the data is 2-dimensional, representing where on the chart to place the representation.  Some sort of `(Traversable f) => [f Pair]` is commonly used in the library api.+--+-- > 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)]+-- >   ]+--+-- Each data series has representation options dependent on the chart type+--+-- > lopts :: [LineOptions]+-- > lopts =+-- >   zipWith+-- >   (\x y -> LineOptions x (withOpacity (d3Colors1 y) 0.6))+-- >   [0.01, 0.02, 0.005]+-- >   [0,1,2]+-- >+--+-- The lens library is used extensively for configuration, and generic-lens-labels has been adopted to reduce line noise ...+--+-- > as :: [AxisOptions]+-- > as = +-- >   [ defXAxis+-- >   , defYAxis+-- >   , #label . #orientation .~ Pair 0 1 $+-- >     #place .~ PlaceTop $+-- >     defXAxis+-- >   , #label . #orientation .~ Pair 1 0 $+-- >     #place .~ PlaceRight $+-- >     defYAxis+-- >   ] +--+-- in the examples (but not in core library code), Data.Generic.Labels is used which has its detractions in the form of orphan instance fuss and bother. For example, using core generic-lens:+--+-- > #label . #orientation .~ Pair 0 1+--+-- translates to:+--+-- > field @"label" . field @"orientation" .~ Pair 0 1+--+-- which is also a pretty fine api.+--+-- Using data-default, lens and OverloadedLabels tends to encourage a vertical style, which may annoy line counters, but lead to clear code and ease of editing.+--+-- > titles :: [(TitleOptions, Text)]+-- > titles =+-- >   [ (def, "Example Chart")+-- >   , ( #align .~ AlignCenter $+-- >       #text . #rotation .~ 90 $+-- >       #text . #size .~ 0.12 $+-- >       #place .~ PlaceLeft $+-- >       def+-- >     , "left axis title")+-- >   , ( #text . #color .~ ublue $+-- >       #text . #size .~ 0.08 $+-- >       #align .~ AlignRight $+-- >       #place .~ PlaceBottom $+-- >       def+-- >     , "bottom right, non-essential note")+-- >   ]+-- > +-- > legends :: [(LegendType, Text)]+-- > legends =+-- >   [(LegendText def, "legend")] <>+-- >   [(LegendPixel (blob ublue) 0.05, "pixel")] <>+-- >   [(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"]+-- >+--+-- All of which makes chart-unit highly customisable ...+--+-- > mainExample :: Chart b+-- > mainExample = withHud_ opts sixbyfour (lineChart lopts) ls+-- >   where+-- >     opts =+-- >       #titles .~ titles $+-- >       #axes .~ as $+-- >       #axes %~ map (#outerPad .~ 1) $+-- >       #legends .~ [#chartType .~ legends $ def] $+-- >       def+-- > +-- > main :: IO ()+-- > main = fileSvg "other/mainExample.svg" def mainExample+-- > +--+-- There are three different ways of combining charts (and note adding a hud to a chart is a subset of combining charts):+--+-- - mappend them+--+-- > hud ho asp r <>+-- > lineChart ld sixbyfour r d+--+-- - use `withHud`+--+-- > withHud_ ho asp (lineChart ld) d+--+-- - use `renderChart`+--+-- > renderChart (ChartOptions (Just r) asp [HudChart ho, LineChart (zip ld d)])+--+-- And these three methods are morally equivalent.+-- module Chart   ( -- * chart-unit-    module Chart.Core-  , module Chart.Data+    module Chart.ADT   , module Chart.Arrow+  , module Chart.Bar+  , module Chart.Core+  , module Chart.Data+  , module Chart.Data.Time   , module Chart.Glyph   , module Chart.Hud   , module Chart.Line   , module Chart.Rect+  , module Chart.Svg   , module Chart.Text-  , module Chart.Lenses-     -- * numhask-range   , module NumHask.Pair   , module NumHask.Space   , module NumHask.Range   , module NumHask.Rect-     -- * color   , module Data.Colour+  , module Data.Colour.Names   , module Data.Colour.Palette.Harmony   , module Data.Colour.Palette.ColorSet-     -- * fonts   , module Graphics.SVGFonts-     -- * Default   , Default(..)--    -- * Text-  , Text--    -- * scratch pad-  , scratch   ) where +import Chart.ADT import Chart.Arrow+import Chart.Bar import Chart.Core import Chart.Data+import Chart.Data.Time import Chart.Glyph import Chart.Hud-import Chart.Lenses import Chart.Line import Chart.Rect+import Chart.Svg import Chart.Text-import Graphics.SVGFonts hiding (textFont) import Data.Colour+import Data.Colour.Names import Data.Colour.Palette.ColorSet import Data.Colour.Palette.Harmony import Data.Default (Default(..))-import Data.Text-import Diagrams.Backend.SVG (SVG)-import Diagrams.Prelude+import Graphics.SVGFonts hiding (textFont) import NumHask.Pair import NumHask.Range import NumHask.Rect import NumHask.Space hiding (width)-import NumHask.Prelude (IO) --- | a scratch pad-scratch :: Diagram SVG -> IO ()-scratch = fileSvg "other/scratchpad.svg" (600, 400)
+ src/Chart/ADT.hs view
@@ -0,0 +1,104 @@+{-# LANGUAGE OverloadedLabels #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE TypeApplications #-}+{-# LANGUAGE DataKinds #-}+{-# OPTIONS_GHC -Wall #-}+ +-- | Experimental Chart ADT+--+module Chart.ADT+  ( ChartOptions(..)+  , ChartSpec(..)+  , renderSpec+  , renderChart+  , rangeSpec+  , rangeChart+  ) where++import Chart.Arrow+import Chart.Bar+import Chart.Core+import Chart.Glyph+import Chart.Hud+import Chart.Line+import Chart.Rect+import Chart.Text+import Control.Lens+import Data.Default+import Data.Generics.Product (field)+import NumHask.Pair+import NumHask.Prelude+import NumHask.Rect+import NumHask.Space++-- | A single Chart specification+data ChartSpec+  = GlyphChart [(GlyphOptions, [Pair Double])]+  | LGlyphChart [(LabelOptions, GlyphOptions, [(Text, Pair Double)])]+  | LineChart [(LineOptions, [Pair Double])]+  | GlineChart [(LineOptions, GlyphOptions, [Pair Double])]+  | TextChart [(TextOptions, [(Text, Pair Double)])]+  | RectChart [(RectOptions, [Rect Double])]+  | PixelChart [[Pixel]]+  | ArrowChart [(ArrowOptions, [Arrow])]+  | BarChart BarOptions BarData+  | HudChart HudOptions+  deriving (Show, Generic)++-- | (compound) Chart options+data ChartOptions = ChartOptions+  { chartRange :: Maybe (Rect Double)+  , chartAspect :: Rect Double+  , charts :: [ChartSpec]+  } deriving (Show, Generic)++instance Default ChartOptions where+  def = ChartOptions Nothing sixbyfour []++-- | render a Chart specified using ChartOptions+renderChart :: ChartOptions -> Chart b+renderChart ch@(ChartOptions _ a cs) =+  mconcat (renderSpec a (rangeChart ch) <$> cs)++-- | render a ChartSpec+renderSpec :: Rect Double -> Rect Double -> ChartSpec -> Chart b+renderSpec a r (GlyphChart xs) = glyphChart (fst <$> xs) a r (snd <$> xs)+renderSpec a r (LGlyphChart xs) =+  lglyphChart+  ((\(x,_,_) -> x) <$> xs)+  ((\(_,x,_) -> x) <$> xs)+  a+  r+  ((\(_,_,x) -> x) <$> xs)+renderSpec a r (LineChart xs) = lineChart (fst <$> xs) a r (snd <$> xs)+renderSpec a r (GlineChart xs) =+  glineChart+  ((\(x,_,_) -> x) <$> xs)+  ((\(_,x,_) -> x) <$> xs)+  a+  r+  ((\(_,_,x) -> x) <$> xs)+renderSpec a r (TextChart xs) = textChart (fst <$> xs) a r (snd <$> xs)+renderSpec a r (RectChart xs) = rectChart (fst <$> xs) a r (snd <$> xs)+renderSpec a r (PixelChart xs) = pixelChart a r xs+renderSpec a r (ArrowChart xs) = arrowChart (fst <$> xs) a r (snd <$> xs)+renderSpec _ _ (BarChart o d) = barChart o d+renderSpec a r (HudChart o) = hud o a r++-- | extract the range of a single specification+rangeSpec :: ChartSpec -> Maybe (Rect Double)+rangeSpec (GlyphChart xs) = Just $ range (snd <$> xs)+rangeSpec (LGlyphChart xs) = Just $ range $ (\x -> fmap snd . toList <$> x)+  ((\(_,_,x) -> x) <$> xs)+rangeSpec (LineChart xs) = Just $ range (snd <$> xs)+rangeSpec (GlineChart xs) = Just $ range ((\(_,_,x) -> x) <$> xs)+rangeSpec (TextChart xs) = Just $ range $ (\x -> fmap snd . toList <$> x) (snd <$> xs)+rangeSpec (RectChart xs) = Just $ (\rs -> fold $ fold <$> rs) (snd <$> xs)+rangeSpec (PixelChart xs) = Just $ fold $ fold . map pixelRect <$> xs+rangeSpec (ArrowChart xs) = Just $ (\xss -> fold (space . map arrowPos <$> xss)) (snd <$> xs)+rangeSpec (BarChart _ d) = Just $ barRange (d ^. field @"barData")+rangeSpec (HudChart _) = Nothing++-- | calculate the range of a ChartOptions+rangeChart :: ChartOptions -> Rect Double+rangeChart (ChartOptions mr _ cs) = fromMaybe (mconcat $ catMaybes (rangeSpec <$> cs)) mr
src/Chart/Arrow.hs view
@@ -1,10 +1,10 @@ {-# OPTIONS_GHC -Wall #-}  -- | Charts that depict gradients and similar data, using arrows in positions--module Chart.Arrow (-    Arrow(..)-  , ArrowOptions(..)+module Chart.Arrow+  ( Arrow(..)+  , ArrowHTStyle(..)+  , ArrowOptions(ArrowOptions)   , normArrows   , arrows   , arrowChart@@ -12,131 +12,203 @@   ) where  import Chart.Core--import NumHask.Prelude hiding (max,(&))-import NumHask.Space+import Data.Ord (max)+import Diagrams.Prelude hiding (Color, D, project, width)+import GHC.Generics+import NumHask.Pair+import NumHask.Prelude hiding ((&), max) import NumHask.Range import NumHask.Rect-import NumHask.Pair+import NumHask.Space -import Data.Ord (max)-import Diagrams.Prelude hiding (width, D, Color, project)+-- | ArrowStyles based on diagrams+data ArrowHTStyle a+  = Tri+  | Dart+  | HalfDart+  | Spike+  | Thorn+  | LineHead+  | NoHead+  | Tri2 a+  | Dart2 a+  | HalfDart2 a+  | Spike2 a+  | Thorn2 a+  | Tri'+  | Dart'+  | HalfDart'+  | Spike'+  | Thorn'+  | LineTail+  | NoTail+  | Quill+  | Block+  | Quill2 a+  | Block2 a+  deriving (Show) +-- | conversion between unit and diagrams+-- ToDo: abstract ArrowHT usage+arrowHTStyle :: (RealFloat a) => ArrowHTStyle a -> ArrowHT a+arrowHTStyle Tri = tri+arrowHTStyle Dart = dart+arrowHTStyle HalfDart = halfDart+arrowHTStyle Spike = spike+arrowHTStyle Thorn = thorn+arrowHTStyle LineHead = lineHead+arrowHTStyle NoHead = noHead+arrowHTStyle (Tri2 a) = arrowheadTriangle (a @@ deg)+arrowHTStyle (Dart2 a) = arrowheadDart (a @@ deg)+arrowHTStyle (HalfDart2 a) = arrowheadHalfDart (a @@ deg)+arrowHTStyle (Spike2 a) = arrowheadSpike (a @@ deg)+arrowHTStyle (Thorn2 a) = arrowheadThorn (a @@ deg)+arrowHTStyle Tri' = tri'+arrowHTStyle Dart' = dart'+arrowHTStyle HalfDart' = halfDart'+arrowHTStyle Spike' = spike'+arrowHTStyle Thorn' = thorn'+arrowHTStyle LineTail = lineTail+arrowHTStyle NoTail = noTail+arrowHTStyle Quill = quill+arrowHTStyle Block = block+arrowHTStyle (Quill2 a) = arrowtailQuill (a @@ deg)+arrowHTStyle (Block2 a) = arrowtailBlock (a @@ deg)+ -- | todo: quite a clunky specification of what an arrow is (or could be)-data ArrowOptions a = ArrowOptions-    { arrowMinLength :: a-    , arrowMaxLength :: a-    , arrowMinHeadLength :: a-    , arrowMaxHeadLength :: a-    , arrowMinStaffWidth :: a-    , arrowMaxStaffWidth :: a-    , arrowColor :: AlphaColour Double-    , arrowHeadStyle :: ArrowHT a-    }+data ArrowOptions = ArrowOptions+  { minLength :: Double+  , maxLength :: Double+  , minHeadLength :: Double+  , maxHeadLength :: Double+  , minStaffWidth :: Double+  , maxStaffWidth :: Double+  , color :: AlphaColour Double+  , hStyle :: ArrowHTStyle Double+  } deriving (Show, Generic) -instance Default (ArrowOptions Double) where-    def = ArrowOptions 0.02 0.2 0.01 0.1 0.002 0.005 ublue dart+instance Default ArrowOptions 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'+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+    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)+  { arrowPos :: Pair Double -- position of arrow tail+  , arrowDir :: Pair Double -- direction and strength of arrow+  } deriving (Eq, Show)  -- | Rescale data across position, and between position and arrow direction. -- -- note that, due to this auto-scaling, 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]+-- > arrowsExample :: Chart b+-- > arrowsExample =+-- >   arrows+-- >     ( #maxLength .~ 0.5 $+-- >       #maxHeadLength .~ 0.2 $+-- >       #maxStaffWidth .~ 0.01 $ def)+-- >     [ 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 :: (Traversable f) => ArrowOptions -> 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+    c =+      fcA (color 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+    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+    arel =+      (\x -> max (anormMax * minLength opts) (x / anormMax * maxLength opts)) <$>+      anorm     -- size of the head (as a proportion of the data space)-    hrel = (\x -> max (arrowMinHeadLength opts) (arrowMaxHeadLength opts * x)) <$>-        arel+    hrel = (\x -> max (minHeadLength opts) (maxHeadLength opts * x)) <$> arel     -- widt of the staff-    wrel = (\x -> max (arrowMinStaffWidth opts) (arrowMaxStaffWidth opts * x)) <$>-        arel+    wrel = (\x -> max (minStaffWidth opts) (maxStaffWidth 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))+    arropts lh lw'' =+      with & arrowHead .~ arrowHTStyle (hStyle opts) & headLength .~ global lh &+      shaftStyle %~+      (lwG lw'' & lcA (color opts)) &+      headStyle %~+      (lcA (color opts) & fcA (color 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+     (Traversable f)+  => [ArrowOptions]+  -> Rect Double+  -> Rect Double+  -> [f Arrow]+  -> Chart b+arrowChart optss 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 :: 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+-- >         ] -- -- ![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+    (Traversable f)+  => [ArrowOptions]+  -> Rect Double+  -> [f Arrow]+  -> Chart b+arrowChart_ optss asp xss = arrowChart optss asp r xss   where     r = fold (space . map arrowPos <$> xss)
+ src/Chart/Bar.hs view
@@ -0,0 +1,144 @@+{-# LANGUAGE OverloadedLabels #-}+{-# LANGUAGE TypeApplications #-}+{-# LANGUAGE DataKinds #-}+{-# OPTIONS_GHC -Wall #-}+{-# LANGUAGE CPP #-}+#if ( __GLASGOW_HASKELL__ < 820 )+{-# OPTIONS_GHC -fno-warn-incomplete-patterns #-}+#endif+{-# OPTIONS_GHC -Wno-unused-top-binds #-}++-- | bar charts+module Chart.Bar+  ( BarOptions(BarOptions)+  , BarValueAcc(..)+  , BarData(..)+  , barDataLowerUpper+  , barRange+  , barChart+  ) where++import Chart.Core+import Chart.Data+import Chart.Hud+import Chart.Rect+import qualified Control.Foldl as L+import Data.Colour.Palette.ColorSet+import Data.Generics.Product+import Diagrams.Prelude hiding (Additive, Color, D, zero, (<>))+import NumHask.Prelude+import NumHask.Range+import NumHask.Rect+import NumHask.Space++-- | whether to separate each Rect grouping or accumulate them+data BarValueAcc+  = BarValueSeparate+  | BarValueAccumulate+  deriving (Show, Generic)++-- | the usual bar chart eye-candy+data BarOptions = BarOptions+  { rectOptions :: [RectOptions]+  , outerGap :: Double+  , innerGap :: Double+  , displayValues :: Bool+  , accumulateValues :: BarValueAcc+  , orientation :: Orientation+  , hudOptions :: HudOptions+  } deriving (Show, Generic)++instance Default BarOptions where+  def =+    BarOptions+      ((\x -> RectOptions 0.002 ugrey (d3Colors1 x `withOpacity` 0.5)) <$>+       [0 .. 10])+      0.1+      zero+      True+      BarValueSeparate+      Hori+      def++-- | imagine a data frame ...+data BarData = BarData+  { barData :: [[Double]]+  , barRowLabels :: Maybe [Text]+  , barColumnLabels :: Maybe [Text]+  } deriving (Show, Generic)++-- | Convert BarData to rectangles+barRects ::+    BarOptions+  -> [[Double]]+  -> [[Rect Double]]+barRects (BarOptions _ ogap igap _ add orient _) bs = rects'' orient+  where+    rects'' Hori = rects'+    rects'' Vert = fmap rectTrans <$> rects'+    rects' = zipWith batSet [zero ..] (barDataLowerUpper add bs)+    batSet z ys =+      zipWith+        (\x (yl, yh) ->+           abs+             (Rect+                (x + ogap + z * bstep)+                (x + ogap + z * bstep + bstep - igap')+                yl+                yh))+        [zero ..]+        ys+    n = fromIntegral (length bs)+    bstep = (one - (one + one) * ogap + (n - one) * igap') / n+    igap' = igap * (one - (one + one) * ogap)++-- | convert data to a range assuming a zero bound+-- a very common but implicit assumption in a lot of bar charts+barDataLowerUpper :: BarValueAcc -> [[Double]] -> [[(Double, Double)]]+barDataLowerUpper add bs =+  case add of+    BarValueSeparate -> fmap (\x -> (zero, x)) <$> bs+    BarValueAccumulate -> accBarData bs+      where accBarData [] = []+            accBarData (x:xs) =+              L.fold+                (L.Fold+                   (\(acc, res) a ->+                      let acc' = zipWith (+) acc a+                      in (acc', zip acc acc' : res))+                   (x, [(\x' -> (zero, x')) <$> x])+                   (reverse . snd))+                xs++-- | calculate the Rect range of a bar data set (imagine a data frame ...)+barRange ::+     [[Double]] -> Rect Double+barRange ys = Rect zero (fromIntegral $ maximum (length <$> ys)) (min zero l) u+  where+    (Range l u) = foldMap space ys++-- | A bar chart+--+-- > barExample :: Chart b+-- > barExample  =+-- >   barChart def (BarData [ys] Nothing Nothing) <>+-- >   hud+-- >   ( #titles .~ [(def,"Bar Chart")] $+-- >     #axes .~+-- >     [ #tickStyle .~+-- >       TickLabels labels' $+-- >       def+-- >     ] $+-- >     #range .~ Just (fold (abs <$> rs)) $+-- >     def)+-- >   where+-- >     labels' = fmap Text.pack <$> take 10 $ (:[]) <$> ['a'..]+-- >     rs = rectBars 0.1 ys+-- >     ys = [1,2,3,5,8,0,-2,11,2,1]+--+-- ![barChart example](other/barExample.svg)+--+barChart :: BarOptions -> BarData -> Chart b+barChart bo bd =+  rectChart (bo ^. field @"rectOptions") sixbyfour+  (barRange (bd ^. field @"barData")) (barRects bo (bd ^. field @"barData"))
src/Chart/Core.hs view
@@ -1,3 +1,8 @@+{-# LANGUAGE NoImplicitPrelude #-}+{-# LANGUAGE RankNTypes #-}+{-# LANGUAGE FlexibleContexts #-}+{-# LANGUAGE GADTs #-}+{-# LANGUAGE NegativeLiterals #-} {-# OPTIONS_GHC -Wall #-} {-# OPTIONS_GHC -fno-warn-orphans #-} {-# LANGUAGE CPP #-}@@ -15,22 +20,25 @@ -- -- Jumping ahead a bit, the code snippet below draws vertical lines using a data range of "Rect 0 12 0 0.2" (slightly different to the actual data range), using a widescreen (3:1) aspect, and renders the chart as a 300 by 120 pixel svg: ----- > fileSvg "other/scaleExample.svg" (300,120) $--- >   withHud (hudAspect_ .~ widescreen $ hudRange_ .~ Just (Rect 0 12 0 0.2) $ def)--- >   (lineChart (repeat def)) ((\x -> [Pair x 0, Pair x (x/100)]) <$> [0..10])+-- > scaleExample :: IO ()+-- > scaleExample =+-- >     fileSvg "other/scaleExample.svg" (#size .~ Pair 300 120 $ def) $+-- >     withHud+-- >       def+-- >       widescreen+-- >       (Rect 0 12 0 0.2)+-- >       (lineChart (repeat def))+-- >       (vlineOneD ((0.01*) <$> [0..10])) -- -- ![scale example](other/scaleExample.svg) --+ module Chart.Core   ( -- * Chart types     Chart-  , UChart(..)-  , combine-     -- * Scaling   , range   , projectss-  , Aspect(..)   , aspect   , asquare   , sixbyfour@@ -42,7 +50,10 @@   , alignHU   , alignHTU   , alignVU-+  , alignVTU+    -- * Types+  , Orientation(..)+  , Place(..)     -- * Combinators     --     -- | The concept of a point on a chart is the polymorphic 'R2' from the 'linear' library.  Diagrams most often uses 'Point', which is a wrapped 'V2'.  The 'Pair' type from 'numhask-range' is often used as a point reference.@@ -55,26 +66,22 @@   , sepVert   , sepHori -    -- * IO-  , fileSvg-     -- * Color     --     -- | chart-unit exposes the 'colour' and 'palette' libraries for color combinators   , ucolor   , ublue   , ugrey-     -- * Compatability   , scaleX   , scaleY   , scale   ) where -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 qualified Diagrams.TwoD.Text import NumHask.Pair import NumHask.Prelude import NumHask.Rect@@ -83,24 +90,11 @@ -- | 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 making Chart b's maintains 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 combinatorially-inclined diagrams-lib.-type Chart b-   = (Renderable (Path V2 Double) b) =>+type Chart b =+  ( Renderable (Path V2 Double) b+  , Renderable (Diagrams.TwoD.Text.Text Double) b) =>        QDiagram b V2 Double Any --- | a UChart provides a late binding of a chart Aspect so multiple charts can be rendered using the same range.-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- -- | project a double-containered set of data to a new Rect range projectss ::      (Functor f, Functor g)@@ -114,36 +108,28 @@ range :: (Foldable f, Foldable g) => g (f (Pair Double)) -> Rect Double range xyss = foldMap space xyss --- | a wrapped Rect specifying the shape od the chart canvas.------ The Aspect tends to be:------ - independent of the data range--- - expressed in terms around a width magnitude of one.  chart default options are callibrated to this convention.-newtype Aspect = Aspect (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+-- | the aspect of a chart expressed as a ratio of x-plane : y-plane.+aspect :: (BoundedField a, Ord a, Multiplicative a, FromInteger a) => a -> Rect a+aspect a = Ranges ((a *) <$> one) one  -- | a 1:1 aspect-asquare :: Aspect+asquare :: Rect Double asquare = aspect 1  -- | a 1.5:1 aspect-sixbyfour :: Aspect+sixbyfour :: Rect Double sixbyfour = aspect 1.5  -- | golden ratio-golden :: Aspect+golden :: Rect Double golden = aspect 1.61803398875  -- | a 3:1 aspect-widescreen :: Aspect+widescreen :: Rect Double widescreen = aspect 3  -- | a skinny 5:1 aspect-skinny :: Aspect+skinny :: Rect Double skinny = aspect 5  -- | horizontal alignment@@ -151,12 +137,14 @@   = AlignLeft   | AlignCenter   | AlignRight+  deriving (Eq, Show)  -- | vertical alignment data AlignV   = AlignTop   | AlignMid   | AlignBottom+  deriving (Eq, Show)  -- | conversion of horizontal alignment to (one :: Range Double) limits alignHU :: AlignH -> Double@@ -182,6 +170,28 @@     AlignMid -> 0     AlignBottom -> 0.5 +-- | svg text is lower by default+alignVTU :: AlignV -> Double+alignVTU a =+  case a of+    AlignTop -> 0.5+    AlignMid -> 0+    AlignBottom -> -0.5++-- | Orientation for an element.  Watch this space for curvature!+data Orientation+  = Hori+  | Vert+  deriving (Eq, Show)++-- | Placement of elements around (what is implicity but maybe shouldn't just be) a rectangular canvas+data Place+  = PlaceLeft+  | PlaceRight+  | PlaceTop+  | PlaceBottom+  deriving (Eq, Show)+ -- | position an element at a point positioned :: (R2 r) => r Double -> Chart b -> Chart b positioned p = moveTo (p_ p)@@ -196,7 +206,14 @@  -- | foldMap for beside; stacking chart elements in a direction, with a premap stack ::-     (R2 r, V a ~ V2, Foldable t, Juxtaposable a, Semigroup a, N a ~ Double, Monoid a)+  ( R2 r+  , V a ~ V2+  , Foldable t+  , Juxtaposable a+  , Semigroup a+  , N a ~ Double+  , Monoid a+  )   => r Double   -> (b -> a)   -> t b@@ -226,10 +243,6 @@ -- | vertical separator sepVert :: Double -> Chart b -> Chart b sepVert s x = beside (r2 (1, 0)) x (strutY s)---- | write an svg to file-fileSvg :: FilePath -> (Double, Double) -> Diagram SVG -> IO ()-fileSvg f s = renderSVG f (mkSizeSpec (Just <$> r2 s))  -- | convert an rgba spec to an AlphaColour ucolor :: (Floating a, Ord a) => a -> a -> a -> a -> AlphaColour a
src/Chart/Data.hs view
@@ -15,6 +15,7 @@   , rectXY   , rectYX   , rectF+  , rectTrans   ) where  import Diagrams.Prelude hiding (zero, Additive, width)@@ -64,3 +65,7 @@ -- | Create rect data for a formulae c = f(x,y) rectF :: (Signed a, BoundedField a, Ord a, FromInteger a) => (Pair a -> b) -> Rect a -> Pair Int -> [(Rect a, b)] rectF f r g = (\x -> (x, f (mid x))) <$> gridSpace r g++-- | transpose the dimensions of a Rect+rectTrans :: Rect a -> Rect a+rectTrans (Rect x y w z) = Rect y x z w
+ src/Chart/Data/Time.hs view
@@ -0,0 +1,358 @@+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE OverloadedLabels #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# LANGUAGE DeriveGeneric #-}+{-# OPTIONS_GHC -Wall #-}+{-# OPTIONS_GHC -Wno-unused-top-binds #-}++-- | data algorithms related to time+module Chart.Data.Time+  ( parseUTCTime+  , TimeGrain(..)+  , floorGrain+  , ceilingGrain+  , sensibleTimeGrid+  , PosDiscontinuous(..)+  , placedTimeLabelDiscontinuous+  ) where++import Data.Time+import GHC.Base (String)+import NumHask.Prelude+import NumHask.Space++import qualified Control.Foldl as L+import qualified Data.Text as Text+import qualified Protolude as P++-- | parse text as per iso8601+--+-- >>> :set -XOverloadedStrings+-- >>> let t0 = parseUTCTime ("2017-12-05" :: Text)+-- >>> t0+-- Just 2017-12-05 00:00:00 UTC+--+parseUTCTime :: Text -> Maybe UTCTime+parseUTCTime =+  parseTimeM False defaultTimeLocale (iso8601DateFormat Nothing) . Text.unpack++-- | a step in time+data TimeGrain+  = Years Integer+  | Months Int+  | Days Int+  | Hours Int+  | Minutes Int+  | Seconds Double+  deriving (Show, Generic)++grainSecs :: TimeGrain -> Double+grainSecs (Years n) = fromIntegral n * 365.0 * toDouble nominalDay+grainSecs (Months n) = fromIntegral n * 365.0 / 12 * toDouble nominalDay+grainSecs (Days n) = fromIntegral n * toDouble nominalDay+grainSecs (Hours n) = fromIntegral n * 60 * 60+grainSecs (Minutes n) = fromIntegral n * 60+grainSecs (Seconds n) = n++toDouble :: NominalDiffTime -> Double+toDouble t =+    (/1000000000000.0) $+    fromIntegral (P.floor $ t P.* 1000000000000 :: Integer)++toDouble' :: DiffTime -> Double+toDouble' =+  (\x -> x / ((10 :: Double) P.^ (12 :: Integer))) . fromIntegral . fromEnum++fromDouble :: Double -> NominalDiffTime+fromDouble x =+  let d0 = ModifiedJulianDay 0+      days = floor (x/toDouble nominalDay)+      secs = x - fromIntegral days * toDouble nominalDay+      t0 = UTCTime d0 (picosecondsToDiffTime 0)+      t1 = UTCTime (addDays days d0) (picosecondsToDiffTime $ floor (secs / 1.0e-12))+  in diffUTCTime t1 t0++fromDouble' :: Double -> DiffTime+fromDouble' d = toEnum $ fromEnum $ d * ((10 :: Double) P.^ (12 :: Integer))++-- | add a TimeGrain to a UTCTime+--+-- >>> addGrain (Years 1) 5 (UTCTime (fromGregorian 2015 2 28) 0)+-- 2020-02-29 00:00:00 UTC+--+-- >>> addGrain (Months 1) 1 (UTCTime (fromGregorian 2015 2 28) 0)+-- 2015-03-31 00:00:00 UTC+-- +-- >>> addGrain (Hours 6) 5 (UTCTime (fromGregorian 2015 2 28) 0)+-- 2015-03-01 06:00:00 UTC+-- +-- >>> addGrain (Seconds 0.001) (60*1000+1) (UTCTime (fromGregorian 2015 2 28) 0)+-- 2015-02-28 00:01:00.001 UTC+-- +addGrain :: TimeGrain -> Int -> UTCTime -> UTCTime+addGrain (Years n) x (UTCTime d t) =+    UTCTime (addDays (-1) $ addGregorianYearsClip (n*fromIntegral x) (addDays 1 d)) t+addGrain (Months n) x (UTCTime d t) =+    UTCTime (addDays (-1) $ addGregorianMonthsClip (fromIntegral (n*x)) (addDays 1 d)) t+addGrain (Days n) x (UTCTime d t) = UTCTime (addDays (fromIntegral x * fromIntegral n) d) t+addGrain g@(Hours _) x d = addUTCTime (fromDouble (fromIntegral x * grainSecs g)) d+addGrain g@(Minutes _) x d = addUTCTime (fromDouble (fromIntegral x * grainSecs g)) d+addGrain g@(Seconds _) x d = addUTCTime (fromDouble (fromIntegral x * grainSecs g)) d+++addHalfGrain :: TimeGrain -> UTCTime -> UTCTime+addHalfGrain (Years n) (UTCTime d t) =+    UTCTime (addDays (-1) $ (if m'==1 then addGregorianMonthsClip 6 else identity) $+             addGregorianYearsClip d' (addDays 1 d)) t+  where+    (d',m') = divMod 2 n+addHalfGrain (Months n) (UTCTime d t) =+    UTCTime (addDays (if m'==1 then 15 else 0) {- sue me -} $+             addDays (-1) $+             addGregorianMonthsClip (fromIntegral d') (addDays 1 d)) t+  where+    (d',m') = divMod 2 n+addHalfGrain (Days n) (UTCTime d t) =+    (if m'== 1 then addUTCTime (fromDouble (0.5 * grainSecs (Days 1))) else identity) $+    UTCTime (addDays (fromIntegral d') d) t+  where+    (d',m') = divMod 2 n+addHalfGrain g@(Hours _) d = addUTCTime (fromDouble (0.5 * grainSecs g)) d+addHalfGrain g@(Minutes _) d = addUTCTime (fromDouble (0.5 * grainSecs g)) d+addHalfGrain g@(Seconds _) d = addUTCTime (fromDouble (0.5 * grainSecs g)) d++-- | compute the floor UTCTime based on the timegrain+--+-- >>> floorGrain (Years 5) (UTCTime (fromGregorian 1999 1 1) 0)+-- 1995-12-31 00:00:00 UTC+--+-- >>> floorGrain (Months 3) (UTCTime (fromGregorian 2016 12 30) 0)+-- 2016-09-30 00:00:00 UTC+--+-- >>> floorGrain (Days 5) (UTCTime (fromGregorian 2016 12 30) 1)+-- 2016-12-30 00:00:00 UTC+--+-- >>> floorGrain (Minutes 15) (UTCTime (fromGregorian 2016 12 30) (fromDouble' $ 15*60+1))+-- 2016-12-30 00:15:00 UTC+--+-- >>> floorGrain (Seconds 0.1) (UTCTime (fromGregorian 2016 12 30) 0.12)+-- 2016-12-30 00:00:00.1 UTC+--+floorGrain :: TimeGrain -> UTCTime -> UTCTime+floorGrain (Years n) (UTCTime d _) = UTCTime (addDays (-1) $ fromGregorian y' 1 1) 0+  where+    (y,_,_) = toGregorian (addDays 1 d)+    y' = fromIntegral $ 1 + n * floor (fromIntegral (y - 1) / fromIntegral n :: Double)+floorGrain (Months n) (UTCTime d _) = UTCTime (addDays (-1) $ fromGregorian y m' 1) 0+  where+    (y,m,_) = toGregorian (addDays 1 d)+    m' = fromIntegral $ 1 + fromIntegral n * floor (fromIntegral (m - 1) / fromIntegral n :: Double)+floorGrain (Days _) (UTCTime d _) = UTCTime d 0+floorGrain (Hours h) u@(UTCTime _ t) = addUTCTime x u+  where+    s = toDouble' t+    x = fromDouble $ fromIntegral (h * 3600 * fromIntegral (floor (s / (fromIntegral h*3600)))) - s+floorGrain (Minutes m) u@(UTCTime _ t) = addUTCTime x u+  where+    s = toDouble' t+    x = fromDouble $ fromIntegral (m * 60 * fromIntegral (floor (s / (fromIntegral m*60)))) - s+floorGrain (Seconds secs) u@(UTCTime _ t) = addUTCTime x u+  where+    s = toDouble' t+    x = fromDouble $ (secs * fromIntegral (floor (s / secs))) - s++-- | compute the ceiling UTCTime based on the timegrain+--+-- >>> ceilingGrain (Years 5) (UTCTime (fromGregorian 1999 1 1) 0)+-- 2000-12-31 00:00:00 UTC+--+-- >>> ceilingGrain (Months 3) (UTCTime (fromGregorian 2016 12 30) 0)+-- 2016-12-31 00:00:00 UTC+--+-- >>> ceilingGrain (Days 5) (UTCTime (fromGregorian 2016 12 30) 1)+-- 2016-12-31 00:00:00 UTC+--+-- >>> ceilingGrain (Minutes 15) (UTCTime (fromGregorian 2016 12 30) (fromDouble' $ 15*60+1))+-- 2016-12-30 00:30:00 UTC+--+-- >>> ceilingGrain (Seconds 0.1) (UTCTime (fromGregorian 2016 12 30) 0.12)+-- 2016-12-30 00:00:00.2 UTC+--+ceilingGrain :: TimeGrain -> UTCTime -> UTCTime+ceilingGrain (Years n) (UTCTime d _) = UTCTime (addDays (-1) $ fromGregorian y' 1 1) 0+  where+    (y,_,_) = toGregorian (addDays 1 d)+    y' = fromIntegral $ 1 + n * ceiling (fromIntegral (y - 1) / fromIntegral n :: Double)+ceilingGrain (Months n) (UTCTime d _) = UTCTime (addDays (-1) $ fromGregorian y' m'' 1) 0+  where+    (y,m,_) = toGregorian (addDays 1 d)+    m' = fromIntegral n * ceiling (fromIntegral m / fromIntegral n :: Double)+    (y',m'') = fromIntegral <$> if m' == 12 then (y+1,1) else (y,m'+1)+ceilingGrain (Days _) (UTCTime d t) = if t==0 then UTCTime d 0 else UTCTime (addDays 1 d) 0+ceilingGrain (Hours h) u@(UTCTime _ t) = addUTCTime x u+  where+    s = toDouble' t+    x = fromDouble $ fromIntegral (h * 3600 * fromIntegral (ceiling (s / (fromIntegral h*3600)))) - s+ceilingGrain (Minutes m) u@(UTCTime _ t) = addUTCTime x u+  where+    s = toDouble' t+    x = fromDouble $ fromIntegral (m * 60 * fromIntegral (ceiling (s / (fromIntegral m*60)))) - s+ceilingGrain (Seconds secs) u@(UTCTime _ t) = addUTCTime x u+  where+    s = toDouble' t+    x = fromDouble $ (secs * fromIntegral (ceiling (s / secs))) - s++-- | whether to include lower and upper times+data PosDiscontinuous = PosInnerOnly | PosIncludeBoundaries++-- | dates attached to charts are often discontinuous, but we want to smooth that reality over and show a continuous range on the axis+-- The assumption with getSensibleTimeGrid is that there is a list of discountinuous UTCTimes rather than a continuous range.  Output is a list of index points for the original [UTCTime] and label tuples, and a list of unused list elements.+--+-- >>> placedTimeLabelDiscontinuous PosIncludeBoundaries (Just "%d %b") 2 [UTCTime (fromGregorian 2017 12 6) 0, UTCTime (fromGregorian 2017 12 29) 0, UTCTime (fromGregorian 2018 1 31) 0, UTCTime (fromGregorian 2018 3 3) 0]+-- ([(0,"06 Dec"),(1,"31 Dec"),(2,"28 Feb"),(3,"03 Mar")],[])+--+placedTimeLabelDiscontinuous :: PosDiscontinuous -> Maybe Text -> Int -> [UTCTime] -> ([(Int, Text)], [UTCTime])+placedTimeLabelDiscontinuous posd format n ts = (zip (fst <$> inds') labels, rem)+  where+    l = minimum ts+    u = maximum ts+    (grain, tps) = sensibleTimeGrid InnerPos n (l, u)+    tps' = case posd of+      PosInnerOnly -> tps+      PosIncludeBoundaries -> [l] <> tps <> [u]+    (rem, inds) = L.fold (matchTimes tps') ts+    inds' = laterTimes inds+    fmt = case format of+      Just f -> Text.unpack f+      Nothing -> autoFormat grain+    labels = Text.pack . formatTime defaultTimeLocale fmt . snd <$> inds'++autoFormat :: TimeGrain -> String+autoFormat (Years x)+    | x == 1 = "%b %Y"+    | otherwise = "%Y"+autoFormat (Months _) = "%d %b %Y"+autoFormat (Days _) = "%d %b %y"+autoFormat (Hours x)+    | x > 3 = "%d/%m/%y %R"+    | otherwise = "%R"+autoFormat (Minutes _) = "%R"+autoFormat (Seconds _) = "%R%Q"++matchTimes :: [UTCTime] -> L.Fold UTCTime ([UTCTime], [(Int, UTCTime)])+matchTimes ticks = L.Fold step begin (\(p,x,_) -> (p,reverse x))+  where+    begin = (ticks,[],0)+    step ([], xs, n) _ = ([], xs, n)+    step (p:ps, xs, n) a+        | p == a = step (ps, (n,p):xs, n) a+        | p > a = (p:ps, xs, n + 1)+        | otherwise = step (ps, (n - 1,p):xs, n) a++laterTimes :: [(Int, a)] -> [(Int,a)]+laterTimes [] = []+laterTimes [x] = [x]+laterTimes (x:xs) = L.fold (L.Fold step (x,[]) (\(x0,x1) -> reverse $ x0:x1)) xs+  where+    step ((n,a), rs) (na, aa) = if na == n then ((na,aa),rs) else ((na,aa),(n,a):rs)++-- | compute a sensible TimeGrain and list of UTCTimes+--+-- >>> sensibleTimeGrid InnerPos 2 (UTCTime (fromGregorian 2016 12 31) 0, UTCTime (fromGregorian 2017 12 31) 0)+-- (Months 6,[2016-12-31 00:00:00 UTC,2017-06-30 00:00:00 UTC,2017-12-31 00:00:00 UTC])+--+-- >>> sensibleTimeGrid InnerPos 2 (UTCTime (fromGregorian 2017 1 1) 0, UTCTime (fromGregorian 2017 12 30) 0)+-- (Months 6,[2017-06-30 00:00:00 UTC])+--+-- >>>  sensibleTimeGrid UpperPos 2 (UTCTime (fromGregorian 2017 1 1) 0, UTCTime (fromGregorian 2017 12 30) 0)+-- (Months 6,[2017-06-30 00:00:00 UTC,2017-12-31 00:00:00 UTC])+--+-- >>>sensibleTimeGrid LowerPos 2 (UTCTime (fromGregorian 2017 1 1) 0, UTCTime (fromGregorian 2017 12 30) 0)+-- (Months 6,[2016-12-31 00:00:00 UTC,2017-06-30 00:00:00 UTC])+--+sensibleTimeGrid :: Pos -> Int -> (UTCTime, UTCTime) -> (TimeGrain, [UTCTime])+sensibleTimeGrid p n (l, u) = (grain, ts)+  where+    span = u `diffUTCTime` l+    grain = stepSensibleTime p span n+    first' = floorGrain grain l+    last' = ceilingGrain grain u+    n' = round $ toDouble (diffUTCTime last' first') / grainSecs grain+    posns = case p of+      OuterPos -> take (fromIntegral $ n'+1)+      InnerPos -> drop (if first'==l then 0 else 1) . take (fromIntegral $ n' + if last'==u then 1 else 0)+      UpperPos -> drop 1 . take (fromIntegral $ n' + 1)+      LowerPos -> take (fromIntegral n')+      MidPos -> take (fromIntegral n')+    ts = case p of+      MidPos -> take (fromIntegral n') $ addHalfGrain grain . (\x -> addGrain grain x first') <$> [0..]+      _ -> posns $ (\x -> addGrain grain x first') <$> [0..]++-- come up with a sensible step for a grid over a Field+stepSensible ::+     (Fractional a, Ord a, FromInteger a, QuotientField a, ExpField a)+  => Pos+  -> a+  -> Int+  -> a+stepSensible tp span n =+  step ++  if tp == MidPos+    then step / (one + one)+    else zero+  where+    step' = 10 ^^ floor (logBase 10 (span / fromIntegral n))+    err = fromIntegral n / span * step'+    step+      | err <= 0.15 = 10 * step'+      | err <= 0.35 = 5 * step'+      | err <= 0.75 = 2 * step'+      | otherwise = step'++-- come up with a sensible step for a grid over a Field, where sensible means the 18th century+-- practice of using multiples of 3 to round+stepSensible3 ::+     (Fractional a, Ord a, FromInteger a, QuotientField a, ExpField a)+  => Pos+  -> a+  -> Int+  -> a+stepSensible3 tp span n =+  step ++  if tp == MidPos+    then step / (one + one)+    else zero+  where+    step' = 10 ^^ floor (logBase 10 (span / fromIntegral n))+    err = fromIntegral n / span * step'+    step+      | err <= 0.05 = 12 * step'+      | err <= 0.3 = 6 * step'+      | err <= 0.5 = 3 * step'+      | otherwise = step'++-- | come up with a sensible TimeGrain over a NominalDiffTime+stepSensibleTime :: Pos -> NominalDiffTime -> Int -> TimeGrain+stepSensibleTime tp span n+  | yearsstep >= 1 = Years (floor yearsstep)+  | monthsstep >= 1 = Months (fromIntegral $ floor monthsstep)+  | daysstep >= 1 = Days (fromIntegral $ floor daysstep)+  | hoursstep >= 1 = Hours (fromIntegral $ floor hoursstep)+  | minutesstep >= 1 = Minutes (fromIntegral $ floor minutesstep)+  | secondsstep >= 1 = Seconds secondsstep3+  | otherwise = Seconds secondsstep+  where+    sp = toDouble span+    minutes = sp / 60+    hours = sp / (60 * 60)+    days = sp / toDouble nominalDay+    years = sp / 365 / toDouble nominalDay+    months' = years * 12+    yearsstep = stepSensible tp years n+    monthsstep = stepSensible3 tp months' n+    daysstep = stepSensible tp days n+    hoursstep = stepSensible3 tp hours n+    minutesstep = stepSensible3 tp minutes n+    secondsstep3 = stepSensible3 tp sp n+    secondsstep = stepSensible tp sp n
src/Chart/Glyph.hs view
@@ -1,10 +1,11 @@ {-# OPTIONS_GHC -Wall #-}+{-# OPTIONS_GHC -Wno-unused-top-binds #-}  -- | Glyphs are (typically) small shapes symbolically representing a data point. module Chart.Glyph-  ( GlyphOptions(..)-  , hline_-  , vline_+  ( GlyphOptions(GlyphOptions)+  , GlyphShape(..)+  , glyphShape   , glyph_   , glyphs   , lglyphs@@ -12,9 +13,6 @@   , glyphChart_   , lglyphChart   , lglyphChart_-  , circle-  , square-  , triangle   ) where  import Chart.Core@@ -25,69 +23,94 @@ 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-  }+data GlyphOptions = GlyphOptions+  { size :: Double -- ^ glyph radius+  , color :: AlphaColour Double+  , borderColor :: AlphaColour Double+  , borderSize :: Double -- ^ normalized+  , shape :: GlyphShape+  } deriving (Show, Generic) -instance Default (GlyphOptions b) where-  def = GlyphOptions 0.03 ublue ugrey 0.015 circle+instance Default GlyphOptions where+  def = GlyphOptions 0.03 ublue ugrey 0.015 Circle --- | Vertical line glyph shape with a reasonable thickness at "vline_ 1"-vline_ :: Double -> Double -> Chart b-vline_ fatness x = vrule x # scaleX (1.6 / 0.5 * fatness)+-- | shape of the glyph expressed in diagrams terms+data GlyphShape+  = Circle+  | Square+  | Ellipse Double+  | Triangle+  | Pentagon+  | Hexagon+  | Septagon+  | Octagaon+  | RectSharp Double+  | RectRounded Double+                Double+  | VLine Double+  | HLine Double+  deriving (Show) --- | Horizontal line glyph shape with a reasonable thickness as "hline_ 1"-hline_ :: Double -> Double -> Chart b-hline_ fatness x = hrule x # scaleY (1.6 / 0.5 * fatness)+-- | convert from chart-unit to diagrams shapes+glyphShape :: GlyphShape -> (Double -> Chart b)+glyphShape Circle = \x -> circle (x / 2)+glyphShape Square = square+glyphShape (Ellipse a) = ellipseXY a+glyphShape Triangle = triangle+glyphShape Pentagon = pentagon+glyphShape Hexagon = hexagon+glyphShape Septagon = septagon+glyphShape Octagaon = octagon+glyphShape (RectSharp a) = \x -> rect (a * x) x+glyphShape (RectRounded a r) = \x -> roundedRect (a * x) x r+glyphShape (VLine a) = \x -> vrule x # scaleX (1.6 / 0.5 * a)+glyphShape (HLine a) = \x -> hrule x # scaleY (1.6 / 0.5 * a)  -- | Create a glyph. ----- > let glyph_Example = glyph_ def+-- > 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+glyph_ :: GlyphOptions -> Chart b+glyph_ (GlyphOptions s c bc bs sh) = glyphShape sh s # fcA c # lcA bc # lwN bs  -- | Create positioned glyphs. ----- > glyphsExample :: Chart b--- > glyphsExample = glyphs def (dataXY sin (Range 0 (2*pi)) 30)+-- > glyphs def (dataXY sin (Range 0 (2*pi)) 30) -- -- ![glyphs example](other/glyphsExample.svg) ---glyphs :: (R2 r, Traversable f) => GlyphOptions b -> f (r Double) -> Chart b+glyphs :: (R2 r, Traversable f) => GlyphOptions -> 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+  => [GlyphOptions]   -> Rect Double+  -> Rect Double   -> [f (Pair Double)]   -> Chart b-glyphChart optss (Aspect asp) r xyss =+glyphChart optss asp r xyss =   mconcat $ zipWith glyphs optss (projectss r asp xyss)  -- | A chart of glyphs scaled to its own range ----- > gopts :: [GlyphOptions b]--- > gopts = [ glyphBorderSize_ .~ 0.001 $ def--- >         , glyphBorderSize_ .~ 0.001 $--- >           glyphSize_ .~ 0.1 $--- >           glyphColor_ .~ rybColor 7 `withOpacity` 0.4 $--- >           def {glyphShape = triangle}--- >         ]+-- > gopts :: [GlyphOptions]+-- > gopts =+-- >   [ #borderSize .~ 0.001 $ def+-- >   , #borderSize .~ 0.001 $+-- >     #size .~ 0.1 $+-- >     #color .~ rybColor 7 `withOpacity` 0.4 $+-- >     #shape .~ Triangle $ def+-- >   ] -- >  -- > gdata :: [[Pair Double]]--- > gdata = [ dataXY sin (Range 0 (2*pi)) 30--- >         , dataXY cos (Range 0 (2*pi)) 30--- >         ]+-- > gdata =+-- >   [ dataXY sin (Range 0 (2*pi)) 30+-- >   , dataXY cos (Range 0 (2*pi)) 30+-- >   ] -- >  -- > glyphChart_Example :: Chart b -- > glyphChart_Example = glyphChart_ gopts widescreen gdata@@ -96,22 +119,25 @@ -- glyphChart_ ::      (Traversable f)-  => [GlyphOptions b]-  -> Aspect+  => [GlyphOptions]+  -> Rect Double   -> [f (Pair Double)]   -> Chart b glyphChart_ optss asp xyss = glyphChart optss asp (range xyss) xyss  -- | Create labelled, positioned glyphs. ----- > lglyphs def def $ zip (show <$> [0..]) ps+-- > lglyphsExample :: Chart b+-- > lglyphsExample =+-- >   lglyphs def def $+-- >   zip (show <$> [0 ..]) [Pair (x / 10) (sin x / 10) | x <- [0 .. 10]] -- -- ![lglyphs example](other/lglyphsExample.svg) -- lglyphs ::      (R2 r, Traversable f)   => LabelOptions-  -> GlyphOptions b+  -> GlyphOptions   -> f (Text, r Double)   -> Chart b lglyphs lopts gopts xs =@@ -122,12 +148,12 @@ lglyphChart ::      (Traversable f)   => [LabelOptions]-  -> [GlyphOptions b]-  -> Aspect+  -> [GlyphOptions]   -> Rect Double+  -> Rect Double   -> [f (Text, Pair Double)]   -> Chart b-lglyphChart ls gs (Aspect asp) r xyss =+lglyphChart ls gs asp r xyss =   mconcat $   getZipList $   lglyphs <$> ZipList ls <*> ZipList gs <*>@@ -139,17 +165,30 @@  -- | 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+-- > lgdata :: [(Text, Pair Double)]+-- > lgdata =+-- >   [(\(p@(Pair x y)) -> (show x <> "," <> show y, fromIntegral <$> p)) <$>+-- >     (Pair <$> [0 .. 5] <*> [0 .. 5] :: [Pair Int])+-- >   ]+-- > +-- > lglyphChart_Example :: Rect Double -> Chart b+-- > lglyphChart_Example a =+-- >   lglyphChart_+-- >   [#gap .~ 0.015 $ #text . #size .~ 0.12 $ def]+-- >   [#color .~ black `withOpacity` 1 $+-- >    #borderSize .~ 0 $+-- >    #size .~ 0.01 $+-- >    def]+-- >   a+-- >   [lgdata] -- -- ![lglyphChart_ example](other/lglyphChart_Example.svg) -- lglyphChart_ ::      (Traversable f)   => [LabelOptions]-  -> [GlyphOptions b]-  -> Aspect+  -> [GlyphOptions]+  -> Rect Double   -> [f (Text, Pair Double)]   -> Chart b lglyphChart_ ls gs asp xyss =
src/Chart/Hud.hs view
@@ -1,33 +1,41 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE TypeApplications #-} {-# OPTIONS_GHC -Wall #-} {-# LANGUAGE CPP #-} #if ( __GLASGOW_HASKELL__ < 820 ) {-# OPTIONS_GHC -fno-warn-incomplete-patterns #-} #endif+{-# OPTIONS_GHC -Wno-unused-top-binds #-}  -- | Hud (Heads up display) is a collective noun for axes, titles & legends ----- todo: refactor me please. A hud for a chart uses 'beside' to combine elements, and this restricts the hud to the outside of the chart canvas.  This tends to make hud elements (such as gridlines) harder to implement than they should be. module Chart.Hud-  ( HudOptions(..)+  ( HudOptions(HudOptions)   , hud   , withHud-  , Orientation(..)-  , Place(..)+  , withHud_   , placeOutside   , placeGap   , TickStyle(..)   , precision-  , AxisOptions(..)+  , AxisOptions(AxisOptions)   , defXAxis   , defYAxis   , axis-  , TitleOptions(..)+  , AutoOptions(AutoOptions)+  , adjustAxis+  , axisSane+  , computeTicks+  , TitleOptions(TitleOptions)   , title   , LegendType(..)-  , LegendOptions(..)+  , LegendOptions(LegendOptions)   , legend   , GridStyle(..)-  , GridOptions(..)+  , GridOptions(GridOptions)+  , GridPos(..)+  , gridPos   , defXGrid   , defYGrid   , gridl@@ -36,10 +44,11 @@ import Chart.Arrow import Chart.Core import Chart.Glyph-import Chart.Line+import Chart.Line (LineOptions(LineOptions), lines, oneline) import Chart.Rect import Chart.Text import qualified Control.Foldl as L+import Data.Generics.Product import Data.List (nub) import Data.Ord (max) import Data.Scientific@@ -52,49 +61,45 @@ import NumHask.Range import NumHask.Rect import NumHask.Space-import Graphics.SVGFonts+import Diagrams.Backend.SVG (SVG)  -- | Various options for a hud. ----- Defaults to the classical x- and y-axis, a sixbyfour aspect, no titles and no legends-data HudOptions b = HudOptions-  { hudPad :: Double-  , hudAxes :: [AxisOptions b]-  , hudGrids :: [GridOptions]-  , hudTitles :: [(TitleOptions, Text)]-  , hudLegends :: [LegendOptions b]-  , hudRange :: Maybe (Rect Double)-  , hudAspect :: Aspect-  , hudCanvas :: RectOptions-  }+-- Defaults to the classical x- and y-axis, no titles and no legends+data HudOptions = HudOptions+  { outerPad :: Double+  , axes :: [AxisOptions]+  , grids :: [GridOptions]+  , titles :: [(TitleOptions, Text)]+  , legends :: [LegendOptions]+  , canvas :: RectOptions+  } deriving (Show, Generic) -instance Default (HudOptions b) where-  def = HudOptions 1.1 [defXAxis, defYAxis] [] [] []-      Nothing sixbyfour clear+instance Default HudOptions where+  def = HudOptions 1.1 [defXAxis, defYAxis] [] [] [] clear  -- | Create a hud. ----- > hud def+-- > hud def sixbyfour one -- -- ![hud example](other/hudExample.svg) ----- todo: the example highlights the issues with using beside.  The x-axis is placed first,--- and then the y-axis.  In setting that 'beside' the combination of the canvas, and the x-axis, it calculates the middle, which has moved slightly from the canvas middle.-hud :: () => HudOptions b -> Chart b-hud (HudOptions p axes grids titles legends mr asp@(Aspect ar@(Ranges ax ay)) can) =-  (mconcat $ (\x -> gridl x asp r) <$> grids) <>-  L.fold (L.Fold addTitle uptoLegend (pad p)) titles+hud :: () => HudOptions -> Rect Double -> Rect Double -> Chart b+hud (HudOptions p as gs ts ls can) asp@(Ranges ax ay) r@(Ranges rx ry) =+  mconcat ((\x -> gridl x asp r) <$> gs) <>+  L.fold (L.Fold addTitle uptoLegend (pad p)) ts   where-    r = fromMaybe one mr     addTitle x (topts, t) =-      beside (placeOutside (titlePlace topts)) x (title asp topts t)+      beside (placeOutside (topts ^. field @"place")) 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+      beside (placeOutside (lopts ^. field @"place")) x $+      case length (lopts ^. field @"chartType") of+        0 -> mempty+        _ -> (\x' ->+               moveTo+               (p_ $ pos' (lopts ^. field @"align")+                (lopts ^. field @"place") 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@@ -104,55 +109,53 @@     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+    uptoLegend = L.fold (L.Fold addLegend uptoAxes identity) ls+    uptoAxes = L.fold (L.Fold addAxis canvas' identity) as+    canvas' = rect_ can asp     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+      case aopts ^. field @"orientation" of+        Hori -> beside (placeOutside (aopts ^. field @"place")) x (axis aopts ax rx)+        Vert -> beside (placeOutside (aopts ^. field @"place")) x (axis aopts ay ry) --- | create a chart with a hud from data (using the data range)+-- | attach a hud to a chart with a specific range --+withHud ::+    HudOptions+  -> Rect Double+  -> Rect Double+  -> (Rect Double -> Rect Double -> [f (Pair Double)] -> Chart b)+  -> [f (Pair Double)]+  -> Chart b+withHud opts asp r renderer d =+  hud opts asp r <>+  renderer asp r d++-- | attach a hud to a chart 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"]}]}+-- > withHudExample = withHud_ hopts sixbyfour (lineChart lopts) ls+-- >   where+-- >     hopts =+-- >       #titles .~ [(def, "withHud Example")] $+-- >       #legends .~+-- >       [ #chartType .~ zipWith+-- >         (\x y -> (LegendLine x 0.05, y))+-- >         lopts+-- >         ["line1", "line2", "line3"]+-- >         $ def+-- >       ] $ def -- -- ![withHud example](other/withHudExample.svg) ---withHud ::+withHud_ ::      (Foldable f)-  => HudOptions b-  -> (Aspect -> Rect Double -> [f (Pair Double)] -> Chart b)+  => HudOptions+  -> Rect Double+  -> (Rect Double -> 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)+withHud_ opts asp renderer d =+  withHud opts asp (foldMap space d) renderer d  -- | Direction to place stuff on the outside of the built-up hud placeOutside :: Num n => Place -> V2 n@@ -177,27 +180,22 @@     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-  }+data AxisOptions = AxisOptions+  { outerPad :: Double+  , orientation :: Orientation+  , place :: Place+  , rect :: RectOptions+  , rectHeight :: Double+  , mark :: GlyphOptions+  , markStart :: Double+  , gap :: Double -- distance of axis from plane+  , label :: LabelOptions+  , tickStyle :: TickStyle+  } deriving (Show, Generic)  -- | default X axis-defXAxis :: AxisOptions b+defXAxis :: AxisOptions defXAxis =   AxisOptions     1@@ -205,17 +203,17 @@     PlaceBottom     (RectOptions 0 transparent (withOpacity black 0.1))     0.02-    (GlyphOptions 0.03 transparent (withOpacity black 0.6) 0.005 (vline_ 1))+    (GlyphOptions 0.03 transparent (withOpacity black 0.6) 0.005 (VLine 1.0))     0     0.04     (LabelOptions-       (TextOptions 0.08 AlignCenter (withOpacity black 0.6) EvenOdd 0 lin2)+       (field @"color" .~ withOpacity black 0.6 $ def)        (Pair 0 -1)        0.015)     (TickRound 8)  -- | default Y axis-defYAxis :: AxisOptions b+defYAxis :: AxisOptions defYAxis =   AxisOptions     1@@ -223,16 +221,16 @@     PlaceLeft     (RectOptions 0 transparent (withOpacity black 0.1))     0.02-    (GlyphOptions 0.03 transparent (withOpacity black 0.6) 0.005 (hline_ 1))+    (GlyphOptions 0.03 transparent (withOpacity black 0.6) 0.005 (HLine 1.0))     0     0.04     (LabelOptions-       (TextOptions 0.08 AlignCenter (withOpacity black 0.6) EvenOdd 0 lin2)+       (field @"color" .~ withOpacity black 0.6 $ def)        (Pair -1 0)        0.015)     (TickRound 8) -instance Default (AxisOptions b) where+instance Default AxisOptions where   def = defXAxis  -- | create an axis, based on AxisOptions, a physical aspect, and a range@@ -242,61 +240,113 @@ -- > 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)}}}+-- >     aopts :: AxisOptions+-- >     aopts =+-- >       #label . #text %~+-- >       ((#rotation .~ -45) .+-- >        (#size .~ 0.06) .+-- >        (#alignH .~ AlignLeft)) $+-- >       #gap .~ 0.0001 $ def -- -- ![axis example](other/axisExample.svg) ---axis :: () => AxisOptions b -> Range Double -> Range Double -> Chart b+axis :: () => AxisOptions -> Range Double -> Range Double -> Chart b axis opts asp r =   mo $-  pad (axisPad opts) $+  pad (opts ^. field @"outerPad") $   astrut $-  centerXY $   atPoints     (pl <$> tickLocations)-    ((\x -> labelled (axisLabel opts) x (glyph_ (axisMark opts))) <$> tickLabels) `atop`-  arect (axisOrientation opts)+    ((\x -> labelled (opts ^. field @"label") x (glyph_ (opts ^. field @"mark"))) <$> tickLabels)+    `atop`+  arect (opts ^. field @"orientation" )   where     mo = moveOriginTo (p2 ((-lower asp) - width asp / 2, 0))     arect Hori =-      rect_ (axisRect opts) (Ranges asp (Range 0 (axisRectHeight opts)))+      rect_ (opts ^. field @"rect") (Ranges asp (Range 0 (opts ^. field @"rectHeight")))     arect Vert =-      rect_ (axisRect opts) (Ranges (Range 0 (axisRectHeight opts)) asp)+      rect_ (opts ^. field @"rect") (Ranges (Range 0 (opts ^. field @"rectHeight")) asp)     astrut =-      beside (placeOutside (axisPlace opts))-        (case axisOrientation opts of-           Hori -> strutY (axisGap opts)-           Vert -> strutX (axisGap opts))+      beside (placeOutside (opts ^. field @"place"))+        (case opts ^. field @"orientation" of+           Hori -> strutY (opts ^. field @"gap")+           Vert -> strutX (opts ^. field @"gap"))     pl =-      let gs = glyphSize (axisMark opts)-      in case axisPlace opts of+      let gs = (opts ^. field @"mark" . field @"size")+      in case opts ^. field @"place" of            PlaceBottom ->              \x ->-               p2 (x, (-0.5 * gs) + axisRectHeight opts + axisMarkStart opts)+               p2 (x, (-0.5 * gs) + opts ^. field @"rectHeight" + opts ^. field @"markStart")            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 ->+               p2 ((-0.5 * gs) + opts ^. field @"rectHeight" + opts ^. field @"markStart", y)+           PlaceTop -> \x -> p2 (x, (0.5 * gs) + opts ^. field @"markStart")+           PlaceRight -> \y -> p2 ((0.5 * gs) + opts ^. field @"markStart", y)+    (tickLocations, tickLabels) = computeTicks opts r asp++-- | options for prettifying axis decorations+data AutoOptions =+  AutoOptions+  { maxXRatio :: Double+  , maxYRatio :: Double+  , angledRatio :: Double+  , allowDiagonal :: Bool+  } deriving (Show, Generic)++instance Default AutoOptions where+  def = AutoOptions 0.08 0.06 0.12 True++-- | adjust an axis for sane font sizes etc+adjustAxis :: AutoOptions -> Range Double -> Range Double ->+  AxisOptions -> AxisOptions+adjustAxis (AutoOptions mrx ma mry ad) asp r opts = case opts ^. field @"orientation" of+  Hori -> case ad of+    False -> (field @"label" . field @"text" . field @"size" %~ (/adjustSizeX)) opts+    True ->+        case adjustSizeX > one of+          True -> (field @"label" . field @"text" . field @"rotation" .~ (-45)) .+            (field @"label" . field @"text" . field @"alignH" .~ AlignLeft) $+            (field @"label" . field @"text" . field @"size" %~ (/adjustSizeA)) opts+          False -> (field @"label" . field @"text" . field @"size" %~ (/adjustSizeA)) opts+  Vert -> (field @"label" . field @"text" . field @"size" %~ (/adjustSizeY)) opts++  where+        tickl = snd (computeTicks opts r asp)+        maxWidth =+          maximum $+          (\x ->+              D.width+              (text_ (opts ^. field @"label" . field @"text") x :: QDiagram SVG V2 Double Any))+              <$> tickl+        maxHeight =+          maximum $+          (\x ->+              D.height+              (text_ (opts ^. field @"label" . field @"text") x :: QDiagram SVG V2 Double Any))+              <$> tickl+        adjustSizeX = maximum [(maxWidth / (upper asp - lower asp)) / mrx, one]+        adjustSizeY = maximum [(maxHeight / (upper asp - lower asp)) / mry, one]+        adjustSizeA = maximum [(maxHeight / (upper asp - lower asp)) / ma, one]++-- | create an axis, with adjustment to axis options if needed+axisSane :: () => AutoOptions -> AxisOptions -> Range Double -> Range Double -> Chart b+axisSane ao opts asp r =+    axis (adjustAxis ao asp r opts) asp r++-- | compute tick values and labels given options and ranges+computeTicks :: AxisOptions -> Range Double -> Range Double -> ([Double], [Text])+computeTicks opts r asp =+    case opts ^. field @"tickStyle" of+      TickNone -> ([], [])+      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)+      TickPlaced xs -> (project r asp . fst <$> xs, snd <$> xs)  -- | Style of tick marks on an axis. data TickStyle@@ -305,17 +355,18 @@   | 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+  deriving (Show, Generic)  -- | Provide formatted text for 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 expt n0 (fromFloatDigits <$> xs)-  | foldr max 0 xs > 100000 = precLoop expt n0 (fromFloatDigits <$> xs)+  | foldr max 0 xs < 0.01 = precLoop expt' n0 (fromFloatDigits <$> xs)+  | foldr max 0 xs > 100000 = precLoop expt' n0 (fromFloatDigits <$> xs)   | foldr max 0 xs > 1000 =     precLoopInt (const Formatting.commas) n0 (floor <$> xs)   | otherwise = precLoop fixed n0 xs   where-    expt x = scifmt Exponent (Just x)+    expt' x = scifmt Exponent (Just x)     precLoop f n xs' =       let s = sformat (f n) <$> xs'       in if s == nub s@@ -329,24 +380,26 @@  -- | 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-  }+  { text :: TextOptions+  , align :: AlignH+  , place :: Place+  , gap :: Double+  } deriving (Show, Generic)  instance Default TitleOptions where   def =     TitleOptions-      (TextOptions 0.12 AlignCenter (withOpacity black 0.6) EvenOdd 0 lin2)+       (field @"size" .~ 0.12 $+        field @"color" .~ withOpacity black 0.6 $+        def)       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))+title :: Rect Double -> TitleOptions -> Text -> Chart b+title (Ranges aspx aspy) (TitleOptions textopts a p s) t =+  placeGap p s (positioned (pos a p) (text_ ( field @"alignH" .~ a $ textopts) t))   where     pos AlignCenter _ = Pair 0 0     pos AlignLeft PlaceTop = Pair (lower aspx) 0@@ -359,36 +412,37 @@     pos AlignRight PlaceRight = Pair 0 (lower aspy)  -- | LegendType reuses all the various chart option types to help formulate a legend-data LegendType b+data LegendType   = LegendText TextOptions-  | LegendGlyph (GlyphOptions b)+  | LegendGlyph GlyphOptions   | LegendLine LineOptions                Double-  | LegendGLine (GlyphOptions b)+  | LegendGLine GlyphOptions                 LineOptions                 Double   | LegendRect RectOptions                Double-  | LegendArrow (ArrowOptions Double)+  | LegendArrow ArrowOptions                 Double   | LegendPixel RectOptions                 Double+    deriving (Show, Generic)  -- | Legend options. todo: 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-  }+data LegendOptions = LegendOptions+  { chartType :: [(LegendType, Text)]+  , innerPad :: Double+  , innerSep :: Double+  , gap :: Double+  , rowPad :: Double+  , place :: Place+  , align :: AlignH+  , sep :: Double+  , canvasRect :: RectOptions+  , text :: TextOptions+  } deriving (Show, Generic) -instance Default (LegendOptions b) where+instance Default LegendOptions where   def =     LegendOptions       []@@ -400,121 +454,142 @@       AlignRight       0.02       (RectOptions 0.002 (withOpacity black 0.2) transparent)-      (TextOptions 0.07 AlignCenter (withOpacity black 0.63) EvenOdd 0 lin2)+      (field @"size" .~ 0.07 $+       field @"color" .~ withOpacity black 0.63 $+       def)  -- | Create a legend based on a LegendOptions --+-- > legends :: [(LegendType, Text)]+-- > legends =+-- >   [(LegendText def, "legend")] <> [(LegendPixel (blob ublue) 0.05, "pixel")] <>+-- >     -- [ (LegendArrow (def & #minStaffWidth .~ 0.01 & #minHeadLength .~ 0.03) 0.05, "arrow")] <>+-- >   [(LegendRect def 0.05, "rect")] <>+-- >   [(LegendGLine def def 0.10, "glyph+line")] <>+-- >   [(LegendGlyph def, "just a glyph")] <>+-- >   zipWith+-- >     (\x y -> (LegendLine x 0.05, y))+-- >     lopts+-- >     ["short", "much longer name", "line 3"]+-- >  -- > 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"])---+-- > legendExample = legend $ #chartType .~ legends $ def -- -- ![legend example](other/legendExample.svg) ---legend :: LegendOptions b -> Chart b+legend :: LegendOptions -> Chart b legend opts =-  placeGap (legendPlace opts) (legendGap opts) $-  bound (legendRect opts) 1 $-  pad (legendInnerPad opts) $+  placeGap (opts ^. field @"place") (opts ^. field @"gap") $+  bound (opts ^. field @"canvasRect") 1 $+  pad (opts ^. field @"innerPad") $   centerXY $   vert-    (pad (legendRowPad opts))-    (intersperse (strutY (legendInnerSep opts)) $-     legend__ <$> legendChartType opts)+    (pad (opts ^. field @"rowPad"))+    (intersperse (strutY (opts ^. field @"innerSep")) $+     legend__ <$> opts ^. field @"chartType")   where     legend__ (LegendText c, t) = text_ c t     legend__ (LegendGlyph c, t) =       hori         identity-        [glyph_ c, strutX (legendSep opts), text_ (legendText opts) t]+        [glyph_ c, strutX (opts ^. field @"sep"), text_ (opts ^. field @"text") t]     legend__ (LegendLine c l, t) =       hori         identity         [ oneline c (Pair (Pair 0 0) (Pair l 0))-        , strutX (legendSep opts)-        , text_ (legendText opts) t+        , strutX (opts ^. field @"sep")+        , text_ (opts ^. field @"text") 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+        , strutX (opts ^. field @"sep")+        , text_ (opts ^. field @"text") t         ]     legend__ (LegendRect c s, t) =       hori         identity-        [rect_ c (s *. one), strutX (legendSep opts), text_ (legendText opts) t]+        [rect_ c (s *. one), strutX (opts ^. field @"sep"), text_ (opts ^. field @"text") 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+        , strutX (opts ^. field @"sep")+        , text_ (opts ^. field @"text") t         ]     legend__ (LegendPixel c s, t) =       hori         identity-        [rect_ c (s *. one), strutX (legendSep opts), text_ (legendText opts) t]+        [rect_ c (s *. one), strutX (opts ^. field @"sep"), text_ (opts ^. field @"text") t] +-- | The positioning of boundaries for a grid over a space+data GridPos+  = GridOuterPos+  | GridInnerPos+  | GridLowerPos+  | GridUpperPos+  | GridMidPos+  deriving (Show, Generic, Eq) +-- | conversion from a chart-unit GridPos to a numhask-range Pos+gridPos :: GridPos -> Pos+gridPos GridOuterPos = OuterPos+gridPos GridInnerPos = InnerPos+gridPos GridLowerPos = LowerPos+gridPos GridUpperPos = UpperPos+gridPos GridMidPos = MidPos+ -- | Style of grid lines data GridStyle   = GridNone -- ^ no ticks on axis-  | GridRound Pos Int -- ^ sensibly rounded line placement and a guide to how many-  | GridExact Pos Int -- ^ exactly n lines using Pos+  | GridRound GridPos Int -- ^ sensibly rounded line placement and a guide to how many+  | GridExact GridPos Int -- ^ exactly n lines using Pos   | GridPlaced [Double] -- ^ specific line placement+  deriving (Show, Generic)  -- | Options for gridlines. data GridOptions = GridOptions   { gridOrientation :: Orientation   , gridStyle :: GridStyle   , gridLine :: LineOptions-  }+  } deriving (Show, Generic) +-- | default horizontal grid defXGrid :: GridOptions defXGrid =-    GridOptions-    Hori-    (GridRound OuterPos 10)-    (LineOptions 0.002 ublue)+  GridOptions+  Hori +  (GridRound GridOuterPos 10)+  (LineOptions 0.002 ublue) +-- | default vertical grid defYGrid :: GridOptions defYGrid =-    GridOptions-    Vert-    (GridRound OuterPos 10)-    (LineOptions 0.002 ublue)+  GridOptions+  Vert+  (GridRound GridOuterPos 10)+  (LineOptions 0.002 ublue)  instance Default GridOptions where   def = defXGrid  -- | Create a grid line for a chart.-gridl :: GridOptions -> Aspect -> Rect Double -> Chart b-gridl gopt (Aspect (Ranges aspx aspy)) (Ranges rx ry) = ls+gridl :: GridOptions -> Rect Double -> Rect Double -> Chart b+gridl gopt (Ranges aspx aspy) (Ranges rx ry) = ls   where     ls = mconcat $ lines (gridLine gopt) <$> (l1d <$> lineLocations)     lineLocations =-        case (gridStyle gopt) of-          GridNone -> []-          GridRound p n -> project r0 asp0 <$> gridSensible p r0 n-          GridExact p n -> project r0 asp0 <$> grid p r0 n-          GridPlaced xs -> project r0 asp0 <$> xs+      case gridStyle gopt of+        GridNone -> []+        GridRound p n -> project r0 asp0 <$> gridSensible (gridPos p) r0 n+        GridExact p n -> project r0 asp0 <$> grid (gridPos p) r0 n+        GridPlaced xs -> project r0 asp0 <$> xs     (asp0, r0) =-        case (gridOrientation gopt) of-          Vert -> (aspx, rx)-          Hori -> (aspy, ry)+      case gridOrientation gopt of+        Vert -> (aspx, rx)+        Hori -> (aspy, ry)     l1d =-        case (gridOrientation gopt) of-          Hori -> (\y -> [Pair (lower aspx) y, Pair (upper aspx) y])-          Vert -> (\x -> [Pair x (lower aspy), Pair x (upper aspy)])+      case gridOrientation gopt of+        Hori -> \y -> [Pair (lower aspx) y, Pair (upper aspx) y]+        Vert -> \x -> [Pair x (lower aspy), Pair x (upper aspy)]
− src/Chart/Lenses.hs
@@ -1,186 +0,0 @@-{-# LANGUAGE TemplateHaskell #-}-{-# OPTIONS_GHC -Wall #-}---- | Lenses for all the options.  Note the trailing underscore_ naming convention, rather than the more obnoxious prefixed _underscore convention.-module Chart.Lenses-  ( -- cup of tea?-    arrowMinLength_-  , arrowMaxLength_-  , arrowMinHeadLength_-  , arrowMaxHeadLength_-  , arrowMinStaffWidth_-  , arrowMaxStaffWidth_-  , arrowColor_-  , arrowHeadStyle_-  , glyphSize_-  , glyphColor_-  , glyphBorderColor_-  , glyphBorderSize_-  -- , glyphShape_-  , hudPad_-  , hudAxes_-  , hudGrids_-  , 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_-  , textFont_-  , labelText_-  , labelOrientation_-  , labelGap_-  , gridOrientation_-  , gridStyle_-  , gridLine_-  ) 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_")-  , ("hudGrids", "hudGrids_")-  , ("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_")-  , ("textFont", "textFont_")-  ]-  ''TextOptions--makeLensesFor-  [ ("labelText", "labelText_")-  , ("labelOrientation", "labelOrientation_")-  , ("labelGap", "labelGap_")-  ]-  ''LabelOptions---makeLensesFor-  [ ("gridOrientation", "gridOrientation_")-  , ("gridStyle", "gridStyle_")-  , ("gridLine", "gridLine_")-  ]-  ''GridOptions
src/Chart/Line.hs view
@@ -3,10 +3,11 @@ #if ( __GLASGOW_HASKELL__ < 820 ) {-# OPTIONS_GHC -fno-warn-incomplete-patterns #-} #endif+{-# OPTIONS_GHC -Wno-unused-top-binds #-}  -- | Points on a chart connected by lines. module Chart.Line-  ( LineOptions(..)+  ( LineOptions(LineOptions)   , oneline   , lines   , glines@@ -20,6 +21,7 @@ import Chart.Glyph import Data.Default (Default(..)) import Diagrams.Prelude hiding ((<>))+import GHC.Generics import NumHask.Pair import NumHask.Prelude import NumHask.Rect@@ -31,16 +33,20 @@ -- - line rendering is normalized to the eventual physical chart -- data LineOptions = LineOptions-  { lineSize :: Double -- ^ normalized-  , lineColor :: AlphaColour Double-  }+  { size :: Double -- ^ normalized+  , color :: AlphaColour Double+  } deriving (Show, Generic)  instance Default LineOptions where   def = LineOptions 0.02 ublue  -- | A line connecting a series of points ----- > lines def (dataXY cos (Range 0 (4*pi)) n)+-- > linesExample :: Int -> Chart b+-- > linesExample n =+-- >   lines+-- >   (#color .~ red `withOpacity` 0.5 $ def)+-- >   (dataXY cos (Range 0 (4*pi)) n) -- -- ![lines example](other/linesExample.svg) --@@ -61,33 +67,48 @@ lineChart ::      (Traversable f)   => [LineOptions]-  -> Aspect   -> Rect Double+  -> Rect Double   -> [f (Pair Double)]   -> Chart b-lineChart optss (Aspect asp) r xyss =+lineChart optss 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+-- > 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 -- -- ![lineChart_ example](other/lineChart_Example.svg) -- lineChart_ ::-     (Traversable f) => [LineOptions] -> Aspect -> [f (Pair Double)] -> Chart b+     (Traversable f)+  => [LineOptions]+  -> Rect Double+  -> [f (Pair Double)]+  -> Chart b lineChart_ optss asp xyss = lineChart optss asp (range xyss) xyss  -- | Lines with glyphs atop eack point glines ::      (Traversable f, R2 r)   => LineOptions-  -> GlyphOptions b+  -> GlyphOptions   -> f (r Double)   -> Chart b glines opts gopts xs = glyphs gopts xs <> lines opts xs@@ -96,31 +117,41 @@ glineChart ::      (Traversable f)   => [LineOptions]-  -> [GlyphOptions b]-  -> Aspect+  -> [GlyphOptions]   -> Rect Double+  -> Rect Double   -> [f (Pair Double)]   -> Chart b-glineChart ls gs (Aspect asp) r xyss =+glineChart ls gs 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]+-- > gopts3 :: [GlyphOptions]+-- > gopts3 =+-- >   zipWith+-- >   (\x y ->+-- >      #color .~ withOpacity (d3Colors1 x) 0.2 $+-- >      #borderColor .~ withOpacity (d3Colors1 x) 1 $+-- >      #borderSize .~ 0.005 $+-- >      #shape .~ y $+-- >      #size .~ 0.08 $+-- >      def)+-- >   [6,8,2]+-- >   [Triangle, Square, Circle] -- >--- > glineChart_ lopts gopts sixbyfour ls+-- > glineChart_Example :: Chart b+-- > glineChart_Example = glineChart_ lopts gopts3 sixbyfour ls ----- ![lineChart_ example](other/glineChart_Example.svg)+-- ![glineChart_ example](other/glineChart_Example.svg) -- glineChart_ ::      (Traversable f)   => [LineOptions]-  -> [GlyphOptions b]-  -> Aspect+  -> [GlyphOptions]+  -> Rect Double   -> [f (Pair Double)]   -> Chart b glineChart_ ls gs asp xyss = glineChart ls gs asp (range xyss) xyss
src/Chart/Rect.hs view
@@ -1,15 +1,13 @@-{-# LANGUAGE NoImplicitPrelude #-}-{-# LANGUAGE GADTs #-}-{-# LANGUAGE FlexibleContexts #-}-{-# LANGUAGE DataKinds #-} {-# OPTIONS_GHC -Wall #-} {-# LANGUAGE CPP #-} #if ( __GLASGOW_HASKELL__ < 820 ) {-# OPTIONS_GHC -fno-warn-incomplete-patterns #-} #endif+{-# OPTIONS_GHC -Wno-unused-top-binds #-}+ -- | rectangular chart elements module Chart.Rect-  ( RectOptions(..)+  ( RectOptions(RectOptions)   , blob   , box   , clear@@ -23,13 +21,13 @@   , pixels   , pixelChart   , pixelChart_-  , PixelationOptions(..)+  , PixelationOptions(PixelationOptions)   , pixelate   , pixelateChart   ) where  import Chart.Core-import Diagrams.Prelude hiding (Color, D, scaleX, scaleY, (<>))+import Diagrams.Prelude hiding (Color, D, (<>), scaleX, scaleY) import NumHask.Pair import NumHask.Prelude import NumHask.Range@@ -38,10 +36,10 @@  -- | Just about everything on a chart is a rectangle. data RectOptions = RectOptions-  { rectBorderSize :: Double-  , rectBorderColor :: AlphaColour Double-  , rectColor :: AlphaColour Double-  }+  { borderSize :: Double+  , borderColor :: AlphaColour Double+  , color :: AlphaColour Double+  } deriving (Show, Generic)  instance Default RectOptions where   def = RectOptions 0.005 ugrey ublue@@ -69,10 +67,21 @@ -- (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 :: 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 :: Pair Double -> LabelOptions+-- >     opts o =+-- >       #text %~+-- >         ( (#color .~ black `withOpacity` 0.8) .+-- >           (#size .~ 0.3)) $+-- >       #orientation .~ o $+-- >       def -- -- ![rect_ example](other/rect_Example.svg) --@@ -120,38 +129,55 @@ rectChart ::      (Traversable f)   => [RectOptions]-  -> Aspect   -> Rect Double+  -> Rect Double   -> [f (Rect Double)]   -> Chart b-rectChart optss (Aspect asp) r rs =+rectChart optss asp r rs =   mconcat . zipWith rects optss $ fmap (projectRect r asp) <$> rs  -- | A chart of rectangles scaled to its own range ----- > let ropts = [def {rectBorderSize=0}, def--- >         {rectBorderSize=0,rectColor=ucolor 0.3 0.3 0.3 0.2}]--- > let rss = [ rectXY (\x -> exp (-(x ** 2) / 2)) (Range -5 5) 50--- >           , rectXY (\x -> 0.5 * exp (-(x ** 2) / 8)) (Range -5 5) 50--- >           ]--- > rectChart_ ropts widescreen rss+-- > ropts :: [RectOptions]+-- > ropts =+-- >   [ #borderSize .~ 0 $ def+-- >   , #borderSize .~ 0 $ #color .~ ucolor 0.3 0.3 0.3 0.2 $ def+-- >   ]+-- >+-- > rss :: [[Rect Double]]+-- > rss =+-- >   [ rectXY (\x -> exp (-(x ** 2) / 2)) (Range -5 5) 50+-- >   , rectXY (\x -> 0.5 * exp (-(x ** 2) / 8)) (Range -5 5) 50+-- >   ]+-- >+-- > rectChart_Example :: Chart b+-- > rectChart_Example = rectChart_ ropts widescreen rss -- -- ![rectChart_ example](other/rectChart_Example.svg) -- rectChart_ ::-     (Traversable f) => [RectOptions] -> Aspect -> [f (Rect Double)] -> Chart b+     (Traversable f)+  => [RectOptions]+  -> Rect Double+  -> [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-  }+  } deriving Show  -- | 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 :: Chart b+-- > pixel_Example = text_ opt "I'm a pixel!" <> pixel_ (Pixel one ublue)+-- >   where+-- >     opt =+-- >       #color .~ withOpacity black 0.8 $+-- >       #size .~ 0.2 $+-- >       def -- -- ![pixel_ example](other/pixel_Example.svg) --@@ -165,7 +191,14 @@  -- | 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]+-- > 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+-- >     ] -- -- ![pixels example](other/pixelsExample.svg) --@@ -173,9 +206,9 @@ 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+pixelChart ::+     (Traversable f) => Rect Double -> Rect Double -> [f Pixel] -> Chart b+pixelChart asp r pss = mconcat $ pixels . projectPixels r asp . toList <$> pss   where     projectPixels r0 r1 ps =       zipWith Pixel (projectRect r0 r1 . pixelRect <$> ps) (pixelColor <$> ps)@@ -184,18 +217,19 @@ -- -- > pixelChart_Example :: Chart b -- > pixelChart_Example =--- >     pixelChart_ asquare--- >     [ (\(r,c) -> Pixel r--- >                 (blend c--- >                  (rybColor 14 `withOpacity` 1)--- >                  (ucolor 0.8 0.8 0.8 0.3))) <$>--- >       rectF (\(Pair x y) -> 4*(x*x+y*y))--- >       one (Pair 40 40)--- >     ]+-- >   pixelChart_ asquare+-- >   [(\(r,c) ->+-- >       Pixel r+-- >       (blend c+-- >        (ucolor 0.47 0.73 0.86 1)+-- >        (ucolor 0.01 0.06 0.22 1)+-- >       )) <$>+-- >    rectF (\(Pair x y) -> (x+y)*(x+y))+-- >    one (Pair 40 40)] -- -- ![pixelChart_ example](other/pixelChart_Example.svg) ---pixelChart_ :: (Traversable f) => Aspect -> [f Pixel] -> Chart b+pixelChart_ :: (Traversable f) => Rect Double -> [f Pixel] -> Chart b pixelChart_ asp ps = pixelChart asp (fold $ fold . map pixelRect <$> ps) ps  -- | Options to pixelate a Rect using a function@@ -205,7 +239,8 @@   }  instance Default PixelationOptions where-  def = PixelationOptions+  def =+    PixelationOptions       (Range (ucolor 0.47 0.73 0.86 1) (ucolor 0.01 0.06 0.22 1))       (Pair 40 40) @@ -226,7 +261,7 @@ -- pixelateChart ::      PixelationOptions-  -> Aspect+  -> Rect Double   -> Rect Double   -> (Pair Double -> Double)   -> Chart b
+ src/Chart/Svg.hs view
@@ -0,0 +1,67 @@+{-# LANGUAGE OverloadedLabels #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE DataKinds #-}+{-# OPTIONS_GHC -Wall #-}+{-# OPTIONS_GHC -Wno-unused-top-binds #-}++-- | Svg rendering+module Chart.Svg+  ( SvgOptions(SvgOptions)+  , renderSvg+  , toText+  , toFile+  , fileSvg+    -- * scratch pad+  , scratch+  ) where++import Chart.Core+import Data.Default+import Diagrams.Backend.SVG+import Graphics.Svg hiding (toText)+import NumHask.Pair+import NumHask.Prelude+import qualified Data.Text.Lazy as Lazy+import qualified Data.Text.Lazy.IO as Text+import qualified Diagrams.Prelude as D++{- | ToDo: Mathjax capability would be awesome but the html that mathjax generates is not valid svg unless it is wrapped in <foreignObject> instead of <text>.  <foreignObject> also cant be a sub-element of a text element.  This means extensive digging into Diagrams innards etc++https://stackoverflow.com/questions/15962325/mathjax-inside-svg++-}++-- | Svg options+data SvgOptions = SvgOptions+  { size :: Pair Double+  , svgId :: Text+  , attributes :: [Attribute]+  , includeDocType :: Bool+  } deriving (Show, Generic)++instance Default SvgOptions where+  def = SvgOptions (Pair 600 400) "" [] True++renderSvg :: SvgOptions -> Chart SVG -> Element+renderSvg (SvgOptions (Pair x y) svgid atts dt) ch =+  D.renderDia+  SVG+  (SVGOptions+   (D.mkSizeSpec (D.V2 (Just x) (Just y))) Nothing svgid atts dt)+  ch++-- | render svg to text+toText :: SvgOptions -> Chart SVG -> Lazy.Text+toText opts ch = prettyText $ renderSvg opts ch++-- | write an svg to file+toFile :: FilePath -> Element -> IO ()+toFile f = Text.writeFile f . prettyText++-- | write a chart to an svg file+fileSvg :: FilePath -> SvgOptions -> Chart SVG -> IO ()+fileSvg f opts ch = toFile f $ renderSvg opts ch++-- | a scratch pad+scratch :: Chart SVG -> IO ()+scratch = fileSvg "other/scratch.svg" def
src/Chart/Text.hs view
@@ -1,101 +1,193 @@+{-# LANGUAGE DataKinds #-} {-# OPTIONS_GHC -Wall #-}+{-# OPTIONS_GHC -Wno-unused-top-binds #-}+ -- | textual chart elements module Chart.Text-  ( TextOptions(..)+  ( TextOptions(TextOptions)+  , TextPathOptions(TextPathOptions)+  , TextSvgOptions(TextSvgOptions)+  , TextType(..)+  , TextFont(..)+  , textFont   , text_   , texts   , textChart   , textChart_-  , LabelOptions(..)+  , LabelOptions(LabelOptions)   , labelled   ) where  import Chart.Core import qualified Data.Text as Text-import Diagrams.Prelude hiding (Color, D, scale)+import Diagrams.Prelude hiding (Color, D, scale, (<>)) import qualified Diagrams.TwoD.Size as D-import Graphics.SVGFonts+import qualified Diagrams.TwoD.Text as D+import Graphics.SVGFonts hiding (textFont) import Graphics.SVGFonts.ReadFont import NumHask.Pair import NumHask.Prelude hiding (rotate) import NumHask.Rect ++-- | options specific to text as an SVG path+newtype TextPathOptions = TextPathOptions+  { font :: TextFont+  } deriving (Show, Generic)++instance Default TextPathOptions where+  def = TextPathOptions Lin2++-- | options specific to text as SVG text+data TextSvgOptions = TextSvgOptions+  { nudgeSize :: Double+  , nudgeBottom :: Double+  , nudgeMid :: Double+  , nudgeTop :: Double+  } deriving (Show, Generic)++instance Default TextSvgOptions where+  def = TextSvgOptions 0.78 0.25 -0.10 0.25++-- | text as a path or as svg text+data TextType+  = TextPath TextPathOptions+  | TextSvg TextSvgOptions+  deriving (Show, Generic)+ -- | text options data TextOptions = TextOptions-  { textSize :: Double-  , textAlignH :: AlignH-  , textColor :: AlphaColour Double+  { size :: Double+  , alignH :: AlignH+  , alignV :: AlignV+  , color :: AlphaColour Double   , textFillRule :: FillRule-  , textRotation :: Double-  , textFont :: PreparedFont Double-  }+  , rotation :: Double+  , textType :: TextType+  } deriving (Show, Generic)  instance Default TextOptions where-  def = TextOptions 0.08 AlignCenter (withOpacity black 0.33) EvenOdd 0 lin2+  def =+    TextOptions+      0.08+      AlignCenter+      AlignMid+      (withOpacity black 0.33)+      EvenOdd+      0+      (TextPath def) +-- | ADT of fonts+data TextFont+  = Lin2+  | Lin+  | Bit+  deriving (Show)++-- | transform from chart-unit to SVGFonts rep of font+textFont :: TextFont -> PreparedFont Double+textFont Lin = lin+textFont Lin2 = lin2+textFont Bit = Graphics.SVGFonts.bit+ -- | Create a textual chart element ----- > let text_Example = text_ def "Welcome to chart-unit!"+-- > text_ def "Welcome to chart-unit!" -- -- ![text_ example](other/text_Example.svg) -- text_ :: TextOptions -> Text -> Chart b-text_ (TextOptions s a c fr rot f) t =-  moveTo (p_ (Pair (alignHTU a * D.width path) 0)) $+text_ (TextOptions s ah av c fr rot (TextPath (TextPathOptions f))) t =+  moveTo (p_ (Pair (alignHTU ah * D.width path) (av' * D.height path))) $   path # fcA c # lw 0 # fillRule fr # rotate (rot @@ deg)   where-    path = textSVG_ (TextOpts f INSIDE_H KERN False s s) (Text.unpack t)+    path =+      textSVG_ (TextOpts (textFont f) INSIDE_H KERN False s s) (Text.unpack t)+    av' = case av of+      AlignBottom -> 0+      AlignMid -> -0.25+      AlignTop -> -0.5+text_ (TextOptions s ah av c fr rot (TextSvg (TextSvgOptions ns nb nm nt))) t =+  txt #+  moveTo (p_ (Pair 0 mv)) #+  Chart.Core.scaleX (s * ns) #+  Chart.Core.scaleY (s * ns) #+  fcA c # lw 0 # fillRule fr # rotate (rot @@ deg)+  where+    txt = D.alignedText ah'' av'' (Text.unpack t)+    ah'' = case ah of+      AlignLeft -> 0+      AlignCenter -> 0.5+      AlignRight -> 1+    (av'',mv) = case av of+      AlignBottom -> (0.5, nb)+      AlignMid -> (0.5, nm)+      AlignTop -> (1, nt) --- | Creatye positioned text from a list+-- | Create positioned text from a list ----- > let ts = map (Text.singleton) ['a'..'z']--- > texts def ts [Pair (0.05*x) 0 |x <- [0..5]]+-- > ts :: [(Text, Pair Double)]+-- > ts = zip+-- >   (map Text.singleton ['a' .. 'z'])+-- >   [Pair (sin (x * 0.1)) x | x <- [0 .. 25]]+-- >+-- > textsExample :: Chart b+-- > textsExample = texts def ts -- -- ![texts example](other/textsExample.svg) ---texts :: (R2 r) => TextOptions -> [Text] -> [r Double] -> Chart b-texts opts ts ps = mconcat $ zipWith (\p t -> positioned p (text_ opts t)) ps ts+texts :: (R2 r) =>+  TextOptions -> [(Text, r Double)] -> Chart b+texts opts ts = mconcat $ (\(t, p) -> positioned p (text_ opts t)) <$> ts  -- | A chart of text textChart ::-     (Traversable f)+    (Traversable f)   => [TextOptions]-  -> Aspect   -> Rect Double+  -> 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))+textChart optss asp r xyss =+  mconcat $ getZipList $ texts <$> ZipList optss <*> ZipList (zipWith zip ts ps)+  where+    ts = toList . fmap fst <$> xyss+    ps = projectss r asp $ toList . fmap snd <$> 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 :: Chart b+-- > textChart_Example =+-- >   textChart_ [#size .~ 0.33 $ def] widescreen [ts] -- -- ![textChart_ example](other/textChart_Example.svg) ---textChart_ :: [TextOptions] -> Aspect -> [[(Text, Pair Double)]] -> Chart b+textChart_ ::+  [TextOptions] -> Rect Double -> [[(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-  }+  { text :: TextOptions+  , orientation :: Pair Double -- ^ direction of label+  , gap :: Double -- ^ distance to label+  } deriving (Show, Generic)  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)+-- > labelledExample :: Chart b+-- > labelledExample =+-- >   labelled+-- >     (LabelOptions+-- >        (#alignH .~ AlignLeft $ #rotation .~ 45 $ def)+-- >        (Pair 1 1)+-- >        0.05)+-- >     "a label"+-- >     (glyph_ def) -- -- ![labelled example](other/labelledExample.svg) --
stack.yaml view
@@ -1,6 +1,8 @@-resolver: nightly-2017-12-29+resolver: nightly-2018-02-17  packages:   - . -extra-deps: []+extra-deps:+  - generic-lens-labels-0.1.0.2+  - numhask-histogram-0.0.0.1
test/test.hs view
@@ -1,3 +1,5 @@+{-# LANGUAGE NoImplicitPrelude #-}+{-# LANGUAGE OverloadedLabels #-} {-# OPTIONS_GHC -Wall #-}  module Main where@@ -6,38 +8,46 @@ import NumHask.Prelude import Test.Tasty (defaultMain, testGroup) import Test.Tasty.Hspec+import Test.DocTest  testWithChart :: SpecWith () 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-    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 = 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)]-      ]+  describe "withHud" $ do+    it "withHud + mempty ~ hud" $+      toText def (withHud_ def sixbyfour (\_ _ _ -> mempty) [corners one])+        `shouldBe`+        toText def (hud def sixbyfour one)+    it "hudWith + chart ~ chart_ <> hud" $+      toText def (withHud_ def sixbyfour (lineChart (repeat def)) lineData)+        `shouldBe`+        toText def (hud def sixbyfour (range lineData) <>+                    lineChart_ (repeat def) sixbyfour lineData)+    it "renderChart [chart, hud] ~ hud <> chart" $+      toText def (renderChart+                  (ChartOptions Nothing sixbyfour+                    [ HudChart def+                    , LineChart ((\x -> (def,x)) <$> lineData)]))+        `shouldBe`+        toText def (hud def sixbyfour (range lineData) <>+                    lineChart_ (repeat def) sixbyfour 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+  fileSvg "other/test1.svg" def (withHud_ def sixbyfour (lineChart (repeat def)) lineData)+  fileSvg "other/test2.svg" def+    (lineChart_ (repeat def) sixbyfour lineData <>+     hud def sixbyfour (range lineData))+  doctest+      [ "src/Chart/Data/Time.hs"+      -- , "src/Chart/Core.hs"+      ]   t1 <- testSpec "withChart" testWithChart   defaultMain $ testGroup "chart-unit" [t1]