[gnome-getting-started-docs] change timezone: initial revision



commit dfb26e965470aef982cbd598abea6fd3c29f4ca2
Author: Jakub Steiner <jimmac gmail com>
Date:   Thu Feb 14 15:05:03 2013 +0100

    change timezone: initial revision

 animation/gnome-timezone.blend                   |  Bin 0 -> 1531440 bytes
 animation/gnome-timezone.py                      |   60 ++
 animation/tex/date-bubble.png                    |  Bin 0 -> 16164 bytes
 animation/tex/settings-datetime.png              |  Bin 0 -> 31026 bytes
 animation/thumbs/thumb-timezone.svg              | 1155 ++++++++++++++++++++++
 getting-started/C/animation.xml                  |    5 +
 getting-started/C/change-time.page               |   21 +-
 getting-started/C/figures/gnome-timezone.webm    |  Bin 0 -> 565393 bytes
 getting-started/C/thumb-timezone.svg             |  151 +++
 getting-started/cs/figures/gnome-yelp-intro.webm |  Bin 2511064 -> 0 bytes
 10 files changed, 1390 insertions(+), 2 deletions(-)
---
diff --git a/animation/gnome-timezone.blend b/animation/gnome-timezone.blend
new file mode 100644
index 0000000..226b60d
Binary files /dev/null and b/animation/gnome-timezone.blend differ
diff --git a/animation/gnome-timezone.py b/animation/gnome-timezone.py
new file mode 100644
index 0000000..10631f3
--- /dev/null
+++ b/animation/gnome-timezone.py
@@ -0,0 +1,60 @@
+import bpy,os,re
+from xml.etree import ElementTree as ET
+
+ 
+def render(lang):
+  global renderpath,renderpathabs,sndfile
+  
+  #bpy.context.scene.render.resolution_percentage =
+  #bpy.context.scene.render.use_compositing = 0
+  bpy.context.scene.render.use_sequencer = 1
+  renderpath = '//sequence/'+lang
+  
+  regexobj = re.search(r"^(.*\/)*(.*)(\.blend)$", bpy.data.filepath)
+  bpy.context.scene.render.filepath = "%s/%s/" % (renderpath,regexobj.group(2))
+  renderpathabs = "%ssequence/%s/%s" % (regexobj.group(1),lang,regexobj.group(2))
+  sndpath = "%s/snd" % (renderpathabs)
+  sndfile = "%s/snd.flac" % (sndpath)
+  if (not os.path.isdir(renderpathabs)):
+    bpy.ops.render.render(animation=True)
+  if (not os.path.isdir(sndpath)):
+    os.mkdir(sndpath)
+    bpy.ops.sound.mixdown(filepath=sndfile)
+  else:
+    print('already rendered',bpy.context.scene.render.frame_path())
+
+def transcode(lang):
+  global renderpath,renderpathabs,sndfile
+
+  regexobj = re.search(r"^(.*\/)*(.*)(\.blend)$", bpy.data.filepath)
+  framepath = renderpathabs
+  webmfile = "%s.webm" % (regexobj.group(2))
+  transcodepath = "../getting-started/%s/figures/" % (lang)
+  
+  #print(transcodepath,webmfile,sndfile,framepath)
+  transcodecmd = "gst-launch-1.0 webmmux name=mux ! filesink location=\"%s/%s\"    file://%s ! decodebin ! 
audioconvert ! vorbisenc bitrate=96000 ! mux.     multifilesrc location=\"%s/%%04d.png\" index=1 
caps=\"image/png,framerate=\(fraction\)24/1\" ! pngdec ! videoconvert ! videoscale ! video/x-raw, 
width=720,height=480 ! videorate ! vp8enc threads=12 target-bitrate=100000 ! mux." % 
(transcodepath,webmfile,sndfile,framepath)
+  if (not os.path.isfile(transcodepath+webmfile)):
+    os.system(transcodecmd)
+  else:
+    print('already transcoded',transcodepath + webmfile)  
+  
+#translates strings and calls render
+def main():
+  
+  t = {}
+  #unfortunately no decent fonts have â
+  langs = open('language-whitelist.txt').readlines()
+  for lang in langs:
+    lang = lang.strip()
+    xmlfile = ET.parse('../getting-started/' + lang + '/animation.xml')
+    t[lang] = xmlfile.getroot()
+  
+  for lang in t:
+    for textobj in t[lang].findall('t'):
+      if textobj.get('id') in bpy.data.objects: #prelozit jestli existuje jako index
+        bpy.data.objects[textobj.get('id')].data.body = textobj.text
+    render(lang)
+    transcode(lang)
+    
+if __name__ == '__main__':
+    main()
diff --git a/animation/tex/date-bubble.png b/animation/tex/date-bubble.png
new file mode 100644
index 0000000..21c3a99
Binary files /dev/null and b/animation/tex/date-bubble.png differ
diff --git a/animation/tex/settings-datetime.png b/animation/tex/settings-datetime.png
new file mode 100644
index 0000000..1a94845
Binary files /dev/null and b/animation/tex/settings-datetime.png differ
diff --git a/animation/thumbs/thumb-timezone.svg b/animation/thumbs/thumb-timezone.svg
new file mode 100644
index 0000000..4745956
--- /dev/null
+++ b/animation/thumbs/thumb-timezone.svg
@@ -0,0 +1,1155 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:osb="http://www.openswatchbook.org/uri/2009/osb";
+   xmlns:dc="http://purl.org/dc/elements/1.1/";
+   xmlns:cc="http://creativecommons.org/ns#";
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
+   xmlns:svg="http://www.w3.org/2000/svg";
+   xmlns="http://www.w3.org/2000/svg";
+   xmlns:xlink="http://www.w3.org/1999/xlink";
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd";
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape";
+   width="840"
+   height="468"
+   id="svg1525"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="thumb-timezone.svg"
+   
inkscape:export-filename="/home/jimmac/src/cvs/gnome/gnome-getting-started-docs/getting-started/C/figures/windows-and-workspaces.png"
+   inkscape:export-xdpi="90"
+   inkscape:export-ydpi="90">
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="1"
+     inkscape:cx="289.68122"
+     inkscape:cy="156.08877"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer3"
+     showgrid="false"
+     borderlayer="true"
+     inkscape:showpageshadow="false"
+     inkscape:window-width="1580"
+     inkscape:window-height="1216"
+     inkscape:window-x="2926"
+     inkscape:window-y="95"
+     inkscape:window-maximized="0">
+    <inkscape:grid
+       type="xygrid"
+       id="grid6208" />
+  </sodipodi:namedview>
+  <defs
+     id="defs10077">
+    <linearGradient
+       osb:paint="gradient"
+       id="RHEL7">
+      <stop
+         id="stop13323"
+         offset="0"
+         style="stop-color:#a3dbe8;stop-opacity:1;" />
+      <stop
+         id="stop13325"
+         offset="1"
+         style="stop-color:#a3dbe8;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       id="GNOME"
+       osb:paint="gradient">
+      <stop
+         style="stop-color:#eeedec;stop-opacity:1;"
+         offset="0"
+         id="stop11074" />
+      <stop
+         style="stop-color:#eeedec;stop-opacity:1"
+         offset="1"
+         id="stop11076" />
+    </linearGradient>
+    <linearGradient
+       id="BLANK"
+       osb:paint="gradient">
+      <stop
+         style="stop-color:#eeedec;stop-opacity:0;"
+         offset="0"
+         id="stop7012" />
+      <stop
+         style="stop-color:#eeedec;stop-opacity:0"
+         offset="1"
+         id="stop7014" />
+    </linearGradient>
+    <inkscape:path-effect
+       effect="spiro"
+       id="path-effect18534-7-1"
+       is_visible="true" />
+    <inkscape:path-effect
+       is_visible="true"
+       id="path-effect18538-8-9"
+       effect="spiro" />
+    <inkscape:path-effect
+       is_visible="true"
+       id="path-effect18552-4-9"
+       effect="spiro" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5716-3-1-7"
+       id="linearGradient14910-9"
+       gradientUnits="userSpaceOnUse"
+       x1="29.089951"
+       y1="11.772627"
+       x2="33.971455"
+       y2="9.7093649" />
+    <linearGradient
+       id="linearGradient5716-3-1-7">
+      <stop
+         style="stop-color:#000000;stop-opacity:1;"
+         offset="0"
+         id="stop5718-0-3-8" />
+      <stop
+         style="stop-color:#484848;stop-opacity:1;"
+         offset="1"
+         id="stop5720-0-39-8" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient34508-4-75-8-4"
+       id="radialGradient23671"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.0338554,-0.0055072,0.03125008,0.38257694,-2.6641297,18.80356)"
+       cx="51"
+       cy="30"
+       fx="51"
+       fy="30"
+       r="42" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient34508-4-75-8-4">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop34510-7-54-6-9" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop34512-7-8-9-4" />
+    </linearGradient>
+  </defs>
+  <metadata
+     id="metadata1530">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage"; />
+        <dc:title />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:groupmode="layer"
+     id="layer2"
+     inkscape:label="bg"
+     sodipodi:insensitive="true">
+    <rect
+       style="fill:url(#GNOME)"
+       id="background"
+       width="864"
+       height="487"
+       x="-17"
+       y="-9"
+       inkscape:label="background" />
+  </g>
+  <g
+     inkscape:groupmode="layer"
+     id="layer3"
+     inkscape:label="thumb actual"
+     style="display:inline;opacity:0.4">
+    <g
+       transform="matrix(0.6260018,0,0,0.6260018,16.35884,9.1309091)"
+       style="display:inline"
+       id="g11050"
+       
inkscape:export-filename="/home/jimmac/gfx/redhat/redhat-ux/Products/RHEL/RHEL7/video-jingles/tex/desktop.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90">
+      <path
+         sodipodi:nodetypes="ccccccc"
+         inkscape:connector-curvature="0"
+         id="rect10989"
+         d="m 79.06066,57.414214 1120.87864,0 0,51.485276 c 0,0 -4.0279,-10.606597 -11.0989,-10.96015 L 
89,99 c -4.59619,-0.353553 -9.93934,5.5 -9.93934,5.5 z"
+         
style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
 />
+      <g
+         transform="translate(11,0)"
+         id="g10976">
+        <rect
+           
style="color:#000000;fill:none;stroke:#000000;stroke-width:3.54716229000000016;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
+           id="rect10923"
+           width="1119.4529"
+           height="599.45282"
+           x="69.273582"
+           y="58.273582" />
+        <path
+           id="path10955"
+           
style="fill:none;stroke:#000000;stroke-width:2.37319922000000005px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
+           d="m 1188.199,108.766 c 0,-5.89806 -4.7813,-10.6794 -10.6794,-10.6794 l -1097.99931,0 c 
-5.89809,0 -10.6794,4.78134 -10.6794,10.6794"
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="cccc" />
+        <text
+           xml:space="preserve"
+           
style="font-size:21.26189422999999934px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Bold"
+           x="83.374763"
+           y="84.187378"
+           id="text10964"
+           sodipodi:linespacing="125%"><tspan
+             sodipodi:role="line"
+             id="tspan10966"
+             x="83.374763"
+             y="84.187378">Activities</tspan></text>
+        <text
+           sodipodi:linespacing="125%"
+           id="text10968"
+           y="84.187378"
+           x="1171.3748"
+           
style="font-size:21.26189422999999934px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:end;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:end;fill:#000000;fill-opacity:1;stroke:none;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Bold"
+           xml:space="preserve"><tspan
+             y="84.187378"
+             x="1171.3748"
+             id="tspan10970"
+             sodipodi:role="line">John Doe</tspan></text>
+        <text
+           xml:space="preserve"
+           
style="font-size:21.26189422999999934px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Bold"
+           x="628.8465"
+           y="84.187378"
+           id="text10972"
+           sodipodi:linespacing="125%"><tspan
+             sodipodi:role="line"
+             id="tspan10974"
+             x="628.8465"
+             y="84.187378">14:30</tspan></text>
+      </g>
+    </g>
+    <g
+       style="display:inline"
+       id="g23529"
+       transform="matrix(0.73912545,0,0,0.73912545,500.99849,-168.20258)"
+       
inkscape:export-filename="/home/jimmac/src/git/gnome/gnome-getting-started-docs/animation/tex/date-bubble.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90">
+      <path
+         sodipodi:nodetypes="sccssssssssccs"
+         inkscape:export-ydpi="90"
+         inkscape:export-xdpi="90"
+         id="rect41123-0-8-0"
+         d="m -114.55398,330.57812 c 0.48664,0 0.9657,0.16323 1.3386,0.47974 l 15.46821,13.12986 391.19007,0 
c 4.7813,0 7.6152,3.32041 7.6152,7.58892 l 0,347.75943 c 0,4.76853 -2.8339,8.46393 -7.6152,8.46393 l 
-543.76972,0 c -4.78127,0 -7.61512,-4.1954 -7.61512,-8.46393 l 0,-347.75942 c 0,-4.37651 2.60085,-7.58893 
7.61512,-7.58893 l 118.96603,0 15.46821,-13.12986 c 0.3729,-0.31651 0.85196,-0.47974 1.3386,-0.47974 z"
+         
style="fill:#000000;fill-opacity:1;stroke:#ffffff;stroke-width:2.70590043;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
+         inkscape:connector-curvature="0" />
+      <g
+         style="display:inline"
+         id="g33520"
+         transform="translate(-631,306)">
+        <rect
+           
style="opacity:0.5148936;color:#000000;fill:#2e3436;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           id="rect31346"
+           width="29.905334"
+           height="141"
+           x="399.09467"
+           y="132" />
+        <rect
+           y="132"
+           x="573.09467"
+           height="141"
+           width="29.905334"
+           id="rect31342"
+           
style="opacity:0.5148936;color:#000000;fill:#2e3436;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
 />
+        <rect
+           
style="color:#000000;fill:none;stroke:#2e3436;stroke-width:1.35295022;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           id="rect18879"
+           width="29"
+           height="139.75002"
+           x="399.5"
+           y="132.57812" />
+        <rect
+           y="132.57812"
+           x="428.5"
+           height="139.75002"
+           width="29"
+           id="rect18881"
+           
style="color:#000000;fill:none;stroke:#2e3436;stroke-width:1.35295022;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
 />
+        <rect
+           
style="color:#000000;fill:none;stroke:#2e3436;stroke-width:1.35295022;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           id="rect18883"
+           width="29"
+           height="139.75002"
+           x="457.5"
+           y="132.57812" />
+        <rect
+           y="132.57812"
+           x="486.5"
+           height="139.75002"
+           width="29"
+           id="rect18885"
+           
style="color:#000000;fill:none;stroke:#2e3436;stroke-width:1.35295022;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
 />
+        <rect
+           y="132.57812"
+           x="515.5"
+           height="139.75002"
+           width="29"
+           id="rect18887"
+           
style="color:#000000;fill:none;stroke:#2e3436;stroke-width:1.35295022;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
 />
+        <rect
+           
style="color:#000000;fill:none;stroke:#2e3436;stroke-width:1.35295022;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           id="rect18889"
+           width="29"
+           height="139.75002"
+           x="544.5"
+           y="132.57812" />
+        <rect
+           y="132.57812"
+           x="573.5"
+           height="139.75002"
+           width="29"
+           id="rect18891"
+           
style="color:#000000;fill:none;stroke:#2e3436;stroke-width:1.35295022;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
 />
+        <text
+           sodipodi:linespacing="125%"
+           id="text18895"
+           y="126.00195"
+           x="411.14844"
+           
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:#888a85;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium"
+           xml:space="preserve"><tspan
+             style="text-align:center;text-anchor:middle"
+             y="126.00195"
+             x="411.14844"
+             id="tspan18897"
+             sodipodi:role="line">S</tspan></text>
+        <text
+           xml:space="preserve"
+           
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:#888a85;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium"
+           x="441.14844"
+           y="126.00195"
+           id="text18899"
+           sodipodi:linespacing="125%"><tspan
+             sodipodi:role="line"
+             id="tspan18901"
+             x="441.14844"
+             y="126.00195"
+             style="text-align:center;text-anchor:middle">M</tspan></text>
+        <text
+           sodipodi:linespacing="125%"
+           id="text18903"
+           y="126.00195"
+           x="471.14844"
+           
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:#888a85;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium"
+           xml:space="preserve"><tspan
+             style="text-align:center;text-anchor:middle"
+             y="126.00195"
+             x="471.14844"
+             id="tspan18905"
+             sodipodi:role="line">T</tspan></text>
+        <text
+           xml:space="preserve"
+           
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:#888a85;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium"
+           x="501.14844"
+           y="126.00195"
+           id="text18907"
+           sodipodi:linespacing="125%"><tspan
+             sodipodi:role="line"
+             id="tspan18909"
+             x="501.14844"
+             y="126.00195"
+             style="text-align:center;text-anchor:middle">W</tspan></text>
+        <text
+           sodipodi:linespacing="125%"
+           id="text18911"
+           y="126.00195"
+           x="531.14844"
+           
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:#888a85;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium"
+           xml:space="preserve"><tspan
+             style="text-align:center;text-anchor:middle"
+             y="126.00195"
+             x="531.14844"
+             id="tspan18913"
+             sodipodi:role="line">T</tspan></text>
+        <text
+           xml:space="preserve"
+           
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:#888a85;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium"
+           x="559.14844"
+           y="126.00195"
+           id="text18915"
+           sodipodi:linespacing="125%"><tspan
+             sodipodi:role="line"
+             id="tspan18917"
+             x="559.14844"
+             y="126.00195"
+             style="text-align:center;text-anchor:middle">F</tspan></text>
+        <text
+           sodipodi:linespacing="125%"
+           id="text18919"
+           y="126.00195"
+           x="589.14844"
+           
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:#888a85;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium"
+           xml:space="preserve"><tspan
+             style="text-align:center;text-anchor:middle"
+             y="126.00195"
+             x="589.14844"
+             id="tspan18921"
+             sodipodi:role="line">S</tspan></text>
+        <rect
+           
style="color:#000000;fill:none;stroke:#2e3436;stroke-width:1.35295033;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           id="rect18923"
+           width="203"
+           height="27.750015"
+           x="399.5"
+           y="132.57812" />
+        <text
+           xml:space="preserve"
+           
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;color:#000000;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium"
+           x="414.14844"
+           y="150.00195"
+           id="text18925"
+           sodipodi:linespacing="125%"><tspan
+             sodipodi:role="line"
+             id="tspan18927"
+             x="414.14844"
+             y="150.00195"
+             
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#babdb6;fill-opacity:1;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium">1</tspan></text>
+        <text
+           sodipodi:linespacing="125%"
+           id="text18929"
+           y="150.00195"
+           x="444.14844"
+           
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;color:#000000;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium"
+           xml:space="preserve"><tspan
+             
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#babdb6;fill-opacity:1;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium"
+             y="150.00195"
+             x="444.14844"
+             id="tspan18931"
+             sodipodi:role="line">2</tspan></text>
+        <text
+           sodipodi:linespacing="125%"
+           id="text18933"
+           y="150.00195"
+           x="474.14844"
+           
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;color:#000000;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium"
+           xml:space="preserve"><tspan
+             
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#babdb6;fill-opacity:1;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium"
+             y="150.00195"
+             x="474.14844"
+             id="tspan18935"
+             sodipodi:role="line">3</tspan></text>
+        <text
+           xml:space="preserve"
+           
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;color:#000000;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium"
+           x="502.14844"
+           y="150.00195"
+           id="text18937"
+           sodipodi:linespacing="125%"><tspan
+             sodipodi:role="line"
+             id="tspan18939"
+             x="502.14844"
+             y="150.00195"
+             
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#babdb6;fill-opacity:1;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium">4</tspan></text>
+        <text
+           xml:space="preserve"
+           
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;color:#000000;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium"
+           x="529.14844"
+           y="150.00195"
+           id="text18941"
+           sodipodi:linespacing="125%"><tspan
+             sodipodi:role="line"
+             id="tspan18943"
+             x="529.14844"
+             y="150.00195"
+             
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#babdb6;fill-opacity:1;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium">5</tspan></text>
+        <text
+           sodipodi:linespacing="125%"
+           id="text18945"
+           y="150.00195"
+           x="559.14844"
+           
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;color:#000000;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium"
+           xml:space="preserve"><tspan
+             
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#babdb6;fill-opacity:1;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium"
+             y="150.00195"
+             x="559.14844"
+             id="tspan18947"
+             sodipodi:role="line">6</tspan></text>
+        <text
+           xml:space="preserve"
+           
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;color:#000000;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium"
+           x="588.14844"
+           y="151.00195"
+           id="text18949"
+           sodipodi:linespacing="125%"><tspan
+             sodipodi:role="line"
+             id="tspan18951"
+             x="588.14844"
+             y="151.00195"
+             
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#babdb6;fill-opacity:1;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium">7</tspan></text>
+        <text
+           sodipodi:linespacing="125%"
+           id="text18953"
+           y="178.00195"
+           x="414.14844"
+           
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;color:#000000;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium"
+           xml:space="preserve"><tspan
+             
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#babdb6;fill-opacity:1;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium"
+             y="178.00195"
+             x="414.14844"
+             id="tspan18955"
+             sodipodi:role="line">8</tspan></text>
+        <text
+           xml:space="preserve"
+           
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;color:#000000;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium"
+           x="444.14844"
+           y="178.00195"
+           id="text18957"
+           sodipodi:linespacing="125%"><tspan
+             sodipodi:role="line"
+             id="tspan18959"
+             x="444.14844"
+             y="178.00195"
+             
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#babdb6;fill-opacity:1;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium">9</tspan></text>
+        <text
+           xml:space="preserve"
+           
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;color:#000000;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium"
+           x="472.41553"
+           y="178.00195"
+           id="text18961"
+           sodipodi:linespacing="125%"><tspan
+             sodipodi:role="line"
+             id="tspan18963"
+             x="472.41553"
+             y="178.00195"
+             
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#babdb6;fill-opacity:1;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium">10</tspan></text>
+        <text
+           sodipodi:linespacing="125%"
+           id="text18965"
+           y="178.00195"
+           x="501.27881"
+           
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;color:#000000;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium"
+           xml:space="preserve"><tspan
+             
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#babdb6;fill-opacity:1;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium"
+             y="178.00195"
+             x="501.27881"
+             id="tspan18967"
+             sodipodi:role="line">11</tspan></text>
+        <text
+           sodipodi:linespacing="125%"
+           id="text18969"
+           y="178.00195"
+           x="530.30322"
+           
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;color:#000000;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium"
+           xml:space="preserve"><tspan
+             
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#babdb6;fill-opacity:1;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium"
+             y="178.00195"
+             x="530.30322"
+             id="tspan18971"
+             sodipodi:role="line">12</tspan></text>
+        <text
+           xml:space="preserve"
+           
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;color:#000000;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium"
+           x="559.21777"
+           y="178.00195"
+           id="text18973"
+           sodipodi:linespacing="125%"><tspan
+             sodipodi:role="line"
+             id="tspan18975"
+             x="559.21777"
+             y="178.00195"
+             
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#babdb6;fill-opacity:1;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium">13</tspan></text>
+        <text
+           sodipodi:linespacing="125%"
+           id="text18977"
+           y="178.00195"
+           x="589.39355"
+           
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;color:#000000;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium"
+           xml:space="preserve"><tspan
+             
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#babdb6;fill-opacity:1;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium"
+             y="178.00195"
+             x="589.39355"
+             id="tspan18979"
+             sodipodi:role="line">14</tspan></text>
+        <rect
+           y="160.57812"
+           x="399.5"
+           height="27.750015"
+           width="203"
+           id="rect18981"
+           
style="color:#000000;fill:none;stroke:#2e3436;stroke-width:1.35295033;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
 />
+        <text
+           xml:space="preserve"
+           
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;color:#000000;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium"
+           x="413.31055"
+           y="206.00195"
+           id="text18983"
+           sodipodi:linespacing="125%"><tspan
+             sodipodi:role="line"
+             id="tspan18985"
+             x="413.31055"
+             y="206.00195"
+             
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#babdb6;fill-opacity:1;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium">15</tspan></text>
+        <text
+           sodipodi:linespacing="125%"
+           id="text18987"
+           y="206.00195"
+           x="443.26416"
+           
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Bold"
+           xml:space="preserve"><tspan
+             
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Bold"
+             y="206.00195"
+             x="443.26416"
+             id="tspan18989"
+             sodipodi:role="line">16</tspan></text>
+        <text
+           sodipodi:linespacing="125%"
+           id="text18991"
+           y="206.00195"
+           x="473.32031"
+           
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Bold"
+           xml:space="preserve"><tspan
+             
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Bold"
+             y="206.00195"
+             x="473.32031"
+             id="tspan18993"
+             sodipodi:role="line">17</tspan></text>
+        <text
+           xml:space="preserve"
+           
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;color:#000000;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium"
+           x="501.26904"
+           y="206.00195"
+           id="text18995"
+           sodipodi:linespacing="125%"><tspan
+             sodipodi:role="line"
+             id="tspan18997"
+             x="501.26904"
+             y="206.00195"
+             
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#babdb6;fill-opacity:1;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium">18</tspan></text>
+        <text
+           xml:space="preserve"
+           
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;color:#000000;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium"
+           x="528.56689"
+           y="206.00195"
+           id="text18999"
+           sodipodi:linespacing="125%"><tspan
+             sodipodi:role="line"
+             id="tspan19001"
+             x="528.56689"
+             y="206.00195"
+             
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#babdb6;fill-opacity:1;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium">19</tspan></text>
+        <text
+           sodipodi:linespacing="125%"
+           id="text19003"
+           y="206.00195"
+           x="558.43018"
+           
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;color:#000000;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium"
+           xml:space="preserve"><tspan
+             
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#babdb6;fill-opacity:1;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium"
+             y="206.00195"
+             x="558.43018"
+             id="tspan19005"
+             sodipodi:role="line">20</tspan></text>
+        <text
+           xml:space="preserve"
+           
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;color:#000000;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium"
+           x="588.43018"
+           y="206.00195"
+           id="text19007"
+           sodipodi:linespacing="125%"><tspan
+             sodipodi:role="line"
+             id="tspan19009"
+             x="588.43018"
+             y="206.00195"
+             
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#babdb6;fill-opacity:1;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium">21</tspan></text>
+        <rect
+           
style="color:#000000;fill:none;stroke:#2e3436;stroke-width:1.35295033;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           id="rect19011"
+           width="203"
+           height="27.750015"
+           x="399.5"
+           y="188.57812" />
+        <text
+           sodipodi:linespacing="125%"
+           id="text19013"
+           y="234.00195"
+           x="413.31055"
+           
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;color:#000000;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium"
+           xml:space="preserve"><tspan
+             
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#babdb6;fill-opacity:1;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium"
+             y="234.00195"
+             x="413.31055"
+             id="tspan19015"
+             sodipodi:role="line">22</tspan></text>
+        <text
+           xml:space="preserve"
+           
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;color:#000000;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium"
+           x="443.26416"
+           y="234.00195"
+           id="text19017"
+           sodipodi:linespacing="125%"><tspan
+             sodipodi:role="line"
+             id="tspan19019"
+             x="443.26416"
+             y="234.00195"
+             
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#babdb6;fill-opacity:1;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium">23</tspan></text>
+        <text
+           xml:space="preserve"
+           
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;color:#000000;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium"
+           x="473.32031"
+           y="234.00195"
+           id="text19021"
+           sodipodi:linespacing="125%"><tspan
+             sodipodi:role="line"
+             id="tspan19023"
+             x="473.32031"
+             y="234.00195"
+             
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#babdb6;fill-opacity:1;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium">24</tspan></text>
+        <text
+           sodipodi:linespacing="125%"
+           id="text19025"
+           y="234.00195"
+           x="501.26904"
+           
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;color:#000000;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium"
+           xml:space="preserve"><tspan
+             
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#babdb6;fill-opacity:1;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium"
+             y="234.00195"
+             x="501.26904"
+             id="tspan19027"
+             sodipodi:role="line">25</tspan></text>
+        <text
+           sodipodi:linespacing="125%"
+           id="text19029"
+           y="234.00195"
+           x="528.56689"
+           
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;color:#000000;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium"
+           xml:space="preserve"><tspan
+             
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#babdb6;fill-opacity:1;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium"
+             y="234.00195"
+             x="528.56689"
+             id="tspan19031"
+             sodipodi:role="line">26</tspan></text>
+        <text
+           xml:space="preserve"
+           
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;color:#000000;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium"
+           x="558.43018"
+           y="234.00195"
+           id="text19033"
+           sodipodi:linespacing="125%"><tspan
+             sodipodi:role="line"
+             id="tspan19035"
+             x="558.43018"
+             y="234.00195"
+             
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#babdb6;fill-opacity:1;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium">27</tspan></text>
+        <text
+           sodipodi:linespacing="125%"
+           id="text19037"
+           y="234.00195"
+           x="588.43018"
+           
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;color:#000000;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium"
+           xml:space="preserve"><tspan
+             
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#babdb6;fill-opacity:1;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium"
+             y="234.00195"
+             x="588.43018"
+             id="tspan19039"
+             sodipodi:role="line">28</tspan></text>
+        <rect
+           y="216.57812"
+           x="399.5"
+           height="27.750015"
+           width="203"
+           id="rect19041"
+           
style="color:#000000;fill:none;stroke:#2e3436;stroke-width:1.35295033;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
 />
+        <text
+           xml:space="preserve"
+           
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;color:#000000;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium"
+           x="413.31055"
+           y="262.00195"
+           id="text19043"
+           sodipodi:linespacing="125%"><tspan
+             sodipodi:role="line"
+             id="tspan19045"
+             x="413.31055"
+             y="262.00195"
+             
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#babdb6;fill-opacity:1;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium">29</tspan></text>
+        <text
+           sodipodi:linespacing="125%"
+           id="text19047"
+           y="262.00195"
+           x="443.26416"
+           
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;color:#000000;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium"
+           xml:space="preserve"><tspan
+             
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#babdb6;fill-opacity:1;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium"
+             y="262.00195"
+             x="443.26416"
+             id="tspan19049"
+             sodipodi:role="line">30</tspan></text>
+        <text
+           sodipodi:linespacing="125%"
+           id="text19051"
+           y="262.00195"
+           x="473.32031"
+           
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Bold"
+           xml:space="preserve"><tspan
+             
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Bold"
+             y="262.00195"
+             x="473.32031"
+             id="tspan19053"
+             sodipodi:role="line">31</tspan></text>
+        <text
+           xml:space="preserve"
+           
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;color:#000000;fill:#2e3436;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Bold"
+           x="501.26904"
+           y="262.00195"
+           id="text19055"
+           sodipodi:linespacing="125%"><tspan
+             sodipodi:role="line"
+             id="tspan19057"
+             x="501.26904"
+             y="262.00195"
+             
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#2e3436;fill-opacity:1;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Bold">1</tspan></text>
+        <text
+           xml:space="preserve"
+           
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;color:#000000;fill:#2e3436;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Bold"
+           x="528.56689"
+           y="262.00195"
+           id="text19059"
+           sodipodi:linespacing="125%"><tspan
+             sodipodi:role="line"
+             id="tspan19061"
+             x="528.56689"
+             y="262.00195"
+             
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#2e3436;fill-opacity:1;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Bold">2</tspan></text>
+        <text
+           sodipodi:linespacing="125%"
+           id="text19063"
+           y="262.00195"
+           x="558.43018"
+           
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;color:#000000;fill:#2e3436;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Bold"
+           xml:space="preserve"><tspan
+             
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#2e3436;fill-opacity:1;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Bold"
+             y="262.00195"
+             x="558.43018"
+             id="tspan19065"
+             sodipodi:role="line">3</tspan></text>
+        <text
+           xml:space="preserve"
+           
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;color:#000000;fill:#2e3436;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Bold"
+           x="588.43018"
+           y="262.00195"
+           id="text19067"
+           sodipodi:linespacing="125%"><tspan
+             sodipodi:role="line"
+             id="tspan19069"
+             x="588.43018"
+             y="262.00195"
+             
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#2e3436;fill-opacity:1;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Bold">4</tspan></text>
+        <rect
+           
style="color:#000000;fill:none;stroke:#2e3436;stroke-width:1.35295033;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           id="rect19071"
+           width="203"
+           height="27.92679"
+           x="399.5"
+           y="244.57812" />
+        <path
+           sodipodi:type="arc"
+           
style="opacity:0.4625;color:#000000;fill:url(#radialGradient23671);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           id="path34506-1-89-7"
+           sodipodi:cx="51"
+           sodipodi:cy="30"
+           sodipodi:rx="42"
+           sodipodi:ry="16"
+           d="M 9,29.999999 C 9.0000011,21.163443 27.804042,14 51.000002,14 74.195961,14 93,21.163444 93,30"
+           sodipodi:start="3.1415927"
+           sodipodi:end="6.2831853"
+           transform="matrix(0.33108123,0,0,0.7458835,426.02027,193.57119)"
+           sodipodi:open="true" />
+        <path
+           
style="opacity:0.5;color:#000000;fill:none;stroke:#ffffff;stroke-width:2.70590019;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           d="m 429.11586,215.92394 28.01829,0"
+           id="path34366-5-3-6-0"
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="cc" />
+      </g>
+      <path
+         sodipodi:nodetypes="cc"
+         
style="color:#000000;fill:none;stroke:#555753;stroke-width:1.35295033;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:1.35295031,
 
4.05885094;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         d="m 2.5,353.0183 0,348.96343"
+         id="path32003"
+         inkscape:connector-curvature="0" />
+      <path
+         sodipodi:type="star"
+         
style="fill:#5f5f5f;fill-opacity:1;stroke:#5f5f5f;stroke-width:0.55789596;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+         id="path6578-6-8-7-4-3-9-4"
+         sodipodi:sides="3"
+         sodipodi:cx="84.5"
+         sodipodi:cy="337.5"
+         sodipodi:r1="5"
+         sodipodi:r2="2.5"
+         sodipodi:arg1="0.52359878"
+         sodipodi:arg2="1.5707963"
+         inkscape:flatsided="true"
+         inkscape:rounded="0"
+         inkscape:randomized="0"
+         d="M 88.830127,340 80.169873,340 84.5,332.5 z"
+         transform="matrix(0,1.4209824,-1.034686,0,312.91316,283.927)" />
+      <path
+         transform="matrix(0,1.4209824,1.034686,0,-569.91318,283.927)"
+         d="M 88.830127,340 80.169873,340 84.5,332.5 z"
+         inkscape:randomized="0"
+         inkscape:rounded="0"
+         inkscape:flatsided="true"
+         sodipodi:arg2="1.5707963"
+         sodipodi:arg1="0.52359878"
+         sodipodi:r2="2.5"
+         sodipodi:r1="5"
+         sodipodi:cy="337.5"
+         sodipodi:cx="84.5"
+         sodipodi:sides="3"
+         id="path18028"
+         
style="fill:#5f5f5f;fill-opacity:1;stroke:#5f5f5f;stroke-width:0.55789596;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+         sodipodi:type="star" />
+      <rect
+         y="367"
+         x="-233"
+         height="14"
+         width="192"
+         id="rect22999"
+         
style="color:#000000;fill:#888888;fill-opacity:1;stroke:none;stroke-width:1.00000012;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
 />
+      <rect
+         transform="scale(1,-1)"
+         
style="color:#000000;fill:#888888;fill-opacity:1;stroke:none;stroke-width:1.00000012;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="rect23509"
+         width="79"
+         height="7"
+         x="-171"
+         y="-408" />
+      <rect
+         y="-374"
+         x="25"
+         height="7"
+         width="46"
+         id="rect23511"
+         
style="color:#000000;fill:#888888;fill-opacity:1;stroke:none;stroke-width:1.00000012;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         transform="scale(1,-1)" />
+      <rect
+         transform="scale(1,-1)"
+         
style="color:#000000;fill:#888888;fill-opacity:1;stroke:none;stroke-width:1.00000012;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="rect23513"
+         width="71"
+         height="7"
+         x="25"
+         y="-434" />
+      <rect
+         y="-526"
+         x="25"
+         height="7"
+         width="71"
+         id="rect23515"
+         
style="color:#000000;fill:#888888;fill-opacity:1;stroke:none;stroke-width:1.00000012;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         transform="scale(1,-1)" />
+      <rect
+         y="-411"
+         x="57"
+         height="7"
+         width="39"
+         id="rect23517"
+         
style="color:#000000;fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1.00000012;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         transform="scale(1,-1)" />
+      <rect
+         transform="scale(1,-1)"
+         
style="color:#000000;fill:#555753;fill-opacity:1;stroke:none;stroke-width:1.00000012;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="rect23519"
+         width="101"
+         height="7"
+         x="105"
+         y="-411" />
+      <rect
+         transform="scale(1,-1)"
+         
style="color:#000000;fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1.00000012;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="rect23521"
+         width="39"
+         height="7"
+         x="57"
+         y="-461" />
+      <rect
+         y="-461"
+         x="105"
+         height="7"
+         width="133"
+         id="rect23523"
+         
style="color:#000000;fill:#555753;fill-opacity:1;stroke:none;stroke-width:1.00000012;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         transform="scale(1,-1)" />
+      <rect
+         y="-480"
+         x="57"
+         height="7"
+         width="39"
+         id="rect23525"
+         
style="color:#000000;fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1.00000012;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         transform="scale(1,-1)" />
+      <rect
+         transform="scale(1,-1)"
+         
style="color:#000000;fill:#555753;fill-opacity:1;stroke:none;stroke-width:1.00000012;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="rect23527"
+         width="108"
+         height="7"
+         x="105"
+         y="-480" />
+      <rect
+         y="-551"
+         x="57"
+         height="7"
+         width="39"
+         id="rect23673"
+         
style="color:#000000;fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1.00000012;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         transform="scale(1,-1)" />
+      <rect
+         transform="scale(1,-1)"
+         
style="color:#000000;fill:#555753;fill-opacity:1;stroke:none;stroke-width:1.00000012;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="rect23675"
+         width="133"
+         height="7"
+         x="105"
+         y="-551" />
+      <rect
+         transform="scale(1,-1)"
+         
style="color:#000000;fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1.00000012;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="rect23677"
+         width="39"
+         height="7"
+         x="57"
+         y="-570" />
+      <rect
+         y="-570"
+         x="105"
+         height="7"
+         width="88"
+         id="rect23679"
+         
style="color:#000000;fill:#555753;fill-opacity:1;stroke:none;stroke-width:1.00000012;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         transform="scale(1,-1)" />
+      <rect
+         transform="scale(1,-1)"
+         
style="color:#000000;fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1.00000012;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="rect23681"
+         width="39"
+         height="7"
+         x="57"
+         y="-590" />
+      <rect
+         y="-590"
+         x="105"
+         height="7"
+         width="121"
+         id="rect23683"
+         
style="color:#000000;fill:#555753;fill-opacity:1;stroke:none;stroke-width:1.00000012;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         transform="scale(1,-1)" />
+      <rect
+         y="-609"
+         x="57"
+         height="7"
+         width="39"
+         id="rect23685"
+         
style="color:#000000;fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1.00000012;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         transform="scale(1,-1)" />
+      <rect
+         transform="scale(1,-1)"
+         
style="color:#000000;fill:#555753;fill-opacity:1;stroke:none;stroke-width:1.00000012;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="rect23687"
+         width="102"
+         height="7"
+         x="105"
+         y="-609" />
+      <rect
+         y="-551"
+         x="25"
+         height="7"
+         width="21"
+         id="rect23689"
+         
style="color:#000000;fill:#555753;fill-opacity:1;stroke:none;stroke-width:1.00000012;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         transform="scale(1,-1)" />
+      <rect
+         transform="scale(1,-1)"
+         
style="color:#000000;fill:#555753;fill-opacity:1;stroke:none;stroke-width:1.00000012;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="rect23691"
+         width="21"
+         height="7"
+         x="25"
+         y="-570" />
+      <rect
+         transform="scale(1,-1)"
+         
style="color:#000000;fill:#555753;fill-opacity:1;stroke:none;stroke-width:1.00000012;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="rect23693"
+         width="21"
+         height="7"
+         x="25"
+         y="-590" />
+      <rect
+         y="-609"
+         x="25"
+         height="7"
+         width="21"
+         id="rect23695"
+         
style="color:#000000;fill:#555753;fill-opacity:1;stroke:none;stroke-width:1.00000012;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         transform="scale(1,-1)" />
+    </g>
+    <g
+       transform="matrix(3.9991698,0,0,3.9991698,255.8635,314.39362)"
+       inkscape:label="#g5607"
+       id="default-pointer-c-1"
+       style="display:inline"
+       
inkscape:export-filename="/home/jimmac/gfx/redhat/redhat-ux/Products/RHEL/RHEL7/video-jingles/tex/pointer.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90">
+      <path
+         
style="color:#000000;fill:url(#linearGradient14910-9);fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:block;overflow:visible;enable-background:accumulate"
+         d="m 26.604893,2.3179921 0,16.4402329 3.712311,-3.623922 2.12132,4.331029 c 0.519598,1.171377 
3.220861,0.229524 2.452777,-1.336875 l -2.099224,-4.496756 4.684582,0 L 26.604893,2.3179921 z"
+         id="path5565-2"
+         sodipodi:nodetypes="cccccccc"
+         inkscape:connector-curvature="0" />
+      <path
+         sodipodi:nodetypes="cccccccc"
+         id="path6242-4"
+         d="m 26.604893,2.3179921 0,16.4402329 3.712311,-3.623922 2.12132,4.331029 c 0.519598,1.171377 
3.220861,0.229524 2.452777,-1.336875 l -2.099224,-4.496756 4.684582,0 L 26.604893,2.3179921 z"
+         
style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:block;overflow:visible;enable-background:accumulate"
+         inkscape:connector-curvature="0" />
+    </g>
+  </g>
+  <g
+     inkscape:groupmode="layer"
+     id="layer4"
+     inkscape:label="play"
+     sodipodi:insensitive="true">
+    <g
+       style="display:inline"
+       transform="matrix(2.862069,0,0,2.862069,49.362076,-2561.8469)"
+       id="g4607">
+      <path
+         sodipodi:type="arc"
+         
style="color:#000000;fill:#000000;fill-opacity:0.74427478;fill-rule:nonzero;stroke:none;stroke-width:0.99999994;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
+         id="path2086"
+         sodipodi:cx="122"
+         sodipodi:cy="79"
+         sodipodi:rx="29"
+         sodipodi:ry="29"
+         d="m 151,79 c 0,16.016258 -12.98374,29 -29,29 -16.01626,0 -29,-12.983742 -29,-29 0,-16.016258 
12.98374,-29 29,-29 16.01626,0 29,12.983742 29,29 z"
+         transform="translate(7.5,897.86218)" />
+      <g
+         transform="matrix(2.46875,0,0,2.46875,13.25,-244.41907)"
+         inkscape:label="media-playback-start"
+         id="g4135"
+         style="display:inline">
+        <path
+           
style="font-size:xx-small;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Bitstream
 Vera Sans;-inkscape-font-specification:Bitstream Vera Sans"
+           d="m 84,609 0,10 0.90625,0 L 85,619 c 0.174914,10e-4 0.347782,-0.0388 0.5,-0.125 l 7,-4 c 
0.310699,-0.17189 0.46875,-0.52345 0.46875,-0.875 0,-0.35155 -0.158051,-0.70311 -0.46875,-0.875 l -7,-4 C 
85.347782,609.03875 85.174914,608.99869 85,609 l -0.09375,0 z"
+           transform="translate(-39.99995,-119)"
+           id="path3807-1-1-9-38-4"
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="ccccccsccccc" />
+      </g>
+    </g>
+  </g>
+</svg>
diff --git a/getting-started/C/animation.xml b/getting-started/C/animation.xml
index 08ae660..afca934 100644
--- a/getting-started/C/animation.xml
+++ b/getting-started/C/animation.xml
@@ -8,6 +8,7 @@
 <t id='title-switching'>Switching Tasks</t>
 <t id='title-MT'>Delayed Response</t>
 <t id='title-workspaces'>Windows and Workspaces</t>
+<t id='title-datentime'>Changing Date, Time and Timezone</t>
 <t id='title-max'>Maximize</t>
 <t id='title-res'>Restore</t>
 <t id='title-left'>Left half of screen</t>
@@ -34,4 +35,8 @@
 <t id='bubble.response2'>Thanks for the support</t>
 <t id='bubble.message3'>No worries.</t>
 <t id='bubble.response3'>Too kind.</t>
+<t id='opencalendar'>Open Calendar</t>
+<t id='openclocks'>Open Clocks</t>
+<t id='opencalendar'>Date and Time Settings</t>
+<t id='autotime'>Automatic Date and Time</t>
 </titles>
diff --git a/getting-started/C/change-time.page b/getting-started/C/change-time.page
index 799160d..a365ddc 100644
--- a/getting-started/C/change-time.page
+++ b/getting-started/C/change-time.page
@@ -2,16 +2,33 @@
       xmlns:ui="http://projectmallard.org/experimental/ui/";
       type="topic"
       style="ui"
-      id="change-time">
+      id="change-wallpaper">
 
   <info>
     <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
+    <credit type="author">
+      <name>Jakub Steiner</name>
+    </credit>
+    <credit type="author">
+      <name>Petr Kovar</name>
+    </credit>
     <link type="guide" xref="index" group="tasks"/>
     <title role="trail" type="link">Change the time, date and timezone</title>
   </info>
 
   <title>Change the time, date and timezone</title>
 
-  <p>Stay tuned...</p>
+  <media type="video" src="figures/gnome-timezone.webm" width="840" height="468">
+    <media type="image" style="poster" src="thumb-timezone.svg"/>
+  </media>
+
+  <steps>
+    <item><p>FIXME</p></item>
+  </steps>
+
+  <!-- FIXME: 
+       - changing timezone hopefully won't require authorization
+       - explain why time/date does
+  -->
 
 </page>
diff --git a/getting-started/C/figures/gnome-timezone.webm b/getting-started/C/figures/gnome-timezone.webm
new file mode 100644
index 0000000..0979535
Binary files /dev/null and b/getting-started/C/figures/gnome-timezone.webm differ
diff --git a/getting-started/C/thumb-timezone.svg b/getting-started/C/thumb-timezone.svg
new file mode 100644
index 0000000..5d11e4f
--- /dev/null
+++ b/getting-started/C/thumb-timezone.svg
@@ -0,0 +1,151 @@
+<ns0:svg xmlns:dc="http://purl.org/dc/elements/1.1/"; xmlns:ns0="http://www.w3.org/2000/svg"; 
xmlns:ns1="http://www.w3.org/1999/xlink"; xmlns:ns3="http://creativecommons.org/ns#"; 
xmlns:ns5="http://www.inkscape.org/namespaces/inkscape"; 
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"; height="468" id="svg1525" version="1.1" width="840">
+  <ns0:defs id="defs10077">
+    <ns0:linearGradient id="RHEL7">
+      <ns0:stop id="stop13323" offset="0" style="stop-color:#a3dbe8;stop-opacity:1" />
+      <ns0:stop id="stop13325" offset="1" style="stop-color:#a3dbe8;stop-opacity:1" />
+    </ns0:linearGradient>
+    <ns0:linearGradient id="GNOME">
+      <ns0:stop id="stop11074" offset="0" style="stop-color:#eeedec;stop-opacity:1" />
+      <ns0:stop id="stop11076" offset="1" style="stop-color:#eeedec;stop-opacity:1" />
+    </ns0:linearGradient>
+    <ns0:linearGradient id="BLANK">
+      <ns0:stop id="stop7012" offset="0" style="stop-color:#eeedec;stop-opacity:0" />
+      <ns0:stop id="stop7014" offset="1" style="stop-color:#eeedec;stop-opacity:0" />
+    </ns0:linearGradient>
+    <ns0:linearGradient gradientUnits="userSpaceOnUse" id="linearGradient14910-9" x1="29.089951" 
x2="33.971455" y1="11.772627" y2="9.7093649" ns1:href="#linearGradient5716-3-1-7" />
+    <ns0:linearGradient id="linearGradient5716-3-1-7">
+      <ns0:stop id="stop5718-0-3-8" offset="0" style="stop-color:#000000;stop-opacity:1" />
+      <ns0:stop id="stop5720-0-39-8" offset="1" style="stop-color:#484848;stop-opacity:1" />
+    </ns0:linearGradient>
+    <ns0:radialGradient cx="51" cy="30" fx="51" fy="30" 
gradientTransform="matrix(1.0338554,-0.0055072,0.03125008,0.38257694,-2.6641297,18.80356)" 
gradientUnits="userSpaceOnUse" id="radialGradient23671" r="42" ns1:href="#linearGradient34508-4-75-8-4" />
+    <ns0:linearGradient id="linearGradient34508-4-75-8-4">
+      <ns0:stop id="stop34510-7-54-6-9" offset="0" style="stop-color:#ffffff;stop-opacity:1" />
+      <ns0:stop id="stop34512-7-8-9-4" offset="1" style="stop-color:#ffffff;stop-opacity:0" />
+    </ns0:linearGradient>
+  </ns0:defs>
+  <ns0:metadata id="metadata1530">
+    <rdf:RDF>
+      <ns3:Work rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"; />
+        <dc:title />
+      </ns3:Work>
+    </rdf:RDF>
+  </ns0:metadata>
+  <ns0:g id="layer2">
+    <ns0:rect height="487" id="background" style="fill:url(#GNOME);" width="864" x="-17" y="-9" />
+  </ns0:g>
+  <ns0:g id="layer3" style="opacity:0.4;display:inline">
+    <ns0:g id="g11050" style="display:inline" transform="matrix(0.6260018,0,0,0.6260018,16.35884,9.1309091)">
+      <ns0:path d="m 79.06066,57.414214 1120.87864,0 0,51.485276 c 0,0 -4.0279,-10.606597 -11.0989,-10.96015 
L 89,99 c -4.59619,-0.353553 -9.93934,5.5 -9.93934,5.5 z" id="rect10989" 
style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
 ns5:connector-curvature="0" />
+      <ns0:g id="g10976" transform="translate(11,0)">
+        <ns0:rect height="599.45282" id="rect10923" 
style="color:#000000;fill:none;stroke:#000000;stroke-width:3.54716229;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
 width="1119.4529" x="69.273582" y="58.273582" />
+        <ns0:path d="m 1188.199,108.766 c 0,-5.89806 -4.7813,-10.6794 -10.6794,-10.6794 l -1097.99931,0 c 
-5.89809,0 -10.6794,4.78134 -10.6794,10.6794" id="path10955" 
style="fill:none;stroke:#000000;stroke-width:2.37319922px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
 ns5:connector-curvature="0" />
+        <ns0:text id="text10964" 
style="font-size:21.26189423px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Bold" x="83.374763" y="84.187378" xml:space="preserve"><ns0:tspan id="tspan10966" x="83.374763" 
y="84.187378">Activities</ns0:tspan></ns0:text>
+        <ns0:text id="text10968" 
style="font-size:21.26189423px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:end;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:end;fill:#000000;fill-opacity:1;stroke:none;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Bold" x="1171.3748" y="84.187378" xml:space="preserve"><ns0:tspan id="tspan10970" x="1171.3748" 
y="84.187378">John Doe</ns0:tspan></ns0:text>
+        <ns0:text id="text10972" 
style="font-size:21.26189423px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Bold" x="628.8465" y="84.187378" xml:space="preserve"><ns0:tspan id="tspan10974" x="628.8465" 
y="84.187378">14:30</ns0:tspan></ns0:text>
+      </ns0:g>
+    </ns0:g>
+    <ns0:g id="g23529" style="display:inline" 
transform="matrix(0.73912545,0,0,0.73912545,500.99849,-168.20258)">
+      <ns0:path d="m -114.55398,330.57812 c 0.48664,0 0.9657,0.16323 1.3386,0.47974 l 15.46821,13.12986 
391.19007,0 c 4.7813,0 7.6152,3.32041 7.6152,7.58892 l 0,347.75943 c 0,4.76853 -2.8339,8.46393 
-7.6152,8.46393 l -543.76972,0 c -4.78127,0 -7.61512,-4.1954 -7.61512,-8.46393 l 0,-347.75942 c 0,-4.37651 
2.60085,-7.58893 7.61512,-7.58893 l 118.96603,0 15.46821,-13.12986 c 0.3729,-0.31651 0.85196,-0.47974 
1.3386,-0.47974 z" id="rect41123-0-8-0" 
style="fill:#000000;fill-opacity:1;stroke:#ffffff;stroke-width:2.70590043;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
 ns5:connector-curvature="0" />
+      <ns0:g id="g33520" style="display:inline" transform="translate(-631,306)">
+        <ns0:rect height="141" id="rect31346" 
style="opacity:0.5148936;color:#000000;fill:#2e3436;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
 width="29.905334" x="399.09467" y="132" />
+        <ns0:rect height="141" id="rect31342" 
style="opacity:0.5148936;color:#000000;fill:#2e3436;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
 width="29.905334" x="573.09467" y="132" />
+        <ns0:rect height="139.75002" id="rect18879" 
style="color:#000000;fill:none;stroke:#2e3436;stroke-width:1.35295022;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
 width="29" x="399.5" y="132.57812" />
+        <ns0:rect height="139.75002" id="rect18881" 
style="color:#000000;fill:none;stroke:#2e3436;stroke-width:1.35295022;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
 width="29" x="428.5" y="132.57812" />
+        <ns0:rect height="139.75002" id="rect18883" 
style="color:#000000;fill:none;stroke:#2e3436;stroke-width:1.35295022;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
 width="29" x="457.5" y="132.57812" />
+        <ns0:rect height="139.75002" id="rect18885" 
style="color:#000000;fill:none;stroke:#2e3436;stroke-width:1.35295022;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
 width="29" x="486.5" y="132.57812" />
+        <ns0:rect height="139.75002" id="rect18887" 
style="color:#000000;fill:none;stroke:#2e3436;stroke-width:1.35295022;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
 width="29" x="515.5" y="132.57812" />
+        <ns0:rect height="139.75002" id="rect18889" 
style="color:#000000;fill:none;stroke:#2e3436;stroke-width:1.35295022;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
 width="29" x="544.5" y="132.57812" />
+        <ns0:rect height="139.75002" id="rect18891" 
style="color:#000000;fill:none;stroke:#2e3436;stroke-width:1.35295022;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
 width="29" x="573.5" y="132.57812" />
+        <ns0:text id="text18895" 
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:#888a85;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium" x="411.14844" y="126.00195" xml:space="preserve"><ns0:tspan id="tspan18897" 
style="text-align:center;text-anchor:middle" x="411.14844" y="126.00195">S</ns0:tspan></ns0:text>
+        <ns0:text id="text18899" 
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:#888a85;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium" x="441.14844" y="126.00195" xml:space="preserve"><ns0:tspan id="tspan18901" 
style="text-align:center;text-anchor:middle" x="441.14844" y="126.00195">M</ns0:tspan></ns0:text>
+        <ns0:text id="text18903" 
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:#888a85;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium" x="471.14844" y="126.00195" xml:space="preserve"><ns0:tspan id="tspan18905" 
style="text-align:center;text-anchor:middle" x="471.14844" y="126.00195">T</ns0:tspan></ns0:text>
+        <ns0:text id="text18907" 
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:#888a85;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium" x="501.14844" y="126.00195" xml:space="preserve"><ns0:tspan id="tspan18909" 
style="text-align:center;text-anchor:middle" x="501.14844" y="126.00195">W</ns0:tspan></ns0:text>
+        <ns0:text id="text18911" 
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:#888a85;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium" x="531.14844" y="126.00195" xml:space="preserve"><ns0:tspan id="tspan18913" 
style="text-align:center;text-anchor:middle" x="531.14844" y="126.00195">T</ns0:tspan></ns0:text>
+        <ns0:text id="text18915" 
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:#888a85;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium" x="559.14844" y="126.00195" xml:space="preserve"><ns0:tspan id="tspan18917" 
style="text-align:center;text-anchor:middle" x="559.14844" y="126.00195">F</ns0:tspan></ns0:text>
+        <ns0:text id="text18919" 
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:#888a85;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium" x="589.14844" y="126.00195" xml:space="preserve"><ns0:tspan id="tspan18921" 
style="text-align:center;text-anchor:middle" x="589.14844" y="126.00195">S</ns0:tspan></ns0:text>
+        <ns0:rect height="27.750015" id="rect18923" 
style="color:#000000;fill:none;stroke:#2e3436;stroke-width:1.35295033;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
 width="203" x="399.5" y="132.57812" />
+        <ns0:text id="text18925" 
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;color:#000000;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium" x="414.14844" y="150.00195" xml:space="preserve"><ns0:tspan id="tspan18927" 
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#babdb6;fill-opacity:1;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium" x="414.14844" y="150.00195">1</ns0:tspan></ns0:text>
+        <ns0:text id="text18929" 
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;color:#000000;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium" x="444.14844" y="150.00195" xml:space="preserve"><ns0:tspan id="tspan18931" 
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#babdb6;fill-opacity:1;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium" x="444.14844" y="150.00195">2</ns0:tspan></ns0:text>
+        <ns0:text id="text18933" 
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;color:#000000;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium" x="474.14844" y="150.00195" xml:space="preserve"><ns0:tspan id="tspan18935" 
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#babdb6;fill-opacity:1;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium" x="474.14844" y="150.00195">3</ns0:tspan></ns0:text>
+        <ns0:text id="text18937" 
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;color:#000000;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium" x="502.14844" y="150.00195" xml:space="preserve"><ns0:tspan id="tspan18939" 
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#babdb6;fill-opacity:1;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium" x="502.14844" y="150.00195">4</ns0:tspan></ns0:text>
+        <ns0:text id="text18941" 
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;color:#000000;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium" x="529.14844" y="150.00195" xml:space="preserve"><ns0:tspan id="tspan18943" 
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#babdb6;fill-opacity:1;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium" x="529.14844" y="150.00195">5</ns0:tspan></ns0:text>
+        <ns0:text id="text18945" 
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;color:#000000;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium" x="559.14844" y="150.00195" xml:space="preserve"><ns0:tspan id="tspan18947" 
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#babdb6;fill-opacity:1;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium" x="559.14844" y="150.00195">6</ns0:tspan></ns0:text>
+        <ns0:text id="text18949" 
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;color:#000000;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium" x="588.14844" y="151.00195" xml:space="preserve"><ns0:tspan id="tspan18951" 
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#babdb6;fill-opacity:1;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium" x="588.14844" y="151.00195">7</ns0:tspan></ns0:text>
+        <ns0:text id="text18953" 
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;color:#000000;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium" x="414.14844" y="178.00195" xml:space="preserve"><ns0:tspan id="tspan18955" 
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#babdb6;fill-opacity:1;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium" x="414.14844" y="178.00195">8</ns0:tspan></ns0:text>
+        <ns0:text id="text18957" 
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;color:#000000;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium" x="444.14844" y="178.00195" xml:space="preserve"><ns0:tspan id="tspan18959" 
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#babdb6;fill-opacity:1;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium" x="444.14844" y="178.00195">9</ns0:tspan></ns0:text>
+        <ns0:text id="text18961" 
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;color:#000000;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium" x="472.41553" y="178.00195" xml:space="preserve"><ns0:tspan id="tspan18963" 
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#babdb6;fill-opacity:1;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium" x="472.41553" y="178.00195">10</ns0:tspan></ns0:text>
+        <ns0:text id="text18965" 
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;color:#000000;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium" x="501.27881" y="178.00195" xml:space="preserve"><ns0:tspan id="tspan18967" 
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#babdb6;fill-opacity:1;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium" x="501.27881" y="178.00195">11</ns0:tspan></ns0:text>
+        <ns0:text id="text18969" 
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;color:#000000;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium" x="530.30322" y="178.00195" xml:space="preserve"><ns0:tspan id="tspan18971" 
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#babdb6;fill-opacity:1;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium" x="530.30322" y="178.00195">12</ns0:tspan></ns0:text>
+        <ns0:text id="text18973" 
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;color:#000000;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium" x="559.21777" y="178.00195" xml:space="preserve"><ns0:tspan id="tspan18975" 
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#babdb6;fill-opacity:1;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium" x="559.21777" y="178.00195">13</ns0:tspan></ns0:text>
+        <ns0:text id="text18977" 
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;color:#000000;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium" x="589.39355" y="178.00195" xml:space="preserve"><ns0:tspan id="tspan18979" 
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#babdb6;fill-opacity:1;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium" x="589.39355" y="178.00195">14</ns0:tspan></ns0:text>
+        <ns0:rect height="27.750015" id="rect18981" 
style="color:#000000;fill:none;stroke:#2e3436;stroke-width:1.35295033;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
 width="203" x="399.5" y="160.57812" />
+        <ns0:text id="text18983" 
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;color:#000000;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium" x="413.31055" y="206.00195" xml:space="preserve"><ns0:tspan id="tspan18985" 
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#babdb6;fill-opacity:1;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium" x="413.31055" y="206.00195">15</ns0:tspan></ns0:text>
+        <ns0:text id="text18987" 
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Bold" x="443.26416" y="206.00195" xml:space="preserve"><ns0:tspan id="tspan18989" 
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Bold" x="443.26416" y="206.00195">16</ns0:tspan></ns0:text>
+        <ns0:text id="text18991" 
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Bold" x="473.32031" y="206.00195" xml:space="preserve"><ns0:tspan id="tspan18993" 
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Bold" x="473.32031" y="206.00195">17</ns0:tspan></ns0:text>
+        <ns0:text id="text18995" 
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;color:#000000;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium" x="501.26904" y="206.00195" xml:space="preserve"><ns0:tspan id="tspan18997" 
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#babdb6;fill-opacity:1;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium" x="501.26904" y="206.00195">18</ns0:tspan></ns0:text>
+        <ns0:text id="text18999" 
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;color:#000000;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium" x="528.56689" y="206.00195" xml:space="preserve"><ns0:tspan id="tspan19001" 
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#babdb6;fill-opacity:1;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium" x="528.56689" y="206.00195">19</ns0:tspan></ns0:text>
+        <ns0:text id="text19003" 
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;color:#000000;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium" x="558.43018" y="206.00195" xml:space="preserve"><ns0:tspan id="tspan19005" 
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#babdb6;fill-opacity:1;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium" x="558.43018" y="206.00195">20</ns0:tspan></ns0:text>
+        <ns0:text id="text19007" 
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;color:#000000;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium" x="588.43018" y="206.00195" xml:space="preserve"><ns0:tspan id="tspan19009" 
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#babdb6;fill-opacity:1;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium" x="588.43018" y="206.00195">21</ns0:tspan></ns0:text>
+        <ns0:rect height="27.750015" id="rect19011" 
style="color:#000000;fill:none;stroke:#2e3436;stroke-width:1.35295033;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
 width="203" x="399.5" y="188.57812" />
+        <ns0:text id="text19013" 
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;color:#000000;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium" x="413.31055" y="234.00195" xml:space="preserve"><ns0:tspan id="tspan19015" 
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#babdb6;fill-opacity:1;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium" x="413.31055" y="234.00195">22</ns0:tspan></ns0:text>
+        <ns0:text id="text19017" 
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;color:#000000;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium" x="443.26416" y="234.00195" xml:space="preserve"><ns0:tspan id="tspan19019" 
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#babdb6;fill-opacity:1;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium" x="443.26416" y="234.00195">23</ns0:tspan></ns0:text>
+        <ns0:text id="text19021" 
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;color:#000000;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium" x="473.32031" y="234.00195" xml:space="preserve"><ns0:tspan id="tspan19023" 
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#babdb6;fill-opacity:1;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium" x="473.32031" y="234.00195">24</ns0:tspan></ns0:text>
+        <ns0:text id="text19025" 
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;color:#000000;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium" x="501.26904" y="234.00195" xml:space="preserve"><ns0:tspan id="tspan19027" 
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#babdb6;fill-opacity:1;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium" x="501.26904" y="234.00195">25</ns0:tspan></ns0:text>
+        <ns0:text id="text19029" 
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;color:#000000;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium" x="528.56689" y="234.00195" xml:space="preserve"><ns0:tspan id="tspan19031" 
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#babdb6;fill-opacity:1;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium" x="528.56689" y="234.00195">26</ns0:tspan></ns0:text>
+        <ns0:text id="text19033" 
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;color:#000000;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium" x="558.43018" y="234.00195" xml:space="preserve"><ns0:tspan id="tspan19035" 
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#babdb6;fill-opacity:1;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium" x="558.43018" y="234.00195">27</ns0:tspan></ns0:text>
+        <ns0:text id="text19037" 
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;color:#000000;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium" x="588.43018" y="234.00195" xml:space="preserve"><ns0:tspan id="tspan19039" 
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#babdb6;fill-opacity:1;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium" x="588.43018" y="234.00195">28</ns0:tspan></ns0:text>
+        <ns0:rect height="27.750015" id="rect19041" 
style="color:#000000;fill:none;stroke:#2e3436;stroke-width:1.35295033;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
 width="203" x="399.5" y="216.57812" />
+        <ns0:text id="text19043" 
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;color:#000000;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium" x="413.31055" y="262.00195" xml:space="preserve"><ns0:tspan id="tspan19045" 
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#babdb6;fill-opacity:1;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium" x="413.31055" y="262.00195">29</ns0:tspan></ns0:text>
+        <ns0:text id="text19047" 
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;color:#000000;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium" x="443.26416" y="262.00195" xml:space="preserve"><ns0:tspan id="tspan19049" 
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#babdb6;fill-opacity:1;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Medium" x="443.26416" y="262.00195">30</ns0:tspan></ns0:text>
+        <ns0:text id="text19051" 
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Bold" x="473.32031" y="262.00195" xml:space="preserve"><ns0:tspan id="tspan19053" 
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Bold" x="473.32031" y="262.00195">31</ns0:tspan></ns0:text>
+        <ns0:text id="text19055" 
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;color:#000000;fill:#2e3436;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Bold" x="501.26904" y="262.00195" xml:space="preserve"><ns0:tspan id="tspan19057" 
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#2e3436;fill-opacity:1;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Bold" x="501.26904" y="262.00195">1</ns0:tspan></ns0:text>
+        <ns0:text id="text19059" 
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;color:#000000;fill:#2e3436;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Bold" x="528.56689" y="262.00195" xml:space="preserve"><ns0:tspan id="tspan19061" 
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#2e3436;fill-opacity:1;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Bold" x="528.56689" y="262.00195">2</ns0:tspan></ns0:text>
+        <ns0:text id="text19063" 
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;color:#000000;fill:#2e3436;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Bold" x="558.43018" y="262.00195" xml:space="preserve"><ns0:tspan id="tspan19065" 
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#2e3436;fill-opacity:1;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Bold" x="558.43018" y="262.00195">3</ns0:tspan></ns0:text>
+        <ns0:text id="text19067" 
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;color:#000000;fill:#2e3436;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Bold" x="588.43018" y="262.00195" xml:space="preserve"><ns0:tspan id="tspan19069" 
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#2e3436;fill-opacity:1;font-family:Cantarell;-inkscape-font-specification:Cantarell
 Bold" x="588.43018" y="262.00195">4</ns0:tspan></ns0:text>
+        <ns0:rect height="27.92679" id="rect19071" 
style="color:#000000;fill:none;stroke:#2e3436;stroke-width:1.35295033;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
 width="203" x="399.5" y="244.57812" />
+        <ns0:path d="M 9,29.999999 A 42,16 0 0 1 93,30" id="path34506-1-89-7" 
style="opacity:0.4625;color:#000000;fill:url(#radialGradient23671);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
 transform="matrix(0.33108123,0,0,0.7458835,426.02027,193.57119)" />
+        <ns0:path d="m 429.11586,215.92394 28.01829,0" id="path34366-5-3-6-0" 
style="opacity:0.5;color:#000000;fill:none;stroke:#ffffff;stroke-width:2.70590019;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
 ns5:connector-curvature="0" />
+      </ns0:g>
+      <ns0:path d="m 2.5,353.0183 0,348.96343" id="path32003" 
style="color:#000000;fill:none;stroke:#555753;stroke-width:1.35295033;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:1.35295031,
 
4.05885094;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
 ns5:connector-curvature="0" />
+      <ns0:path d="M 88.830127,340 80.169873,340 84.5,332.5 z" id="path6578-6-8-7-4-3-9-4" 
style="fill:#5f5f5f;fill-opacity:1;stroke:#5f5f5f;stroke-width:0.55789596;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
 transform="matrix(0,1.4209824,-1.034686,0,312.91316,283.927)" />
+      <ns0:path d="M 88.830127,340 80.169873,340 84.5,332.5 z" id="path18028" 
style="fill:#5f5f5f;fill-opacity:1;stroke:#5f5f5f;stroke-width:0.55789596;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
 transform="matrix(0,1.4209824,1.034686,0,-569.91318,283.927)" />
+      <ns0:rect height="14" id="rect22999" 
style="color:#000000;fill:#888888;fill-opacity:1;stroke:none;stroke-width:1.00000012;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
 width="192" x="-233" y="367" />
+      <ns0:rect height="7" id="rect23509" 
style="color:#000000;fill:#888888;fill-opacity:1;stroke:none;stroke-width:1.00000012;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
 transform="scale(1,-1)" width="79" x="-171" y="-408" />
+      <ns0:rect height="7" id="rect23511" 
style="color:#000000;fill:#888888;fill-opacity:1;stroke:none;stroke-width:1.00000012;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
 transform="scale(1,-1)" width="46" x="25" y="-374" />
+      <ns0:rect height="7" id="rect23513" 
style="color:#000000;fill:#888888;fill-opacity:1;stroke:none;stroke-width:1.00000012;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
 transform="scale(1,-1)" width="71" x="25" y="-434" />
+      <ns0:rect height="7" id="rect23515" 
style="color:#000000;fill:#888888;fill-opacity:1;stroke:none;stroke-width:1.00000012;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
 transform="scale(1,-1)" width="71" x="25" y="-526" />
+      <ns0:rect height="7" id="rect23517" 
style="color:#000000;fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1.00000012;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
 transform="scale(1,-1)" width="39" x="57" y="-411" />
+      <ns0:rect height="7" id="rect23519" 
style="color:#000000;fill:#555753;fill-opacity:1;stroke:none;stroke-width:1.00000012;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
 transform="scale(1,-1)" width="101" x="105" y="-411" />
+      <ns0:rect height="7" id="rect23521" 
style="color:#000000;fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1.00000012;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
 transform="scale(1,-1)" width="39" x="57" y="-461" />
+      <ns0:rect height="7" id="rect23523" 
style="color:#000000;fill:#555753;fill-opacity:1;stroke:none;stroke-width:1.00000012;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
 transform="scale(1,-1)" width="133" x="105" y="-461" />
+      <ns0:rect height="7" id="rect23525" 
style="color:#000000;fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1.00000012;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
 transform="scale(1,-1)" width="39" x="57" y="-480" />
+      <ns0:rect height="7" id="rect23527" 
style="color:#000000;fill:#555753;fill-opacity:1;stroke:none;stroke-width:1.00000012;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
 transform="scale(1,-1)" width="108" x="105" y="-480" />
+      <ns0:rect height="7" id="rect23673" 
style="color:#000000;fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1.00000012;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
 transform="scale(1,-1)" width="39" x="57" y="-551" />
+      <ns0:rect height="7" id="rect23675" 
style="color:#000000;fill:#555753;fill-opacity:1;stroke:none;stroke-width:1.00000012;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
 transform="scale(1,-1)" width="133" x="105" y="-551" />
+      <ns0:rect height="7" id="rect23677" 
style="color:#000000;fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1.00000012;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
 transform="scale(1,-1)" width="39" x="57" y="-570" />
+      <ns0:rect height="7" id="rect23679" 
style="color:#000000;fill:#555753;fill-opacity:1;stroke:none;stroke-width:1.00000012;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
 transform="scale(1,-1)" width="88" x="105" y="-570" />
+      <ns0:rect height="7" id="rect23681" 
style="color:#000000;fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1.00000012;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
 transform="scale(1,-1)" width="39" x="57" y="-590" />
+      <ns0:rect height="7" id="rect23683" 
style="color:#000000;fill:#555753;fill-opacity:1;stroke:none;stroke-width:1.00000012;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
 transform="scale(1,-1)" width="121" x="105" y="-590" />
+      <ns0:rect height="7" id="rect23685" 
style="color:#000000;fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1.00000012;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
 transform="scale(1,-1)" width="39" x="57" y="-609" />
+      <ns0:rect height="7" id="rect23687" 
style="color:#000000;fill:#555753;fill-opacity:1;stroke:none;stroke-width:1.00000012;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
 transform="scale(1,-1)" width="102" x="105" y="-609" />
+      <ns0:rect height="7" id="rect23689" 
style="color:#000000;fill:#555753;fill-opacity:1;stroke:none;stroke-width:1.00000012;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
 transform="scale(1,-1)" width="21" x="25" y="-551" />
+      <ns0:rect height="7" id="rect23691" 
style="color:#000000;fill:#555753;fill-opacity:1;stroke:none;stroke-width:1.00000012;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
 transform="scale(1,-1)" width="21" x="25" y="-570" />
+      <ns0:rect height="7" id="rect23693" 
style="color:#000000;fill:#555753;fill-opacity:1;stroke:none;stroke-width:1.00000012;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
 transform="scale(1,-1)" width="21" x="25" y="-590" />
+      <ns0:rect height="7" id="rect23695" 
style="color:#000000;fill:#555753;fill-opacity:1;stroke:none;stroke-width:1.00000012;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
 transform="scale(1,-1)" width="21" x="25" y="-609" />
+    </ns0:g>
+    <ns0:g id="default-pointer-c-1" style="display:inline" 
transform="matrix(3.9991698,0,0,3.9991698,255.8635,314.39362)">
+      <ns0:path d="m 26.604893,2.3179921 0,16.4402329 3.712311,-3.623922 2.12132,4.331029 c 
0.519598,1.171377 3.220861,0.229524 2.452777,-1.336875 l -2.099224,-4.496756 4.684582,0 L 26.604893,2.3179921 
z" id="path5565-2" 
style="color:#000000;fill:url(#linearGradient14910-9);fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:block;overflow:visible;enable-background:accumulate"
 ns5:connector-curvature="0" />
+      <ns0:path d="m 26.604893,2.3179921 0,16.4402329 3.712311,-3.623922 2.12132,4.331029 c 
0.519598,1.171377 3.220861,0.229524 2.452777,-1.336875 l -2.099224,-4.496756 4.684582,0 L 26.604893,2.3179921 
z" id="path6242-4" 
style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:block;overflow:visible;enable-background:accumulate"
 ns5:connector-curvature="0" />
+    </ns0:g>
+  </ns0:g>
+  <ns0:g id="layer4">
+    <ns0:g id="g4607" style="display:inline" transform="matrix(2.862069,0,0,2.862069,49.362076,-2561.8469)">
+      <ns0:path d="m 151,79 a 29,29 0 1 1 -58,0 29,29 0 1 1 58,0 z" id="path2086" 
style="color:#000000;fill:#000000;fill-opacity:0.74427478;fill-rule:nonzero;stroke:none;stroke-width:0.99999994;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
 transform="translate(7.5,897.86218)" />
+      <ns0:g id="g4135" style="display:inline" transform="matrix(2.46875,0,0,2.46875,13.25,-244.41907)">
+        <ns0:path d="m 84,609 0,10 0.90625,0 L 85,619 c 0.174914,10e-4 0.347782,-0.0388 0.5,-0.125 l 7,-4 c 
0.310699,-0.17189 0.46875,-0.52345 0.46875,-0.875 0,-0.35155 -0.158051,-0.70311 -0.46875,-0.875 l -7,-4 C 
85.347782,609.03875 85.174914,608.99869 85,609 l -0.09375,0 z" id="path3807-1-1-9-38-4" 
style="font-size:xx-small;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Bitstream
 Vera Sans;-inkscape-font-specification:Bitstream Vera Sans" transform="translate(-39.99995,-119)" 
ns5:connector-curvature="0" />
+      </ns0:g>
+    </ns0:g>
+  </ns0:g>
+</ns0:svg>
\ No newline at end of file


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]