aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNao Pross <np@0hm.ch>2021-07-29 23:32:31 +0200
committerNao Pross <np@0hm.ch>2021-07-29 23:36:10 +0200
commit49ffb9fdc84d8fe7c4affd4e2871aeb2e68ffe5c (patch)
tree4d7206fbff07b716b619bec585a8485f1f8ad6c5
parentTypos and grammmar (diff)
downloadFuVar-49ffb9fdc84d8fe7c4affd4e2871aeb2e68ffe5c.tar.gz
FuVar-49ffb9fdc84d8fe7c4affd4e2871aeb2e68ffe5c.zip
More pictures and typos
-rw-r--r--FuVar.tex115
-rw-r--r--build/FuVar.pdfbin206942 -> 280808 bytes
-rw-r--r--img/line-integral.pdfbin0 -> 41994 bytes
-rw-r--r--img/line-integral.svg536
-rw-r--r--img/multivariable-chain-rule.pdfbin0 -> 44303 bytes
-rw-r--r--img/multivariable-chain-rule.svg421
-rw-r--r--img/surface-integral.pdfbin0 -> 47740 bytes
-rw-r--r--img/surface-integral.svg521
8 files changed, 1547 insertions, 46 deletions
diff --git a/FuVar.tex b/FuVar.tex
index 0e32511..b607802 100644
--- a/FuVar.tex
+++ b/FuVar.tex
@@ -90,8 +90,7 @@
\section{Preface}
These are just my personal notes of the \themodule{} course, and definitively
-not a rigorously constructed mathematical text. The good looking \LaTeX{}
-typesetting may trick you into thinking it is rigorous, but really, it is not.
+not a rigorously constructed mathematical text.
\section{Derivatives of vector valued scalar functions}
@@ -185,11 +184,11 @@ typesetting may trick you into thinking it is rigorous, but really, it is not.
\begin{definition}[Directional derivative]
A function \(f(\vec{x})\) has a directional derivative in direction
- \(\vec{r}\) (with \(|\vec{r}|=1\)) of
+ \(\vec{v}\) (with \(|\vec{v}|=1\)) of
\[
- \frac{\partial f}{\partial\vec{r}}
- = \nabla_\vec{r} f = \vec{r} \dotp \grad f
- = \sum_{i=1}^m r_i \partial_{x_i} f
+ \frac{\partial f}{\partial\vec{v}}
+ = \nabla_\vec{v} f = \vec{v} \dotp \grad f
+ = \sum_{i=1}^m v_i \partial_{x_i} f
\]
\end{definition}
@@ -274,8 +273,8 @@ typesetting may trick you into thinking it is rigorous, but really, it is not.
\begin{remark}
The previous method is obtained by studying the second directional derivative
- \(\nabla_\vec{r}\nabla_\vec{r} f\) at the stationary point in direction of a
- vector \(\vec{r} = \vec{e}_1\cos(\alpha) + \vec{e}_2\sin(\alpha)\).
+ \(\nabla_\vec{v}\nabla_\vec{v} f\) at the stationary point in direction of a
+ vector \(\vec{v} = \vec{e}_1\cos(\alpha) + \vec{e}_2\sin(\alpha)\).
\end{remark}
\begin{method}[Determine the type of stationary point in higher dimensions]
@@ -447,51 +446,29 @@ typesetting may trick you into thinking it is rigorous, but really, it is not.
\label{thm:transform-coords}
Given two ``nice'' functions \(x(u,v)\) and \(y(u,v)\), that means are a
bijection from \(S\) to \(S'\) with continuous partial derivatives and
- nonzero Jacobian determinant \(|\mx{J}_f| = \partial_u x \partial_v y -
+ nonzero Jacobian determinant \(|\mx{J}| = \partial_u x \partial_v y -
\partial_v x \partial_u y\), which transform the coordinate system. Then
\[
- \iint_S f(x,y) \,ds = \iint_{S'} f(x(u,v), y(u,v)) |\mx{J}_f| \,ds .
+ \iint_S f(x,y) \,ds = \iint_{S'} f(x(u,v), y(u,v)) |\mx{J}| \,ds .
\]
\end{theorem}
\begin{theorem}[Transformation of coordinates]
The generalization of theorem \ref{thm:transform-coords} is quite simple.
For an \(m\)-integral of a function \(f:\mathbb{R}^m\to\mathbb{R}\) over a
- region \(B\), we let \(\vec{x}(\vec{u})\) be ``nice'' functions that
+ region \(B\), we let \(\vec{g}(\vec{u})\) be ``nice'' functions that
transform the coordinate system. Then as before
\[
- \int_B f(\vec{x}) \,ds = \int_{B'} f(\vec{x}(\vec{u})) |\mx{J}_f| \,ds .
+ \int_B f(\vec{r}) \,ds = \int_{B'} f(\vec{g}(\vec{u})) |\mx{J}_\vec{g}| \,ds .
\]
\end{theorem}
-\begin{table}
- \centering
- \begin{tabular}{l >{\(}l<{\)} >{\(}l<{\)}}
- \toprule
- & \text{Volume } dv & \text{Surface } d\vec{s}\\
- \midrule
- Cartesian & - & dx\,dy \\
- Polar & - & rd\,rd\phi \\
- Curvilinear & - & |\mx{J}_f|\,du\,dv \\
- \midrule
- Cartesian & dx\,dy\,dz & \uvec{z}\,dx\,dy \\
- Cylindrical & r\,dr\,d\phi\,dz & \uvec{z}r\,dr\,d\phi \\
- & & \uvec{\phi}\,dr\,dz \\
- & & \uvec{r}r\,d\phi\,dz \\
- Spherical & r^2\sin\theta\, dr\,d\theta\,d\phi &
- \uvec{r}r^2\sin\theta\,d\theta\,d\phi \\
- Curvilinear & |\mx{J}_f|\,du\,dv\,dw & - \\
- \bottomrule
- \end{tabular}
- \caption{Differential elements for integration.}
-\end{table}
-
\begin{application}[Physics]
Given the mass \(m\) and density function \(\rho\) of an object,
its \emph{center of mass} is calculated with
\[
- \vec{x}_c = \frac{1}{m}\int_V \vec{x}\rho(\vec{x}) \,dv
- \stackrel{\rho\text{ const.}}{=} \frac{1}{V} \int_V \vec{x}\,dv .
+ \vec{x}_c = \frac{1}{m}\int_V \rho(\vec{r})\vec{r} \,dv
+ \stackrel{\rho\text{ const.}}{=} \frac{1}{V} \int_V \vec{r}\,dv .
\]
The (scalar) \emph{moment of inertia} \(J\) of an object is given by
\[
@@ -517,6 +494,14 @@ typesetting may trick you into thinking it is rigorous, but really, it is not.
\end{align*}
\end{theorem}
+% \begin{figure}
+% \centering
+% \includegraphics{img/multivariable-chain-rule}
+% \caption{
+% Multivariable chain rule.
+% }
+% \end{figure}
+
\begin{theorem}[Multivariable chain rule]
Let \(\vec{x}: \mathbb{R} \to \mathbb{R}^m\) and \(f: \mathbb{R}^m \to
\mathbb{R}\), so that \(f\circ\vec{x}: \mathbb{R} \to \mathbb{R}\), then
@@ -537,31 +522,39 @@ typesetting may trick you into thinking it is rigorous, but really, it is not.
\end{theorem}
\begin{definition}[Line integral in a scalar field]
- Let \(\mathcal{C}:[a,b]\to\mathbb{R}^n, t \mapsto \vec{x}(t)\) be a
- parametric curve. The \emph{line integral} in a field \(f(\vec{x})\) is the
+ Let \(\mathcal{C}:[a,b]\to\mathbb{R}^n, t \mapsto \vec{r}(t)\) be a
+ parametric curve. The \emph{line integral} in a field \(f(\vec{r})\) is the
integral of the signed area under the curve traced in \(\mathbb{R}^n\), and
is computed with
\[
- \int_\mathcal{C} f(\vec{x}) \,d\ell
- = \int_\mathcal{C} f(\vec{x}) \,|d\vec{x}|
- = \int_a^b f(\vec{x}(t)) |\vec{x}'(t)| \, dt .
+ \int_\mathcal{C} f(\vec{r}) \,d\ell
+ = \int_\mathcal{C} f(\vec{r}) \,|d\vec{r}|
+ = \int_a^b f(\vec{r}(t)) |\vec{r}'(t)| \, dt .
\]
\end{definition}
\begin{application}[Length of a parametric curve]
- By computing the line integral of the function \(1(\vec{x})\) we get the
+ By computing the line integral of the function \(1(\vec{r})\) we get the
length of the parametric curve \(\mathcal{C}:[a,b]\to\mathbb{R}^n\).
\[
\int_\mathcal{C}d\ell
- = \int_\mathcal{C} |d\vec{x}|
+ = \int_\mathcal{C} |d\vec{r}|
= \int_a^b \sqrt{\sum_{i=1}^n x'_i(t)^2} \,dt
\]
The special case with the scalar function \(f(x)\) results in
\(\int_a^b\sqrt{1+f'(x)^2}\,dx\).
\end{application}
+\begin{figure}
+ \centering
+ \includegraphics{img/line-integral}
+ \caption{
+ Line integral in a vector field.
+ }
+\end{figure}
+
\begin{definition}[Line integral in a vector field]
- The line integral in a vector field \(\vec{F}(\vec{x})\) is the ``sum'' of
+ The line integral in a vector field \(\vec{F}(\vec{r})\) is the ``sum'' of
the projections of the field's vectors on the tangent of the parametric curve
\(\mathcal{C}\).
\[
@@ -587,7 +580,7 @@ typesetting may trick you into thinking it is rigorous, but really, it is not.
\end{definition}
\begin{theorem}
- For a twice partially differentiable vector field \(\vec{F}(\vec{x})\) in
+ For a twice partially differentiable vector field \(\vec{F}\) in
\(n\) dimensions without ``holes'', i.e. in which each closed curve can be
contracted to a point (simply connected open set), the following statements
are equivalent:
@@ -627,6 +620,14 @@ typesetting may trick you into thinking it is rigorous, but really, it is not.
\mathbb{R}^3\).
\end{definition}
+\begin{figure}
+ \centering
+ \includegraphics{img/surface-integral}
+ \caption{
+ Surface integral.
+ }
+\end{figure}
+
\begin{theorem}[Area of a parametric surface]
The area spanned by a parametric surface \(\vec{s}(u,v)\), with continuous
partial derivatives and that satisfy \(\partial_u \vec{s} \crossp \partial_v
@@ -648,6 +649,28 @@ typesetting may trick you into thinking it is rigorous, but really, it is not.
\]
\end{definition}
+\begin{table}
+ \centering
+ \begin{tabular}{l >{\(}l<{\)} >{\(}l<{\)}}
+ \toprule
+ & \text{Volume } dv & \text{Surface } d\vec{s}\\
+ \midrule
+ Cartesian & - & dx\,dy \\
+ Polar & - & rd\,rd\phi \\
+ Curvilinear & - & |\mx{J}_f|\,du\,dv \\
+ \midrule
+ Cartesian & dx\,dy\,dz & \uvec{z}\,dx\,dy \\
+ Cylindrical & r\,dr\,d\phi\,dz & \uvec{z}r\,dr\,d\phi \\
+ & & \uvec{\phi}\,dr\,dz \\
+ & & \uvec{r}r\,d\phi\,dz \\
+ Spherical & r^2\sin\theta\, dr\,d\theta\,d\phi &
+ \uvec{r}r^2\sin\theta\,d\theta\,d\phi \\
+ Curvilinear & |\mx{J}_f|\,du\,dv\,dw & - \\
+ \bottomrule
+ \end{tabular}
+ \caption{Differential elements for integration.}
+\end{table}
+
\section{Vector analysis}
\begin{definition}[Flux]
@@ -729,7 +752,7 @@ Notice that the curl is a vector, normal to the enclosed surface \(A\).
\end{theorem}
\begin{theorem}[Green's theorem]
- The special case of Stokes' theorem in 2D is knowns as Green's theorem.
+ The special case of Stokes' theorem in 2D is known as Green's theorem.
\[
\int_\mathcal{S} \partial_x F_y - \partial_y F_x \,ds
= \oint_{\partial\mathcal{S}} \vec{F} \dotp d\vec{r}
diff --git a/build/FuVar.pdf b/build/FuVar.pdf
index 7ae9420..5104f53 100644
--- a/build/FuVar.pdf
+++ b/build/FuVar.pdf
Binary files differ
diff --git a/img/line-integral.pdf b/img/line-integral.pdf
new file mode 100644
index 0000000..443ec55
--- /dev/null
+++ b/img/line-integral.pdf
Binary files differ
diff --git a/img/line-integral.svg b/img/line-integral.svg
new file mode 100644
index 0000000..a809dcd
--- /dev/null
+++ b/img/line-integral.svg
@@ -0,0 +1,536 @@
+<?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="49.771049mm"
+ height="51.042126mm"
+ viewBox="0 0 49.771049 51.042126"
+ version="1.1"
+ id="svg2996"
+ inkscape:version="0.92.3 (2405546, 2018-03-11)"
+ sodipodi:docname="line-integral.svg">
+ <defs
+ id="defs2990" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="1.979899"
+ inkscape:cx="64.651057"
+ inkscape:cy="82.717919"
+ inkscape:document-units="mm"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ fit-margin-top="0"
+ fit-margin-left="0"
+ fit-margin-right="0"
+ fit-margin-bottom="0"
+ inkscape:window-width="1920"
+ inkscape:window-height="1017"
+ inkscape:window-x="0"
+ inkscape:window-y="30"
+ inkscape:window-maximized="1" />
+ <metadata
+ id="metadata2993">
+ <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(-59.780531,-77.955065)">
+ <path
+ inkscape:connector-curvature="0"
+ id="path428"
+ d="m 61.575372,122.24319 0.0041,0.0179 0.0248,-0.0165 v -0.022 l 0.0014,-0.0165 0.01655,0.004 0.01242,-0.01 0.0082,-0.005 -0.0014,-0.011 0.0303,-0.011"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path430"
+ d="m 75.891806,112.63551 -0.0689,0.0717 -0.118512,0.0923 -0.04961,0.0289 -0.0069,-0.0207 -0.01517,-0.0193 v -0.0138 l 0.0069,-0.011 0.02067,-0.005 0.02067,-0.008"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path432"
+ d="m 61.962599,121.8477 -0.06063,0.008 h -0.06615 l 0.01655,-0.007 0.01101,-10e-4 0.01379,-0.001 0.01792,-0.008 0.0303,-0.0179 0.02067,-0.0165 0.0303,-0.0124 0.04134,-0.0262 0.04548,-0.0331 0.05099,-0.0262 0.04961,-0.0372 0.07028,-0.0289 0.07028,-0.0303 0.05237,-0.0413 0.06477,-0.0455 0.07579,-0.0482 0.07579,-0.0551 0.07993,-0.0662 0.06891,-0.0689 0.08819,-0.0634 0.106108,-0.0689 0.09095,-0.0662 0.08406,-0.0593 0.08544,-0.0634 0.08957,-0.0537 0.07442,-0.0579 0.07855,-0.0579 0.08681,-0.0524 0.08268,-0.0606 0.08819,-0.0675 0.08544,-0.0579 0.100598,-0.0524 0.117133,-0.0606 0.121267,-0.0758 0.130916,-0.0772 0.114374,-0.0786 0.122647,-0.0661 0.15434,-0.051 0.133671,-0.0592 0.09646,-0.0593 0.09646,-0.0606 0.101974,-0.0799 0.100598,-0.0909 0.112999,-0.0896 0.104732,-0.0841 0.09646,-0.073 0.09509,-0.0689 0.108864,-0.0744 0.121267,-0.0703 0.104729,-0.0785 0.110243,-0.0689 0.119892,-0.0634 0.103353,-0.051 0.08268,-0.0358 0.09095,-0.0317 0.08406,-0.0386 0.07166,-0.0537 0.08131,-0.051 0.09233,-0.0648 0.117133,-0.0744 0.121267,-0.0758 0.114378,-0.0744 0.110243,-0.0703 0.100595,-0.0675 0.101977,-0.0717 0.104729,-0.0786 0.110243,-0.0799 0.100598,-0.0799 0.08268,-0.0785 0.09371,-0.0634 0.121268,-0.04 0.129533,-0.0537 0.143316,-0.0758 0.139185,-0.0758 0.128157,-0.0758 0.121267,-0.0675 0.119888,-0.0661 0.118512,-0.0662 0.112999,-0.073 0.106108,-0.0662 0.08544,-0.0661 0.09508,-0.0579 0.106109,-0.0579 0.09922,-0.0661 0.104732,-0.0799 0.107485,-0.0689 0.09646,-0.0634 0.08957,-0.0634 0.08544,-0.0593 0.06615,-0.0606 0.06339,-0.0565 0.07579,-0.0524 0.08268,-0.0537 0.08544,-0.0537 0.09233,-0.0469 0.0813,-0.0496 0.07717,-0.0537 0.07579,-0.0565 0.08957,-0.0565 0.110243,-0.0758 0.115754,-0.0813 0.101974,-0.073 0.08957,-0.062 0.08268,-0.0648 0.08406,-0.0579 0.09095,-0.0648 0.09922,-0.0717 0.101974,-0.0675 0.101974,-0.073 0.107488,-0.073 0.110243,-0.0675 0.07717,-0.0675 0.07304,-0.062 0.08819,-0.051 0.07442,-0.0593 0.06752,-0.0386 0.04548,-0.0317 0.04961,-0.0358 0.04823,-0.04 0.04686,-0.0317 0.0565,-0.0289 0.05788,-0.0386 0.05236,-0.0345 0.04272,-0.0276 0.04823,-0.0248 0.04961,-0.0331 0.04548,-0.0344 0.03721,-0.0289 0.03447,-0.0386 0.03721,-0.0427 0.01792,-0.0441 0.03447,-0.0386 0.0441,-0.0524 0.0565,-0.0482 0.05512,-0.0469 0.06064,-0.0496 0.06201,-0.0593 0.06615,-0.051 0.07166,-0.0565 0.07028,-0.0496 0.06891,-0.0427 0.06752,-0.04 0.06477,-0.0276 0.05374,-0.0207 0.0303,-0.0207 0.0441,-0.0276 0.04685,-0.0262 0.04272,-0.022 0.05099,-0.0317 0.07717,-0.0358 0.07166,-0.0469 0.04134,-0.0455 0.0565,-0.0455 0.07579,-0.0482 0.07855,-0.0551 0.07855,-0.0469 0.06752,-0.051 0.05512,-0.0317 0.03583,-0.0207 0.03305,-0.0179 0.02893,-0.008 0.0248,-0.008 0.0248,-0.004 0.02342,-0.005 0.0248,-0.01 0.02067,-0.011 0.02755,-0.0124 0.02893,-0.0193 0.0248,-0.022 0.02342,-0.0138 0.02755,-0.0234 0.02342,-0.0331 0.03447,-0.0386 0.0441,-0.0386 0.05099,-0.0317 0.05512,-0.033 0.05512,-0.04 0.06752,-0.0344 0.07304,-0.0317 0.06201,-0.0262 0.02342,-0.0124 h 0.0248 l 0.04547,-0.003 0.02893,0.001 0.0248,-0.003 0.0096,-0.005 0.01792,-0.007 0.01101,-0.001 -0.0055,-0.008 0.01238,-0.005 0.02067,-0.008 0.01517,-0.007"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path434"
+ d="m 61.008998,121.43291 -0.0041,0.0124 0.0014,0.0317 0.0096,0.0248 -0.01517,0.0372 -0.01655,0.051 -0.0069,0.0469 -0.0193,0.0593 -0.01379,0.0772 -0.02618,0.0758 -0.03305,0.0786 -0.0248,0.0951 -0.0303,0.0965 -0.0303,0.0896 -0.03583,0.0634 -0.02067,0.051 0.0014,0.0551 -0.01517,0.0579 -0.02205,0.051 -0.0014,0.0496 -0.02618,0.0372 -0.0441,0.0386 -0.02067,0.0358 -0.01655,0.0345 -0.01655,0.0303 -0.0083,0.0193 -0.0069,0.01 -0.0014,-0.001 v -0.0165 l 0.0083,-0.008 0.0014,-0.004 h -0.0055 l 0.01379,10e-4 0.0083,0.003 -0.0014,0.003 -0.0069,0.003 -0.0055,0.005 -0.01101,0.003 h -0.0041 l 0.0028,-0.001 -0.0028,0.005 0.0041,0.01 -0.0028,0.0124 0.0055,0.004 h 0.0041 l 0.0069,0.005 0.0041,-0.001 0.0083,0.004 0.01379,-0.001 h 0.0028 l 0.0069,0.004 0.0303,0.007 0.03583,0.007 0.03583,0.008 0.03859,0.005 0.0372,0.007 0.04823,0.0124 0.04961,0.0124 0.05926,0.007 0.135047,0.022 0.08268,-0.001 0.09095,0.003 0.0689,0.0193 0.0565,0.005 0.05236,0.011 0.05512,0.0124 0.0441,0.0124"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path436"
+ d="m 60.047128,125.79853 -0.01242,-0.0138 -0.0248,-0.0138 -0.0055,-0.0152 0.01242,-0.0289 0.0041,-0.0358 0.02342,-0.0579 0.05099,-0.0675 0.05236,-0.0923 0.06201,-0.10473 0.08131,-0.0978 0.07855,-0.0854 0.09233,-0.0744 0.09922,-0.0537 0.09508,-0.0372 0.08544,-0.0138 0.06752,-0.008 0.07304,0.008 0.07855,0.0289 0.0565,0.0427 0.03858,0.0427 0.02205,0.0551 0.01379,0.0661 0.01517,0.0827 0.02618,0.0937 0.0248,0.10611 0.02205,0.12265 0.02342,0.12953 0.0303,0.1254 0.03168,0.13229 0.04548,0.13092 0.05374,0.11713 0.05788,0.10336 0.06615,0.0841 0.04823,0.0689 0.04961,0.0593 0.04961,0.0455 0.04272,0.0276 0.0565,0.0193 0.05788,0.008 0.05099,-0.01 0.05788,-0.007 0.06201,-0.007 0.07579,-0.0234 0.05512,-0.0234 0.03447,-0.0193 0.03305,-0.0276 0.02618,-0.0234 0.03168,-0.0331 0.03447,-0.0358 0.02618,-0.0358 0.0041,-0.0344"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path438"
+ d="m 61.76003,125.11365 -0.0028,0.003 -0.01517,0.0248 -0.0303,0.0303 -0.01242,0.0358 -0.02618,0.0427 -0.03858,0.051 -0.03996,0.0593 -0.03721,0.0689 -0.03583,0.0813 -0.03996,0.0937 -0.04685,0.0923 -0.05374,0.0951 -0.05926,0.0978 -0.07717,0.11575 -0.07579,0.1254 -0.06615,0.11851 -0.06752,0.11163 -0.05375,0.0978 -0.05512,0.10335 -0.05236,0.0965 -0.06477,0.0813 -0.05926,0.073 -0.06063,0.0675 -0.03996,0.0703 -0.0193,0.0606 -0.05788,0.0868 -0.01655,0.0317 -0.02205,0.022 -0.0193,0.0262 -0.02755,0.0234 -0.04134,0.0124 -0.02618,0.0276 -0.01101,0.0165 -0.01238,0.007 -0.01379,0.001 -0.0193,0.008 -0.0055,-0.003 0.02067,-0.007 0.01379,-0.007"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path440"
+ d="m 76.13572,112.6617 0.0069,-0.0455 0.0055,-0.0482 -0.0028,-0.004 -0.0028,0.0124 0.0014,0.011 0.01101,0.011 0.02755,0.0124 0.0441,0.0165 0.06339,0.0152 0.07304,0.007 0.08131,-0.003 0.07992,-0.011 0.08544,-0.011 0.07304,-0.0179 0.05788,-0.0165 0.07028,-0.008 0.07028,-0.0124 0.06477,-0.0179 0.05512,-0.011 0.05926,-0.01 0.05237,-0.011 0.05099,-0.003 0.0441,0.004 0.03447,0.005 0.04823,0.003 0.05788,0.008 0.05512,0.003 0.05099,-0.001 h 0.06201 l 0.06752,-0.003 0.08957,-10e-4 0.06615,-0.001 h 0.04272 l 0.04961,-0.005 0.04823,-0.008 0.05788,-0.007 0.06614,-0.007 0.06477,-0.0138 0.07304,-0.005 0.07717,-0.0124 0.08957,-0.0124 0.09095,-0.005 0.09371,0.003 0.08819,0.004 0.07717,0.011 0.07992,0.003 0.09233,0.008 0.09784,0.0207 0.09784,0.0138 0.07855,0.0138 0.07028,0.0179 0.08268,0.011 0.08406,0.01 0.08268,0.003 0.07028,0.008 0.06063,0.0179 0.05374,0.011 0.05926,0.004 0.06477,0.01 0.07855,0.004 0.08268,0.011 0.06752,-10e-4 0.0689,0.003 0.07304,0.005 0.0565,0.007 0.06064,-0.001 0.0937,-0.001 0.09508,-0.01 0.09095,-0.001 0.09095,-0.007 0.0689,-0.007 0.05788,0.008 0.05788,0.001 0.08406,-0.004 0.106108,-0.007 0.117133,-0.007 0.111619,-0.007 h 0.09371 l 0.07993,0.008 0.0813,0.003 0.119888,0.001 h 0.111623 l 0.07855,0.008 0.07028,0.007 h 0.07579 l 0.09646,-0.001 0.103353,-0.003 0.0882,0.005 h 0.08544 l 0.09922,-0.001 0.128157,0.005 0.136426,0.007 0.110243,0.008 0.107488,0.007 0.121268,0.006 0.121267,0.007 0.111619,0.006 0.08819,0.005 0.100598,0.005 0.114378,0.004 0.09646,0.0138 0.08682,0.005 0.09233,0.004 0.0937,0.0124 0.0813,-0.001 0.08268,-0.003 0.07993,0.004 0.0813,-0.001 0.08131,-0.008 0.07166,-0.001 h 0.08544 l 0.09784,-0.007 0.101977,-0.007 0.106109,-0.007 0.111619,-0.0124 0.09922,-0.007 0.09371,-0.011 0.103353,-0.0124 0.107485,-0.004 0.100598,-0.004 0.103353,-0.011 0.104729,-0.011 0.113002,-0.006 0.100594,-0.004 0.108868,-0.004 0.124022,10e-4 0.122647,-0.004 0.108863,-0.005 0.08957,0.001 h 0.101973 l 0.128159,0.001 h 0.112998 l 0.09233,0.008 h 0.08406 l 0.09371,0.007 0.09784,0.007 0.09371,0.005 h 0.08682 l 0.07855,-0.001 0.08406,-0.003 0.0882,-0.001 0.09508,-10e-4"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path442"
+ d="m 97.947303,112.67134 0.118512,-0.003 0.121267,-0.001 0.121269,-0.008 0.122642,-0.001 h 0.113001 l 0.110244,-0.0124 0.129532,-0.007 h 0.133673 l 0.132291,-0.0124 0.141936,-0.005 0.13367,0.001 0.129538,0.003 0.125399,-0.011 0.11989,-0.005 0.112999,-0.007 0.108863,-0.005 0.118511,-0.0124 0.12678,-0.0138 0.113,-0.005 0.11851,-0.0124 0.13367,-0.0179 0.12403,-0.005 0.10335,-0.011 0.10887,-0.0165 0.10197,-0.0124 0.11989,-0.004 0.11713,-0.01 0.10198,-0.004 0.0923,-0.003 0.0827,-0.004 0.0744,0.003 0.0744,0.001 0.0661,0.003 h 0.1254 l 0.0634,-0.0138 0.0703,-0.0152 0.0758,-0.008 0.0813,-0.0138 0.0882,-0.0138 0.0965,-0.0124 0.0965,-0.004 0.0937,0.003 0.0896,0.004 0.0841,0.004 0.0799,0.004 0.0785,0.008 0.0799,0.007 0.0813,0.007 h 0.0648 l 0.0689,0.011 0.0937,0.005 0.0965,0.004 0.0827,0.0124 0.0813,0.005 0.0951,0.004 0.11162,-0.001 0.11438,-0.01 0.0827,-0.01 0.0524,-0.001 0.0358,0.007 0.0275,0.001 0.0289,10e-4 0.0276,-0.006 0.0262,-10e-4 h 0.0276 l 0.0262,-0.005 0.0262,-0.008 h 0.0179 l 0.0138,-0.006 0.008,-0.005 h 0.0317 l 0.0703,-0.0124 0.0634,-0.007"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path444"
+ d="m 104.82096,111.66951 0.0165,-0.0937 -0.011,-0.10611 -0.0358,0.004 -0.01,0.0262 -0.0124,0.011 0.006,0.0124 0.003,0.011 0.003,0.007 0.007,0.0138 0.004,0.0124 0.003,0.0207 0.001,0.0262 0.005,0.0372 0.0138,0.0524 0.0345,0.0593 0.0289,0.0593 0.0276,0.0551 0.051,0.0441 0.0661,0.04 0.073,0.0482 0.0841,0.0413 0.0758,0.0358 0.0758,0.04 0.0923,0.0289 0.0827,0.0303 0.0717,0.0179 0.0537,0.01 0.0565,0.01 0.0537,0.005 0.0303,0.008 0.008,-0.004 0.008,0.001 v 0.011 l -0.008,0.005 -0.01,0.011 -0.0152,0.008 -0.0138,0.0138 -0.0248,0.0262 -0.0386,0.0358 -0.0606,0.0482 -0.0606,0.0565 -0.0579,0.0662 -0.0785,0.0703 -0.0758,0.0758 -0.091,0.0661 -0.0703,0.062 -0.0331,0.0551 -0.0289,0.0469 -0.0331,0.0358 -0.022,0.0358 -0.01,0.0317 -0.005,0.0262 0.004,0.0207 0.003,0.01 0.0193,0.003 0.011,0.005 0.0152,0.007"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path446"
+ d="m 107.58254,111.41319 0.0303,-0.1061 0.091,-0.2012 0.0317,-0.0937 v -0.0248 l -0.01,0.0165 -0.0124,0.0331 -0.0152,0.0358 -0.0138,0.04 -0.011,0.04 -0.0152,0.0413 -0.0262,0.0689 -0.04,0.0937 -0.0413,0.113 -0.0303,0.11852 -0.022,0.10473 -0.011,0.0951 -0.003,0.091 0.004,0.0772 0.001,0.0661 0.0152,0.0469 0.0193,0.0331 0.0289,0.0262 0.0372,0.0179 0.0469,0.022 0.0593,0.0124 0.0648,-0.003 0.0744,-0.0138 0.0813,-0.0193 0.073,-0.0317 0.0841,-0.0413 0.0882,-0.0537 0.0813,-0.0606 0.062,-0.0634 0.0648,-0.0662 0.0606,-0.0785 0.0537,-0.0965 0.0565,-0.0978 0.0496,-0.0965 0.0441,-0.10336 0.0455,-0.0978 0.0345,-0.0951 0.0276,-0.0965 0.0358,-0.0744 0.0372,-0.0496 0.0248,-0.0262 0.011,-0.0138 -0.001,-0.001 0.003,0.0138 v 0.0165 l -0.004,0.0124 -0.003,0.01 -0.001,0.007 -0.003,0.004 -0.007,0.004 0.005,0.0138 0.01,0.0179 0.003,0.0262 -0.005,0.0427 0.005,0.0537 0.0138,0.0703 -0.007,0.10473 -0.022,0.11714 -0.0289,0.13091 -0.0234,0.13367 -0.0345,0.14607 -0.0331,0.14469 -0.0179,0.14056 -0.0207,0.13781 -0.0276,0.14883 -0.0207,0.15158 -0.007,0.15572 -0.004,0.15572 -0.0207,0.13918 -0.008,0.13092 -0.0152,0.13504 -0.0248,0.13643 -0.0124,0.14056 -0.0234,0.15571 -0.0386,0.16675 -0.04,0.16398 -0.0317,0.15296 -0.0358,0.14883 -0.0358,0.12954 -0.0207,0.1006 -0.0303,0.0689 -0.0317,0.0455 -0.0262,0.0303 -0.0262,0.0207 -0.0262,0.0193 -0.0207,0.0152 -0.0193,0.0193 -0.0275,0.0179 -0.0358,0.0165 -0.0358,0.0193 -0.0372,0.0124 -0.0358,0.0193 -0.0455,0.0124 h -0.062 l -0.0469,-0.003 -0.0317,-0.004 -0.0262,-0.01 -0.0344,-0.022 -0.0372,-0.0234 -0.0179,-0.0303 -0.022,-0.0317 -0.0248,-0.0248 -0.0262,-0.0289 -0.0289,-0.0289 -0.0289,-0.0276 -0.0276,-0.0386 -0.022,-0.0427 -0.022,-0.0358 -0.0207,-0.0317 -0.0152,-0.0317 0.0138,-0.0331 0.001,-0.0248 -0.0138,-0.0289 0.003,-0.0331 -0.006,-0.0303 0.001,-0.0248 0.007,-0.0372 0.008,-0.0427 0.0152,-0.0303 0.007,-0.0386 0.0179,-0.0455 0.0262,-0.0565 0.0207,-0.0565 0.0179,-0.0469 0.022,-0.0441 0.0234,-0.0372 0.0179,-0.0165 v -0.0111 l 0.011,-0.011 0.022,-0.0234 0.0317,-0.0207 0.0372,-0.0275 0.0468,-0.0303 0.0579,-0.0372 0.0662,-0.0386 0.0758,-0.051 0.0772,-0.051 0.0786,-0.0565 0.0882,-0.0661 0.0896,-0.0689 0.0937,-0.0524 0.10887,-0.04 0.10611,-0.0455 0.0965,-0.0469 0.10335,-0.0469 0.10197,-0.0482 0.0978,-0.0482 0.11576,-0.0427 0.11575,-0.0358 0.1006,-0.0303"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path448"
+ d="m 75.789832,80.036649 h -0.0028 l -0.0014,0.01379 -0.0069,0.0248 v 0.0303 l 0.0014,0.03721 0.0069,0.04134 0.0096,0.04548 0.0069,0.05512 0.01379,0.06339 0.0193,0.07304 0.01517,0.07441 0.01101,0.08406 0.0041,0.08819 0.0028,0.08957 0.0028,0.103353 0.0028,0.101974 0.0041,0.09095 -0.0014,0.09095 -0.01517,0.08682 -0.0028,0.09784 0.01242,0.09922 -0.0055,0.101978 0.0014,0.09508 -0.02617,0.09095 -0.0097,0.09922 0.02893,0.09922 0.0041,0.08957 0.0028,0.08544 0.0069,0.08406 v 0.09233 l 0.0055,0.08957 0.0055,0.0937 0.0055,0.100598 0.0055,0.104729 0.0055,0.09233 -0.0014,0.09784 -0.0014,0.106108 0.01101,0.110244 -0.0069,0.09646 -0.02067,0.07993 -0.0028,0.07993 0.0055,0.08268 0.01654,0.08544 0.0028,0.08819 0.02067,0.08819 0.0096,0.07717 -0.0014,0.07993 0.01101,0.0813 0.0055,0.08406 0.01101,0.08406 0.0041,0.08957 0.0055,0.09233 0.0028,0.101974 -0.0014,0.100598 -0.0096,0.09095 -0.0083,0.0813 -0.01517,0.08406 -0.0083,0.09233 -0.0069,0.09508 -0.0041,0.08957 -0.01101,0.08819 -0.0248,0.07993 v 0.07442 l 0.0041,0.07304 0.0041,0.06753 0.01792,0.06752 0.0041,0.06339 0.0069,0.06201 v 0.05926 l -0.0014,0.05788 0.0041,0.07028 0.0041,0.07579 -0.0014,0.08957 -0.0083,0.08544 0.0055,0.08819 -0.01379,0.0689 -0.0083,0.06201 0.0069,0.06615 -0.0055,0.07579 -0.01242,0.07855 -0.02755,0.08544 -0.0069,0.08131 0.01517,0.07717 0.0055,0.07166 0.0028,0.06339 0.0028,0.06753 0.0014,0.06339 0.01379,0.06477 0.01379,0.05788 0.01379,0.06339 0.0055,0.06752 0.01101,0.06201 0.0041,0.06477 0.0028,0.07442 0.01792,0.06339 -0.0014,0.06615 -0.0097,0.06064 -0.01101,0.05374 -0.01517,0.05512 -0.0097,0.06615 -0.0069,0.06339 0.0014,0.07304 0.0028,0.07579 -0.0041,0.08268 -0.0041,0.07717 0.0083,0.07855 0.0096,0.07303 0.0083,0.07166 0.0083,0.05788 0.0069,0.05512 0.0055,0.05926 -0.0083,0.06615 0.0028,0.06615 -0.0014,0.06063 -0.0028,0.06615 -0.0014,0.07303 v 0.07717 l -0.0069,0.0813 -0.0014,0.08819 -0.01242,0.07028 -0.0069,0.05236 0.0014,0.05099 0.0083,0.06615 0.0096,0.07993 0.0028,0.07717 v 0.07304 l 0.0069,0.07304 -0.0083,0.06752 -0.0014,0.06477 -0.0014,0.0813 -0.02067,0.0937 -0.0028,0.08544 0.02755,0.08406 0.0041,0.08957 -0.01242,0.08681 v 0.08268 l -0.0014,0.08681 -0.01379,0.07855 -0.0014,0.07993 0.02067,0.07992 0.0041,0.06477 0.0069,0.06615 v 0.06615 l -0.0014,0.07166 -0.0014,0.07717 -0.0014,0.07442 0.01242,0.07166 0.0069,0.07303 v 0.06615 l 0.0055,0.07028 0.0069,0.07166 0.0193,0.06752 0.0083,0.06477 -0.01517,0.05925 -0.0041,0.06339 -0.0028,0.06477 -0.0028,0.06752 V 92.0118 l -0.01242,0.0565 -0.0069,0.06477 -0.0069,0.0565 -0.0055,0.06339 -0.01238,0.07303 v 0.07855 l 0.0096,0.07579 0.0041,0.0689 0.0096,0.06477 -0.01238,0.06477 0.0055,0.06477 0.0069,0.05926 0.0069,0.05788 0.02755,0.0565 0.0083,0.05512 0.0041,0.05788 -0.0096,0.03721 0.0028,0.04134 0.0028,0.07028 -0.0083,0.06477 -0.0028,0.05926 -0.01379,0.07166 -0.0083,0.07304 -0.01379,0.08268 -0.01242,0.08406 0.0014,0.07717 -0.0028,0.07028 0.0096,0.06477 -0.0083,0.06752 v 0.07028 l 0.0303,0.05237 0.01792,0.04823 v 0.04961 l 0.0041,0.03996 0.0041,0.03583 -0.0028,0.03443 0.0028,0.02893 0.0041,0.02755 -0.0014,0.03168 -0.0028,0.03306 0.0055,0.03306 v 0.03447 l 0.0069,0.04134 v 0.04823 l -0.01379,0.06752 -0.01517,0.08406 -0.0083,0.06891 0.0069,0.05788 0.0041,0.05237 -0.0055,0.05374 0.0014,0.05099 0.0028,0.126781 v 0.267339 l -0.0083,0.06201 v 0.06339 l -0.0069,0.06339 -0.02067,0.0689 -0.0014,0.05925 0.0014,0.05926 -0.0041,0.05926 -0.0055,0.06201 0.0083,0.06615 -0.0041,0.06752 -0.03168,0.07442 -0.0028,0.07166 0.0083,0.07166 0.0028,0.06752 0.0028,0.06064 -0.01101,0.06201 -0.0014,0.06477 0.0083,0.06064 v 0.05236 l 0.0014,0.0441 v 0.0565 l -0.0014,0.05512 -0.02067,0.0441 -0.0028,0.03996 0.02067,0.04548 -0.0041,0.06201 -0.01242,0.07992 -0.01517,0.07028 -0.0083,0.07028 0.0083,0.0689 -0.0041,0.0689 -0.01238,0.06201 v 0.06339 l -0.01101,0.06477 v 0.06614 l 0.0028,0.06615 -0.01242,0.05926 v 0.05374 l -0.0041,0.05512 0.0069,0.06063 0.0083,0.05512 0.02205,0.05237 0.0028,0.05512 -0.03305,0.06615 -0.0069,0.07166 -0.0096,0.07166 -0.0014,0.0689 -0.0041,0.07993 v 0.08268 l 0.0028,0.0882 0.0083,0.08682 0.0028,0.08682 0.0014,0.07855 0.02067,0.06752 0.0028,0.06615 -0.01517,0.06752 -0.0041,0.0689 -0.0028,0.0689 -0.0014,0.07166 -0.0069,0.07166 -0.0069,0.06752 -0.0069,0.07028 0.0069,0.07854 0.0028,0.08268 0.0014,0.07442 0.0014,0.07166 0.0083,0.06477 0.0069,0.0689 0.0014,0.07166 0.01242,0.07166 0.01242,0.07855 0.01379,0.0799 0.0193,0.0799 0.01242,0.073 -0.0028,0.0717 0.0028,0.0634 0.0028,0.0744 0.0097,0.0785 0.0055,0.0744 0.01242,0.0703 0.0055,0.0772 -0.0083,0.062 -0.0028,0.0551 -0.0014,0.0551 -0.0083,0.051 0.0055,0.0689 0.0069,0.0882 -0.0055,0.0758 v 0.0689 l 0.0083,0.0524 0.0014,0.0565 -0.02067,0.051 -0.0028,0.0579 0.02755,0.0593 0.01101,0.062 v 0.062 l 0.0069,0.0565 0.01101,0.0524 0.0193,0.0606 0.01379,0.0565 -0.0083,0.0551 -0.0041,0.0662 -0.0041,0.0634 0.0028,0.0579 v 0.0524 l -0.0014,0.0482 0.0069,0.051 -0.0069,0.0551 -0.0069,0.062 -0.0069,0.0634 -0.02755,0.062"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path450"
+ d="m 76.028232,105.2823 0.0028,0.0606 0.01654,0.0551 0.01792,0.0662 -0.01242,0.0992 -0.01517,0.11989 -0.0041,0.11714 0.0069,0.0951 v 0.0882 l -0.0055,0.0896 0.01242,0.0923 0.0096,0.0799 -0.01242,0.0758 -0.0028,0.0703 0.01242,0.0703 0.0083,0.073 v 0.0703 l 0.01238,0.0758 0.0069,0.073 -0.0083,0.0717 -0.0028,0.0717 0.0041,0.073 -0.02067,0.0717 0.0041,0.0785 0.02205,0.0744 0.0096,0.0717 0.0014,0.073 0.0055,0.0593 v 0.0496 l -0.0014,0.0537 0.0041,0.051 0.0055,0.0469 0.0069,0.0455 -0.0014,0.0469 -0.0014,0.0496 -0.0014,0.0551 -0.0014,0.0538 v 0.051 l -0.0014,0.0551 v 0.0524 l -0.0055,0.0675 -0.0069,0.073 -0.0014,0.0786 0.0014,0.0772 -0.0055,0.0703 -0.0055,0.0717 -0.0069,0.0661 0.0014,0.0579 0.0014,0.0551 0.0014,0.0565 0.0014,0.0524 v 0.0455 l -0.0055,0.0441 -0.0083,0.0469 v 0.0537 l 0.0069,0.0634 v 0.073 l -0.0055,0.0799 -0.0014,0.0854 -0.0055,0.0854 -0.0069,0.0772 -0.0069,0.0717 -0.01379,0.0634 0.0069,0.062 0.01654,0.0606 -0.0028,0.0579 v 0.0441 l 0.0069,0.0413 0.01517,0.0317 0.01379,0.0372 0.0069,0.0358 0.0041,0.0303 0.0041,0.0358 0.0041,0.04 0.0041,0.0468 0.0041,0.0427 0.0055,0.0413 -0.0014,0.051 -0.0028,0.0551 -0.0014,0.0482 v 0.0441 l -0.0014,0.0427 -0.0055,0.0372 -0.0014,0.0413 0.0014,0.0427 v 0.0386 l 0.0014,0.0358 0.0083,0.0317 v 0.0689 l 0.01379,0.0317 0.0069,0.0317 0.0069,0.0331 0.02618,0.0386 0.01379,0.0413 -0.0083,0.0427 0.0028,0.0289 0.0028,0.022 0.01654,0.0358 0.0069,0.0358 -0.0083,0.0345 -0.0028,0.0372 -0.0028,0.0455 -0.0083,0.0441 -0.0083,0.0468 v 0.04 l -0.0055,0.0386 0.0014,0.0427 -0.0055,0.0455 -0.0055,0.04 -0.01792,0.0358 0.0055,0.0427 0.0303,0.0441 0.0055,0.0537 -0.0069,0.0427 0.0055,0.0358 0.0055,0.0344 -0.0069,0.0372 -0.0097,0.0496 -0.0028,0.0537 -0.0083,0.0358 0.0069,0.0234 0.0014,0.0138 -0.0041,0.0207 -0.01379,0.0303 -0.0083,0.04 0.0069,0.0496 0.0028,0.0579 -0.0055,0.0579 -0.01242,0.062 -0.0014,0.0785 0.0014,0.0703 -0.0055,0.0524 0.0014,0.0331 0.0028,0.0152 v 0.007 l 0.0083,-0.003 0.0014,-0.01 0.0014,-0.011 -0.0028,-0.008 -0.0014,0.003 -0.0014,0.01 0.0055,-0.004 -0.0083,0.004 0.0083,-0.008 0.01792,-0.007 0.0014,0.003 -0.0083,0.005"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path452"
+ d="m 74.847253,79.670091 -0.04134,0.02755 -0.08957,0.04961 -0.04272,0.02618 0.0028,-0.01101 0.01654,-0.01792 0.01379,-0.01517 0.01517,-0.01792 0.0097,-0.0193 0.02205,-0.02755 0.0303,-0.04272 0.02893,-0.04961 0.03858,-0.05099 0.05099,-0.05099 0.07028,-0.05237 0.07028,-0.06614 0.06201,-0.07993 0.06339,-0.09095 0.0565,-0.09922 0.05925,-0.09646 0.05237,-0.09922 0.05099,-0.09784 0.05926,-0.08268 0.05237,-0.07855 0.05374,-0.07028 0.04686,-0.07028 0.03443,-0.05926 0.02618,-0.06477 0.03447,-0.04823 0.02342,-0.03721 0.01517,-0.03447 0.01654,-0.0248 0.0193,-0.0193 0.0083,-0.01655 0.0069,-0.0028 0.0028,0.0014 -0.0041,0.01101 0.0014,0.01655 0.0096,0.01101 0.0014,0.02618 0.0083,0.0303 0.01379,0.03306 0.01517,0.0303 0.02067,0.04272 0.01379,0.05512 0.0193,0.05788 0.03168,0.05374 0.02617,0.04685 0.03858,0.04272 0.03721,0.04134 0.02893,0.04134 0.03996,0.04134 0.04686,0.04823 0.04823,0.05099 0.05374,0.05788 0.05788,0.07028 0.06615,0.07992 0.03306,0.09646"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path454"
+ d="m 78.310264,80.824888 -0.0303,0.06063 -0.07717,0.03859 -0.04961,-0.03306 -0.02617,-0.03859 -0.01242,-0.03168 -0.0096,-0.04272 0.0028,-0.04961 0.0096,-0.04823 0.02205,-0.05512 0.03996,-0.06063 0.05375,-0.07166 0.08544,-0.06477 0.09784,-0.06891 0.107488,-0.0689 0.121267,-0.05237 0.125399,-0.02342 0.113002,-0.01379 0.0813,0.0055 0.07441,0.03721 0.0689,0.0565 0.02893,0.07028 0.0083,0.07166 -0.0083,0.07855 -0.01101,0.09509 -0.02342,0.135047 -0.03168,0.186034 -0.03447,0.205327 -0.05512,0.203951 -0.05788,0.198438 -0.07579,0.186034 -0.06752,0.187413 -0.03583,0.17501 -0.0441,0.148829 -0.0441,0.119888 -0.07028,0.08819 -0.03447,0.07304 -0.0055,0.0441 -0.02342,0.0097 -0.0193,-0.0028 -0.01101,-0.0083 -0.0096,-0.0069 -0.0069,-0.0096 -0.0028,-0.0028 0.0083,0.0069 0.01101,0.0055 -0.0069,0.0083 h 0.01517 l 0.0248,-0.0014 0.02067,0.0041 0.01654,0.0014 0.02205,0.0055 0.04548,0.01238 0.04961,0.02205 0.04685,0.02205 0.05512,0.01242 0.05512,0.01792 0.05375,0.0248 0.05926,0.01101 0.05512,0.01517 0.06339,0.0083 0.06752,0.0014 0.07579,-0.0055 0.07717,-0.0041 0.07993,-0.0041 0.08682,-0.0028 0.08819,-0.0014 0.06201,-0.01242 0.04134,-0.01379"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path456"
+ d="m 78.206911,81.710964 -0.03859,0.0069 h -0.01379 l 0.0069,-0.0041 0.01242,-0.0069 0.01101,-0.0069 0.02342,-0.02618 0.05099,-0.03168 0.07304,-0.04961 0.09233,-0.04961 0.115753,-0.05926 0.139182,-0.05788 0.14056,-0.04961 0.128157,-0.0565 0.139182,-0.04961 0.139181,-0.04134 0.117133,-0.03306 0.09922,-0.03171 0.09095,-0.02618 0.07441,-0.02067"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path458"
+ d="m 69.405381,98.867538 h 0.04961 l -0.01379,0.0096 -0.0083,-0.0014 -0.0041,0.0041 -0.01654,0.0083 -0.0055,0.0055 -0.01101,0.0041 -0.02067,0.01379 -0.02205,0.02205 -0.02067,0.01517 -0.02342,0.0041 -0.0303,0.01655 -0.0248,0.0193 -0.01654,0.01792 -0.02067,0.01792 -0.03305,0.01517 -0.0248,0.01792 -0.02618,0.02205 -0.03447,0.0303 -0.03168,0.02618 -0.01379,0.0303 -0.0248,0.02755 -0.03305,0.02893 -0.04272,0.03447 -0.0303,0.0372 -0.0069,0.03583 -0.02342,0.03168 -0.02755,0.03306 -0.03447,0.03306 -0.02205,0.03859 -0.02755,0.03996 -0.03583,0.03447 -0.02893,0.03859 -0.04134,0.03858 -0.04272,0.03306 -0.03583,0.02617 -0.02617,0.0303 -0.01792,0.0248 -0.0303,0.0248 -0.02617,0.0193 -0.02618,0.03306 -0.02617,0.03447 -0.02755,0.04272 -0.02893,0.03859 -0.02205,0.03447 -0.02617,0.03305 -0.03443,0.03306 -0.02893,0.0386 -0.03447,0.0469 -0.03721,0.0482 -0.02755,0.0469 -0.02755,0.0455 -0.0193,0.04 -0.01792,0.0358 -0.0248,0.0413 -0.02205,0.0386 -0.03447,0.0427 -0.02342,0.0331 -0.0014,0.0372 -0.01101,0.0303 -0.01517,0.0372 -0.0028,0.0345 -0.01517,0.0303 -0.01792,0.0262 -0.01792,0.0386 -0.03721,0.0455 -0.03583,0.051 -0.06339,0.0951 -0.02893,0.0524 -0.02618,0.0593 -0.02067,0.0593 -0.0193,0.0634 -0.0248,0.0758 -0.03447,0.073 -0.04272,0.0634 -0.02205,0.0538 -0.01379,0.0496 -0.01101,0.0496 -0.01238,0.0524 -0.03306,0.0524 -0.0248,0.0551 0.01792,0.0496 -0.0041,0.0469 -0.03583,0.0537 -0.02067,0.0593 -0.0193,0.051 -0.01792,0.0606 -0.01101,0.0648 -0.0028,0.0758 -0.02205,0.0675 -0.0248,0.062 -0.01101,0.0593 -0.0028,0.0537 -0.02205,0.0496 -0.01101,0.0593 -0.0028,0.0606 -0.0096,0.0551 -0.01101,0.0537 -0.0041,0.0482 0.0028,0.0524 0.0041,0.0496 -0.0055,0.0551 -0.0055,0.062 v 0.12954 l -0.0056,0.0636 0.0069,0.0565 -0.0069,0.0524 v 0.0593 l 0.01379,0.0606 -0.0055,0.0565 v 0.0593 l -0.01379,0.0606 0.01101,0.062 0.03583,0.0606 0.0028,0.0689 0.01242,0.0758 0.0055,0.0703 0.01238,0.0551 0.01654,0.0565 0.01238,0.0634 0.01792,0.062 0.01101,0.0537 0.01654,0.0579 0.01654,0.0537 0.01101,0.0482 0.0096,0.0455 0.01654,0.0358 0.02342,0.0441 0.01792,0.0496 0.01792,0.0579 0.04961,0.051 0.02755,0.0606 0.0097,0.0537 0.02617,0.0482 0.02067,0.0482 0.02893,0.0372 0.02893,0.04 0.02893,0.0358 0.02893,0.0289 0.01379,0.0289 0.0193,0.0289 0.0193,0.0317 0.03306,0.0386 0.03168,0.0358 0.0303,0.0344 0.03447,0.0331 0.02893,0.0413 0.01517,0.0358 0.01792,0.0372 0.03858,0.0386 0.03721,0.0413 0.0303,0.0413 0.02755,0.0331 0.03306,0.0234 0.02755,0.0358 0.02617,0.04 0.02893,0.0276 0.0303,0.0303 0.04134,0.0386 0.0441,0.0345 0.06201,0.062 0.0303,0.0248 0.04548,0.0179 0.03583,0.0262 0.02617,0.0275 0.01792,0.0152 0.02893,0.011 0.0565,0.0193 0.03721,0.0193 -0.0014,0.0179 0.02342,0.0179 0.02755,0.0234 0.02893,0.0248 0.03583,0.0234 0.02893,0.0248 0.02342,0.0234 0.03168,0.0152 0.0303,0.0138 0.02205,0.01 0.0069,0.007 0.02205,0.007 0.03447,0.008 0.02617,0.0124 0.02893,0.004 0.02205,0.004 0.02618,0.011 0.04686,-0.001 0.03583,0.005 0.0041,-10e-4 0.01101,0.01 0.01792,0.007 0.01654,0.001 0.01792,0.011 0.0303,0.0138 0.02617,0.007 0.01654,0.007 0.02067,0.01 0.02342,0.005 0.01101,0.007 0.0193,-0.003 0.03996,-0.004 0.03721,0.005 0.04272,-0.003 h 0.03168 l 0.03306,-0.007 0.04961,-0.001 0.05237,0.007 0.04685,0.008 0.03997,10e-4 h 0.07166 l 0.03583,0.007 0.0441,-0.001 h 0.03859 l 0.03306,-10e-4 0.03443,0.005 h 0.101977 l 0.0248,-0.001 h 0.02755 l 0.03859,-0.007 h 0.04272 l 0.04134,-0.0138 h 0.02893 l 0.02893,-0.005 0.02755,-0.005 h 0.02618 l 0.02893,0.001 0.07717,0.003 0.03583,-0.005 h 0.03447 l 0.03306,-0.007 h 0.03305 l 0.06201,-0.007 0.04823,-0.007 -0.0069,-0.0193 0.01379,-0.008 h 0.03583 l 0.05512,-0.008 0.04548,-0.0124 0.0248,-0.0138 0.02893,-0.004 0.02618,-0.011 0.03858,-0.011 0.03997,-0.0124 0.0372,0.003 0.03721,-0.003 0.05788,-0.011 0.05925,-0.0124 0.04961,-0.007 0.0193,-0.0124 0.04685,-0.0165 0.07717,-0.0124 0.06752,-0.0138 0.05788,-0.0179 0.04823,-0.0179 0.04823,-0.0234 0.03447,-0.0193 0.03721,-0.0152 0.05099,-0.0165 0.04685,-0.01 0.08544,-0.0303 0.03859,-0.011 0.01792,-0.0165 0.03168,-0.003 0.04961,-0.008 0.05099,-0.011 0.04823,-0.011 0.04134,-0.0179 0.0441,-0.0124 0.03305,-0.0262 0.04272,-0.0179 0.0441,-0.011 0.03996,-0.01 0.03583,-0.0165 0.03721,-0.0165 0.03305,-0.0234 0.0193,-0.0124 0.02618,-0.008 0.03168,-0.008 0.02755,-0.0165 0.03305,-0.011 0.01792,-0.004 0.02205,-0.008 0.03306,-0.0165 0.03858,-0.0207 0.03721,-0.0124 0.02342,0.003 0.01792,-0.01 0.02342,-0.01 0.02342,-0.005 0.01379,-0.011 0.01242,-0.011 0.0193,-0.0124 0.02342,-0.0124 0.02342,-0.0193 0.0303,-0.0124 0.0248,-0.004 0.02205,-0.0165 0.01654,-0.011 0.02067,-0.01 0.0083,-0.0193 0.04134,-0.0124 0.0248,-0.011 0.01792,-0.004 0.0028,-0.005 0.0055,-0.003 0.0097,-0.011 -0.0041,-0.008 0.0083,-0.004 0.01101,0.003 0.01379,-0.004 0.01101,-0.006 0.0069,-0.0138 h 0.0069 l 0.01101,-0.004 0.01101,-0.005 0.01792,-0.007 0.02067,-0.005 0.04823,-0.0124 0.03306,-0.022 0.0055,-0.0234 0.01792,-0.008 0.02618,-0.011 0.04685,-0.008 0.02893,-0.004 0.0014,-0.0165 0.0193,-0.0152 0.0303,-0.0124 0.03583,-0.011 0.03443,-0.01 0.03172,-0.0124 0.03858,-0.0165 0.03859,-0.0124 0.02755,-0.0179 0.0248,-0.0179 0.03168,-0.01 0.03306,-0.0179 0.04547,-0.0165 0.03168,-0.0193 0.0248,-0.003 0.0303,-0.007 0.02617,-0.01 0.02067,-0.011 0.01792,-0.004 0.03168,-0.003 0.03583,-0.011 0.0248,-0.0138 0.02067,-0.005 0.0193,-0.011 0.0096,-0.0138 0.01654,-0.011 0.04685,-0.011 0.0303,-0.0138 0.02342,-0.011 0.0193,-0.01 0.02755,-0.011 0.02893,-0.011 0.03447,-0.0165 0.04134,-0.0179 0.03859,-0.0193 0.03443,-0.0179 0.03305,-0.011 0.03859,-0.008 0.03858,-0.0165 0.04134,-0.01 0.0441,-0.01 0.04685,-0.0165 0.05237,-0.011 0.06615,-0.011 0.0565,-0.011 0.03858,-0.0179 0.0441,-0.011 0.04823,-0.01 0.04961,-0.0179 0.03168,-0.0193 0.02618,-0.0234 0.03305,-0.011 0.03721,-0.0179 0.03168,-0.0165 0.03859,-0.0165 0.03996,-0.0165 0.03443,-0.0165 0.03306,-0.01 0.0441,-0.0152 0.03721,-0.0165 0.03859,-0.0179 0.04547,-0.0165 0.02893,-0.0179 0.02893,-0.01 0.04272,-0.0152 0.04134,-0.011 0.03996,-0.01 0.05099,-0.0152 0.04272,-0.0193 0.01517,-0.0193 0.02342,-0.01 0.03583,-0.0152 0.02893,-0.0262 0.03168,-0.0165 0.02755,-0.011 0.02617,-0.0152 0.03721,-0.0152 0.03858,-0.0179 0.03583,-0.01 0.0014,-0.0193 0.01379,-0.007 0.04823,-0.003 0.03721,-0.01 0.02893,-0.01 0.02067,-0.011 0.02617,-0.011 0.02618,-0.006 0.03443,-0.0179 0.04134,-0.0193 0.03168,-0.0138 0.03305,-0.0179 0.03859,-0.0165 0.04272,-0.0124 0.05237,-0.0152 0.04272,-0.0248 0.03306,-0.0248 0.0303,-0.0234 0.04134,-0.0221 0.04547,-0.0165 0.03447,-0.008 0.07028,-0.0124 0.05512,-0.0179 -0.0083,-0.0221 0.0193,-0.0165 0.03168,-0.0165 0.03996,-0.0165 0.03997,-0.008 0.02342,-0.011 0.0303,-0.0152 0.02893,-0.011 0.03996,-0.011 0.04134,-0.01 0.03168,-0.0124 0.0303,-0.01 0.03859,-0.011 0.07441,-0.0372 0.05788,-0.0234 0.04685,-0.0289 0.02618,-0.0248 0.03306,-0.0152 0.04272,-0.0207 0.03447,-0.0165 0.0303,-0.0207 0.0303,-0.0289 0.03172,-0.0234 0.03305,-0.0165 0.03168,-0.0138 0.03306,-0.0138 0.01517,-0.0234 0.02342,-0.0152 0.05099,-0.008 0.04134,-0.01 0.04134,-0.0152 0.03996,-0.01 0.03583,-0.011 0.02617,-0.0179 0.03447,-0.011 0.04547,-0.0179 0.04823,-0.0179 0.04685,-0.0248 0.04686,-0.0193 0.05099,-0.0234 0.06477,-0.0234 0.05512,-0.0317 0.03306,-0.0303 0.03721,-0.0152 0.03996,-0.0193 0.03583,-0.0276 0.04823,-0.0275 0.08268,-0.0152 0.06201,-0.0234 0.02067,-0.0234 0.0441,-0.0166 0.05099,-0.022 0.06477,-0.022 0.05374,-0.0165 0.02617,-0.0165 0.03447,-0.007 0.04134,-0.0207 0.04548,-0.0179 0.05099,-0.0165 0.04685,-0.0248 0.0565,-0.0165 0.06615,-0.0234 0.04961,-0.0248 0.04823,-0.0165 0.04134,-0.0221 0.04272,-0.0152 0.0689,-0.0138 0.05237,-0.0179 0.01792,-0.0165 0.03721,-0.0193 0.04547,-0.0234 0.05099,-0.0248 0.05788,-0.0165 0.04961,-0.0234 0.0441,-0.0289 0.04272,-0.0179 0.0441,-0.0138 0.03583,-0.0152 0.01792,-0.022 0.03721,-0.0207 0.0689,-0.022 0.0565,-0.0193 0.04685,-0.0152 0.04134,-0.008 0.101974,-0.0303 0.05099,-0.011 0.0565,-0.0165 0.05099,-0.01 0.04961,-0.0248 0.04961,-0.0179 0.04272,-0.0248 0.02893,-0.0179 0.04272,-0.0289 0.05099,-0.0372 0.04272,-0.0276 0.05374,-0.0207 0.08819,-0.0248 0.06477,-0.0248 0.02618,-0.0152 0.03168,-0.0152 0.04548,-0.0138 0.0565,-0.0207 0.03996,-0.0179 0.02893,-0.0152 0.0372,-0.0152 0.02755,-0.011 0.03447,-0.008 0.02618,-0.0165 0.0069,-0.0138 0.02618,-0.0138 0.05237,-0.0179 0.0441,-0.0207 0.03583,-0.0165 0.02755,-0.0179 0.03858,-0.0221 0.05237,-0.0234 0.05099,-0.0262 0.05375,-0.022 0.03996,-0.0234 0.04272,-0.0221 0.05512,-0.0207 0.04823,-0.0152 0.0303,-0.0221 0.03721,-0.0193 0.03721,-0.0165 0.03168,-0.0234 0.03996,-0.0207 0.01654,-0.0207 0.04961,-0.0193 0.08681,-0.0275 0.06339,-0.0276 0.04548,-0.0152 0.01517,-0.0152 0.03443,-0.0179 0.07855,-0.0276 0.07579,-0.0262 0.07166,-0.0372 0.05925,-0.0372 0.05512,-0.0303 0.04548,-0.0276 0.0441,-0.0193 0.05099,-0.0248 0.04272,-0.022 0.04547,-0.0248 0.04272,-0.0221 0.04134,-0.0276 0.04961,-0.0207 0.03996,-0.0165 0.03583,-0.0193 0.04272,-0.0152 0.04547,-0.0221 0.04548,-0.0303 0.04685,-0.0165 0.0565,-0.022 0.04272,-0.0303 0.03168,-0.0248 0.03306,-0.0207 0.02893,-0.022 0.04272,-0.0207 0.04548,-0.0221 0.03443,-0.0234 0.04272,-0.0331 0.05925,-0.0303 0.05788,-0.0372 0.05236,-0.0427 0.07579,-0.0344"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path460"
+ d="m 84.390166,100.32274 h 0.0083 l 0.02342,-0.008 0.0248,-0.008 0.01379,-0.007 0.01654,-0.005 0.02205,-0.0124 0.0248,-0.0207 0.03583,-0.0193 0.03306,-0.0124 0.02205,-0.0248 0.02617,-0.0165 0.02755,-0.0165 0.02755,-0.01 0.02067,-0.008 0.01242,-0.0152 -0.0014,-0.0165 0.01242,-0.011 0.02067,-0.008 0.01242,-0.0124 0.0028,-0.01 0.01379,-0.003 0.0069,-0.005 -0.01654,-0.004 0.0083,-0.008 0.03306,-0.0124 0.0193,-0.0152 0.02205,-0.01 0.02618,-0.0193 0.02205,-0.01517 0.02342,-0.01101 0.02755,-0.02205 0.02617,-0.02067 0.02755,-0.0041 0.02205,-0.01379 0.01379,-0.01101 0.0248,-0.0083 0.02893,-0.0028 0.01654,-0.01101 0.0193,-0.0096 0.0028,-0.01379 0.01238,-0.01101 0.01517,-0.01101 0.01655,-0.01242 0.03443,-0.01654 0.0303,-0.01379 0.0303,-0.02342 0.0248,-0.02617 0.03583,-0.0248 0.0303,-0.0248 0.02755,-0.0096 0.02617,-0.01242 0.03171,-0.0083 0.03443,-0.0069 0.03447,-0.0028 0.02755,-0.0014 0.02618,-0.0028 0.04272,-0.0041 0.05099,-0.0069 0.03858,-0.0055 0.03171,-0.0069 0.0193,-0.01242 0.02755,-0.0193 0.03306,-0.02205 0.03305,-0.02067 0.03306,-0.02618 0.06339,-0.0303 0.04961,-0.03447 0.02205,-0.03168 0.03859,-0.0248 0.05237,-0.02755 0.04823,-0.02755 0.03997,-0.0193 0.03583,-0.0248 0.03721,-0.01379 0.03583,-0.01242 0.03168,-0.0069 0.02893,-0.0193 0.03172,-0.01654 0.0441,-0.01101 0.04823,-0.01654 0.0441,-0.01101 0.03305,-0.01792 0.04272,-0.01655 0.05237,-0.01792 0.04961,-0.01242 0.0441,-0.02342 0.03859,-0.01792 0.04823,-0.01655 0.0565,-0.01654 0.05512,-0.0096 0.04961,-0.0083 0.03721,-0.01654 0.03996,-0.0097 0.05374,-0.0096 0.04134,-0.01101 0.04134,-0.0028 0.02479,-0.0041 0.03168,-0.0096 0.06064,-0.01242 0.04272,-0.01517 0.02617,-0.01101 0.02479,-0.0041 0.03172,-0.01101 0.03168,-0.0193 0.04548,-0.01792 0.05512,-0.0193 0.05099,-0.0193 0.04685,-0.01655 0.04548,-0.02342 0.04547,-0.01101 0.02617,-0.0083 0.0303,-0.0069 0.04134,-0.0083 0.03443,-0.0041 0.03721,-0.0028 0.03168,-0.0028 0.02617,-0.0055 0.01241,0.0014 0.0096,-0.0041 h 0.02893 l 0.0303,-0.0055 0.0441,-0.0083 0.04823,-0.0069 0.05926,-0.0069 0.06477,-0.01379 0.06477,-0.02067 0.04961,-0.01379 0.03031,-0.0041 0.02893,-0.0096 0.03168,-0.01654 0.02342,-0.0055 0.01929,-0.0028 0.01516,-0.0097 0.02204,-0.01101 0.02755,-0.01238 0.01791,-0.0055 0.02617,-0.0041 0.04134,-0.0041 0.04685,0.0014 0.05788,-0.0028 0.07717,-0.0069 0.06339,-0.01242 0.04823,-0.0069 0.05099,-0.0055 0.06063,-0.0055 0.05788,-0.0055 0.06477,-0.01101 h 0.09233 l 0.07717,0.0014 0.06201,-0.01101 0.06614,-0.0055 0.06615,-0.01242 0.04272,-0.01379 0.04823,-0.0055 0.08131,-0.0055 0.0813,-0.0041 0.07717,0.0014 0.07304,-0.0041 0.07441,0.0028 0.08406,0.0083 0.0813,0.01517 0.07992,0.0083 0.07028,0.01517 0.07579,0.01242 0.05925,0.01238 0.07717,0.0041 0.103352,0.0096 0.07717,0.0041 0.04961,0.0041 0.04272,-0.0041 0.05788,0.0041 0.05375,-0.0028 0.06339,0.0055 0.08543,-0.0014 0.08957,-0.0014 h 0.07855 l 0.07992,0.0069 0.07441,0.0083 0.07028,0.0069 0.05926,0.0083 0.04823,0.0069 0.04548,0.0055 0.04961,0.0055 0.06891,0.0041 0.05512,0.0055 0.02893,0.01379 0.03996,0.0041 0.05374,0.01792 0.05512,0.0069 0.05788,0.0041 0.04548,0.01792 0.04961,0.01242 0.06202,0.0041 0.06063,0.0041 0.05237,0.01101 0.02893,0.01242 0.04134,0.01101 0.07717,0.01655 0.06752,0.02067 0.05237,0.0193 0.04685,0.01792 0.04686,0.01101 0.05925,0.02205 0.06339,0.02342 0.05374,0.01792 0.04685,0.0096 0.03996,0.01517 0.03305,0.02205 0.03306,0.02342 0.02893,0.01654 0.03305,0.02893 0.05237,0.02342 0.0441,0.0248 0.03996,0.01517 0.02617,0.02205 0.02341,0.02067 0.04823,0.01517 0.02342,0.02342 -0.0013,0.0248 0.01378,0.0248 0.02479,0.02205 0.04272,0.02893 0.03996,0.0441 0.01241,0.04134 0.02479,0.03306 0.03446,0.03306 0.0441,0.03996 0.03858,0.03583 0.01516,0.02755 0.02341,0.02755 0.03721,0.03721 0.02341,0.0303 0.02066,0.0193 0.03583,0.02067 0.0096,0.02893 -0.02066,0.02205 0.0083,0.02342 0.01378,0.02617 0.01241,0.03168 0.01241,0.03583 0.01241,0.0303 0.01241,0.03447 0.01791,0.04547 0.02066,0.05099 0.01241,0.0441 0.0041,0.0345 0.0096,0.0234 -0.01654,0.0262 0.0013,0.0372 0.04272,0.0372 0.02479,0.0427 0.0083,0.0317 -0.01654,0.0276 v 0.0303 l 0.01516,0.0331 -0.0013,0.04 0.01241,0.0358 -0.0013,0.0276 -0.0013,0.0303 0.0041,0.0386 v 0.0358 l 0.0055,0.0344 v 0.0317 l 0.0069,0.022 0.0069,0.0165 0.0069,0.011 0.01378,0.0179 0.0069,0.0152 -0.02066,0.0193 -0.0055,0.0248 0.0041,0.0165 -0.01241,0.0221 -0.01516,0.0372 0.0055,0.04 -0.0055,0.0386 -0.01101,0.0372 -0.01241,0.0345 -0.01241,0.0331 -0.0055,0.0331 -0.0041,0.0317 0.0028,0.0317 -0.0028,0.0386 0.0013,0.04 0.0013,0.0413 0.0013,0.0276 -0.0055,0.0289 0.0069,0.0317 0.0069,0.0331 v 0.0386 l 0.0069,0.0358 0.01929,0.0317 -0.0055,0.0331 -0.02893,0.0276 -0.01238,0.0317 -0.01516,0.0317 -0.0083,0.04 -0.01929,0.0413 -0.01929,0.0427 -0.01101,0.0469 -0.0028,0.0413 -0.0013,0.0441 -0.0097,0.04 -0.01654,0.0372 -0.0083,0.0744 -0.01101,0.0427 -0.01241,0.0413 -0.01241,0.0317 -0.0055,0.0234 -0.0096,0.0221 -0.0055,0.0248 -0.0041,0.0193 -0.0055,0.0138 0.0028,0.0179 0.0028,0.0152 -0.0055,0.0152 -0.0055,0.0165 v 0.0331 l -0.01241,0.0179 -0.0083,0.0179 -0.0069,0.0221 -0.01241,0.0303 0.01516,0.0344 -0.0041,0.0372 -0.02617,0.0303 -0.0083,0.0248 -0.0055,0.011 0.02066,0.0152 0.0069,0.0221 -0.02479,0.007 -0.0083,0.0207 -0.01929,0.0138 -0.0096,0.0165 -0.0055,0.0179 0.0083,0.0165 0.0041,0.0124 -0.01516,0.0207 -0.0083,0.0262 -0.01378,0.011 0.0069,0.0152 -0.0028,0.0152 -0.01241,0.0234 -0.0069,0.0317 -0.01791,0.0358 -0.02204,0.0455 -0.01378,0.0468 0.0028,0.0372 -0.01516,0.0317 -0.03031,0.0317 -0.0069,0.0331 -0.0028,0.0234 -0.0083,0.0234 -0.01101,0.0179 -0.01654,0.011 -0.01241,0.0179 0.0028,0.0207 -0.0096,0.0165 0.0013,0.0179 -0.01516,0.0138 -0.01379,0.0289 0.01516,0.0276 -0.01101,0.0234 -0.01238,0.0303 -0.0069,0.0303 -0.01241,0.0345 -0.0069,0.0317 -0.01241,0.0275 -0.01791,0.0317 -0.01379,0.0289 -0.0041,0.0262 -0.0041,0.0207 -0.0096,0.0234 -0.0041,0.0275 -0.0041,0.0345 -0.01791,0.0289 -0.01929,0.0345 -0.01379,0.0358 -0.02479,0.022 -0.0069,0.0152 0.0303,0.0138 -0.0041,0.0207 -0.03168,0.0152 -0.01378,0.022 -0.01241,0.0193 0.01516,0.0303 -0.0028,0.0386 -0.03172,0.0317 -0.01516,0.0441 -0.01241,0.0427 -0.01929,0.0413 -0.01101,0.0537 -0.0303,0.0482 -0.02066,0.0358 0.0041,0.0275 -0.0055,0.0262 -0.0013,0.0358 -0.0028,0.0331 -0.0096,0.0303 -0.0055,0.0386 -0.01929,0.0331 -0.01929,0.0345 -0.01378,0.0455 -0.01929,0.0413 -0.0055,0.0482 -0.0096,0.0524 -0.02342,0.0482 -0.01241,0.0468"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path462"
+ d="m 92.829269,104.71593 -0.02755,0.0537 -0.04961,0.0841 -0.0055,0.0289 0.0096,-0.007 0.0028,0.008 0.0055,0.0207 0.01101,0.0207 0.0028,0.0152 0.0013,0.0138 v 0.0193 l -0.0083,0.0179 -0.0097,0.0165 -0.0083,0.022 -0.01516,0.0179 -0.0013,0.0179 -0.05788,0.0152 -0.01654,0.0248 0.05237,0.008 0.0055,0.0179 -0.02341,0.01 0.0096,0.008 -0.0041,0.0124 -0.04272,0.011 -0.01516,0.0234 -0.0013,0.01 0.0028,0.0138 -0.0028,0.0193 -0.01654,0.0234 -0.01241,0.0193 0.0013,0.0234 0.0028,0.0234 0.0041,0.0248 -0.01241,0.0165 -0.0055,0.0207 -0.0069,0.0152 -0.0069,0.0207 0.0013,0.0165 -0.01241,0.008 v 0.0152 l -0.0055,0.0152 -0.02479,0.0193 -0.01241,0.0152 -0.01241,0.0248 -0.0069,0.022 -0.0097,0.0303 -0.0055,0.0317 -0.01101,0.0193 -0.01654,0.0262 -0.01238,0.0289 -0.01241,0.0234 -0.0041,0.0207 -0.0028,0.0207 0.01929,0.007 -0.0028,0.007 -0.01791,0.011 -0.0028,0.0179 -0.0055,0.0152 0.03168,0.0152 -0.0041,0.0165 -0.03583,0.0152 -0.02066,0.0193 -0.01516,0.022 -0.01378,0.0303 -0.0055,0.0289 -0.0096,0.022 -0.0096,0.0289 -0.01101,0.0289 -0.0096,0.0344 -0.01101,0.0303 -0.02342,0.0262 -0.01241,0.0276 0.0096,0.0275 0.0055,0.0193 0.0041,0.0138 -0.0041,0.011 -0.0055,0.007 0.01241,0.005 0.0013,0.003 -0.0303,0.0138 -0.02204,0.0152 -0.0013,0.0179 -0.01101,0.0165 -0.0069,0.0234 0.0096,0.0248 -0.0096,0.0179 -0.02893,0.0289 -0.01654,0.033 -0.01241,0.0303 -0.0303,0.0207 -0.01378,0.0234 0.02479,0.0193 -0.0055,0.0193 -0.01654,0.0152 -0.0055,0.0193 -0.0096,0.0193 v 0.0248 l -0.0041,0.0234 -0.0069,0.0165 -0.0055,0.0152 -0.01101,0.0207 -0.0083,0.0179 -0.0055,0.01 0.0083,0.0138 -0.0097,0.0152 -0.02066,0.0248 -0.01378,0.0248 -0.01378,0.0179 -0.02342,0.0276 -0.01379,0.0386 0.02479,0.0331 -0.01378,0.0358 -0.0441,0.0345 -0.01654,0.0317 0.0013,0.0234 0.01929,0.0179 -0.0069,0.0179 -0.01791,0.0193 -0.0069,0.008 -0.01101,0.0152 -0.0069,0.022 -0.0055,0.0193 -0.01791,0.022 v 0.0207 l 0.0013,0.0276 -0.0028,0.0303 -0.01378,0.0262 -0.01101,0.022 -0.01241,0.0262 v 0.0179 l -0.01654,0.0248 -0.01378,0.0289 -0.01238,0.0234 -0.01101,0.0207 -0.01101,0.0262 -0.01101,0.0358 -0.01241,0.0248 -0.01101,0.0152 -0.0028,0.0179 -0.0028,0.0207 -0.01101,0.0207 -0.02342,0.0289 -0.01516,0.0303 -0.01241,0.0303 -0.01101,0.0289 -0.0041,0.0234 -0.01516,0.0193 -0.0041,0.0276 0.01654,0.0331 -0.0083,0.0303 -0.02617,0.0289 -0.01379,0.04 -0.01378,0.0358 -0.01241,0.0413 -0.02479,0.0469 -0.02617,0.0482 -0.01929,0.0427 -0.0028,0.0262 0.0055,0.0138 -0.0055,0.0124 -0.02204,0.01 -0.0055,0.0124 0.0013,0.0179 -0.01516,0.0207 -0.01516,0.0275 -0.01791,0.0234 -0.0069,0.0317 0.01791,0.0248 -0.0028,0.0179 -0.01654,0.0262 -0.0083,0.0303 -0.0055,0.0345 0.0069,0.0372 -0.0041,0.0427 -0.01929,0.0413 -0.02755,0.0537 -0.03447,0.0551 -0.04961,0.0482 -0.02893,0.0331 -0.03996,0.0262 -0.02342,0.0276 0.0083,0.0303 -0.02479,0.0455 -0.0303,0.0441 -0.04823,0.0331 -0.01101,0.022 0.03447,0.0124 v 0.0179 l -0.0096,0.0138 -0.0028,0.0303 -0.01101,0.0289 0.0069,0.0276 0.0013,0.0165 -0.01238,0.0138 -0.0028,0.0207 -0.0069,0.022 -0.01378,0.0289 -0.02204,0.0248 -0.0083,0.0289 -0.01654,0.0344 -0.03305,0.0372 -0.02755,0.0386 -0.02342,0.0344 -0.02341,0.051 -0.03447,0.0565 -0.03858,0.0496 -0.02204,0.0413 -0.01241,0.022 -0.01101,0.0248 -0.0041,0.0344 -0.02617,0.0372 -0.03031,0.0468 0.0028,0.0372 v 0.0248 l -0.0013,0.0234 -0.0028,0.0179 -0.01101,0.0234 -0.01241,0.0262 -0.0069,0.0344 -0.01241,0.0427 -0.02755,0.051 -0.04134,0.051 -0.03443,0.0496 -0.01929,0.0413 0.0055,0.0372 -0.01791,0.0358 -0.03996,0.0413 -0.02479,0.0468 -0.01654,0.0441 -0.0069,0.0496 -0.02066,0.0524 -0.03583,0.0455 -0.01929,0.0345 -0.01379,0.0193 -0.0083,0.0193 -0.0069,0.022 -0.0083,0.0303 -0.0096,0.0469 -0.0097,0.0689 -0.02617,0.062 -0.02066,0.0455 -0.01101,0.0372 -0.0096,0.0345 -0.01654,0.0289 -0.0096,0.0345 -0.01654,0.0482 -0.03168,0.0469 -0.02066,0.0427 -0.02893,0.0289 -0.01101,0.0193 -0.0013,0.0207 -0.01241,0.0331 -0.0096,0.0441 -0.02204,0.0427 -0.03168,0.0468 -0.03859,0.0496 -0.02204,0.0372 -0.0013,0.0303 -0.0055,0.0289 -0.01378,0.0303 -0.02066,0.0372 -0.01791,0.0455 -0.01101,0.0482 -0.0096,0.0358 -0.0097,0.0317 -0.0096,0.0358 -0.01101,0.0386 0.0028,0.04 -0.0096,0.0331 -0.01101,0.0317 -0.0055,0.0372 -0.01929,0.0386 -0.02066,0.0345 -0.02479,0.0565 -0.02066,0.0565 -0.01241,0.0386 -0.02755,0.022 -0.0041,0.022 -0.0069,0.0207 -0.02617,0.0331 -0.02066,0.0427 0.0041,0.0427 -0.0083,0.04 -0.02342,0.0289 -0.01101,0.0262 -0.0041,0.0234 -0.0096,0.0248 -0.01101,0.0331 -0.01101,0.04 -0.0055,0.0441 -0.02341,0.0413 -0.02755,0.0413 -0.02617,0.0413 -0.0303,0.0441 -0.02066,0.0289 0.01241,0.0234 -0.0041,0.0207 -0.0069,0.0234 -0.0028,0.0317 -0.0096,0.0331 -0.03721,0.04 -0.0303,0.0524 -0.01379,0.051 -0.01791,0.0358 -0.0096,0.0372 -0.0083,0.0317 -0.0013,0.0303 -0.0083,0.0303 -0.0097,0.0358 -0.0041,0.0344 -0.0041,0.0262 -0.0041,0.0303 -0.01241,0.0331 -0.01929,0.0345 -0.02066,0.0455 -0.02066,0.0565 -0.01929,0.051 -0.01929,0.0358 -0.01516,0.022 0.0041,0.0276 v 0.0358 l -0.01378,0.051 -0.02617,0.0551 -0.02479,0.0675 -0.03306,0.0689 -0.02066,0.0565 -0.01654,0.0427 -0.01378,0.0386 -0.0303,0.0799 -0.0083,0.0344 -0.0013,0.0358 -0.0083,0.0344 -0.01654,0.0386 -0.01241,0.0331 -0.0041,0.0317 -0.01101,0.0372 -0.01241,0.0469 0.0096,0.0441 -0.0096,0.0455 -0.01241,0.0537 -0.01378,0.0661 -0.02617,0.0675 -0.02066,0.062 -0.01378,0.0441 -0.01516,0.0317 -0.0097,0.0303 -0.01654,0.0372 -0.01654,0.0606 -0.01791,0.0496 -0.01654,0.0386 -0.0028,0.0345 -0.0013,0.0358 -0.0083,0.0441 -0.0041,0.0455 0.0097,0.0468 -0.0097,0.051 -0.03996,0.0593 -0.0303,0.062 -0.02204,0.0593 -0.01929,0.051 -0.0097,0.0427 -0.0069,0.0441 -0.0013,0.0482 0.0069,0.0482 -0.0013,0.0441 -0.0096,0.0469 -0.01241,0.0565 -0.0069,0.0524 -0.0069,0.0455 -0.01241,0.0413 -0.01929,0.0606 -0.02755,0.0661 -0.02204,0.0551 -0.01791,0.0427 -0.0097,0.0331 0.0055,0.0262 v 0.0193 l -0.0083,0.0262 0.0028,0.0303 0.0028,0.033 -0.0041,0.04 -0.0069,0.0551 -0.0069,0.0593 -0.0083,0.051 -0.0055,0.0469 -0.0069,0.051 -0.01241,0.0565 0.02755,0.0579 -0.0083,0.0648 -0.04685,0.062 -0.01791,0.0662 -0.0069,0.0537 0.0028,0.0524 -0.0083,0.0469 -0.0041,0.0386 0.0028,0.0331 -0.01516,0.0358 -0.01378,0.0427 -0.0069,0.04 -0.01101,0.0358 -0.0055,0.0386 0.0083,0.0455 0.0041,0.0468 0.0028,0.0358 -0.01791,0.0303 0.0041,0.0358 0.03446,0.0372 0.01241,0.0427 v 0.0468 l 0.0041,0.0386 0.0041,0.0331 0.0028,0.0413 0.0041,0.0469 -0.0013,0.0468 0.0041,0.0524 -0.0013,0.0468 0.0055,0.0496 v 0.0634 l -0.02204,0.073 -0.0013,0.0565 0.01378,0.0358 0.0097,0.0289 0.0028,0.0138 -0.01929,0.008 -0.0028,0.0138 0.03721,0.0124 0.01241,0.0303 -0.01241,0.0496 0.0083,0.0648 0.01238,0.0703 0.02617,0.0717 0.01516,0.0841 0.0041,0.0827 0.01101,0.073 0.01791,0.0524 0.01791,0.0482 0.01101,0.0469 0.0028,0.0496 0.0097,0.0372 0.02342,0.0358 0.01241,0.0289 0.0096,0.0262 -0.0028,0.0331 0.01516,0.04 0.06201,0.0372 0.03447,0.0469 -0.0083,0.0496 0.01101,0.0455 0.01378,0.0468 0.03447,0.051 0.02617,0.0551 0.01791,0.0469 0.02066,0.0482 0.02204,0.0441 0.02893,0.0469 0.02893,0.0565 0.01791,0.0469 0.01929,0.0469 0.03447,0.0482 0.0303,0.051 0.02204,0.051 0.02893,0.0372 0.02617,0.0468 0.02066,0.0565 0.03446,0.0524 0.04272,0.0496 0.03583,0.051 0.02893,0.051 0.02479,0.062 0.02755,0.0524 0.01241,0.0496 0.01791,0.0469 0.02479,0.0482 0.02342,0.0441 0.02755,0.04 -0.01791,0.0427 0.01929,0.0427 0.06063,0.0331 0.03168,0.0413 0.02617,0.0331 0.0013,0.0345 0.0303,0.0358 0.05374,0.0386 0.03447,0.0496 0.02893,0.0496 0.03168,0.051 0.03306,0.0537 0.02066,0.0537 0.01791,0.04 0.03583,0.0441 0.0303,0.051 0.02066,0.0524 0.03306,0.0413 0.02204,0.0372 0.0013,0.0289 0.02893,0.0262 0.03721,0.0207 0.02617,0.0262 0.02755,0.0248 0.04823,0.0179 0.03859,0.0276 0.01516,0.0386 0.0303,0.0275 0.03168,0.0358 0.04134,0.0358 0.04272,0.0358 0.02893,0.0303 0.03031,0.0317 0.04409,0.0317 0.03583,0.0413 0.04685,0.0207 0.02755,0.0262 0.0303,0.011 0.03172,-0.003 0.01929,0.004 h 0.01654 l 0.01654,0.008 0.01378,0.004 0.01791,0.0165 0.02204,0.022 0.01101,0.022 0.01516,0.0193 0.02893,0.0179 0.02617,0.0262 0.03305,0.0248 0.03721,0.0303 0.05099,0.0289 0.05237,0.0234 0.03996,0.0152 0.0303,0.0138 0.02893,0.0124 0.03583,0.0138 0.04961,0.0138 0.04961,0.01 0.03305,0.0165 0.03443,0.0234 0.03721,0.0179 0.0441,0.0248 0.04548,0.0303 0.03996,0.04 0.05787,0.0303 0.05512,0.0303 0.05237,0.0276 0.04685,0.0207 0.05374,0.0124 0.06339,0.01 0.05375,0.007 h 0.05512 l 0.05374,-0.007 0.06753,-0.004 0.05236,0.003 0.04686,0.007 0.0441,0.007 0.04134,0.008 0.04548,0.0207 0.05512,0.022 0.07028,0.0207 0.07441,0.0262 0.06752,0.0344 0.06891,0.0303 0.07579,0.0303 0.07579,0.022 0.09922,0.0124 0.09233,0.006 0.08682,0.005 0.0937,-0.001 0.08682,0.008 0.09233,0.003 0.09922,0.003 0.09784,0.0124 0.08268,0.0138 0.08268,0.0207 0.108862,0.0193 0.112999,0.0138 0.09922,0.0193 0.09784,0.011 0.11162,0.01 0.110244,0.01 0.112998,-0.004 0.118512,-0.005 0.103352,-0.011 0.106109,-0.0234 0.126783,-0.0289 0.12402,-0.0372 0.10749,-0.0345 0.104727,-0.0303 0.10749,-0.0165 0.09646,-0.0124 0.11162,-0.01 0.117133,-0.005 0.108866,-0.0124 0.115755,-0.001 0.118512,-0.001 0.119888,-0.003 0.118512,-0.004 0.122645,-0.005 0.125402,-0.0193 0.129535,-0.022 0.125402,-0.0207 0.132291,-0.0345 0.125402,-0.0331 0.108866,-0.0331 0.101975,-0.0165 0.103352,-0.0124 0.117134,-0.0124 h 0.118512 l 0.10473,0.001 h 0.112998 l 0.111623,-0.003 0.111622,0.003 0.111617,10e-4 0.09371,-0.0124 0.08681,-0.0138 0.08682,-0.0152 0.09646,-0.022 0.111623,-0.0207 0.09922,-0.0276 0.0882,-0.0193 0.08268,-0.0234 0.07993,-0.0289 0.08406,-0.0234 0.08268,-0.008 0.07993,-0.0124 0.07028,-0.0138 0.05512,-0.008 0.03447,-0.001 0.04134,-0.007 0.0565,-0.004 0.05099,-0.004 0.04272,0.001 0.03443,0.003 0.0303,-0.005 0.02755,-0.007 0.03171,-0.007 0.0441,-0.008 0.04823,-0.0207 0.04547,-0.008 0.05099,-0.005 0.04823,-0.011 0.03583,-0.005 0.03443,-0.003 0.02893,-0.011 0.0303,-0.004 0.02479,-0.005 0.0055,-0.006 0.01238,-0.01 0.01241,-0.0124 0.0028,-0.0165 -0.01378,-0.011 -0.02617,-0.011"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path464"
+ d="m 90.971677,112.92214 0.04685,-0.0427 0.06615,-0.0413 0.02617,-0.004 0.0055,0.003 0.0041,0.003 0.01241,-0.001 0.01929,-0.003 0.02204,-0.004 0.02342,0.001 0.02204,0.008 0.02893,0.001 h 0.08819 l 0.05375,-0.001 0.126777,-0.0165 0.07855,-0.0138 0.0689,-0.0152 0.05237,-0.0138 0.05374,-0.006 0.05788,-0.003 0.05374,-0.011 0.0565,-0.004 0.03721,0.003 0.03447,0.004 0.06063,0.0138 0.0565,0.011 0.05099,0.008 h 0.01379 l 0.03859,0.004 0.09646,-0.003 0.08544,-0.003 0.05788,-0.001 0.04961,-0.001 0.05374,-0.0138 0.05374,-0.0152 0.05926,-0.0152 0.06063,-0.007 0.05512,-0.004 0.05237,-0.011 0.04272,-0.004 0.03306,0.003 0.02479,0.004 0.02479,-0.004 0.03443,0.001 0.03996,0.001 0.03997,0.007 0.05925,-0.005 0.129538,-0.0165 0.05512,-0.008 0.0441,-0.007 0.04685,-0.0124 0.05374,-0.0124 0.0565,-0.0138 0.04961,-0.005 0.05374,-0.003 0.05512,-0.004 0.0441,-0.004 0.04686,0.003 0.04823,-0.004 0.02617,0.001 0.03583,0.001 0.06476,10e-4 0.06201,-0.007 0.04685,-0.001 h 0.04823 l 0.0441,0.001 0.01929,0.007 0.04547,0.007 h 0.07028 l 0.06201,0.007 h 0.04548 l 0.03583,-0.008 0.0441,0.004 h 0.122645 l 0.04961,-0.001 h 0.179147 l 0.04685,0.008 0.04685,0.007 0.04685,0.001 0.0441,-0.001 h 0.03583 l 0.02617,0.005 0.02066,0.007 h 0.02755 l 0.0303,0.011 h 0.03996 l 0.03721,-0.001 0.03996,-0.001 0.04823,-10e-4 0.0441,-0.001 h 0.187414 l 0.04961,-0.007 0.03168,-0.007 0.03859,-0.005 0.0372,-0.007 0.04823,-0.007 0.06891,0.003 0.0372,-0.004 0.03306,0.001 h 0.03721 l 0.02755,0.001 0.0069,10e-4 h 0.02342 l 0.05099,0.005 h 0.05099 l 0.03721,0.007 h 0.06201 l 0.04823,0.0138 0.0028,0.011 0.02479,-10e-4 0.04134,10e-4 0.04548,-10e-4 0.04134,-0.003 0.03859,-0.001 0.03996,-0.001 h 0.151585 l 0.01654,-0.007 h 0.08406 l 0.05788,10e-4 h 0.0441 l 0.04409,-0.005 h 0.04134 l 0.03168,-0.007 h 0.03305 l 0.03168,-0.005 0.0303,-0.007 0.02893,-0.007 h 0.03858 l 0.03447,10e-4 0.03306,0.003 0.02617,-0.005 h 0.05926 l 0.03858,0.001 h 0.04823 l 0.03859,-0.007 0.04547,-0.007 0.04134,-0.007 h 0.03996 l 0.06063,-0.006 0.03996,0.008 0.01791,0.001 0.02755,-0.004 0.02479,0.005 0.03031,-0.005 0.03171,0.005 0.03443,-0.007 0.02204,-0.008 h 0.01929 l 0.01929,-0.007 0.01379,-0.007 0.0013,-0.007 h 0.02204 l 0.05512,10e-4 0.04823,-0.004 0.03858,-0.005 0.04134,-0.005 0.03583,0.007 0.04409,0.008 0.04134,0.01 0.02066,10e-4 0.03168,0.005 0.03721,0.005 0.02893,0.007 0.01791,-0.001 0.01654,-0.001 0.01241,-0.003 0.0055,0.005 v -0.008 l -0.02617,0.001 -0.02893,0.003 -0.0083,0.0193"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path466"
+ d="m 92.655636,98.874428 -0.0028,-0.01101 -0.01241,-0.0069 -0.01238,0.02205 -0.0041,0.0083 -0.01101,0.01101 0.0096,0.0028 0.0041,0.0055 0.0013,0.0097 0.0069,0.01379 v 0.01655 l 0.0055,0.01517 0.0083,0.03583 -0.01101,0.02205 0.0028,0.01792 0.03583,0.0083 0.01791,0.0083 -0.01101,0.0096 v 0.0055 l 0.0013,0.0041 h 0.01101 l 0.0055,0.0096 0.0055,0.0041 0.0013,0.0028 -0.0013,0.0014 0.0041,0.0055 0.0028,0.0083 h 0.0013 l 0.0041,0.0041 0.01654,0.0083 0.01929,0.0055 0.01101,-0.0055 -0.01101,0.0069 0.0069,0.0055 0.02204,-0.0041 0.01241,0.0041 0.0041,-0.0014 0.0013,0.0028 h 0.0069 l 0.01241,0.0041 0.0055,0.0014 0.0069,-0.0014 h 0.02341 l 0.01378,-0.0014 -0.0083,0.0014 h 0.0013 l 0.01654,-0.0041 0.01378,-0.0014 h 0.01654 l 0.0083,0.0055 h 0.0096 l 0.01654,0.0041 0.01101,0.0014 h 0.02893 l 0.01379,-0.0014 h 0.0028 l 0.0083,-0.0097 0.02066,-0.0055 0.01654,-0.0069 0.01654,0.0041 0.01241,0.0028 0.01101,-0.0083 0.01516,-0.0041 h 0.01101 l 0.0096,-0.0083 0.0096,-0.0055 0.0083,-0.0041 h -0.0013 l 0.0069,0.0014 0.02617,-0.0028 0.01516,-0.0055 -0.0013,-0.0069 0.0041,-0.0069 0.0041,-0.01101 0.0069,-0.0083 0.01238,-0.0083 0.01378,-0.01379 0.0096,-0.01379 0.0083,-0.0097 -0.0013,-0.0041 v -0.0041 l 0.0028,-0.01101 0.0041,-0.0096 0.01241,-0.0069 0.0055,-0.0083 v -0.0041 l 0.0028,-0.0014 -0.0069,-0.0028 -0.0013,-0.0041 -0.0013,-0.0028 v -0.0097 l 0.0013,-0.0083 v -0.0248 l -0.0041,-0.01379 -0.0055,-0.0096 -0.0055,-0.01654 -0.0041,-0.01379 -0.0055,-0.0083 -0.0041,-0.0096 -0.02617,-0.01101 -0.01378,-0.01517 0.0069,-0.01242 -0.01101,-0.01101 -0.0069,-0.01101 -0.0083,-0.01238 -0.01791,-0.01242 -0.02893,-0.0069 -0.0096,-0.01792 -0.0083,-0.0096 -0.0096,-0.0055 -0.01516,-0.0055 -0.01929,-0.0028 -0.01654,-0.0014 -0.01791,-0.0028 -0.01654,-0.0028 -0.01238,0.0014 -0.02204,-0.0041 -0.01516,0.0014 0.0096,-0.0055 -0.0055,-0.0055 -0.0097,-0.0041 h -0.01516 l -0.01516,-0.0041 -0.01378,-0.0055 -0.01378,0.0055 -0.0028,0.0014 -0.0055,-0.0028 h -0.01654 l -0.01379,-0.0055 h -0.02204 l -0.01241,0.0055 -0.01378,0.0014 -0.02204,0.0055 -0.03306,0.0041 -0.02341,0.0069 0.0041,0.01101 -0.01379,0.0069 -0.02755,0.0041 -0.02341,0.0041 -0.01654,0.0028 -0.0096,0.0069 -0.0097,0.0083 -0.01929,0.0096 -0.01379,0.0041 -0.0013,0.01379 -0.0028,0.01238 -0.0041,0.0055 v 0.0028 l -0.0055,0.0055 -0.01378,0.0083 -0.01101,0.0083 -0.0055,0.0096 -0.01654,0.01242 -0.0069,0.01101 0.01238,0.01242 -0.0055,0.0248 -0.02342,0.03996 -0.02617,0.05099"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path468"
+ d="m 93.033218,98.590551 -0.0028,0.0083 0.0013,-0.01242 -0.0055,0.0014 0.0041,-0.0014 0.0013,0.0041 0.0055,0.0055 0.0097,0.0083 0.0069,0.01101 0.0096,0.01101 0.01516,0.0096 0.01929,0.0083 0.02066,0.01379 0.01791,0.01379 0.02204,0.01792 0.02479,0.02617 0.02341,0.0248 0.02066,0.02342 0.02755,0.0248 0.03168,0.02067 0.02617,0.02067 0.02893,0.01379 0.02893,0.01792 0.01378,0.02067 0.02479,0.02342 0.03447,0.0193 0.0441,0.02618 0.04134,0.0303 0.02204,0.02893 0.02893,0.0193 0.03996,0.02618 0.03583,0.03168 0.03721,0.0303 0.03721,0.02342 0.03858,0.0193 0.03996,0.02067 0.04272,0.0248 0.04685,0.02342 0.04685,0.0248 0.04134,0.02893 0.0303,0.03171 0.03721,0.02893 0.05236,0.03306 0.04548,0.03583 0.04547,0.03447 0.0441,0.03306 0.05099,0.02755 0.04685,0.02205 0.03443,0.01792 0.03171,0.0193 0.03721,0.01792 0.03996,0.01792 0.03996,0.02342 0.04134,0.02618 0.04547,0.0303 0.05099,0.0303 0.05237,0.03721 0.03859,0.03721 0.04685,0.03859 0.05926,0.03858 0.04961,0.03447 0.03447,0.03721 0.03996,0.0303 0.03859,0.02617 0.04272,0.0303 0.03996,0.04 0.03996,0.0386 0.04961,0.0276 0.05099,0.0303 0.05237,0.0276 0.04685,0.0317 0.06615,0.0262 0.05926,0.0289 0.03168,0.0303 0.02893,0.0179 0.02341,0.0207 0.03996,0.0221 0.03168,0.0262 0.02204,0.0193 0.02204,0.0276 0.02204,0.0303 0.03583,0.0345 0.04547,0.0358 0.04823,0.0358 0.04548,0.0344 0.04409,0.0345 0.03859,0.0276 0.03859,0.0358 0.05512,0.0317 0.04823,0.0331 0.01238,0.0303 0.02755,0.0234 0.05512,0.0193 0.03858,0.0248 0.03172,0.0179 0.02755,0.0165 0.0303,0.0179 0.02617,0.0248 0.0303,0.0248 0.03859,0.022 0.04272,0.0289 0.07993,0.0703 0.04134,0.0289 0.04548,0.0331 0.03858,0.0358 0.05237,0.0565 0.01791,0.0165 0.04823,0.0179 0.03447,0.0193 0.0041,0.0207 0.01654,0.0152 0.02617,0.0179 0.03031,0.0248 0.03583,0.0276"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path470"
+ d="m 96.833849,100.72927 -0.0013,-0.003 h 0.01516 l 0.0083,0.01 -0.0041,-0.004 0.0055,-0.001 0.0041,0.01 0.0096,0.005 0.0096,0.004 0.0083,0.01 0.01101,0.005 0.0083,0.008 0.0083,0.0138 0.01238,0.0193 0.0028,0.0234 0.01241,0.0289 0.01241,0.0331 0.0096,0.0344 0.01791,0.0317 0.01791,0.0289 0.03305,0.0317 0.02066,0.0303 0.0013,0.0331 0.01378,0.0262 0.0041,0.0262 0.01516,0.0221 0.01654,0.022 0.01101,0.0262 0.02204,0.0289 0.02755,0.0234 0.01791,0.0345 0.01241,0.0358 0.01101,0.0303 0.01929,0.0234 0.01654,0.0221 0.0055,0.0289 0.02066,0.0179 0.01654,0.0179 0.0028,0.0138 0.01378,0.008 0.0069,0.008 -0.0083,0.004 0.0055,0.005 0.01101,0.005 0.01101,0.008 0.01101,0.004 0.0041,0.008 0.0069,0.004 0.0041,0.008 0.0069,0.01 h 0.0055 l -0.0055,10e-4 h -0.0013 l 0.0083,-10e-4 -0.0041,0.004 0.0041,-10e-4 h -0.0013 0.0013 -0.0055 l 0.0041,0.004 h 0.0041 l 0.01378,0.005 0.0055,0.011 0.0055,0.005 -0.0013,0.003 h -0.0013 l 0.0013,0.003 0.0041,0.004 h -0.0055 l 0.0013,-0.004 0.03996,0.001 0.01101,-0.001 h -0.04134 0.0055 l 0.0041,-0.003 -0.0041,-10e-4 -0.0069,10e-4 h -0.0069 0.0028 l 0.0028,0.001 -0.0055,0.001 h -0.0041 l -0.0028,-0.001 0.0028,0.001 -0.0055,10e-4 h -0.08406 l -0.0096,-0.007 h -0.01654 l -0.03996,-0.004 -0.04134,0.001 -0.03443,-0.005 h -0.02479 l -0.03171,0.001 -0.04134,-0.004 -0.0372,0.005 -0.02342,0.005 -0.03168,0.005 -0.03721,0.006 -0.04272,0.01 -0.03447,0.011 -0.03859,0.0138 -0.02617,0.01 -0.0013,0.01 -0.0083,0.005 -0.01516,-0.003 -0.01929,10e-4 -0.01101,0.001 -0.0055,-0.007 -0.0055,-10e-4 0.0028,-0.005 0.0013,-10e-4 h 0.0041 l -0.0028,-0.001 v -0.004 l -0.0028,-0.003 0.0055,-0.005 0.0028,-0.005 h 0.0083 l 0.01241,-0.004 0.0069,-0.006 -0.0069,0.001 -0.0028,10e-4 0.0083,0.001"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path472"
+ d="m 69.426053,98.802768 -0.02617,-0.03168 -0.02617,-0.02067 0.01242,0.03168 0.0193,0.01517 0.0097,0.01238 0.01238,0.01101 0.01792,0.01654 0.01517,0.01517 0.0193,0.0069 0.02067,0.0055 h 0.02342 l 0.01654,0.0014 0.03168,0.0055 0.03721,-0.0028 0.03305,0.0028 0.03306,-0.0055 0.03721,-0.0069 0.0441,-0.01101 0.0441,-0.02067 0.04272,-0.02617 0.02755,-0.02067 0.02342,-0.02205 0.0041,-0.02205 -0.0028,-0.01654 -0.01101,-0.01792 -0.0096,-0.01101 0.0028,-0.01242 -0.01101,-0.02755 -0.02067,-0.03721 -0.01517,-0.03996 -0.02342,-0.04134 -0.02893,-0.03171 -0.01654,-0.0372 -0.0248,-0.03721 -0.02618,-0.0248 -0.02067,-0.0096 -0.02205,-0.0041 -0.02342,-0.0041 h -0.03306 l -0.02755,0.01242 -0.02755,0.01101 -0.03721,0.0083 -0.04547,0.0096 -0.05788,0.0193 -0.04823,0.02067 -0.04686,0.02205 -0.03168,0.02618 -0.0083,0.02755 -0.01379,0.0193 -0.0083,0.02893 0.0055,0.0303 -0.0096,0.03306 -0.0193,0.03859 0.0014,0.03721 0.0083,0.03168 0.01792,0.03168 0.02755,0.03583 0.03858,0.02342 0.03996,0.0248 0.0441,0.02067 0.04961,0.02205 0.05512,0.01238 0.05374,0.0069 0.04548,-0.0014 0.06477,-0.0055 0.05237,-0.0055 0.02617,-0.01379 0.02342,-0.01517 0.0193,-0.01654 0.03447,-0.0193 0.01654,-0.0303 -0.0055,-0.0248 0.0041,-0.02205 0.0069,-0.03447 0.0014,-0.03721"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path474"
+ d="m 100.16456,122.78201 0.0317,-0.0372 0.0344,-0.0317 -0.007,0.0345 -0.005,0.0179 -0.001,0.01 0.01,0.0152 0.0303,0.0165 0.0289,0.0165 0.0386,0.0165 0.0441,0.0179 0.0579,0.006 0.0634,0.004 h 0.0661 l 0.0579,-0.004 0.062,-0.004 0.0537,-0.0124 0.0551,-0.0179 0.022,-0.022 -0.0193,-0.022 -0.008,-0.0193 0.004,-0.022 -0.006,-0.0289 -0.011,-0.0248 -0.0138,-0.0303 -0.0152,-0.0303 -0.0248,-0.0331 -0.0179,-0.0358 -0.0262,-0.0331 -0.0344,-0.0358 -0.0413,-0.0386 -0.0358,-0.0386 -0.0524,-0.0303 -0.0551,-0.0262 -0.0496,-0.0124 -0.051,0.005 -0.0441,0.0124 -0.0344,0.0193 -0.0303,0.022 -0.0345,0.0289 -0.0289,0.0275 -0.0138,0.0345 -0.0124,0.0344 -0.011,0.0317 -0.001,0.0317 0.008,0.0317 0.011,0.0262 0.0179,0.0289 0.0331,0.0262 0.0234,0.0234 0.0358,0.0193 0.0331,0.0275 0.0207,0.0262 0.04,0.0124 0.0441,0.0124 0.0524,0.0124 0.0551,0.005 0.0441,0.004 0.0386,10e-4 0.0372,-0.003 0.033,-0.0124 0.0234,-0.0138 0.004,-0.022 0.005,-0.0193 0.0179,-0.0234 0.008,-0.0303 0.01,-0.0317 -0.0138,-0.0317 -0.01,-0.0303 0.0207,-0.0276 -0.008,-0.0289 -0.0248,-0.0207 -0.022,-0.022 -0.0262,-0.0179 -0.0289,-0.0165 -0.0372,-0.007 -0.0551,-0.003 -0.0551,0.007 -0.0468,0.011 -0.04,0.0138 -0.0331,0.0234 -0.0317,0.0303 -0.0276,0.0358 -0.0193,0.0345 -0.0207,0.0345 -0.011,0.04 v 0.0303 l 0.008,0.0289 0.0276,0.0248 0.0124,0.022 0.001,0.0165 0.0179,0.0138 0.0317,0.004 0.0537,0.011 0.0441,0.011"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path476"
+ d="m 99.662959,101.55884 v -0.0165 l -0.01654,-0.005 -0.0083,0.0345 -0.01654,0.0248 -0.0083,0.0262 -0.0083,0.0358 -0.0069,0.051 -0.0028,0.0579 0.0028,0.0661 0.0083,0.0758 0.0083,0.0882 0.01241,0.0868 0.01654,0.0772 0.02066,0.0689 0.01929,0.0593 0.01929,0.0496 0.0069,0.04 0.0041,0.0276 0.0041,0.0207 v 0.008 l 0.0096,0.004 -0.0028,-0.001 -0.0013,-0.01 0.0013,-0.01 -0.0013,-0.0152 -0.02204,-0.0165 -0.0013,-0.0165 0.01654,-0.0152 -0.0013,-0.0207 -0.01241,-0.0234 -0.01101,-0.0386 -0.0055,-0.0496 -0.01378,-0.051 -0.0096,-0.0537 -0.0083,-0.0593 -0.0083,-0.0579 -0.0083,-0.0593 -0.0028,-0.0717 -0.0069,-0.0703 -0.0083,-0.0675 -0.0083,-0.0689 0.0069,-0.0662 0.0083,-0.0551 0.0028,-0.051 0.0013,-0.0468 0.0041,-0.0344 0.02066,-0.0221 0.01516,-0.0179 0.01516,-0.0165 0.01378,-0.0179 0.01791,-0.0165 0.02204,-0.0138 0.02617,-0.01 0.02341,-0.011 0.07441,-0.0248 0.04272,-0.0138 0.0441,-0.008 0.02755,-0.003 0.03583,-0.003 0.062,-0.001 0.0593,0.001 0.0524,0.007 0.0661,0.007 0.0634,0.006 0.0551,0.005 0.0579,0.01 0.0496,0.0152 0.0441,0.004 0.0441,0.003 0.0358,0.007 0.0317,0.003 0.0262,-0.003 0.004,0.008 -0.003,-10e-4 -0.0165,-0.007 -0.005,-0.007 -0.0165,-0.003 -0.008,0.0165"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path478"
+ d="m 101.5054,100.46193 -0.01,-0.0193 -0.007,-0.0317 0.003,-0.0179 0.008,-0.005 0.007,0.004 v 0.007 l 0.003,0.007 -0.003,0.0179 -0.001,0.0138 v 0.0165 l -10e-4,0.011 v 0.0179 l -0.005,0.0221 -0.01,0.0372 -0.007,0.0441 -0.01,0.051 -0.0193,0.0579 -0.0152,0.0593 -0.0138,0.0593 -0.007,0.0593 -0.0262,0.0537 -0.0524,0.051"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path480"
+ d="m 102.51412,100.83124 10e-4,-0.0441 -0.01,-0.0468 h -0.0193 l -0.01,0.0124 -0.011,0.0138 -0.0138,0.0179 -0.0138,0.0207 -0.0165,0.0165 -0.0165,0.0193 -0.022,0.0234 -0.0303,0.0303 -0.0372,0.0469 -0.0372,0.062 -0.0468,0.0675 -0.0413,0.0703 -0.0413,0.0854 -0.0482,0.0813 -0.0469,0.0923 -0.0441,0.10749 -0.04,0.11713 -0.0344,0.11024 -0.0317,0.10336 -0.0138,0.0965 -0.0124,0.0923 -0.008,0.0799 -0.005,0.0675 0.007,0.0648 0.0124,0.0648 0.0193,0.062 0.0331,0.0593 0.0262,0.0579 0.0289,0.0455 0.04,0.0413 0.0317,0.0413 0.0207,0.0248 0.0234,0.0152 0.0248,0.011 0.008,0.0179 0.0138,0.011 0.0579,0.0234"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path482"
+ d="m 103.21003,101.2667 -0.0179,0.011 h -0.0138 l 0.004,-0.008 0.003,-0.01 0.003,-0.007 0.001,-0.001 0.001,0.005 -0.001,0.004 -0.007,0.007 -0.0138,0.0179 -0.0124,0.0179 -0.007,0.0221 -0.01,0.0207 -0.008,0.0317 -0.008,0.0386 -0.0179,0.0468 -0.0193,0.0606 -0.0179,0.0661 -0.0234,0.0744 -0.0165,0.0772 -0.0165,0.0717 -0.0152,0.0648 -0.0152,0.0634 -0.005,0.0579 -0.004,0.0606 0.005,0.0537 v 0.0427 l 0.003,0.0372 10e-4,0.0331 0.007,0.0303 -0.005,0.0303 0.01,0.0262 0.0289,0.022 0.022,0.0234 0.0207,0.0234 0.0262,0.0221 0.0276,0.0207 0.022,0.0207 0.0248,0.006 0.0331,0.003 0.0345,0.01 0.0358,-0.003 h 0.0248 l 0.0207,-0.001 0.0248,-0.003 h 0.0234 l 0.0138,-0.005 0.0193,-0.004 0.0152,-0.011 0.005,-0.01 0.007,-0.0124"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path484"
+ d="m 102.8228,101.96536 0.0193,-0.0276 -0.01,-0.0345 -0.0179,-0.008 0.007,-0.005 0.005,-0.004 0.01,-0.003 h 0.0152 l 0.051,-0.005 0.0358,-0.0152 0.0124,-0.0165 0.0289,-0.011 0.0455,-0.0138 0.0703,-0.0124 0.0565,-0.0138 0.0358,-0.0138 0.0469,-0.007 0.0593,-0.005 0.0703,-0.007 0.0565,-0.007 0.0358,-0.008 0.0386,-0.007"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path486"
+ d="m 99.385972,100.53496 0.02066,-0.0455 0.01791,-0.0413 h 0.0041 l 0.0028,0.011 0.0083,0.004 0.02204,0.001 0.03443,0.003 0.04548,-0.003 h 0.241175 l 0.0689,-0.001 h 0.325213 l 0.0593,-0.01 0.0496,-0.007 0.022,-0.011 0.0248,-0.004 0.0372,-0.004 0.0234,0.001 0.0165,10e-4 0.0179,0.003 v 0.008 l -0.0152,0.004 -0.008,0.003 h -0.007 l -0.005,0.005 10e-4,-0.001 0.003,-0.007 -0.007,0.003 0.008,-0.003 h 0.004 -0.0165 l 0.004,-0.003 h 0.003 l 0.004,-0.003 0.004,0.003 h 0.001 -0.003 l 0.004,0.004 h 0.008 l -0.003,0.001 h -0.005"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path488"
+ d="m 92.045166,99.932761 -0.02755,0.0303 -0.03583,0.05512 -0.02066,0.01 v 0.005 l -0.01101,0.007 -0.01241,0.005 -0.0055,0.0152 -0.0096,0.0152 -0.01654,0.0179 -0.03583,0.0165 -0.03168,0.0179 0.0013,0.0248 -0.02066,0.0234 -0.03721,0.0317 -0.03858,0.0386 -0.04134,0.0317 -0.05512,0.0386 -0.04272,0.0413 -0.03306,0.0427 -0.03443,0.0427 -0.03996,0.0358 -0.03996,0.0317 -0.03859,0.0372 -0.04134,0.0358 -0.04961,0.0303 -0.06063,0.0303 -0.05374,0.0317 -0.05512,0.0413 -0.06753,0.0413 -0.05926,0.04 -0.03858,0.0386 -0.05099,0.0386 -0.05237,0.0386 -0.05237,0.0413 -0.0565,0.04 -0.03447,0.0441 -0.04823,0.0427 -0.06615,0.051 -0.05512,0.0537 -0.04823,0.051 -0.05512,0.0524 -0.06477,0.0551 -0.05512,0.0551 -0.04823,0.0441 -0.03996,0.0455 -0.04548,0.0413 -0.05512,0.0427 -0.0689,0.0372 -0.06201,0.0345 -0.04548,0.0345 -0.04823,0.0317 -0.06615,0.0345 -0.0689,0.0427 -0.06614,0.0441 -0.06615,0.0413 -0.07579,0.0468 -0.0813,0.062 -0.09233,0.0634 -0.08819,0.0634 -0.07855,0.0606 -0.07993,0.0524 -0.09371,0.0551 -0.08406,0.0675 -0.07579,0.0675 -0.07717,0.0648 -0.07855,0.0661 -0.0813,0.0606 -0.07579,0.0606 -0.07855,0.0579 -0.0813,0.0593 -0.07028,0.0524 -0.0689,0.0427 -0.07441,0.0386 -0.07717,0.051 -0.07855,0.062 -0.07579,0.0661 -0.07717,0.0648 -0.08268,0.0593 -0.08269,0.0675 -0.08406,0.073 -0.07717,0.073 -0.09095,0.0758 -0.100597,0.0744 -0.09233,0.0675 -0.07028,0.0675 -0.06615,0.0661 -0.07166,0.062 -0.07855,0.0579 -0.07166,0.062 -0.06752,0.0551 -0.07442,0.0524 -0.07854,0.0593 -0.07442,0.0579 -0.07855,0.0551 -0.07854,0.062 -0.0882,0.062 -0.08957,0.0592 -0.0882,0.062 -0.07855,0.0662 -0.07579,0.0634 -0.08268,0.0648 -0.08682,0.0565 -0.08131,0.0551 -0.07992,0.0551 -0.07028,0.0551 -0.07441,0.0551 -0.07028,0.0565 -0.06752,0.0524 -0.06477,0.0551 -0.06752,0.0482 -0.06753,0.051 -0.07304,0.062 -0.07579,0.0593 -0.06752,0.0496 -0.07166,0.051 -0.07855,0.051 -0.08957,0.0537 -0.08682,0.0579 -0.0937,0.062 -0.08957,0.0648 -0.07304,0.0593 -0.06752,0.0565 -0.07166,0.0634 -0.07993,0.0675 -0.0813,0.0675 -0.07855,0.062 -0.07166,0.0606 -0.06615,0.0593 -0.07028,0.0593 -0.07579,0.0634 -0.07579,0.0579 -0.07304,0.0551 -0.05926,0.0551 -0.06063,0.0551 -0.07166,0.0496 -0.07028,0.0524 -0.07441,0.0524 -0.09233,0.0606 -0.0813,0.0606 -0.06615,0.0537 -0.06339,0.051 -0.06201,0.0565 -0.06064,0.0579 -0.06339,0.0524 -0.07166,0.0565 -0.06615,0.0537 -0.06477,0.0565 -0.0689,0.0524 -0.07166,0.0468 -0.07442,0.0469 -0.07993,0.051 -0.103353,0.0524 -0.09095,0.0662 -0.07579,0.0606 -0.08131,0.0565 -0.08131,0.0579 -0.07992,0.062 -0.07579,0.0675 -0.08682,0.0703 -0.08406,0.0648 -0.07166,0.0606 -0.07304,0.0537 -0.07441,0.0537 -0.06201,0.0593 -0.07028,0.0551 -0.0813,0.0496 -0.06615,0.0524 -0.07166,0.051 -0.0689,0.0565 -0.0689,0.0579 -0.07304,0.0579 -0.07028,0.0593 -0.06477,0.0537 -0.05788,0.0469 -0.06201,0.0455 -0.05926,0.051 -0.05374,0.0537 -0.0689,0.051 -0.05788,0.051 -0.04272,0.0386 -0.04134,0.04 -0.04961,0.0331 -0.06201,0.0331 -0.05926,0.0441 -0.05099,0.0413 -0.04823,0.0413 -0.05099,0.0455 -0.04961,0.0468 -0.05237,0.0427 -0.06201,0.0496 -0.0689,0.051 -0.05788,0.0482 -0.05099,0.0482 -0.05099,0.0386 -0.09095,0.0965 -0.05512,0.0441 -0.05512,0.04 -0.04272,0.0441 -0.04686,0.0372 -0.04823,0.04 -0.0441,0.0441 -0.06063,0.0441 -0.07992,0.051 -0.06615,0.0593 -0.05375,0.0524 -0.05512,0.0427 -0.05512,0.0441 -0.06063,0.0427 -0.05237,0.0427 -0.04548,0.0441 -0.0441,0.0386 -0.04134,0.0345 -0.03583,0.033 -0.03168,0.0303 -0.02893,0.0289 -0.02755,0.0262 -0.03443,0.0303 -0.03305,0.0331 -0.03859,0.033 -0.03858,0.0386 -0.02893,0.0455 -0.01792,0.04 -0.02617,0.0331 -0.02618,0.0303 -0.0193,0.022 -0.01792,0.0152 -0.01517,0.0303 -0.0096,0.0124 -0.01101,0.0193 -0.01101,0.0207 -0.02205,0.0248 -0.02893,0.0289 -0.03859,0.0317 -0.03168,0.0289 -0.02618,0.0303 -0.03447,0.0289 -0.0303,0.0248 -0.06614,0.0551 -0.02342,0.0207 -0.02067,0.0207 -0.02067,0.0124 -0.0083,0.0138 -0.0028,0.0165 -0.0041,0.005 -0.0096,0.005 -0.0083,0.007 -0.0041,0.0138 -0.01379,0.008 -0.01101,0.0152 -0.0096,0.008 -0.01242,0.0124 -0.01517,0.0138 -0.01379,0.0179 -0.02205,0.0138 -0.02755,0.0165 -0.0248,0.008 -0.0028,0.0124 -0.01101,0.006 -0.02893,0.005 -0.02067,0.001 -0.0097,0.007 -0.01379,0.007 -0.01101,0.008 -0.01517,0.0138 -0.01242,0.0152 -0.01517,0.0138 -0.01242,0.01 -0.0069,0.0124 -0.0055,0.0124 -0.0069,0.0165 -0.01654,0.011 -0.0055,0.004 -0.0028,0.003 -0.0083,0.005 -0.01379,0.008 -0.01101,0.004 -0.01242,0.004 -0.0096,-10e-4 -0.0069,0.003 -0.0041,0.004 h -0.0096 l -0.0193,0.01 -0.0097,0.011 -0.0041,0.005 -0.0055,0.003 -0.0028,0.004 -0.01379,0.003 -0.01101,0.004 0.0014,0.005 -0.01379,0.007 -0.01792,0.004 0.01379,0.004 -0.0055,0.003 -0.0193,0.004 -0.0069,0.011 -0.0193,0.003 -0.01379,0.004 -0.0083,0.008 -0.0069,0.004 -0.01242,0.008 -0.0028,0.01 -0.0069,0.004 -0.0069,0.003 -0.01101,0.003 -0.0041,-10e-4 0.0083,-0.003 -0.0014,10e-4 h -0.0083 l -0.01238,0.0124 -0.01517,0.007 -0.01792,0.007 0.0055,0.007 -0.01101,0.003 -0.01517,0.0152 -0.01517,0.01 -0.01242,0.007 -0.01242,0.0138 -0.01379,0.008 -0.0028,0.008 -0.0097,0.007 -0.0028,-0.003 0.0028,0.003 0.0014,-0.004 -0.0083,-0.008 0.0069,-0.004 0.0055,-0.004 h -0.0028 l 0.02205,0.001 -0.0083,0.004"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path490"
+ d="m 91.277599,99.987882 -0.04272,-0.01379 -0.05926,-0.01792 -0.03305,-0.01101 -0.02066,-0.0028 v -0.0055 l 0.0013,-0.0028 0.0041,0.0028 0.01101,0.0028 0.01241,-0.0014 0.0055,-0.0014 0.0041,-0.0014 h 0.04548 l 0.03858,0.0041 h 0.125402 l 0.157097,-0.01101 0.07993,-0.01101 0.08819,-0.0096 0.08682,-0.01101 0.0882,-0.01792 0.09095,-0.01517 0.07717,-0.01792 0.05926,-0.01238 0.05237,-0.0069 0.04685,-0.01101 0.03859,-0.0055 0.02066,-0.0014 -0.0028,-0.0014 -0.0055,-0.0055 -0.0028,0.0014 -0.0041,0.0069 -0.0041,0.0041 -0.01101,0.0014 -0.0028,0.0055 h 0.0013 l -0.0028,-0.0014 -0.0055,0.0055 0.0028,0.0028 0.0028,0.0014 -0.0069,0.0055 -0.0055,0.0069 -0.0069,0.0028 -0.0055,0.0041 -0.0096,0.0041 v 0.0096 l 0.0013,0.01101 -0.0083,0.0041 -0.0096,0.0028 -0.0041,0.01101 0.0013,0.0096 -0.0041,0.0055 0.0013,0.01242 -0.0083,0.0083 -0.0096,0.01792 v 0.02342 l -0.0083,0.02893 -0.02893,0.02893 -0.01654,0.0345 0.0055,0.0441 -0.0055,0.0469 -0.01654,0.0455 -0.01791,0.0524 -0.02342,0.0524 -0.02893,0.0551 -0.02755,0.0593 -0.01791,0.0565 -0.01516,0.0468 -0.0083,0.0413 -0.0083,0.0358 -0.0041,0.0248 -0.0096,0.0207 -0.0013,0.008 0.01378,0.011 0.0041,0.011 0.0069,0.0179 0.02066,0.0152 0.0069,0.01 -0.01101,0.011 v 0.008 l -0.0055,-0.005 0.0028,-0.003 -0.0013,0.007"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path492"
+ d="m 80.753525,106.52116 -0.01655,-0.0344 -0.0193,-0.04 -0.01101,-0.0207 0.0041,-0.005 0.0028,0.007 0.0041,0.004 0.0055,0.01 0.0069,0.0138 0.0055,0.0152 0.0096,0.0179 0.0248,0.0248 0.02617,0.04 0.04134,0.0455 0.0441,0.0524 0.05374,0.0524 0.04686,0.0537 0.05236,0.051 0.06201,0.0441 0.05237,0.0482 0.04685,0.0524 0.05237,0.0427 0.05099,0.0413 0.03721,0.0427 0.03996,0.0427 0.03306,0.0289 0.01654,0.0193 0.01101,0.011 h 0.0041 l -0.01101,-0.007 -0.01242,-0.011 -0.0069,-0.0138 -0.01101,-0.01 -0.01379,-0.011 -0.01654,-0.0193 -0.01517,-0.0207 -0.0303,-0.0262 -0.04961,-0.04 -0.05237,-0.0496 -0.0565,-0.051 -0.05788,-0.0634 -0.05374,-0.0758 -0.05926,-0.073 -0.03583,-0.0772 -0.01379,-0.0813 -0.01792,-0.0717 -0.02067,-0.0661 -0.01238,-0.0661 -0.0055,-0.062 -0.0055,-0.0551 -0.0041,-0.051 0.0041,-0.0413 0.0083,-0.0331 0.0083,-0.0317 0.0055,-0.0386 0.0193,-0.0358 0.0441,-0.0289 0.03171,-0.0358 0.02755,-0.0331 0.03859,-0.0317 0.05099,-0.0289 0.05926,-0.022 0.06339,-0.022 0.05926,-0.0193 0.05926,-0.0124 0.05237,-0.0138 0.05099,-0.0193 0.04134,-0.0152"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path494"
+ d="m 79.965285,105.70123 -0.02342,0.01 -0.04823,0.0124 -0.02342,0.0138 -0.0014,10e-4 0.0041,-0.011 0.0069,-0.0138 0.0096,-0.011 0.02205,-0.0193 0.03447,-0.0275 0.04823,-0.04 0.05788,-0.051 0.07304,-0.0648 0.08819,-0.0689 0.09095,-0.0744 0.08957,-0.0772 0.08682,-0.0786 0.09646,-0.0758 0.09233,-0.0703 0.08406,-0.0606 0.08131,-0.0496 0.07166,-0.0441 0.0565,-0.0358"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path496"
+ d="m 82.205978,104.08755 -0.02342,0.0593 -0.02755,0.11437 -0.02893,0.0992 -0.02342,0.0758 -0.0083,0.0744 0.0014,0.0772 0.01379,0.0758 0.01792,0.0744 0.02067,0.0772 0.03306,0.0827 0.03171,0.0992 0.03443,0.10336 0.03721,0.0978 0.0441,0.10748 0.04961,0.11024 0.05512,0.0937 0.05236,0.0661 0.0441,0.0565 0.04823,0.0469 0.05237,0.0303 0.05237,0.0262 0.05788,0.0193 0.05374,0.008 0.05237,-0.003 0.05099,-0.001 h 0.04685"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path498"
+ d="m 82.922554,103.6011 -0.0096,0.007 h -0.0069 l -0.0028,-10e-4 0.0096,0.0138 0.0096,0.0248 0.01101,0.0248 0.02067,0.0413 0.02617,0.0661 0.0303,0.0813 0.02893,0.0978 0.03171,0.10197 0.02755,0.0978 0.0193,0.0965 0.02755,0.0951 0.02893,0.0854 0.02893,0.0758 0.02755,0.0689 0.03306,0.0634 0.03447,0.0551 0.03858,0.0427 0.0441,0.0317 0.04272,0.0248 0.04685,0.0234 0.04823,0.011 0.03721,0.004 0.04272,0.005 0.05237,0.003 0.03996,-0.003 0.02067,-0.007 0.0303,-0.011 0.0441,-0.01 0.03996,-0.0152 0.03171,-0.01 0.01101,-0.0165 0.0083,-0.0207 0.01101,-0.0138 -0.0028,-0.0165 0.0014,-0.0152"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path500"
+ d="m 83.010749,104.45548 -0.02618,-0.007 -0.03721,0.003 0.0069,-0.0207 0.01238,-0.011 -0.01379,-0.01 0.01655,-0.0124 0.03858,-0.0262 0.0303,-0.0386 0.03996,-0.0482 0.04961,-0.0648 0.05512,-0.0648 0.04961,-0.0648 0.06201,-0.062 0.07441,-0.062 0.07717,-0.0579 0.07442,-0.0455 0.06063,-0.0331 0.06064,-0.0358"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path502"
+ d="m 93.858665,98.033825 -0.04961,0.01654 -0.06063,0.0248 -0.01654,0.0055 0.01241,-0.0055 0.0055,-0.0041 0.02204,-0.0055 0.02617,-0.0041 0.03305,-0.0055 0.03996,-0.01242 0.05099,-0.0193 0.0689,-0.02067 0.0689,-0.02618 0.07304,-0.02755 0.07993,-0.02205 0.07441,-0.03168 0.08268,-0.02893 0.09784,-0.0248 0.09095,-0.02893 0.09509,-0.02755 0.09508,-0.03305 0.08682,-0.02893 0.07993,-0.03306 0.08957,-0.02755 0.0813,-0.03306 0.05925,-0.02893 0.07579,-0.0303 0.106108,-0.02755 0.09233,-0.0303 0.07717,-0.02342 0.09784,-0.01517 0.100597,-0.02342 0.08544,-0.02342 0.07303,-0.02342 0.06615,-0.0248 0.07166,-0.0248 0.07441,-0.0193 0.07579,-0.0248 0.07579,-0.0303 0.08268,-0.02618 0.08819,-0.0248 0.08544,-0.0248 0.08682,-0.02893 0.08819,-0.0248 0.08682,-0.02342 0.09095,-0.02342 0.103354,-0.02342 0.08268,-0.0248 0.05375,-0.02893 0.06477,-0.02342 0.0689,-0.0193 0.07028,-0.02342 0.06753,-0.0248 0.06752,-0.0193 0.06752,-0.01517 0.06477,-0.0193 0.0689,-0.0096 0.111619,-0.0248 0.06064,-0.0096 0.06615,-0.01101 0.05926,-0.0069 0.04134,-0.0083 0.04686,-0.01101 0.02893,-0.0028 0.0069,-0.0041 0.01654,-0.0055 0.03859,-0.01792 0.04134,-0.01654 0.05236,-0.0248 0.05375,-0.0303 0.05926,-0.02342 0.0689,-0.01792 0.05512,-0.0248 0.05926,-0.0248 0.0441,-0.01517 0.04961,-0.0028 0.06201,-0.0014 0.0565,-0.0041 h 0.05237 l 0.0041,-0.0028 -0.0013,-0.0028 h 0.0096 l 0.01791,-0.0055 0.01654,-0.0014 0.02066,-0.0041 0.02066,-0.0069 h 0.03443 l 0.01101,0.0014 -0.01101,-0.0041 -0.0041,-0.0041 h 0.0013 -0.0069 v 0.0014 h 0.0096 l 0.0055,-0.0014 -0.0013,-0.0041 0.0096,-0.01238 0.0083,-0.01379 0.01101,-0.0041 0.0055,-0.0028 v -0.0041 l 0.0013,-0.0028 v 0.0028 l -0.0013,-0.0028 h -0.0041 l -0.0083,0.0055 v 0.0014 l 0.0041,-0.0028 -0.0013,0.0041 h -0.01101 l -0.0096,0.0028 -0.01791,0.0041"
+ style="fill:none;stroke:#bdbdbd;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path504"
+ d="m 98.506788,95.918534 -0.02479,-0.0083 -0.02342,-0.0055 0.0069,0.0028 0.01101,-0.0055 0.0083,-0.0014 0.01654,0.0041 0.03306,0.0014 0.04685,0.0055 0.05788,0.0096 0.07441,0.0055 0.08406,0.01101 0.09922,0.0041 0.103355,0.01379 0.107487,0.0083 0.104732,0.01379 0.09646,0.01379 0.08682,0.01379 0.07855,0.01238 0.05926,0.01792 0.02479,0.0083 0.0083,0.0055 0.0055,0.0014 -0.0041,0.01101 -0.01101,0.0014 h -0.01378 l -0.0069,0.0055 0.0055,0.0083 0.0041,0.0055 -0.0069,0.01238 -0.0083,0.01101 -0.0041,0.02067 -0.0069,0.02755 -0.01791,0.02755 -0.02066,0.0248 -0.01378,0.02617 -0.01654,0.0248 -0.02204,0.03858 -0.01378,0.04686 -0.03996,0.04961 -0.07028,0.05788 -0.06339,0.06615 -0.05788,0.07304 -0.0441,0.0565 -0.04272,0.0565 -0.04961,0.05788 -0.03997,0.05237 -0.02617,0.03996 -0.01929,0.02755 -0.01101,0.0193 -0.01654,0.01655 -0.0013,0.01379 0.0096,0.0096 -0.0028,0.0055 -0.0013,0.0055 h -0.02066 l -0.0097,-0.0041 0.0097,-0.0014 -0.0013,-0.0014"
+ style="fill:none;stroke:#bdbdbd;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path506"
+ d="m 98.964295,91.963567 -0.0041,-0.03859 0.0069,-0.0441 -0.01791,0.0303 -0.0028,0.01242 0.0028,0.01379 0.0041,0.0193 0.0013,0.0248 v 0.02617 l -0.0041,0.03583 -0.0055,0.06477 -0.0013,0.0882 -0.0055,0.122646 -0.0096,0.147451 -0.0055,0.148826 0.0055,0.14194 0.0028,0.129533 0.0028,0.121268 0.0013,0.113001 0.0069,0.100595 0.03583,0.08682 0.01241,0.07993 -0.02066,0.07166 -0.0055,0.07304 v 0.07304 l 0.02342,0.06201 v 0.06063 l -0.02066,0.05099 -0.0041,0.04272 -0.0013,0.02893 v 0.0193 l 0.0055,0.0069 0.0028,-0.0069 0.0013,-0.01101 0.0083,-0.01792 0.0013,-0.01379 0.0055,-0.01792 0.0055,-0.01238 -0.01241,-0.01655 0.0028,-0.02205 v -0.02755 l -0.0055,-0.0303 -0.0055,-0.09784"
+ style="fill:none;stroke:#bdbdbd;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path508"
+ d="m 98.174678,91.732057 -0.02342,-0.0014 h -0.05926 l -0.04134,-0.0083 -0.01241,0.0014 -0.0055,0.0014 0.0096,-0.0028 0.01241,-0.0041 0.01654,-0.0041 0.02755,-0.0041 0.03583,-0.0014 h 0.101973 l 0.08268,-0.0041 0.107484,-0.0041 0.122645,-0.0055 0.132292,-0.0041 h 0.141938 l 0.143314,0.0014 0.150207,-0.0028 0.150209,0.0014 0.140558,-0.0041 0.13367,-0.0096 0.124023,-0.0055 0.108868,-0.01379 0.09095,-0.02618 0.07717,-0.01517 0.06339,-0.01379 0.0524,-0.01242 0.0331,-0.0028 h 0.0138 l -0.004,0.0096 -0.0138,0.0097 -0.0165,0.01379 -0.0207,0.01242 -0.0276,0.04272"
+ style="fill:none;stroke:#bdbdbd;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path510"
+ d="m 98.753454,92.585063 -0.01929,-0.0193 -0.07028,-0.01654 -0.04548,0.03583 -0.03031,0.01101 -0.0083,0.0069 0.0083,0.0028 0.01929,-0.0055 0.01654,0.0014 0.02479,0.0014 0.03447,-0.0014 0.0372,0.0083 0.05375,0.0096 0.07579,0.01517 0.08819,0.01101 0.09509,0.0083 h 0.08819 l 0.09784,0.0014 0.117134,-0.0028 0.09922,-0.0069 0.07717,-0.0014 0.07993,-0.0014 0.07855,-0.0055 0.07992,-0.0096 0.07166,-0.0096 0.06339,-0.0097 0.04823,-0.0096 0.03721,-0.0028 0.02479,-0.0028 0.01241,-0.0028 -10e-4,0.0028 -0.0096,0.0028 -0.01241,0.0014"
+ style="fill:none;stroke:#bdbdbd;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path512"
+ d="m 98.594982,90.862513 -0.0565,0.01242 -0.08406,-0.01517 -0.02617,-0.01517 -0.01241,0.0055 0.0028,-0.0014 0.0013,-0.0028 0.01378,-0.0028 0.01241,-0.0041 h 0.01378 l 0.01378,-0.0028 0.01654,-0.0041 0.03168,-0.0041 0.04685,-0.01101 0.06201,-0.0041 0.08268,-0.0096 0.101976,-0.0097 0.107484,-0.01379 0.128159,-0.0096 0.143314,-0.01242 0.124026,-0.01379 0.103354,-0.01242 0.09233,-0.0055 0.08819,-0.0069 0.07717,0.0028 0.05512,0.0193 0.03305,0.0303"
+ style="fill:none;stroke:#bdbdbd;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path514"
+ d="m 101.41307,91.955298 -0.0317,-0.03447 -0.0606,-0.02618 -0.0537,0.01517 -0.0482,0.02067 -0.04,0.0193 -0.0441,0.03172 -0.0496,0.03583 -0.0441,0.04548 -0.0413,0.05788 -0.0469,0.06615 -0.0482,0.08406 -0.0482,0.09784 -0.0441,0.103353 -0.0386,0.101977 -0.0276,0.10335 -0.022,0.100598 -0.008,0.09784 0.003,0.09922 0.005,0.09646 0.008,0.08544 0.0207,0.0689 0.0234,0.06201 0.022,0.05375 0.0289,0.03721 0.0358,0.03583 0.0372,0.0303 0.0345,0.0248 0.0372,0.02618 0.0358,0.0248 0.0317,0.03306 0.0317,0.0193 0.0441,0.03305"
+ style="fill:none;stroke:#bdbdbd;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path516"
+ d="m 102.48794,92.259844 0.0482,-0.0069 0.04,0.0014 -0.0179,0.01238 -0.01,0.01517 -0.001,0.01792 -0.004,0.0303 -0.003,0.03858 -10e-4,0.04823 -0.005,0.06201 -0.005,0.07717 -0.004,0.08268 -0.003,0.08268 0.001,0.07993 0.003,0.07441 0.007,0.07304 -0.008,0.06201 0.0152,0.04961 0.0276,0.03721 0.0124,0.03859 0.0193,0.03583 0.0138,0.0248 0.001,0.01655 0.01,0.01101 0.001,0.0014 -0.022,-0.0055 -0.004,-0.0069 -0.001,-0.01242 -0.01,-0.0096 -0.011,-0.01792 -0.0138,-0.0193 -0.01,-0.02205 v -0.0303 l -0.005,-0.03996 -0.007,-0.05099 -0.0234,-0.05099 0.001,-0.0565 0.0138,-0.0565 0.004,-0.0689 0.0124,-0.07993 0.0124,-0.07303 0.01,-0.06201 0.0193,-0.05374 0.0193,-0.05099 0.0124,-0.04272 0.0179,-0.03306 0.0289,-0.0248 0.0331,-0.0193 0.0372,-0.01101 0.0358,-0.01242 0.0303,-0.01655 0.0372,-0.0193 0.0303,-0.01101 0.0275,-0.01242 0.0248,-0.01101 0.0303,-0.0083 0.0413,-0.0028 0.04,-0.0028 0.051,-0.0028 0.0634,0.0014 0.0744,-0.0041 0.1006,0.0014 h 0.0951 l 0.0758,-0.0041 0.062,0.0055 0.051,0.0055 0.0248,0.0069 0.0152,0.0055"
+ style="fill:none;stroke:#bdbdbd;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path518"
+ d="m 102.52652,91.540509 -0.0207,0.0069 -0.0344,-0.0096 -0.005,0.0014 -0.001,-0.0069 0.0138,-0.01101 0.0179,-0.0083 0.0289,-0.0096 0.0386,-0.01101 0.0372,-0.01379 0.0427,-0.01517 0.0648,-0.01242 0.0689,-0.01379 0.0786,-0.01655 0.0813,-0.0083 0.0896,0.0041 h 0.21084 l 0.12265,0.0069 0.11989,0.0069 0.10473,0.01238"
+ style="fill:none;stroke:#bdbdbd;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path520"
+ d="m 104.42822,91.77202 0.011,0.0069 0.0234,-0.0014 0.022,0.0055 0.0193,0.01101 0.0372,0.01517 0.0496,0.0248 0.0634,0.0303 0.0675,0.03996 0.0744,0.04272 0.0758,0.0565 0.0799,0.06201 0.0717,0.07442 0.0689,0.07855 0.0606,0.09371 0.051,0.104729 0.0317,0.09508 0.0234,0.09095 0.0262,0.09233 -0.005,0.08681 -0.0248,0.07166 -0.0234,0.07579 -0.0331,0.07993 -0.0455,0.07992 -0.0469,0.06615 -0.0469,0.05788 -0.0427,0.04823 -0.0413,0.04134 -0.0386,0.02618 -0.0234,0.0193 -0.011,0.0083 -0.01,0.0069 -0.003,0.0055 -0.008,0.0069 -0.01,0.0069 -0.0138,0.0028 h -0.0124 l -0.005,0.0041"
+ style="fill:none;stroke:#bdbdbd;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path522"
+ d="m 98.251849,97.616277 -0.01516,0.0069 -0.0055,0.0028 -0.0069,0.0096 -0.01241,0.0041 -0.02066,0.01654 -0.02893,0.0193 -0.03447,0.0303 -0.03996,0.03168 -0.03721,0.02755 -0.03583,0.02618 -0.03305,0.02893 -0.02755,0.0248 -0.02617,0.02342 -0.02479,0.02205 -0.02204,0.01792 -0.02066,0.02205"
+ style="fill:none;stroke:#bdbdbd;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path524"
+ d="m 97.121858,98.502356 -0.0083,-0.0083 -0.01654,0.0083 -0.02342,0.0041 -0.01378,0.0069 -0.0097,0.0028 -0.01378,0.01242 -0.01654,0.01517 -0.01654,0.02067 -0.02479,0.02342 -0.01791,0.03306 -0.02204,0.0303 -0.01516,0.03443 -0.01378,0.04134 -0.02066,0.0303 -0.02066,0.02342 -0.01101,0.0248"
+ style="fill:none;stroke:#bdbdbd;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path526"
+ d="m 95.90505,99.472495 -0.04134,0.0041 -0.06339,0.02342 -0.02342,0.0055 -0.01929,0.01242 -0.02204,0.0248 -0.01929,0.03305 -0.01654,0.03447 -0.01241,0.03306 -0.01791,0.0303 -0.01378,0.02342"
+ style="fill:none;stroke:#bdbdbd;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path528"
+ d="m 90.541729,122.09574 0.02342,-0.0689 0.0028,-0.0648 0.0083,0.003 0.0028,0.007 -0.0028,0.005 0.0069,-0.001 0.01241,-0.005 0.01516,-0.001 0.01791,-0.007 0.02479,-0.0138 0.0303,-0.0165 0.03447,-0.011 0.0372,-0.0138 0.04686,-0.0138 0.03858,-0.0152 0.03721,-0.0165 0.03583,-0.0179 0.04548,-0.022 0.04134,-0.022 0.04547,-0.022 0.04961,-0.0207 0.05512,-0.0248 0.06615,-0.0207 0.06615,-0.0248 0.0689,-0.0303 0.07028,-0.0303 0.08406,-0.0344 0.08544,-0.0303 0.0813,-0.0345 0.09922,-0.0317 0.09784,-0.0386 0.09647,-0.0386 0.107484,-0.0413 0.121267,-0.0386 0.108868,-0.0372 0.100594,-0.04 0.106112,-0.0413 0.107484,-0.0358 0.09508,-0.0413 0.117137,-0.0441 0.136424,-0.0469 0.119891,-0.0441 0.107487,-0.0386 0.110244,-0.0441 0.112998,-0.0455 0.117134,-0.0455 0.126777,-0.0551 0.14056,-0.0551 0.132292,-0.0468 0.11989,-0.0441 0.10473,-0.0469 0.107487,-0.0386 0.108866,-0.0413 0.101973,-0.0441 0.09646,-0.0345 0.07855,-0.0345 0.07441,-0.0331 0.09095,-0.0345 0.0813,-0.0331 0.06477,-0.0358 0.07028,-0.0317 0.07579,-0.0413 0.0689,-0.0345 0.06339,-0.033 0.0565,-0.0262 0.05374,-0.022 0.0565,-0.0248 0.0565,-0.0179 0.04272,-0.0124 0.04272,-0.0165 0.03447,-0.01 0.01238,-0.011 0.01379,-0.003 0.0083,-0.007 0.01101,-0.011 0.0083,-0.004 0.0097,-0.003 0.0069,-0.004 0.0028,-0.008 0.0028,-0.01 0.0041,-0.01 0.01929,-0.008 0.0096,-0.011 0.0055,-0.006 -0.0013,-0.004 0.0028,-0.003 -0.0013,0.003 -0.01241,0.005 -0.0041,0.003 0.0097,-0.005 0.0083,-0.003 0.0083,0.004 h -0.01929 l 0.0013,0.001 -0.0013,-0.003 0.0013,-0.003 -0.0083,-0.001"
+ style="fill:none;stroke:#bdbdbd;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path530"
+ d="m 95.101654,119.63733 0.01101,-0.0152 -0.01654,-0.011 -0.02479,0.005 -0.0096,0.01 0.0069,0.008 0.01241,-0.003 0.01516,-0.008 0.01929,-0.001 0.02617,0.01 0.04272,0.01 0.05926,0.006 h 0.07441 l 0.101973,-10e-4 0.104731,-0.001 0.09922,-0.001 0.09095,-0.006 h 0.08544 l 0.07028,-0.005 h 0.06201 l 0.06752,0.001 h 0.04134 l 0.01654,0.007 0.01516,0.005 0.01241,0.005 0.0096,0.01 v 0.005 l -0.01241,0.007 -0.0096,0.003 -0.0069,0.003 -0.0028,0.011 -0.01101,0.0193 -0.02341,0.0358 -0.03306,0.051 -0.03447,0.0565 -0.03305,0.0606 -0.02893,0.0648 -0.0441,0.0634 -0.03031,0.0579 0.0041,0.0524 -0.02204,0.0469 -0.0303,0.0551 -0.02066,0.051 -0.01378,0.0413 -0.01791,0.0289 -0.01516,0.0207 -0.0096,0.0193 v 0.0138 l 0.0055,0.01 -0.0013,0.001 0.0083,-0.001 0.0028,-0.005 0.0069,-0.001 -0.0028,0.004"
+ style="fill:none;stroke:#bdbdbd;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path532"
+ d="m 95.136105,116.76687 0.01654,-0.0813 -0.0028,-0.0965 -0.03306,-0.003 -0.0083,0.0152 v 0.022 l 0.0041,0.022 0.0041,0.0234 0.0028,0.0234 0.0055,0.0303 0.0069,0.0455 0.0097,0.0675 0.01101,0.0882 0.01929,0.0923 0.02066,0.10197 0.01929,0.10474 0.02204,0.10473 0.02341,0.0978 0.01654,0.0882 0.01516,0.0882 0.02341,0.0841 0.02204,0.0662 v 0.0537 l 0.01241,0.0427 0.0096,0.0358 0.0013,0.0165 0.0083,0.0124 0.01241,0.0179 0.0041,0.008 h 0.0013 l 0.0028,-0.001 0.0041,-0.004 -0.02066,-0.0138"
+ style="fill:none;stroke:#bdbdbd;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path534"
+ d="m 94.579379,116.27215 -0.02066,-0.04 -0.04961,-0.04 h -0.03305 l -0.01654,0.003 -0.0041,0.001 -0.0055,-0.004 h 0.02066 l 0.04961,-0.004 0.05099,-0.0124 0.0689,-0.0152 0.07993,-0.022 0.107487,-0.022 0.130913,-0.0193 0.136424,-0.0248 0.144696,-0.022 0.151585,-0.0152 0.157096,-0.0152 0.151585,-0.0138 0.117134,-0.01 0.103351,-0.008 h 0.17363 l 0.07717,-10e-4 0.06752,0.007 0.04272,0.008"
+ style="fill:none;stroke:#bdbdbd;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path536"
+ d="m 95.014838,116.99149 0.0041,-0.0303 -0.01241,-0.0386 -0.01378,-0.008 0.0069,0.011 0.01654,0.005 0.03168,-0.003 0.0441,-0.0124 0.0689,-0.0248 0.07855,-0.022 0.09784,-0.0138 0.141941,-0.022 0.150207,-0.0248 0.121267,-0.0179 0.122642,-0.01 0.136427,-0.01 0.12678,-0.01 0.122645,-0.01 0.119891,-0.01 0.112998,-0.007"
+ style="fill:none;stroke:#bdbdbd;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path538"
+ d="m 94.575244,115.30064 -0.02066,0.0138 -0.01791,0.004 0.0041,-0.007 0.01654,-0.007 0.03305,-0.011 0.05099,-0.022 0.07028,-0.0331 0.08957,-0.033 0.100598,-0.0303 0.110244,-0.0275 0.124023,-0.0234 0.14056,-0.0234 0.154339,-0.0124 0.168122,-0.0165 0.162608,-0.007 0.155717,-0.008"
+ style="fill:none;stroke:#bdbdbd;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path540"
+ d="m 97.73784,116.07923 -0.01654,-0.0427 -0.05099,-0.0303 -0.06615,0.0579 -0.06477,0.0455 -0.06063,0.0482 -0.06063,0.0537 -0.05926,0.0648 -0.06477,0.0827 -0.05098,0.0992 -0.04961,0.10197 -0.03721,0.11438 -0.02204,0.11989 -0.01241,0.11713 -0.0041,0.113 0.0041,0.10749 0.01516,0.10749 0.02479,0.0965 0.03583,0.0854 0.04272,0.0703 0.0441,0.0606 0.05099,0.0565 0.05925,0.0496 0.07166,0.0331 0.07166,0.0248 0.09095,0.0124"
+ style="fill:none;stroke:#bdbdbd;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path542"
+ d="m 98.276654,116.8468 -0.02342,0.0345 -0.05512,0.0496 -0.0097,0.0386 0.02479,0.04 0.0096,0.0496 0.0013,0.062 0.0028,0.0661 0.02204,0.13505 0.02617,0.0675 0.03583,0.0524 0.02066,0.0441 0.01654,0.0317 0.0096,0.022 0.0069,0.0165 0.0041,0.006 -0.0028,0.001 -0.0041,-0.01 -0.0055,-0.008 -0.0096,-0.011 -0.01378,-0.0124 -0.02066,-0.0152 -0.02066,-0.0289 -0.02755,-0.0317 -0.03996,-0.0455 -0.03859,-0.0524 -0.03721,-0.0565 -0.01241,-0.0689 -0.02066,-0.073 -0.02617,-0.0703 -0.0069,-0.0703 -0.0028,-0.0524 0.0041,-0.0372 0.01101,-0.0372 0.01101,-0.033 0.02893,-0.0276 0.04134,-0.0331 0.0441,-0.0331 0.03858,-0.0317 0.05788,-0.0289 0.06202,-0.0289 0.04547,-0.0303 0.05926,-0.0165 0.07303,-0.008 0.07166,-0.007 0.07441,0.001 0.06891,0.011"
+ style="fill:none;stroke:#bdbdbd;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path544"
+ d="m 99.399757,115.68235 0.02204,-0.0152 0.02617,-0.0138 0.01791,0.0303 0.02066,0.0276 0.0303,0.0358 0.04272,0.0455 0.05788,0.0551 0.07166,0.0675 0.07028,0.091 0.07855,0.1006 0.08957,0.10611 0.08406,0.113 0.0758,0.12953 0.0579,0.13367 0.04,0.12541 0.022,0.11713 0.003,0.11575 -0.0165,0.10473 -0.0179,0.0965 -0.0289,0.0965 -0.0427,0.0937 -0.051,0.0827 -0.0689,0.0758 -0.05237,0.0744 -0.01929,0.0689 -0.04685,0.0496 -0.06201,0.0345 -0.03583,0.022 -0.01929,0.0152 v 0.01"
+ style="fill:none;stroke:#bdbdbd;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path546"
+ d="m 90.350181,122.06267 -0.02204,-0.0234 -0.03168,-0.0124 -0.02755,0.033 -0.0097,0.0248 -0.0083,0.0152 -0.0041,0.0124 -0.0028,0.0193 0.01101,0.0551 0.0028,0.022 0.01654,0.0234 0.01379,0.0193 0.01378,0.0234 0.02479,0.022 0.01929,0.0207 0.02066,0.0234 0.03031,0.0234 0.04272,0.0152 0.03859,0.004 0.03443,0.003 h 0.02479 l 0.02893,-0.0152 0.04272,-0.0138 0.02893,-0.0207 0.0013,-0.022 0.0013,-0.0262 0.0096,-0.0248 0.0083,-0.0179 -0.0013,-0.0234 -0.0041,-0.0276 -0.0096,-0.0317 -0.01241,-0.0262 -0.01516,-0.022 -0.01516,-0.0234 -0.01929,-0.022 -0.02342,-0.0138 -0.03168,-0.007 -0.03721,-0.008 -0.04961,-0.0124 -0.06201,-10e-4 -0.05787,-0.001 -0.01929,0.004 -0.02755,0.007 -0.06201,0.0124 -0.04548,0.0248 -0.03859,0.0248 -0.01791,0.0289 -0.01101,0.0331 -0.01101,0.0317 -0.0096,0.04 -0.0055,0.04 0.0013,0.04 0.0055,0.04 -0.0055,0.0427 0.02617,0.0317 0.0565,0.0152 0.04134,0.0207 0.04134,0.01 h 0.03447 l 0.03996,-0.005 0.05098,-0.011 0.0441,-0.0165 0.0303,-0.0234 0.0303,-0.0289 0.02755,-0.0262 0.02342,-0.0276 0.0096,-0.0262 -0.0069,-0.0207"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path548"
+ d="m 90.446641,122.92256 0.02755,0.0593 0.0565,0.0923 0.03443,0.0579 0.02755,0.0524 0.03306,0.0565 0.03858,0.0675 0.04685,0.0813 0.05237,0.091 0.05237,0.10749 0.07579,0.1006 0.07855,0.10197 0.07028,0.10198 0.07165,0.10748 0.08406,0.10611 0.104733,0.1199 0.09784,0.12402 0.08957,0.12264 0.0882,0.12265 0.08957,0.11989 0.0882,0.10748 0.08819,0.1006 0.06752,0.0951 0.06063,0.0992 0.06063,0.0923 0.05926,0.0841 0.05926,0.0827 0.05237,0.0854 0.06339,0.0827 0.06615,0.0744 0.04823,0.0703 0.03583,0.0648 0.03447,0.0551 0.03168,0.0468 0.01241,0.0372 0.0069,0.0276 0.01791,0.0179 0.0083,0.0165 0.0041,0.0138 v 0.005 l 0.0055,-0.003 -0.0028,0.006 0.0083,-10e-4 h 0.01378 l -0.0083,0.005 v 0.001 l 0.0083,0.004 0.0041,0.003 -0.0055,0.001 h -0.0041 v -0.003 l 0.0028,0.003 h 0.0055 -0.0083 l -0.01378,-0.0165 0.0028,-0.004 -0.0028,10e-4 -0.0028,-0.003 0.0055,0.005 h 0.0041 l 0.0083,0.004 0.0013,-0.007 -0.01379,0.007 h 0.0041 l 0.0055,-0.01 0.0013,10e-4 0.0028,-0.007 -0.01101,0.003 -0.0083,10e-4 -0.0096,0.001 -0.0055,-0.006 0.0069,-0.004 h 0.0028 -0.0097 l -0.0028,0.007 h 0.01101 l 0.0028,-0.005 h 0.0055 -0.02341 l 0.01654,-0.004 h 0.0041 l -0.0096,-0.005 -0.01378,-0.011 -0.01378,-0.007 -0.01241,-0.008 -0.01516,-0.0138 -0.01378,-0.0193 -0.03583,-0.0275 -0.02204,-0.0165 -0.02204,-0.0179 -0.03996,-0.007 -0.0303,-0.011 -0.02617,-0.011 -0.0303,-0.0152 -0.03447,-0.0165 -0.0303,-0.0179 -0.03996,-0.0165 -0.0565,-0.0303 -0.05788,-0.0345 -0.05375,-0.0386 -0.05098,-0.0317 -0.04961,-0.0345 -0.03859,-0.0345 -0.04134,-0.033 -0.03721,-0.022 -0.02893,-0.0165 -0.02204,-0.0152 -0.01379,-0.001 -0.01238,0.004 -0.01791,0.003 -0.0013,-0.001 0.0096,0.004 0.0083,0.003 h 0.0028 -0.0055 l 0.0013,-0.001 -0.0055,-10e-4 -0.0083,-0.001 0.01101,0.001 h 0.0041 l 0.0028,10e-4 0.01101,0.003 0.0083,0.007 0.0013,0.004 0.01654,0.01 0.03721,0.008 0.04134,0.0262 0.05374,0.0358 0.06477,0.0344 0.06752,0.04 0.07855,0.0469 0.07442,0.0427 0.07304,0.0427 0.06201,0.0386 0.05788,0.0193 0.04685,0.0179 0.03996,0.008 0.03583,0.003 h 0.03583 l 0.03996,0.001 0.02479,0.005 0.02479,0.007 0.03306,0.003 0.02893,0.01 0.02755,0.005 0.02342,0.01 0.01929,0.011 h 0.04823 l 0.02066,-0.001 -0.03446,-0.001 -0.0096,-0.004 -0.01101,-0.005 0.01101,-0.008 0.0069,-0.022 -0.03031,-0.0152 -0.0069,-0.0262 -0.0041,-0.0317 0.0069,-0.0303 0.01516,-0.0358 v -0.0455 l 0.01101,-0.051 0.03168,-0.0496 0.02755,-0.0386 0.02479,-0.0386 0.02204,-0.0427 0.02204,-0.0358 0.01516,-0.0289 0.01241,-0.0358 0.01791,-0.0358 v -0.0331"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path550"
+ d="m 93.421827,127.30473 -0.01101,0.0455 -0.02342,0.0675 -0.0055,0.0372 -0.0069,0.0165 0.0041,0.0331 0.0041,0.0482 0.01241,0.062 0.01929,0.0703 0.02204,0.0758 0.02617,0.0772 0.02341,0.0786 0.02342,0.0813 0.02479,0.0841 0.02617,0.0841 0.01929,0.0786 0.01379,0.0661 0.01241,0.0537 0.01791,0.0427 0.01516,0.0372 0.0041,0.0275 0.0055,0.007 v -0.003 l -0.01241,-0.0138 -0.0096,-0.011 -0.0013,-0.0124 0.0013,-0.0165 -0.0083,-0.0207 -0.0083,-0.0275 -0.02066,-0.0345 -0.0041,-0.0427 -0.01241,-0.0496 -0.03168,-0.0634 -0.02479,-0.0703 -0.02342,-0.0689 -0.01241,-0.0744 -0.0028,-0.0813 0.0013,-0.0744 -0.0041,-0.0689 -0.0013,-0.0579 0.0041,-0.0496 0.01241,-0.04 0.0083,-0.0303 0.01929,-0.0248 0.03583,-0.0234 0.03721,-0.0262 0.03858,-0.0331 0.03305,-0.0303 0.03859,-0.0276 0.0689,-0.0234 0.06477,-0.0207 0.05374,-0.0248 0.06063,-0.0138 0.06477,-0.0138 0.07028,-0.0152 0.07304,-0.0152 0.07579,-0.011 0.08406,-0.0152 0.08682,-0.007 0.07166,-0.007 0.06477,-0.011 0.07304,-0.008 0.04685,0.003"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path552"
+ d="m 93.421827,126.66394 -0.01791,-0.008 -0.01791,-0.0124 0.01101,-0.004 0.02066,-10e-4 0.01516,10e-4 0.02479,-0.007 0.04134,-0.01 0.06615,-0.0138 0.07304,-0.0165 0.07854,-0.0193 0.0882,-0.0193 0.100597,-0.022 0.106109,-0.0179 0.100597,-0.0207 0.09922,-0.0207 0.09509,-0.0165 0.08957,-0.0138 0.07993,-0.004"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path554"
+ d="m 95.633577,126.52751 -0.03721,0.0413 -0.06477,0.0799 -0.05236,0.0703 -0.03721,0.0744 -0.0303,0.0923 -0.04548,0.0965 -0.03996,0.10749 -0.0441,0.12265 -0.03858,0.14055 -0.03031,0.14332 -0.01654,0.14608 -0.01791,0.14744 -0.0096,0.14608 v 0.13366 l 0.0303,0.12403 0.01378,0.11438 -0.01101,0.0992 0.01378,0.0909 0.01929,0.0772 0.06063,0.0455 0.04134,0.0386 0.02341,0.0289 0.04823,0.0234 0.0441,0.0275 0.03583,0.0193 0.03721,0.0138"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path556"
+ d="m 96.292279,126.83068 -0.0041,-0.005 -0.02066,0.0138 -0.01654,0.0331 -0.0083,0.0331 -0.01379,0.0331 -0.01791,0.0482 -0.0083,0.0661 -0.02617,0.0841 -0.01378,0.0965 0.0041,0.10336 -0.0041,0.11575 -0.01101,0.12265 -0.0013,0.11575 0.0083,0.11438 0.0083,0.11162 0.01378,0.10335 0.02066,0.0992 0.02617,0.0909 0.02617,0.0758 0.02755,0.0703 0.02204,0.0538 0.01929,0.051 0.02893,0.0386 0.02893,0.0248 0.03306,0.0152 0.03446,0.008 0.03447,-10e-4 0.03721,-0.01 0.04134,-0.011 0.03996,-0.0193 0.03721,-0.022 0.0441,-0.0234 0.02893,-0.0331"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path558"
+ d="m 95.949148,127.95516 -0.04548,-0.007 -0.06063,-0.005 -0.01929,0.007 0.01101,-10e-4 0.01791,-0.003 0.02617,-0.003 0.01929,-0.004 0.02204,-0.004 0.05512,-0.011 0.05788,-0.011 0.04272,-0.022 0.06753,-0.0179 0.07992,-0.0138 0.09371,-0.0179 0.103354,-0.0317 0.104727,-0.0386 0.09233,-0.0331"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path560"
+ d="m 97.212809,127.89866 -0.0013,0.003 -0.01101,0.0179 -0.0083,0.008 0.0028,-0.003 0.0069,-0.003 0.01378,-0.001 0.02342,-10e-4 0.02479,-0.001 0.02617,0.004 0.03996,0.004 0.05788,0.011 0.06477,0.0152 0.05374,0.022 0.04685,0.0207 0.03306,0.0344 0.01241,0.0303 -0.0013,0.0358 -0.01516,0.0345 -0.01929,0.0441 -0.02066,0.0524 -0.02617,0.051 -0.03168,0.0565 -0.02617,0.0524 -0.02617,0.0441 -0.01791,0.0427 -0.01791,0.0317 -0.01101,0.0179 -0.0013,0.01 v 0.005 l 0.0069,0.004 0.01238,-0.008 0.0083,-0.003 0.02617,-0.008 0.01929,-0.007 -0.01654,0.001 0.02617,-0.003 h 0.06752 l 0.05788,-0.008 0.05099,-0.0124 0.05926,-0.01 0.135046,-0.0193"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path562"
+ d="m 98.04101,126.61433 0.01378,0.0179 0.01929,0.0372 0.0303,0.022 0.03306,0.0317 0.04548,0.0427 0.05926,0.0469 0.06476,0.0648 0.07028,0.0758 0.07304,0.0799 0.07717,0.0896 0.05374,0.10474 0.03859,0.10334 0.03996,0.10198 0.02755,0.0965 0.02204,0.0937 0.0083,0.0937 -0.01378,0.0868 -0.01241,0.0799 -0.01516,0.073 -0.03446,0.0689 -0.03859,0.0675 -0.05925,0.0579"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path564"
+ d="m 104.24356,102.36637 0.0234,-0.0152 0.0138,-0.007 -0.01,0.0275 -0.0138,0.0221 -0.0124,0.0248 -0.007,0.0234 -0.004,0.04 -0.0152,0.0441 -0.0152,0.0482 -0.008,0.0496 -0.0124,0.0579 -0.007,0.0662 -10e-4,0.0551 0.01,0.0386 0.004,0.0234 0.0124,0.0221 0.0179,0.0152"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path566"
+ d="m 105.06211,100.92495 0.004,-0.04 0.004,-0.0413 -0.003,-0.007 0.0152,0.0165 0.0179,0.0138 0.0207,0.0207 0.0276,0.0193 0.0496,0.0276 0.0593,0.0455 0.0703,0.0703 0.0799,0.0923 0.0868,0.10611 0.0854,0.11989 0.091,0.14331 0.0813,0.15986 0.0537,0.16123 0.0331,0.14745 v 0.13918 l -0.0248,0.1254 -0.0427,0.10749 -0.0524,0.10197 -0.0579,0.0868 -0.0606,0.0772 -0.0537,0.0689 -0.051,0.0689 -0.0537,0.0551 -0.0551,0.0413 -0.0441,0.0345"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path568"
+ d="m 95.184336,120.7122 -0.01516,0.008 -0.02479,0.0179 -0.01654,0.0124 -0.01516,10e-4 -0.01379,0.0138 -0.02066,0.0179 -0.02755,0.0234 -0.02755,0.0289 -0.03583,0.0331 -0.03583,0.0413 -0.03583,0.0427 -0.0303,0.0413 -0.02617,0.0331 -0.02617,0.0358 -0.03171,0.0303 -0.01791,0.0262"
+ style="fill:none;stroke:#bdbdbd;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path570"
+ d="m 94.083286,121.70989 h -0.01929 l -0.03306,0.003 -0.02617,0.0207 -0.01378,-0.005 h -0.03996 l -0.02893,0.0138 -0.0041,0.0262 -0.03583,0.0276 -0.08544,0.0799 -0.03305,0.0413 -0.01241,0.0427 -0.05098,0.0358 -0.07304,0.0413"
+ style="fill:none;stroke:#bdbdbd;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path572"
+ d="m 91.834327,123.80864 -0.01929,0.051 v 0.0276 l 0.0028,-0.0193 0.01101,-0.0138 0.01791,-0.0234 0.02755,-0.0344 0.03996,-0.0372 0.04272,-0.0289 0.03859,-0.022 0.03583,-0.0207"
+ style="fill:none;stroke:#bdbdbd;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path574"
+ d="m 92.640478,122.84126 0.04272,-0.0799 0.06615,-0.11438 0.04547,-0.0372 0.03305,-0.0193 0.0303,-0.008 0.0441,-0.007"
+ style="fill:none;stroke:#bdbdbd;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path576"
+ d="m 77.523403,113.57258 0.02205,-0.008 0.03859,0.0179 0.02893,0.0207 0.02067,0.0317 0.06477,0.0648 0.03447,0.0413 0.04134,0.0331 0.03721,0.0275 0.04272,0.0262 0.0937,0.0413 0.04548,0.0248 0.0441,0.0317 0.04961,0.0386 0.05374,0.04 0.05926,0.0537 0.06477,0.0551 0.07028,0.0551 0.07855,0.051 0.07441,0.0565 0.0689,0.051 0.07166,0.0455 0.07304,0.0565 0.07855,0.0675 0.08819,0.0634 0.08406,0.0744 0.08268,0.0772 0.08682,0.073 0.08406,0.0606 0.07441,0.0593 0.06477,0.0565 0.05926,0.0537 0.05788,0.0468 0.0565,0.04 0.0565,0.0331 0.04823,0.0345 0.05375,0.0317 0.06477,0.0331 0.0689,0.04 0.06477,0.0386 0.06752,0.0469 0.06339,0.0441 0.0565,0.0441 0.05926,0.0455 0.06477,0.0468 0.07166,0.0469 0.06615,0.051 0.0565,0.0551 0.05788,0.0593 0.06477,0.0551 0.07028,0.0537 0.07304,0.0469 0.06614,0.0482 0.06477,0.0455 0.06339,0.0524 0.08268,0.0469 0.08819,0.0469 0.07304,0.0455 0.07304,0.033 0.06201,0.0276 0.05099,0.0331 0.06339,0.0289 0.05925,0.0303 0.05788,0.0358 0.06752,0.0427 0.0813,0.0386 0.07855,0.0482 0.07303,0.0593 0.07442,0.0579 0.07855,0.062 0.07579,0.0675 0.07304,0.0606 0.07304,0.0524 0.07166,0.0606 0.07304,0.051 0.07304,0.04 0.07028,0.0427 0.06477,0.0413 0.0565,0.0372 0.04823,0.0262 0.0303,0.0331 0.0441,0.0331 0.05926,0.0441 0.06477,0.0496 0.07166,0.0482 0.08406,0.0565 0.07717,0.0648 0.0565,0.0648 0.06201,0.0634 0.07717,0.0634 0.07304,0.0593 0.07028,0.051 0.06752,0.0482 0.06339,0.0455 0.06201,0.0482 0.06339,0.0468 0.05926,0.0372 0.05374,0.0317 0.04272,0.0372 0.04823,0.0331 0.04961,0.0303 0.0565,0.0441 0.06201,0.062 0.07028,0.0648 0.07579,0.0703 0.07579,0.0634 0.07304,0.0551 0.06752,0.0524 0.06752,0.051 0.06615,0.04 0.05374,0.0358 0.03168,0.0303 0.04272,0.0234 0.04823,0.022 0.04685,0.0234 0.05099,0.0303 0.05374,0.0427 0.05512,0.051 0.05512,0.0551 0.06063,0.051 0.06477,0.0496 0.07304,0.0551 0.07028,0.062 0.06339,0.0606 0.06063,0.0579 0.05926,0.0537 0.05926,0.0455 0.05512,0.04 0.05788,0.04 0.04685,0.0358 0.0441,0.0317 0.05236,0.022 0.0441,0.0289 0.03721,0.0303 0.04134,0.0262 0.05237,0.0275 0.04961,0.0482 0.04685,0.0565 0.124027,0.12402 0.07441,0.0551 0.06202,0.0468 0.05236,0.0469 0.04961,0.0413 0.04547,0.0372 0.03583,0.0317 0.02755,0.0358 0.0303,0.0234 0.02755,0.0179 0.02341,0.0193 0.04134,0.022 0.01791,0.0138 0.02342,0.0152 0.01654,0.0124 0.01791,0.0165 0.0303,0.0165 0.03306,0.0234 0.02893,0.0248 0.02479,0.0234 0.03306,0.0248 0.03996,0.0317 0.04961,0.0455 0.06063,0.0427 0.0441,0.0331 0.02755,0.0138 0.0069,0.0138 0.01378,0.0124 0.02204,0.0165 0.02204,0.0179 0.01379,0.011 0.01238,0.008 0.02204,0.01 0.01929,0.007 0.01654,0.007 0.02342,0.005 0.02893,0.008 0.02755,0.0138 0.03583,0.0138 0.03996,0.0248 0.05512,0.0427 0.04823,0.0482 0.02204,0.0331 0.0441,0.0275 0.03447,0.0165 0.02479,0.0138 0.01101,0.0165 0.02204,0.0303 0.0303,0.0275 0.05512,0.0248 0.02066,0.0152 0.02479,0.0152 0.02755,0.011 0.0303,0.0193 0.03447,0.0275 0.0441,0.0372 0.03721,0.0345 0.01654,0.0248 0.02204,0.0179 0.03996,0.011 0.03721,0.0179 0.02893,0.0248 0.03031,0.0275 0.03305,0.022 0.01929,0.0207 0.01516,0.01 0.01241,0.004 0.0055,0.007 0.01241,0.005 0.01101,10e-4 v 0.005 l 0.0083,0.0124 0.0028,-0.001 -0.0041,-0.001 -0.0055,-0.005 -0.0028,-0.001 h -0.0028 0.0055 l 0.0069,0.001 h 0.0028 l 0.0013,-0.004 -0.0069,0.001 -0.0055,-0.007 -0.0083,-0.007 -0.02204,-0.022 -0.02479,-0.0152"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path578"
+ d="m 87.521069,121.5211 0.02341,0.0427 0.03859,0.0468 -0.0055,0.011 -0.0013,-0.0138 -0.0013,-0.008 0.01929,-0.001 h 0.03447 l 0.02204,0.0138 0.04134,0.0138 0.07855,0.0138 0.07166,0.0275 0.07717,0.0262 0.07166,0.0289 0.06614,0.0345 0.07717,0.0317 0.08131,0.0303 0.07579,0.0248 0.05374,0.0138 0.03447,0.0124 h 0.0303 l 0.02479,-0.008 0.0041,-0.003 -0.0069,-0.0152 0.0028,-0.0179 -0.0083,-0.0207 -0.03443,-0.0152 -0.02617,-0.0179 0.0041,-0.0207 0.01516,-0.022 0.0041,-0.0234 0.0055,-0.0262 -0.0055,-0.0248 -0.0083,-0.0386 0.01654,-0.0358 0.02341,-0.0345 0.01101,-0.0331 0.01516,-0.0317 0.02204,-0.0372 0.0096,-0.0386 -0.01379,-0.0372 0.0028,-0.0413 -0.0041,-0.0427 -0.0083,-0.0413 -0.0083,-0.0372 0.01791,-0.0427"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path580"
+ d="m 84.468716,104.01037 0.02067,0.0317 0.0193,0.0441 0.01654,0.003 -0.0028,0.01 v 0.0207 l 0.01101,0.0221 0.01242,0.0262 0.01792,0.04 0.01517,0.04 0.01654,0.0441 0.0193,0.04 0.02342,0.0303 0.01242,0.0207 0.01517,0.01 0.01101,0.0124"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path582"
+ d="m 84.18346,102.45595 v -0.0289 l 0.01654,0.01 0.01517,0.0138 0.01654,0.011 0.02893,0.0152 0.04548,0.0152 0.05099,0.0152 0.06615,0.0234 0.07855,0.0234 0.08544,0.022 0.09508,0.04 0.09922,0.0482 0.110243,0.0565 0.110244,0.0606 0.100598,0.0703 0.08819,0.0772 0.06752,0.091 0.05236,0.0951 0.03721,0.0923 0.02205,0.0923 0.01655,0.091 0.01379,0.0882 0.0055,0.0758 -0.0055,0.0606 -0.01379,0.0482 -0.0097,0.04 -0.0028,0.0331 -0.0083,0.0248 -0.01792,0.0221"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path584"
+ d="m 77.010775,121.14352 0.0055,-0.0303 0.01101,-0.0537 0.01379,-0.0165 -0.0083,-0.005 -0.0014,0.008 -0.0028,0.0179 0.0028,0.0152 v 0.0372 l 0.0041,0.0413 0.01101,0.0524 0.0069,0.0689 0.0096,0.0827 0.02067,0.0827 0.01517,0.0868 0.01379,0.0882 0.01792,0.0937 0.02342,0.0896 0.01238,0.0813 0.0014,0.0717 0.0083,0.062 0.0055,0.051 0.01101,0.0372 0.0028,0.0275 -0.01379,0.0138 -0.0041,-0.001 -0.0028,-0.0124 -0.0028,-0.0138 -0.0014,-0.0207 -0.0028,-0.0234 -0.0083,-0.0289 -0.02067,-0.0441 -0.0248,-0.0634 -0.01654,-0.0786 -0.02755,-0.0896 -0.01379,-0.0951 0.0041,-0.091 -0.0083,-0.0882 -0.0096,-0.0868 -0.0028,-0.0758 0.0096,-0.0634 0.02342,-0.062 0.02067,-0.0662 0.01655,-0.0606 0.03443,-0.0634 0.03996,-0.0703 0.09646,-0.15159 0.03996,-0.0593 0.03996,-0.0469 0.0441,-0.0413 0.04134,-0.0248 0.04272,-0.007 0.04134,-0.003 0.0441,0.008 0.0565,0.0193 0.05788,0.0331 0.04823,0.0303 0.0689,0.0386"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path586"
+ d="m 79.325876,120.06452 -0.0055,-0.0276 -0.02617,-0.0331 -0.04272,0.0138 -0.03859,0.022 -0.04272,0.0193 -0.05099,0.022 -0.05375,0.0413 -0.05788,0.0496 -0.06064,0.0689 -0.05925,0.0827 -0.05788,0.0923 -0.06063,0.10059 -0.0565,0.11024 -0.05374,0.12816 -0.03996,0.13918 -0.02342,0.15159 -0.01792,0.15158 -0.01517,0.14056 0.0041,0.13781 0.01101,0.13504 0.03996,0.13781 0.03447,0.13229 0.01792,0.12954 0.03721,0.1185 0.05788,0.0965 0.0565,0.0758 0.05374,0.0496 0.05926,0.0345 0.05512,0.0207 0.0565,0.004"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path588"
+ d="m 80.109981,120.49033 -0.02755,-0.0317 -0.0248,-0.0482 0.0055,-0.0124 0.0055,0.0124 0.0041,0.011 0.0083,0.0207 -0.0014,0.022 -0.0028,0.0234 -0.0096,0.0358 -0.01654,0.051 -0.01654,0.0786 -0.04134,0.0909 -0.03306,0.10335 -0.01379,0.11989 -0.0248,0.13091 -0.0303,0.12265 -0.02893,0.11438 -0.01379,0.10886 0.0041,0.0965 v 0.0965 l 0.0028,0.091 0.0055,0.0813 0.01379,0.0606 0.02893,0.0469 0.03171,0.0413 0.02617,0.0372 0.03721,0.0303 0.04134,0.0234 0.03996,0.0165 0.05237,0.0138 0.05788,0.011 0.05374,0.004 0.04961,-0.008 0.0565,-0.0193 0.05788,-0.0276 0.07579,-0.0372 0.04548,-0.0441"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path590"
+ d="m 79.696567,121.38881 h -0.01238 l -0.0083,-0.007 h 0.0069 l 0.01792,-0.001 0.04272,0.003 0.06752,0.001 0.07304,0.005 h 0.28939 l 0.119888,-0.005 0.117133,-0.011"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path592"
+ d="m 81.32541,121.30751 -0.0096,0.0193 v 0.011 l 0.0028,-0.001 0.01654,0.004 0.0248,0.0138 0.03858,0.0152 0.05512,0.0138 0.04686,0.0289 0.04134,0.0303 0.03721,0.0372 0.0303,0.0468 0.01379,0.0537 0.0083,0.0551 -0.0083,0.0579 -0.01655,0.062 -0.02342,0.0634 -0.03721,0.0648 -0.02893,0.0675 -0.03168,0.0565 -0.03583,0.0538 -0.03443,0.0441 -0.03721,0.0372 -0.03721,0.0386 -0.03168,0.0207 -0.02893,0.0193 -0.03447,0.022 -0.02205,0.0165 -0.01101,0.0165 -0.0083,0.008 0.0028,0.005 0.02755,-0.001 0.02067,-0.004 0.01242,0.004 0.01379,0.004 0.0248,0.004 0.03306,0.004 0.03859,0.011 0.04548,0.0165 0.04134,0.011 0.04272,0.01 0.04547,0.008 0.05099,0.0138 0.03859,0.008 0.05099,0.007 0.06339,-0.003 0.06339,-0.004"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path594"
+ d="m 82.33827,120.18303 -0.0041,0.007 -0.0083,0.0165 0.01379,0.007 0.01792,0.0207 0.03447,0.0358 0.05788,0.0551 0.06201,0.0717 0.0689,0.0841 0.07028,0.10473 0.07166,0.12402 0.07441,0.13229 0.05236,0.15159 0.04823,0.15296 0.04685,0.14332 0.01101,0.14607 -0.0041,0.15158 -0.03858,0.14745 -0.03858,0.13505 -0.03171,0.1254 -0.04961,0.11576 -0.04686,0.1061 -0.05512,0.0978 -0.05788,0.0896 -0.06615,0.0785 -0.04961,0.062 -0.03583,0.0413"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path596"
+ d="m 76.390655,119.75583 0.01517,-0.004 h 0.04272 l 0.0193,-0.005 0.03583,0.005 0.05925,0.011 0.08268,0.0152 0.100598,0.005 0.124022,0.01 0.143316,0.008 0.157096,0.008 0.172254,-0.001 0.176389,0.001 0.166744,-0.001 0.163985,-0.001"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path598"
+ d="m 67.677323,94.383401 -0.0041,-0.08957 -0.0028,-0.08268 -0.0248,0.0193 0.0096,0.03443 0.0055,0.02755 0.0041,0.03583 0.0014,0.02755 -0.0069,0.03306 -0.0014,0.04547 -0.0069,0.06339 -0.0069,0.07992 -0.0014,0.09784 -0.0055,0.110243 -0.0069,0.104729 -0.0055,0.107488 -0.0055,0.111622 0.0014,0.111619 -0.0055,0.101974 -0.0055,0.09095 0.0014,0.0813 0.0083,0.08131 0.0096,0.07717 0.01517,0.07166 0.01517,0.05374 0.01379,0.04548 0.0055,0.03305 0.01101,0.02893 0.01654,0.02342 0.02618,0.02067 0.0193,0.01792 0.02342,0.01792 0.0248,0.01517 0.03583,0.01517 0.03443,0.0096 0.03583,0.01101 0.04134,0.0041 0.0441,-0.0028 0.04272,-0.0028 0.04547,-0.0014 0.05375,-0.0014 0.04272,-0.0083 0.03721,-0.0069 0.02893,-0.0055 h 0.02893 l 0.04134,-0.0041 0.02342,-0.0069"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path600"
+ d="m 67.208789,95.2681 -0.03721,-0.0014 h -0.0565 0.0014 -0.0014 l 0.0069,-0.0041 0.01517,-0.01101 0.0193,-0.0096 0.02617,-0.01654 0.03997,-0.01242 0.06339,-0.02617 0.06064,-0.03721 0.06477,-0.03306 0.08819,-0.03859 0.104732,-0.0441 0.103354,-0.04547 0.09784,-0.03447 0.104729,-0.03168 0.09922,-0.0248 0.06477,-0.01792 0.05788,-0.01379 0.05374,-0.0041"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path602"
+ d="m 69.115993,94.991117 h -0.0689 l 0.0028,0.0055 0.02067,-0.0069 0.03168,-0.0083 0.02205,-0.0096 0.0248,-0.0055 0.0248,0.0014 0.04823,-0.0028 0.06615,-0.0193 0.06477,-0.01517 0.07441,-0.0193 0.08819,-0.02067 0.07717,-0.02617 0.07579,-0.0248 0.08406,-0.01101 0.07028,-0.0083"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path604"
+ d="m 69.128397,95.853768 0.0014,-0.03447 -0.0083,-0.04685 0.01517,-0.0055 0.0055,0.0028 v 0.01101 l 0.01792,-0.0055 0.03583,-0.0028 0.0441,-0.0055 0.0565,-0.0193 0.0565,-0.02205 0.06477,-0.01379 0.07717,-0.02617 0.07717,-0.02755 0.07993,-0.02618 0.06477,-0.03168"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path606"
+ d="m 71.22577,95.516149 -0.01379,-0.02617 -0.02618,-0.0083 0.01242,0.03996 0.01792,0.0083 0.0096,-0.0041 0.01379,-0.01238 0.0193,-0.0248 0.0193,-0.03305 0.02618,-0.02893 0.0303,-0.04685 0.03171,-0.05512 0.03721,-0.06063 0.04272,-0.07717 0.03721,-0.08544 0.02755,-0.100598 0.0041,-0.108864 0.0096,-0.09922 0.01655,-0.09233 0.0055,-0.100598 v -0.108864 l -0.0055,-0.110243 -0.0055,-0.09646 -0.01654,-0.08406 -0.01654,-0.07579 -0.01517,-0.05788 -0.0193,-0.03583 -0.02618,-0.02067 -0.01792,-0.01101 h -0.02342 l -0.04134,0.0096 -0.03306,0.02755 -0.02205,0.03858 -0.03306,0.0303 -0.03447,0.04823 -0.05926,0.0565 -0.05926,0.09095 -0.03583,0.101974 -0.06477,0.107488 -0.0689,0.112999 -0.0689,0.117132 -0.03721,0.119888 -0.02618,0.103354 -0.01792,0.07717 0.0041,0.07166 0.0097,0.06477 0.02067,0.05512 0.02342,0.04272 0.0193,0.0441 0.03583,0.04134 0.04134,0.03306 0.04548,0.02618 0.06201,0.02067 0.06615,0.0041 0.0565,-0.0028 0.04823,-0.0055 0.06063,-0.02617 0.05099,-0.03996 0.04134,-0.04548 0.03721,-0.05512 0.03996,-0.05926 0.02755,-0.07855 0.02893,-0.07717 0.03583,-0.07993 0.0248,-0.09095 0.01242,-0.07855 0.02342,-0.07579 0.0083,-0.07717 v -0.07166 l 0.0069,-0.04961 0.0028,-0.02617 0.0028,0.0014 -0.0028,0.01792 -0.01238,0.02755 0.0028,0.01517 0.0083,0.02755 -0.0083,0.03583 v 0.02893 l 0.01242,0.02342 0.0028,0.02755 -0.02617,0.03721 -0.0096,0.05512 0.0193,0.06201 0.0028,0.06891 0.0096,0.07028 0.0069,0.06614 0.01379,0.07579 0.02893,0.07166 0.03583,0.06201 0.04272,0.05099 0.04134,0.03859 0.0441,0.03447 0.04961,0.01655 0.05512,0.01101 0.07304,-0.0028 0.07579,-0.0069 0.0689,-0.02067 0.04961,-0.03443 0.0689,-0.03721 0.0937,-0.04961 0.07579,-0.04961 0.05926,-0.0565 0.06752,-0.06615"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path608"
+ d="m 102.73047,121.83116 0.0289,-0.0207 0.0248,0.0124 -0.008,0.0358 -0.005,0.0276 -0.011,0.0386 -0.0165,0.0496 -0.011,0.0689 -0.0138,0.0799 -0.0207,0.0992 -0.0207,0.10059 -0.0179,0.10474 -0.0234,0.12126 -0.0248,0.12403 -0.01,0.11299 0.007,0.0992 0.008,0.0951 -0.007,0.0882 0.0179,0.0882 0.0455,0.0813 0.0262,0.073 0.0152,0.0593 0.0152,0.0551 0.0152,0.0482 0.0289,0.0427 0.0289,0.0372 0.0317,0.0276 0.0289,0.0207 0.0469,0.007 0.051,0.003 0.0524,0.005 0.0427,10e-4 0.0427,0.004 0.0565,0.004 h 0.0496 l 0.0386,10e-4 0.0413,-0.0193"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path610"
+ d="m 102.38045,122.72964 0.0606,-0.0358 0.0372,-0.051 -0.0262,-0.005 -0.008,0.004 0.007,0.01 0.0248,10e-4 0.0317,0.004 0.0551,-0.003 0.0661,-0.007 0.0896,-0.007 0.11024,0.004 0.10473,0.008 0.1006,0.008 0.11851,0.0138 0.12402,0.0152 0.0841,0.0152"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path612"
+ d="m 104.18017,122.89363 10e-4,-0.0248 -0.007,-0.0248 0.0262,0.004 0.0124,0.0124 0.0152,0.004 0.0317,-0.004 0.0496,-0.007 0.0648,-0.007 0.0923,-0.008 0.11162,-0.0138 0.13367,-0.0207 0.14607,-0.0152 0.14194,-0.0193 0.13367,-0.011"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path614"
+ d="m 104.2284,123.3663 h 0.01 l 0.0303,-0.008 0.0413,-0.0165 0.0372,-0.007 0.0179,-0.0152 0.0565,-0.011 0.11162,-0.01 0.113,-0.0138 0.10473,-0.003 0.0978,0.003 0.10748,0.004 0.0992,0.011 0.0882,0.01"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path616"
+ d="m 106.13836,122.07094 -0.003,-0.0275 v -0.051 l 10e-4,-0.0193 0.004,0.0138 -0.006,0.011 0.001,0.008 v 0.14194 l -0.005,0.0524 -0.0152,0.0717 -0.0152,0.0868 -0.0207,0.10473 -0.022,0.10473 -0.0193,0.11162 -0.011,0.11024 -0.0165,0.0868 -0.008,0.0772 -0.0152,0.0744 -0.003,0.0717 -0.003,0.0579 -0.0152,0.0496 -0.0124,0.0345 0.001,0.0262 0.004,0.01 0.003,0.003 0.0165,-0.005 10e-4,-0.003 -0.007,-0.007 -0.001,-0.005 -0.008,-0.003 0.004,-0.005 0.007,-0.006 0.0276,-0.0124 0.005,-0.0248 -0.005,-0.0124 0.022,-0.022 0.0386,-0.0331 0.0482,-0.0303 0.0372,-0.0317 0.011,-0.0455 0.0372,-0.0358 0.0386,-0.0303 0.0468,-0.0317 0.0427,-0.0193 0.04,-0.0179 0.0455,-0.011 0.0648,0.003 0.0634,10e-4 0.0606,0.007 0.0648,0.011 0.0648,0.0165 0.0524,0.0234 0.0455,0.0138 0.0579,0.0179 0.0441,0.0262 0.0345,0.0248 0.0124,0.022 0.0179,0.0207 0.0193,0.0275 0.0207,0.0248 0.005,0.0276 v 0.0289 l -0.005,0.0276 -0.0234,0.0275 -0.0124,0.0234 0.011,0.0262 -0.01,0.0344 -0.0193,0.0386 -0.051,0.0345 -0.0317,0.0248 0.0165,0.0262 -0.022,0.0303 -0.0455,0.0427 -0.0469,0.0441 -0.0524,0.0289 -0.0565,0.0262 -0.0634,0.0248 -0.0634,0.0193 -0.0551,0.0124 -0.0482,0.005 -0.0427,0.005 h -0.0386 l -0.0524,-0.005 -0.10197,-0.0358 -0.0565,-0.0152 -0.0524,-0.0207 -0.0455,-0.0262 -0.0413,-0.0303 -0.0441,-0.0179 -0.0317,-0.0165 -0.0289,-0.007 -0.0165,-0.007 -0.001,-0.007 0.004,0.005 0.01,0.003 0.008,-0.01 0.0124,-0.0234 0.001,-0.0124 0.01,0.005"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ </g>
+</svg>
diff --git a/img/multivariable-chain-rule.pdf b/img/multivariable-chain-rule.pdf
new file mode 100644
index 0000000..e0708f2
--- /dev/null
+++ b/img/multivariable-chain-rule.pdf
Binary files differ
diff --git a/img/multivariable-chain-rule.svg b/img/multivariable-chain-rule.svg
new file mode 100644
index 0000000..e327f7a
--- /dev/null
+++ b/img/multivariable-chain-rule.svg
@@ -0,0 +1,421 @@
+<?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="48.50983mm"
+ height="54.417774mm"
+ viewBox="0 0 48.50983 54.417774"
+ version="1.1"
+ id="svg3859"
+ inkscape:version="0.92.3 (2405546, 2018-03-11)"
+ sodipodi:docname="multivariable-chain-rule.svg">
+ <defs
+ id="defs3853" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="1.979899"
+ inkscape:cx="19.818286"
+ inkscape:cy="146.6676"
+ inkscape:document-units="mm"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ inkscape:window-width="1920"
+ inkscape:window-height="1017"
+ inkscape:window-x="0"
+ inkscape:window-y="30"
+ inkscape:window-maximized="1"
+ fit-margin-top="0"
+ fit-margin-left="0"
+ fit-margin-right="0"
+ fit-margin-bottom="0" />
+ <metadata
+ id="metadata3856">
+ <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(-89.894007,-85.339005)">
+ <path
+ inkscape:connector-curvature="0"
+ id="path642"
+ d="m 90.557457,133.68252 0.0041,-0.0386 0.02618,-0.0234 0.04272,0.008 0.03859,0.008 0.04272,-10e-4 0.06064,0.003 0.0565,-0.007 0.04961,-0.007 0.05236,-0.0165 0.06201,-0.008 h 0.0689 l 0.07717,-0.007 h 0.09784 l 0.09095,0.003 0.06891,0.01 0.05788,0.011 0.06615,0.01 0.04961,0.008 h 0.0441 l 0.04961,-0.003 0.05099,0.006 0.0565,0.006 0.06752,-0.001 0.07993,-0.003 0.101978,-0.01 0.100594,-0.0179 0.110244,-0.01 0.122646,-0.008 0.124023,-0.007 0.119888,0.003 0.107488,0.004 0.101974,-0.004 0.114377,-0.007 0.106109,0.001 0.09509,10e-4 0.09646,0.01 0.08131,0.01 0.0565,0.01 0.06201,0.007 0.07304,0.007 0.07993,0.007 0.07993,0.006 0.0813,0.006 0.08268,0.005 0.08268,-0.001 0.08131,-0.003 0.08819,-0.003 0.08957,-0.01 0.08131,-0.01 0.0565,-0.0165 0.07717,-0.0152 0.114378,-0.008 0.100598,-0.007 0.08131,-0.0124 0.07304,-0.0207 0.09646,-0.006 0.132291,-0.005 0.141937,-0.0124 0.133671,-0.005 0.124022,-0.004 0.126778,0.003 0.133671,0.011 0.129537,0.003 0.124022,0.003 0.121267,-0.008 0.124023,-0.001 0.108864,-0.001 0.111622,0.007 0.107488,0.001 0.122643,-0.001 h 0.135047 l 0.125402,-0.001 h 0.112998 l 0.107488,-0.008 0.101974,-0.008 0.107488,-0.0165 0.111619,-0.01 0.106108,-0.0152 0.08819,-0.007 0.08544,-0.006 0.09922,0.003 0.108864,0.003 0.108867,0.0124 0.108864,0.003 0.115757,0.01 0.139181,0.008 h 0.137802 l 0.132292,0.005 0.135047,0.007 0.129536,-0.01 0.117133,-0.003 0.113002,-0.01 0.119888,-0.01 0.117133,-0.01 0.108864,-0.0248 0.106112,-0.008 0.108863,-0.0138 0.09646,-0.006 0.09233,-0.0124 0.08682,-0.0124 0.08819,-0.005 0.10886,0.003 0.0923,-0.004 0.0827,0.004 0.0593,0.011 0.0703,0.0179 0.0758,0.01 0.0799,0.008 0.0868,0.007 0.0978,0.005 0.0937,-0.003 0.0675,-0.004 0.0868,-0.003 0.13781,-0.003 0.11988,-0.0193 0.11163,-0.0179 0.11851,-0.0152 0.11851,-0.0165 0.0992,-0.022 0.0923,-0.0207 0.0978,-0.005 0.10886,-0.001 0.11438,-0.011 0.12127,-0.004 0.11713,0.004 0.0923,0.0124 0.0772,0.0124 0.0813,0.01 0.10887,0.008 0.22324,0.0138 0.0937,0.0138 0.0689,0.007 0.0799,-0.003 0.0978,-0.004 0.11851,-0.004 0.10749,-0.003 0.10197,-0.001 0.113,-0.001 0.13092,-0.007 0.13642,-0.008 0.11989,-0.0165 0.10335,-0.007 0.10611,-0.007 0.12816,0.001 0.1254,0.004 0.11851,0.003 0.11714,0.003 0.11162,0.01 0.0799,0.01 0.0923,0.0165 0.11575,0.007 0.11162,0.007 0.113,0.0138 0.10749,0.0138 0.11438,0.007 0.11437,0.004 0.10749,-0.003 0.10473,-0.004 0.10335,-0.011 0.10336,0.006 0.11162,-10e-4 0.11437,-0.007 0.12816,-0.008 0.11851,-0.008 0.10749,-0.0152 0.11438,-0.0152 0.10611,-0.008 0.0951,0.003 0.0909,0.004 0.0937,0.0124 0.0965,0.003 0.0978,0.003 h 0.0923 l 0.0978,-0.001 0.11437,-0.001 0.10611,-0.001 0.10749,-0.008 0.1006,-0.01 0.11988,-0.001 0.13919,-0.0165 0.11024,-0.0165 0.0854,-0.007 0.0951,-0.005 0.10198,-0.0138 0.10473,-0.0138 0.0992,-0.0138 0.10197,-0.005 0.0992,-0.006 0.10611,-0.0124 0.1006,-0.006 0.10473,0.003 0.0937,0.003 0.0882,0.003 0.11024,0.003 0.10474,-0.008 h 0.21359 l 0.11576,-0.008 0.0882,-0.001 h 0.22324 l 0.12264,0.001 h 0.11714 l 0.11851,0.001 0.13642,-0.008 h 0.37759 l 0.0965,-0.007 0.10197,-0.008 h 0.13367 l 0.12127,-0.008 0.0965,0.008 0.10886,0.003 0.11989,-0.007 0.11713,-0.008 0.13919,-0.008 0.17087,0.007 0.15021,0.001 0.13505,-0.007 0.12815,-0.007 h 0.12265 l 0.11989,0.001 0.11162,0.001 0.11851,0.008 0.14332,0.001 0.14056,0.008 h 0.14331 l 0.14194,-0.001 0.1695,0.007 0.15847,-0.01 0.14194,-0.001 0.14745,-0.008 0.15985,-0.008 0.16261,-0.001 0.15985,0.001 0.14608,-0.007 0.1254,-0.007 0.12678,0.001 0.13229,0.001 0.11575,0.001 0.0937,0.01 0.0854,0.01 0.0937,0.008 h 0.10887 l 0.10198,-0.001 0.12677,-0.003 0.12954,-0.003 0.11438,-0.01 0.1254,-0.01 0.11851,-0.0165 0.12678,-0.0165 0.12127,-0.008 0.0978,-0.0138 0.10886,-0.006 0.26459,-0.008 0.13642,-0.004 0.12127,0.01 0.13229,0.0124 0.15434,0.003 0.1571,0.008 0.1378,0.0165 0.13504,0.008 0.13781,0.007 0.14469,0.005 0.13919,0.006 0.14331,0.0124 0.14607,0.0138 0.14745,-0.001 0.13092,0.006 0.14193,-0.003 0.19431,-0.004 0.15847,-0.001 0.1006,-0.001 h 0.22462 l 0.12265,-0.007 0.12815,-0.001 0.13367,-0.007 h 0.14194 l 0.12402,0.001 0.12265,0.001 0.12403,0.001 0.1254,0.008 0.12539,10e-4 h 0.1323 l 0.12816,0.008 0.13366,-0.008 0.13367,-0.01 0.14057,-0.003 0.16398,-0.008 0.15572,-0.01 0.14194,10e-4 0.12953,-0.007 0.12541,-0.006 0.11851,-0.0152 0.11162,-0.0152 0.12402,-0.008 0.1254,0.001 0.11851,0.004 0.1006,-0.004 0.0978,0.01 0.12127,0.01 0.11161,0.011 0.10474,0.008 0.12264,0.007 0.113,0.007 0.0978,-10e-4 0.12127,0.004 0.13918,-0.003 0.13643,-10e-4 0.12953,-0.003 0.14745,-0.001 0.16123,-0.008 h 0.13505 l 0.12678,-0.007 0.12678,-0.008 0.13505,-0.007 h 0.1378 l 0.13918,0.003 0.13918,0.001 0.1323,0.01 0.12953,0.011 0.12264,0.008 0.12817,0.001 0.13918,-0.003 0.14193,0.005 0.13505,0.0152 0.10335,0.008 0.11438,0.007 0.13643,0.006 0.13918,0.0152 0.13504,0.007 0.15435,0.006 0.15571,0.005 0.13781,0.006 0.14194,0.007 0.14607,-0.001 0.14745,0.006 0.15158,0.006 h 0.14745 l 0.1447,-0.001 0.14331,-0.001 0.15159,0.007 h 0.39411 l 0.11576,0.008 h 0.23427 l 0.10748,0.0152 h 0.12816 l 0.17226,0.007 0.15296,0.0165 0.10886,0.008 0.12678,0.007 0.13367,0.006 0.14194,-0.001 0.113,0.006 0.0896,-0.003 0.0896,-0.001 0.0909,-0.001 0.11989,-0.003 h 0.11851 l 0.11024,0.008 h 0.11025 l 0.12264,-0.007 0.12541,-0.01 h 0.12953 l 0.13091,0.008 0.10887,0.001 0.0909,0.01 0.0882,0.01 0.0772,0.001 0.0744,0.007 0.0772,0.007 0.0606,0.0152 h 0.0648 l 0.0606,-0.003 0.0496,-0.003 0.0469,0.004 h 0.0331 l 0.0469,-10e-4 0.0744,-0.01 0.0717,-0.001 h 0.0579 l 0.0317,0.001 0.0165,0.001 -0.007,0.001 -0.003,-0.006 0.0165,-0.001 -0.007,0.004 -0.007,0.003 -0.003,0.001 h -0.0193 l 0.004,-0.001 h 0.0165 l 0.04,-0.001 0.0207,-0.011 -0.0345,0.004 -0.0193,0.003 h 0.0193 v 0.003 l -0.0386,0.0152"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path644"
+ d="m 133.75068,132.44918 0.004,-0.0427 0.0262,-0.0482 v 0.01 l 0.011,0.01 -0.007,0.007 0.006,0.005 0.007,0.003 0.0289,0.0165 0.0441,0.0193 0.0427,0.0248 0.0689,0.0372 0.0758,0.0413 0.0703,0.0565 0.0882,0.0524 0.0813,0.0606 0.0785,0.0496 0.0799,0.0386 0.0634,0.0358 0.0524,0.0345 0.0496,0.0427 0.0372,0.0372 0.0207,0.0303 0.011,0.0275 0.0152,0.0289 0.0124,0.0317 0.007,0.0248 -0.006,0.0165 -0.005,0.008 -0.004,0.006 -0.008,0.01 -0.008,0.004 -0.007,0.011 -0.0193,0.0138 -0.0248,0.0165 -0.0234,0.0248 -0.022,0.0234 -0.0427,0.0234 -0.04,0.0317 -0.0372,0.0303 -0.0413,0.0276 -0.0496,0.0345 -0.051,0.0358 -0.0634,0.0427 -0.0868,0.0345 -0.0923,0.0413 -0.0675,0.051 -0.0786,0.0537 -0.0965,0.0579 -0.0937,0.0496 -0.0799,0.0537 -0.0758,0.0524 -0.0689,0.0455 -0.0455,0.0207 -0.0234,0.0165 -0.007,0.008 0.0124,0.004 0.0193,-0.003 0.008,-0.008 0.0179,-0.006 0.011,-0.008 v -0.003"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path646"
+ d="m 90.686994,95.557725 0.0028,-0.03859 0.02755,-0.02205 0.04134,0.0083 0.03859,0.0069 0.0441,-0.0014 0.06063,0.0028 0.0565,-0.0055 0.04961,-0.0083 0.05237,-0.01517 0.06201,-0.0097 h 0.06891 l 0.07579,-0.0055 h 0.09922 l 0.08957,0.0014 0.0689,0.01101 0.05926,0.0097 0.06615,0.0096 0.04961,0.0096 0.04272,-0.0014 0.05099,-0.0014 0.04961,0.0041 0.05788,0.0069 0.06753,-0.0028 0.07993,-0.0014 0.101974,-0.0096 0.100598,-0.0193 0.110243,-0.0096 0.122647,-0.0069 0.124022,-0.0069 0.119888,0.0028 0.107488,0.0028 0.101974,-0.0041 0.114378,-0.0055 0.106108,0.0014 0.09371,0.0014 0.09784,0.0083 0.08131,0.0096 0.0565,0.0096 0.06201,0.0083 0.07304,0.0069 0.07855,0.0055 0.16261,0.01101 0.08268,0.0069 0.08268,-0.0028 0.08131,-0.0028 0.08819,-0.0014 0.08957,-0.0096 0.0813,-0.0096 0.0565,-0.01654 0.07579,-0.01654 0.115757,-0.0083 0.100598,-0.0055 0.07992,-0.01242 0.07442,-0.02067 0.09646,-0.0069 0.132291,-0.0041 0.141941,-0.01242 0.132291,-0.0055 0.124023,-0.0055 0.128157,0.0028 0.133671,0.01101 0.128157,0.0041 0.124022,0.0014 0.122647,-0.0069 0.122643,-0.0014 0.110243,-0.0014 0.110243,0.0069 h 0.231511 l 0.135047,-0.0014 h 0.125401 l 0.113002,-0.0014 0.107485,-0.0069 0.101977,-0.0096 0.107484,-0.01654 0.111623,-0.0083 0.104729,-0.01654 0.08957,-0.0069 0.08406,-0.0055 0.100598,0.0028 0.107488,0.0041 0.110243,0.01101 0.108864,0.0041 0.115753,0.0083 0.137806,0.0083 h 0.139181 l 0.132292,0.0069 0.135047,0.0069 0.129536,-0.0096 0.117133,-0.0028 0.112998,-0.0097 0.119892,-0.0096 0.117133,-0.0096 0.108863,-0.0248 0.106109,-0.0083 0.107488,-0.01379 0.09646,-0.0069 0.0937,-0.01101 0.08682,-0.01379 0.0868,-0.0055 0.11024,0.0041 0.0923,-0.0041 0.0827,0.0028 0.0593,0.01101 0.0689,0.01792 0.0758,0.01101 0.0799,0.0083 0.0882,0.0055 0.0978,0.0055 0.0937,-0.0028 0.0675,-0.0028 0.0854,-0.0041 0.13781,-0.0028 0.12126,-0.01792 0.11162,-0.01792 0.11851,-0.01654 0.11852,-0.01517 0.0992,-0.02205 0.091,-0.02205 0.0992,-0.0041 0.10886,-0.0028 0.11438,-0.0096 0.12127,-0.0041 0.11575,0.0041 0.0937,0.01242 0.0758,0.01101 0.0827,0.01101 0.10749,0.0083 0.113,0.0069 0.11024,0.0055 0.0951,0.01379 0.0675,0.0069 0.0813,-0.0028 0.0978,-0.0041 0.11851,-0.0041 0.10749,-0.0028 0.10198,-0.0014 h 0.11162 l 0.13229,-0.0083 0.13642,-0.0083 0.11989,-0.01517 0.10336,-0.0083 0.10473,-0.0055 0.12953,0.0014 0.12403,0.0028 0.11989,0.0041 0.11713,0.0014 0.11024,0.0096 0.0813,0.01101 0.0923,0.01517 0.11438,0.0083 0.113,0.0069 0.113,0.01379 0.10749,0.01379 0.113,0.0055 0.11575,0.0055 0.10749,-0.0041 0.10473,-0.0028 0.10335,-0.01101 0.10335,0.0041 h 0.11163 l 0.11437,-0.0083 0.12816,-0.0083 0.11851,-0.0083 0.10611,-0.01517 0.11576,-0.01517 0.1061,-0.0069 0.0951,0.0028 0.091,0.0041 0.0937,0.01101 0.0965,0.0041 0.0978,0.0014 h 0.1888 l 0.11437,-0.0014 0.10749,-0.0014 0.10749,-0.0097 0.10059,-0.0096 0.11989,-0.0014 0.13918,-0.01517 0.10887,-0.01654 0.0868,-0.0069 0.0937,-0.0055 0.10335,-0.01379 0.10473,-0.01379 0.0978,-0.01517 0.10336,-0.0055 0.0992,-0.0041 0.10611,-0.01242 0.0992,-0.0069 0.10611,0.0028 0.0937,0.0041 0.0882,0.0028 0.10886,0.0014 0.10611,-0.0069 h 0.10749 l 0.1061,-0.0014 0.11576,-0.0083 h 0.43408 l 0.11576,0.0014 h 0.11989 l 0.13505,-0.0069 0.13366,-0.0014 h 0.12127 l 0.12265,0.0014 0.0978,-0.0083 0.10197,-0.0069 0.13367,-0.0014 0.12127,-0.0083 0.0965,0.0096 0.10886,0.0014 0.1199,-0.0069 0.11713,-0.0083 0.13918,-0.0083 0.17087,0.0069 0.15021,0.0028 0.13505,-0.0069 0.12816,-0.0069 h 0.12264 l 0.11989,0.0014 h 0.11162 l 0.11851,0.0096 h 0.14332 l 0.14056,0.0083 h 0.28388 l 0.17087,0.0055 0.15848,-0.0083 0.14056,-0.0014 0.14745,-0.0083 0.15985,-0.0096 h 0.32384 l 0.14607,-0.0055 0.1254,-0.0069 h 0.12678 l 0.13229,0.0014 0.11438,0.0028 0.0951,0.0096 0.0841,0.0083 0.0951,0.0097 h 0.10886 l 0.10198,-0.0028 0.12678,-0.0028 0.12816,-0.0014 0.11575,-0.0096 0.1254,-0.0096 0.11713,-0.01654 0.12816,-0.01792 0.12127,-0.0069 0.0978,-0.01379 0.10887,-0.0055 0.13091,-0.0041 0.13367,-0.0041 0.13643,-0.0055 0.12126,0.01101 0.13092,0.01101 0.15572,0.0028 0.15709,0.0097 0.1378,0.01654 0.13505,0.0083 0.13643,0.0069 0.14607,0.0041 0.13918,0.0055 0.14332,0.01379 0.14607,0.01379 0.14745,-0.0014 0.13091,0.0041 0.14057,-0.0014 0.1943,-0.0041 0.15847,-0.0028 h 0.3266 l 0.12127,-0.0083 h 0.12815 l 0.13505,-0.0083 h 0.14194 l 0.12402,0.0014 0.12265,0.0014 0.12402,0.0014 0.1254,0.0096 0.1254,0.0014 h 0.13229 l 0.12816,0.0069 0.13229,-0.0083 0.13367,-0.0096 0.14194,-0.0014 0.16399,-0.0096 0.15571,-0.0083 h 0.14195 l 0.12815,-0.0055 0.1254,-0.0069 0.11989,-0.01379 0.11162,-0.01654 0.12403,-0.0069 0.1254,0.0014 0.11713,0.0028 0.10198,-0.0041 0.0978,0.0096 0.12127,0.01101 0.11024,0.0096 0.10473,0.0097 0.12402,0.0069 0.113,0.0069 0.0978,-0.0014 0.11989,0.0041 0.14056,-0.0028 0.13643,-0.0028 0.12953,-0.0014 0.14745,-0.0014 0.16123,-0.0083 0.13505,-0.0014 0.12678,-0.0069 0.1254,-0.0069 0.13643,-0.0083 0.1378,0.0014 0.13918,0.0014 0.13918,0.0028 0.13092,0.0096 0.12953,0.0096 0.12265,0.0097 h 0.12953 l 0.13781,-0.0014 0.14331,0.0055 0.13505,0.01517 0.10335,0.0083 0.11438,0.0069 0.13643,0.0055 0.13918,0.01379 0.13505,0.0069 0.15434,0.0055 0.15571,0.0055 0.13781,0.0069 0.14194,0.0055 0.14607,-0.0014 0.14745,0.0055 0.15158,0.0069 h 0.14745 l 0.1447,-0.0014 0.14331,-0.0014 0.15021,0.0069 h 0.39549 l 0.11576,0.0069 0.11851,0.0014 0.11576,-0.0014 0.10749,0.01654 h 0.12815 l 0.17226,0.0055 0.15158,0.01654 0.11025,0.0097 0.12677,0.0055 0.13367,0.0069 0.14194,-0.0028 0.113,0.0055 0.17915,-0.0028 0.0896,-0.0028 0.12126,-0.0014 0.11852,-0.0014 0.10886,0.0083 0.11162,0.0014 0.12265,-0.0083 0.12402,-0.0083 0.13092,-0.0014 0.13091,0.0083 0.10886,0.0028 0.0909,0.0096 0.0882,0.0097 h 0.0772 l 0.0744,0.0082 0.0772,0.0069 0.0606,0.01517 0.0634,-0.0014 0.062,-0.0028 0.0496,-0.0028 0.0455,0.0055 0.0345,-0.0014 0.0469,-0.0014 0.0744,-0.0083 0.0717,-0.0014 h 0.0579 l 0.0317,0.0014 0.0152,0.0014 -0.005,0.0014 -0.003,-0.0069 h 0.0152 l 0.001,-0.0014 -0.007,0.0055 -0.007,0.0028 h -0.004 l -0.007,0.0014 -0.004,-0.0014 h -0.007 0.004 l 0.01,-0.0014 h 0.0469 l 0.0193,-0.01242 -0.0331,0.0055 -0.0193,0.0028 h 0.001 l 0.0179,-0.0014 v 0.0041 l -0.0386,0.01517"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path648"
+ d="m 133.87884,94.325758 0.006,-0.04272 0.0262,-0.04823 v 0.0096 l 0.01,0.0083 -0.005,0.0069 0.004,0.0055 0.008,0.0041 0.0289,0.01654 0.0441,0.01792 0.0427,0.02617 0.0689,0.03721 0.0744,0.04134 0.0717,0.05512 0.0882,0.05236 0.0813,0.06064 0.0772,0.05099 0.0813,0.03721 0.0634,0.03721 0.0524,0.03443 0.0482,0.04134 0.0372,0.03859 0.022,0.0303 0.011,0.02755 0.0152,0.02893 0.011,0.0303 0.008,0.02617 -0.007,0.01654 -0.006,0.0069 -0.003,0.0069 -0.008,0.0083 -0.008,0.0055 -0.007,0.01101 -0.0193,0.01242 -0.0262,0.01792 -0.022,0.02342 -0.022,0.0248 -0.0441,0.02205 -0.04,0.03168 -0.0372,0.0303 -0.0413,0.02755 -0.0992,0.07166 -0.0634,0.04134 -0.0882,0.03447 -0.0923,0.04272 -0.0661,0.04961 -0.0786,0.05512 -0.0965,0.0565 -0.0951,0.05099 -0.0786,0.05375 -0.0758,0.05236 -0.0689,0.04548 -0.0455,0.02067 -0.0234,0.01517 -0.008,0.0097 0.0138,0.0041 0.0193,-0.0028 0.008,-0.0083 0.0179,-0.0069 0.011,-0.0083 v -0.0014"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path650"
+ d="m 114.9005,94.274771 -0.0207,-0.01379 -0.01,0.0041 0.004,0.01379 0.004,0.01654 0.001,0.0097 0.01,0.02067 v 0.03583 l -0.001,0.02067 -0.001,0.04134 -10e-4,0.06339 v 0.07993 l 0.007,0.103354 v 0.118512 l 0.008,0.125402 10e-4,0.126777 v 0.128161 l 0.0152,0.125399 0.0179,0.106111 0.008,0.09784 0.007,0.0882 0.007,0.06752 0.005,0.04823 -0.011,0.04686 -0.0124,0.05926 -0.004,0.04961 -0.01,0.0303 -10e-4,0.01517 -0.007,0.0083"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path652"
+ d="m 121.43791,94.405684 0.0482,-0.06339 0.0551,-0.06339 -0.0345,0.07304 -0.0248,0.04134 -0.0124,0.04685 -0.0193,0.07442 -0.001,0.09233 0.001,0.111619 -0.005,0.126781 -0.005,0.137802 0.001,0.140561 0.004,0.155719 0.003,0.141937 0.003,0.118512 10e-4,0.08681 0.01,0.07028 v 0.06477 l -0.001,0.06201 -10e-4,0.05099"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path654"
+ d="m 114.88258,92.447492 0.0124,-0.0565 -0.003,-0.07717 -0.0207,-0.0028 -0.011,0.0055 -0.005,0.0069 0.001,0.0014 0.008,0.0069 0.004,-0.0083 0.003,-0.01101 0.01,-0.0193 0.011,-0.02067 0.008,-0.01517 0.0138,-0.02205 0.01,-0.01792 0.005,-0.02067 0.005,-0.02893 0.006,-0.02342 0.005,-0.02067 0.0124,-0.0097 v -0.0248 l 0.0124,-0.02618 0.0455,-0.02755 0.0303,-0.03171 0.0303,-0.03996 0.0372,-0.03721 0.0317,-0.0303 0.0179,-0.0248 0.0221,-0.02205 0.0386,-0.02342 0.0289,-0.02617 0.0331,-0.0248 0.0179,-0.02618 0.0234,-0.01792 0.011,-0.0028 0.0276,-0.01379 0.0345,-0.0193 0.0262,0.0028 0.01,-0.01101 v -0.0041 l 0.008,-0.0055 0.0248,-0.0055 0.0165,-0.0083 0.0193,0.0014 0.0207,0.0014 0.0234,-0.01517 h 0.008 l 0.0234,0.0083 0.0358,-0.0055 h 0.0262 l 0.0276,0.0014 0.0207,-0.0083 h 0.0248 l 0.0551,-0.0014 0.0303,0.0014 -0.005,0.0014 h 0.0469 l 0.0565,0.0069 0.0358,0.0193 0.007,0.0014 0.008,-0.0014 0.0152,-0.0014 0.0331,0.0041 0.0386,0.0069 0.0372,0.0083 0.0358,0.0069 0.0358,0.0083 0.0275,0.0069 0.0248,-0.0014 0.0455,-0.0096 0.0386,-0.0028 -0.001,-0.0014 0.0179,-0.0014 0.0524,-0.0083 0.0469,-0.0096 h 0.0358 l 0.0455,-0.0055 0.0303,-0.0069 10e-4,-0.0096 0.0207,0.0028 0.04,0.0028 0.0386,-0.01379 0.0413,-0.0069 0.0372,-0.01654 0.0413,-0.01517 0.0358,-0.0083 0.0455,-0.0055 0.0565,-0.02067 0.0455,-0.0069 0.0386,-0.01379 0.0579,-0.02755 0.0455,-0.02617 0.007,-0.0248 0.0193,-0.03168 0.0303,-0.0303 0.0179,-0.01379 0.0124,-0.01517 0.022,-0.02342 0.0207,-0.02893 0.0276,-0.02755 0.0289,-0.0193 0.0289,-0.02617 0.0207,-0.03447 0.0358,-0.02893 0.051,-0.02617 0.0482,-0.03447 0.0427,-0.04961 0.0345,-0.05375 0.0248,-0.04547 0.0358,-0.03172 0.022,-0.03858 0.007,-0.04548 0.0124,-0.03996 0.0165,-0.03168 0.0165,-0.02893 0.0193,-0.01379 0.0276,-0.0193 0.022,-0.02342 0.0152,-0.01792 0.004,-0.01792 0.0165,-0.01654 0.0207,-0.03583 0.0234,-0.02342 0.022,-0.02067 0.0276,-0.01792 0.0152,-0.01379 -0.022,-0.01792 0.007,-0.0028 0.0345,-0.0014 0.011,-0.0055 0.001,0.0096 -0.003,0.0069 0.003,0.0028 -0.001,0.0014 -0.001,-0.01101 v 0.0055 l 0.008,0.0096 h 0.004 l -0.0124,-0.0014 0.004,-0.0014 h 0.003 l 0.006,-0.0028 0.007,0.01654 0.003,0.01654 -0.004,0.0069 0.006,0.01654 10e-4,0.0014 v 0.01242 l -0.003,0.03306 -10e-4,0.02617 0.008,0.01242 -0.007,0.01101 -0.01,0.01101 0.0138,0.02618 0.011,0.02205 0.011,0.02342 v 0.02618 l -0.0248,0.02755 0.0124,0.02205 0.022,0.03168 0.003,0.03859 v 0.0248 l 0.005,0.0193 0.007,0.0248 -0.0193,0.05237 -0.0179,0.01792 -0.003,0.01101 0.008,0.01379 0.0344,0.0248 0.0152,0.03306 0.001,0.02342 0.006,0.0248 0.007,0.01242 0.0207,0.02342 0.0152,0.0372 0.008,0.0248 0.011,0.01792 0.0124,0.01654 0.022,0.01792 0.0138,0.02617 0.0138,0.02755 0.0124,0.02067 0.0276,0.01792 0.0386,0.01792 0.0413,0.01101 0.0455,0.02617 0.0372,0.02205 0.0345,0.01242 0.0455,0.01101 0.0565,0.01792 0.0606,0.01379 0.0496,0.01242 0.0579,0.01242 0.0496,0.01238 0.0289,0.01517 0.0372,0.0041 0.0496,0.01101 0.0565,0.01379 0.0634,0.0055 0.0703,0.01242 0.0606,0.0069 0.0386,0.0069 0.0593,-0.0028 0.0772,-0.0028 0.0813,-0.0041 0.0786,0.0069 0.0965,-0.0083 h 0.0882 l 0.0606,0.0083 0.0634,0.0014 0.0606,-0.0069 0.0482,0.0069 0.0634,-0.0069 0.10887,-0.0014 0.0744,0.0083 0.0289,0.01101 0.0331,0.0069 h 0.0455 l 0.0593,-0.0014 0.062,0.01517 0.0482,0.0083 0.0579,-0.0014 0.0758,0.01379 0.0551,0.01654 0.0579,0.0069 0.051,0.0069 0.0661,0.0041 0.0689,0.0055 0.0496,0.01517 0.0317,0.01517 0.051,0.0055 0.0386,0.01517 0.0207,0.02342 0.0303,0.02067 0.0386,0.0055 0.0413,0.0041 0.0469,0.0193 0.0593,0.02067 0.0524,0.02342 0.0345,0.02342 0.0289,0.02067 0.0276,0.0193 0.0372,0.01242 0.0165,0.02067 -0.0179,0.0193 0.003,0.0096 0.0207,0.0028 0.008,0.0041 -0.003,0.01242 0.0248,0.01654 0.0124,0.0097 -0.022,0.01238 0.004,0.01654 0.004,0.01242 0.0152,0.0193 0.011,0.02755 0.008,0.02205 0.0152,0.01379 0.008,0.01101 0.007,0.01101 0.006,0.01101 0.0289,0.01654 0.007,0.0041 -0.004,0.0028 -0.003,-0.0028 -0.004,0.0028 0.005,0.0083 0.022,-0.0083 -0.011,0.0014 -0.0193,-0.01101 v -0.02205 l -0.01,-0.0096 -0.004,0.0028 -0.0207,-0.0014"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path656"
+ d="m 94.899654,124.17681 -0.0028,-0.0854 0.04823,-0.11575 0.07166,-0.0179 0.04823,-0.003 0.02205,-0.004 0.04548,-0.0152 0.0441,-0.0152 0.04823,-0.0165 0.04547,-0.0248 0.05375,-0.0276 0.0689,-0.0372 0.07166,-0.0551 0.08682,-0.0551 0.08682,-0.0634 0.09233,-0.0675 0.106109,-0.0496 0.114377,-0.0455 0.09095,-0.0524 0.08957,-0.0427 0.09508,-0.0496 0.08544,-0.0441 0.08819,-0.0427 0.101974,-0.051 0.103354,-0.0634 0.101973,-0.0648 0.106109,-0.062 0.117133,-0.062 0.117133,-0.0703 0.124026,-0.0606 0.24529,-0.13505 0.141936,-0.0413 0.139182,-0.04 0.121267,-0.0482 0.114378,-0.0565 0.114377,-0.0606 0.100598,-0.062 0.09646,-0.0703 0.113002,-0.062 0.119888,-0.0537 0.114378,-0.051 0.111619,-0.0579 0.113001,-0.0593 0.121268,-0.0524 0.128157,-0.0593 0.124022,-0.0524 0.121268,-0.051 0.125402,-0.051 0.128157,-0.0606 0.133671,-0.0606 0.150206,-0.0689 0.14607,-0.0785 0.158481,-0.0634 0.15709,-0.0662 0.14194,-0.0675 0.12127,-0.0496 0.10611,-0.0634 0.11437,-0.0634 0.11301,-0.0593 0.0992,-0.0524 0.0951,-0.0551 0.11437,-0.0427 0.12127,-0.0496 0.12402,-0.0606 0.26459,-0.0909 0.13642,-0.0593 0.1254,-0.0551 0.12403,-0.0537 0.12402,-0.062 0.11851,-0.062 0.12954,-0.0455 0.1254,-0.051 0.11162,-0.0524 0.0841,-0.0441 0.0854,-0.0413 0.0965,-0.051 0.0841,-0.0482 0.0648,-0.0537 0.0758,-0.0372 0.0772,-0.0372 0.0634,-0.0386 0.0675,-0.0358 0.0799,-0.0303 0.0758,-0.0303 0.0813,-0.0317 0.10473,-0.022 0.10473,-0.0248 0.0717,-0.0262 0.0717,-0.0248 0.0689,-0.0248 0.062,-0.0193 0.0441,-0.011 0.0344,-0.008 0.0276,-0.011 0.008,-0.004"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path658"
+ d="m 95.59832,122.64582 0.01379,-0.0152 -0.0055,-0.006 -0.01242,0.0124 0.0014,0.0179 -0.0014,0.0138 -0.01101,0.0152 -0.0096,0.0207 -0.01654,0.0276 -0.0303,0.0441 -0.03443,0.0565 -0.04823,0.062 -0.06201,0.0841 -0.06339,0.10886 -0.07717,0.11714 -0.07442,0.11437 -0.0565,0.0937 -0.0565,0.073 -0.05374,0.0758 -0.04961,0.0799 -0.04823,0.0648 -0.04823,0.0565 -0.04823,0.0634 -0.0441,0.0606 -0.0441,0.0565 -0.02893,0.0482 -0.03583,0.0248 -0.0069,0.01 0.01379,-10e-4 h 0.0055 l 0.0083,10e-4 -0.0083,-0.007 0.0041,-0.004 0.0248,0.004 0.02205,0.008 0.04685,0.011 0.05512,0.004 0.06064,0.003 0.06201,0.001 h 0.06752 l 0.08682,-0.001 h 0.08957 l 0.107488,0.007 0.117133,0.008 0.108867,0.008 0.122643,0.0248"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path660"
+ d="m 90.28185,125.3826 -0.06339,0.0303 -0.08682,0.0593 -0.01379,-0.007 0.02067,-0.007 0.02755,-0.0207 0.02618,-0.0331 0.01101,-0.0386 0.01242,-0.062 0.0096,-0.0923 0.03859,-0.10886 0.04134,-0.113 0.04547,-0.12127 0.121268,-0.26183 0.04272,-0.0965 0.03583,-0.0661 0.04134,-0.0441 0.03583,-0.0441 0.03583,-0.0344 0.02893,-0.0303 0.02067,-0.0276 0.03583,-0.022 0.04134,-0.0124 0.02755,-0.007 0.05099,-0.007 0.06753,0.003 0.06477,0.0207 0.07166,0.0262 0.08957,0.0248 0.06753,0.0593 0.05237,0.0648 0.06752,0.0827 0.08957,0.0937 0.08406,0.11713 0.104733,0.14332 0.08406,0.17639 0.06477,0.17639 0.07855,0.14332 0.05925,0.1378 0.05237,0.13505 0.0441,0.11713 0.03721,0.0978 0.03859,0.0799 0.03996,0.073 0.05236,0.0689 0.03997,0.0524 0.0372,0.0524 0.03171,0.0427 0.02342,0.0303 0.01517,0.01"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path662"
+ d="m 92.132553,124.01696 -0.03168,0.01 -0.05788,0.0207 -0.04823,0.0289 -0.0248,0.0303 -0.03168,0.0496 -0.03306,0.0799 -0.05512,0.11989 -0.06753,0.15434 -0.06752,0.18466 -0.08131,0.1943 -0.07993,0.226 -0.101974,0.22324 -0.103353,0.19982 -0.08819,0.19017 -0.08682,0.17087 -0.07579,0.15021 -0.04961,0.13092 -0.05512,0.11437 -0.04134,0.0882 -0.02755,0.0593 -0.0041,0.0358 0.01101,0.0179 0.02342,0.008"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path664"
+ d="m 93.447201,126.08402 -0.02067,0.011 -0.03996,0.0179 0.01654,0.006 0.0055,0.0138 -0.01379,0.0262 0.0028,0.0648 0.0014,0.0965 -0.0055,0.11989 0.0096,0.13092 0.01792,0.14607 0.0096,0.15158 0.0083,0.14745 0.0248,0.12265 0.0248,0.0978 0.0069,0.0896"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path666"
+ d="m 105.0241,119.57555 -0.062,-0.051 -0.0317,-0.0441 0.0331,0.0124 0.0179,0.0262 0.04,0.0234 0.0551,0.0152 0.0717,0.003 h 0.0786"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path668"
+ d="m 104.78708,101.5577 0.0152,-0.0234 0.0138,-0.0275 -0.0165,0.0193 10e-4,0.0248 v 0.0248 l -0.0179,-10e-4 v 0.005 l 0.008,0.008 0.004,0.0152 0.003,0.0317 0.008,0.0317 0.008,0.0441 0.01,0.0345 0.0179,0.0207 0.0138,0.0345 0.0152,0.0593 0.0138,0.0758 0.0124,0.0923 -0.003,0.11576 0.003,0.11713 -0.003,0.11989 -0.004,0.12127 -0.011,0.11851 -0.0179,0.12127 -10e-4,0.11989 10e-4,0.11713 0.003,0.11713 0.003,0.10197 0.011,0.0965 0.01,0.0978 0.01,0.0937 0.008,0.0937 v 0.0896 l 0.005,0.0951 0.005,0.0992 0.005,0.0951 0.007,0.10611 -0.001,0.11025 0.0138,0.0978 0.008,0.0965 -10e-4,0.11299 -0.003,0.12541 -0.001,0.11988 -0.003,0.11438 0.008,0.113 -0.008,0.1254 -0.008,0.12265 -0.01,0.113 -0.008,0.0951 10e-4,0.10335 0.001,0.10886 -0.005,0.0992 10e-4,0.0868 0.001,0.0786 -0.007,0.0923 v 0.0785 l -0.008,0.0606 0.008,0.0744 0.01,0.0799 0.01,0.0965 v 0.0923 l -0.0165,0.0965 -0.003,0.0841 0.007,0.0703 0.008,0.0799 0.01,0.0868 0.0179,0.0813 v 0.0772 l -0.01,0.0703 -0.003,0.0689 0.005,0.062 v 0.0675 l -0.01,0.0799 -0.01,0.0689 -10e-4,0.0785 v 0.0882 l 0.003,0.0937 10e-4,0.10611 v 0.1006 l 0.001,0.0896 0.0179,0.0909 0.001,0.0992 -0.0248,0.0868 -0.011,0.0896 -0.003,0.0827 10e-4,0.0606 -0.007,0.0689 10e-4,0.0813 -0.0152,0.10335 -0.008,0.0937 v 0.0882 l -0.006,0.0923 0.001,0.10335 0.003,0.10473 -0.007,0.11024 0.01,0.11025 0.001,0.10197 10e-4,0.0978 v 0.0896 l 0.0152,0.0937 0.01,0.0896 v 0.0965 l -0.003,0.0992 -0.011,0.0923 0.005,0.091 -0.008,0.0978 -0.01,0.10887 -0.001,0.11851 0.01,0.11851 10e-4,0.11851 -0.006,0.10749 v 0.2136 l -0.007,0.1061"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path670"
+ d="m 104.65065,117.95084 -0.001,0.0799 -0.007,0.0537 -0.008,0.0372 0.0165,0.0345 0.011,0.0317 -0.0138,0.0234 -10e-4,0.0331 -0.001,0.0358 -0.008,0.0345 0.007,0.04 0.008,0.0496 10e-4,0.0469 0.001,0.0427 0.007,0.0468 v 0.0482 l -0.008,0.0427 -0.01,0.0303 -0.001,0.0345 -0.0165,0.0441 -0.001,0.0427 0.001,0.04 0.003,0.0372 -0.022,0.0386 -0.001,0.0482 0.0262,0.0482 0.0138,0.0565 0.01,0.051 0.008,0.0537 -0.008,0.0537 -0.0124,0.0413 -0.011,0.0275 0.006,0.01 v 0.0248 l 0.008,0.0248 -0.007,0.0303 v 0.0179 l -0.007,0.0179 -10e-4,0.0207 v 0.0152 l 0.008,0.0193 -0.007,0.0138 v 0.022 l 0.001,0.0124 0.004,-0.004 0.005,0.003 0.01,0.007 0.003,-0.003 -0.0179,-0.01 -0.003,-0.003 -0.003,-0.0138 -0.011,10e-4 -0.008,-0.011 0.0124,-0.011 -0.007,-0.0138 -0.0138,-0.0248 -0.0262,-0.0413 -0.0345,-0.051 -0.0482,-0.062"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path672"
+ d="m 104.02916,102.73041 -0.051,-0.0262 -0.0689,-0.022 -0.008,0.0386 -0.003,0.007 0.0152,-0.0124 0.0207,-0.0193 0.008,-0.0165 0.0179,-0.0166 0.0345,-0.0262 0.0372,-0.0345 0.04,-0.0469 0.0537,-0.0565 0.0537,-0.073 0.0441,-0.0717 0.0317,-0.0661 0.0345,-0.0689 0.0358,-0.0675 0.0358,-0.0813 0.0455,-0.0896 0.0482,-0.0923 0.0482,-0.0896 0.0234,-0.10335 0.0372,-0.0882 0.0841,-0.0896 0.0482,-0.0882 0.0152,-0.0772 0.0248,-0.0606 0.0207,-0.0524 0.0207,-0.033 0.0207,-0.0234 0.0248,-0.006 0.011,0.001 v 0.0207 l 0.007,0.0193 0.004,0.0138 -10e-4,0.008 0.0124,0.0221 0.0303,0.0289 0.0289,0.04 0.0345,0.0524 0.0234,0.0689 0.0372,0.0841 0.0772,0.0744 0.0662,0.0896 0.0372,0.0827 0.0606,0.0703 0.0537,0.0786 0.0537,0.0799 0.0593,0.0772 0.0455,0.0717 0.0496,0.0593 0.0427,0.0524 0.0358,0.0372 0.0262,0.0207 0.0262,0.0124 0.0345,0.0138 0.04,0.0193"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path674"
+ d="m 104.88768,119.60173 -0.0303,0.0179 -0.01,0.01 0.0358,-0.011 0.0386,-0.0193 0.062,-0.0124 0.0469,-0.011 0.0413,0.003 0.0317,0.011 0.0303,0.004 0.0345,0.01 0.0386,0.011 0.0317,0.01 0.0303,0.008 0.0358,0.005 0.0413,0.007"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path676"
+ d="m 105.9212,119.58106 0.0372,-0.0496 0.0813,-0.0579 0.0358,0.0441 0.007,0.0152 -0.007,0.0124 0.007,0.01 h 0.04 l 0.0317,0.005 0.0276,-0.003 0.0262,-0.004 0.0358,-0.003 0.0606,-0.011 0.0634,-0.003 h 0.0703 l 0.073,-0.008 0.073,-0.0152 0.0772,-0.008 0.0841,0.01 0.0827,0.004 0.0882,0.003 0.0813,0.01 0.0565,0.003 0.0758,0.007 0.13505,0.007 0.10198,0.01 0.0289,0.01 0.0372,0.004 0.0551,0.005 0.0868,0.005 0.0785,0.006 0.062,-0.001 0.0689,-0.003 0.0813,-0.003 0.10059,-0.01 0.12403,-0.0179 0.13642,-0.0179 0.12816,-0.008 0.0978,-0.006 0.0841,-0.0124 0.0827,-0.0124 0.0579,-0.005 0.0606,-0.004 0.0841,-0.004 0.0537,-0.007 0.04,-0.005 0.0537,-0.005 0.0537,10e-4 0.051,-0.007 0.0648,-0.0152 0.073,-0.008 h 0.0524 l 0.0427,0.003 0.0262,0.001 0.0455,0.003 0.0551,-0.007 0.0634,-0.008 0.0799,-0.001 h 0.0896 l 0.091,-0.007 0.0455,0.001 0.0675,-0.007 0.11576,0.007 0.113,0.001 0.1061,10e-4 0.12265,-0.007 0.1378,-0.001 h 0.13643 l 0.11024,0.008 0.0909,0.0179 0.0813,0.01 0.1006,0.008 0.1254,-0.001 0.16123,-0.011 0.17777,-0.0124 0.16398,-0.003 0.13092,-0.01 0.13229,-0.007 h 0.13505 l 0.13642,-0.005 0.11438,0.001 0.0868,0.011 0.0937,0.003 0.0978,0.01 h 0.19015 l 0.0593,0.007 0.0854,0.007 0.11576,0.005 h 0.0923 l 0.0772,-0.01 0.073,-0.003 0.0786,-0.01 0.0909,-0.0165 0.091,-0.01 0.0813,-0.008 0.0827,-0.0138 0.10059,-0.0138 0.113,-0.022 0.11576,-0.0234 0.10473,-0.0138 0.10611,-0.004 0.0992,-0.01 0.0909,-0.003 0.0992,-0.0124 0.0992,-0.004 0.1061,0.003 0.1199,-0.005 0.11988,-0.007 0.12265,-0.007 0.11024,10e-4 0.10887,0.008 0.1254,0.003 0.13091,-0.008 h 0.2577 l 0.12678,-0.008 0.13229,-0.0165 0.14194,-0.01 0.13642,-0.0165 0.13229,-0.008 0.1378,-0.005 0.14745,-0.005 0.13506,-0.005 0.13642,-0.004 0.14469,0.001 0.13505,0.003 0.12127,0.003 0.11162,0.01 0.13091,10e-4 0.14883,0.008 0.13918,-0.001 0.13368,0.007 0.14469,-0.001 0.15709,-0.001 0.15986,-10e-4 0.13642,-0.001 0.15434,-0.008 0.19706,-0.01 0.19155,-0.01 0.17914,-0.008 0.15848,0.001 0.16674,-0.0124 0.18328,-0.007 0.17639,-0.007 0.16261,-0.005 0.16536,0.001 0.1695,0.003 0.17226,-0.005 h 0.17776 l 0.18879,10e-4 0.17639,0.001 0.18466,-0.008 h 0.34864 l 0.22876,-0.008 0.21911,-0.01 0.18327,-0.007 0.19706,-0.008 0.19982,-0.007 0.18603,-0.007 0.19844,-0.007 0.22738,-0.005 0.21635,-0.007 0.21222,-0.007 0.25356,-0.005 0.22875,-0.007 0.21084,0.001 0.1943,0.011 0.16261,0.004 0.17777,0.01 0.19017,0.008 0.22049,0.0152 h 0.19981 l 0.16261,-10e-4 0.15572,0.0207 0.16398,0.0152 0.16812,0.007 0.16261,0.0138 0.14883,0.005 0.15847,0.0124 0.16537,0.005 0.14745,0.005 0.13229,0.005 0.10335,-10e-4 0.11576,-0.011 0.14056,-0.004 0.10473,-0.01 0.0648,-0.008 h 0.0496 l 0.0482,-0.006 0.0248,10e-4 0.0207,0.001 0.007,0.003 -0.008,0.01 -0.005,10e-4 -0.007,0.004"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path678"
+ d="m 129.00609,118.28708 0.0827,-0.073 0.0537,-0.0896 -0.051,10e-4 -0.007,0.0193 -10e-4,0.0165 -0.004,0.011 0.001,0.008 0.011,0.011 0.0262,0.01 0.0207,0.0152 0.0262,0.0303 0.0551,0.0372 0.0689,0.04 0.0827,0.0538 0.0882,0.062 0.0992,0.0675 0.10473,0.0593 0.0799,0.0648 0.0744,0.0675 0.0896,0.0593 0.0854,0.0593 0.0923,0.04 0.062,0.0331 0.0469,0.0303 0.04,0.0165 0.0344,10e-4 0.0193,0.01 -0.001,0.008 -0.003,0.0138 -0.011,0.0262 -0.008,0.011 0.001,0.006 10e-4,-0.003 -0.004,0.004 -0.0138,0.007 h -0.0179 l -0.001,0.006 -0.011,0.007 -0.0358,0.01 -0.051,0.008 -0.0551,0.0234 -0.0648,0.0262 -0.0565,0.0165 -0.0496,0.022 -0.0593,0.0358 -0.0634,0.04 -0.0689,0.0372 -0.0675,0.051 -0.0758,0.0524 -0.0758,0.051 -0.0744,0.0482 -0.0648,0.0538 -0.0703,0.0537 -0.0579,0.0468 -0.0469,0.0441 -0.022,0.0358 -0.0207,0.0179 -0.0345,0.0234 -0.0234,0.0303 -0.0152,0.0165 0.011,0.0152 -0.006,0.0138 -0.011,0.0193"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path680"
+ d="m 116.02773,88.182465 0.34038,-0.257693 0.3073,-0.24529 -0.15848,0.159854 -0.0662,0.0565 -0.0524,0.04823 -0.0289,0.05099 -0.0179,0.04548 0.01,0.04272 0.0289,0.03583 0.0331,0.04547 0.0579,0.05099 0.0758,0.05099 0.0744,0.05237 0.0827,0.05788 0.0937,0.05237 0.0992,0.03583 0.10887,0.02342 0.10749,0.01792 0.11713,0.0014 0.15158,-0.01242 0.13367,-0.0193 0.0923,-0.0248 0.0882,-0.02755 0.0744,-0.03447 0.0496,-0.03996 0.0455,-0.03583 0.0648,-0.04272 0.0165,-0.04823 -0.0317,-0.03858 v -0.04134 l -0.004,-0.04961 0.008,-0.04686 -0.0179,-0.0372 -0.0248,-0.0441 -0.0234,-0.05375 -0.0482,-0.04823 -0.0537,-0.04547 -0.0689,-0.03721 -0.0841,-0.05237 -0.0772,-0.04823 -0.0813,-0.02342 -0.0868,-0.02618 -0.0923,-0.02067 -0.11162,-0.0041 -0.11437,0.01101 -0.11989,0.01101 -0.0965,0.01654 -0.0785,0.0193 -0.0744,0.03447 -0.0772,0.04134 -0.0579,0.04134 -0.0537,0.02755 -0.0482,0.04686 -0.0372,0.0441 -0.0303,0.03996 -0.0234,0.04547 -0.003,0.03447 -0.0179,0.03306 0.0165,0.03858 0.0496,0.02067 0.0427,0.02755 0.0386,0.01792 0.022,0.01517 0.051,0.02067 0.13091,0.0055 0.10749,0.01242 0.0606,0.01517 0.0882,0.01792 0.10748,0.01517"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path682"
+ d="m 118.01624,86.167776 0.0372,-0.104733 0.0358,-0.08681 -0.0372,0.02205 -0.008,0.01101 0.001,0.03306 0.003,0.05374 0.01,0.06201 v 0.05237 l -0.003,0.04961 0.007,0.0565 0.008,0.07717 10e-4,0.09508 -0.01,0.125402 -0.0179,0.172254 -0.003,0.231511 -0.008,0.212217 -0.0234,0.176389 -0.022,0.169499 -0.04,0.168123 -0.0152,0.140557 -0.0124,0.125403 -0.0179,0.146071 -0.011,0.133671 -0.0344,0.106108 -0.0207,0.09371 0.0124,0.08406 0.008,0.06339 0.0234,0.04272 0.0138,0.03306 0.011,0.01101 0.0317,-0.0069 0.0165,-0.0083"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path684"
+ d="m 120.07503,86.570162 0.13091,-0.125402 0.1006,-0.154341 -0.0289,-0.0303 -0.0262,0.02342 -0.0165,0.01654 -0.0207,-0.02893 -0.01,-0.03996 -0.0124,-0.03583 -0.008,-0.04823 -0.005,-0.05237 -0.003,-0.06063 -0.011,-0.05374 -0.0124,-0.0565 -0.0358,-0.04823 -0.0386,-0.05237 -0.0345,-0.03306 -0.0455,0.0069 -0.0413,-0.01238 -0.0427,-0.04134 -0.051,-0.03583 -0.0427,-0.01101 -0.0427,-0.0303 -0.04,-0.02893 -0.0662,-0.01792 -0.0593,-0.02755 -0.0165,0.0041 -0.0152,-0.02067 -0.0386,-0.01242 -0.0345,0.04548 -0.0179,0.02755 -0.0193,0.04272 -0.0138,0.05788 -0.0179,0.06753 -0.01,0.07855 -0.0179,0.08406 -0.022,0.08819 -0.0207,0.09233 -0.005,0.09784 -0.0275,0.152961 -0.0317,0.183279 -0.0234,0.186034 -0.0124,0.180523 -0.0179,0.159854 -0.011,0.150206 0.022,0.144695 10e-4,0.143316 -0.0193,0.158472 v 0.137805 l 0.001,0.121267 0.01,0.10473 0.01,0.09095 0.01,0.07028 0.007,0.05374 -0.01,0.04685 -0.003,0.03305 -0.004,0.02342 -0.0248,0.02067 -0.004,0.02067 0.0234,0.0193 -0.004,0.0193 -0.008,0.01517 -0.0193,0.0082 0.001,-0.0014 0.0193,-0.0041 0.004,0.0096 0.003,-0.01101 v -0.0041 l -0.007,0.0096 -0.003,-0.0041 10e-4,-0.01379 -0.003,-0.01654 -0.011,-0.0055 -0.0207,-0.0193"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path686"
+ d="m 118.77278,87.519631 -0.0248,0.02618 -0.0303,0.04272 -0.0207,-0.0041 -0.005,0.0014 0.022,0.01101 0.0331,-0.0028 0.0441,0.0014 0.0386,-0.0014 0.0386,0.0069 h 0.0427 l 0.0496,0.0069 0.0579,0.0083 0.0786,0.0083 h 0.11851 l 0.12127,-0.0014 0.10749,-0.0014 h 0.11575 l 0.11989,0.0069 0.0965,-0.0083 0.0827,-0.0082 h 0.0882 l 0.073,0.0082 0.0262,0.0014 0.011,0.0014 h 0.011 l 0.004,0.0083"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path688"
+ d="m 95.394369,116.74506 -0.0096,0.022 -0.06752,0.0482 -0.05925,-0.003 0.0028,-0.0165 0.0069,-0.01 0.01379,-0.0152 0.0028,-0.0152 -0.0014,-0.0179 0.01101,-0.0248 0.0041,-0.0275 0.0083,-0.0262 v -0.0303 l 0.0055,-0.0358 0.0069,-0.051 0.02205,-0.0537 0.0083,-0.0593 0.01379,-0.051 0.02205,-0.0468 0.01517,-0.0303 -0.0041,-0.04 0.01101,-0.0427 0.0303,-0.0317 0.02205,-0.0358 0.01379,-0.0441 0.02893,-0.0482 0.02205,-0.051 0.01242,-0.0565 0.01792,-0.0482 0.02755,-0.0482 0.03583,-0.0441 0.0303,-0.0469 0.02755,-0.0455 0.04134,-0.0358 0.0441,-0.0455 0.03721,-0.0386 0.03168,-0.0372 v -0.04 l 0.01242,-0.0358 0.02205,-0.04 0.02617,-0.04 0.03447,-0.0386 0.02893,-0.0565 0.03583,-0.0662 0.03721,-0.0606 0.03583,-0.0565 0.04961,-0.0524 0.03583,-0.0606 0.03305,-0.0606 0.03996,-0.0524 0.04686,-0.0579 0.04961,-0.0524 0.03996,-0.0579 0.0303,-0.0606 0.0303,-0.0455 0.02067,-0.0482 0.02893,-0.0579 0.03172,-0.0551 0.04961,-0.0441 0.02755,-0.0524 0.0248,-0.0455 0.03858,-0.0496 0.04272,-0.0551 0.05788,-0.0606 0.06063,-0.0634 0.06752,-0.0717 0.07304,-0.0703 0.06615,-0.0634 0.05926,-0.0661 0.06615,-0.073 0.05237,-0.062 0.04823,-0.0551 0.06063,-0.062 0.0689,-0.051 0.06064,-0.0413 0.03447,-0.0482 0.06063,-0.0469 0.0689,-0.0606 0.06477,-0.0496 0.06752,-0.0427 0.06064,-0.0537 0.07442,-0.0537 0.08406,-0.0537 0.07304,-0.04 0.06477,-0.0358 0.06201,-0.0427 0.07166,-0.0455 0.05926,-0.04 0.06201,-0.0372 0.08406,-0.0455 0.07304,-0.0496 0.05926,-0.0413 0.06063,-0.0441 0.05788,-0.0331 0.06339,-0.0372 0.05926,-0.0303 0.0565,-0.0386 0.07993,-0.0386 0.09508,-0.0413 0.09646,-0.0413 0.09922,-0.0482 0.0937,-0.0579 0.09509,-0.0579 0.08819,-0.0565 0.09095,-0.0468 0.09095,-0.0358 0.0689,-0.0455 0.0565,-0.0276 0.08268,-0.008 0.05925,-0.0124 0.01655,-0.005 0.0303,-0.004 0.0689,-0.0165 0.0703,-0.0138 0.0565,-0.0234 0.0593,-0.0303 0.0648,-0.0248 0.0551,-0.0317 0.0593,-0.0289 0.0675,-0.0207 0.10336,-0.062 0.0799,-0.0262 0.062,-0.0207 0.0482,-0.0152 0.04,-0.0234 0.0482,-0.0179 0.0717,-0.01 0.0593,-0.011 0.0593,-0.003 0.051,-0.0179 0.0538,-0.006 0.0785,-0.0207 0.0689,-0.0165 0.0606,-0.0138 0.0703,-0.0138 0.0772,-0.0221 0.16811,-0.0441 0.062,-0.022 0.0662,-0.011 0.0841,-0.0179 0.0703,-0.0124 0.062,-0.003 0.0744,-0.01 0.0482,-0.006 v -0.005 l 0.0152,-0.003 0.0524,-0.005 0.062,10e-4 h 0.0648 l 0.0744,-0.007 0.0772,-0.008 0.0744,-0.008 0.0772,-0.0152 0.0786,-0.01 0.0813,-0.0138 0.0827,-0.0234 0.0937,-0.0152 0.0634,-0.0234 0.0358,-0.006 0.0413,-0.008 0.0593,-0.0124 0.0661,-0.004 0.0537,-0.004 0.0289,0.003 0.0207,0.004 0.0317,0.003 0.0317,-0.007 h 0.0827 l 0.0537,-10e-4 0.0813,-0.008 0.0841,-0.01 0.0758,-0.008 0.0717,-0.0165 0.0744,-0.0234 0.0965,-0.0165 0.073,-0.0234 0.062,-0.022 0.0496,-0.011 0.0441,-0.0276 0.0289,-0.0124 0.0207,-0.003 0.0193,-10e-4 0.0262,-0.01 0.0303,-0.0124 0.0482,-0.0152 0.0882,-0.022 0.0593,-0.011 0.0896,-0.0303 0.0799,-0.0262 0.0579,-0.0234 0.0413,-0.0275 0.04,-0.0276 0.0468,-0.0207 0.0345,-0.0193 0.0317,-0.0166 0.0193,-0.003 0.0179,-0.008 0.0193,-0.0165 0.0179,-0.0221 0.0165,-0.0303 0.0276,-0.0234 0.022,-0.022 0.0124,-0.0207 0.004,0.005 -0.0165,0.007 -0.0138,0.007 -0.008,0.008 -0.008,0.01 -0.0193,0.0152"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path690"
+ d="m 104.8987,110.90631 0.0551,-0.0193 0.073,-0.0289 -0.0303,0.0207 h -0.0152 l -0.007,-0.003 -0.004,0.011 -10e-4,-10e-4 v -0.001 0.01 l 0.004,10e-4 0.001,-0.005 0.01,0.0138 h -0.011 l 0.001,-0.001 0.007,0.003 0.008,0.003 0.011,-0.011 0.0152,-0.004 0.0179,0.007 -0.003,0.003 0.003,0.01 0.0124,0.011 0.0289,0.008 0.0124,0.0207 -0.008,0.022 0.01,0.0152 0.0124,0.0193 0.0165,0.0234 0.0234,0.0221 0.0234,0.0207 0.022,0.0276 0.0289,0.0275 0.0303,0.0276 0.0372,0.0193 0.0441,0.0179 0.0372,0.0179 0.0193,0.0193 0.0207,0.0179 0.0358,0.01 0.0496,0.0179 0.0386,0.0221 0.04,0.0207 0.04,0.0276 0.04,0.0303 0.0496,0.0124 0.0551,0.0179 0.0579,0.0276 0.0565,0.0289 0.04,0.022 0.0565,0.0166 0.0689,0.0179 0.0606,0.011 0.0579,0.01 0.0593,0.011 0.0537,0.004 0.0413,0.011 0.0331,0.0138 0.04,0.005 0.0344,0.0138 0.0234,0.0165 0.0179,0.006 0.0413,0.004 0.0606,0.005 0.0496,0.005 0.0482,0.0138 0.0496,0.0152 0.0482,0.0234 0.0896,0.0152 0.0827,0.0152 0.0455,0.0165 0.0496,0.011 0.0551,0.0193 0.0606,0.0138 0.0524,0.004 0.0482,0.011 0.0496,0.0124 0.0717,-0.003 0.0868,0.003 0.0772,-0.003 0.04,0.007 0.0551,-10e-4 0.0785,0.005 0.0606,0.0179 0.062,0.008 0.051,0.0165 0.0565,0.008 0.0772,0.0207 0.0744,0.0165 0.0689,0.0138 0.073,0.0138 0.0827,0.0124 0.0992,0.011 0.0882,-0.003 0.073,0.003 0.0813,0.004 0.0882,-0.01 0.0799,0.004 0.062,0.008 0.051,-0.008 h 0.0482 l 0.0675,-0.008 0.0675,-0.001 0.0661,0.008 0.0662,0.001 0.0675,0.01 0.04,10e-4 0.0441,0.008 h 0.0413 l 0.0358,0.007 0.0344,0.007 h 0.0427 l 0.0551,-0.003 0.0524,-0.01 0.0551,-0.003 0.0565,-0.008 0.0496,-0.001 0.0593,-0.0138 0.0496,-0.01 0.0648,-0.007 0.0841,-0.0138 0.0703,-0.007 0.0661,-0.005 0.0441,-0.005 0.0372,-0.005"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path692"
+ d="m 111.99146,111.60222 0.051,-0.0124 0.0468,-0.011 0.0386,-0.0124 0.0469,-0.0193 0.0358,-0.006 0.0193,-0.005 0.022,-0.01 0.0427,-0.022 0.0455,-0.0248 0.051,-0.0152 0.0579,-0.0138 0.0662,-0.0207 0.0827,-0.0207 0.0772,-0.0303 0.0593,-0.022 0.0482,-0.003 0.0386,0.008 0.0303,-0.008 0.0152,-0.0124 0.001,-0.005 0.005,0.003 0.0124,-0.004 0.0165,-0.0152 0.0358,-0.0166 0.0565,-0.01 0.0606,-0.0234 0.0565,-0.0331 0.062,-0.0317 0.0675,-0.0303 0.0648,-0.0372 0.0703,-0.0358 0.0551,-0.0275 0.0468,-0.0317 0.0469,-0.0234 0.0551,-0.0234 0.022,-0.0193 -0.001,-0.007 0.01,-0.011 0.0138,-0.0193 0.0234,-0.0207 0.0275,-0.0124 0.0289,-0.0207 0.0372,-0.0207 0.0537,-0.0289 0.0579,-0.0469 0.0565,-0.0413 0.051,-0.0372 0.0482,-0.0496 0.0386,-0.0358 0.0427,-0.0386 0.051,-0.0386 0.0469,-0.04 0.0455,-0.0317 0.0579,-0.0193 0.0496,-0.0303 0.0234,-0.0248 0.0303,-0.0289 0.0372,-0.0331 0.0468,-0.0358 0.0551,-0.0413 0.0524,-0.0372 0.0634,-0.0331 0.0717,-0.0413 0.0744,-0.0427 0.073,-0.0331 0.0317,-0.0344 0.0413,-0.0193 0.0827,-0.0358 0.0923,-0.0427 0.0882,-0.0427 0.0758,-0.0496 0.0593,-0.0427 0.0606,-0.0234 0.0524,-0.0455 0.0482,-0.04 0.0537,-0.0234 0.0551,-0.0372 0.0524,-0.0331 0.0579,-0.04 0.062,-0.0331 0.062,-0.04 0.0606,-0.0413 0.062,-0.0345 0.0744,-0.0386 0.0923,-0.04 0.0758,-0.0427 0.0441,-0.0413 0.0496,-0.0441 0.0551,-0.0331 0.0634,-0.0386 0.051,-0.0482 0.0579,-0.04 0.0593,-0.0317 0.0455,-0.0303 0.0331,-0.0372 0.0276,-0.0248 0.0469,-0.0207 0.04,-0.0331 0.0179,-0.0275 0.04,-0.0289 0.0579,-0.0276 0.0537,-0.0358 0.0648,-0.033 0.0965,-0.0262 0.0606,-0.0303 0.005,-0.0275 0.0289,-0.0179 0.0413,-0.0262 0.0455,-0.0262 0.0386,-0.0262 0.0303,-0.0276 0.0289,-0.0262 0.0372,-0.0262 0.0413,-0.0358 0.0413,-0.0427 0.0124,-0.04 0.0344,-0.0386 0.0992,-0.0386 0.0689,-0.04 0.0413,-0.0469 0.0427,-0.0372 0.0593,-0.0469 0.0469,-0.051 0.0427,-0.0469 0.0496,-0.0455 0.0455,-0.0482 0.0441,-0.0386 0.0372,-0.0358 0.0358,-0.0289 0.0441,-0.0276 0.0469,-0.0372 0.0482,-0.0413 0.0496,-0.0413 0.0689,-0.0317 0.0537,-0.0427 0.0606,-0.04 0.11851,-0.0386 0.0813,-0.0386 0.0289,-0.04 0.0496,-0.0331 0.0648,-0.0413 0.0675,-0.0331 0.0648,-0.0386 0.051,-0.0413 0.0427,-0.0248 0.0386,-0.0207 0.04,-0.0303 0.0372,-0.0179 0.0345,-0.0234 0.0372,-0.0179 0.0331,-0.0179 0.0303,-0.0179 0.0386,-0.0193 0.0772,-0.0262 0.0606,-0.0413 0.022,-0.0331 0.0455,-0.0303 0.0703,-0.0358 0.0758,-0.0358 0.0661,-0.0345 0.0537,-0.0331 0.0496,-0.0248 0.0275,-0.0317 0.0289,-0.0234 0.0248,-0.0165 -0.004,-0.0179 0.0124,0.001 0.051,0.003 0.0372,-0.0207 0.0358,-0.0207 0.0372,-0.0303 0.0441,-0.0317 0.0593,-0.0234 0.0689,-0.0372 0.0606,-0.0469 0.0579,-0.0372 0.0537,-0.0276 0.0579,-0.022 0.0593,-0.0234 0.073,-0.0221 0.0785,-0.0248 0.0772,-0.0248 0.0813,-0.0345 0.0841,-0.0276 0.0469,-0.0289 0.0537,-0.0303 0.14607,-0.0331 0.11576,-0.0234 0.0413,-0.0289 0.0551,-0.0193 0.0689,-0.0165 0.0785,-0.0262 0.0648,-0.0193 0.0551,-0.0179 0.0593,-0.011 0.0579,-0.0179 0.0648,-0.0193 0.0537,-0.0221 0.0565,-0.0124 0.0524,-0.0193 0.051,-0.0138 0.0717,-0.0193 0.0813,-0.0124 0.0882,-0.0124 0.10059,-0.0124 0.11714,-0.0124 0.0992,-0.006 0.0799,-0.003 0.0717,-0.004 0.0593,-0.005 0.04,-0.005 0.0372,-0.007 0.0482,-0.007 0.0551,-0.008 h 0.0744 l 0.0799,-0.005 h 0.0951 l 0.0772,0.001 0.11024,-0.0138 0.18328,-0.01 h 0.15709 l 0.11025,-0.005 0.0992,0.001 0.0648,-0.0138 0.0165,-0.007 h 0.0358 l 0.0317,0.003 0.0317,0.001 0.0482,0.001 h 0.0772 l 0.10059,-0.001 0.10473,0.008 h 0.21222 l 0.0965,0.008 h 0.10886 l 0.13781,0.007 0.0923,0.01 0.0262,0.01 0.0179,0.007 0.0303,0.007 0.062,0.005 0.0606,-0.003 0.0468,-0.003 0.062,0.0124 0.0662,0.0152 0.073,0.01 0.0854,0.007 0.0772,0.007 0.0758,0.0138 0.0813,0.0152 0.0703,-0.001 0.0413,0.007 0.0179,0.0138 0.0152,0.005 0.0275,-0.001 0.0276,-0.004 0.0165,0.007 0.0262,0.005 0.0482,0.006 0.0648,0.008 0.0786,0.0152 0.0758,0.0165 0.0965,0.0165 0.12127,0.0221 0.1254,0.0248 0.11162,0.022 0.0606,0.0165 0.0606,0.01 0.0675,0.003 0.0303,0.0124 -0.004,-0.005 -0.0165,0.001 -0.007,-0.004 -0.007,0.004 0.008,-0.001 0.0345,0.005 0.0413,0.01 h 0.0469 l 0.0289,0.01 0.0303,0.008 0.0427,0.0152 0.04,0.01 0.0358,0.007 0.0386,-0.001 0.0124,0.008 -0.004,-0.003 -0.001,0.003 v -0.001 0.005 h -0.003 l 0.01,0.005 v 0.008 l -0.0124,0.008 0.005,0.008 0.022,0.0124"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path694"
+ d="m 127.56329,106.18515 h -0.0152 l -0.011,-0.01 -0.0138,0.001 -0.0207,0.007 -0.0289,0.003 -0.0207,0.011 -0.0207,0.008 -0.0207,0.007 -0.0207,0.008 -0.0317,0.005 -0.0372,0.0152 -0.0303,0.0248 -0.0193,0.0152 -0.0234,0.0138 0.008,0.0152 -0.0193,0.0248 -0.0579,0.0138 -0.0386,0.0165 -0.0262,0.0165 -0.0248,0.011 -0.0276,0.004 -0.0248,0.0262 -0.0331,0.0221 -0.0275,0.0234 -0.0262,0.0207 -0.0386,0.0193 -0.0372,0.0138 -0.0345,0.011 -0.0455,0.0179 -0.0386,0.0124 -0.0331,0.0207 -0.0386,0.0193 -0.04,0.0303 -0.0345,0.0303 -0.0441,0.0289 -0.0717,0.0193 -0.062,0.0372 -0.0496,0.0358 -0.0455,0.0262 -0.0441,0.0248 -0.0565,0.0317 -0.0482,0.0275 -0.0372,0.0248 -0.0331,0.0248 -0.0358,0.0248 -0.0579,0.0524 -0.0455,0.0248 -0.0358,0.0372 -0.0331,0.0275 -0.0317,0.0262 -0.04,0.0331 -0.0496,0.0179 -0.0441,0.0262 -0.04,0.0331 -0.0551,0.0345 -0.073,0.051 -0.0841,0.0524 -0.0965,0.0606 -0.0909,0.0675 -0.0786,0.051 -0.0703,0.0358 -0.04,0.0275 -0.0303,0.0234 -0.0234,0.0248 -0.0358,0.0276 -0.0331,0.0317 -0.0372,0.0179 -0.0593,0.0152 -0.0455,0.0413 -0.051,0.0372 -0.0276,0.0234 -0.0289,0.0234 -0.0496,0.0317 -0.0468,0.0303 -0.0248,0.0276 -0.0276,0.0386 -0.0455,0.0427 -0.0441,0.0386 -0.0482,0.033 -0.0482,0.0234 -0.0345,0.0248 -0.0358,0.0289 -0.0317,0.0248 -0.0455,0.0317 -0.0413,0.0358 -0.0331,0.0358 -0.0289,0.04 -0.0386,0.0358 -0.0413,0.0262 -0.0248,0.0248 -0.0441,0.0207 -0.0579,0.0248 -0.0537,0.0262 -0.0496,0.0248 -0.033,0.0193 -0.0427,0.0234 -0.0455,0.0276 -0.0469,0.0358 -0.04,0.0303 -0.0372,0.0262 -0.0303,0.0262 -0.0427,0.0248 -0.0413,0.0276 -0.0537,0.0413 -0.0358,0.0455 -0.008,0.0317 -0.008,0.0276 -0.0275,0.0317 -0.0427,0.0331 -0.0289,0.0262 -0.0193,0.0234 -0.0303,0.0221 -0.0441,0.04 -0.0538,0.0441 -0.0468,0.0372 -0.0358,0.0262 -0.0303,0.0152 -0.022,0.0152 -0.0345,0.022 -0.0262,0.0262 -0.0634,0.0551 -10e-4,0.0372 -0.0275,0.0345 -0.0579,0.0358 -0.0275,0.0317 -0.0179,0.0152 0.0165,0.0207 -0.0262,0.0234 -0.0524,0.0262 -0.0427,0.0289 -0.0427,0.0248 -0.0372,0.0345 -0.0275,0.0372 -0.04,0.0344 -0.0262,0.0289 -0.008,0.0179 -0.01,0.0207 -0.022,0.0234 -0.0276,0.0193 -0.0276,0.0179 -0.0345,0.0317 -0.0234,0.0234 -0.0207,0.003 -0.0152,0.008 -0.0179,0.0165 0.006,0.0234 -0.0165,0.0138 -0.0358,0.0124 -0.0179,0.0138 -0.04,0.04 -0.0138,0.0234 -0.022,0.0413 -0.0124,0.0207 -0.0124,0.0124 -0.011,0.0179 -0.0275,0.0248 -0.0248,0.0317 0.011,0.0303 -0.0165,0.0344 -0.0606,0.0358 -0.04,0.0317 -0.0276,0.0234 -0.04,0.0441 -0.0331,0.0317 -0.0179,0.01 -0.011,0.0248 -0.022,0.0248 -0.0193,0.0207 -0.0152,0.0166 -0.0317,0.0234 -0.0152,0.0317 -0.003,0.0207 -0.0165,0.0248 -0.0138,0.0221 -0.0262,0.0248 -0.0317,0.0193 0.0275,0.0207 -0.0152,0.0248 -0.0606,0.0345 -0.0317,0.0345 -0.022,0.0248 0.005,0.0317 -0.0165,0.0289 -0.0551,0.0317 -0.0358,0.0303 -0.0207,0.0317 -0.0234,0.0386 -0.0413,0.0441 -0.0524,0.0276 -0.0441,0.0317 -0.0262,0.0331 -0.0372,0.0221 -0.0248,0.0331 -0.051,0.0386 -0.0303,0.0303 0.0524,0.022 -0.0138,0.0234 -0.0634,0.0248 -0.0372,0.0303 -0.022,0.0234 0.0207,0.0234 -0.0152,0.0276 -0.0496,0.0193 -0.0262,0.0372 -0.0138,0.0262 -0.0179,0.0248 -0.0124,0.0358 -0.0193,0.0193 -0.0193,0.0248 -0.011,0.04 -0.0276,0.0441 -0.0303,0.0386 -0.0662,0.04 -0.0275,0.0537 0.0234,0.0413 -0.0124,0.0303 -0.008,0.0303 -0.001,0.0358 -0.011,0.0303 -0.022,0.0234 -0.022,0.022 -0.004,0.0124 -0.005,0.0179 -0.007,0.0138 -0.007,0.0124 -0.0193,0.0179 -0.0179,0.0317 -0.007,0.0331 -0.007,0.0234 -0.006,0.0207 -0.0193,0.0248 -0.0152,0.0289 0.01,0.0276 -0.0179,0.0331 -0.0234,0.0372 -0.0248,0.0276 -0.022,0.0303 10e-4,0.0496 -0.003,0.0386 -0.0345,0.0234 -0.0152,0.0248 -0.006,0.022 -0.011,0.0138 -0.004,0.0234 -0.0193,0.0248 -0.0165,0.0207 -0.005,0.0193 -0.004,0.0165 -0.0124,0.0124 -0.0207,0.0179 -0.0165,0.0289 0.011,0.0303 -0.011,0.0303 -0.0303,0.0207 -0.0165,0.0358 -0.0152,0.0345 -0.0124,0.0427 -0.022,0.0524 -0.0152,0.0234 -0.004,0.0138 -0.008,0.0234 -0.0193,0.04 -0.0165,0.0303 -0.0207,0.0234 -0.0124,0.0317 0.003,0.0289 -0.011,0.0234 -0.005,0.0262 -0.0275,0.0179 v 0.0124 l 0.0331,0.0193 -0.001,0.022 -0.0152,0.022 -0.0152,0.0234 -0.01,0.0289 -0.008,0.0289 -0.008,0.0372 -0.0234,0.0358 -0.008,0.0386 -0.005,0.0331 0.003,0.0262 -0.011,0.0165 -0.007,0.0138 -0.005,0.0207 -0.0138,0.0331 -0.008,0.0303 -0.005,0.0344 -0.007,0.022 -0.005,0.0248 10e-4,0.0179 -0.0124,0.0248 -0.0234,0.0262 -0.001,0.022 -0.005,0.0234 0.003,0.0138 0.003,0.0165 -0.005,0.0248 -0.008,0.0152 -0.0138,0.0165 -10e-4,0.0275 -0.008,0.0152 -0.0276,0.0179 -0.011,0.0152 0.008,0.0165 -0.003,0.0262 -0.005,0.0262 0.0276,0.0193 -0.011,0.0193 -0.0469,0.0262 -0.0152,0.0248 0.007,0.0165 -0.004,0.0234 -0.005,0.0234 -0.0276,0.0358 0.01,0.0262 -0.004,0.0289 -0.0152,0.022 -0.008,0.0193 -0.0124,0.0165 -0.0372,0.0248 -0.0207,0.0469 0.0276,0.0303 -0.008,0.0358 -0.007,0.0289 -0.0124,0.0165 -0.007,0.0193 0.01,0.0193 -0.0124,0.0152 -0.01,0.0124 v 0.008 l -0.004,0.001 -0.008,0.011 v 0.0124 l -0.007,0.0138 v 0.0179 l -0.005,0.0207 -0.008,0.0234 -0.0165,0.0152 -0.007,0.0207 v 0.0276 l 0.004,0.0317 -0.007,0.0234 -0.0138,0.0179 0.0248,0.008 0.004,0.011 -0.0152,0.008 -0.01,0.011 -0.008,0.01 -0.001,0.0193 -0.0165,0.0234 -0.01,0.0179 10e-4,0.0207 -0.006,0.0124 0.003,0.0138 -0.005,0.0179 -0.007,0.022 -0.007,0.0207 v 0.0138 l 0.003,0.011 -0.007,0.011 -0.0152,0.0193 -0.0165,0.0207 0.0386,0.0193 0.007,0.0193 -0.0427,0.003 -0.0165,0.0138 0.006,0.0152 -0.006,0.0124 0.003,0.0165 0.001,0.004 0.003,0.01 10e-4,0.007 0.001,0.005 -0.007,0.003 -0.0152,0.005 -0.003,0.0152 0.022,0.0138 0.004,0.0207 -0.0303,0.0138 -0.0124,0.0234 -0.008,0.0193 -0.008,0.022 0.001,0.0303 0.0124,0.0152 -0.004,0.01 0.001,0.003 v 0.007 l -0.007,0.01 -10e-4,0.008 0.003,-0.004 -0.001,10e-4 -0.01,0.008 -10e-4,0.0152 -0.011,0.005 -0.003,0.011 0.0372,0.004 0.007,0.0262 -0.04,0.0179 -0.004,0.0165 -0.001,0.0152 v 0.008 l 0.003,0.0124 0.001,0.011 0.001,0.0138 -0.0152,0.011 -0.01,0.0138 v 0.005 l 0.0234,0.01 0.0165,0.01 -0.0234,0.004 0.003,-0.003 h -0.008 l -0.005,0.008 -0.003,0.01 0.0193,0.0138 0.004,0.0345 -0.0234,0.011 -10e-4,0.008 h -0.004 l 0.0152,0.004 0.011,0.005 -0.0289,0.004 -0.005,0.0193 0.005,0.004 0.001,-0.003 0.005,-0.003 -0.007,-0.003 -0.003,0.007 0.004,-0.001 h 0.0179 l -0.01,0.007 -0.003,0.008 0.0179,0.001 h 0.004 l -0.0234,0.007 -0.004,0.0124 0.004,-0.003 0.007,0.003 h -0.007 l -0.0138,0.007 v 0.004 l 10e-4,0.007 0.011,0.0193 -0.007,0.0179 v 0.0675 l -0.008,0.008 -0.001,0.004 0.0358,0.008 0.008,0.0193 -0.0317,0.0138 -0.004,0.0138 -0.003,0.0234 0.0248,0.0165 0.004,0.0179 -0.0358,0.011 -0.007,0.0152 -0.003,0.008 0.001,0.0165 -0.007,0.0248 0.001,0.0289 10e-4,0.0165 0.011,0.011 0.003,0.011 v 0.011 l -0.022,0.0165 -0.004,0.0234 -10e-4,0.0207 v 0.0276 l 0.0276,0.0234 0.003,0.0289 -0.008,0.022 0.005,0.0262 -0.008,0.0179 -0.0179,0.0179 -0.01,0.0193 -0.001,0.0234 0.001,0.0289 -0.007,0.0234 0.0262,0.0179 0.004,0.0248 -0.0152,0.022 -10e-4,0.0193 -0.001,0.0152 -0.008,0.0124 -0.001,0.0179 0.0386,0.0248 0.005,0.0345 -0.0234,0.022 -0.004,0.0193 -0.008,0.0234 -0.003,0.0289 0.01,0.0289 -0.007,0.0275 -0.008,0.0345 v 0.0469 l -0.005,0.022 v 0.062 l -0.007,0.0193 -0.007,0.0234 -0.008,0.0179 -0.008,0.011 v 0.008 l 0.04,0.007 0.008,0.0248 -0.0386,0.0207 -0.022,0.0152 -0.004,0.01 0.008,0.0179 -0.005,0.0165 0.001,0.0234 -0.005,0.0124 0.001,0.0124 -0.006,0.011 v 0.005 l 0.001,0.003 v 0.004 l 0.011,-0.004 0.003,-0.003 -0.008,-0.001 -0.0248,-10e-4 h -0.004 0.003 l 0.0152,10e-4 h 0.0124 l 0.005,0.001 h 0.007 l 0.003,0.001 h -0.0262 l 10e-4,0.003 -0.01,10e-4 0.0179,-0.003 0.022,-10e-4 h -0.0166 l -10e-4,-0.001 h -0.0193 l 0.011,-0.004 0.008,0.004 h -10e-4 v -0.001 l 10e-4,-0.003 0.005,0.001 -0.0138,0.003 v 0.003 l -0.007,-0.004 0.003,-0.004 0.0193,-0.001 0.006,-0.001 -0.0276,0.001 h -0.0179 0.0372 l 0.004,0.001 h -0.001 l -0.003,-0.004 -0.005,-0.003 -0.008,-0.001 h 0.01 -0.003 0.004 l -0.008,0.001 h -0.008 0.0358 -0.0248 l 0.001,0.004 -0.003,10e-4 0.0165,-0.003 0.01,-0.003 -0.005,-0.0179 -0.004,0.0124 v 0.003 l -0.007,0.001 -0.001,10e-4 -0.005,0.001 h -0.01 l -0.01,-0.001 h 0.0152 v -10e-4 h -0.004 0.004 l 0.005,-0.001 0.005,0.001 v -0.004 l -0.003,-0.001 0.005,-10e-4 h -0.005 0.003 l 0.001,10e-4 -0.005,0.005 -10e-4,-0.003 -0.0165,-0.003 h 0.005 l 0.0138,-0.001 h 0.008 v 0.001 h -0.0248 0.011 -0.007 l 0.005,-0.008 v 0.008 l 0.003,-0.003 0.003,10e-4 v 0.011 h 0.001 -0.006 l 0.001,-0.001 h 0.003 v -0.001 l -0.001,0.004 0.001,0.001 v -0.007 h 0.004 l -0.003,0.004 -0.003,0.003 -0.003,10e-4 h -0.008 l 0.004,0.001 v -0.004 l -0.001,-0.004 -0.004,-0.001 0.001,-0.003 0.005,0.007 -10e-4,-0.001 0.007,-0.001 h 0.003 -0.003 0.007 -0.0193 0.0138 l 0.0124,-0.008 0.0124,-0.01 -0.0124,0.001 -0.008,-0.01 -0.0138,0.001 -0.011,0.003 -0.0193,0.008"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path696"
+ d="m 94.479351,119.5094 -0.02617,-0.0207 -0.0303,-0.0317 -0.01101,0.0331 0.02205,-0.004 0.01379,-0.0124 0.0014,-0.0179 0.01517,0.004 -0.0014,-0.007 0.0041,-0.003 -0.0014,-0.0138 0.0055,-0.0234 0.0069,-0.0248 0.0069,-0.0317 -0.0014,-0.0248 -0.0028,-0.0138 0.01242,-0.0165 0.0014,-0.0124 -0.0014,-0.001 -0.0014,-0.0138 v -0.0152 l 0.0069,-0.0262 v -0.0248 l 0.01517,-0.0276 0.01101,-0.0317 v -0.0234 l 0.01242,-0.0303 0.01654,-0.0386 0.01654,-0.0358 0.01517,-0.0345 0.01379,-0.0262 0.0248,-0.0634 -0.0028,-0.0275 0.01101,-0.022 0.02755,-0.0303 0.01792,-0.0358 0.0055,-0.0345 -0.02067,-0.0193 0.0028,-0.01 0.04685,-0.0179 0.01654,-0.0234 -0.01517,-0.0248 -0.0055,-0.0193 0.0041,-0.0289 0.0055,-0.0275 0.01517,-0.0262 0.01654,-0.0358 0.01654,-0.0303 0.0083,-0.0275 0.0055,-0.0317 0.02067,-0.0344 0.02342,-0.0358 0.01517,-0.0262 0.0041,-0.0303 0.0041,-0.0331 -0.0055,-0.0207 h -0.01517 l 0.0028,0.004 0.02205,-0.0124 0.01242,-0.0124 -0.0055,-0.0124 -0.0014,-0.022 0.0083,-0.0179 0.0069,-0.022 v -0.0289 l -0.0014,-0.0317 0.0069,-0.0248 0.0069,-0.0193 v -0.0179 l 0.01379,-0.0165 0.01654,-0.0262 0.01792,-0.0207 -0.0014,-0.0193 0.01242,-0.0248 0.0069,-0.0289 0.0055,-0.022 0.0055,-0.0179 -0.01101,-0.0179 0.01101,-0.0248 0.0248,-0.0358 0.01792,-0.0386 v -0.0372 l 0.01238,-0.0345 0.01517,-0.0275 0.0055,-0.0179 0.0041,-0.0207 0.0055,-0.0234 0.01379,-0.0262 0.01379,-0.04 -0.01792,-0.0386 0.01242,-0.0358 0.02342,-0.0413 0.01654,-0.0441 0.01654,-0.0331 0.0069,-0.0262 -0.0041,-0.0138 0.01101,-0.011 0.02067,-0.022 0.01654,-0.0331 0.0303,-0.0427 0.0248,-0.0482 0.02205,-0.0455 0.04961,-0.0482 0.06477,-0.0675 0.05788,-0.062 0.03721,-0.0344 0.01238,-0.011"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path698"
+ d="m 94.771497,119.45015 -0.0083,0.0207 0.01654,-0.003 0.02205,-0.001 0.01101,-0.0138 h 0.01101 l 0.0041,0.0152 0.0069,0.003 0.0096,-0.005 0.01517,-0.001 0.01654,0.008 0.01242,-10e-4 h 0.03305 l 0.02342,-0.01 0.02205,-0.01 0.02205,-0.008 h 0.0193 l 0.01792,0.01 0.0193,0.01 0.03306,-0.004 h 0.03859 l 0.03858,0.0152 0.0441,0.0165 0.04961,0.01 0.05237,0.0152 0.06477,0.0138 0.05374,0.007 0.03859,0.0138 0.08268,0.004 0.06477,0.005 0.01792,0.007 0.03443,0.01 0.04961,0.007 0.0565,-0.003 0.06063,-0.003 0.07166,0.005 0.05925,-10e-4 0.0303,0.008 0.02893,0.0152 0.03306,0.01 0.02205,0.01 0.0248,0.0138 0.0372,0.0152 0.04961,0.022 0.05374,0.0152 0.05926,0.0138 0.07441,0.0124 0.0565,0.004 0.05375,0.004 0.07855,0.003 0.06891,0.005 0.06063,0.005 0.05375,0.005 0.06477,-10e-4 0.05926,-0.01 0.07028,-0.001 0.08268,-10e-4 h 0.15434 l 0.05926,-0.007 0.06752,0.001 h 0.06477 l 0.05099,10e-4 0.05788,0.001 h 0.417548 l 0.05926,-0.0165 0.04961,-0.01 0.03996,-0.008 0.05375,-0.008 0.0565,0.001 0.0565,0.003 0.07304,-0.005 0.05512,-0.007 0.02205,0.001 0.03306,-0.005 0.03583,-0.007 0.05788,-0.001 0.05099,-0.0152 0.05512,-0.0165 0.06339,-0.008 0.05788,-0.007 0.0689,-0.005 0.04272,0.003 0.03306,0.004 0.0441,0.003 0.06064,-0.0138 0.06477,-0.01 0.0565,-0.008 h 0.05236 l 0.05237,-0.006 0.07993,-0.0152 0.05512,-0.0179 0.04272,-0.0152 0.05237,-0.0138 0.06063,-0.0152 0.06753,-0.0124 0.05512,-0.0138 0.05099,-0.0124 0.04272,-0.0124 0.04961,-0.0207 0.05788,-0.0207 0.0565,-0.0152 0.03168,-0.0138 0.05099,-0.01 0.104725,-0.011 0.0951,-0.0152 0.0744,-0.0124 0.0565,-0.0124 0.0551,-0.004 0.0606,-0.0124 0.0579,0.003 0.04,0.0124 0.0441,-0.004 0.0565,-0.0152 0.062,-0.0248 0.0634,-0.0193 0.0689,-0.0165 0.0841,-0.0234 0.0965,-0.0303 0.10336,-0.0303 0.11024,-0.0372 0.10749,-0.0372 0.0978,-0.0193 0.0896,-0.0152 0.0744,-0.0152 0.062,0.001 0.0537,10e-4 0.0537,-0.01 0.0799,-0.0193 0.0992,-0.0152 0.0951,-0.0165 0.0772,-0.007 0.0634,-0.0138 0.0537,-0.0138 0.0386,-0.022 0.0482,-0.022 0.0634,-0.022 0.0689,-0.0303 0.0413,-0.0248 0.0537,-0.0179 0.073,-0.0179 0.062,-0.011 0.0661,-0.0165 0.0675,-0.0276 0.0854,-0.0124 0.12126,-0.0262 0.10474,-0.0317 0.0703,-0.0207 0.0634,-0.0179 0.0579,-0.01 0.0565,-0.01 0.0524,-0.011 0.0441,0.006 0.0524,-0.011 0.0648,-0.0207 0.0786,-0.0248 0.073,-0.0248 0.0772,-0.0303 0.10611,-0.0303 0.14882,-0.0303 0.13092,-0.0386 0.0937,-0.0358 0.0841,-0.0317 0.0717,-0.0262 0.0593,-0.0152 0.0579,-0.0138 0.0482,-0.0234 0.0413,-0.0179 0.0496,-0.01 0.0565,-0.01 0.0675,-0.011 0.0648,-0.0138 0.0703,-0.0207 0.0854,-0.022 0.10473,-0.0317 0.11438,-0.0303 0.11851,-0.0303 0.10197,-0.0303 0.0992,-0.0345 0.10473,-0.0262 0.10749,-0.0331 0.10473,-0.0413 0.11851,-0.0427 0.14332,-0.0413 0.15847,-0.0427 0.14332,-0.0331 0.0992,-0.0303 0.0978,-0.0207 0.0951,-0.0138 0.0978,-0.022 0.12678,-0.0152 0.1254,-0.01 0.13091,-0.01 0.12954,-0.0193 0.11575,-0.0138 0.11714,-0.0124 0.22048,-0.0441 0.11576,-0.022 0.12678,-0.0303 0.12953,-0.022 0.10749,-0.0289 0.0854,-0.0193 0.0937,-0.033 0.12402,-0.0358 0.11989,-0.0372 0.11438,-0.0441 0.11989,-0.0345 0.12953,-0.04 0.13918,-0.0248 0.11025,-0.0152 0.0786,-0.006 0.0744,-0.004 0.0882,-0.007 0.10335,-10e-4 0.11575,-0.004 0.11851,-0.005 0.13367,-0.0152 0.14332,-0.0165 0.15021,-0.0165 0.13642,-0.0165 0.10473,-0.0152 0.1006,-0.0207 0.10335,-0.007 0.10611,-0.0124 0.10749,-0.0124 0.12402,-0.004 0.11576,-0.0124 0.11299,-0.005 0.11852,0.003 0.10059,-0.004 0.1006,0.003 0.11576,0.01 0.10335,0.003 h 0.10197 l 0.11025,0.0152 0.10059,0.0179 0.0896,0.008 0.0372,0.007 0.0634,0.0124 0.14469,0.004 0.113,0.005 0.0813,0.005 0.0965,0.005 0.10611,-0.003 0.0827,0.005 0.0841,-0.001 0.0978,-0.0165 0.10198,-0.011 0.0951,-0.001 0.0909,0.001 0.0978,0.001 0.0937,0.003 0.113,0.01 0.1254,0.001 0.11576,0.001 0.0854,0.0165 0.0896,0.008 0.0606,0.008 0.0427,0.008 0.0482,0.005 0.0372,0.0138 0.0496,-0.003 0.0703,0.0124 0.0951,0.0138 0.0951,0.005 0.0827,0.007 0.0896,0.005 0.0923,0.006 0.10472,0.0152 0.10612,0.007 0.11851,0.007 0.0909,0.0152 0.0303,0.0179 0.0455,0.005 0.0606,0.0124 0.0854,0.0124 0.0703,0.0152 0.0427,0.0138 0.0413,0.0124 0.0758,0.0193 0.0827,0.0152 0.0951,0.0124 0.0951,0.0289 0.0896,0.0138 0.0799,0.0289 0.0661,0.022 0.0662,0.0124 0.0152,0.022 0.0482,0.0165 0.11851,0.008 0.0758,0.0138 0.0138,0.0152 0.008,0.0138 0.0207,0.005 0.005,0.005 0.0152,0.011 0.0455,0.004 0.0427,0.0152 0.0317,0.0152 0.0345,0.007 0.0496,0.0124 -0.0124,0.0193 0.0358,0.0124 0.0909,0.008 0.0593,0.0179 0.0386,0.005 0.0303,0.011 0.0234,0.007 0.0386,0.004 0.0331,0.005 0.007,0.0165 0.0165,0.0124 0.0289,0.005 0.0372,0.006 0.0303,0.007 0.0262,0.005 0.0331,0.0138 0.0372,0.007 0.0496,0.005 0.0606,-0.001 0.0345,0.007 0.0345,0.0207 0.051,0.0165 0.0441,0.008 0.0317,-10e-4 0.0345,0.004 0.0234,0.007 0.0138,0.005 0.01,0.005 0.0138,0.007 0.0248,0.005 0.0289,0.007 0.0441,0.007 0.0551,0.007 0.0579,-0.001 0.0675,-0.001 0.0703,-0.01 0.0524,-0.011 0.0496,-0.008 0.0372,-0.0165 0.0524,-0.0152 0.0661,-0.008 0.0303,0.003"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path700"
+ d="m 131.685,119.45566 -0.022,-0.0868 -0.0289,-0.0965 -0.01,-0.0303 0.006,-0.0152 0.006,-0.0248 0.0124,-0.0289 0.0193,-0.0358 0.0344,-0.0455 0.0441,-0.0565 0.0579,-0.0579 0.073,-0.0661 0.0785,-0.0662 0.0772,-0.0634 0.0717,-0.0469 0.0593,-0.0344 h 0.0482 l 0.0413,0.0124 0.022,0.0165 0.0331,0.0207 0.0179,0.033 -0.004,0.0303 0.022,0.022 0.0179,0.0289 0.022,0.0345 0.0207,0.0496 0.0455,0.0496 0.0331,0.0661 0.0234,0.0675 0.0275,0.0786 0.0262,0.0937 0.0262,0.11162 0.0193,0.11989 0.01,0.11714 0.0165,0.10472 0.0262,0.0965 0.0275,0.10336 0.0455,0.0951 0.0868,0.0923 0.0593,0.0978 0.0275,0.091 0.0358,0.0785 0.0207,0.0648 0.01,0.0565 0.011,0.0413 0.0138,0.0193 0.007,0.003 v -0.003 l -0.007,-10e-4 -0.0275,-0.0138"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path702"
+ d="m 133.75068,118.74321 -0.0165,0.008 -0.0551,0.011 -0.0193,0.0138 -0.0289,0.008 -0.0207,0.0152 -0.0289,0.0165 -0.0345,0.0138 -0.0427,0.0386 -0.0524,0.0482 -0.0675,0.0565 -0.0593,0.0785 -0.0799,0.0937 -0.11989,0.0992 -0.10197,0.12403 -0.0937,0.11988 -0.0951,0.1199 -0.10887,0.11024 -0.11713,0.10473 -0.11438,0.10886 -0.12402,0.10198 -0.113,0.10886 -0.11162,0.10887 -0.10336,0.11162 -0.10886,0.11162 -0.0951,0.113 -0.0703,0.10611 -0.0537,0.0648 -0.0262,0.0427 -0.011,0.0248 v 0.005 l 0.0207,-0.001 0.0317,-0.0124 0.0207,-0.0124 0.0207,-0.0179 0.0138,-0.0207 0.0124,-0.007"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path704"
+ d="m 133.83749,120.60356 -0.0427,0.0427 -0.051,-0.0207 0.004,-0.0234 0.007,-0.0207 0.0138,-0.0262 0.0207,-0.0193 0.0207,-0.0165 0.0262,-0.0124 0.0262,-0.0138 0.0524,-0.003 0.0648,-0.001 0.0661,0.004 0.0593,0.004 0.0634,0.004 0.0689,0.01 0.0551,0.0276 0.0331,0.0413 0.005,0.0427 -0.004,0.0386 0.006,0.0413 -0.0124,0.0455 -0.0179,0.0482 -0.0234,0.0482 -0.0345,0.0537 -0.0413,0.0634 -0.0551,0.0634 -0.0703,0.0689 -0.0689,0.0717 -0.073,0.0689 -0.0703,0.0661 -0.0841,0.051 -0.0827,0.0468 -0.0593,0.0413 -0.0303,0.0234 -0.0152,0.0138 0.006,0.01 0.022,0.003 0.011,0.004 0.022,-0.007 0.0275,-0.004 0.0152,-10e-4 h 0.0345 l 0.0193,0.011 0.0303,0.0179 0.0565,0.0193 0.0717,0.0262 0.0868,0.0165 0.073,0.0165 0.0551,0.022 0.0565,0.0124 0.0579,0.011 0.0496,0.011 0.0469,0.011 0.0331,0.0207 0.0303,0.0207"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path706"
+ d="m 100.79903,124.08311 0.001,-0.0565 10e-4,-0.0441 -0.0262,0.0165 v 0.0207 l 0.008,0.0179 0.011,0.001 0.003,10e-4 -0.003,-0.0138 0.008,-0.011 h 0.003 l -0.003,0.001 0.001,-0.005 0.007,-0.008 -0.01,-0.0124 h 0.008 l 0.01,0.003 0.006,0.001 -0.006,-0.004 h -0.001 l 0.008,0.001 h -0.0179 0.003 l 0.01,0.001 0.001,0.004 10e-4,-10e-4 v -0.001 l -0.003,-0.003 h -10e-4 l 0.003,-0.001 0.011,0.007 0.0124,0.001 h 0.003 l -0.001,10e-4 -10e-4,-0.01 0.005,0.005 0.004,0.001 -0.004,10e-4 h -0.0331 0.001 l 0.0221,-10e-4 h 0.011 -0.008 l -0.007,10e-4 h 0.011 -0.0165 l 0.007,-0.004 0.005,-0.007 0.003,0.008 -0.001,-10e-4 -0.007,-0.001 0.007,-0.001 -0.003,0.003 -0.005,0.003 10e-4,0.001 h 0.007 -0.0234 0.01 l 0.008,-0.001 h 0.011 -0.01 l -0.001,-10e-4 h 0.008 l -0.003,-0.0179 -0.0207,0.011 0.0152,10e-4 10e-4,0.011 h 0.005 l 0.003,-0.003 -0.01,-0.001 h -0.022 l 0.0138,-0.004 0.0179,-10e-4 0.003,-0.001 h -0.005 l -0.001,-0.003 -0.0124,-0.003 0.007,-0.001 -0.004,-0.008 -0.004,-0.007 0.006,-10e-4 -0.001,-0.01 -0.0138,0.01 -0.011,-0.005 -0.0165,0.003 -0.007,0.001 h -0.003 l -0.007,0.001 h -0.004 l 0.003,0.008 -0.003,-0.007 -0.01,-10e-4 0.001,0.007 h 0.003 l 0.0138,-10e-4 h 0.007 -0.001 l -0.005,-0.001 h 0.004 -0.0234 0.007 -0.0138 0.007 -0.003 0.0234 -0.001 l -0.005,0.001 v -0.003 l -0.007,-0.003 0.003,-0.003 h 0.007 l 0.01,-0.008 -0.01,0.001 h 0.01 l -0.004,-0.004 v -10e-4 l 0.008,-0.001 h -10e-4 l -0.001,0.003 0.001,0.003 -0.003,0.003 -0.003,0.001 h -0.0124 l 0.004,-0.001 0.003,-0.004 0.001,-0.003 -0.004,-10e-4 h 0.0166 l 0.005,10e-4 h 0.0165 l -0.0179,-0.007 -10e-4,0.0124 0.0276,-0.003 -0.0193,-0.0179 -0.0165,0.007 h 0.008 l 0.003,-0.011 0.011,-0.004 0.005,-0.008 10e-4,-0.01 0.008,-0.006 v -0.0165 l -0.0152,-0.0276 0.005,-0.0345 0.0234,-0.0413 0.003,-0.0248 -0.0248,-0.01 -0.0138,-0.008 -0.011,-0.01 -0.0303,-0.0138 -0.0193,-0.0193 -0.008,-0.0152 -0.0303,-0.0303 -0.0152,0.0138 -0.01,0.005 -0.0207,0.004 -0.0138,0.011 -0.003,0.0179 -0.011,0.008 -0.004,0.0165 -0.011,0.0207 -0.0138,0.0372 -0.0317,0.0331 -0.008,0.0317 0.011,0.0262 0.007,0.0386 0.004,0.0524 0.011,0.0524 0.01,0.0496 0.0179,0.0413 0.0248,0.0441 0.0317,0.0386 0.0345,0.022 0.0289,0.011 0.0427,0.001 0.0372,-0.0124 0.0345,-0.01 0.0386,-0.007 0.04,-0.0207 0.04,-0.0262 0.0317,-0.0331 0.0303,-0.04 0.0303,-0.0372 0.007,-0.0455 0.0124,-0.0482 0.0152,-0.0565 0.001,-0.0524 v -0.0386 l 0.011,-0.0413 -0.011,-0.0303 -0.0193,-0.0262 -0.0276,-0.0193 -0.0193,-0.0138 -0.0289,-0.0193 -0.0317,-0.0165 -0.0317,-10e-4 -0.0193,-0.001 -0.0234,-0.003 -0.0593,0.004 -0.0386,0.0138 -0.003,0.0124 -0.0124,0.005 -0.0234,0.0289 -0.0165,0.0427 -0.0262,0.0482 -0.0193,0.0482 -0.0207,0.0372 -0.0179,0.0386 -0.004,0.0482 -0.01,0.0468 -0.011,0.0551 -0.005,0.0482 0.0207,0.0303 0.0221,0.0248 0.0207,0.0207 0.0331,0.0179 0.0331,0.0207 0.0606,0.022"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path708"
+ d="m 101.53629,123.84609 0.0179,0.0138 -0.004,-0.005 -0.004,-0.01 v -0.007 l 0.007,-0.001 0.001,0.001 0.008,-0.008 h 0.008 l 0.004,10e-4 0.005,-0.005 h -10e-4 0.007 l 0.007,0.001 0.0138,-0.007 0.0248,-0.001 h 0.0124 l 0.0124,0.001 0.0331,-0.007 0.0496,-0.0179 0.0524,-0.0179 0.04,-0.008 0.04,-0.007 0.0331,-0.0138 0.0303,-0.005 0.0289,-0.0124 0.0234,-0.005 0.0207,-0.005 0.0152,-0.005 0.0207,-0.004 0.0193,-0.007 0.011,10e-4 0.008,-0.0124 0.0193,-0.008 0.0152,-0.01 0.0193,-0.005 h 0.0207 l 0.0234,-0.0207 0.0289,-0.0165 0.0317,-0.0165 0.0441,-0.006 0.0248,-0.005 0.0234,0.004 0.0303,-0.003 0.0358,-0.005 0.0275,-0.007 0.0179,-0.007 0.0138,-0.007 0.0234,-0.007 0.0262,-0.008 0.0276,-0.007 0.0193,-0.0152 0.0331,-0.008 0.0441,-0.005 0.04,-0.0152 0.0276,-0.0152 0.0455,-0.0124 0.0675,-0.0152 0.0496,-0.0152 0.0317,-0.0124 0.0799,-0.0248 0.0234,-0.005 0.011,-0.004 0.0234,-0.003 0.0317,-0.005 0.0345,-0.0138 0.0358,-0.008 0.0358,-0.007 0.0345,-0.0138 0.0193,-0.0248 0.0386,-0.0152 0.0303,-0.007 0.0303,-0.011 0.0606,-0.0193 0.0372,-0.008 0.003,-0.007 0.0179,-0.008 0.0262,-0.0138 0.0345,-0.0138 0.0193,-0.0152 0.0179,-0.006 0.0234,-0.011 0.005,-0.0179 0.008,-0.004 0.0248,-0.004 0.0303,-0.004 0.0152,-0.0152 0.0276,-0.0207 0.0455,-0.0165 0.0331,-0.0331 0.0358,-0.022 0.0413,-0.0207 0.0441,-0.0289 0.0413,-0.0207 0.0331,-0.0193 0.0152,-0.0179 0.0262,-0.001 0.0303,-0.008 0.0331,-0.0179 0.0331,-0.0124 0.0344,-0.005 0.0345,-0.0124 0.0331,-0.005 0.0345,0.003 0.0193,-0.0138 0.0276,-0.0138 0.0496,-0.0152 0.0317,-0.0276 0.0248,-0.022 0.0303,-0.0138 0.0331,-0.0207 0.04,-0.0207 0.0358,-0.0124 0.0193,-0.0207 0.0207,-0.0179 0.0248,-0.0124 0.0386,-0.011 0.0441,-0.011 0.0303,-0.0124 0.0317,-0.004 0.0262,-0.004 0.0303,-0.004 0.0331,-0.005 0.0207,-0.007 0.0289,-0.0138 0.0413,-0.008 0.0317,-0.008 0.0303,-0.0138 0.0331,-0.0152 0.0358,-0.007 0.0331,-0.0138 0.04,-0.005 0.0413,-0.022 0.0358,-0.0152 0.0317,-0.0138 0.0386,-0.004 0.0331,-0.0124 0.0386,-0.004 0.0469,-0.0124 0.0661,-0.0138 0.062,-0.0152 0.0648,-0.022 0.0634,-0.0152 0.0551,-0.022 0.0579,-0.0124 0.0455,-0.004 0.0262,-0.004 0.0262,-10e-4 0.04,0.003 0.0469,0.004 0.0345,0.003 0.0358,-0.007 0.04,-0.001 0.0413,-0.008 0.0413,-0.01 0.0413,-0.0165 0.0551,-0.01 0.0661,-0.007 0.0675,-0.0152 0.0648,-0.007 0.062,-0.005 0.0606,-0.0124 0.0593,-0.0138 0.0441,0.003 0.0386,0.003 0.0386,0.004 0.0482,0.01 0.04,0.003 0.0358,0.01 0.0427,0.007 0.0413,0.008 0.0455,0.0138 0.0427,0.0152 0.0262,0.008 0.0469,0.004 0.073,0.004 0.0524,0.005 0.0303,0.0138 0.04,0.005 0.0303,0.0152 0.051,0.007 0.0207,0.007 -0.0275,0.0124 -0.003,0.0138 0.011,-0.001 0.0262,0.004 0.0234,0.007 0.0138,0.007 0.0193,0.005 0.0303,0.005 0.0248,0.0165 0.0303,0.0152 0.0152,0.008 0.0234,0.005 0.0413,0.0124 0.0248,0.0262 0.0207,0.007 0.007,0.004 0.007,0.003 0.022,0.0193 0.006,0.0179 -0.006,0.0138 0.003,0.004 0.01,0.01 0.0179,0.007 0.01,0.0152 -0.001,0.0207 0.005,0.022 0.007,0.008 0.005,0.011 0.008,0.0138 -0.0234,0.0193 -0.004,0.01 0.04,0.008 0.0248,0.022 0.0138,0.0193 0.0207,0.003 0.0138,0.001 -0.011,0.0193 -0.005,0.0165 10e-4,0.004 0.003,0.01 -10e-4,0.0234 0.007,0.0317 0.001,0.0248 v 0.0276 l -0.001,0.0372 0.0165,0.0455 0.01,0.0469 0.01,0.0303 -0.0152,0.022 0.004,0.0344 0.0152,0.0331 0.0165,0.0262 0.008,0.0234 0.0358,0.0358 0.011,0.0303 -0.0331,0.0234 v 0.0262 l 0.01,0.022 v 0.0262 l -10e-4,0.0289 0.007,0.0179 0.008,0.0165 0.01,0.0179 v 0.0262 l -10e-4,0.022 -0.0166,0.003 -0.003,0.01 0.007,0.01 0.001,0.0124 0.01,0.0234 v 0.0496 l -0.008,0.0179 -0.001,0.0234 v 0.0138 l -0.008,0.0179 0.008,0.0152 -0.007,0.011 -0.008,0.011 v 0.0303 l -0.007,0.0152 v 0.0152 l -0.005,0.011 -0.008,0.0207 0.0262,0.0138 -0.005,0.022 -0.0248,0.022 -0.011,0.0289 -0.001,0.0207 0.011,0.0124 0.003,0.0193 -0.0152,0.011 v 0.004 -0.001 l 0.001,0.003 -0.007,0.0124 -10e-4,0.0152 -0.007,0.022 v 0.0413 l -0.007,0.022 0.0248,0.022 0.004,0.0152 0.007,0.0262 0.0165,0.0275 -0.0234,0.0207 -0.0138,0.0275 -0.011,0.0248 0.007,0.0275 0.001,0.0289 0.001,0.0262 0.01,0.0262 -0.007,0.0193 v 0.0496 l 0.01,0.0124 v 0.01 l 0.007,0.022 v 0.0289 l 0.007,0.0234 -0.022,0.011 -0.004,0.0262 0.0372,0.0193 0.0152,0.0152 -0.0165,0.0193 -0.003,0.0193 -0.003,0.0179 0.0138,0.0124 0.001,0.0207 -0.0165,0.0193 -0.003,0.008 0.005,0.007 0.01,0.011 0.003,0.022 -0.0303,0.0289 -0.004,0.0413 0.0234,0.0303 0.004,0.0303 10e-4,0.022 -0.0138,0.022 -0.003,0.0248 0.008,0.011 v 10e-4 l 0.007,0.0124 0.01,0.0193 0.008,0.0138 0.0303,0.0193 0.011,0.0234 -0.0248,0.022 -0.007,0.0152 -0.004,0.001 0.004,0.0165 0.001,0.0165 v 0.0138 l 0.008,0.011 0.01,0.0124 0.001,0.0207 v 0.0234 l 0.0152,0.0138 0.008,0.0193 0.0234,0.0289 0.01,0.0248 -0.0179,0.0193 0.011,0.0193 0.004,0.0179 0.0152,0.0193 0.01,0.0138 0.011,0.0193 -0.001,0.003 0.004,0.011 -0.001,0.004 -0.0152,0.0124 -0.004,0.01 0.0344,0.011 0.0165,0.0179 0.0138,0.011 -0.0413,0.003 -0.0124,0.0179 h 0.0661 l 0.0331,0.007 v 0.0262 l 0.004,0.011 0.001,0.011 0.0179,0.0138 0.022,0.022 0.0179,0.0165 0.0124,0.0138 0.0124,0.003 0.003,0.0179 0.0138,0.007 0.011,0.004 0.0124,0.0179 0.0234,0.0165 0.0289,0.0138 0.0234,0.022 0.0152,0.0165 0.0124,0.004 0.0372,0.01 0.0276,0.0152 -0.0152,0.007 0.005,0.008 0.01,0.011 0.0289,0.0138 0.0276,0.0165 0.0234,0.0152 0.0275,0.0138 0.0152,0.007 0.0248,0.003 0.004,0.0138 -0.005,0.007 0.0124,0.01 0.0207,0.005 0.0193,-0.001 0.022,0.005 0.0138,0.0152 h 0.007 l -0.005,-0.001 0.0138,0.004 h 0.0248 l 0.0152,0.0152 h 0.0165 l 0.004,0.007 h 0.011 l 0.0276,0.005 0.0262,0.008 0.008,0.01 0.008,0.006 0.0248,-10e-4 -0.01,0.008 0.0193,0.005 0.0606,0.011 h 0.0482 l 0.0413,0.007 0.0317,0.0152 0.0344,0.008 0.0303,0.008 0.0317,0.007 0.0317,0.005 0.0303,0.007 0.0248,0.005 0.0234,-10e-4 0.0289,0.004 0.005,0.01 0.005,-0.001 0.0124,0.004 0.0138,0.008 0.0152,-0.001 0.0455,-10e-4 0.0331,0.008 -10e-4,0.011 0.0124,-10e-4 0.0179,-0.003 0.0455,0.004 0.0303,0.01 h 0.005 l 0.011,-0.001 0.0165,0.007 h 0.0289 l 0.0289,-0.001 0.0289,0.007 0.0207,0.008 h 0.011 l 0.0165,-10e-4 0.0358,-0.001 0.0262,-0.001 h -0.011 0.011 l 0.0179,-0.004 0.0193,-0.003 0.0496,-0.008 0.0413,-10e-4 0.011,-0.0193 0.0234,-0.005 0.0344,-0.007 0.0234,-0.007 0.0152,-0.004 10e-4,-0.007 0.0193,-0.005 0.0358,-0.005 0.0248,0.001 0.0193,-0.005 -0.003,10e-4 0.0124,-0.005 0.0482,-0.0165 0.04,-0.011 0.0165,-0.0179 0.0289,-0.0124 0.051,-0.0152 0.0331,-0.0248 0.0386,-0.0207 0.0496,-0.0124 0.0441,-0.0207 0.0317,-0.0207 0.0234,-0.0193 0.0207,-0.004 0.0193,-0.001 0.0152,-10e-4 -0.008,-0.0138 0.005,-0.011 0.0193,-0.0152 0.0138,-0.0248 0.0138,-0.007 0.0496,-0.004 0.0331,-0.007 -0.01,-0.0138 0.0138,-0.011 0.0234,-0.0152 0.0482,-0.0207 0.0496,-0.022 0.0345,-0.0262 0.0317,-0.0124 0.0262,-0.0124 0.0303,-0.01 0.0165,-0.0124 0.008,-0.0124 0.004,-0.011 0.008,-0.005 0.01,-0.004 0.0179,-0.004 0.0289,-0.0124 0.0262,-0.0165 0.008,-0.0179 0.011,-0.0138 0.0276,-0.0124 0.0303,-0.0152 0.0303,-0.0124 0.0427,-0.0207 0.0537,-0.0303 0.0634,-0.0234 0.0468,-0.022 0.0317,-0.0193 0.0138,-0.011 0.0152,-0.008 0.0331,-10e-4 0.0193,-0.004 0.007,-0.011 0.005,-0.004 0.003,0.003 0.0152,-0.005 0.0207,-0.007 0.01,-0.0193 0.022,-0.022 0.0248,-0.0276 0.0317,-0.0165 0.0372,-0.0193 0.0524,-0.0289 0.0413,-0.0386 0.022,-0.0234 0.0138,-0.0165 h 0.0193 v -0.0165 l 0.0124,-0.0165 0.0537,-0.01 0.0248,-0.008 -0.0152,-0.003 -0.003,-0.007 0.011,-0.0165 0.0482,-0.0124 0.0303,-0.0248 -0.001,-0.0207 0.0303,-0.0179 0.0482,-0.0303 0.0579,-0.0303 0.0537,-0.0358 0.0469,-0.0317 0.04,-0.0193 0.0441,-0.007 0.0386,-0.007 0.0289,-0.0248 0.0276,-0.0193 0.0358,-0.0193 0.04,-0.0207 0.0165,-0.0303 0.007,-0.0289 0.0276,-0.0262 0.0207,-0.0234 0.0455,-0.0165 0.04,-0.0179 0.007,-0.022 0.0344,-0.022 0.0468,-0.0207 0.0606,-0.0262 0.062,-0.0193 0.0152,-0.0262 0.0234,-0.0138 0.0427,-0.0179 0.0289,-0.022 0.0207,-0.01 -0.0427,-0.011 0.01,-0.0193 0.0689,-0.01 0.0427,-0.0152 0.0221,-0.011 0.0303,-0.0262 0.04,-0.0179 0.0152,-0.0165 0.0689,-0.062 0.0606,-0.0248 0.062,-0.0275 0.051,-0.0358 0.0482,-0.0276 0.0331,-0.0193 0.0317,-0.0152 0.0482,-0.022 0.0427,-0.0275 0.0317,-0.0124 0.0124,-0.0165 0.0165,-0.0165 0.0579,-0.011 0.0358,-0.0234 -0.0165,-0.0152 0.008,-0.008 0.0276,-0.011 0.0358,-0.0193 0.0455,-0.0207 0.0634,-0.0234 0.0579,-0.0317 0.0537,-0.0386 0.0496,-0.0372 0.0468,-0.0455 0.0234,-0.0386 0.0234,-0.0234 0.0538,-0.0124 0.0358,-0.033 0.0221,-0.0234 0.0345,-0.0152 0.0551,-0.0234 0.0524,-0.0262 0.0524,-0.0193 0.062,-0.01 0.0524,-0.0193 0.0537,-0.011 0.0455,-0.0193 0.0455,-0.0207 0.0496,-0.0207 0.0455,-0.0303 0.0386,-0.022 0.0193,-0.022 0.0248,-0.0248 0.0358,-0.0124 0.0469,-0.0262 0.0441,-0.0207 0.0344,-0.0275 0.0331,-0.0276 0.0455,-0.0262 0.0441,-0.0289 0.0482,-0.0344 0.0482,-0.0358 0.0565,-0.0358 0.0648,-0.0413 0.0579,-0.0358 0.0468,-0.0331 0.0565,-0.022 0.0537,-0.0317 0.0303,-0.0165 0.0303,-0.005 0.0331,-0.0138 0.0289,-0.0179 0.0923,-0.0179 0.0593,-0.0165 -0.0455,-0.0124 0.0234,-0.0165 0.0372,-0.0138 0.0482,-0.0124 0.0358,-0.0124 0.0358,-0.022 0.0496,-0.0152 0.04,-0.0152 0.0469,-0.0344 0.0648,-0.0386 0.0482,-0.0344 0.0648,-0.0345 0.10059,-0.0262 0.0896,-0.0276 0.0703,-0.0248 0.0482,-0.0152 0.0372,-0.007 0.0262,10e-4 h 0.0193 l 0.0207,-0.01 0.0262,-0.0124 0.0386,-0.008 0.0565,-0.0152 0.062,-0.0165 0.0772,-0.0152 0.17088,-0.0303 0.10197,-0.022 0.0978,-0.022 0.0634,-0.0303 0.0827,-0.0193 0.10198,-0.0193 0.0772,-0.0124 0.0496,-0.01 0.051,-0.001 0.0441,-0.001 0.022,0.005 0.0234,-0.004 0.0386,-0.0138 0.0482,-0.01 h 0.12265 l 0.062,10e-4 0.0648,-0.007 h 0.0717 l 0.0744,-0.007 0.0841,-0.008 0.0579,-0.008 h 0.0468 l 0.0634,-0.005 0.0758,0.001 0.0689,-0.0152 0.0579,-0.0165 0.0909,-0.008 0.0827,-0.007 0.0537,-0.005 0.0703,0.003 0.0882,-0.006 0.0951,-0.005 0.0841,0.001 0.051,-0.007 0.0551,-0.005 h 0.17501 l 0.0758,0.001 0.0634,10e-4 h 0.0537 l 0.0317,0.001 0.0469,-0.008 0.0703,-0.001 h 0.0537 l 0.0496,-0.008 0.0565,-0.008 h 0.15021 l 0.0593,-0.007 0.0496,10e-4 0.0482,-0.007 0.0496,0.01 0.0496,0.001 0.0579,0.008 0.0689,0.01 0.0648,0.008 h 0.0469 l 0.0413,0.007 0.04,0.006 h 0.0303 l 0.0386,-0.003 0.0661,0.004 0.0565,0.008 h 0.0482 l 0.0372,-0.001 0.0358,-10e-4 0.0441,-0.008 0.04,-10e-4 h 0.0703 l 0.0372,-0.008 0.001,0.0124 0.0207,0.007 0.0386,0.001 h 0.0413 l 0.0372,0.007 0.062,0.007 0.0372,0.011 -0.004,-10e-4 0.022,0.011 0.0565,0.008 0.051,0.008 0.0427,0.007 0.0482,-0.001 0.0345,0.005 0.0386,-0.001 0.0303,-0.003 0.022,0.007 h 0.0138 l 0.0317,-0.001 0.0496,0.007 0.0331,0.0179 0.0317,0.01 0.0262,-0.001 0.01,0.007 -0.007,-0.001 -0.007,0.003 h 0.022 l 0.01,0.008 0.0138,0.007 0.0276,-0.001 0.0345,0.007 h 0.0289 l 0.022,-0.001 0.003,0.007 h 0.0496 l -0.003,-0.0152 0.01,0.001 0.0179,0.008 0.001,0.003 -0.006,-0.003 -0.005,0.003 0.008,0.001 0.0165,-0.007 -0.004,0.006 -0.0317,0.001 h -0.01 0.007 l 0.007,0.004 10e-4,-0.005 h 0.004 l 0.011,0.01 h 0.003 l -10e-4,-0.004 -0.001,-0.003 0.001,-10e-4 -0.004,-0.001 -0.001,0.003 -0.007,0.003 -0.007,-0.003 -0.003,0.004 0.005,0.007 -0.008,0.003 h 0.007 -0.0193 l -0.01,-10e-4 0.008,-0.008 0.0124,0.001 0.007,0.003 0.004,0.001 -0.0179,10e-4 -0.005,0.01 h 0.0317 -0.0165 l -0.001,-0.007 -0.001,-0.005 -0.01,0.004 10e-4,0.003 0.007,10e-4 -0.001,0.001 0.007,-0.003 0.003,-0.004 -0.007,0.003 0.008,0.003 -0.001,0.001 0.005,-0.003 0.003,-0.003 -0.004,-0.005 h -0.0372 l -0.0179,-0.001 0.0496,-0.001 0.0124,0.0124 0.007,-10e-4 0.004,-0.001 -0.008,0.004 0.008,10e-4 -0.0138,0.001 h -0.0152 v -0.004 l 10e-4,-0.005 -10e-4,0.003 -0.005,0.001 0.005,10e-4 -0.008,0.001 h -0.003 0.0138 l 0.0138,-0.006 0.01,-0.001 0.001,-10e-4 -0.01,10e-4 h -0.0331 0.0193 l 0.0152,-0.008 0.005,-0.011 10e-4,0.008 v 0.011 l -0.003,0.003 -0.003,-0.004 0.001,-0.008 -0.003,-0.007 0.001,-0.004 0.007,-0.001 h 0.004 l 0.011,-0.007 h 0.0289 l 0.007,10e-4 0.004,0.001 0.005,-0.007 h 0.007 -0.006 0.011 l -0.033,0.001 h -0.007 l 0.0317,-0.001 h 0.0138 v 0.004 l 0.008,0.007 0.004,0.004 0.0124,0.001 h -0.0165 l -0.0138,0.006 h -0.007 l 0.003,0.004 0.011,10e-4 v -0.0124 0.011 l 0.007,10e-4 h -0.004 l 0.004,-0.006 0.007,-10e-4 0.004,-0.004 0.007,0.0138"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path710"
+ d="m 123.18802,121.89203 -0.0882,0.04 -0.11024,0.0386 -0.0262,0.0138 -0.003,0.007 -0.0138,0.001 -0.0138,0.0207 -0.005,0.0289 0.001,0.0317 -0.0152,0.0289 0.004,0.0234 0.0289,0.0234 0.0138,0.0276 0.001,0.0289 0.0276,0.0496 0.0138,0.0345 0.0303,0.0262 0.0455,0.0248 0.0413,0.0276 0.0289,0.0276 0.04,0.0165 0.0496,0.0152 0.0386,0.003 h 0.0372 l 0.0455,-0.007 0.0482,-0.004 0.04,-0.004 0.0165,-0.01 0.022,-0.008 0.022,-0.0165 v -0.0179 l 0.0179,-0.0193 0.0275,-0.0152 0.005,-0.0317 0.003,-0.0276 0.004,-0.022 -0.004,-0.0344 -0.004,-0.0276 -0.0179,-0.0344 -0.0193,-0.0345 -0.0248,-0.0345 -0.04,-0.0331 -0.0345,-0.0262 -0.0372,-0.0234 -0.0413,-0.0303 -0.0455,-0.0262 -0.0124,-0.0124 -0.0303,-0.004 -0.073,-0.0138 -0.0717,-0.004 -0.0593,0.0152 -0.0524,0.005 -0.0606,0.0193 -0.0468,0.0275 -0.0469,0.0413 -0.0661,0.0331 -0.0482,0.04 -0.0331,0.0427 -0.0165,0.0427 -0.008,0.0331 0.0234,0.0303 0.007,0.022 -0.0152,0.0124 0.011,0.0138 0.0165,0.0193 0.0193,0.0179 0.0248,0.0276 0.0441,0.0262 0.0634,0.0276 0.0675,0.022 0.0675,0.011 0.073,0.011 0.0854,0.001 0.0744,-0.004 0.0579,-0.005 0.0386,-0.011 0.0193,-0.0193 0.0152,-0.01 0.0138,-0.008 0.008,-0.0303 0.011,-0.0317 0.0165,-0.04 0.0124,-0.04 -0.004,-0.0303 -0.0193,-0.0372 -0.0124,-0.0427 -0.001,-0.0427 -0.0234,-0.0455 -0.0234,-0.0551 -0.033,-0.0441 -0.04,-0.022 -0.0358,-0.0179 -0.0372,-0.0124 -0.0427,0.005 -0.0413,0.003 -0.0413,0.01 -0.0386,0.007 -0.0317,0.011 -0.0345,0.0165 -0.0317,0.0248 -0.0138,0.033 -0.0207,0.0372 -0.0152,0.0386 0.0179,0.0441 -0.007,0.0345 -0.0262,0.0469 v 0.051 l 0.003,0.04 0.003,0.051"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path712"
+ d="m 110.67957,125.62238 -0.0344,0.0317 -0.0606,0.0262 -0.01,-0.004 0.003,-0.005 -0.003,-0.005 0.01,-0.001 0.001,0.001 0.007,-0.001 0.0138,0.005 0.004,0.003 0.007,0.003 0.0165,10e-4 h 0.0551 l 0.0124,-0.008 0.0207,-0.01 0.0221,-0.008 0.022,-0.01 0.0124,-0.0152 0.011,-0.0152 0.0262,-0.0138 0.005,-0.0262 0.004,-0.0207 -0.005,-0.022 0.003,-0.0207 0.004,-0.0193 -0.003,-0.0193 -10e-4,-0.0179 -0.0179,-0.0124 -0.011,-0.004 -0.008,-10e-4 -0.0152,0.0152 -0.0138,0.0152 -0.008,0.0152 -0.0179,0.0165 -0.0289,0.0152 -0.0317,0.022 -0.0138,0.0303 -0.0262,0.022 -0.0496,0.0262 -0.0331,0.0455 -0.0276,0.0441 -0.0317,0.0427 -0.0193,0.0372 0.001,0.0372 0.004,0.0386 0.01,0.0331 0.008,0.0303 0.0124,0.022 0.0482,0.0331 0.0234,0.0372 0.007,0.0289 0.0317,0.0193 0.0441,0.0152 0.0565,-10e-4 0.0606,0.007 0.0524,-0.0124 0.062,-0.0289 0.0703,-0.022 0.0579,-0.0289 0.0427,-0.0317 0.0303,-0.0372 0.0234,-0.0441 0.0248,-0.0372 0.0179,-0.0331 0.003,-0.0317 -0.003,-0.0372 -10e-4,-0.0331 -0.006,-0.0317 -0.0124,-0.0372 -0.01,-0.0331 -0.0165,-0.04 -0.0165,-0.0262 -0.0289,-0.022 -0.0234,-0.0165 -0.0124,-0.0152 -0.0331,-0.0138 -0.0579,-0.001 -0.0593,-0.01 -0.062,-0.0124 -0.0854,-0.004 -0.0661,-0.005 -0.0262,0.011 -0.0358,0.01 -0.0413,0.0193 -0.0441,0.0345 -0.0345,0.0427 -0.051,0.0331 -0.0317,0.0386 0.003,0.0303 -0.007,0.0276 -0.005,0.0469 -0.001,0.0524 -10e-4,0.0496 0.0193,0.0551 0.004,0.0427 v 0.0358 l 0.0138,0.0482 0.0344,0.0317 0.0331,0.0289 0.0455,0.0262 0.0634,0.0207 0.0565,0.0152 0.10473,-0.003 0.12402,-0.0276 0.0537,-0.0207 0.0413,-0.0248 0.0331,-0.0331 0.0234,-0.0386 0.0386,-0.0358 0.0234,-0.0386 0.004,-0.0413 0.003,-0.04 -0.0165,-0.0482 -10e-4,-0.0413 -0.0207,-0.0537 -0.011,-0.0551 -0.0165,-0.0496 -0.0386,-0.051 -0.04,-0.0469 -0.04,-0.0386 -0.0358,-0.0345 -0.0331,-0.0344 -0.0413,-0.0207 -0.04,-0.004 -0.04,0.004 -0.0386,0.011 -0.0317,0.0179 -0.0358,0.0303 -0.0317,0.0372 -0.0386,0.0262 -0.0234,0.0372 0.001,0.0372 -0.011,0.0386 -0.008,0.051 -0.01,0.0496 -0.011,0.0469 -0.006,0.0468 0.011,0.0455 0.0124,0.0303 0.0262,0.0262 0.0193,0.0275 0.04,0.0193 0.0482,0.0207 0.0413,0.0165 0.0427,0.0165 0.0427,0.001 0.0469,10e-4 0.0468,-0.0124 0.0551,-0.0207 0.0331,-0.0303 0.0124,-0.0276 0.0207,-0.0275 0.0124,-0.04 0.0138,-0.0303 -0.001,-0.0413 v -0.0413 l -0.006,-0.0496 -0.0138,-0.0441 -0.01,-0.0524 -0.0179,-0.0565 -0.008,-0.0427 -0.0207,-0.0331 -0.0537,-0.011 -0.0441,-0.011 -0.0469,0.005 -0.0427,0.022"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path714"
+ d="m 115.17335,122.61136 -0.0138,0.0248 -0.0317,0.0207 v 0.008 h 0.001 l 0.011,0.007 0.007,-10e-4 0.008,-0.003 0.0234,0.004 0.0275,0.008 0.0234,0.007 0.0358,0.008 0.0469,0.007 0.0634,0.007 h 0.0565 l 0.0648,-0.01 0.073,-0.003 0.0661,-0.01 0.0524,-0.008 0.0551,-0.0165 0.0427,-0.008 0.0248,-0.007 0.0179,0.003 -0.005,-0.0152 -0.003,-0.004 -0.003,-0.007 v -0.006 l -0.004,-0.007 -0.001,-0.007 -0.01,-0.007 -0.0152,-0.007 -0.0165,-0.007 -0.0138,-0.0152 -0.0345,-0.0124 -0.0248,-0.0165 -0.0138,-0.0152 -0.0234,-0.0124 -0.0275,-0.0138 -0.0579,0.004 -0.0592,0.0152 -0.0331,0.004 -0.0358,0.0179 -0.0372,0.0179 -0.04,0.0276 -0.0303,0.0331 -0.0289,0.0386 -0.0221,0.0386 -0.0138,0.0372 0.006,0.10749 0.0262,0.0358 0.0152,0.0207 -0.005,0.0165 0.0138,0.0193 0.0372,0.0193 0.0358,0.0165 0.04,0.008 0.0648,0.0138 0.0593,0.005 0.0372,-0.004 0.0469,-0.011 0.0606,-0.0124 0.0579,-0.0193 0.0524,-0.0165 0.051,-0.0317 0.0303,-0.0248 0.0152,-0.0207 0.007,-0.0262 0.003,-0.0124 0.01,-0.0165 0.008,-0.0248 -0.0138,-0.0289 -0.004,-0.0289 -0.011,-0.0207 -0.0179,-0.0179 -0.0152,-0.0234 0.001,-0.022 -0.0193,-0.0165 -0.0344,-0.0248 -0.0427,-0.0207 -0.0496,-0.0124 -0.0524,-0.01 -0.0524,-0.011 -0.051,-0.003 -0.0551,0.0138 -0.0537,0.0138 -0.0551,0.0124 -0.0441,0.0262 -0.0482,0.0331 -0.0152,0.0275 0.01,0.0289 -0.004,0.0248 -0.0124,0.0345 -0.01,0.0358 0.005,0.0344 0.005,0.0331 0.011,0.0262 0.01,0.022 0.0234,0.022 0.0248,0.0234 0.0455,0.0317 0.0648,0.0248 0.11024,0.0551 0.0551,0.0193 0.062,0.008 0.0551,0.001 0.051,10e-4 0.0358,-0.005 -0.005,-0.0152 -0.001,-0.0165 0.0152,-0.011 v -0.0276 l 0.007,-0.022 0.0124,-0.0152 -0.003,-0.0207 -0.0248,-0.0179 -0.004,-0.0276 -0.0179,-0.0303 -0.0152,-0.0262 -0.0124,-0.0331 -0.0303,-0.0276 -0.0372,-0.0331 -0.0468,-0.0427 -0.0565,-0.0276 -0.0524,-0.0248 -0.0358,-0.0262 -0.0441,-0.0138 -0.0317,-0.008 -0.0345,-0.007 -0.0593,0.008 -0.0455,0.0165 -0.0303,0.022 -0.0193,0.011 -0.0331,0.0234 -0.0386,0.0317 -0.0331,0.0482 -0.0317,0.0482 -0.0262,0.0455 -0.0303,0.0482 -0.0262,0.0413 -10e-4,0.0455 0.011,0.0441 0.01,0.0317 0.0234,0.0275 -0.011,0.0179 0.0317,0.0124 0.091,-0.001 0.073,0.0165 0.0606,0.0207 0.0648,0.011 0.0662,-10e-4 0.0593,0.004"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path716"
+ d="m 114.01855,123.0358 0.01,0.0234 0.011,0.0289 -0.0138,-0.003 v 0.005 h 0.004 l -0.001,0.007 -0.001,0.01 0.008,0.005 0.0138,0.006 0.0124,0.008 0.0179,0.007 0.0289,0.005 0.04,0.022 0.0496,0.0248 0.0565,0.0165 0.0675,0.0138 0.0634,0.0138 0.0579,0.004 0.051,0.011 0.051,0.006 0.0496,0.011 0.0427,0.005 0.0344,-0.003 0.0386,0.004 0.0496,0.0138 0.0345,0.01 0.0276,-0.001 0.0138,0.005 0.0262,-10e-4 0.0524,0.005 0.0276,0.0193 0.003,0.01 0.001,-0.003 0.007,0.011 -0.0207,0.0152 0.003,0.01 0.0165,0.004 0.007,-0.003 v 0.007 l 10e-4,-0.003 -0.003,-0.003 0.007,-10e-4 0.005,-0.001 h -0.0234 l 0.005,0.001 h -0.0138 0.051 l -0.0193,10e-4 -0.0124,-0.007 -0.0124,-0.001 h 0.003 l 0.008,0.001 -0.004,0.004 v 0.001 l 0.007,0.001 -0.003,-0.001 0.003,0.005 v 0.003 l -0.001,0.001 h -0.0165 l 0.004,-0.001 -0.0138,0.005 -0.001,-0.01 h -0.01 l -0.007,0.001 h -0.001 0.005 l 0.005,0.006 0.005,0.007 -0.008,0.01 -0.0248,0.0165 -0.0303,0.0275 -0.022,0.0289 -0.0165,0.0317 -0.0289,0.0372 -0.0537,0.0441 -0.0345,0.0413 -0.003,0.0345 -0.0193,0.0276 -0.0248,0.04 -0.0262,0.04 -0.0179,0.033 -0.0165,0.0372 -0.011,0.0331 -0.001,0.0317 -0.01,0.022 -0.0124,0.0152 -0.0193,0.0207 -0.0152,0.0262 0.001,0.0276 -0.005,0.0262 -0.0124,0.0358 -0.0165,0.0289 -0.0152,0.0193 -0.0138,0.0234 -0.0138,0.0262 -0.0152,0.0207 0.003,0.0179 0.005,0.011 0.008,0.003 0.011,-0.007 0.0165,-0.004 -0.011,-0.0165 h 0.003 l 0.007,-0.007 -0.003,-0.007 -0.003,-0.004 -0.003,-0.008 -0.011,-0.005 -0.0165,-0.005"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path718"
+ d="m 110.92073,117.97702 h -0.0262 l -0.0289,-0.011 0.001,0.001 -0.004,10e-4 -0.007,0.001 h 10e-4 -0.004 0.007 l 0.004,0.0124 0.008,0.0165 0.003,0.0248 0.008,0.0579 0.007,0.0772"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path720"
+ d="m 110.91797,119.1139 -0.01,0.005 -0.0469,0.0193 h -0.0138 l 0.007,0.0124 -0.0152,0.008 -0.01,0.0124 0.006,0.0138 0.0358,0.003 0.01,0.0331 0.0289,0.033 0.007,0.0455 -0.0262,0.0455"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path722"
+ d="m 110.80359,120.80614 -0.005,0.005 -0.0207,0.0248 -0.0165,0.0276 0.007,0.011 0.005,0.0165 -0.0124,0.0386 -0.007,0.0427 -0.007,0.0372 -0.0221,0.0413 -0.0179,0.0303 10e-4,0.0303 0.004,0.0303 0.004,0.0248 -0.005,0.0234 0.001,0.022 0.001,0.0303 0.01,0.0275 0.008,0.0345"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path724"
+ d="m 110.71402,122.38123 -0.0331,0.073 -0.0386,0.1006 0.007,0.0413 0.007,0.0152 0.007,0.0248 0.004,0.0303 0.011,0.0345 0.01,0.04 0.01,0.0331"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path726"
+ d="m 110.76225,123.82266 -0.0248,0.0331 -0.0386,0.0579 -0.007,0.04 0.007,0.022 0.0165,0.0248 0.005,0.0193 -0.0124,0.022 0.007,0.0248 0.0179,0.0303 0.0179,0.0289 0.0262,0.0262 0.007,0.0331 0.005,0.0276"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path728"
+ d="m 115.33182,117.97151 -0.0331,0.0675 -0.0441,0.0868 0.008,0.0234 0.003,-0.0179 -0.003,-0.01 -0.006,0.004 0.001,0.0179 0.003,0.0303 10e-4,0.0469 -0.008,0.051 0.008,0.0482"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path730"
+ d="m 115.33871,119.49149 -0.0124,0.0138 0.008,0.0248 0.0289,0.0289 v 0.0345 l 0.008,0.0262 -0.0331,0.0234 -0.007,0.022 0.0579,0.0193 0.0179,0.0248 -0.0317,0.0248 -0.005,0.0248 -0.004,0.0317"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path732"
+ d="m 115.49856,120.89709 -0.001,0.022 -0.0193,0.051 -0.0193,0.0289 -0.0207,0.0165 0.0124,0.0124 0.004,0.0165 -0.0207,0.0165 v 0.0303 l 0.0179,0.0248 0.0207,0.0345 0.0207,0.0469"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path734"
+ d="m 115.59227,111.26047 0.003,0.0634 -0.01,0.0772 0.001,0.0152 0.004,-0.0138 0.004,-0.01 0.007,-0.01 0.0124,-0.008 h 0.008 l 0.0124,0.001 0.0124,0.004 0.0138,0.001 0.0152,-0.003 0.007,10e-4 0.007,-0.003 0.004,-0.007 10e-4,-0.004 -0.0248,-10e-4 v -0.005 l 0.0262,-0.005 -0.003,-0.007 -0.004,0.003 -0.004,-0.005 -0.007,-0.004 -0.003,-0.006 -0.003,-0.007 -0.01,-0.01 -0.01,-0.008 -0.011,-0.007 -0.007,-0.003 -0.0138,-0.003 -0.0248,0.007 -0.0138,0.008 -10e-4,0.007 -0.005,0.007 -0.007,0.011 -0.001,0.0138 -0.004,0.01 -10e-4,0.01 0.003,0.01 -0.005,0.008 v 0.01 l 0.004,0.008 0.01,0.004 0.008,0.01 0.004,0.0124 0.0152,0.01 0.0179,0.005 0.0234,0.005 0.0234,-0.003 0.0152,-10e-4 0.0193,-0.003 0.0345,-0.01 0.0262,-0.0179 0.0193,-0.0207 0.0124,-0.0152 0.0124,-0.0179 0.0152,-0.0234 0.011,-0.0262 -10e-4,-0.0248 -0.007,-0.0152 -0.004,-0.0165 -0.008,-0.0165 -0.0179,-0.0138 -0.0165,-0.0179 -0.0165,-0.0152 -0.0207,-0.011 -0.0317,-0.005 -0.0262,-0.0124 -0.0303,-0.008 -0.0234,-0.004 -0.011,-0.001 h -0.0193 l -0.0207,0.005 -0.008,0.003 -0.011,0.004 -0.0152,0.008 -0.01,0.01 v 0.008 l 0.006,0.008 v 0.011 l -10e-4,0.0138 0.004,0.0207 0.005,0.0262 0.0124,0.0289 0.0124,0.0303 0.0152,0.0275 0.01,0.0262 -0.001,0.0248 0.011,0.0207 0.0207,0.008 0.0152,0.008 h 0.011 l 0.004,-0.003 -0.001,-0.005 -0.004,-0.01 v -0.005 l 0.001,-0.01 -0.001,-0.005 h 0.001 l 0.004,-0.008 10e-4,-0.0138 v -0.0207 l 0.004,-0.0372 0.008,-0.04 0.01,-0.0386 0.007,-0.0289 0.007,-0.0165 0.003,-0.011 -0.01,0.001 -0.007,0.003 -0.011,0.004 -0.01,0.011 -0.008,0.01 -0.0138,0.01 -0.0248,0.007 -0.0275,0.0152 -0.0262,0.0166 -0.0248,0.0179 -0.0179,0.0207 -0.0179,0.0262 -0.0138,0.0248 -0.005,0.0248 -0.004,0.0207 -0.001,0.0221 0.005,0.0179 0.0165,0.0165 0.011,0.0165 0.01,0.0179 0.0179,0.0221 0.0221,0.0262 0.0193,0.0248 0.0248,0.0193 0.0303,0.0138 0.0248,0.011 0.0221,0.005 0.0207,-0.001 0.0138,-0.01 0.008,-0.0124 0.007,-0.0152 0.006,-0.0248 0.007,-0.0262"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path736"
+ d="m 100.42008,132.88464 0.003,-0.0345 0.01,-0.0413 0.005,-0.008 -0.01,0.011 -10e-4,0.0124 -0.004,0.0165 -0.0152,0.008 v 0.0152 l 0.006,0.0138 0.003,0.0179 0.01,0.0331 -0.003,0.0606 -0.008,0.0923 -0.0138,0.11575 -0.008,0.12402 0.003,0.12954 -0.001,0.12402 -0.001,0.11162 0.005,0.0951 0.003,0.0786 0.004,0.0675 0.0138,0.0565 0.008,0.051 0.011,0.0427 0.011,0.0386 0.005,0.0317 0.0138,0.0193 0.0275,0.011 0.008,0.007"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path738"
+ d="m 109.74664,132.52221 -0.0193,-0.022 -0.0138,-0.022 -0.003,-0.0124 h -0.004 10e-4 l -0.005,-0.004 -0.003,-0.003 0.001,0.003 10e-4,0.004 0.004,0.005 0.001,0.007 -0.001,0.0138 -0.001,0.0207 0.004,0.0303 v 0.051 l 0.003,0.0703 v 0.0965 l -0.005,0.11852 -0.0165,0.1378 -0.01,0.14745 -0.011,0.1447 -0.011,0.13229 -0.01,0.12264 -0.0165,0.11162 -0.01,0.1006 0.003,0.0923 -0.003,0.0772 -0.004,0.0675 -0.001,0.051 0.001,0.0372 0.0207,0.0234 0.007,0.0248 v 0.0124 l 0.007,0.001"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path740"
+ d="m 100.38149,135.82262 0.007,-0.0165 -0.007,-0.0165 -0.0165,-0.001 0.005,-0.003 -0.005,0.004 -0.001,0.003 0.005,0.004 0.003,0.006 0.001,0.001 0.004,0.006 10e-4,0.006 v 0.008 l 0.003,0.011 0.004,0.011 0.011,0.0179 v 0.0193 l -0.0124,0.022 -0.003,0.0207 0.003,0.0207 0.0165,0.0179 0.006,0.0275 v 0.0276 l 0.007,0.0262 -10e-4,0.0262 0.003,0.0248 0.011,0.0248 0.0152,0.022 0.0152,0.0275 0.0165,0.0262 0.0138,0.0179 0.0179,0.0124 0.004,0.0124 0.0179,0.0152 0.0221,0.011 0.0179,0.004 0.0248,0.006 0.0179,0.01 0.0193,0.008 0.0179,0.005 0.022,0.01 0.0193,0.007 0.0221,0.011 0.033,0.006 0.0262,0.007 0.022,0.003 0.0179,0.006 0.0303,0.001 0.0482,-0.001 0.0469,-10e-4 0.0386,-0.001 0.0317,-0.004 0.0358,-0.006 h 0.0344 l 0.0345,-0.003 0.0358,-0.007 0.0345,-0.004 0.0317,-0.007 0.0317,-0.003 0.0372,-0.007 0.04,-0.011 0.0358,-0.003 0.0358,-0.006 0.0331,-0.011 0.0345,-0.01 0.0524,-0.011 0.0496,-0.0138 0.0413,-0.0152 0.0427,-0.0124 0.0482,-0.0165 0.0606,-0.0179 0.062,-0.0165 0.0537,-0.0165 0.0537,-0.0193 0.0427,-0.0165 0.0441,-0.011 0.0468,-0.011 0.0537,-0.007 0.051,-0.003 0.0579,-0.004 0.0565,-0.008 0.0579,-0.001 0.0524,0.001 0.0593,-0.005 0.0758,-0.007 0.0675,-0.004 0.12954,-0.005 0.0717,-0.008 0.0785,-0.003 0.0689,-0.004 0.0593,-0.001 h 0.0675 l 0.0772,0.006 0.0689,0.001 0.0675,0.004 0.0551,0.01 0.062,0.007 0.0717,0.011 0.062,0.0165 0.062,0.0179 0.0538,0.022 0.0551,0.0152 0.0579,0.0152 0.0496,0.0165 0.051,0.011 0.0482,0.011 0.0427,0.007 0.04,0.011 0.0386,0.004 0.0289,0.004 0.0358,0.004 0.04,0.005 0.0372,0.006 0.0331,0.007 0.0248,0.003 0.0165,0.011 0.0179,0.011 0.0152,0.011 0.0193,0.01 0.0248,0.0179 0.0248,0.0193 0.0234,0.022 0.022,0.0207 0.0234,0.0207 0.0234,0.0193 0.0193,0.0165 0.0221,0.01 0.0138,0.01 0.011,0.011 0.008,0.007 h 0.004 l -0.01,0.003 -0.001,0.004 0.0138,0.001 0.005,0.004 v 0.004 l -0.001,0.001 v 0.003 h 0.007 l 0.004,0.004 v 0.004 h 0.005 l 0.001,-0.001 h 0.004 v 0.003 h 0.001 l -0.004,-10e-4 -10e-4,-0.001 -0.004,-0.001 h -0.007 l 0.004,-0.003 0.003,-0.004 0.001,-0.003 0.005,-0.001 0.008,-0.004 v -0.003 l 0.003,-0.003 0.004,-0.008 0.003,-0.011 0.007,-0.0152 0.0345,-0.0345 0.0303,-0.0248 0.0207,-0.0276 0.01,-0.0248 0.0179,-0.0262 0.0193,-0.0234 0.0193,-0.022 0.0179,-0.0165 0.0358,-0.011 0.0303,-0.0207 0.0124,-0.0234 0.0193,-0.0138 0.0248,-0.01 0.04,-0.0179 0.0372,-0.0193 0.0345,-0.0207 0.0441,-0.0193 0.0882,-0.0441 0.0537,-0.0234 0.0565,-0.0276 0.0496,-0.0193 0.0413,-0.0152 0.0358,-0.0124 0.04,-0.0124 0.0496,-0.011 0.0358,-0.007 0.0138,-0.007 0.0234,-0.007 0.0331,-0.005 0.0331,-0.001 0.0303,0.003 0.0386,-0.003 0.0386,0.001 h 0.0386 l 0.0386,10e-4 0.0469,-10e-4 h 0.0358 l 0.0482,0.004 0.0648,0.003 0.0468,0.005 0.0317,0.007 0.0345,0.004 0.0413,0.007 0.0482,0.011 0.0455,0.011 0.0372,0.011 0.0386,0.01 0.0441,0.006 0.0496,0.005 0.0565,0.008 0.0551,0.005 0.0606,0.001 0.0634,0.005 0.0648,0.003 0.062,-0.001 0.0441,-0.001 0.0441,0.001 0.062,0.004 0.0469,0.004 0.0372,0.008 0.0358,0.011 0.0455,0.008 0.0469,0.011 0.0524,0.007 0.0537,0.01 0.0468,0.007 0.0427,0.001 0.0441,-0.003 0.0565,-0.003 0.0675,-0.007 0.0579,-0.001 0.0469,-10e-4 0.0469,-0.007 0.0551,-0.004 0.11024,-0.006 0.0524,-0.003 0.0496,0.001 0.0524,0.001 0.051,10e-4 0.0455,0.004 0.0427,0.001 h 0.0744 l 0.0358,-0.008 0.0331,-0.01 0.0207,-0.0124 0.0303,-0.004 0.0482,-0.007 0.0469,-0.011 0.0386,-0.007 0.0482,-0.01 0.0455,-0.005 0.0386,-0.01 0.0262,-0.005 0.0124,-0.001 h 0.0165 l 0.0193,-0.01 0.0276,-0.007 0.0331,-0.007 0.0344,-0.0152 0.0386,-0.011 0.0427,-0.0152 0.0427,-0.0179 0.0413,-0.0138 0.0386,-0.0207 0.0345,-0.0207 0.0303,-0.0207 0.0317,-0.0124 0.0289,-0.0138 0.0152,-0.0124 0.005,-0.006 -0.007,-0.007 -0.001,-0.007 0.004,-0.008 0.005,-0.01 0.01,-0.0124 0.008,-0.0193 0.004,-0.0124 -0.008,-0.008 -0.001,-0.01 h 0.0138 l -0.003,-0.005 h -0.007 l -0.0152,0.011"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path742"
+ d="m 103.6061,139.02104 -0.0179,0.001 -0.0358,0.0469 -0.008,0.0565 0.005,0.0469 0.0152,0.0358 0.0248,0.0262 0.0565,0.0565 0.0427,0.0248 0.0496,0.0207 0.0634,0.0165 0.0662,0.01 h 0.0648 l 0.0662,-0.004 0.0593,-0.0124 0.051,-0.0234 0.0579,-0.0303 0.0427,-0.0386 0.0248,-0.0386 0.0276,-0.0386 0.0193,-0.0427 0.0165,-0.0427 0.008,-0.0469 -0.005,-0.0524 v -0.0565 l 0.005,-0.0565 -0.005,-0.0565 -0.0138,-0.0469 -0.0165,-0.0469 -0.0276,-0.0455 -0.0386,-0.04 -0.0345,-0.0386 -0.0317,-0.0372 -0.0413,-0.0275 -0.051,-0.022 -0.0606,-0.0165 -0.0524,-0.0138 -0.0524,-0.003 -0.0579,0.008 -0.062,0.0193 -0.0661,0.0303 -0.0689,0.0345 -0.0648,0.0413 -0.0593,0.0441 -0.0441,0.051 -0.0358,0.0565 -0.0331,0.0496 -0.0303,0.0482 -0.0221,0.0427 0.01,0.0413 0.003,0.0386 -0.001,0.0455 0.0165,0.0427 0.0248,0.0386 0.0289,0.0386 0.04,0.0358 0.0455,0.0289 0.0579,0.0165 0.062,0.0124 0.0661,0.006 0.0689,-0.004"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path744"
+ d="m 104.47151,137.73671 0.003,-0.01 0.004,-0.0276 -0.008,-0.0124 -0.007,0.008 v 0.0138 l -0.008,0.008 10e-4,0.0165 0.003,0.0165 -0.007,0.0193 -0.004,0.0262 -0.003,0.0413 -0.007,0.0675 0.004,0.0827 -0.011,0.10198 -0.0193,0.12677 -0.0124,0.13919 -0.007,0.13367 -0.01,0.12678 -0.0124,0.11851 -0.005,0.11851 -0.008,0.113 -0.0207,0.10335 -0.005,0.0882 -0.005,0.0785 0.0193,0.062 0.005,0.0441 -0.005,0.0303 0.0165,0.01 0.0165,-0.003"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path746"
+ d="m 105.18257,137.6995 0.008,-0.006 0.0193,-0.0138 -0.003,0.007 -0.011,0.006 v 0.007 l 0.003,0.008 -0.004,0.01 0.008,0.0138 0.022,0.0193 0.011,0.0358 v 0.0482 l 10e-4,0.0593 0.001,0.0785 0.0179,0.0978 -0.0165,0.11438 -0.0441,0.12402 -0.0303,0.12403 -0.0248,0.11437 -0.0221,0.0992 -0.0193,0.0937 -0.0138,0.0951 -0.0124,0.0841 -0.008,0.0785 -0.004,0.0799 0.001,0.0799 0.01,0.0675 0.008,0.0551 0.004,0.0455 0.011,0.0372 0.0234,0.0303 0.0248,0.0275 0.0221,0.0262 0.0358,0.0179 0.0289,0.0152 0.0234,0.0165 0.0331,0.0124 0.0441,0.011 0.0496,0.007 0.0469,0.006 0.0358,-0.001 0.0413,-0.003 0.0413,-0.006 0.0317,-0.01 0.0221,-0.008 0.005,-0.004 0.0152,-0.003 0.0317,-0.006 0.0152,-0.0124 -0.003,-0.0138"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path748"
+ d="m 105.13985,138.66826 -0.0165,0.01 -0.0138,0.01 0.008,-0.001 0.007,-0.003 0.0124,0.003 h 0.0152 l 0.0152,-0.001 0.0331,0.007 0.0441,0.004 h 0.0469 l 0.0579,-0.004 0.0675,-0.005 0.062,-0.004 0.0537,-0.0124 0.04,-0.008 0.0537,-0.01 0.0634,-0.011 0.0469,-0.0165 0.0317,-0.01 h 0.0207"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path750"
+ d="m 114.02682,98.346874 0.0303,-0.05099 0.0372,-0.03447 0.005,0.0096 -0.0152,0.0097 -0.0207,0.0083 -0.004,0.0041 0.003,0.0041 -0.001,0.0083 -0.001,0.01242 0.001,0.01238 0.0152,0.0069 0.008,0.0041 0.003,0.01242 -0.0358,0.01517 -0.0138,0.02755 0.022,0.02893 -10e-4,0.03859 -0.0124,0.05374 -0.0207,0.06339 -0.0207,0.05926 -0.0275,0.05926 -0.0193,0.07579 -0.0179,0.07442 -0.0165,0.0689 -0.0138,0.07717 -10e-4,0.07442 -0.0138,0.06477 -0.0413,0.05926 -0.0262,0.06339 0.01,0.06201 v 0.06201 l -0.0138,0.06477 -0.011,0.07166 -0.0179,0.07992 -0.011,0.08131 -0.0193,0.08681 -0.0372,0.09784 -0.0276,0.108863 -0.0179,0.09508 -0.0152,0.0868 -0.008,0.0799 -0.006,0.0827 -0.0138,0.0896 -0.0165,0.0827 -0.01,0.073 -0.01,0.0634 -0.0234,0.0703 -0.0193,0.0813 -0.0248,0.0841 -0.0179,0.0799 -0.0234,0.0827 -0.0234,0.0841 -0.0165,0.0896 -0.0276,0.0965 -0.0234,0.0937 -0.022,0.0827 -0.0207,0.0841 -0.0152,0.0882 -0.0138,0.0813 -0.007,0.0841 -0.0138,0.0868 -0.0165,0.0772 -0.01,0.0717 -0.01,0.0675 -0.0165,0.0606 -0.0248,0.0648 -0.0124,0.0648 -0.011,0.0689 -0.0165,0.073 -0.01,0.0785 -0.0234,0.0813 -0.0193,0.0689 -0.01,0.0634 -0.0152,0.0675 -0.0165,0.0772 -0.0165,0.0799 -0.0165,0.073 -0.0234,0.0758 -0.011,0.0786 -0.008,0.0841 -0.0152,0.0951 -0.0165,0.0951 -0.0179,0.0785 -0.01,0.0675 -0.01,0.0689 -0.01,0.0675 -0.0165,0.073 -0.011,0.0703 -0.004,0.0579 0.004,0.0537 -0.0165,0.0496 -0.0248,0.0565 -0.0207,0.0648 -0.0124,0.0758 -0.011,0.0717 -0.0234,0.0675 -0.0179,0.0675 -0.0165,0.0785 -0.0166,0.0799 -0.0165,0.0758 -0.008,0.0703 -0.0152,0.0758 -0.0165,0.0717 -0.0234,0.0634 -0.01,0.0675 -0.003,0.0579 -0.0152,0.0662 -0.011,0.0772 -0.01,0.0882 -0.0179,0.0868 -0.0124,0.0882 -0.01,0.0854 -0.0303,0.0882 -0.0262,0.0854 -0.0179,0.0868 -0.0234,0.0813 -0.0165,0.0868 -0.0152,0.0868 -0.0207,0.0758 -0.0152,0.0662 -0.0152,0.0648 -0.0152,0.0772 -0.0166,0.0786 -0.022,0.0772 -0.011,0.0772 -0.001,0.0786 -0.0152,0.0827 -0.0427,0.0965 -0.0276,0.10198 10e-4,0.0813 -0.0124,0.0717 -0.0152,0.0772 -0.022,0.0854 -0.0248,0.0951 -0.0248,0.0909 -0.0289,0.0882 -0.0372,0.0813 -0.0303,0.0923 -0.0289,0.0951 -0.0207,0.0965 -0.0262,0.0882 -0.0193,0.0799 -0.0193,0.0772 -0.0193,0.0841 -0.0138,0.0827 -0.0138,0.0799 -0.0152,0.0799 -0.0152,0.0758 0.004,0.0813 -0.0152,0.0813 -0.0303,0.0786 -0.0193,0.0868 -0.0124,0.0909 -0.0179,0.0854 -0.0234,0.0813 -0.0165,0.0703 -0.0165,0.0648 -0.022,0.0717 -0.0289,0.0813 -0.0248,0.0854 -0.0482,0.0896 -0.0262,0.0813 0.007,0.0703 -0.0152,0.0717 -0.0276,0.0813 -0.0358,0.0772 -0.0234,0.0772 -0.001,0.0758 -0.0124,0.0758 -0.022,0.0648 -0.0152,0.073 -0.0165,0.0813 -0.0179,0.0758 -0.01,0.0634 -0.0152,0.0675 -0.0165,0.0703 -0.0179,0.0772 -0.0165,0.073 -0.0179,0.0648 -0.0165,0.0634 -0.0165,0.0565 -0.022,0.051 -0.0179,0.0441 -0.0152,0.0537 -0.0165,0.0606 -0.0165,0.0579 -0.0344,0.0469 -0.0179,0.0606 -0.01,0.051 -0.008,0.0482 -0.007,0.0469 -0.0152,0.0482 -0.0165,0.0427 -0.004,0.0358 0.004,0.0276 -0.003,0.0207 0.003,0.022 -0.004,0.0166 -0.0179,0.0165 -0.01,0.0207 v 0.0276 l -0.006,0.0303 -0.0124,0.0317 0.0207,0.0234 -0.003,0.0276 -0.0303,0.0289 -0.011,0.0303 v 0.0262 l -0.004,0.0207 -0.0124,0.0138 -0.011,0.0179 0.001,0.0138 -0.004,0.0138 0.003,0.0152 -0.005,0.003 0.001,0.001 10e-4,0.007 -0.0165,0.0165 -0.01,0.0289 0.005,0.0276 -0.004,0.0372 -0.0138,0.0303 -0.007,0.0289 -0.005,0.0152 0.01,0.0124 -0.004,0.0124 -0.005,0.0124 -0.007,0.001 h 0.001 -0.004 l -10e-4,0.004 0.008,0.004 0.001,0.007 -0.007,0.007 -0.007,0.005 -0.0179,0.005 h -0.0138 l -0.007,-0.007 -0.004,-0.003 -0.0303,-0.007"
+ style="fill:none;stroke:#bdbdbd;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path752"
+ d="m 112.77143,99.420367 -0.0386,0.0041 -0.0882,0.0248 -0.0427,0.01792 0.001,0.0028 0.011,-0.0041 0.011,-0.0083 0.0207,-0.0096 0.0207,-0.0083 0.0179,-0.01517 0.022,-0.01517 0.0345,-0.02755 0.0455,-0.03996 0.0703,-0.05374 0.0799,-0.06752 0.0841,-0.07304 0.0923,-0.06752 0.0896,-0.08544 0.0758,-0.08406 0.073,-0.07993 0.0662,-0.07717 0.0524,-0.07579 0.0634,-0.07855 0.0538,-0.07717 0.0496,-0.07441 0.0482,-0.06615 0.0441,-0.07441 0.0207,-0.05926 0.0248,-0.03996 0.0331,-0.03172 0.0179,-0.02893 0.011,-0.0248 -0.007,-0.0014 0.003,0.0028 0.0248,-0.0014 0.0124,0.0055 -0.001,0.0069 -0.0152,0.0083 -0.005,0.0028 0.0221,0.0028 0.0124,0.02205 -0.0138,0.02067 0.005,0.02618 0.0193,0.04823 0.0152,0.07442 0.0358,0.08268 0.0358,0.08544 0.0386,0.09922 0.0455,0.100595 0.0441,0.09509 0.0496,0.07717 0.0455,0.07717 0.0455,0.07028 0.0565,0.06339 0.051,0.05099 0.0441,0.03172 0.0193,0.0303 0.0179,0.02618"
+ style="fill:none;stroke:#bdbdbd;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path754"
+ d="m 101.18626,131.58101 0.0179,-0.0386 0.0262,-0.0579 0.0248,-0.006 -0.003,0.011 -0.005,0.006 0.001,-0.007 0.0345,-0.0165 0.0868,-0.0248 0.0593,-0.0386 0.0262,-0.0413 0.0345,-0.0344 0.051,-0.0372 0.0455,-0.0427 0.0441,-0.0469 0.0427,-0.0413 0.0537,-0.0372 0.0634,-0.0358 0.0537,-0.0317 0.0606,-0.0152 0.0496,-0.022 0.0593,-0.022 0.0799,-0.0248 0.0675,-0.0427 0.0675,-0.0289 0.0593,-0.0344 0.0703,-0.0469 0.0675,-0.0441 0.0717,-0.0468 0.0896,-0.0469 0.0717,-0.0482 0.15159,-0.0854 0.0772,-0.0441 0.0772,-0.0289 0.0813,-0.0345 0.0786,-0.0427 0.0827,-0.0441 0.0882,-0.0579 0.0978,-0.0469 0.0978,-0.0524 0.10197,-0.0565 0.10336,-0.0455 0.0951,-0.0496 0.0965,-0.0537 0.0937,-0.0565 0.0909,-0.062 0.0841,-0.0565 0.0827,-0.0551 0.0841,-0.0537 0.0841,-0.0675 0.0882,-0.0551 0.0937,-0.0537 0.10059,-0.0524 0.0978,-0.0482 0.1006,-0.0386 0.10749,-0.0524 0.10197,-0.0496 0.10611,-0.0482 0.0937,-0.0565 0.0841,-0.0565 0.0868,-0.0496 0.0951,-0.0551 0.0992,-0.0565 0.10611,-0.0496 0.1254,-0.0469 0.12402,-0.0551 0.11576,-0.0634 0.11713,-0.0551 0.11576,-0.062 0.10887,-0.062 0.11299,-0.0675 0.0965,-0.0496 0.0841,-0.0524 0.0896,-0.0372 0.0992,-0.0386 0.0923,-0.04 0.0799,-0.0275 0.0758,-0.0207 0.0703,-0.0207 0.0661,-0.0248 0.0606,-0.0124 0.0717,-0.0179 0.0606,-0.0289 0.0345,-0.0248 0.0317,-0.0276 0.0358,-0.0303 0.0358,-0.0179 0.0345,-0.0207 0.0289,-0.0289 0.0317,-0.0345 0.04,-0.0303 0.0468,-0.0289 0.0427,-0.0276 0.0634,-0.0248 0.0593,-0.022 0.0358,-0.0275 0.0386,-0.0179 0.0427,-0.0124 0.0427,-0.0207 0.0358,-0.0207 0.0303,-0.0165 0.0331,-0.007 0.0372,-0.0152 0.0193,-0.0179 0.0165,-0.01 0.005,-0.003 -0.003,-0.003 -0.01,-0.003 v 0.003 l 0.01,-0.011 0.007,-0.0124 0.008,-0.008 v -0.0138 l 0.007,-0.0124 0.008,-0.007 v -0.004 l -0.007,-0.003"
+ style="fill:none;stroke:#bdbdbd;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path756"
+ d="m 107.22207,127.32288 -0.0868,0.0413 -0.10473,0.0482 -0.0303,0.01 -0.0124,0.011 -0.004,0.005 -0.007,0.008 0.0124,0.004 0.0262,-0.007 0.0179,-0.0138 0.0262,-0.004 0.0289,0.005 0.0427,10e-4 0.0565,0.001 0.0827,-0.005 0.10335,-0.0138 0.113,-0.0138 0.11713,-0.0124 0.10473,-0.006 0.11025,-0.004 0.12402,-0.004 0.11438,-0.003 0.113,10e-4 0.1061,-0.003 0.0992,0.001 0.0799,0.001 0.0634,10e-4 0.0496,0.007 0.0262,0.0138 0.007,0.0207 0.003,0.0386 -0.0179,0.0234 -0.008,0.0179 -0.003,0.0317 -0.0124,0.0441 -0.0248,0.0524 -0.0179,0.0579 -0.0358,0.0744 -0.0565,0.0827 -0.0524,0.0827 -0.0565,0.0703 -0.04,0.0482 -0.0289,0.0386 -0.0207,0.0207 -0.0193,0.0248 -0.0138,0.022 0.003,0.01 0.005,-0.001 0.0138,0.008 0.007,0.008 -0.01,0.0165"
+ style="fill:none;stroke:#bdbdbd;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path758"
+ d="m 136.68039,132.50568 0.0152,-0.0179 0.0331,-0.0248 -0.004,0.0179 -0.006,0.008 -0.008,0.0152 -0.01,0.0179 -0.01,0.0165 -0.0138,0.0262 -0.0152,0.0331 -0.0138,0.0345 -0.0179,0.0551 -0.0179,0.0772 -0.0248,0.0868 -0.0234,0.10197 -0.0303,0.113 -0.0165,0.11851 -0.0138,0.1254 -0.0275,0.12265 -10e-4,0.1254 -0.0193,0.11576 -0.0344,0.1061 -0.011,0.0978 -0.001,0.0937 v 0.0896 l 0.0124,0.0689 0.011,0.062 -0.01,0.0537 v 0.0565 l 0.006,0.0579 0.006,0.0524 -0.0138,0.0579 0.004,0.0551 0.0193,0.0427 0.0152,0.0344 0.0138,0.022 0.0193,0.0124 0.0248,0.0138 0.0207,0.011 0.0165,0.0124 0.0276,0.007 0.0303,0.008 0.0248,0.0124 0.022,0.004 0.0193,0.006 0.0138,0.005 0.0248,-0.001 0.0455,-0.003 0.0372,-0.001 0.0345,-0.007 0.0275,-0.007 0.0317,-0.0138 0.051,-0.007 0.0331,-0.0152 0.005,-0.0193 0.0124,-0.0152 0.011,-0.0193 0.0179,-0.011"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path760"
+ d="m 135.95416,133.84375 -0.0303,0.0345 -0.0275,0.0152 0.01,-0.006 0.0234,-0.005 0.0276,-0.003 0.0207,-0.0124 0.0179,-0.008 h 0.0248 l 0.0358,0.001 0.0496,0.001 0.0648,-0.011 0.12954,-0.007 0.13091,-0.0138 0.0909,-0.007 0.0951,0.003 0.11162,0.003 0.12265,0.003 0.11989,-0.004 0.11024,0.001 0.10611,-0.005 0.0813,-0.007 h 0.0565"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path762"
+ d="m 138.04326,93.642252 0.0579,-0.0193 0.0758,-0.0069 0.003,0.0303 -0.0152,0.0096 -0.003,0.0083 0.006,0.0014 0.004,0.0055 -0.007,-0.02067 -0.011,-0.01101 v -0.0303 l -0.004,-0.02342 -0.011,-0.0248 -0.007,-0.03858 -0.006,-0.03996 -0.0262,-0.0303 -0.0372,-0.03859 -0.0289,-0.04961 -0.0193,-0.05512 -0.0289,-0.04548 -0.0358,-0.0372 -0.0413,-0.04134 -0.0427,-0.0441 -0.0427,-0.0303 -0.0344,-0.0083 h -0.0303 l -0.0345,0.02067 -0.0386,0.01242 -0.0276,0.0083 -0.008,0.02342 -0.007,0.02067 -0.004,0.02755 -0.003,0.0372 -0.0262,0.06064 -0.04,0.07304 0.005,0.08544 -0.0207,0.09233 -0.051,0.128157 -0.0289,0.172254 -0.0386,0.192924 -0.0234,0.214975 -0.0193,0.221862 -0.0193,0.216352 -0.0179,0.192927 -0.0193,0.180523 -0.005,0.170875 0.001,0.150206 v 0.133671 l -0.001,0.110243 0.0165,0.08957 0.01,0.07441 0.001,0.05375 0.004,0.0441 0.006,0.0303 -0.01,0.02342 0.003,0.02067 0.004,0.02067 -0.001,0.01792 -0.001,0.0096 0.0165,0.0083 0.003,0.0055 -0.0234,-0.0028 -0.003,-0.01379 0.003,-0.01101 10e-4,-0.01792 -0.0124,-0.01101"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path764"
+ d="m 136.92154,94.969303 -0.0248,0.02067 -0.0648,0.03306 -0.0207,-0.0028 0.007,-0.0055 0.0275,-0.0069 0.0372,-0.01517 0.0331,-0.0193 0.0345,-0.0028 0.0289,-0.0014 0.0413,-0.0028 0.062,-0.0055 0.0841,-0.0041 0.0854,0.0014 0.11576,-0.0041 0.16123,0.0014 0.15572,0.0083 0.11851,0.0028 0.10749,0.0014 0.0978,0.0069 h 0.12126 l 0.0427,-0.0014"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path766"
+ d="m 115.52888,112.29951 -0.001,0.005 -10e-4,0.003 v -10e-4 l -0.003,0.004 -0.001,0.005 v 0.0138 l -0.003,0.007 v 0.01 l 0.004,0.01 -0.003,0.007 v 0.0152 l 0.007,0.008 -0.007,0.0124 -0.008,0.0138 -0.004,0.0152 v 0.0138 l 0.008,0.005 0.006,0.01 -0.01,0.011 -10e-4,0.011 v 0.008 l -0.007,0.0124 -0.001,0.0138 -0.003,0.011 -0.003,0.0124 0.004,0.01 0.001,0.007 -0.007,0.004 -0.01,0.007 -10e-4,0.008 -0.007,0.01 v 0.01 l 0.0165,0.004 0.003,0.004 v 0.001 -0.003 l -0.003,-0.003 -0.004,-0.001 0.001,-10e-4 10e-4,10e-4 -0.003,0.001 0.001,0.001 h -0.004 l 0.001,-0.001 0.001,0.001 -0.004,10e-4 h -0.001 0.008 v 0.001 l 10e-4,-0.001 h 0.001 -0.004 l -10e-4,-10e-4 10e-4,-0.001 v -0.001 h 0.001 l 0.003,-0.003 h -0.007 l 0.001,0.007 0.011,0.003 0.005,0.004 -0.004,0.0152"
+ style="fill:none;stroke:#000000;stroke-width:0.22387807;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path768"
+ d="m 111.42784,114.83234 0.0275,-0.011 0.0179,-0.007 0.0193,-0.004 0.0207,-0.008 0.0179,-0.005 0.0193,-0.01 0.0234,-0.005 0.0179,-0.005 0.0275,-0.0138 0.0207,-0.01 0.0193,-0.003 0.0207,-0.004 0.0179,-0.01 0.0207,-0.007 0.022,-0.008 0.0179,-0.0138 0.0165,-0.01 0.0207,-0.0124 0.0207,-0.01 0.0124,-0.005 0.011,-0.004 0.0179,-0.004 0.0165,-0.004 0.0138,-0.01 0.011,-0.005 0.011,-0.01 0.0193,-0.001 0.0234,-0.005 0.0207,-0.01 0.0179,-0.003 0.0152,-0.005 0.0165,-0.01 0.0207,-0.0124 0.0289,-0.011 0.0262,-0.007 0.0248,-0.008 0.0179,-0.0124 0.0221,-0.0124 0.0331,-0.0124 0.0276,-0.01 0.0331,-0.008 0.0179,-0.004 0.0165,-0.008 0.0124,-0.005 0.0193,-0.005 0.0152,-0.005 0.0165,-0.005 0.0138,-0.007 0.0179,-0.001 0.0179,-0.005 0.0193,-0.007 0.0221,-0.01 0.0193,-0.011 0.0207,-0.01 0.0124,-0.007 0.0179,-0.011 0.0331,-0.008 0.0303,-0.011 0.0207,-0.008 0.0262,-0.008 0.0276,-0.008 0.0303,-0.004 0.0276,-0.008 0.0234,-0.005 0.0179,-0.001 0.0234,-0.005 0.0551,-0.011 0.0262,-0.007 0.0248,-0.007 0.0165,-10e-4 0.0138,-0.005 0.0138,-0.007 0.0289,-0.005 0.0248,-0.007 0.0179,-0.007 0.0179,-0.008 0.0152,-0.011 0.022,-0.008 0.0248,-0.0138 0.0289,-0.0138 0.0289,-0.0124 0.022,-0.0124 0.0262,-0.011 0.0303,-0.008 0.022,-0.008 0.0207,-0.01 0.0248,-0.008 0.0275,-0.0124 0.0303,-0.008 0.0248,-0.01 0.0248,-0.0152 0.0179,-0.0124 0.0207,-0.0124 0.0344,-0.008 0.0248,-0.01 0.0193,-0.011 0.0207,-0.0138 0.0234,-0.0165 0.0248,-0.0165 0.0234,-0.008 0.0234,-0.011 0.0234,-0.007 0.0165,-0.004 0.0152,-0.007 0.022,-0.004 0.0303,-0.001 0.0248,-10e-4 0.011,-0.007 0.0152,-0.001 0.0207,-0.007 0.0317,-0.007 0.0303,-0.011 0.0193,-0.011 0.0221,-0.01 0.0234,-0.01 0.0303,-0.0165 0.0345,-0.0124 0.0772,-0.0331 0.0317,-0.0152 0.0289,-0.0138 0.0234,-0.011 0.0262,-0.011 0.0275,-0.01 0.0262,-0.0152 0.0345,-0.007 0.0345,-0.008 0.0276,-0.011 0.0248,-0.0124 0.0262,-0.008 0.0221,-0.008 0.0234,-0.011 0.0262,-0.0138 0.0276,-0.008 0.0262,-0.008 0.0276,-0.008 0.011,-0.01 0.0124,-0.011 0.0276,-0.008 0.0207,-0.011 0.0165,-0.011 0.0124,-0.0124 0.0221,-0.0124 0.0386,-0.0152 0.0372,-0.0138 0.0262,-0.0124 0.0317,-0.0138 0.0344,-0.0152 0.0358,-0.0152 0.0289,-0.0152 0.0248,-0.008 0.0234,-0.003 0.0234,-0.005 0.022,-0.004 0.0207,-0.008 0.0193,-0.005 0.0124,-0.005 0.004,-0.005 0.0138,-0.005 0.011,-0.007 0.0179,-0.003 0.0124,-0.001 0.003,-0.007 0.003,-0.008 0.004,-0.008 0.006,-0.003 0.001,-0.001 -0.003,0.001 0.001,0.001 0.003,-0.001 0.004,0.001 h -0.004 l -0.011,0.003"
+ style="fill:none;stroke:#000000;stroke-width:0.22387807;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path770"
+ d="m 111.20736,115.08177 -0.005,-0.0579 -0.004,-0.0717 0.001,-0.01 -0.003,0.004 v 0.007 l -0.003,-0.003 h -0.004 l -0.005,-0.005 -0.007,-0.008 -0.004,-0.0124 -0.005,-0.0152 -0.007,-0.0165 -0.003,-0.0193 -0.008,-0.0207 -0.0138,-0.0207 -0.007,-0.0234 -0.01,-0.0193 -0.01,-0.0138 -0.003,-0.01 -0.007,-0.007 -0.006,-0.01 -0.008,-0.005 -0.0152,-0.0152 -0.01,-0.008 -0.008,-0.008 -0.011,-0.003 -0.011,-0.004 -0.011,-0.007 -0.011,-0.006 -0.01,-0.003 -0.005,10e-4 -0.01,0.001 -0.004,0.001 0.003,10e-4 0.004,0.001 v 0.003 l -0.004,0.005 -0.008,0.005 -0.005,0.01 -0.005,0.004 -0.007,0.006 -0.007,0.003 -0.004,0.003 0.001,0.004 0.003,0.007 -0.006,0.01 -0.007,0.011 -0.004,0.0124 0.001,0.011 -0.003,0.0152 0.001,0.0138 v 0.0124 l 10e-4,0.008 v 0.004 l 0.004,0.008 0.004,0.0124 v 0.0124 l 0.003,0.0124 0.007,0.008 0.004,0.01 -0.001,0.008 0.003,0.011 0.005,0.008 0.004,0.01 -10e-4,0.011 -0.001,0.0124 0.007,0.005 0.0138,0.004 0.004,0.01 0.004,0.006 h 0.005 l 0.0166,0.003 0.008,0.003 0.0138,-10e-4 0.01,0.003 h 0.0152 l 0.005,-0.001 0.0179,-0.003 0.01,-0.006 0.004,-0.003 v -0.007 l 0.004,-0.007 0.001,-0.008 0.011,-0.008 0.011,-0.007 v -0.007 l 0.001,-0.007 0.005,-0.0124 0.003,-0.011 0.003,-0.003 h 0.003 -0.005 l -0.008,0.007 0.003,10e-4 0.004,0.001 h 0.003 l -0.005,0.001 h 0.003 -0.005 v -0.001 h -0.003 0.003 l 0.003,0.001 10e-4,0.003 v 0.0124 l -0.003,0.008 -10e-4,0.007 v 0.007 l 0.004,0.007 v 0.007 l -0.003,0.005 0.003,0.005 0.001,-0.003 0.003,-10e-4 0.004,10e-4 0.0165,-10e-4 0.0138,-0.001 h 0.007 l 0.0124,-0.004 0.0124,-0.007 0.01,-0.008 0.011,-0.003 0.0124,-0.003 0.001,-0.007 0.003,-0.005 0.003,-0.01 0.005,-0.01 0.003,-0.003 -0.003,-0.005 -10e-4,-0.008 10e-4,-0.0165 v -0.0289 l 0.004,-0.011 v -0.0124 l 0.004,-0.0124 0.004,-0.0179 v -0.0152 l 0.003,-0.011 0.003,-0.007 v -0.0138 l -10e-4,-0.011 0.003,-0.0124 v -0.0124 l -0.004,-0.01 v -0.008 l -0.004,-0.005 h -0.008 l -0.007,-0.001 -0.004,-10e-4 -0.005,-0.001 -0.0124,0.001 -0.0152,-0.003 -0.0179,10e-4 h -0.0331 l -0.001,-0.006 -0.011,-0.003 h -0.0165 l -0.0179,-0.004 h -0.0165 l -0.001,0.005 -10e-4,0.001 v 0.003 h 0.007 l -0.004,0.004 h -0.003 l -0.004,-10e-4 -0.007,0.005 -0.003,0.008 -0.007,0.008 -0.01,0.005 -0.0138,0.01 -0.008,0.011 -0.003,0.011 -0.004,0.005 0.001,0.005 v 0.004 l -0.001,0.004 0.001,0.005 0.004,0.008 0.005,0.0124 0.004,0.0179 0.01,0.0207 0.0152,0.022 0.011,0.0207 0.003,0.0152 0.011,0.011 0.0152,0.011 0.0138,0.011 0.011,0.003 0.0124,0.005 0.01,0.004 0.004,0.004 0.005,0.004 0.004,0.008 0.008,0.007 0.008,0.01 0.005,0.011"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path772"
+ d="m 115.5151,112.09693 0.003,-0.0152 0.01,-0.0179 -10e-4,-0.0124 -0.001,-0.005 -0.004,-0.005 -10e-4,-0.007 v -0.0317 l 0.004,-0.0138 v -0.04 l 0.004,-0.0124 v -0.01 l -0.004,-0.004 0.003,-0.003 -0.004,-0.005 -0.003,-0.004 -0.001,-0.003 -0.007,-10e-4 v -0.001 l 0.0138,-0.005 0.003,-0.005 0.001,-0.004 v -0.007 l 0.007,-0.0138 0.011,-0.0124 0.004,-0.011 0.008,-0.004 0.003,-0.01 0.003,-0.011 10e-4,-0.01 0.005,-0.005 -0.001,-0.004 -0.001,-0.001 h 0.001 l 0.003,-0.001 -0.004,0.001 -0.01,-0.001 h 0.007 -10e-4 l 10e-4,-10e-4 0.001,-0.005 v -0.007 l 0.001,0.001 v -0.003 l 10e-4,-0.003 h 0.001 v 10e-4 h -0.003 v 0.001 h 0.004 v -0.004 h 10e-4 v -0.004 l 0.003,-0.003 -10e-4,10e-4 0.005,-0.003 0.001,0.003 -0.01,0.004 -0.001,0.004 v 0.011 l 0.001,0.003 -0.003,0.003 0.001,-0.001 10e-4,0.001 0.005,0.004 -0.004,0.004 v 0.006 l -0.001,0.005 v 0.011 l 0.007,0.0179 0.001,0.0193 v 0.0152 l -0.001,0.0152 v 0.0234 l -0.004,0.0289 -0.004,0.0262 -0.001,0.0317 -0.005,0.0524 v 0.022 l 10e-4,0.0248 -0.01,0.0289 -0.004,0.0248 -0.004,0.022 0.001,0.0179 0.001,0.022 0.004,0.0193 0.005,0.022 0.004,0.022 v 0.0234 l -0.004,0.0207 -0.001,0.0179 v 0.0179 l -0.006,0.0179 v 0.0165 l -0.004,0.0165 v 0.0138 l -0.003,0.0165 0.001,0.0179 v 0.0179 l -0.003,0.0193 v 0.0179 l 0.001,0.0152 v 0.0662 l -0.003,0.0179 -0.001,0.0152 v 0.0165 l -0.003,0.0179 v 0.0152 l 0.004,0.0138 v 0.011 l -0.003,0.01 -0.004,0.0165 v 0.0152 l -0.004,0.0193 -0.004,0.0165 0.008,0.0138 0.001,0.0179 -0.003,0.0165 -0.004,0.011 v 0.0152 l 0.003,0.0152 0.006,0.0179 0.004,0.0193 v 0.0179 l -0.004,0.0179 -0.006,0.022 v 0.0179 l -0.001,0.0152 v 0.0124 l 0.001,0.0138 v 0.0234 l 0.008,0.01 v 0.011 l -0.007,0.011 -0.001,0.01 v 0.007 l 0.003,0.004 0.001,0.011 -0.004,0.0138 v 0.0606 l -0.003,0.008 v 0.0124 l 0.004,0.005 v 0.005 l -0.003,0.004 -0.001,0.007 0.004,0.001 v 0.008 l 0.003,-0.003 0.004,0.003 -0.004,0.004 -0.003,-0.001 h -0.004 v -0.001 h 0.003 l 0.001,0.001 0.004,0.005 v -0.004 l -0.004,0.005 h 0.005 l -0.003,-0.008 -0.011,0.01 0.005,-10e-4 0.007,-0.005 -0.001,-0.008 0.004,0.001 -0.011,10e-4 h -0.003 0.003 l 0.001,-10e-4 h 0.003 l -0.001,-0.001 h -0.008 0.01 l -0.001,-0.003 0.001,-10e-4 10e-4,10e-4 v -0.004 l -10e-4,-0.001 0.004,-0.001 h -0.003 l -10e-4,0.001 h 10e-4 -10e-4 10e-4 l 0.004,0.001 -0.003,10e-4 -0.004,0.004 h 0.003 -0.011 l -0.003,-0.001 h 0.004 -0.003 0.003 v 0.001 l -0.007,10e-4 0.003,-10e-4 -0.004,10e-4 -0.001,0.001 h -0.008 l 10e-4,-0.001 v 0.003 h -0.005 l -0.007,-10e-4 -0.004,0.004 h -0.007 v -10e-4 l 0.001,-0.003 -0.005,-0.001 h -0.0179 0.005 l -0.005,0.001 v -0.001 l -0.004,-0.001 -10e-4,-10e-4 h -0.004 0.001 -0.0152 l -10e-4,0.004 -0.003,0.001 -0.004,0.004 0.005,-0.001 -0.004,0.003 -0.0152,0.004 -0.005,-0.001 -0.001,0.001 h -0.003 l -0.005,0.004 h -0.008 l -0.007,-10e-4 -0.007,0.004 h -0.007 10e-4 l -0.004,0.001 -0.007,0.003 -0.007,0.001 -0.01,0.004 -0.008,0.003 -0.004,0.004 -0.008,0.004 -0.008,0.006 -0.0124,0.005 -0.011,0.007 -0.003,0.004 -0.001,0.003 -0.007,0.004 -0.007,0.007 -0.005,0.003 0.001,0.003 -0.004,-0.001 -0.01,-0.001 -0.004,0.003 -0.005,0.001 -0.0124,0.004 -0.01,0.004 -0.008,0.003 -0.0124,0.007 -0.011,0.004 -0.006,0.008 -0.011,0.007 -0.007,0.004 -0.006,0.008 -0.0138,0.007 -0.008,-0.001 -0.003,0.001 v 0.004 h 0.005 l 0.006,0.003 -0.007,0.003 h -0.0138 l -10e-4,0.003 v 0.005 h -0.01 0.005 v 0.001 h -0.011 l -0.005,-0.001 -0.004,0.005 -0.005,0.006"
+ style="fill:none;stroke:#000000;stroke-width:0.22387807;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path774"
+ d="m 111.53395,114.29353 0.004,-0.001 h 0.0179 -0.001 l -0.003,-0.004 h 0.003 l 0.007,0.001 0.011,-0.007"
+ style="fill:none;stroke:#000000;stroke-width:0.22387807;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path776"
+ d="m 112.06312,113.94351 -0.008,0.004 -0.01,-0.007 0.001,10e-4 h -0.005 l 0.004,0.001 h -10e-4 l 0.0124,-0.0124 0.0413,-0.0124 0.0275,-0.0152 0.0331,-0.0179 0.0358,-0.0179 0.0331,-0.0207 0.0317,-0.0207"
+ style="fill:none;stroke:#000000;stroke-width:0.22387807;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path778"
+ d="m 112.93679,113.35922 -0.0207,-0.005 -0.0193,-0.004 0.005,0.001 -0.001,-0.008 v -0.001 l 0.005,-0.003 -0.003,-0.005 0.004,-0.001 0.0207,-0.004 0.0193,-0.011 0.0207,-0.0138 0.0317,-0.0179 0.0303,-0.0152"
+ style="fill:none;stroke:#000000;stroke-width:0.22387807;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path780"
+ d="m 113.6644,112.90722 0.0179,-0.0152 0.0152,-0.0165 10e-4,-0.003 -0.004,-10e-4 0.0165,-0.008 -0.001,-0.011 0.008,-0.011 0.0179,-0.0138 0.0221,-0.0179 0.0179,-0.0124"
+ style="fill:none;stroke:#000000;stroke-width:0.22387807;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path782"
+ d="m 114.0723,112.47865 0.0179,-0.004 0.0193,-0.005 0.004,0.001 0.008,-0.003 h 0.001 l -0.0124,-0.004 v -0.005 l 0.004,-0.005 0.008,-0.005 0.004,-0.01 0.007,-0.007"
+ style="fill:none;stroke:#000000;stroke-width:0.22387807;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path784"
+ d="m 114.65521,111.95224 -0.007,0.022 0.003,0.0124 0.004,-0.007 v -0.011 l 0.0124,-0.007 0.007,-0.008 0.008,-0.005 0.005,-0.01 0.0138,-0.011 0.01,-0.01 0.0152,-0.008"
+ style="fill:none;stroke:#000000;stroke-width:0.22387807;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ </g>
+</svg>
diff --git a/img/surface-integral.pdf b/img/surface-integral.pdf
new file mode 100644
index 0000000..1d08b95
--- /dev/null
+++ b/img/surface-integral.pdf
Binary files differ
diff --git a/img/surface-integral.svg b/img/surface-integral.svg
new file mode 100644
index 0000000..e07289a
--- /dev/null
+++ b/img/surface-integral.svg
@@ -0,0 +1,521 @@
+<?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="55.048748mm"
+ height="44.588863mm"
+ viewBox="0 0 55.048748 44.588863"
+ version="1.1"
+ id="svg2116"
+ inkscape:version="0.92.3 (2405546, 2018-03-11)"
+ sodipodi:docname="surface-integral.svg">
+ <defs
+ id="defs2110" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="2.8"
+ inkscape:cx="101.70822"
+ inkscape:cy="71.649031"
+ inkscape:document-units="mm"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ fit-margin-top="0"
+ fit-margin-left="0"
+ fit-margin-right="0"
+ fit-margin-bottom="0"
+ inkscape:window-width="1920"
+ inkscape:window-height="1017"
+ inkscape:window-x="0"
+ inkscape:window-y="30"
+ inkscape:window-maximized="1" />
+ <metadata
+ id="metadata2113">
+ <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(-32.951828,-73.622104)">
+ <path
+ inkscape:connector-curvature="0"
+ id="path256"
+ d="m 49.585333,76.141827 0.02067,-0.0193 0.01655,-0.0248 0.0083,0.0041 -0.0083,0.0028 -0.0014,-0.0014 0.0041,0.0014 -0.0014,0.0083 -0.0014,0.0069 0.0028,0.0055 0.0069,0.01238 0.0014,0.03171 -0.0055,0.04272 -0.0014,0.05099 v 0.07579 l -0.01379,0.09646 -0.01379,0.09922 v 0.09646 l -0.0041,0.09646 -0.0055,0.09508 0.0028,0.08544 0.0028,0.08406 0.0083,0.07579 -0.0041,0.06064 v 0.0565 l 0.0193,0.04685 0.01517,0.04961 0.01242,0.0565 -0.01379,0.0689 -0.01101,0.07993 0.02617,0.08544 0.0083,0.09922 -0.01379,0.114378 -0.0096,0.124022 -0.01517,0.135047 -0.0083,0.135047 -0.01379,0.122646 -0.0055,0.122647 -0.0096,0.125402 -0.0041,0.115754 0.01101,0.09371 -0.0028,0.08682 0.0028,0.08957 0.0083,0.08819 0.0014,0.07855 0.0193,0.07028 0.01379,0.06615 0.01242,0.0689 0.01101,0.06615 0.02205,0.07717 0.01242,0.08406 0.0083,0.08957 0.0028,0.07993 0.0014,0.07992 0.0096,0.08544 -0.0041,0.09922 0.0041,0.108867 0.01101,0.107484 0.0069,0.104733 -0.0014,0.108863 -0.01379,0.09646 -0.0014,0.07028 -0.0069,0.05926 -0.0193,0.06063 -0.0083,0.0565 -0.0055,0.05374 -0.01101,0.06201 0.0083,0.06477 0.01101,0.05788 0.0028,0.06753 0.0083,0.07993 0.0014,0.09233 0.01242,0.09508 0.01379,0.09233 0.01242,0.08406 0.0055,0.07304 -0.0028,0.06339 0.0028,0.06201 -0.01517,0.06201 0.0014,0.07028 0.02617,0.06063 0.0083,0.0565 -0.0069,0.04134 -0.0014,0.03996 -0.0028,0.04685 -0.01379,0.04685 -0.0028,0.04823 0.0055,0.06339 0.0028,0.06477 0.0083,0.05375 0.0014,0.0565 0.0055,0.06615 0.0014,0.06201 0.0055,0.05375 v 0.0441 l 0.0055,0.03721 0.0055,0.03996 0.0055,0.04547 0.01242,0.04686 0.0055,0.05236 -0.0014,0.0565 -0.0014,0.05099 0.0041,0.04134 0.0055,0.03858 0.01792,0.03996 0.0083,0.03583 -0.0069,0.03447 -0.0028,0.0441 -0.0096,0.05099 -0.0028,0.0565 v 0.04685 l -0.0069,0.03168 v 0.0248 l -0.01101,0.03583 v 0.04961 l 0.0083,0.05788 0.0014,0.05788 -0.0041,0.06477 0.0055,0.06201 0.0014,0.06201 -0.0055,0.05512 0.0055,0.05099 0.0069,0.03721 0.02067,0.02342 0.0069,0.02755 -0.01242,0.03721 -0.0041,0.03583 0.0028,0.03583 0.0055,0.04685 -0.0014,0.04961 0.01242,0.05099 0.0014,0.05099 -0.01379,0.0565 0.0041,0.05237 -0.0055,0.05236 -0.03859,0.05926 -0.01101,0.06339 0.01379,0.06477 -0.0083,0.05926 -0.0041,0.06477 0.0028,0.05788 -0.0083,0.112998 v 0.06201 l 0.01517,0.05926 0.0028,0.05788 0.0055,0.0565 0.02067,0.04548 0.0069,0.04272 -0.0014,0.04961 0.0096,0.04134 0.01654,0.04961 -0.0014,0.05926 0.0028,0.06477 0.01101,0.06753 -0.0028,0.07304 0.01101,0.08681 -0.0014,0.08819 -0.02067,0.09095 -0.0028,0.07855 -0.0014,0.06615 0.01379,0.07304 -0.0041,0.07855 -0.0248,0.08544 -0.0014,0.08131 v 0.07166 l 0.0028,0.07579 0.0083,0.07993 0.0028,0.0689 0.0069,0.05788 0.0083,0.05237 0.0069,0.03996 0.01242,0.03858 -0.0083,0.04685 0.0041,0.04686 0.03583,0.0441 0.0014,0.05512 -0.01517,0.05788 -0.0041,0.06615 0.0028,0.07028 -0.0083,0.07028 -0.0083,0.06752 0.01242,0.07579 -0.0041,0.06752 -0.01101,0.14883 v 0.07579 l -0.01792,0.07441 -0.0014,0.06201 0.02893,0.04685 0.01101,0.03168 0.0014,0.03168 -0.0248,0.03168 0.0014,0.02755 0.05374,0.02755 0.01379,0.03447 -0.0069,0.03306 0.0014,0.02893 -0.0041,0.03721 0.0096,0.04685 -0.0083,0.06063 -0.0096,0.06201 -0.0083,0.06615 -0.0083,0.0689 0.0014,0.07028 -0.0055,0.06615 -0.01101,0.05926 0.0014,0.0441 0.0096,0.04823 -0.0096,0.06063 -0.0193,0.07166 -0.0014,0.07855 -0.01242,0.07855 0.0014,0.0689 -0.0041,0.04961 -0.01655,0.04547 v 0.04686 l 0.0014,0.05925 0.0028,0.06477 0.0083,0.06752 -0.0041,0.06477 0.0055,0.06615 0.01379,0.06477 0.01379,0.05788 0.0069,0.05237 -0.0014,0.05375 -0.0028,0.04961 0.0028,0.0565 0.0041,0.06339 0.0055,0.06201 0.0055,0.05788 v 0.05926 l -0.01379,0.05788 -0.0096,0.05237 0.01101,0.06063 -0.01101,0.07166 -0.0069,0.07441 0.0014,0.06752 0.0014,0.06201 -0.0055,0.05788 -0.0055,0.04961 0.0014,0.05237 -0.0055,0.05512 v 0.05236 l 0.02067,0.04961 0.0028,0.04685 -0.0055,0.04548 -0.0083,0.0441 -0.0014,0.04685 -0.0083,0.04134 -0.0014,0.04134 v 0.05237"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path258"
+ d="m 50.122769,99.032416 0.0083,0.187413 -0.0028,0.104729 -0.0014,0.100598 0.01101,0.08681 0.0069,0.07304 -0.0193,0.07855 -0.0096,0.0689 -0.0014,0.06752 -0.0069,0.0565 -0.0055,0.0565 0.0069,0.04685 -0.0028,0.04686 -0.0055,0.0537 v 0.0648 l -0.0055,0.073 v 0.0703 l 0.0083,0.0675 0.0014,0.0662 0.0069,0.0703 0.02067,0.0703 0.0069,0.0813 0.0069,0.0799 -0.0083,0.0634 0.0028,0.0537 0.01101,0.0386 -0.0014,0.0372 0.01792,0.0345 0.0069,0.0469 0.0041,0.0482 0.0055,0.0427 -0.0028,0.0565 0.0041,0.0648 0.01101,0.0717 0.0069,0.0648 -0.0014,0.0772 0.0041,0.0868 0.0055,0.0827 0.0055,0.0813 v 0.0758 l -0.0069,0.0675 -0.0028,0.0675 v 0.0661 l -0.0014,0.0648 -0.0055,0.0717 -0.0069,0.0634 0.01242,0.0703 0.0028,0.0703 -0.0055,0.0648 v 0.35415 l 0.01379,0.062 0.0014,0.0675 -0.0014,0.0634 0.0055,0.0675 0.0055,0.0744 0.01242,0.0896 0.0069,0.0978 0.01792,0.0923 0.0069,0.0896 -0.01517,0.0799 -0.0041,0.0648 -0.0083,0.0606 -0.0096,0.0496 -0.0069,0.0372 -0.01379,0.0234 -0.0055,0.008 h -0.0041 l -0.0041,-0.001 -0.0041,0.001 -0.0041,0.008 -0.0055,0.004 0.0014,0.008 -0.0028,0.006 -0.0069,0.003 h -0.0041 l -0.01654,0.0165"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path260"
+ d="m 48.664806,75.801453 -0.01242,0.01101 -0.03721,0.03168 -0.0248,0.01655 -0.01379,0.0069 0.0055,0.0055 0.0069,-0.0083 0.0055,-0.01792 0.0041,-0.01101 0.01101,-0.01379 0.01792,-0.02205 0.02618,-0.04548 0.03447,-0.06063 0.03997,-0.07442 0.04961,-0.08819 0.0441,-0.08957 0.05788,-0.09922 0.07028,-0.110243 0.06615,-0.100598 0.06064,-0.09508 0.0565,-0.09922 0.0689,-0.104733 0.04686,-0.108864 0.05374,-0.09233 0.06752,-0.08268 0.04547,-0.08957 0.124026,-0.248045 0.03168,-0.06752 0.03306,-0.0565 0.02205,-0.0441 0.0083,-0.0372 0.01517,-0.02067 0.01101,-0.01379 0.0069,-0.01101 0.0014,-0.0083 0.0028,-0.01101 0.0096,-0.0193 v -0.0193 l 0.0055,-0.01792 0.02893,-0.01101 0.01242,-0.01379 -0.0248,-0.0083 0.0014,-0.0055 0.0041,0.01101 0.0028,0.0041 v 0.01792 l 0.0055,0.02205 0.0069,0.03168 0.02067,0.04272 0.01517,0.04134 0.0069,0.0372 0.0041,0.03859 0.01517,0.05512 0.01792,0.06615 0.01792,0.08268 0.0041,0.101977 0.02205,0.104729 0.0248,0.09371 0.02342,0.09233 0.03583,0.08544 0.0248,0.07028 0.02893,0.04685 0.05099,0.04134 0.03721,0.04134 0.0069,0.02893 0.0083,0.01654 0.0193,0.01379 0.01242,0.02618 0.01242,0.03172 0.0193,0.03305 0.01517,0.03996 0.0028,0.0441"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path262"
+ d="m 50.806276,103.54273 -0.06477,-0.0344 -0.07028,-0.0469 -0.02342,-0.003 v 0.011 l 0.01242,0.0138 0.0069,0.0152 0.0014,0.011 v 0.001 h 0.0014 l 0.0055,-0.003 0.0041,-0.003 0.0069,0.001 h 0.01517 l 0.01379,0.005 0.0069,0.007 h 0.01242 l 0.0248,0.005 h 0.04685 l 0.04823,0.005 0.05512,-0.007 0.07303,-0.0138 0.09784,-0.01 0.09784,-0.007 0.08268,-0.0124 0.09646,-0.011 0.101973,-0.005 0.106109,-0.004 0.09095,-0.01 0.07442,0.003 0.07992,0.003 0.08544,-0.003 0.08268,0.007 0.0813,-0.004 0.0937,-0.007 0.110243,-0.008 0.114377,-0.007 0.107488,-0.0138 0.10335,-0.0124 0.100598,0.007 0.09922,0.003 0.09371,0.003 0.09095,0.003 0.101974,0.0138 0.108864,0.0138 0.108867,0.001 0.107488,0.011 0.107484,0.0124 0.100598,0.005 0.09784,0.004 0.104733,0.003 0.100595,0.004 0.09922,0.004 0.103354,0.011 0.107488,0.005 0.107487,0.004 0.111619,0.005 0.119892,0.005 0.143316,0.011 0.139181,0.005 h 0.111619 l 0.101978,0.01 0.104729,0.0124 0.112998,0.007 0.108867,0.004 0.114378,0.004 0.117133,-0.001 0.106108,0.004 0.112998,0.011 0.111623,0.0124 0.122643,0.0124 0.119892,0.0124 0.125401,0.005 0.111619,0.0179 0.09784,0.0179 0.108864,0.011 0.117133,-0.003 0.118512,-0.004 0.106108,10e-4 0.103354,-0.003 0.09508,0.004 0.107488,-0.001 0.107484,-0.007 h 0.221865 l 0.115757,-0.007 0.118509,0.001 h 0.125402 l 0.132292,10e-4 0.143316,0.007 0.117132,0.01 0.100598,10e-4 0.106109,0.005 0.107488,0.005 0.101974,0.0124 0.100598,0.007 0.09646,0.004 0.101977,-10e-4 0.111619,-0.01 0.09784,-0.003 0.09233,-0.0152 0.108868,-0.0207 0.104727,-0.008 0.07304,-0.0124 0.07304,-0.01 0.08268,-0.004 0.09095,-0.01 0.09508,0.003 0.09371,0.004 0.09647,-0.003 0.10473,-0.004 0.08957,10e-4 h 0.07028 l 0.07579,0.001 h 0.07579 l 0.08819,0.007 0.06339,0.007 0.03305,0.007 h 0.04685 l 0.05926,-0.008 0.07717,-0.0165 0.0813,-0.0152 0.07579,-0.008 0.07028,-0.007 0.07579,-0.004 0.08268,0.003 0.100598,-0.01 0.09922,-0.005 0.08406,0.003 0.0813,-0.004 0.08268,0.001 0.08957,0.001 0.08406,10e-4 0.08269,-0.005 0.08268,0.005 0.08406,0.007 0.106108,-0.005 0.114377,-0.008 0.108868,-10e-4 0.108863,-0.007 0.114376,-0.007 h 0.12127 l 0.119888,0.008 0.112998,10e-4 0.108865,0.008 0.103354,0.0152 0.106109,0.0138 0.108863,0.007 0.110244,0.011 0.100597,0.004 0.106108,0.004 0.122645,0.003 0.124026,0.004 0.103352,-0.003 0.106108,-0.008 0.11438,-0.01 0.119888,-0.008 0.124021,-0.007 h 0.136427 l 0.144695,0.003 0.139181,0.001 0.129533,0.003 0.125401,0.008 0.129538,0.0152 0.130913,0.0138 0.137806,0.0138 0.144695,0.005 0.146071,0.011 0.146071,0.01 0.139182,0.011 0.136424,0.003 0.135049,0.004 0.14056,0.003 0.154339,-0.01 0.159856,-0.003 0.147447,-0.003 h 0.290767 l 0.150203,0.007 0.143317,0.008 0.139182,0.001 0.150209,0.007 h 0.144693 l 0.147449,0.005 0.152961,0.0124 0.135052,0.0138 0.250798,0.011"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path264"
+ d="m 75.12313,103.94236 0.161232,0.004 0.152964,0.005 0.152961,-0.003 0.148831,-0.003 0.162604,-0.008 0.173633,-0.001 0.181904,-0.008 0.186034,-0.007 0.197059,-0.005 0.170878,-0.005 0.141936,0.003 0.154339,0.001 0.159856,0.003 0.168119,0.008 0.162611,0.007 0.151579,0.008 0.148831,0.0124 0.148826,0.0193 0.157099,0.0193 0.176389,0.0234 0.173631,0.0179 0.168118,0.0165 0.175014,0.0152 0.168119,0.0207 0.163986,0.01 0.177769,0.007 0.173632,0.001 0.152961,-0.005 0.165365,0.001 0.175014,0.004 0.151582,-0.001 0.143315,0.005 0.133672,0.007 0.135046,0.0138 0.141941,0.0138 0.136422,0.0124 0.129538,0.0138 0.110241,0.0179 0.129537,0.004 0.179144,-0.004 0.162611,0.003 0.148825,-0.004 0.146074,-0.003 0.144693,-0.001 0.125401,-0.007 0.115758,-0.001 0.107485,-0.005 0.08268,-0.005 h 0.07855 l 0.07579,0.003 0.06477,0.001 0.05237,-0.005 h 0.04134 l 0.0303,0.007 0.02204,0.001 0.02204,-0.005 0.02066,-0.001 h 0.0028 l -0.02893,-0.007 -0.01654,0.01 -0.01378,0.011 -0.0083,-0.0124 -0.0096,-10e-4 -0.0013,-0.001 h -0.01654 l -0.01929,0.007"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path266"
+ d="m 36.243171,113.48252 -0.01378,-0.0482 -0.0124,-0.0634 -0.02481,0.0124 h -0.0014 l 0.01103,0.01 0.0027,0.0124 v 0.007 l 0.0069,0.008 0.01516,0.0248"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path268"
+ d="m 35.88626,113.1766 h 0.0096 l -0.0041,-0.0179 -0.0041,-0.008 h 0.0014 l 0.0041,-0.005 -0.0055,0.003 v 10e-4 l 0.0069,-0.004 h 0.01378 l 0.01653,-0.007 0.01929,-0.0124 0.02618,-0.0207 0.02756,-0.0207 0.03583,-0.0317 0.04272,-0.0441 0.05512,-0.0455 0.06752,-0.0496 0.05512,-0.0482 0.04961,-0.051 0.04548,-0.0482 0.05788,-0.0482 0.05374,-0.0413 0.04547,-0.0386 0.04272,-0.0331 0.03858,-0.0317 0.04272,-0.0331 0.04685,-0.0345 0.03721,-0.0317 0.05099,-0.0275 0.0441,-0.0262 0.04134,-0.0358 0.03721,-0.0331 0.04134,-0.0331 0.05237,-0.0372 0.05788,-0.0469 0.05099,-0.0537 0.06201,-0.051 0.06752,-0.0524 0.08682,-0.0551 0.07717,-0.0496 0.05926,-0.0551 0.07717,-0.0565 0.08406,-0.0537 0.06615,-0.0482 0.06201,-0.0496 0.100596,-0.0496 0.08819,-0.062 0.05788,-0.0551 0.07166,-0.0496 0.06615,-0.0524 0.08957,-0.0579 0.07855,-0.062 0.07304,-0.0662 0.101975,-0.0689 0.104731,-0.0882 0.09784,-0.0758 0.09646,-0.0689 0.112999,-0.073 0.118511,-0.0813 0.111621,-0.0827 0.111621,-0.0854 0.112999,-0.0799 0.09922,-0.0799 0.111621,-0.0772 0.118512,-0.0648 0.112999,-0.0593 0.101975,-0.0634 0.09095,-0.0662 0.09509,-0.0537 0.09646,-0.0537 0.08682,-0.0634 0.09095,-0.0565 0.09371,-0.0648 0.100596,-0.0717 0.103353,-0.0785 0.110243,-0.0799 0.106109,-0.073 0.112999,-0.0689 0.125402,-0.0785 0.107487,-0.0786 0.09233,-0.0675 0.07441,-0.0717 0.09233,-0.0648 0.10473,-0.0593 0.08406,-0.0634 0.08406,-0.0524 0.0813,-0.0482 0.08819,-0.0482 0.09509,-0.062 0.08819,-0.0606 0.07166,-0.0661 0.07993,-0.0648 0.09095,-0.0662 0.08682,-0.0744 0.09095,-0.0648 0.126782,-0.062 0.09646,-0.0661 0.05236,-0.0648 0.07717,-0.0496 0.08819,-0.0551 0.08544,-0.0579 0.08406,-0.0551 0.08957,-0.0455 0.08131,-0.0441 0.07717,-0.0441 0.08131,-0.051 0.07992,-0.0606 0.06201,-0.0579 0.06753,-0.0524 0.0937,-0.0648 0.09371,-0.0703 0.0937,-0.0675 0.106108,-0.0648 0.09508,-0.0717 0.08544,-0.0772 0.09922,-0.0813 0.110243,-0.0772 0.09922,-0.0703 0.08131,-0.0593 0.07166,-0.0524 0.07579,-0.051 0.08682,-0.0579 0.08544,-0.0579 0.07717,-0.0565 0.08268,-0.0565 0.103353,-0.0579 0.09646,-0.0675 0.104733,-0.0661 0.117133,-0.0717 0.114377,-0.0799 0.115754,-0.0716 0.119888,-0.0703 0.107488,-0.0758 0.08544,-0.0813 0.09233,-0.0854 0.101974,-0.0689 0.09922,-0.0606 0.09095,-0.0579 0.103353,-0.0565 0.09095,-0.0565 0.08131,-0.0413 0.09508,-0.051 0.108867,-0.0648 0.130913,-0.0661 0.108867,-0.0827 0.10335,-0.0744 0.103353,-0.0717 0.104732,-0.0827 0.124023,-0.0772 0.132292,-0.0758 0.128157,-0.0744 0.118512,-0.073 0.107488,-0.0785 0.107484,-0.0799 0.113002,-0.0661 0.103353,-0.0593 0.100595,-0.0579 0.09508,-0.0537 0.101978,-0.0524 0.110243,-0.0551 0.09233,-0.0524 0.181903,-0.0882 0.08819,-0.0469 0.07028,-0.0468 0.07166,-0.04 0.07442,-0.0413 0.06477,-0.0551 0.07717,-0.0606 0.0758,-0.0524 0.0689,-0.0496 0.06063,-0.04 0.06477,-0.0386 0.0565,-0.04 0.04961,-0.0276 0.05237,-0.0317 0.05099,-0.0289 0.02755,-0.0317 0.02342,-0.0152 0.02893,-0.0165 0.02342,-0.0124 0.02067,-0.0179 0.0303,-0.0207 0.03447,-0.0165 0.02893,-0.0165 0.0083,-0.0165 0.01101,-0.008 0.01242,-0.003 0.01379,-0.007 0.0083,0.003 -0.0083,0.003 -0.01101,0.003 -0.0014,-0.003"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path270"
+ d="m 36.029575,111.92534 0.03032,-0.073 0.03996,-0.0799 0.03169,0.003 v 0.003 l -0.0027,0.01 -0.0069,0.0152 -0.0055,0.0193 -0.0055,0.011 -0.0055,0.008 -0.0096,0.008 -0.0069,0.011 -0.0055,0.01 -0.0124,0.0165 -0.01102,0.0289 -0.02343,0.0427 -0.01929,0.0648 -0.03032,0.0827 -0.03721,0.10197 -0.03721,0.11989 -0.02205,0.11438 -0.02618,0.10335 -0.02343,0.10198 -0.03169,0.1006 -0.04548,0.0799 -0.03307,0.0813 -0.03721,0.0744 -0.03307,0.0593 -0.02481,0.051 -0.03445,0.0455 -0.01929,0.0331 -0.01102,0.0248 -0.01516,0.0207 -0.01929,0.008 -0.01378,0.007 -0.01378,0.004 -0.0027,0.008 0.0083,-0.003 0.0027,-0.003 0.01102,-0.01 0.0014,-0.01 -0.0014,-0.007 0.0055,-0.003 v 0.004 h 0.0027 l -0.0027,10e-4 -0.0014,0.003 -0.0014,0.001 0.01102,-0.005 0.01516,-0.007 0.01654,-0.001 h 0.02343 l 0.02618,-0.007 h 0.04272 l 0.04685,-0.006 h 0.02756 l 0.03445,0.007 0.03721,0.008 0.03445,0.008 0.0565,0.007 0.100597,0.006 0.101975,0.005 0.09922,-0.001 0.09646,-0.007 0.09095,0.003 h 0.07993 l 0.07304,0.0124 0.06063,0.0138 0.06477,0.007 0.06752,0.0124 0.04823,0.007 0.107487,0.008 0.03996,0.011 0.03445,0.004 0.0248,-0.003 0.01929,0.004 0.03032,0.004 0.01653,-10e-4 -0.0028,0.006 0.0069,0.011 h 0.0096 l 0.0027,0.007 -0.0083,0.011"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path272"
+ d="m 82.882862,103.4697 -0.02204,0.008 -0.01654,-0.011 0.0013,10e-4 0.0013,0.004 v 0.011 h 0.0041 l 0.0055,0.005 h 0.0069 l 0.01241,0.0165 h 0.0055 l 0.01101,0.01 0.01929,0.0138 0.0303,0.0124 0.0441,0.0303 0.05374,0.04 0.06477,0.0331 0.0689,0.0303 0.07166,0.0331 0.08269,0.0276 0.0813,0.0317 0.07855,0.0317 0.06752,0.0386 0.06615,0.0193 0.05788,0.0234 0.05098,0.0234 0.04961,0.0234 0.07028,0.0248 0.0441,0.0152 -0.0041,0.022 0.0083,0.01 h 0.01654 l 0.01654,0.007 0.01516,0.003 0.01378,0.005 0.02204,0.004 0.01516,0.007 h 0.0069 l 0.0028,-10e-4 h 0.0041 l 0.0028,0.005 v 0.001 h -0.0028 l -0.0028,0.003 v 0.008 l 0.01654,0.001 0.0097,-0.001 -0.01654,0.006 h 0.0028 v -0.004 l 0.0055,0.003 h 0.0069 l -0.0041,-10e-4 0.0028,0.004 0.01378,0.001 0.0028,10e-4 -0.0013,-0.007 -0.03305,0.01 0.0069,-10e-4 0.03996,-0.001 -0.01516,0.001 -0.01378,-0.001 0.0041,0.003 0.0013,0.001 -0.0096,10e-4 v 0.011 l 0.0055,-0.001 v -0.004 l -0.0055,-10e-4 h -0.0083 0.0041 l -0.0041,0.003 h 0.0013 l -0.0028,-0.001 0.0041,-0.001 -0.02617,0.004 -0.0055,0.0138 0.0303,-0.001 0.0096,-0.003 -0.01241,0.007 v 0.006 l -0.0041,0.003 -0.01238,0.005 -0.02342,0.0124 -0.02755,0.0193 -0.02893,0.0207 -0.03168,0.0262 -0.03168,0.0317 -0.03447,0.0303 -0.03447,0.0289 -0.03858,0.0345 -0.03721,0.0386 -0.03168,0.0537 -0.04272,0.0524 -0.0565,0.0579 -0.03447,0.0537 0.01791,0.0482 -0.02066,0.0427 -0.04823,0.04 -0.03031,0.0289 -0.01929,0.022 -0.01241,0.0193 -0.01241,0.0138 v 0.0165 l -0.0069,0.011 h -0.0028 l 0.0069,-0.005 -0.0013,-10e-4 -0.01929,-0.001 h -0.01101 l 0.0096,0.004 -0.0083,0.008 -0.02204,0.011 -0.03583,0.0193 -0.03305,0.0276"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path274"
+ d="m 38.753956,103.18444 h -0.0055 l -0.01653,-0.01 v -0.001 l 0.0014,-0.001 0.0014,-0.008 0.0027,-0.008 -0.0055,-0.008 h -0.0083 l 0.0055,0.001 0.0096,-0.005 0.0014,-0.003 0.0041,-0.004 0.01516,-0.007 0.01378,-0.0193 0.0124,-0.008 0.01792,-0.011 0.0248,-0.0179 0.01929,-0.0138 0.0096,-0.0234 0.02067,-0.0165 0.02343,-0.0179 0.02756,-0.0276 0.01516,-0.0234 0.01653,-0.0179 0.01516,-0.0138 0.03583,-0.0358 0.01102,-0.0179 0.02067,-0.008 0.0041,-0.0152 0.0027,-0.008 0.0069,-0.008 0.0096,-0.0152 0.02205,-0.0165 0.02067,-0.0179 0.03032,-0.0165 0.02618,-0.0179 0.01792,-0.011 0.01929,-0.0193 0.02205,-0.011 0.0096,-0.011 0.01653,-0.0124 0.0096,-0.0179 0.01378,-0.0165 0.03169,-0.008 0.01516,-0.0124 0.01378,-0.0138 0.01378,-0.01 0.0041,-0.0124 0.0124,-0.0138 0.01103,-0.005 0.0096,-0.003 0.0027,-0.001 0.0041,-0.004 -0.0027,-0.011 0.0096,-0.006 0.0248,-0.005 0.02067,-0.005 0.01929,-0.004 0.0055,-0.0138 0.0096,-0.011 0.02205,-0.0179 0.02481,-0.0138 0.01791,-0.0179 0.01516,-0.0165 0.0083,-0.0124 0.01378,-0.0138 0.0096,-0.011 -0.0055,-0.004 0.0083,-0.004 0.0041,-0.004 v -0.005 l 0.0055,-0.005 0.01929,-0.006 0.0083,-0.0138 0.0124,-0.007 0.0069,-0.0124 0.0096,-0.0165 0.02481,-0.0124 0.0124,-0.0262 0.0041,-0.0179 0.02067,-0.0152 0.0055,-0.0193 0.01378,-0.007 0.01653,-0.0193 0.0124,-0.0165 0.01516,-0.0152 0.01102,-0.0165 0.0096,-0.0152 0.02067,-0.0207 0.03032,-0.0165 0.02067,-0.0179 0.0096,-0.0152 0.01792,-0.0193 0.01653,-0.0248 0.01103,-0.011 0.0124,-0.006 0.02481,-0.0193 0.02618,-0.0179 0.01792,-0.0165 0.01516,-0.0207 0.01378,-0.0234 0.02205,-0.0179 0.01653,-0.0152 0.01929,-0.0138 0.02205,-0.0207 0.0096,-0.0248 0.0083,-0.0207 0.01516,-0.0165 0.02067,-0.0193 0.01653,-0.022 0.01102,-0.0165 0.01378,-0.0193 0.01653,-0.022 0.02343,-0.0152 0.01653,-0.0207 0.0041,-0.0234 0.01929,-0.0262 0.02343,-0.0289 0.02481,-0.0234 0.02205,-0.0207 0.0096,-0.0262 0.01929,-0.0262 0.02894,-0.0276 0.02343,-0.0276 0.02067,-0.0207 0.01516,-0.0248 0.01378,-0.0262 0.0083,-0.022 0.01792,-0.0124 0.02205,-0.0179 0.01103,-0.0152 0.01378,-0.007 0.0096,-0.0138 0.0096,-0.01 0.02618,-0.0138 0.01378,-0.0193 0.03858,-0.0386 0.01792,-0.0317 0.03445,-0.0358 0.03721,-0.0317 0.04961,-0.0606 0.02067,-0.0331 0.01929,-0.0276 0.02481,-0.0234 0.01929,-0.0234 0.01378,-0.0193 v -0.0179 l 0.01102,-0.011 0.01516,-0.0124 -0.0096,-0.0152 0.0014,-0.008 0.02205,-0.007 0.01516,-0.011 v -0.0152 l 0.0041,-0.0165 0.01792,-0.0262 0.01929,-0.0372 0.01929,-0.0386 0.02343,-0.0496 0.01929,-0.04 0.0096,-0.0207 0.0014,-0.0317 0.0069,-0.0372 0.0083,-0.0276 0.01516,-0.0152 0.01653,-0.0262 0.01792,-0.0248 0.01791,-0.0317 0.0041,-0.0345 0.01653,-0.0276 0.02894,-0.0248 0.01792,-0.0331 0.01653,-0.0386 0.02205,-0.0345 0.01653,-0.0331 0.02067,-0.0317 0.01516,-0.0193 0.01378,-0.022 0.01378,-0.0289 0.02205,-0.0276 0.02343,-0.02618 0.01516,-0.02618 -0.01653,-0.02617 0.0055,-0.02618 0.03307,-0.0193 0.01516,-0.02755 0.0096,-0.02617 0.0041,-0.02067 0.0096,-0.03168 0.0041,-0.02893 0.01516,-0.03306 0.0124,-0.03447 0.01791,-0.03306 0.01103,-0.03858 0.01791,-0.03306 0.02205,-0.03721 0.0124,-0.03306 0.01516,-0.03583 0.02205,-0.04823 0.01653,-0.04823 0.02894,-0.0441 0.05237,-0.04685 0.04134,-0.04548 0.0096,-0.0441 0.01516,-0.03858 0.02343,-0.04548 0.02067,-0.03858 0.01103,-0.03306 0.0248,-0.03306 0.01516,-0.0248 0.0083,-0.02067 0.0069,-0.01517 0.0083,-0.01792 0.01378,-0.02342 0.0124,-0.02755 0.01102,-0.02342 0.01103,-0.02067 0.0096,-0.02755 -0.0014,-0.02342 0.0096,-0.02067 0.05099,-0.02342 0.02756,-0.04548 -0.0014,-0.03721 0.01929,-0.04134 0.02894,-0.04961 0.02343,-0.04134 0.01516,-0.03583 0.01929,-0.03447 0.01378,-0.03583 0.02067,-0.03583 0.01516,-0.0303 0.0083,-0.02205 0.01929,-0.02618 0.02205,-0.03721 0.01792,-0.03443 0.01653,-0.02618 0.0083,-0.02342 0.03032,-0.04961 0.0027,-0.03305 0.02067,-0.03859 0.03169,-0.04134 0.03169,-0.04685 0.02343,-0.05237 0.02343,-0.04823 0.03307,-0.04823 0.02894,-0.0441 0.02618,-0.03583 0.0565,-0.0565 0.02067,-0.04134 0.0193,-0.03721 0.01242,-0.03721 0.0055,-0.03583 0.01792,-0.0303 0.02205,-0.0248 0.02205,-0.01654 0.01517,-0.02205 0.0041,-0.02067 0.01379,-0.02893 0.0096,-0.03583 0.0096,-0.0303 0.02755,-0.03168 0.03858,-0.03859 0.03305,-0.04823 0.02342,-0.05926 0.03447,-0.06614 0.03583,-0.05512 0.03306,-0.04823 0.0303,-0.05099 0.03858,-0.04685 0.03859,-0.03858 0.01792,-0.0441 0.03447,-0.0441 0.03721,-0.04686 0.04548,-0.04134 0.03306,-0.03447 0.0055,-0.03583 0.0248,-0.03721 0.0441,-0.03583 0.0303,-0.03996 0.02342,-0.04686 0.01379,-0.04134 0.0303,-0.03583 0.0441,-0.03996 0.0248,-0.03583 0.0193,-0.03859 0.01792,-0.0303 0.03168,-0.0303 0.01379,-0.03583 0.0193,-0.0303 0.0372,-0.03583 0.03168,-0.03447 0.02755,-0.0303 0.03306,-0.0303 0.02067,-0.03859 0.01379,-0.03305 0.01654,-0.0303 0.0248,-0.03721 0.02205,-0.03858 0.02067,-0.03306 0.02618,-0.0303 0.02342,-0.0248 0.0083,-0.02342 0.0055,-0.01654 0.0248,-0.02205 0.0041,-0.02342 -0.0041,-0.01379 0.02342,-0.0096 0.02067,-0.02205 v -0.02205 l 0.01517,-0.02618 0.03583,-0.04272 0.06477,-0.04272 0.0565,-0.05788 0.0248,-0.0689 0.04961,-0.05926 0.0565,-0.06339 0.05236,-0.0689 0.05375,-0.06615 0.04134,-0.06477 0.04548,-0.04961 0.05099,-0.04134 0.03583,-0.02205 0.01242,-0.02067 -0.0096,-0.01379 0.0096,-0.0055 0.02205,-0.01379 0.0028,-0.01517 0.01242,-0.0069 0.01655,-0.02067 0.02618,-0.0248 0.0193,-0.03306 0.0193,-0.02618 0.01792,-0.0303 0.02205,-0.02893 0.01654,-0.02893 0.02755,-0.02067 0.02205,-0.0248 -0.0041,-0.02755 0.01792,-0.01792 0.03447,-0.0248 0.0193,-0.01517 0.02067,-0.01101 0.03168,-0.01101 0.0248,-0.02342 0.0096,-0.02205 0.01792,-0.01517 0.02618,-0.02205 0.02893,-0.02205 0.02205,-0.02342 0.02755,-0.02755 0.03859,-0.02893 0.0303,-0.03721 0.03858,-0.03858 0.04134,-0.02893 0.02893,-0.02067 0.01517,-0.02205 0.0096,-0.0248 0.01655,-0.01792 0.02893,-0.01792 0.02755,-0.02618 0.03447,-0.02755 0.05237,-0.03305 0.04685,-0.0372 0.04134,-0.02893 0.03721,-0.03168 0.03721,-0.03858 0.04134,-0.03997 0.04272,-0.04547 0.04961,-0.03859 0.0441,-0.03168 0.04134,-0.03447 0.03996,-0.0303 0.05374,-0.03447 0.05099,-0.0303 0.05512,-0.0303 0.05374,-0.0303 0.0441,-0.0193 0.03305,-0.02342 0.0303,-0.01792 0.03306,-0.0248 0.02755,-0.02755 0.03447,-0.02755 0.0248,-0.02205 0.02893,-0.0193 0.04134,-0.03168 0.04272,-0.0303 0.02893,-0.03583 0.0055,-0.02755 0.03168,-0.01792 0.06201,-0.02893 0.04823,-0.0303 0.03996,-0.0193 0.01792,-0.0248 0.03306,-0.01792 0.07028,-0.01238 0.04134,-0.0303 0.0193,-0.01379 0.05512,-0.0441 0.02618,-0.0248 0.01792,-0.02205 0.02067,-0.01379 0.03168,-0.02067 0.02755,-0.02205 0.02205,-0.01517 0.0248,-0.01379 0.02755,-0.02067 0.02205,-0.02205 0.02618,-0.02205 0.02205,-0.01654 0.0248,-0.01379 0.03859,-0.01379 0.03583,-0.02205 0.0303,-0.01654 0.0193,-0.01517 -0.0014,-0.01101 0.0083,-0.01242 0.01654,-0.02067 0.02342,-0.01242 0.02205,-0.0083 0.02755,-0.01517 0.0303,-0.01654 0.03721,-0.02342 0.04685,-0.0303 0.04548,-0.03171 0.02342,-0.02618 0.02618,-0.0248 0.05237,-0.0193 0.04961,-0.03447 0.03859,-0.02755 0.04685,-0.01792 0.03721,-0.02067 0.01101,-0.0193 0.01101,-0.01654 0.0193,-0.0014 0.02342,-0.01242 0.0248,-0.0193 0.03447,-0.01101 0.03583,-0.02342 0.03583,-0.01792 0.03447,-0.02342 0.03996,-0.02342 0.03447,-0.02342 0.03168,-0.02205 0.02342,-0.02205 0.03447,-0.0193 0.03858,-0.02067 0.03306,-0.01517 0.03583,-0.0193 0.06063,-0.01379 0.04548,-0.02342 v -0.0248 l 0.01517,-0.01101 0.02755,-0.02067 0.02755,-0.0097 0.02342,-0.01238 0.04272,-0.01517 0.0441,-0.01655 0.03721,-0.0248 0.03721,-0.01517 0.05099,-0.02205 0.04823,-0.01792 0.05512,-0.01379 0.06201,-0.01517 0.05926,-0.01654 0.03721,-0.01517 0.03583,-0.01379 0.03583,-0.0096 0.05099,-0.01517 0.03168,-0.01654 0.01517,-0.01792 0.02755,-0.0083 0.04686,-0.0083 0.05374,-0.01654 0.05374,-0.02342 0.04823,-0.01792 0.05512,-0.02342 0.07304,-0.02205 0.06339,-0.01792"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path276"
+ d="m 50.421805,91.342964 0.0303,-0.0055 h 0.02205 l 0.0248,-0.0041 0.06063,-0.01101 0.0441,-0.01379 0.0069,0.0014 0.0055,-0.0028 0.02618,-0.0041 0.04547,-0.01242 0.03306,-0.0069 0.0193,-0.0055 0.02205,-0.0041 0.0248,-0.01655 0.0303,-0.01101 0.03721,-0.01379 0.03583,-0.0055 0.04134,-0.0096 0.0303,-0.01101 0.0303,-0.0055 0.01517,-0.0041 0.03168,-0.0083 0.06614,-0.0041 0.05788,-0.01242 0.03447,-0.0055 0.02617,0.0028 0.02067,-0.0041 0.0372,0.0083 0.02067,0.0028 -0.0014,0.0014 h 0.0083 l 0.0248,-0.0069 0.0303,-0.0014 0.0303,-0.0083 0.04134,-0.0069 0.04961,-0.0069 0.05099,-0.01379 0.04272,-0.0055 0.04823,-0.0055 0.05099,-0.0097 0.05512,-0.01792 0.07304,-0.01242 0.05512,-0.0041 0.03858,-0.0028 0.05099,-0.01517 0.05374,-0.0055 0.05788,-0.01101 0.04823,-0.01101 0.02755,-0.0041 0.03306,-0.0041 0.04823,-0.0096 0.06339,-0.01242 0.05374,-0.01238 0.04961,-0.01792 0.05236,-0.01101 0.06064,-0.02342 0.06201,-0.0248 0.05512,-0.0303 0.06339,-0.0303 0.06752,-0.02205 0.07028,-0.02067 0.07166,-0.02617 0.04823,-0.02755 0.03996,-0.0193 0.03996,-0.01242 0.04685,-0.0055 0.02755,-0.0193 0.01792,-0.01517 0.02342,-0.01379 0.01792,-0.01655 0.0041,-0.01654 0.02067,-0.02067 0.04547,-0.02342 0.03172,-0.01379 0.0083,-0.02067 0.02342,-0.0193 0.02893,-0.0303 0.04272,-0.02342 0.0303,-0.02205 0.0083,-0.02205 0.01517,-0.01242 0.0248,-0.01238 0.01517,-0.02067 0.01379,-0.01517 v -0.01517 l 0.01242,-0.01379 0.02205,-0.02067 0.01792,-0.0248 0.02342,-0.02893 0.01792,-0.0303 0.02342,-0.02893 0.06339,-0.02617 0.04548,-0.02342 0.01101,-0.02205 0.02342,-0.01517 0.03172,-0.0248 0.03305,-0.02755 0.03168,-0.02755 0.0193,-0.02205 0.04685,-0.03858 0.02067,-0.02067 0.01792,-0.02067 0.0193,-0.02618 0.03306,-0.02205 0.0303,-0.03447 0.01654,-0.0303 0.0248,-0.02067 0.02617,-0.03168 0.03443,-0.02617 0.06339,-0.03721 0.04272,-0.03858 0.0014,-0.03996 0.01792,-0.03583 0.0303,-0.03168 0.04272,-0.0303 0.01654,-0.02618 -0.0083,-0.02205 0.01379,-0.04134 0.01379,-0.01792 0.01654,-0.01792 -0.0014,-0.01101 h -0.0028 l 0.0069,0.0069 -0.0041,0.0055 -0.0028,0.0028 h -0.0041 l -0.01101,-0.0014 0.02067,-0.0028 0.0028,-0.0014 -0.0055,-0.0014 0.0055,-0.0028 -0.0096,0.0041 v 0.0055 l -0.0083,0.0303"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path278"
+ d="m 54.397441,89.44127 0.0069,-0.02342 0.02067,-0.03447 0.0041,0.0069 -0.0069,0.0055 -0.0041,0.0055 0.0055,-0.0028 0.01242,0.0014 0.01379,0.0083 0.0083,0.0014 0.0096,0.0041 0.02342,0.0069 h 0.03443 l 0.0441,0.0041 0.04134,0.0055 0.04272,0.0055 0.05099,0.0055 0.05374,0.0055 h 0.04548 l 0.05236,0.0041 0.04961,-0.0014 0.02893,0.0069 0.03996,0.0041 h 0.0565 l 0.04685,0.0055 0.04685,-0.0069 0.05237,-0.0083 0.05512,-0.0014 0.06201,-0.0069 0.05512,-0.0069 0.05375,-0.0055 0.05788,-0.0055 0.05374,-0.0055 0.05237,-0.0055 0.0565,-0.0041 0.05374,-0.0055 0.05099,-0.01101 0.04548,-0.01238 0.04547,-0.01101 0.04961,-0.0055 0.04823,-0.01101 0.05788,-0.01101 0.07855,-0.0041 0.06339,-0.01101 0.05237,-0.01101 0.05512,-0.0096 0.06339,-0.01101 0.06063,-0.01101 0.05237,-0.01101 0.05926,-0.0041 0.05926,-0.02342 0.05374,-0.01242 0.04961,-0.0028 0.03858,-0.0096 0.0303,-0.0096 0.04685,-0.01101 0.07166,-0.01101 0.06752,-0.0041 0.06339,-0.0096 0.07717,-0.0055 0.06615,-0.01101 0.04134,-0.01101 0.05374,-0.0096 0.07992,-0.01101 0.08957,-0.01242 0.09784,-0.01792 0.08682,-0.0303 0.09922,-0.0248 0.112999,-0.0248 0.103353,-0.02205 0.08544,-0.02205 0.07166,-0.0193 0.05926,-0.0193 0.06752,-0.01379 0.07992,-0.0193 0.07442,-0.02205 0.06614,-0.02205 0.06477,-0.02067 0.05512,-0.01517 0.07028,-0.0083 0.08131,-0.01379 0.08681,-0.02205 0.08544,-0.01654 0.07717,-0.01517 0.07993,-0.02205 0.0689,-0.02342 0.08268,-0.02205 0.09784,-0.02205 0.09095,-0.0303 0.08682,-0.02205 0.08268,-0.02618 0.07855,-0.02755 0.08131,-0.02618 0.07165,-0.03447 0.06477,-0.03306 0.06201,-0.02067 0.0689,-0.01792 0.07855,-0.0303 0.07855,-0.02755 0.06339,-0.02067 0.06063,-0.01792 0.06477,-0.0193 0.07992,-0.0193 0.07993,-0.02205 0.06615,-0.02755 0.05926,-0.02067 0.06615,-0.02755 0.07993,-0.03447 0.07855,-0.0303 0.0882,-0.02617 0.07717,-0.03996 0.05237,-0.03583 0.06477,-0.02342 0.07855,-0.0303 0.07717,-0.03858 0.06339,-0.03996 0.05512,-0.03168 0.0565,-0.02342 0.06064,-0.0303 0.06339,-0.0303 0.06339,-0.0248 0.05788,-0.03168 0.06339,-0.03721 0.0813,-0.03996 0.08268,-0.04134 0.07304,-0.03859 0.07441,-0.03168 0.07579,-0.03583 0.0689,-0.03721 0.07165,-0.0303 0.07304,-0.0303 0.06201,-0.0372 0.05374,-0.0303 0.06339,-0.03583 0.06201,-0.03306 0.06339,-0.03721 0.06201,-0.0441 0.06477,-0.04548 0.06339,-0.05099 0.06477,-0.04548 0.07028,-0.04272 0.07028,-0.04823 0.0882,-0.04134 0.0813,-0.03583 0.05926,-0.03583 0.06201,-0.03721 0.06063,-0.02893 0.06614,-0.04134 0.124026,-0.08819 0.06752,-0.03721 0.07579,-0.03721 0.08406,-0.04823 0.07304,-0.04547 0.04685,-0.03859 0.05374,-0.03858 0.06063,-0.02893 0.05788,-0.03583 0.05512,-0.04134 0.06752,-0.03721 0.06752,-0.0441 0.05375,-0.04548 0.06201,-0.03583 0.07028,-0.03583 0.07165,-0.04272 0.07166,-0.03721 0.06615,-0.03583 0.06063,-0.04272 0.07442,-0.04134 0.06477,-0.04547 0.0565,-0.0441 0.04685,-0.04134 0.05374,-0.04272 0.06063,-0.04823 0.04823,-0.03859 0.04272,-0.03447 0.05512,-0.03858 0.05375,-0.04272 0.04961,-0.0441 0.05099,-0.03583 0.06615,-0.02893 0.07441,-0.03996 0.07028,-0.04548 0.06752,-0.0372 0.0689,-0.04272 0.07166,-0.0441 0.0758,-0.04272 0.05926,-0.03859 0.05236,-0.02893 0.05099,-0.03305 0.06063,-0.03447 0.06339,-0.03721 0.0689,-0.03721 0.06063,-0.03306 0.05099,-0.0303 0.06063,-0.02893 0.06477,-0.03721 0.07717,-0.03168 0.08544,-0.03859 0.184658,-0.07717 0.08406,-0.03858 0.07855,-0.04272 0.08406,-0.03721 0.08544,-0.03168 0.08268,-0.02205 0.08957,-0.02755 0.08544,-0.0248 0.07717,-0.0303 0.0882,-0.0248 0.09095,-0.03168 0.09784,-0.03306 0.110244,-0.03305 0.112998,-0.03447 0.106108,-0.03996 0.09647,-0.03858 0.08682,-0.03168 0.100597,-0.03721 0.112998,-0.0372 0.110244,-0.03168 0.111623,-0.0303 0.119888,-0.02342 0.114377,-0.02893 0.111622,-0.03168 0.09922,-0.0193 0.08406,-0.02342 0.09095,-0.01792 0.09095,-0.0193 0.09784,-0.02755 0.08957,-0.01517 0.09371,-0.0193"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path280"
+ d="m 39.014406,103.55376 -0.0124,-0.0179 0.0014,-0.0152 0.0014,-0.01 0.0014,-0.003 -0.0014,0.007 0.0083,-0.001 0.01102,0.003 0.0096,-0.005 h 0.0028 l 0.01516,-0.004 0.03583,-0.007 0.03169,-0.0152 0.03169,-0.0193 0.04685,-0.0193 0.03996,-0.0207 0.02618,-0.0248 0.03445,-0.022 0.03169,-0.0165 0.04134,-0.0138 0.04961,-0.0262 0.05237,-0.0289 0.05099,-0.0345 0.04961,-0.0358 0.06063,-0.04 0.124023,-0.0937 0.05926,-0.0455 0.05237,-0.0441 0.06201,-0.0345 0.05926,-0.0413 0.05788,-0.0345 0.05099,-0.0289 0.06063,-0.0317 0.05926,-0.0372 0.05374,-0.0303 0.05512,-0.0303 0.05788,-0.0303 0.04823,-0.0317 0.04961,-0.0317 0.03996,-0.0262 0.04272,-0.0234 0.05099,-0.0193 0.04961,-0.0248 0.04134,-0.0262 0.05788,-0.0262 0.05237,-0.0289 0.05374,-0.0262 0.04823,-0.0331 0.04134,-0.0289 0.04548,-0.0262 0.04548,-0.0248 0.03583,-0.0276 0.03307,-0.0193 0.03858,-0.011 0.03032,-0.0124 0.02205,-0.007 0.02618,-0.0124 0.02618,-0.008 0.03032,-0.01 0.03307,-0.0165 0.02205,-0.0124 0.03032,-0.022 0.03996,-0.0193 0.05374,-0.0234 0.04272,-0.0262 0.03996,-0.0289 0.04272,-0.0276 0.05512,-0.0289 0.06339,-0.0276 0.06339,-0.0262 0.0565,-0.0262 0.05788,-0.0317 0.05926,-0.0331 0.06477,-0.0262 0.07579,-0.0248 0.09646,-0.0248 0.08406,-0.0262 0.07028,-0.0386 0.0813,-0.0262 0.07717,-0.0276 0.06615,-0.0248 0.06201,-0.0193 0.07579,-0.0303 0.07993,-0.0331 0.07166,-0.0413 0.07166,-0.0345 0.08544,-0.0317 0.07717,-0.04 0.07993,-0.0441 0.0689,-0.0455 0.08268,-0.0372 0.104733,-0.0358 0.08131,-0.0455 0.07166,-0.0289 0.07442,-0.0262 0.07166,-0.0289 0.06615,-0.0303 0.06339,-0.0165 0.05926,-0.0234 0.06477,-0.0248 0.06202,-0.0262 0.06339,-0.0276 0.07441,-0.0262 0.08406,-0.0345 0.0689,-0.0358 0.0689,-0.0331 0.07855,-0.0386 0.08406,-0.0276 0.08268,-0.0386 0.08544,-0.0441 0.08406,-0.0331 0.07855,-0.0427 0.07717,-0.0441 0.100598,-0.0482 0.08544,-0.0469 0.07304,-0.0372 0.08268,-0.0317 0.08682,-0.0289 0.181899,-0.0551 0.09233,-0.0303 0.09095,-0.0248 0.09646,-0.0234 0.09233,-0.0331 0.08957,-0.0386 0.09922,-0.0469 0.110243,-0.0413 0.09508,-0.0345 0.103353,-0.0358 0.09508,-0.0441 0.08406,-0.04548 0.09371,-0.03443 0.09646,-0.0303 0.08819,-0.02893 0.08131,-0.02893 0.08544,-0.02893 0.100595,-0.02893 0.09371,-0.04547 0.09784,-0.03996 0.09646,-0.03305 0.09646,-0.0303 0.118509,-0.03583 0.103353,-0.03997 0.08957,-0.03168 0.115754,-0.02893 0.101977,-0.03859 0.05926,-0.03306 0.07855,-0.02617 0.08682,-0.0248 0.08544,-0.03168 0.08682,-0.0248 0.09095,-0.03171 0.08681,-0.02618 0.07855,-0.02617 0.08819,-0.0193 0.09233,-0.0248 0.08681,-0.02067 0.09508,-0.03168 0.104733,-0.02755 0.100594,-0.02893 0.09646,-0.03305 0.112998,-0.02618 0.111623,-0.03306 0.108863,-0.03996 0.111623,-0.03305"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path282"
+ d="m 50.613349,98.683772 0.106112,-0.01517 0.108863,-0.0193 0.137803,-0.0193 0.119891,-0.02342 0.08406,-0.02067 0.08819,-0.02067 0.100595,-0.02755 0.113002,-0.02205 0.112998,-0.02893 0.112998,-0.04134 0.119892,-0.02893 0.125398,-0.02618 0.121268,-0.02617 0.117136,-0.0193 0.09784,-0.0248 0.110243,-0.01792 0.121268,-0.01242 0.108863,-0.0055 0.106109,-0.0055 0.119891,-0.01379 0.121268,-0.01101 0.129533,-0.0097 0.119891,-0.01101 0.111619,-0.01101 0.117136,-0.01101 0.128158,-0.0041 0.130912,-0.01101 0.118512,-0.01792 0.119888,-0.01792 0.125402,-0.01792 0.124022,-0.01101 0.125402,-0.01654 0.122647,-0.0041 0.125402,-0.0083 0.09922,-0.0014 0.07992,0.0028 0.07992,-0.0014 0.260449,0.0041 0.104733,0.0055 0.107484,0.0069 0.101978,0.0069 0.101974,0.0055 0.108863,0.0055 0.121268,-0.0014 0.113001,-0.0028 0.100595,-0.0014 0.09095,-0.0014 h 0.09508 l 0.09095,-0.0014 0.09095,0.0069 0.09233,0.0069 0.07028,0.0083 0.05374,0.0069 h 0.06201 l 0.06339,0.01655 0.07304,0.01379 0.0813,0.01101 0.06753,0.01238 0.07855,0.0041 0.08957,-0.0041 0.08131,0.0028 0.07579,0.0041 0.03859,-0.0014 0.06063,0.0041 0.106108,0.01101 0.09095,0.01517 0.0689,0.01379 0.0689,0.01792 0.07855,0.0193 0.06339,0.01238 0.06477,0.0097 0.05926,0.0096 0.05374,0.01517 0.06339,0.01517 0.07579,0.0096 0.07992,0.0097 0.09508,0.0083 0.07717,0.01101 0.05237,0.01101 0.06339,0.0097 0.08406,0.01654 0.108864,0.01792 0.07442,0.01242 0.0565,0.01654 0.06477,0.0097 0.06752,0.0028 0.07166,0.01517 0.07993,0.01654 0.07717,0.01792 0.07441,0.01655 0.07442,0.01792 0.0689,0.01654 0.07303,0.0096 0.07855,0.01379 0.07717,0.02342 0.07303,0.02893 0.07442,0.02342 0.08544,0.02205 0.07717,0.01654 0.06201,0.02067 0.06339,0.0083 0.05374,0.01242 0.05237,0.0083 0.05788,0.01379 0.0565,0.01517 0.04686,0.01101 0.04134,0.01517 0.03171,0.01792 0.04272,0.01654 0.06477,0.01517 0.0565,0.0041 0.06063,0.01517 0.0441,0.02342 0.06339,0.02342 0.07855,0.01654 0.06201,0.0248 0.05099,0.01654 0.05926,0.01379 0.07028,0.01379 0.08957,0.01379 0.08957,0.0028 0.06752,0.0014 0.05788,0.0083 0.04685,0.01655 0.04961,0.01242 0.04547,0.01101 0.07028,0.01655 0.06339,0.0193 0.03721,0.01242 0.03721,0.01517 0.0441,0.02205 0.07028,0.01654 0.06063,0.01792 0.0441,0.02342 0.06063,0.01379 0.06201,0.02205 0.06339,0.0083 0.05788,0.01379 0.06476,0.01517 0.05512,0.0028 0.04272,0.0083 0.05374,0.0028 0.04548,0.01655 0.03859,0.01101 0.04272,0.01101 0.06753,0.01101 0.05099,0.01238 0.03583,0.0041"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path284"
+ d="m 49.428238,91.595144 h -0.0028 l 0.0041,-0.0096 -0.0014,-0.0014 0.0028,-0.0028 0.01379,-0.0041 0.01101,-0.0055 0.01517,-0.0069 0.0193,-0.0083 0.0248,-0.0028 0.03306,-0.0069 0.04134,-0.01379 0.04685,-0.01655 0.05375,-0.01379 0.05926,-0.0193 0.06339,-0.02067 0.06752,-0.02205 0.07855,-0.02067 0.07717,-0.01654 0.06752,-0.01792 0.06477,-0.01517 0.06752,-0.01379 0.0565,-0.0069 0.0441,-0.0028 0.03858,0.0014 0.03306,0.0014 0.02342,0.0028 0.02342,0.0055 0.02617,0.0055"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path286"
+ d="m 49.603247,98.905634 0.01517,0.0014 h 0.01101 l 0.0041,-0.0069 v 0.0014 l 0.0041,-0.0041 0.0055,0.0014 0.01242,-0.0041 0.01517,-0.0083 0.02617,-0.0069 0.03583,-0.01238 0.0441,-0.01517 0.06064,-0.0193 0.09095,-0.02205 0.08268,-0.02893 0.0565,-0.02617 0.06615,-0.0248 0.07717,-0.0193 0.07717,-0.01792 0.07304,-0.01654 0.0689,-0.01792 0.06063,-0.01792 0.05512,-0.01792 0.05374,-0.01379 0.05375,-0.01101 0.03996,-0.01655"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path288"
+ d="m 62.493414,99.445825 0.03168,-0.03168 0.03446,-0.04272 0.0083,-0.0083 -0.01101,0.0014 -0.0041,0.0041 -0.0041,0.0055 0.0013,0.0055 0.0028,0.0028 -0.0041,0.0055 0.0013,0.0028 h 0.0028 l 0.0083,0.0041 h 0.0083 l 0.0041,0.0028 0.0055,0.0069 h 0.0028 l 0.0083,-0.0014 0.03168,-0.0014 h 0.02755 l 0.0069,-0.0014 h 0.09508 l -0.01101,0.0014 h 0.04685 l 0.02204,0.0055 0.01929,0.0083 0.02342,0.01238 0.02617,0.0083 0.02479,0.0193 0.02479,0.01379 0.0096,0.01379 0.01241,0.0096 0.02066,0.0028 0.02341,0.0028 0.02479,0.0028 0.02204,0.01101 0.01654,0.0055 0.02617,0.0041 0.03031,-0.0014 0.01929,-0.0028 0.02617,-0.0014 0.02755,0.0055 h 0.04961 l 0.01654,0.0069 0.02479,0.0069 0.03306,0.0069 0.02617,0.0083 h 0.01654 l -0.0083,0.0041 0.0028,0.01101 0.04685,0.0055 0.02066,0.0248 -0.01101,0.01517 0.01241,-0.0041 h 0.02204 l 0.02342,0.0041 0.02617,0.0097 0.02479,-0.0014 0.02342,-0.0014 0.01791,0.0041 h 0.01516 l 0.01791,-0.0014 0.0041,0.0083 0.01241,0.0055 0.02479,0.0055 0.01654,0.0014 0.0097,0.0055 0.01378,0.01242 0.01101,0.01379 0.02204,0.0055 0.01929,0.01242 0.01101,0.0193 0.02341,0.01242 0.01654,0.01101 0.0303,0.01654 0.03168,0.01101 0.02479,0.01792 0.02893,0.0096 0.03996,0.0096 0.03168,0.01101 0.03446,0.0028 0.01378,0.01101 0.02755,0.01517 0.0565,0.01101 0.04961,0.01242 0.04272,0.01242 0.01791,0.01792 0.02204,0.01792 0.02755,0.01101 0.02617,0.01101 0.01516,0.0041 0.0083,0.01379 0.03031,0.0096 0.02479,0.01242 0.02893,0.02342 0.03721,0.01237 0.03721,0.0179 0.02479,0.0179 0.02617,0.011 0.03168,0.0152 0.02893,0.0234 0.03447,0.011 0.04547,0.008 0.0441,0.01 0.03996,0.0165 0.03443,0.011 0.0303,0.01 0.04134,0.0165 0.03447,0.0193 0.0055,0.0207 0.01791,0.0207 0.02479,0.011 0.03447,0.0152 0.0303,0.0179 0.02893,0.0165 0.02066,0.0165 0.02617,0.022 0.0096,0.0248 0.01241,0.0165 0.0069,0.0152 0.02617,0.0207 0.0565,0.008 0.03305,0.0193 0.03583,0.0152 0.02755,0.022 0.02755,0.0179 0.0441,0.008 0.0303,0.0179 0.02479,0.022 0.0303,0.0165 0.02617,0.0179 0.01241,0.0234 0.0303,0.0152 0.05099,0.0207 0.03721,0.0207 0.03306,0.0152 0.01241,0.0276 0.02341,0.0358 0.08681,0.022 0.04961,0.0276 -0.01378,0.0262 0.02066,0.0152 0.02893,0.0179 0.03031,0.0152 0.03446,0.0138 0.04548,0.0262 0.03168,0.0331 0.03996,0.0234 0.04547,0.0207 0.03721,0.0165 -0.0083,0.0234 0.01791,0.0248 0.05926,0.0207 0.03859,0.0331 0.03583,0.0303 0.02479,0.0331 0.03306,0.0289 0.07441,0.0193 0.05099,0.0303 0.0083,0.0248 0.02204,0.0152 0.03447,0.0165 0.02755,0.0303 0.03168,0.0276 0.03168,0.0289 0.03305,0.0289 0.02893,0.022 0.02617,0.0207 0.01929,0.0276 v 0.0289 l 0.02893,0.0193 0.06615,0.0248 0.05374,0.0386 0.04685,0.0234 0.03168,0.0262 0.04272,0.0276 0.04548,0.0276 0.03305,0.0358 0.02893,0.0344 0.03446,0.0276 0.03721,0.0331 0.03305,0.0276 0.0303,0.0262 0.02479,0.0262 0.01929,0.0207 0.02893,0.0234 0.04272,0.0427 v 0.0207 l 0.01791,0.0262 0.05236,0.0207 0.04134,0.0179 0.02479,0.0234 0.04961,0.0193 0.03305,0.0248 v 0.0317 l 0.01378,0.0207 0.02341,0.0193 0.02066,0.0289 0.02893,0.0303 0.03583,0.0276 0.02479,0.0303 0.01516,0.0276 0.01929,0.0262 0.02755,0.0207 0.01654,0.0275 0.02066,0.0207 0.03446,0.0124 0.02479,0.0207 0.02893,0.0207 0.02755,0.022 0.02204,0.0234 0.0689,0.0138 0.03996,0.0262 -0.02893,0.0234 0.01791,0.0138 0.01654,0.0248 0.01654,0.0262 0.02204,0.0234 0.01516,0.0275 0.02479,0.0234 0.02893,0.0276 0.03306,0.0289 0.03168,0.0289 -0.01101,0.0289 0.0303,0.0193 0.08268,0.022 0.04548,0.0358 0.01241,0.0193 0.01516,0.0179 0.01791,0.0207 0.02617,0.0152 0.01101,0.0207 0.01241,0.022 0.0069,0.022 0.01929,0.022 0.01791,0.0234 0.02479,0.0165 0.0303,0.0138 0.02617,0.0289 0.01791,0.0248 0.02066,0.0276 0.02204,0.0303 0.0028,0.0317 0.01929,0.0207 0.07579,0.0289 0.0441,0.0427 -0.0041,0.0262 0.01929,0.0193 0.02479,0.0303 0.03168,0.0234 0.02066,0.0262 0.01379,0.0207 0.01929,0.0248 0.02066,0.0275 0.02893,0.0289 0.0303,0.022 0.01654,0.0289"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path290"
+ d="m 69.212728,103.89276 0.01791,0.0289 0.03306,0.022 0.02893,0.0275 0.02755,0.0289 0.02755,0.0331 0.02204,0.0303 0.02066,0.0262 0.02617,0.0331 0.02204,0.0358 0.03997,0.0331 0.09784,0.0358 0.06477,0.0551 0.01654,0.0524 0.03583,0.0345 0.04823,0.0358 0.06339,0.0372 0.04823,0.0455 0.03031,0.0331 0.03721,0.0331 0.03447,0.0372 0.04272,0.0386 0.0441,0.0317 0.03305,0.0331 0.04685,0.0358 0.05926,0.0386 0.05099,0.0358 0.04548,0.033 0.01654,0.0331 0.04961,0.0234 0.111623,0.0262 0.06477,0.0496 0.01929,0.0372 0.02893,0.0262 0.03858,0.0262 0.04823,0.0317 0.0441,0.0262 0.03859,0.0207 0.04547,0.0234 0.05788,0.0331 0.0565,0.0234 0.05237,0.0207 0.02479,0.022 0.03721,0.0248 0.05374,0.0275 0.03583,0.0262 0.04134,0.0207 0.0303,0.0276 0.04272,0.0207 0.08543,0.0248 0.06615,0.0262 0.02204,0.0248 0.03168,0.0234 0.04685,0.0275 0.05237,0.0234 0.03305,0.022 0.02755,0.0207 0.03305,0.0193 0.03721,0.0289 0.05099,0.022 0.04272,0.0289 0.02755,0.0303 0.03447,0.0207 0.06201,0.0248 0.05374,0.0317 0.05374,0.0207 -0.0013,0.0248 0.02204,0.0234 0.07442,0.011 0.05374,0.0248 0.02204,0.0248 0.02341,0.0179 0.02342,0.0207 0.02893,0.022 0.0441,0.0289 0.04961,0.0372 0.0441,0.0248 0.04547,0.0276 0.03997,0.0275 0.03996,0.0289 0.0303,0.0207 0.03031,0.0124 0.04685,0.011 0.04272,0.0138 0.02755,0.0165 0.03305,0.007 0.01929,0.01 -0.01654,0.011 0.01101,0.008 0.01791,0.01 0.02617,0.011 0.02755,0.0124 0.01791,0.0193 0.01654,0.0193 0.04685,0.022 0.0303,0.0165 0.01238,0.0138 0.0303,0.0138 0.08406,0.008 0.0441,0.007 -0.02893,0.003 v 0.003 l 0.01241,0.001 0.0441,0.003 0.0303,0.008 -0.01929,0.005 0.0013,0.006 0.0041,0.011 0.01929,0.007 0.02204,0.0138 -0.0013,0.0152 0.01791,0.005 0.02342,0.003 0.02204,0.011 0.01378,0.0138 -0.0441,0.004 v -0.003 l 0.05374,-0.001 0.01929,0.0124 -0.02341,-0.003 -0.01101,-0.003 -0.0083,-0.001 -0.0013,-10e-4 0.0097,-0.001 -0.0013,-0.008 0.0055,-0.007 h 0.01238 l 0.0083,-0.006 0.0096,0.007 0.01241,0.0207"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path292"
+ d="m 71.697332,83.647999 0.0441,-0.0055 0.02893,-0.0083 0.0096,0.0014 0.02755,-0.0041 0.0303,-0.0055 0.0303,-0.0069 0.02066,0.0083 0.02479,0.0014 0.02755,0.0014 0.02755,0.0083 0.03443,0.0069 0.03583,0.0069 0.02342,0.0069 0.03031,0.0055 0.03996,-0.0014 0.03721,0.0041 0.03447,0.01242 0.04961,0.0055 0.03306,-0.0014 0.01929,-0.0014 0.02479,-0.0014 0.04272,-0.0028 h 0.04409 l 0.03447,-0.0014 h 0.02066 l 0.01516,0.0014 0.02204,0.0069 0.02617,0.0069 0.02204,0.0083 h 0.02066 l 0.02617,0.0055 0.07166,0.0055 0.04272,0.01517 -0.0055,0.0096 0.02755,0.0028 0.03447,-0.0028 0.0565,0.0014 0.04823,-0.0028 h 0.01791 l 0.02342,-0.0014 0.0303,-0.0014 0.02617,0.0069 0.03168,0.0014 h 0.06201 l 0.02617,0.0069 0.02479,0.01242 0.02204,0.0083 v 0.0083 l 0.02066,0.0041 0.05787,0.0096 0.04823,0.01517 0.03996,0.01242 0.03721,0.01101 0.03447,0.01792 0.03996,0.01101 0.03168,0.01101 0.04272,0.0041 0.07993,0.0055 0.04272,0.0028 0.03996,0.0055 0.0083,-0.0014 0.02066,0.0041 0.04823,-0.0014 0.02893,0.0083 0.02479,0.0055 0.01654,0.01242 0.02066,0.0083 0.02479,0.01242 0.02893,0.01242 0.01791,0.0069 0.01929,0.01101 0.01516,0.0041 0.02617,0.0096 0.02479,0.01242 0.01929,-0.0014 0.01241,0.0083 0.02066,0.01792 0.02893,0.0069 0.02479,0.0055 0.01101,0.0055 0.01238,0.0041 0.03172,0.0028 0.02204,0.0069 0.01516,0.0041 0.0083,0.0055 0.01791,0.0055 0.04134,0.01101 0.03583,0.01517 0.02617,0.01379 0.03171,0.0041 0.0303,0.01101 0.02893,0.0055 0.03721,0.0096 0.03583,0.01242 0.02204,0.01242 0.02342,0.0041 0.0055,0.01101 0.01654,0.0041 0.0303,0.0096 0.01929,0.01242 0.0096,0.0069 0.01101,0.0083 0.01516,0.01101 0.02479,0.0055 0.01241,0.0055 0.0083,0.01101 0.02755,0.0041 0.03859,0.01101 0.03583,0.0055 0.03858,0.0055 0.02893,0.01101 0.03443,0.0055 0.05237,0.0248 0.02479,0.01242 0.02479,0.01101 0.02755,0.0055 0.02617,0.0096 0.02617,0.01101 0.02204,0.01242 0.05374,0.03583 0.04685,0.01101 0.03447,0.01101 0.01516,0.01792 0.02204,0.01654 0.01929,0.01654 0.03305,0.01101 0.03583,0.0083 0.03031,0.01101 0.02755,0.0028 0.03168,0.0028 0.02893,0.0096 0.02617,0.01242 0.0441,0.0041 0.03305,-0.0014 0.0069,0.01242 0.01929,0.01101 0.02617,0.01242 0.02204,0.01379 0.03305,0.01101 0.06064,0.01792 0.04409,0.02067 0.02342,0.0193 0.03446,0.01517 0.03858,0.01655 0.04134,0.01792 0.03859,0.02205 0.02066,0.01792 0.02755,0.02067 0.04823,0.01517 0.04548,0.01654 0.03447,0.0096 0.0303,0.01517 0.0303,0.02205 0.03172,0.02342 0.03858,0.01101 0.04548,0.0083 0.04134,0.02342 0.04686,0.01654 0.05925,0.0096 0.05512,0.01654 0.05237,0.02342 0.04961,0.0248 0.04961,0.01792 0.04272,0.01654 0.03996,0.01517 0.0028,0.0193 0.02066,0.01792 0.05099,0.02067 0.04823,0.01242 0.03583,0.01517 0.06615,0.02067 0.04961,0.0193 0.01516,0.0193 0.02066,0.01242 0.03447,0.01517 0.03447,0.01792 0.03305,0.0096 0.0372,0.01517 0.04134,0.02342 0.04134,0.0248 0.04685,0.0096 0.03996,0.02342 0.04548,0.02342 0.03447,0.01792 0.04685,0.01379 0.03443,0.01655 0.01101,0.0248 0.02479,0.01379 0.02893,0.02067 0.02755,0.0248 0.03447,0.01654 0.05237,0.01379 0.04685,0.01654 0.04272,0.01517 0.03859,0.01654 0.03858,0.01517 0.05512,0.02205 0.0565,0.01101 0.04134,0.01101 0.03858,0.01517 0.03721,0.01654 0.02893,0.01792 0.03305,0.01655 0.06615,0.01517 0.05374,0.0193 0.02893,0.0193 0.0303,0.0083 0.03583,0.0014 0.03168,0.01517 0.03168,0.01101 0.04134,0.0096 0.04823,0.0096 0.04823,0.0041 0.04685,0.0041 0.03996,0.01101 0.04823,0.01242 0.04685,0.01242 0.03859,0.01242 0.04134,0.01242 0.03168,0.0055 0.02893,0.0028 0.02755,0.01101 0.04272,0.0041 0.03447,0.01101 0.02066,0.01242 0.03447,0.0055 0.03996,0.0096 0.04823,0.01242 0.03858,0.01242 0.03168,0.0055 0.03721,0.0028 0.04548,0.0041 0.05926,0.01101 0.04961,0.0055 0.02893,-0.0014 0.03583,-0.0028 0.04823,0.0041 0.04134,0.01379 0.03721,0.0069 h 0.04134 l 0.02755,0.0055 0.0041,0.0069 0.0097,0.0041 0.01654,0.0055 0.02066,0.01242 0.02893,0.0055 0.03721,0.0055 0.03305,0.0055 0.04272,0.0041 0.03305,0.0055 0.02204,0.0055 0.01791,0.0028 0.06753,-0.0014 0.04547,-0.0014 h 0.06477 l 0.02617,0.0055 0.01791,0.0014 h 0.0303 l 0.04272,0.0069 0.05926,0.0055 0.06477,0.01379 0.06614,0.0069 0.06753,0.01379 0.06615,0.0055 0.05788,0.0055 0.04548,0.0041 0.03305,-0.0014 0.03858,-0.0028 0.08544,-0.0041 0.04685,-0.0014 h -0.01101 l -0.01101,0.0041 0.01516,0.0014 h 0.0441 l 0.01929,0.0014 -0.01791,0.0055 0.0028,0.0014 0.01238,-0.0055 0.02066,-0.0014 0.02617,-0.0014 0.0055,0.0069 0.01516,0.0014 h 0.05098 l 0.02755,-0.0014 -0.02066,-0.0069 0.01241,-0.0014 0.05926,-0.0041 0.01791,-0.01379 -0.0013,0.0028 0.0028,-0.0028 0.0041,-0.0055 h 0.01241 l 0.01378,-0.0055 0.0041,0.0014 0.0083,-0.0041 0.01791,-0.0069 0.0096,-0.0083 0.02204,0.0014 0.02066,-0.0055 0.0303,-0.0055 h 0.0441 l 0.04272,-0.0055 0.03858,-0.0055 -0.01654,-0.0083 0.01929,-0.0041 0.06339,-0.0096 0.04272,-0.0069 0.01929,-0.0055 0.01516,-0.0041 0.01929,-0.0055 0.01791,-0.01242 0.03171,-0.01242 0.04272,-0.01379 0.05098,-0.0055 0.04548,-0.0041 0.04685,-0.01101 0.04823,-0.01101 0.03446,-0.01242 0.03447,-0.0041 0.03583,-0.0041 0.04272,-0.0041 0.0441,-0.0041 0.05788,-0.01101 0.04272,-0.02067 0.02066,-0.0069 0.01654,-0.0096 0.0028,-0.0055 -0.0055,-0.0055"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path294"
+ d="m 82.203492,85.972748 0.0041,-0.05236 -0.01654,-0.03447 -0.03168,0.02893 -0.01654,0.02342 -0.01791,0.01101 -0.01791,0.01517 -0.01378,0.0055 -0.01516,0.01101 -0.01378,0.01101 -0.02204,0.0096 -0.0096,0.0193 -0.0303,0.03306 -0.01654,0.02342 -0.02341,0.02342 -0.01791,0.03168 -0.04134,0.03447 -0.02755,0.03997 -0.01791,0.0303 -0.01929,0.03721 -0.02755,0.04134 -0.02893,0.03447 -0.03446,0.03168 -0.03443,0.03721 -0.04272,0.03858 -0.03583,0.03996 -0.03305,0.03859 -0.03305,0.03168 -0.01929,0.02618 -0.01654,0.02205 -0.01654,0.0303 -0.01929,0.02618 -0.02066,0.02755 -0.02066,0.03168 -0.01516,0.0303 0.0041,0.02755 -0.01241,0.03305 -0.04272,0.03306 -0.03583,0.03721 -0.03305,0.03447 -0.03031,0.03859 -0.04134,0.04685 -0.03996,0.0303 -0.03168,0.03583 -0.03859,0.03721 -0.03996,0.03447 -0.03306,0.03168 -0.01791,0.0248 -0.02755,0.02205 -0.04272,0.0248 -0.0303,0.02755 -0.01929,0.03996 -0.02479,0.03447 -0.03306,0.03583 -0.03996,0.03447 -0.03583,0.04134 -0.02893,0.04134 -0.03306,0.03859 -0.02066,0.02893 -0.02479,0.02755 -0.01791,0.03168 -0.01378,0.03168 -0.02479,0.0248 -0.03443,0.03168 -0.03859,0.04685 -0.05787,0.03583 -0.03168,0.04272 0.04134,0.02618 -0.01929,0.02618 -0.04686,0.03306 -0.02204,0.03721 -0.02204,0.02342 -0.04134,0.0248 -0.03305,0.03447 -0.02479,0.03447 -0.02617,0.03306 -0.06063,0.06063 -0.02066,0.03305 -0.02617,0.03447 -0.02755,0.02617 -0.01379,0.02067 -0.01101,0.05788 v 0.02755 l -0.01378,0.02618 -0.01791,0.02205 -0.01241,0.02618 -0.02479,0.02618 -0.02755,0.02342 -0.02617,0.02067 -0.02341,0.02067 -0.02342,0.02618 -0.02342,0.03583 -0.02893,0.03721 -0.02893,0.0303 -0.02893,0.02755 -0.03305,0.03168 -0.02893,0.03583 -0.02617,0.03447 -0.02755,0.03305 -0.02617,0.03306 -0.02066,0.02618 0.0083,0.03168 -0.0096,0.02618 -0.02617,0.03168 -0.01929,0.02205 -0.02893,0.02342 -0.01929,0.02067 -0.01654,0.02617 -0.01654,0.02755 -0.01654,0.02342 -0.01516,0.02618 -0.03306,0.05788 -0.02204,0.02893 -0.01791,0.02755 -0.02204,0.02755 -0.02479,0.01517 -0.0097,0.02617 -0.01929,0.0248 -0.02341,0.03583 -0.04272,0.03583 -0.02755,0.03859 -0.0013,0.03583 -0.01101,0.03168 -0.03306,0.03168 -0.02342,0.04134 -0.02341,0.03305 -0.02893,0.0248 -0.02204,0.03168 -0.0028,0.02617 -0.0055,0.01792 -0.01238,0.0303 -0.01654,0.02755 -0.0303,0.03305 -0.03168,0.03583 -0.02617,0.04272 -0.02479,0.0303 -0.02204,0.03168 -0.01516,0.03306 -0.03859,0.03168 -0.01101,0.03583 0.02893,0.0193 -0.0097,0.02205 -0.02755,0.03859 -0.02755,0.04272 -0.02066,0.04685 -0.01929,0.03721 -0.02342,0.03306 -0.01791,0.03721 -0.02341,0.03306 -0.03996,0.03583 -0.02617,0.04686 -0.0303,0.03996 -0.04548,0.03168 -0.0303,0.04548 v 0.03996 l -0.0097,0.0303 -0.0041,0.0303 0.0083,0.0248 0.0013,0.02893 -0.02893,0.03721 -0.02204,0.0372 -0.0069,0.03997 -0.01929,0.02755 -0.01241,0.03168 -0.01101,0.03306 -0.02341,0.03721 -0.03172,0.04823 -0.02755,0.04272 -0.01654,0.03447 -0.02755,0.02893 -0.02342,0.0248 -0.02755,0.02342 -0.0083,0.0303 0.0083,0.03306 -0.01101,0.03996 -0.02342,0.04134 -0.03721,0.04134 -0.01378,0.04823 0.02479,0.03447 -0.0041,0.03721 -0.03031,0.03858 -0.02755,0.03859 -0.02066,0.04272 -0.03172,0.05099 -0.01378,0.0441 -0.0083,0.03721 -0.01379,0.03996 -0.01516,0.06339 -0.0096,0.0565 -0.0097,0.04547 -0.02755,0.03447 -0.01241,0.04134 0.0041,0.04134 -0.0083,0.04272 -0.01791,0.0441 -0.01101,0.0441 -0.01238,0.0441 -0.01101,0.0441 -0.01101,0.05099 -0.0055,0.04548 -0.0096,0.0441 -0.0041,0.04961 -0.02479,0.03859 -0.01241,0.03721 -0.0055,0.04547 -0.0028,0.05099 -0.0096,0.05926 -0.01241,0.06614 -0.01791,0.05926 -0.02617,0.05788 -0.0055,0.04961 0.0041,0.03996 -0.0013,0.03858 -0.0028,0.03859 0.02341,0.03443 -0.0028,0.03447 -0.02479,0.05374 -0.01791,0.06201 -0.02341,0.06063 -0.0083,0.04823 -0.0041,0.04272 0.0028,0.04134 -0.0028,0.04685 -0.01101,0.0441 -0.0041,0.04823 -0.0055,0.0441 -0.0041,0.04961 -0.0055,0.05099 -0.01929,0.0441 v 0.0441 l 0.01516,0.04685 -0.0028,0.0565 -0.0055,0.05512 -0.0069,0.03721 -0.0069,0.0441 v 0.0441 l -0.0055,0.03168 -0.01238,0.0441 -0.01516,0.05099 -0.0069,0.05374 -0.01241,0.05237 0.0028,0.05099 -0.0041,0.0565 -0.0041,0.05788 -0.0041,0.05237 -0.0055,0.05926 0.0013,0.05099 0.01654,0.03583 -0.0041,0.03721 -0.01378,0.02755 0.0055,0.02617 v 0.03306 l 0.03996,0.0303 0.0041,0.03583 -0.03996,0.03171 -0.0069,0.04134 -0.0041,0.03997 -0.0069,0.03996 v 0.04272 l -0.0055,0.05099 0.0013,0.06064 0.0028,0.05099 0.0013,0.05512 -0.0041,0.0565 -0.0069,0.06477 -0.0069,0.0689 v 0.05788 l 0.0013,0.04823 0.0013,0.03721 0.0069,0.03721 0.0013,0.03168 0.03305,0.03721 0.01101,0.0441 -0.02066,0.04548 0.0013,0.0441 -0.0055,0.07717 0.0055,0.0441 0.0069,0.03996 -0.0069,0.0441 -0.0069,0.03996 -0.0083,0.04823 -0.01378,0.05926 -0.04685,0.05926 -0.0096,0.06201 0.04272,0.05512 -0.0041,0.05788 -0.02341,0.05512 v 0.06063 l -0.0041,0.04823 0.0028,0.104733 0.0083,0.05512 0.0013,0.05512 -0.0069,0.04961 -0.0013,0.04686 v 0.04685 l -0.0083,0.05374 v 0.117133 l -0.01241,0.05375 -0.0083,0.06752 -0.01378,0.07166 v 0.07028 l 0.02342,0.06752 -0.0083,0.06891 -0.02617,0.06615 -0.01516,0.06615 -0.0013,0.06339 0.02342,0.04685 -0.0013,0.04272 -0.01929,0.04134 -0.0083,0.03443 v 0.0248 l 0.0069,0.0303 0.0028,0.03721 -0.01378,0.04548 v 0.04823 l 0.0069,0.04823 0.0013,0.04134 -0.0055,0.04548 -0.01516,0.03858 -0.0069,0.0441 v 0.03859 l -0.0055,0.03721 -0.0055,0.03583 -0.0069,0.04272 -0.01101,0.04548 v 0.04134 l -0.0041,0.03583 -0.01791,0.03721 -0.02066,0.03858 -0.01929,0.04272 -0.02617,0.05237 -0.03305,0.05374 -0.0441,0.05237 -0.02617,0.07166 v 0.06201 l -0.01791,0.0565 -0.01929,0.05374 -0.06339,0.05788 -0.02342,0.05374 0.07166,0.04548 0.0055,0.0565 -0.04685,0.04823 -0.01516,0.04272 -0.01378,0.03721 -0.01241,0.03305 -0.01238,0.03583 0.0013,0.03583 -0.0041,0.03721 -0.01654,0.0441 -0.01241,0.04272 -0.01238,0.03858 -0.04272,0.04961 -0.02342,0.0565 0.0083,0.07166 -0.01929,0.0689 -0.03721,0.06615 -0.03168,0.0634 -0.0303,0.0593 -0.0083,0.0662 -0.01929,0.0661 -0.04134,0.0662 -0.0303,0.0661 -0.02204,0.0717 -0.01379,0.0675 -0.01241,0.0537 -0.01929,0.0482 -0.0013,0.0441 v 0.10198 l -0.01654,0.0551 -0.04548,0.0496 -0.02342,0.051 0.01378,0.0593 -0.01378,0.0648 -0.02341,0.0662 -0.0441,0.062 -0.02755,0.0689 0.0028,0.0689 -0.02617,0.0675 -0.03583,0.0606 -0.03031,0.0593 -0.02204,0.062 -0.02893,0.0537 -0.02755,0.0524 -0.02066,0.051 -0.03305,0.051 -0.03443,0.0606 -0.03583,0.0634 -0.03583,0.0565 -0.04548,0.0537 -0.02893,0.0565 -0.0055,0.0551 -0.01516,0.0413 -0.01791,0.0386 -0.03859,0.0331 -0.01101,0.0303 v 0.0317 l -0.01791,0.0289 -0.01791,0.04 -0.01654,0.0386 -0.01791,0.0345 -0.02342,0.0331 -0.02479,0.0386 -0.02479,0.0468 -0.0303,0.0482 -0.03721,0.0537 -0.02479,0.0496 -0.01379,0.0441 -0.02479,0.0537 -0.02755,0.0524 -0.02893,0.0455 -0.02617,0.0469 -0.03443,0.0482 -0.04272,0.0358 -0.01654,0.0372 0.02893,0.0372 -0.01929,0.0372 -0.06615,0.0427 -0.04547,0.0427 -0.03721,0.0496 -0.0028,0.0468 -0.03583,0.051 -0.07166,0.0565 -0.05099,0.0579 -0.05237,0.0606 -0.03306,0.0593 -0.03583,0.0551 -0.04686,0.0524 -0.03168,0.0634 -0.02204,0.0551"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path296"
+ d="m 74.89162,104.14631 -0.03443,0.0303 -0.02893,0.0289 -0.02066,0.0345 v 0.04 l -0.02342,0.0386 -0.04685,0.0455 -0.03996,0.0565 -0.02479,0.0551 -0.02755,0.0524 -0.03305,0.0579 -0.05374,0.051 -0.03168,0.0469 -0.0055,0.0345 -0.02617,0.0289 -0.03168,0.04 -0.08406,0.0345 -0.04548,0.0496 0.04272,0.0372 -0.02617,0.0469 -0.05512,0.0606 -0.04548,0.0634 -0.04272,0.0634 -0.03583,0.0606 -0.03305,0.051 -0.03168,0.0524 -0.03168,0.0537 -0.03172,0.0469 -0.02617,0.0469 -0.02479,0.04 -0.05512,0.0386 -0.03168,0.0455 v 0.0303 l -0.02617,0.0248 -0.03447,0.0358 -0.07855,0.0303 -0.03859,0.0455 0.04134,0.0372 -0.01654,0.0331 -0.05098,0.0317 -0.03306,0.0482 -0.04134,0.0565 -0.01791,0.0648 -0.03996,0.0551 -0.06752,0.0496 -0.05237,0.0593 -0.04272,0.0496 -0.03721,0.04 -0.03583,0.0441 -0.04823,0.0469 -0.03305,0.0317 -0.0028,0.022 -0.0028,0.004 h -0.0083 l -0.01654,-0.011 -0.0083,-0.0165 0.03583,-0.01 0.01241,-0.0193 -0.01929,-0.0165 -0.01101,-0.0138 0.0028,-0.0248 -0.0069,-0.0469"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path298"
+ d="m 64.107098,90.258448 -0.0055,0.0041 -0.0041,0.0014 0.0013,-0.0014 -0.0096,0.0041 -0.0096,0.0055 -0.0041,0.0069 -0.01378,0.0055 -0.02066,0.0096 -0.02755,0.01655 -0.03858,0.02205 -0.04134,0.02755 -0.03859,0.03583 -0.03996,0.03447 -0.03858,0.03721 -0.03996,0.04272 -0.04548,0.03996 -0.05374,0.04134 -0.05788,0.04548 -0.06615,0.04961 -0.05926,0.05512 -0.03996,0.05375 -0.06201,0.05374 -0.0689,0.06201 -0.06615,0.06201 -0.05926,0.05926 -0.04823,0.05926 -0.06339,0.0565 -0.07441,0.05236 -0.06614,0.06339 -0.06201,0.05788 -0.06477,0.04823 -0.05374,0.05375 -0.05512,0.05236 -0.06339,0.0565 -0.06339,0.0689 -0.06614,0.07028 -0.06477,0.06615 -0.0689,0.06615 -0.06477,0.06339 -0.0565,0.06201 -0.06752,0.06339 -0.07166,0.05788 -0.07166,0.0565 -0.0689,0.06339 -0.07579,0.07028 -0.07993,0.06064 -0.06615,0.05374 -0.06752,0.04961 -0.07441,0.05099 -0.08269,0.05788 -0.07992,0.05926 -0.06201,0.05237 -0.05512,0.04823 -0.05237,0.04823 -0.05236,0.05788 -0.05512,0.06063 -0.05237,0.06201 -0.0565,0.06339 -0.05926,0.06477 -0.05926,0.0689 -0.05236,0.0689 -0.04961,0.06201 -0.06201,0.06063 -0.05237,0.04961 -0.05788,0.0441 -0.07165,0.0441 -0.07166,0.04547 -0.06063,0.03997 -0.05375,0.03168 -0.05512,0.03447 -0.06063,0.03443 -0.06201,0.03996 -0.05788,0.04134 -0.05374,0.04272 -0.03996,0.03721 -0.03859,0.02342 -0.02893,0.02618 -0.02204,0.0303 -0.02617,0.03583 -0.02204,0.03168 -0.0096,0.0248 -0.01241,0.01792 0.0013,0.01101 h -0.0013 v -0.0041 l 0.0055,-0.0097 0.0028,-0.0083 0.0041,-0.0069 0.0069,-0.0096 0.01241,-0.02205"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path300"
+ d="m 63.112153,90.193682 -0.01516,0.0083 -0.03305,0.01101 -0.01654,-0.0014 0.0069,-0.0014 0.0096,-0.0014 0.01241,-0.0014 0.02204,-0.0069 0.03306,-0.01101 0.04823,-0.0193 0.06063,-0.02342 0.07166,-0.02755 0.07028,-0.02617 0.0689,-0.02893 0.07717,-0.03172 0.07441,-0.02618 0.07855,-0.02067 0.07304,-0.0193 0.07855,-0.0193 0.08819,-0.0193 0.09095,-0.01654 0.08957,-0.01101 0.08131,-0.0069 0.06201,-0.0041 0.03583,0.0014 0.03168,0.0041 0.03446,0.0028 0.02066,0.0028 0.0096,0.0041 v 0.0041 l -0.0041,0.0069 -0.0028,0.0041 -0.0041,0.0014 -0.0055,0.0096 v 0.01792 l -0.0083,0.01379 -0.0055,0.02067 -0.0069,0.0303 -0.0028,0.04272 -0.01101,0.04272 -0.01516,0.04134 -0.0041,0.04134 0.0083,0.03721 0.02204,0.03443 0.01791,0.03583 0.0069,0.03583 0.01791,0.03447 0.02066,0.0303 0.02617,0.02617 0.02066,0.02618"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path302"
+ d="m 59.971604,94.118331 -0.04547,0.0055 -0.04823,0.0055 0.01101,-0.0014 0.0069,-0.0028 0.01516,-0.0028 0.01929,-0.0083 0.01929,-0.0041 0.02617,-0.0069 0.04134,-0.0055 0.05237,0.0014 0.06201,-0.0028 0.07579,-0.0069 0.08131,-0.0041 0.08682,-0.0083 0.09095,-0.0041 0.08681,-0.0028 0.07993,0.0014 0.08957,0.0028 0.08957,-0.0028 H 61.0189 l 0.107487,-0.0041 h 0.10473 l 0.106109,0.0041 0.107486,0.0014 0.110244,-0.0041 0.117134,-0.0055 0.117131,0.0041 h 0.22738 l 0.11162,0.0055 h 0.108866 l 0.106108,0.0041 0.11162,0.0055 0.108868,0.0041 0.112998,0.0041 0.104728,-0.0014 0.09233,0.0041 0.08406,0.0083 0.09508,0.0028 h 0.09922 l 0.09922,-0.0069 0.110244,-0.0055 0.103354,-0.0014 0.09508,0.0041 0.09509,-0.0041 0.101973,-0.0041 0.10473,-0.0041 0.122645,0.0041 0.117134,-0.0028 0.104733,-0.0041 0.110244,-0.0041 0.106108,-0.0041 0.09646,0.0014 h 0.100597 l 0.1006,-0.0028 h 0.09233 l 0.0937,0.0014 h 0.100597 l 0.09922,0.0041 0.09508,0.0055 0.08544,0.0055 0.09095,-0.0055 0.106109,-0.0096 0.10473,-0.01101 0.09646,-0.01101 0.09371,-0.0041 0.09646,-0.0083 0.118512,-0.0028 0.110244,-0.0028 0.09095,-0.0014 0.0882,-0.0028 0.08682,0.0069 0.07992,0.01101 0.06201,0.01101 0.05099,0.0055 0.04134,0.0083 0.03306,0.0083 0.02893,0.0069 0.02479,0.0069 0.01101,0.0069 0.01241,0.0014 0.02479,0.0014 0.02617,-0.0028 0.02755,-0.0028 0.03583,-0.0055 0.04823,-0.0055 0.04961,-0.0096 0.03859,-0.01379 0.03305,-0.0083 0.02755,-0.0028 0.01378,-0.0028 h 0.0055 l -0.0028,0.0069 -0.0013,0.0028 -0.0069,0.0041 -0.0083,0.0028 h -0.0096 l -0.0041,0.0014 h 0.0055 -0.0028 l -0.0028,0.0055 v -0.0014 l -0.0013,-0.0014 -0.0083,0.0069 v 0.02205"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path304"
+ d="m 66.901759,93.543691 0.0055,-0.0193 -0.01791,-0.0083 -0.01654,0.01517 -0.0096,0.0028 0.0041,0.0014 0.0041,-0.0041 0.0069,-0.0014 0.01654,0.0028 0.02893,0.0083 0.04272,0.01792 0.05374,0.0193 0.05926,0.0193 0.0689,0.02067 0.07717,0.02205 0.07442,0.02893 0.07028,0.02342 0.05788,0.02755 0.04961,0.02342 0.04272,0.01101 0.03583,0.0069 0.01654,0.01517 -0.01378,0.02755 0.0028,0.01654 -0.0028,0.01517 -0.0041,0.01101 -0.0083,0.01242 -0.0096,0.01792 -0.03583,0.0248 -0.03447,0.02755 -0.02204,0.03443 -0.04134,0.03447 -0.06339,0.04272 -0.06615,0.03859 -0.06201,0.03858 -0.05374,0.03721 -0.05099,0.03583 -0.04961,0.03583 -0.0441,0.03168 -0.03447,0.03447 -0.02479,0.03168 -0.01654,0.01379 -0.0083,0.01379 v 0.0014 l 0.0028,0.0028 h 0.0055"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path306"
+ d="m 65.230198,89.91256 h -0.01241 l -0.02479,-0.01792 -0.0055,-0.0055 v -0.0014 h -0.0013 l 0.0041,-0.0014 0.0041,-0.0041 0.0055,-0.0041 h 0.0055 l 0.0055,0.0014 h 0.0028 l 0.0041,0.0014 h 0.06063 l 0.02755,-0.0014 0.04961,-0.0041 0.04134,-0.0055 0.03721,-0.0041 0.03305,-0.0041 0.04134,-0.0041 0.06064,-0.01242 0.0565,-0.0096 0.04548,-0.0083 0.0441,-0.0069 0.04272,-0.0069 0.04961,-0.0069 0.04272,-0.0028 0.04134,-0.0014 0.03721,-0.0028 0.04134,0.0028 0.04686,0.0014 0.04961,-0.0041 0.04134,0.0014 0.05099,-0.0041 0.06477,-0.0055 0.04823,-0.0055 h 0.03996 l 0.01654,0.0014 0.02617,-0.0069 0.06201,-0.0014 0.05237,-0.0041 0.03721,-0.0041 0.03447,-0.0069 0.03996,-0.0055 0.03305,-0.0028 0.03583,-0.0041 0.0441,0.0014 0.04685,0.0014 0.03858,0.0014 0.03859,-0.0028 h 0.0441 l 0.04134,0.0041 0.0441,0.0014 0.04823,0.0041 0.04961,0.0083 0.05374,0.0055 h 0.06064 l 0.0565,-0.0014 0.0441,0.0028 0.03997,-0.0055 0.03858,-0.0055 0.04134,-0.0014 0.04547,-0.0055 0.110244,-0.0083 h 0.04548 l 0.04134,0.0014 0.04134,0.0028 0.04272,0.0055 0.04272,0.0096 0.03859,0.0096 0.04685,0.0096 0.04961,0.0041 0.04548,0.01242 0.03996,0.0069 0.03447,0.0069 0.03583,0.0069 0.03996,0.0069 0.03996,0.0014 0.03996,-0.0028 0.03306,0.0028 0.04134,0.0069 0.0303,-0.0014 h 0.03306 l 0.05512,-0.0055 0.05237,-0.0014 0.04272,0.0097 h 0.02342 l 0.03996,0.0014 0.07304,0.0028 0.06063,0.01101 0.03721,0.0041 0.03306,0.0041 0.03583,0.0041 0.04961,0.0069 0.0565,0.01242 0.0441,0.0096 0.04134,0.0028 0.04548,0.0069 0.04961,0.0069 0.04823,0.0028 0.05099,0.0014 0.04961,0.0028 0.0441,0.0083 0.04409,0.0069 0.04685,0.0083 0.05237,0.0041 0.04823,0.0028 0.05099,0.0083 0.04823,0.01242 0.0441,0.0041 0.04134,0.0028 0.04823,0.0069 0.05374,0.0069 0.05237,0.0083 0.0565,0.0069 0.04961,0.01242 0.04272,0.0083 0.0441,0.0028 0.03447,0.01101 0.03168,0.0028 0.02342,0.0028 0.0069,0.0028 0.0041,0.0014 0.0028,0.0069 -0.0028,0.0041 h -0.0013 v -0.0028 l 0.0041,-0.0014 0.0055,0.0041 h 0.0028 -0.0055 l 0.01101,0.0041 h 0.02066 l 0.01791,0.0041 0.01791,0.0055 0.0013,0.0041 0.0083,0.0041 h 0.02617 l 0.01101,0.0055 v -0.0014 h -0.0055 l -0.0028,0.0041 h -0.0041 l 0.0028,-0.0014 h 0.0041 l 0.0028,0.0028 0.0055,0.0014 h 0.0096 l 0.01101,0.0055 h -0.0083 l -0.0013,-0.0028 0.01101,-0.0028 h -0.0013 v -0.0014 h -0.0069 l 0.0028,0.0028 v -0.0028 l -0.0013,-0.0014 -0.0028,0.0028 h 0.0013 l 0.0055,-0.0041 -0.02204,0.0096 0.0096,-0.0028 0.01379,-0.0014 0.0041,-0.0014 -0.0041,-0.0083 v 0.0014 l -0.0069,-0.0028 -0.01929,0.0028 0.0055,-0.0055 0.0055,0.0028 0.0013,0.0028 -0.0013,0.0041 v -0.0014 l -0.0013,-0.0014 v -0.0014 h 0.0028 -0.01929 v -0.0014 h 0.01516 l 0.0055,0.0028 0.0013,0.0014 0.0028,-0.0014 0.0041,-0.0014 h 0.0041 -0.01241 v -0.0028 l -0.0028,0.0028 0.0041,0.0028 -0.0028,0.0014 0.0013,-0.0014 h -0.01101 l 0.0055,-0.0014 0.02755,-0.0014 0.01101,-0.0014 h -0.03168 l -0.0083,0.0014 h -0.0069 l 0.0028,-0.0014 0.0013,0.0028 0.0028,0.0014 0.0028,0.0041 -0.0028,0.0014 0.0013,0.0028 0.0041,-0.0028 h 0.0028 l -0.0069,0.0041 h 0.0028 l -0.0041,-0.0014 h 0.0028 l -0.0013,-0.0014 h -0.0055 0.0028 l -0.01241,0.0014 0.0041,-0.0028 0.0028,0.0028 -0.0069,0.0028 0.0013,0.0014 -0.0041,0.0028 -0.0041,0.0014 -0.0069,0.0055 -0.0096,0.0055 -0.0069,0.01101 h -0.0055 l -0.0028,0.0041 -0.0028,0.0055 -0.0069,0.0083 -0.0097,0.0055 -0.0069,0.0028 -0.0069,0.0055 -0.02342,0.0041 -0.01241,0.01379 0.02066,0.0069 -0.0069,0.01242 -0.01791,0.01379 -0.01654,0.01517 -0.01241,0.01517 -0.0083,0.01654 -0.01101,0.01517 -0.01929,0.01517 -0.04134,0.03858 -0.02479,0.01792 -0.02066,0.01517 -0.01378,0.0096 -0.01516,0.01517 -0.01378,0.0193 -0.01379,0.01101 -0.0083,0.0096 -0.01101,0.01654 -0.01516,0.0193 -0.01101,0.02067 -0.0097,0.02067 -0.01516,0.02205 -0.02342,0.02755 -0.02204,0.0303 0.01101,0.03583 -0.01516,0.03583 -0.04548,0.02618 -0.02893,0.03168 -0.02479,0.0303 -0.01378,0.0248 -0.02066,0.0303 -0.03305,0.03721 -0.03447,0.03168 -0.03446,0.02755 -0.02617,0.02893 -0.02066,0.02755 -0.01516,0.02067 -0.03168,0.03168 -0.01654,0.02067 -0.0083,0.01792 -0.01241,0.02067 -0.0096,0.01792 -0.01378,0.01379 -0.01516,0.01792 -0.01101,0.02205 -0.01516,0.0248 -0.01654,0.02342 -0.01516,0.02755 -0.02341,0.02755 -0.02617,0.03171 -0.02755,0.03858 -0.0303,0.03305 -0.01791,0.0303 -0.02479,0.02755 -0.02893,0.02755 -0.01929,0.02893 -0.0069,0.02342 -0.0096,0.0193 -0.01101,0.01792 -0.02755,0.02205 -0.02204,0.02755 0.0028,0.02342 -0.01516,0.02342 -0.02342,0.03172 -0.01791,0.0248 -0.01101,0.02067 -0.01654,0.02342 -0.01241,0.02342 -0.01241,0.0248 -0.02755,0.02067 -0.01654,0.02617 -0.01516,0.02205 -0.02204,0.0248 -0.01378,0.03447 -0.02341,0.03168 -0.02755,0.03172 -0.02755,0.03443 -0.01929,0.0303 -0.02066,0.02893 -0.01791,0.02755 0.01101,0.02893 -0.01791,0.02342 -0.03859,0.0303 -0.03305,0.03171 -0.02479,0.0303 -0.01791,0.03583 -0.02204,0.03583 -0.02204,0.02893 -0.02479,0.0248 -0.0303,0.02205 -0.02755,0.0193 -0.01654,0.02342 -0.03168,0.0193 -0.01516,0.01792 0.0069,0.01655 -0.0069,0.01792 -0.01378,0.02342 -0.01929,0.04134 -0.01241,0.0193 -0.01516,0.01792 -0.01654,0.02205 -0.02066,0.02342 -0.02617,0.02205 -0.01654,0.02342 -0.04685,0.0441 -0.01378,0.02205 -0.0083,0.01379 -0.01101,0.0055 -0.0083,0.01101 -0.02479,0.0083 -0.0083,0.01101 0.01378,0.0096 -0.01101,0.01654 -0.01378,0.01517 -0.03168,0.01101 -0.01654,0.01101 0.02342,0.0096 -0.0096,0.01517 -0.02617,0.01655 -0.0096,0.01654 -0.01101,0.01792 -0.01516,0.0193 -0.01378,0.01242 -0.0055,0.01792 -0.0055,0.01379 -0.0055,0.0096 -0.0055,0.0055 -0.0055,0.0028 -0.01101,0.0041 -0.0041,0.0069 0.0013,0.01101 -0.0028,0.0041 -0.0069,0.0069 -0.0041,0.0028 -0.0069,0.01101 0.0055,0.0097 -0.0083,0.0083 -0.01654,0.0069 -0.0069,0.01379 -0.0069,0.0055 -0.0083,0.01101 -0.0069,0.01242 -0.0041,0.01242 -0.0055,0.0069 -0.0069,0.0055 0.0013,0.01101 -0.0069,0.0055 -0.01929,0.0028 -0.0069,0.0041 0.0096,0.0041 v 0.0028 l 0.0055,-0.0014 0.01516,-0.0014 0.0028,0.0055 -0.02479,-0.0014 -0.0041,-0.0041 0.0069,-0.0069 v -0.0028 l 0.0041,-0.0041 h 0.0013 l 0.0028,-0.0055 0.0013,-0.0083 v -0.0055 l -0.0055,-0.0041 -0.0096,0.0028"
+ style="fill:none;stroke:#bdbdbd;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path308"
+ d="m 61.545325,93.142681 0.0055,0.0096 0.0055,0.01242 v 0.0028 l 0.0069,0.0028 0.0096,0.0028 0.0097,0.0083 0.01379,0.0083 0.01654,0.0069 0.01654,0.0083 0.01654,0.01242 0.01929,0.0083 0.02755,0.0097 0.03306,0.01238 0.02617,0.01655 0.02204,0.01654 0.03583,0.0193 0.03721,0.02067 0.02755,0.01654 0.02755,0.01379"
+ style="fill:none;stroke:#bdbdbd;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path310"
+ d="m 62.179222,92.711354 -0.0013,0.0041 0.0013,0.01101 v 0.01379 l 0.01378,0.0028 0.01654,0.0069 0.01101,0.0083 0.01378,0.0028 0.02204,0.0096 0.03447,0.02067 0.03996,0.02342 0.04685,0.0248 0.05374,0.03447 0.06339,0.03858 0.07028,0.04134 0.06477,0.05512 0.06477,0.05375 0.07993,0.05925 0.0689,0.06477 0.05512,0.05237 0.05926,0.04272 0.05099,0.03996 0.04685,0.02617 0.0441,0.0193 0.04547,0.0069 0.03306,0.0055 0.02066,0.0069 h 0.01654"
+ style="fill:none;stroke:#bdbdbd;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path312"
+ d="m 62.98813,92.251092 0.0041,-0.02067 0.0041,-0.0193 0.0083,-0.01101 0.0096,-0.0069 h 0.01101 l 0.01654,0.0041 0.01654,0.01242 0.02755,0.01654 0.03996,0.02342 0.0441,0.03858 0.05236,0.04134 0.06201,0.05237 0.06891,0.0565 0.07304,0.07166 0.06339,0.07579 0.06063,0.06891 0.06064,0.05925 0.05925,0.05926 0.06477,0.06339 0.06477,0.07303 0.07441,0.06477 0.06615,0.06615 0.0565,0.06339 0.05099,0.06063 0.04547,0.05512 0.01241,0.0441 0.03168,0.0303 0.0565,0.01655 0.02755,0.0193 0.0083,0.0055"
+ style="fill:none;stroke:#bdbdbd;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path314"
+ d="m 63.766722,91.362254 v 0.03721 l 0.0069,0.03447 0.0096,-0.0069 v -0.01101 l 0.0083,-0.0069 0.0096,0.0014 0.01654,-0.0028 0.01516,0.01101 0.02893,0.02205 0.03583,0.0248 0.04272,0.03721 0.05512,0.05788 0.06477,0.07304 0.0813,0.07993 0.08819,0.09095 0.0882,0.09371 0.08957,0.103349 0.0937,0.107488 0.08682,0.110243 0.08268,0.108867 0.08544,0.106109 0.07855,0.08957 0.05925,0.07717 0.06615,0.06615 0.0813,0.05512 0.07441,0.05099 0.06477,0.05099 0.06615,0.05926 0.05926,0.0565 0.05374,0.05374 0.04547,0.04961 0.04272,0.04134"
+ style="fill:none;stroke:#bdbdbd;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path316"
+ d="m 64.717565,90.990187 -0.0055,0.0055 h 0.0013 l 0.01101,0.0041 h 0.01791 l 0.02204,0.0041 0.02617,0.0041 0.02755,0.0096 0.03583,0.0248 0.05099,0.03171 0.05926,0.04134 0.06753,0.04961 0.07028,0.0565 0.07717,0.06339 0.07441,0.07166 0.0565,0.07028 0.07028,0.06752 0.08957,0.07028 0.0813,0.07855 0.07028,0.07855 0.06891,0.07304 0.07028,0.07028 0.07442,0.07993 0.06752,0.08544 0.05926,0.08681 0.0565,0.09646 0.05375,0.10473 0.0565,0.08819 0.04823,0.07028 0.04272,0.05237 0.02617,0.04685 0.01241,0.03583 0.01379,0.01792 0.0055,0.01101 -0.0055,0.0055 v 0.0069 l 0.03583,0.0028"
+ style="fill:none;stroke:#bdbdbd;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path318"
+ d="m 65.77039,90.575397 0.0028,0.03447 0.0041,0.02067 0.0028,-0.0055 0.01101,-0.0055 0.02204,-0.0096 0.02342,0.0014 0.03446,0.01101 0.04272,0.01792 0.06063,0.02755 0.07304,0.03721 0.08682,0.04548 0.09646,0.06339 0.100595,0.06615 0.08406,0.07441 0.07579,0.07855 0.07166,0.08268 0.06063,0.07992 0.05099,0.08682 0.0565,0.09233 0.06064,0.09233 0.05926,0.09233 0.06752,0.08544 0.05512,0.08681 0.03583,0.07855 0.04685,0.06063 0.0441,0.05099 0.03306,0.04961 0.03168,0.04547 0.02479,0.03583 0.01929,0.03168 0.06063,0.06063 0.01654,0.01379 0.0083,0.01101 0.0028,0.01238"
+ style="fill:none;stroke:#bdbdbd;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path320"
+ d="m 67.085036,90.426568 0.01101,-0.0055 0.02204,-0.0055 0.01101,-0.0055 0.0096,0.0069 0.01791,-0.0028 h 0.02204 l 0.02342,0.0055 0.03168,0.01792 0.04547,0.02342 0.04823,0.03305 0.04961,0.04961 0.0565,0.05788 0.05926,0.07441 0.06063,0.08268 0.0565,0.0937 0.05237,0.09095 0.03168,0.08682 0.03721,0.07579 0.0441,0.06064 0.03721,0.05788 0.02755,0.05237 0.02755,0.04961 0.02479,0.05099 0.01378,0.04272 0.02204,0.02342 0.01516,0.01517 0.0028,0.0083 0.0028,-0.0028 0.0055,-0.0069 0.0028,-0.0069"
+ style="fill:none;stroke:#bdbdbd;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path322"
+ d="m 68.356967,90.379715 -0.0069,0.01655 v 0.01654 l 0.0069,0.01238 v 0.0083 l 0.0055,0.01242 0.0083,0.0193 0.0055,0.02205 0.01241,0.02755 0.0083,0.03306 0.01791,0.0303 0.02204,0.02618 0.02204,0.01379 0.02066,0.0096"
+ style="fill:none;stroke:#bdbdbd;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path324"
+ d="m 66.052886,96.330081 -0.0083,-0.0014 -0.03168,-0.0055 -0.01929,-0.01792 -0.0096,-0.01242 -0.0055,-0.01238 -0.0041,-0.01517 -0.0013,-0.0248 0.0041,-0.0303 0.0083,-0.0303 0.01516,-0.03583 0.01654,-0.0441 0.01516,-0.04685 0.02617,-0.0441 0.0303,-0.04961 0.02066,-0.05926 0.03583,-0.04961 0.04961,-0.04272 0.03305,-0.05099 0.03306,-0.04685 0.03168,-0.04548 0.03168,-0.04134 0.0303,-0.03721 0.02342,-0.03583 0.02893,-0.02893 0.02893,-0.02067 0.02342,-0.01101 0.02755,-0.01101 0.02479,-0.0096 0.02066,-0.0069 0.02066,-0.0083 h 0.02342 l 0.02617,-0.0069 0.02755,-0.0069 0.01101,-0.0055 0.02066,0.0014 h 0.04961 l 0.0441,0.0014 0.03306,0.0097 0.02755,0.0055 0.03305,0.0055 0.03168,0.0041 0.02617,0.0028 0.02479,0.0083 0.02755,0.0069 0.02893,0.0083 0.03168,0.0028 0.02755,0.0028 0.01929,0.0028 0.02617,0.01101 0.02617,0.01242 0.02893,0.01379 0.02204,0.01654 0.02066,0.01792 0.01654,0.0193 0.01101,0.02067 0.01516,0.02755 0.01791,0.02893 0.01378,0.02893 0.01516,0.02205 0.01791,0.0248 0.01516,0.02205 0.0055,0.0248 0.0096,0.02067 0.01378,0.02342 0.01516,0.02205 0.01101,0.0248 0.0069,0.02618 0.0096,0.0303 0.0096,0.03443 0.0028,0.03721 0.0013,0.03859 0.01101,0.03583 0.0083,0.02893 0.0028,0.03171 0.0028,0.02755 -0.0013,0.02755 0.01101,0.0303 v 0.03306 l -0.01516,0.0303 -0.0069,0.0248 v 0.04548 l 0.0055,0.02067 0.0069,0.01655 0.0013,0.01517 v 0.0193 l 0.0041,0.02342 -0.0041,0.0193 -0.01101,0.04961 -0.0096,0.02342 -0.0055,0.02618 -0.0041,0.0303 -0.0083,0.03306 -0.0083,0.02755 -0.01101,0.02067 -0.0083,0.01517 -0.0069,0.01379 -0.0069,0.01517 -0.0069,0.01655 -0.0028,0.01654 -0.0013,0.01379 -0.0069,0.01379 -0.0028,0.01792 -0.0083,0.01517 -0.01241,0.01517 -0.0041,0.01792 -0.0069,0.0193 -0.0041,0.02067 0.01654,0.01517 -0.0096,0.01379 -0.03031,0.01242 -0.02066,0.02755 -0.0028,0.01379 -0.01101,0.01517 -0.01929,0.0097 -0.01378,0.01101 -0.0055,0.0055 -0.0055,0.0083 -0.0055,0.01101 -0.0069,0.0083 -0.0055,0.0055 -0.0096,0.01101 -0.0083,0.01242 -0.01241,0.0069 -0.02755,0.0069 -0.01241,0.0097 0.0069,0.0055 -0.0069,0.0014 -0.0028,0.0041 -0.0013,0.0055 -0.0083,0.0055 -0.01101,0.0096 -0.0083,0.0083 -0.01929,0.01101 -0.01101,0.01517 -0.01101,0.0069 -0.01101,0.01101 -0.01516,0.0069 -0.01654,0.0069 -0.01516,0.0055 -0.01101,0.01101 -0.01378,0.0069 -0.0069,0.0028 -0.02341,0.0014 -0.01516,0.0041 0.01929,0.0014 -0.0069,0.0069 -0.01241,0.0055 -0.01378,0.01379 -0.01241,0.0055 -0.0096,0.0041 -0.0028,-0.0014 0.0013,0.0028 -0.0041,-0.0014 -0.0096,-0.0014 -0.0041,0.0041 0.0013,0.0028 -0.0069,0.0055 -0.02066,-0.0055 h -0.01929 l -0.01378,0.0041 -0.01516,0.0041 h -0.0083 l 0.01101,-0.0041 0.0013,0.0014 -0.01378,0.0014 -0.0069,-0.0028 -0.0069,-0.0014 h 0.0013 l 0.0013,-0.0028 h -0.01378 l -0.0055,-0.0069 h -0.01101 l -0.0069,-0.0028 -0.02066,-0.0041 -0.01516,-0.0096 0.01101,-0.0083 -0.0041,-0.0083 -0.0013,-0.0069 -0.0055,-0.01238 -0.0055,-0.0055 -0.01101,-0.0096 -0.0041,-0.01242 0.0013,-0.0083 -0.01101,-0.0097 -0.0083,-0.01379 -0.0069,-0.01379 -0.0096,-0.01242 -0.0028,-0.01242 -0.0028,-0.01517 -0.0083,-0.01242 0.0013,-0.01792 -0.01516,-0.02067 -0.0055,-0.02067 0.01101,-0.0193 0.0028,-0.0193 0.0013,-0.01792 -0.01241,-0.01655 v -0.0193 l 0.02893,-0.0083 0.0096,-0.01517 -0.01654,-0.0069 -0.0041,-0.0083 0.0028,-0.0069 -0.01378,-0.0083 0.0013,-0.01379 0.0096,-0.01792 0.0055,-0.01654 0.0055,-0.01517 0.0041,-0.01654 0.0055,-0.01517 -0.0055,-0.0193 0.0028,-0.01654 0.0083,-0.01792 0.0083,-0.02205 0.0028,-0.0096 0.0041,-0.0096 0.01101,-0.0041 0.01378,-0.0097 -0.0041,-0.01101 0.0013,-0.0069 0.0041,-0.0083 0.0013,-0.0096 0.01241,-0.0069 0.01241,-0.01654 0.01378,-0.01655 0.01378,-0.01792 0.01241,-0.01654 0.0069,-0.0193 -0.0028,-0.01654 0.0041,-0.01792 0.01929,-0.01792 0.01791,-0.0193 0.0083,-0.01379 0.01378,-0.02067 0.0028,-0.02067 -0.0083,-0.01101 0.0041,-0.0096 0.01241,-0.01379 0.0083,-0.0096 0.01101,-0.0083 0.01378,-0.0096 0.01241,-0.01101 0.0083,-0.01101 0.01101,-0.01517 0.01241,-0.01242 0.01101,-0.01517 0.01378,-0.0193 0.01241,-0.02205 0.01516,-0.01654 0.02755,-0.01655 0.02617,-0.0193 0.02066,-0.02342 0.01791,-0.0193 0.02617,-0.01654 0.03168,-0.01792 0.02755,-0.02205 0.02617,-0.01379 0.02479,-0.01379 0.02066,-0.01242 0.02755,-0.01379 0.01378,-0.0028 v -0.0028 l 0.0041,0.0028"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path326"
+ d="m 68.078605,96.776568 -0.01378,-0.0069 -0.01241,-0.0097 -0.0041,-0.0041 0.0041,0.01242 0.0028,0.0041 0.0028,0.01238 v 0.01101 l 0.0013,0.01101 -0.0055,0.01517 -0.0041,0.03306 -0.0055,0.05237 -0.0055,0.0689 -0.0041,0.0689 -0.0096,0.06752 -0.0083,0.06753 -0.0028,0.07028 0.0013,0.06752 -0.0013,0.05788 0.0013,0.04823 0.01101,0.04823 0.0069,0.0441 0.0096,0.03447 0.01791,0.02342 0.02341,0.01101 0.02204,0.0041 0.02066,0.0014 0.02755,-0.0055 0.03168,-0.0055 0.02893,-0.01379 0.02893,-0.0193 0.03447,-0.02618 0.02479,-0.0441 0.03305,-0.04823 0.04961,-0.05512 0.03305,-0.06063 0.0096,-0.0565 0.02341,-0.05788 0.02755,-0.06201 0.03721,-0.05926 0.02204,-0.05788 -0.0069,-0.05788 0.0083,-0.05099 0.0055,-0.05512 0.0083,-0.05374 0.0055,-0.04823 -0.01101,-0.04134 0.0055,-0.03443 0.01654,-0.02205 0.01101,-0.01792 0.0041,-0.0055 v -0.0014 h 0.0028 l 0.0069,0.01101 -0.0041,0.01242 -0.0013,0.0055 -0.0013,0.0069 -0.0041,0.01238 0.0028,0.0193 -0.0041,0.02342 -0.0083,0.0303 -0.0055,0.04134 -0.0083,0.05099 -0.0041,0.0689 0.0013,0.0689 0.0013,0.07028 0.01101,0.07166 0.02617,0.0689 0.01654,0.07028 0.01791,0.07441 -0.0013,0.06615 0.01791,0.06064 0.05098,0.05236 0.02479,0.04686 0.01378,0.03306 0.02066,0.01101 h 0.02066 l 0.01654,-0.0069 0.0069,-0.0041 0.0055,-0.0028 0.0055,-0.0096"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path328"
+ d="m 70.508083,95.658978 0.02617,-0.0055 0.03305,-0.01655 -0.01378,-0.01517 -0.01101,-0.0014 -0.01241,-0.0041 -0.01791,-0.0014 -0.01101,-0.0069 -0.0083,-0.0069 -0.01379,-0.0069 -0.01654,-0.0028 -0.02479,-0.0069 -0.02066,-0.01242 -0.02341,-0.0083 -0.02204,-0.0028 -0.03443,-0.0069 -0.04548,-0.0069 -0.05237,0.0014 -0.04961,-0.0028 -0.05099,0.0069 -0.04685,0.01101 -0.04823,0.01101 -0.04272,0.0096 -0.04134,0.01792 -0.04134,0.01655 -0.03721,0.02205 -0.03305,0.02067 -0.02341,0.02755 -0.01654,0.0248 -0.01929,0.01792 -0.01241,0.02067 -0.0303,0.0248 -0.01516,0.02755 0.01516,0.02618 -0.0013,0.02067 -0.0055,0.02205 -0.0028,0.0193 0.0028,0.04134 0.0041,0.02205 0.0097,0.02205 0.01379,0.02067 0.0096,0.0193 0.01101,0.01654 0.01516,0.02067 0.02204,0.01379 0.02066,0.01792 0.01101,0.01792 0.02617,0.01792 0.03168,0.01792 0.02204,0.02067 0.02479,0.01792 0.03446,0.01242 0.03721,0.01379 0.03583,0.01792 0.0303,0.01101 0.02755,0.0083 0.02755,0.0096 0.02755,0.01379 0.02066,0.0069 0.02066,0.0014 0.01929,0.0097 0.02341,0.01101 0.02893,0.01655 0.04134,0.0069 0.03306,0.01242 0.01101,0.01379 0.01516,0.0055 0.02341,0.0096 0.0303,0.0069 0.01654,0.0069 0.01241,0.01242 -0.0013,0.0069 -0.0028,0.01101 v 0.01517 l 0.01516,0.01792 0.01101,0.01379 v 0.01655 l 0.0069,0.01517 0.0041,0.01379 -0.0083,0.0193 0.0028,0.01654 0.01929,0.0083 0.0028,0.01101 -0.0055,0.0096 -0.0013,0.0069 -0.0055,0.0055 0.0069,0.0096 0.0055,0.01517 -0.01378,0.01654 -0.0013,0.01517 v 0.0248 l -0.0041,0.0069 -0.0028,0.0041 -0.0041,0.0055 v 0.0055 l 0.0013,0.01101 -0.0083,0.0083 -0.01654,0.01101 -0.01516,0.01654 v 0.01792 l -0.0069,0.01655 -0.01654,0.01517 -0.01241,0.01655 -0.01101,0.01792 0.0028,0.01242 -0.01378,0.01238 -0.02755,0.01242 -0.01654,0.0069 -0.0069,0.0083 -0.0041,0.01238 -0.01378,0.01101 -0.02342,0.0069 -0.01241,0.0083 -0.0069,0.0055 -0.01101,0.0096 -0.01654,0.0028 -0.01929,0.0069 -0.01101,0.0083 0.0028,0.0083 -0.0069,0.0028 -0.01929,0.0028 -0.02066,0.0028 -0.01791,-0.0014 -0.0069,0.0069 h -0.01791 l -0.02341,-0.0014 -0.02204,0.0041 -0.02342,-0.0014 h -0.05237 l -0.01791,-0.0055 h -0.07166 l -0.02204,-0.0083 -0.03305,-0.0041 -0.02341,-0.0097 0.03447,-0.0028 -0.0069,-0.0069 -0.03858,-0.0055 -0.02479,-0.0097 -0.02066,-0.0041 -0.01378,-0.0041 -0.01101,-0.01238 v -0.0097 l -0.0028,-0.0096 v -0.01101 l -0.0097,-0.01242 -0.0083,-0.01654 -0.0028,-0.01242 -0.01238,-0.01517 -0.0083,-0.01517 v -0.01101 l -0.0013,-0.0097 v 0.0028"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path330"
+ d="m 69.343641,94.872118 -0.01516,0.0069 -0.01101,-0.0083 0.0055,-0.0014 0.01516,0.0014 0.02204,-0.0028 h 0.0689 l 0.05512,-0.0083 0.07166,-0.0055 0.08682,-0.0041 0.09646,-0.0096 0.09646,-0.01242 0.09095,-0.01654 0.09784,-0.01792 0.09922,-0.02067 0.08406,-0.01238 0.07303,-0.0041 0.06752,-0.01379 0.0565,-0.0096 h 0.0689 l 0.01654,0.0069 0.01101,0.01242 v 0.0083"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path332"
+ d="m 55.250447,91.690228 -0.03996,-0.0193 -0.04272,-0.03306 -0.01792,-0.0193 v -0.0248 l 0.0055,-0.01655 0.01242,-0.0193 0.01101,-0.02617 0.01238,-0.02618 0.01655,-0.03168 0.02342,-0.0303 0.02205,-0.03443 0.0248,-0.03447 0.03168,-0.03447 0.04548,-0.0372 0.05374,-0.04134 0.05926,-0.04823 0.06615,-0.04134 0.06477,-0.03721 0.06201,-0.03583 0.05926,-0.02893 0.05374,-0.01654 0.04685,-0.01517 0.02618,-0.0041 0.02342,0.0055 0.04686,0.0041 0.04272,0.0055 0.02755,0.0041 0.02617,0.0041 0.02755,0.0097 0.01517,0.0083 0.01654,0.01517 0.02755,0.01517 0.03168,0.02067 0.02755,0.02067 0.02755,0.02893 0.02618,0.02755 0.03447,0.02342 0.0372,0.02205 0.03447,0.02617 0.0303,0.02617 0.02893,0.0248 0.0441,0.0248 0.03583,0.0303 0.0069,0.02893 0.02205,0.02617 0.02205,0.02893 0.03447,0.0303 0.02618,0.03447 0.01238,0.03443 0.01517,0.04134 0.01101,0.0441 0.01242,0.04272 0.01242,0.04134 0.0096,0.03721 0.01379,0.03859 0.01517,0.03996 0.0069,0.0441 0.0069,0.04547 0.01517,0.03996 0.01101,0.03583 -0.0014,0.0303 0.0096,0.02755 0.01517,0.03306 0.01792,0.03721 0.0083,0.0303 0.0055,0.0303 0.01379,0.04272 0.01242,0.04547 0.0069,0.04134 0.0055,0.03996 0.0014,0.03996 -0.0028,0.04134 -0.02893,0.0441 -0.0041,0.04272 0.02067,0.03306 v 0.03859 l -0.0041,0.03721 -0.01242,0.0248 -0.01379,0.02067 0.01238,0.0248 -0.0055,0.02342 -0.02067,0.02755 -0.0014,0.02618 -0.0028,0.02893 0.0014,0.03443 -0.0069,0.03721 -0.0083,0.02755 -0.0083,0.0193 -0.0069,0.0193 -0.01238,0.01792 -0.0097,0.01242 0.0028,0.01517 -0.0069,0.0193 -0.01655,0.01517 -0.01654,0.01792 -0.01242,0.01792 -0.0028,0.0193 -0.01517,0.01517 -0.01517,0.01792 -0.01242,0.01101 -0.02205,0.0083 -0.01238,0.0097 -0.01517,0.0055 -0.01379,0.0041 -0.01792,0.0055 -0.0193,0.0069 -0.02342,0.0069 -0.0248,0.0083 -0.02342,0.0069 -0.02755,0.0083 -0.0303,0.0041 -0.02067,0.0028 -0.01101,0.0028 -0.01792,0.0014 -0.02067,0.0041 -0.01101,0.0041 -0.01379,0.0028 h -0.03305 l -0.02342,-0.0069 -0.02342,-0.0055 -0.01654,-0.0097 -0.01792,-0.0055 -0.02067,-0.0083 -0.0193,-0.0083 -0.01792,-0.0083 -0.01654,-0.0069 -0.01792,-0.01101 -0.01379,-0.0083 -0.01654,-0.0097 -0.0193,-0.0069 -0.0069,-0.0083 0.0014,-0.0096 -0.0069,-0.0069 -0.0055,-0.01101 -0.0069,-0.01517 -0.01101,-0.01792 -0.01238,-0.01242 -0.0083,-0.0193 -0.0028,-0.02067 -0.01101,-0.02342 -0.0083,-0.02342 -0.01242,-0.0248 -0.01238,-0.02205 -0.0069,-0.0303 -0.0069,-0.03168 0.0028,-0.02755 -0.0097,-0.02893 -0.0028,-0.02617 0.0097,-0.02755 0.0083,-0.0248 0.01101,-0.0248 0.0055,-0.02342 0.0083,-0.01654 0.02755,-0.01379 0.0069,-0.01379 -0.0055,-0.0193 0.0069,-0.01654 -0.0028,-0.01654 0.0096,-0.01654 0.01517,-0.02205 0.02755,-0.0248 0.03583,-0.05374 0.0193,-0.0303 0.02342,-0.02755 0.02893,-0.01792 0.02755,-0.0193 0.02205,-0.01654 0.03306,-0.01379 0.04823,-0.02067 0.04686,-0.02755 0.04134,-0.02755 0.05237,-0.02755 0.0441,-0.02755 0.0193,-0.02893 0.03583,-0.02617 0.0441,-0.02618 0.04272,-0.02755 0.03447,-0.02342 0.02205,-0.02205 0.02755,-0.01792 0.03168,-0.01654"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path334"
+ d="m 57.320261,92.84778 -0.01101,-0.01379 v -0.01792 l 0.0055,-0.0028 h 0.0055 l 0.0083,0.0069 0.0083,0.0096 0.0097,0.0069 0.0083,0.0096 0.01242,0.01379 0.01654,0.01792 0.01792,0.02205 0.0248,0.02067 0.02067,0.02893 0.02342,0.03305 0.02342,0.04134 0.02618,0.04961 0.02342,0.04685 0.02618,0.04685 0.02067,0.04961 0.01242,0.04685 0.01654,0.03721 0.04134,0.02617 0.01655,0.0303 -0.0055,0.02067 0.0055,0.0055 h 0.0096 l 0.02618,-0.0028 0.01379,-0.0069 h -0.0096 l 0.0028,0.0014 h 0.0041 l 0.0041,-0.0041 0.0083,0.0055 0.02067,0.0028 0.01101,0.0069 -0.0014,0.0097 0.0028,0.0014 0.0014,-0.0028 0.01101,-0.0055 0.0069,-0.0097 -0.01238,-0.0096 0.0014,-0.0096 0.01242,-0.0083 0.0055,-0.02067 0.0028,-0.02893 0.0096,-0.03721 0.0083,-0.03583 v -0.04134 l 0.0014,-0.0441 -0.0014,-0.04961 0.0028,-0.05099 0.0028,-0.04961 -0.0041,-0.05374 0.0028,-0.05512 0.0041,-0.04961 v -0.04547 l 0.0083,-0.03583 0.0014,-0.02618 0.0028,-0.02067 0.01379,-0.01792 0.0055,-0.01238 0.0069,-0.01101 0.01242,-0.01379 0.0055,-0.01379 0.0055,-0.01242 0.0028,-0.01517 0.01101,-0.01517 0.0083,-0.01242 0.0028,-0.01242 0.0055,-0.0055 0.0083,-0.0055 0.0028,-0.0028 0.0014,0.0069 0.0028,0.0028 -0.0014,0.0028 -0.0014,0.0041 -0.0041,0.0055 0.0028,0.0041 0.0193,0.0028 0.0041,0.0083 -0.01242,-0.0028 -0.0014,0.0028 -0.0014,-0.0028 0.0028,0.0028 0.0055,-0.0014 0.0055,0.0028 0.0069,0.0014 h 0.0069 l 0.0041,0.0041 0.0083,0.0041 0.01101,0.0014 0.01379,0.0028 0.01792,0.0055 0.01654,-0.0014 h 0.02342 l 0.02342,-0.0014 0.0083,-0.0055 0.01242,-0.0014 0.0303,-0.0083 0.0303,-0.0055 0.02893,-0.0083 0.05237,-0.01654 0.02205,-0.0083"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path336"
+ d="m 59.566461,90.812418 0.0028,-0.01242 0.0055,-0.01101 -0.0013,-0.01101 -0.0055,-0.0069 v -0.01101 l -0.0055,-0.0069 -0.0041,-0.0055 -0.0083,-0.0055 -0.0055,-0.01101 -0.0083,-0.0083 -0.0083,-0.0055 -0.0069,-0.01101 -0.01241,-0.0083 -0.01379,-0.0028 -0.01929,-0.0014 -0.01791,-0.0028 -0.0041,-0.0041 -0.01378,0.0028 -0.03859,-0.0014 -0.0372,0.0014 h -0.0303 l -0.01379,0.0041 -0.02067,0.0055 -0.03996,0.0083 -0.03583,0.01517 -0.03859,0.01242 -0.03306,0.02205 -0.03443,0.02205 -0.03583,0.02067 -0.02893,0.0248 -0.02755,0.01792 -0.02893,0.02205 -0.03306,0.02205 -0.01654,0.02342 -0.01655,0.01517 -0.02205,0.01654 -0.01379,0.01792 -0.0055,0.01655 -0.0069,0.01242 -0.01242,0.01654 -0.0014,0.0193 -0.0055,0.01517 -0.01101,0.01242 -0.0041,0.01101 0.0014,0.01654 -0.0028,0.0193 0.0014,0.02067 0.0055,0.0193 0.0055,0.02342 0.0097,0.02342 0.01517,0.0193 0.0083,0.02205 -0.01101,0.01517 0.0097,0.01517 0.02893,0.01101 0.01654,0.0096 0.0028,0.01792 0.0097,0.01379 0.02342,0.02342 0.01654,0.01517 0.02618,0.02618 0.0193,0.01379 0.0372,0.01242 0.02067,0.0096 0.02067,0.0069 0.01517,0.0028 0.01517,0.0096 0.02205,0.0028 0.01655,0.0028 0.01101,0.0069 0.03306,0.0028 0.0193,0.0096 -0.0041,0.0097 0.0041,-0.0014 0.0069,0.0014 0.0193,0.0028 0.01517,0.0041 0.0193,0.0096 0.01101,0.0096 0.02067,0.0041 0.01655,0.0041 0.0083,0.0083 0.01654,0.0028 0.02342,0.0069 0.0193,0.0041 0.02066,0.01101 0.01654,0.0097 0.01378,0.0028 0.01516,0.0028 0.01516,0.0069 0.02066,0.0028 0.01929,0.01101 0.01654,0.0041 0.01238,0.0028 0.0083,0.0083 0.0096,0.0028 0.01241,0.0028 0.01101,0.0028 0.0096,0.0083 0.01516,0.0083 0.0041,0.0041 0.0083,0.0028 0.02204,0.0069 0.01654,0.0096 0.01516,0.01242 -0.01101,0.01101 0.0083,0.0083 0.02893,0.0096 0.01791,0.0096 0.0083,0.01242 0.0083,0.01379 0.0096,0.01101 0.0055,0.01242 0.0055,0.01379 0.0069,0.01242 0.0013,0.01379 0.0013,0.01517 0.0069,0.01517 0.0083,0.01517 -0.01378,0.01101 0.0013,0.01379 0.0083,0.0096 0.0055,0.01379 0.0096,0.01654 0.0041,0.0193 -0.0041,0.0193 -0.0013,0.02067 -0.0013,0.01379 -0.01378,0.01379 -0.0069,0.01379 -0.0055,0.0096 -0.0028,0.01242 -0.0041,0.01101 -0.0028,0.0096 -0.0069,0.0096 -0.0083,0.0055 -0.01101,0.0055 -0.0083,0.0069 -0.01238,0.01101 -0.01241,0.01242 -0.0041,0.01379 -0.0096,0.01101 -0.01929,0.01101 -0.01241,0.02067 -0.01654,0.01654 -0.03168,0.01101 -0.01929,0.01101 -0.0055,0.0055 -0.0096,0.0069 -0.01791,0.0096 -0.01929,0.0028 -0.01516,-0.0028 -0.0055,0.0055 -0.01101,-0.0014 -0.01929,-0.0014 -0.02066,-0.0014 -0.01929,-0.0096 -0.02755,-0.0055 -0.02204,-0.0041 -0.01517,-0.0041 -0.02755,-0.0069 -0.0248,-0.0083 -0.02755,-0.0083 -0.02205,-0.0069 -0.02067,-0.0083 -0.01792,-0.0028 -0.01101,-0.0014 -0.01517,-0.0028 -0.0083,0.0028 -0.0248,0.0028 -0.01101,-0.0041 -0.01792,-0.0041 -0.01655,-0.0041 -0.0193,-0.0055 -0.02067,-0.0041 0.01517,-0.0041 -0.0069,-0.0096 -0.02205,-0.0069 -0.01379,-0.0055 -0.01792,0.0069"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path338"
+ d="m 58.486079,90.167498 -0.0014,-0.01379 -0.0069,-0.0096 0.0014,0.01101 0.0014,0.0096 h 0.0083 l 0.0055,-0.0083 h 0.0041 l 0.01242,-0.0041 0.0193,-0.0014 0.0303,-0.0083 0.0441,-0.0041 0.05512,-0.0096 0.06201,-0.01242 0.06064,-0.0055 0.06339,-0.0014 0.06752,-0.0028 0.07717,-0.0014 0.07855,-0.0028 0.06477,-0.0083 0.07717,-0.0028 0.07855,-0.01242 0.07442,-0.01379 0.05925,-0.01238 0.04686,-0.01242 0.04823,-0.01654 0.0372,-0.02067 0.03583,-0.02067 0.03305,-0.01517"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path340"
+ d="m 59.695996,99.52162 0.01241,-0.0069 0.01791,-0.01242 -0.0013,0.01242 -0.0028,0.01242 -0.0013,0.0069 -0.0055,0.0083 -0.0028,0.01379 -0.0041,0.01792 -0.0013,0.02205 v 0.02205 l 0.0013,0.0248 0.0013,0.02342 0.01101,0.05512 0.0097,0.03306"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path342"
+ d="m 59.697377,101.06226 0.01101,0.011 0.01238,0.0152 -0.0083,0.007 -0.0097,0.008 -0.0055,0.0124 -0.01101,0.0165 -0.01378,0.022 -0.0097,0.022 -0.0083,0.0248 -0.0013,0.0276 -0.0013,0.0289 0.0028,0.022 -0.0013,0.0248 -0.0069,0.0248 -0.0028,0.0262 0.0083,0.0248 0.0028,0.0207"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path344"
+ d="m 59.642254,102.58637 v 0.005 l 0.0013,0.01 -0.0096,0.004 -0.0041,0.007 0.0013,0.0124 -0.0041,0.004 0.0013,0.008 0.0013,0.0152 v 0.0207 l 0.0013,0.0317 v 0.0345 l 0.0041,0.0427 v 0.0882 l 0.0041,0.04 -0.0041,0.04 -0.01378,0.04"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path346"
+ d="m 59.680838,104.52114 -0.0013,-0.0248 -0.01101,-0.0179 -0.0028,0.0262 0.0028,0.007 0.0013,0.005 0.0069,0.004 v 0.007 l 0.0055,0.004 -0.0013,0.005 v 0.007 l -0.0013,0.0124 -0.0013,0.0152 v 0.0138 l -0.0013,0.0152 v 0.008 l -0.0083,0.0276"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path348"
+ d="m 59.639499,105.92674 -0.0083,0.005 -0.0097,0.0165 -0.0041,0.022 0.0013,0.011 -0.0028,0.0124 0.0013,0.0152 -0.0041,0.0152 -0.0028,0.0193 -0.0083,0.0386 0.0041,0.022 0.0028,0.0193 -0.0083,0.022 0.0041,0.0262 v 0.0275"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path350"
+ d="m 59.647765,107.01125 0.0097,0.0386 v 0.0565 l -0.0069,0.0262 -0.0041,0.01 0.0041,0.022 0.0069,0.0262 v 0.0551 l 0.0041,0.0289 v 0.0648 l 0.0083,0.0248"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path352"
+ d="m 59.686352,108.47887 0.02204,0.022 0.01791,0.0441 0.01241,0.0179 -0.0013,0.005 -0.0013,0.0138"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path354"
+ d="m 66.584809,102.54917 h 0.0013 -0.01516 l 0.0041,-0.001 -0.0013,0.004 0.0013,0.007 0.0028,0.0124 v 0.01 l 0.0013,0.0124 v 0.0551 l 0.0041,0.0303 v 0.0386"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path356"
+ d="m 66.624772,103.57994 0.02479,0.0193 0.0069,0.0441 0.0041,0.033 -0.0083,0.0152 -0.01241,0.0248 -0.0083,0.022 -0.0055,0.022 0.01378,0.0193 0.0069,0.0207 -0.0069,0.0289 v 0.0386"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path358"
+ d="m 66.560005,104.84084 -0.0028,0.0386 0.0096,0.0606 -0.0083,0.022 -0.01791,-0.004 v 0.0124 l 0.01516,0.007 0.0083,0.01 v 0.011 l 0.0041,0.01 v 0.01"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path360"
+ d="m 66.602722,105.79445 0.0083,0.007 0.0083,0.0124 -0.0069,0.011 -0.0013,0.011 0.0041,0.0165 v 0.0138 l 0.0041,0.0165 0.0055,0.0193 0.0041,0.0234 0.0096,0.0207 -0.0055,0.022"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path362"
+ d="m 66.637176,106.98232 0.01378,0.0386 0.01101,0.0717 0.0055,0.0289 -0.0028,0.004 0.0013,0.008 -0.0013,0.0179 -0.0013,0.0207"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path364"
+ d="m 66.730881,108.36173 0.0041,0.007 -0.0055,0.022 -0.0069,0.007 h 0.0013 l 0.0055,0.001"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path366"
+ d="m 63.821842,100.77563 -0.01791,0.0152 -0.01101,0.0234 0.0041,0.003 v -10e-4 l -0.0028,10e-4 0.0028,0.006 -0.0041,0.007 -0.0083,0.008 -0.0013,0.005 v 0.007 l -0.0028,0.011 v 0.0193 l 0.0096,0.0207 0.01101,0.022 v 0.0262 l 0.01379,0.0248 0.01241,0.0262 0.01378,0.0317"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path368"
+ d="m 63.810817,101.87944 -0.0069,0.0179 -0.01516,0.0386 0.02204,0.0165 v 0.0124 l -0.01516,0.0124 -0.0013,0.011 v 0.007 l 0.01378,0.0124 0.0069,0.0152 -0.0083,0.0193 0.0028,0.0234 0.0083,0.0289 v 0.0289 l -0.0013,0.0303 0.01241,0.0262 0.01378,0.0289 0.0055,0.0358"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path370"
+ d="m 63.803927,102.92813 -0.01654,0.008 -0.04686,0.0317 -0.0083,0.0413 0.02204,0.0234 -0.0041,0.0193 -0.0096,0.0207 -0.0028,0.0165 0.0013,0.011 0.0069,0.005 0.0028,0.011 v 0.0262 l -0.0013,0.0138 0.0083,0.0193 0.0083,0.0276 0.01791,0.0386 v 0.0537"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path372"
+ d="m 63.697819,104.10497 -0.0055,0.0124 -0.01516,0.022 -0.01654,0.0207 -0.01101,0.01 -0.0028,0.0124 0.0096,0.001 -0.0013,0.003 -0.0069,0.005 v 0.007 l 0.0055,0.008 0.0028,0.01 0.0041,0.0152 0.01378,0.0165 0.01101,0.0138 0.0083,0.0165"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path374"
+ d="m 63.663367,104.72095 -0.02204,-0.0413 -0.03858,-0.0275 -0.02066,0.022 0.01516,0.0124 h 0.03306 l 0.0028,0.007 0.0096,0.004 0.0083,0.003"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path376"
+ d="m 60.265125,108.12333 0.03306,-0.022 0.03859,-0.0276 0.04685,-0.0303 0.05512,-0.0345"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path378"
+ d="m 60.612394,107.89182 0.05374,-0.033 0.04961,-0.0413 0.04134,-0.0358 0.04548,-0.0345 0.05237,-0.0441 0.06339,-0.0579 0.06615,-0.0606 0.06615,-0.0648 0.06202,-0.0551 0.05374,-0.051 0.06339,-0.0482 0.0689,-0.0441 0.05926,-0.0455 0.0565,-0.0441 0.0441,-0.0413 0.0565,-0.04 0.06753,-0.0455 0.0565,-0.0469 0.05374,-0.0386 0.03721,-0.0386 0.03305,-0.0386 0.04134,-0.0345 0.03859,-0.0358 0.04134,-0.0441 0.04409,-0.0496 0.04961,-0.051 0.05926,-0.0468 0.06063,-0.04 0.04134,-0.0441 0.04961,-0.0372 0.06339,-0.0372 0.05512,-0.0413 0.04272,-0.0303 0.03858,-0.0276 0.04823,-0.0248 0.04685,-0.0275 0.04272,-0.0276 0.03721,-0.0234 0.03306,-0.0248 0.05788,-0.0496 0.04272,-0.0386 0.04686,-0.0413 0.04961,-0.0372 0.04961,-0.0345 0.05099,-0.0331 0.04961,-0.0372 0.04961,-0.0289 0.0441,-0.0262 0.04134,-0.0345 0.03721,-0.0331 0.03447,-0.0248 0.01929,-0.0193 0.02066,-0.0124 0.02479,-0.01 0.02342,-0.011 0.01516,-0.0165 0.01241,-0.0138 0.01516,-0.0138 0.0083,-0.0234 0.02204,-0.0331 0.04134,-0.04 0.04134,-0.0441 0.0441,-0.0469 0.04134,-0.0455 0.04134,-0.0386 0.03305,-0.0358 0.03447,-0.0248 0.03583,-0.0207 0.01929,-0.007"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path380"
+ d="m 64.142927,105.3521 0.0096,-0.0165 0.02204,-0.0276 -0.01379,-0.007 -0.0055,0.0165 0.0028,0.004 v 0.01 l 0.0069,0.008 0.0041,-0.001 0.0069,0.003 0.0083,0.008 0.0055,0.004 0.0096,0.005 0.01791,0.003 0.01929,-0.001 0.02893,-0.001 0.04272,-0.007 0.04961,-0.011 0.04823,-0.005 h 0.04548 l 0.04134,0.001 0.04272,10e-4 0.0441,0.003 0.04685,0.005 0.05099,10e-4 0.06477,0.004 0.06752,0.004 0.06339,0.005 0.06753,0.003 0.06476,0.004 0.06615,-0.001 0.05788,-0.001 0.05926,0.003 h 0.06477 l 0.04686,0.004 h 0.03996 l 0.03583,-0.005 h 0.03859 l 0.0441,-0.001 0.03168,-0.01 0.02755,-0.004 0.03721,-0.004 0.04134,-0.004 0.04685,-0.004 0.04272,10e-4 0.05099,-0.003 0.04685,0.001 0.03859,-0.003 h 0.04823 l 0.04686,0.005 0.0441,0.001 0.04272,0.004 0.04272,0.005 0.03859,0.004 h 0.04134 l 0.04823,-0.007 0.04547,-0.005 0.03305,-0.007 0.03447,-0.008 0.05099,-0.01 0.05926,-0.005 0.05788,-0.003 0.06477,-0.007 0.05237,0.001 0.02342,0.003 0.02617,0.007 0.04272,0.003 h 0.03447 l 0.02755,0.005 0.02479,0.004 0.02204,0.004 0.02204,0.003 h 0.02342 l 0.02893,0.007 0.01654,0.004 0.02204,-10e-4 0.03721,-0.001 0.04823,-0.001 0.06339,-0.007 0.06339,-0.01 0.05788,-0.01 0.05099,-0.004 0.05375,-0.007 0.06615,-0.008 0.05512,-0.003 0.03996,0.003 0.02755,0.003 0.01929,0.003 0.01516,-0.003 h 0.0055 l 0.0013,0.004 -0.0041,0.008 h 0.0041 l 0.0055,-0.001 0.01654,0.003 0.01241,0.01 h 0.0041 l 0.0055,-0.001 h 0.01241 l 0.01516,-0.001 0.01241,-10e-4 0.01241,-0.004 0.0069,-0.005 -0.0028,-0.005"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path382"
+ d="m 67.831933,105.26115 h 0.0096 l 0.02066,-0.005 0.02066,0.007 h 0.05512 l 0.02617,-0.005 h 0.08957 l 0.03447,0.005 0.03446,0.004 0.03447,0.01 0.02479,0.0152 0.01516,0.005 0.0028,0.003 -0.0096,0.003 -0.0028,0.008 0.0069,0.004"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path384"
+ d="m 68.474098,105.25839 0.01929,-0.022 0.02066,-0.0276 0.0041,0.005 h 0.0013 l 0.0069,-0.005 0.01791,0.003 0.02066,0.001 0.02204,-0.003 0.01929,-0.003 h 0.06201 l 0.02066,0.01 0.01929,0.005 0.02066,0.004 0.02479,0.008 0.02479,0.004 0.01101,-0.001 0.01101,0.005 0.01241,0.003 0.01791,0.004 0.02066,0.003 0.01241,-0.001 h 0.01791 l 0.01791,-10e-4 0.01241,0.004 h 0.03996 -0.01101 l 0.0041,0.004 0.0083,0.001 0.01101,-0.001 0.01516,0.004 h 0.01929 l 0.0055,0.004"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path386"
+ d="m 69.084572,105.33556 -0.0041,-0.007 h 0.01378 v 0.008 h 0.0083"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path388"
+ d="m 69.342265,105.36036 -0.0096,0.0179 -0.01241,0.01 -0.0013,0.003 -0.01929,0.0124 -0.01654,0.01 -0.0083,0.0276 -0.01101,0.0179 -0.03583,0.0193 -0.01241,0.0234 0.02617,0.0207 -0.0096,0.0248 -0.01654,0.0193 -0.02204,0.0331 -0.02066,0.0207 -0.01516,0.0193 -0.0069,0.0179 -0.01378,0.0193 -0.02066,0.0152 -0.01929,0.0179 -0.01516,0.0138 -0.01929,0.0165 -0.01516,0.0152 -0.0096,0.0138 -0.01516,0.0165 -0.01929,0.0248 -0.02479,0.0193 -0.01929,0.0152 -0.0055,0.0193 -0.01101,0.0165 -0.02204,0.0179 -0.01654,0.0152 -0.0096,0.0179 v 0.0138 l -0.0083,0.0124 -0.01378,0.01 -0.01654,0.01 -0.01516,0.0124 -0.01241,0.0207 -0.02342,0.0193 -0.02755,0.0165 -0.01654,0.0248 -0.01378,0.0234 -0.01654,0.0193 -0.01791,0.0275 -0.02204,0.0262 -0.02755,0.0234 -0.02342,0.0262 -0.01929,0.0262 -0.02066,0.0207 -0.01791,0.0207 -0.02066,0.0234 -0.02204,0.0262 -0.02204,0.022 -0.02204,0.0165 -0.01791,0.0165 -0.01654,0.0165 -0.0096,0.0138 -0.01101,0.007 -0.0041,0.0124 -0.0083,0.0138 -0.0096,0.011 -0.01101,0.0152 -0.01929,0.0179 -0.0303,0.022 -0.01929,0.0262 -0.0028,0.0248 -0.01654,0.0234 -0.02204,0.0262 -0.02066,0.0275 -0.01929,0.0303 -0.02755,0.0262 -0.01929,0.0345 -0.01791,0.0303 -0.02066,0.0248 -0.01791,0.0248 -0.01654,0.022 -0.01791,0.0207 -0.03305,0.0179 -0.02204,0.022 -0.0041,0.022 -0.01378,0.0193 -0.01516,0.0179 -0.0041,0.022 -0.0083,0.0138 -0.0096,0.0165 -0.01791,0.022 -0.02204,0.0193 -0.01241,0.0276 -0.01929,0.0234 -0.02479,0.0234 -0.02066,0.022 -0.02204,0.022 -0.02755,0.0165 -0.01929,0.0262 -0.01791,0.0179 -0.01654,0.008 -0.02341,0.01 -0.01378,0.022 v 0.0207 l -0.0069,0.0138 -0.01654,0.0165 -0.01929,0.0234 -0.01654,0.0289 -0.0028,0.022 -0.01241,0.0165 -0.02342,0.0248 -0.02755,0.0234 -0.02066,0.0193 -0.01516,0.0193 -0.01791,0.0179 -0.03583,0.0331 -0.01791,0.0138 -0.01378,0.0124 -0.01241,0.0138 -0.0096,0.0179 -0.01241,0.0193 -0.02342,0.0152 -0.01516,0.0234 -0.01101,0.0165 -0.02204,0.0165 -0.01654,0.011 0.01378,0.005 -0.0055,0.01 -0.02342,0.01 -0.01241,0.004 -0.0041,0.007 -0.01378,0.01 -0.02204,0.0138 -0.01378,0.0179 -0.01516,0.0165 -0.01929,0.0124 -0.01929,0.0193 -0.02755,0.0193 -0.03447,0.0207 -0.02479,0.0207 -0.01791,0.0138 -0.01516,0.0124 -0.01241,0.004 -0.0055,0.007 h -0.0028 l 0.01101,10e-4 h 0.0069 l -0.0055,-10e-4 v -0.003 h -0.0041 l 0.0013,10e-4 0.0013,0.004 -0.0013,0.005 -0.0013,0.011 -0.0083,0.0193 -0.0013,0.007 -0.0083,0.005 v 10e-4 l -0.0028,0.001"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path390"
+ d="m 60.4236,108.69522 h 0.0013 l 0.0096,-0.01 0.01101,-0.005 0.01516,-0.004 0.02204,-0.008 0.02617,-0.0124 0.03447,-0.004 0.03031,-0.003 0.03171,0.001 0.03721,0.003 0.03721,0.007 0.02893,0.003 h 0.07579 l 0.03447,0.004 0.02755,0.004 0.03306,0.004 0.03996,0.003 h 0.04272 l 0.04272,-10e-4 0.03721,-0.001 0.03996,-0.001 0.05237,-0.004 0.05925,-0.005 0.06202,-0.005 h 0.05099 l 0.09922,-0.005 0.05099,-0.008 0.09922,-0.008 0.03859,0.001 0.0303,0.007 0.03447,0.006 0.02893,0.011 0.02893,0.01 0.03447,0.008 0.0372,0.008 0.03859,0.003 0.04272,0.003 0.03583,10e-4 0.03996,0.007 0.03306,0.003 0.03583,-0.001 0.0441,-10e-4 0.03996,-0.007 h 0.03168 l 0.03721,-0.01 0.03721,-0.005 0.02066,0.001 0.0303,0.001 0.04272,10e-4 0.03858,0.001 0.03583,0.005 h 0.04134 l 0.03447,0.005 0.03168,0.004 0.03447,0.004 0.08819,0.008 0.04685,-0.005 0.04548,-0.003 0.04547,-0.001 h 0.0441 l 0.0441,-0.005 0.03859,-0.004 h 0.06339 l 0.03168,0.001 0.03447,0.005 0.03306,0.001 h 0.129535 l 0.04272,-0.001 h 0.161229 l 0.04272,-0.004 0.03996,-10e-4 0.04548,10e-4 0.04409,-0.004 0.03721,-0.005 h 0.03305 l 0.02893,-0.003 h 0.02893 l 0.03305,0.004 0.04134,0.001 0.03858,-0.004 h 0.0882 l 0.04823,0.004 0.04548,-0.003 0.05788,-0.005 0.05926,-0.005 h 0.05512 l 0.04823,0.001 h 0.03996 l 0.03996,0.001 0.02479,-0.004 h 0.176387 l 0.03583,0.001 h 0.04272 l 0.04547,0.004 h 0.168124 l 0.05374,0.004 h 0.0565 l 0.05512,0.004 h 0.05512 l 0.04685,-0.005 h 0.03996 l 0.03858,-10e-4 0.07166,-0.008 0.03305,-0.005 h 0.02342 l 0.02204,0.001 0.03446,-0.003 0.04685,-0.01 h 0.04686 l 0.04409,-0.003 h 0.04547 l 0.04686,0.001 0.05099,-0.003 h 0.04547 l 0.03583,0.01 0.02755,0.001 0.01929,0.005 0.01378,0.004 0.01791,0.004 0.01516,0.003 0.01516,0.004 0.0083,-10e-4 0.01516,-0.003 0.02341,-0.001 0.02617,-0.005 0.02479,-0.006 0.02893,-0.01 0.03305,-0.0124 0.03306,-0.005 0.0441,-0.003 0.06064,-0.001 0.05374,0.001 0.03446,0.008 0.01654,0.007 0.01101,0.005 0.02341,0.005 h 0.01378 v -10e-4 l 0.0013,-0.001 0.0096,-0.003 0.01654,-0.001 0.01654,-0.005 0.01241,-0.01 0.02066,-0.01 0.01791,-0.01 0.02066,-0.004 0.01929,-0.006 0.01241,-0.0124 0.0083,-0.003 0.0041,0.007 0.0069,0.004 0.0013,0.003 0.0041,10e-4 0.0028,0.004 0.01101,0.004 0.0083,0.004 -0.0041,0.004 0.0028,0.008 0.0028,0.003 0.01101,0.003 0.01379,-10e-4 -0.0013,0.008 -0.0013,0.004"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path392"
+ d="m 68.955034,104.68237 0.0013,-0.0482 0.0055,-0.0455 0.01101,0.01 -0.0028,0.01 -0.0069,0.007 -0.0013,0.005 v 0.007 l 0.0013,-0.005 v -0.007 l 0.0028,-10e-4 0.0083,-0.01 v -0.01 l -0.0055,-0.01 0.0041,-0.0138"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path394"
+ d="m 33.199086,116.35849 -0.01378,-0.0469 -0.0096,-0.0799 0.0124,-0.0413 v -0.007 l 0.0055,0.0152 0.0055,0.0193 0.0083,0.0248 0.01378,0.022 0.02205,0.0331 0.03169,0.0427 0.03032,0.0593 0.04134,0.0854 0.0441,0.10197 0.04685,0.13367 0.06752,0.16261 0.0689,0.19017 0.07579,0.19017 0.08682,0.19017 0.07304,0.18052 0.0689,0.14332 0.06477,0.0965 0.04134,0.0661 0.03721,0.0427 0.04134,0.004 0.0124,-0.0179 0.0014,-0.0289 0.01653,-0.0386 0.01929,-0.0455 0.0096,-0.04 0.0014,-0.0413 0.0027,-0.0744 0.0041,-0.0965 0.01378,-0.11162 0.03032,-0.12541 0.01654,-0.13504 0.02205,-0.1447 0.01516,-0.14193 0.01929,-0.11851 0.01791,-0.0937 0.01791,-0.0675 0.0096,-0.062 0.01791,-0.0551 0.01102,-0.0496 -0.0041,-0.0537 -0.0055,-0.0537 0.0096,-0.0634 -0.0014,-0.0634 -0.0014,-0.0496 -0.0014,-0.0455 -0.0014,-0.0275 -0.0083,-0.0152 v 0.0124 l 0.0083,-0.001 0.0027,0.011 0.0014,0.004 -0.0055,0.001 0.0069,0.004 0.0083,-0.001 0.0055,0.004 0.01378,0.005 0.0014,-0.0124 0.0055,-0.008 0.03996,0.006 h 0.0565 l 0.06477,-0.006 0.08682,-0.007 0.111621,-0.0165 0.117133,-0.008 0.118511,-0.0207 0.106109,-0.022 0.09646,-0.0124 0.198437,-0.022 0.07993,-0.011 0.07166,-0.01 0.07993,-0.011"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path396"
+ d="m 85.765717,104.68513 0.05099,-0.0289 0.04823,-0.0358 -0.0041,0.007 -0.0083,0.0193 -0.0096,0.0317 -0.0069,0.0248 -0.01101,0.0289 -0.01101,0.0386 -0.0083,0.0455 -0.0069,0.0551 -0.01241,0.0703 -0.01378,0.0896 -0.01241,0.1061 -0.0041,0.11025 -0.01101,0.10886 -0.01101,0.10198 0.01101,0.10335 0.02755,0.0951 0.02066,0.0799 0.04134,0.0537 0.03305,0.0303 0.03447,0.0276 0.06063,0.01 0.05237,0.001 0.03858,-0.008 0.07028,-0.0193 0.04961,-0.0331 0.03305,-0.0482 0.05926,-0.0565 0.07166,-0.0827 0.08544,-0.0923 0.09922,-0.11713 0.09508,-0.13367 0.09233,-0.12402 0.09922,-0.11162 0.100595,-0.11576 0.08406,-0.10749 0.06064,-0.0896 0.03858,-0.0772 0.03859,-0.0634 0.02893,-0.0579 0.0083,-0.0469 -0.0041,-0.0345 -0.0069,-0.022 0.01654,-0.01 -0.0041,-0.003 -0.01654,0.0207 -0.0096,0.0124 0.0028,0.0303 -0.0096,0.0331 -0.0069,0.0303 -0.0028,0.051 -0.01241,0.0744 -0.01378,0.0868 -0.01929,0.10335 -0.02204,0.11714 -0.0565,0.13504 -0.0083,0.15159 0.05098,0.13918 0.02204,0.13229 0.02893,0.1254 0.04272,0.11576 0.04823,0.0868 0.06615,0.0579 0.07166,0.0345 0.07028,0.0165 0.07717,-0.011 0.08268,-0.0248 0.08268,-0.0262"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path398"
+ d="m 71.359713,80.93602 -0.01516,0.03583 -0.01101,0.03306 -0.01101,0.02893 -0.0096,0.02342 -0.0041,0.02755 -0.01378,0.02617 -0.01101,0.03443 -0.0041,0.0303 -0.01379,0.02618 -0.0041,0.02755 -0.0028,0.03168 -0.03583,0.03858 -0.01929,0.03859 -0.01101,0.03306 -0.0013,0.0248 -0.01241,0.02617 -0.0028,0.03168 -0.0069,0.03172 -0.01378,0.03306 -0.01516,0.02893 -0.01516,0.02617 -0.02066,0.03583 -0.02341,0.0303 -0.0096,0.02893 -0.0069,0.0303 -0.0069,0.03306 -0.01241,0.02893 -0.0028,0.02205 -0.0013,0.0193 -0.0028,0.02617 -0.0028,0.02755 -0.0041,0.02893 -0.01101,0.02893 -0.0055,0.03447 -0.01101,0.0303 -0.03306,0.06615 -0.01654,0.03996 -0.0041,0.0303 -0.0083,0.0303 -0.02893,0.0248 -0.01241,0.02893 0.02066,0.0248 0.0013,0.02067 -0.0013,0.02617 -0.0041,0.03306 -0.0041,0.02893 -0.01241,0.02893 -0.0055,0.02342 -0.0055,0.02205 -0.0055,0.02618 0.0013,0.0193 -0.0041,0.01517 -0.0055,0.02617 -0.0041,0.0303 -0.0055,0.03447 -0.01101,0.03721 -0.0055,0.03168 -0.0096,0.03721 -0.02204,0.03996 -0.01101,0.04134 0.0013,0.03721 -0.0013,0.02755 -0.0028,0.0193 -0.0028,0.02067 -0.0028,0.0248 -0.01101,0.01654 v 0.01517 l -0.0083,0.0193 -0.01238,0.03447 -0.0055,0.03447 -0.01101,0.03443 -0.0096,0.03171 -0.0055,0.03443 -0.01378,0.03859 -0.0096,0.04134 -0.0041,0.0303 -0.0028,0.02342 -0.0083,0.0248 0.0013,0.02067 0.01516,0.01792 0.0028,0.01654 -0.0041,0.01517 -0.0013,0.02067 -0.01654,0.02755 -0.01516,0.03306 -0.0069,0.03168 -0.0055,0.03583 -0.0096,0.03583 -0.01101,0.03583 -0.0028,0.03447 -0.01378,0.04134 -0.02204,0.04134 -0.01101,0.02893 -0.0028,0.02205 -0.0013,0.02342 -0.0028,0.01517 -0.0069,0.01242 0.0069,0.01379 0.0096,0.01101 0.0083,0.0069 v 0.02067 l -0.0013,0.02755 -0.0013,0.02342 -0.0013,0.02893 -0.0069,0.03859 -0.01378,0.04961 -0.0069,0.04961 -0.02204,0.0565 -0.0303,0.05375 -0.01241,0.03996 -0.0069,0.03168 -0.0069,0.02205 -0.0055,0.0248 -0.0069,0.03168 -0.0083,0.04134 -0.0028,0.03996 -0.0028,0.0248 -0.0083,0.01242 -0.0041,0.01242 0.0013,0.0083 0.0013,0.0248 0.0013,0.04134 -0.01241,0.05099 -0.01791,0.04548 -0.01791,0.02755 -0.01101,0.0248 -0.0041,0.03997 -0.0096,0.03996 -0.0083,0.03996 -0.01378,0.05099 -0.01654,0.05237 -0.02066,0.04961 -0.03168,0.03168 -0.0041,0.02893 0.01516,0.03447 -0.0028,0.03721 -0.02066,0.02067 -0.0083,0.01792 -0.01379,0.02618 v 0.0441 l -0.0041,0.03305 -0.0303,0.02205 -0.01241,0.02342 -0.01101,0.01379 -0.0028,0.0248 -0.01791,0.03306 -0.02204,0.04823 -0.02204,0.0441 -0.01516,0.03168 -0.0069,0.02067 -0.01241,0.01242 -0.01654,0.01792 -0.0096,0.02618 -0.01241,0.03306 -0.01929,0.03996 -0.02204,0.0441 -0.01516,0.03168 -0.01378,0.02067 -0.01241,0.0193 -0.0069,0.0248 -0.02342,0.04134 -0.02755,0.04823 -0.02755,0.04272 -0.02479,0.03858 -0.01929,0.02755 -0.01791,0.0193 -0.01654,0.01655 -0.0055,0.0248 -0.0096,0.03583 -0.02342,0.04548 -0.03168,0.05926 -0.02755,0.05512 0.02204,0.03721 -0.0083,0.02893 -0.0441,0.02618 -0.02617,0.03168 -0.02204,0.02342 -0.0013,0.03168 -0.02204,0.03859 -0.04272,0.03858 -0.02204,0.04272 -0.02342,0.02618 -0.01791,0.02067 -0.01101,0.01792 -0.01929,0.03447 -0.03031,0.04134 -0.01929,0.04272 -0.02341,0.03996 -0.01791,0.03858 -0.02893,0.03859 -0.02479,0.04272 -0.01241,0.04961 -0.02204,0.0441 -0.03447,0.04685 -0.02617,0.04272 -0.02342,0.04134 -0.01654,0.03447 -0.02204,0.03306 -0.03305,0.03447 -0.02617,0.03168 -0.01654,0.03447 -0.02204,0.02618 -0.02342,0.0303 -0.02755,0.03168 -0.02479,0.0441 -0.01791,0.04134 -0.01101,0.03996 -0.0096,0.0441 -0.03859,0.04685 -0.03305,0.05237 -0.02066,0.04548 -0.03447,0.02893 -0.02893,0.03858 -0.01241,0.04134 -0.02617,0.03447 -0.0441,0.03447 -0.03168,0.04272 -0.01929,0.03305 -0.02479,0.02342 -0.03168,0.02893 -0.02893,0.02617 -0.02893,0.01517 -0.02066,0.0193 -0.02204,0.01654 -0.01654,0.01654 -0.01516,0.01242 -0.01101,0.01101 -0.01101,0.02755 -0.0069,0.0193 -0.01241,0.02618 -0.01101,0.02342 -0.01516,0.0248 -0.01101,0.02067 0.0083,0.02342 -0.01241,0.02342 -0.04272,0.02342 -0.05512,0.05237 -0.02066,0.02342 -0.01378,0.02342 -0.01516,0.01101 -0.0013,0.0055 0.0028,0.0028 0.0013,-0.0014 -0.0013,0.0014 -0.0069,0.0014 -0.01516,0.0096 -0.0013,0.01792 -0.01101,0.01792 -0.02342,0.02342 -0.01929,0.0248 -0.01516,0.02067 -0.01101,0.01517 -0.01241,0.0069 -0.01791,0.0096 -0.0096,0.01379 -0.0069,0.01242 -0.0028,0.0083 -0.0013,0.0014 0.0041,0.0014 -0.0013,-0.0028 -0.0083,-0.0041 -0.0013,0.0055 v 0.0083 l 0.0055,0.0014 h 0.0013 l -0.0083,0.0055 h 0.0013 -0.0041 l -0.0013,-0.0069 v -0.0096 l 0.02204,-0.0055 0.0028,-0.0096 -0.01516,0.0041 0.0069,-0.0028 0.0083,0.0028 v -0.0069 l -0.0028,-0.0041 0.0041,-0.01242 0.0069,-0.01379 0.0041,-0.01655 0.0055,-0.02067 0.01101,-0.02893 0.01654,-0.02755 0.01241,-0.02205 0.0096,-0.02342 0.0083,-0.03721 0.0041,-0.0441 0.01378,-0.04272 0.01516,-0.03859 0.01516,-0.0441 0.02066,-0.04272 0.03721,-0.04272 0.02893,-0.04272 0.01378,-0.04685 0.02204,-0.04548 0.02893,-0.05374 0.01791,-0.06477 0.02893,-0.07028 0.03446,-0.06064 0.01929,-0.05374 0.0096,-0.03583 0.0028,-0.02893 0.0096,-0.02893 0.03306,-0.01379 0.02204,-0.0096 -0.0083,-0.0069 0.0041,-0.0096 0.0013,-0.01792 0.0083,-0.02067 0.0096,-0.0193 0.01654,-0.03168 0.01101,-0.03583 0.03305,-0.07717 0.01516,-0.03583 0.02066,-0.03447 0.0096,-0.02755 0.0013,-0.01517 v -0.0014 l 0.0055,0.01242 -0.0069,0.01379 -0.0055,0.0096 -0.0055,0.0041 -0.0041,0.0041 0.0041,0.0069 -0.0055,0.0055 v 0.0069 h 0.0013 l -0.0013,-0.0041 0.0028,-0.0028 0.0013,-0.0028 h 0.0013 l 0.0055,0.0069 0.0028,0.0083 -0.01929,0.01517 -0.0083,0.02067 0.0028,0.02618 -0.0028,0.04548 -0.0055,0.0565 0.0013,0.06201 -0.01654,0.06477 -0.02893,0.05788 -0.02341,0.05374 -0.02204,0.05926 -0.01516,0.06201 -0.01241,0.0565 -0.01241,0.05237 -0.01791,0.04685 -0.01241,0.04272 -0.0069,0.03996 -0.01241,0.03306 -0.0083,0.02618 -0.0013,0.02618 -0.02342,0.02755 -0.01241,0.03305 0.0028,0.02342 -0.01241,0.01792 -0.01101,0.02755 -0.0096,0.0193 -0.0041,0.01654 -0.0028,0.02618 -0.01516,0.02618 -0.0055,0.02618 -0.0028,0.02342 -0.0041,0.01792 -0.0096,0.01242 -0.0041,0.0055 0.0013,-0.0014 0.0028,-0.0083 0.0013,-0.01242 -0.0028,-0.0055 -0.0028,-0.0028 0.01241,-0.0083 0.0096,-0.0055 0.0013,-0.0083 0.0055,0.0028 v -0.0083 l 0.0096,-0.0028 0.0055,-0.0041 -0.0013,-0.0096 0.01378,-0.01379 0.01929,-0.01792 0.01101,-0.01792 0.01929,-0.0193 0.02342,-0.02755 0.02066,-0.03858 0.03168,-0.03721 0.04272,-0.04272 0.05512,-0.04134 0.05375,-0.04548 0.05374,-0.03858 0.08406,-0.03447 0.06339,-0.03306 0.01791,-0.03168 0.03859,-0.02342 0.04823,-0.0303 0.04134,-0.02755 0.03168,-0.0248 0.03168,-0.0303 0.03447,-0.02342 0.0303,-0.02205 0.03583,-0.02755 0.03305,-0.01792 0.03168,-0.01101 0.02755,-0.0096 0.01516,-0.01242 0.01929,-0.01101 0.01654,-0.01379 0.0069,-0.0041 0.0069,-0.0055 0.02617,-0.01379 0.0096,-0.0083 -0.01241,0.0041 -0.0013,-0.0014 -0.0028,0.0083 v 0.0014 h -0.0069 0.0069 l -0.0028,0.0055 0.0083,0.0055 0.0069,-0.0055 0.0028,-0.0083 -0.01516,-0.0096 0.01241,0.0069 h 0.01378 l -0.0013,-0.01242 0.0013,0.0041 -0.01101,-0.0041 -0.0028,0.0014 0.0083,0.0028 -0.0028,0.0014 -0.0083,0.0014 -0.0055,0.0028 -0.02066,0.01101"
+ style="fill:none;stroke:#bdbdbd;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path400"
+ d="m 71.982585,75.932365 0.0055,-0.0041 h 0.01791 l -0.0028,0.01654 -0.0055,0.02755 0.0041,0.02205 0.0055,0.0441 0.0055,0.05926 -0.0013,0.07992 0.01101,0.100598 v 0.113002 l -0.0069,0.135047 -0.0013,0.150209 -0.0013,0.16812 v 0.181899 l -0.01101,0.183279 -0.01101,0.177768 -0.0069,0.165365 -0.0041,0.14745 -0.0028,0.132292 -0.0041,0.119888 -0.0096,0.09922 0.0069,0.07579 0.0083,0.06477 0.0083,0.05512 0.0069,0.05926 v 0.06477 l 0.0028,0.06891 0.01101,0.06615 0.0096,0.07028 0.01101,0.07579 0.0041,0.07028 -0.0013,0.06201 0.0028,0.04547 -0.0013,0.03447 -0.0028,0.01792 -0.0013,0.0055 0.0013,-0.01242 -0.0028,-0.01101 -0.0028,-0.0096 -0.0013,-0.0069 -0.0041,-0.01101 -0.0013,-0.01379 v -0.01654 l 0.0013,-0.01517 -0.0055,-0.01379 v -0.01792"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path402"
+ d="m 73.335817,76.586934 0.01238,-0.0303 0.01101,-0.03996 -0.0028,-0.01654 0.0028,-0.01792 0.0097,-0.01654 0.0055,-0.02342 0.0096,-0.01654 0.01516,-0.01792 0.01654,-0.02205 0.01654,-0.03305 0.02755,-0.03721 0.03306,-0.03721 0.03306,-0.0303 0.04134,-0.02755 0.05788,-0.0248 0.03996,-0.02342 0.02066,-0.02067 0.03583,-0.01379 0.03858,-0.01517 0.03721,-0.01655 0.03583,-0.01101 0.03171,-0.0069 0.02893,-0.0055 0.02617,-0.0083 0.02479,-0.0083 0.02617,-0.0041 0.01101,0.0028 0.01791,0.0014 0.02066,0.0069 0.01929,0.0014 0.02342,0.01101 0.01929,0.01792 0.01929,0.01238 0.01791,0.01517 0.01791,0.02067 0.02479,0.01655 0.02479,0.0193 0.02479,0.0248 0.03721,0.0193 0.03168,0.0193 0.03447,0.01792 0.03583,0.01238 0.02341,0.01242 0.02479,0.01101 0.02479,0.01792 0.02617,0.0193 0.02204,0.0193 0.03583,0.0193 0.01929,0.02755 -0.0055,0.02617 0.0013,0.01792 0.0028,0.02067 0.01791,0.0248 0.01101,0.0303 0.0096,0.03583 0.0096,0.0303 0.0041,0.02893 0.0097,0.02755 0.0096,0.02617 0.02204,0.02205 0.0055,0.02205 0.0041,0.02067 0.01241,0.0303 0.0041,0.03168 0.0083,0.03447 0.0096,0.03443 -0.0028,0.03583 0.0096,0.03306 0.0097,0.03858 0.0096,0.0441 0.0055,0.04548 0.0041,0.05374 -0.0028,0.0565 0.0041,0.05512 0.0096,0.05374 -0.01101,0.05099 -0.0028,0.04685 0.0041,0.04272 -0.01101,0.03858 -0.0069,0.02755 v 0.0248 l 0.0013,0.02618 -0.0041,0.02067 -0.01101,0.02342 v 0.02617 l -0.0041,0.02893 0.0013,0.0248 0.0013,0.02755 -0.0041,0.02893 -0.0055,0.0303 -0.03172,0.03858 -0.01516,0.03859 0.01101,0.03996 -0.0069,0.04823 -0.0096,0.0441 -0.0041,0.03168 -0.0083,0.02342 -0.0041,0.02205 -0.0096,0.02342 -0.0096,0.0303 -0.01654,0.02205 -0.01101,0.02067 -0.01929,0.02617 -0.01791,0.02342 0.0083,0.02893 -0.0055,0.0248 -0.0303,0.02205 -0.01791,0.0248 -0.0097,0.01792 0.0041,0.01517 -0.01241,0.01654 -0.03031,0.01101 -0.01791,0.0083 -0.02755,0.01101 -0.01378,0.0028 -0.0083,0.0028 -0.01241,0.0083 -0.01378,0.0055 -0.01379,0.01101 -0.01516,0.01101 -0.01378,0.0055 -0.01929,0.0041 -0.02479,0.0096 h -0.01791 l -0.01241,-0.0028 -0.01654,-0.0028 -0.0097,0.0041 h -0.01101 l -0.01791,-0.0014 h -0.01516 l -0.01378,0.0055 -0.01929,0.0014 -0.01929,-0.0069 h -0.05374 l -0.02066,-0.0069 0.01654,-0.0055 -0.0069,-0.0055 -0.0096,-0.0083 -0.01516,-0.01242 -0.01791,-0.01238 0.0083,-0.0055 -0.0013,-0.0083 -0.01654,-0.0028 -0.01378,-0.0096 -0.0083,-0.0055 -0.0083,-0.0069 -0.0083,-0.01379 -0.01654,-0.01101 -0.01516,-0.01101 -0.0055,-0.0096 -0.0069,-0.0097 -0.0083,-0.0083 0.0083,-0.01792 -0.0069,-0.02893 -0.02066,-0.01654 -0.01238,-0.01517 -0.0055,-0.0193 -0.01378,-0.02342 -0.01101,-0.01517 0.01241,-0.01101 v -0.01792 l -0.01929,-0.01654 -0.0069,-0.01654 0.0013,-0.01379 0.0013,-0.01101 0.0028,-0.02067 0.0069,-0.01654 0.0069,-0.0193 0.0013,-0.0193 0.0096,-0.0248 0.01241,-0.02617 -0.0069,-0.02618 0.0083,-0.0193 0.02066,-0.02617 0.01929,-0.02618 0.01516,-0.02755 0.02617,-0.02893 0.0055,-0.03172 -0.01654,-0.02755 0.01101,-0.02205 0.01378,-0.01654 0.0041,-0.01517 0.0069,-0.0083 0.01101,-0.0055 0.0096,-0.0096 0.01516,-0.0069 0.01654,-0.0083 0.01654,-0.01379 0.01516,-0.02205 0.02617,-0.02205 0.01791,-0.0193 0.02204,-0.02342 0.04548,-0.02618 0.04272,-0.02205 0.0303,-0.02342 0.01101,-0.02893 0.02755,-0.02893 0.03859,-0.02893 0.03031,-0.0248 0.03171,-0.02067 0.02755,-0.01654 0.05237,-0.0303 0.02755,-0.01242 0.02755,-0.0055 h 0.02204 l 0.01516,0.0096"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path404"
+ d="m 75.302275,77.894692 0.0069,0.01517 0.0013,-0.0014 0.0041,-0.01101 -0.0013,-0.01238 -0.01101,0.0014 h 0.0013 l 0.0055,0.0055 0.0013,0.0041 0.0013,0.0083 -0.0055,0.0193 -0.0055,0.02617 -0.01241,0.03583 -0.0069,0.04823 0.0013,0.06201 -0.0097,0.07304 -0.01101,0.07304 -0.01101,0.07717 -0.0096,0.0813 0.0028,0.07442 0.0083,0.06477 0.02204,0.05374 0.02204,0.0441 0.01929,0.0303 0.02342,0.01379 0.02066,0.0041 0.02617,-0.01242 0.02342,-0.0083 0.0083,-0.02205 0.02755,-0.02618 0.04686,-0.02067 0.03443,-0.03443 0.03721,-0.04548 0.05099,-0.05237 0.04272,-0.06063 0.03168,-0.0565 0.03447,-0.06615 0.0303,-0.07166 0.02479,-0.0689 0.02893,-0.07166 0.02479,-0.06615 0.02617,-0.0689 0.03168,-0.06339 0.01654,-0.06339 0.02204,-0.0565 0.0055,-0.04272 0.0041,-0.02205 0.0041,-0.01379 v -0.01101 l 0.0083,-0.0097 -0.0028,-0.0028 -0.0069,0.0028 -0.0028,0.0069 v 0.0069 l 0.0013,0.0041 -0.0013,0.0083 v 0.03996 l -0.0041,0.02067 -0.0013,0.03168 0.0055,0.05375 0.01378,0.126777 0.0013,0.0689 0.0041,0.06753 0.02204,0.0689 0.01378,0.06753 0.0041,0.06615 0.0096,0.0689 0.01378,0.05926 0.01101,0.04548 0.01929,0.0372 0.02204,0.02755 0.01516,0.02342 0.01378,0.01379 0.02341,0.0069 0.01516,0.0083 0.0096,0.03583"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path406"
+ d="m 78.058352,76.314081 0.0041,-0.0014 -0.02617,-0.0014 -0.03443,0.0083 -0.02479,-0.0083 h -0.02342 l -0.03172,-0.0055 -0.0372,-0.0055 -0.04134,-0.0055 -0.04685,-0.0055 -0.04548,0.0014 -0.04961,0.0014 -0.04823,0.0014 -0.05375,0.0069 -0.04685,0.0069 -0.05512,0.01792 -0.05788,0.0248 -0.06339,0.02342 -0.0689,0.03306 -0.05788,0.03447 -0.0441,0.03721 -0.04134,0.03443 -0.04548,0.03305 -0.03858,0.03306 -0.03721,0.02617 -0.02755,0.0248 -0.01238,0.02067 -0.01378,0.01238 -0.0028,0.01517 -0.0028,0.0041 0.0069,0.0028 v 0.0055 l 0.0096,0.0028 0.02204,0.0014 0.02066,0.01517 0.03305,0.02893 0.04272,0.0303 0.04548,0.0303 0.04685,0.02755 0.0565,0.0303 0.05236,0.02618 0.06339,0.02205 0.06476,0.02205 0.05512,0.01654 0.05237,0.02067 0.05374,0.02067 0.04823,0.02342 0.04272,0.02342 0.04547,0.02342 0.03859,0.02893 0.03447,0.0248 0.03168,0.02342 0.03306,0.03306 0.0303,0.03583 0.02066,0.03583 0.01929,0.02893 0.01929,0.03168 0.02755,0.02755 0.01929,0.02755 0.0055,0.02617 0.01101,0.02618 v 0.02205 l -0.01516,0.0193 -0.0055,0.02205 0.0069,0.02618 -0.0055,0.0303 -0.01101,0.02067 -0.01101,0.01654 -0.0041,0.02067 -0.0041,0.02342 -0.01516,0.02342 -0.01654,0.0193 -0.01516,0.01792 -0.01378,0.01242 -0.02479,0.01101 -0.02204,0.01792 -0.02066,0.0193 -0.0303,0.01242 -0.03583,0.01379 -0.0565,0.0193 -0.04685,0.02067 -0.02617,0.02205 -0.02755,0.01654 -0.03443,0.0193 -0.07442,0.03858 -0.03721,0.0069 -0.03168,0.01101 -0.0303,0.0069 -0.02066,0.0069 -0.01929,0.0014 -0.02342,0.0028 -0.0441,-0.0055 -0.02204,-0.0014 -0.02893,-0.0055 -0.02479,-0.0069 -0.02479,-0.0055 -0.03721,-0.0041 -0.03446,0.0014 -0.01378,-0.01101 -0.01791,-0.01517 -0.0303,-0.01101 -0.01654,-0.01242 -0.0097,-0.01517 0.0013,-0.0083 -0.0069,-0.01792 -0.01378,-0.01654 -0.0041,-0.01101 0.0028,-0.0069 -0.0013,-0.01101 0.0013,-0.01379 -0.01101,-0.01517 v -0.01517 l 0.01101,-0.0193 0.0083,-0.0248"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path408"
+ d="m 76.651374,75.656757 -0.0028,-0.05926 -0.0083,-0.06201 -0.01791,0.01379 0.01791,0.0069 0.01516,0.0083 0.01929,0.0028 0.03306,-0.0041 0.05512,-0.01101 0.07303,-0.01242 0.08544,-0.01242 0.111619,-0.01101 0.117131,-0.01792 0.122648,-0.01655 0.118512,-0.0097 0.11162,-0.0096 0.110241,-0.0069 0.09509,-0.0083 0.06477,-0.0014 0.0441,-0.0083 0.03447,-0.0028 0.01791,-0.0041 0.0028,0.0083 -0.0055,0.0014 v -0.0041 l -0.0028,-0.0014 -0.01378,0.0041 -0.0083,0.0055"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path410"
+ d="m 79.129089,76.72198 v -0.0041 l -0.01241,-0.0069 -0.0055,0.0248 0.0041,0.0069 0.0013,0.0096 0.01378,0.0069 0.0303,0.01654 0.03583,0.03858 0.05788,0.05512 0.07441,0.06339 0.07855,0.07992 0.09371,0.08268 0.09646,0.09095 0.09784,0.08819 0.09922,0.08957 0.08682,0.08131 0.07441,0.08819 0.06201,0.07717 0.05374,0.06477 0.04272,0.06615 0.02066,0.07441 0.02893,0.07028 0.03859,0.07166 0.01654,0.07028 0.0055,0.06339 0.01238,0.04961 0.01516,0.04961 0.0083,0.03171 0.0083,0.01792 h 0.0041 l 0.0096,-0.01517 0.0096,-0.01379 0.01101,-0.02067 0.01654,-0.04272"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path412"
+ d="m 80.329358,76.726115 -0.03168,0.02618 -0.06752,0.04823 -0.06063,0.03996 -0.03859,0.04272 -0.01791,0.05926 -0.04548,0.06339 -0.07579,0.06615 -0.07028,0.07855 -0.07028,0.08544 -0.06752,0.100598 -0.06891,0.103354 -0.07028,0.108863 -0.06477,0.09784 -0.07993,0.0813 -0.08131,0.07717 -0.05926,0.07855 -0.05099,0.06201 -0.04272,0.04823 -0.02755,0.03859 -0.02066,0.02342 -0.01654,0.0193 -0.01516,0.01792 -0.0069,0.01101 0.02066,0.0014 0.0083,0.0028 -0.01101,-0.0041 -0.0013,-0.0083"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path414"
+ d="m 81.298119,76.303057 -0.0028,-0.04272 0.01654,-0.05788 0.02204,-0.04272 0.02342,-0.03305 0.02893,-0.01655 0.02617,-0.01654 0.03446,-0.01655 0.04272,-0.01379 0.03721,-0.01517 0.03306,-0.0097 0.03583,-0.01654 0.04823,-0.01242 0.05099,-0.0083 0.05374,-0.0014 0.05512,0.0028 0.05374,-0.0014 0.0565,0.0014 0.04272,0.0014 0.03305,0.0069 0.03447,0.0055 0.02755,0.0055 0.03172,0.02205 0.02341,0.02342 0.02066,0.01101 0.02204,0.01379 0.01654,0.02067 0.02755,0.01792 0.02893,0.0248 0.03721,0.02067 0.03168,0.02342 0.02479,0.0248 0.02617,0.02893 0.02204,0.03583 0.02342,0.0303 0.02066,0.03443 0.01101,0.03859 0.02617,0.03996 0.04134,0.02755 0.02755,0.03305 0.01791,0.02618 0.02066,0.02893 0.01654,0.02618 -0.01101,0.02755 0.0069,0.0303 0.02204,0.0372 0.02755,0.05099 0.0096,0.07166 0.0028,0.07579 0.0028,0.08131 0.0013,0.07855 0.0041,0.07028 0.0028,0.05374 -0.01101,0.05512 -0.0028,0.05512 -0.0013,0.05099 0.0055,0.05099 0.0069,0.04686 0.0013,0.04823 -0.0041,0.04823 -0.01791,0.04961 -0.0083,0.05788 0.0055,0.05788 -0.0097,0.06339 -0.02755,0.06064 -0.02342,0.06201 -0.01238,0.05788 -0.0028,0.04548 -0.01101,0.03583 -0.01929,0.02893 -0.02479,0.0248 -0.02204,0.02067 -0.01378,0.02205 -0.01241,0.02342 0.02755,0.02618 -0.02066,0.0248 -0.0565,0.02755 -0.0303,0.02893 -0.02066,0.02205 -0.01241,0.02205 -0.01791,0.02342 -0.03447,0.03443 -0.02204,0.01242 h -0.01379 l -0.01654,0.0041 -0.01654,0.0014 -0.01516,-0.0041 -0.01791,0.0028 -0.02893,0.0041 -0.02341,0.0069 h -0.0689 l -0.02066,-0.0014 -0.02342,-0.0055 -0.01929,-0.0069 -0.01516,-0.01101 0.0055,-0.01242 -0.0041,-0.01101 -0.02893,-0.0083 -0.02204,-0.01238 -0.01791,-0.0097 -0.01654,-0.01238 -0.01654,-0.0097 -0.02342,-0.0082 -0.01516,-0.01517 0.01101,-0.0097 -0.0028,-0.01792 -0.0069,-0.01379 -0.01654,-0.01101 -0.0041,-0.0193 0.01929,-0.0248 -0.0013,-0.02755 -0.0096,-0.02067 0.0041,-0.02893 v -0.09646 l -0.0013,-0.0193 -0.0055,-0.01792 -0.0013,-0.02067 v -0.02617 l 0.0055,-0.0096 0.0069,-0.0069 0.0013,-0.01654 v -0.0193 l 0.01654,-0.02755 0.0013,-0.03306 0.02066,-0.03306 0.05512,-0.02893 0.02893,-0.04134 0.01516,-0.0441 0.01654,-0.04548 0.02341,-0.04685 0.02755,-0.03168 0.02204,-0.0303 0.01654,-0.02755 0.02066,-0.02342 0.01791,-0.0303 0.01101,-0.02067 0.02204,-0.01379 0.0028,-0.0096 0.01378,-0.0082 0.03997,-0.0096 0.03306,-0.0014 0.03583,-0.01238 0.03168,-0.0097 0.05099,-0.01101 0.07855,-0.01517 0.08268,-0.02342 0.07166,-0.01792 0.08268,-0.0193 0.08682,-0.01517 0.06477,-0.0083"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path416"
+ d="m 83.310056,77.800987 -0.0096,-0.0441 -0.01516,-0.08819 0.0096,-0.04686 0.01791,-0.0069 0.0041,0.0097 -0.0013,0.01101 0.0028,0.0193 0.0055,0.02205 v 0.01517 l 0.0041,0.02205 0.01516,0.04134 0.01791,0.05237 0.02893,0.06752 0.03583,0.07717 0.03305,0.09233 0.0096,0.09646 0.02204,0.101974 0.04547,0.100598 0.03168,0.09233 0.02342,0.08268 0.02066,0.07717 0.02617,0.07166 0.02066,0.06201 0.02755,0.0441 0.02893,0.03306 0.02893,0.01792 0.02341,-0.0028 0.01101,-0.01242 0.0028,-0.01379 0.0069,-0.01379 0.0055,-0.01792 0.0069,-0.02342 0.01378,-0.02617 -0.0028,-0.03859 -0.0013,-0.03996 0.0083,-0.05099 0.01101,-0.06752 0.01241,-0.0689 0.0055,-0.07166 0.02204,-0.07028 0.01791,-0.06201 0.0096,-0.06339 0.0083,-0.0689 0.0028,-0.06064 0.0013,-0.0565 0.0028,-0.05099 0.0013,-0.04548 0.0041,-0.03583 0.0096,-0.02893 0.01101,-0.0248 0.0055,-0.02617 v -0.01931 l 0.0041,-0.01792 0.0097,-0.02067 0.0055,-0.01792 0.02066,-0.01101 0.0069,-0.0083 -0.0013,-0.01101 0.0069,-0.0028 0.0013,0.0028 -0.0055,0.0041 v 0.0014 l 0.01101,0.0014 0.01791,0.0055 h 0.01516 l 0.02617,-0.0055 0.07166,-0.01654 0.04823,-0.0055 0.05375,-0.01238 0.05512,-0.01654 0.05099,-0.01238 0.06753,-0.01379 0.0565,-0.01101 0.03583,-0.0083 0.03305,-0.0069 0.02479,-0.0069 0.01378,0.0097"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path418"
+ d="m 86.338979,76.717846 h -0.0041 l -0.0083,-0.01517 -0.02066,-0.0055 -0.03447,-0.01101 -0.04134,-0.01101 -0.04823,-0.01101 -0.04823,-0.0096 -0.05926,0.0028 -0.05788,-0.0028 -0.05926,-0.0028 -0.137803,0.01654 -0.06339,0.02067 -0.08268,0.02342 -0.06615,0.03168 -0.01929,0.04823 -0.05099,0.03447 -0.08406,0.04134 -0.0689,0.04961 -0.04547,0.0441 -0.01791,0.03168 -0.01516,0.02755 -0.01654,0.03168 0.0013,0.02617 0.01241,0.01792 0.01516,0.01101 0.02341,0.01792 0.02755,0.02205 0.03996,0.02755 0.05512,0.03443 0.06201,0.03306 0.0689,0.03583 0.06201,0.03721 0.07303,0.04134 0.08958,0.03859 0.07579,0.04685 0.06477,0.04548 0.07028,0.04685 0.06339,0.03858 0.06063,0.03447 0.0441,0.03996 0.02066,0.03721 0.01379,0.03305 0.01378,0.03447 0.0096,0.03168 0.0013,0.0303 -0.0083,0.0303 -0.0069,0.02617 -0.0028,0.0303 -0.01241,0.03721 -0.01654,0.04134 -0.04272,0.03858 -0.02479,0.04823 0.0096,0.04961 -0.02617,0.0441 -0.03996,0.0441 -0.02755,0.03721 -0.02755,0.03306 -0.02342,0.02893 -0.02204,0.02342 -0.02204,0.01792 -0.02617,0.0069 -0.02755,0.0069 -0.05788,-0.0028 -0.04823,-0.0041 -0.04961,-0.0097 -0.03447,-0.0014 -0.03859,-0.0097 -0.05374,-0.01101 -0.06752,-0.01101 -0.06477,-0.0041 -0.05512,-0.0083 -0.04961,-0.0083 -0.03859,-0.0097 -0.0303,-0.0096 -0.02479,-0.0028 -0.01929,-0.0028 -0.01516,-0.0028 -0.01241,-0.0041 -0.01241,-0.0028 -0.0055,-0.0055 v -0.0083 l -0.02755,-0.0096 -0.0096,-0.0193 0.01241,-0.0055 0.0013,-0.0041 -0.0028,-0.0014 0.01378,-0.0041 0.0028,-0.01379 -0.02066,-0.0028 0.0013,0.0028"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path420"
+ d="m 84.930629,75.844171 0.0028,-0.04272 0.0013,-0.03721 0.01241,0.0083 -0.0013,0.0083 v 0.0041 l 0.0041,-0.0028 0.01238,-0.0041 0.01791,-0.0041 0.02204,-0.0055 h 0.02755 l 0.04823,-0.0055 h 0.197059 l 0.08544,0.0014 h 0.07993 l 0.08406,0.01238 0.07717,0.0069 h 0.137806 l 0.06752,0.0041 0.06615,-0.0014 0.05099,-0.0069 0.04686,-0.0014 0.05374,-0.0069 0.0441,-0.01242 0.02066,-0.0069 0.01929,0.0014 0.01101,0.0014 0.0055,0.0028 0.01929,0.0014 0.01654,0.0014 h 0.0083 l 0.0055,0.0014 0.01378,-0.0014"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path422"
+ d="m 87.615044,75.611281 -0.02893,-0.03168 -0.02204,-0.02755 -0.0055,0.0193 -0.0013,0.01379 0.01378,0.01379 0.01378,0.01517 0.0013,0.01238 0.0055,0.02618 0.0055,0.04134 0.0041,0.06339 0.0096,0.07855 0.01654,0.09508 0.02066,0.125402 0.02204,0.144695 0.02342,0.137802 0.01378,0.135051 0.0083,0.141936 0.01241,0.135047 0.01241,0.143316 0.0013,0.150206 0.0055,0.151585 0.0083,0.14883 -0.0083,0.14745 -0.0041,0.137802 -0.0083,0.118512 -0.01241,0.114378 -0.02893,0.100595 -0.01378,0.09646 0.04134,0.08406 0.0041,0.07993 -0.02617,0.07442 v 0.09646 l 0.0013,0.03168 0.0013,0.02755 0.0055,0.0193 0.0013,0.0193 v 0.01379 l -0.0013,0.0096 v 0.0055 h -0.01654 l -0.0083,0.0041 0.01378,-0.0028 0.0041,0.0055 0.0013,-0.0069 h -0.0013 l -0.0069,0.0014 0.0028,0.0014 0.0055,-0.0041 h 0.0069 l -0.0013,0.0014 h -0.0013 v -0.0055 l -0.0055,-0.01101 0.0028,-0.0014 -0.0083,-0.01238 -0.01101,-0.0083"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path424"
+ d="m 52.163641,74.208439 -0.0689,-0.02205 -0.06752,-0.05099 0.01379,-0.03168 0.04134,-0.0041 0.0248,-0.0014 0.02893,-0.0069 0.03583,-0.01792 0.06477,-0.03583 0.08268,-0.03996 0.104729,-0.03859 0.114378,-0.03583 0.128157,-0.02755 0.117136,-0.01654 0.108864,0.0014 0.100598,0.0248 0.07855,0.02755 0.0193,0.0441 0.0069,0.0565 0.02755,0.0565 -0.01379,0.06752 -0.02067,0.07166 -0.05926,0.08957 -0.05237,0.09784 -0.01379,0.107488 -0.06339,0.144692 -0.107485,0.163985 -0.09509,0.166744 -0.07855,0.137802 -0.05512,0.119891 -0.05788,0.09233 -0.04823,0.07166 -0.03306,0.06339 -0.02618,0.0441 -0.01242,0.0303 -0.01379,0.0248 -0.01101,0.02618 0.0096,0.0248 0.0097,0.02067 0.0041,0.0097 0.01792,0.01517 0.0096,0.01238 0.0303,0.0041 0.100594,0.01517 0.07579,0.0193 0.02342,0.03168 0.05375,0.01242 0.07717,0.01238 0.08268,0.01242 0.09784,0.01101 0.107484,0.01242 0.08131,0.0069 0.05926,0.0041 0.04548,0.0041 0.03858,0.01238 0.0193,-0.0014 0.02205,0.0055 0.05512,0.0041 h 0.03306 l 0.0193,-0.0014 0.0248,-0.0096 0.02067,-0.0096 0.0097,-0.0097"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path426"
+ d="m 52.176045,75.013213 -0.03306,-0.01101 -0.03168,-0.02342 -0.02893,-0.0069 -0.0193,-0.0055 0.0028,-0.0041 0.02617,-0.0014 0.01654,0.0069 0.01242,0.0055 0.0069,0.0028 0.01379,-0.0028 0.01101,-0.0014 0.0083,-0.0055 0.03447,-0.0041 0.04685,-0.0096 0.05099,-0.01792 0.06752,-0.01655 0.07993,-0.01654 0.07717,-0.01517 0.07855,-0.01379 0.09646,-0.01242 0.09371,-0.02067 0.09646,-0.01242 0.09233,-0.0028 0.09095,-0.0028 0.08957,-0.01101 0.07441,0.0028 0.0565,0.0041 0.03858,-0.0055 0.02893,0.0014 0.0441,0.01517"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path786"
+ d="m 69.030824,108.71864 -0.01241,0.0276 -0.01929,0.0689 -0.0041,0.0579 0.01378,0.0427 0.02342,0.04 0.02617,0.0386 0.03306,0.0317 0.04134,0.0234 0.04272,0.0124 0.04134,0.01 0.04134,0.005 0.04823,0.004 0.04961,-0.0124 0.04823,-0.0179 0.04961,-0.0317 0.03859,-0.0386 0.0303,-0.0482 0.0303,-0.0524 0.02755,-0.0537 0.02342,-0.062 0.02341,-0.0675 0.02617,-0.0689 0.01516,-0.0717 0.01516,-0.0703 0.0069,-0.0648 0.0013,-0.0579 -0.0096,-0.0593 -0.01378,-0.0551 -0.01241,-0.0482 -0.01929,-0.0441 -0.03168,-0.0372 -0.01241,-0.0345 -0.02341,-0.0248 -0.04134,-0.0207 -0.03858,-0.0165 -0.03997,-0.008 -0.03446,-10e-4 -0.04272,0.008 -0.05236,0.0248 -0.0565,0.0276 -0.0565,0.0386 -0.05236,0.0441 -0.05512,0.051 -0.04961,0.0496 -0.03996,0.0496 -0.03446,0.0524 -0.01654,0.0427 -0.0028,0.04 0.0028,0.0455 0.0028,0.0524 -0.0013,0.0524 0.0096,0.051 0.01241,0.0413 0.02617,0.0386 0.04548,0.0303 0.04134,0.0248 0.04272,0.01 0.04548,0.008 0.04685,0.004"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path788"
+ d="m 69.780479,107.18213 -0.02066,-0.011 -0.02893,-0.0593 -0.0083,-0.0524 0.0041,-0.0358 0.0013,-0.0234 0.0028,-0.0165 0.0028,-0.007 0.0013,0.005 v 0.011 l 0.0013,0.011 v 0.0303 l -0.0041,0.0234 -0.0055,0.0372 0.01654,0.0441 -0.01101,0.0551 -0.02755,0.0675 -0.01241,0.0758 -0.01378,0.0827 -0.0069,0.0923 -0.0069,0.0882 -0.01378,0.0882 -0.0013,0.0951 -0.0013,0.0965 -0.0041,0.10198 0.0069,0.11438 0.0028,0.11299 0.0013,0.10611 0.0097,0.0992 0.0013,0.0854 v 0.073 l -0.01929,0.0606 -0.0069,0.0524 0.01101,0.0358 -0.0028,0.0289 -0.01791,0.0234 -0.0055,0.0124 -0.0041,-10e-4 -0.0013,-0.0124 v -0.01 l 0.0028,-0.007 0.0083,-0.007"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path790"
+ d="m 70.217316,107.97588 -0.0013,-0.0386 -0.01241,-0.0427 -0.01654,10e-4 0.0055,0.01 v 0.007 l 0.0041,0.005 0.0041,0.008 0.0069,0.008 0.0096,0.0179 0.0055,0.0207 0.01378,0.022 0.01241,0.0317 0.01238,0.0469 0.02066,0.0551 0.01929,0.0675 0.01101,0.0799 0.01929,0.0827 0.02341,0.0758 0.02342,0.0703 0.02342,0.0661 0.02617,0.0579 0.02204,0.0551 0.02066,0.0579 0.02893,0.0606 0.02617,0.0634 0.02479,0.0606 0.02617,0.0482 0.02479,0.0331 0.02893,0.0179 0.02617,0.005 h 0.01238 l 0.0097,-0.008 0.0041,-0.0179 0.0028,-0.0207 0.0028,-0.022 0.0083,-0.0262 0.01101,-0.0289 0.0028,-0.0441 0.0028,-0.0482 0.0083,-0.0565 0.0083,-0.0675 -0.0013,-0.073 0.0041,-0.0661 0.01101,-0.062 v -0.0648 l 0.0028,-0.0593 0.02479,-0.0537 0.01516,-0.0537 0.01241,-0.0496 0.01654,-0.0441 0.01101,-0.0427 0.0055,-0.0386 0.0096,-0.0262 0.01791,-0.0179 0.01101,-0.0179 0.0096,-0.0152 0.0055,-0.0179 0.0069,-0.0124 0.0096,-0.0124 0.01378,-0.0124 0.0083,-0.0152 0.0069,-0.011 0.0096,-10e-4 v 0.003 h 0.0069 l 0.01791,10e-4 0.02066,-0.004 0.01378,10e-4 h 0.05237 l 0.02617,-10e-4 0.02342,-0.004 0.02755,-0.001 h 0.02204 l 0.02204,0.001 h 0.02341 l 0.02479,-0.004 0.02617,-0.01 0.02066,-0.01 0.01654,-0.008 0.01929,-0.0124"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path792"
+ d="m 61.787861,110.96485 0.0028,0.0427 -0.0055,0.1006 0.0069,0.0978 0.02066,0.0744 0.02893,0.062 0.04272,0.0565 0.05374,0.051 0.05788,0.0427 0.05375,0.0289 0.05512,0.011 0.05512,0.001 0.05512,-0.0124 0.0565,-0.022 0.0565,-0.0303 0.05237,-0.0372 0.04272,-0.0469 0.03583,-0.051 0.03306,-0.0579 0.02617,-0.0593 0.01241,-0.0565 0.0096,-0.062 -0.01101,-0.0661 -0.0055,-0.062 0.0069,-0.0593 -0.01241,-0.0524 -0.02342,-0.0441 -0.01929,-0.0317 -0.03859,-0.022 -0.05512,-0.0138 -0.05374,-0.0138 -0.05374,-0.005 -0.05374,0.005 -0.0565,0.008 -0.05512,0.0179 -0.06063,0.022 -0.05926,0.0275 -0.05237,0.0345 -0.04547,0.0372 -0.04548,0.0441 -0.04685,0.0427 -0.03996,0.051 -0.0303,0.0455 -0.02617,0.0469 -0.02204,0.0537 -0.02066,0.0524 -0.0083,0.0469 0.0096,0.0372 0.01791,0.0289 0.01516,0.0248 0.02204,0.0303 0.03171,0.0331 0.03443,0.0345 0.04272,0.0331 0.04823,0.0276"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path794"
+ d="m 62.628463,109.87344 -0.01654,0.0262 -0.02066,0.0496 -0.0041,0.0427 0.0041,0.0469 0.0041,0.0579 0.0041,0.0744 0.0055,0.0854 0.01101,0.10473 -0.0041,0.11438 -0.0055,0.11989 -0.0069,0.11989 -0.0013,0.11713 0.0083,0.11162 -0.0028,0.10611 -0.0096,0.091 v 0.0827 l -0.0041,0.0744 0.0041,0.0565 0.0055,0.0455 0.0096,0.0358 0.01101,0.022 0.01241,0.022"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path796"
+ d="m 63.223776,110.47702 -0.0013,-0.0234 -0.0069,-0.0413 v -0.0138 l 0.0013,0.011 v 0.0152 l 0.0028,0.01 0.0041,0.008 0.0013,0.0152 0.0013,0.0193 v 0.0207 l -0.0013,0.0317 -0.0041,0.051 -0.0055,0.0661 -0.0013,0.0772 v 0.0923 l 0.0055,0.11162 0.0055,0.113 0.01101,0.0992 0.01929,0.0868 0.02341,0.0689 0.02342,0.0524 0.02617,0.0386 0.03168,0.0248 0.02893,0.011 h 0.02617 l 0.01929,-0.006 0.03305,-0.0165 0.03168,-0.022 0.02479,-0.0276 0.03721,-0.0331 0.03859,-0.0482 0.03443,-0.0593 0.03996,-0.0675 0.04548,-0.0854 0.04685,-0.0909 0.03721,-0.091 0.03447,-0.0909 0.02893,-0.0772 0.02893,-0.0661 0.01516,-0.0648 0.0028,-0.0524 0.01241,-0.0358 v -0.0207 l 0.0069,-0.001 -0.0041,0.01 -0.01101,0.0207 -0.0028,0.0165 -0.0041,0.0207 -0.0041,0.0138 0.0013,0.001 -0.0083,0.007 -0.0041,0.0165 0.0055,0.022 0.0069,0.033 0.0055,0.0565 0.0055,0.0634 0.0096,0.0634 -0.0013,0.073 0.02066,0.0758 0.03996,0.0772 0.03306,0.0813 0.03996,0.0744 0.04548,0.062 0.04547,0.051 0.0441,0.0289 0.04823,0.0165 0.0441,0.001"
+ style="fill:none;stroke:#000000;stroke-width:0.44775647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
+ </g>
+</svg>