summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRefik Hadzialic2012-06-16 19:29:18 +0200
committerRefik Hadzialic2012-06-16 19:29:18 +0200
commitbc2d5f410212f9036c76ea1fa75a0948d6475960 (patch)
tree58c68296d1c351fe434d081151bc533e9c2aa984
parentWriting GPS (diff)
downloadmalign-bc2d5f410212f9036c76ea1fa75a0948d6475960.tar.gz
malign-bc2d5f410212f9036c76ea1fa75a0948d6475960.tar.xz
malign-bc2d5f410212f9036c76ea1fa75a0948d6475960.zip
Function plot
-rw-r--r--vorlagen/thesis/maindoc.pdfbin4383008 -> 4455359 bytes
-rw-r--r--vorlagen/thesis/src/bib/literatur.bib6
-rw-r--r--vorlagen/thesis/src/img/2D-SearchSpace.gnu73
-rw-r--r--vorlagen/thesis/src/img/2D-SearchSpace.svg1682
-rw-r--r--vorlagen/thesis/src/img/2D-SearchSpaceInk.pdfbin0 -> 23669 bytes
-rw-r--r--vorlagen/thesis/src/img/2D-SearchSpaceInk.svg5220
-rw-r--r--vorlagen/thesis/src/img/CosMultiplication.pdfbin0 -> 8008 bytes
-rw-r--r--vorlagen/thesis/src/img/CosMultiplication.svg251
-rw-r--r--vorlagen/thesis/src/img/PRN-PhaseShiftAfterDemod.pdfbin0 -> 41659 bytes
-rw-r--r--vorlagen/thesis/src/img/PRN-PhaseShiftAfterDemod.svg402
-rw-r--r--vorlagen/thesis/src/img/Phase-Diff.pdfbin5395 -> 5766 bytes
-rw-r--r--vorlagen/thesis/src/img/Phase-Diff.svg157
-rw-r--r--vorlagen/thesis/src/kapitel_A.tex28
-rw-r--r--vorlagen/thesis/src/kapitel_x.tex179
-rw-r--r--vorlagen/thesis/src/maindoc.tex3
15 files changed, 7862 insertions, 139 deletions
diff --git a/vorlagen/thesis/maindoc.pdf b/vorlagen/thesis/maindoc.pdf
index 1420a1e..fd03500 100644
--- a/vorlagen/thesis/maindoc.pdf
+++ b/vorlagen/thesis/maindoc.pdf
Binary files differ
diff --git a/vorlagen/thesis/src/bib/literatur.bib b/vorlagen/thesis/src/bib/literatur.bib
index c616a1f..2c0ee60 100644
--- a/vorlagen/thesis/src/bib/literatur.bib
+++ b/vorlagen/thesis/src/bib/literatur.bib
@@ -128,12 +128,12 @@ INTRODUCTION}",
chapter = "CHAPTER 3: MINIMUM PERFORMANCE CAPABILITIES
OF A GPS RECEIVER",
howpublished = "Online",
- month = mar,
+ month = jun,
organization = "Navigation Center, U.S. Department of Homeland Security",
pages = "55",
title = "{INTERFACE SPECIFICATION IS-GPS-200}",
- year = "2006",
- url = "Navstar GPS Space Segment/Navigation User Interfaces"
+ year = "2010",
+ url = "http://www.losangeles.af.mil/shared/media/document/AFD-100813-045.pdf"
}
@misc{GPS-Pentagon,
diff --git a/vorlagen/thesis/src/img/2D-SearchSpace.gnu b/vorlagen/thesis/src/img/2D-SearchSpace.gnu
new file mode 100644
index 0000000..ef3ce16
--- /dev/null
+++ b/vorlagen/thesis/src/img/2D-SearchSpace.gnu
@@ -0,0 +1,73 @@
+# set terminal pngcairo transparent enhanced font "arial,10" fontscale 1.0 size 500, 350
+# set output 'surface1.16.png'
+#set dummy u,v
+#set label 1 "Doppler frequency bins" at 6, 0, -1 left norotate back nopoint offset character 0, 0, 0
+#set label 2 "u=0" at 5, 6.5, -1 left norotate back nopoint offset character 0, 0, 0
+set label 3 "Peak = 1" at 1.8, 2.5, 0.900248 left norotate back nopoint offset character 0, 0, 0
+#set arrow 1 from 5, -5, -1.2 to 5, 5, -1.2 head back nofilled linetype -1 linewidth 1.000
+#set arrow 2 from 5, 6, -1 to 5, 5, -1 head back nofilled linetype -1 linewidth 1.000
+#set arrow 3 from 3.8, 2.9, 1.500248 to 1.8, 2.16, 1 head back nofilled linetype -1 linewidth 1.000
+set parametric
+set view 52, 34, 1, 1
+#set samples 51, 51
+set isosamples 2, 40
+set hidden3d back offset 1 trianglepattern 3 undefined 1 altdiagonal bentover
+set ztics -1.00000,0.25,1.00000 norangelimit
+set title "Correlation peak over freq/code search space"
+#set xlabel "Frequency (kHz)"
+set xlabel offset character -3, -2, 0 font "" textcolor lt -1 norotate
+set xrange [ 0.8 : 2.2 ] noreverse nowriteback
+#set ylabel "Code-delay(chips) τ"
+set ylabel offset character 3, -2, 0 font "" textcolor lt -1 rotate by -270
+set yrange [ -4.00000 : 4.70000 ] noreverse nowriteback
+set zlabel "Z axis"
+set zlabel offset character -5, 0, 0 font "" textcolor lt -1 norotate
+set zrange [ -0.26000 : 1.00000 ] noreverse nowriteback
+set grid
+
+set style line 1 linecolor rgb "#1FBED6"
+set style line 2 linecolor rgb "#FF717E"
+set style line 3 linecolor rgb "#555555"
+set style line 4 linecolor rgb "#97C30A"
+
+delta=0.174
+e=exp(1)
+c=sqrt(delta)
+mu = 2
+a =(1/(sqrt(delta)*sqrt(2*pi)))
+b = mu
+gausFun(x) = a*e**((-1)*((x-b)**2)/(2*(c**2)))+rand(0)/10
+
+
+x0 = 1
+x1 = 1.1
+x2 = 1.2
+x3 = 1.3
+x4 = 1.4
+x5 = 1.5
+x6 = 1.6
+x7 = 1.7
+x8 = 1.8
+x9 = 1.9
+x10 = 2
+x11 = 2.1
+#set term epslatex
+#set output "graph1.eps"
+# choose the SVG terminal
+set terminal svg
+set output '2D-SearchSpace.svg'
+
+splot [u=0:0.3][v=-4:4] \
+ x0, v, (u<0.25) ? -0.25 : rand(0)/10 ls 3 notitle, \
+ x1, v, (u<0.25) ? -0.25 : rand(0)/10 ls 3 notitle, \
+ x2, v, (u<0.25) ? -0.25 : rand(0)/10 ls 3 notitle, \
+ x3, v, (u<0.25) ? -0.25 : rand(0)/10 ls 3 notitle, \
+ x4, v, (u<0.25) ? -0.25 : rand(0)/10 ls 3 notitle, \
+ x5, v, (u<0.25) ? -0.25 : rand(0)/10 ls 3 notitle, \
+ x6, v, (u<0.25) ? -0.25 : 0.3*gausFun(v)+rand(0)/10 ls 1 notitle, \
+ x7, v, (u<0.25) ? -0.25 : 0.5*gausFun(v)+rand(0)/10 ls 4 notitle, \
+ x8, v, (u<0.25) ? -0.25 : gausFun(v) ls 2 notitle, \
+ x9, v, (u<0.25) ? -0.25 : 0.5*gausFun(v) ls 4 notitle, \
+ x10, v, (u<0.25) ? -0.25 : 0.3*gausFun(v) ls 1 notitle, \
+ x11, v, (u<0.25) ? -0.25 : rand(0)/10 ls 3 notitle
+pause 1
diff --git a/vorlagen/thesis/src/img/2D-SearchSpace.svg b/vorlagen/thesis/src/img/2D-SearchSpace.svg
new file mode 100644
index 0000000..d502d99
--- /dev/null
+++ b/vorlagen/thesis/src/img/2D-SearchSpace.svg
@@ -0,0 +1,1682 @@
+<?xml version="1.0" encoding="utf-8" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
+ "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg width="600" height="480" viewBox="0 0 600 480"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+>
+
+<desc>Produced by GNUPLOT 4.4 patchlevel 3 </desc>
+
+<defs>
+
+ <circle id='gpDot' r='0.5' stroke-width='0.5'/>
+ <path id='gpPt0' stroke-width='0.222' stroke='currentColor' d='M-1,0 h2 M0,-1 v2'/>
+ <path id='gpPt1' stroke-width='0.222' stroke='currentColor' d='M-1,-1 L1,1 M1,-1 L-1,1'/>
+ <path id='gpPt2' stroke-width='0.222' stroke='currentColor' d='M-1,0 L1,0 M0,-1 L0,1 M-1,-1 L1,1 M-1,1 L1,-1'/>
+ <rect id='gpPt3' stroke-width='0.222' stroke='currentColor' x='-1' y='-1' width='2' height='2'/>
+ <rect id='gpPt4' stroke-width='0.222' stroke='currentColor' fill='currentColor' x='-1' y='-1' width='2' height='2'/>
+ <circle id='gpPt5' stroke-width='0.222' stroke='currentColor' cx='0' cy='0' r='1'/>
+ <use xlink:href='#gpPt5' id='gpPt6' fill='currentColor' stroke='none'/>
+ <path id='gpPt7' stroke-width='0.222' stroke='currentColor' d='M0,-1.33 L-1.33,0.67 L1.33,0.67 z'/>
+ <use xlink:href='#gpPt7' id='gpPt8' fill='currentColor' stroke='none'/>
+ <use xlink:href='#gpPt7' id='gpPt9' stroke='currentColor' transform='rotate(180)'/>
+ <use xlink:href='#gpPt9' id='gpPt10' fill='currentColor' stroke='none'/>
+ <use xlink:href='#gpPt3' id='gpPt11' stroke='currentColor' transform='rotate(45)'/>
+ <use xlink:href='#gpPt11' id='gpPt12' fill='currentColor' stroke='none'/>
+</defs>
+<g style="fill:none; color:white; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+</g>
+<g style="fill:none; color:black; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <g transform="translate(299.9,41.3)" style="stroke:none; fill:black; font-family:Arial; font-size:12.00pt; text-anchor:middle">
+ <text>Correlation peak over freq/code search space</text>
+ </g>
+ <g transform="translate(399.0,154.4)" style="stroke:none; fill:black; font-family:Arial; font-size:12.00pt; text-anchor:start">
+ <text>Peak = 1</text>
+ </g>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M280.8,164.6 L280.8,183.6 M276.6,170.5 L276.6,185.8 M272.5,166.8 L272.5,187.3 M299.3,173.0 L299.3,189.8
+ M268.4,173.6 L268.4,192.2 M295.2,170.4 L295.2,191.4 M264.2,175.2 L264.2,193.7 M291.1,173.9 L291.1,194.6
+ M317.8,174.7 L317.8,192.9 M260.1,182.3 L260.1,196.3 M286.9,178.2 L286.9,195.5 M313.7,178.8 L313.7,194.5
+ M256.0,181.9 L256.0,200.5 M282.8,180.7 L282.8,197.9 M309.5,179.4 L309.5,201.1 M336.4,183.8 L336.4,199.1
+ M276.6,170.5 L280.8,164.6 M272.5,166.8 L276.6,170.5 M251.8,180.8 L251.8,200.1 M278.7,186.6 L278.7,202.8
+ M305.4,180.0 L305.4,203.8 M332.2,181.1 L332.2,202.6 M295.2,170.4 L299.3,173.0 M247.7,187.7 L247.7,202.8
+ M274.5,184.9 L274.5,204.3 M301.3,189.8 L301.3,203.1 M328.1,186.8 L328.1,205.5 M355.0,185.4 L355.0,196.0
+ M243.6,185.5 L243.6,206.7 M270.4,189.7 L270.4,208.6 M297.2,189.9 L297.2,206.0 M324.0,189.1 L324.0,210.6
+ M350.8,190.0 L350.8,199.7 M268.4,173.6 L272.5,166.8 M264.2,175.2 L268.4,173.6 M239.4,190.5 L239.4,208.7
+ M266.3,194.8 L266.3,210.4 M293.1,193.0 L293.1,211.8 M291.1,173.9 L295.2,170.4 M319.8,194.6 L319.8,211.8
+ M346.7,195.1 L346.7,206.9 M256.0,181.9 L260.1,182.3 M264.2,175.2 L260.1,182.3 M313.7,178.8 L317.8,174.7
+ M286.9,178.2 L291.1,173.9 M235.3,191.0 L235.3,213.7 M262.1,192.5 L262.1,208.5 M289.0,196.3 L289.0,216.3
+ M315.7,191.1 L315.7,213.8 M342.5,195.4 L342.5,208.8 M309.5,179.4 L313.7,178.8 M282.8,180.7 L286.9,178.2
+ M231.2,202.2 L231.2,215.9 M332.2,181.1 L336.4,183.8 M258.0,200.1 L258.0,214.9 M284.8,194.6 L284.8,216.1
+ M311.6,198.0 L311.6,214.2 M338.4,194.8 L338.4,212.3 M251.8,180.8 L256.0,181.9 M278.7,186.6 L282.8,180.7
+ M274.5,184.9 L278.7,186.6 M305.4,180.0 L309.5,179.4 M227.0,199.5 L227.0,214.9 M253.9,200.8 L253.9,219.7
+ M280.7,201.4 L280.7,214.5 M307.4,204.4 L307.4,217.6 M334.3,203.6 L334.3,218.3 M297.2,189.9 L301.3,189.8
+ M305.4,180.0 L301.3,189.8 M222.9,205.0 L222.9,218.5 M249.7,199.3 L249.7,219.3 M276.6,204.3 L276.6,217.1
+ M247.7,187.7 L251.8,180.8 M303.3,203.3 L303.3,221.5 M243.6,185.5 L247.7,187.7 M330.1,201.5 L330.1,221.8
+ M328.1,186.8 L332.2,181.1 M324.0,189.1 L328.1,186.8 M270.4,189.7 L274.5,184.9 M350.8,190.0 L355.0,185.4
+ M218.7,203.8 L218.7,224.3 M245.6,206.4 L245.6,221.3 M272.4,204.3 L272.4,222.1 M299.3,203.0 L299.3,223.7
+ M326.0,209.6 L326.0,222.1 M266.3,194.8 L270.4,189.7 M293.1,193.0 L297.2,189.9 M346.7,195.1 L350.8,190.0
+ M319.8,194.6 L324.0,189.1 M262.1,192.5 L266.3,194.8 M342.5,195.4 L346.7,195.1 M214.6,210.4 L214.6,227.1
+ M315.7,191.1 L319.8,194.6 M241.5,207.0 L241.5,226.7 M268.3,213.1 L268.3,226.1 M295.1,209.2 L295.1,226.0
+ M321.9,211.5 L321.9,223.6 M239.4,190.5 L243.6,185.5 M289.0,196.3 L293.1,193.0 '></path>
+</g>
+<g style="fill:none; color:blue; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(255, 113, 126)' d='M429.2,206.0 L429.2,221.7 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M235.3,191.0 L239.4,190.5 M210.5,213.2 L210.5,226.5 M237.3,210.5 L237.3,232.1 M264.2,207.6 L264.2,228.2
+ M291.0,214.5 L291.0,227.3 M284.8,194.6 L289.0,196.3 M317.7,212.1 L317.7,228.3 M344.6,208.0 L344.6,209.4
+ M227.0,199.5 L231.2,202.2 M235.3,191.0 L231.2,202.2 '></path>
+</g>
+<g style="fill:none; color:blue; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(255, 113, 126)' d='M425.1,213.6 L425.1,224.9 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M338.4,194.8 L342.5,195.4 M253.9,200.8 L258.0,200.1 M262.1,192.5 L258.0,200.1 M206.3,211.2 L206.3,229.0
+ M233.2,217.0 L233.2,231.0 M260.0,209.4 L260.0,231.9 M286.9,218.1 L286.9,230.3 M313.6,215.5 L313.6,231.5
+ M340.4,209.7 L340.4,216.5 '></path>
+</g>
+<g style="fill:none; color:blue; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(255, 113, 126)' d='M421.0,215.0 L421.0,222.4 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M447.8,215.4 L447.8,233.4 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M311.6,198.0 L315.7,191.1 M307.4,204.4 L311.6,198.0 M361.1,200.7 L362.9,199.6 M303.3,203.3 L307.4,204.4
+ M330.1,201.5 L334.3,203.6 M338.4,194.8 L334.3,203.6 M202.2,218.8 L202.2,233.9 M229.1,214.6 L229.1,231.4
+ M255.9,220.6 L255.9,236.0 M282.7,214.1 L282.7,231.3 M309.5,212.8 L309.5,233.1 M280.7,201.4 L284.8,194.6
+ M336.3,215.1 L336.3,228.5 M276.6,204.3 L280.7,201.4 M249.7,199.3 L253.9,200.8 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M443.7,220.0 L443.7,234.5 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M222.9,205.0 L227.0,199.5 M218.7,203.8 L222.9,205.0 M198.1,222.7 L198.1,238.6 M224.9,215.2 L224.9,238.6
+ M251.8,218.8 L251.8,237.5 M278.6,214.9 L278.6,234.8 M305.3,222.5 L305.3,236.1 M272.4,204.3 L276.6,204.3
+ M332.2,221.5 L332.2,236.6 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M359.0,198.0 L359.0,217.2 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M439.5,221.8 L439.5,234.1 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M466.4,224.0 L466.4,238.4 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M299.3,203.0 L303.3,203.3 M321.9,211.5 L326.0,209.6 M330.1,201.5 L326.0,209.6 M193.9,219.1 L193.9,240.7
+ M220.8,221.8 L220.8,243.2 M247.6,219.8 L247.6,239.9 M274.5,219.4 L274.5,240.1 M301.2,220.5 L301.2,237.1
+ M328.0,222.1 L328.0,239.9 M241.5,207.0 L245.6,206.4 M249.7,199.3 L245.6,206.4 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M354.9,196.0 L354.9,229.9 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M435.4,226.1 L435.4,230.0 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M264.2,207.6 L268.3,213.1 M272.4,204.3 L268.3,213.1 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M462.2,226.9 L462.2,241.7 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M214.6,210.4 L218.7,203.8 M210.5,213.2 L214.6,210.4 M317.7,212.1 L321.9,211.5 M189.8,222.6 L189.8,242.0
+ M216.6,226.9 L216.6,241.9 M243.5,222.9 L243.5,242.2 M270.3,224.9 L270.3,241.3 M295.1,209.2 L299.3,203.0
+ M297.2,227.1 L297.2,239.4 M323.9,222.1 L323.9,243.8 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M350.7,199.8 L350.7,234.5 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M377.6,194.4 L377.6,207.5 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M291.0,214.5 L295.1,209.2 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M458.1,228.8 L458.1,243.7 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M480.8,256.1 L484.9,253.4 M484.9,229.3 L484.9,253.4 M237.3,210.5 L241.5,207.0 M286.9,218.1 L291.0,214.5
+ M206.3,211.2 L210.5,213.2 M344.6,208.0 L346.0,207.7 M185.7,224.5 L185.7,245.0 M212.5,227.2 L212.5,244.6
+ M239.4,230.5 L239.4,246.2 M266.2,227.4 L266.2,241.4 M293.0,224.8 L293.0,246.2 M319.8,225.1 L319.8,244.5
+ '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M346.6,207.0 L346.6,240.1 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M373.5,189.3 L373.5,227.7 '></path>
+</g>
+<g style="fill:none; color:blue; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(255, 113, 126)' d='M421.0,215.0 L425.1,213.6 M429.2,206.0 L425.1,213.6 M400.3,191.4 L400.3,216.6 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M313.6,215.5 L317.7,212.1 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M454.0,232.5 L454.0,245.3 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M476.7,258.8 L480.8,256.1 M480.8,227.8 L480.8,256.1 M233.2,217.0 L237.3,210.5 M282.7,214.1 L286.9,218.1
+ M229.1,214.6 L233.2,217.0 M181.5,226.1 L181.5,247.7 M208.4,225.7 L208.4,250.5 M235.2,233.7 L235.2,247.4
+ M262.1,229.0 L262.1,246.7 M288.9,229.9 L288.9,248.2 M309.5,212.8 L313.6,215.5 M315.6,231.6 L315.6,243.8
+ M260.0,209.4 L264.2,207.6 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M342.5,211.9 L342.5,246.2 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M369.3,187.6 L369.3,239.1 '></path>
+</g>
+<g style="fill:none; color:blue; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(255, 113, 126)' d='M396.2,171.1 L396.2,231.4 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M340.4,209.7 L344.6,208.0 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M423.0,226.2 L423.0,227.8 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M449.8,233.1 L449.8,247.8 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M472.5,261.5 L476.7,258.8 M476.7,232.2 L476.7,258.8 M251.8,218.8 L255.9,220.6 M260.0,209.4 L255.9,220.6
+ '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M443.7,220.0 L447.8,215.4 '></path>
+</g>
+<g style="fill:none; color:blue; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(255, 113, 126)' d='M418.1,216.9 L421.0,215.0 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M198.1,222.7 L202.2,218.8 M206.3,211.2 L202.2,218.8 M177.4,230.0 L177.4,248.9 M204.2,232.4 L204.2,249.6
+ M231.1,228.3 L231.1,245.9 M257.9,234.9 L257.9,251.7 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M439.5,221.8 L443.7,220.0 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M284.8,230.6 L284.8,249.6 M311.5,231.5 L311.5,246.8 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M338.3,221.4 L338.3,248.3 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M365.2,190.3 L365.2,245.6 '></path>
+</g>
+<g style="fill:none; color:blue; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(255, 113, 126)' d='M392.0,145.9 L392.0,243.7 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M418.9,218.5 L418.9,235.8 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M445.7,233.8 L445.7,251.2 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M468.4,264.2 L472.5,261.5 M472.5,236.7 L472.5,261.5 M193.9,219.1 L198.1,222.7 M336.3,215.1 L340.4,209.7
+ M224.9,215.2 L229.1,214.6 M301.2,220.5 L305.3,222.5 M309.5,212.8 L305.3,222.5 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M462.2,226.9 L466.4,224.0 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M332.2,221.5 L336.3,215.1 M173.3,231.5 L173.3,250.4 M200.1,235.4 L200.1,249.3 M278.6,214.9 L282.7,214.1
+ M226.9,234.7 L226.9,248.9 M328.0,222.1 L332.2,221.5 M253.8,237.2 L253.8,251.5 M280.6,232.1 L280.6,255.2
+ M307.4,234.7 L307.4,253.0 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M334.2,235.8 L334.2,248.9 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M361.0,207.0 L361.0,248.9 M435.4,226.1 L439.5,221.8 '></path>
+</g>
+<g style="fill:none; color:blue; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(255, 113, 126)' d='M387.9,149.3 L387.9,251.5 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M414.7,209.7 L414.7,245.2 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M441.6,235.2 L441.6,252.4 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M464.3,266.8 L468.4,264.2 M468.4,234.6 L468.4,264.2 M247.6,219.8 L251.8,218.8 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M458.1,228.8 L462.2,226.9 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M433.3,227.0 L435.4,226.1 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M169.1,240.1 L169.1,252.9 M196.0,241.8 L196.0,253.5 M222.8,242.5 L222.8,255.3 M249.7,237.8 L249.7,253.7
+ M276.5,237.6 L276.5,257.6 M303.2,237.6 L303.2,256.1 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M330.1,237.5 L330.1,249.6 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M220.8,221.8 L224.9,215.2 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M356.9,227.7 L356.9,253.8 '></path>
+</g>
+<g style="fill:none; color:blue; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(255, 113, 126)' d='M383.8,168.2 L383.8,256.6 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M216.6,226.9 L220.8,221.8 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M410.6,199.6 L410.6,253.2 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M437.4,232.9 L437.4,256.1 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M460.1,269.5 L464.3,266.8 M464.3,242.1 L464.3,266.8 M274.5,219.4 L278.6,214.9 M323.9,222.1 L328.0,222.1
+ M212.5,227.2 L216.6,226.9 M297.2,227.1 L301.2,220.5 M243.5,222.9 L247.6,219.8 M189.8,222.6 L193.9,219.1
+ M165.0,238.8 L165.0,255.5 M480.8,227.8 L484.9,229.3 M293.0,224.8 L297.2,227.1 M191.8,239.7 L191.8,255.5
+ '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M454.0,232.5 L458.1,228.8 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M270.3,224.9 L274.5,219.4 M218.7,243.9 L218.7,258.1 M245.5,242.0 L245.5,258.7 M272.4,242.8 L272.4,258.9
+ M299.2,236.6 L299.2,255.3 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M325.9,242.3 L325.9,250.4 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M352.8,232.2 L352.8,260.1 '></path>
+</g>
+<g style="fill:none; color:blue; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(255, 113, 126)' d='M379.6,193.5 L379.6,260.0 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M406.5,198.0 L406.5,260.3 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M433.3,227.0 L433.3,258.4 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M266.2,227.4 L270.3,224.9 M456.0,272.2 L460.1,269.5 M460.1,241.2 L460.1,269.5 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M359.0,198.0 L362.2,202.3 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M235.2,233.7 L239.4,230.5 M243.5,222.9 L239.4,230.5 M185.7,224.5 L189.8,222.6 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M449.8,233.1 L454.0,232.5 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M160.9,245.6 L160.9,258.8 M187.7,244.4 L187.7,257.8 M214.5,240.0 L214.5,261.1 M241.4,242.4 L241.4,259.0
+ M268.2,239.7 L268.2,260.7 M319.8,225.1 L323.9,222.1 M295.1,242.1 L295.1,257.0 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M321.8,245.5 L321.8,256.0 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M348.6,236.8 L348.6,263.9 '></path>
+</g>
+<g style="fill:none; color:blue; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(255, 113, 126)' d='M375.5,222.0 L375.5,263.8 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M208.4,225.7 L212.5,227.2 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M423.0,226.2 L423.7,226.8 M402.3,209.0 L402.3,265.3 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M429.2,221.6 L429.2,262.2 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M451.9,274.9 L456.0,272.2 M456.0,246.3 L456.0,272.2 M262.1,229.0 L266.2,227.4 M231.1,228.3 L235.2,233.7
+ M181.5,226.1 L185.7,224.5 M476.7,232.2 L480.8,227.8 M156.7,244.2 L156.7,262.7 M183.6,245.6 L183.6,261.6
+ M210.4,249.5 L210.4,266.6 M237.2,250.1 L237.2,262.0 M315.6,231.6 L319.8,225.1 M288.9,229.9 L293.0,224.8
+ M264.1,243.1 L264.1,262.5 M290.9,250.4 L290.9,262.1 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M317.7,243.5 L317.7,261.3 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M311.5,231.5 L315.6,231.6 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M445.7,233.8 L449.8,233.1 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M344.5,243.7 L344.5,265.6 '></path>
+</g>
+<g style="fill:none; color:blue; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(255, 113, 126)' d='M371.3,233.7 L371.3,267.9 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M398.2,224.4 L398.2,267.6 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M425.0,225.0 L425.0,266.4 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M447.7,277.6 L451.9,274.9 M451.9,244.3 L451.9,274.9 M472.5,236.7 L476.7,232.2 M284.8,230.6 L288.9,229.9
+ M257.9,234.9 L262.1,229.0 M152.6,250.9 L152.6,266.7 M253.8,237.2 L257.9,234.9 M179.4,249.9 L179.4,264.5
+ M206.3,251.6 L206.3,267.9 M233.1,244.5 L233.1,268.1 M468.4,234.6 L472.5,236.7 M177.4,230.0 L181.5,226.1
+ M260.0,250.3 L260.0,264.6 M286.8,245.9 L286.8,266.9 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M313.5,244.2 L313.5,262.7 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M340.4,248.8 L340.4,265.6 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M204.2,232.4 L208.4,225.7 '></path>
+</g>
+<g style="fill:none; color:blue; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(255, 113, 126)' d='M367.2,244.7 L367.2,269.6 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M394.1,238.6 L394.1,269.6 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M200.1,235.4 L204.2,232.4 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M420.9,230.8 L420.9,268.9 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M443.6,280.2 L447.7,277.6 M447.7,251.5 L447.7,277.6 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M354.9,196.0 L359.0,198.0 M441.6,235.2 L445.7,233.8 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M418.9,218.5 L423.0,226.2 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M173.3,231.5 L177.4,230.0 M307.4,234.7 L311.5,231.5 M148.5,251.0 L148.5,269.9 M280.6,232.1 L284.8,230.6
+ M175.3,247.9 L175.3,269.0 M202.1,247.6 L202.1,270.3 M249.7,237.8 L253.8,237.2 M229.0,247.4 L229.0,270.4
+ M255.8,253.1 L255.8,269.4 M282.7,253.4 L282.7,270.0 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M309.4,249.5 L309.4,267.7 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M336.2,247.8 L336.2,265.2 '></path>
+</g>
+<g style="fill:none; color:blue; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(255, 113, 126)' d='M363.1,246.6 L363.1,272.2 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M196.0,241.8 L200.1,235.4 M218.7,243.9 L222.8,242.5 M226.9,234.7 L222.8,242.5 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M389.9,249.1 L389.9,272.1 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M226.9,234.7 L231.1,228.3 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M416.8,240.8 L416.8,269.4 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M439.5,282.9 L443.6,280.2 M443.6,251.0 L443.6,280.2 M191.8,239.7 L196.0,241.8 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M330.1,237.5 L334.2,235.8 M338.3,221.4 L334.2,235.8 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M303.2,237.6 L307.4,234.7 M165.0,238.8 L169.1,240.1 M173.3,231.5 L169.1,240.1 M144.3,253.2 L144.3,271.6
+ '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M437.4,232.9 L441.6,235.2 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M171.2,253.0 L171.2,272.5 M198.0,251.1 L198.0,274.0 M460.1,241.2 L464.3,242.1 M468.4,234.6 L464.3,242.1
+ M224.8,250.4 L224.8,271.6 '></path>
+</g>
+<g style="fill:none; color:blue; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(255, 113, 126)' d='M400.3,191.4 L404.0,204.4 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M251.7,249.8 L251.7,272.3 M278.5,257.0 L278.5,269.6 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M305.3,256.6 L305.3,273.5 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M377.6,194.4 L379.3,195.8 M332.1,250.1 L332.1,271.2 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M276.5,237.6 L280.6,232.1 '></path>
+</g>
+<g style="fill:none; color:blue; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(255, 113, 126)' d='M358.9,251.2 L358.9,275.6 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M385.8,254.0 L385.8,274.7 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M412.6,249.8 L412.6,269.3 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M435.3,285.6 L439.5,282.9 M439.5,253.8 L439.5,282.9 M245.5,242.0 L249.7,237.8 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M350.7,199.8 L354.9,196.0 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M272.4,242.8 L276.5,237.6 M214.5,240.0 L218.7,243.9 M299.2,236.6 L303.2,237.6 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M325.9,242.3 L330.1,237.5 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M136.1,287.0 L138.1,285.7 M140.2,252.0 L140.2,272.3 M167.0,252.7 L167.0,273.3 M268.2,239.7 L272.4,242.8
+ M193.9,256.0 L193.9,276.9 M220.7,260.4 L220.7,276.2 M247.5,257.8 L247.5,273.6 M241.4,242.4 L245.5,242.0
+ M274.4,258.3 L274.4,270.5 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M301.1,255.6 L301.1,273.9 M342.5,211.9 L338.3,221.4 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M328.0,249.1 L328.0,274.8 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M342.5,211.9 L346.6,207.0 M350.7,199.8 L346.6,207.0 M321.8,245.5 L325.9,242.3 '></path>
+</g>
+<g style="fill:none; color:blue; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(255, 113, 126)' d='M354.8,256.5 L354.8,278.7 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M381.6,259.4 L381.6,278.0 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M408.5,256.7 L408.5,273.4 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M431.2,288.3 L435.3,285.6 M435.3,258.5 L435.3,285.6 M187.7,244.4 L191.8,239.7 M160.9,245.6 L165.0,238.8
+ M156.7,244.2 L160.9,245.6 M456.0,246.3 L460.1,241.2 M131.9,289.7 L136.1,287.0 M136.1,263.1 L136.1,287.0
+ M162.9,258.4 L162.9,274.5 M189.7,255.0 L189.7,277.3 M183.6,245.6 L187.7,244.4 M216.6,255.9 L216.6,277.3
+ '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M414.7,209.7 L418.9,218.5 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M433.3,227.0 L437.4,232.9 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M243.4,259.7 L243.4,277.1 M270.3,259.6 L270.3,274.2 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M317.7,243.5 L321.8,245.5 M297.1,254.9 L297.1,275.5 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M323.8,251.7 L323.8,276.6 '></path>
+</g>
+<g style="fill:none; color:blue; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(255, 113, 126)' d='M350.7,263.9 L350.7,280.8 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M451.9,244.3 L456.0,246.3 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M377.5,260.7 L377.5,280.8 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M404.4,264.0 L404.4,278.5 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M427.1,291.0 L431.2,288.3 M431.2,258.3 L431.2,288.3 M233.1,244.5 L237.2,250.1 M241.4,242.4 L237.2,250.1
+ M295.1,242.1 L299.2,236.6 M286.8,245.9 L290.9,250.4 M295.1,242.1 L290.9,250.4 M206.3,251.6 L210.4,249.5
+ M214.5,240.0 L210.4,249.5 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M373.5,189.3 L377.6,194.4 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M127.8,292.4 L131.9,289.7 M131.9,258.8 L131.9,289.7 M154.6,292.5 L156.7,291.2 M158.8,259.3 L158.8,279.7
+ M185.6,260.6 L185.6,279.6 M212.4,266.5 L212.4,275.5 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M352.8,232.2 L356.9,227.7 M361.0,207.0 L356.9,227.7 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M239.3,258.2 L239.3,278.3 M266.1,261.9 L266.1,277.1 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M293.0,259.2 L293.0,279.8 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M319.7,260.3 L319.7,282.6 '></path>
+</g>
+<g style="fill:none; color:blue; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(255, 113, 126)' d='M346.5,264.0 L346.5,283.0 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M373.4,267.0 L373.4,282.7 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M264.1,243.1 L268.2,239.7 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M400.2,266.6 L400.2,280.8 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M179.4,249.9 L183.6,245.6 M422.9,293.6 L427.1,291.0 M427.1,266.3 L427.1,291.0 M152.6,250.9 L156.7,244.2
+ '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M348.6,236.8 L352.8,232.2 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M202.1,247.6 L206.3,251.6 M148.5,251.0 L152.6,250.9 M123.7,295.0 L127.8,292.4 M127.8,264.2 L127.8,292.4
+ M150.5,295.2 L154.6,292.5 M154.6,266.2 L154.6,292.5 M175.3,247.9 L179.4,249.9 M181.5,262.6 L181.5,284.0
+ M208.3,266.7 L208.3,281.0 M235.1,266.0 L235.1,280.3 M255.8,253.1 L260.0,250.3 M264.1,243.1 L260.0,250.3
+ M262.0,263.2 L262.0,282.8 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M288.8,265.1 L288.8,283.0 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M344.5,243.7 L348.6,236.8 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M313.5,244.2 L317.7,243.5 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M315.6,262.3 L315.6,284.9 M340.4,248.8 L344.5,243.7 '></path>
+</g>
+<g style="fill:none; color:blue; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(255, 113, 126)' d='M342.4,267.4 L342.4,285.5 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M369.2,268.8 L369.2,286.4 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M443.6,251.0 L447.7,251.5 M451.9,244.3 L447.7,251.5 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M396.1,268.8 L396.1,281.2 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M418.8,296.3 L422.9,293.6 M422.9,266.6 L422.9,293.6 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M336.2,247.8 L340.4,248.8 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M119.5,297.7 L123.7,295.0 M123.7,270.6 L123.7,295.0 '></path>
+</g>
+<g style="fill:none; color:blue; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(255, 113, 126)' d='M396.2,171.1 L400.3,191.4 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M146.4,297.8 L150.5,295.2 M150.5,267.2 L150.5,295.2 M173.2,298.0 L175.2,296.6 M177.3,266.4 L177.3,288.1
+ '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M429.2,221.6 L433.3,227.0 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M204.2,269.2 L204.2,285.1 M251.7,249.8 L255.8,253.1 M231.0,270.2 L231.0,282.8 M278.5,257.0 L282.7,253.4
+ M286.8,245.9 L282.7,253.4 M257.9,266.2 L257.9,283.9 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M284.7,268.8 L284.7,286.1 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M311.4,263.2 L311.4,283.3 '></path>
+</g>
+<g style="fill:none; color:blue; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(255, 113, 126)' d='M338.3,263.8 L338.3,287.4 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M144.3,253.2 L148.5,251.0 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M365.1,270.4 L365.1,289.9 M369.3,187.6 L373.5,189.3 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M391.9,270.5 L391.9,284.5 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M229.0,247.4 L233.1,244.5 M414.7,299.0 L418.8,296.3 M418.8,271.4 L418.8,296.3 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M309.4,249.5 L313.5,244.2 '></path>
+</g>
+<g style="fill:none; color:blue; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(255, 113, 126)' d='M363.1,246.6 L367.2,244.7 M371.3,233.7 L367.2,244.7 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M410.6,199.6 L414.7,209.7 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M274.4,258.3 L278.5,257.0 M119.5,272.4 L119.5,297.7 M142.2,300.5 L146.4,297.8 M146.4,272.6 L146.4,297.8
+ M169.1,300.6 L173.2,298.0 M173.2,271.6 L173.2,298.0 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M305.3,256.6 L309.4,249.5 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M200.0,271.4 L200.0,284.8 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M301.1,255.6 L305.3,256.6 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M171.2,253.0 L175.3,247.9 M439.5,253.8 L443.6,251.0 M226.9,270.6 L226.9,284.3 M253.7,272.7 L253.7,285.4
+ '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M365.2,190.3 L361.0,207.0 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M280.6,271.2 L280.6,287.1 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M198.0,251.1 L202.1,247.6 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M307.3,272.3 L307.3,287.2 '></path>
+</g>
+<g style="fill:none; color:blue; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(255, 113, 126)' d='M334.1,266.7 L334.1,291.0 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M361.0,274.1 L361.0,291.4 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M224.8,250.4 L229.0,247.4 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M385.8,254.0 L389.9,249.1 M394.1,238.6 L389.9,249.1 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M387.8,273.7 L387.8,289.3 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M410.5,301.7 L414.7,299.0 M414.7,267.4 L414.7,299.0 M140.2,252.0 L144.3,253.2 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M332.1,250.1 L336.2,247.8 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M167.0,252.7 L171.2,253.0 M216.6,255.9 L220.7,260.4 M224.8,250.4 L220.7,260.4 '></path>
+</g>
+<g style="fill:none; color:blue; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(255, 113, 126)' d='M375.5,222.0 L371.3,233.7 M358.9,251.2 L363.1,246.6 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M381.6,259.4 L385.8,254.0 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M138.1,303.2 L142.2,300.5 M142.2,270.5 L142.2,300.5 M164.9,303.3 L169.1,300.6 M169.1,273.4 L169.1,300.6
+ M193.9,256.0 L198.0,251.1 M435.3,258.5 L439.5,253.8 M191.8,303.4 L193.8,302.1 M195.9,276.8 L195.9,288.5
+ M222.7,272.5 L222.7,288.0 M249.6,271.8 L249.6,291.2 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M398.2,224.4 L394.1,238.6 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M276.4,267.9 L276.4,285.2 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M270.3,259.6 L274.4,258.3 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M377.5,260.7 L381.6,259.4 M303.2,274.7 L303.2,294.2 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M243.4,259.7 L247.5,257.8 M251.7,249.8 L247.5,257.8 '></path>
+</g>
+<g style="fill:none; color:blue; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(255, 113, 126)' d='M330.0,275.9 L330.0,293.4 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M356.8,277.1 L356.8,294.0 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M383.7,275.8 L383.7,292.3 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M365.2,190.3 L369.3,187.6 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M131.9,258.8 L136.1,263.1 M140.2,252.0 L136.1,263.1 M406.4,304.4 L410.5,301.7 M410.5,271.3 L410.5,301.7
+ '></path>
+</g>
+<g style="fill:none; color:blue; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(255, 113, 126)' d='M354.8,256.5 L358.9,251.2 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M189.7,255.0 L193.9,256.0 M431.2,258.3 L435.3,258.5 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M328.0,249.1 L332.1,250.1 '></path>
+</g>
+<g style="fill:none; color:blue; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(255, 113, 126)' d='M379.6,193.5 L375.5,222.0 M346.5,264.0 L350.7,263.9 M354.8,256.5 L350.7,263.9 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M400.2,266.6 L404.4,264.0 M408.5,256.7 L404.4,264.0 M408.5,256.7 L412.6,249.8 M416.8,240.8 L412.6,249.8
+ M425.0,225.0 L429.2,221.6 M297.1,254.9 L301.1,255.6 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M138.1,274.2 L138.1,303.2 M160.8,306.0 L164.9,303.3 M164.9,273.1 L164.9,303.3 M187.6,306.1 L191.8,303.4
+ M191.8,277.1 L191.8,303.4 M218.6,280.0 L218.6,290.1 M245.4,275.5 L245.4,293.1 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M272.3,273.1 L272.3,288.7 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M162.9,258.4 L167.0,252.7 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M299.1,273.0 L299.1,297.6 '></path>
+</g>
+<g style="fill:none; color:blue; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(255, 113, 126)' d='M325.9,273.5 L325.9,294.9 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M420.9,230.8 L416.8,240.8 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M352.7,280.4 L352.7,297.0 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M379.5,280.2 L379.5,292.6 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M402.3,307.0 L406.4,304.4 M406.4,275.5 L406.4,304.4 M208.3,266.7 L212.4,266.5 M216.6,255.9 L212.4,266.5
+ M239.3,258.2 L243.4,259.7 M158.8,259.3 L162.9,258.4 M266.1,261.9 L270.3,259.6 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M373.4,267.0 L377.5,260.7 M369.2,268.8 L373.4,267.0 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M420.9,230.8 L425.0,225.0 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M402.3,209.0 L398.2,224.4 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M396.1,268.8 L400.2,266.6 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M156.7,308.7 L160.8,306.0 M160.8,275.8 L160.8,306.0 M422.9,266.6 L427.1,266.3 M431.2,258.3 L427.1,266.3
+ M183.5,308.8 L187.6,306.1 M187.6,277.4 L187.6,306.1 M210.3,308.9 L212.4,307.6 M214.5,274.5 L214.5,292.9
+ M241.3,278.7 L241.3,293.9 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M268.2,275.3 L268.2,294.1 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M295.0,278.2 L295.0,296.2 '></path>
+</g>
+<g style="fill:none; color:blue; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(255, 113, 126)' d='M321.7,279.8 L321.7,299.1 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M348.6,281.2 L348.6,298.9 '></path>
+</g>
+<g style="fill:none; color:blue; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(255, 113, 126)' d='M342.4,267.4 L346.5,264.0 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M185.6,260.6 L189.7,255.0 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M375.4,281.4 L375.4,293.2 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M398.1,309.7 L402.3,307.0 M402.3,281.7 L402.3,307.0 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M323.8,251.7 L328.0,249.1 M406.5,198.0 L410.6,199.6 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M262.0,263.2 L266.1,261.9 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M293.0,259.2 L297.1,254.9 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M181.5,262.6 L185.6,260.6 M154.6,266.2 L158.8,259.3 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M365.1,270.4 L369.2,268.8 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M150.5,267.2 L154.6,266.2 M127.8,264.2 L131.9,258.8 M204.2,269.2 L208.3,266.7 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M391.9,270.5 L396.1,268.8 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M156.7,283.7 L156.7,308.7 M179.4,311.5 L183.5,308.8 M183.5,281.8 L183.5,308.8 M206.2,311.6 L210.3,308.9
+ M210.3,276.5 L210.3,308.9 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M315.6,262.3 L319.7,260.3 M323.8,251.7 L319.7,260.3 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M237.2,277.8 L237.2,296.4 '></path>
+</g>
+<g style="fill:none; color:blue; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(255, 113, 126)' d='M338.3,263.8 L342.4,267.4 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M264.0,279.0 L264.0,295.7 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M231.0,270.2 L235.1,266.0 M239.3,258.2 L235.1,266.0 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M290.9,281.5 L290.9,294.8 '></path>
+</g>
+<g style="fill:none; color:blue; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(255, 113, 126)' d='M317.6,285.6 L317.6,303.0 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M288.8,265.1 L293.0,259.2 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M344.4,284.9 L344.4,302.5 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M123.7,270.6 L127.8,264.2 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M371.3,284.1 L371.3,295.5 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M394.0,312.4 L398.1,309.7 M398.1,280.0 L398.1,309.7 M119.5,272.4 L123.7,270.6 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M284.7,268.8 L288.8,265.1 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M418.8,271.4 L422.9,266.6 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M406.5,198.0 L402.3,209.0 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M177.3,266.4 L181.5,262.6 M226.9,270.6 L231.0,270.2 M257.9,266.2 L262.0,263.2 M200.0,271.4 L204.2,269.2
+ M175.2,314.2 L179.4,311.5 M179.4,286.2 L179.4,311.5 M414.7,267.4 L418.8,271.4 M202.1,314.3 L206.2,311.6
+ M206.2,285.6 L206.2,311.6 M228.9,314.4 L230.9,313.1 M233.0,282.9 L233.0,299.3 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M361.0,274.1 L365.1,270.4 '></path>
+</g>
+<g style="fill:none; color:blue; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(255, 113, 126)' d='M392.0,145.9 L396.2,171.1 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M259.9,286.7 L259.9,296.3 M387.8,273.7 L391.9,270.5 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M286.7,284.4 L286.7,297.5 M311.4,263.2 L315.6,262.3 '></path>
+</g>
+<g style="fill:none; color:blue; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(255, 113, 126)' d='M313.5,284.1 L313.5,304.5 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M340.3,286.2 L340.3,306.3 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M280.6,271.2 L284.7,268.8 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M146.4,272.6 L150.5,267.2 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M367.1,288.8 L367.1,298.3 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M389.8,315.1 L394.0,312.4 M394.0,282.4 L394.0,312.4 M173.2,271.6 L177.3,266.4 M142.2,270.5 L146.4,272.6
+ M253.7,272.7 L257.9,266.2 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M356.8,277.1 L361.0,274.1 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M249.6,271.8 L253.7,272.7 M169.1,273.4 L173.2,271.6 M175.2,290.1 L175.2,314.2 M197.9,316.9 L202.1,314.3
+ M202.1,284.5 L202.1,314.3 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M383.7,275.8 L387.8,273.7 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M195.9,276.8 L200.0,271.4 M224.8,317.1 L228.9,314.4 M228.9,282.6 L228.9,314.4 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M255.7,281.0 L255.7,296.7 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M303.2,274.7 L307.3,272.3 M311.4,263.2 L307.3,272.3 M282.6,287.8 L282.6,304.4 '></path>
+</g>
+<g style="fill:none; color:blue; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(255, 113, 126)' d='M309.3,282.4 L309.3,306.2 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M336.2,288.7 L336.2,308.5 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M363.0,291.0 L363.0,303.9 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M222.7,272.5 L226.9,270.6 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M276.4,267.9 L280.6,271.2 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M385.7,317.8 L389.8,315.1 M389.8,286.6 L389.8,315.1 M191.8,277.1 L195.9,276.8 '></path>
+</g>
+<g style="fill:none; color:blue; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(255, 113, 126)' d='M383.8,168.2 L379.6,193.5 M334.1,266.7 L338.3,263.8 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M352.7,280.4 L356.8,277.1 '></path>
+</g>
+<g style="fill:none; color:blue; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(255, 113, 126)' d='M325.9,273.5 L330.0,275.9 M334.1,266.7 L330.0,275.9 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M193.8,319.6 L197.9,316.9 M197.9,285.1 L197.9,316.9 M220.6,319.7 L224.8,317.1 M224.8,286.0 L224.8,317.1
+ '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M247.5,319.9 L249.5,318.5 M251.6,290.0 L251.6,300.5 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M164.9,273.1 L169.1,273.4 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M379.5,280.2 L383.7,275.8 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M278.5,286.4 L278.5,310.8 M299.1,273.0 L303.2,274.7 '></path>
+</g>
+<g style="fill:none; color:blue; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(255, 113, 126)' d='M305.2,292.1 L305.2,308.6 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M332.0,293.3 L332.0,310.0 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M358.9,291.8 L358.9,306.6 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M381.6,320.4 L385.7,317.8 M385.7,292.0 L385.7,317.8 M214.5,274.5 L218.6,280.0 M222.7,272.5 L218.6,280.0
+ M410.5,271.3 L414.7,267.4 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M348.6,281.2 L352.7,280.4 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M245.4,275.5 L249.6,271.8 M138.1,274.2 L142.2,270.5 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M375.4,281.4 L379.5,280.2 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M187.6,277.4 L191.8,277.1 M193.8,292.1 L193.8,319.6 M216.5,322.4 L220.6,319.7 M220.6,290.1 L220.6,319.7
+ '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M243.3,322.5 L247.5,319.9 M247.5,292.4 L247.5,319.9 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M274.3,283.8 L274.3,311.8 '></path>
+</g>
+<g style="fill:none; color:blue; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(255, 113, 126)' d='M301.1,296.4 L301.1,312.0 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M327.9,293.6 L327.9,313.0 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M406.4,275.5 L410.5,271.3 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M354.7,296.2 L354.7,307.6 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M377.4,323.1 L381.6,320.4 M381.6,292.6 L381.6,320.4 M241.3,278.7 L245.4,275.5 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M272.3,273.1 L276.4,267.9 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M160.8,275.8 L164.9,273.1 M402.3,281.7 L406.4,275.5 M212.4,325.1 L216.5,322.4 M216.5,290.1 L216.5,322.4
+ '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M344.4,284.9 L348.6,281.2 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M371.3,284.1 L375.4,281.4 M268.2,275.3 L272.3,273.1 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M398.1,280.0 L402.3,281.7 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M239.2,325.2 L243.3,322.5 M243.3,293.8 L243.3,322.5 '></path>
+</g>
+<g style="fill:none; color:blue; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(255, 113, 126)' d='M321.7,279.8 L325.9,273.5 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M266.0,325.3 L268.1,324.0 M270.2,293.8 L270.2,314.8 M295.0,278.2 L299.1,273.0 '></path>
+</g>
+<g style="fill:none; color:blue; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(255, 113, 126)' d='M297.0,298.8 L297.0,314.6 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M323.8,296.2 L323.8,315.9 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M350.6,297.8 L350.6,312.7 '></path>
+</g>
+<g style="fill:none; color:blue; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(255, 113, 126)' d='M317.6,285.6 L321.7,279.8 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M373.3,325.8 L377.4,323.1 M377.4,292.6 L377.4,323.1 M237.2,277.8 L241.3,278.7 M183.5,281.8 L187.6,277.4
+ '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M290.9,281.5 L295.0,278.2 '></path>
+</g>
+<g style="fill:none; color:blue; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(255, 113, 126)' d='M313.5,284.1 L317.6,285.6 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M160.8,275.8 L156.7,283.7 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M340.3,286.2 L344.4,284.9 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M212.4,295.8 L212.4,325.1 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M367.1,288.8 L371.3,284.1 M235.1,327.9 L239.2,325.2 M239.2,293.9 L239.2,325.2 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M179.4,286.2 L183.5,281.8 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M261.9,328.0 L266.0,325.3 M266.0,294.3 L266.0,325.3 '></path>
+</g>
+<g style="fill:none; color:blue; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(255, 113, 126)' d='M292.9,293.5 L292.9,316.5 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M264.0,279.0 L268.2,275.3 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M319.6,302.0 L319.6,317.8 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M210.3,276.5 L214.5,274.5 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M346.5,300.0 L346.5,317.8 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M369.2,328.5 L373.3,325.8 M373.3,293.8 L373.3,325.8 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M286.7,284.4 L290.9,281.5 '></path>
+</g>
+<g style="fill:none; color:blue; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(255, 113, 126)' d='M387.9,149.3 L383.8,168.2 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M363.0,291.0 L367.1,288.8 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M175.2,290.1 L179.4,286.2 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M255.7,281.0 L259.9,286.7 M264.0,279.0 L259.9,286.7 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M202.1,284.5 L206.2,285.6 M210.3,276.5 L206.2,285.6 M394.0,282.4 L398.1,280.0 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M230.9,330.6 L235.1,327.9 M235.1,299.0 L235.1,327.9 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M257.8,330.7 L261.9,328.0 M261.9,297.1 L261.9,328.0 M336.2,288.7 L340.3,286.2 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M233.0,282.9 L237.2,277.8 '></path>
+</g>
+<g style="fill:none; color:blue; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(255, 113, 126)' d='M284.6,330.8 L286.7,329.5 M288.8,296.1 L288.8,319.7 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M315.5,304.0 L315.5,321.4 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M342.3,305.1 L342.3,321.2 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M365.0,331.2 L369.2,328.5 M369.2,297.2 L369.2,328.5 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M282.6,287.8 L286.7,284.4 '></path>
+</g>
+<g style="fill:none; color:blue; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(255, 113, 126)' d='M309.3,282.4 L313.5,284.1 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M228.9,282.6 L233.0,282.9 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M358.9,291.8 L363.0,291.0 M230.9,299.6 L230.9,330.6 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M253.6,333.4 L257.8,330.7 M257.8,295.5 L257.8,330.7 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M389.8,286.6 L394.0,282.4 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M332.0,293.3 L336.2,288.7 '></path>
+</g>
+<g style="fill:none; color:blue; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(255, 113, 126)' d='M280.5,333.5 L284.6,330.8 M284.6,298.9 L284.6,330.8 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M311.4,305.1 L311.4,324.2 M278.5,286.4 L282.6,287.8 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M338.2,307.6 L338.2,322.1 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M360.9,333.8 L365.0,331.2 M365.0,299.4 L365.0,331.2 '></path>
+</g>
+<g style="fill:none; color:blue; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(255, 113, 126)' d='M387.9,149.3 L392.0,145.9 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M327.9,293.6 L332.0,293.3 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M197.9,285.1 L202.1,284.5 M385.7,292.0 L389.8,286.6 '></path>
+</g>
+<g style="fill:none; color:blue; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(255, 113, 126)' d='M301.1,296.4 L305.2,292.1 M309.3,282.4 L305.2,292.1 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M249.5,336.1 L253.6,333.4 M253.6,298.0 L253.6,333.4 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M354.7,296.2 L358.9,291.8 '></path>
+</g>
+<g style="fill:none; color:blue; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(255, 113, 126)' d='M276.3,336.2 L280.5,333.5 M280.5,310.1 L280.5,333.5 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M381.6,292.6 L385.7,292.0 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M303.1,336.3 L305.1,335.0 M307.2,307.3 L307.2,326.8 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M334.1,309.4 L334.1,326.0 M247.5,292.4 L251.6,290.0 M255.7,281.0 L251.6,290.0 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M224.8,286.0 L228.9,282.6 M356.8,336.5 L360.9,333.8 M360.9,308.6 L360.9,333.8 '></path>
+</g>
+<g style="fill:none; color:blue; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(255, 113, 126)' d='M297.0,298.8 L301.1,296.4 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M350.6,297.8 L354.7,296.2 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M220.6,290.1 L224.8,286.0 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M249.5,303.1 L249.5,336.1 M274.3,283.8 L278.5,286.4 '></path>
+</g>
+<g style="fill:none; color:blue; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(255, 113, 126)' d='M272.2,338.9 L276.3,336.2 M276.3,311.4 L276.3,336.2 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M299.1,339.0 L303.1,336.3 M303.1,310.0 L303.1,336.3 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M193.8,292.1 L197.9,285.1 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M329.9,310.7 L329.9,329.6 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M323.8,296.2 L327.9,293.6 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M352.6,339.2 L356.8,336.5 M356.8,304.6 L356.8,336.5 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M243.3,293.8 L247.5,292.4 '></path>
+</g>
+<g style="fill:none; color:blue; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(255, 113, 126)' d='M292.9,293.5 L297.0,298.8 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M377.4,292.6 L381.6,292.6 M216.5,290.1 L220.6,290.1 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M346.5,300.0 L350.6,297.8 '></path>
+</g>
+<g style="fill:none; color:blue; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(255, 113, 126)' d='M268.1,341.5 L272.2,338.9 M272.2,312.1 L272.2,338.9 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M294.9,341.6 L299.1,339.0 M299.1,314.0 L299.1,339.0 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M321.7,341.8 L323.7,340.4 M325.8,315.4 L325.8,329.9 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M319.6,302.0 L323.8,296.2 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M348.5,341.9 L352.6,339.2 M352.6,310.7 L352.6,339.2 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M315.5,304.0 L319.6,302.0 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M239.2,293.9 L243.3,293.8 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M266.0,294.3 L270.2,293.8 M274.3,283.8 L270.2,293.8 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M342.3,305.1 L346.5,300.0 '></path>
+</g>
+<g style="fill:none; color:blue; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(255, 113, 126)' d='M268.1,317.7 L268.1,341.5 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M290.8,344.3 L294.9,341.6 M294.9,315.3 L294.9,341.6 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M373.3,293.8 L377.4,292.6 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M317.5,344.4 L321.7,341.8 M321.7,316.5 L321.7,341.8 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M344.4,344.6 L348.5,341.9 M348.5,314.8 L348.5,341.9 M212.4,295.8 L216.5,290.1 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M338.2,307.6 L342.3,305.1 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M311.4,305.1 L315.5,304.0 M261.9,297.1 L266.0,294.3 M286.7,347.0 L290.8,344.3 M290.8,317.8 L290.8,344.3
+ '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M235.1,299.0 L239.2,293.9 M313.4,347.1 L317.5,344.4 M317.5,319.2 L317.5,344.4 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M340.2,347.2 L344.4,344.6 M344.4,321.0 L344.4,344.6 '></path>
+</g>
+<g style="fill:none; color:blue; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(255, 113, 126)' d='M288.8,296.1 L292.9,293.5 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M369.2,297.2 L373.3,293.8 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M334.1,309.4 L338.2,307.6 M230.9,299.6 L235.1,299.0 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M307.2,307.3 L311.4,305.1 M257.8,295.5 L261.9,297.1 M286.7,321.8 L286.7,347.0 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M309.3,349.8 L313.4,347.1 M313.4,323.6 L313.4,347.1 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M336.1,349.9 L340.2,347.2 M340.2,321.4 L340.2,347.2 M365.0,299.4 L369.2,297.2 '></path>
+</g>
+<g style="fill:none; color:blue; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(255, 113, 126)' d='M284.6,298.9 L288.8,296.1 M276.3,311.4 L280.5,310.1 M284.6,298.9 L280.5,310.1 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M329.9,310.7 L334.1,309.4 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M356.8,304.6 L360.9,308.6 M365.0,299.4 L360.9,308.6 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M303.1,310.0 L307.2,307.3 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M305.1,352.5 L309.3,349.8 M309.3,324.7 L309.3,349.8 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M332.0,352.6 L336.1,349.9 M336.1,322.9 L336.1,349.9 '></path>
+</g>
+<g style="fill:none; color:blue; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(255, 113, 126)' d='M272.2,312.1 L276.3,311.4 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M325.8,315.4 L329.9,310.7 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M253.6,298.0 L257.8,295.5 M299.1,314.0 L303.1,310.0 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M305.1,329.0 L305.1,352.5 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M327.8,355.3 L332.0,352.6 M332.0,329.3 L332.0,352.6 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M321.7,316.5 L325.8,315.4 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M294.9,315.3 L299.1,314.0 M249.5,303.1 L253.6,298.0 '></path>
+</g>
+<g style="fill:none; color:blue; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(255, 113, 126)' d='M268.1,317.7 L272.2,312.1 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M323.7,358.0 L327.8,355.3 M327.8,330.0 L327.8,355.3 M352.6,310.7 L356.8,304.6 M348.5,314.8 L352.6,310.7
+ '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M317.5,319.2 L321.7,316.5 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M290.8,317.8 L294.9,315.3 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M323.7,329.8 L323.7,358.0 M344.4,321.0 L348.5,314.8 M340.2,321.4 L344.4,321.0 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M313.4,323.6 L317.5,319.2 '></path>
+</g>
+<g style="fill:none; color:#157545; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb(151, 195, 10)' d='M286.7,321.8 L290.8,317.8 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M309.3,324.7 L313.4,323.6 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M336.1,322.9 L340.2,321.4 '></path>
+</g>
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 31, 190, 214)' d='M305.1,329.0 L309.3,324.7 '></path>
+</g>
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path stroke='rgb( 85, 85, 85)' d='M332.0,329.3 L336.1,322.9 M327.8,330.0 L332.0,329.3 M323.7,329.8 L327.8,330.0 '></path>
+</g>
+ <a xlink:title="Plot #1">
+<g style="fill:none; color:blue; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+</g>
+ </a>
+ <a xlink:title="Plot #2">
+<g style="fill:none; color:blue; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+</g>
+ </a>
+ <a xlink:title="Plot #3">
+<g style="fill:none; color:blue; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+</g>
+ </a>
+ <a xlink:title="Plot #4">
+<g style="fill:none; color:blue; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+</g>
+ </a>
+ <a xlink:title="Plot #5">
+<g style="fill:none; color:blue; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+</g>
+ </a>
+ <a xlink:title="Plot #6">
+<g style="fill:none; color:blue; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+</g>
+ </a>
+ <a xlink:title="Plot #7">
+<g style="fill:none; color:red; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+</g>
+ </a>
+ <a xlink:title="Plot #8">
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+</g>
+ </a>
+ <a xlink:title="Plot #9">
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+</g>
+ </a>
+ <a xlink:title="Plot #10">
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+</g>
+ </a>
+ <a xlink:title="Plot #11">
+<g style="fill:none; color:red; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+</g>
+ </a>
+ <a xlink:title="Plot #12">
+<g style="fill:none; color:blue; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+</g>
+ </a>
+<g style="fill:none; color:black; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path d='M342.3,422.9 L517.6,309.2 M342.3,422.9 L82.4,346.2 L156.7,298.0 M517.6,309.2 L436.0,285.1 M82.4,170.8
+ L82.4,346.2 '></path>
+</g>
+<g style="fill:none; color:gray; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path d='M82.4,346.2 L156.7,298.0 '></path>
+</g>
+<g style="fill:none; color:black; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path d='M82.4,346.2 L89.5,341.6 '></path>
+ <g transform="translate(75.8,359.9)" style="stroke:none; fill:black; font-family:Arial; font-size:12.00pt; text-anchor:middle">
+ <text> 0.8</text>
+ </g>
+</g>
+<g style="fill:none; color:gray; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path d='M119.5,357.1 L193.8,309.0 '></path>
+</g>
+<g style="fill:none; color:black; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path d='M119.5,357.1 L126.6,352.6 '></path>
+ <g transform="translate(113.0,370.8)" style="stroke:none; fill:black; font-family:Arial; font-size:12.00pt; text-anchor:middle">
+ <text> 1</text>
+ </g>
+</g>
+<g style="fill:none; color:gray; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path d='M156.7,368.1 L230.9,320.0 '></path>
+</g>
+<g style="fill:none; color:black; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path d='M156.7,368.1 L163.7,363.5 '></path>
+ <g transform="translate(150.1,381.8)" style="stroke:none; fill:black; font-family:Arial; font-size:12.00pt; text-anchor:middle">
+ <text> 1.2</text>
+ </g>
+</g>
+<g style="fill:none; color:gray; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path d='M193.8,379.1 L268.1,330.9 '></path>
+</g>
+<g style="fill:none; color:black; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path d='M193.8,379.1 L200.9,374.5 '></path>
+ <g transform="translate(187.3,392.7)" style="stroke:none; fill:black; font-family:Arial; font-size:12.00pt; text-anchor:middle">
+ <text> 1.4</text>
+ </g>
+</g>
+<g style="fill:none; color:gray; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path d='M230.9,390.0 L305.1,341.9 '></path>
+</g>
+<g style="fill:none; color:black; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path d='M230.9,390.0 L238.0,385.4 '></path>
+ <g transform="translate(224.4,403.7)" style="stroke:none; fill:black; font-family:Arial; font-size:12.00pt; text-anchor:middle">
+ <text> 1.6</text>
+ </g>
+</g>
+<g style="fill:none; color:gray; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path d='M268.1,401.0 L443.3,287.3 '></path>
+</g>
+<g style="fill:none; color:black; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path d='M268.1,401.0 L275.2,396.4 '></path>
+ <g transform="translate(261.5,414.6)" style="stroke:none; fill:black; font-family:Arial; font-size:12.00pt; text-anchor:middle">
+ <text> 1.8</text>
+ </g>
+ <path d='M436.3,291.9 L443.3,287.3 '></path>
+</g>
+<g style="fill:none; color:gray; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path d='M305.1,411.9 L480.5,298.2 '></path>
+</g>
+<g style="fill:none; color:black; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path d='M305.1,411.9 L312.2,407.3 '></path>
+ <g transform="translate(298.7,425.6)" style="stroke:none; fill:black; font-family:Arial; font-size:12.00pt; text-anchor:middle">
+ <text> 2</text>
+ </g>
+ <path d='M473.4,302.8 L480.5,298.2 '></path>
+</g>
+<g style="fill:none; color:gray; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path d='M342.3,422.9 L517.6,309.2 '></path>
+</g>
+<g style="fill:none; color:black; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path d='M342.3,422.9 L349.3,418.3 '></path>
+ <g transform="translate(335.7,436.6)" style="stroke:none; fill:black; font-family:Arial; font-size:12.00pt; text-anchor:middle">
+ <text> 2.2</text>
+ </g>
+ <path d='M510.5,313.8 L517.6,309.2 '></path>
+</g>
+<g style="fill:none; color:gray; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path d='M342.3,422.9 L82.4,346.2 '></path>
+</g>
+<g style="fill:none; color:black; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path d='M342.3,422.9 L334.8,420.7 '></path>
+ <g transform="translate(349.1,431.8)" style="stroke:none; fill:black; font-family:Arial; font-size:12.00pt; text-anchor:middle">
+ <text>-4</text>
+ </g>
+ <path d='M89.8,348.4 L82.4,346.2 '></path>
+</g>
+<g style="fill:none; color:gray; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path d='M362.4,409.8 L102.5,333.1 '></path>
+</g>
+<g style="fill:none; color:black; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path d='M362.4,409.8 L355.0,407.6 '></path>
+ <g transform="translate(369.3,418.7)" style="stroke:none; fill:black; font-family:Arial; font-size:12.00pt; text-anchor:middle">
+ <text>-3</text>
+ </g>
+ <path d='M110.0,335.3 L102.5,333.1 '></path>
+</g>
+<g style="fill:none; color:gray; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path d='M382.6,396.7 L122.7,320.1 '></path>
+</g>
+<g style="fill:none; color:black; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path d='M382.6,396.7 L375.1,394.5 '></path>
+ <g transform="translate(389.5,405.6)" style="stroke:none; fill:black; font-family:Arial; font-size:12.00pt; text-anchor:middle">
+ <text>-2</text>
+ </g>
+ <path d='M130.2,322.3 L122.7,320.1 '></path>
+</g>
+<g style="fill:none; color:gray; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path d='M402.7,383.7 L142.8,307.0 '></path>
+</g>
+<g style="fill:none; color:black; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path d='M402.7,383.7 L395.3,381.5 '></path>
+ <g transform="translate(409.6,392.6)" style="stroke:none; fill:black; font-family:Arial; font-size:12.00pt; text-anchor:middle">
+ <text>-1</text>
+ </g>
+ <path d='M150.3,309.2 L142.8,307.0 '></path>
+</g>
+<g style="fill:none; color:gray; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path d='M175.2,297.5 L174.3,297.3 M193.8,303.0 L192.8,302.7 M212.4,308.5 L211.4,308.2 M230.9,314.0 L230.0,313.7
+ M249.5,319.4 L248.6,319.2 M268.1,324.9 L267.1,324.6 M286.7,330.4 L285.7,330.1 M305.1,335.9 L304.2,335.6
+ M323.7,341.3 L322.7,341.1 M422.9,370.6 L341.3,346.5 '></path>
+</g>
+<g style="fill:none; color:black; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path d='M422.9,370.6 L415.4,368.4 '></path>
+ <g transform="translate(429.8,379.5)" style="stroke:none; fill:black; font-family:Arial; font-size:12.00pt; text-anchor:middle">
+ <text> 0</text>
+ </g>
+</g>
+<g style="fill:none; color:gray; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path d='M443.0,357.5 L361.5,333.5 '></path>
+</g>
+<g style="fill:none; color:black; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path d='M443.0,357.5 L435.6,355.3 '></path>
+ <g transform="translate(449.9,366.4)" style="stroke:none; fill:black; font-family:Arial; font-size:12.00pt; text-anchor:middle">
+ <text> 1</text>
+ </g>
+</g>
+<g style="fill:none; color:gray; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path d='M463.2,344.5 L381.6,320.4 '></path>
+</g>
+<g style="fill:none; color:black; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path d='M463.2,344.5 L455.7,342.3 '></path>
+ <g transform="translate(470.1,353.4)" style="stroke:none; fill:black; font-family:Arial; font-size:12.00pt; text-anchor:middle">
+ <text> 2</text>
+ </g>
+</g>
+<g style="fill:none; color:gray; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path d='M483.4,331.4 L401.8,307.3 '></path>
+</g>
+<g style="fill:none; color:black; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path d='M483.4,331.4 L475.9,329.2 '></path>
+ <g transform="translate(490.2,340.3)" style="stroke:none; fill:black; font-family:Arial; font-size:12.00pt; text-anchor:middle">
+ <text> 3</text>
+ </g>
+</g>
+<g style="fill:none; color:gray; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path d='M503.5,318.3 L421.9,294.3 '></path>
+</g>
+<g style="fill:none; color:black; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+ <path d='M503.5,318.3 L496.1,316.1 '></path>
+ <g transform="translate(510.4,327.2)" style="stroke:none; fill:black; font-family:Arial; font-size:12.00pt; text-anchor:middle">
+ <text> 4</text>
+ </g>
+ <path d='M91.4,286.8 L82.4,286.8 '></path>
+ <g transform="translate(64.4,291.3)" style="stroke:none; fill:black; font-family:Arial; font-size:12.00pt; text-anchor:end">
+ <text>-0.25</text>
+ </g>
+ <path d='M91.4,263.6 L82.4,263.6 '></path>
+ <g transform="translate(64.4,268.1)" style="stroke:none; fill:black; font-family:Arial; font-size:12.00pt; text-anchor:end">
+ <text> 0</text>
+ </g>
+ <path d='M91.4,240.3 L82.4,240.3 '></path>
+ <g transform="translate(64.4,244.8)" style="stroke:none; fill:black; font-family:Arial; font-size:12.00pt; text-anchor:end">
+ <text> 0.25</text>
+ </g>
+ <path d='M91.4,217.2 L82.4,217.2 '></path>
+ <g transform="translate(64.4,221.7)" style="stroke:none; fill:black; font-family:Arial; font-size:12.00pt; text-anchor:end">
+ <text> 0.5</text>
+ </g>
+ <path d='M91.4,194.0 L82.4,194.0 '></path>
+ <g transform="translate(64.4,198.5)" style="stroke:none; fill:black; font-family:Arial; font-size:12.00pt; text-anchor:end">
+ <text> 0.75</text>
+ </g>
+ <path d='M91.4,170.8 L82.4,170.8 '></path>
+ <g transform="translate(64.4,175.3)" style="stroke:none; fill:black; font-family:Arial; font-size:12.00pt; text-anchor:end">
+ <text> 1</text>
+ </g>
+</g>
+</svg>
+
diff --git a/vorlagen/thesis/src/img/2D-SearchSpaceInk.pdf b/vorlagen/thesis/src/img/2D-SearchSpaceInk.pdf
new file mode 100644
index 0000000..02aba54
--- /dev/null
+++ b/vorlagen/thesis/src/img/2D-SearchSpaceInk.pdf
Binary files differ
diff --git a/vorlagen/thesis/src/img/2D-SearchSpaceInk.svg b/vorlagen/thesis/src/img/2D-SearchSpaceInk.svg
new file mode 100644
index 0000000..34ffc07
--- /dev/null
+++ b/vorlagen/thesis/src/img/2D-SearchSpaceInk.svg
@@ -0,0 +1,5220 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+ 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="511.97153"
+ height="341.81815"
+ viewBox="0 0 511.97153 341.81815"
+ id="svg5086"
+ version="1.1"
+ inkscape:version="0.48.3.1 r9886"
+ sodipodi:docname="2D-SearchSpace.svg">
+ <metadata
+ id="metadata7166">
+ <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></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <sodipodi:namedview
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1"
+ objecttolerance="10"
+ gridtolerance="10"
+ guidetolerance="10"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:window-width="1280"
+ inkscape:window-height="996"
+ id="namedview7164"
+ showgrid="true"
+ fit-margin-top="0"
+ fit-margin-left="0"
+ fit-margin-right="0"
+ fit-margin-bottom="0"
+ inkscape:zoom="1.3906433"
+ inkscape:cx="260.61153"
+ inkscape:cy="256.94702"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1"
+ inkscape:current-layer="svg5086">
+ <inkscape:grid
+ type="xygrid"
+ id="grid7170"
+ empspacing="5"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true"
+ units="mm"
+ spacingx="0.1mm"
+ spacingy="0.1mm"
+ originx="-2.4127528mm"
+ originy="-10.090973mm" />
+ </sodipodi:namedview>
+ <desc
+ id="desc5088">Produced by GNUPLOT 4.4 patchlevel 3 </desc>
+ <defs
+ id="defs5090">
+ <marker
+ inkscape:stockid="Arrow1Lstart"
+ orient="auto"
+ refY="0"
+ refX="0"
+ id="Arrow1Lstart"
+ style="overflow:visible">
+ <path
+ id="path7944"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
+ style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt"
+ transform="matrix(0.8,0,0,0.8,10,0)"
+ inkscape:connector-curvature="0" />
+ </marker>
+ <circle
+ id="gpDot"
+ r="0.5"
+ cx="0"
+ cy="0"
+ sodipodi:cx="0"
+ sodipodi:cy="0"
+ sodipodi:rx="0.5"
+ sodipodi:ry="0.5"
+ style="stroke-width:0.5" />
+ <path
+ id="gpPt0"
+ d="M -1,0 H 1 M 0,-1 v 2"
+ inkscape:connector-curvature="0"
+ style="stroke:currentColor;stroke-width:0.222" />
+ <path
+ id="gpPt1"
+ d="M -1,-1 1,1 M 1,-1 -1,1"
+ inkscape:connector-curvature="0"
+ style="stroke:currentColor;stroke-width:0.222" />
+ <path
+ id="gpPt2"
+ d="M -1,0 1,0 M 0,-1 0,1 m -1,-2 2,2 m -2,0 2,-2"
+ inkscape:connector-curvature="0"
+ style="stroke:currentColor;stroke-width:0.222" />
+ <rect
+ id="gpPt3"
+ x="-1"
+ y="-1"
+ width="2"
+ height="2"
+ style="stroke:currentColor;stroke-width:0.222" />
+ <rect
+ id="gpPt4"
+ x="-1"
+ y="-1"
+ width="2"
+ height="2"
+ style="fill:currentColor;stroke:currentColor;stroke-width:0.222" />
+ <circle
+ id="gpPt5"
+ cx="0"
+ cy="0"
+ r="1"
+ sodipodi:cx="0"
+ sodipodi:cy="0"
+ sodipodi:rx="1"
+ sodipodi:ry="1"
+ style="stroke:currentColor;stroke-width:0.222" />
+ <use
+ xlink:href="#gpPt5"
+ id="gpPt6"
+ style="fill:currentColor;stroke:none"
+ x="0"
+ y="0"
+ width="600"
+ height="480" />
+ <path
+ id="gpPt7"
+ d="m 0,-1.33 -1.33,2 2.66,0 z"
+ inkscape:connector-curvature="0"
+ style="stroke:currentColor;stroke-width:0.222" />
+ <use
+ xlink:href="#gpPt7"
+ id="gpPt8"
+ style="fill:currentColor;stroke:none"
+ x="0"
+ y="0"
+ width="600"
+ height="480" />
+ <use
+ xlink:href="#gpPt7"
+ id="gpPt9"
+ transform="scale(-1,-1)"
+ style="stroke:currentColor"
+ x="0"
+ y="0"
+ width="600"
+ height="480" />
+ <use
+ xlink:href="#gpPt9"
+ id="gpPt10"
+ style="fill:currentColor;stroke:none"
+ x="0"
+ y="0"
+ width="600"
+ height="480" />
+ <use
+ xlink:href="#gpPt3"
+ id="gpPt11"
+ transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)"
+ style="stroke:currentColor"
+ x="0"
+ y="0"
+ width="600"
+ height="480" />
+ <use
+ xlink:href="#gpPt11"
+ id="gpPt12"
+ style="fill:currentColor;stroke:none"
+ x="0"
+ y="0"
+ width="600"
+ height="480" />
+ </defs>
+ <g
+ style="color:#ffffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5106"
+ transform="translate(-8.5491241,-102.42643)" />
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5118"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 280.8,164.6 0,19 m -4.2,-13.1 0,15.3 m -4.1,-19 0,20.5 m 26.8,-14.3 0,16.8 m -30.9,-16.2 0,18.6 m 26.8,-21.8 0,21 m -31,-16.2 0,18.5 m 26.9,-19.8 0,20.7 m 26.7,-19.9 0,18.2 m -57.7,-10.6 0,14 m 26.8,-18.1 0,17.3 m 26.8,-16.7 0,15.7 m -57.7,-12.6 0,18.6 m 26.8,-19.8 0,17.2 m 26.7,-18.5 0,21.7 m 26.9,-17.3 0,15.3 m -59.8,-28.6 4.2,-5.9 m -8.3,2.2 4.1,3.7 m -24.8,10.3 0,19.3 m 26.9,-13.5 0,16.2 m 26.7,-22.8 0,23.8 m 26.8,-22.7 0,21.5 m -37,-32.2 4.1,2.6 m -51.6,14.7 0,15.1 m 26.8,-17.9 0,19.4 m 26.8,-14.5 0,13.3 m 26.8,-16.3 0,18.7 m 26.9,-20.1 0,10.6 m -111.4,-10.5 0,21.2 m 26.8,-17 0,18.9 m 26.8,-18.7 0,16.1 m 26.8,-16.9 0,21.5 m 26.8,-20.6 0,9.7 m -82.4,-26.1 4.1,-6.8 m -8.3,8.4 4.2,-1.6 m -29,16.9 0,18.2 m 26.9,-13.9 0,15.6 m 26.8,-17.4 0,18.8 m -2,-37.9 4.1,-3.5 m 24.6,24.2 0,17.2 m 26.9,-16.7 0,11.8 m -90.7,-25 4.1,0.4 m 4.1,-7.1 -4.1,7.1 m 53.6,-3.5 4.1,-4.1 m -30.9,3.5 4.2,-4.3 m -55.8,17.1 0,22.7 m 26.8,-21.2 0,16 m 26.9,-12.2 0,20 m 26.7,-25.2 0,22.7 m 26.8,-18.4 0,13.4 m -33,-29.4 4.2,-0.6 m -30.9,1.9 4.1,-2.5 m -55.7,24 0,13.7 m 101,-34.8 4.2,2.7 m -78.4,16.3 0,14.8 m 26.8,-20.3 0,21.5 m 26.8,-18.1 0,16.2 m 26.8,-19.4 0,17.5 m -86.6,-31.5 4.2,1.1 m 22.7,4.7 4.1,-5.9 m -8.3,4.2 4.2,1.7 m 26.7,-6.6 4.1,-0.6 m -82.5,20.1 0,15.4 m 26.9,-14.1 0,18.9 m 26.8,-18.3 0,13.1 m 26.7,-10.1 0,13.2 m 26.9,-14 0,14.7 m -37.1,-28.4 4.1,-0.1 m 4.1,-9.8 -4.1,9.8 m -78.4,15.2 0,13.5 m 26.8,-19.2 0,20 m 26.9,-15 0,12.8 m -28.9,-29.4 4.1,-6.9 m 51.5,22.5 0,18.2 m -59.7,-36 4.1,2.2 m 82.4,13.8 0,20.3 m -2,-35 4.1,-5.7 m -8.2,8 4.1,-2.3 m -57.7,2.9 4.1,-4.8 m 76.3,5.1 4.2,-4.6 m -136.3,18.4 0,20.5 m 26.9,-17.9 0,14.9 m 26.8,-17 0,17.8 m 26.9,-19.1 0,20.7 m 26.7,-14.1 0,12.5 m -59.7,-27.3 4.1,-5.1 m 22.7,3.3 4.1,-3.1 m 49.5,5.2 4.1,-5.1 m -31,4.6 4.2,-5.5 m -61.9,3.4 4.2,2.3 m 76.2,0.6 4.2,-0.3 m -132.1,15.3 0,16.7 m 101.1,-36 4.1,3.5 m -78.3,12.4 0,19.7 m 26.8,-13.6 0,13 m 26.8,-16.9 0,16.8 m 26.8,-14.5 0,12.1 m -82.5,-33.1 4.2,-5 m 45.4,10.8 4.1,-3.3"
+ id="path5120"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#0000ff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5122"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 429.2,206 0,15.7"
+ id="path5124"
+ inkscape:connector-curvature="0"
+ style="stroke:#ff717e" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5126"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 235.3,191 4.1,-0.5 m -28.9,22.7 0,13.3 m 26.8,-16 0,21.6 m 26.9,-24.5 0,20.6 m 26.8,-13.7 0,12.8 m -6.2,-32.7 4.2,1.7 m 28.7,15.8 0,16.2 m 26.9,-20.3 0,1.4 m -117.6,-9.9 4.2,2.7 m 4.1,-11.2 -4.1,11.2"
+ id="path5128"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#0000ff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5130"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 425.1,213.6 0,11.3"
+ id="path5132"
+ inkscape:connector-curvature="0"
+ style="stroke:#ff717e" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5134"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 338.4,194.8 4.1,0.6 m -88.6,5.4 4.1,-0.7 m 4.1,-7.6 -4.1,7.6 m -51.7,11.1 0,17.8 m 26.9,-12 0,14 m 26.8,-21.6 0,22.5 m 26.9,-13.8 0,12.2 m 26.7,-14.8 0,16 m 26.8,-21.8 0,6.8"
+ id="path5136"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#0000ff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5138"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 421,215 0,7.4"
+ id="path5140"
+ inkscape:connector-curvature="0"
+ style="stroke:#ff717e" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5142"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 447.8,215.4 0,18"
+ id="path5144"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5146"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 311.6,198 4.1,-6.9 m -8.3,13.3 4.2,-6.4 m 49.5,2.7 1.8,-1.1 m -59.6,3.7 4.1,1.1 m 22.7,-2.9 4.2,2.1 m 4.1,-8.8 -4.1,8.8 m -132.1,15.2 0,15.1 m 26.9,-19.3 0,16.8 m 26.8,-10.8 0,15.4 m 26.8,-21.9 0,17.2 m 26.8,-18.5 0,20.3 m -28.8,-31.7 4.1,-6.8 m 51.5,20.5 0,13.4 m -59.7,-24.2 4.1,-2.9 m -31,-2.1 4.2,1.5"
+ id="path5148"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5150"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 443.7,220 0,14.5"
+ id="path5152"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5154"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 222.9,205 4.1,-5.5 m -8.3,4.3 4.2,1.2 m -24.8,17.7 0,15.9 m 26.8,-23.4 0,23.4 m 26.9,-19.8 0,18.7 m 26.8,-22.6 0,19.9 m 26.7,-12.3 0,13.6 m -32.9,-31.8 4.2,0 m 55.6,17.2 0,15.1"
+ id="path5156"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5158"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 359,198 0,19.2"
+ id="path5160"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5162"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 439.5,221.8 0,12.3"
+ id="path5164"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5166"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 466.4,224 0,14.4"
+ id="path5168"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5170"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 299.3,203 4,0.3 m 18.6,8.2 4.1,-1.9 m 4.1,-8.1 -4.1,8.1 m -132.1,9.5 0,21.6 m 26.9,-18.9 0,21.4 m 26.8,-23.4 0,20.1 m 26.9,-20.5 0,20.7 m 26.7,-19.6 0,16.6 m 26.8,-15 0,17.8 m -86.5,-32.9 4.1,-0.6 m 4.1,-7.1 -4.1,7.1"
+ id="path5172"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5174"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 354.9,196 0,33.9"
+ id="path5176"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5178"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 435.4,226.1 0,3.9"
+ id="path5180"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5182"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 264.2,207.6 4.1,5.5 m 4.1,-8.8 -4.1,8.8"
+ id="path5184"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5186"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 462.2,226.9 0,14.8"
+ id="path5188"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5190"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 214.6,210.4 4.1,-6.6 m -8.2,9.4 4.1,-2.8 m 103.1,1.7 4.2,-0.6 m -132.1,11.1 0,19.4 m 26.8,-15.1 0,15 m 26.9,-19 0,19.3 m 26.8,-17.3 0,16.4 m 24.8,-32.1 4.2,-6.2 m -2.1,24.1 0,12.3 m 26.7,-17.3 0,21.7"
+ id="path5192"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5194"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 350.7,199.8 0,34.7"
+ id="path5196"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5198"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 377.6,194.4 0,13.1"
+ id="path5200"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5202"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 291,214.5 4.1,-5.3"
+ id="path5204"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5206"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 458.1,228.8 0,14.9"
+ id="path5208"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5210"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 480.8,256.1 4.1,-2.7 m 0,-24.1 0,24.1 m -247.6,-42.9 4.2,-3.5 m 45.4,11.1 4.1,-3.6 m -84.7,-3.3 4.2,2 m 134.1,-5.2 1.4,-0.3 m -160.3,16.8 0,20.5 m 26.8,-17.8 0,17.4 m 26.9,-14.1 0,15.7 m 26.8,-18.8 0,14 m 26.8,-16.6 0,21.4 m 26.8,-21.1 0,19.4"
+ id="path5212"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5214"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 346.6,207 0,33.1"
+ id="path5216"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5218"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 373.5,189.3 0,38.4"
+ id="path5220"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#0000ff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5222"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 421,215 4.1,-1.4 m 4.1,-7.6 -4.1,7.6 m -24.8,-22.2 0,25.2"
+ id="path5224"
+ inkscape:connector-curvature="0"
+ style="stroke:#ff717e" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5226"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 313.6,215.5 4.1,-3.4"
+ id="path5228"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5230"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 454,232.5 0,12.8"
+ id="path5232"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5234"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 476.7,258.8 4.1,-2.7 m 0,-28.3 0,28.3 M 233.2,217 l 4.1,-6.5 m 45.4,3.6 4.2,4 m -57.8,-3.5 4.1,2.4 m -51.7,9.1 0,21.6 m 26.9,-22 0,24.8 m 26.8,-16.8 0,13.7 m 26.9,-18.4 0,17.7 m 26.8,-16.8 0,18.3 m 20.6,-35.4 4.1,2.7 m 2,16.1 0,12.2 m -55.6,-34.4 4.2,-1.8"
+ id="path5236"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5238"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 342.5,211.9 0,34.3"
+ id="path5240"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5242"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 369.3,187.6 0,51.5"
+ id="path5244"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#0000ff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5246"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 396.2,171.1 0,60.3"
+ id="path5248"
+ inkscape:connector-curvature="0"
+ style="stroke:#ff717e" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5250"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 340.4,209.7 4.2,-1.7"
+ id="path5252"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5254"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 423,226.2 0,1.6"
+ id="path5256"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5258"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 449.8,233.1 0,14.7"
+ id="path5260"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5262"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 472.5,261.5 4.2,-2.7 m 0,-26.6 0,26.6 m -224.9,-40 4.1,1.8 m 4.1,-11.2 -4.1,11.2"
+ id="path5264"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5266"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 443.7,220 4.1,-4.6"
+ id="path5268"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#0000ff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5270"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="M 418.1,216.9 421,215"
+ id="path5272"
+ inkscape:connector-curvature="0"
+ style="stroke:#ff717e" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5274"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 198.1,222.7 4.1,-3.9 m 4.1,-7.6 -4.1,7.6 m -24.8,11.2 0,18.9 m 26.8,-16.5 0,17.2 m 26.9,-21.3 0,17.6 m 26.8,-11 0,16.8"
+ id="path5276"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5278"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 439.5,221.8 4.2,-1.8"
+ id="path5280"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5282"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 284.8,230.6 0,19 m 26.7,-18.1 0,15.3"
+ id="path5284"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5286"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 338.3,221.4 0,26.9"
+ id="path5288"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5290"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 365.2,190.3 0,55.3"
+ id="path5292"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#0000ff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5294"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 392,145.9 0,97.8"
+ id="path5296"
+ inkscape:connector-curvature="0"
+ style="stroke:#ff717e" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5298"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 418.9,218.5 0,17.3"
+ id="path5300"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5302"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 445.7,233.8 0,17.4"
+ id="path5304"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5306"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 468.4,264.2 4.1,-2.7 m 0,-24.8 0,24.8 m -278.6,-42.4 4.2,3.6 m 138.2,-7.6 4.1,-5.4 m -115.5,5.5 4.2,-0.6 m 72.1,5.9 4.1,2 m 4.2,-9.7 -4.2,9.7"
+ id="path5308"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5310"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 462.2,226.9 4.2,-2.9"
+ id="path5312"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5314"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 332.2,221.5 4.1,-6.4 m -163,16.4 0,18.9 m 26.8,-15 0,13.9 m 78.5,-34.4 4.1,-0.8 m -55.8,20.6 0,14.2 m 101.1,-26.8 4.2,-0.6 m -78.4,15.7 0,14.3 m 26.8,-19.4 0,23.1 m 26.8,-20.5 0,18.3"
+ id="path5316"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5318"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 334.2,235.8 0,13.1"
+ id="path5320"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5322"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 361,207 0,41.9 m 74.4,-22.8 4.1,-4.3"
+ id="path5324"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#0000ff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5326"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 387.9,149.3 0,102.2"
+ id="path5328"
+ inkscape:connector-curvature="0"
+ style="stroke:#ff717e" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5330"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 414.7,209.7 0,35.5"
+ id="path5332"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5334"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 441.6,235.2 0,17.2"
+ id="path5336"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5338"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 464.3,266.8 4.1,-2.6 m 0,-29.6 0,29.6 m -220.8,-44.4 4.2,-1"
+ id="path5340"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5342"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 458.1,228.8 4.1,-1.9"
+ id="path5344"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5346"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 433.3,227 2.1,-0.9"
+ id="path5348"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5350"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 169.1,240.1 0,12.8 m 26.9,-11.1 0,11.7 m 26.8,-11 0,12.8 m 26.9,-17.5 0,15.9 m 26.8,-16.1 0,20 m 26.7,-20 0,18.5"
+ id="path5352"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5354"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 330.1,237.5 0,12.1"
+ id="path5356"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5358"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 220.8,221.8 4.1,-6.6"
+ id="path5360"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5362"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 356.9,227.7 0,26.1"
+ id="path5364"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#0000ff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5366"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 383.8,168.2 0,88.4"
+ id="path5368"
+ inkscape:connector-curvature="0"
+ style="stroke:#ff717e" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5370"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 216.6,226.9 4.2,-5.1"
+ id="path5372"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5374"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 410.6,199.6 0,53.6"
+ id="path5376"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5378"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 437.4,232.9 0,23.2"
+ id="path5380"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5382"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 460.1,269.5 4.2,-2.7 m 0,-24.7 0,24.7 m -189.8,-47.4 4.1,-4.5 m 45.3,7.2 4.1,0 m -115.5,5.1 4.1,-0.3 m 80.6,0.2 4,-6.6 m -57.7,2.4 4.1,-3.1 m -57.8,2.8 4.1,-3.5 m -28.9,19.7 0,16.7 m 315.8,-27.7 4.1,1.5 m -191.9,-4.5 4.2,2.3 m -105.4,12.6 0,15.8"
+ id="path5384"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5386"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 454,232.5 4.1,-3.7"
+ id="path5388"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5390"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 270.3,224.9 4.2,-5.5 m -55.8,24.5 0,14.2 m 26.8,-16.1 0,16.7 m 26.9,-15.9 0,16.1 m 26.8,-22.3 0,18.7"
+ id="path5392"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5394"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 325.9,242.3 0,8.1"
+ id="path5396"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5398"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 352.8,232.2 0,27.9"
+ id="path5400"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#0000ff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5402"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 379.6,193.5 0,66.5"
+ id="path5404"
+ inkscape:connector-curvature="0"
+ style="stroke:#ff717e" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5406"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 406.5,198 0,62.3"
+ id="path5408"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5410"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 433.3,227 0,31.4"
+ id="path5412"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5414"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 266.2,227.4 4.1,-2.5 m 185.7,47.3 4.1,-2.7 m 0,-28.3 0,28.3"
+ id="path5416"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5418"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 359,198 3.2,4.3"
+ id="path5420"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5422"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 235.2,233.7 4.2,-3.2 m 4.1,-7.6 -4.1,7.6 m -53.7,-6 4.1,-1.9"
+ id="path5424"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5426"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 449.8,233.1 4.2,-0.6"
+ id="path5428"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5430"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 160.9,245.6 0,13.2 m 26.8,-14.4 0,13.4 m 26.8,-17.8 0,21.1 m 26.9,-18.7 0,16.6 m 26.8,-19.3 0,21 m 51.6,-35.6 4.1,-3 m -28.8,20 0,14.9"
+ id="path5432"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5434"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 321.8,245.5 0,10.5"
+ id="path5436"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5438"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 348.6,236.8 0,27.1"
+ id="path5440"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#0000ff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5442"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 375.5,222 0,41.8"
+ id="path5444"
+ inkscape:connector-curvature="0"
+ style="stroke:#ff717e" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5446"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 208.4,225.7 4.1,1.5"
+ id="path5448"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5450"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 423,226.2 0.7,0.6 m -21.4,-17.8 0,56.3"
+ id="path5452"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5454"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 429.2,221.6 0,40.6"
+ id="path5456"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5458"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 451.9,274.9 4.1,-2.7 m 0,-25.9 0,25.9 M 262.1,229 l 4.1,-1.6 m -35.1,0.9 4.1,5.4 m -53.7,-7.6 4.2,-1.6 m 291,7.7 4.1,-4.4 m -324.1,16.4 0,18.5 m 26.9,-17.1 0,16 m 26.8,-12.1 0,17.1 m 26.8,-16.5 0,11.9 m 78.4,-30.4 4.2,-6.5 m -30.9,4.8 4.1,-5.1 m -28.9,18.3 0,19.4 m 26.8,-12.1 0,11.7"
+ id="path5460"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5462"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 317.7,243.5 0,17.8"
+ id="path5464"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5466"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 311.5,231.5 4.1,0.1"
+ id="path5468"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5470"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 445.7,233.8 4.1,-0.7"
+ id="path5472"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5474"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 344.5,243.7 0,21.9"
+ id="path5476"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#0000ff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5478"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 371.3,233.7 0,34.2"
+ id="path5480"
+ inkscape:connector-curvature="0"
+ style="stroke:#ff717e" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5482"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 398.2,224.4 0,43.2"
+ id="path5484"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5486"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 425,225 0,41.4"
+ id="path5488"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5490"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 447.7,277.6 4.2,-2.7 m 0,-30.6 0,30.6 m 20.6,-38.2 4.2,-4.5 m -191.9,-1.6 4.1,-0.7 m -31,5 4.2,-5.9 m -109.5,21.9 0,15.8 m 101.2,-29.5 4.1,-2.3 m -78.5,15 0,14.6 m 26.9,-12.9 0,16.3 m 26.8,-23.4 0,23.6 m 235.3,-33.5 4.1,2.1 m -295.1,-6.7 4.1,-3.9 m 78.5,24.2 0,14.3 m 26.8,-18.7 0,21"
+ id="path5492"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5494"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 313.5,244.2 0,18.5"
+ id="path5496"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5498"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 340.4,248.8 0,16.8"
+ id="path5500"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5502"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 204.2,232.4 4.2,-6.7"
+ id="path5504"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#0000ff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5506"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 367.2,244.7 0,24.9"
+ id="path5508"
+ inkscape:connector-curvature="0"
+ style="stroke:#ff717e" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5510"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 394.1,238.6 0,31"
+ id="path5512"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5514"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 200.1,235.4 4.1,-3"
+ id="path5516"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5518"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 420.9,230.8 0,38.1"
+ id="path5520"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5522"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 443.6,280.2 4.1,-2.6 m 0,-26.1 0,26.1"
+ id="path5524"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5526"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 354.9,196 4.1,2 m 82.6,37.2 4.1,-1.4"
+ id="path5528"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5530"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 418.9,218.5 4.1,7.7"
+ id="path5532"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5534"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 173.3,231.5 4.1,-1.5 m 130,4.7 4.1,-3.2 m -163,19.5 0,18.9 m 132.1,-37.8 4.2,-1.5 m -109.5,17.3 0,21.1 m 26.8,-21.4 0,22.7 m 47.6,-32.5 4.1,-0.6 m -24.8,10.2 0,23 m 26.8,-17.3 0,16.3 m 26.9,-16 0,16.6"
+ id="path5536"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5538"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 309.4,249.5 0,18.2"
+ id="path5540"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5542"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 336.2,247.8 0,17.4"
+ id="path5544"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#0000ff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5546"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 363.1,246.6 0,25.6"
+ id="path5548"
+ inkscape:connector-curvature="0"
+ style="stroke:#ff717e" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5550"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 196,241.8 4.1,-6.4 m 18.6,8.5 4.1,-1.4 m 4.1,-7.8 -4.1,7.8"
+ id="path5552"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5554"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 389.9,249.1 0,23"
+ id="path5556"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5558"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 226.9,234.7 4.2,-6.4"
+ id="path5560"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5562"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 416.8,240.8 0,28.6"
+ id="path5564"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5566"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 439.5,282.9 4.1,-2.7 m 0,-29.2 0,29.2 m -251.8,-40.5 4.2,2.1"
+ id="path5568"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5570"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 330.1,237.5 4.1,-1.7 m 4.1,-14.4 -4.1,14.4"
+ id="path5572"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5574"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 303.2,237.6 4.2,-2.9 m -142.4,4.1 4.1,1.3 m 4.2,-8.6 -4.2,8.6 m -24.8,13.1 0,18.4"
+ id="path5576"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5578"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 437.4,232.9 4.2,2.3"
+ id="path5580"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5582"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 171.2,253 0,19.5 m 26.8,-21.4 0,22.9 m 262.1,-32.8 4.2,0.9 m 4.1,-7.5 -4.1,7.5 m -239.5,8.3 0,21.2"
+ id="path5584"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#0000ff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5586"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 400.3,191.4 3.7,13"
+ id="path5588"
+ inkscape:connector-curvature="0"
+ style="stroke:#ff717e" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5590"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 251.7,249.8 0,22.5 m 26.8,-15.3 0,12.6"
+ id="path5592"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5594"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 305.3,256.6 0,16.9"
+ id="path5596"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5598"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 377.6,194.4 1.7,1.4 m -47.2,54.3 0,21.1"
+ id="path5600"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5602"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 276.5,237.6 4.1,-5.5"
+ id="path5604"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#0000ff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5606"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 358.9,251.2 0,24.4"
+ id="path5608"
+ inkscape:connector-curvature="0"
+ style="stroke:#ff717e" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5610"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 385.8,254 0,20.7"
+ id="path5612"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5614"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 412.6,249.8 0,19.5"
+ id="path5616"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5618"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 435.3,285.6 4.2,-2.7 m 0,-29.1 0,29.1 m -194,-40.9 4.2,-4.2"
+ id="path5620"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5622"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 350.7,199.8 4.2,-3.8"
+ id="path5624"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5626"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 272.4,242.8 4.1,-5.2 m -62,2.4 4.2,3.9 m 80.5,-7.3 4,1"
+ id="path5628"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5630"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 325.9,242.3 4.2,-4.8"
+ id="path5632"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5634"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 136.1,287 2,-1.3 m 2.1,-33.7 0,20.3 m 26.8,-19.6 0,20.6 m 101.2,-33.6 4.2,3.1 m -78.5,13.2 0,20.9 m 26.8,-16.5 0,15.8 m 26.8,-18.4 0,15.8 m -6.1,-31.2 4.1,-0.4 m 28.9,16.3 0,12.2"
+ id="path5636"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5638"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 301.1,255.6 0,18.3 m 41.4,-62 -4.2,9.5"
+ id="path5640"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5642"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 328,249.1 0,25.7"
+ id="path5644"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5646"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 342.5,211.9 4.1,-4.9 m 4.1,-7.2 -4.1,7.2 m -24.8,38.5 4.1,-3.2"
+ id="path5648"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#0000ff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5650"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 354.8,256.5 0,22.2"
+ id="path5652"
+ inkscape:connector-curvature="0"
+ style="stroke:#ff717e" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5654"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 381.6,259.4 0,18.6"
+ id="path5656"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5658"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 408.5,256.7 0,16.7"
+ id="path5660"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5662"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 431.2,288.3 4.1,-2.7 m 0,-27.1 0,27.1 m -247.6,-41.2 4.1,-4.7 m -30.9,5.9 4.1,-6.8 m -8.3,5.4 4.2,1.4 m 295.1,0.7 4.1,-5.1 m -328.2,48.5 4.2,-2.7 m 0,-23.9 0,23.9 m 26.8,-28.6 0,16.1 m 26.8,-19.5 0,22.3 m -6.1,-31.7 4.1,-1.2 m 28.9,11.5 0,21.4"
+ id="path5664"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5666"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 414.7,209.7 4.2,8.8"
+ id="path5668"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5670"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 433.3,227 4.1,5.9"
+ id="path5672"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5674"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 243.4,259.7 0,17.4 m 26.9,-17.5 0,14.6"
+ id="path5676"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5678"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 317.7,243.5 4.1,2 m -24.7,9.4 0,20.6"
+ id="path5680"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5682"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 323.8,251.7 0,24.9"
+ id="path5684"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#0000ff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5686"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 350.7,263.9 0,16.9"
+ id="path5688"
+ inkscape:connector-curvature="0"
+ style="stroke:#ff717e" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5690"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 451.9,244.3 4.1,2"
+ id="path5692"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5694"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 377.5,260.7 0,20.1"
+ id="path5696"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5698"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 404.4,264 0,14.5"
+ id="path5700"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5702"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 427.1,291 4.1,-2.7 m 0,-30 0,30 m -198.1,-43.8 4.1,5.6 m 4.2,-7.7 -4.2,7.7 m 57.9,-8 4.1,-5.5 m -12.4,9.3 4.1,4.5 m 4.2,-8.3 -4.2,8.3 m -84.6,1.2 4.1,-2.1 m 4.1,-9.5 -4.1,9.5"
+ id="path5704"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5706"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 373.5,189.3 4.1,5.1"
+ id="path5708"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5710"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 127.8,292.4 4.1,-2.7 m 0,-30.9 0,30.9 m 22.7,2.8 2.1,-1.3 m 2.1,-31.9 0,20.4 m 26.8,-19.1 0,19 m 26.8,-13.1 0,9"
+ id="path5712"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5714"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 352.8,232.2 4.1,-4.5 m 4.1,-20.7 -4.1,20.7"
+ id="path5716"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5718"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 239.3,258.2 0,20.1 m 26.8,-16.4 0,15.2"
+ id="path5720"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5722"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 293,259.2 0,20.6"
+ id="path5724"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5726"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 319.7,260.3 0,22.3"
+ id="path5728"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#0000ff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5730"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 346.5,264 0,19"
+ id="path5732"
+ inkscape:connector-curvature="0"
+ style="stroke:#ff717e" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5734"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 373.4,267 0,15.7"
+ id="path5736"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5738"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 264.1,243.1 4.1,-3.4"
+ id="path5740"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5742"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 400.2,266.6 0,14.2"
+ id="path5744"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5746"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 179.4,249.9 4.2,-4.3 m 239.3,48 4.2,-2.6 m 0,-24.7 0,24.7 m -274.5,-40.1 4.1,-6.7"
+ id="path5748"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5750"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 348.6,236.8 4.2,-4.6"
+ id="path5752"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5754"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 202.1,247.6 4.2,4 m -57.8,-0.6 4.1,-0.1 m -28.9,44.1 4.1,-2.6 m 0,-28.2 0,28.2 m 22.7,2.8 4.1,-2.7 m 0,-26.3 0,26.3 m 20.7,-44.6 4.1,2 m 2.1,12.7 0,21.4 m 26.8,-17.3 0,14.3 m 26.8,-15 0,14.3 m 20.7,-27.2 4.2,-2.8 m 4.1,-7.2 -4.1,7.2 m 2,12.9 0,19.6"
+ id="path5756"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5758"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 288.8,265.1 0,17.9"
+ id="path5760"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5762"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 344.5,243.7 4.1,-6.9"
+ id="path5764"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5766"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 313.5,244.2 4.2,-0.7"
+ id="path5768"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5770"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 315.6,262.3 0,22.6 m 24.8,-36.1 4.1,-5.1"
+ id="path5772"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#0000ff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5774"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 342.4,267.4 0,18.1"
+ id="path5776"
+ inkscape:connector-curvature="0"
+ style="stroke:#ff717e" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5778"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 369.2,268.8 0,17.6"
+ id="path5780"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5782"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 443.6,251 4.1,0.5 m 4.2,-7.2 -4.2,7.2"
+ id="path5784"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5786"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 396.1,268.8 0,12.4"
+ id="path5788"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5790"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 418.8,296.3 4.1,-2.7 m 0,-27 0,27"
+ id="path5792"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5794"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 336.2,247.8 4.2,1"
+ id="path5796"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5798"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 119.5,297.7 4.2,-2.7 m 0,-24.4 0,24.4"
+ id="path5800"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#0000ff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5802"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 396.2,171.1 4.1,20.3"
+ id="path5804"
+ inkscape:connector-curvature="0"
+ style="stroke:#ff717e" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5806"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 146.4,297.8 4.1,-2.6 m 0,-28 0,28 m 22.7,2.8 2,-1.4 m 2.1,-30.2 0,21.7"
+ id="path5808"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5810"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 429.2,221.6 4.1,5.4"
+ id="path5812"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5814"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 204.2,269.2 0,15.9 m 47.5,-35.3 4.1,3.3 m -24.8,17.1 0,12.6 m 47.5,-25.8 4.2,-3.6 m 4.1,-7.5 -4.1,7.5 m -24.8,12.8 0,17.7"
+ id="path5816"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5818"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 284.7,268.8 0,17.3"
+ id="path5820"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5822"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 311.4,263.2 0,20.1"
+ id="path5824"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#0000ff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5826"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 338.3,263.8 0,23.6"
+ id="path5828"
+ inkscape:connector-curvature="0"
+ style="stroke:#ff717e" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5830"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 144.3,253.2 4.2,-2.2"
+ id="path5832"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5834"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 365.1,270.4 0,19.5 m 4.2,-102.3 4.2,1.7"
+ id="path5836"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5838"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 391.9,270.5 0,14"
+ id="path5840"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5842"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 229,247.4 4.1,-2.9 m 181.6,54.5 4.1,-2.7 m 0,-24.9 0,24.9"
+ id="path5844"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5846"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 309.4,249.5 4.1,-5.3"
+ id="path5848"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#0000ff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5850"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 363.1,246.6 4.1,-1.9 m 4.1,-11 -4.1,11"
+ id="path5852"
+ inkscape:connector-curvature="0"
+ style="stroke:#ff717e" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5854"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 410.6,199.6 4.1,10.1"
+ id="path5856"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5858"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 274.4,258.3 4.1,-1.3 m -159,15.4 0,25.3 m 22.7,2.8 4.2,-2.7 m 0,-25.2 0,25.2 m 22.7,2.8 4.1,-2.6 m 0,-26.4 0,26.4"
+ id="path5860"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5862"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 305.3,256.6 4.1,-7.1"
+ id="path5864"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5866"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 200,271.4 0,13.4"
+ id="path5868"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5870"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 301.1,255.6 4.2,1"
+ id="path5872"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5874"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 171.2,253 4.1,-5.1 m 264.2,5.9 4.1,-2.8 m -216.7,19.6 0,13.7 m 26.8,-11.6 0,12.7"
+ id="path5876"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5878"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="M 365.2,190.3 361,207"
+ id="path5880"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5882"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 280.6,271.2 0,15.9"
+ id="path5884"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5886"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 198,251.1 4.1,-3.5"
+ id="path5888"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5890"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 307.3,272.3 0,14.9"
+ id="path5892"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#0000ff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5894"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 334.1,266.7 0,24.3"
+ id="path5896"
+ inkscape:connector-curvature="0"
+ style="stroke:#ff717e" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5898"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 361,274.1 0,17.3"
+ id="path5900"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5902"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 224.8,250.4 4.2,-3"
+ id="path5904"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5906"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 385.8,254 4.1,-4.9 m 4.2,-10.5 -4.2,10.5"
+ id="path5908"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5910"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 387.8,273.7 0,15.6"
+ id="path5912"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5914"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 410.5,301.7 4.2,-2.7 m 0,-31.6 0,31.6 m -274.5,-47 4.1,1.2"
+ id="path5916"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5918"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 332.1,250.1 4.1,-2.3"
+ id="path5920"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5922"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 167,252.7 4.2,0.3 m 45.4,2.9 4.1,4.5 m 4.1,-10 -4.1,10"
+ id="path5924"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#0000ff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5926"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 375.5,222 -4.2,11.7 m -12.4,17.5 4.2,-4.6"
+ id="path5928"
+ inkscape:connector-curvature="0"
+ style="stroke:#ff717e" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5930"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 381.6,259.4 4.2,-5.4"
+ id="path5932"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5934"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 138.1,303.2 4.1,-2.7 m 0,-30 0,30 m 22.7,2.8 4.2,-2.7 m 0,-27.2 0,27.2 m 24.8,-44.6 4.1,-4.9 m 237.3,7.4 4.2,-4.7 m -247.7,49.6 2,-1.3 m 2.1,-25.3 0,11.7 m 26.8,-16 0,15.5 m 26.9,-16.2 0,19.4"
+ id="path5936"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5938"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 398.2,224.4 -4.1,14.2"
+ id="path5940"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5942"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 276.4,267.9 0,17.3"
+ id="path5944"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5946"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 270.3,259.6 4.1,-1.3"
+ id="path5948"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5950"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 377.5,260.7 4.1,-1.3 m -78.4,15.3 0,19.5"
+ id="path5952"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5954"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 243.4,259.7 4.1,-1.9 m 4.2,-8 -4.2,8"
+ id="path5956"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#0000ff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5958"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 330,275.9 0,17.5"
+ id="path5960"
+ inkscape:connector-curvature="0"
+ style="stroke:#ff717e" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5962"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 356.8,277.1 0,16.9"
+ id="path5964"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5966"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 383.7,275.8 0,16.5"
+ id="path5968"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5970"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 365.2,190.3 4.1,-2.7"
+ id="path5972"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5974"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 131.9,258.8 4.2,4.3 m 4.1,-11.1 -4.1,11.1 m 270.3,41.3 4.1,-2.7 m 0,-30.4 0,30.4"
+ id="path5976"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#0000ff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5978"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 354.8,256.5 4.1,-5.3"
+ id="path5980"
+ inkscape:connector-curvature="0"
+ style="stroke:#ff717e" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5982"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 189.7,255 4.2,1 m 237.3,2.3 4.1,0.2"
+ id="path5984"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5986"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 328,249.1 4.1,1"
+ id="path5988"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#0000ff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5990"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 379.6,193.5 -4.1,28.5 m -29,42 4.2,-0.1 m 4.1,-7.4 -4.1,7.4"
+ id="path5992"
+ inkscape:connector-curvature="0"
+ style="stroke:#ff717e" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5994"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 400.2,266.6 4.2,-2.6 m 4.1,-7.3 -4.1,7.3 m 4.1,-7.3 4.1,-6.9 m 4.2,-9 -4.2,9 M 425,225 l 4.2,-3.4 m -132.1,33.3 4,0.7"
+ id="path5996"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g5998"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 138.1,274.2 0,29 m 22.7,2.8 4.1,-2.7 m 0,-30.2 0,30.2 m 22.7,2.8 4.2,-2.7 m 0,-26.3 0,26.3 m 26.8,-23.4 0,10.1 m 26.8,-14.6 0,17.6"
+ id="path6000"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6002"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 272.3,273.1 0,15.6"
+ id="path6004"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6006"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 162.9,258.4 4.1,-5.7"
+ id="path6008"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6010"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 299.1,273 0,24.6"
+ id="path6012"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#0000ff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6014"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 325.9,273.5 0,21.4"
+ id="path6016"
+ inkscape:connector-curvature="0"
+ style="stroke:#ff717e" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6018"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 420.9,230.8 -4.1,10"
+ id="path6020"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6022"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 352.7,280.4 0,16.6"
+ id="path6024"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6026"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 379.5,280.2 0,12.4"
+ id="path6028"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6030"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 402.3,307 4.1,-2.6 m 0,-28.9 0,28.9 m -198.1,-37.7 4.1,-0.2 m 4.2,-10.6 -4.2,10.6 m 26.9,-8.3 4.1,1.5 m -84.6,-0.4 4.1,-0.9 m 103.2,3.5 4.2,-2.3"
+ id="path6032"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6034"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 373.4,267 4.1,-6.3 m -8.3,8.1 4.2,-1.8"
+ id="path6036"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6038"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="M 420.9,230.8 425,225"
+ id="path6040"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6042"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 402.3,209 -4.1,15.4"
+ id="path6044"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6046"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 396.1,268.8 4.1,-2.2"
+ id="path6048"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6050"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 156.7,308.7 4.1,-2.7 m 0,-30.2 0,30.2 m 262.1,-39.4 4.2,-0.3 m 4.1,-8 -4.1,8 m -243.6,42.5 4.1,-2.7 m 0,-28.7 0,28.7 m 22.7,2.8 2.1,-1.3 m 2.1,-33.1 0,18.4 m 26.8,-14.2 0,15.2"
+ id="path6052"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6054"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 268.2,275.3 0,18.8"
+ id="path6056"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6058"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 295,278.2 0,18"
+ id="path6060"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#0000ff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6062"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 321.7,279.8 0,19.3"
+ id="path6064"
+ inkscape:connector-curvature="0"
+ style="stroke:#ff717e" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6066"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 348.6,281.2 0,17.7"
+ id="path6068"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#0000ff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6070"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 342.4,267.4 4.1,-3.4"
+ id="path6072"
+ inkscape:connector-curvature="0"
+ style="stroke:#ff717e" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6074"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 185.6,260.6 4.1,-5.6"
+ id="path6076"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6078"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 375.4,281.4 0,11.8"
+ id="path6080"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6082"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 398.1,309.7 4.2,-2.7 m 0,-25.3 0,25.3"
+ id="path6084"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6086"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 323.8,251.7 4.2,-2.6 m 78.5,-51.1 4.1,1.6"
+ id="path6088"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6090"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 262,263.2 4.1,-1.3"
+ id="path6092"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6094"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 293,259.2 4.1,-4.3"
+ id="path6096"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6098"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 181.5,262.6 4.1,-2 m -31,5.6 4.2,-6.9"
+ id="path6100"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6102"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 365.1,270.4 4.1,-1.6"
+ id="path6104"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6106"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 150.5,267.2 4.1,-1 m -26.8,-2 4.1,-5.4 m 72.3,10.4 4.1,-2.5"
+ id="path6108"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6110"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 391.9,270.5 4.2,-1.7"
+ id="path6112"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6114"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 156.7,283.7 0,25 m 22.7,2.8 4.1,-2.7 m 0,-27 0,27 m 22.7,2.8 4.1,-2.7 m 0,-32.4 0,32.4"
+ id="path6116"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6118"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 315.6,262.3 4.1,-2 m 4.1,-8.6 -4.1,8.6"
+ id="path6120"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6122"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 237.2,277.8 0,18.6"
+ id="path6124"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#0000ff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6126"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 338.3,263.8 4.1,3.6"
+ id="path6128"
+ inkscape:connector-curvature="0"
+ style="stroke:#ff717e" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6130"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 264,279 0,16.7"
+ id="path6132"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6134"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 231,270.2 4.1,-4.2 m 4.2,-7.8 -4.2,7.8"
+ id="path6136"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6138"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 290.9,281.5 0,13.3"
+ id="path6140"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#0000ff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6142"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 317.6,285.6 0,17.4"
+ id="path6144"
+ inkscape:connector-curvature="0"
+ style="stroke:#ff717e" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6146"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 288.8,265.1 4.2,-5.9"
+ id="path6148"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6150"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 344.4,284.9 0,17.6"
+ id="path6152"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6154"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 123.7,270.6 4.1,-6.4"
+ id="path6156"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6158"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 371.3,284.1 0,11.4"
+ id="path6160"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6162"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 394,312.4 4.1,-2.7 m 0,-29.7 0,29.7 m -278.6,-37.3 4.2,-1.8"
+ id="path6164"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6166"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 284.7,268.8 4.1,-3.7"
+ id="path6168"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6170"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 418.8,271.4 4.1,-4.8"
+ id="path6172"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6174"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 406.5,198 -4.2,11"
+ id="path6176"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6178"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 177.3,266.4 4.2,-3.8 m 45.4,8 4.1,-0.4 m 26.9,-4 4.1,-3 m -62,8.2 4.2,-2.2 m -29,45 4.2,-2.7 m 0,-25.3 0,25.3 m 235.3,-44.1 4.1,4 m -216.7,42.9 4.1,-2.7 m 0,-26 0,26 m 22.7,2.8 2,-1.3 m 2.1,-30.2 0,16.4"
+ id="path6180"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6182"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 361,274.1 4.1,-3.7"
+ id="path6184"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#0000ff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6186"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 392,145.9 4.2,25.2"
+ id="path6188"
+ inkscape:connector-curvature="0"
+ style="stroke:#ff717e" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6190"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 259.9,286.7 0,9.6 m 127.9,-22.6 4.1,-3.2"
+ id="path6192"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6194"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 286.7,284.4 0,13.1 m 24.7,-34.3 4.2,-0.9"
+ id="path6196"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#0000ff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6198"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 313.5,284.1 0,20.4"
+ id="path6200"
+ inkscape:connector-curvature="0"
+ style="stroke:#ff717e" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6202"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 340.3,286.2 0,20.1"
+ id="path6204"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6206"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 280.6,271.2 4.1,-2.4"
+ id="path6208"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6210"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 146.4,272.6 4.1,-5.4"
+ id="path6212"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6214"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 367.1,288.8 0,9.5"
+ id="path6216"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6218"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 389.8,315.1 4.2,-2.7 m 0,-30 0,30 m -220.8,-40.8 4.1,-5.2 m -35.1,4.1 4.2,2.1 m 107.3,0.1 4.2,-6.5"
+ id="path6220"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6222"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 356.8,277.1 4.2,-3"
+ id="path6224"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6226"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 249.6,271.8 4.1,0.9 m -84.6,0.7 4.1,-1.8 m 2,18.5 0,24.1 m 22.7,2.7 4.2,-2.6 m 0,-29.8 0,29.8"
+ id="path6228"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6230"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 383.7,275.8 4.1,-2.1"
+ id="path6232"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6234"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 195.9,276.8 4.1,-5.4 m 24.8,45.7 4.1,-2.7 m 0,-31.8 0,31.8"
+ id="path6236"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6238"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 255.7,281 0,15.7"
+ id="path6240"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6242"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 303.2,274.7 4.1,-2.4 m 4.1,-9.1 -4.1,9.1 m -24.7,15.5 0,16.6"
+ id="path6244"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#0000ff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6246"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 309.3,282.4 0,23.8"
+ id="path6248"
+ inkscape:connector-curvature="0"
+ style="stroke:#ff717e" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6250"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 336.2,288.7 0,19.8"
+ id="path6252"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6254"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 363,291 0,12.9"
+ id="path6256"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6258"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 222.7,272.5 4.2,-1.9"
+ id="path6260"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6262"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 276.4,267.9 4.2,3.3"
+ id="path6264"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6266"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 385.7,317.8 4.1,-2.7 m 0,-28.5 0,28.5 m -198,-38 4.1,-0.3"
+ id="path6268"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#0000ff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6270"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 383.8,168.2 -4.2,25.3 m -45.5,73.2 4.2,-2.9"
+ id="path6272"
+ inkscape:connector-curvature="0"
+ style="stroke:#ff717e" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6274"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 352.7,280.4 4.1,-3.3"
+ id="path6276"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#0000ff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6278"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 325.9,273.5 4.1,2.4 m 4.1,-9.2 -4.1,9.2"
+ id="path6280"
+ inkscape:connector-curvature="0"
+ style="stroke:#ff717e" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6282"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 193.8,319.6 4.1,-2.7 m 0,-31.8 0,31.8 m 22.7,2.8 4.2,-2.6 m 0,-31.1 0,31.1"
+ id="path6284"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6286"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 247.5,319.9 2,-1.4 m 2.1,-28.5 0,10.5"
+ id="path6288"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6290"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 164.9,273.1 4.2,0.3"
+ id="path6292"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6294"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 379.5,280.2 4.2,-4.4"
+ id="path6296"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6298"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 278.5,286.4 0,24.4 m 20.6,-37.8 4.1,1.7"
+ id="path6300"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#0000ff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6302"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 305.2,292.1 0,16.5"
+ id="path6304"
+ inkscape:connector-curvature="0"
+ style="stroke:#ff717e" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6306"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 332,293.3 0,16.7"
+ id="path6308"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6310"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 358.9,291.8 0,14.8"
+ id="path6312"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6314"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 381.6,320.4 4.1,-2.6 m 0,-25.8 0,25.8 m -171.2,-43.3 4.1,5.5 m 4.1,-7.5 -4.1,7.5 m 191.9,-8.7 4.2,-3.9"
+ id="path6316"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6318"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 348.6,281.2 4.1,-0.8"
+ id="path6320"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6322"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 245.4,275.5 4.2,-3.7 m -111.5,2.4 4.1,-3.7"
+ id="path6324"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6326"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 375.4,281.4 4.1,-1.2"
+ id="path6328"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6330"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 187.6,277.4 4.2,-0.3 m 2,15 0,27.5 m 22.7,2.8 4.1,-2.7 m 0,-29.6 0,29.6"
+ id="path6332"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6334"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 243.3,322.5 4.2,-2.6 m 0,-27.5 0,27.5"
+ id="path6336"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6338"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 274.3,283.8 0,28"
+ id="path6340"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#0000ff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6342"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 301.1,296.4 0,15.6"
+ id="path6344"
+ inkscape:connector-curvature="0"
+ style="stroke:#ff717e" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6346"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 327.9,293.6 0,19.4"
+ id="path6348"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6350"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 406.4,275.5 4.1,-4.2"
+ id="path6352"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6354"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 354.7,296.2 0,11.4"
+ id="path6356"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6358"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 377.4,323.1 4.2,-2.7 m 0,-27.8 0,27.8 m -140.3,-41.7 4.1,-3.2"
+ id="path6360"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6362"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 272.3,273.1 4.1,-5.2"
+ id="path6364"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6366"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 160.8,275.8 4.1,-2.7 m 237.4,8.6 4.1,-6.2 m -194,49.6 4.1,-2.7 m 0,-32.3 0,32.3"
+ id="path6368"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6370"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 344.4,284.9 4.2,-3.7"
+ id="path6372"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6374"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 371.3,284.1 4.1,-2.7 m -107.2,-6.1 4.1,-2.2"
+ id="path6376"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6378"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 398.1,280 4.2,1.7"
+ id="path6380"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6382"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 239.2,325.2 4.1,-2.7 m 0,-28.7 0,28.7"
+ id="path6384"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#0000ff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6386"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 321.7,279.8 4.2,-6.3"
+ id="path6388"
+ inkscape:connector-curvature="0"
+ style="stroke:#ff717e" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6390"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 266,325.3 2.1,-1.3 m 2.1,-30.2 0,21 m 24.8,-36.6 4.1,-5.2"
+ id="path6392"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#0000ff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6394"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 297,298.8 0,15.8"
+ id="path6396"
+ inkscape:connector-curvature="0"
+ style="stroke:#ff717e" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6398"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 323.8,296.2 0,19.7"
+ id="path6400"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6402"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 350.6,297.8 0,14.9"
+ id="path6404"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#0000ff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6406"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 317.6,285.6 4.1,-5.8"
+ id="path6408"
+ inkscape:connector-curvature="0"
+ style="stroke:#ff717e" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6410"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 373.3,325.8 4.1,-2.7 m 0,-30.5 0,30.5 m -140.2,-45.3 4.1,0.9 m -57.8,3.1 4.1,-4.4"
+ id="path6412"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6414"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 290.9,281.5 4.1,-3.3"
+ id="path6416"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#0000ff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6418"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 313.5,284.1 4.1,1.5"
+ id="path6420"
+ inkscape:connector-curvature="0"
+ style="stroke:#ff717e" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6422"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 160.8,275.8 -4.1,7.9"
+ id="path6424"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6426"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 340.3,286.2 4.1,-1.3"
+ id="path6428"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6430"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 212.4,295.8 0,29.3"
+ id="path6432"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6434"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 367.1,288.8 4.2,-4.7 m -136.2,43.8 4.1,-2.7 m 0,-31.3 0,31.3"
+ id="path6436"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6438"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 179.4,286.2 4.1,-4.4"
+ id="path6440"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6442"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 261.9,328 4.1,-2.7 m 0,-31 0,31"
+ id="path6444"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#0000ff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6446"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 292.9,293.5 0,23"
+ id="path6448"
+ inkscape:connector-curvature="0"
+ style="stroke:#ff717e" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6450"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 264,279 4.2,-3.7"
+ id="path6452"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6454"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 319.6,302 0,15.8"
+ id="path6456"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6458"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 210.3,276.5 4.2,-2"
+ id="path6460"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6462"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 346.5,300 0,17.8"
+ id="path6464"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6466"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 369.2,328.5 4.1,-2.7 m 0,-32 0,32"
+ id="path6468"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6470"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 286.7,284.4 4.2,-2.9"
+ id="path6472"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#0000ff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6474"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 387.9,149.3 -4.1,18.9"
+ id="path6476"
+ inkscape:connector-curvature="0"
+ style="stroke:#ff717e" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6478"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 363,291 4.1,-2.2"
+ id="path6480"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6482"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 175.2,290.1 4.2,-3.9"
+ id="path6484"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6486"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 255.7,281 4.2,5.7 m 4.1,-7.7 -4.1,7.7"
+ id="path6488"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6490"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 202.1,284.5 4.1,1.1 m 4.1,-9.1 -4.1,9.1 m 187.8,-3.2 4.1,-2.4"
+ id="path6492"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6494"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 230.9,330.6 4.2,-2.7 m 0,-28.9 0,28.9"
+ id="path6496"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6498"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 257.8,330.7 4.1,-2.7 m 0,-30.9 0,30.9 m 74.3,-39.3 4.1,-2.5"
+ id="path6500"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6502"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 233,282.9 4.2,-5.1"
+ id="path6504"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#0000ff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6506"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 284.6,330.8 2.1,-1.3 m 2.1,-33.4 0,23.6"
+ id="path6508"
+ inkscape:connector-curvature="0"
+ style="stroke:#ff717e" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6510"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 315.5,304 0,17.4"
+ id="path6512"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6514"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 342.3,305.1 0,16.1"
+ id="path6516"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6518"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 365,331.2 4.2,-2.7 m 0,-31.3 0,31.3"
+ id="path6520"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6522"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 282.6,287.8 4.1,-3.4"
+ id="path6524"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#0000ff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6526"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 309.3,282.4 4.2,1.7"
+ id="path6528"
+ inkscape:connector-curvature="0"
+ style="stroke:#ff717e" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6530"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 228.9,282.6 4.1,0.3"
+ id="path6532"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6534"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="M 358.9,291.8 363,291 m -132.1,8.6 0,31"
+ id="path6536"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6538"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 253.6,333.4 4.2,-2.7 m 0,-35.2 0,35.2"
+ id="path6540"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6542"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 389.8,286.6 4.2,-4.2"
+ id="path6544"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6546"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 332,293.3 4.2,-4.6"
+ id="path6548"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#0000ff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6550"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 280.5,333.5 4.1,-2.7 m 0,-31.9 0,31.9"
+ id="path6552"
+ inkscape:connector-curvature="0"
+ style="stroke:#ff717e" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6554"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 311.4,305.1 0,19.1 m -32.9,-37.8 4.1,1.4"
+ id="path6556"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6558"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 338.2,307.6 0,14.5"
+ id="path6560"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6562"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 360.9,333.8 4.1,-2.6 m 0,-31.8 0,31.8"
+ id="path6564"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#0000ff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6566"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 387.9,149.3 4.1,-3.4"
+ id="path6568"
+ inkscape:connector-curvature="0"
+ style="stroke:#ff717e" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6570"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 327.9,293.6 4.1,-0.3"
+ id="path6572"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6574"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 197.9,285.1 4.2,-0.6 m 183.6,7.5 4.1,-5.4"
+ id="path6576"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#0000ff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6578"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 301.1,296.4 4.1,-4.3 m 4.1,-9.7 -4.1,9.7"
+ id="path6580"
+ inkscape:connector-curvature="0"
+ style="stroke:#ff717e" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6582"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 249.5,336.1 4.1,-2.7 m 0,-35.4 0,35.4"
+ id="path6584"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6586"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 354.7,296.2 4.2,-4.4"
+ id="path6588"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#0000ff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6590"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 276.3,336.2 4.2,-2.7 m 0,-23.4 0,23.4"
+ id="path6592"
+ inkscape:connector-curvature="0"
+ style="stroke:#ff717e" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6594"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 381.6,292.6 4.1,-0.6"
+ id="path6596"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6598"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 303.1,336.3 2,-1.3 m 2.1,-27.7 0,19.5"
+ id="path6600"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6602"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 334.1,309.4 0,16.6 m -86.6,-33.6 4.1,-2.4 m 4.1,-9 -4.1,9"
+ id="path6604"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6606"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 224.8,286 4.1,-3.4 m 127.9,53.9 4.1,-2.7 m 0,-25.2 0,25.2"
+ id="path6608"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#0000ff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6610"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 297,298.8 4.1,-2.4"
+ id="path6612"
+ inkscape:connector-curvature="0"
+ style="stroke:#ff717e" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6614"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 350.6,297.8 4.1,-1.6"
+ id="path6616"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6618"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 220.6,290.1 4.2,-4.1"
+ id="path6620"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6622"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 249.5,303.1 0,33 m 24.8,-52.3 4.2,2.6"
+ id="path6624"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#0000ff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6626"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 272.2,338.9 4.1,-2.7 m 0,-24.8 0,24.8"
+ id="path6628"
+ inkscape:connector-curvature="0"
+ style="stroke:#ff717e" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6630"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 299.1,339 4,-2.7 m 0,-26.3 0,26.3"
+ id="path6632"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6634"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 193.8,292.1 4.1,-7"
+ id="path6636"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6638"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 329.9,310.7 0,18.9"
+ id="path6640"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6642"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 323.8,296.2 4.1,-2.6"
+ id="path6644"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6646"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 352.6,339.2 4.2,-2.7 m 0,-31.9 0,31.9"
+ id="path6648"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6650"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 243.3,293.8 4.2,-1.4"
+ id="path6652"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#0000ff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6654"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 292.9,293.5 4.1,5.3"
+ id="path6656"
+ inkscape:connector-curvature="0"
+ style="stroke:#ff717e" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6658"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 377.4,292.6 4.2,0 m -165.1,-2.5 4.1,0"
+ id="path6660"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6662"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 346.5,300 4.1,-2.2"
+ id="path6664"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#0000ff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6666"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 268.1,341.5 4.1,-2.6 m 0,-26.8 0,26.8"
+ id="path6668"
+ inkscape:connector-curvature="0"
+ style="stroke:#ff717e" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6670"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 294.9,341.6 4.2,-2.6 m 0,-25 0,25"
+ id="path6672"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6674"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 321.7,341.8 2,-1.4 m 2.1,-25 0,14.5"
+ id="path6676"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6678"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 319.6,302 4.2,-5.8"
+ id="path6680"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6682"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 348.5,341.9 4.1,-2.7 m 0,-28.5 0,28.5"
+ id="path6684"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6686"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 315.5,304 4.1,-2"
+ id="path6688"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6690"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 239.2,293.9 4.1,-0.1"
+ id="path6692"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6694"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 266,294.3 4.2,-0.5 m 4.1,-10 -4.1,10"
+ id="path6696"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6698"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 342.3,305.1 4.2,-5.1"
+ id="path6700"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#0000ff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6702"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 268.1,317.7 0,23.8"
+ id="path6704"
+ inkscape:connector-curvature="0"
+ style="stroke:#ff717e" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6706"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 290.8,344.3 4.1,-2.7 m 0,-26.3 0,26.3"
+ id="path6708"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6710"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 373.3,293.8 4.1,-1.2"
+ id="path6712"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6714"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 317.5,344.4 4.2,-2.6 m 0,-25.3 0,25.3"
+ id="path6716"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6718"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 344.4,344.6 4.1,-2.7 m 0,-27.1 0,27.1 m -136.1,-46.1 4.1,-5.7"
+ id="path6720"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6722"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 338.2,307.6 4.1,-2.5"
+ id="path6724"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6726"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 311.4,305.1 4.1,-1.1 m -53.6,-6.9 4.1,-2.8 m 20.7,52.7 4.1,-2.7 m 0,-26.5 0,26.5"
+ id="path6728"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6730"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 235.1,299 4.1,-5.1 m 74.2,53.2 4.1,-2.7 m 0,-25.2 0,25.2"
+ id="path6732"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6734"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 340.2,347.2 4.2,-2.6 m 0,-23.6 0,23.6"
+ id="path6736"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#0000ff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6738"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 288.8,296.1 4.1,-2.6"
+ id="path6740"
+ inkscape:connector-curvature="0"
+ style="stroke:#ff717e" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6742"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 369.2,297.2 4.1,-3.4"
+ id="path6744"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6746"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 334.1,309.4 4.1,-1.8 m -107.3,-8 4.2,-0.6"
+ id="path6748"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6750"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 307.2,307.3 4.2,-2.2 m -53.6,-9.6 4.1,1.6 m 24.8,24.7 0,25.2"
+ id="path6752"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6754"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 309.3,349.8 4.1,-2.7 m 0,-23.5 0,23.5"
+ id="path6756"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6758"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 336.1,349.9 4.1,-2.7 m 0,-25.8 0,25.8 m 24.8,-47.8 4.2,-2.2"
+ id="path6760"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#0000ff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6762"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 284.6,298.9 4.2,-2.8 m -12.5,15.3 4.2,-1.3 m 4.1,-11.2 -4.1,11.2"
+ id="path6764"
+ inkscape:connector-curvature="0"
+ style="stroke:#ff717e" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6766"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 329.9,310.7 4.2,-1.3"
+ id="path6768"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6770"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 356.8,304.6 4.1,4 m 4.1,-9.2 -4.1,9.2"
+ id="path6772"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6774"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 303.1,310 4.1,-2.7"
+ id="path6776"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6778"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 305.1,352.5 4.2,-2.7 m 0,-25.1 0,25.1"
+ id="path6780"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6782"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 332,352.6 4.1,-2.7 m 0,-27 0,27"
+ id="path6784"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#0000ff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6786"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 272.2,312.1 4.1,-0.7"
+ id="path6788"
+ inkscape:connector-curvature="0"
+ style="stroke:#ff717e" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6790"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 325.8,315.4 4.1,-4.7"
+ id="path6792"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6794"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 253.6,298 4.2,-2.5 m 41.3,18.5 4,-4"
+ id="path6796"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6798"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 305.1,329 0,23.5"
+ id="path6800"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6802"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 327.8,355.3 4.2,-2.7 m 0,-23.3 0,23.3"
+ id="path6804"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6806"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 321.7,316.5 4.1,-1.1"
+ id="path6808"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6810"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 294.9,315.3 4.2,-1.3 m -49.6,-10.9 4.1,-5.1"
+ id="path6812"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#0000ff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6814"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 268.1,317.7 4.1,-5.6"
+ id="path6816"
+ inkscape:connector-curvature="0"
+ style="stroke:#ff717e" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6818"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 323.7,358 4.1,-2.7 m 0,-25.3 0,25.3 m 24.8,-44.6 4.2,-6.1 m -8.3,10.2 4.1,-4.1"
+ id="path6820"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6822"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 317.5,319.2 4.2,-2.7"
+ id="path6824"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6826"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 290.8,317.8 4.1,-2.5"
+ id="path6828"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6830"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 323.7,329.8 0,28.2 m 20.7,-37 4.1,-6.2 m -8.3,6.6 4.2,-0.4"
+ id="path6832"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6834"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 313.4,323.6 4.1,-4.4"
+ id="path6836"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#157545;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6838"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 286.7,321.8 4.1,-4"
+ id="path6840"
+ inkscape:connector-curvature="0"
+ style="stroke:#97c30a" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6842"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 309.3,324.7 4.1,-1.1"
+ id="path6844"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6846"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 336.1,322.9 4.1,-1.5"
+ id="path6848"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6850"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 305.1,329 4.2,-4.3"
+ id="path6852"
+ inkscape:connector-curvature="0"
+ style="stroke:#1fbed6" />
+ </g>
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6854"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 332,329.3 4.1,-6.4 m -8.3,7.1 4.2,-0.7 m -8.3,0.5 4.1,0.2"
+ id="path6856"
+ inkscape:connector-curvature="0"
+ style="stroke:#555555" />
+ </g>
+ <a
+ xlink:title="Plot #1"
+ id="a6858"
+ transform="translate(-8.5491241,-102.42643)">
+ <g
+ style="color:#0000ff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6860" />
+ </a>
+ <a
+ xlink:title="Plot #2"
+ id="a6862"
+ transform="translate(-8.5491241,-102.42643)">
+ <g
+ style="color:#0000ff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6864" />
+ </a>
+ <a
+ xlink:title="Plot #3"
+ id="a6866"
+ transform="translate(-8.5491241,-102.42643)">
+ <g
+ style="color:#0000ff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6868" />
+ </a>
+ <a
+ xlink:title="Plot #4"
+ id="a6870"
+ transform="translate(-8.5491241,-102.42643)">
+ <g
+ style="color:#0000ff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6872" />
+ </a>
+ <a
+ xlink:title="Plot #5"
+ id="a6874"
+ transform="translate(-8.5491241,-102.42643)">
+ <g
+ style="color:#0000ff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6876" />
+ </a>
+ <a
+ xlink:title="Plot #6"
+ id="a6878"
+ transform="translate(-8.5491241,-102.42643)">
+ <g
+ style="color:#0000ff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6880" />
+ </a>
+ <a
+ xlink:title="Plot #7"
+ id="a6882"
+ transform="translate(-8.5491241,-102.42643)">
+ <g
+ style="color:#ff0000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6884" />
+ </a>
+ <a
+ xlink:title="Plot #8"
+ id="a6886"
+ transform="translate(-8.5491241,-102.42643)">
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6888" />
+ </a>
+ <a
+ xlink:title="Plot #9"
+ id="a6890"
+ transform="translate(-8.5491241,-102.42643)">
+ <g
+ style="color:#008000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6892" />
+ </a>
+ <a
+ xlink:title="Plot #10"
+ id="a6894"
+ transform="translate(-8.5491241,-102.42643)">
+ <g
+ style="color:#00ffff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6896" />
+ </a>
+ <a
+ xlink:title="Plot #11"
+ id="a6898"
+ transform="translate(-8.5491241,-102.42643)">
+ <g
+ style="color:#ff0000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6900" />
+ </a>
+ <a
+ xlink:title="Plot #12"
+ id="a6902"
+ transform="translate(-8.5491241,-102.42643)">
+ <g
+ style="color:#0000ff;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6904" />
+ </a>
+ <g
+ style="color:#000000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6906"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="M 342.3,422.9 517.6,309.2 M 342.3,422.9 82.4,346.2 156.7,298 M 517.6,309.2 436,285.1 M 82.4,170.8 l 0,175.4"
+ id="path6908"
+ inkscape:connector-curvature="0" />
+ </g>
+ <g
+ style="color:#808080;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6910"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="M 82.4,346.2 156.7,298"
+ id="path6912"
+ inkscape:connector-curvature="0" />
+ </g>
+ <g
+ style="color:#000000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6914"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 82.4,346.2 7.1,-4.6"
+ id="path6916"
+ inkscape:connector-curvature="0" />
+ <g
+ transform="translate(75.8,359.9)"
+ style="font-size:15px;text-anchor:middle;fill:#000000;stroke:none;font-family:Arial"
+ id="g6918">
+ <text
+ id="text6920">0.8</text>
+ </g>
+ </g>
+ <g
+ style="color:#808080;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6922"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="M 119.5,357.1 193.8,309"
+ id="path6924"
+ inkscape:connector-curvature="0" />
+ </g>
+ <g
+ style="color:#000000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6926"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 119.5,357.1 7.1,-4.5"
+ id="path6928"
+ inkscape:connector-curvature="0" />
+ <g
+ transform="translate(113,370.8)"
+ style="font-size:15px;text-anchor:middle;fill:#000000;stroke:none;font-family:Arial"
+ id="g6930">
+ <text
+ id="text6932">1</text>
+ </g>
+ </g>
+ <g
+ style="color:#808080;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6934"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="M 156.7,368.1 230.9,320"
+ id="path6936"
+ inkscape:connector-curvature="0" />
+ </g>
+ <g
+ style="color:#000000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6938"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 156.7,368.1 7,-4.6"
+ id="path6940"
+ inkscape:connector-curvature="0" />
+ <g
+ transform="translate(150.1,381.8)"
+ style="font-size:15px;text-anchor:middle;fill:#000000;stroke:none;font-family:Arial"
+ id="g6942">
+ <text
+ id="text6944">1.2</text>
+ </g>
+ </g>
+ <g
+ style="color:#808080;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6946"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 193.8,379.1 74.3,-48.2"
+ id="path6948"
+ inkscape:connector-curvature="0" />
+ </g>
+ <g
+ style="color:#000000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6950"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 193.8,379.1 7.1,-4.6"
+ id="path6952"
+ inkscape:connector-curvature="0" />
+ <g
+ transform="translate(187.3,392.7)"
+ style="font-size:15px;text-anchor:middle;fill:#000000;stroke:none;font-family:Arial"
+ id="g6954">
+ <text
+ id="text6956">1.4</text>
+ </g>
+ </g>
+ <g
+ style="color:#808080;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6958"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 230.9,390 74.2,-48.1"
+ id="path6960"
+ inkscape:connector-curvature="0" />
+ </g>
+ <g
+ style="color:#000000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6962"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 230.9,390 7.1,-4.6"
+ id="path6964"
+ inkscape:connector-curvature="0" />
+ <g
+ transform="translate(224.4,403.7)"
+ style="font-size:15px;text-anchor:middle;fill:#000000;stroke:none;font-family:Arial"
+ id="g6966">
+ <text
+ id="text6968">1.6</text>
+ </g>
+ </g>
+ <g
+ style="color:#808080;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6970"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="M 268.1,401 443.3,287.3"
+ id="path6972"
+ inkscape:connector-curvature="0" />
+ </g>
+ <g
+ style="color:#000000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6974"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 268.1,401 7.1,-4.6"
+ id="path6976"
+ inkscape:connector-curvature="0" />
+ <g
+ transform="translate(261.5,414.6)"
+ style="font-size:15px;text-anchor:middle;fill:#000000;stroke:none;font-family:Arial"
+ id="g6978">
+ <text
+ id="text6980">1.8</text>
+ </g>
+ <path
+ d="m 436.3,291.9 7,-4.6"
+ id="path6982"
+ inkscape:connector-curvature="0" />
+ </g>
+ <g
+ style="color:#808080;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6984"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="M 305.1,411.9 480.5,298.2"
+ id="path6986"
+ inkscape:connector-curvature="0" />
+ </g>
+ <g
+ style="color:#000000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6988"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 305.1,411.9 7.1,-4.6"
+ id="path6990"
+ inkscape:connector-curvature="0" />
+ <g
+ transform="translate(298.7,425.6)"
+ style="font-size:15px;text-anchor:middle;fill:#000000;stroke:none;font-family:Arial"
+ id="g6992">
+ <text
+ id="text6994">2</text>
+ </g>
+ <path
+ d="m 473.4,302.8 7.1,-4.6"
+ id="path6996"
+ inkscape:connector-curvature="0" />
+ </g>
+ <g
+ style="color:#808080;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g6998"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="M 342.3,422.9 517.6,309.2"
+ id="path7000"
+ inkscape:connector-curvature="0" />
+ </g>
+ <g
+ style="color:#000000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g7002"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 342.3,422.9 7,-4.6"
+ id="path7004"
+ inkscape:connector-curvature="0" />
+ <g
+ transform="translate(335.7,436.6)"
+ style="font-size:15px;text-anchor:middle;fill:#000000;stroke:none;font-family:Arial"
+ id="g7006">
+ <text
+ id="text7008">2.2</text>
+ </g>
+ <path
+ d="m 510.5,313.8 7.1,-4.6"
+ id="path7010"
+ inkscape:connector-curvature="0" />
+ </g>
+ <g
+ style="color:#808080;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g7012"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="M 342.3,422.9 82.4,346.2"
+ id="path7014"
+ inkscape:connector-curvature="0" />
+ </g>
+ <g
+ style="color:#000000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g7016"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 342.3,422.9 -7.5,-2.2"
+ id="path7018"
+ inkscape:connector-curvature="0" />
+ <g
+ transform="translate(349.1,431.8)"
+ style="font-size:15px;text-anchor:middle;fill:#000000;stroke:none;font-family:Arial"
+ id="g7020">
+ <text
+ id="text7022">-4</text>
+ </g>
+ <path
+ d="m 89.8,348.4 -7.4,-2.2"
+ id="path7024"
+ inkscape:connector-curvature="0" />
+ </g>
+ <g
+ style="color:#808080;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g7026"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="M 362.4,409.8 102.5,333.1"
+ id="path7028"
+ inkscape:connector-curvature="0" />
+ </g>
+ <g
+ style="color:#000000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g7030"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="M 362.4,409.8 355,407.6"
+ id="path7032"
+ inkscape:connector-curvature="0" />
+ <g
+ transform="translate(369.3,418.7)"
+ style="font-size:15px;text-anchor:middle;fill:#000000;stroke:none;font-family:Arial"
+ id="g7034">
+ <text
+ id="text7036">-3</text>
+ </g>
+ <path
+ d="m 110,335.3 -7.5,-2.2"
+ id="path7038"
+ inkscape:connector-curvature="0" />
+ </g>
+ <g
+ style="color:#808080;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g7040"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="M 382.6,396.7 122.7,320.1"
+ id="path7042"
+ inkscape:connector-curvature="0" />
+ </g>
+ <g
+ style="color:#000000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g7044"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 382.6,396.7 -7.5,-2.2"
+ id="path7046"
+ inkscape:connector-curvature="0" />
+ <g
+ transform="translate(389.5,405.6)"
+ style="font-size:15px;text-anchor:middle;fill:#000000;stroke:none;font-family:Arial"
+ id="g7048">
+ <text
+ id="text7050">-2</text>
+ </g>
+ <path
+ d="m 130.2,322.3 -7.5,-2.2"
+ id="path7052"
+ inkscape:connector-curvature="0" />
+ </g>
+ <g
+ style="color:#808080;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g7054"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="M 402.7,383.7 142.8,307"
+ id="path7056"
+ inkscape:connector-curvature="0" />
+ </g>
+ <g
+ style="color:#000000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g7058"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 402.7,383.7 -7.4,-2.2"
+ id="path7060"
+ inkscape:connector-curvature="0" />
+ <g
+ transform="translate(409.6,392.6)"
+ style="font-size:15px;text-anchor:middle;fill:#000000;stroke:none;font-family:Arial"
+ id="g7062">
+ <text
+ id="text7064">-1</text>
+ </g>
+ <path
+ d="M 150.3,309.2 142.8,307"
+ id="path7066"
+ inkscape:connector-curvature="0" />
+ </g>
+ <g
+ style="color:#808080;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g7068"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 175.2,297.5 -0.9,-0.2 m 19.5,5.7 -1,-0.3 m 19.6,5.8 -1,-0.3 m 19.5,5.8 -0.9,-0.3 m 19.5,5.7 -0.9,-0.2 m 19.5,5.7 -1,-0.3 m 19.6,5.8 -1,-0.3 m 19.4,5.8 -0.9,-0.3 m 19.5,5.7 -1,-0.2 m 100.2,29.5 -81.6,-24.1"
+ id="path7070"
+ inkscape:connector-curvature="0" />
+ </g>
+ <g
+ style="color:#000000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g7072"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 422.9,370.6 -7.5,-2.2"
+ id="path7074"
+ inkscape:connector-curvature="0" />
+ <g
+ transform="translate(429.8,379.5)"
+ style="font-size:15px;text-anchor:middle;fill:#000000;stroke:none;font-family:Arial"
+ id="g7076">
+ <text
+ id="text7078">0</text>
+ </g>
+ </g>
+ <g
+ style="color:#808080;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g7080"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 443,357.5 -81.5,-24"
+ id="path7082"
+ inkscape:connector-curvature="0" />
+ </g>
+ <g
+ style="color:#000000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g7084"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 443,357.5 -7.4,-2.2"
+ id="path7086"
+ inkscape:connector-curvature="0" />
+ <g
+ transform="translate(449.9,366.4)"
+ style="font-size:15px;text-anchor:middle;fill:#000000;stroke:none;font-family:Arial"
+ id="g7088">
+ <text
+ id="text7090">1</text>
+ </g>
+ </g>
+ <g
+ style="color:#808080;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g7092"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="M 463.2,344.5 381.6,320.4"
+ id="path7094"
+ inkscape:connector-curvature="0" />
+ </g>
+ <g
+ style="color:#000000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g7096"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 463.2,344.5 -7.5,-2.2"
+ id="path7098"
+ inkscape:connector-curvature="0" />
+ <g
+ transform="translate(470.1,353.4)"
+ style="font-size:15px;text-anchor:middle;fill:#000000;stroke:none;font-family:Arial"
+ id="g7100">
+ <text
+ id="text7102">2</text>
+ </g>
+ </g>
+ <g
+ style="color:#808080;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g7104"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="M 483.4,331.4 401.8,307.3"
+ id="path7106"
+ inkscape:connector-curvature="0" />
+ </g>
+ <g
+ style="color:#000000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g7108"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 483.4,331.4 -7.5,-2.2"
+ id="path7110"
+ inkscape:connector-curvature="0" />
+ <g
+ transform="translate(490.2,340.3)"
+ style="font-size:15px;text-anchor:middle;fill:#000000;stroke:none;font-family:Arial"
+ id="g7112">
+ <text
+ id="text7114">3</text>
+ </g>
+ </g>
+ <g
+ style="color:#808080;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g7116"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 503.5,318.3 -81.6,-24"
+ id="path7118"
+ inkscape:connector-curvature="0" />
+ </g>
+ <g
+ style="color:#000000;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter"
+ id="g7120"
+ transform="translate(-8.5491241,-102.42643)">
+ <path
+ d="m 503.5,318.3 -7.4,-2.2"
+ id="path7122"
+ inkscape:connector-curvature="0" />
+ <g
+ transform="translate(510.4,327.2)"
+ style="font-size:15px;text-anchor:middle;fill:#000000;stroke:none;font-family:Arial"
+ id="g7124">
+ <text
+ id="text7126">4</text>
+ </g>
+ <path
+ d="m 91.4,286.8 -9,0"
+ id="path7128"
+ inkscape:connector-curvature="0" />
+ <g
+ transform="translate(64.4,291.3)"
+ style="font-size:15px;text-anchor:end;fill:#000000;stroke:none;font-family:Arial"
+ id="g7130">
+ <text
+ id="text7132">-0.25</text>
+ </g>
+ <path
+ d="m 91.4,263.6 -9,0"
+ id="path7134"
+ inkscape:connector-curvature="0" />
+ <g
+ transform="translate(64.4,268.1)"
+ style="font-size:15px;text-anchor:end;fill:#000000;stroke:none;font-family:Arial"
+ id="g7136">
+ <text
+ id="text7138">0</text>
+ </g>
+ <path
+ d="m 91.4,240.3 -9,0"
+ id="path7140"
+ inkscape:connector-curvature="0" />
+ <g
+ transform="translate(64.4,244.8)"
+ style="font-size:15px;text-anchor:end;fill:#000000;stroke:none;font-family:Arial"
+ id="g7142">
+ <text
+ id="text7144">0.25</text>
+ </g>
+ <path
+ d="m 91.4,217.2 -9,0"
+ id="path7146"
+ inkscape:connector-curvature="0" />
+ <g
+ transform="translate(64.4,221.7)"
+ style="font-size:15px;text-anchor:end;fill:#000000;stroke:none;font-family:Arial"
+ id="g7148">
+ <text
+ id="text7150">0.5</text>
+ </g>
+ <path
+ d="m 91.4,194 -9,0"
+ id="path7152"
+ inkscape:connector-curvature="0" />
+ <g
+ transform="translate(64.4,198.5)"
+ style="font-size:15px;text-anchor:end;fill:#000000;stroke:none;font-family:Arial"
+ id="g7154">
+ <text
+ id="text7156">0.75</text>
+ </g>
+ <path
+ d="m 91.4,170.8 -9,0"
+ id="path7158"
+ inkscape:connector-curvature="0" />
+ <g
+ transform="translate(64.4,175.3)"
+ style="font-size:15px;text-anchor:end;fill:#000000;stroke:none;font-family:Arial"
+ id="g7160">
+ <text
+ id="text7162">1</text>
+ </g>
+ </g>
+ <path
+ style="fill:none;stroke:#000000;stroke-width:0.74460572px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#Arrow1Lstart)"
+ d="M 387.67037,40.31959 409.56112,16.15625"
+ id="path7168"
+ inkscape:connector-curvature="0" />
+ <text
+ xml:space="preserve"
+ style="font-size:16px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+ x="411.5611"
+ y="12.15625"
+ id="text8384"
+ sodipodi:linespacing="125%"><tspan
+ sodipodi:role="line"
+ id="tspan8386"
+ x="411.5611"
+ y="12.15625">Peak</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:16px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+ x="114.42566"
+ y="493.90152"
+ id="text8392"
+ sodipodi:linespacing="125%"
+ transform="matrix(0.8239971,-0.56659402,0.56659402,0.8239971,0,0)"><tspan
+ sodipodi:role="line"
+ id="tspan8394"
+ x="114.42566"
+ y="493.90152">Code-delay (chip - τ)</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:16px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+ x="196.54826"
+ y="255.70558"
+ id="text8396"
+ sodipodi:linespacing="125%"
+ transform="matrix(0.96200586,0.2730288,-0.2730288,0.96200586,0,0)"><tspan
+ sodipodi:role="line"
+ id="tspan8398"
+ x="196.54826"
+ y="255.70558">Frequency (kHZ)</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:16px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+ x="-221.76593"
+ y="10.870373"
+ id="text8400"
+ sodipodi:linespacing="125%"
+ transform="matrix(-0.00830028,-0.99996555,0.99996555,-0.00830028,0,0)"><tspan
+ sodipodi:role="line"
+ id="tspan8402"
+ x="-221.76593"
+ y="10.870373">Correlation output</tspan></text>
+</svg>
diff --git a/vorlagen/thesis/src/img/CosMultiplication.pdf b/vorlagen/thesis/src/img/CosMultiplication.pdf
new file mode 100644
index 0000000..7f281ea
--- /dev/null
+++ b/vorlagen/thesis/src/img/CosMultiplication.pdf
Binary files differ
diff --git a/vorlagen/thesis/src/img/CosMultiplication.svg b/vorlagen/thesis/src/img/CosMultiplication.svg
new file mode 100644
index 0000000..bba488d
--- /dev/null
+++ b/vorlagen/thesis/src/img/CosMultiplication.svg
@@ -0,0 +1,251 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ 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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ inkscape:version="0.48.3.1 r9886"
+ version="1.1"
+ id="svg2"
+ height="329.45364"
+ width="1981.4841"
+ sodipodi:docname="CosMultiplication.svg">
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="1"
+ inkscape:cx="944.15916"
+ inkscape:cy="-266.54897"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="1280"
+ inkscape:window-height="996"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1"
+ fit-margin-top="0"
+ fit-margin-left="0"
+ fit-margin-right="0"
+ fit-margin-bottom="0">
+ <inkscape:grid
+ type="xygrid"
+ id="grid2985"
+ empspacing="5"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true"
+ units="mm"
+ spacingy="0.1mm"
+ spacingx="0.1mm"
+ originx="145.25mm"
+ originy="-234.75mm" />
+ </sodipodi:namedview>
+ <defs
+ id="defs4" />
+ <metadata
+ id="metadata7">
+ <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></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(514.66535,108.88281)">
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:none;stroke:#000000;stroke-width:3.54330709;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m -509.04126,189.04143 c 64.31413,-17.99149 128.62971,-32.12218 192.94385,-24.91146 64.31558,7.21076 128.63117,32.72665 192.94527,44.92511 64.315578,12.19841 128.6298874,5.82987 192.945342,-11.18095 9.80649,-2.59375 19.612909,-5.26625 29.419396,-7.928"
+ title="sin(x)"
+ id="path4068"
+ sodipodi:nodetypes="csssc" />
+ <path
+ style="fill:none;stroke:#000000;stroke-width:3.54330709;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 850.3937,145.27556 0,56.69292 28.34646,0 0,-56.69292 28.34645,0 0,56.69292 56.69292,0 0,-56.69292 28.34645,0 0,56.69292 85.03932,0 0,-56.69292 28.3465,0 0,56.69292 28.3465,0 0,-56.69292 113.3858,0 0,56.69292 28.3464,0 0,-56.69292 56.693,0 0,56.69292 28.3464,0 0,-56.69292 28.3465,0 0,56.69292 28.3464,0 0,-56.69292 42.5197,0"
+ id="path4145-2"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;stroke:#000000;stroke-width:3.54330709;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 155.90551,74.409426 0,-56.69291 28.34646,0 0,56.69291 28.34645,0 0,-56.69291 56.69292,0 0,56.69291 28.34645,0 0,-56.69291 85.03937,0 0,56.69291 28.34646,0 0,-56.69291 28.34646,0 0,56.69291 113.38582,0 0,-56.69291 28.34646,0 0,56.69291 56.69291,0 0,-56.69291 28.34646,0 0,56.69291 28.34646,0 0,-56.69291 28.34645,0 0,56.69291 42.51969,0"
+ id="path4145-7"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;stroke:#000000;stroke-width:3.54330709;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m -510.23622,17.716502 609.448817,0"
+ id="path4201"
+ inkscape:connector-curvature="0" />
+ <text
+ xml:space="preserve"
+ style="font-size:16px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+ x="117.38583"
+ y="56.236187"
+ id="text4203"
+ sodipodi:linespacing="125%"><tspan
+ sodipodi:role="line"
+ id="tspan4205"
+ x="117.38583"
+ y="56.236187"
+ style="font-size:28px">X</tspan></text>
+ <g
+ transform="matrix(-0.00239562,0.51613785,-1.9374338,-0.00713297,2.1785616,0.53956002)"
+ style="font-size:342.00729369999999108px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;stroke-width:3.54330708;stroke-miterlimit:4;stroke-dasharray:none"
+ id="text4207">
+ <path
+ id="path4212"
+ d="m -8.4377915,264.32355 c -27.7214315,-6e-5 -46.3136055,-4.11928 -55.7765805,-12.35769 -9.351861,-8.23849 -14.027737,-24.65972 -14.027643,-49.26374 l 0,-39.91199 c -9.4e-5,-16.81084 -3.006015,-28.44487 -9.01777,-34.90211 -6.011927,-6.45708 -16.922305,-9.68566 -32.731165,-9.68575 l -10.18674,0 0,-23.880396 10.18674,0 c 15.92019,1.15e-4 26.830569,-3.172802 32.731165,-9.518757 6.011755,-6.457039 9.017676,-17.979734 9.01777,-34.56812 l 0,-40.07898 c -9.4e-5,-24.603817 4.675782,-40.969384 14.027643,-49.09675 9.462975,-8.238202 28.055149,-12.357426 55.7765805,-12.357686"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccssccccccsscc"
+ style="fill:none;stroke:#000000;stroke-width:3.54330708;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ </g>
+ <g
+ transform="matrix(-0.00239562,0.51613785,-1.9374338,-0.00713297,668.0673,0.70989817)"
+ style="font-size:342.00729369999999108px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;stroke-width:3.54330708;stroke-miterlimit:4;stroke-dasharray:none"
+ id="text4207-6">
+ <path
+ id="path4212-9"
+ d="m -8.4377915,264.32355 c -27.7214315,-6e-5 -46.3136055,-4.11928 -55.7765805,-12.35769 -9.351861,-8.23849 -14.027737,-24.65972 -14.027643,-49.26374 l 0,-39.91199 c -9.4e-5,-16.81084 -3.006015,-28.44487 -9.01777,-34.90211 -6.011927,-6.45708 -16.922305,-9.68566 -32.731165,-9.68575 l -10.18674,0 0,-23.880396 10.18674,0 c 15.92019,1.15e-4 26.830569,-3.172802 32.731165,-9.518757 6.011755,-6.457039 9.017676,-17.979734 9.01777,-34.56812 l 0,-40.07898 c -9.4e-5,-24.603817 4.675782,-40.969384 14.027643,-49.09675 9.462975,-8.238202 28.055149,-12.357426 55.7765805,-12.357686"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccssccccccsscc"
+ style="fill:none;stroke:#000000;stroke-width:3.54330708;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ </g>
+ <text
+ xml:space="preserve"
+ style="font-size:36px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+ x="-346.15747"
+ y="-81.53125"
+ id="text4978"
+ sodipodi:linespacing="125%"><tspan
+ sodipodi:role="line"
+ id="tspan4980"
+ x="-346.15747"
+ y="-81.53125">cos(ω<tspan
+ style="font-size:65.00091553%;baseline-shift:sub"
+ id="tspan4982">1</tspan> t − ω<tspan
+ style="font-size:65.00091553%;baseline-shift:sub"
+ id="tspan4984">2</tspan>t)</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:36px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+ x="432.15747"
+ y="-81.496094"
+ id="text4978-3"
+ sodipodi:linespacing="125%"><tspan
+ sodipodi:role="line"
+ id="tspan4980-6"
+ x="432.15747"
+ y="-81.496094">d<tspan
+ style="font-size:65.00091553%;baseline-shift:sub"
+ id="tspan5032">C/A</tspan></tspan></text>
+ <path
+ style="fill:none;stroke:#000000;stroke-width:3.54330709;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 155.90551,216.1417 0,-56.69291 28.34646,0 0,56.69291 28.34645,0 0,-56.69291 56.69292,0 0,56.69291 28.34645,0 0,-56.69291 85.03938,0 0,56.69291 28.34646,0 0,-56.69291 28.34646,0 0,56.69291 113.38582,0 0,-56.69291 28.34646,0 0,56.69291 56.69291,0 0,-56.69291 28.34646,0 0,56.69291 28.34646,0 0,-56.69291 28.34645,0 0,56.69291 42.51969,0"
+ id="path4145-7-7"
+ inkscape:connector-curvature="0" />
+ <text
+ xml:space="preserve"
+ style="font-size:16px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+ x="117.38585"
+ y="197.96846"
+ id="text4203-7"
+ sodipodi:linespacing="125%"><tspan
+ sodipodi:role="line"
+ id="tspan4205-3"
+ x="117.38585"
+ y="197.96846"
+ style="font-size:28px">X</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:16px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+ x="793.70081"
+ y="57.29771"
+ id="text4203-4"
+ sodipodi:linespacing="125%"><tspan
+ sodipodi:role="line"
+ id="tspan4205-35"
+ x="793.70081"
+ y="57.29771"
+ style="font-size:36px">=</tspan></text>
+ <path
+ style="fill:none;stroke:#000000;stroke-width:3.54330709;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 850.3937,74.409412 0,-56.69291 28.34646,0 0,56.69291 28.34645,0 0,-56.69291 56.69292,0 0,56.69291 28.34645,0 0,-56.69291 85.03942,0 0,56.69291 28.3464,0 0,-56.69291 28.3465,0 0,56.69291 113.3858,0 0,-56.69291 28.3465,0 0,56.69291 56.6929,0 0,-56.69291 28.3465,0 0,56.69291 28.3464,0 0,-56.69291 28.3465,0 0,56.69291 42.5197,0"
+ id="path4145-7-4"
+ inkscape:connector-curvature="0" />
+ <text
+ xml:space="preserve"
+ style="font-size:16px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+ x="793.70081"
+ y="199.02998"
+ id="text4203-4-4"
+ sodipodi:linespacing="125%"><tspan
+ sodipodi:role="line"
+ id="tspan4205-35-2"
+ x="793.70081"
+ y="199.02998"
+ style="font-size:36px">=</tspan></text>
+ <g
+ transform="matrix(-0.00239562,0.51613785,-1.9374338,-0.00713297,1362.9817,0.53956002)"
+ style="font-size:342.00729369999999108px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;stroke-width:3.54330708;stroke-miterlimit:4;stroke-dasharray:none"
+ id="text4207-6-1">
+ <path
+ id="path4212-9-8"
+ d="m -8.4377915,264.32355 c -27.7214315,-6e-5 -46.3136055,-4.11928 -55.7765805,-12.35769 -9.351861,-8.23849 -14.027737,-24.65972 -14.027643,-49.26374 l 0,-39.91199 c -9.4e-5,-16.81084 -3.006015,-28.44487 -9.01777,-34.90211 -6.011927,-6.45708 -16.922305,-9.68566 -32.731165,-9.68575 l -10.18674,0 0,-23.880396 10.18674,0 c 15.92019,1.15e-4 26.830569,-3.172802 32.731165,-9.518757 6.011755,-6.457039 9.017676,-17.979734 9.01777,-34.56812 l 0,-40.07898 c -9.4e-5,-24.603817 4.675782,-40.969384 14.027643,-49.09675 9.462975,-8.238202 28.055149,-12.357426 55.7765805,-12.357686"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccssccccccsscc"
+ style="fill:none;stroke:#000000;stroke-width:3.54330708;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ </g>
+ <text
+ xml:space="preserve"
+ style="font-size:36px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+ x="986.29919"
+ y="-81.53125"
+ id="text4978-6"
+ sodipodi:linespacing="125%"><tspan
+ sodipodi:role="line"
+ id="tspan4980-5"
+ x="986.29919"
+ y="-81.53125">d<tspan
+ style="font-size:65.00091553%;baseline-shift:sub"
+ id="tspan5166">C/A</tspan>cos(ω<tspan
+ style="font-size:65.00091553%;baseline-shift:sub"
+ id="tspan4982-0">1</tspan> t − ω<tspan
+ style="font-size:65.00091553%;baseline-shift:sub"
+ id="tspan4984-0">2</tspan>t)</tspan></text>
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:none;stroke:#000000;stroke-width:5.31496048;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 141.73229,414.5669 c 64.31413,-17.99149 128.6297,-32.12206 192.94385,-24.91146 42.30776,4.74335 84.61553,17.4077 126.92287,28.9917"
+ title="sin(x)"
+ id="path4068-5"
+ sodipodi:nodetypes="csc" />
+ <path
+ style="fill:none;stroke:#000000;stroke-width:5.31496048;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 325.98426,556.29918 0,-56.69291 28.34646,0 0,56.69291 28.34645,0 0,-56.69291 56.69292,0 0,56.69291 28.34645,0 0,-56.69291 85.03938,0 0,56.69291 28.34646,0 0,-56.69291 28.34646,0 0,56.69291 37.13779,0"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccccccccccccccc"
+ id="path4145-7-7-0" />
+ <g
+ id="g6113">
+ <path
+ id="path6115"
+ d="M141.73229 414.5669C149.415324115 412.417617541 157.09837878 410.323434059 164.78144912 408.31415027C168.638043551 407.305570064 172.49464193 406.318381515 176.351243643 405.356353695C184.100861308 403.423214536 191.85049243 401.591670808 199.600132005 399.892304143C203.495607649 399.038091326 207.39108543 398.217276019 211.28656471 397.433742384C219.120181612 395.858094851 226.953804582 394.433211531 234.787428452 393.190678952C242.677123718 391.939252593 250.566819898 390.872796773 258.45651171 390.02358116C266.392212094 389.169413364 274.327908061 388.535026824 282.263594236 388.153259046C286.242108911 387.961861771 290.220621125 387.833959354 294.199130201 387.773689692C302.156703587 387.653141957 310.114264419 387.803162995 318.07180728 388.256862907C323.606594155 388.572429202 329.141372336 389.034907882 334.67614 389.65544C341.001387688 390.36459746 347.326635599 391.25080455 353.651882264 392.283981107C361.472543007 393.561421146 369.293201844 395.063538426 377.113855996 396.733476713C380.998482323 397.562957995 384.883107494 398.433844836 388.767731169 399.339169422C396.493635214 401.139717291 404.219533339 403.076483447 411.945422864 405.094653109C415.792294019 406.099539165 419.639163042 407.124607091 423.486029601 408.163090215C431.163000593 410.235531434 438.839961776 412.36139988 446.516910523 414.486915226C451.544282595 415.878842779 456.571649333 417.270618905 461.59901 418.64714"
+ style="stroke-opacity:1;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4;stroke-width:5.31496048;fill:none" />
+ </g>
+ </g>
+</svg>
diff --git a/vorlagen/thesis/src/img/PRN-PhaseShiftAfterDemod.pdf b/vorlagen/thesis/src/img/PRN-PhaseShiftAfterDemod.pdf
new file mode 100644
index 0000000..f3d274a
--- /dev/null
+++ b/vorlagen/thesis/src/img/PRN-PhaseShiftAfterDemod.pdf
Binary files differ
diff --git a/vorlagen/thesis/src/img/PRN-PhaseShiftAfterDemod.svg b/vorlagen/thesis/src/img/PRN-PhaseShiftAfterDemod.svg
new file mode 100644
index 0000000..160846e
--- /dev/null
+++ b/vorlagen/thesis/src/img/PRN-PhaseShiftAfterDemod.svg
@@ -0,0 +1,402 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ 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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="631.18579"
+ height="400.67038"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.3.1 r9886"
+ sodipodi:docname="PRN-PhaseShiftAfterDemod.svg">
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="2.8"
+ inkscape:cx="420.00241"
+ inkscape:cy="114.42254"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="1280"
+ inkscape:window-height="996"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1"
+ objecttolerance="1"
+ gridtolerance="1"
+ guidetolerance="1"
+ fit-margin-top="0"
+ fit-margin-left="0"
+ fit-margin-right="0"
+ fit-margin-bottom="0">
+ <inkscape:grid
+ type="xygrid"
+ id="grid4498"
+ empspacing="5"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true"
+ units="mm"
+ spacingx="0.1mm"
+ spacingy="0.1mm"
+ originx="6.7288791mm"
+ originy="-198.96684mm" />
+ </sodipodi:namedview>
+ <defs
+ id="defs4" />
+ <metadata
+ id="metadata7">
+ <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></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="layer1"
+ inkscape:groupmode="layer"
+ inkscape:label="Layer 1"
+ transform="translate(23.842485,53.308807)">
+ <path
+ id="path3023"
+ title="((3*ceil(sin(x))-1.5))*sin(0.1x)"
+ d=""
+ style="fill:none;stroke:#000000;stroke-width:3.54330707;stroke-linecap:butt;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ inkscape:connector-curvature="0" />
+ <path
+ id="path4410"
+ title="(3*ceil(sin(x))-1.5)*cos(0.1*x+pi/2)"
+ d="m 434.88011,299.08064 c 0.0573,-0.0754 0.1145,-0.15073 0.17175,-0.22604 0.0573,-0.0753 0.1145,-0.15059 0.17174,-0.22584 0.0573,-0.0752 0.1145,-0.15045 0.17175,-0.22562 0.0573,-0.0752 0.1145,-0.15031 0.17175,-0.22542 0.0573,-0.0751 0.1145,-0.15016 0.17175,-0.22518 0.0573,-0.075 0.1145,-0.15 0.17175,-0.22495 0.0573,-0.0749 0.11449,-0.14984 0.17174,-0.2247 0.0573,-0.0749 0.1145,-0.14968 0.17175,-0.22446 0.0573,-0.0748 0.1145,-0.14951 0.17175,-0.2242 0.0573,-0.0747 0.1145,-0.14933 0.17175,-0.22393 0.0572,-0.0746 0.1145,-0.14915 0.17174,-0.22365 0.0572,-0.0745 0.1145,-0.14897 0.17175,-0.22338 0.0573,-0.0744 0.1145,-0.14877 0.17175,-0.22308 0.0572,-0.0743 0.1145,-0.14857 0.17175,-0.22279 0.0573,-0.0742 0.1145,-0.14836 0.17175,-0.22247 0.0572,-0.0741 0.11449,-0.14816 0.17174,-0.22216 0.0573,-0.074 0.1145,-0.14795 0.17175,-0.22184 0.0573,-0.0739 0.1145,-0.14773 0.17175,-0.22151 0.0573,-0.0738 0.1145,-0.1475 0.17175,-0.22117 0.0573,-0.0737 0.1145,-0.14727 0.17174,-0.22082 0.0573,-0.0736 0.1145,-0.14704 0.17175,-0.22046 0.0573,-0.0734 0.1145,-0.1468 0.17175,-0.22011 0.0572,-0.0733 0.1145,-0.14655 0.17175,-0.21973 0.0573,-0.0732 0.1145,-0.1463 0.17175,-0.21936 0.0572,-0.0731 0.11449,-0.14604 0.17174,-0.21896 0.0572,-0.0729 0.1145,-0.14578 0.17175,-0.21858 0.0573,-0.0728 0.1145,-0.14551 0.17175,-0.21817 0.0573,-0.0727 0.1145,-0.14524 0.17175,-0.21776 0.0573,-0.0725 0.11449,23.33194 0.17174,23.40431 0.0573,0.0724 0.1145,0.14469 0.17175,0.21692 0.0573,0.0722 0.1145,0.14439 0.17175,0.21648 0.0573,0.0721 0.1145,0.1441 0.17175,0.21604 0.0573,0.0719 0.1145,0.1438 0.17174,0.21559 0.0573,0.0718 0.1145,0.1435 0.17175,0.21513 0.0573,0.0716 0.1145,0.1432 0.17175,0.21467 0.0573,0.0715 0.1145,0.14288 0.17175,0.2142 0.0572,0.0713 0.1145,0.14256 0.17175,0.21371 0.0573,0.0712 0.11449,0.14224 0.17174,0.21323 0.0573,0.071 0.1145,0.14191 0.17175,0.21273 0.0572,0.0708 0.1145,0.14157 0.17175,0.21223 0.0573,0.0707 0.1145,0.14123 0.17175,0.21172 0.0573,0.0705 0.1145,0.14088 0.17174,0.21119 0.0573,0.0703 0.1145,0.14054 0.17175,0.21067 0.0573,0.0701 0.1145,0.14019 0.17175,0.21014 0.0573,0.07 0.1145,0.13982 0.17175,0.2096 0.0573,0.0698 0.1145,0.13945 0.17175,0.20904 0.0572,0.0696 0.11449,0.13909 0.17174,0.20849 0.0573,0.0694 0.1145,0.13871 0.17175,0.20793 0.0572,0.0692 0.1145,0.13833 0.17175,0.20735 0.0573,0.069 0.1145,0.13795 0.17175,0.20677 0.0572,0.0688 0.1145,0.13756 0.17174,0.20619 0.0572,0.0686 0.1145,0.13716 0.17175,0.2056 0.0573,0.0684 0.1145,0.13676 0.17175,0.20499 0.0573,0.0682 0.1145,0.13635 0.17175,0.20438 0.0573,0.068 0.1145,0.13595 0.17175,0.20377 0.0572,0.0678 0.11449,0.13553 0.17174,0.20314 0.0573,0.0676 0.1145,0.13511 0.17175,0.20251 0.0573,0.0674 0.1145,0.13469 0.17175,0.20187 0.0573,0.0672 0.1145,0.13426 0.17175,0.20123 0.0573,0.067 0.11449,0.13383 0.17174,0.20058 0.0573,0.0668 0.1145,0.13338 0.17175,0.19991 0.0573,0.0665 0.1145,0.13295 0.17175,0.19925 0.0572,0.0663 0.1145,0.1325 0.17175,0.19857 0.0573,0.0661 0.1145,0.13205 0.17175,0.19789 0.0572,0.0659 0.11449,0.13159 0.17174,0.19721 0.0572,0.0656 0.1145,0.13112 0.17175,0.1965 0.0573,0.0654 0.1145,0.13066 0.17175,0.19581 0.0573,0.0652 0.1145,0.13018 0.17175,0.19509 0.0573,0.0649 0.11449,0.12971 0.17174,0.19438 0.0573,0.0647 0.1145,0.12923 0.17175,0.19366 0.0573,0.0644 0.1145,0.12873 0.17175,0.19292 0.0573,0.0642 0.1145,0.12824 0.17175,0.19218 0.0573,0.0639 0.1145,0.12775 0.17174,0.19144 0.0573,0.0637 0.1145,0.12725 0.17175,0.19069 0.0572,0.0634 0.1145,0.12674 0.17175,0.18993 0.0573,0.0632 0.1145,0.12623 0.17175,0.18916 0.0572,0.0629 0.1145,0.12572 0.17175,0.18839 0.0573,0.0627 0.11449,0.1252 0.17174,0.18761 0.0573,0.0624 0.1145,0.12468 0.17175,0.18682 0.0573,0.0622 0.1145,0.12416 0.17175,0.18603 0.0573,0.0619 0.1145,0.12363 0.17175,0.18524 0.0573,0.0616 0.1145,-44.81826 0.17174,-44.8796 0.0573,-0.0613 0.1145,-0.12255 0.17175,-0.18362 0.0573,-0.0611 0.1145,-0.122 0.17175,-0.18279 0.0573,-0.0608 0.1145,-0.12145 0.17175,-0.18197 0.0573,-0.0605 0.1145,-0.1209 0.17175,-0.18114 0.0572,-0.0602 0.11449,-0.12033 0.17174,-0.18029 0.0573,-0.06 0.1145,-0.11978 0.17175,-0.17945 0.0572,-0.0597 0.1145,-0.11921 0.17175,-0.1786 0.0573,-0.0594 0.1145,-0.11864 0.17175,-0.17774 0.0573,-0.0591 0.1145,-0.11806 0.17174,-0.17688 0.0573,-0.0588 0.1145,-0.11748 0.17175,-0.176 0.0573,-0.0585 0.1145,-0.1169 0.17175,-0.17513 0.0573,-0.0582 0.1145,-0.11631 0.17175,-0.17424 0.0573,-0.0579 0.1145,-0.11572 0.17175,-0.17335 0.0572,-0.0576 0.11449,-0.11512 0.17174,-0.17246 0.0573,-0.0573 0.1145,-0.11452 0.17175,-0.17155 0.0573,-0.057 0.1145,-0.11392 0.17175,-0.17065 0.0573,-0.0567 0.1145,-0.1133 0.17175,-0.16973 0.0572,-0.0564 0.11449,-0.11269 0.17174,-0.1688 0.0572,-0.0561 0.1145,-0.11208 0.17175,-0.16789 0.0573,-0.0558 0.1145,-0.11145 0.17175,-0.16694 0.0572,-0.0555 0.1145,-0.11083 0.17175,-0.16601 0.0573,-0.0552 0.1145,-0.1102 0.17175,-0.16506 0.0572,-0.0549 0.11449,-0.10957 0.17174,-0.16411 0.0573,-0.0545 0.1145,-0.10893 0.17175,-0.16316 0.0573,-0.0542 0.1145,-0.10829 0.17175,-0.16219 0.0573,-0.0539 0.1145,-0.10764 0.17175,-0.16122 0.0573,-0.0536 0.11449,-0.107 0.17174,-0.16025 0.0573,-0.0532 0.1145,-0.10634 0.17175,-0.15927 0.0573,-0.0529 0.1145,-0.10568 0.17175,-0.15828 0.0572,-0.0526 0.1145,-0.10502 0.17175,-0.15728 0.0573,-0.0523 0.1145,-0.10437 0.17174,-0.15629 0.0573,-0.0519 0.1145,-0.1037 0.17175,-0.15529 0.0572,-0.0516 0.1145,-0.10302 0.17175,-0.15428 0.0573,-0.0513 0.1145,-0.10235 0.17175,-0.15326 0.0573,-0.0509 0.1145,-0.10167 0.17175,-0.15225 0.0573,-0.0506 0.11449,-0.10098 0.17174,-0.15122 0.0573,-0.0502 0.1145,-0.1003 0.17175,-0.15019 0.0573,-0.0499 0.1145,-0.0996 0.17175,-0.14915 0.0573,-0.0495 0.1145,-0.0989 0.17175,-0.14811 0.0573,-0.0492 0.1145,-0.0982 0.17174,-0.14706 0.0573,-0.0489 0.1145,-0.0975 0.17175,-0.14601 0.0573,-0.0485 0.1145,-0.0968 0.17175,-0.14495 0.0573,-0.0481 0.1145,-0.0961 0.17175,-0.14389 0.0572,-0.0478 0.1145,-0.0954 0.17175,-0.14282 0.0572,-0.0474 0.11449,-0.0947 0.17174,-0.14175 0.0573,-0.0471 0.1145,-0.094 0.17175,-0.14067 0.0572,-0.0467 0.1145,-0.0932 0.17175,-0.13959 0.0573,-0.0463 0.1145,-0.0925 0.17175,-0.13849 0.0573,-0.046 0.1145,-0.0918 0.17174,-0.13741 0.0573,-0.0456 0.1145,-0.091 0.17175,-0.1363 0.0573,-0.0453 0.1145,-0.0903 0.17175,-0.13521 0.0573,-0.0449 0.1145,61.53408 0.17175,61.57859 0.0573,0.0445 0.1145,0.0888 0.17175,0.13298 0.0572,0.0441 0.11449,0.0881 0.17174,0.13187 0.0573,0.0438 0.1145,0.0873 0.17175,0.13074 0.0572,0.0434 0.1145,0.0866 0.17175,0.12961 0.0573,0.043 0.1145,0.0858 0.17175,0.12848 0.0572,0.0426 0.11449,0.0851 0.17174,0.12735 0.0572,0.0422 0.1145,0.0843 0.17175,0.1262 0.0573,0.0419 0.1145,0.0836 0.17175,0.12506 0.0573,0.0415 0.1145,0.0828 0.17175,0.12391 0.0573,0.0411 0.1145,0.082 0.17174,0.12275 0.0573,0.0407 0.1145,0.0812 0.17175,0.12159 0.0573,0.0403 0.1145,0.0805 0.17175,0.12043 0.0573,0.04 0.1145,0.0797 0.17175,0.11926 0.0573,0.0396 0.1145,0.0789 0.17175,0.11809 0.0573,0.0392 0.11449,0.0781 0.17174,0.11692 0.0573,0.0388 0.1145,0.0774 0.17175,0.11573 0.0573,0.0384 0.1145,0.0766 0.17175,0.11455 0.0572,0.038 0.1145,0.0758 0.17175,0.11336 0.0573,0.0376 0.1145,0.075 0.17174,0.11216 0.0573,0.0372 0.1145,0.0742 0.17175,0.11097 0.0573,0.0368 0.1145,0.0734 0.17175,0.10977 0.0573,0.0364 0.1145,0.0726 0.17175,0.10856 0.0573,0.036 0.1145,0.0718 0.17175,0.10736 0.0572,0.0356 0.11449,0.071 0.17174,0.10614 0.0573,0.0352 0.1145,0.0701 0.17175,0.10492 0.0573,0.0348 0.1145,0.0693 0.17175,0.1037 0.0573,0.0344 0.1145,0.0685 0.17175,0.10248 0.0573,0.034 0.1145,0.0677 0.17174,0.10125 0.0573,0.0336 0.1145,0.0669 0.17175,0.10002 0.0572,0.0331 0.1145,0.0661 0.17175,0.0988 0.0573,0.0327 0.1145,0.0652 0.17175,0.0975 0.0572,0.0323 0.1145,0.0644 0.17175,0.0963 0.0572,0.0319 0.11449,0.0636 0.17174,0.0951 0.0573,0.0315 0.1145,0.0627 0.17175,0.0938 0.0573,0.0311 0.1145,0.0619 0.17175,0.0926 0.0573,0.0306 0.1145,0.0611 0.17175,0.0913 0.0573,0.0302 0.11449,0.0602 0.17174,0.09 0.0573,0.0298 0.1145,0.0594 0.17175,0.0888 0.0573,0.0294 0.1145,0.0585 0.17175,0.0875 0.0573,0.029 0.1145,0.0577 0.17175,0.0862 0.0572,0.0285 0.1145,0.0569 0.17175,0.085 0.0572,0.0281 0.11449,0.056 0.17174,0.0837 0.0573,0.0277 0.1145,0.0552 0.17175,0.0824 0.0572,0.0273 0.1145,0.0543 0.17175,0.0811 0.0573,0.0268 0.1145,0.0534 0.17175,0.0799 0.0573,0.0264 0.11449,0.0526 0.17174,0.0786 0.0573,0.026 0.1145,0.0517 0.17175,0.0773 0.0573,0.0255 0.1145,0.0509 0.17175,0.076 0.0573,0.0251 0.1145,0.05 0.17175,0.0747 0.0573,0.0247 0.1145,0.0491 0.17174,0.0734 0.0573,0.0242 0.1145,0.0483 0.17175,0.0721 0.0573,0.0238 0.1145,-72.29655 0.17175,-72.31993 0.0573,-0.0234 0.1145,-0.0465 0.17175,-0.0695 0.0573,-0.0229 0.1145,-0.0457 0.17175,-0.0682 0.0572,-0.0225 0.11449,-0.0448 0.17174,-0.0669 0.0572,-0.0221 0.1145,-0.0439 0.17175,-0.0656 0.0573,-0.0216 0.1145,-0.043 0.17175,-0.0642 0.0572,-0.0212 0.1145,-0.0422 0.17175,-0.0629 0.0573,-0.0208 0.1145,-0.0413 0.17174,-0.0616 0.0573,-0.0203 0.1145,-0.0404 0.17175,-0.0603 0.0573,-0.0199 0.1145,-0.0395 0.17175,-0.059 0.0573,-0.0194 0.1145,-0.0386 0.17175,-0.0576 0.0573,-0.019 0.1145,-0.0378 0.17175,-0.0563 0.0572,-0.0185 0.11449,-0.0369 0.17174,-0.055 0.0573,-0.0181 0.1145,-0.036 0.17175,-0.0536 0.0573,-0.0177 0.1145,-0.0351 0.17175,-0.0523 0.0572,-0.0172 0.1145,-0.0342 0.17175,-0.051 0.0573,-0.0168 0.1145,-0.0333 0.17174,-0.0496 0.0573,-0.0163 0.1145,-0.0324 0.17175,-0.0483 0.0572,-0.0159 0.1145,-0.0315 0.17175,-0.0469 0.0573,-0.0154 0.1145,-0.0306 0.17175,-0.0456 0.0573,-0.015 0.1145,-0.0297 0.17175,-0.0442 0.0572,-0.0145 0.11449,-0.0288 0.17174,-0.0429 0.0573,-0.0141 0.1145,-0.0279 0.17175,-0.0416 0.0573,-0.0136 0.1145,-0.027 0.17175,-0.0402 0.0573,-0.0132 0.1145,-0.0261 0.17175,-0.0389 0.0573,-0.0127 0.11449,-0.0252 0.17174,-0.0375 0.0573,-0.0123 0.1145,-0.0243 0.17175,-0.0361 0.0573,-0.0118 0.1145,-0.0234 0.17175,-0.0348 0.0573,-0.0114 0.1145,-0.0225 0.17175,-0.0334 0.0572,-0.0109 0.1145,-0.0216 0.17175,-0.0321 0.0572,-0.0105 0.11449,-0.0207 0.17174,-0.0307 0.0573,-0.01 0.1145,-0.0198 0.17175,-0.0294 0.0572,-0.01 0.1145,-0.0189 0.17175,-0.028 0.0573,-0.009 0.1145,-0.018 0.17175,-0.0266 0.0573,-0.009 0.11449,-0.0171 0.17174,-0.0253 0.0573,-0.008 0.1145,-0.0162 0.17175,-0.0239 0.0573,-0.008 0.1145,-0.0153 0.17175,-0.0226 0.0573,-0.007 0.1145,-0.0143 0.17175,-0.0212 0.0573,-0.007 0.1145,-0.0134 0.17174,-0.0198 0.0573,-0.006 0.1145,-0.0125 0.17175,-0.0185 0.0573,-0.006 0.1145,-0.0116 0.17175,-0.0171 0.0572,-0.005 0.1145,-0.0107 0.17175,-0.0157 0.0573,-0.005 0.1145,-0.01 0.17175,-0.0143 0.0572,-0.005 0.11449,-0.009 0.17174,-0.013 0.0572,-0.004 0.1145,-0.008 0.17175,-0.0116 0.0573,-0.004 0.1145,-0.007 0.17175,-0.0102 0.0573,-0.003 0.1145,-0.006 0.17175,-0.009 0.0573,-0.003 0.1145,-0.005 0.17174,-0.007 0.0573,-0.002 0.1145,-0.004 0.17175,-0.006 0.0573,-0.002 0.1145,-0.003 0.17175,-0.005 0.0573,-0.001 0.1145,-0.002 0.17175,-0.003 0.0573,-8.9e-4 0.1145,-0.002 0.17175,-0.002 0.98453,10e-4 2.85445,0.22296 4.15537,0.48028 1.47403,0.29155 2.02972,0.26009 5.119,1.43251 0.0573,0.0238 0.1145,0.0479 0.17175,0.0722 0.0572,0.0243 0.1145,0.0488 0.17175,0.0735 0.0573,0.0247 0.1145,0.0496 0.17175,0.0748 0.0573,0.0252 0.1145,0.0505 0.17174,0.0761 0.0573,0.0256 0.1145,0.0514 0.17175,0.0774 0.0573,0.026 0.1145,0.0522 0.17175,0.0787 0.0573,0.0264 0.1145,0.0531 0.17175,0.0799 0.0573,0.0269 0.1145,0.0539 0.17175,0.0812 0.0573,0.0273 0.11449,0.0548 0.17174,0.0825 0.0573,0.0277 0.1145,0.0556 0.17175,0.0838 0.0573,0.0281 0.1145,0.0565 0.17175,0.0851 0.0573,0.0286 0.1145,0.0573 0.17175,0.0863 0.0572,0.029 0.1145,0.0582 0.17174,0.0876 0.0572,0.0294 0.1145,0.059 0.17175,0.0889 0.0573,0.0298 0.1145,0.0599 0.17175,0.0901 0.0573,0.0302 0.1145,0.0607 0.17175,0.0914 0.0573,0.0307 0.1145,0.0616 0.17175,0.0926 0.0572,0.0311 0.11449,0.0624 0.17174,0.0939 0.0573,0.0315 0.1145,0.0632 0.17175,0.0951 0.0573,0.0319 0.1145,0.0641 0.17175,0.0964 0.0573,0.0323 0.1145,0.0649 0.17175,0.0976 0.0573,0.0328 0.1145,0.0657 0.17174,0.0989 0.0573,0.0332 0.1145,0.0665 0.17175,0.10012 0.0573,0.0336 0.1145,0.0674 0.17175,0.10134 0.0572,0.034 0.1145,0.0682 0.17175,0.10257 0.0573,0.0344 0.1145,0.069 0.17175,0.1038 0.0572,0.0348 0.11449,0.0698 0.17174,0.10501 0.0572,0.0352 0.1145,0.0706 0.17175,0.10623 0.0573,0.0356 0.1145,0.0714 0.17175,0.10745 0.0573,0.036 0.1145,0.0722 0.17175,0.10865 0.0573,0.0364 0.11449,0.073 0.17174,0.10986 0.0573,0.0368 0.1145,0.0738 0.17175,0.11106 0.0573,0.0372 0.1145,0.0746 0.17175,0.11225 0.0573,0.0376 0.1145,0.0754 0.17175,0.11345 0.0573,0.038 0.1145,0.0762 0.17175,0.11464 0.0572,0.0384 0.11449,0.077 0.17174,0.11582 0.0572,0.0388 0.1145,0.0778 0.17175,0.117 0.0573,0.0392 0.1145,0.0786 0.17175,0.11818 0.0572,0.0396 0.1145,0.0794 0.17175,0.11935 0.0573,0.04 0.11449,0.0802 0.17174,0.12052 0.0573,0.0404 0.1145,0.0809 0.17175,0.12168 0.0573,0.0408 0.1145,0.0817 0.17175,0.12284 0.0573,0.0411 0.1145,0.0825 0.17175,0.12399 0.0573,0.0415 0.1145,0.0832 0.17174,0.12515 0.0573,0.0419 0.1145,0.084 0.17175,0.12629 0.0573,0.0423 0.1145,0.0848 0.17175,0.12743 0.0573,0.0427 0.1145,0.0855 0.17175,0.12856 0.0573,0.043 0.1145,0.0863 0.17175,0.1297 0.0573,0.0434 0.11449,0.087 0.17174,0.13083 0.0573,0.0438 0.1145,0.0878 0.17175,0.13195 0.0572,0.0442 0.1145,0.0885 0.17175,0.13306 0.0573,0.0445 0.1145,61.60333 0.17175,61.55842 0.0572,-0.0449 0.1145,-0.09 0.17174,-0.13528 0.0572,-0.0453 0.1145,-0.0908 0.17175,-0.13639 0.0573,-0.0456 0.1145,-0.0915 0.17175,-0.13749 0.0573,-0.046 0.1145,-0.0922 0.17175,-0.13858 0.0573,-0.0464 0.1145,-0.0929 0.17175,-0.13967 0.0572,-0.0467 0.11449,-0.0936 0.17174,-0.14075 0.0573,-0.0471 0.1145,-0.0944 0.17175,-0.14183 0.0573,-0.0475 0.1145,-0.0951 0.17175,-0.1429 0.0573,-0.0478 0.1145,-0.0958 0.17175,-0.14397 0.0572,-0.0482 0.1145,-0.0965 0.17174,-0.14503 0.0572,-0.0485 0.1145,-0.0972 0.17175,-0.14609 0.0573,-0.0489 0.1145,-0.0979 0.17175,-0.14714 0.0572,-0.0492 0.1145,-0.0986 0.17175,-0.14819 0.0573,-0.0496 0.1145,-0.0993 0.17175,-0.14923 0.0572,-0.0499 0.11449,-0.1 0.17174,-0.15026 0.0573,-0.0503 0.1145,-0.1007 0.17175,-0.1513 0.0573,-0.0506 0.1145,-0.10138 0.17175,-0.15232 0.0573,-0.0509 0.1145,-0.10206 0.17175,-0.15334 0.0573,-0.0513 0.11449,-0.10274 0.17174,-0.15436 0.0573,-0.0516 0.1145,-0.1034 0.17175,-0.15536 0.0573,-0.052 0.1145,-0.10408 0.17175,-0.15636 0.0573,-0.0523 0.1145,-0.10475 0.17175,-0.15737 0.0573,-0.0526 0.1145,-0.1054 0.17174,-0.15835 0.0573,-0.0529 0.1145,-0.10607 0.17175,-0.15934 0.0572,-0.0533 0.1145,-0.10672 0.17175,-0.16032 0.0573,-0.0536 0.1145,-0.10737 0.17175,-0.1613 0.0573,-0.0539 0.1145,-0.10801 0.17175,-0.16226 0.0573,-0.0542 0.11449,-0.10866 0.17174,-0.16323 0.0573,-0.0546 0.1145,-0.1093 0.17175,-0.16418 0.0573,-0.0549 0.1145,-0.10993 0.17175,-0.16514 0.0573,-0.0552 0.1145,-0.11056 0.17175,-0.16607 0.0573,-0.0555 0.1145,-0.11119 0.17174,-0.16702 0.0573,-0.0558 0.1145,-0.11181 0.17175,-0.16795 0.0573,-0.0561 0.1145,-0.11243 0.17175,-0.16888 0.0573,-0.0564 0.1145,-0.11305 0.17175,-0.1698 0.0572,-0.0567 0.1145,-0.11366 0.17175,-0.17071 0.0572,-0.0571 0.11449,-0.11427 0.17174,-0.17162 0.0573,-0.0574 0.1145,-0.11487 0.17175,-0.17253 0.0572,-0.0576 0.1145,-0.11546 0.17175,-0.17342 0.0573,-0.0579 0.1145,-0.11605 0.17175,-0.17431 0.0573,-0.0583 0.1145,-0.11664 0.17174,-0.17519 0.0573,-0.0585 0.1145,-0.11723 0.17175,-0.17607 0.0573,-0.0588 0.1145,-0.11781 0.17175,-0.17694 0.0573,-0.0591 0.1145,-0.11839 0.17175,-0.1778 0.0573,-0.0594 0.1145,-0.11897 0.17175,-0.17867 0.0572,-0.0597 0.11449,-0.11953 0.17174,-0.17951 0.0573,-0.06 0.1145,-0.1201 0.17175,-0.18036 0.0572,-0.0603 0.1145,-0.12066 0.17175,-0.1812 0.0573,-0.0605 0.1145,-0.12122 0.17175,-0.18203 0.0572,-0.0608 0.11449,-0.12177 0.17174,-0.18286 0.0572,-0.0611 0.1145,-0.12231 0.17175,-0.18367 0.0573,-0.0614 0.1145,-44.9135 0.17175,-44.85187 0.0573,0.0616 0.1145,0.12339 0.17175,0.18529 0.0573,0.0619 0.1145,0.12393 0.17175,0.1861 0.0572,0.0622 0.11449,0.12445 0.17174,0.18688 0.0573,0.0624 0.1145,0.12498 0.17175,0.18767 0.0573,0.0627 0.1145,0.1255 0.17175,0.18845 0.0573,0.0629 0.1145,0.12602 0.17175,0.18922 0.0573,0.0632 0.11449,0.12653 0.17174,0.18998 0.0573,0.0634 0.1145,0.12704 0.17175,0.19075 0.0573,0.0637 0.1145,0.12754 0.17175,0.19149 0.0572,0.064 0.1145,0.12804 0.17175,0.19224 0.0573,0.0642 0.1145,0.12853 0.17174,0.19298 0.0573,0.0645 0.1145,0.12901 0.17175,0.1937 0.0572,0.0647 0.1145,0.12951 0.17175,0.19444 0.0573,0.0649 0.1145,0.12997 0.17175,0.19514 0.0573,0.0652 0.1145,0.13046 0.17175,0.19586 0.0573,0.0654 0.11449,0.13092 0.17174,0.19656 0.0573,0.0656 0.1145,0.13139 0.17175,0.19725 0.0573,0.0659 0.1145,0.13185 0.17175,0.19795 0.0573,0.0661 0.1145,0.1323 0.17175,0.19862 0.0573,0.0663 0.1145,0.13275 0.17174,0.1993 0.0573,0.0665 0.1145,0.1332 0.17175,0.19996 0.0572,0.0668 0.1145,0.13364 0.17175,0.20063 0.0573,0.067 0.1145,0.13407 0.17175,0.20127 0.0572,0.0672 0.1145,0.13451 0.17175,0.20193 0.0572,0.0674 0.11449,0.13493 0.17174,0.20256 0.0573,0.0676 0.1145,0.13535 0.17175,0.20319 0.0573,0.0678 0.1145,0.13577 0.17175,0.20381 0.0573,0.068 0.1145,0.13618 0.17175,0.20443 0.0573,0.0683 0.1145,0.13659 0.17174,0.20503 0.0573,0.0684 0.1145,0.137 0.17175,0.20564 0.0573,0.0686 0.1145,0.13739 0.17175,0.20623 0.0573,0.0688 0.1145,0.13779 0.17175,0.20682 0.0573,0.069 0.1145,0.13817 0.17175,0.2074 0.0572,0.0692 0.11449,0.13855 0.17174,0.20797 0.0573,0.0694 0.1145,0.13893 0.17175,0.20853 0.0572,0.0696 0.1145,0.1393 0.17175,0.20909 0.0573,0.0698 0.1145,0.13966 0.17175,0.20963 0.0572,0.07 0.11449,0.14003 0.17174,0.21018 0.0572,0.0702 0.1145,0.14039 0.17175,0.21071 0.0573,0.0703 0.1145,0.14074 0.17175,0.21124 0.0573,0.0705 0.1145,0.14108 0.17175,0.21175 0.0573,0.0707 0.1145,0.14143 0.17175,0.21227 0.0572,0.0708 0.11449,0.14176 0.17174,0.21277 0.0573,0.071 0.1145,0.14209 0.17175,0.21326 0.0573,0.0712 0.1145,0.14242 0.17175,0.21375 0.0573,0.0713 0.1145,0.14274 0.17175,0.21423 0.0572,0.0715 0.11449,0.14306 0.17174,0.21471 0.0572,0.0716 0.1145,0.14337 0.17175,0.21517 0.0573,0.0718 0.1145,0.14367 0.17175,0.21562 0.0572,0.072 0.1145,0.14398 0.17175,0.21607 0.0573,0.0721 0.1145,0.14427 0.17174,0.21652 0.0573,0.0722 0.1145,0.14456 0.17175,0.21695 0.0573,0.0724 0.1145,23.44415 0.17175,23.37162 0.0573,-0.0725 0.1145,-0.14512 0.17175,-0.21779 0.0573,-0.0727 0.1145,-0.14539 0.17175,-0.2182 0.0573,-0.0728 0.11449,-0.14567 0.17174,-0.2186 0.0573,-0.0729 0.1145,-0.14593 0.17175,-0.21899 0.0573,-0.0731 0.1145,-0.1462 0.17175,-0.21939 0.0573,-0.0732 0.1145,-0.14644 0.17175,-0.21976 0.0573,-0.0733 0.1145,-0.14669 0.17174,-0.22013 0.0573,-0.0734 0.1145,-0.14694 0.17175,-0.22049 0.0572,-0.0736 0.1145,-0.14718 0.17175,-0.22085 0.0573,-0.0737 0.1145,-0.14741 0.17175,-0.2212 0.0573,-0.0738 0.1145,-0.14763 0.17175,-0.22153 0.0572,-0.0739 0.11449,-0.14785 0.17174,-0.22186 0.0573,-0.074 0.1145,-0.14807 0.17175,-0.22219 0.0573,-0.0741 0.1145,-0.14828 0.17175,-0.2225 0.0573,-0.0742 0.1145,-0.14848 0.17175,-0.2228 0.0573,-0.0743 0.1145,-0.14869 0.17174,-0.22311 0.0573,-0.0744 0.1145,-0.14888 0.17175,-0.22339 0.0573,-0.0745 0.1145,-0.14907 0.17175,-0.22368 0.0573,-0.0746 0.1145,-0.14926 0.17175,-0.22395 0.0572,-0.0747 0.1145,-0.14944 0.17175,-0.22422 0.0572,-0.0748 0.11449,-0.14961 0.17174,-0.22447 0.0573,-0.0749 0.1145,-0.14978 0.17175,-0.22473 0.0572,-0.075 0.1145,-0.14994 0.17175,-0.22497 0.0573,-0.075 0.1145,-0.15009 0.17175,-0.2252 0.0573,-0.0751 0.11449,-0.15025 0.17174,-0.22542 0.0573,-0.0752 0.1145,-0.1504 0.17175,-0.22565 0.0573,-0.0752 0.1145,-0.15053 0.17175,-0.22585 0.0573,-0.0753 0.1145,-0.15067 0.17175,-0.22605 0.0573,-0.0754 0.1145,-0.15081 0.17174,-0.22625 0.0573,-0.0755 0.1145,-0.15093 0.17175,-0.22643 0.0573,-0.0755 0.1145,-0.15105 0.17175,-0.22661 0.0572,-0.0756 0.1145,-0.15116 0.17175,-0.22678 0.0573,-0.0756 0.1145,-0.15127 0.17175,-0.22694 0.0572,-0.0757 0.11449,-0.15137 0.17174,-0.22709 0.0572,-0.0757 0.1145,-0.15146 0.17175,-0.22723 0.0573,-0.0758 0.1145,-0.15156 0.17175,-0.22737 0.0573,-0.0758 0.1145,-0.15164 0.17175,-0.2275 0.0573,-0.0759 0.1145,-0.15172 0.17174,-0.22761 0.0573,-0.0759 0.1145,-0.1518 0.17175,-0.22773 0.0573,-0.0759 0.1145,-0.15187 0.17175,-0.22783 0.0573,-0.076 0.1145,-0.15194 0.17175,-0.22793 0.0573,-0.076 0.1145,-0.15199 0.17175,-0.22801 0.0572,-0.076 0.11449,-0.15204 0.17174,-0.22809 0.0573,-0.076 0.1145,-0.15209 0.17175,-0.22816 0.0573,-0.0761 0.1145,-0.15213 0.17175,-0.22822 0.0572,-0.0761 0.1145,-0.15217 0.17175,-0.22827 0.0573,-0.0761 0.1145,-0.15221 0.17174,-0.22832 0.0573,-0.0761 0.1145,-0.15224 0.17175,-0.22836 0.0572,-0.0761 0.1145,-0.15225 0.17175,-0.22839 0.0573,-0.0761 0.1145,-0.15226 0.17175,-0.2284 0.0573,-0.0761 0.1145,-0.15228 0.17175,-0.22842 0.0572,-0.0761 0.11449,-0.0761 0.17174,0 0.0573,0.0761 0.1145,0.15228 0.17175,0.22842 0.0573,0.0761 0.1145,0.15227 0.17175,0.2284 0.0573,0.0761 0.1145,0.15227 0.17175,0.22839 0.0573,0.0761 0.11449,0.15224 0.17174,0.22836 0.0573,0.0761 0.1145,0.15222 0.17175,0.22832 0.0572,0.0761 0.1145,0.15219 0.17175,0.22827 0.0573,0.0761 0.1145,0.15216 0.17175,0.22822 0.0572,0.0761 0.1145,0.15212 0.17175,0.22816 0.0572,0.076 0.11449,0.15208 0.17174,0.22809 0.0573,0.076 0.1145,0.15202 0.17175,0.22801 0.0573,0.076 0.1145,0.15197 0.17175,0.22793 0.0573,0.076 0.1145,0.1519 0.17175,0.22783 0.0573,0.0759 0.11449,0.15184 0.17174,0.22773 0.0573,0.0759 0.1145,0.15176 0.17175,0.22761 0.0573,0.0759 0.1145,0.15169 0.17175,0.2275 0.0573,0.0758 0.1145,0.1516 0.17175,0.22737 0.0573,0.0758 0.1145,0.15151 0.17174,0.22723 0.0573,0.0757 0.1145,0.15142 0.17175,0.22709 0.0573,0.0757 0.1145,0.15132 0.17175,0.22694 0.0572,0.0756 0.1145,0.15121 0.17175,0.22678 0.0573,0.0756 0.1145,0.1511 0.17175,0.22661 0.0573,0.0755 0.11449,0.15098 0.17174,0.22643 0.0573,0.0754 0.1145,0.15086 0.17175,0.22625 0.0573,0.0754 0.1145,0.15073 0.17175,0.22605 0.0573,0.0753 0.1145,0.1506 0.17175,0.22585 0.0573,0.0753 0.1145,0.15047 0.17174,0.22565 0.0573,0.0752 0.1145,0.15032 0.17175,0.22542 0.0573,0.0751 0.1145,0.15017 0.17175,0.2252 0.0573,0.075 0.1145,0.15002 0.17175,0.22497 0.0573,0.075 0.1145,0.14986 0.17175,0.22473 0.0572,0.0749 0.11449,0.14969 0.17174,0.22447 0.0572,0.0748 0.1145,0.14952 0.17175,0.22422 0.0573,0.0747 0.1145,0.14934 0.17175,0.22395 0.0572,0.0746 0.1145,0.14917 0.17175,0.22368 0.0573,0.0745 0.1145,0.14897 0.17174,0.22339 0.0573,0.0744 0.1145,0.14879 0.17175,0.22311 0.0573,0.0743 0.1145,0.14858 0.17175,0.2228 0.0573,0.0742 0.1145,0.14839 0.17175,0.2225 0.0573,0.0741 0.1145,0.14818 0.17175,0.22219 0.0572,0.074 0.11449,0.14796 0.17174,0.22186 0.0573,0.0739 0.1145,0.14775 0.17175,0.22153 0.0573,0.0738 0.1145,0.14752 0.17175,0.2212 0.0572,0.0737 0.1145,0.14729 0.17175,0.22085 0.0573,0.0736 0.11449,0.14705 0.17174,0.22049 0.0573,0.0734 0.1145,0.14681 0.17175,0.22013 0.0572,0.0733 0.1145,0.14657 0.17175,0.21976 0.0573,0.0732 0.1145,0.14632 0.17175,0.21938 0.0573,0.0731 0.1145,0.14607 0.17175,0.219 0.0572,0.0729 0.11449,0.1458 0.17174,0.2186 0.0573,0.0728 0.1145,0.14554 0.17175,0.2182 0.0573,0.0727 0.1145,0.14527 0.17175,0.21779 0.0573,0.0725 0.1145,-23.29924 0.17175,-23.37162 0.0573,-0.0724 0.11449,-0.14471 0.17174,-0.21695 0.0573,-0.0722 0.1145,-0.14442 0.17175,-0.21652 0.0573,-0.0721 0.1145,-0.14412 0.17175,-0.21607 0.0573,-0.072 0.1145,-0.14383 0.17175,-0.21562 0.0572,-0.0718 0.1145,-0.14353 0.17174,-0.21517 0.0572,-0.0716 0.1145,-0.14322 0.17175,-0.21471 0.0573,-0.0715 0.1145,-0.1429 0.17175,-0.21423 0.0572,-0.0713 0.1145,-0.14258 0.17175,-0.21375 0.0573,-0.0712 0.1145,-0.14226 0.17175,-0.21326 0.0573,-0.071 0.11449,-0.14193 0.17174,-0.21277 0.0573,-0.0708 0.1145,-0.1416 0.17175,-0.21227 0.0573,-0.0707 0.1145,-0.14125 0.17175,-0.21175 0.0573,-0.0705 0.1145,-0.14091 0.17175,-0.21124 0.0573,-0.0703 0.1145,-0.14056 0.17174,-0.21071 0.0573,-0.0702 0.1145,-0.14021 0.17175,-0.21018 0.0573,-0.07 0.1145,-0.13985 0.17175,-0.20963 0.0572,-0.0698 0.1145,-0.13949 0.17175,-0.20909 0.0573,-0.0696 0.1145,-0.13912 0.17175,-0.20853 0.0572,-0.0694 0.11449,-0.13874 0.17174,-0.20797 0.0572,-0.0692 0.1145,-0.13836 0.17175,-0.2074 0.0573,-0.069 0.1145,-0.13797 0.17175,-0.20682 0.0573,-0.0688 0.1145,-0.13758 0.17175,-0.20623 0.0573,-0.0686 0.1145,-0.13719 0.17174,-0.20564 0.0573,-0.0684 0.1145,-0.13679 0.17175,-0.20503 0.0573,-0.0682 0.1145,-0.13639 0.17175,-0.20443 0.0573,-0.068 0.1145,-0.13598 0.17175,-0.20381 0.0573,-0.0678 0.1145,-0.13557 0.17175,-0.20319 0.0572,-0.0676 0.11449,-0.13515 0.17174,-0.20256 0.0573,-0.0674 0.1145,-0.13473 0.17175,-0.20193 0.0573,-0.0672 0.1145,-0.13429 0.17175,-0.20127 0.0572,-0.067 0.1145,-0.13386 0.17175,-0.20063 0.0573,-0.0668 0.11449,-0.13342 0.17174,-0.19996 0.0573,-0.0665 0.1145,-0.13298 0.17175,-0.1993 0.0573,-0.0663 0.1145,-0.13253 0.17175,-0.19862 0.0573,-0.0661 0.1145,-0.13208 0.17175,-0.19795 0.0573,-0.0659 0.1145,-0.13162 0.17174,-0.19725 0.0573,-0.0656 0.1145,-0.13116 0.17175,-0.19656 0.0573,-0.0654 0.1145,-0.13069 0.17175,-0.19586 0.0573,-0.0652 0.1145,-0.13022 0.17175,-0.19515 0.0573,-0.0649 0.1145,-0.12974 0.17175,-0.19443 0.0573,-0.0647 0.11449,-0.12926 0.17174,-0.1937 0.0573,-0.0644 0.1145,-0.12878 0.17175,-0.19298 0.0572,-0.0642 0.1145,-0.12828 0.17175,-0.19224 0.0573,-0.064 0.1145,-0.12779 0.17175,-0.19149 0.0572,-0.0637 0.1145,-0.12729 0.17174,-0.19075 0.0572,-0.0634 0.1145,-0.12678 0.17175,-0.18998 0.0573,-0.0632 0.1145,-0.12628 0.17175,-0.18922 0.0573,-0.063 0.1145,-0.12577 0.17175,-0.18845 0.0573,-0.0627 0.1145,-0.12525 0.17175,-0.18767 0.0572,-0.0624 0.11449,-0.12472 0.17174,-0.18688 0.0573,-0.0622 0.1145,-0.1242 0.17175,-0.1861 0.0573,-0.0619 0.1145,-0.12366 0.17175,-0.18529 3.85881,-3.87009 3.87134,-3.87744 9.10263,-8.51261 0.0572,-0.0445 0.1145,-0.0889 0.17175,-0.13306 0.0573,-0.0442 0.1145,-0.0881 0.17175,-0.13195 0.0572,-0.0438 0.11449,-0.0874 0.17174,-0.13083 0.0572,-0.0434 0.1145,-0.0867 0.17175,-0.1297 0.0573,-0.043 0.1145,-0.0859 0.17175,-0.12856 0.0573,-0.0427 0.1145,-0.0851 0.17175,-0.12743 0.0573,-0.0423 0.11449,-0.0844 0.17174,-0.12629 0.0573,-0.0419 0.1145,-0.0836 0.17175,-0.12515 0.0573,-0.0415 0.1145,-0.0829 0.17175,-0.12399 0.0573,-0.0411 0.1145,-0.0821 0.17175,-0.12284 0.0573,-0.0408 0.1145,-0.0813 0.17174,-0.12168 0.0573,-0.0404 0.1145,-0.0805 0.17175,-0.12052 0.0573,-0.04 0.1145,-0.0798 0.17175,-0.11935 0.0573,-0.0396 0.1145,-0.079 0.17175,-0.11818 0.0572,-0.0392 0.1145,-0.0782 0.17175,-0.117 0.0573,-0.0388 0.11449,-0.0774 0.17174,-0.11582 0.0573,-0.0384 0.1145,-0.0766 0.17175,-0.11464 0.0573,-0.038 0.1145,-0.0758 0.17175,-0.11345 0.0573,-0.0376 0.1145,-0.075 0.17175,-0.11225 0.0573,-0.0372 0.1145,-0.0742 0.17174,-0.11106 0.0573,-0.0368 0.1145,-0.0734 0.17175,-0.10986 0.0573,-0.0364 0.1145,-0.0726 0.17175,-0.10865 0.0573,-0.036 0.1145,-0.0718 0.17175,-0.10745 0.0573,-0.0356 0.1145,-0.071 0.17175,-0.10623 0.0572,-0.0352 0.11449,-0.0702 0.17174,-0.10501 0.0573,-0.0348 0.1145,-0.0694 0.17175,-0.1038 0.0572,-0.0344 0.1145,-0.0686 0.17175,-0.10257 0.0573,-0.034 0.1145,-0.0678 0.17175,-0.10134 0.0572,-0.0336 0.1145,-0.067 0.17174,-0.10012 0.0572,-0.0332 0.1145,-0.0661 0.17175,-0.0989 0.0573,-0.0327 0.1145,-0.0653 0.17175,-0.0976 0.0573,-0.0323 0.1145,-0.0645 0.17175,-0.0964 0.0573,-0.0319 0.1145,-0.0636 0.17175,-0.0951 0.0572,-0.0315 0.11449,-0.0628 0.17174,-0.0939 0.0573,-0.0311 0.1145,-0.062 0.17175,-0.0926 0.0573,-0.0307 0.1145,-0.0611 0.17175,-0.0914 0.0573,-0.0303 0.1145,-0.0603 0.17175,-0.0901 0.0572,-0.0298 0.11449,-0.0595 0.17174,-0.0889 0.0572,-0.0294 0.1145,-0.0586 0.17175,-0.0876 0.0573,-0.029 0.1145,-0.0578 0.17175,-0.0863 0.0572,-0.0286 0.1145,-0.0569 0.17175,-0.0851 0.0573,-0.0281 0.1145,-0.0561 0.17174,-0.0838 0.0573,-0.0277 0.1145,-0.0552 0.17175,-0.0825 0.0573,-0.0273 0.1145,-0.0544 0.17175,-0.0812 0.0573,-0.0269 0.1145,-0.0535 0.17175,-0.0799 0.0573,-0.0264 0.1145,-0.0527 0.17175,-0.0787 0.0573,-0.026 0.11449,-0.0518 0.17174,-0.0774 0.0573,-0.0256 0.1145,-0.0509 0.17175,-0.0761 0.0573,-0.0251 0.1145,-0.0501 0.17175,-0.0748 0.0573,-0.0247 0.1145,-0.0492 0.17175,-0.0735 0.0573,-0.0243 0.1145,-0.0483 0.17174,-0.0722 0.0573,-0.0238 0.1145,72.28587 0.17175,72.30928 0.0572,0.0234 0.1145,0.0466 0.17175,0.0696 0.0573,0.023 0.1145,0.0457 0.17175,0.0683 0.0572,0.0225 0.1145,0.0449 0.17175,0.067 0.0572,0.0221 0.11449,0.044 0.17174,0.0657 0.0573,0.0217 0.1145,0.0431 0.17175,0.0643 0.0573,0.0212 0.1145,0.0422 0.17175,0.063 0.0573,0.0208 0.1145,0.0414 0.17175,0.0617 0.0573,0.0203 0.1145,0.0405 0.17174,0.0604 0.0573,0.0199 0.1145,0.0396 0.17175,0.059 0.0573,0.0195 0.1145,0.0387 0.17175,0.0577 0.0573,0.019 0.1145,0.0378 0.17175,0.0564 0.0572,0.0186 0.1145,0.0369 0.17175,0.0551 0.0572,0.0181 0.11449,0.0361 0.17174,0.0537 0.0573,0.0177 0.1145,0.0351 0.17175,0.0524 0.0572,0.0173 0.1145,0.0343 0.17175,0.0511 0.0573,0.0168 0.1145,0.0334 0.17175,0.0497 0.0573,0.0164 0.11449,0.0325 0.17174,0.0484 0.0573,0.0159 0.1145,0.0316 0.17175,0.047 0.0573,0.0155 0.1145,0.0307 0.17175,0.0457 0.0573,0.015 0.1145,0.0298 0.17175,0.0444 0.0573,0.0146 0.1145,0.0289 0.17175,0.043 0.0572,0.0141 0.11449,0.028 0.17174,0.0417 0.0573,0.0137 0.1145,0.0271 0.17175,0.0403 0.0573,0.0132 0.1145,0.0262 0.17175,0.039 0.0573,0.0128 0.1145,0.0253 0.17175,0.0376 0.0572,0.0123 0.11449,0.0244 0.17174,0.0363 0.0572,0.0119 0.1145,0.0235 0.17175,0.0349 0.0573,0.0114 0.1145,0.0226 0.17175,0.0336 0.0573,0.0109 0.1145,0.0217 0.17175,0.0322 0.0573,0.0105 0.1145,0.0208 0.17174,0.0308 0.0573,0.01 0.1145,0.0199 0.17175,0.0295 0.0573,0.01 0.1145,0.019 0.17175,0.0281 0.0573,0.009 0.1145,0.0181 0.17175,0.0267 0.0573,0.009 0.1145,0.0171 0.17175,0.0254 0.0573,0.008 0.11449,0.0162 0.17174,0.024 0.0573,0.008 0.1145,0.0153 0.17175,0.0226 0.0573,0.007 0.1145,0.0144 0.17175,0.0213 0.0572,0.007 0.1145,0.0135 0.17175,0.0199 0.0573,0.006 0.1145,0.0126 0.17174,0.0185 0.0573,0.006 0.1145,0.0117 0.17175,0.0172 0.0572,0.005 0.1145,0.0108 0.17175,0.0158 0.0573,0.005 0.1145,0.01 0.17175,0.0145 0.0573,0.005 0.1145,0.009 0.17175,0.0131 0.0572,0.004 0.11449,0.008 0.17174,0.0117 0.0573,0.004 0.1145,0.007 0.17175,0.0103 0.0573,0.003 0.1145,0.006 0.17175,0.009 0.0573,0.003 0.1145,0.005 0.17175,0.008 0.0573,0.002 0.1145,0.004 0.17174,0.006 0.0573,0.002 0.1145,0.003 0.17175,0.005 0.0572,10e-4 0.1145,0.003 0.17175,0.003 0.0573,9.3e-4 0.1145,0.002 0.17175,0.002 0.0572,4.7e-4 0.1145,7.2e-4 0.17175,7.4e-4 0.0572,10e-6 0.11449,-76.06485 0.17174,-76.06441 0.0573,4.4e-4 0.1145,10e-4 0.17175,0.002 0.0573,9e-4 0.1145,0.002 0.17175,0.003 0.0573,10e-4 0.1145,0.003 0.17175,0.005 0.0573,0.002 0.11449,0.004 0.17174,0.006 0.0573,0.002 0.1145,0.005 0.17175,0.007 0.0573,0.003 0.1145,0.006 0.17175,0.009 0.0573,0.003 0.1145,0.007 0.17175,0.0102 0.0573,0.004 0.1145,0.008 0.17175,0.0116 0.0572,0.004 0.11449,0.008 0.17174,0.013 0.0573,0.005 0.1145,0.009 0.17175,0.0143 0.0572,0.005 0.1145,0.0102 0.17175,0.0157 0.0573,0.005 0.1145,0.0112 0.17175,0.0171 0.0572,0.006 0.11449,0.0121 0.17174,0.0185 0.0572,0.006 0.1145,0.013 0.17175,0.0198 0.0573,0.007 0.1145,0.0139 0.17175,0.0212 0.0573,0.007 0.1145,0.0148 0.17175,0.0226 0.0573,0.008 0.1145,0.0157 0.17174,0.0239 0.0573,0.008 0.1145,0.0166 0.17175,0.0253 0.0573,0.009 0.1145,0.0175 0.17175,0.0266 0.0573,0.009 0.1145,0.0184 0.17175,0.028 0.0573,0.01 0.1145,0.0194 0.17175,0.0294 0.0572,0.01 0.11449,0.0203 0.17174,0.0307 0.0572,0.0105 0.1145,0.0212 0.17175,0.0321 0.0573,0.0109 0.1145,0.0221 0.17175,0.0334 0.0572,0.0114 0.1145,0.023 0.17175,0.0348 0.0573,0.0118 0.1145,0.0239 0.17174,0.0361 0.0573,0.0123 0.1145,0.0248 0.17175,0.0375 0.0573,0.0127 0.1145,0.0257 0.17175,0.0389 0.0573,0.0132 0.1145,0.0266 0.17175,0.0402 0.0573,0.0136 0.1145,0.0275 0.17175,0.0416 0.0572,0.0141 0.11449,0.0284 0.17174,0.0429 0.0573,0.0145 0.1145,0.0293 0.17175,0.0442 0.0573,0.015 0.1145,0.0302 0.17175,0.0456 0.0573,0.0154 0.1145,0.0311 0.17175,0.0469 0.0573,0.0159 0.1145,0.032 0.17174,0.0483 0.0573,0.0163 0.1145,0.0329 0.17175,0.0496 0.0572,0.0168 0.1145,0.0337 0.17175,0.051 0.0573,0.0172 0.1145,0.0346 0.17175,0.0523 0.0573,0.0177 0.1145,0.0355 0.17175,0.0536 0.0572,0.0181 0.11449,0.0364 0.17174,0.055 0.0573,0.0185 0.1145,0.0373 0.17175,0.0563 0.0573,0.019 0.1145,0.0382 0.17175,0.0576 0.0573,0.0194 0.1145,0.0391 0.17175,0.059 0.0573,0.0199 0.11449,0.04 0.17174,0.0603 0.0573,0.0203 0.1145,0.0408 0.17175,0.0616 0.0573,0.0208 0.1145,0.0417 0.17175,0.0629 0.0573,0.0212 0.1145,0.0426 0.17175,0.0642 0.0572,0.0216 0.1145,0.0435 0.17174,0.0656 0.0572,0.0221 0.1145,0.0444 0.17175,0.0669 0.0573,0.0225 0.1145,0.0452 0.17175,0.0682 0.0572,0.0229 0.1145,0.0461 0.17175,0.0695 0.0573,0.0234 0.1145,72.34374 0.17175,72.31993 0.0573,-0.0238 0.11449,-0.0478 0.17174,-0.0721 0.0573,-0.0243 0.1145,-0.0487 0.17175,-0.0734 0.0573,-0.0247 0.1145,-0.0496 0.17175,-0.0747 0.0573,-0.0251 0.1145,-0.0504 0.17175,-0.076 0.0573,-0.0255 0.1145,-0.0513 0.17174,-0.0773 0.0573,-0.026 0.1145,-0.0522 0.17175,-0.0786 0.0573,-0.0264 0.1145,-0.053 0.17175,-0.0799 0.0573,-0.0268 0.1145,-0.0539 0.17175,-0.0811 0.0573,-0.0273 0.1145,-0.0547 0.17175,-0.0824 0.0572,-0.0277 0.11449,-0.0556 0.17174,-0.0837 0.0572,-0.0281 0.1145,-0.0564 0.17175,-0.085 0.0573,-0.0285 0.1145,-0.0573 0.17175,-0.0862 0.0573,-0.029 0.1145,-0.0581 0.17175,-0.0875 0.0573,-0.0294 0.1145,-0.059 0.17174,-0.0888 0.0573,-0.0298 0.1145,-0.0598 0.17175,-0.09 0.0573,-0.0302 0.1145,-0.0607 0.17175,-0.0913 0.0573,-0.0306 0.1145,-0.0615 0.17175,-0.0926 0.0573,-0.0311 0.1145,-0.0623 0.17175,-0.0938 0.0572,-0.0315 0.11449,-0.0632 0.17174,-0.0951 0.0573,-0.0319 0.1145,-0.064 0.17175,-0.0963 0.0573,-0.0323 0.1145,-0.0648 0.17175,-0.0975 0.0572,-0.0327 0.1145,-0.0657 0.17175,-0.0988 0.0573,-0.0331 0.11449,-0.0665 0.17174,-0.10002 0.0573,-0.0335 0.1145,-0.0673 0.17175,-0.10125 0.0572,-0.034 0.1145,-0.0681 0.17175,-0.10248 0.0573,-0.0344 0.1145,-0.0689 0.17175,-0.1037 0.0573,-0.0348 0.1145,-0.0697 0.17175,-0.10492 0.0572,-0.0352 0.11449,-0.0706 0.17174,-0.10614 0.0573,-0.0356 0.1145,-0.0714 0.17175,-0.10736 0.0572,-0.036 0.1145,-0.0722 0.17175,-0.10856 0.0572,-0.0364 0.1145,-0.073 0.17175,-0.10977 0.0573,-0.0368 0.11449,-0.0738 0.17174,-0.11097 0.0573,-0.0372 0.1145,-0.0746 0.17175,-0.11216 0.0573,-0.0376 0.1145,-0.0754 0.17175,-0.11336 0.0572,-0.038 0.1145,-0.0762 0.17175,-0.11455 0.0572,-0.0384 0.1145,-0.077 0.17174,-0.11573 0.0572,-0.0388 0.1145,-0.0777 0.17175,-0.11692 0.0572,-0.0392 0.1145,-0.0785 0.17175,-0.11809 0.0573,-0.0395 0.1145,-0.0793 0.17175,-0.11926 0.0573,-0.0399 0.1145,-0.0801 0.17175,-0.12043 0.0572,-0.0403 0.11449,-0.0809 0.17174,-0.12159 0.0572,-0.0407 0.1145,-0.0816 0.17175,-0.12275 0.0572,-0.0411 0.1145,-0.0824 0.17175,-0.12391 0.0573,-0.0415 0.1145,-0.0832 0.17175,-0.12506 0.0573,-0.0419 0.1145,-0.084 0.17174,-0.1262 0.0573,-0.0423 0.1145,-0.0847 0.17175,-0.12735 0.0572,-0.0426 0.1145,-0.0855 0.17175,-0.12848 0.0572,-0.043 0.1145,-0.0862 0.17175,-0.12961 0.0572,-0.0434 0.1145,-0.087 0.17175,-0.13074 0.0572,-0.0438 0.11449,-0.0877 0.17174,-0.13187 0.0573,-0.0441 0.1145,-0.0885 0.17175,-0.13298 0.0573,-0.0445 0.1145,-61.62347 0.17175,-61.57859 0.0572,0.0449 0.1145,0.0899 0.17175,0.13521 0.0572,0.0453 0.1145,0.0907 0.17174,0.1363 0.0572,0.0456 0.1145,0.0914 0.17175,0.13741 0.0573,0.046 0.1145,0.0922 0.17175,0.13849 0.0573,0.0464 0.1145,0.0929 0.17175,0.13959 0.0572,0.0467 0.1145,0.0936 0.17175,0.14067 0.0572,0.0471 0.11449,0.0943 0.17174,0.14175 0.0572,0.0474 0.1145,0.095 0.17175,0.14282 0.0572,0.0478 0.1145,0.0958 0.17175,0.14389 0.0573,0.0481 0.1145,0.0965 0.17175,0.14495 0.0573,0.0485 0.11449,0.0972 0.17174,0.14601 0.0572,0.0489 0.1145,0.0979 0.17175,0.14706 0.0572,0.0492 0.1145,0.0986 0.17175,0.14811 0.0572,0.0495 0.1145,0.0993 0.17175,0.14915 0.0573,0.0499 0.1145,0.0999 0.17175,0.15019 0.0572,0.0502 0.11449,0.10064 0.17174,0.15122 0.0573,0.0506 0.1145,0.10133 0.17175,0.15224 0.0572,0.0509 0.1145,0.10201 0.17175,0.15327 0.0572,0.0513 0.1145,0.10268 0.17175,0.15428 0.0572,0.0516 0.11449,0.10335 0.17174,0.15528 0.0572,0.0519 0.1145,0.10403 0.17175,0.1563 0.0573,0.0523 0.1145,0.10469 0.17175,0.15728 0.0572,0.0526 0.1145,0.10536 0.17175,0.15828 0.0572,0.0529 0.1145,0.10602 0.17174,0.15927 0.0572,0.0532 0.1145,0.10667 0.17175,0.16025 0.0572,0.0536 0.1145,0.10732 0.17175,0.16122 0.0573,0.0539 0.1145,0.10797 0.17175,0.16219 0.0573,0.0542 0.1145,0.10861 0.17175,0.16316 0.0572,0.0545 0.11449,0.10924 0.17174,0.16411 0.0572,0.0549 0.1145,0.10988 0.17175,0.16506 0.0572,0.0552 0.1145,0.11051 0.17175,0.16601 0.0572,0.0555 0.1145,0.11114 0.17175,0.16694 0.0573,0.0558 0.1145,0.11177 0.17174,0.16789 0.0573,0.0561 0.1145,0.11238 0.17175,0.1688 0.0572,0.0564 0.1145,0.113 0.17175,0.16973 0.0572,0.0567 0.1145,0.11361 0.17175,0.17065 0.0572,0.057 0.1145,0.11421 0.17175,0.17155 0.0572,0.0573 0.11449,0.11482 0.17174,0.17246 0.0573,0.0576 0.1145,0.11542 0.17175,0.17335 0.0573,0.0579 0.1145,0.11601 0.17175,0.17424 0.0572,0.0582 0.1145,0.11661 0.17175,0.17513 0.0572,0.0585 0.1145,0.11719 0.17174,0.176 0.0572,0.0588 0.1145,0.11777 0.17175,0.17688 0.0573,0.0591 0.1145,0.11835 0.17175,0.17774 0.0573,0.0594 0.1145,0.11892 0.17175,0.1786 0.0572,0.0597 0.1145,0.11949 0.17175,0.17945 0.0572,0.06 0.11449,0.12006 0.17174,0.18029 0.0572,0.0602 0.1145,0.12062 0.17175,0.18114 0.0572,0.0605 0.1145,0.12117 0.17175,0.18197 0.0573,0.0608 0.1145,0.12172 0.17175,0.18279 0.0573,0.0611 0.11449,0.12228 0.17174,0.18362 0.0573,0.0613 0.1145,44.94121 0.17175,44.8796 0.0572,-0.0616 0.1145,-0.12336 0.17175,-0.18524 0.0572,-0.0619 0.1145,-0.12388 0.17175,-0.18603 0.0573,-0.0621 0.1145,-0.12442 0.17174,-0.18682 0.0573,-0.0624 0.1145,-0.12495 0.17175,-0.18761 0.0573,-0.0627 0.1145,-0.12547 0.17175,-0.18839 0.0572,-0.0629 0.1145,-0.12598 0.17175,-0.18916 0.0572,-0.0632 0.1145,-0.1265 0.17175,-0.18993 0.0572,-0.0634 0.11449,-0.127 0.17174,-0.19069 0.0572,-0.0637 0.1145,-0.1275 0.17175,-0.19144 0.0573,-0.0639 0.1145,-0.128 0.17175,-0.19218 0.0573,-0.0642 0.1145,-0.12849 0.17175,-0.19292 0.0572,-0.0644 0.1145,-0.12898 0.17174,-0.19366 0.0572,-0.0647 0.1145,-0.12947 0.17175,-0.19438 0.0572,-0.0649 0.1145,-0.12994 0.17175,-0.19509 0.0573,-0.0652 0.1145,-0.13042 0.17175,-0.19581 0.0573,-0.0654 0.1145,-0.13088 0.17175,-0.1965 0.0572,-0.0656 0.11449,-0.13135 0.17174,-0.19721 0.0572,-0.0659 0.1145,-0.13181 0.17175,-0.19789 0.0572,-0.0661 0.1145,-0.13227 0.17175,-0.19857 0.0572,-0.0663 0.1145,-0.13272 0.17175,-0.19925 0.0573,-0.0665 0.1145,-0.13316 0.17174,-0.19991 0.0573,-0.0667 0.1145,-0.13361 0.17175,-0.20058 0.0572,-0.067 0.1145,-0.13404 0.17175,-0.20123 0.0572,-0.0672 0.1145,-0.13447 0.17175,-0.20187 0.0572,-0.0674 0.1145,-0.1349 0.17175,-0.20251 0.0572,-0.0676 0.11449,-0.13533 0.17174,-0.20314 0.0573,-0.0678 0.1145,-0.13574 0.17175,-0.20377 0.0573,-0.068 0.1145,-0.13615 0.17175,-0.20438 0.0572,-0.0682 0.1145,-0.13656 0.17175,-0.20499 0.0572,-0.0684 0.11449,-0.13697 0.17174,-0.2056 0.0572,-0.0686 0.1145,-0.13736 0.17175,-0.20619 0.0572,-0.0688 0.1145,-0.13775 0.17175,-0.20677 0.0573,-0.069 0.1145,-0.13814 0.17175,-0.20735 0.0572,-0.0692 0.1145,-0.13852 0.17175,-0.20793 0.0572,-0.0694 0.11449,-0.1389 0.17174,-0.20849 0.0572,-0.0696 0.1145,-0.13927 0.17175,-0.20904 0.0572,-0.0698 0.1145,-0.13964 0.17175,-0.2096 0.0573,-0.07 0.1145,-0.14 0.17175,-0.21014 0.0573,-0.0701 0.11449,-0.14035 0.17174,-0.21067 0.0573,-0.0703 0.1145,-0.14071 0.17175,-0.21119 0.0572,-0.0705 0.1145,-0.14106 0.17175,-0.21172 0.0572,-0.0707 0.1145,-0.1414 0.17175,-0.21223 0.0573,-0.0708 0.1145,-0.14174 0.17174,-0.21273 0.0573,-0.071 0.1145,-0.14207 0.17175,-0.21323 0.0573,-0.0712 0.1145,-0.14239 0.17175,-0.21371 0.0572,-0.0713 0.1145,-0.14272 0.17175,-0.2142 0.0572,-0.0715 0.1145,-0.14303 0.17175,-0.21467 0.0572,-0.0716 0.11449,-0.14334 0.17174,-0.21513 0.0572,-0.0718 0.1145,-0.14365 0.17175,-0.21559 0.0573,-0.0719 0.1145,-0.14395 0.17175,-0.21604 0.0573,-0.0721 0.1145,-0.14425 0.17175,-0.21648 0.0572,-0.0722 0.1145,-0.14454 0.17174,-0.21692 0.0572,-0.0724 0.1145,-23.47682 0.17175,-23.40431 0.0572,0.0725 0.1145,0.14511 0.17175,0.21776 0.0573,0.0726 0.1145,0.14538 0.17175,0.21817 0.0573,0.0728 0.1145,0.14565 0.17175,0.21858 0.0572,0.0729 0.11449,0.14591 0.17174,0.21896 0.0572,0.073 0.1145,0.14618 0.17175,0.21936 0.0572,0.0732 0.1145,0.14642 0.17175,0.21973 0.0572,0.0733 0.1145,0.14668 0.17175,0.2201 0.0573,0.0734 0.1145,0.14692 0.17174,0.22047 0.0573,0.0735 0.1145,0.14716 0.17175,0.22082 0.0573,0.0737 0.1145,0.14739 0.17175,0.22117 0.0572,0.0738 0.1145,0.14762 0.17175,0.22151 0.0572,0.0739 0.1145,0.14784 0.17175,0.22184 0.0572,0.074 0.11449,0.14805 0.17174,0.22216 0.0573,0.0741 0.1145,0.14826 0.17175,0.22247 0.0573,0.0742 0.1145,0.14848 0.17175,0.22279 0.0572,0.0743 0.1145,0.14867 0.17175,0.22308 0.0572,0.0744 0.11449,0.14887 0.17174,0.22337 0.0572,0.0745 0.1145,0.14906 0.17175,0.22366 0.0572,0.0746 0.1145,0.14924 0.17175,0.22393 0.0573,0.0747 0.1145,0.14942 0.17175,0.2242 0.0573,0.0748 0.1145,0.14959 0.17175,0.22446 0.0572,0.0749 0.11449,0.14976 0.17174,0.2247 0.0572,0.0749 0.1145,0.14993 0.17175,0.22495 0.0572,0.075 0.1145,0.15009 0.17175,0.22518 0.0573,0.0751 0.1145,0.15024 0.17175,0.22541 0.0573,0.0752 0.11449,0.15039 0.17174,0.22563 0.0573,0.0752 0.1145,0.15053 0.17175,0.22584 0.0572,0.0753 0.1145,0.15066 0.17175,0.22604"
+ style="fill:none;stroke:#000000;stroke-width:1.77165353;stroke-linecap:butt;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccscccccccccccccccccccccccccscccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccscscccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccsccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:none;stroke:#000000;stroke-width:1.77165353;stroke-linecap:butt;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ d="m 0.02030506,299.56365 c 0.05725,-0.0757 0.114499,-0.15135 0.171748,-0.22697 0.05725,-0.0756 0.114499,-0.15122 0.171748,-0.22677 0.05725,-0.0756 0.114498,-0.15108 0.171748,-0.22656 0.05725,-0.0755 0.114498,-0.15094 0.171747,-0.22634 0.05725,-0.0754 0.114499,-0.15079 0.171748,-0.22612 0.05725,-0.0753 0.114499,-0.15062 0.17174804,-0.22588 0.05725,-0.0753 0.114498,-0.15047 0.171748,-0.22563 0.05725,-0.0752 0.114498,-0.1503 0.171747,-0.22538 0.05725,-0.0751 0.114499,-0.15013 0.171748,-0.22513 0.05725,-0.075 0.114499,-0.14995 0.171748,-0.22485 0.05725,-0.0749 0.114498,-0.14976 0.171748,-0.22458 0.05725,-0.0748 0.114498,-0.14958 0.171747,-0.2243 0.05725,-0.0747 0.114499,-0.14938 0.171748,-0.224 0.05725,-0.0746 0.114499,-0.14919 0.171748,-0.22371 0.05725,-0.0745 0.114498,-0.14897 0.171748,-0.22339 0.05725,-0.0744 0.114498,-0.14877 0.171747,-0.22308 0.05725,-0.0743 0.114499,-0.14855 0.171748,-0.22275 0.05725,-0.0742 0.114499,-0.14833 0.171748,-0.22243 0.05725,-0.0741 0.114498,-0.14811 0.171748,-0.22208 0.05725,-0.074 0.114498,-0.14788 0.171747,-0.22173 0.05725,-0.0739 0.114499,-0.14764 0.171748,-0.22138 0.05725,-0.0737 0.114499,-0.14739 0.171748,-0.22101 0.05725,-0.0736 0.114498,-0.14716 0.171748,-0.22064 0.05725,-0.0735 0.114498,-0.1469 0.171747,-0.22026 0.05725,-0.0734 0.114499,-0.14664 0.171748,-0.21987 0.05725,-0.0732 0.114499,-0.14639 0.171748,-0.21948 0.05725,-0.0731 0.114498,-0.14611 0.171748,-0.21907 0.05725,-0.073 0.114498,-0.14584 0.171747,-0.21866 0.05725,-0.0728 0.114499,-0.14555 0.171748,-0.21824 0.05725,-0.0727 0.114499,-0.14527 0.171748,-0.21781 0.05725,-0.0725 0.114498,-0.14498 0.171748,-0.21737 0.05725,-0.0724 0.114498,-0.1447 0.171747,-0.21693 0.05725,-0.0722 0.114499,-0.1444 0.171748,-0.21648 0.05725,-0.0721 0.114499,-0.1441 0.171748,-0.21603 0.05725,-0.0719 0.114498,-0.14378 0.171748,-0.21555 0.05725,-0.0718 0.114498,-0.14347 0.171747,-0.21508 0.05725,-0.0716 0.114499,-0.14315 0.171748,-0.2146 0.05725,-0.0715 0.114499,-0.14282 0.171748,-0.21411 0.05725,-0.0713 0.114498,-0.14248 0.171748,-0.2136 0.05725,-0.0711 0.114498,-0.14216 0.171747,-0.21311 0.05725,-0.071 0.114499,-0.14181 0.171748,-0.21259 0.05725,-0.0708 0.114499,-0.14146 0.171748,-0.21207 0.05725,-0.0706 0.114498,-0.14111 0.171748,-0.21154 0.05725,-0.0704 0.114498,-0.14075 0.171747,-0.21101 0.05725,-0.0702 0.114499,-0.14039 0.171748,-0.21046 0.05725,-0.0701 0.114499,-0.14003 0.171748,-0.2099 0.05725,-0.0699 0.114498,-0.13966 0.171748,-0.20936 0.05725,-0.0697 0.114498,-0.13927 0.171747,-0.20878 0.05725,-0.0695 0.114499,-0.1389 0.171748,-0.20821 0.05725,-0.0693 0.114499,-0.13852 0.171748,-0.20763 0.05725,-0.0691 0.114498,-0.13813 0.171748,-0.20704 0.05725,-0.0689 0.114498,-0.13772 0.171747,-0.20644 0.05725,-0.0687 0.114499,-0.13732 0.171748,-0.20583 0.05725,-0.0685 0.114499,-0.13693 0.171748,-0.20523 0.05725,-0.0683 0.114498,-0.13651 0.171748,-0.20461 0.05725,-0.0681 0.114498,-0.1361 0.171747,-0.20398 0.05725,-0.0679 0.114499,-0.13568 0.171748,-0.20335 0.05725,-0.0677 0.114499,-0.13524 0.171748,-0.20271 0.05725,-0.0675 0.1144979,-0.13481 0.1717479,-0.20205 0.05725,-0.0673 0.114498,-0.13439 0.171747,-0.20141 0.05725,-0.067 0.114499,-0.13394 0.171748,-0.20074 0.05725,-0.0668 0.114499,-0.13349 0.171748,-0.20007 0.05725,-0.0666 0.114498,-0.13304 0.171748,-0.19939 0.05725,-0.0663 0.114498,-0.13259 0.171747,-0.19871 0.05725,-0.0661 0.114499,-0.13212 0.171748,-0.19802 0.05725,-0.0659 0.114499,-0.13165 0.171748,-0.19732 0.05725,-0.0657 0.114498,-0.13118 0.171748,-0.19661 0.05725,-0.0654 0.114498,-0.13072 0.171747,-0.1959 0.05725,-0.0652 0.114499,-0.13024 0.171748,-0.19518 0.05725,-0.0649 0.114499,-0.12976 0.171748,-0.19445 0.05725,-0.0647 0.114498,-0.12926 0.171748,-0.19372 0.05725,-0.0645 0.114498,-0.12878 0.171747,-0.19297 0.05725,-0.0642 0.114499,-0.12829 0.171748,-0.19223 0.05725,-0.064 0.114499,-0.12777 0.171748,-0.19148 0.05725,-0.0637 0.114498,-0.12727 0.171748,-0.19071 0.05725,-0.0634 0.114498,-0.12676 0.171747,-0.18994 0.05725,-0.0632 0.114499,-0.12625 0.171748,-0.18917 0.05725,-0.0629 0.114499,-0.12572 0.171748,-0.18839 0.05725,-0.0627 0.114498,-0.12519 0.171748,-0.18759 0.05725,-0.0624 0.114498,-0.12467 0.171747,-0.1868 0.05725,-0.0621 0.114499,-0.12413 0.171748,-0.186 0.05725,-0.0619 0.114499,-0.1236 0.171748,-0.18519 0.05725,-0.0616 0.114498,-0.12305 0.171748,-0.18437 0.05725,-0.0613 0.114498,-0.1225 0.171747,-0.18355 0.05725,-0.0611 0.114499,-0.12196 0.171748,-0.18272 0.05725,-0.0608 0.114498,-0.1214 0.171748,-0.18188 0.05725,-0.0605 0.114498,-0.12084 0.171747,-0.18104 0.05725,-0.0602 0.114499,-0.12027 0.171748,-0.1802 0.05725,-0.0599 0.114499,-0.11969 0.171748,-0.17933 0.05725,-0.0596 0.114498,-0.11913 0.171748,-0.17848 0.05725,-0.0593 0.114498,-0.11855 0.171747,-0.1776 0.05725,-0.0591 0.114499,-0.11797 0.171748,-0.17673 0.05725,-0.0588 0.114499,-0.11738 0.171748,-0.17585 0.05725,-0.0585 0.114498,-0.11679 0.171748,-0.17497 0.05725,-0.0582 0.114498,-0.11618 0.171747,-0.17406 0.05725,-0.0579 0.114499,-0.1156 0.171748,-0.17317 0.05725,-0.0576 0.114499,-0.115 0.171748,-0.17226 0.05725,-0.0573 0.114498,-0.11438 0.171748,-0.17135 0.05725,-0.057 0.114498,-0.11378 0.171747,-0.17043 0.05725,-0.0567 0.114499,-0.11316 0.171748,-0.16951 0.05725,-0.0563 0.114499,-0.11254 0.171748,-0.16857 0.05725,-0.056 0.114498,-0.11191 0.171748,-0.16764 0.05725,-0.0557 0.114498,-0.11129 0.171747,-0.16669 0.05725,-0.0554 0.114499,-0.11066 0.171748,-0.16574 0.05725,-0.0551 0.114499,-0.11003 0.171748,-0.16479 0.05725,-0.0548 0.114498,-0.10938 0.171748,-0.16383 0.05725,-0.0544 0.114498,-0.10873 0.171747,-0.16286 0.05725,-0.0541 0.114499,-0.10809 0.171748,-0.16189 0.05725,-0.0538 0.114499,-0.10744 0.171748,-0.16091 0.05725,-0.0535 0.114498,-0.10677 0.171748,-0.15992 0.05725,-0.0531 0.114498,-0.10613 0.171747,-0.15894 0.05725,-0.0528 0.114499,-0.10546 0.171748,-0.15794 0.05725,-0.0525 0.114499,-0.10478 0.171748,-0.15693 0.05725,-0.0521 0.114498,-0.10413 0.171748,-0.15593 0.05725,-0.0518 0.114498,-0.10345 0.171747,-0.15492 0.05725,-0.0515 0.114499,-0.10276 0.171748,-0.15389 0.05725,-0.0511 0.114499,-0.10209 0.171748,-0.15288 0.05725,-0.0508 0.114498,-0.10139 0.171748,-0.15184 0.05725,-0.0504 0.114498,-0.1007 0.171747,-0.15081 0.05725,-0.0501 0.114499,-0.10001 0.171748,-0.14976 0.05725,-0.0498 0.114499,-0.0993 0.171748,-0.14872 0.05725,-0.0494 0.114498,-0.0986 0.171748,-0.14767 0.05725,-0.049 0.114498,-0.0979 0.171747,-0.14661 0.05725,-0.0487 0.114499,-0.0972 0.171748,-0.14554 0.05725,-0.0483 0.114499,-0.0965 0.171748,-0.14449 0.05725,-0.048 0.114498,-0.0958 0.171748,-0.14341 0.05725,-0.0476 0.114498,-0.0951 0.171747,-0.14233 0.05725,-0.0473 0.114499,-0.0943 0.171748,-0.14125 0.05725,-0.0469 0.114499,-0.0936 0.171748,-0.14017 0.05725,-0.0465 0.114498,-0.0929 0.171748,-0.13906 0.05725,-0.0462 0.114498,-0.0922 0.171747,-0.13797 0.05725,-0.0458 0.114499,-0.0914 0.171748,-0.13687 0.05725,-0.0454 0.114499,-0.0907 0.171748,-0.13577 0.05725,-0.0451 0.114498,-0.0899 0.171748,-0.13465 0.05725,-0.0447 0.114498,-0.0892 0.171747,-0.13353 0.05725,-0.0443 0.114499,-0.0885 0.171748,-0.13241 0.05725,-0.0439 0.114499,-0.0877 0.171748,-0.13128 0.05725,-0.0436 0.114498,-0.087 0.171748,-0.13015 0.05725,-0.0432 0.114498,-0.0862 0.171747,-0.129 0.05725,-0.0428 0.114499,-0.0855 0.171748,-0.12788 0.05725,-0.0424 0.114499,-0.0847 0.171748,-0.12673 0.05725,-0.0421 0.114498,-0.0839 0.171748,-0.12557 0.05725,-0.0417 0.114498,-0.0831 0.171747,-0.12443 0.05725,-0.0413 0.114499,-0.0824 0.171748,-0.12326 0.05725,-0.0409 0.114499,-0.0816 0.171748,-0.12209 0.05725,-0.0405 0.114498,-0.0808 0.171748,-0.12094 0.05725,-0.0401 0.114498,-0.08 0.171747,-0.11975 0.05725,-0.0397 0.114499,-0.0792 0.171748,-0.11859 0.05725,-0.0393 0.114499,-0.0785 0.171748,-0.11739 0.05725,-0.0389 0.114498,-0.0777 0.171748,-0.1162 0.05725,-0.0385 0.114498,-0.0769 0.171747,-0.11503 0.05725,-0.0381 0.114499,-0.0761 0.171748,-0.11382 0.05725,-0.0378 0.114499,-0.0753 0.171748,-0.11264 0.05725,-0.0373 0.114498,-0.0745 0.171748,-0.11143 0.05725,-0.037 0.114498,-0.0737 0.171747,-0.11022 0.05725,-0.0365 0.114499,-0.0729 0.171748,-0.109 0.05725,-0.0361 0.114499,-0.0721 0.171748,-0.1078 0.05725,-0.0357 0.114498,-0.0713 0.171748,-0.10658 0.05725,-0.0353 0.114498,-0.0704 0.171747,-0.10536 0.05725,-0.0349 0.114499,-0.0696 0.171748,-0.10413 0.05725,-0.0345 0.114499,-0.0688 0.171748,-0.10291 0.05725,-0.0341 0.114498,-0.068 0.171748,-0.10167 0.05725,-0.0337 0.114498,-0.0672 0.171747,-0.10043 0.05725,-0.0333 0.114499,-0.0663 0.171748,-0.0992 0.05725,-0.0329 0.114499,-0.0655 0.171748,-0.098 0.05725,-0.0324 0.114498,-0.0647 0.171748,-0.0967 0.05725,-0.032 0.114498,-0.0639 0.171747,-0.0954 0.05725,-0.0316 0.114499,-0.063 0.171748,-0.0942 0.05725,-0.0312 0.114499,-0.0622 0.171748,-0.0929 0.05725,-0.0308 0.114498,-0.0613 0.171748,-0.0917 0.05725,-0.0303 0.114498,-0.0605 0.171747,-0.0904 0.05725,-0.0299 0.114499,-0.0597 0.171748,-0.0891 0.05725,-0.0295 0.114499,-0.0588 0.171748,-0.0879 0.05725,-0.0291 0.114498,-0.0579 0.171748,-0.0866 0.05725,-0.0287 0.114498,-0.0571 0.171747,-0.0853 0.05725,-0.0282 0.114499,-0.0562 0.171748,-0.084 0.05725,-0.0278 0.114499,-0.0554 0.171748,-0.0828 0.05725,-0.0274 0.114498,-0.0545 0.171748,-0.0815 0.05725,-0.0269 0.114498,-0.0537 0.171747,-0.0802 0.05725,-0.0265 0.114499,-0.0528 0.171748,-0.0789 0.05725,-0.0261 0.114499,-0.0519 0.171748,-0.0776 0.05725,-0.0256 0.114498,-0.0511 0.171748,-0.0763 0.05725,-0.0252 0.114498,-0.0502 0.171747,-0.075 0.05725,-0.0248 0.114499,-0.0493 0.171748,-0.0737 0.05725,-0.0243 0.114499,-0.0485 0.171748,-0.0724 0.05725,-0.0239 0.114498,-0.0476 0.171748,-0.0711 0.05725,-0.0235 0.114498,-0.0467 0.171747,-0.0698 0.05725,-0.023 0.114499,-0.0459 0.171748,-0.0685 0.05725,-0.0226 0.114499,-0.045 0.171748,-0.0671 0.05725,-0.0222 0.114498,-0.0441 0.171748,-0.0658 0.05725,-0.0217 0.114498,-0.0432 0.171747,-0.0645 0.05725,-0.0213 0.114499,-0.0423 0.171748,-0.0632 0.05725,-0.0208 0.114499,-0.0414 0.171748,-0.0619 0.05725,-0.0204 0.114498,-0.0406 0.171748,-0.0605 0.05725,-0.02 0.114498,-0.0397 0.171747,-0.0592 0.05725,-0.0195 0.114499,-0.0388 0.171748,-0.0579 0.05725,-0.0191 0.114498,-0.0379 0.171748,-0.0565 0.05725,-0.0186 0.114498,-0.037 0.171747,-0.0552 0.05725,-0.0182 0.114499,-0.0361 0.171748,-0.0539 0.05725,-0.0177 0.114499,-0.0352 0.171748,-0.0525 0.05725,-0.0173 0.114498,-0.0343 0.171748,-0.0512 0.05725,-0.0168 0.114498,-0.0334 0.171747,-0.0498 0.05725,-0.0164 0.114499,-0.0326 0.171748,-0.0485 0.05725,-0.0159 0.114499,-0.0317 0.171748,-0.0471 0.05725,-0.0155 0.114498,-0.0307 0.171748,-0.0458 0.05725,-0.0151 0.114498,-0.0299 0.171747,-0.0444 0.05725,-0.0146 0.114499,-0.029 0.171748,-0.0431 0.05725,-0.0142 0.114499,-0.0281 0.171748,-0.0417 0.05725,-0.0137 0.114498,-0.0271 0.171748,-0.0404 0.05725,-0.0133 0.114498,-0.0262 0.171747,-0.039 0.05725,-0.0128 0.114499,-0.0253 0.171748,-0.0376 0.05725,-0.0124 0.114499,-0.0244 0.171748,-0.0363 0.05725,-0.0119 0.114498,-0.0235 0.171748,-0.0349 0.05725,-0.0115 0.114498,-0.0226 0.171747,-0.0336 0.05725,-0.011 0.114499,-0.0217 0.171748,-0.0322 0.05725,-0.0105 0.114499,-0.0208 0.171748,-0.0309 0.05725,-0.0101 0.114498,-0.0199 0.171748,-0.0295 0.05725,-0.01 0.114498,-0.019 0.171747,-0.0281 0.05725,-0.009 0.114499,-0.0181 0.171748,-0.0268 0.05725,-0.009 0.114499,-0.0172 0.171748,-0.0254 0.05725,-0.008 0.114498,-0.0162 0.171748,-0.024 0.05725,-0.008 0.114498,-0.0153 0.171747,-0.0226 0.05725,-0.007 0.114499,-0.0145 0.171748,-0.0213 0.05725,-0.007 0.114499,-0.0136 0.171748,-0.0199 0.05725,-0.007 0.114498,-0.0127 0.171748,-0.0185 0.05725,-0.006 0.114498,-0.0116 0.171747,-0.0172 0.05725,-0.005 0.114499,-0.0107 0.171748,-0.0158 0.05725,-0.005 0.114499,-0.01 0.171748,-0.0145 0.05725,-0.005 0.114498,-0.009 0.171748,-0.0131 0.05725,-0.004 0.114498,-0.008 0.171747,-0.0116 0.05725,-0.004 0.114499,-0.007 0.171748,-0.0102 0.05725,-0.003 0.114499,-0.006 0.171748,-0.009 0.05725,-0.003 0.114498,-0.005 0.171748,-0.007 0.05725,-0.002 0.114498,-0.004 0.171747,-0.006 0.05725,-0.002 0.114499,-0.004 0.171748,-0.005 0.05725,-0.001 0.114499,-0.003 0.171748,-0.003 0.05725,-9e-4 0.114498,-0.002 0.171748,-0.002 0.05725,-4.4e-4 0.114498,-6.5e-4 0.171747,-6.3e-4 0.05725,1e-5 0.114499,2.6e-4 0.171748,7.4e-4 0.05725,4.7e-4 0.114499,0.001 0.171748,0.002 0.05725,9.3e-4 0.114498,0.002 0.171748,0.004 0.05725,10e-4 0.114498,0.003 0.171747,0.005 0.05725,0.002 0.114499,0.004 0.171748,0.006 0.05725,0.002 0.114499,0.005 0.171748,0.008 0.05725,0.003 0.114498,0.006 0.171748,0.009 0.05725,0.003 0.114498,0.007 0.171747,0.0104 0.05725,0.004 0.114499,0.008 0.171748,0.0118 0.05725,0.004 0.114499,0.009 0.171748,0.0131 0.05725,0.005 0.114498,0.01 0.171748,0.0145 0.05725,0.005 0.114498,0.0104 0.171747,0.0159 0.05725,0.006 0.114499,0.0113 0.171748,0.0173 0.05725,0.006 0.114499,0.0122 0.171748,0.0186 0.05725,0.007 0.114498,0.0131 0.171748,0.02 0.05725,0.007 0.114498,0.014 0.171747,0.0214 0.05725,0.007 0.114499,0.0149 0.171748,0.0227 0.05725,0.008 0.114499,0.0158 0.171748,0.0241 0.05725,0.008 0.114498,0.0168 0.171748,0.0255 0.05725,0.009 0.114498,0.0177 0.171747,0.0269 0.05725,0.009 0.114499,0.0186 0.171748,0.0282 0.05725,0.01 0.114499,0.0195 0.171748,0.0296 0.05725,0.0101 0.114498,0.0204 0.171748,0.0309 0.05725,0.0105 0.114498,0.0213 0.171747,0.0323 0.05725,0.011 0.114499,0.0222 0.171748,0.0337 0.05725,0.0114 0.114499,0.0231 0.171748,0.0351 0.05725,0.0119 0.114498,0.024 0.171748,0.0364 0.05725,0.0123 0.114498,0.0249 0.171747,0.0378 0.05725,0.0128 0.114499,0.0258 0.171748,0.0391 0.05725,0.0133 0.114499,0.0268 0.171748,0.0405 0.05725,0.0137 0.114498,0.0277 0.171748,0.0418 0.05725,0.0142 0.114498,0.0286 0.171747,0.0432 0.05725,0.0146 0.114499,0.0295 0.171748,0.0445 0.05725,0.0151 0.114499,0.0304 0.171748,0.0459 0.05725,0.0155 0.114498,0.0313 0.171748,0.0472 0.05725,0.016 0.114498,0.0322 0.171747,0.0486 0.05725,0.0164 0.114499,0.0331 0.171748,0.0499 0.05725,0.0169 0.114499,0.034 0.171748,0.0513 0.05725,0.0173 0.114498,0.0349 0.171748,0.0526 0.05725,0.0178 0.114498,0.0357 0.171747,0.0539 0.05725,0.0182 0.114499,0.0367 0.171748,0.0553 0.05725,0.0186 0.114499,0.0375 0.171748,0.0566 0.05725,0.0191 0.114498,0.0384 0.171748,0.058 0.05725,0.0195 0.114498,0.0393 0.171747,0.0593 0.05725,0.02 0.114499,0.0402 0.171748,0.0606 0.05725,0.0204 0.114499,0.0411 0.171748,0.0619 0.05725,0.0209 0.114498,0.042 0.171748,0.0633 0.05725,0.0213 0.114498,0.0428 0.171747,0.0646 0.05725,0.0217 0.114499,0.0437 0.171748,0.0659 0.05725,0.0222 0.114499,0.0446 0.171748,0.0672 0.05725,0.0226 0.114498,0.0455 0.171748,0.0686 0.05725,0.0231 0.114498,0.0464 0.171747,0.0699 0.05725,0.0235 0.114499,0.0472 0.171748,0.0712 0.05725,0.024 0.114499,0.0481 0.171748,0.0725 0.05725,0.0244 0.114498,0.049 0.171748,0.0738 0.05725,0.0248 0.114498,0.0499 0.171747,0.0751 0.05725,0.0252 0.114499,0.0507 0.171748,0.0764 0.05725,0.0257 0.114499,0.0516 0.171748,0.0777 0.05725,0.0261 0.114498,0.0524 0.171748,0.079 0.05725,0.0265 0.114498,0.0533 0.171747,0.0803 0.05725,0.027 0.114499,0.0542 0.171748,0.0816 0.05725,0.0274 0.114499,0.055 0.171748,0.0829 0.05725,0.0278 0.114498,0.0559 0.171748,0.0841 0.05725,0.0283 0.114498,0.0567 0.171747,0.0854 0.05725,0.0287 0.114499,0.0576 0.171748,0.0867 0.05725,0.0291 0.114499,0.0584 0.171748,0.088 0.05725,0.0295 0.114498,0.0593 0.171748,0.0892 0.05725,0.03 0.114498,0.0601 0.171747,0.0905 0.05725,0.0304 0.114499,0.061 0.171748,0.0918 0.05725,0.0308 0.114498,0.0618 0.171748,0.093 0.05725,0.0312 0.114498,0.0627 0.171747,0.0943 0.05725,0.0316 0.114499,0.0635 0.171748,0.0955 0.05725,0.032 0.114499,0.0643 0.171748,0.0968 0.05725,0.0325 0.114498,0.0652 0.171748,0.098 0.05725,0.0329 0.114498,0.066 0.171747,0.0993 0.05725,0.0333 0.114499,0.0668 0.171748,0.10052 0.05725,0.0337 0.114499,0.0676 0.171748,0.10176 0.05725,0.0341 0.114498,0.0685 0.171748,0.10299 0.05725,0.0345 0.114498,0.0693 0.171747,0.10423 0.05725,0.0349 0.114499,0.0701 0.171748,0.10545 0.05725,0.0354 0.114499,0.0709 0.171748,0.10667 0.05725,0.0358 0.114498,0.0717 0.171748,0.10789 0.05725,0.0362 0.114498,0.0725 0.171747,0.1091 0.05725,0.0366 0.114499,0.0733 0.171748,0.11032 0.05725,0.037 0.114499,0.0742 0.171748,0.11152 0.05725,0.0374 0.114498,0.075 0.171748,0.11272 0.05725,0.0378 0.114498,0.0757 0.171747,0.11391 0.05725,0.0382 0.114499,0.0765 0.171748,0.11512 0.05725,0.0386 0.114499,0.0773 0.171748,0.11629 0.05725,0.039 0.114498,0.0781 0.171748,0.11749 0.05725,0.0394 0.114498,0.0789 0.171747,0.11867 0.05725,0.0397 0.114499,0.0797 0.171748,0.11985 0.05725,0.0401 0.114499,0.0805 0.171748,0.12102 0.05725,0.0405 0.114498,0.0813 0.171748,0.12218 0.05725,0.0409 0.114498,0.082 0.171747,0.12335 0.05725,0.0413 0.114499,0.0828 0.171748,0.1245 0.05725,0.0417 0.114499,0.0836 0.171748,0.12566 0.05725,0.0421 0.114498,0.0843 0.171748,0.12681 0.05725,0.0425 0.114498,0.0851 0.171747,0.12795 0.05725,0.0428 0.114499,0.0859 0.171748,0.12909 0.05725,0.0432 0.114499,0.0866 0.171748,0.13024 0.05725,0.0436 0.114498,0.0874 0.171748,0.13137 0.05725,0.044 0.114498,0.0881 0.171747,0.1325 0.05725,0.0444 0.114499,0.0889 0.171748,0.13362 0.05725,0.0447 0.114499,0.0896 0.171748,0.13473 0.05725,0.0451 0.114498,0.0904 0.171748,0.13584 0.05725,0.0455 0.114498,0.0911 0.171747,0.13696 0.05725,0.0458 0.114499,0.0918 0.171748,0.13806 0.05725,0.0462 0.114499,0.0926 0.171748,0.13915 0.05725,0.0466 0.114498,0.0933 0.171748,0.14025 0.05725,0.0469 0.114498,0.0941 0.171747,0.14132 0.05725,0.0473 0.114499,0.0948 0.171748,0.14241 0.05725,0.0477 0.114499,0.0955 0.171748,0.1435 0.05725,0.048 0.114498,0.0962 0.171748,0.14456 0.05725,0.0484 0.114498,0.0969 0.171747,0.14564 0.05725,0.0487 0.114499,0.0976 0.171748,0.14668 0.05725,0.0491 0.114499,0.0983 0.171748,0.14776 0.05725,0.0494 0.114498,0.099 0.171748,0.1488 0.05725,0.0498 0.114498,0.0997 0.171747,0.14985 0.05725,0.0501 0.114499,0.10042 0.171748,0.15088 0.05725,0.0505 0.114499,0.10111 0.171748,0.15192 0.05725,0.0508 0.114498,0.10181 0.171748,0.15296 0.05725,0.0511 0.114498,0.10248 0.171747,0.15397 0.05725,0.0515 0.114499,0.10316 0.171748,0.15499 0.05725,0.0518 0.114499,0.10384 0.171748,0.156 0.05725,0.0522 0.114498,0.1045 0.171748,0.15702 0.05725,0.0525 0.114498,0.10517 0.171747,0.15801 0.05725,0.0528 0.114499,0.10584 0.171748,0.15901 0.05725,0.0532 0.114499,0.1065 0.171748,0.16 0.05725,0.0535 0.114498,0.10716 0.171748,0.16098 0.05725,0.0538 0.114498,0.10781 0.171747,0.16196 0.05725,0.0542 0.114499,0.10846 0.171748,0.16293 0.05725,0.0545 0.114499,0.10911 0.171748,0.1639 0.05725,0.0548 0.114498,0.10975 0.171748,0.16487 0.05725,0.0551 0.114498,0.11038 0.171747,0.16581 0.05725,0.0554 0.114499,0.11102 0.171748,0.16677 0.05725,0.0557 0.114499,0.11165 0.171748,0.1677 0.05725,0.0561 0.114498,0.11227 0.171748,0.16865 0.05725,0.0564 0.114498,0.11289 0.171747,0.16957 0.05725,0.0567 0.114499,0.11351 0.171748,0.1705 0.05725,0.057 0.114499,0.11413 0.171748,0.17142 0.05725,0.0573 0.114498,0.11474 0.171748,0.17233 0.05725,0.0576 0.114498,0.11534 0.171747,0.17323 0.05725,0.0579 0.114499,0.11595 0.171748,0.17414 0.05725,0.0582 0.114499,0.11653 0.171748,0.17503 0.05725,0.0585 0.114498,0.11714 0.171748,0.17592 0.05725,0.0588 0.114498,0.11772 0.171747,0.17679 0.05725,0.0591 0.114499,0.1183 0.171748,0.17767 0.05725,0.0594 0.114499,0.11889 0.171748,0.17854 0.05725,0.0597 0.114498,0.11946 0.171748,0.1794 0.05725,0.06 0.114498,0.12003 0.171747,0.18026 0.05725,0.0602 0.114499,0.1206 0.171748,0.1811 0.05725,0.0605 0.114499,0.12116 0.171748,0.18195 0.05725,0.0608 0.114498,0.12172 0.171748,0.18278 0.05725,0.0611 0.114498,0.12228 0.171747,0.18361 0.05725,0.0614 0.114499,0.12282 0.171748,0.18444 0.05725,0.0616 0.114499,0.12337 0.171748,0.18525 0.05725,0.0619 0.114498,0.1239 0.171748,0.18606 0.05725,0.0621 0.114498,0.12444 0.171747,0.18686 0.05725,0.0624 0.114499,0.12497 0.171748,0.18765 0.05725,0.0627 0.114499,0.1255 0.171748,0.18845 0.05725,0.0629 0.114498,0.12602 0.171748,0.18922 0.05725,0.0632 0.114498,0.12654 0.171747,0.19 0.05725,0.0635 0.114499,0.12705 0.171748,0.19077 0.05725,0.0637 0.114499,0.12756 0.171748,0.19153 0.05725,0.064 0.114498,0.12808 0.171748,0.19229 0.05725,0.0642 0.114498,0.12857 0.171747,0.19303 0.05725,0.0645 0.114499,0.12907 0.171748,0.19378 0.05725,0.0647 0.114499,0.12954 0.171748,0.1945 0.05725,0.065 0.114498,0.13003 0.171748,0.19524 0.05725,0.0652 0.114498,0.13051 0.171747,0.19595 0.05725,0.0654 0.114499,0.13099 0.171748,0.19667 0.05725,0.0657 0.114499,0.13146 0.171748,0.19737 0.05725,0.0659 0.114498,0.13192 0.171748,0.19807 0.05725,0.0661 0.114498,0.13239 0.171747,0.19876 0.05725,0.0664 0.114499,0.13284 0.171748,0.19944 0.05725,0.0666 0.114499,0.1333 0.171748,0.20012 0.05725,0.0668 0.114498,0.13375 0.171748,0.20079 0.05725,0.067 0.114498,0.13419 0.171747,0.20146 0.05725,0.0673 0.114499,0.13462 0.171748,0.2021 0.05725,0.0675 0.114498,0.13506 0.171748,0.20276 0.05725,0.0677 0.114498,0.1355 0.171747,0.20339 0.05725,0.0679 0.114499,0.13592 0.171748,0.20403 0.05725,0.0681 0.114499,0.13633 0.171748,0.20466 0.05725,0.0683 0.114498,0.13675 0.171748,0.20527 0.05725,0.0685 0.114498,0.13716 0.171747,0.20589 0.05725,0.0687 0.114499,0.13756 0.171748,0.20648 0.05725,0.0689 0.114499,0.13796 0.171748,0.20709 0.05725,0.0691 0.114498,0.13834 0.171748,0.20767 0.05725,0.0693 0.114498,0.13873 0.171747,0.20825 0.05725,0.0695 0.114499,0.13913 0.171748,0.20883 0.05725,0.0697 0.114499,0.1395 0.171748,0.20939 0.05725,0.0699 0.114498,0.13988 0.171748,0.20995 0.05725,0.0701 0.114498,0.14024 0.171747,0.2105 0.05725,0.0703 0.114499,0.14061 0.171748,0.21105 0.05725,0.0704 0.114499,0.14096 0.171748,0.21158 0.05725,0.0706 0.114498,0.14133 0.171748,0.21211 0.05725,0.0708 0.114498,0.14167 0.171747,0.21263 0.05725,0.071 0.114499,0.142 0.171748,0.21314 0.05725,0.0711 0.114499,0.14235 0.171748,0.21365 0.05725,0.0713 0.114498,0.14268 0.171748,0.21414 0.05725,0.0715 0.114498,0.14301 0.171747,0.21463 0.05725,0.0716 0.114499,0.14333 0.171748,0.21512 0.05725,0.0718 0.114499,0.14365 0.171748,0.21559 0.05725,0.0719 0.114498,0.14396 0.171748,0.21606 0.05725,0.0721 0.114498,0.14426 0.171747,0.21651 0.05725,0.0722 0.114499,0.14457 0.171748,0.21697 0.05725,0.0724 0.114499,0.14486 0.171748,0.21741 0.05725,0.0725 0.114498,0.14515 0.171747,0.21784 0.0572,0.0727 0.1145,0.14544 0.17175,0.21827 0.0572,0.0728 0.1145,0.14573 0.17175,0.21869 0.0572,0.073 0.11449,0.146 0.17174,0.2191 0.0572,0.0731 0.1145,0.14627 0.17175,0.21951 0.0573,0.0732 0.1145,0.14654 0.17175,0.2199 0.0572,0.0734 0.1145,0.14679 0.17175,0.22029 0.0572,0.0735 0.1145,0.14705 0.17174,0.22067 0.0572,0.0736 0.1145,0.1473 0.17175,0.22104 0.0572,0.0737 0.1145,0.14754 0.17175,0.2214 0.0572,0.0739 0.1145,0.14777 0.17175,0.22176 0.0573,0.074 0.1145,0.14801 0.17175,0.22211 0.0572,0.0741 0.11449,0.14824 0.17174,0.22245 0.0572,0.0742 0.1145,0.14846 0.17175,0.22277 0.0572,0.0743 0.1145,0.14868 0.17175,0.22311 0.0572,0.0744 0.1145,0.1489 0.17175,0.22341 0.0572,0.0745 0.1145,0.1491 0.17174,0.22373 0.0572,0.0746 0.1145,0.14931 0.17175,0.22403 0.0573,0.0747 0.1145,0.14949 0.17175,0.22431 0.0572,0.0748 0.1145,0.14969 0.17175,0.2246 0.0572,0.0749 0.1145,0.14987 0.17175,0.22488 0.0572,0.075 0.11449,0.15005 0.17174,0.22514 0.0572,0.0751 0.1145,0.15023 0.17175,0.22541 0.0572,0.0752 0.1145,0.15039 0.17175,0.22565 0.0573,0.0753 0.1145,0.15056 0.17175,0.2259 0.0572,0.0753 0.1145,0.15071 0.17174,0.22613 0.0572,0.0754 0.1145,0.15087 0.17175,0.22635 0.0572,0.0755 0.1145,0.15102 0.17175,0.22658 0.0572,0.0756 0.1145,0.15116 0.17175,0.22679 0.0572,0.0756 0.1145,0.15129 0.17175,0.22698 0.0572,0.0757 0.11449,0.15143 0.17174,0.22718 0.0573,0.0758 0.1145,0.15155 0.17175,0.22737 0.0572,0.0758 0.1145,0.15167 0.17175,0.22755 0.0572,0.0759 0.1145,0.15178 0.17175,0.22771 0.0572,0.0759 0.11449,0.15189 0.17174,0.22787 0.0572,0.076 0.1145,0.152 0.17175,0.22803 0.0573,0.076 0.1145,0.15209 0.17175,0.22817 0.0573,0.0761 0.1145,0.15219 0.17175,0.22831 0.0572,0.0761 0.1145,0.15227 0.17175,0.22844 0.0572,0.0762 0.11449,0.15235 0.17174,0.22855 0.0572,0.0762 0.1145,0.15243 0.17175,0.22867 0.0572,0.0762 0.1145,0.1525 0.17175,0.22877 0.0573,0.0763 0.1145,0.15256 0.17175,0.22887 0.0573,0.0763 0.11449,0.15262 0.17174,0.22895 0.0573,0.0763 0.1145,0.15267 0.17175,0.22903 0.0572,0.0763 0.1145,0.15272 0.17175,0.2291 0.0572,0.0764 0.1145,0.15277 0.17175,0.22917 0.0572,0.0764 0.1145,0.1528 0.17174,0.22921 0.0572,0.0764 0.1145,0.15284 0.17175,0.22927 0.0573,0.0764 0.1145,0.15286 0.17175,0.2293 0.0573,0.0764 0.1145,0.15288 0.17175,0.22933 0.0572,0.0764 0.1145,0.15289 0.17175,0.22935 0.0572,0.0765 0.11449,0.1529 0.17174,0.22936 0.0572,0.0765 0.1145,0.15291 0.17175,0.22936 0.0572,0.0764 0.1145,0.15292 0.17175,0.22937 0.0573,0.0764 0.1145,0.1529 0.17175,0.22935 0.0572,0.0765 0.1145,0.15289 0.17174,0.22933 0.0573,0.0764 0.1145,0.15287 0.17175,0.2293 0.0572,0.0764 0.1145,0.15284 0.17175,0.22926 0.0572,0.0764 0.1145,0.15282 0.17175,0.22922 0.0572,0.0764 0.1145,0.15278 0.17175,0.22916 0.0572,0.0764 0.11449,0.15275 0.17174,0.2291 0.0573,0.0763 0.1145,0.1527 0.17175,0.22903 0.0572,0.0763 0.1145,0.15265 0.17175,0.22896 0.0572,0.0763 0.1145,0.15259 0.17175,0.22886 0.0572,0.0763 0.1145,0.15253 0.17174,0.22877 0.0572,0.0762 0.1145,0.15247 0.17175,0.22867 0.0572,0.0762 0.1145,0.15239 0.17175,0.22856 0.0573,0.0762 0.1145,0.15231 0.17175,0.22843 0.0572,0.0761 0.1145,0.15223 0.17175,0.22831 0.0572,0.0761 0.11449,0.15214 0.17174,0.22817 0.0572,0.076 0.1145,0.15205 0.17175,0.22803 0.0572,0.076 0.1145,0.15194 0.17175,0.22787 0.0572,0.0759 0.1145,0.15184 0.17175,0.22772 0.0573,0.0759 0.11449,0.15172 0.17174,0.22754 0.0573,0.0758 0.1145,0.15161 0.17175,0.22737 0.0572,0.0758 0.1145,0.15148 0.17175,0.22718 0.0572,0.0757 0.1145,0.15136 0.17175,0.22699 0.0572,0.0756 0.1145,0.15122 0.17175,0.22678 0.0572,0.0756 0.11449,0.15109 0.17174,0.22658 0.0572,0.0755 0.1145,0.15094 0.17175,0.22636 0.0573,0.0754 0.1145,0.15079 0.17175,0.22613 0.0572,0.0753 0.1145,0.15063 0.17175,0.22589 0.0572,0.0753 0.11449,0.15049 0.17174,0.22566 0.0572,0.0752 0.1145,0.15031 0.17175,0.2254 0.0572,0.0751 0.1145,0.15014 0.17175,0.22514 0.0572,0.075 0.1145,0.14996 0.17175,0.22488 0.0573,0.0749 0.1145,0.14977 0.17174,0.2246 0.0573,0.0748 0.1145,0.14959 0.17175,0.22432 0.0572,0.0747 0.1145,0.1494 0.17175,0.22402 0.0572,0.0746 0.1145,0.14921 0.17175,0.22373 0.0572,0.0745 0.1145,0.14899 0.17175,0.22342 0.0572,0.0744 0.11449,0.14878 0.17174,0.2231 0.0572,0.0743 0.1145,0.14857 0.17175,0.22278 0.0573,0.0742 0.1145,0.14836 0.17175,0.22245 0.0572,0.0741 0.1145,0.14813 0.17175,0.2221 0.0572,0.074 0.1145,0.1479 0.17174,0.22176 0.0572,0.0739 0.1145,0.14767 0.17175,0.22141 0.0572,0.0737 0.1145,0.14742 0.17175,0.22104 0.0572,0.0736 0.1145,0.14717 0.17175,0.22067 0.0573,0.0735 0.1145,0.14692 0.17175,0.22028 0.0572,0.0734 0.11449,0.14666 0.17174,0.2199 0.0572,0.0732 0.1145,0.14641 0.17175,0.21951 0.0572,0.0731 0.1145,0.14613 0.17175,0.2191 0.0572,0.073 0.1145,0.14586 0.17175,0.21869 0.0573,0.0728 0.11449,0.14559 0.17174,0.21827 0.0572,0.0727 0.1145,0.14531 0.17175,0.21785 0.0573,0.0725 0.1145,0.14501 0.17175,0.21741 0.0572,0.0724 0.1145,0.14471 0.17175,0.21696 0.0572,0.0722 0.1145,0.14441 0.17175,0.21651 0.0572,0.0721 0.11449,0.14412 0.17174,0.21606 0.0572,0.0719 0.1145,0.14381 0.17175,0.21559 0.0573,0.0718 0.1145,0.1435 0.17175,0.21512 0.0573,0.0716 0.1145,0.14318 0.17175,0.21463 0.0572,0.0715 0.11449,0.14285 0.17174,0.21415 0.0572,0.0713 0.1145,0.14251 0.17175,0.21364 0.0572,0.0711 0.1145,0.14219 0.17175,0.21315 0.0572,0.071 0.1145,0.14183 0.17175,0.21263 0.0573,0.0708 0.1145,0.14149 0.17174,0.2121 0.0573,0.0706 0.1145,0.14115 0.17175,0.21159 0.0573,0.0704 0.1145,0.14078 0.17175,0.21104 0.0572,0.0703 0.1145,0.14042 0.17175,0.2105 0.0572,0.0701 0.1145,0.14006 0.17175,0.20995 0.0572,0.0699 0.11449,0.13969 0.17174,0.20939 0.0572,0.0697 0.1145,0.13931 0.17175,0.20883 0.0573,0.0695 0.1145,0.13893 0.17175,0.20825 0.0573,0.0693 0.1145,0.13854 0.17175,0.20768 0.0572,0.0691 0.1145,0.13815 0.17174,0.20708 0.0572,0.0689 0.1145,0.13776 0.17175,0.20649 0.0572,0.0687 0.1145,0.13735 0.17175,0.20588 0.0572,0.0685 0.114496,0.13694 0.171746,0.20527 0.0573,0.0683 0.1145,0.13654 0.17175,0.20466 0.0572,0.0681 0.11449,0.13613 0.17174,0.20403 0.0572,0.0679 0.1145,0.13571 0.17175,0.20339 0.0572,0.0677 0.1145,0.13527 0.17175,0.20276 0.0572,0.0675 0.1145,0.13485 0.17175,0.20211 0.0572,0.0673 0.114496,0.13441 0.171736,0.20145 0.0572,0.067 0.1145,0.13398 0.17175,0.20079 0.0573,0.0668 0.1145,0.13352 0.17175,0.20012 0.0572,0.0666 0.1145,0.13307 0.17175,0.19945 0.0572,0.0664 0.1145,0.13262 0.17175,0.19876 0.0572,0.0661 0.11449,0.13216 0.17174,0.19806 0.0572,0.0659 0.1145,0.13171 0.17175,0.19738 0.0572,0.0657 0.1145,0.13123 0.17175,0.19667 0.0573,0.0654 0.1145,0.13075 0.17175,0.19595 0.0572,0.0652 0.11449,0.13027 0.17174,0.19523 0.0572,0.065 0.1145,0.12979 0.17175,0.19451 0.0572,0.0647 0.1145,0.12931 0.17175,0.19377 0.0572,0.0645 0.1145,0.12881 0.17175,0.19304 0.0572,0.0642 0.1145,0.12831 0.17175,0.19228 0.0572,0.064 0.11449,0.12782 0.17174,0.19153 0.0573,0.0637 0.1145,0.12731 0.17175,0.19077 0.0572,0.0635 0.1145,0.12679 0.17175,0.19001 0.0572,0.0632 0.1145,0.12627 0.17175,0.18922 0.0572,0.0629 0.11449,0.12575 0.17174,0.18845 0.0572,0.0627 0.1145,0.12524 0.17175,0.18765 0.0572,0.0624 0.1145,0.12471 0.17175,0.18686 0.0573,0.0622 0.1145,0.12417 0.17175,0.18606 0.0572,0.0619 0.1145,0.12363 0.17174,0.18525 0.0572,0.0616 0.1145,0.12308 0.17175,0.18443 0.0572,0.0614 0.1145,0.12255 0.17175,0.18361 0.0572,0.0611 0.1145,0.12199 0.17175,0.18278 0.0572,0.0608 0.1145,0.12145 0.17175,0.18195 0.0573,0.0605 0.11449,0.12087 0.17174,0.18111 0.0573,0.0602 0.1145,0.12031 0.17175,0.18025 0.0573,0.06 0.1145,0.11974 0.17175,0.1794 0.0573,0.0597 0.1145,0.11917 0.17175,0.17854 0.0572,0.0594 0.1145,0.1186 0.17174,0.17767 0.0573,0.0591 0.1145,0.11801 0.17175,0.1768 0.0572,0.0588 0.1145,0.11742 0.17175,0.17592 0.0572,0.0585 0.1145,0.11683 0.17175,0.17503 0.0572,0.0582 0.1145,0.11623 0.17175,0.17413 0.0572,0.0579 0.11449,0.11565 0.17174,0.17324 0.0573,0.0576 0.1145,0.11504 0.17175,0.17233 0.0573,0.0573 0.1145,0.11442 0.17175,0.17142 0.0573,0.057 0.1145,0.11382 0.17175,0.1705 0.0573,0.0567 0.1145,0.1132 0.17174,0.16957 0.0573,0.0564 0.1145,0.11259 0.17175,0.16864 0.0573,0.0561 0.1145,0.11196 0.17175,0.16771 0.0573,0.0557 0.1145,0.11134 0.17175,0.16677 0.0572,0.0554 0.1145,0.1107 0.17175,0.16581 0.0572,0.0551 0.11449,0.11007 0.17174,0.16486 0.0572,0.0548 0.1145,0.10943 0.17175,0.1639 0.0572,0.0545 0.1145,0.10878 0.17175,0.16294 0.0572,0.0541 0.1145,0.10814 0.17175,0.16196 0.0573,0.0538 0.11449,0.10748 0.17174,0.16098 0.0573,0.0535 0.1145,0.10683 0.17175,0.16 0.0573,0.0532 0.1145,0.10617 0.17175,0.15901 0.0573,0.0528 0.1145,0.10551 0.17175,0.15801 0.0573,0.0525 0.1145,0.10485 0.17175,0.15701 0.0572,0.0522 0.11449,0.10417 0.17174,0.15601 0.0573,0.0518 0.1145,0.10349 0.17175,0.15499 0.0573,0.0515 0.1145,0.10281 0.17175,0.15397 0.0572,0.0512 0.1145,0.10214 0.17175,0.15295 0.0572,0.0508 0.11449,0.10146 0.17174,0.15192 0.0572,0.0505 0.1145,0.10077 0.17175,0.15089 0.0572,0.0501 0.1145,0.10007 0.17175,0.14985 0.0572,0.0498 0.1145,0.0994 0.17175,0.1488 0.0573,0.0494 0.1145,0.0987 0.17174,0.14774 0.0573,0.0491 0.1145,0.098 0.17175,0.14669 0.0573,0.0487 0.1145,0.0973 0.17175,0.14563 0.0573,0.0483 0.1145,0.0966 0.17175,0.1446 0.0573,0.048 0.1145,0.0958 0.17175,0.14354 0.0572,0.0476 0.11449,0.0952 0.17174,0.14233 0.0573,0.0473 0.1145,0.0944 0.17175,0.14128 0.0573,0.047 0.1145,0.0937 0.17175,0.14023 0.0572,0.0465 0.1145,0.0929 0.17175,0.13917 0.0572,0.0462 0.1145,0.0922 0.17174,0.13812 0.0572,0.0458 0.1145,0.0914 0.17175,0.13691 0.0572,0.0455 0.1145,0.0907 0.17175,0.13586 0.0572,0.045 0.1145,0.0901 0.17175,0.1348 0.0573,0.0447 0.1145,0.0893 0.17175,0.1336 0.0572,0.0443 0.11449,0.0886 0.17174,0.13255 0.0573,0.044 0.1145,0.0878 0.17175,0.13134 0.0573,0.0435 0.1145,0.0871 0.17175,0.13028 0.0573,0.0432 0.1145,0.0863 0.17175,0.12909 0.0573,0.0428 0.11449,0.0855 0.17174,0.12802 0.0573,0.0425 0.1145,0.0847 0.17175,0.12682 0.0573,0.042 0.1145,0.084 0.17175,0.12562 0.0572,0.0417 0.1145,0.0831 0.17175,0.12456 0.0572,0.0413 0.1145,0.0824 0.17175,0.12336 0.0572,0.041 0.11449,0.0816 0.17174,0.12215 0.0572,0.0405 0.1145,0.0809 0.17175,0.12095 0.0573,0.0402 0.1145,0.0801 0.17175,0.11989 0.0573,0.0398 0.1145,0.0792 0.17175,0.11869 0.0573,0.0393 0.11449,0.0785 0.17174,0.11748 0.0573,0.039 0.1145,0.0777 0.17175,0.11628 0.0573,0.0386 0.1145,0.077 0.17175,0.11507 0.0573,0.0381 0.1145,0.0762 0.17175,0.11387 0.0573,0.0378 0.1145,0.0753 0.17174,0.11267 0.0573,0.0374 0.1145,0.0746 0.17175,0.11145 0.0573,0.0371 0.1145,0.0738 0.17175,0.11026 0.0572,0.0366 0.1145,0.0729 0.17175,0.10905 0.0572,0.0361 0.1145,0.0721 0.17175,0.10784 0.0572,0.0357 0.11449,0.0712 0.17174,0.10664 0.0572,0.0354 0.1145,0.0705 0.17175,0.10543 0.0573,0.0349 0.1145,0.0697 0.17175,0.10423 0.0573,0.0345 0.1145,0.0688 0.17175,0.10302 0.0573,0.034 0.1145,0.0681 0.17174,0.10182 0.0573,0.0337 0.1145,0.0672 0.17175,0.10047 0.0573,0.0333 0.1145,0.0664 0.17175,0.0992 0.0573,0.0328 0.1145,0.0655 0.17175,0.0981 0.0573,0.0325 0.1145,0.0648 0.17175,0.0969 0.0572,0.0321 0.11449,0.0639 0.17174,0.0955 0.0572,0.0316 0.1145,0.0631 0.17175,0.0943 0.0572,0.0312 0.1145,0.0622 0.17175,0.0931 0.0572,0.0307 0.1145,0.0614 0.17175,0.0917 0.0572,0.0304 0.1145,0.0605 0.17174,0.0905 0.0572,0.03 0.1145,0.0596 0.17175,0.0892 0.0573,0.0295 0.1145,0.0589 0.17175,0.088 0.0573,0.0291 0.1145,0.058 0.17175,0.0867 0.0573,0.0288 0.1145,0.0572 0.17175,0.0854 0.0572,0.0283 0.11449,0.0563 0.17174,0.0842 0.0573,0.0279 0.1145,0.0554 0.17175,0.0828 0.0573,0.0274 0.1145,0.0545 0.17175,0.0815 0.0573,0.027 0.1145,0.0538 0.17175,0.0803 0.0572,0.0265 0.11449,0.0529 0.17174,0.0789 0.0572,0.0261 0.1145,0.052 0.17175,0.0777 0.0572,0.0258 0.1145,0.0512 0.17175,0.0764 0.0572,0.0253 0.1145,0.0503 0.17175,0.0752 0.0572,0.0249 0.1145,0.0494 0.17175,0.0738 0.0572,0.0244 0.11449,0.0485 0.17174,0.0724 0.0573,0.0239 0.1145,0.0476 0.17175,0.0712 0.0573,0.0235 0.1145,0.0468 0.17175,0.0699 0.0573,0.023 0.1145,0.0459 0.17175,0.0685 0.0573,0.0226 0.11449,0.045 0.17174,0.0672 0.0573,0.0221 0.1145,0.0441 0.17175,0.066 0.0573,0.0217 0.1145,0.0432 0.17175,0.0646 0.0573,0.0212 0.1145,0.0423 0.17175,0.0633 0.0572,0.0209 0.1145,0.0416 0.17174,0.0619 0.0572,0.0205 0.1145,0.0407 0.17175,0.0605 0.0572,0.02 0.1145,0.0398 0.17175,0.0594 0.0572,0.0196 0.1145,0.0389 0.17175,0.058 0.0572,0.0191 0.1145,0.038 0.17175,0.0566 0.0573,0.0187 0.11449,0.037 0.17174,0.0553 0.0573,0.0182 0.1145,0.0361 0.17175,0.0539 0.0573,0.0178 0.1145,0.0352 0.17175,0.0526 0.0573,0.0173 0.1145,0.0343 0.17175,0.0512 0.0573,0.0169 0.1145,0.0334 0.17174,0.05 0.0573,0.0164 0.1145,0.0325 0.17175,0.0486 0.0573,0.016 0.1145,0.0318 0.17175,0.0473 0.0573,0.0155 0.1145,0.0309 0.17175,0.0459 0.0572,0.0151 0.1145,0.03 0.17175,0.0446 0.0572,0.0151 0.11449,0.0291 0.17174,0.0432 0.0572,0.0135 0.1145,0.0282 0.17175,0.0419 0.0572,0.0135 0.1145,0.0273 0.17175,0.0405 0.0572,0.0136 0.1145,0.0264 0.17175,0.0392 0.0573,0.0136 0.1145,0.0255 0.17174,0.0378 0.0573,0.0121 0.1145,0.0245 0.17175,0.0365 0.0573,0.0121 0.1145,0.0236 0.17175,0.0351 0.0573,0.0121 0.1145,0.0228 0.17175,0.0337 0.0573,0.0106 0.1145,0.0218 0.17175,0.0324 0.0572,0.0105 0.11449,0.0209 0.17174,0.031 0.0573,0.0105 0.1145,0.0199 0.17175,0.0295 0.0573,0.009 0.1145,0.019 0.17175,0.0282 0.0572,0.009 0.1145,0.0181 0.17175,0.0268 0.0572,0.009 0.11449,0.0172 0.17174,0.0255 0.0572,0.008 0.1145,0.0163 0.17175,0.0241 0.0572,0.008 0.1145,0.0154 0.17175,0.0227 0.0573,0.008 0.1145,0.0151 0.17175,0.0214 0.0573,0.008 0.1145,0.0135 0.17175,0.02 0.0572,0.006 0.11449,0.012 0.17174,0.0187 0.0573,0.006 0.1145,0.0121 0.17175,0.0172 0.0573,0.006 0.1145,0.0105 0.17175,0.016 0.0573,0.005 0.1145,0.0106 0.17175,0.0151 0.0573,0.005 0.11449,0.009 0.17174,0.0136 0.0573,0.005 0.1145,0.008 0.17175,0.0121 0.0573,0.003 0.1145,0.008 0.17175,0.0105 0.0572,0.003 0.1145,0.006 0.17175,0.009 0.0572,0.003 0.1145,0.006 0.17174,0.008 0.0572,0.003 0.1145,0.005 0.17175,0.006 0.0572,10e-4 0.1145,0.003 0.17175,0.005 0.0573,0.001 0.1145,0.003 0.17175,0.003 0.0573,9.3e-4 0.1145,0.001 0.17175,0.001 0.0572,4.7e-4 0.11449,7.3e-4 0.17174,7.4e-4 0.0573,2e-5 0.1145,-1.9e-4 0.17175,-6.3e-4 0.0573,-4.5e-4 0.1145,-0.001 0.17175,-0.002 0.0573,-9e-4 0.1145,-0.001 0.17175,-0.003 0.0573,-0.001 0.1145,-0.003 0.17174,-0.005 0.0573,-0.002 0.1145,-0.005 0.17175,-0.006 0.0572,-0.003 0.1145,-0.005 0.17175,-0.008 0.0572,-0.003 0.1145,-0.006 0.17175,-0.009 0.0572,-0.003 0.1145,-0.006 0.17175,-0.0105 0.0572,-0.003 0.11449,-0.008 0.17174,-0.012 0.0572,-0.005 0.1145,-0.009 0.17175,-0.0136 0.0573,-0.005 0.1145,-0.009 0.17175,-0.0151 0.0573,-0.005 0.1145,-0.0105 0.17175,-0.0158 0.0573,-0.006 0.11449,-0.0105 0.17174,-0.0172 0.0573,-0.006 0.1145,-0.0121 0.17175,-0.0185 0.0573,-0.006 0.1145,-0.0136 0.17175,-0.0199 0.0573,-0.008 0.1145,-0.0136 0.17175,-0.0212 0.0573,-0.008 0.1145,-0.0151 0.17175,-0.0226 0.0572,-0.008 0.11449,-0.0158 0.17174,-0.0241 0.0572,-0.008 0.1145,-0.0167 0.17175,-0.0253 0.0572,-0.009 0.1145,-0.0176 0.17175,-0.0268 0.0572,-0.009 0.1145,-0.0185 0.17175,-0.0282 0.0572,-0.009 0.11449,-0.0194 0.17174,-0.0295 0.0572,-0.0105 0.1145,-0.0203 0.17175,-0.0309 0.0573,-0.0105 0.1145,-0.0212 0.17175,-0.0322 0.0573,-0.0105 0.1145,-0.0221 0.17175,-0.0336 0.0573,-0.0121 0.1145,-0.023 0.17174,-0.0349 0.0573,-0.0121 0.1145,-0.0239 0.17175,-0.0363 0.0573,-0.0121 0.1145,-0.0249 0.17175,-0.0377 0.0573,-0.012 0.1145,-0.0258 0.17175,-0.039 0.0573,-0.0136 0.1145,-0.0267 0.17175,-0.0404 0.0572,-0.0136 0.11449,-0.0276 0.17174,-0.0417 0.0572,-0.0136 0.1145,-0.0285 0.17175,-0.0431 0.0572,-0.0151 0.1145,-0.0294 0.17175,-0.0444 0.0572,-0.0151 0.1145,-0.0303 0.17175,-0.0458 0.0572,-0.0155 0.1145,-0.0312 0.17174,-0.0471 0.0572,-0.016 0.1145,-0.0321 0.17175,-0.0485 0.0573,-0.0164 0.1145,-0.033 0.17175,-0.0499 0.0573,-0.0169 0.1145,-0.0339 0.17175,-0.0512 0.0573,-0.0173 0.1145,-0.0348 0.17175,-0.0526 0.0572,-0.0178 0.11449,-0.0357 0.17174,-0.0538 0.0573,-0.0182 0.1145,-0.0366 0.17175,-0.0553 0.0573,-0.0187 0.1145,-0.0375 0.17175,-0.0565 0.0573,-0.0191 0.1145,-0.0384 0.17175,-0.0578 0.0572,-0.0196 0.1145,-0.0392 0.17174,-0.0592 0.0572,-0.0199 0.1145,-0.0401 0.17175,-0.0605 0.0572,-0.0203 0.1145,-0.041 0.17175,-0.0619 0.0572,-0.0208 0.1145,-0.0419 0.17175,-0.0631 0.0573,-0.0212 0.1145,-0.0428 0.17175,-0.0645 0.0572,-0.0217 0.11449,-0.0437 0.17174,-0.0658 0.0573,-0.0222 0.1145,-0.0446 0.17175,-0.0672 0.0573,-0.0226 0.1145,-0.0455 0.17175,-0.0685 0.0573,-0.023 0.1145,-0.0462 0.17175,-0.0697 0.0573,-0.0235 0.11449,-0.0471 0.17174,-0.0711 0.0573,-0.0239 0.1145,-0.048 0.17175,-0.0724 0.0573,-0.0244 0.1145,-0.049 0.17175,-0.0737 0.0573,-0.0249 0.1145,-0.0499 0.17175,-0.075 0.0572,-0.0251 0.1145,-0.0506 0.17175,-0.0764 0.0572,-0.0256 0.11449,-0.0515 0.17174,-0.0776 0.0572,-0.0261 0.1145,-0.0524 0.17175,-0.0789 0.0572,-0.0265 0.1145,-0.0532 0.17175,-0.0801 0.0573,-0.027 0.1145,-0.0541 0.17175,-0.0815 0.0573,-0.0274 0.11449,-0.055 0.17174,-0.0827 0.0573,-0.0279 0.1145,-0.0559 0.17175,-0.0841 0.0573,-0.0282 0.1145,-0.0566 0.17175,-0.0853 0.0573,-0.0286 0.1145,-0.0575 0.17175,-0.0866 0.0573,-0.0291 0.1145,-0.0585 0.17174,-0.0878 0.0573,-0.0295 0.1145,-0.0592 0.17175,-0.0892 0.0573,-0.03 0.1145,-0.0601 0.17175,-0.0904 0.0573,-0.0304 0.1145,-0.0609 0.17175,-0.0917 0.0572,-0.0307 0.1145,-0.0618 0.17175,-0.0929 0.0572,-0.0312 0.11449,-0.0627 0.17174,-0.0941 0.0572,-0.0316 0.1145,-0.0634 0.17175,-0.0955 0.0572,-0.0321 0.1145,-0.0643 0.17175,-0.0967 0.0573,-0.0324 0.1145,-0.0651 0.17175,-0.0979 0.0573,-0.0328 0.1145,-0.066 0.17174,-0.0991 0.0573,-0.0333 0.1145,-0.0667 0.17175,-0.10046 0.0573,-0.0337 0.1145,-0.0676 0.17175,-0.10167 0.0573,-0.034 0.1145,-0.0684 0.17175,-0.10288 0.0573,-0.0345 0.1145,-0.0693 0.17175,-0.10407 0.0572,-0.0349 0.11449,-0.07 0.17174,-0.10529 0.0573,-0.0354 0.1145,-0.0708 0.17175,-0.10663 0.0572,-0.0357 0.1145,-0.0717 0.17175,-0.10785 0.0572,-0.0361 0.1145,-0.0725 0.17175,-0.10905 0.0572,-0.0366 0.1145,-0.0734 0.17174,-0.11025 0.0572,-0.0369 0.1145,-0.0741 0.17175,-0.11146 0.0572,-0.0374 0.1145,-0.0749 0.17175,-0.11266 0.0573,-0.0378 0.1145,-0.0756 0.17175,-0.11387 0.0573,-0.0381 0.1145,-0.0765 0.17175,-0.11507 0.0572,-0.0386 0.11449,-0.0773 0.17174,-0.11628 0.0573,-0.0389 0.1145,-0.078 0.17175,-0.11733 0.0573,-0.0393 0.1145,-0.0789 0.17175,-0.11854 0.0573,-0.0398 0.1145,-0.0797 0.17175,-0.11974 0.0573,-0.0401 0.11449,-0.0804 0.17174,-0.12095 0.0573,-0.0405 0.1145,-0.0812 0.17175,-0.12215 0.0572,-0.041 0.1145,-0.0819 0.17175,-0.12321 0.0572,-0.0413 0.1145,-0.0827 0.17175,-0.12441 0.0572,-0.0417 0.1145,-0.0836 0.17175,-0.12562 0.0572,-0.042 0.11449,-0.0843 0.17174,-0.12667 0.0572,-0.0425 0.1145,-0.0851 0.17175,-0.12787 0.0573,-0.0428 0.1145,-0.0859 0.17175,-0.12909 0.0573,-0.0432 0.1145,-0.0866 0.17175,-0.13013 0.0573,-0.0435 0.11449,-0.0874 0.17174,-0.13134 0.0573,-0.044 0.1145,-0.0881 0.17175,-0.13239 0.0573,-0.0443 0.1145,-0.0889 0.17175,-0.1336 0.0573,-0.0447 0.1145,-0.0896 0.17175,-0.13466 0.0573,-0.045 0.1145,-0.0904 0.17174,-0.13571 0.0573,-0.0455 0.1145,-0.0911 0.17175,-0.13691 0.0572,-0.0458 0.1145,-0.0919 0.17175,-0.13797 0.0572,-0.0462 0.1145,-0.0925 0.17175,-0.13902 0.0572,-0.0465 0.1145,-0.0932 0.17175,-0.14022 0.0572,-0.0469 0.11449,-0.094 0.17174,-0.14129 0.0572,-0.0473 0.1145,-0.0947 0.17175,-0.14233 0.0573,-0.0476 0.1145,-0.0955 0.17175,-0.14339 0.0573,-0.048 0.1145,-0.0961 0.17175,-0.14444 0.0573,-0.0483 0.1145,-0.0969 0.17174,-0.14556 0.0573,-0.0487 0.1145,-0.0976 0.17175,-0.14662 0.0573,-0.049 0.1145,-0.0983 0.17175,-0.14766 0.0573,-0.0494 0.1145,-0.099 0.17175,-0.14872 0.0573,-0.0498 0.1145,-0.0997 0.17175,-0.14977 0.0572,-0.0501 0.11449,-0.10037 0.17174,-0.1508 0.0572,-0.0504 0.1145,-0.10105 0.17175,-0.15185 0.0572,-0.0508 0.1145,-0.10174 0.17175,-0.15287 0.0572,-0.0511 0.1145,-0.10242 0.17175,-0.15389 0.0573,-0.0515 0.11449,-0.10312 0.17174,-0.15492 0.0573,-0.0518 0.1145,-0.10379 0.17175,-0.15593 0.0573,-0.0521 0.1145,-0.10445 0.17175,-0.15693 0.0573,-0.0525 0.1145,-0.10514 0.17175,-0.15794 0.0573,-0.0528 0.1145,-0.1058 0.17175,-0.15894 0.0572,-0.0531 0.11449,-0.10646 0.17174,-0.15992 0.0573,-0.0535 0.1145,-0.10711 0.17175,-0.16091 0.0573,-0.0538 0.1145,-0.10777 0.17175,-0.16189 0.0573,-0.0541 0.1145,-0.10841 0.17175,-0.16286 0.0572,-0.0545 0.11449,-0.10906 0.17174,-0.16383 0.0572,-0.0548 0.1145,-0.10969 0.17175,-0.16479 0.0572,-0.0551 0.1145,-0.11034 0.17175,-0.16574 0.0572,-0.0554 0.1145,-0.11098 0.17175,-0.16669 0.0573,-0.0557 0.1145,-0.1116 0.17174,-0.16764 0.0573,-0.056 0.1145,-0.11223 0.17175,-0.16857 0.0573,-0.0563 0.1145,-0.11285 0.17175,-0.16951 0.0573,-0.0567 0.1145,-0.11346 0.17175,-0.17043 0.0573,-0.057 0.1145,-0.11408 0.17175,-0.17135 0.0573,-0.0573 0.11449,-0.11468 0.17174,-0.17226 0.0573,-0.0576 0.1145,-0.1153 0.17175,-0.17317 0.0573,-0.0579 0.1145,-0.1159 0.17175,-0.17407 0.0572,-0.0582 0.1145,-0.11648 0.17175,-0.17496 0.0572,-0.0585 0.1145,-0.11709 0.17174,-0.17585 0.0572,-0.0588 0.1145,-0.11768 0.17175,-0.17673 0.0572,-0.0591 0.1145,-0.11825 0.17175,-0.1776 0.0572,-0.0593 0.1145,-0.11884 0.17175,-0.17848 0.0573,-0.0596 0.1145,-0.11941 0.17175,-0.17934 0.0572,-0.0599 0.11449,-0.11998 0.17174,-0.18019 0.0573,-0.0602 0.1145,-0.12055 0.17175,-0.18104 0.0573,-0.0605 0.1145,-0.12111 0.17175,-0.18188 0.0573,-0.0608 0.1145,-0.12167 0.17175,-0.18272 0.0573,-0.0611 0.1145,-0.12223 0.17174,-0.18355 0.0573,-0.0613 0.1145,-0.12279 0.17175,-0.18437 0.0573,-0.0616 0.1145,-0.12333 0.17175,-0.18519 0.0572,-0.0619 0.1145,-0.12387 0.17175,-0.186 0.0572,-0.0621 0.1145,-0.1244 0.17175,-0.1868 0.0572,-0.0624 0.11449,-0.12494 0.17174,-0.18759 0.0572,-0.0627 0.1145,-0.12547 0.17175,-0.18839 0.0572,-0.0629 0.1145,-0.12598 0.17175,-0.18917 0.0573,-0.0632 0.1145,-0.1265 0.17175,-0.18994 0.0573,-0.0634 0.11449,-0.12702 0.17174,-0.19071 0.0573,-0.0637 0.1145,-0.12753 0.17175,-0.19148 0.0573,-0.064 0.1145,-0.12802 0.17175,-0.19223 0.0573,-0.0642 0.1145,-0.12852 0.17175,-0.19297 0.0573,-0.0645 0.1145,-0.12902 0.17175,-0.19372 0.0572,-0.0647 0.11449,-0.12952 0.17174,-0.19445 0.0573,-0.0649 0.1145,-0.13 0.17175,-0.19518 0.0572,-0.0652 0.1145,-0.13048 0.17175,-0.1959 0.0572,-0.0654 0.1145,-0.13097 0.17175,-0.19662 0.0572,-0.0657 0.11449,-0.13143 0.17174,-0.19732 0.0572,-0.0659 0.1145,-0.13189 0.17175,-0.19801 0.0572,-0.0661 0.1145,-0.13237 0.17175,-0.19871 0.0573,-0.0663 0.1145,-0.13282 0.17175,-0.1994 0.0573,-0.0666 0.1145,-0.13326 0.17174,-0.20007 0.0573,-0.0668 0.1145,-0.13372 0.17175,-0.20074 0.0573,-0.067 0.1145,-0.13415 0.17175,-0.2014 0.0573,-0.0673 0.1145,-0.13459 0.17175,-0.20206 0.0573,-0.0675 0.1145,-0.13503 0.17175,-0.20271 0.0573,-0.0677 0.11449,-0.13545 0.17174,-0.20334 0.0573,-0.0679 0.1145,-0.13589 0.17175,-0.20399 0.0572,-0.0681 0.1145,-0.13629 0.17175,-0.2046 0.0572,-0.0683 0.1145,-0.13672 0.17175,-0.20523 0.0572,-0.0685 0.1145,-0.13712 0.17174,-0.20584 0.0572,-0.0687 0.1145,-0.13753 0.17175,-0.20644 0.0572,-0.0689 0.1145,-0.13792 0.17175,-0.20704 0.0573,-0.0691 0.1145,-0.13831 0.17175,-0.20763 0.0573,-0.0693 0.1145,-0.1387 0.17175,-0.20821 0.0572,-0.0695 0.11449,-0.13909 0.17174,-0.20878 0.0573,-0.0697 0.1145,-0.13947 0.17175,-0.20935 0.0573,-0.0699 0.1145,-0.13985 0.17175,-0.20991 0.0573,-0.0701 0.1145,-0.14021 0.17175,-0.21046 0.0573,-0.0702 0.1145,-0.14057 0.17174,-0.211 0.0573,-0.0704 0.1145,-0.14094 0.17175,-0.21155 0.0572,-0.0706 0.1145,-0.14129 0.17175,-0.21207 0.0572,-0.0708 0.1145,-0.14164 0.17175,-0.21259 0.0572,-0.071 0.1145,-0.14198 0.17175,-0.2131 0.0572,-0.0711 0.11449,-0.14232 0.17174,-0.21361 0.0573,-0.0713 0.1145,-0.14265 0.17175,-0.21411 0.0573,-0.0715 0.1145,-0.14298 0.17175,-0.21459 0.0573,-0.0716 0.1145,-0.14332 0.17175,-0.21508 0.0573,-0.0718 0.11449,-0.14364 0.17174,-0.21556 0.0573,-0.0719 0.1145,-0.14393 0.17175,-0.21602 0.0573,-0.0721 0.1145,-0.14425 0.17175,-0.21648 0.0573,-0.0722 0.1145,-0.14455 0.17175,-0.21693 0.0573,-0.0724 0.1145,-0.14485 0.17175,-0.21738 0.0572,-0.0725 0.11449,-0.14514 0.17174,-0.21781 0.0572,-0.0727 0.1145,-0.14542 0.17175,-0.21824 0.0572,-0.0728 0.1145,-0.14571 0.17175,-0.21866 0.0572,-0.073 0.1145,-0.14598 0.17175,-0.21907 0.0573,-0.0731 0.11449,-0.14625 0.17174,-0.21947 0.0573,-0.0732 0.1145,-0.14653 0.17175,-0.21988 0.0573,-0.0734 0.1145,-0.14677 0.17175,-0.22026 0.0573,-0.0735 0.1145,-0.14703 0.17175,-0.22064 0.0573,-0.0736 0.1145,-0.14727 0.17174,-0.22101 0.0573,-0.0737 0.1145,-0.14753 0.17175,-0.22137 0.0573,-0.0738 0.1145,-0.14776 0.17175,-0.22174 0.0573,-0.074 0.1145,-0.148 0.17175,-0.22208 0.0572,-0.0741 0.1145,-0.14822 0.17175,-0.22242 0.0572,-0.0742 0.11449,-0.14845 0.17174,-0.22276 0.0572,-0.0743 0.1145,-0.14866 0.17175,-0.22308 0.0572,-0.0744 0.1145,-0.14887 0.17175,-0.22339 0.0572,-0.0745 0.1145,-0.14908 0.17175,-0.2237 0.0573,-0.0746 0.1145,-0.14928 0.17174,-0.22401 0.0573,-0.0747 0.1145,-0.14949 0.17175,-0.22429 0.0573,-0.0748 0.1145,-0.14967 0.17175,-0.22458 0.0573,-0.0749 0.1145,-0.14987 0.17175,-0.22486 0.0573,-0.075 0.1145,-0.15004 0.17175,-0.22512 0.0572,-0.0751 0.11449,-0.15021 0.17174,-0.22538 0.0573,-0.0752 0.1145,-0.15038 0.17175,-0.22564 0.0573,-0.0753 0.1145,-0.15054 0.17175,-0.22588 0.0572,-0.0753 0.1145,-0.1507 0.17175,-0.22611 0.0572,-0.0754 0.11449,-0.15086 0.17174,-0.22634 0.0572,-0.0755 0.1145,-0.151 0.17175,-0.22656 0.0572,-0.0756 0.1145,-0.15115 0.17175,-0.22677 0.0572,-0.0756 0.1145,-0.15128 0.17175,-0.22697"
+ title="cos(0.1*x+pi/2)"
+ id="path4433" />
+ <text
+ xml:space="preserve"
+ style="font-size:36px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+ x="190.25197"
+ y="310.06296"
+ id="text4500"
+ sodipodi:linespacing="125%"><tspan
+ sodipodi:role="line"
+ id="tspan4502"
+ x="190.25197"
+ y="310.06296"
+ style="font-size:22px">x</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:36px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+ x="407.48248"
+ y="310.06293"
+ id="text4500-0"
+ sodipodi:linespacing="125%"><tspan
+ sodipodi:role="line"
+ id="tspan4502-0"
+ x="407.48248"
+ y="310.06293"
+ style="font-size:22px">=</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:36px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+ x="190.25197"
+ y="44.739937"
+ id="text4500-6"
+ sodipodi:linespacing="125%"><tspan
+ sodipodi:role="line"
+ id="tspan4502-5"
+ x="190.25197"
+ y="44.739937"
+ style="font-size:22px">x</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:36px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+ x="407.48248"
+ y="44.739899"
+ id="text4500-0-2"
+ sodipodi:linespacing="125%"><tspan
+ sodipodi:role="line"
+ id="tspan4502-0-8"
+ x="407.48248"
+ y="44.739899"
+ style="font-size:22px">=</tspan></text>
+ <path
+ inkscape:connector-curvature="0"
+ id="path4584"
+ d="m 0.02030506,1.8394074 171.47339494,0"
+ style="fill:none;stroke:#000000;stroke-width:1.77165353;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <path
+ style="fill:none;stroke:#000000;stroke-width:1.77165353;stroke-linecap:butt;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ d="m 220.59843,134.50566 c 1.60298,0 3.29183,0 4.89481,0 l 0,76.06502 c 2.97696,0 6.12568,0 9.10263,0 l 0,-76.06502 c 2.91971,0 6.01117,0 8.93088,0 l 0,76.06502 c 2.91971,0 6.01117,0 8.93088,0 l 0,-76.06502 c 8.93089,-6.8e-4 18.03352,-2e-5 26.9644,0 l 0,76.06502 c 2.91971,0 6.01117,0 8.93088,0 l 0,-76.06502 c 2.97697,0 6.12567,0 9.10263,0 l 0,76.06502 c 2.91971,0 6.01118,0 8.93089,0 l 0,-76.06502 c 2.91971,0 6.01117,0 8.93088,0 l 0,76.06502 c 8.93099,0.003 18.03341,0.003 26.9644,0 l 0,-76.06502 c 2.97696,0 6.12567,0 9.10263,0 l 0,76.06502 c 2.91971,0 6.01117,0 8.93088,0 l 0,-76.06502 c 2.91971,0 6.01117,0 8.93088,0 l 0,76.06502 c 2.91971,0 6.01118,0 8.93089,0 l 0,-76.06502 c 2.97696,0 6.12567,0 9.10263,0 l 0,76.06502 c 1.60298,0 3.29183,0 4.89481,0"
+ id="path4293-0-0"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccccccccccccccccccccccccccccc" />
+ <text
+ xml:space="preserve"
+ style="font-size:36px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+ x="190.25197"
+ y="177.40149"
+ id="text4500-6-1"
+ sodipodi:linespacing="125%"><tspan
+ sodipodi:role="line"
+ id="tspan4502-5-2"
+ x="190.25197"
+ y="177.40149"
+ style="font-size:22px">x</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:36px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+ x="407.48248"
+ y="177.40134"
+ id="text4500-0-2-8"
+ sodipodi:linespacing="125%"><tspan
+ sodipodi:role="line"
+ id="tspan4502-0-8-3"
+ x="407.48248"
+ y="177.40134"
+ style="font-size:22px">=</tspan></text>
+ <path
+ inkscape:connector-curvature="0"
+ id="path4584-8"
+ d="m 0.02030506,210.59393 171.47339494,0"
+ style="fill:none;stroke:#000000;stroke-width:1.77165353;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <g
+ transform="matrix(-0.06448822,0.57071798,-1.7498022,-0.02103357,0,0)"
+ style="font-size:183.19798279px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+ id="text4740">
+ <g
+ transform="matrix(0.38665415,-0.01387184,0.00591195,0.30559399,-7.9564561,-81.21475)"
+ style="font-size:342.0072937px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+ id="text4207-6">
+ <path
+ id="path4212-9"
+ d="m -8.4377915,264.32355 c -27.7214315,-6e-5 -46.3136055,-4.11928 -55.7765805,-12.35769 -9.351861,-8.23849 -14.027737,-24.65972 -14.027643,-49.26374 l 0,-39.91199 c -9.4e-5,-16.81084 -3.006015,-28.44487 -9.01777,-34.90211 -6.011927,-6.45708 -16.922305,-9.68566 -32.731165,-9.68575 l -10.18674,0 0,-23.880396 10.18674,0 c 15.92019,1.15e-4 26.830569,-3.172802 32.731165,-9.518757 6.011755,-6.457039 9.017676,-17.979734 9.01777,-34.56812 l 0,-40.07898 c -9.4e-5,-24.603817 4.675782,-40.969384 14.027643,-49.09675 9.462975,-8.238202 28.055149,-12.357426 55.7765805,-12.357686"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccssccccccsscc"
+ style="fill:none;stroke:#000000;stroke-width:5.15221977;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ </g>
+ </g>
+ <text
+ xml:space="preserve"
+ style="font-size:36px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+ x="289.91379"
+ y="-43.653328"
+ id="text4975"
+ sodipodi:linespacing="125%"><tspan
+ sodipodi:role="line"
+ id="tspan4977"
+ x="289.91379"
+ y="-43.653328" /></text>
+ <g
+ id="g5100"
+ transform="translate(0,12)">
+ <text
+ sodipodi:linespacing="125%"
+ id="text4500-6-4"
+ y="-52.418182"
+ x="29.213425"
+ style="font-size:36px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+ xml:space="preserve"><tspan
+ style="font-size:16px"
+ y="-52.418182"
+ x="29.213425"
+ id="tspan4502-5-8"
+ sodipodi:role="line">cos(ω<tspan
+ id="tspan4949"
+ style="font-size:16px;baseline-shift:sub">1</tspan>t−ω<tspan
+ id="tspan4947"
+ style="font-size:16px;baseline-shift:sub">2</tspan>t)</tspan></text>
+ <text
+ sodipodi:linespacing="125%"
+ id="text4500-6-4-1"
+ y="-53.152557"
+ x="288.26263"
+ style="font-size:36px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+ xml:space="preserve"><tspan
+ style="font-size:16px"
+ y="-53.152557"
+ x="288.26263"
+ id="tspan4502-5-8-2"
+ sodipodi:role="line">d<tspan
+ id="tspan5006"
+ style="font-size:16px;baseline-shift:sub">C/A</tspan></tspan></text>
+ <text
+ sodipodi:linespacing="125%"
+ id="text4500-6-4-5"
+ y="-53.152557"
+ x="446.81964"
+ style="font-size:36px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+ xml:space="preserve"><tspan
+ style="font-size:16px"
+ y="-53.152557"
+ x="446.81964"
+ id="tspan4502-5-8-0"
+ sodipodi:role="line">d<tspan
+ id="tspan5079"
+ style="font-size:16px;baseline-shift:sub">C/A</tspan>cos(ω<tspan
+ id="tspan4949-4"
+ style="font-size:16px;baseline-shift:sub">1</tspan>t−ω<tspan
+ id="tspan4947-8"
+ style="font-size:16px;baseline-shift:sub">2</tspan>t)</tspan></text>
+ </g>
+ <g
+ transform="matrix(-0.06448822,0.57071798,-1.7498022,-0.02103357,220.4031,0)"
+ style="font-size:183.19798279px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+ id="text4740-34">
+ <g
+ transform="matrix(0.38665415,-0.01387184,0.00591195,0.30559399,-7.9564561,-81.21475)"
+ style="font-size:342.0072937px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+ id="text4207-6-6">
+ <path
+ id="path4212-9-17"
+ d="m -8.4377915,264.32355 c -27.7214315,-6e-5 -46.3136055,-4.11928 -55.7765805,-12.35769 -9.351861,-8.23849 -14.027737,-24.65972 -14.027643,-49.26374 l 0,-39.91199 c -9.4e-5,-16.81084 -3.006015,-28.44487 -9.01777,-34.90211 -6.011927,-6.45708 -16.922305,-9.68566 -32.731165,-9.68575 l -10.18674,0 0,-23.880396 10.18674,0 c 15.92019,1.15e-4 26.830569,-3.172802 32.731165,-9.518757 6.011755,-6.457039 9.017676,-17.979734 9.01777,-34.56812 l 0,-40.07898 c -9.4e-5,-24.603817 4.675782,-40.969384 14.027643,-49.09675 9.462975,-8.238202 28.055149,-12.357426 55.7765805,-12.357686"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccssccccccsscc"
+ style="fill:none;stroke:#000000;stroke-width:5.15221977;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ </g>
+ </g>
+ <g
+ transform="matrix(-0.06448822,0.57071798,-1.7498022,-0.02103357,434.08842,0)"
+ style="font-size:183.19798279px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+ id="text4740-7">
+ <g
+ transform="matrix(0.38665415,-0.01387184,0.00591195,0.30559399,-7.9564561,-81.21475)"
+ style="font-size:342.0072937px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+ id="text4207-6-1">
+ <path
+ id="path4212-9-8"
+ d="m -8.4377915,264.32355 c -27.7214315,-6e-5 -46.3136055,-4.11928 -55.7765805,-12.35769 -9.351861,-8.23849 -14.027737,-24.65972 -14.027643,-49.26374 l 0,-39.91199 c -9.4e-5,-16.81084 -3.006015,-28.44487 -9.01777,-34.90211 -6.011927,-6.45708 -16.922305,-9.68566 -32.731165,-9.68575 l -10.18674,0 0,-23.880396 10.18674,0 c 15.92019,1.15e-4 26.830569,-3.172802 32.731165,-9.518757 6.011755,-6.457039 9.017676,-17.979734 9.01777,-34.56812 l 0,-40.07898 c -9.4e-5,-24.603817 4.675782,-40.969384 14.027643,-49.09675 9.462975,-8.238202 28.055149,-12.357426 55.7765805,-12.357686"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccssccccccsscc"
+ style="fill:none;stroke:#000000;stroke-width:5.15221977;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ </g>
+ </g>
+ <g
+ id="g3172"
+ transform="translate(6.5815378,0)">
+ <text
+ sodipodi:linespacing="125%"
+ id="text3127"
+ y="7.7605624"
+ x="-32.119335"
+ style="font-size:36px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+ xml:space="preserve"><tspan
+ id="tspan3139"
+ style="font-size:16px"
+ y="7.7605624"
+ x="-32.119335"
+ sodipodi:role="line">+1</tspan></text>
+ <text
+ sodipodi:linespacing="125%"
+ id="text3127-3"
+ y="81.636856"
+ x="-23.879541"
+ style="font-size:36px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+ xml:space="preserve"><tspan
+ id="tspan3139-5"
+ style="font-size:16px"
+ y="81.636856"
+ x="-23.879541"
+ sodipodi:role="line">-1</tspan></text>
+ </g>
+ <g
+ transform="translate(6.5815378,132.50484)"
+ id="g3172-9">
+ <text
+ sodipodi:linespacing="125%"
+ id="text3127-2"
+ y="7.7605624"
+ x="-32.119335"
+ style="font-size:36px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+ xml:space="preserve"><tspan
+ id="tspan3139-2"
+ style="font-size:16px"
+ y="7.7605624"
+ x="-32.119335"
+ sodipodi:role="line">+1</tspan></text>
+ <text
+ sodipodi:linespacing="125%"
+ id="text3127-3-6"
+ y="81.636856"
+ x="-23.879541"
+ style="font-size:36px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+ xml:space="preserve"><tspan
+ id="tspan3139-5-3"
+ style="font-size:16px"
+ y="81.636856"
+ x="-23.879541"
+ sodipodi:role="line">-1</tspan></text>
+ </g>
+ <g
+ transform="translate(6.5815378,265.72471)"
+ id="g3172-8">
+ <text
+ sodipodi:linespacing="125%"
+ id="text3127-4"
+ y="7.7605624"
+ x="-32.119335"
+ style="font-size:36px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+ xml:space="preserve"><tspan
+ id="tspan3139-9"
+ style="font-size:16px"
+ y="7.7605624"
+ x="-32.119335"
+ sodipodi:role="line">+1</tspan></text>
+ <text
+ sodipodi:linespacing="125%"
+ id="text3127-3-0"
+ y="81.636856"
+ x="-23.879541"
+ style="font-size:36px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+ xml:space="preserve"><tspan
+ id="tspan3139-5-1"
+ style="font-size:16px"
+ y="81.636856"
+ x="-23.879541"
+ sodipodi:role="line">-1</tspan></text>
+ </g>
+ <path
+ style="fill:none;stroke:#000000;stroke-width:1.77165353;stroke-linecap:butt;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ d="m 220.59843,266.41365 c 1.60298,0 3.29183,0 4.89481,0 l 0,76.06502 c 2.97696,0 6.12568,0 9.10263,0 l 0,-76.06502 c 2.91971,0 6.01117,0 8.93088,0 l 0,76.06502 c 2.91971,0 6.01117,0 8.93088,0 l 0,-76.06502 c 8.93089,-6.8e-4 18.03352,-2e-5 26.9644,0 l 0,76.06502 c 2.91971,0 6.01117,0 8.93088,0 l 0,-76.06502 c 2.97697,0 6.12567,0 9.10263,0 l 0,76.06502 c 2.91971,0 6.01118,0 8.93089,0 l 0,-76.06502 c 2.91971,0 6.01117,0 8.93088,0 l 0,76.06502 c 8.93099,0.003 18.03341,0.003 26.9644,0 l 0,-76.06502 c 2.97696,0 6.12567,0 9.10263,0 l 0,76.06502 c 2.91971,0 6.01117,0 8.93088,0 l 0,-76.06502 c 2.91971,0 6.01117,0 8.93088,0 l 0,76.06502 c 2.91971,0 6.01118,0 8.93089,0 l 0,-76.06502 c 2.97696,0 6.12567,0 9.10263,0 l 0,76.06502 c 1.60298,0 3.29183,0 4.89481,0"
+ id="path4293-0-0-6"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccccccccccccccccccccccccccccc" />
+ <path
+ style="fill:none;stroke:#000000;stroke-width:1.77165353;stroke-linecap:butt;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ d="m 220.59843,1.3027986 c 1.60298,0 3.29183,0 4.89481,0 l 0,76.0650204 c 2.97696,0 6.12568,0 9.10263,0 l 0,-76.0650204 c 2.91971,0 6.01117,0 8.93088,0 l 0,76.0650204 c 2.91971,0 6.01117,0 8.93088,0 l 0,-76.0650204 c 8.93089,-6.8e-4 18.03352,-2e-5 26.9644,0 l 0,76.0650204 c 2.91971,0 6.01117,0 8.93088,0 l 0,-76.0650204 c 2.97697,0 6.12567,0 9.10263,0 l 0,76.0650204 c 2.91971,0 6.01118,0 8.93089,0 l 0,-76.0650204 c 2.91971,0 6.01117,0 8.93088,0 l 0,76.0650204 c 8.93099,0.003 18.03341,0.003 26.9644,0 l 0,-76.0650204 c 2.97696,0 6.12567,0 9.10263,0 l 0,76.0650204 c 2.91971,0 6.01117,0 8.93088,0 l 0,-76.0650204 c 2.91971,0 6.01117,0 8.93088,0 l 0,76.0650204 c 2.91971,0 6.01118,0 8.93089,0 l 0,-76.0650204 c 2.97696,0 6.12567,0 9.10263,0 l 0,76.0650204 c 1.60298,0 3.29183,0 4.89481,0"
+ id="path4293-0-0-4"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccccccccccccccccccccccccccccc" />
+ <path
+ style="fill:none;stroke:#000000;stroke-width:1.77165353;stroke-linecap:butt;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ d="m 434.88149,1.3027976 c 1.60298,0 3.29183,0 4.89481,0 l 0,76.0650214 c 2.97696,0 6.12568,0 9.10263,0 l 0,-76.0650214 c 2.91971,0 6.01117,0 8.93088,0 l 0,76.0650214 c 2.91971,0 6.01117,0 8.93088,0 l 0,-76.0650214 c 8.93089,-6.8e-4 18.03352,-2e-5 26.9644,0 l 0,76.0650214 c 2.91971,0 6.01117,0 8.93088,0 l 0,-76.0650214 c 2.97697,0 6.12567,0 9.10263,0 l 0,76.0650214 c 2.91971,0 6.01118,0 8.93089,0 l 0,-76.0650214 c 2.91971,0 6.01117,0 8.93088,0 l 0,76.0650214 c 8.93099,0.003 18.03341,0.003 26.9644,0 l 0,-76.0650214 c 2.97696,0 6.12567,0 9.10263,0 l 0,76.0650214 c 2.91971,0 6.01117,0 8.93088,0 l 0,-76.0650214 c 2.91971,0 6.01117,0 8.93088,0 l 0,76.0650214 c 2.91971,0 6.01118,0 8.93089,0 l 0,-76.0650214 c 2.97696,0 6.12567,0 9.10263,0 l 0,76.0650214 c 1.60298,0 3.29183,0 4.89481,0"
+ id="path4293-0-0-0"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccccccccccccccccccccccccccccc" />
+ <path
+ style="fill:none;stroke:#000000;stroke-width:1.77165353;stroke-linecap:butt;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ d="m 434.88149,210.57262 c 1.60298,0 3.29183,0 4.89481,0 l 0,-76.96383 c 2.97696,0 6.12568,0 9.10263,0 l 0,76.96383 c 2.91971,0 6.01117,0 8.93088,0 l 0,-76.96383 c 2.91971,0 6.01117,0 8.93088,0 l 0,76.96383 c 8.93089,6.9e-4 18.03352,2e-5 26.9644,0 l 0,-76.96383 c 2.91971,0 6.01117,0 8.93088,0 l 0,76.96383 c 2.97697,0 6.12567,0 9.10263,0 l 0,-76.96383 c 2.91971,0 6.01118,0 8.93089,0 l 0,76.96383 c 2.91971,0 6.01117,0 8.93088,0 l 0,-76.96383 c 8.93099,-0.003 18.03341,-0.003 26.9644,0 l 0,76.96383 c 2.97697,0 6.12568,0 9.10264,0 l 0,-76.96383 c 2.91971,0 6.01117,0 8.93088,0 l 0,76.96383 c 2.91971,0 6.01117,0 8.93088,0 l 0,-76.96383 c 2.91971,0 6.01118,0 8.93089,0 l 0,76.96383 c 2.97696,0 6.12567,0 9.10263,0 l 0,-76.96383 c 1.60298,0 3.29183,0 4.89481,0"
+ id="path4293-0-0-9"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccccccccccccccccccccccccccccc" />
+ </g>
+</svg>
diff --git a/vorlagen/thesis/src/img/Phase-Diff.pdf b/vorlagen/thesis/src/img/Phase-Diff.pdf
index 669168a..8c0cda4 100644
--- a/vorlagen/thesis/src/img/Phase-Diff.pdf
+++ b/vorlagen/thesis/src/img/Phase-Diff.pdf
Binary files differ
diff --git a/vorlagen/thesis/src/img/Phase-Diff.svg b/vorlagen/thesis/src/img/Phase-Diff.svg
index 2402843..490c334 100644
--- a/vorlagen/thesis/src/img/Phase-Diff.svg
+++ b/vorlagen/thesis/src/img/Phase-Diff.svg
@@ -9,8 +9,8 @@
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="324.02609"
- height="214.37007"
+ width="516.0061"
+ height="211.18155"
id="svg2"
version="1.1"
inkscape:version="0.48.3.1 r9886"
@@ -22,9 +22,9 @@
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
- inkscape:zoom="0.98994949"
- inkscape:cx="-71.94861"
- inkscape:cy="-43.856121"
+ inkscape:zoom="2"
+ inkscape:cx="129.61013"
+ inkscape:cy="73.092779"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
@@ -52,11 +52,11 @@
units="mm"
spacingx="0.1mm"
spacingy="0.1mm"
- originx="-24.802632mm"
- originy="-159.75mm" />
+ originx="-0.59074821mm"
+ originy="-163.15359mm" />
<sodipodi:guide
orientation="1,0"
- position="1.1807438,223.48279"
+ position="86.970882,211.4228"
id="guide4884" />
</sodipodi:namedview>
<defs
@@ -89,6 +89,20 @@
transform="matrix(1.1,0,0,1.1,1.1,0)"
inkscape:connector-curvature="0" />
</marker>
+ <marker
+ inkscape:stockid="Arrow2Lend"
+ orient="auto"
+ refY="0"
+ refX="0"
+ id="Arrow2Lend-4"
+ style="overflow:visible">
+ <path
+ id="path3875-0"
+ style="fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round"
+ d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+ transform="matrix(-1.1,0,0,-1.1,-1.1,0)"
+ inkscape:connector-curvature="0" />
+ </marker>
</defs>
<metadata
id="metadata7">
@@ -106,59 +120,96 @@
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
- transform="translate(-87.88334,-271.9488)">
- <path
- style="fill:none;stroke:#000000;stroke-width:1.77165353;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
- d="m 88.920675,379.13384 c 107.367645,0 214.735295,0 322.102935,0 m -272.12597,106.29921 0,-212.59842 m -50.128473,73.92751 c 5.967675,1.46367 11.935353,20.05689 17.903023,37.71817 5.96768,17.66128 11.93535,30.5228 17.90303,26.14222 5.96767,-4.38059 11.93535,-25.098 17.90302,-42.03579 5.96768,-16.93779 11.93535,-26.37765 17.90303,-19.19964 5.96767,7.178 11.93535,29.45449 17.90302,45.20677 5.96768,15.75228 11.93535,21.51298 17.90303,11.73335 5.96767,-9.77963 11.93534,-33.00755 17.90302,-47.14463 5.96767,-14.13709 11.93535,-16.0615 17.90302,-3.94701 5.96768,12.11449 11.93535,35.66025 17.90303,47.79652 5.96767,12.13627 11.93535,10.1719 17.90302,-3.94701 5.96768,-14.1189 11.93535,-37.34022 17.90303,-47.14463 5.96767,-9.80441 11.93535,-4.00484 17.90302,11.73335 5.96768,15.73819 11.93535,38.00166 17.90303,45.20677 5.96767,7.20511 11.93535,-2.27147 17.90302,-19.19964 5.96768,-16.92818 11.93535,-37.62651 17.90303,-42.03579 5.96767,-4.40927 11.93535,8.48582 17.90302,26.14222 5.96768,17.65641 11.93535,36.225 17.90303,37.71817 5.96767,1.49317 11.93535,-14.46868 17.90302,-32.3717"
- title="3*sin(x)"
- id="path3764"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccccsssssssssssssssssc" />
- <path
- id="path3818"
- title="3*sin(x+0.5)"
- d="m 89.249003,378.07272 c 4.883439,-12.85105 14.081667,-31.24049 20.593517,-31.09755 1.44578,0.0317 2.91753,3.618 4.00177,5.40559 5.96767,9.83892 11.93535,33.08192 17.90302,47.17541 5.96768,14.09349 11.93535,15.92498 17.90303,3.75839 5.96767,-12.16658 11.93535,-35.71207 17.90302,-47.79614 5.96768,-12.08407 11.93535,-10.02682 17.90303,4.13555 5.96767,14.16238 11.93535,37.36809 17.90302,47.11312 5.96768,9.74503 11.93535,3.85516 17.90303,-11.91669 5.96767,-15.77186 11.93535,-38.00481 17.90302,-45.14498 5.96768,-7.14017 11.93535,2.42167 17.90303,19.37278 5.96767,16.95112 11.93535,37.60485 17.90302,41.9454 5.96768,4.34054 11.93535,-8.63244 17.90303,-26.30043 5.96767,-17.668 11.93535,-36.17912 17.90302,-37.60165 5.96768,-1.42253 11.93535,14.60773 17.90303,32.51067 5.96767,17.90293 11.93535,33.76652 17.90302,32.23223 5.96768,-1.5343 11.93535,-20.18457 17.90303,-37.8341 5.96767,-17.64954 11.93535,-30.43287 17.90302,-25.9836 5.96768,4.44927 11.93535,25.21082 17.90303,42.12552"
- style="fill:none;stroke:#989898;stroke-width:1.77165353;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:1.77165353, 5.3149606;stroke-dashoffset:0"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="csssssssssssssssssc" />
- <g
- id="g4872">
- <path
- transform="translate(69.980315,271.9488)"
- inkscape:connector-curvature="0"
- id="path4848"
- d="m 85.491072,66.6915 0,4.375"
- style="fill:none;stroke:#000000;stroke-width:0.35433072;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
- <g
- transform="translate(-0.40886063,-0.08929)"
- id="g4868">
- <path
- style="fill:none;stroke:#000000;stroke-width:0.35433072;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker-start:url(#Arrow2Lstart);marker-end:url(#Arrow2Lend)"
- d="m 156.17364,340.60437 19.88829,0"
- id="path3848"
- inkscape:connector-curvature="0" />
- <path
- style="fill:none;stroke:#000000;stroke-width:0.35433072;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
- d="m 176.35532,338.72959 0,4.375"
- id="path4848-9"
- inkscape:connector-curvature="0" />
- </g>
- </g>
+ transform="translate(-2.0932024,-263.07735)">
<text
xml:space="preserve"
style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
- x="157.42073"
- y="336.37271"
+ x="109.67073"
+ y="316.81021"
id="text4878"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan4880"
- x="157.42073"
- y="336.37271"
- style="font-size:12px">∆φ</tspan><tspan
+ x="109.67073"
+ y="316.81021"
+ style="font-size:16px">∆φ</tspan><tspan
sodipodi:role="line"
- x="157.42073"
- y="351.37271"
+ x="109.67073"
+ y="336.81021"
id="tspan4882" /></text>
+ <text
+ xml:space="preserve"
+ style="font-size:36px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+ x="494.22647"
+ y="400.39368"
+ id="text5723"
+ sodipodi:linespacing="125%"><tspan
+ sodipodi:role="line"
+ id="tspan5725"
+ x="494.22647"
+ y="400.39368"
+ style="font-size:16px">t</tspan></text>
+ <g
+ id="g5818"
+ transform="matrix(1.177561,0,0,1.1463482,-46.172196,-53.966188)">
+ <g
+ id="g5808">
+ <g
+ id="g5860"
+ transform="matrix(1.2731102,0,0,1.3567186,-71.036681,-131.52044)">
+ <path
+ id="path3818"
+ title="3*sin(x+0.5)"
+ d="m 89.249003,378.07272 c 4.883439,-12.85105 14.081667,-31.24049 20.593517,-31.09755 1.44578,0.0317 2.91753,3.618 4.00177,5.40559 5.96767,9.83892 11.93535,33.08192 17.90302,47.17541 5.96768,14.09349 11.93535,15.92498 17.90303,3.75839 5.96767,-12.16658 11.93535,-35.71207 17.90302,-47.79614 5.96768,-12.08407 11.93535,-10.02682 17.90303,4.13555 5.96767,14.16238 11.93535,37.36809 17.90302,47.11312 5.96768,9.74503 11.93535,3.85516 17.90303,-11.91669 5.96767,-15.77186 11.93535,-38.00481 17.90302,-45.14498 5.96768,-7.14017 11.93535,2.42167 17.90303,19.37278 5.96767,16.95112 11.93535,37.60485 17.90302,41.9454 5.96768,4.34054 11.93535,-8.63244 17.90303,-26.30043 5.96767,-17.668 11.93535,-36.17912 17.90302,-37.60165 5.96768,-1.42253 11.93535,14.60773 17.90303,32.51067 5.96767,17.90293 11.93535,33.76652 17.90302,32.23223 5.96768,-1.5343 11.93535,-20.18457 17.90303,-37.8341 5.96767,-17.64954 11.93535,-30.43287 17.90302,-25.9836 5.96768,4.44927 11.93535,25.21082 17.90303,42.12552"
+ style="fill:none;stroke:#989898;stroke-width:1.52485597;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:1.52485593, 4.5745678;stroke-dashoffset:0"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="csssssssssssssssssc"
+ transform="translate(1.6984258e-6,-1.7446706e-6)" />
+ <g
+ id="g5849">
+ <path
+ style="fill:none;stroke:#000000;stroke-width:1.52485597;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker-end:none"
+ d="m 88.920675,379.13384 c 53.683825,0 108.175265,0.002 162.666705,0.004 54.49144,0.002 120.47337,-0.004 174.15719,-0.004 m -287.09693,56.69291 0,-94.58754 0,-36.40437 m -49.878473,41.92751 c 5.967675,1.46367 11.935353,20.05689 17.903023,37.71817 5.96768,17.66128 11.93535,30.5228 17.90303,26.14222 5.96767,-4.38059 11.93535,-25.098 17.90302,-42.03579 5.96768,-16.93779 11.93535,-26.37765 17.90303,-19.19964 5.96767,7.178 11.93535,29.45449 17.90302,45.20677 5.96768,15.75228 11.93535,21.51298 17.90303,11.73335 5.96767,-9.77963 11.93534,-33.00755 17.90302,-47.14463 5.96767,-14.13709 11.93535,-16.0615 17.90302,-3.94701 5.96768,12.11449 11.93535,35.66025 17.90303,47.79652 5.96767,12.13627 11.93535,10.1719 17.90302,-3.94701 5.96768,-14.1189 11.93535,-37.34022 17.90303,-47.14463 5.96767,-9.80441 11.93535,-4.00484 17.90302,11.73335 5.96768,15.73819 11.93535,38.00166 17.90303,45.20677 5.96767,7.20511 11.93535,-2.27147 17.90302,-19.19964 5.96768,-16.92818 11.93535,-37.62651 17.90303,-42.03579 5.96767,-4.40927 11.93535,8.48582 17.90302,26.14222 5.96768,17.65641 11.93536,36.475 17.90304,37.96817 5.96767,1.49317 11.93535,-14.46868 17.90302,-32.3717"
+ title="3*sin(x)"
+ id="path3764"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cscccccsssssssssssssssssc" />
+ <g
+ id="g4872">
+ <path
+ transform="translate(69.980315,271.9488)"
+ inkscape:connector-curvature="0"
+ id="path4848"
+ d="m 85.491072,66.6915 0,4.375"
+ style="fill:none;stroke:#000000;stroke-width:0.35433072;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <g
+ transform="translate(-0.40886063,-0.08929)"
+ id="g4868">
+ <path
+ style="fill:none;stroke:#000000;stroke-width:0.35433072;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker-start:url(#Arrow2Lstart);marker-end:url(#Arrow2Lend)"
+ d="m 156.17364,340.60437 19.88829,0"
+ id="path3848"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;stroke:#000000;stroke-width:0.35433072;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 176.35532,338.72959 0,4.375"
+ id="path4848-9"
+ inkscape:connector-curvature="0" />
+ </g>
+ </g>
+ <path
+ style="fill:none;stroke:#000000;stroke-width:0.67035103;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker-end:url(#Arrow2Lend)"
+ d="m 430.71597,379.28058 0.5821,0"
+ id="path4433"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;stroke:#000000;stroke-width:0.67035103;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker-end:url(#Arrow2Lend)"
+ d="m 138.68505,302.26327 -0.002,-0.5821"
+ id="path4433-8"
+ inkscape:connector-curvature="0" />
+ </g>
+ </g>
+ </g>
+ </g>
</g>
</svg>
diff --git a/vorlagen/thesis/src/kapitel_A.tex b/vorlagen/thesis/src/kapitel_A.tex
index 73bdbba..c75dca0 100644
--- a/vorlagen/thesis/src/kapitel_A.tex
+++ b/vorlagen/thesis/src/kapitel_A.tex
@@ -464,7 +464,33 @@ int main(void)
}
\end{lstlisting}
-\section{GPS Constants}
+\section{GPS Constants and equations}
+
+\begin{alignat}{4}
+ & A & = & \; (\sqrt{A})^2 \nonumber \\
+ & n_{0} & = &\; \sqrt{\frac{\mu}{A^3}} \nonumber \\
+ & t_{k} & = &\; t-t_{oe} \nonumber \\
+ & n & = &\; n_{0} + \Delta n \nonumber \\
+ & M_{k} & = &\; M_{0} + nt_{k} \nonumber \\
+ & M_{k} & = &\; E_{k} - e\sin E_{k} \nonumber \\
+ & v_{k} & = & \tan ^{-1} \left( \frac{\sin v_{k}}{\cos v_{k}} \right) = \tan ^{-1} \left( \frac{\frac{\sqrt{1-e^2} \sin E_{k}}{1-e \cos E_{k}}}{\frac{\cos E_{k}-e}{1-e\cos E_{k}}} \right) \nonumber \\
+ & v_{k} & = & \tan ^{-1} \left( \frac{\sin v_{k}}{\cos v_{k}} \right) = \tan ^{-1} \left( \frac{\sqrt{1-e^2} \sin E_{k}/(1-e \cos E_{k})}{(\cos E_{k}-e)/(1-e\cos E_{k})} \right) = \tan ^{-1} \left( \frac{\sqrt{1-e^2} \sin E_{k}}{\cos E_{k} - e} \right) \nonumber \\
+ & E_{k} & = & \cos ^{-1} \left( \frac{e+\cos v_{k}}{1+e \cos v_{k}} \right) \nonumber \\
+ & \Phi_{k} & = &\; v_{k} + \omega \nonumber \\
+ & \delta u_{k} & = &\; c_{us} \sin{2\Phi_{k}} + C_{us} \cos{2\Phi_{k}} \\
+ & \delta r_{k} & = &\; c_{rc} \cos{2\Phi_{k}} + C_{rs} \sin{2\Phi_{k}} \nonumber \\
+ & \delta i_{k} & = &\; c_{ic} \cos{2\Phi_{k}} + C_{is} \sin{2\Phi_{k}} \nonumber \\
+ & u_{k} & = &\; \Phi_{k} + \delta u_{k} \nonumber \\
+ & r_{k} & = &\; A(1-e\cos{E_{k}})+\delta r_{k} \nonumber \\
+ & i_{k} & = &\; i_{0} + \delta i_{k} + (IDOT)t_{k} \nonumber \\
+ & x_{k}^{'} & = &\; r_{k} \cos{u_{k}} \nonumber \\
+ & y_{k}^{'} & = &\; r_{k} \sin{u_{k}} \nonumber \\
+ & \Omega_{k} & = &\; \Omega_{0} + (\Omega - \Omega_{e})t_{k} - \Omega_{e}t_{oe} \nonumber \\
+ & x & = &\; x_{k}^{'} \cos{\Omega_{k}}-y_{k}^{'}\cos{i_{k}}\sin{\Omega_{k}} \nonumber \\
+ & y & = &\; x_{k}^{'} \sin{\Omega_{k}}-y_{k}^{'}\cos{i_{k}}\cos{\Omega_{k}} \nonumber \\
+ & z & = &\; y_{k}^{'} \sin{i_{k}} \nonumber
+\end{alignat}
+
\begin{equation}
\label{eq:paramconst1}
\begin{split}
diff --git a/vorlagen/thesis/src/kapitel_x.tex b/vorlagen/thesis/src/kapitel_x.tex
index 3d3f958..0e02b4a 100644
--- a/vorlagen/thesis/src/kapitel_x.tex
+++ b/vorlagen/thesis/src/kapitel_x.tex
@@ -20,6 +20,19 @@ inside the GSM network
\end{figure}
\section{GPS signal modulation}
+The transmitted signal after the RF frontend is given
+in equation \eqref{eq:GPSSignalReceived} \citep{1656803}.
+\begin{equation}
+\label{eq:GPSSignalReceived}
+S(t) = \sqrt{\frac{P}{2}}D(t)C(t)cos(2\pi f_{c}+\varphi_{SV}) + n(t)
+\end{equation}
+The received signal after the RF frontend is given
+in equation \eqref{eq:GPSSignalReceived} \citep{1656803}.
+\begin{equation}
+\label{eq:GPSSignalReceived}
+S(t) = \sqrt{\frac{P}{2}}d_{C/A}cos(2\pi f_{c}+\varphi_{SV}) + n(t)
+\end{equation}
+
\begin{figure}[ht!]
\centering
\includegraphics[scale=0.50]{img/GPS-Modulation.pdf}
@@ -61,7 +74,7 @@ time, denoted as $t$, can be estimated using the model given in equation
In equation \eqref{eq:timecorrection2}, where the GPS
receiver is required to calculate the satellite clock
offset, denoted as $\Delta t_{SV}$, a number of unknown terms can be
-seen. These terms are encapsulated in the subframe 1. The polynomial
+seen. These terms are encapsulated inside of the transmitted frames. The polynomial
coefficients: $a_{f0}$ - \textit{clock offset}, $a_{f1}$ -
\textit{fractional frequency offset}, $a_{f2}$ - \textit{
fractional frequency drift}; and
@@ -91,8 +104,8 @@ t=t_{SV}-\Delta t_{SV}
Nevertheless, the broadcast satellite time
information is not sufficient to estimate the precise
time at the moment of the signal arival. Even though the signal
-arives in approximately $77 \, ms$\footnote{The propagation time
-depends on user and GPS satellite position.},
+arives in approximately\footnote{Propagation time
+depends on user and GPS satellite position.} $77 \, ms$,
the precision of the atomic clock is in the
range of 10 ns \citep[Chapter 2]{diggelen2009a-gps}.
Undoubtedly the signal propagation (travel)
@@ -101,27 +114,30 @@ In that case, the exact time at the moment of arival is known,
denoted as $t_{exact}$ and is given in equation \eqref{eq:exactTime}.
The signal propagation time must be known to
estimate the distance from the satellite
-as well as to estimate the position of the GPS receiver.
+but is not sufficient to estimate the position of the GPS receiver.
More importantly, $t_{exact}$ time will be later used
to synchronize various time dependent systems like the
-GSM, LTE, GNSS or other localization systems.
+GSM, LTE, GNSS or other communication and ranging systems.
\begin{equation}
\label{eq:exactTime}
t_{exact} = t_{prop}+t
\end{equation}
+
+\subsection{Carrier wave demodulation}
+\label{sec:Carrierdemod}
In order to calculate the signal propagation time between
the satellite and the receiver, the internal sine
-wave synthesizer in the receiver has to be
+wave synthesizer inside of the receiver has to be
synchronized with the carrier sine wave generator
of the GPS satellite \citep{4560215}. In other words,
the identical carrier wave replica has to be generated
on the receiver as on the satellite \citep{736341}.
However, the received signal is not the equivalent
of the transmitted signal. Due to the nature of the
-Doppler effect\footnote{The Doppler effect is a
+Doppler effect\footnote{Doppler effect is a
phenomenon that happens as a result of relative
-motion of the transmitter and
-receiver towards or away from each other and causes the
+motion of the two bodies, transmitter and
+receiver, towards or away from each other and causes
frequency shift of the electromagnetic wave
\citep[Chapter 4]{3540727140}.}
and wave propagation, the transmitted signal arives
@@ -137,6 +153,7 @@ f(t)=\frac{1}{2\pi}\frac{d}{dt}\phi(t)
\label{eq:phaseFreq}
\phi(t) = 2\pi \int_{-\infty}^{t} f(\tau) d\tau
\end{equation}
+
Considering that the GPS satellites orbit the Earth with
a speed of around $3.9 \, km/s$, the Earth rotates
around its axis and the target user
@@ -152,12 +169,12 @@ $\varphi_{a}$ the phase shift error
caused by propagation delays in the ionosphere
and troposphere respectively, $\delta \varphi_{DE}$ the phase shift
caused by the Doppler effect and $\delta \varphi_{w}$
-is the wideband noise.
+is the wideband noise phase shift.
\begin{equation}
\label{eq:phaseShift}
\varphi_{o} = \varphi_{GPS}+ \delta\varphi_{SV} + \varphi_{a} +\delta \varphi_{DE} + \delta \varphi_{w}
\end{equation}
-The task of the syncrhonization process is to
+The task of the demodulation process is to
generate a replica carrier wave with the matching
phase shift and mix it with the incoming signal.
In the ideal case the observed phase
@@ -174,8 +191,8 @@ such that, $\lim \Delta \varphi \approx 0$.
\end{equation}
\begin{figure}[ht!]
\centering
- \includegraphics[scale=1.0]{img/Phase-Diff.pdf}
- \caption[]{Two equivalent carrier waves with phase shift}
+ \includegraphics[scale=0.5]{img/Phase-Diff.pdf}
+ \caption[]{Two equivalent carrier waves with the same frequency but different phase shift}
\label{img:phaseShift}
\end{figure}
\begin{figure}[ht!]
@@ -184,12 +201,13 @@ such that, $\lim \Delta \varphi \approx 0$.
\caption[]{Demodulation of the L1 GPS signal}
\label{img:L1Demod}
\end{figure}
- This is straightforwardly
-understood by looking at the multiplication of two sine waves. The
-GPS L1 signal demodulator at the receiver is depicted in figure
+ This is straightforward to understand by looking at the
+ multiplication of two sine waves. The GPS L1 signal
+ demodulator at the receiver is depicted in figure
\ref{img:L1Demod}, the incoming signal L1 is multiplied with
-the synthesized sine wave (that is the function of a mixer, denoted
-as $\otimes$). For the purpose of easier analysis, cosine waves
+the synthesized sine wave (multiplication is the function of
+a mixer, denoted as $\otimes$ in figure \ref{img:L1Demod}).
+For the purpose of easier analysis, cosine waves
will be used istead of sine waves, the difference between them
is only in the phase shift, as denoted in equation
\eqref{eq:sineEqCosine}.
@@ -202,7 +220,7 @@ can be derived by adding $\cos(A+B)$ and $\cos(A-B)$, as respectively
given in equations \eqref{eq:cos1} and \eqref{eq:cos2}.
\begin{equation}
\label{eq:multCosin}
-\cos(A)\cos(B) = \frac{1}{2}\cos(A-B)+\frac{1}{2}\cos(A+B)
+\cos(A)\cdot\cos(B) = \frac{1}{2}\cos(A-B)+\frac{1}{2}\cos(A+B)
\end{equation}
\begin{equation}
\label{eq:cos1}
@@ -222,7 +240,7 @@ and synthesized wave with a frequency $f_{2}$, the equation results the one
given in \eqref{eq:cosResult}
\begin{equation}
\label{eq:cosResult}
-d_{C/A}\cos(\omega_{1}t)\cos(\omega_{2}t) = \frac{1}{2}d_{C/A}\cos(\omega_{1}t-\omega_{2}t) + \frac{1}{2}d_{C/A}\cos(\omega_{1}t+\omega_{2}t)
+d_{C/A}\cdot\cos(\omega_{1}t)\cos(\omega_{2}t) = \frac{1}{2}d_{C/A}\cdot\cos(\omega_{1}t-\omega_{2}t) + \frac{1}{2}d_{C/A}\cos(\omega_{1}t+\omega_{2}t)
\end{equation}
This leaves the resulting signal with two frequency terms, a low frequency
term $(\omega_{1}t-\omega_{2}t)$
@@ -233,91 +251,75 @@ The high frequency term, $(\omega_{1}+\omega_{2})$, can be filtered out using
a low-pass filter\footnote{A low-pass filter passes
low frequency signals and attenuates
high frequency signals. In other words, signals higher than the
-speciefied cutoff frequency of the low-pass filter, are filtered out by reducing their amplitudes.}.
+speciefied cutoff frequency of the low-pass filter, are cut off by reducing their amplitudes.}.
Ideally, the difference of the angle frequencies is zero,
-as in equation \eqref{eq:delaOmega}, and $\cos(\Delta \omega)=\cos(0)=1$
+as in equation \eqref{eq:delaOmega}, since $\cos(\Delta \omega)=\cos(0)=1$
+and the remaining left signal is only the C/A code multiplied
+with the DC term (zero frequency producing a constant voltage) leaving only $\frac{1}{2}d_{C/A}$.
\begin{equation}
\label{eq:delaOmega}
\Delta \omega = \omega_{1}-\omega_{2} = 0
\end{equation}
-and the remaining left signal is only the C/A code multiplied
-with the DC term (zero frequency) leaving only $\frac{1}{2}d_{C/A}$.
+\begin{figure}[ht!]
+ \centering
+ \includegraphics[scale=0.5]{img/PRN-PhaseShiftAfterDemod.pdf}
+ \caption[]{Effects of the low frequency term on the demodulated output
+ C/A wave on the GPS receiver (the explanations and figures are from top to bottom).
+ If the synthesized frequency is correct, $f_{1}=f_{2}$, the low
+ frequency term becomes a DC term and does not modify the output
+ $d_{C/A}$ wave (first figure). If the frequency matches but the
+ phase not, in this case the phase is shifted for $\pi$, then
+ $d_{C/A}$ is inverted (second figure).
+ If the phase shifts with time, then the amplitude and phase of $d_{C/A}$
+ will vary as well (third figure).}
+\label{img:multCAPhase}
+\end{figure}
However, if the frequencies do not match, $f_{1}\neq f_{2}$,
-then the output signal $\frac{1}{2}d_{C/A}$ may be
+then the output signal $\frac{1}{2}d_{C/A}$ will be
modified by the residual frequency $f_{1}-f_{2}$,
-and subsequently will change (also known as phase shift)
-the demodulated C/A output. Under those circumstances
+and subsequently will change the demodulated C/A output (also known as phase shift). Under those circumstances
the correlator will be unable to match the C/A code with the
correct PRN code. An illustration of this phenomenon is depicted
in figure \ref{img:multCAPhase}.
-\begin{figure}[ht!]
- \centering
- \includegraphics[scale=0.50]{img/PRN-ChipRate.pdf}
- \caption[]{Comparison of original C/A code generated on the
- GPS satellite with two synthesized PRN codes with phase shift on the receiver}
-\label{img:multCAPhase}
-\end{figure}
-\begin{alignat}{4}
- & A & = & \; (\sqrt{A})^2 \nonumber \\
- & n_{0} & = &\; \sqrt{\frac{\mu}{A^3}} \nonumber \\
- & t_{k} & = &\; t-t_{oe} \nonumber \\
- & n & = &\; n_{0} + \Delta n \nonumber \\
- & M_{k} & = &\; M_{0} + nt_{k} \nonumber \\
- & M_{k} & = &\; E_{k} - e\sin E_{k} \nonumber \\
- & v_{k} & = & \tan ^{-1} \left( \frac{\sin v_{k}}{\cos v_{k}} \right) = \tan ^{-1} \left( \frac{\frac{\sqrt{1-e^2} \sin E_{k}}{1-e \cos E_{k}}}{\frac{\cos E_{k}-e}{1-e\cos E_{k}}} \right) \nonumber \\
- & v_{k} & = & \tan ^{-1} \left( \frac{\sin v_{k}}{\cos v_{k}} \right) = \tan ^{-1} \left( \frac{\sqrt{1-e^2} \sin E_{k}/(1-e \cos E_{k})}{(\cos E_{k}-e)/(1-e\cos E_{k})} \right) = \tan ^{-1} \left( \frac{\sqrt{1-e^2} \sin E_{k}}{\cos E_{k} - e} \right) \nonumber \\
- & E_{k} & = & \cos ^{-1} \left( \frac{e+\cos v_{k}}{1+e \cos v_{k}} \right) \nonumber \\
- & \Phi_{k} & = &\; v_{k} + \omega \nonumber \\
- & \delta u_{k} & = &\; c_{us} \sin{2\Phi_{k}} + C_{us} \cos{2\Phi_{k}} \\
- & \delta r_{k} & = &\; c_{rc} \cos{2\Phi_{k}} + C_{rs} \sin{2\Phi_{k}} \nonumber \\
- & \delta i_{k} & = &\; c_{ic} \cos{2\Phi_{k}} + C_{is} \sin{2\Phi_{k}} \nonumber \\
- & u_{k} & = &\; \Phi_{k} + \delta u_{k} \nonumber \\
- & r_{k} & = &\; A(1-e\cos{E_{k}})+\delta r_{k} \nonumber \\
- & i_{k} & = &\; i_{0} + \delta i_{k} + (IDOT)t_{k} \nonumber \\
- & x_{k}^{'} & = &\; r_{k} \cos{u_{k}} \nonumber \\
- & y_{k}^{'} & = &\; r_{k} \sin{u_{k}} \nonumber \\
- & \Omega_{k} & = &\; \Omega_{0} + (\Omega - \Omega_{e})t_{k} - \Omega_{e}t_{oe} \nonumber \\
- & x & = &\; x_{k}^{'} \cos{\Omega_{k}}-y_{k}^{'}\cos{i_{k}}\sin{\Omega_{k}} \nonumber \\
- & y & = &\; x_{k}^{'} \sin{\Omega_{k}}-y_{k}^{'}\cos{i_{k}}\cos{\Omega_{k}} \nonumber \\
- & z & = &\; y_{k}^{'} \sin{i_{k}} \nonumber
-\end{alignat}
-The received signal after the RF frontend is given
-in equation \eqref{eq:GPSSignalReceived} \citep{1656803}.
-\begin{equation}
-\label{eq:GPSSignalReceived}
-S(t) = \sqrt{\frac{P}{2}}D(t)C(t)cos(2\pi f_{c}+\varphi_{SV}) + n(t)
-\end{equation}
+
+
+
+\subsection{C/A wave demodulation}
+\label{sec:CAdemod}
+As a result of the previous step, one can continue with
+the demodulation of the C/A wave.
Each tracked GPS satellite signal is demodulated seperately
-using the same PRN code, code chipping rate and carrier frequency
-phase for the given satellite \citep[Chapter 4]{understandGPS}.
-The PRN codes for each GPS satellite are well defined and
+using the same PRN code, code chipping rate and carrier frequency-phase
+(which was determined above) for the given satellite
+\citep[Chapter 4]{understandGPS}.
+The PRN codes for each GPS satellite is well defined and
known by the GPS receiver. The receiver has to generate the
same PRN code with matching code chipping rate (phase)
-of the C/A code,
+of the transmitted C/A code,
this is depicted in figure \ref{img:prnCodeCompare}
\citep[Chapter 5]{understandGPS}.
\begin{figure}[ht!]
\centering
\includegraphics[scale=0.50]{img/PRN-ChipRate.pdf}
- \caption[]{Comparison of original C/A code generated on the
- GPS satellite with two synthesized PRN codes with phase shift on the receiver}
+ \caption[]{Comparison between the original C/A code generated on the
+ GPS satellite with two synthesized PRN codes with a different phase shift on the receiver.}
\label{img:prnCodeCompare}
\end{figure}
For the particular example, the matching phase shift was achieved with
the second replica PRN code, with a phase shift of $\tau=0$ but
there could be a case with any other value of $\tau$, $\tau\in[0,1023]$.
-The PRN code synthesizer implementation depends on the GPS receiver
+Implementation of the PRN code synthesizer depends on the GPS receiver
manufacturer but it is usually implemented as a linear feedback shift
registers (LFSR) that produces an output according to a predefined function $f(\tau)$.
-This function generates an PRN code, that is
-delayed in phase by $\tau$, where $\tau$ is a multiple of the chipping period
-$T_{c}=977.5 ns$. The chipping period $T_{c}$
+This function, $f(\tau)$, generates an PRN code, that is
+delayed in phase by $\tau$, where $\tau$ is a multiple of the chipping
+rate period $T_{c}=977.5 \,ns$. The chipping period $T_{c}$
can be derived from equation \eqref{eq:chipPeriod}.
-The time required to find a matching PRN code shift ($\tau$)
+The time required to find a matching PRN code shift, $\tau$,
is proportional to the amount of LFSR on the system
-\citep[Chapter 3]{bensky2008wireless}. Particularly with more LFSRs
+\citep[Chapter 3]{bensky2008wireless}. Clearly with more LFSRs
the required time for finding the matching phase shift increases.
\begin{equation}
\label{eq:chipPeriod}
@@ -333,7 +335,7 @@ a signal is at its maximum if it is in phase, i.e.
summing up the sequence products yields the absolute
maximum value. As an illustration of the idea, an example is
given in figure \ref{img:correlatingSignals}. The cross-correlation
-of the incoming C/A code with the first synthesized PRN produces a
+of the incoming C/A code with the first synthesized PRN code produces a
result of $-3=(+1)\cdot(-1)+(-1)\cdot(+1)+(+1)\cdot(-1)+(+1)\cdot(+1)+(-1)\cdot(+1)$,
whereas the cross-correlation of the incoming C/A code
and the second synthesized PRN code yields a result of
@@ -347,9 +349,9 @@ $+5=(+1)\cdot(+1)+(-1)\cdot(-1)+(+1)\cdot(+1)+(+1)\cdot(+1)+(-1)\cdot(-1)$.
The same principle applies to the sent C/A and
PRN code sequences in the GPS receiver and thus can be modeled using
the equation given in \eqref{eq:autocorrelationProperty},
-where, $G_{i}(t)$ is the C/A code Gold code sequence as a
-function of time, $t$, for the GPS satellite $i$; $T_{C/A}$ is the
-C/A chipping period of $977.5 ns$ and $\tau$ is the phase shift
+where $G_{i}(t)$ is the C/A code Gold code sequence as a
+function of time $t$, for the GPS satellite $i$; $T_{C/A}$ is the
+C/A chipping period of $977.5 \,ns$ and $\tau$ is the phase shift
in the auto-correlation function \citep[Chapter 4]{understandGPS}.
\begin{equation}
\label{eq:autocorrelationProperty}
@@ -366,12 +368,25 @@ R_{ij}(\tau) = \int_{-\infty}^{+\infty} PRN_{i}(t)PRN_{j}(t+\tau)d\tau = 0
where $PRN_{i}$ is the PRN code waveform for GPS satellite $i$ and
$PRN_{j}$ is the PRN code waveform for every other GPS satellite other
than $i$, $i\neq j$ \citep[Chapter 4]{understandGPS}. Equation
-\eqref{eq:prnIdealCaseZero} ``states that the PRN waveforms of satellite
+\eqref{eq:prnIdealCaseZero} ``states that the PRN waveform of satellite
$i$ does not correlate with PRN waveform of any other satellite $j$ for
any phase shift $\tau$'' \citep[Chapter 4]{understandGPS}.
Without the property given in \eqref{eq:prnIdealCaseZero},
the GPS receiver would not be able to smoothly
-differentiate between different GPS satellite signals.
+differentiate between different GPS satellite signals.
+Once the phase shift, $\tau$, has been found, the C/A code is modulated
+(XORed) with it. The resulting binary code will be the navigation message.
+\section{2-Dimensional searching problem}
+As it can be seen from the two above subsections, \ref{sec:CAdemod}
+and \ref{sec:Carrierdemod}, decoding the GPS signal is a 2-Dimensional
+searching problem.
+\begin{figure}[ht!]
+ \centering
+ \includegraphics[scale=0.70]{img/2D-SearchSpaceInk.pdf}
+ \caption[]{2D Search space}
+\label{img:prnCodeCompare}
+\end{figure}
+
\section{Distance and position estimation}
diff --git a/vorlagen/thesis/src/maindoc.tex b/vorlagen/thesis/src/maindoc.tex
index a033ca2..33f5f73 100644
--- a/vorlagen/thesis/src/maindoc.tex
+++ b/vorlagen/thesis/src/maindoc.tex
@@ -73,6 +73,9 @@
%\usepackage{natbib}
\setbtxfallbacklanguage{english}
+%DRAWING
+\usepackage{tikz}
+\usepackage{pgfplots}
%ermöglicht verschiedene Stile des Literaturverzeichnises
%\usepackage{jurabib}