diff --git a/chart-unit.cabal b/chart-unit.cabal
--- a/chart-unit.cabal
+++ b/chart-unit.cabal
@@ -1,5 +1,5 @@
 name: chart-unit
-version: 0.5.3
+version: 0.5.4
 synopsis:
   Native haskell charts.
 description:
@@ -61,19 +61,19 @@
     -fforce-recomp
   build-depends:
     base >= 4.7 && < 5,
+    SVGFonts,
     colour,
-    palette,
+    data-default,
     diagrams-lib,
     diagrams-svg,
     foldl,
     formatting,
     lens,
     linear,
-    data-default,
     numhask >= 0.0.5 && < 1,
     numhask-range >= 0.0.3 && < 1,
-    text,
-    SVGFonts
+    palette,
+    text
   default-language:
     Haskell2010
   default-extensions:
@@ -111,7 +111,9 @@
     chart-unit,
     containers,
     diagrams-lib,
+    diagrams-svg,
     foldl,
+    formatting,
     lens,
     mwc-probability,
     mwc-random,
@@ -119,10 +121,7 @@
     primitive,
     protolude,
     tdigest,
-    text,
-    diagrams-rasterific,
-    diagrams-svg,
-    formatting
+    text
   default-extensions:
     DeriveGeneric,
     DeriveTraversable,
diff --git a/examples/sourceExamples.hs b/examples/sourceExamples.hs
--- a/examples/sourceExamples.hs
+++ b/examples/sourceExamples.hs
@@ -13,7 +13,6 @@
 import Data.List (zipWith3)
 import Diagrams.Prelude hiding ((*.), scaleX, scaleY, (<>))
 import FakeData
-import Diagrams.Backend.Rasterific (renderRasterific, Rasterific, animatedGif, GifLooping(..))
 import Diagrams.Backend.SVG (B)
 import Formatting
 
@@ -413,7 +412,7 @@
         hudRange_ .~ Just (Rect 0 12 0 0.2) $
         def)
       (lineChart (repeat def))
-      (vlineOneD ((0.1*) <$> [0..10]))
+      (vlineOneD ((0.01*) <$> [0..10]))
 
 -- gallery
 scatterHistExample :: [[Pair Double]] -> Chart b
@@ -573,8 +572,8 @@
 
 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) <$>
+    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)]
     ]
@@ -601,16 +600,6 @@
     xscope = Range -3 3
     grain = 50
 
-animationExample :: FilePath -> IO ()
-animationExample f = do
-    let grain = 50
-    let xscope = Range 0 -3
-    let xs = reverse $ grid OuterPos xscope grain
-    let c = ((schoolbookExample :: Double -> QDiagram Rasterific V2 Double Any) <$> xs)
-    animatedGif f (mkSizeSpec (Just <$> r2 (400,400))) LoopingNever 10 c
-
--- scratch $ schoolbookExample <> bound def 1 (axis defYAxis one (Range -5 5)) <> bound def 1 (axis defXAxis one (Range -5 5)) <> parabola
-
 main :: IO ()
 main = do
   fileSvg "other/text_Example.svg" (400, 100) text_Example
@@ -674,12 +663,9 @@
   fileSvg "other/clippingExample.svg" (600,600) $
       exampleClipping (rectColor_ .~ ucolor 0.3 0.3 0.3 0.1 $ def) 1.1 5
       lineChart_Example
-  putStrLn ("animationExample" :: Text)
-  animationExample "other/animationExample.gif"
   putStrLn ("schoolbookExample" :: Text)
   fileSvg "other/schoolbookExample.svg" (400,400) (schoolbookExample -1)
 
   -- small hud examples
-  renderRasterific "other/hud.png" (dims (r2(100,100))) (showOrigin $ hud def :: QDiagram Rasterific V2 Double Any)
   fileSvg "other/hud.svg" (100,100) (showOrigin $ hud def)
   scaleExample
diff --git a/other/scaleExample.svg b/other/scaleExample.svg
--- a/other/scaleExample.svg
+++ b/other/scaleExample.svg
@@ -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="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 116.5310,115.1326 l -0.0000,-22.9380 h -0.4588 l -0.0000,22.9380 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 113.1662,92.1947 ZM 113.4994,91.3684 c -0.0654,-0.0000 -0.1613,0.0639 -0.1613 0.4184c 0.0000,0.1248 0.0228,0.3758 0.1567 0.3758c 0.0259,-0.0000 0.0989,-0.0167 0.1309 -0.1354c 0.0198,-0.0730 0.0304,-0.1643 0.0304 -0.2967c 0.0000,-0.1932 -0.0487,-0.3013 -0.0928 -0.3393c -0.0167,-0.0152 -0.0396,-0.0228 -0.0639 -0.0228ZM 113.4994,91.3684 ZM 113.4933,92.2129 c -0.1628,-0.0000 -0.2724,-0.2085 -0.2724 -0.4413c 0.0000,-0.2845 0.1354,-0.4565 0.2785 -0.4565c 0.0654,-0.0000 0.1309,0.0411 0.1750 0.1004c 0.0639,0.0852 0.0974,0.1993 0.0974 0.3424c 0.0000,0.3378 -0.1674,0.4550 -0.2785 0.4550ZM 113.8326,92.1947 ZM 113.9193,92.1323 c 0.0000,-0.0441 0.0365,-0.0806 0.0806 -0.0806c 0.0441,-0.0000 0.0806,0.0365 0.0806 0.0806c 0.0000,0.0441 -0.0365,0.0806 -0.0806 0.0806c -0.0441,-0.0000 -0.0806,-0.0365 -0.0806 -0.0806ZM 114.1658,92.1947 ZM 114.2541,91.5206 c 0.0000,-0.0867 0.0837,-0.2054 0.2435 -0.2054c 0.1172,-0.0000 0.2541,0.0441 0.2541 0.2191c 0.0000,0.1156 -0.0593,0.1735 -0.1415 0.2526l -0.1446,0.1400 c -0.0076,0.0076 -0.1096,0.1080 -0.1096 0.1795h 0.2587 c 0.0517,-0.0000 0.0791,-0.0259 0.1004 -0.1096l 0.0380,0.0061 l -0.0304,0.1917 h -0.4702 c 0.0000,-0.0852 0.0137,-0.1506 0.1552 -0.2952l 0.1065,-0.1050 c 0.0852,-0.0867 0.1202,-0.1613 0.1202 -0.2541c 0.0000,-0.1385 -0.0943,-0.1780 -0.1461 -0.1780c -0.1050,-0.0000 -0.1339,0.0548 -0.1339 0.0913c 0.0000,0.0122 0.0030,0.0243 0.0061 0.0350c 0.0030,0.0107 0.0061,0.0213 0.0061 0.0335c 0.0000,0.0396 -0.0304,0.0548 -0.0548 0.0548c -0.0335,-0.0000 -0.0578,-0.0259 -0.0578 -0.0563ZM 114.8323,92.1947 ZM 115.1655,91.3684 c -0.0654,-0.0000 -0.1613,0.0639 -0.1613 0.4184c 0.0000,0.1248 0.0228,0.3758 0.1567 0.3758c 0.0259,-0.0000 0.0989,-0.0167 0.1309 -0.1354c 0.0198,-0.0730 0.0304,-0.1643 0.0304 -0.2967c 0.0000,-0.1932 -0.0487,-0.3013 -0.0928 -0.3393c -0.0167,-0.0152 -0.0396,-0.0228 -0.0639 -0.0228ZM 115.1655,91.3684 ZM 115.1594,92.2129 c -0.1628,-0.0000 -0.2724,-0.2085 -0.2724 -0.4413c 0.0000,-0.2845 0.1354,-0.4565 0.2785 -0.4565c 0.0654,-0.0000 0.1309,0.0411 0.1750 0.1004c 0.0639,0.0852 0.0974,0.1993 0.0974 0.3424c 0.0000,0.3378 -0.1674,0.4550 -0.2785 0.4550Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4944861526259979" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 115.8428,92.1947 h 0.6881 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 113.1662,94.4885 ZM 113.4994,93.6622 c -0.0654,-0.0000 -0.1613,0.0639 -0.1613 0.4184c 0.0000,0.1248 0.0228,0.3758 0.1567 0.3758c 0.0259,-0.0000 0.0989,-0.0167 0.1309 -0.1354c 0.0198,-0.0730 0.0304,-0.1643 0.0304 -0.2967c 0.0000,-0.1932 -0.0487,-0.3013 -0.0928 -0.3393c -0.0167,-0.0152 -0.0396,-0.0228 -0.0639 -0.0228ZM 113.4994,93.6622 ZM 113.4933,94.5067 c -0.1628,-0.0000 -0.2724,-0.2085 -0.2724 -0.4413c 0.0000,-0.2845 0.1354,-0.4565 0.2785 -0.4565c 0.0654,-0.0000 0.1309,0.0411 0.1750 0.1004c 0.0639,0.0852 0.0974,0.1993 0.0974 0.3424c 0.0000,0.3378 -0.1674,0.4550 -0.2785 0.4550ZM 113.8326,94.4885 ZM 113.9193,94.4261 c 0.0000,-0.0441 0.0365,-0.0806 0.0806 -0.0806c 0.0441,-0.0000 0.0806,0.0365 0.0806 0.0806c 0.0000,0.0441 -0.0365,0.0806 -0.0806 0.0806c -0.0441,-0.0000 -0.0806,-0.0365 -0.0806 -0.0806ZM 114.1658,94.4885 ZM 114.4519,93.7627 c -0.0289,-0.0000 -0.0959,0.0274 -0.1293 0.0426l -0.0183,-0.0472 c 0.1339,-0.0624 0.1856,-0.0943 0.2617 -0.1491h 0.0289 v 0.7654 c 0.0000,0.0548 0.0076,0.0700 0.0578 0.0700h 0.0791 c 0.0046,-0.0000 0.0122,0.0030 0.0122 0.0122v 0.0335 l -0.2085,-0.0030 l -0.2115,0.0030 v -0.0335 c 0.0015,-0.0046 0.0030,-0.0122 0.0122 -0.0122h 0.0913 c 0.0578,-0.0000 0.0578,-0.0259 0.0578 -0.0700v -0.5234 c 0.0000,-0.0517 0.0000,-0.0883 -0.0335 -0.0883ZM 114.8323,94.4885 ZM 115.1701,93.6455 c -0.0867,-0.0000 -0.1430,0.0685 -0.1430 0.1354c 0.0000,0.0441 0.0183,0.0974 0.1096 0.1567l 0.0441,0.0274 c 0.0396,-0.0289 0.1324,-0.0989 0.1324 -0.1765c 0.0000,-0.0669 -0.0487,-0.1430 -0.1430 -0.1430ZM 115.1701,93.6455 ZM 115.4029,93.7901 c 0.0000,0.0928 -0.1050,0.1659 -0.1689 0.2085l 0.0883,0.0578 c 0.0746,0.0487 0.1126,0.1156 0.1126 0.1993c 0.0000,0.1096 -0.0898,0.2511 -0.2785 0.2511c -0.1522,-0.0000 -0.2571,-0.0806 -0.2571 -0.2282c 0.0000,-0.0563 0.0243,-0.1217 0.0837 -0.1735c 0.0365,-0.0320 0.0685,-0.0593 0.1050 -0.0867l -0.0259,-0.0152 c -0.0883,-0.0548 -0.1324,-0.1141 -0.1324 -0.1948c 0.0000,-0.1111 0.1004,-0.1993 0.2480 -0.1993c 0.1415,-0.0000 0.2252,0.0776 0.2252 0.1811ZM 115.4029,93.7901 ZM 115.1594,94.4641 c 0.0654,-0.0000 0.1795,-0.0350 0.1795 -0.1795c 0.0000,-0.0685 -0.0426,-0.1369 -0.1324 -0.1917l -0.0669,-0.0411 c -0.1232,0.0822 -0.1506,0.1841 -0.1506 0.2267c 0.0000,0.1293 0.1050,0.1856 0.1704 0.1856Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4944861526259979" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 115.8428,94.4885 h 0.6881 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 113.1662,96.7823 ZM 113.4994,95.9560 c -0.0654,-0.0000 -0.1613,0.0639 -0.1613 0.4184c 0.0000,0.1248 0.0228,0.3758 0.1567 0.3758c 0.0259,-0.0000 0.0989,-0.0167 0.1309 -0.1354c 0.0198,-0.0730 0.0304,-0.1643 0.0304 -0.2967c 0.0000,-0.1932 -0.0487,-0.3013 -0.0928 -0.3393c -0.0167,-0.0152 -0.0396,-0.0228 -0.0639 -0.0228ZM 113.4994,95.9560 ZM 113.4933,96.8005 c -0.1628,-0.0000 -0.2724,-0.2085 -0.2724 -0.4413c 0.0000,-0.2845 0.1354,-0.4565 0.2785 -0.4565c 0.0654,-0.0000 0.1309,0.0411 0.1750 0.1004c 0.0639,0.0852 0.0974,0.1993 0.0974 0.3424c 0.0000,0.3378 -0.1674,0.4550 -0.2785 0.4550ZM 113.8326,96.7823 ZM 113.9193,96.7199 c 0.0000,-0.0441 0.0365,-0.0806 0.0806 -0.0806c 0.0441,-0.0000 0.0806,0.0365 0.0806 0.0806c 0.0000,0.0441 -0.0365,0.0806 -0.0806 0.0806c -0.0441,-0.0000 -0.0806,-0.0365 -0.0806 -0.0806ZM 114.1658,96.7823 ZM 114.4519,96.0565 c -0.0289,-0.0000 -0.0959,0.0274 -0.1293 0.0426l -0.0183,-0.0472 c 0.1339,-0.0624 0.1856,-0.0943 0.2617 -0.1491h 0.0289 v 0.7654 c 0.0000,0.0548 0.0076,0.0700 0.0578 0.0700h 0.0791 c 0.0046,-0.0000 0.0122,0.0030 0.0122 0.0122v 0.0335 l -0.2085,-0.0030 l -0.2115,0.0030 v -0.0335 c 0.0015,-0.0046 0.0030,-0.0122 0.0122 -0.0122h 0.0913 c 0.0578,-0.0000 0.0578,-0.0259 0.0578 -0.0700v -0.5234 c 0.0000,-0.0517 0.0000,-0.0883 -0.0335 -0.0883ZM 114.8323,96.7823 ZM 115.0088,96.3836 c -0.0015,0.0152 -0.0015,0.0380 -0.0015 0.0533c 0.0000,0.2556 0.1141,0.3195 0.1902 0.3195c 0.0700,-0.0000 0.1446,-0.0654 0.1446 -0.2237c 0.0000,-0.0715 -0.0365,-0.2176 -0.1826 -0.2176c -0.0320,-0.0000 -0.0898,0.0030 -0.1506 0.0685ZM 115.0088,96.3836 ZM 115.4075,95.9423 c -0.0989,0.0091 -0.1841,0.0350 -0.2571 0.1065c -0.0700,0.0685 -0.1202,0.1704 -0.1369 0.2921c 0.0350,-0.0426 0.1187,-0.0746 0.1765 -0.0746c 0.2252,-0.0000 0.2541,0.1856 0.2541 0.2556c 0.0000,0.1035 -0.0517,0.2785 -0.2617 0.2785c -0.1111,-0.0000 -0.2800,-0.0654 -0.2800 -0.3682c 0.0000,-0.1400 0.0472,-0.2769 0.1522 -0.3819c 0.0974,-0.0989 0.1993,-0.1400 0.3484 -0.1476Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4944861526259979" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 115.8428,96.7823 h 0.6881 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 113.1662,99.0761 ZM 113.4994,98.2498 c -0.0654,-0.0000 -0.1613,0.0639 -0.1613 0.4184c 0.0000,0.1248 0.0228,0.3758 0.1567 0.3758c 0.0259,-0.0000 0.0989,-0.0167 0.1309 -0.1354c 0.0198,-0.0730 0.0304,-0.1643 0.0304 -0.2967c 0.0000,-0.1932 -0.0487,-0.3013 -0.0928 -0.3393c -0.0167,-0.0152 -0.0396,-0.0228 -0.0639 -0.0228ZM 113.4994,98.2498 ZM 113.4933,99.0943 c -0.1628,-0.0000 -0.2724,-0.2085 -0.2724 -0.4413c 0.0000,-0.2845 0.1354,-0.4565 0.2785 -0.4565c 0.0654,-0.0000 0.1309,0.0411 0.1750 0.1004c 0.0639,0.0852 0.0974,0.1993 0.0974 0.3424c 0.0000,0.3378 -0.1674,0.4550 -0.2785 0.4550ZM 113.8326,99.0761 ZM 113.9193,99.0137 c 0.0000,-0.0441 0.0365,-0.0806 0.0806 -0.0806c 0.0441,-0.0000 0.0806,0.0365 0.0806 0.0806c 0.0000,0.0441 -0.0365,0.0806 -0.0806 0.0806c -0.0441,-0.0000 -0.0806,-0.0365 -0.0806 -0.0806ZM 114.1658,99.0761 ZM 114.4519,98.3503 c -0.0289,-0.0000 -0.0959,0.0274 -0.1293 0.0426l -0.0183,-0.0472 c 0.1339,-0.0624 0.1856,-0.0943 0.2617 -0.1491h 0.0289 v 0.7654 c 0.0000,0.0548 0.0076,0.0700 0.0578 0.0700h 0.0791 c 0.0046,-0.0000 0.0122,0.0030 0.0122 0.0122v 0.0335 l -0.2085,-0.0030 l -0.2115,0.0030 v -0.0335 c 0.0015,-0.0046 0.0030,-0.0122 0.0122 -0.0122h 0.0913 c 0.0578,-0.0000 0.0578,-0.0259 0.0578 -0.0700v -0.5234 c 0.0000,-0.0517 0.0000,-0.0883 -0.0335 -0.0883ZM 114.8323,99.0761 ZM 115.2249,98.5359 c 0.0000,-0.0107 0.0015,-0.0228 0.0152 -0.0304c 0.0167,-0.0122 0.0441,-0.0259 0.0669 -0.0259c 0.0198,-0.0000 0.0213,0.0167 0.0213 0.0472v 0.2450 h 0.1232 l -0.0091,0.0715 h -0.1141 v 0.1263 c 0.0000,0.0426 0.0061,0.0639 0.0502 0.0639h 0.0411 c 0.0091,-0.0000 0.0107,0.0076 0.0107 0.0107v 0.0335 c 0.0000,-0.0000 -0.0974,-0.0030 -0.1613 -0.0030c -0.0578,-0.0000 -0.1476,0.0030 -0.1476 0.0030v -0.0335 c 0.0000,-0.0030 0.0015,-0.0107 0.0107 -0.0107h 0.0411 c 0.0472,-0.0000 0.0517,-0.0198 0.0517 -0.0639v -0.1263 h -0.2982 c -0.0061,-0.0000 -0.0091,-0.0030 -0.0137 -0.0091l -0.0122,-0.0167 l -0.0183,-0.0320 c -0.0015,-0.0000 -0.0015,-0.0015 -0.0015 -0.0030c 0.0000,-0.0015 0.0015,-0.0030 0.0030 -0.0046c 0.0989,-0.1096 0.2739,-0.4489 0.3287 -0.5736c 0.0015,-0.0061 0.0046,-0.0076 0.0107 -0.0076c 0.0015,-0.0000 0.0350,0.0137 0.0533 0.0167c -0.0685,0.1841 -0.1811,0.3819 -0.2921 0.5584h 0.2404 v -0.2358 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4944861526259979" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 115.8428,99.0761 h 0.6881 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 113.1662,101.3699 ZM 113.4994,100.5436 c -0.0654,-0.0000 -0.1613,0.0639 -0.1613 0.4184c 0.0000,0.1248 0.0228,0.3758 0.1567 0.3758c 0.0259,-0.0000 0.0989,-0.0167 0.1309 -0.1354c 0.0198,-0.0730 0.0304,-0.1643 0.0304 -0.2967c 0.0000,-0.1932 -0.0487,-0.3013 -0.0928 -0.3393c -0.0167,-0.0152 -0.0396,-0.0228 -0.0639 -0.0228ZM 113.4994,100.5436 ZM 113.4933,101.3881 c -0.1628,-0.0000 -0.2724,-0.2085 -0.2724 -0.4413c 0.0000,-0.2845 0.1354,-0.4565 0.2785 -0.4565c 0.0654,-0.0000 0.1309,0.0411 0.1750 0.1004c 0.0639,0.0852 0.0974,0.1993 0.0974 0.3424c 0.0000,0.3378 -0.1674,0.4550 -0.2785 0.4550ZM 113.8326,101.3699 ZM 113.9193,101.3075 c 0.0000,-0.0441 0.0365,-0.0806 0.0806 -0.0806c 0.0441,-0.0000 0.0806,0.0365 0.0806 0.0806c 0.0000,0.0441 -0.0365,0.0806 -0.0806 0.0806c -0.0441,-0.0000 -0.0806,-0.0365 -0.0806 -0.0806ZM 114.1658,101.3699 ZM 114.4519,100.6441 c -0.0289,-0.0000 -0.0959,0.0274 -0.1293 0.0426l -0.0183,-0.0472 c 0.1339,-0.0624 0.1856,-0.0943 0.2617 -0.1491h 0.0289 v 0.7654 c 0.0000,0.0548 0.0076,0.0700 0.0578 0.0700h 0.0791 c 0.0046,-0.0000 0.0122,0.0030 0.0122 0.0122v 0.0335 l -0.2085,-0.0030 l -0.2115,0.0030 v -0.0335 c 0.0015,-0.0046 0.0030,-0.0122 0.0122 -0.0122h 0.0913 c 0.0578,-0.0000 0.0578,-0.0259 0.0578 -0.0700v -0.5234 c 0.0000,-0.0517 0.0000,-0.0883 -0.0335 -0.0883ZM 114.8323,101.3699 ZM 114.9205,100.6958 c 0.0000,-0.0867 0.0837,-0.2054 0.2435 -0.2054c 0.1172,-0.0000 0.2541,0.0441 0.2541 0.2191c 0.0000,0.1156 -0.0593,0.1735 -0.1415 0.2526l -0.1446,0.1400 c -0.0076,0.0076 -0.1096,0.1080 -0.1096 0.1795h 0.2587 c 0.0517,-0.0000 0.0791,-0.0259 0.1004 -0.1096l 0.0380,0.0061 l -0.0304,0.1917 h -0.4702 c 0.0000,-0.0852 0.0137,-0.1506 0.1552 -0.2952l 0.1065,-0.1050 c 0.0852,-0.0867 0.1202,-0.1613 0.1202 -0.2541c 0.0000,-0.1385 -0.0943,-0.1780 -0.1461 -0.1780c -0.1050,-0.0000 -0.1339,0.0548 -0.1339 0.0913c 0.0000,0.0122 0.0030,0.0243 0.0061 0.0350c 0.0030,0.0107 0.0061,0.0213 0.0061 0.0335c 0.0000,0.0396 -0.0304,0.0548 -0.0548 0.0548c -0.0335,-0.0000 -0.0578,-0.0259 -0.0578 -0.0563Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4944861526259979" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 115.8428,101.3699 h 0.6881 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 113.1662,103.6637 ZM 113.4994,102.8374 c -0.0654,-0.0000 -0.1613,0.0639 -0.1613 0.4184c 0.0000,0.1248 0.0228,0.3758 0.1567 0.3758c 0.0259,-0.0000 0.0989,-0.0167 0.1309 -0.1354c 0.0198,-0.0730 0.0304,-0.1643 0.0304 -0.2967c 0.0000,-0.1932 -0.0487,-0.3013 -0.0928 -0.3393c -0.0167,-0.0152 -0.0396,-0.0228 -0.0639 -0.0228ZM 113.4994,102.8374 ZM 113.4933,103.6819 c -0.1628,-0.0000 -0.2724,-0.2085 -0.2724 -0.4413c 0.0000,-0.2845 0.1354,-0.4565 0.2785 -0.4565c 0.0654,-0.0000 0.1309,0.0411 0.1750 0.1004c 0.0639,0.0852 0.0974,0.1993 0.0974 0.3424c 0.0000,0.3378 -0.1674,0.4550 -0.2785 0.4550ZM 113.8326,103.6637 ZM 113.9193,103.6013 c 0.0000,-0.0441 0.0365,-0.0806 0.0806 -0.0806c 0.0441,-0.0000 0.0806,0.0365 0.0806 0.0806c 0.0000,0.0441 -0.0365,0.0806 -0.0806 0.0806c -0.0441,-0.0000 -0.0806,-0.0365 -0.0806 -0.0806ZM 114.1658,103.6637 ZM 114.4519,102.9379 c -0.0289,-0.0000 -0.0959,0.0274 -0.1293 0.0426l -0.0183,-0.0472 c 0.1339,-0.0624 0.1856,-0.0943 0.2617 -0.1491h 0.0289 v 0.7654 c 0.0000,0.0548 0.0076,0.0700 0.0578 0.0700h 0.0791 c 0.0046,-0.0000 0.0122,0.0030 0.0122 0.0122v 0.0335 l -0.2085,-0.0030 l -0.2115,0.0030 v -0.0335 c 0.0015,-0.0046 0.0030,-0.0122 0.0122 -0.0122h 0.0913 c 0.0578,-0.0000 0.0578,-0.0259 0.0578 -0.0700v -0.5234 c 0.0000,-0.0517 0.0000,-0.0883 -0.0335 -0.0883ZM 114.8323,103.6637 ZM 115.1655,102.8374 c -0.0654,-0.0000 -0.1613,0.0639 -0.1613 0.4184c 0.0000,0.1248 0.0228,0.3758 0.1567 0.3758c 0.0259,-0.0000 0.0989,-0.0167 0.1309 -0.1354c 0.0198,-0.0730 0.0304,-0.1643 0.0304 -0.2967c 0.0000,-0.1932 -0.0487,-0.3013 -0.0928 -0.3393c -0.0167,-0.0152 -0.0396,-0.0228 -0.0639 -0.0228ZM 115.1655,102.8374 ZM 115.1594,103.6819 c -0.1628,-0.0000 -0.2724,-0.2085 -0.2724 -0.4413c 0.0000,-0.2845 0.1354,-0.4565 0.2785 -0.4565c 0.0654,-0.0000 0.1309,0.0411 0.1750 0.1004c 0.0639,0.0852 0.0974,0.1993 0.0974 0.3424c 0.0000,0.3378 -0.1674,0.4550 -0.2785 0.4550Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4944861526259979" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 115.8428,103.6637 h 0.6881 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 113.1662,105.9575 ZM 113.4994,105.1312 c -0.0654,-0.0000 -0.1613,0.0639 -0.1613 0.4184c 0.0000,0.1248 0.0228,0.3758 0.1567 0.3758c 0.0259,-0.0000 0.0989,-0.0167 0.1309 -0.1354c 0.0198,-0.0730 0.0304,-0.1643 0.0304 -0.2967c 0.0000,-0.1932 -0.0487,-0.3013 -0.0928 -0.3393c -0.0167,-0.0152 -0.0396,-0.0228 -0.0639 -0.0228ZM 113.4994,105.1312 ZM 113.4933,105.9757 c -0.1628,-0.0000 -0.2724,-0.2085 -0.2724 -0.4413c 0.0000,-0.2845 0.1354,-0.4565 0.2785 -0.4565c 0.0654,-0.0000 0.1309,0.0411 0.1750 0.1004c 0.0639,0.0852 0.0974,0.1993 0.0974 0.3424c 0.0000,0.3378 -0.1674,0.4550 -0.2785 0.4550ZM 113.8326,105.9575 ZM 113.9193,105.8951 c 0.0000,-0.0441 0.0365,-0.0806 0.0806 -0.0806c 0.0441,-0.0000 0.0806,0.0365 0.0806 0.0806c 0.0000,0.0441 -0.0365,0.0806 -0.0806 0.0806c -0.0441,-0.0000 -0.0806,-0.0365 -0.0806 -0.0806ZM 114.1658,105.9575 ZM 114.4991,105.1312 c -0.0654,-0.0000 -0.1613,0.0639 -0.1613 0.4184c 0.0000,0.1248 0.0228,0.3758 0.1567 0.3758c 0.0259,-0.0000 0.0989,-0.0167 0.1309 -0.1354c 0.0198,-0.0730 0.0304,-0.1643 0.0304 -0.2967c 0.0000,-0.1932 -0.0487,-0.3013 -0.0928 -0.3393c -0.0167,-0.0152 -0.0396,-0.0228 -0.0639 -0.0228ZM 114.4991,105.1312 ZM 114.4930,105.9757 c -0.1628,-0.0000 -0.2724,-0.2085 -0.2724 -0.4413c 0.0000,-0.2845 0.1354,-0.4565 0.2785 -0.4565c 0.0654,-0.0000 0.1309,0.0411 0.1750 0.1004c 0.0639,0.0852 0.0974,0.1993 0.0974 0.3424c 0.0000,0.3378 -0.1674,0.4550 -0.2785 0.4550ZM 114.8323,105.9575 ZM 115.1701,105.1145 c -0.0867,-0.0000 -0.1430,0.0685 -0.1430 0.1354c 0.0000,0.0441 0.0183,0.0974 0.1096 0.1567l 0.0441,0.0274 c 0.0396,-0.0289 0.1324,-0.0989 0.1324 -0.1765c 0.0000,-0.0669 -0.0487,-0.1430 -0.1430 -0.1430ZM 115.1701,105.1145 ZM 115.4029,105.2590 c 0.0000,0.0928 -0.1050,0.1659 -0.1689 0.2085l 0.0883,0.0578 c 0.0746,0.0487 0.1126,0.1156 0.1126 0.1993c 0.0000,0.1096 -0.0898,0.2511 -0.2785 0.2511c -0.1522,-0.0000 -0.2571,-0.0806 -0.2571 -0.2282c 0.0000,-0.0563 0.0243,-0.1217 0.0837 -0.1735c 0.0365,-0.0320 0.0685,-0.0593 0.1050 -0.0867l -0.0259,-0.0152 c -0.0883,-0.0548 -0.1324,-0.1141 -0.1324 -0.1948c 0.0000,-0.1111 0.1004,-0.1993 0.2480 -0.1993c 0.1415,-0.0000 0.2252,0.0776 0.2252 0.1811ZM 115.4029,105.2590 ZM 115.1594,105.9331 c 0.0654,-0.0000 0.1795,-0.0350 0.1795 -0.1795c 0.0000,-0.0685 -0.0426,-0.1369 -0.1324 -0.1917l -0.0669,-0.0411 c -0.1232,0.0822 -0.1506,0.1841 -0.1506 0.2267c 0.0000,0.1293 0.1050,0.1856 0.1704 0.1856Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4944861526259979" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 115.8428,105.9575 h 0.6881 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 113.1662,108.2513 ZM 113.4994,107.4250 c -0.0654,-0.0000 -0.1613,0.0639 -0.1613 0.4184c 0.0000,0.1248 0.0228,0.3758 0.1567 0.3758c 0.0259,-0.0000 0.0989,-0.0167 0.1309 -0.1354c 0.0198,-0.0730 0.0304,-0.1643 0.0304 -0.2967c 0.0000,-0.1932 -0.0487,-0.3013 -0.0928 -0.3393c -0.0167,-0.0152 -0.0396,-0.0228 -0.0639 -0.0228ZM 113.4994,107.4250 ZM 113.4933,108.2695 c -0.1628,-0.0000 -0.2724,-0.2085 -0.2724 -0.4413c 0.0000,-0.2845 0.1354,-0.4565 0.2785 -0.4565c 0.0654,-0.0000 0.1309,0.0411 0.1750 0.1004c 0.0639,0.0852 0.0974,0.1993 0.0974 0.3424c 0.0000,0.3378 -0.1674,0.4550 -0.2785 0.4550ZM 113.8326,108.2513 ZM 113.9193,108.1889 c 0.0000,-0.0441 0.0365,-0.0806 0.0806 -0.0806c 0.0441,-0.0000 0.0806,0.0365 0.0806 0.0806c 0.0000,0.0441 -0.0365,0.0806 -0.0806 0.0806c -0.0441,-0.0000 -0.0806,-0.0365 -0.0806 -0.0806ZM 114.1658,108.2513 ZM 114.4991,107.4250 c -0.0654,-0.0000 -0.1613,0.0639 -0.1613 0.4184c 0.0000,0.1248 0.0228,0.3758 0.1567 0.3758c 0.0259,-0.0000 0.0989,-0.0167 0.1309 -0.1354c 0.0198,-0.0730 0.0304,-0.1643 0.0304 -0.2967c 0.0000,-0.1932 -0.0487,-0.3013 -0.0928 -0.3393c -0.0167,-0.0152 -0.0396,-0.0228 -0.0639 -0.0228ZM 114.4991,107.4250 ZM 114.4930,108.2695 c -0.1628,-0.0000 -0.2724,-0.2085 -0.2724 -0.4413c 0.0000,-0.2845 0.1354,-0.4565 0.2785 -0.4565c 0.0654,-0.0000 0.1309,0.0411 0.1750 0.1004c 0.0639,0.0852 0.0974,0.1993 0.0974 0.3424c 0.0000,0.3378 -0.1674,0.4550 -0.2785 0.4550ZM 114.8323,108.2513 ZM 115.0088,107.8526 c -0.0015,0.0152 -0.0015,0.0380 -0.0015 0.0533c 0.0000,0.2556 0.1141,0.3195 0.1902 0.3195c 0.0700,-0.0000 0.1446,-0.0654 0.1446 -0.2237c 0.0000,-0.0715 -0.0365,-0.2176 -0.1826 -0.2176c -0.0320,-0.0000 -0.0898,0.0030 -0.1506 0.0685ZM 115.0088,107.8526 ZM 115.4075,107.4113 c -0.0989,0.0091 -0.1841,0.0350 -0.2571 0.1065c -0.0700,0.0685 -0.1202,0.1704 -0.1369 0.2921c 0.0350,-0.0426 0.1187,-0.0746 0.1765 -0.0746c 0.2252,-0.0000 0.2541,0.1856 0.2541 0.2556c 0.0000,0.1035 -0.0517,0.2785 -0.2617 0.2785c -0.1111,-0.0000 -0.2800,-0.0654 -0.2800 -0.3682c 0.0000,-0.1400 0.0472,-0.2769 0.1522 -0.3819c 0.0974,-0.0989 0.1993,-0.1400 0.3484 -0.1476Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4944861526259979" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 115.8428,108.2513 h 0.6881 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 113.1662,110.5450 ZM 113.4994,109.7188 c -0.0654,-0.0000 -0.1613,0.0639 -0.1613 0.4184c 0.0000,0.1248 0.0228,0.3758 0.1567 0.3758c 0.0259,-0.0000 0.0989,-0.0167 0.1309 -0.1354c 0.0198,-0.0730 0.0304,-0.1643 0.0304 -0.2967c 0.0000,-0.1932 -0.0487,-0.3013 -0.0928 -0.3393c -0.0167,-0.0152 -0.0396,-0.0228 -0.0639 -0.0228ZM 113.4994,109.7188 ZM 113.4933,110.5633 c -0.1628,-0.0000 -0.2724,-0.2085 -0.2724 -0.4413c 0.0000,-0.2845 0.1354,-0.4565 0.2785 -0.4565c 0.0654,-0.0000 0.1309,0.0411 0.1750 0.1004c 0.0639,0.0852 0.0974,0.1993 0.0974 0.3424c 0.0000,0.3378 -0.1674,0.4550 -0.2785 0.4550ZM 113.8326,110.5450 ZM 113.9193,110.4827 c 0.0000,-0.0441 0.0365,-0.0806 0.0806 -0.0806c 0.0441,-0.0000 0.0806,0.0365 0.0806 0.0806c 0.0000,0.0441 -0.0365,0.0806 -0.0806 0.0806c -0.0441,-0.0000 -0.0806,-0.0365 -0.0806 -0.0806ZM 114.1658,110.5450 ZM 114.4991,109.7188 c -0.0654,-0.0000 -0.1613,0.0639 -0.1613 0.4184c 0.0000,0.1248 0.0228,0.3758 0.1567 0.3758c 0.0259,-0.0000 0.0989,-0.0167 0.1309 -0.1354c 0.0198,-0.0730 0.0304,-0.1643 0.0304 -0.2967c 0.0000,-0.1932 -0.0487,-0.3013 -0.0928 -0.3393c -0.0167,-0.0152 -0.0396,-0.0228 -0.0639 -0.0228ZM 114.4991,109.7188 ZM 114.4930,110.5633 c -0.1628,-0.0000 -0.2724,-0.2085 -0.2724 -0.4413c 0.0000,-0.2845 0.1354,-0.4565 0.2785 -0.4565c 0.0654,-0.0000 0.1309,0.0411 0.1750 0.1004c 0.0639,0.0852 0.0974,0.1993 0.0974 0.3424c 0.0000,0.3378 -0.1674,0.4550 -0.2785 0.4550ZM 114.8323,110.5450 ZM 115.2249,110.0049 c 0.0000,-0.0107 0.0015,-0.0228 0.0152 -0.0304c 0.0167,-0.0122 0.0441,-0.0259 0.0669 -0.0259c 0.0198,-0.0000 0.0213,0.0167 0.0213 0.0472v 0.2450 h 0.1232 l -0.0091,0.0715 h -0.1141 v 0.1263 c 0.0000,0.0426 0.0061,0.0639 0.0502 0.0639h 0.0411 c 0.0091,-0.0000 0.0107,0.0076 0.0107 0.0107v 0.0335 c 0.0000,-0.0000 -0.0974,-0.0030 -0.1613 -0.0030c -0.0578,-0.0000 -0.1476,0.0030 -0.1476 0.0030v -0.0335 c 0.0000,-0.0030 0.0015,-0.0107 0.0107 -0.0107h 0.0411 c 0.0472,-0.0000 0.0517,-0.0198 0.0517 -0.0639v -0.1263 h -0.2982 c -0.0061,-0.0000 -0.0091,-0.0030 -0.0137 -0.0091l -0.0122,-0.0167 l -0.0183,-0.0320 c -0.0015,-0.0000 -0.0015,-0.0015 -0.0015 -0.0030c 0.0000,-0.0015 0.0015,-0.0030 0.0030 -0.0046c 0.0989,-0.1096 0.2739,-0.4489 0.3287 -0.5736c 0.0015,-0.0061 0.0046,-0.0076 0.0107 -0.0076c 0.0015,-0.0000 0.0350,0.0137 0.0533 0.0167c -0.0685,0.1841 -0.1811,0.3819 -0.2921 0.5584h 0.2404 v -0.2358 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4944861526259979" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 115.8428,110.5450 h 0.6881 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 113.1662,112.8388 ZM 113.4994,112.0126 c -0.0654,-0.0000 -0.1613,0.0639 -0.1613 0.4184c 0.0000,0.1248 0.0228,0.3758 0.1567 0.3758c 0.0259,-0.0000 0.0989,-0.0167 0.1309 -0.1354c 0.0198,-0.0730 0.0304,-0.1643 0.0304 -0.2967c 0.0000,-0.1932 -0.0487,-0.3013 -0.0928 -0.3393c -0.0167,-0.0152 -0.0396,-0.0228 -0.0639 -0.0228ZM 113.4994,112.0126 ZM 113.4933,112.8571 c -0.1628,-0.0000 -0.2724,-0.2085 -0.2724 -0.4413c 0.0000,-0.2845 0.1354,-0.4565 0.2785 -0.4565c 0.0654,-0.0000 0.1309,0.0411 0.1750 0.1004c 0.0639,0.0852 0.0974,0.1993 0.0974 0.3424c 0.0000,0.3378 -0.1674,0.4550 -0.2785 0.4550ZM 113.8326,112.8388 ZM 113.9193,112.7765 c 0.0000,-0.0441 0.0365,-0.0806 0.0806 -0.0806c 0.0441,-0.0000 0.0806,0.0365 0.0806 0.0806c 0.0000,0.0441 -0.0365,0.0806 -0.0806 0.0806c -0.0441,-0.0000 -0.0806,-0.0365 -0.0806 -0.0806ZM 114.1658,112.8388 ZM 114.4991,112.0126 c -0.0654,-0.0000 -0.1613,0.0639 -0.1613 0.4184c 0.0000,0.1248 0.0228,0.3758 0.1567 0.3758c 0.0259,-0.0000 0.0989,-0.0167 0.1309 -0.1354c 0.0198,-0.0730 0.0304,-0.1643 0.0304 -0.2967c 0.0000,-0.1932 -0.0487,-0.3013 -0.0928 -0.3393c -0.0167,-0.0152 -0.0396,-0.0228 -0.0639 -0.0228ZM 114.4991,112.0126 ZM 114.4930,112.8571 c -0.1628,-0.0000 -0.2724,-0.2085 -0.2724 -0.4413c 0.0000,-0.2845 0.1354,-0.4565 0.2785 -0.4565c 0.0654,-0.0000 0.1309,0.0411 0.1750 0.1004c 0.0639,0.0852 0.0974,0.1993 0.0974 0.3424c 0.0000,0.3378 -0.1674,0.4550 -0.2785 0.4550ZM 114.8323,112.8388 ZM 114.9205,112.1648 c 0.0000,-0.0867 0.0837,-0.2054 0.2435 -0.2054c 0.1172,-0.0000 0.2541,0.0441 0.2541 0.2191c 0.0000,0.1156 -0.0593,0.1735 -0.1415 0.2526l -0.1446,0.1400 c -0.0076,0.0076 -0.1096,0.1080 -0.1096 0.1795h 0.2587 c 0.0517,-0.0000 0.0791,-0.0259 0.1004 -0.1096l 0.0380,0.0061 l -0.0304,0.1917 h -0.4702 c 0.0000,-0.0852 0.0137,-0.1506 0.1552 -0.2952l 0.1065,-0.1050 c 0.0852,-0.0867 0.1202,-0.1613 0.1202 -0.2541c 0.0000,-0.1385 -0.0943,-0.1780 -0.1461 -0.1780c -0.1050,-0.0000 -0.1339,0.0548 -0.1339 0.0913c 0.0000,0.0122 0.0030,0.0243 0.0061 0.0350c 0.0030,0.0107 0.0061,0.0213 0.0061 0.0335c 0.0000,0.0396 -0.0304,0.0548 -0.0548 0.0548c -0.0335,-0.0000 -0.0578,-0.0259 -0.0578 -0.0563Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4944861526259979" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 115.8428,112.8388 h 0.6881 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 113.1662,115.1326 ZM 113.4994,114.3064 c -0.0654,-0.0000 -0.1613,0.0639 -0.1613 0.4184c 0.0000,0.1248 0.0228,0.3758 0.1567 0.3758c 0.0259,-0.0000 0.0989,-0.0167 0.1309 -0.1354c 0.0198,-0.0730 0.0304,-0.1643 0.0304 -0.2967c 0.0000,-0.1932 -0.0487,-0.3013 -0.0928 -0.3393c -0.0167,-0.0152 -0.0396,-0.0228 -0.0639 -0.0228ZM 113.4994,114.3064 ZM 113.4933,115.1509 c -0.1628,-0.0000 -0.2724,-0.2085 -0.2724 -0.4413c 0.0000,-0.2845 0.1354,-0.4565 0.2785 -0.4565c 0.0654,-0.0000 0.1309,0.0411 0.1750 0.1004c 0.0639,0.0852 0.0974,0.1993 0.0974 0.3424c 0.0000,0.3378 -0.1674,0.4550 -0.2785 0.4550ZM 113.8326,115.1326 ZM 113.9193,115.0703 c 0.0000,-0.0441 0.0365,-0.0806 0.0806 -0.0806c 0.0441,-0.0000 0.0806,0.0365 0.0806 0.0806c 0.0000,0.0441 -0.0365,0.0806 -0.0806 0.0806c -0.0441,-0.0000 -0.0806,-0.0365 -0.0806 -0.0806ZM 114.1658,115.1326 ZM 114.4991,114.3064 c -0.0654,-0.0000 -0.1613,0.0639 -0.1613 0.4184c 0.0000,0.1248 0.0228,0.3758 0.1567 0.3758c 0.0259,-0.0000 0.0989,-0.0167 0.1309 -0.1354c 0.0198,-0.0730 0.0304,-0.1643 0.0304 -0.2967c 0.0000,-0.1932 -0.0487,-0.3013 -0.0928 -0.3393c -0.0167,-0.0152 -0.0396,-0.0228 -0.0639 -0.0228ZM 114.4991,114.3064 ZM 114.4930,115.1509 c -0.1628,-0.0000 -0.2724,-0.2085 -0.2724 -0.4413c 0.0000,-0.2845 0.1354,-0.4565 0.2785 -0.4565c 0.0654,-0.0000 0.1309,0.0411 0.1750 0.1004c 0.0639,0.0852 0.0974,0.1993 0.0974 0.3424c 0.0000,0.3378 -0.1674,0.4550 -0.2785 0.4550ZM 114.8323,115.1326 ZM 115.1655,114.3064 c -0.0654,-0.0000 -0.1613,0.0639 -0.1613 0.4184c 0.0000,0.1248 0.0228,0.3758 0.1567 0.3758c 0.0259,-0.0000 0.0989,-0.0167 0.1309 -0.1354c 0.0198,-0.0730 0.0304,-0.1643 0.0304 -0.2967c 0.0000,-0.1932 -0.0487,-0.3013 -0.0928 -0.3393c -0.0167,-0.0152 -0.0396,-0.0228 -0.0639 -0.0228ZM 115.1655,114.3064 ZM 115.1594,115.1509 c -0.1628,-0.0000 -0.2724,-0.2085 -0.2724 -0.4413c 0.0000,-0.2845 0.1354,-0.4565 0.2785 -0.4565c 0.0654,-0.0000 0.1309,0.0411 0.1750 0.1004c 0.0639,0.0852 0.0974,0.1993 0.0974 0.3424c 0.0000,0.3378 -0.1674,0.4550 -0.2785 0.4550Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4944861526259979" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 115.8428,115.1326 h 0.6881 "/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.1" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 186.5956,116.0661 l -0.0000,-0.4588 h -68.8139 l -0.0000,0.4588 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 185.9292,117.9999 ZM 186.2152,117.2741 c -0.0289,-0.0000 -0.0959,0.0274 -0.1293 0.0426l -0.0183,-0.0472 c 0.1339,-0.0624 0.1856,-0.0943 0.2617 -0.1491h 0.0289 v 0.7654 c 0.0000,0.0548 0.0076,0.0700 0.0578 0.0700h 0.0791 c 0.0046,-0.0000 0.0122,0.0030 0.0122 0.0122v 0.0335 l -0.2085,-0.0030 l -0.2115,0.0030 v -0.0335 c 0.0015,-0.0046 0.0030,-0.0122 0.0122 -0.0122h 0.0913 c 0.0578,-0.0000 0.0578,-0.0259 0.0578 -0.0700v -0.5234 c 0.0000,-0.0517 0.0000,-0.0883 -0.0335 -0.0883ZM 186.5956,117.9999 ZM 186.6839,117.3258 c 0.0000,-0.0867 0.0837,-0.2054 0.2435 -0.2054c 0.1172,-0.0000 0.2541,0.0441 0.2541 0.2191c 0.0000,0.1156 -0.0593,0.1735 -0.1415 0.2526l -0.1446,0.1400 c -0.0076,0.0076 -0.1096,0.1080 -0.1096 0.1795h 0.2587 c 0.0517,-0.0000 0.0791,-0.0259 0.1004 -0.1096l 0.0380,0.0061 l -0.0304,0.1917 h -0.4702 c 0.0000,-0.0852 0.0137,-0.1506 0.1552 -0.2952l 0.1065,-0.1050 c 0.0852,-0.0867 0.1202,-0.1613 0.1202 -0.2541c 0.0000,-0.1385 -0.0943,-0.1780 -0.1461 -0.1780c -0.1050,-0.0000 -0.1339,0.0548 -0.1339 0.0913c 0.0000,0.0122 0.0030,0.0243 0.0061 0.0350c 0.0030,0.0107 0.0061,0.0213 0.0061 0.0335c 0.0000,0.0396 -0.0304,0.0548 -0.0548 0.0548c -0.0335,-0.0000 -0.0578,-0.0259 -0.0578 -0.0563Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4944861526259979" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 186.5956,115.6074 v 0.6881 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.4602,117.9999 ZM 174.7462,117.2741 c -0.0289,-0.0000 -0.0959,0.0274 -0.1293 0.0426l -0.0183,-0.0472 c 0.1339,-0.0624 0.1856,-0.0943 0.2617 -0.1491h 0.0289 v 0.7654 c 0.0000,0.0548 0.0076,0.0700 0.0578 0.0700h 0.0791 c 0.0046,-0.0000 0.0122,0.0030 0.0122 0.0122v 0.0335 l -0.2085,-0.0030 l -0.2115,0.0030 v -0.0335 c 0.0015,-0.0046 0.0030,-0.0122 0.0122 -0.0122h 0.0913 c 0.0578,-0.0000 0.0578,-0.0259 0.0578 -0.0700v -0.5234 c 0.0000,-0.0517 0.0000,-0.0883 -0.0335 -0.0883ZM 175.1266,117.9999 ZM 175.4599,117.1737 c -0.0654,-0.0000 -0.1613,0.0639 -0.1613 0.4184c 0.0000,0.1248 0.0228,0.3758 0.1567 0.3758c 0.0259,-0.0000 0.0989,-0.0167 0.1309 -0.1354c 0.0198,-0.0730 0.0304,-0.1643 0.0304 -0.2967c 0.0000,-0.1932 -0.0487,-0.3013 -0.0928 -0.3393c -0.0167,-0.0152 -0.0396,-0.0228 -0.0639 -0.0228ZM 175.4599,117.1737 ZM 175.4538,118.0181 c -0.1628,-0.0000 -0.2724,-0.2085 -0.2724 -0.4413c 0.0000,-0.2845 0.1354,-0.4565 0.2785 -0.4565c 0.0654,-0.0000 0.1309,0.0411 0.1750 0.1004c 0.0639,0.0852 0.0974,0.1993 0.0974 0.3424c 0.0000,0.3378 -0.1674,0.4550 -0.2785 0.4550Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4944861526259979" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 175.1266,115.6074 v 0.6881 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.3244,117.9999 ZM 163.6622,117.1569 c -0.0867,-0.0000 -0.1430,0.0685 -0.1430 0.1354c 0.0000,0.0441 0.0183,0.0974 0.1096 0.1567l 0.0441,0.0274 c 0.0396,-0.0289 0.1324,-0.0989 0.1324 -0.1765c 0.0000,-0.0669 -0.0487,-0.1430 -0.1430 -0.1430ZM 163.6622,117.1569 ZM 163.8950,117.3015 c 0.0000,0.0928 -0.1050,0.1659 -0.1689 0.2085l 0.0883,0.0578 c 0.0746,0.0487 0.1126,0.1156 0.1126 0.1993c 0.0000,0.1096 -0.0898,0.2511 -0.2785 0.2511c -0.1522,-0.0000 -0.2571,-0.0806 -0.2571 -0.2282c 0.0000,-0.0563 0.0243,-0.1217 0.0837 -0.1735c 0.0365,-0.0320 0.0685,-0.0593 0.1050 -0.0867l -0.0259,-0.0152 c -0.0883,-0.0548 -0.1324,-0.1141 -0.1324 -0.1948c 0.0000,-0.1111 0.1004,-0.1993 0.2480 -0.1993c 0.1415,-0.0000 0.2252,0.0776 0.2252 0.1811ZM 163.8950,117.3015 ZM 163.6516,117.9755 c 0.0654,-0.0000 0.1795,-0.0350 0.1795 -0.1795c 0.0000,-0.0685 -0.0426,-0.1369 -0.1324 -0.1917l -0.0669,-0.0411 c -0.1232,0.0822 -0.1506,0.1841 -0.1506 0.2267c 0.0000,0.1293 0.1050,0.1856 0.1704 0.1856Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4944861526259979" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 163.6577,115.6074 v 0.6881 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.8554,117.9999 ZM 152.0319,117.6012 c -0.0015,0.0152 -0.0015,0.0380 -0.0015 0.0533c 0.0000,0.2556 0.1141,0.3195 0.1902 0.3195c 0.0700,-0.0000 0.1446,-0.0654 0.1446 -0.2237c 0.0000,-0.0715 -0.0365,-0.2176 -0.1826 -0.2176c -0.0320,-0.0000 -0.0898,0.0030 -0.1506 0.0685ZM 152.0319,117.6012 ZM 152.4306,117.1600 c -0.0989,0.0091 -0.1841,0.0350 -0.2571 0.1065c -0.0700,0.0685 -0.1202,0.1704 -0.1369 0.2921c 0.0350,-0.0426 0.1187,-0.0746 0.1765 -0.0746c 0.2252,-0.0000 0.2541,0.1856 0.2541 0.2556c 0.0000,0.1035 -0.0517,0.2785 -0.2617 0.2785c -0.1111,-0.0000 -0.2800,-0.0654 -0.2800 -0.3682c 0.0000,-0.1400 0.0472,-0.2769 0.1522 -0.3819c 0.0974,-0.0989 0.1993,-0.1400 0.3484 -0.1476Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4944861526259979" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 152.1887,115.6074 v 0.6881 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.3865,117.9999 ZM 140.7790,117.4597 c 0.0000,-0.0107 0.0015,-0.0228 0.0152 -0.0304c 0.0167,-0.0122 0.0441,-0.0259 0.0669 -0.0259c 0.0198,-0.0000 0.0213,0.0167 0.0213 0.0472v 0.2450 h 0.1232 l -0.0091,0.0715 h -0.1141 v 0.1263 c 0.0000,0.0426 0.0061,0.0639 0.0502 0.0639h 0.0411 c 0.0091,-0.0000 0.0107,0.0076 0.0107 0.0107v 0.0335 c 0.0000,-0.0000 -0.0974,-0.0030 -0.1613 -0.0030c -0.0578,-0.0000 -0.1476,0.0030 -0.1476 0.0030v -0.0335 c 0.0000,-0.0030 0.0015,-0.0107 0.0107 -0.0107h 0.0411 c 0.0472,-0.0000 0.0517,-0.0198 0.0517 -0.0639v -0.1263 h -0.2982 c -0.0061,-0.0000 -0.0091,-0.0030 -0.0137 -0.0091l -0.0122,-0.0167 l -0.0183,-0.0320 c -0.0015,-0.0000 -0.0015,-0.0015 -0.0015 -0.0030c 0.0000,-0.0015 0.0015,-0.0030 0.0030 -0.0046c 0.0989,-0.1096 0.2739,-0.4489 0.3287 -0.5736c 0.0015,-0.0061 0.0046,-0.0076 0.0107 -0.0076c 0.0015,-0.0000 0.0350,0.0137 0.0533 0.0167c -0.0685,0.1841 -0.1811,0.3819 -0.2921 0.5584h 0.2404 v -0.2358 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4944861526259979" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 140.7197,115.6074 v 0.6881 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.9175,117.9999 ZM 129.0057,117.3258 c 0.0000,-0.0867 0.0837,-0.2054 0.2435 -0.2054c 0.1172,-0.0000 0.2541,0.0441 0.2541 0.2191c 0.0000,0.1156 -0.0593,0.1735 -0.1415 0.2526l -0.1446,0.1400 c -0.0076,0.0076 -0.1096,0.1080 -0.1096 0.1795h 0.2587 c 0.0517,-0.0000 0.0791,-0.0259 0.1004 -0.1096l 0.0380,0.0061 l -0.0304,0.1917 h -0.4702 c 0.0000,-0.0852 0.0137,-0.1506 0.1552 -0.2952l 0.1065,-0.1050 c 0.0852,-0.0867 0.1202,-0.1613 0.1202 -0.2541c 0.0000,-0.1385 -0.0943,-0.1780 -0.1461 -0.1780c -0.1050,-0.0000 -0.1339,0.0548 -0.1339 0.0913c 0.0000,0.0122 0.0030,0.0243 0.0061 0.0350c 0.0030,0.0107 0.0061,0.0213 0.0061 0.0335c 0.0000,0.0396 -0.0304,0.0548 -0.0548 0.0548c -0.0335,-0.0000 -0.0578,-0.0259 -0.0578 -0.0563Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4944861526259979" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 129.2507,115.6074 v 0.6881 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.4485,117.9999 ZM 117.7817,117.1737 c -0.0654,-0.0000 -0.1613,0.0639 -0.1613 0.4184c 0.0000,0.1248 0.0228,0.3758 0.1567 0.3758c 0.0259,-0.0000 0.0989,-0.0167 0.1309 -0.1354c 0.0198,-0.0730 0.0304,-0.1643 0.0304 -0.2967c 0.0000,-0.1932 -0.0487,-0.3013 -0.0928 -0.3393c -0.0167,-0.0152 -0.0396,-0.0228 -0.0639 -0.0228ZM 117.7817,117.1737 ZM 117.7756,118.0181 c -0.1628,-0.0000 -0.2724,-0.2085 -0.2724 -0.4413c 0.0000,-0.2845 0.1354,-0.4565 0.2785 -0.4565c 0.0654,-0.0000 0.1309,0.0411 0.1750 0.1004c 0.0639,0.0852 0.0974,0.1993 0.0974 0.3424c 0.0000,0.3378 -0.1674,0.4550 -0.2785 0.4550Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4944861526259979" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 117.7817,115.6074 v 0.6881 "/></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 186.7622,114.6899 l -0.0000,-22.9380 h -68.8139 l -0.0000,22.9380 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="1.9779446105039915" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 175.2933,114.6899 v -114.6899 "/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="1.9779446105039915" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 169.5588,114.6899 v -103.2209 "/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="1.9779446105039915" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 163.8243,114.6899 v -91.7519 "/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="1.9779446105039915" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 158.0898,114.6899 v -80.2829 "/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="1.9779446105039915" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 152.3553,114.6899 v -68.8139 "/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="1.9779446105039915" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 146.6208,114.6899 v -57.3449 "/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="1.9779446105039915" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 140.8863,114.6899 v -45.8759 "/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="1.9779446105039915" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 135.1518,114.6899 v -34.4070 "/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="1.9779446105039915" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 129.4173,114.6899 v -22.9380 "/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="1.9779446105039915" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 123.6828,114.6899 v -11.4690 "/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="1.9779446105039915" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 117.9483,114.6899 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.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>
diff --git a/stack.yaml b/stack.yaml
--- a/stack.yaml
+++ b/stack.yaml
@@ -1,8 +1,21 @@
-resolver: lts-9.3
+resolver: lts-9.9
+          # nightly-2017-10-18
 
 packages:
   - '.'
 
 extra-deps:
+  # nightly versions
   - numhask-0.1.2
   - numhask-range-0.1.1
+  # lts-9.9 versions
+  - palette-0.1.0.5
+  - SVGFonts-1.6.0.3
+  - diagrams-svg-1.4.1.1
+  - diagrams-lib-1.4.1.2
+  - diagrams-core-1.4.0.1
+  # - diagrams-rasterific-1.4
+  - diagrams-solve-0.1.1
+  - dual-tree-0.2.1
+  - svg-builder-0.1.0.2
+
