aboutsummaryrefslogtreecommitdiff
path: root/Report
diff options
context:
space:
mode:
Diffstat (limited to 'Report')
-rw-r--r--Report/ENSCachan.pngbin0 -> 71589 bytes
-rw-r--r--Report/Makefile5
-rw-r--r--Report/Report.bib8
-rw-r--r--Report/Report.tex459
-rw-r--r--Report/azerty1.pngbin0 -> 51063 bytes
-rw-r--r--Report/azerty1.svg888
-rw-r--r--Report/azerty2.pngbin0 -> 23320 bytes
-rw-r--r--Report/azerty2.svg524
-rw-r--r--Report/azerty3.pngbin0 -> 89245 bytes
-rw-r--r--Report/azerty3.svg989
-rw-r--r--Report/azerty4.pngbin0 -> 60795 bytes
-rw-r--r--Report/azerty4.svg1968
-rw-r--r--Report/ctc_cost_best.pngbin0 -> 47726 bytes
-rwxr-xr-xReport/ens2.jpgbin0 -> 87054 bytes
-rw-r--r--Report/final/Projet_Auvolat_Mesnard.zipbin0 -> 15745 bytes
-rw-r--r--Report/les_resultats.py27
-rw-r--r--Report/mila.pngbin0 -> 2614 bytes
-rw-r--r--Report/pouet_timit_ER.pngbin0 -> 24143 bytes
-rw-r--r--Report/pouet_timit_cost.pngbin0 -> 36683 bytes
19 files changed, 4868 insertions, 0 deletions
diff --git a/Report/ENSCachan.png b/Report/ENSCachan.png
new file mode 100644
index 0000000..104b000
--- /dev/null
+++ b/Report/ENSCachan.png
Binary files differ
diff --git a/Report/Makefile b/Report/Makefile
new file mode 100644
index 0000000..22e9687
--- /dev/null
+++ b/Report/Makefile
@@ -0,0 +1,5 @@
+Report.pdf: Report.tex
+ pdflatex -interaction nonstopmode Report.tex
+ bibtex Report
+ pdflatex -interaction nonstopmode Report.tex
+ pdflatex -interaction nonstopmode Report.tex
diff --git a/Report/Report.bib b/Report/Report.bib
new file mode 100644
index 0000000..65c0e6c
--- /dev/null
+++ b/Report/Report.bib
@@ -0,0 +1,8 @@
+@inproceedings{graves2006connectionist,
+ title={Connectionist temporal classification: labelling unsegmented sequence data with recurrent neural networks},
+ author={Graves, Alex and Fern{\'a}ndez, Santiago and Gomez, Faustino and Schmidhuber, J{\"u}rgen},
+ booktitle={Proceedings of the 23rd international conference on Machine learning},
+ pages={369--376},
+ year={2006},
+ organization={ACM}
+}
diff --git a/Report/Report.tex b/Report/Report.tex
new file mode 100644
index 0000000..963089e
--- /dev/null
+++ b/Report/Report.tex
@@ -0,0 +1,459 @@
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\documentclass[11pt,a4paper]{article}
+% XXX Use this line if you want two columns
+% \documentclass[10pt,a4paper,twocolumn]{article}
+% This first part of the file is called the PREAMBLE. It includes
+% customizations and command definitions. The preamble is everything
+% between \documentclass and \begin{document}.
+
+%% Well understand input, and nice output
+\usepackage[utf8]{inputenc}
+\usepackage{lmodern}
+\usepackage[T1]{fontenc}
+
+\usepackage[margin=1.00in,top=1.25in,bottom=1.25in]{geometry} % set the margins
+\usepackage{latexsym} % symbols
+\usepackage{amsmath} % great math stuff
+\usepackage{amssymb} % great math symbols
+\usepackage{amsfonts} % for blackboard bold, etc
+
+\usepackage{titling}
+\usepackage{enumerate}
+\usepackage{fixltx2e} % LaTeX patches, \textsubscript
+\usepackage{cmap} % fix search and cut-and-paste in Acrobat
+\usepackage{color}
+\definecolor{darkgreen}{rgb}{0.0,0.55,0.0} % Defines the color used for link
+
+
+\usepackage[plainpages=false,pdfcenterwindow=true,
+ pdftoolbar=false,pdfmenubar=false,
+ pdftitle={TITLE},
+ pdfauthor={AUTHOR},
+ linkcolor=black,citecolor=black,filecolor=black,urlcolor=black]{hyperref}
+ % Allows url with \href{http://truc.machin/ok?r=yes}{myref}
+\usepackage{graphicx} % to include figures
+\graphicspath{{fig/}} % Directory in which figures are stored
+\usepackage{caption}
+\usepackage{subcaption}
+\usepackage{multicol}
+\usepackage{float}
+\usepackage{palatino} % Use the Palatino font % XXX
+\usepackage{graphics}
+\usepackage{indentfirst}
+\usepackage{graphicx}
+
+% various theorems, numbered by section
+\newtheorem{thm}{Theorem}[section]
+\newtheorem{lem}[thm]{Lemma}
+\newtheorem{proof}[thm]{Proof}
+
+\usepackage{lastpage,fancyhdr}
+\pagestyle{fancyplain}
+ \renewcommand{\headrulewidth}{0.2pt}
+ \renewcommand{\footrulewidth}{0.2pt}
+ \lhead{\emph{Connectionist Temporal Classification}}
+ %\rhead{\emph{\today}}
+ \rhead{\emph{January 13, 2016}}
+ \lfoot{\textsc{\'Ecole Normale Sup\'erieure de Paris}}
+ \cfoot{\thepage/\pageref{LastPage}}
+ \rfoot{\textsc{Alex Auvolat, Thomas Mesnard}}
+
+%% Horizontal Lines
+\providecommand*{\hr}[1][class-arg]{%
+ \hspace*{\fill}\hrulefill\hspace*{\fill}
+ \vskip 0.65\baselineskip
+}
+
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\begin{document}
+\DeclareGraphicsExtensions{.pdf,.png,.jpg}
+
+\pretitle{
+ \begin{center}
+ \vspace{-5em}
+ \includegraphics[width=3cm]{ens2.jpg}\hfill
+ \includegraphics[width=3cm]{ENSCachan.png}\hfill
+ \includegraphics[width=3cm]{mila.png}\\\vspace{3em}
+}
+\posttitle{\end{center}}
+%
+%------------------------------------------------------------------------------
+\title{\huge Connectionist Temporal Classification: \\Labelling Unsegmented Sequences with \\Recurrent Neural Networks \\ \Large{Research Project Report -- Probabilistic Graphical Models course} }
+% \date{\today}
+\date{}
+
+\maketitle
+% ------------------------------------------------------------------------------
+% \vspace*{-1.5cm}
+\begin{center}
+% Authors
+ \begin{multicols}{2}
+ \setcounter{footnote}{-1} %% XXX
+ \textsc{Alex Auvolat} \\
+ Department of Computer Science\\
+ \'Ecole Normale Sup\'erieure de Paris \\
+ \texttt{alex.auvolat@ens.fr}\\
+ \textsc{Thomas Mesnard}
+ \footnote{If needed, see online at \url{https://github.com/thomasmesnard/CTC-LSTM} for the implementation, open-sourced under the Apache license.}\\
+ Department of Computer Science\\
+ \'Ecole Normale Sup\'erieure de Paris \\
+ \texttt{thomas.mesnard@ens.fr}\\
+ % \and % \and or \And or \AND
+ \end{multicols}
+ %\vspace*{-0.3cm}
+ % \'Ecole Normale Sup\'erieure de Paris \\
+ % \texttt{\{alex.auvolat,thomas.mesnard\}@ens.fr}
+\end{center}
+
+\vspace{1em}
+
+% ------------------------------------------------------------------------------
+\hr{} % Horizontal line, like <hr> in HTML
+%\hfill{}
+
+\vspace{1em}
+
+% ------------------------------------------------------------------------------
+% A small abstract of what is done in the paper
+\begin{abstract}
+ Many real-world sequence learning tasks require the prediction of sequences of
+ labels from noisy, unsegmented input data. Recurrent neural networks (RNNs) are powerful sequence learners that would seem well suited to such tasks. However, because they require pre-segmented training data, and post-processing to transform their outputs into label sequences, they cannot be applied directly. Connectionist Temporal Classification is a method for training RNNs to label unsegmented sequences directly, thereby solving both problems.
+\end{abstract}
+
+\vspace{1em}
+
+% ------------------------------------------------------------------------------
+\hr{} % Horizontal line, like <hr> in HTML
+% XXX remove if it is ugly or take too much space
+
+%\hfill{}
+
+\vspace{1em}
+
+% ------------------------------------------------------------------------------
+% About the report
+\begin{center}
+ \textbf{Project Advisor:} Guillaume Obozinski \\
+ \textbf{Course:}
+ \emph{``Probabilistic Graphical Models''}, by F. Bach, S. Lacoste-Julien, G. Obozinski \\
+ \textbf{For} the \href{http://www.math.ens-cachan.fr/version-anglaise/academics/mva-master-degree-227777.kjsp}{Math\'ematiques, Vision, Apprentissage (MVA)} Master 2
+ at \href{http://www.ens-cachan.fr/}{ENS de Cachan}.
+\end{center}
+
+%\footnote{If needed, see online at \href{https://github.com/thomasmesnard/CTC-LSTM}{https://github.com/thomasmesnard/CTC-LSTM}for an e-version of this report, as well as additional resources, open-sourced under the \href{http://opensource.org/licenses/MIT}{MIT License}}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\newpage
+
+\section{Model}
+
+Connectionist Temporal Classification (CTC) introduces a new cost function for training recurrent neural networks to label unsegmented sequences directly.
+To use this cost function, we introduce an additional blank symbol in the possible labels that the recurrent neural networks can output. We remind that the output layer of the recurrent neural networks correspond to probabilities over all possible labels.
+
+This additional blank symbol give freedom to the RNN to give the label for a section of input at any moment, and especially when it is sure of its answer, simply by outputting the blank label the rest of the time.
+
+The blank label also allows the network to give a strong probability to the correct label at a very localized point in time, whereas in a classical setup we observe distributed probabilities over all labels at each time step. An example of both behaviors can be observed on speech data in Figure \ref{Example}.
+
+\begin{figure}[h]
+ \centering
+ \includegraphics[width=1\linewidth]{azerty3.png}
+ \caption{\small Output of classic framewise phoneme classification and RNN trained with CTC}
+ \label{Example}
+\end{figure}
+
+As the output sequence is shorter than the input sequence, there are many possible alignments with the correct label sequence. We want the recurrent neural network to learn one of these correct alignments on its own. Using dynamic programing to sum over all the possible alignments, CTC provides gradients for the backpropagation phase to train the RNN to learn a good alignment.
+
+In the basic setup shown in Figure~\ref{Setup}, we use stacked bidirectional recurrent neural networks. The CTC brick takes as inputs the output of the last bidirectional recurrent neural network as well as the target label sequence, and calculates the cost of the label. When differentiated, the CTC brick gives back gradients to train the RNN and learn a good alignment.
+
+
+% \begin{figure}[h]
+% \centering
+% \includegraphics[width=0.3\linewidth]{azerty4.png}
+% \caption{Simple bidirectional RNN model with CTC cost layer}
+% \label{Setup}
+% \end{figure}
+
+We use the following notation:
+
+\begin{itemize}
+ \item $y_k^t$: output at time $t$ for symbol $k$
+ \item $l$: the label sequence for which we want to calculate a cost
+ \item $l'$: the same label sequence but with blanks added between each letters
+\end{itemize}
+
+\begin{figure}[H]
+ \hfill{}
+ \begin{minipage}{.4\textwidth}
+ \centering
+ \includegraphics[width=0.8\linewidth]{azerty4.png}
+ \caption{Simple bidirectional RNN model with CTC cost layer}
+ \label{Setup}
+ \end{minipage}
+ \hfill{}
+ \begin{minipage}{.5\textwidth}
+ \centering
+ \vspace{1em}
+ \includegraphics[width=1.0\linewidth]{azerty1.png}
+ \caption{Computation graph for $\alpha_t(s)$ (corresponds to an unrolling of the automaton that recognizes $\mathcal{B}^{-1}(l)$)}
+ \label{auto}
+ \end{minipage}
+ \hfill{}
+\end{figure}
+
+\subsection{First Definition}
+
+CTC is a dynamic programming algorithm that calculates the following variable:
+
+\begin{equation}
+ \alpha_t(s) = \sum_{\substack{\pi \in N^T:\\\mathcal{B}(\pi_{1:t}) = l'_{1:s}}} \prod_{t'=1}^t y_{\pi_{t'}}^{t'}
+ \label{first}
+\end{equation}
+
+Where:
+\begin{itemize}
+ \item $\mathcal{B}$ is the transform that removes all blanks and duplicates
+ \item $\pi \in N^T: \mathcal{B}(\pi_{1:t}) = l'_{1:s}$ corresponds to all possible paths among all possible labels from time step $1$ to $t$ which give the $s$ first correct labels after we apply the $\mathcal{B}$ transform.
+ \item $y^{t'}$ corresponds to the output of the RNN at time $t'$
+\end{itemize}
+
+We can see that $\alpha_t(s)$ corresponds to the sum, over all possible paths between time step $1$ and $t$ that will give the $s$ first correct labels after removing all banks and duplicates, of the product of the probabilities output by the RNN on these paths.
+
+The formulation described in Equation~\ref{first} is equivalent to the unrolled automaton presented in Figure~\ref{auto}.
+To allow for blanks in the output paths, we consider a modified label sequence $l'$, with blanks added to the beginning and the end and inserted between every pair of labels. The length of $l'$ is therefore $2|l|+1$. This allows transition between blank and non-blank labels, and also those between any pair of distinct non-blank labels.
+
+% \begin{figure}[h]
+% \centering
+% \includegraphics[width=0.6\linewidth]{azerty1.png}
+% \caption{Computation graph for $\alpha_t(s)$ (corresponds to an unrolled automaton)}
+% \label{auto}
+% \end{figure}
+
+
+\subsection{Recursive Definition}
+
+The definition of $\alpha_t(s)$ given above enables us to understand what this function calculates, but unfortunately it is not practical to compute. We will now see a recursive definition of the $\alpha_t(s)$ which provides a dynamic programming algorithm for our problem. This calculation is illustrated in Figure~\ref{auto}.
+
+We first have to initiate $\alpha_1$ with at first a blank label, then the first correct label and finally just zeros. Indeed, it is impossible that more than one correct label derive from only one output of the RNN:
+
+\[
+\begin{tabular}{rcl}
+ $\alpha_1(1)$ &=& $y_b^1$\\
+ $\alpha_1(2)$ &=& $y_{l_1}^1$\\
+ $\alpha_1(s)$ &=& $0, \forall s > 2$
+\end{tabular}
+\]
+
+We then define the recurrence relations:
+\[
+\alpha_t(s) =
+\begin{cases}
+ \bar{\alpha}_t(s) y_{l'_s}^t & \mbox{ if } l'_s = b\mbox{ or }l'_{s-2}=l'_s \\
+ (\bar{\alpha}_t(s)+\alpha_{t-1}(s-2)) y_{l'_s}^t &\mbox{ otherwise}\\
+\end{cases}
+\]
+
+With:
+
+\[
+\bar{\alpha}_t(s) = \alpha_{t-1}(s) + \alpha_{t-1}(s-1)
+\]
+
+Finally, we have:
+\[
+ p(l|x) = \alpha_T(|l'|) + \alpha_T(|l'|-1)
+\]
+
+Which give us, given an input, the probability of having a particular sequence.
+
+
+\subsection{Analysis of the Gradient Provided by CTC}
+
+\begin{figure}[h]
+ \centering
+ \includegraphics[width=0.6\linewidth]{azerty2.png}
+ \caption{Evolution of the CTC error signal}
+ \label{error}
+\end{figure}
+
+In Figure \ref{error}, the left column shows the output activations for the same sequence at various stages of training. The dashed line corresponds to the blank unit. The right column shows the corresponding error signals, i.e.~the gradient which is sent back to the RNN.
+
+On the early stage of the training (a), the network does not make predictions because it has small random weights, the error is only determined by the target sequence and is localized only very vaguely.
+
+During the training (b), the network begins to make predictions and the error localizes around them.
+
+At the end of the training (c), the network strongly predicts the correct labels at very specific times, and the rest of the time outputs the blank label. The error signal becomes null since there is no error.
+
+
+\section{Experiments}
+
+We made an implementation of the model using \href{https://github.com/Theano/Theano}{Theano} and \href{https://github.com/mila-udem/blocks/}{Blocks} which is a Theano framework for building and training neural networks. The code is available at the following address: \url{https://github.com/thomasmesnard/CTC-LSTM}.
+
+As Theano provides an automated symbolic differentiation tool, we implemented the forward recursion for $\alpha_t(s)$ and let Theano derive the backward calculation. To avoid numerical underflow, two methods can be applied, which we both implemented:
+
+\begin{itemize}
+ \item Normalize at each time step $t$ the $\alpha_t$:
+ \hspace{1em}
+ $ C_t = \sum_s \alpha_t(s)$
+ \hspace{1em}
+ $\hat{\alpha}_t(s) = \frac{\alpha_t(s)}{C_t}$
+ \item Do our calculations in the logarithmic domain
+
+\end{itemize}
+
+\subsection{Toy Dataset}
+
+We first tried our implementation on a simple task. Our dataset is composed of the following sequences, where each digit is randomly repeated a random number of times.
+
+\begin{center}
+\begin{tabular}{c}
+ $1^*2^*3^*4^*5^* \to 1$ \\
+ $1^*2^*3^*2^*1^* \to 2$ \\
+ $5^*4^*3^*2^*1^* \to 3$ \\
+ $5^*4^*3^*4^*5^* \to 4$ \\
+\end{tabular}
+\end{center}
+
+The network has to learn the previous association. The two first sequences have an overlap on the three first digits. The network has to wait until the fourth digit to know if it is either a 1 or a 2. We can see here the importance of the blank label. Indeed, the network will have to outputs the blank label until the fourth label is presented to be able to give the correct label. The same reasoning can be applied for the two last sequences.
+
+We have two versions of the toy dataset: on the first version each piece of the sequence is perfectly identifiable as each character appears at least once (the input sequence is therefore at least 5 times as long as the target sequence). On the second version some characters may be omitted in the input, adding stochasticity to the task. CTC provides very good results on the two tasks (shown in Table~\ref{tbl_result} and Table~\ref{tbl_result2}).
+
+\begin{table}[H]
+ \centering
+ \vspace{2ex}
+ \begin{minipage}{0.45\textwidth}
+ \begin{tabular}{l l l}
+ %\toprule
+ \hline
+ \textbf{Results} & \textbf{train} & \textbf{valid}\\
+ \hline
+ %\midrule
+ Output sequence length & 5 -- 50 & 5 -- 50 \\
+ Error rate & 0 & 0 \\
+ Mean edit distance & 0 & 0 \\
+ Errors per character & 0 & 0 \\
+ \hline
+ %\bottomrule
+ \end{tabular}
+ \caption{Performances of CTC on our toy dataset, with perfect input sequences}
+ \label{tbl_result}
+ \end{minipage}
+ \hfill{}
+ \begin{minipage}{0.45\textwidth}
+ \begin{tabular}{l l l}
+ %\toprule
+ \hline
+ \textbf{Results} & \textbf{train} & \textbf{valid}\\
+ \hline
+ %\midrule
+ Output sequence length & 5 -- 20 & 5 -- 20 \\
+ Error rate & 0.62 & 0.63 \\
+ Mean edit distance & 1.0 & 1.1 \\
+ Errors per character & 0.08 & 0.09 \\
+ \hline
+ %\bottomrule
+ \end{tabular}
+ \caption{Performances of CTC on our toy dataset, with imperfect input sequences}
+ \label{tbl_result2}
+ \end{minipage}
+\end{table}
+
+We observe that the model performs flawlessly on the first task. On the other task, the error rate is not as low as expected but we remind that it corresponds to the rate on which the network is able to find the complete target sequence. A more meaningful measure is the error rate per character which is only $9\%$ on the validation set. We deduce from these two results that the model is able to perfectly learn the rule that maps the input sequences to the targets, but even though, it cannot achieve perfect results on the second task as information is sometimes missing in the input. Both implementations converge in less than 1000 time steps.
+
+%\begin{figure}[h]
+% \centering
+% \includegraphics[width=0.6\linewidth]{ctc_cost_best.png}
+% \caption{Training and validation cost of the CTC model (negative log likelihood)}
+%\end{figure}
+
+\subsection{TIMIT}
+
+\begin{figure}[H]
+ \hfill{}
+ \begin{minipage}{.5\textwidth}
+ \centering
+ \includegraphics[width=0.95\linewidth]{pouet_timit_cost.png}
+ \caption{\footnotesize Training cost of the CTC model on TIMIT}
+ \label{timit_cost}
+ \end{minipage}
+ \hfill{}
+ \begin{minipage}{.45\textwidth}
+ \centering
+ \vspace{1em}
+ \includegraphics[width=0.95\linewidth]{pouet_timit_ER.png}
+ \caption{\footnotesize Error rate of the CTC model on TIMIT}
+ \label{timit_er}
+ \end{minipage}
+ \hfill{}
+\end{figure}
+
+
+\begin{table}[H]
+ \centering
+ \small
+ \begin{tabular}{l l l l l l}
+ \hline
+ \textbf{Convolution layers} & \textbf{Filters} & \textbf{Filter size} & \textbf{Stride} & \textbf{Skip} & \textbf{Normalize} \\
+ \hline
+ Layer 1 & 20 & 200 & 10 & Yes & Yes \\
+ Layer 2 & 20 & 200 & 10 & Yes & Yes \\
+ Layer 3 & 20 & 30 & 2 & Yes & Yes \\
+ Layer 4 & 100 & 20 & 2 & No & Yes \\
+ \hline
+ \textbf{Recurrent layers} & \textbf{Size} & \textbf{Type} & \textbf{Bidirectional} & \textbf{Skip} & \textbf{Normalize} \\
+ \hline
+ Layer 1 & 50 & LSTM & Yes & Yes & No \\
+ Layer 2 & 50 & LSTM & Yes & Yes & No \\
+ \hline
+ %\bottomrule
+ \end{tabular}
+ \caption{Structure of the Deep Neural Network for the TIMIT dataset}
+ \label{params_timit}
+\end{table}
+
+We then tried on the classical TIMIT dataset. It is a raw speech signal dataset of 4120 sentences labelled by phonemes or by words. The average audio length is 50\,000 samples and the average sentence length is 38 phonemes.
+
+To avoid hand-crafted feature extraction on the speech signal, we use convolution layers before the bidirectional LSTM layers. We then use bidirectional LSTM layers, and of course the CTC cost function. We use noise and normalization on intermediate layers for regularization. The structure of our model is described in Table~\ref{params_timit}.
+
+We were able to attain a $50\%$ phoneme error rate on the validation set after about 150 epochs of training (see Figure~\ref{timit_er}). This result is not as good as the $30\%$ achieved by the original paper~\cite{graves2006connectionist}, however it is an extremely good result for the model as we do not use hand-crafted preprocessing on the data. This shows that the convolution layers are able to learn the filters necessary for audio processing on speech by themselves.
+
+\section{Conclusion}
+
+CTC is a powerful cost function for training RNNs on unsegmented data, now largely used in major commercial applications. We were able to get very good results using CTC on a toy dataset. We proposed a way of processing speech data with convolutional neural networks and were able to train a convnet-LSTM-CTC model with satisfactory results on TIMIT.
+% ------------------------------------------------------------------------------
+% ------------------------------------------------------------------------------
+
+%\vspace{4em}
+%\hr{} % Horizontal line, like <hr> in HTML
+%\vspace{2em}
+
+% XXX remove if it is ugly or take too much space
+
+
+%% Bibliography
+\nocite{*} % XXX remove to hide references not cited!
+
+% To compile: pdflatex, pdflatex, bibtex, pdflatex, pdflatex
+\bibliographystyle{unsrt}
+
+\small
+\bibliography{Report}
+
+
+% ------------------------------------------------------------------------------
+%\hr{} % Horizontal line, like <hr> in HTML
+% XXX remove if it is ugly or take too much space
+
+
+%\vfill
+%\subsubsection*{License}
+%\begin{center}
+% \begin{small}
+% This paper (and the additional resources -- including code, images, etc),
+% are publicly published under the terms of the \href{http://opensource.org/licenses/MIT}{MIT License}.
+% Copyright 2015-2016 \copyright ~Alex~Auvolat and ~Thomas~Mesnard.
+% \end{small}
+%\end{center}
+
+
+\end{document}
diff --git a/Report/azerty1.png b/Report/azerty1.png
new file mode 100644
index 0000000..9e2e283
--- /dev/null
+++ b/Report/azerty1.png
Binary files differ
diff --git a/Report/azerty1.svg b/Report/azerty1.svg
new file mode 100644
index 0000000..d86e525
--- /dev/null
+++ b/Report/azerty1.svg
@@ -0,0 +1,888 @@
+<?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="78.698875mm"
+ height="54.42408mm"
+ viewBox="0 0 278.85428 192.84123"
+ id="svg9352"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="azerty1.svg">
+ <defs
+ id="defs9354">
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath3387">
+ <path
+ d="M 0,0 650,0 650,437 0,437 0,0 Z"
+ id="path3389"
+ inkscape:connector-curvature="0" />
+ </clipPath>
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="2.3611944"
+ inkscape:cx="139.42714"
+ inkscape:cy="96.42061"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ fit-margin-top="5"
+ fit-margin-left="5"
+ fit-margin-right="5"
+ fit-margin-bottom="5"
+ inkscape:window-width="1364"
+ inkscape:window-height="728"
+ inkscape:window-x="0"
+ inkscape:window-y="18"
+ inkscape:window-maximized="0" />
+ <metadata
+ id="metadata9357">
+ <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(-194.85858,-281.65588)">
+ <g
+ id="g3379"
+ transform="matrix(0.375,0,0,-0.375,212.5751,462.99065)">
+ <g
+ id="g3381">
+ <g
+ id="g3383">
+ <g
+ clip-path="url(#clipPath3387)"
+ id="g3385">
+ <g
+ transform="scale(0.1,0.1)"
+ id="g3391">
+ <path
+ inkscape:connector-curvature="0"
+ id="path3393"
+ style="fill:none;stroke:#000000;stroke-width:28.34600067;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 666.133,4207.25 552.747,0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3395"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
+ d="m 1218.88,4136.39 141.73,70.86 -141.73,70.87" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3397"
+ style="fill:none;stroke:#000000;stroke-width:28.34600067;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 1516.51,4207.25 552.75,0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3399"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
+ d="m 2069.26,4136.39 141.73,70.86 -141.73,70.87" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3401"
+ style="fill:none;stroke:#000000;stroke-width:28.34600067;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="M 666.133,4207.25 1283.92,3822.91" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3403"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
+ d="m 1246.48,3762.74 157.78,-14.7 -82.91,135.04" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3405"
+ style="fill:none;stroke:#000000;stroke-width:28.34600067;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 666.133,3640.34 552.747,0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3407"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
+ d="m 1218.88,3569.47 141.73,70.87 -141.73,70.86" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3409"
+ style="fill:none;stroke:#000000;stroke-width:28.34600067;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="M 1516.51,4207.25 2134.3,3822.91" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3411"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
+ d="m 2096.86,3762.74 157.78,-14.7 -82.91,135.04" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3413"
+ style="fill:none;stroke:#000000;stroke-width:28.34600067;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 1516.51,3640.34 552.75,0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3415"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
+ d="m 2069.26,3569.47 141.73,70.87 -141.73,70.86" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3417"
+ style="fill:none;stroke:#000000;stroke-width:28.34600067;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="M 1516.51,3640.34 2175.1,2732.89" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3419"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
+ d="m 2117.75,2691.27 140.6,-73.09 -25.9,156.33" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3421"
+ style="fill:none;stroke:#000000;stroke-width:28.34600067;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="M 1516.51,3640.34 2134.3,3255.99" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3423"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
+ d="m 2096.86,3195.82 157.78,-14.7 -82.91,135.04" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3425"
+ style="fill:none;stroke:#000000;stroke-width:28.34600067;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="M 666.133,3640.34 1283.92,3255.99" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3427"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
+ d="m 1246.48,3195.82 157.78,-14.7 -82.91,135.04" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3429"
+ style="fill:none;stroke:#000000;stroke-width:28.34600067;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 1516.51,3073.41 552.75,0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3431"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
+ d="m 2069.26,3002.55 141.73,70.86 -141.73,70.87" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3433"
+ style="fill:none;stroke:#000000;stroke-width:28.34600067;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="M 666.133,3640.34 1324.72,2732.89" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3435"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
+ d="m 1267.37,2691.27 140.6,-73.09 -25.9,156.33" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3437"
+ style="fill:none;stroke:#000000;stroke-width:28.34600067;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="M 1516.51,2506.5 2175.1,1599.05" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3439"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
+ d="m 2117.75,1557.43 140.6,-73.09 -25.9,156.33" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3441"
+ style="fill:none;stroke:#000000;stroke-width:28.34600067;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 1516.51,2506.5 552.75,0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3443"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
+ d="m 2069.26,2435.63 141.73,70.87 -141.73,70.86" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3445"
+ style="fill:none;stroke:#000000;stroke-width:28.34600067;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="M 1516.51,2506.5 2134.3,2122.15" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3447"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
+ d="m 2096.86,2061.98 157.78,-14.7 -82.91,135.04" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3449"
+ style="fill:none;stroke:#000000;stroke-width:28.34600067;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="M 1516.51,3073.41 2134.3,2689.07" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3451"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
+ d="m 2096.86,2628.9 157.78,-14.7 -82.91,135.04" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3453"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="m 39.8945,1287.61 0,11.74 18.7735,0 0,129.06 -44.5899,0 0,-23.46 -11.73044,0 0,35.19 133.75734,0 0,-35.19 -11.734,0 0,23.46 -44.5858,0 0,-129.06 18.7734,0 0,-11.74 -58.6641,0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3455"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="m 147.84,3595.19 c -4.5,-13.89 -12.067,-24.4 -22.699,-31.53 -10.606,-7.14 -24.028,-10.71 -40.2582,-10.71 -9.9726,0 -19.2383,1.69 -27.793,5.06 -8.5312,3.4 -16.0976,8.37 -22.6953,14.92 -7.6757,7.61 -13.3711,16.22 -17.0898,25.85 -3.7149,9.63 -5.5703,20.55 -5.5703,32.75 0,23.54 6.832,42.53 20.4961,56.97 13.6875,14.45 31.7148,21.68 54.082,21.68 8.2852,0 17.1255,-0.98 26.5075,-2.94 9.414,-1.93 19.52,-4.86 30.325,-8.8 l 0,-35.2 -11.735,0 c -2.515,12.05 -7.551,20.93 -15.105,26.62 -7.551,5.72 -18.1488,8.58 -31.7894,8.58 -16.207,0 -28.4765,-5.65 -36.8125,-16.98 -8.3359,-11.31 -12.5039,-27.96 -12.5039,-49.93 0,-21.93 4.1914,-38.55 12.5781,-49.87 8.4063,-11.32 20.7891,-16.98 37.1407,-16.98 11.3906,0 20.777,2.55 28.16,7.63 7.383,5.11 12.711,12.74 15.988,22.88 l 18.774,0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3457"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="m 41.7266,2477.77 55.7343,0 -27.8671,71.76 -27.8672,-71.76 m -44.07426,-56.32 0,11.74 14.44926,0 54.1562,140.79 17.086,0 54.2262,-140.79 14.961,0 0,-11.74 -55.2537,0 0,11.74 16.9027,0 -12.723,32.85 -63.9101,0 -12.6875,-32.85 16.6836,0 0,-11.74 -43.89066,0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3459"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="m 642.863,167.949 0,11.735 25.813,0 0,126.019 -30.508,-19.652 0,13.308 37.437,23.469 14.188,0 0,-143.144 25.816,0 0,-11.735 -72.746,0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3461"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="m 1477.75,282.934 -11.73,0 0,28.16 c 7.38,3.812 14.8,6.722 22.25,8.726 7.48,2.004 14.82,3.008 22,3.008 16.04,0 28.7,-3.863 37.99,-11.586 9.31,-7.699 13.97,-18.164 13.97,-31.387 0,-14.937 -10.38,-32.804 -31.13,-53.605 -1.61,-1.566 -2.83,-2.75 -3.67,-3.559 l -39.27,-38.316 64.68,0 0,18.773 11.74,0 0,-35.199 -98.56,0 0,11 46.12,45.723 c 10.42,10.047 17.85,19.273 22.3,27.683 4.45,8.434 6.67,17.258 6.67,26.473 0,10.121 -2.74,18.027 -8.21,23.723 -5.45,5.695 -12.97,8.543 -22.55,8.543 -9.93,0 -17.6,-2.348 -23.03,-7.039 -5.4,-4.696 -8.59,-11.735 -9.57,-21.121" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3463"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="m 2322.24,311.094 c 7.82,3.84 15.31,6.746 22.47,8.726 7.17,2.004 13.89,3.008 20.17,3.008 14.59,0 26,-3.164 34.21,-9.496 8.21,-6.332 12.32,-15.133 12.32,-26.402 0,-9.043 -2.89,-16.598 -8.65,-22.657 -5.75,-6.062 -13.91,-10.171 -24.5,-12.32 12.76,-1.785 22.65,-6.344 29.67,-13.68 7.01,-7.332 10.52,-16.816 10.52,-28.453 0,-14.25 -4.75,-25.187 -14.26,-32.816 -9.49,-7.602 -23.17,-11.402 -41.03,-11.402 -7.9,0 -15.62,0.964 -23.18,2.898 -7.53,1.93 -15,4.875 -22.44,8.836 l 0,30.508 11.74,0 c 0.68,-10.047 3.96,-17.649 9.82,-22.809 5.87,-5.133 14.15,-7.699 24.83,-7.699 10.31,0 18.45,2.91 24.42,8.726 5.99,5.844 8.98,13.848 8.98,24.016 0,11.613 -3.13,20.399 -9.39,26.363 -6.23,5.965 -15.39,8.946 -27.46,8.946 l -9.31,0 0,11.734 4.91,0 c 11.39,0 19.94,2.324 25.63,6.969 5.72,4.644 8.58,11.644 8.58,21.008 0,8.433 -2.35,14.875 -7.04,19.324 -4.7,4.449 -11.44,6.672 -20.24,6.672 -8.8,0 -15.63,-2.176 -20.5,-6.528 -4.84,-4.324 -7.69,-10.754 -8.54,-19.285 l -11.73,0 0,25.813" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3465"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="m 6292.65,167.949 0,11.735 18.78,0 0,129.062 -44.59,0 0,-23.465 -11.73,0 0,35.199 133.75,0 0,-35.199 -11.73,0 0,23.465 -44.59,0 0,-129.062 18.78,0 0,-11.735 -58.67,0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3467"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="m 5365.47,167.949 0,11.735 18.78,0 0,129.062 -44.59,0 0,-23.465 -11.73,0 0,35.199 133.75,0 0,-35.199 -11.73,0 0,23.465 -44.59,0 0,-129.062 18.78,0 0,-11.735 -58.67,0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3469"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="m 5450.16,214.883 51.625,0 0,16.4258 -51.625,0 0,-16.4258 z" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3471"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="m 5543.29,167.949 0,11.735 25.81,0 0,126.019 -30.51,-19.652 0,13.308 37.44,23.469 14.18,0 0,-143.144 25.82,0 0,-11.735 -72.74,0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3473"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="m 4510.29,167.949 0,11.735 18.78,0 0,129.062 -44.59,0 0,-23.465 -11.73,0 0,35.199 133.75,0 0,-35.199 -11.73,0 0,23.465 -44.59,0 0,-129.062 18.78,0 0,-11.735 -58.67,0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3475"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="m 4594.98,214.883 51.625,0 0,16.4258 -51.625,0 0,-16.4258 z" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3477"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="m 4683.41,282.934 -11.73,0 0,28.16 c 7.38,3.812 14.8,6.722 22.25,8.726 7.48,2.004 14.82,3.008 22,3.008 16.04,0 28.7,-3.863 37.99,-11.586 9.31,-7.699 13.97,-18.164 13.97,-31.387 0,-14.937 -10.38,-32.804 -31.13,-53.605 -1.61,-1.566 -2.83,-2.75 -3.67,-3.559 l -39.27,-38.316 64.68,0 0,18.773 11.74,0 0,-35.199 -98.56,0 0,11 46.12,45.723 c 10.42,10.047 17.85,19.273 22.3,27.683 4.45,8.434 6.67,17.258 6.67,26.473 0,10.121 -2.74,18.027 -8.21,23.723 -5.45,5.695 -12.97,8.543 -22.55,8.543 -9.93,0 -17.6,-2.348 -23.03,-7.039 -5.4,-4.696 -8.59,-11.735 -9.57,-21.121" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3479"
+ style="fill:none;stroke:#000000;stroke-width:28.34600067;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="M 5484.95,1372.66 6102.74,988.309" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3481"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
+ d="m 6065.3,928.137 157.78,-14.696 -82.91,135.039" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3483"
+ style="fill:none;stroke:#000000;stroke-width:28.34600067;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 4634.57,805.734 552.75,0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3485"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
+ d="m 5187.32,734.871 141.73,70.863 -141.73,70.868" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3487"
+ style="fill:none;stroke:#000000;stroke-width:28.34600067;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 5484.95,805.734 552.75,0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3489"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
+ d="m 6037.7,734.871 141.73,70.863 -141.73,70.868" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3491"
+ style="fill:none;stroke:#000000;stroke-width:28.34600067;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="M 4634.57,1372.66 5252.36,988.309" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3493"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
+ d="m 5214.92,928.137 157.78,-14.696 -82.91,135.039" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3495"
+ style="fill:none;stroke:#000000;stroke-width:28.34600067;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 4634.57,1372.66 552.75,0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3497"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
+ d="m 5187.32,1301.79 141.73,70.87 -141.73,70.86" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3499"
+ style="fill:none;stroke:#000000;stroke-width:28.34600067;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 5484.95,1372.66 552.75,0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3501"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
+ d="m 6037.7,1301.79 141.73,70.87 -141.73,70.86" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3503"
+ style="fill:none;stroke:#000000;stroke-width:28.34600067;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 5484.95,2506.5 658.59,-907.45" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3505"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
+ d="m 6086.19,1557.43 140.6,-73.09 -25.9,156.33" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3507"
+ style="fill:none;stroke:#000000;stroke-width:28.34600067;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 4634.57,3640.34 658.59,-907.45" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3509"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
+ d="m 5235.81,2691.27 140.6,-73.09 -25.9,156.33" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3511"
+ style="fill:none;stroke:#000000;stroke-width:28.34600067;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 5484.95,1939.57 617.79,-384.34" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3513"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
+ d="m 6065.3,1495.06 157.78,-14.7 -82.91,135.04" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3515"
+ style="fill:none;stroke:#000000;stroke-width:28.34600067;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 4634.57,1939.57 552.75,0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3517"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
+ d="m 5187.32,1868.71 141.73,70.86 -141.73,70.87" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3519"
+ style="fill:none;stroke:#000000;stroke-width:28.34600067;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 4634.57,2506.5 552.75,0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3521"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
+ d="m 5187.32,2435.63 141.73,70.87 -141.73,70.86" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3523"
+ style="fill:none;stroke:#000000;stroke-width:28.34600067;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 4634.57,2506.5 617.79,-384.35" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3525"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
+ d="m 5214.92,2061.98 157.78,-14.7 -82.91,135.04" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3527"
+ style="fill:none;stroke:#000000;stroke-width:28.34600067;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 4634.57,2506.5 658.59,-907.45" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3529"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
+ d="m 5235.81,1557.43 140.6,-73.09 -25.9,156.33" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3531"
+ style="fill:none;stroke:#000000;stroke-width:28.34600067;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 4634.57,3073.41 617.79,-384.34" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3533"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
+ d="m 5214.92,2628.9 157.78,-14.7 -82.91,135.04" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3535"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="m 3123.58,2481.33 c 0,11.49 3.91,21.23 11.73,29.23 7.82,7.99 17.6,11.99 29.33,11.99 11.32,0 20.99,-4 29,-11.99 8.05,-8 12.07,-17.74 12.07,-29.23 0,-11.29 -4.02,-20.93 -12.07,-28.93 -8.01,-7.99 -17.68,-11.99 -29,-11.99 -11.73,0 -21.51,3.95 -29.33,11.85 -7.82,7.89 -11.73,17.58 -11.73,29.07" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3537"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="m 3531.57,2481.33 c 0,11.49 3.91,21.23 11.73,29.23 7.82,7.99 17.6,11.99 29.33,11.99 11.32,0 20.99,-4 29.01,-11.99 8.04,-8 12.06,-17.74 12.06,-29.23 0,-11.29 -4.02,-20.93 -12.06,-28.93 -8.02,-7.99 -17.69,-11.99 -29.01,-11.99 -11.73,0 -21.51,3.95 -29.33,11.85 -7.82,7.89 -11.73,17.58 -11.73,29.07" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3539"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="m 3939.57,2481.33 c 0,11.49 3.91,21.23 11.73,29.23 7.82,7.99 17.6,11.99 29.33,11.99 11.32,0 20.99,-4 29,-11.99 8.05,-8 12.07,-17.74 12.07,-29.23 0,-11.29 -4.02,-20.93 -12.07,-28.93 -8.01,-7.99 -17.68,-11.99 -29,-11.99 -11.73,0 -21.51,3.95 -29.33,11.85 -7.82,7.89 -11.73,17.58 -11.73,29.07" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3541"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="m 4776.3,2506.49 c 0,-78.27 -63.46,-141.73 -141.73,-141.73 -78.27,0 -141.73,63.46 -141.73,141.73 0,78.28 63.46,141.73 141.73,141.73 78.27,0 141.73,-63.45 141.73,-141.73" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3543"
+ style="fill:none;stroke:#000000;stroke-width:28.34600067;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 4776.3,2506.49 c 0,-78.27 -63.46,-141.73 -141.73,-141.73 -78.27,0 -141.73,63.46 -141.73,141.73 0,78.28 63.46,141.73 141.73,141.73 78.27,0 141.73,-63.45 141.73,-141.73 z" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3545"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="m 4776.3,1372.65 c 0,-78.27 -63.46,-141.73 -141.73,-141.73 -78.27,0 -141.73,63.46 -141.73,141.73 0,78.28 63.46,141.73 141.73,141.73 78.27,0 141.73,-63.45 141.73,-141.73" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3547"
+ style="fill:none;stroke:#000000;stroke-width:28.34600067;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 4776.3,1372.65 c 0,-78.27 -63.46,-141.73 -141.73,-141.73 -78.27,0 -141.73,63.46 -141.73,141.73 0,78.28 63.46,141.73 141.73,141.73 78.27,0 141.73,-63.45 141.73,-141.73 z" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3549"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="m 4776.3,3640.33 c 0,-78.27 -63.46,-141.73 -141.73,-141.73 -78.27,0 -141.73,63.46 -141.73,141.73 0,78.28 63.46,141.73 141.73,141.73 78.27,0 141.73,-63.45 141.73,-141.73" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3551"
+ style="fill:none;stroke:#000000;stroke-width:28.34600067;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 4776.3,3640.33 c 0,-78.27 -63.46,-141.73 -141.73,-141.73 -78.27,0 -141.73,63.46 -141.73,141.73 0,78.28 63.46,141.73 141.73,141.73 78.27,0 141.73,-63.45 141.73,-141.73 z" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3553"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="m 5626.68,2506.49 c 0,-78.27 -63.46,-141.73 -141.73,-141.73 -78.27,0 -141.73,63.46 -141.73,141.73 0,78.28 63.46,141.73 141.73,141.73 78.27,0 141.73,-63.45 141.73,-141.73" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3555"
+ style="fill:none;stroke:#000000;stroke-width:28.34600067;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 5626.68,2506.49 c 0,-78.27 -63.46,-141.73 -141.73,-141.73 -78.27,0 -141.73,63.46 -141.73,141.73 0,78.28 63.46,141.73 141.73,141.73 78.27,0 141.73,-63.45 141.73,-141.73 z" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3557"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="m 5626.68,1372.65 c 0,-78.27 -63.46,-141.73 -141.73,-141.73 -78.27,0 -141.73,63.46 -141.73,141.73 0,78.28 63.46,141.73 141.73,141.73 78.27,0 141.73,-63.45 141.73,-141.73" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3559"
+ style="fill:none;stroke:#000000;stroke-width:28.34600067;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 5626.68,1372.65 c 0,-78.27 -63.46,-141.73 -141.73,-141.73 -78.27,0 -141.73,63.46 -141.73,141.73 0,78.28 63.46,141.73 141.73,141.73 78.27,0 141.73,-63.45 141.73,-141.73 z" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3561"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="m 5626.68,3640.33 c 0,-78.27 -63.46,-141.73 -141.73,-141.73 -78.27,0 -141.73,63.46 -141.73,141.73 0,78.28 63.46,141.73 141.73,141.73 78.27,0 141.73,-63.45 141.73,-141.73" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3563"
+ style="fill:none;stroke:#000000;stroke-width:28.34600067;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 5626.68,3640.33 c 0,-78.27 -63.46,-141.73 -141.73,-141.73 -78.27,0 -141.73,63.46 -141.73,141.73 0,78.28 63.46,141.73 141.73,141.73 78.27,0 141.73,-63.45 141.73,-141.73 z" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3565"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="m 6477.06,2506.49 c 0,-78.27 -63.45,-141.73 -141.73,-141.73 -78.27,0 -141.73,63.46 -141.73,141.73 0,78.28 63.46,141.73 141.73,141.73 78.28,0 141.73,-63.45 141.73,-141.73" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3567"
+ style="fill:none;stroke:#000000;stroke-width:28.34600067;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 6477.06,2506.49 c 0,-78.27 -63.45,-141.73 -141.73,-141.73 -78.27,0 -141.73,63.46 -141.73,141.73 0,78.28 63.46,141.73 141.73,141.73 78.28,0 141.73,-63.45 141.73,-141.73 z" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3569"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="m 6477.06,1372.65 c 0,-78.27 -63.45,-141.73 -141.73,-141.73 -78.27,0 -141.73,63.46 -141.73,141.73 0,78.28 63.46,141.73 141.73,141.73 78.28,0 141.73,-63.45 141.73,-141.73" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3571"
+ style="fill:none;stroke:#000000;stroke-width:28.34600067;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 6477.06,1372.65 c 0,-78.27 -63.45,-141.73 -141.73,-141.73 -78.27,0 -141.73,63.46 -141.73,141.73 0,78.28 63.46,141.73 141.73,141.73 78.28,0 141.73,-63.45 141.73,-141.73 z" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3573"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="m 6477.06,3640.33 c 0,-78.27 -63.45,-141.73 -141.73,-141.73 -78.27,0 -141.73,63.46 -141.73,141.73 0,78.28 63.46,141.73 141.73,141.73 78.28,0 141.73,-63.45 141.73,-141.73" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3575"
+ style="fill:none;stroke:#000000;stroke-width:28.34600067;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 6477.06,3640.33 c 0,-78.27 -63.45,-141.73 -141.73,-141.73 -78.27,0 -141.73,63.46 -141.73,141.73 0,78.28 63.46,141.73 141.73,141.73 78.28,0 141.73,-63.45 141.73,-141.73 z" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3577"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="m 807.859,2506.49 c 0,-78.27 -63.457,-141.73 -141.73,-141.73 -78.274,0 -141.731,63.46 -141.731,141.73 0,78.28 63.457,141.73 141.731,141.73 78.273,0 141.73,-63.45 141.73,-141.73" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3579"
+ style="fill:none;stroke:#000000;stroke-width:28.34600067;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 807.859,2506.49 c 0,-78.27 -63.457,-141.73 -141.73,-141.73 -78.274,0 -141.731,63.46 -141.731,141.73 0,78.28 63.457,141.73 141.731,141.73 78.273,0 141.73,-63.45 141.73,-141.73 z" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3581"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="m 807.859,1372.65 c 0,-78.27 -63.457,-141.73 -141.73,-141.73 -78.274,0 -141.731,63.46 -141.731,141.73 0,78.28 63.457,141.73 141.731,141.73 78.273,0 141.73,-63.45 141.73,-141.73" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3583"
+ style="fill:none;stroke:#000000;stroke-width:28.34600067;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 807.859,1372.65 c 0,-78.27 -63.457,-141.73 -141.73,-141.73 -78.274,0 -141.731,63.46 -141.731,141.73 0,78.28 63.457,141.73 141.731,141.73 78.273,0 141.73,-63.45 141.73,-141.73 z" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3585"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="m 807.859,3640.33 c 0,-78.27 -63.457,-141.73 -141.73,-141.73 -78.274,0 -141.731,63.46 -141.731,141.73 0,78.28 63.457,141.73 141.731,141.73 78.273,0 141.73,-63.45 141.73,-141.73" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3587"
+ style="fill:none;stroke:#000000;stroke-width:28.34600067;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 807.859,3640.33 c 0,-78.27 -63.457,-141.73 -141.73,-141.73 -78.274,0 -141.731,63.46 -141.731,141.73 0,78.28 63.457,141.73 141.731,141.73 78.273,0 141.73,-63.45 141.73,-141.73 z" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3589"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="m 1658.24,2506.49 c 0,-78.27 -63.45,-141.73 -141.73,-141.73 -78.27,0 -141.73,63.46 -141.73,141.73 0,78.28 63.46,141.73 141.73,141.73 78.28,0 141.73,-63.45 141.73,-141.73" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3591"
+ style="fill:none;stroke:#000000;stroke-width:28.34600067;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 1658.24,2506.49 c 0,-78.27 -63.45,-141.73 -141.73,-141.73 -78.27,0 -141.73,63.46 -141.73,141.73 0,78.28 63.46,141.73 141.73,141.73 78.28,0 141.73,-63.45 141.73,-141.73 z" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3593"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="m 1658.24,1372.65 c 0,-78.27 -63.45,-141.73 -141.73,-141.73 -78.27,0 -141.73,63.46 -141.73,141.73 0,78.28 63.46,141.73 141.73,141.73 78.28,0 141.73,-63.45 141.73,-141.73" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3595"
+ style="fill:none;stroke:#000000;stroke-width:28.34600067;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 1658.24,1372.65 c 0,-78.27 -63.45,-141.73 -141.73,-141.73 -78.27,0 -141.73,63.46 -141.73,141.73 0,78.28 63.46,141.73 141.73,141.73 78.28,0 141.73,-63.45 141.73,-141.73 z" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3597"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="m 1658.24,3640.33 c 0,-78.27 -63.45,-141.73 -141.73,-141.73 -78.27,0 -141.73,63.46 -141.73,141.73 0,78.28 63.46,141.73 141.73,141.73 78.28,0 141.73,-63.45 141.73,-141.73" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3599"
+ style="fill:none;stroke:#000000;stroke-width:28.34600067;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 1658.24,3640.33 c 0,-78.27 -63.45,-141.73 -141.73,-141.73 -78.27,0 -141.73,63.46 -141.73,141.73 0,78.28 63.46,141.73 141.73,141.73 78.28,0 141.73,-63.45 141.73,-141.73 z" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3601"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="m 2508.62,2506.49 c 0,-78.27 -63.46,-141.73 -141.73,-141.73 -78.27,0 -141.73,63.46 -141.73,141.73 0,78.28 63.46,141.73 141.73,141.73 78.27,0 141.73,-63.45 141.73,-141.73" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3603"
+ style="fill:none;stroke:#000000;stroke-width:28.34600067;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 2508.62,2506.49 c 0,-78.27 -63.46,-141.73 -141.73,-141.73 -78.27,0 -141.73,63.46 -141.73,141.73 0,78.28 63.46,141.73 141.73,141.73 78.27,0 141.73,-63.45 141.73,-141.73 z" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3605"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="m 2508.62,1372.65 c 0,-78.27 -63.46,-141.73 -141.73,-141.73 -78.27,0 -141.73,63.46 -141.73,141.73 0,78.28 63.46,141.73 141.73,141.73 78.27,0 141.73,-63.45 141.73,-141.73" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3607"
+ style="fill:none;stroke:#000000;stroke-width:28.34600067;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 2508.62,1372.65 c 0,-78.27 -63.46,-141.73 -141.73,-141.73 -78.27,0 -141.73,63.46 -141.73,141.73 0,78.28 63.46,141.73 141.73,141.73 78.27,0 141.73,-63.45 141.73,-141.73 z" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3609"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="m 2508.62,3640.33 c 0,-78.27 -63.46,-141.73 -141.73,-141.73 -78.27,0 -141.73,63.46 -141.73,141.73 0,78.28 63.46,141.73 141.73,141.73 78.27,0 141.73,-63.45 141.73,-141.73" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3611"
+ style="fill:none;stroke:#000000;stroke-width:28.34600067;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 2508.62,3640.33 c 0,-78.27 -63.46,-141.73 -141.73,-141.73 -78.27,0 -141.73,63.46 -141.73,141.73 0,78.28 63.46,141.73 141.73,141.73 78.27,0 141.73,-63.45 141.73,-141.73 z" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3613"
+ style="fill:none;stroke:#000000;stroke-width:28.34600067;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 4634.57,1939.57 617.79,-384.34" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3615"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
+ d="m 5214.92,1495.06 157.78,-14.7 -82.91,135.04" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3617"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="m 4776.3,3073.41 c 0,-78.27 -63.46,-141.73 -141.73,-141.73 -78.27,0 -141.73,63.46 -141.73,141.73 0,78.28 63.46,141.73 141.73,141.73 78.27,0 141.73,-63.45 141.73,-141.73" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3619"
+ style="fill:none;stroke:#000000;stroke-width:28.34600067;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 4776.3,3073.41 c 0,-78.27 -63.46,-141.73 -141.73,-141.73 -78.27,0 -141.73,63.46 -141.73,141.73 0,78.28 63.46,141.73 141.73,141.73 78.27,0 141.73,-63.45 141.73,-141.73 z" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3621"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="m 4776.3,4207.25 c 0,-78.27 -63.46,-141.73 -141.73,-141.73 -78.27,0 -141.73,63.46 -141.73,141.73 0,78.28 63.46,141.73 141.73,141.73 78.27,0 141.73,-63.45 141.73,-141.73" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3623"
+ style="fill:none;stroke:#000000;stroke-width:28.34600067;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 4776.3,4207.25 c 0,-78.27 -63.46,-141.73 -141.73,-141.73 -78.27,0 -141.73,63.46 -141.73,141.73 0,78.28 63.46,141.73 141.73,141.73 78.27,0 141.73,-63.45 141.73,-141.73 z" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3625"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="m 4776.3,1939.57 c 0,-78.27 -63.46,-141.73 -141.73,-141.73 -78.27,0 -141.73,63.46 -141.73,141.73 0,78.28 63.46,141.73 141.73,141.73 78.27,0 141.73,-63.45 141.73,-141.73" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3627"
+ style="fill:none;stroke:#000000;stroke-width:28.34600067;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 4776.3,1939.57 c 0,-78.27 -63.46,-141.73 -141.73,-141.73 -78.27,0 -141.73,63.46 -141.73,141.73 0,78.28 63.46,141.73 141.73,141.73 78.27,0 141.73,-63.45 141.73,-141.73 z" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3629"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="m 4776.3,805.734 c 0,-78.273 -63.46,-141.73 -141.73,-141.73 -78.27,0 -141.73,63.457 -141.73,141.73 0,78.274 63.46,141.731 141.73,141.731 78.27,0 141.73,-63.457 141.73,-141.731" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3631"
+ style="fill:none;stroke:#000000;stroke-width:28.34600067;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 4776.3,805.734 c 0,-78.273 -63.46,-141.73 -141.73,-141.73 -78.27,0 -141.73,63.457 -141.73,141.73 0,78.274 63.46,141.731 141.73,141.731 78.27,0 141.73,-63.457 141.73,-141.731 z" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3633"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="m 5626.68,3073.41 c 0,-78.27 -63.46,-141.73 -141.73,-141.73 -78.27,0 -141.73,63.46 -141.73,141.73 0,78.28 63.46,141.73 141.73,141.73 78.27,0 141.73,-63.45 141.73,-141.73" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3635"
+ style="fill:none;stroke:#000000;stroke-width:28.34600067;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 5626.68,3073.41 c 0,-78.27 -63.46,-141.73 -141.73,-141.73 -78.27,0 -141.73,63.46 -141.73,141.73 0,78.28 63.46,141.73 141.73,141.73 78.27,0 141.73,-63.45 141.73,-141.73 z" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3637"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="m 5626.68,4207.25 c 0,-78.27 -63.46,-141.73 -141.73,-141.73 -78.27,0 -141.73,63.46 -141.73,141.73 0,78.28 63.46,141.73 141.73,141.73 78.27,0 141.73,-63.45 141.73,-141.73" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3639"
+ style="fill:none;stroke:#000000;stroke-width:28.34600067;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 5626.68,4207.25 c 0,-78.27 -63.46,-141.73 -141.73,-141.73 -78.27,0 -141.73,63.46 -141.73,141.73 0,78.28 63.46,141.73 141.73,141.73 78.27,0 141.73,-63.45 141.73,-141.73 z" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3641"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="m 5626.68,1939.57 c 0,-78.27 -63.46,-141.73 -141.73,-141.73 -78.27,0 -141.73,63.46 -141.73,141.73 0,78.28 63.46,141.73 141.73,141.73 78.27,0 141.73,-63.45 141.73,-141.73" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3643"
+ style="fill:none;stroke:#000000;stroke-width:28.34600067;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 5626.68,1939.57 c 0,-78.27 -63.46,-141.73 -141.73,-141.73 -78.27,0 -141.73,63.46 -141.73,141.73 0,78.28 63.46,141.73 141.73,141.73 78.27,0 141.73,-63.45 141.73,-141.73 z" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3645"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="m 5626.68,805.734 c 0,-78.273 -63.46,-141.73 -141.73,-141.73 -78.27,0 -141.73,63.457 -141.73,141.73 0,78.274 63.46,141.731 141.73,141.731 78.27,0 141.73,-63.457 141.73,-141.731" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3647"
+ style="fill:none;stroke:#000000;stroke-width:28.34600067;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 5626.68,805.734 c 0,-78.273 -63.46,-141.73 -141.73,-141.73 -78.27,0 -141.73,63.457 -141.73,141.73 0,78.274 63.46,141.731 141.73,141.731 78.27,0 141.73,-63.457 141.73,-141.731 z" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3649"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="m 6477.06,3073.41 c 0,-78.27 -63.45,-141.73 -141.73,-141.73 -78.27,0 -141.73,63.46 -141.73,141.73 0,78.28 63.46,141.73 141.73,141.73 78.28,0 141.73,-63.45 141.73,-141.73" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3651"
+ style="fill:none;stroke:#000000;stroke-width:28.34600067;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 6477.06,3073.41 c 0,-78.27 -63.45,-141.73 -141.73,-141.73 -78.27,0 -141.73,63.46 -141.73,141.73 0,78.28 63.46,141.73 141.73,141.73 78.28,0 141.73,-63.45 141.73,-141.73 z" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3653"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="m 6477.06,4207.25 c 0,-78.27 -63.45,-141.73 -141.73,-141.73 -78.27,0 -141.73,63.46 -141.73,141.73 0,78.28 63.46,141.73 141.73,141.73 78.28,0 141.73,-63.45 141.73,-141.73" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3655"
+ style="fill:none;stroke:#000000;stroke-width:28.34600067;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 6477.06,4207.25 c 0,-78.27 -63.45,-141.73 -141.73,-141.73 -78.27,0 -141.73,63.46 -141.73,141.73 0,78.28 63.46,141.73 141.73,141.73 78.28,0 141.73,-63.45 141.73,-141.73 z" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3657"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="m 6477.06,1939.57 c 0,-78.27 -63.45,-141.73 -141.73,-141.73 -78.27,0 -141.73,63.46 -141.73,141.73 0,78.28 63.46,141.73 141.73,141.73 78.28,0 141.73,-63.45 141.73,-141.73" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3659"
+ style="fill:none;stroke:#000000;stroke-width:28.34600067;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 6477.06,1939.57 c 0,-78.27 -63.45,-141.73 -141.73,-141.73 -78.27,0 -141.73,63.46 -141.73,141.73 0,78.28 63.46,141.73 141.73,141.73 78.28,0 141.73,-63.45 141.73,-141.73 z" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3661"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="m 6477.06,805.734 c 0,-78.273 -63.45,-141.73 -141.73,-141.73 -78.27,0 -141.73,63.457 -141.73,141.73 0,78.274 63.46,141.731 141.73,141.731 78.28,0 141.73,-63.457 141.73,-141.731" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3663"
+ style="fill:none;stroke:#000000;stroke-width:28.34600067;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 6477.06,805.734 c 0,-78.273 -63.45,-141.73 -141.73,-141.73 -78.27,0 -141.73,63.457 -141.73,141.73 0,78.274 63.46,141.731 141.73,141.731 78.28,0 141.73,-63.457 141.73,-141.731 z" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3665"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="m 807.859,3073.41 c 0,-78.27 -63.457,-141.73 -141.73,-141.73 -78.274,0 -141.731,63.46 -141.731,141.73 0,78.28 63.457,141.73 141.731,141.73 78.273,0 141.73,-63.45 141.73,-141.73" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3667"
+ style="fill:none;stroke:#000000;stroke-width:28.34600067;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 807.859,3073.41 c 0,-78.27 -63.457,-141.73 -141.73,-141.73 -78.274,0 -141.731,63.46 -141.731,141.73 0,78.28 63.457,141.73 141.731,141.73 78.273,0 141.73,-63.45 141.73,-141.73 z" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3669"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="m 807.859,4207.25 c 0,-78.27 -63.457,-141.73 -141.73,-141.73 -78.274,0 -141.731,63.46 -141.731,141.73 0,78.28 63.457,141.73 141.731,141.73 78.273,0 141.73,-63.45 141.73,-141.73" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3671"
+ style="fill:none;stroke:#000000;stroke-width:28.34600067;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 807.859,4207.25 c 0,-78.27 -63.457,-141.73 -141.73,-141.73 -78.274,0 -141.731,63.46 -141.731,141.73 0,78.28 63.457,141.73 141.731,141.73 78.273,0 141.73,-63.45 141.73,-141.73 z" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3673"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="m 807.859,1939.57 c 0,-78.27 -63.457,-141.73 -141.73,-141.73 -78.274,0 -141.731,63.46 -141.731,141.73 0,78.28 63.457,141.73 141.731,141.73 78.273,0 141.73,-63.45 141.73,-141.73" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3675"
+ style="fill:none;stroke:#000000;stroke-width:28.34600067;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 807.859,1939.57 c 0,-78.27 -63.457,-141.73 -141.73,-141.73 -78.274,0 -141.731,63.46 -141.731,141.73 0,78.28 63.457,141.73 141.731,141.73 78.273,0 141.73,-63.45 141.73,-141.73 z" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3677"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="m 807.859,805.734 c 0,-78.273 -63.457,-141.73 -141.73,-141.73 -78.274,0 -141.731,63.457 -141.731,141.73 0,78.274 63.457,141.731 141.731,141.731 78.273,0 141.73,-63.457 141.73,-141.731" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3679"
+ style="fill:none;stroke:#000000;stroke-width:28.34600067;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 807.859,805.734 c 0,-78.273 -63.457,-141.73 -141.73,-141.73 -78.274,0 -141.731,63.457 -141.731,141.73 0,78.274 63.457,141.731 141.731,141.731 78.273,0 141.73,-63.457 141.73,-141.731 z" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3681"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="m 1658.24,3073.41 c 0,-78.27 -63.45,-141.73 -141.73,-141.73 -78.27,0 -141.73,63.46 -141.73,141.73 0,78.28 63.46,141.73 141.73,141.73 78.28,0 141.73,-63.45 141.73,-141.73" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3683"
+ style="fill:none;stroke:#000000;stroke-width:28.34600067;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 1658.24,3073.41 c 0,-78.27 -63.45,-141.73 -141.73,-141.73 -78.27,0 -141.73,63.46 -141.73,141.73 0,78.28 63.46,141.73 141.73,141.73 78.28,0 141.73,-63.45 141.73,-141.73 z" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3685"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="m 1658.24,4207.25 c 0,-78.27 -63.45,-141.73 -141.73,-141.73 -78.27,0 -141.73,63.46 -141.73,141.73 0,78.28 63.46,141.73 141.73,141.73 78.28,0 141.73,-63.45 141.73,-141.73" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3687"
+ style="fill:none;stroke:#000000;stroke-width:28.34600067;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 1658.24,4207.25 c 0,-78.27 -63.45,-141.73 -141.73,-141.73 -78.27,0 -141.73,63.46 -141.73,141.73 0,78.28 63.46,141.73 141.73,141.73 78.28,0 141.73,-63.45 141.73,-141.73 z" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3689"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="m 1658.24,1939.57 c 0,-78.27 -63.45,-141.73 -141.73,-141.73 -78.27,0 -141.73,63.46 -141.73,141.73 0,78.28 63.46,141.73 141.73,141.73 78.28,0 141.73,-63.45 141.73,-141.73" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3691"
+ style="fill:none;stroke:#000000;stroke-width:28.34600067;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 1658.24,1939.57 c 0,-78.27 -63.45,-141.73 -141.73,-141.73 -78.27,0 -141.73,63.46 -141.73,141.73 0,78.28 63.46,141.73 141.73,141.73 78.28,0 141.73,-63.45 141.73,-141.73 z" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3693"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="m 1658.24,805.734 c 0,-78.273 -63.45,-141.73 -141.73,-141.73 -78.27,0 -141.73,63.457 -141.73,141.73 0,78.274 63.46,141.731 141.73,141.731 78.28,0 141.73,-63.457 141.73,-141.731" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3695"
+ style="fill:none;stroke:#000000;stroke-width:28.34600067;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 1658.24,805.734 c 0,-78.273 -63.45,-141.73 -141.73,-141.73 -78.27,0 -141.73,63.457 -141.73,141.73 0,78.274 63.46,141.731 141.73,141.731 78.28,0 141.73,-63.457 141.73,-141.731 z" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3697"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="m 2508.62,3073.41 c 0,-78.27 -63.46,-141.73 -141.73,-141.73 -78.27,0 -141.73,63.46 -141.73,141.73 0,78.28 63.46,141.73 141.73,141.73 78.27,0 141.73,-63.45 141.73,-141.73" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3699"
+ style="fill:none;stroke:#000000;stroke-width:28.34600067;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 2508.62,3073.41 c 0,-78.27 -63.46,-141.73 -141.73,-141.73 -78.27,0 -141.73,63.46 -141.73,141.73 0,78.28 63.46,141.73 141.73,141.73 78.27,0 141.73,-63.45 141.73,-141.73 z" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3701"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="m 2508.62,4207.25 c 0,-78.27 -63.46,-141.73 -141.73,-141.73 -78.27,0 -141.73,63.46 -141.73,141.73 0,78.28 63.46,141.73 141.73,141.73 78.27,0 141.73,-63.45 141.73,-141.73" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3703"
+ style="fill:none;stroke:#000000;stroke-width:28.34600067;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 2508.62,4207.25 c 0,-78.27 -63.46,-141.73 -141.73,-141.73 -78.27,0 -141.73,63.46 -141.73,141.73 0,78.28 63.46,141.73 141.73,141.73 78.27,0 141.73,-63.45 141.73,-141.73 z" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3705"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="m 2508.62,1939.57 c 0,-78.27 -63.46,-141.73 -141.73,-141.73 -78.27,0 -141.73,63.46 -141.73,141.73 0,78.28 63.46,141.73 141.73,141.73 78.27,0 141.73,-63.45 141.73,-141.73" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3707"
+ style="fill:none;stroke:#000000;stroke-width:28.34600067;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 2508.62,1939.57 c 0,-78.27 -63.46,-141.73 -141.73,-141.73 -78.27,0 -141.73,63.46 -141.73,141.73 0,78.28 63.46,141.73 141.73,141.73 78.27,0 141.73,-63.45 141.73,-141.73 z" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3709"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="m 2508.62,805.734 c 0,-78.273 -63.46,-141.73 -141.73,-141.73 -78.27,0 -141.73,63.457 -141.73,141.73 0,78.274 63.46,141.731 141.73,141.731 78.27,0 141.73,-63.457 141.73,-141.731" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3711"
+ style="fill:none;stroke:#000000;stroke-width:28.34600067;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 2508.62,805.734 c 0,-78.273 -63.46,-141.73 -141.73,-141.73 -78.27,0 -141.73,63.457 -141.73,141.73 0,78.274 63.46,141.731 141.73,141.731 78.27,0 141.73,-63.457 141.73,-141.731 z" />
+ </g>
+ </g>
+ </g>
+ </g>
+ </g>
+ </g>
+</svg>
diff --git a/Report/azerty2.png b/Report/azerty2.png
new file mode 100644
index 0000000..c2636bb
--- /dev/null
+++ b/Report/azerty2.png
Binary files differ
diff --git a/Report/azerty2.svg b/Report/azerty2.svg
new file mode 100644
index 0000000..0ccb650
--- /dev/null
+++ b/Report/azerty2.svg
@@ -0,0 +1,524 @@
+<?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="92.05442mm"
+ height="64.06601mm"
+ viewBox="0 0 326.17708 227.00554"
+ id="svg19069"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="azerty2.svg">
+ <defs
+ id="defs19071">
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath10770">
+ <path
+ d="M 0,0 227,0 227,150 0,150 0,0 Z"
+ id="path10772"
+ inkscape:connector-curvature="0" />
+ </clipPath>
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="0.35"
+ inkscape:cx="946.65996"
+ inkscape:cy="-297.92579"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ fit-margin-top="5"
+ fit-margin-left="5"
+ fit-margin-right="5"
+ fit-margin-bottom="5"
+ inkscape:window-width="1364"
+ inkscape:window-height="728"
+ inkscape:window-x="0"
+ inkscape:window-y="18"
+ inkscape:window-maximized="0" />
+ <metadata
+ id="metadata19074">
+ <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(571.65996,-7.4308578)">
+ <g
+ transform="matrix(1.2885875,0,0,-1.2885875,-554.55601,217.17863)"
+ id="g10762">
+ <g
+ id="g10764">
+ <g
+ id="g10766">
+ <g
+ clip-path="url(#clipPath10770)"
+ id="g10768">
+ <g
+ transform="scale(0.1,0.1)"
+ id="g10774">
+ <g
+ transform="scale(10,10)"
+ id="g10776">
+ <text
+ id="text10778"
+ style="font-variant:normal;font-weight:normal;font-size:10.80000019px;font-family:Times;-inkscape-font-specification:Times-Roman;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ transform="matrix(1,0,0,-1,107.38,78.5395)">
+ <tspan
+ id="tspan10780"
+ sodipodi:role="line"
+ y="0"
+ x="0 3.5964 8.9963999">(b)</tspan>
+ </text>
+ </g>
+ <path
+ inkscape:connector-curvature="0"
+ id="path10782"
+ style="fill:none;stroke:#000000;stroke-width:9;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 67.0039,1175.39 5.3984,0.61 5.4024,-0.61 16.1992,0 5.3984,0.61 5.4027,-0.61 5.398,0.61 5.402,-0.61 5.399,-0.59 27.601,0 5.399,0.59 5.398,-0.59 16.203,0 5.399,0.59 6,-0.59 16.199,0 5.402,0.59 10.797,0 5.403,-0.59 5.398,0 5.402,0.59 5.399,0.61 5.398,0 5.403,0.6 5.398,0 5.402,-0.6 6,0.6 5.399,0.6 5.398,0.6 5.403,0 5.398,-1.2 5.402,-1.21 5.399,-0.59 5.398,0 5.403,0.59 5.398,-0.59 5.402,0.59 5.399,-0.59 27,0 5.398,-0.6 5.403,0 5.398,0.6 5.402,0.59 5.399,-0.59 16.199,0 6.602,0.59 10.8,0 5.399,0.61 16.199,0 5.402,1.2 5.399,0 5.398,-0.6 5.403,0 5.398,-0.6 10.801,0 5.398,0.6 5.403,-0.6 5.398,0 5.402,-0.61 10.797,0 5.403,-0.59 5.398,0.59 5.402,0 5.399,0.61 6,-0.61 5.398,-0.59 5.403,-0.6 5.398,0 5.402,0.6 5.399,0 5.398,0.59 5.403,-0.59 5.398,0.59 5.402,0.61 33,0 5.399,0.6 5.398,0 5.403,0.6 5.398,-1.2 5.402,-1.2 5.399,0 5.398,0.59 5.403,-0.59 6,0 5.398,-0.6 5.402,0 5.399,1.19 5.398,-0.59 16.203,0 5.399,0.59 5.398,0.61 10.801,0 5.402,-0.61 16.2,0 5.398,0.61 10.801,0 5.398,-0.61 5.403,0.61 5.398,0 5.402,-0.61 5.399,0 5.398,0.61 6.602,-0.61 27,0 5.398,-0.59 10.801,0 5.402,0.59 5.399,-0.59 10.801,0 5.398,-0.6 5.402,0 5.399,0.6 49.199,0 5.402,0.59 5.399,-0.59 54,0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path10784"
+ style="fill:none;stroke:#000000;stroke-width:9;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 67.0039,1174.8 5.3984,0 5.4024,-0.6 5.3984,0.6 5.4024,0 5.3984,-0.6 16.1991,0 5.402,0.6 5.399,0.59 43.801,0 5.398,-0.59 5.402,0.59 5.399,-0.59 6,0.59 5.398,-0.59 10.801,0 5.402,0.59 5.399,-0.59 10.801,0 5.398,0.59 5.402,0 5.399,-0.59 10.801,0 5.398,0.59 5.402,0 6,-0.59 5.399,-0.6 5.398,-0.6 5.403,0 5.398,1.2 5.402,0.59 21.598,0 5.402,-0.59 10.797,0 5.403,0.59 16.199,0 5.398,0.61 5.403,-0.61 5.398,0 5.402,-0.59 5.399,-0.6 5.398,0.6 33.602,0 5.398,0.59 10.801,0 5.402,-0.59 5.399,0 5.398,0.59 5.403,0 5.398,0.61 5.402,-0.61 10.797,0 5.403,-0.59 16.199,0 5.398,0.59 5.403,0 5.398,-0.59 5.402,-0.6 5.399,-0.6 6,0.6 5.398,0.6 5.403,1.2 5.398,0 5.402,-0.61 5.399,0 5.398,0.61 5.403,-0.61 5.398,-0.59 65.402,0 5.399,0.59 5.398,-0.59 5.403,0.59 6,0.61 5.398,-0.61 5.402,0 5.399,-0.59 21.601,0 5.399,0.59 5.398,-0.59 5.403,0.59 16.199,0 5.398,-0.59 48.602,0 5.398,0.59 17.403,0 5.398,0.61 21.602,0 5.398,1.2 5.402,-1.2 5.399,0 5.398,-0.61 5.403,0 5.398,0.61 5.402,-0.61 5.399,0 5.398,0.61 5.403,-0.61 5.398,0 5.402,0.61 5.399,-0.61 5.398,0 5.403,0.61 16.8,0 5.399,-0.61 16.199,0 5.402,-0.59 21.598,0 5.402,0.59 5.399,0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path10786"
+ style="fill:none;stroke:#000000;stroke-width:9;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 67.0039,1175.39 5.3984,-0.59 5.4024,0 5.3984,0.59 5.4024,-0.59 21.5975,0 5.402,0.59 5.399,0 5.398,-0.59 5.403,0.59 6,0.61 5.398,0 5.402,-0.61 10.797,0 5.403,-0.59 5.398,0.59 5.402,-0.59 16.797,0 5.403,-0.6 10.8,0 5.399,0.6 5.398,0 5.403,-0.6 5.398,1.19 5.402,0 5.399,-0.59 21.601,0 6,-0.6 5.399,0 5.398,0.6 5.403,0 5.398,0.59 21.602,0 5.398,0.61 5.402,-0.61 5.399,0 5.398,-0.59 10.801,0 5.402,-0.6 5.399,1.19 5.398,-0.59 10.801,0 5.402,1.2 10.797,0 5.403,-0.61 5.398,-0.59 6.602,-0.6 21.597,0 5.403,0.6 5.398,1.2 10.801,0 5.398,-0.61 5.403,0 5.398,0.61 21.602,0 5.398,-0.61 10.801,0 5.398,-0.59 21.602,0 6,0.59 5.398,0.61 5.403,-0.61 5.398,0 5.402,0.61 5.399,0 5.398,-0.61 5.403,-0.59 5.398,-0.6 27.602,0 5.398,0.6 5.402,0 5.399,-0.6 16.199,0 5.402,1.19 5.399,0.61 5.398,-0.61 11.403,0 5.398,-0.59 16.199,0 5.403,-0.6 5.398,0.6 5.402,0 5.399,0.59 5.398,-0.59 27,0 5.403,0.59 5.398,0 5.402,-0.59 5.399,0.59 10.801,0 5.398,-0.59 5.402,0.59 28.2,0 5.398,-0.59 10.801,0 5.398,0.59 5.403,0.61 10.8,0 5.399,-0.61 5.398,0 5.403,0.61 10.8,0 5.399,-1.2 5.398,0.59 5.403,0 5.398,0.61 38.402,0 5.399,-0.61 21.601,0 5.399,0.61 5.398,-0.61 5.403,0 5.398,-0.59 5.402,0.59 5.399,-0.59" />
+ <g
+ transform="scale(10,10)"
+ id="g10788">
+ <text
+ id="text10790"
+ style="font-variant:normal;font-weight:normal;font-size:10.80000019px;font-family:Times;-inkscape-font-specification:Times-Roman;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ transform="matrix(1,0,0,-1,160.661,2.75977)">
+ <tspan
+ id="tspan10792"
+ sodipodi:role="line"
+ y="0"
+ x="0 4.7951999 8.3915997 11.988 17.388">error</tspan>
+ </text>
+ </g>
+ <path
+ inkscape:connector-curvature="0"
+ id="path10794"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:9, 18;stroke-dashoffset:18;stroke-opacity:1"
+ d="m 2199.4,798.598 -5.4,-1.203 -5.39,-0.598 -130.81,0 -5.4,0.598 -10.79,0 -5.41,-0.598 -10.8,0 -5.4,-0.602 -5.39,-1.199 -5.41,-1.199 -5.4,-1.801 -6,-1.199 -5.4,0.598 -5.4,-4.2 -5.39,3.602 -6,-9 -5.41,1.801 -5.4,0 -5.4,-3.602 -5.4,-3.601 -5.39,1.203 -5.41,-8.403 -5.4,-12 -5.4,-8.398 -5.4,22.199 -5.39,14.399 -5.41,9.601 -5.4,1.801 -60,0 -5.4,-0.602 -5.4,-3.597 -5.39,-14.403 -5.41,-32.398 -5.4,-1.801 -5.4,-10.801 -5.4,25.2 -5.39,6.601 -5.41,13.801 -5.4,10.199 -5.4,1.199 -5.4,2.403 -5.39,2.398 -5.41,4.199 -5.4,2.403 -5.4,-4.203 -5.4,0.601 -6,6 -5.39,13.801 -5.41,-8.402 -5.4,4.8 -6,7.801 -5.4,-70.199 -5.4,25.801 -5.39,36 -5.41,-12.602 -5.4,-2.398 -5.4,-0.602 -10.79,0 -5.41,-0.601 -5.4,-0.598 -16.19,0 -5.41,0.598 -5.4,3.601 -5.4,5.399 -5.4,6.601 -5.39,-6 -5.41,-4.801 -5.4,-1.199 -5.4,1.801 -5.4,4.801 -5.39,9.597 -6,3.602 -5.41,-69.602 -5.4,1.801 -5.4,80.399 -5.4,-30 -5.39,-4.797 -5.41,0.597 -5.4,-0.597 -6,-1.203 -5.4,0 -5.4,1.8 -5.39,-1.199 -5.41,-0.601 -5.4,0 -5.4,-0.598 -10.79,0 -5.41,0.598 -5.4,0.601 -5.4,2.399 -5.4,-1.2 -5.39,1.801 -5.41,6 -5.4,-26.398 -5.4,-127.203 -6,79.8 -5.4,39 -5.39,12.602 -5.41,-0.602 -5.4,7.2 -5.4,3 -5.4,3 -5.39,0.601 -5.41,1.199 -5.4,-1.199 -5.4,2.399 -5.4,-2.399 -5.39,-0.601 -21.61,0 -5.39,-0.598 -76.81,0 -5.4,0.598 -5.4,1.8 -5.39,-3 -5.41,1.801 -5.4,1.801" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path10796"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="M 7.00391,1038 2257,1038" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path10798"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:9, 18;stroke-dashoffset:18;stroke-opacity:1"
+ d="m 2201.8,1430.39 -5.4,-18.59 -5.4,-16.8 -5.39,-15 -5.41,-12.61 -5.4,-10.79 -5.4,-9.6 -5.4,-9.61 -5.39,-7.19 -5.41,-6 -5.4,-4.81 -5.4,-4.19 -5.4,-3 -6,-2.4 -5.39,-2.41 -5.41,-0.59 -5.4,-0.6 -5.4,-0.6 -5.4,0.6 -5.39,1.19 -5.41,0.61 -5.4,1.8 -5.4,2.4 -5.4,0.6 -5.39,2.4 -5.41,1.8 -5.4,1.2 -5.4,1.19 -5.4,0.61 -5.39,1.2 -5.41,-0.6 -5.4,-1.8 -5.4,-2.41 -5.4,-3 -6,-3.59 -5.39,-4.2 -5.41,-4.8 -6,-4.8 -5.4,-4.2 -5.4,-4.8 -5.4,-3.61 -5.39,-3.59 -5.41,-3 -5.4,-1.8 -5.4,-1.8 -5.4,-1.2 -5.39,-0.61 -5.41,-0.59 -10.8,0 -5.4,0.59 -10.8,0 -5.4,-0.59 -5.4,0.59 -5.4,-0.59 -10.8,0 -5.4,0.59 -5.4,0.61 -5.4,0.6 -16.8,0 -5.4,-0.6 -5.4,-0.61 -27.6,0 -5.4,0.61 -5.4,0.6 -5.39,0.6 -5.41,0.6 -5.4,0.59 -5.4,0.61 -5.4,0.6 -5.39,0 -5.41,-0.6 -5.4,-1.2 -5.4,-1.8 -5.4,-2.4 -5.39,-2.4 -5.41,-2.4 -5.4,-1.8 -6,-1.2 -5.4,-0.6 -5.4,0.6 -5.39,1.2 -5.41,1.8 -5.4,1.2 -5.4,1.8 -5.4,1.8 -5.39,1.79 -5.41,1.21 -5.4,1.79 -5.4,1.21 -5.4,0.6 -5.39,0 -5.41,-0.6 -5.4,-0.6 -5.4,-1.2 -5.4,-1.8 -5.39,-1.2 -5.41,-1.8 -5.4,-2.4 -5.4,-1.8 -5.4,-1.8 -5.39,-1.2 -6.61,-1.2 -5.39,0 -5.41,0.6 -5.4,1.19 -5.4,1.81 -5.4,1.8 -5.39,1.8 -5.41,1.2 -5.4,1.8 -5.4,0.59 -5.4,0.61 -5.39,0 -5.41,1.2 -5.4,-0.6 -5.4,0 -5.4,-1.21 -5.39,0 -5.41,-1.19 -5.4,-1.2 -5.4,-0.61 -5.4,-1.19 -5.39,-0.6 -5.41,0 -5.4,-0.6 -16.8,0 -5.39,1.2 -5.41,0.6 -5.4,0.59 -5.4,0.61 -5.4,1.2 -5.39,1.8 -5.41,0.6 -5.4,0.6 -5.4,0.6 -6,1.2 -5.4,1.2 -5.39,1.19 -5.41,1.21 -5.4,2.4 -5.4,1.8 -5.4,2.4 -5.39,2.4 -5.41,2.4 -5.4,2.39 -5.4,2.41 -5.4,3 -5.39,3.59 -6,3.61 -5.41,4.2 -5.4,4.8 -5.4,6 -5.4,7.8 -5.39,7.8 -5.41,10.79 -5.4,10.81 -5.4,12.6 -5.4,13.8 -5.39,15.6 -5.41,16.19 -5.4,18" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path10800"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:9, 18;stroke-dashoffset:18;stroke-opacity:1"
+ d="m 67.0039,497.996 173.3981,0 6,-0.601 5.403,-208.2 5.398,-62.398 5.402,46.801 6,224.398 108,0 5.399,-264.601 5.398,-6.598 5.403,0 5.398,215.398 6,55.801 103.199,0 5.403,-3 5.398,-268.199 5.402,19.199 5.399,252 70.801,0 5.398,-11.398 5.402,-249.602 5.399,-3.601 5.398,253.8 5.403,10.801 87.597,0 5.403,-8.398 5.398,-262.801 5.402,0.598 5.399,261 5.398,9.601 255.602,0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path10802"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:9, 18;stroke-dashoffset:18;stroke-opacity:1"
+ d="m 67.0039,944.996 5.3984,1.801 5.4024,0 5.3984,-0.602 5.4024,1.2 16.1995,0 5.398,0.601 5.402,0 5.399,-0.601 5.398,0.601 27.602,0 5.398,-0.601 38.403,0 5.398,-0.598 5.402,-1.199 5.399,1.199 5.398,-0.602 5.403,0.602 5.398,0.598 5.402,0 5.399,-0.598 5.398,-1.801 5.403,0 5.398,-1.801 5.402,-6 6,-28.199 5.399,5.399 5.398,25.8 5.403,4.801 5.398,1.199 5.402,-0.597 5.399,1.199 5.398,0.598 5.403,0 5.398,0.601 5.402,-0.601 5.399,0 5.398,-0.598 5.403,0 5.398,-0.602 5.402,1.2 5.399,0 5.398,-0.598 5.403,-0.602 5.398,0.602 5.402,-3.602 5.399,-52.8 5.398,-76.797 5.403,-0.602 6,100.199 6,21.602 5.398,6.598 5.402,3 5.399,1.203 5.398,-1.203 5.403,-3 5.398,-4.2 5.402,4.801 5.399,3 5.398,2.399 5.403,0.601 10.8,0 5.399,-0.601 16.199,0 5.402,-0.598 5.399,0 5.398,-1.801 5.403,-20.398 5.398,-106.203 5.402,-61.797 5.399,135.597 6,44.403 5.398,3 5.403,-5.403 5.398,7.801 5.402,4.801 5.399,-1.199 5.398,-1.801 5.403,-1.801 5.398,4.199 5.402,-0.597 6,-0.602 5.399,-0.601 5.398,-2.399 5.403,-3 5.398,-1.199 5.402,-4.801 5.399,2.399 5.398,2.402 5.403,6 5.398,0.598 5.402,1.203 5.399,2.398 38.398,0 5.403,-0.601 5.398,0.601 10.801,0 5.398,-1.199 5.403,-2.402 5.398,-3.598 5.402,-5.402 5.399,1.203 5.398,2.398 5.403,1.199 5.398,0 5.402,2.403 5.399,0.597 5.398,-1.199 5.403,0.602 5.398,3.597 5.402,-1.8 5.399,1.8 5.398,0 6.602,-0.597 5.398,1.199 5.403,0 5.398,0.598 5.402,0 5.399,0.601 5.398,0 5.403,-0.601 16.199,0 5.398,0.601 5.403,0 5.398,-0.601 5.402,0.601 108.598,0 5.402,-0.601 5.399,-1.2" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path10804"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="M 7.00391,587.996 2257,587.996" />
+ <g
+ transform="scale(10,10)"
+ id="g10806">
+ <text
+ id="text10808"
+ style="font-variant:normal;font-weight:normal;font-size:10.80000019px;font-family:Times;-inkscape-font-specification:Times-Roman;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ transform="matrix(1,0,0,-1,42.1605,2.69961)">
+ <tspan
+ id="tspan10810"
+ sodipodi:role="line"
+ y="0"
+ x="0 5.4000001 10.8 13.8024 19.2024 24.6024">output</tspan>
+ <tspan
+ id="tspan10812"
+ sodipodi:role="line"
+ y="-31.080099"
+ x="65.219902 68.816299 73.611504">(c)</tspan>
+ </text>
+ </g>
+ <path
+ inkscape:connector-curvature="0"
+ id="path10814"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 7.00391,137.996 2251.79999,0 0,1350 -2251.79999,0 0,-1350 z" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path10816"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:27;stroke-dashoffset:0;stroke-opacity:1"
+ d="m 2183.2,278.395 -721.8,0 -6,-4.2 -4.79,3 -5.41,1.2 -183,0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path10818"
+ style="fill:none;stroke:#0000ff;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:27;stroke-dashoffset:0;stroke-opacity:1"
+ d="m 2183.2,278.395 -366,0 -5.4,-1.2 -5.4,4.2 -5.4,1.203 -5.39,-6 -5.41,1.797 -528,0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path10820"
+ style="fill:none;stroke:#00ff00;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:27;stroke-dashoffset:0;stroke-opacity:1"
+ d="m 2183.2,278.395 -921,0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path10822"
+ style="fill:none;stroke:#00ffff;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:27;stroke-dashoffset:0;stroke-opacity:1"
+ d="m 2183.2,278.395 -921,0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path10824"
+ style="fill:none;stroke:#ff0000;stroke-width:9;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:27;stroke-dashoffset:0;stroke-opacity:1"
+ d="m 2183.2,278.395 -253.8,0 -4.79,0.601 -5.41,-0.601 -96.59,0 -5.41,0.601 -5.4,1.199 -5.4,-4.8 -5.4,0 -5.39,6 -5.41,-1.797 -5.4,-0.602 -5.4,-0.601 -16.2,0 -4.8,0.601 -5.4,0.602 -5.39,-0.602 -5.41,-0.601 -33.59,0 -5.41,0.601 -5.4,-0.601 -95.4,0 -5.4,0.601 -6,0.602 -5.39,-1.203 -5.41,0 -5.4,1.203 -5.4,-0.602 -5.4,-0.601 -102.6,0 -6,1.203 -4.79,-1.203 -5.41,0 -5.4,1.203 -5.4,-1.203 -172.2,0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path10826"
+ style="fill:none;stroke:#00ffff;stroke-width:9;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 2183.2,278.395 -592.2,0 -5.39,0.601 -5.41,0.602 -6,20.398 -4.8,-21.601 -307.2,0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path10828"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 67.0039,677.395 5.3984,-0.598 5.4024,0 5.3984,0.598 5.4024,-0.598 173.9995,0 6,0.598 5.399,0.601 5.398,1.199 5.403,-0.597 5.398,-1.203 5.402,0 5.399,-0.598 70.199,0 5.402,0.598 5.399,9 5.398,1.203 5.403,-4.801 6,-4.199 6,-1.801 27,0 5.398,0.598 5.402,0 5.399,-0.598 70.199,0 5.402,0.598 5.399,0.601 6,-0.601 10.801,0 5.398,-0.598 10.801,0 5.398,0.598 5.403,0 5.398,-0.598 418.801,0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path10830"
+ style="fill:none;stroke:#00ff00;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 67.0039,676.797 190.1991,0 5.402,0.598 6,0 5.399,0.601 5.398,-0.601 16.203,0 5.399,-0.598 70.199,0 5.402,2.398 5.399,8.403 5.398,1.797 5.403,-0.598 6,0 6,-3 5.398,-4.199 5.402,-2.403 5.399,-0.597 5.398,1.199 5.403,2.398 5.398,3 5.402,-3 5.399,-3.597 5.398,-1.801 97.801,0 5.402,0.598 5.399,0.601 5.398,0.602 5.403,-0.602 5.398,-1.199 16.801,0 5.398,0.598 10.801,0 5.402,1.203 10.797,0 5.403,-0.602 5.398,1.199 5.402,-0.597 5.399,-1.801 348,0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path10832"
+ style="fill:none;stroke:#ff0000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 67.0039,676.797 168.6011,0 5.399,0.598 5.398,1.203 5.403,-0.602 5.398,1.801 5.402,3.598 6,8.402 5.399,-9.602 5.398,-5.398 222.602,0 5.398,0.598 5.403,1.8 5.398,4.2 5.402,-4.2 5.399,-1.8 6,-0.598 462,0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path10834"
+ style="fill:none;stroke:#ff00ff;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 67.0039,676.797 130.8011,0 5.398,0.598 5.402,0.601 5.399,-1.199 5.398,0.598 5.403,0 5.398,-0.598 32.402,0 6,0.598 10.797,0 5.403,-0.598 222.597,0 5.403,1.199 5.398,3 5.402,1.801 5.399,0.598 6,-4.797 5.398,-1.203 5.403,0 5.398,-0.598 157.801,0 5.398,0.598 5.403,1.8 5.398,1.801 5.402,3.602 5.399,-1.203 5.398,-1.797 5.403,-1.203 5.398,0 5.402,-0.598 5.399,-0.602 5.398,0 5.403,0.602 5.398,-1.801 5.402,0.602 5.399,-0.602 12,0 5.398,-0.601 5.403,0 5.398,-0.598 178.801,0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path10836"
+ style="fill:none;stroke:#ffff00;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 67.0039,677.395 5.3984,-0.598 141.6017,0 5.398,0.598 5.403,-0.598 135.597,0 5.403,0.598 5.398,-0.598 615,0 5.402,0.598 5.399,0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path10838"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:27;stroke-dashoffset:0;stroke-opacity:1"
+ d="m 67.0039,677.395 5.3984,-0.598 130.8007,0 5.402,0.598 5.399,-0.598 119.398,0 5.403,0.598 5.398,0 5.402,-0.598 5.399,0 5.398,0.598 5.403,0 5.398,-0.598 136.199,0 5.403,0.598 5.398,-0.598 22.199,0 5.403,0.598 5.398,0 5.402,-0.598 10.797,0 5.403,0.598 5.398,-0.598 147,0 5.402,0.598 5.399,-0.598 103.801,0 5.398,0.598 5.402,-0.598 141,0 5.399,0.598" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path10840"
+ style="fill:none;stroke:#0000ff;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:27;stroke-dashoffset:0;stroke-opacity:1"
+ d="m 67.0039,676.797 190.1991,0 5.402,0.598 6,0 5.399,-0.598 108,0 5.398,0.598 5.403,0 6,1.203 6,0.597 5.398,-1.199 5.402,0 5.399,-0.601 5.398,0 5.403,-0.598 124.8,0 5.399,0.598 5.398,-0.598 5.403,0.598 10.8,0 6,0.601 5.399,0 5.398,1.801 5.403,1.801 5.398,1.199 5.402,3 5.399,-1.199 5.398,-0.602 5.403,-4.199 5.398,-1.801 5.402,-0.601 5.399,-0.598 348,0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path10842"
+ style="fill:none;stroke:#00ff00;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:27;stroke-dashoffset:0;stroke-opacity:1"
+ d="m 67.0039,677.395 5.3984,-0.598 141.6017,0 5.398,0.598 5.403,-0.598 54.597,0 5.403,0.598 16.199,0 5.398,-0.598 59.403,0 5.398,0.598 5.402,0 5.399,4.8 5.398,-0.597 5.403,-2.403 6,-1.8 6,-0.598 97.199,0 5.398,0.598 5.403,0.601 5.398,0.602 5.402,1.199 5.399,3 11.398,0 5.403,4.801 5.398,-7.203 5.402,-3 5.399,-0.598 5.398,0 5.403,1.199 5.398,-1.199 130.801,0 5.398,0.598 5.403,0.601 5.398,0.602 5.402,0.597 5.399,-0.597 5.398,0 5.403,-0.602 5.398,0.602 5.402,-1.203 5.399,0.601 10.801,0 5.398,-0.601 33.602,0 5.398,-0.598 178.801,0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path10844"
+ style="fill:none;stroke:#00ffff;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:27;stroke-dashoffset:0;stroke-opacity:1"
+ d="m 67.0039,676.797 168.6011,0 5.399,0.598 5.398,0 5.403,0.601 10.8,0 6,4.199 5.399,5.403 5.398,-7.203 5.403,-3.598 157.8,0 5.399,0.598 5.398,-0.598 54,0 5.403,0.598 5.398,0.601 5.402,2.399 5.399,1.203 6,-4.203 5.398,-0.598 32.403,0 5.398,0.598 5.402,0 6,0.601 5.399,0 5.398,0.602 5.403,1.199 5.398,0 5.402,0.598 5.399,-0.598 5.398,-1.801 5.403,-1.199 364.199,0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path10846"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 67.0039,226.797 930.0001,0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path10848"
+ style="fill:none;stroke:#00ff00;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 67.0039,226.797 309.6011,0 5.399,6.598 5.398,-6.598 609.602,0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path10850"
+ style="fill:none;stroke:#ffff00;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 67.0039,226.797 930.0001,0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path10852"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:27;stroke-dashoffset:0;stroke-opacity:1"
+ d="m 67.0039,226.797 190.1991,0 5.402,0.598 6,-0.598 728.399,0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path10854"
+ style="fill:none;stroke:#00ff00;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:27;stroke-dashoffset:0;stroke-opacity:1"
+ d="m 67.0039,226.797 930.0001,0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path10856"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 2201.8,1111.2 -5.4,0 -5.4,-0.6 -5.39,0.6 -5.41,0 -5.4,0.6 -5.4,-0.6 -5.4,0.6 -10.8,0 -5.4,0.59 -5.4,1.21 -5.4,-0.6 -6,-0.61 -5.39,1.21 -5.41,-1.8 -5.4,0 -5.4,1.2 -5.4,-0.61 -5.39,0 -5.41,0.61 -5.4,-1.2 -5.4,0 -5.4,1.2 -5.39,0 -5.41,-0.61 -5.4,0 -5.4,1.21 -5.4,0 -5.39,-0.6 -5.41,-0.61 -5.4,-0.59 -5.4,0.59 -16.79,0 -5.41,0.61 -6,0 -5.4,-0.61 -5.4,0.61 -48.6,0 -5.4,-0.61 -21.6,0 -5.4,-1.19 -5.4,0.6 -5.39,-1.2 -5.41,0.6 -16.2,0 -5.39,1.19 -6,-0.59 -5.41,-0.6 -5.4,0.6 -5.4,0 -5.4,-0.6 -5.39,1.19 -5.41,0 -6,0.61 -21.59,0 -5.41,-0.61 -16.2,0 -5.39,0.61 -5.41,0.6 -5.4,-0.6 -5.4,-0.61 -5.4,0.61 -16.2,0 -6,0.6 -5.4,0 -5.4,-0.6 -5.39,-0.61 -10.81,0 -5.4,0.61 -37.79,0 -5.41,0.6 -5.4,0.6 -5.4,-0.6 -5.4,-0.6 -5.39,-0.61 -5.41,-0.59 -10.8,0 -5.4,-0.6 -5.39,0.6 -6.61,0 -5.39,0.59 -5.41,0.61 -5.4,0 -5.4,-0.61 -5.4,-1.19 -5.39,0 -5.41,0.6 -5.4,0 -5.4,0.59 -10.79,0 -5.41,-0.59 -5.4,0.59 -5.4,0.61 -5.4,0 -5.39,-0.61 -5.41,0.61 -5.4,-0.61 -16.19,0 -5.41,0.61 -5.4,0.6 -5.4,0 -6,-0.6 -10.79,0 -5.41,-0.61 -5.4,0.61 -5.4,-0.61 -5.4,0 -5.39,-1.19 -5.41,0.6 -10.8,0 -6,-0.6 -10.79,0 -5.41,0.6 -16.2,0 -5.39,-0.6 -5.41,0.6 -5.4,0 -5.4,0.59 -5.4,-0.59 -27.6,0 -5.4,-0.6 -16.2,0 -5.4,0.6 -5.4,0.59 -5.39,-1.79 -5.41,1.2 -5.4,0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path10858"
+ style="fill:none;stroke:#00ff00;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 2201.8,1111.8 -5.4,0.59 -27,0 -5.4,-0.59 -10.8,0 -5.4,0.59 -5.4,-0.59 -11.4,0 -5.39,0.59 -10.81,0 -5.4,-0.59 -10.79,0 -5.41,-0.6 -5.4,0 -5.4,0.6 -5.4,-0.6 -16.2,0 -5.4,-0.6 -5.4,-0.6 -5.39,0 -5.41,0.6 -5.4,-0.6 -22.19,0 -5.41,0.6 -27.59,0 -5.41,0.6 -21.59,0 -5.41,-0.6 -5.4,0 -5.4,-0.6 -10.79,0 -5.41,0.6 -5.4,0 -5.4,0.6 -10.79,0 -5.41,0.6 -10.8,0 -5.4,-0.6 -5.39,0.6 -16.81,0 -5.4,0.59 -5.4,-1.19 -5.39,-0.6 -5.41,0.6 -33,0 -5.4,-0.6 -10.8,0 -5.39,0.6 -5.41,-0.6 -5.4,0.6 -5.4,0 -5.4,-1.2 -5.39,0.6 -5.41,0.6 -5.4,0.6 -11.4,0 -5.4,-0.6 -5.39,-0.6 -5.41,0.6 -27,0 -5.4,0.6 -5.4,0 -5.4,-0.6 -16.2,0 -5.4,-0.6 -5.4,-0.6 -5.39,0.6 -16.21,0 -5.4,0.6 -5.39,-0.6 -6.61,0.6 -10.8,0 -5.4,0.6 -5.4,-0.6 -5.4,0 -5.39,-0.6 -5.41,0 -5.4,0.6 -5.4,-0.6 -5.4,0 -5.39,0.6 -5.41,0.6 -5.4,0 -5.4,0.59 -5.4,-1.19 -5.39,0.6 -5.41,-0.6 -5.4,-0.6 -16.19,0 -5.41,0.6 -5.4,0 -5.4,-0.6 -33,0 -5.4,0.6 -5.39,0 -5.41,-0.6 -5.4,0.6 -5.4,-0.6 -6,0.6 -27,0 -5.4,0.6 -5.39,-0.6 -5.41,0.6 -5.4,-0.6 -5.4,0.6 -16.79,0 -5.41,0.59 -5.4,-0.59 -5.4,0 -5.4,0.59 -5.39,0 -5.41,-0.59 -21.59,0 -5.41,-0.6 -5.4,0.6" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path10860"
+ style="fill:none;stroke:#00ffff;stroke-width:9;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 2201.8,1112.39 -5.4,0.61 -5.4,-0.61 -5.39,0 -5.41,0.61 -5.4,-0.61 -5.4,0.61 -5.4,0 -5.39,-0.61 -5.41,0 -5.4,0.61 -5.4,0 -5.4,-0.61 -22.2,0 -5.4,-0.59 -5.4,0.59 -5.39,0 -5.41,-0.59 -5.4,0.59 -5.4,0 -5.4,-0.59 -16.2,0 -5.4,0.59 -5.4,-1.19 -10.8,0 -5.4,0.6 -39,0 -5.4,0.59 -16.2,0 -5.4,0.61 -10.8,0 -5.39,0.6 -5.41,0 -5.4,0.6 -10.8,0 -5.39,0.6 -5.41,0.59 -5.4,0.61 -5.4,1.2 -5.4,0.6 -5.39,0 -5.41,1.2 -5.4,1.2 -5.4,0 -5.4,0.6 -5.39,1.8 -6,0.6 -5.41,0.6 -5.4,1.8 -5.4,0.6 -5.4,1.8 -5.39,1.8 -5.41,1.8 -6,1.2 -5.4,1.8 -5.4,2.4 -5.4,1.8 -5.39,2.4 -5.41,2.4 -5.4,2.4 -5.4,3 -5.4,2.39 -5.39,2.41 -5.41,3.59 -5.4,3 -5.4,3 -5.4,3 -5.39,3 -5.41,3.61 -5.4,3.6 -6,3 -5.4,2.4 -5.4,1.8 -5.39,1.8 -5.41,1.79 -5.4,1.81 -5.4,1.8 -5.4,1.2 -5.39,2.4 -5.41,1.79 -5.4,1.21 -5.4,2.4 -5.4,2.39 -5.39,3 -5.41,3.61 -5.4,3.6 -5.4,3 -5.4,3 -5.39,4.2 -5.41,3.59 -5.4,3 -5.4,3 -5.4,1.81 -5.39,1.8 -6.61,0.6 -5.39,0 -5.41,-0.6 -5.4,-1.2 -5.4,-1.8 -5.4,-3.61 -5.39,-3 -5.41,-3.59 -5.4,-3 -5.4,-3 -5.4,-3.6 -5.39,-1.81 -5.41,-2.39 -5.4,-3 -5.4,-2.4 -5.4,-2.4 -5.39,-1.81 -5.41,-1.19 -5.4,-2.4 -5.4,-1.8 -5.4,-1.8 -5.39,-1.81 -5.41,-2.39 -5.4,-3 -5.4,-3.61 -6,-4.19 -5.4,-3 -5.39,-3.6 -5.41,-3.6 -5.4,-3 -5.4,-3.61 -5.4,-3 -5.39,-2.39 -5.41,-3.61 -5.4,-2.39 -5.4,-3 -6,-3 -5.4,-2.4 -5.39,-3 -5.41,-2.4 -5.4,-2.4 -5.4,-1.8 -5.4,-2.4 -5.39,-2.4 -5.41,-1.81 -5.4,-1.19 -5.4,-1.81 -5.4,-1.79 -5.39,-1.21 -6,-0.59 -5.41,-1.2 -5.4,0 -5.4,-1.21 -5.4,-0.59 -5.39,-0.6 -5.41,-0.6 -5.4,-0.6 -5.4,-0.61 -16.2,0 -5.4,-0.59" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path10862"
+ style="fill:none;stroke:#ffff00;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 2201.8,1111.8 -5.4,-0.6 -5.4,0.6 -5.39,-0.6 -5.41,0 -5.4,-0.6 -5.4,1.2 -5.4,-0.6 -5.39,0 -5.41,0.6 -5.4,-0.6 -5.4,-0.6 -43.79,0 -5.41,0.6 -5.4,0.6 -5.4,-1.2 -10.79,0 -5.41,0.6 -5.4,0 -5.4,-0.6 -10.79,0 -5.41,0.6 -5.4,0.6 -10.8,0 -6,-0.6 -5.39,0.6 -5.41,-0.6 -6,0.6 -5.4,-0.6 -5.4,0 -5.4,0.6 -5.39,-0.6 -5.41,0 -5.4,0.6 -5.4,0 -5.4,-0.6 -5.39,0.6 -16.21,0 -5.4,0.59 -5.39,0 -5.41,-0.59 -5.4,-0.6 -5.4,1.19 -5.4,-0.59 -5.39,0.59 -10.81,0 -5.4,-0.59 -10.79,0 -6,-0.6 -5.41,0 -5.4,-0.6 -5.4,1.2 -5.4,0.59 -5.39,0.61 -5.41,0 -6,-0.61 -21.59,0 -5.41,0.61 -16.2,0 -5.39,-0.61 -5.41,-1.19 -5.4,-0.6 -5.4,0 -5.4,0.6 -5.39,0 -5.41,-0.6 -5.4,0.6 -6,0.6 -21.6,0 -5.4,-0.6 -10.8,0 -5.39,-0.6 -5.41,0 -5.4,-0.6 -5.4,0.6 -5.4,0 -5.39,0.6 -5.41,0 -5.4,-0.6 -10.8,0 -5.39,1.2 -5.41,0.59 -5.4,0.61 -5.4,0 -5.4,-0.61 -12,0 -5.39,-1.19 -5.41,-0.6 -10.8,0 -5.4,1.2 -5.39,0.59 -5.41,-0.59 -5.4,0 -5.4,0.59 -5.4,0 -5.39,-0.59 -5.41,0 -5.4,-0.6 -5.4,0 -5.4,-0.6 -5.39,0.6 -21.61,0 -5.39,0.6 -5.41,0.59 -10.8,0 -6,-0.59 -5.4,0.59 -5.39,0 -5.41,-0.59 -5.4,0 -5.4,-0.6 -5.4,0.6 -5.39,0.59 -16.21,0 -6,0.61 -5.4,-0.61 -5.39,-0.59 -5.41,0 -5.4,0.59 -5.4,-0.59 -10.79,0 -5.41,-0.6 -10.8,0 -5.4,-0.6 -5.39,0 -6,0.6 -5.41,0.6 -5.4,-0.6 -5.4,0.6 -10.79,0 -5.41,0.59 -5.4,0 -5.4,-0.59 -5.4,-0.6 -5.39,1.19 -5.41,-0.59 -5.4,-0.6" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path10864"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:27;stroke-dashoffset:0;stroke-opacity:1"
+ d="m 2201.8,1111.8 -37.8,0 -5.39,0.59 -5.41,-0.59 -5.4,0 -5.4,-0.6 -5.4,0.6 -16.8,0 -5.4,0.59 -5.4,-0.59 -21.6,0 -5.4,0.59 -5.4,0 -5.39,-0.59 -16.21,0 -5.4,0.59 -5.39,-0.59 -5.41,0 -5.4,-0.6 -27.6,0 -6,-0.6 -5.4,0 -5.4,0.6 -5.4,-0.6 -5.39,0 -5.41,0.6 -5.4,-0.6 -10.8,0 -5.39,0.6 -16.21,0 -5.4,-0.6 -10.8,0 -5.4,0.6 -5.4,0.6 -16.2,0 -5.4,-0.6 -5.4,1.19 -5.4,0 -5.39,-0.59 -6,0 -5.41,-0.6 -5.4,0.6 -5.4,0.59 -5.4,-1.79 -5.39,-1.21 -11.41,0 -5.4,0.61 -10.8,0 -5.39,0.6 -5.41,-0.6 -5.4,0.6 -5.4,-0.6 -5.4,0.6 -5.39,1.2 -5.41,-0.6 -5.4,0.6 -5.4,0 -5.4,0.59 -5.39,0.61 -5.41,-1.2 -5.4,-1.2 -6,0 -5.4,0.6 -5.4,0.6 -5.39,0 -5.41,-0.6 -10.8,0 -5.4,-0.6 -5.39,0 -5.41,-0.6 -5.4,0.6 -10.8,0 -5.39,-0.6 -5.41,-0.61 -5.4,-0.59 -5.4,0 -5.4,1.8 -16.2,0 -5.4,0.6 -10.79,0 -6.61,0.6 -5.39,0.59 -5.41,-0.59 -5.4,0 -5.4,-0.6 -5.4,0.6 -5.39,0.59 -5.41,0 -5.4,-0.59 -27,0 -5.4,-0.6 -5.4,0.6 -5.39,-0.6 -5.41,0.6 -5.4,0 -5.4,-1.2 -5.4,-1.21 -5.39,-0.59 -5.41,-0.6 -5.4,0.6 -5.4,1.2 -16.79,0 -5.41,0.6 -5.4,0 -5.4,1.2 -10.79,0 -5.41,-0.6 -10.8,0 -6,0.6 -16.2,0 -5.4,-0.6 -5.4,0.6 -27,0 -5.4,0.59 -5.39,-0.59 -16.81,0 -5.4,-0.6 -5.4,-0.6 -5.39,0.6 -5.41,-0.6 -5.4,0.6 -16.19,0 -5.41,-0.6 -5.4,0.6" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path10866"
+ style="fill:none;stroke:#00ff00;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:27;stroke-dashoffset:0;stroke-opacity:1"
+ d="m 2201.8,1111.2 -27,0 -5.4,-0.6 -5.4,1.79 -5.39,-0.59 -5.41,0 -5.4,0.59 -5.4,0.61 -5.4,-0.61 -6,0 -5.39,0.61 -5.41,-1.2 -5.4,0 -5.4,0.59 -5.4,0 -5.39,-0.59 -5.41,1.2 -5.4,0 -5.4,-1.8 -5.4,1.19 -5.39,0 -5.41,-0.59 -5.4,0 -5.4,1.8 -5.4,-0.6 -5.39,-1.2 -5.41,-0.6 -5.4,0 -5.4,0.6 -5.4,0 -6,-0.6 -10.8,0 -6,0.6 -5.4,-0.6 -48.6,0 -5.4,0.6 -5.4,-0.6 -5.4,0.6 -5.39,0.59 -10.81,0 -5.4,-1.19 -5.4,0.6 -5.39,-0.6 -5.41,0 -5.4,0.6 -10.8,0 -5.39,0.59 -6,-0.59 -10.81,0 -5.4,-0.6 -5.4,0.6 -5.39,1.2 -11.41,0 -5.4,-0.61 -5.4,0.61 -27,0 -5.4,-0.61 -5.39,-0.59 -5.41,1.2 -5.4,0 -5.4,-0.61 -5.4,-1.19 -5.39,-0.6 -16.81,0 -5.4,-0.6 -5.4,0.6 -5.39,0.6 -5.41,0.6 -5.4,0.59 -5.4,0.61 -5.4,0 -5.39,0.6 -16.21,0 -5.4,-0.6 -5.39,0 -5.41,-1.2 -5.4,0 -5.4,-0.6 -5.4,-0.6 -5.39,0.6 -5.41,1.19 -5.4,0 -5.4,-0.59 -5.4,-0.6 -5.39,-0.6 -6.61,-0.6 -5.39,-0.61 -5.41,0 -5.4,0.61 -5.4,1.2 -5.4,0.6 -5.39,0 -5.41,0.59 -5.4,-0.59 -5.4,0.59 -5.4,-0.59 -5.39,0.59 -5.41,-0.59 -5.4,0 -5.4,0.59 -5.4,0.61 -5.39,-0.61 -5.41,0 -5.4,-1.79 -5.4,-0.6 -5.4,0.6 -5.39,0.6 -5.41,0.6 -5.4,-0.6 -5.4,0 -6,0.6 -10.79,0 -5.41,-0.6 -5.4,0.6 -10.8,0 -5.39,-1.2 -5.41,0.6 -5.4,0.6 -5.4,0.59 -6,-0.59 -5.4,-0.6 -5.39,0.6 -5.41,0.59 -10.8,0 -5.4,-1.19 -5.39,0 -5.41,0.6 -5.4,0.59 -5.4,0 -5.4,-1.19 -5.39,0.6 -6,-0.6 -5.41,0.6 -16.2,0 -5.39,-0.6 -5.41,0.6 -5.4,0.59 -5.4,-0.59 -5.4,0 -5.39,-1.2 -5.41,1.79 -5.4,-0.59" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path10868"
+ style="fill:none;stroke:#00ffff;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:27;stroke-dashoffset:0;stroke-opacity:1"
+ d="m 2201.8,1111.2 -5.4,-0.6 -5.4,1.2 -5.39,-0.6 -43.21,0 -5.4,-0.6 -6,0.6 -10.8,0 -5.4,-0.6 -5.4,0.6 -5.4,0.6 -5.39,-0.6 -5.41,0 -5.4,0.6 -5.4,-1.2 -5.4,0 -5.39,0.6 -5.41,-0.6 -5.4,-0.6 -5.4,0.6 -5.4,0 -5.39,0.6 -38.41,0 -6,0.6 -21.59,0 -5.41,0.59 -48.59,0 -5.41,-0.59 -5.4,0 -5.4,-0.6 -5.4,0 -5.39,0.6 -5.41,-0.6 -10.8,0 -5.4,-0.6 -11.39,0 -5.41,0.6 -5.4,0 -5.4,-0.6 -5.4,0.6 -5.39,0.6 -5.41,1.2 -11.4,0 -5.4,0.6 -5.4,0 -5.39,-0.6 -21.61,0 -5.39,-1.2 -5.41,-0.6 -5.4,0.6 -5.4,0 -5.4,-0.6 -5.39,0 -5.41,1.19 -5.4,0.61 -6,0 -5.4,-0.61 -5.4,-0.59 -5.39,0 -5.41,0.59 -5.4,0 -5.4,-0.59 -10.79,0 -5.41,0.59 -5.4,-0.59 -10.8,0 -5.39,-0.6 -5.41,0.6 -5.4,0 -5.4,-0.6 -5.4,-1.2 -5.39,0 -5.41,1.2 -5.4,0.6 -5.4,-0.6 -10.79,0 -6.61,-0.6 -16.2,0 -5.4,0.6 -5.4,0.6 -5.39,-0.6 -16.21,0 -5.4,0.6 -10.8,0 -5.4,-0.6 -5.4,0.6 -5.4,-0.6 -5.39,1.19 -5.41,-0.59 -5.4,-0.6 -5.4,0.6 -5.4,0.59 -5.39,0.61 -5.41,0 -5.4,-0.61 -5.4,-0.59 -6,-0.6 -5.4,0.6 -16.2,0 -5.4,-0.6 -16.2,0 -5.4,0.6 -5.4,0 -6,-0.6 -10.79,0 -5.41,0.6 -5.4,0 -5.4,-0.6 -5.4,-0.6 -5.39,0.6 -5.41,0 -5.4,0.6 -5.4,-0.6 -5.4,-0.6 -5.39,0 -6,0.6 -5.41,0.6 -5.4,0 -5.4,-0.6 -5.4,1.19 -5.39,-0.59 -21.61,0 -5.39,-0.6 -5.41,0.6 -5.4,0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path10870"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 2199.4,796.195 -5.4,0.602 -5.39,-0.602 -5.41,0.602 -125.4,0 -5.4,-0.602 -5.4,0.602 -5.39,-0.602 -5.41,0 -5.4,0.602 -10.8,0 -5.39,-0.602 -98.41,0 -5.4,0.602 -87,0 -5.4,-0.602 -5.4,0.602 -10.8,0 -5.4,-0.602 -5.4,0.602 -5.4,-0.602 -5.39,0 -5.41,-0.597 -5.4,0 -5.4,0.597 -11.4,0 -5.39,-0.597 -10.81,0 -6,-0.602 -5.4,1.199 -48.6,0 -5.4,0.602 -16.2,0 -5.4,-0.602 -5.4,-0.597 -5.4,0 -5.39,0.597 -5.41,0 -5.4,0.602 -5.4,-0.602 -10.79,0 -6,-2.398 -5.41,-6.602 -5.4,-7.8 -5.4,1.8 -5.4,14.403 -5.39,0.597 -5.41,0 -5.4,0.602 -6,-0.602 -32.4,0 -5.4,0.602 -5.39,0 -5.41,-0.602 -5.4,0 -5.4,-0.597 -5.4,0 -5.39,-1.801 -5.41,-0.602 -5.4,1.801 -5.4,1.199 -22.2,0 -5.4,0.602 -10.8,0 -5.39,-0.602 -32.41,0 -5.4,0.602 -10.8,0 -5.39,-0.602 -10.81,0 -5.4,0.602 -44.4,0 -5.39,-0.602 -16.21,0 -5.4,-0.597 -5.39,0.597 -5.41,0 -5.4,-1.199" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path10872"
+ style="fill:none;stroke:#00ff00;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 2199.4,796.195 -33,0 -5.4,0.602 -10.8,0 -5.4,-0.602 -5.4,0.602 -5.4,-0.602 -6,0.602 -5.39,-0.602 -10.81,0 -5.4,0.602 -5.4,0 -5.39,-0.602 -5.41,0.602 -5.4,0 -5.4,-0.602 -27,0 -5.4,0.602 -5.39,-0.602 -5.41,0.602 -54.59,0 -6,-0.602 -5.41,0 -5.4,0.602 -5.4,0 -5.4,-0.602 -5.39,0.602 -48.61,0 -5.39,-0.602 -5.41,0.602 -27.59,0 -5.41,-0.602 -5.4,0 -5.4,-3 -5.4,-0.597 -5.39,1.797 -5.41,-0.598 -10.8,0 -5.4,1.199 -5.39,0.602 -5.41,0 -5.4,0.597 -16.19,0 -5.41,-1.199 -5.4,-1.199 -5.4,0.598 -5.4,1.203 -6,0.597 -97.8,0 -5.4,-3 -5.4,-5.398 -5.4,-4.801 -5.39,4.199 -5.41,4.2 -5.4,1.8 -5.4,-1.199 -5.4,-3.601 -5.39,-7.2 -6,-4.199 -5.41,0 -5.4,-1.199 -5.4,3.598 -5.4,12.601 -5.39,4.199 -70.81,0 -5.4,-0.597 -5.4,0 -5.39,0.597 -5.41,-0.597 -5.4,-0.602 -5.4,0.602 -6,0.597 -48.6,0 -5.4,0.602 -5.4,0 -5.39,-0.602 -5.41,0 -5.4,0.602 -10.8,0 -5.39,-0.602 -5.41,0.602 -16.2,0 -5.39,-0.602 -5.41,0 -6.59,0.602 -37.81,0 -5.4,-0.602 -21.6,0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path10874"
+ style="fill:none;stroke:#ffff00;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 2199.4,794.996 -5.4,1.199 -66,0 -5.39,0.602 -59.41,0 -5.4,-0.602 -5.4,0.602 -141.6,0 -5.4,-0.602 -37.79,0 -6,0.602 -81,0 -5.41,-0.602 -5.4,0.602 -10.8,0 -6,-0.602 -5.39,0 -5.41,0.602 -141.59,0 -5.41,-0.602 -10.8,0 -5.4,0.602 -5.39,-0.602 -5.41,-0.597 -5.4,0.597 -33,0 -5.4,0.602 -92.4,0 -5.39,-0.602 -64.81,0 -5.4,0.602 -5.4,-0.602 -5.39,0 -5.41,0.602 -6.59,0 -5.41,-0.602 -10.8,0 -5.4,0.602 -5.39,-0.602 -37.81,0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path10876"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:27;stroke-dashoffset:0;stroke-opacity:1"
+ d="m 2199.4,795.598 -5.4,0.597 -71.39,0 -5.41,0.602 -5.4,0 -5.4,-0.602 -5.4,0.602 -5.39,0 -5.41,-0.602 -5.4,0.602 -5.4,-0.602 -81.6,0 -5.4,0.602 -5.4,-0.602 -119.39,0 -6,0.602 -32.41,0 -5.4,-0.602 -64.8,0 -6,-0.597 -5.39,-0.602 -5.41,1.199 -54.59,0 -5.41,0.602 -37.8,0 -5.4,-0.602 -5.39,0.602 -27,0 -6,-0.602 -27,0 -5.41,-0.597 -5.4,0 -6,0.597 -5.4,0 -5.4,-0.597 -5.39,0 -5.41,0.597 -43.2,0 -5.39,0.602 -5.41,0 -5.4,-0.602 -60,0 -5.4,-0.597 -5.4,0.597 -64.8,0 -6.59,0.602 -5.41,-0.602 -10.8,0 -5.4,0.602 -5.39,-0.602 -32.41,0 -5.4,-0.597" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path10878"
+ style="fill:none;stroke:#00ff00;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:27;stroke-dashoffset:0;stroke-opacity:1"
+ d="m 2199.4,796.797 -120,0 -5.4,-0.602 -5.39,0.602 -5.41,0 -5.4,-0.602 -48.6,0 -5.4,-1.199 -6,0.602 -5.4,0 -5.4,-0.602 -5.39,0.602 -6,-1.203 -5.41,0 -5.4,0.601 -5.4,0 -5.4,-1.199 -5.39,0.598 -5.41,-0.598 -5.4,0 -5.4,-1.199 -5.4,1.199 -5.39,1.199 -5.41,1.199 -5.4,0 -5.4,0.602 -114,0 -5.4,-0.602 -5.39,0 -5.41,-1.199 -5.4,1.199 -10.8,0 -6,-5.398 -5.39,-12 -5.41,7.801 -5.4,0.597 -6,0 -5.4,4.2 -5.4,1.8 -5.39,1.2 -5.41,1.203 -5.4,0.597 -10.8,0 -5.39,0.602 -37.81,0 -5.4,-0.602 -5.4,0 -5.39,0.602 -21.61,0 -5.39,-0.602 -6,-0.597 -5.41,-3 -5.4,-3.602 -5.4,-1.801 -5.4,8.403 -5.39,0 -5.41,0.597 -33,0 -5.4,0.602 -10.8,0 -5.39,-0.602 -10.81,0 -5.4,-1.199 -5.4,0.602 -5.39,0.597 -22.21,0 -5.4,0.602 -21.6,0 -5.4,-0.602 -54,0 -5.39,0.602 -5.41,-0.602 -5.4,0 -5.4,0.602 -60.6,0 -5.4,-0.602 -21.6,0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path10880"
+ style="fill:none;stroke:#00ffff;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:27;stroke-dashoffset:0;stroke-opacity:1"
+ d="m 2199.4,796.195 -10.79,0 -5.41,0.602 -33,0 -5.4,-0.602 -5.4,0 -5.4,0.602 -130.2,0 -6,-0.602 -81.6,0 -5.4,0.602 -21.6,0 -5.4,-0.602 -5.4,0.602 -38.4,0 -5.39,-0.602 -5.41,-1.199 -5.4,-3 -5.4,-1.801 -5.4,1.2 -5.39,0.601 -5.41,1.801 -5.4,0.598 -5.4,0.601 -5.4,0 -5.39,0.602 -5.41,0.597 -10.8,0 -5.4,0.602 -6,-0.602 -10.8,0 -5.4,-1.199 -6,-6.601 -5.4,3 -5.4,3 -5.39,1.203 -5.41,0.597 -32.4,0 -5.4,0.602 -10.79,0 -5.41,-0.602 -10.8,0 -5.4,0.602 -43.8,0 -5.4,-0.602 -10.8,0 -5.39,0.602 -22.21,0 -5.4,-0.602 -21.6,0 -5.4,0.602 -5.39,-0.602 -5.41,0 -5.4,0.602 -10.8,0 -5.39,-0.602 -5.41,-5.398 -5.4,-11.402 -5.4,7.8 -6,7.801 -16.2,0 -5.4,1.199 -5.4,0.602 -5.4,0 -5.39,-0.602 -5.41,0.602 -5.4,-0.602 -16.19,0 -5.41,0.602 -5.4,0 -5.4,-0.602 -5.4,0 -5.39,0.602 -39,0 -5.41,-0.602 -59.4,0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path10882"
+ style="fill:none;stroke:#00ff00;stroke-width:9;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 2201.8,1111.2 -5.4,0 -5.4,0.6 -5.39,0.59 -5.41,0 -5.4,0.61 -5.4,1.2 -5.4,0.6 -5.39,1.8 -5.41,1.2 -5.4,1.2 -5.4,2.39 -5.4,1.81 -6,1.8 -5.39,2.39 -5.41,2.41 -5.4,2.4 -5.4,2.4 -5.4,1.79 -5.39,2.41 -5.41,3 -5.4,1.8 -5.4,2.4 -5.4,1.8 -5.39,2.4 -5.41,1.8 -5.4,1.2 -5.4,1.8 -5.4,3 -5.39,2.39 -5.41,2.41 -5.4,3 -5.4,3 -5.4,3.59 -6,3.61 -5.39,3 -5.41,4.2 -6,3 -5.4,3 -5.4,3 -5.4,3 -5.39,1.8 -5.41,1.2 -5.4,1.19 -5.4,1.21 -16.2,0 -5.4,-0.6 -5.4,-0.61 -5.4,-0.59 -5.39,-0.6 -5.41,-0.6 -5.4,-1.21 -5.4,-0.59 -5.4,-1.2 -5.39,-1.21 -5.41,-1.19 -5.4,-2.4 -5.4,-1.8 -5.4,-2.4 -5.39,-2.4 -6,-3 -5.41,-1.2 -5.4,-2.4 -5.4,-3.6 -5.4,-1.8 -5.39,-3 -5.41,-3 -6,-2.4 -5.4,-3 -5.4,-2.41 -5.4,-2.39 -5.39,-3 -5.41,-2.4 -5.4,-2.4 -5.4,-1.81 -5.4,-2.39 -5.39,-2.4 -5.41,-1.8 -5.4,-1.8 -5.4,-1.2 -5.4,-1.2 -5.39,-1.21 -5.41,-1.19 -5.4,-1.2 -6,-1.8 -5.4,-1.2 -5.4,-0.61 -5.39,-0.59 -5.41,-0.6 -5.4,-0.6 -5.4,-1.21 -5.4,-0.59 -5.39,-0.6 -5.41,-0.6 -5.4,-1.21 -5.4,-0.59 -5.4,0 -5.39,-0.6 -5.41,-1.2 -5.4,-0.61 -5.4,1.81 -5.4,-0.6 -5.39,-1.21 -5.41,-0.59 -5.4,0 -5.4,-0.6 -5.4,0 -5.39,-0.6 -17.41,0 -5.4,-1.21 -10.8,0 -5.39,-0.59 -10.81,0 -5.4,-1.2 -5.4,0 -5.39,-0.6 -5.41,-0.61 -5.4,0.61 -10.8,0 -5.39,-1.2 -5.41,0 -5.4,1.8 -5.4,0 -5.4,0.6 -5.39,-1.2 -5.41,-1.2 -5.4,-0.6 -5.4,0.6 -6,0.59 -5.4,0.61 -16.2,0 -5.4,-0.61 -5.4,-0.59 -5.39,-0.6 -16.21,0 -6,-0.6 -5.4,0 -5.39,1.2 -5.41,0 -5.4,-0.6 -5.4,-0.6 -5.4,1.2 -5.39,-0.6 -5.41,0.6 -5.4,0 -5.4,-0.6 -5.4,1.19 -5.39,0 -6,-0.59 -5.41,-0.6 -5.4,0 -5.4,0.6 -5.4,-0.6 -10.8,0 -5.4,-0.6 -5.4,0.6 -5.4,-0.6 -5.39,0.6 -5.41,0.6 -5.4,0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path10884"
+ style="fill:none;stroke:#ff0000;stroke-width:9;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 2201.8,1111.2 -5.4,0 -5.4,-0.6 -5.39,0.6 -5.41,-0.6 -5.4,1.2 -5.4,0 -5.4,-1.2 -5.39,0.6 -5.41,-0.6 -5.4,0 -5.4,-0.6 -5.4,1.2 -6,-0.6 -5.39,-0.6 -5.41,1.2 -10.8,0 -5.4,-0.6 -5.39,0.6 -5.41,-0.6 -5.4,0 -5.4,0.6 -5.4,0 -5.39,-0.6 -5.41,1.2 -5.4,0 -5.4,-1.2 -5.4,0.6 -5.39,1.19 -5.41,-0.59 -5.4,0.59 -10.8,0 -6,0.61 -5.39,0 -5.41,0.6 -6,-0.6 -10.8,0 -5.4,-0.61 -5.39,0.61 -21.61,0 -5.39,-0.61 -21.61,0 -5.39,-0.59 -43.21,0 -5.4,0.59 -5.39,-1.19 -6,0.6 -5.41,0.59 -10.8,0 -5.4,-0.59 -5.39,-1.2 -5.41,-0.6 -6,0 -5.4,0.6 -10.8,0 -5.39,0.6 -10.81,0 -5.4,0.6 -5.4,0.59 -5.39,1.81 -5.41,-0.6 -5.4,-0.6 -5.4,1.2 -5.4,1.8 -5.39,0.6 -5.41,0.6 -5.4,0 -6,0.6 -5.4,0.59 -16.2,0 -5.4,0.61 -5.4,0 -5.4,0.6 -5.39,0.6 -5.41,0 -5.4,1.19 -5.4,1.21 -5.4,1.2 -5.39,1.2 -5.41,2.39 -5.4,1.21 -5.4,1.2 -5.4,1.8 -5.39,0 -5.41,0.6 -5.4,1.19 -5.4,1.21 -5.4,2.4 -5.39,1.8 -6.61,2.4 -5.39,2.4 -5.41,2.4 -5.4,1.8 -5.4,1.2 -5.4,2.39 -5.39,2.41 -5.41,3 -5.4,3 -5.4,3 -5.4,4.2 -5.39,3 -5.41,4.8 -5.4,3 -5.4,2.4 -5.4,4.19 -5.39,3.61 -5.41,3 -5.4,4.8 -5.4,4.8 -5.4,3.6 -5.39,4.19 -5.41,4.21 -5.4,4.2 -5.4,3.59 -6,3.61 -5.4,3 -5.39,4.2 -5.41,3.6 -5.4,2.4 -5.4,3.6 -5.4,3 -5.39,3 -5.41,2.4 -5.4,2.4 -5.4,2.4 -6,1.8 -5.4,1.8 -5.39,1.79 -5.41,0.61 -5.4,1.2 -5.4,0 -5.4,0.6 -5.39,0.59 -5.41,-1.19 -5.4,-1.2 -5.4,-1.2 -5.4,-1.2 -5.39,-1.8 -6,-2.41 -5.41,-3.59 -5.4,-4.2 -5.4,-4.8 -5.4,-6 -5.39,-7.2 -5.41,-9 -5.4,-12 -5.4,-12 -5.4,-13.8 -5.39,-14.41 -5.41,-18 -5.4,-17.39" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path10886"
+ style="fill:none;stroke:#0000ff;stroke-width:9;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 67.0039,676.797 184.8011,0 5.398,0.598 5.402,1.8 6,13.801 5.399,-1.199 5.398,-14.402 5.403,-0.598 157.8,0 5.399,0.598 5.398,0 5.403,-0.598 37.8,0 5.399,0.598 5.398,1.203 5.403,15.597 5.398,97.801 5.402,60.602 5.399,-138.602 6,-34.801 5.398,-1.8 10.801,0 5.402,-0.598 10.797,0 5.403,0.598 5.398,-0.598 33,0 5.402,0.598 5.399,-0.598 97.801,0 5.398,0.598 5.402,1.203 5.399,0.597 5.398,-0.597 5.403,0.597 5.398,-0.597 5.402,-0.602 10.797,0 5.403,-0.601 5.398,-0.598 5.402,0.598 5.399,-0.598 207,0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path10888"
+ style="fill:none;stroke:#00ffff;stroke-width:9;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:27;stroke-dashoffset:0;stroke-opacity:1"
+ d="m 67.0039,226.797 930.0001,0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path10890"
+ style="fill:none;stroke:#ff00ff;stroke-width:9;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 2201.8,1132.8 -5.4,19.8 -5.4,16.2 -5.39,14.4 -5.41,12.6 -5.4,10.2 -5.4,9.6 -5.4,6 -5.39,6.6 -5.41,4.19 -5.4,3.61 -5.4,0.6 -5.4,2.4 -6,0 -5.39,-0.61 -5.41,-0.59 -5.4,-1.2 -5.4,-3.6 -5.4,-2.4 -5.39,-3 -5.41,-4.21 -5.4,-3.59 -5.4,-3.6 -5.4,-5.4 -5.39,-4.8 -5.41,-3.61 -5.4,-4.19 -5.4,-4.81 -5.4,-4.19 -5.39,-3 -5.41,-3.6 -5.4,-2.4 -5.4,-3 -5.4,-2.4 -6,-2.41 -5.39,-2.39 -5.41,-1.2 -6,-2.41 -5.4,-1.79 -5.4,-1.21 -5.4,-1.79 -5.39,-1.8 -5.41,-1.8 -5.4,-1.8 -5.4,-1.81 -5.4,-1.79 -5.39,-2.4 -5.41,-1.81 -5.4,-1.79 -5.4,-1.8 -5.4,-1.8 -5.39,-2.4 -5.41,-1.21 -5.4,-1.79 -5.4,-1.21 -5.4,-1.79 -5.39,-1.21 -5.41,-1.19 -5.4,-1.2 -5.4,-1.2 -5.4,-1.2 -5.39,-1.21 -6,-0.59 -5.41,0 -5.4,-0.6 -5.4,-0.6 -5.4,-0.6 -5.39,-1.2 -5.41,-0.6 -6,-1.2 -5.4,-0.61 -5.4,-0.59 -5.4,-0.6 -5.39,-0.6 -5.41,-0.6 -5.4,-0.61 -5.4,0 -5.4,-1.19 -5.39,0 -5.41,1.19 -5.4,-1.19 -10.8,0 -5.39,-1.2 -5.41,-0.61 -5.4,-0.59 -6,-0.6 -5.4,0.6 -5.4,0 -5.39,-0.6 -5.41,-0.6 -5.4,-0.6 -10.8,0 -5.39,0.6 -5.41,-0.6 -5.4,-0.61 -10.8,0 -5.39,0.61 -5.41,0.6 -16.2,0 -5.39,-0.6 -5.41,-0.61 -5.4,-0.59 -5.4,0.59 -10.79,0 -6.61,-0.59 -5.39,0.59 -16.21,0 -5.4,-0.59 -5.39,-0.6 -5.41,0 -5.4,0.6 -5.4,0 -5.4,-0.6 -10.8,0 -5.4,0.6 -5.4,-0.6 -16.2,0 -5.4,0.6 -5.4,0.59 -5.4,-0.59 -5.39,-0.6 -5.41,0 -5.4,0.6 -5.4,0.59 -6,-0.59 -5.4,-0.6 -16.2,0 -5.4,0.6 -5.4,0.59 -5.39,0 -5.41,-0.59 -16.8,0 -5.4,0.59 -5.39,-0.59 -5.41,-1.2 -5.4,0 -5.4,0.6 -5.4,1.19 -5.39,-0.59 -5.41,0 -5.4,-0.6 -5.4,0 -5.4,1.19 -5.39,-1.19 -6,0.6 -5.41,-1.2 -5.4,0.6 -10.8,0 -5.39,0.6 -5.41,0 -5.4,-0.6 -5.4,0.6 -5.4,-0.6 -5.39,1.19 -5.41,-1.19 -5.4,0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path10892"
+ style="fill:none;stroke:#0000ff;stroke-width:9;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 2201.8,1111.8 -5.4,-0.6 -27,0 -5.4,0.6 -10.8,0 -5.4,-0.6 -5.4,0.6 -5.4,0.59 -6,-0.59 -5.39,0 -5.41,0.59 -5.4,-0.59 -5.4,0.59 -5.4,0 -5.39,0.61 -5.41,0.6 -5.4,-0.6 -5.4,0 -5.4,1.8 -5.39,0.59 -5.41,0.61 -5.4,0.6 -5.4,0.6 -5.4,1.8 -5.39,1.2 -5.41,1.8 -5.4,1.2 -5.4,1.8 -5.4,1.8 -6,2.4 -5.39,2.4 -5.41,2.4 -6,3 -5.4,2.39 -5.4,3 -5.4,3 -5.39,2.41 -5.41,3 -5.4,3 -5.4,2.4 -5.4,2.4 -5.39,2.4 -5.41,2.39 -5.4,2.41 -5.4,1.8 -5.4,2.4 -5.39,2.39 -5.41,1.81 -5.4,2.4 -5.4,1.79 -5.4,2.41 -5.39,1.8 -5.41,1.79 -5.4,1.81 -5.4,1.8 -5.4,2.39 -5.39,2.41 -6,1.8 -5.41,2.4 -5.4,2.39 -5.4,1.81 -5.4,3 -5.39,1.19 -5.41,1.21 -6,1.79 -5.4,0.61 -5.4,0.6 -16.2,0 -5.4,-0.6 -5.4,-0.61 -5.4,-1.19 -5.39,0 -5.41,-0.6 -5.4,-0.6 -5.4,0 -5.4,0.6 -5.39,0 -5.41,0.6 -5.4,-0.6 -6,-0.6 -5.4,-1.2 -5.4,-1.8 -5.39,-1.8 -5.41,-3 -5.4,-2.4 -5.4,-3 -5.4,-3 -5.39,-3 -5.41,-3.6 -5.4,-3 -5.4,-3 -5.4,-3.6 -5.39,-3 -5.41,-3.6 -5.4,-3.61 -5.4,-2.39 -5.4,-2.4 -5.39,-2.4 -5.41,-2.4 -5.4,-2.41 -5.4,-2.39 -5.4,-1.2 -5.39,-1.8 -6.61,-1.2 -5.39,-1.2 -5.41,-2.4 -5.4,-1.81 -5.4,-1.19 -5.4,0 -5.39,-1.2 -5.41,-1.2 -5.4,-1.8 -5.4,-0.61 -5.4,-1.19 -5.39,-1.2 -5.41,-1.8 -5.4,-0.6 -5.4,-0.6 -5.4,-0.61 -5.39,-1.79 -5.41,-0.6 -5.4,0.6 -5.4,-1.21 -5.4,-1.19 -5.39,-1.2 -5.41,-1.2 -5.4,-0.6 -5.4,-0.6 -6,0 -5.4,-0.6 -5.39,-0.61 -5.41,-1.19 -5.4,-0.6 -5.4,-0.6 -5.4,-0.61 -5.39,-0.59 -5.41,0 -5.4,-1.2 -5.4,0 -6,-0.6 -5.4,0 -5.39,0.6 -5.41,-0.6 -5.4,-0.61 -5.4,-0.59 -5.4,0 -5.39,0.59 -5.41,-1.19 -5.4,0 -5.4,0.6 -10.79,0 -6,-0.6 -16.21,0 -5.4,-0.6 -5.39,0 -5.41,0.6 -5.4,-0.6 -16.19,0 -5.41,0.6 -5.4,0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path10894"
+ style="fill:none;stroke:#00ffff;stroke-width:9;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 67.0039,226.797 309.6011,0 5.399,258.598 5.398,12.601 5.403,0 5.398,-214.801 6,-56.398 592.801,0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path10896"
+ style="fill:none;stroke:#ff0000;stroke-width:9;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 67.0039,226.797 173.3981,0 6,0.598 5.403,208.203 5.398,61.797 5.402,-47.399 6,-223.199 728.399,0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path10898"
+ style="fill:none;stroke:#0000ff;stroke-width:9;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 67.0039,226.797 440.3981,0 5.403,3 5.398,268.199 5.402,-19.199 5.399,-252 468,0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path10900"
+ style="fill:none;stroke:#ff0000;stroke-width:9;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 2199.4,796.195 -5.4,0 -5.39,0.602 -141.61,0 -5.39,-0.602 -5.41,0.602 -5.4,-0.602 -33,0 -5.4,0.602 -5.4,-0.602 -5.39,0.602 -6,-0.602 -59.41,0 -5.4,0.602 -130.19,0 -5.41,-0.602 -5.4,0.602 -10.8,0 -6,-0.602 -5.39,0 -5.41,0.602 -5.4,-0.602 -6,0 -5.4,-4.199 -5.4,-6 -5.39,7.199 -5.41,3 -10.8,0 -5.4,0.602 -32.39,0 -5.41,-0.602 -5.4,0 -5.4,0.602 -54.6,0 -5.4,0.598 -5.4,-0.598 -38.39,0 -5.41,0.598 -5.4,-0.598 -43.19,0 -5.41,1.801 -5.4,60 -5.4,120 -6,-112.203 -5.4,-42 -5.39,-13.797 -5.41,0.597 -5.4,-7.8 -5.4,-4.2 -5.4,-2.398 -147,0 -5.39,1.801 -5.41,-1.801 -5.4,1.199" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path10902"
+ style="fill:none;stroke:#00ffff;stroke-width:9;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 2199.4,796.195 -5.4,0.602 -343.2,0 -5.4,-0.602 -5.4,0.602 -59.39,0 -5.41,-1.199 -5.4,-0.602 -5.4,1.199 -22.2,0 -5.4,0.602 -87,0 -5.4,-0.602 -5.4,-1.199 -5.39,1.199 -5.41,0 -5.4,0.602 -5.4,-0.602 -5.4,0 -5.39,-1.199 -6,3 -5.41,77.399 -5.4,10.203 -5.4,-84 -5.4,-5.403 -10.8,0 -5.4,0.602 -6,-0.602 -5.4,0.602 -43.2,0 -5.4,-0.602 -21.6,0 -5.4,0.602 -43.8,0 -5.39,-0.602 -5.41,0 -5.4,0.602 -16.19,0 -5.41,-0.602 -5.4,0.602 -10.8,0 -5.39,-0.602 -5.41,0 -5.4,0.602 -66,0 -5.4,-0.602 -21.6,0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path10904"
+ style="fill:none;stroke:#0000ff;stroke-width:9;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 2199.4,796.797 -60,0 -5.4,-0.602 -6,0.602 -16.2,0 -5.4,-0.602 -5.4,0 -5.39,0.602 -16.21,0 -5.4,-0.602 -5.39,0.602 -5.41,0 -5.4,-0.602 -10.8,0 -5.39,0.602 -10.81,0 -5.4,-0.602 -33,0 -5.4,-0.597 -5.39,0.597 -6,-1.199 -5.41,-0.601 -10.8,0 -5.4,-1.2 -5.39,-0.597 -5.41,0.597 -5.4,0 -5.4,0.602 -5.4,1.801 -5.39,0.597 -10.81,0 -5.4,0.602 -70.79,0 -5.41,-0.602 -48.59,0 -5.41,-0.597 -5.4,0.597 -5.4,0.602 -5.4,0 -6,-0.602 -5.39,-0.597 -5.41,0.597 -5.4,-1.8 -6,7.203 -5.4,64.797 -5.4,-27.598 -5.39,-50.402 -5.41,6 -5.4,1.8 -10.8,0 -5.39,0.602 -27,0 -5.41,-0.602 -5.4,0 -5.4,0.602 -49.2,0 -5.4,-0.602 -10.8,0 -5.39,0.602 -22.21,0 -5.4,-0.602 -10.8,0 -5.4,0.602 -5.4,0 -5.4,-0.602 -21.6,0 -5.4,0.602 -5.39,-0.602 -5.41,-0.597 -5.4,-22.801 -5.4,-3 -6,22.801 -5.4,3 -5.39,0.597 -32.41,0 -5.4,0.602 -5.4,-0.602 -5.4,0 -5.39,0.602 -10.81,0 -5.4,-0.602 -5.4,0 -5.39,0.602 -5.41,-0.602 -5.4,0.602 -87.6,0 -5.4,-0.602" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path10906"
+ style="fill:none;stroke:#000000;stroke-width:9;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 67.0039,1174.8 5.3984,0 5.4024,1.2 5.3984,-1.2 5.4024,0.59 21.5975,0 5.402,-0.59 22.2,0 5.398,0.59 5.402,-0.59 10.797,0 5.403,0.59 5.398,-0.59 10.801,0 6,0.59 16.199,0 5.402,-0.59 5.399,0.59 5.398,-0.59 5.403,0.59 5.398,-0.59 5.402,0 5.399,-0.6 21.601,0 6,-0.6 10.797,0 5.403,0.6 37.8,0 5.399,0.6 5.398,0 5.403,-0.6 5.398,0.6 5.402,0 5.399,0.59 5.398,-0.59 5.403,0.59 5.398,0 5.402,-1.19 16.2,0 5.398,0.6 6.602,0 5.398,0.59 5.402,-0.59 5.399,0.59 5.398,-0.59 5.403,-0.6 5.398,-0.6 5.402,0 5.399,-0.6 5.398,0.6 5.403,0.6 5.398,0 5.402,-0.6 10.797,0 5.403,0.6 32.398,0 5.402,-0.6 5.399,0 6,0.6 5.398,0 5.403,-0.6 5.398,0 5.402,0.6 5.399,0 5.398,-0.6 5.403,0.6 5.398,0.6 5.402,-0.6 27.598,0 5.402,-0.6 5.399,0.6 5.398,0 5.403,0.6 5.398,0.59 5.402,-0.59 5.399,0.59 5.398,0 5.403,-0.59 6,0 5.398,0.59 16.199,0 5.403,0.61 5.398,-1.2 5.402,0.59 5.399,-1.19 59.398,0 5.403,-0.6 5.398,0.6 44.402,0 5.399,0.6 5.398,-0.6 5.403,-0.6 5.398,0 5.402,-0.6 5.399,1.2 5.398,0.6 5.403,-0.6 5.398,0 5.402,0.6 5.399,0 5.398,-0.6 5.403,0.6 5.398,-0.6 5.402,0 5.399,0.6 5.398,0 5.403,-1.2 5.398,0.6 6,0 5.402,-0.6 5.399,0.6 5.398,0.6 10.801,0 5.402,0.59 5.399,-0.59 5.398,0.59 21.602,0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path10908"
+ style="fill:none;stroke:#ff00ff;stroke-width:9;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 2199.4,796.797 -174,0 -5.4,1.199 -5.39,1.199 -5.41,1.801 -5.4,1.801 -6,0.598 -5.4,0 -5.4,5.402 -5.39,-5.402 -6,11.402 -5.41,-0.602 -5.4,-0.597 -5.4,3.597 -5.4,6 -5.39,-0.597 -5.41,7.797 -5.4,13.203 -5.4,7.797 -5.4,-24.598 -5.39,-16.199 -5.41,-11.403 -5.4,-2.398 -124.8,0 -5.39,-0.602 -5.41,0 -5.4,0.602 -10.8,0 -6,-0.602 -5.39,-0.597 -5.41,0 -5.4,-2.403 -6,-7.199 -5.4,0.602 -5.4,3.597 -5.39,4.2 -5.41,1.8 -5.4,0 -5.4,0.602 -103.2,0 -5.4,-0.602 -27,0 -6,0.602 -5.4,0 -5.4,-0.602 -10.8,0 -5.4,0.602 -10.8,0 -5.39,-0.602 -27,0 -5.41,-0.597 -5.4,-0.602 -5.4,0.602 -6,0.597 -5.4,0.602 -21.6,0 -5.4,-0.602 -5.39,0 -5.41,-0.597 -5.4,0.597 -5.4,-1.8 -5.4,1.8 -27,0 -5.39,0.602 -5.41,-0.602 -5.4,0 -5.4,0.602 -49.79,0 -5.41,-0.602 -32.4,0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path10910"
+ style="fill:none;stroke:#00ffff;stroke-width:9;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 67.0039,676.797 223.1991,0 5.402,0.598 5.399,-0.598 70.199,0 5.402,0.598 5.399,30 5.398,75.601 5.403,7.801 6,-95.402 6,-17.399 5.398,-1.199 16.199,0 5.403,0.598 5.398,1.203 5.402,-1.801 119.399,0 5.398,1.199 5.403,-0.601 5.398,-0.598 418.801,0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path10912"
+ style="fill:none;stroke:#00ff00;stroke-width:9;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 67.0039,226.797 532.8011,0 5.398,11.398 5.402,249.602 5.399,3.598 5.398,-253.797 5.403,-10.801 370.199,0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path10914"
+ style="fill:none;stroke:#00ff00;stroke-width:9;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 2199.4,796.797 -5.4,-0.602 -5.39,0.602 -103.81,0 -5.4,-0.602 -5.4,0.602 -223.2,0 -5.4,3.598 -5.4,4.203 -5.39,13.199 -5.41,33.598 -5.4,5.402 -5.4,12 -5.4,-27 -5.39,-7.199 -5.41,-15.602 -5.4,-12 -5.4,-1.199 -5.4,-3 -5.39,-2.402 -5.41,1.8 -5.4,-4.199 -5.4,0.602 -5.4,-1.203 -6,0.601 -5.39,-1.199 -22.21,0 -5.4,-0.602 -37.8,0 -5.4,0.602 -32.4,0 -5.4,-0.602 -10.8,0 -5.4,-0.597 -5.4,-0.602 -5.4,-0.601 -5.39,-1.2 -6,0.602 -5.41,1.801 -5.4,0.597 -10.8,0 -5.39,0.602 -5.41,-0.602 -5.4,0.602 -6,-0.602 -10.8,0 -5.39,0.602 -5.41,-0.602 -10.8,0 -5.4,0.602 -37.8,0 -5.4,-0.602 -38.4,0 -5.4,0.602 -27,0 -5.39,-0.602 -5.41,0.602 -109.2,0 -5.39,-0.602 -5.41,0.602 -5.4,0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path10916"
+ style="fill:none;stroke:#0000ff;stroke-width:9;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 67.0039,1175.39 5.3984,0 5.4024,0.61 16.1992,0 5.3984,-0.61 5.4027,0.61 5.398,0 5.402,-0.61 16.2,0 6,-0.59 5.398,0 5.402,0.59 32.399,0 6,-0.59 5.398,0 5.403,0.59 16.199,0 5.398,-0.59 5.403,0.59 21.597,0 5.403,-0.59 10.8,0 6,0.59 5.399,0.61 5.398,0 5.403,-0.61 5.398,-0.59 10.801,0 5.398,0.59 5.403,0.61 5.398,-0.61 10.801,0 5.398,0.61 5.403,-0.61 5.398,-0.59 10.801,0 5.398,-0.6 5.403,0 5.398,0.6 5.402,0.59 5.399,0.61 5.398,-1.2 5.403,-0.6 33.597,0 5.403,-0.6 5.398,0.6 5.402,1.19 5.399,0.61 5.398,-0.61 5.403,0 5.398,-0.59 5.402,0 5.399,0.59 27,0 5.398,-0.59 5.403,0 5.398,0.59 5.402,0.61 11.399,0 5.398,-0.61 5.403,0 5.398,-0.59 5.402,0.59 5.399,0 5.398,-0.59 5.403,-0.6 5.398,0.6 5.402,0 5.399,0.59 43.801,0 5.398,-0.59 5.402,0.59 16.2,0 6,-0.59 5.398,0 5.402,0.59 48.598,0 5.402,0.61 16.2,0 5.398,0.6 5.402,0 5.399,-0.6 5.398,0.6 5.403,0 5.398,-0.6 5.402,0.6 5.399,-0.6 12,0 5.398,-0.61 5.403,0 5.398,-0.59 10.801,0 5.398,-0.6 5.403,0.6 5.398,-0.6 5.402,0.6 21.598,0 5.402,0.59 5.399,0 5.398,-0.59 5.403,0.59 5.398,-0.59 5.402,0 5.399,0.59 5.398,-0.59 5.403,0 5.398,0.59 6,-0.59 5.402,0 5.399,0.59 5.398,-0.59 5.403,0.59 5.398,-0.59 5.402,0.59 27,0 5.399,-0.59" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path10918"
+ style="fill:none;stroke:#00ff00;stroke-width:9;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 67.0039,1175.39 10.8008,0 5.3984,-0.59 59.9999,0 5.402,0.59 54.598,0 5.402,0.61 5.399,-0.61 5.398,0.61 5.403,-0.61 5.398,0 5.402,0.61 5.399,-0.61 5.398,0 5.403,0.61 16.8,0 5.399,-0.61 10.801,0 5.398,0.61 10.801,0 5.398,-0.61 10.801,0 5.402,-0.59 10.797,0 5.403,0.59 5.398,0.61 5.402,0 5.399,-0.61 5.398,0.61 5.403,0 5.398,-0.61 5.402,0 5.399,-0.59 5.398,0.59 22.801,0 5.402,0.61 16.2,0 5.398,0.6 5.402,-0.6 5.399,-0.61 21.601,0 5.399,-0.59 5.398,0.59 27,0 5.403,0.61 5.398,-0.61 5.402,0 5.399,-0.59 6,0 5.398,0.59 5.403,0.61 5.398,0 5.402,-0.61 5.399,0 5.398,0.61 5.403,-0.61 5.398,0 5.402,0.61 5.399,0 5.398,-0.61 43.801,0 5.402,-0.59 16.2,0 6,0.59 5.398,0 5.402,-0.59 10.797,0 5.403,0.59 10.8,0 5.399,0.61 32.398,0 5.403,-0.61 27,0 5.398,0.61 5.402,0 5.399,-0.61 5.398,0.61 12,0 5.403,0.6 16.199,0 5.398,-0.6 5.403,0 5.398,0.6 5.402,-1.21 21.598,0 5.402,-0.59 5.399,0.59 5.398,0 5.403,-0.59 16.199,0 5.398,-0.6 5.403,0.6 43.8,0 5.399,-0.6 5.398,0.6 5.403,0 5.398,-0.6 5.402,0.6 5.399,0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path10920"
+ style="fill:none;stroke:#00ffff;stroke-width:9;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 67.0039,1174.8 21.6016,0 5.3984,-0.6 21.6011,0 5.399,-0.6 5.398,0.6 5.403,0 6,0.6 5.398,0 5.402,-0.6 5.399,0 5.398,0.6 10.801,0 5.402,-0.6 5.399,0.6 6,0.59 5.398,0 5.403,-0.59 5.398,0 5.402,-0.6 5.399,0 5.398,0.6 21.602,0 5.398,0.59 5.403,-0.59 27.597,0 5.403,0.59 5.398,0.61 10.801,0 5.398,-1.2 10.801,0 5.402,-0.6 10.797,0 5.403,0.6 10.8,0 5.399,0.59 21.601,0 5.399,0.61 5.398,0.6 10.801,0 6.602,-0.6 16.199,0 5.398,-0.61 5.403,0.61 5.398,-0.61 5.402,0 5.399,-1.19 10.801,0 5.398,0.6 21.602,0 5.398,0.59 5.402,0 5.399,0.61 10.801,0 5.398,-0.61 5.402,0.61 16.797,0 5.403,0.6 5.398,-0.6 5.402,-0.61 10.797,0 5.403,0.61 5.398,-0.61 5.402,0 5.399,-0.59 49.199,0 5.402,0.59 5.399,-0.59 5.398,0 5.403,-0.6 6,0 5.398,0.6 5.402,0 5.399,-0.6 5.398,0.6 21.602,0 5.398,0.59 103.801,0 5.402,-0.59 5.399,0.59 16.199,0 5.402,-0.59 43.2,0 5.398,-0.6 5.402,0.6 10.797,0 5.403,-0.6 5.398,0 6,0.6 5.402,-0.6 59.399,0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path10922"
+ style="fill:none;stroke:#ff0000;stroke-width:9;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 67.0039,1174.8 5.3984,0.59 5.4024,-0.59 10.8008,0 5.3984,0.59 21.6011,0 5.399,0.61 5.398,0 5.403,-0.61 16.8,0 5.399,0.61 5.398,-1.2 5.403,-0.6 5.398,0.6 5.402,0.59 11.399,0 5.398,-0.59 5.403,0.59 16.199,0 5.398,-0.59 10.801,0 5.402,0.59 10.797,0 5.403,0.61 5.398,0 5.402,-0.61 6,0 5.399,-0.59 10.801,0 5.398,-1.2 5.402,0 5.399,0.6 5.398,1.19 5.403,0 5.398,0.61 5.402,1.2 5.399,-1.2 5.398,-0.61 5.403,0.61 5.398,-0.61 5.402,0.61 5.399,-0.61 10.801,0 5.398,-0.59 5.402,0 5.399,-1.2 10.801,0 5.398,0.6 6.602,0.6 5.398,0.59 5.402,0.61 10.797,0 5.403,-0.61 5.398,-1.19 5.402,0.6 10.797,0 5.403,1.2 5.398,0 5.402,0.6 5.399,0 5.398,0.6 5.403,-0.6 5.398,-0.6 5.402,0 5.399,-0.61 5.398,0 5.403,-1.19 5.398,0 5.402,-0.6 5.399,0 6,0.6 16.199,0 5.402,1.19 5.399,0.61 5.398,0 5.403,-0.61 5.398,1.21 5.402,0.6 49.2,0 5.398,-1.2 5.402,-0.61 5.399,0 5.398,-0.59 5.403,0.59 6,0.61 5.398,-1.2 5.402,0 5.399,0.59 16.199,0 5.402,-0.59 5.399,0.59 5.398,-0.59 10.801,0 5.402,-0.6 64.797,0 6.602,-0.6 5.398,0.6 5.403,-0.6 5.398,0.6 5.402,0.6 5.399,-0.6 5.398,0.6 5.403,0 5.398,0.59 5.402,0 5.399,-0.59 5.398,0 5.403,1.2 5.398,-0.61 5.402,0 5.399,0.61 5.398,-0.61 5.403,0 5.398,0.61 5.402,-0.61 10.797,0 5.403,0.61 5.398,0 6,-0.61 5.402,1.21 5.399,-0.6 5.398,-0.61 5.403,0 5.398,0.61 5.402,-1.2 5.399,0 5.398,1.2 5.403,-0.61 16.199,0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path10924"
+ style="fill:none;stroke:#ff00ff;stroke-width:9;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 67.0039,1175.39 5.3984,0 5.4024,-1.19 5.3984,1.19 5.4024,-0.59 5.3984,0.59 5.3984,0 5.4027,-0.59 5.398,0.59 10.801,0 5.398,0.61 5.403,-1.2 6,0.59 5.398,-0.59 5.402,0.59 5.399,0 5.398,-0.59 10.801,0 5.402,0.59 5.399,0.61 6,0 5.398,-1.2 10.801,0 5.402,0.59 5.399,-0.59 5.398,0 5.403,-0.6 5.398,0.6 5.402,0 5.399,0.59 16.199,0 5.402,-0.59 11.399,0 5.398,0.59 5.403,0 5.398,-0.59 10.801,0 5.398,0.59 16.203,0 5.399,-0.59 5.398,0.59 16.203,0 5.399,-0.59 5.398,0.59 10.801,0 5.402,-0.59 39,0 5.399,0.59 5.398,-0.59 5.403,-0.6 5.398,-0.6 5.402,0.6 10.797,0 5.403,0.6 5.398,0.59 5.402,0.61 5.399,0 5.398,-0.61 5.403,0 5.398,0.61 21.602,0 5.398,-0.61 5.402,0.61 5.399,0.6 6,0 5.398,-0.6 5.403,-0.61 21.597,0 5.403,0.61 5.398,0.6 5.402,-0.6 33,0 5.399,-0.61 5.398,-0.59 5.403,0 5.398,-0.6 16.199,0 5.403,0.6 6,0.59 5.398,-0.59 37.801,0 5.398,0.59 37.801,0 5.402,-0.59 5.399,0.59 5.398,-0.59 27,0 6.602,-0.6 21.601,0 5.399,0.6 10.801,0 5.398,0.59 5.402,0 5.399,-0.59 5.398,0 5.403,0.59 5.398,0 5.402,-1.19 5.399,1.19 5.398,0.61 5.403,-0.61 5.398,0.61 5.402,0 5.399,-1.2 5.398,0.59 5.403,0.61 5.398,-0.61 6,0 5.402,0.61 5.399,-0.61 16.199,0 5.402,-0.59 10.797,0 5.403,0.59 5.398,0 5.402,-0.59 5.399,0.59" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path10926"
+ style="fill:none;stroke:#0000ff;stroke-width:9;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:27;stroke-dashoffset:0;stroke-opacity:1"
+ d="m 67.0039,1174.8 5.3984,0 5.4024,0.59 32.3983,0 5.402,-0.59 5.399,0.59 5.398,0 5.403,-0.59 11.398,0 5.402,0.59 5.399,-0.59 5.398,0 5.403,0.59 5.398,0 5.402,0.61 5.399,-0.61 6,-0.59 5.398,0 5.403,1.2 5.398,0 5.402,-0.61 21.598,0 5.402,-1.19 27,0 6,1.19 5.399,0.61 5.398,-0.61 5.403,-0.59 5.398,-1.2 5.402,0 5.399,0.6 5.398,1.19 5.403,0 5.398,-0.59 5.402,0.59 5.399,0 5.398,0.61 5.403,-0.61 10.8,0 5.399,-0.59 27,0 5.398,-0.6 5.403,0 5.398,0.6 28.199,0 5.403,-0.6 5.398,-0.6 5.402,0 5.399,1.2 10.801,0 5.398,-0.6 5.402,0.6 5.399,-0.6 32.398,0 5.403,0.6 5.398,0 5.402,0.59 5.399,0 6,-0.59 5.398,-0.6 5.403,-0.6 5.398,0 5.402,0.6 10.797,0 5.403,0.6 43.8,0 5.399,-0.6 5.398,0.6 10.801,0 5.402,0.59 5.399,-0.59 5.398,0 5.403,0.59 16.8,0 5.399,0.61 5.398,-0.61 16.203,0 5.399,-0.59 21.601,0 5.399,0.59 5.398,-0.59 5.403,0.59 5.398,-0.59 5.402,0 5.399,0.59 10.801,0 5.398,-0.59 5.402,0.59 5.399,0 5.398,-0.59 12,0 5.403,-0.6 5.398,0.6 5.402,-0.6 10.797,0 5.403,-0.6 5.398,0 5.402,1.2 5.399,0.59 5.398,-0.59 27,0 5.403,0.59 5.398,-0.59 10.801,0 5.398,0.59 22.203,0 5.399,0.61 5.398,-0.61 27,0 5.403,-0.59 5.398,0.59 10.801,0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path10928"
+ style="fill:none;stroke:#00ff00;stroke-width:9;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:27;stroke-dashoffset:0;stroke-opacity:1"
+ d="m 67.0039,1174.8 5.3984,-0.6 5.4024,1.8 5.3984,-1.2 5.4024,0 5.3984,-0.6 5.3984,0.6 5.4027,0.59 5.398,-0.59 5.402,0 5.399,0.59 5.398,-0.59 5.403,0.59 11.398,0 5.402,-1.19 5.399,0 5.398,0.6 5.403,0.59 5.398,0 5.402,-1.19 11.399,0 5.398,0.6 5.403,0.59 5.398,0 5.402,-0.59 5.399,0.59 5.398,0 5.403,0.61 5.398,-1.2 5.402,0.59 10.797,0 5.403,-0.59 5.398,0 5.402,0.59 11.399,0 5.398,-0.59 5.403,0.59 5.398,0.61 5.402,0.6 5.399,-0.6 5.398,-1.2 5.403,-0.6 10.8,0 5.399,0.6 5.398,0.59 5.403,-1.19 5.398,0.6 5.402,-0.6 5.399,0.6 5.398,0 5.403,0.59 5.398,-0.59 5.402,0.59 5.399,1.21 10.801,0 5.398,-0.6 6.602,0 5.398,-0.61 5.402,-0.59 10.797,0 5.403,0.59 10.8,0 5.399,-0.59 5.398,0 5.403,-0.6 5.398,-0.6 10.801,0 5.398,-0.6 5.403,0.6 5.398,0.6 10.801,0 5.398,0.6 5.403,0.59 5.398,0.61 5.402,0.6 5.399,-0.6 16.801,0 5.398,-0.61 5.402,-1.19 10.797,0 5.403,0.6 5.398,-0.6 5.402,-0.6 10.797,0 6,0.6 32.403,0 5.398,0.6 5.402,0.59 5.399,-0.59 10.801,0 6,-0.6 5.398,1.19 5.402,-0.59 5.399,0 5.398,0.59 5.403,0 5.398,-0.59 5.402,0.59 5.399,-1.19 5.398,0.6 10.801,0 5.402,0.59 87.598,0 5.402,-0.59 5.399,0.59 10.801,0 5.398,-1.19 5.402,-0.6 5.399,1.2 5.398,0 5.403,-0.6 5.398,0.6 5.402,0.59 5.399,-1.19 5.398,0 5.403,0.6 5.398,-0.6 5.402,0 5.399,1.19 5.398,-0.59 5.403,-0.6 5.398,0 6,0.6 5.402,-1.2 5.399,1.2 16.199,0 5.402,1.2 5.399,-0.61 27,0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path10930"
+ style="fill:none;stroke:#00ffff;stroke-width:9;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:27;stroke-dashoffset:0;stroke-opacity:1"
+ d="m 67.0039,1175.39 5.3984,-0.59 5.4024,0.59 5.3984,-0.59 26.9999,0 5.402,0.59 5.399,0 5.398,-0.59 5.403,0.59 6,0 5.398,0.61 5.402,-0.61 5.399,-0.59 5.398,0.59 5.403,0 5.398,0.61 5.402,-0.61 5.399,-0.59 6,0 5.398,0.59 10.801,0 5.402,-0.59 5.399,0 5.398,0.59 16.203,0 5.399,-0.59 16.199,0 5.402,0.59 6,-0.59 5.399,0 5.398,-0.6 5.403,0 5.398,0.6 5.402,0.59 5.399,0 5.398,-0.59 5.403,0 5.398,0.59 10.801,0 5.398,-0.59 10.801,0 5.402,0.59 27,0 5.399,0.61 16.199,0 6.602,-0.61 10.8,0 5.399,-0.59 5.398,0.59 5.403,0.61 5.398,0.6 5.402,-1.21 5.399,-0.59 5.398,0.59 5.403,0 5.398,-0.59 59.402,0 5.399,-1.2 6,0 5.398,0.6 5.403,1.19 5.398,0 5.402,-0.59 5.399,0 5.398,0.59 5.403,-0.59 5.398,-0.6 5.402,0 5.399,-0.6 22.199,0 5.402,0.6 5.399,-0.6 5.398,0.6 5.403,0.6 5.398,0.59 5.402,0.61 5.399,-0.61 5.398,0 5.403,0.61 11.398,0 5.402,-0.61 10.797,0 5.403,-0.59 5.398,0.59 10.801,0 5.398,-0.59 5.403,0 5.398,-0.6 5.402,0 5.399,0.6 5.398,0 5.403,-0.6 16.199,0 5.398,0.6 27,0 6.602,0.59 37.801,0 5.398,0.61 16.199,0 5.403,-0.61 5.398,0.61 5.402,-0.61 16.2,0 5.398,-0.59 5.402,0.59 21.598,0 6,0.61 5.402,-0.61 59.399,0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path10932"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 2183.2,278.395 -921,0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path10934"
+ style="fill:none;stroke:#0000ff;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 2183.2,278.395 -463.8,0 -5.4,1.203 -5.39,0 -5.41,-1.203 -241.8,0 -6,-1.2 -4.79,1.2 -188.41,0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path10936"
+ style="fill:none;stroke:#ff0000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 2183.2,278.395 -721.8,0 -6,6 -4.79,-3.598 -5.41,-0.602 -5.4,-1.8 -177.6,0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path10938"
+ style="fill:none;stroke:#ff00ff;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 2183.2,278.395 -258.59,0 -5.41,0.601 -4.8,0 -5.4,-0.601 -646.8,0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path10940"
+ style="fill:none;stroke:#ffff00;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 2183.2,278.395 -921,0" />
+ <g
+ transform="scale(10,10)"
+ id="g10942">
+ <text
+ id="text10944"
+ style="font-variant:normal;font-weight:normal;font-size:10.80000019px;font-family:Times;-inkscape-font-specification:Times-Roman;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ transform="matrix(1,0,0,-1,107.2,123.66)">
+ <tspan
+ id="tspan10946"
+ sodipodi:role="line"
+ y="0"
+ x="0 3.5964 8.3915997">(a)</tspan>
+ </text>
+ </g>
+ <path
+ inkscape:connector-curvature="0"
+ id="path10948"
+ style="fill:none;stroke:#ff00ff;stroke-width:9;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 67.0039,226.797 647.3981,0 5.403,8.398 5.398,262.801 5.402,-0.601 5.399,-261 5.398,-9.598 255.602,0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path10950"
+ style="fill:none;stroke:#ff00ff;stroke-width:9;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 2183.2,278.395 -603,0 -6.59,-21.598 -4.21,21.598 -307.2,0" />
+ </g>
+ </g>
+ </g>
+ </g>
+ </g>
+ </g>
+</svg>
diff --git a/Report/azerty3.png b/Report/azerty3.png
new file mode 100644
index 0000000..13a7cd2
--- /dev/null
+++ b/Report/azerty3.png
Binary files differ
diff --git a/Report/azerty3.svg b/Report/azerty3.svg
new file mode 100644
index 0000000..d83e4d3
--- /dev/null
+++ b/Report/azerty3.svg
@@ -0,0 +1,989 @@
+<?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="158.72122mm"
+ height="60.886749mm"
+ viewBox="0 0 562.39803 215.74045"
+ id="svg21499"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="azerty3.svg">
+ <defs
+ id="defs21501">
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath19339">
+ <path
+ d="M 0,0 427,0 427,146 0,146 0,0 Z"
+ id="path19341"
+ inkscape:connector-curvature="0" />
+ </clipPath>
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="0.51218107"
+ inkscape:cx="601.81769"
+ inkscape:cy="74.051328"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ fit-margin-top="5"
+ fit-margin-left="5"
+ fit-margin-right="5"
+ fit-margin-bottom="5"
+ inkscape:window-width="1364"
+ inkscape:window-height="728"
+ inkscape:window-x="0"
+ inkscape:window-y="18"
+ inkscape:window-maximized="0" />
+ <metadata
+ id="metadata21504">
+ <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(229.77045,-384.49198)">
+ <g
+ id="g19331"
+ transform="matrix(1.25,0,0,-1.25,-213.7587,583.30852)">
+ <g
+ id="g19333">
+ <g
+ id="g19335">
+ <g
+ id="g19337"
+ clip-path="url(#clipPath19339)">
+ <g
+ id="g19343"
+ transform="scale(0.1,0.1)">
+ <g
+ id="g19345"
+ transform="scale(10,10)">
+ <text
+ transform="matrix(1,0,0,-1,11.2004,22.5398)"
+ style="font-variant:normal;font-weight:normal;font-size:9.89999962px;font-family:Times;-inkscape-font-specification:Times-Roman;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ id="text19347">
+ <tspan
+ x="0"
+ y="0"
+ id="tspan19349">0</tspan>
+ </text>
+ </g>
+ <path
+ d="m 187.004,752.199 299.398,0 60,7.199 60,59.403 59.403,34.801 60,-9 60,-9 59.398,-7.204 60,-62.398 60,-13.801 2093.997,0 60,3.602 59.41,47.398 60,23.403 60,1.796 60,-4.199 59.39,-7.801 60,-22.199 60,-32.398 60,-8.403 59.4,-1.199 120,0"
+ style="fill:none;stroke:#ff00ff;stroke-width:9;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19351"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,752.199 598.801,0 59.398,0.602 60,0 60,-0.602 538.797,0 59.4,2.403 60,10.199 60,-12 58.8,-0.602 898.2,0 59.4,0.602 60,19.801 60,156 60,41.398 59.4,-0.602 60,-30 60,-86.398 60,-58.801 59.41,-40.801 60,-1.199 120,0 59.39,0.602 60,5.398 60,0.602 60,-3 59.4,-1.801 60,-1.199 60,0"
+ style="fill:none;stroke:#ffff00;stroke-width:9;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19353"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,752.199 1376.396,0 60,6 60,17.403 58.8,20.398 60,35.398 60,64.204 60,16.199 59.41,9.597 60,-2.398 60,-4.801 60,-3 59.39,1.199 60,-9.597 60,-15 60,-15.602 59.4,-1.801 60,10.801 60,30.602 60,31.801 59.4,4.796 60,-31.796 60,-132 60,-31.204 59.4,-1.199 838.2,0"
+ style="fill:none;stroke:#000000;stroke-width:9;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19355"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,752.199 598.801,0 59.398,6 60,166.801 60,45.602 59.997,1.796 59.41,0.602 60,0.602 60,0.597 60,-1.199 59.39,-1.199 60,0.597 60,-0.597 60,-6 59.4,-22.199 60,-164.403 60,-27 2094,0"
+ style="fill:none;stroke:#000000;stroke-width:9;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:27;stroke-dashoffset:0;stroke-opacity:1"
+ id="path19357"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,753.398 60,3 60,10.801 60,30.602 59.398,105.597 60,65.403 60,-12 60,-133.199 59.403,-69.602 60,-1.801 778.195,0 59.4,1.199 60,-0.597 60,-0.602 1076.4,0 60,1.199 60,0.602 59.4,0.602 60,1.796 60,-0.597 60,20.398 59.41,-12 60,-11.398 60,-0.602 119.39,0 60,4.199 60,3 60,-4.199 59.4,-1.801 60,-1.199 60,0"
+ style="fill:none;stroke:#ff0000;stroke-width:9;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19359"
+ inkscape:connector-curvature="0" />
+ <g
+ id="g19361"
+ transform="scale(10,10)">
+ <text
+ transform="matrix(0,1,1,0,8.74023,27.8199)"
+ style="font-variant:normal;font-weight:normal;font-size:10.80000019px;font-family:Times;-inkscape-font-specification:Times-Roman;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ id="text19363">
+ <tspan
+ x="0 3.0023999 7.7975998 13.1976 17.9928 20.995199 23.6952 29.0952 32.691601 38.091599 43.4916 48.2868 53.686798 56.689201 59.691601 62.694 65.696404"
+ y="0"
+ sodipodi:role="line"
+ id="tspan19365">label probability</tspan>
+ </text>
+ </g>
+ <path
+ d="m 187.004,752.199 2512.796,0 60,0.602 60,1.199 60,-0.602 59.4,2.403 60,25.199 60,77.398 60,-57 59.41,-49.199 239.39,0 60,15.602 60,93.597 60,70.204 59.4,22.796 60,7.801 60,1.199"
+ style="fill:none;stroke:#00ffff;stroke-width:9;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19367"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,752.199 299.398,0 60,3 60,16.801 59.403,6 60,3 60,-1.801 59.398,16.801 60,-37.199 60,-6.602 538.797,0 59.4,1.199 60,6.602 60,-6.602 58.8,-1.199 1317,0 60,1.199 59.41,14.403 60,10.199 60,2.398 60,-0.597 59.39,1.199 60,-6.602 60,-18 60,-3.597 59.4,-0.602 120,0"
+ style="fill:none;stroke:#0000ff;stroke-width:9;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19369"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,248.199 60,0 60,22.801 60,201 59.398,-30.602 60,-189 60,-3.597 60,-0.602 2332.798,0 60,0.602 120,0 59.41,-0.602 598.79,0"
+ style="fill:none;stroke:#ff0000;stroke-width:9;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19371"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,248.199 598.801,0 59.398,1.801 60,-1.199 60,-0.602 1794.597,0 60,3.602 60,196.199 59.4,-25.199 60,-170.403 60,-4.199 478.8,0 60,0.602 119.4,0 60,-0.602"
+ style="fill:none;stroke:#ffff00;stroke-width:9;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19373"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,248.199 2692.796,0 59.4,0.602 60,58.199 60,150.602 60,-209.403 598.2,0 60,0.602"
+ style="fill:none;stroke:#00ffff;stroke-width:9;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19375"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,248.199 2812.196,0 60,13.801 60,204.602 59.41,-218.403 598.79,0"
+ style="fill:none;stroke:#00ff00;stroke-width:9;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19377"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,248.199 2632.796,0 60,0.602 59.4,-0.602 598.8,0 60,46.801 59.4,128.398 60,-21 60,-133.796"
+ style="fill:none;stroke:#0000ff;stroke-width:9;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:27;stroke-dashoffset:0;stroke-opacity:1"
+ id="path19379"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,248.199 180,0 59.398,0.602 120,0 60,105.597 59.403,-105.597 60,-0.602 1734.595,0 60,0.602 60,-0.602 598.21,0 60,106.801 60,-106.801 478.79,0"
+ style="fill:none;stroke:#0000ff;stroke-width:9;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19381"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,248.199 180,0 59.398,0.602 60,0 60,-0.602 60,60 59.403,-58.801 60,-1.199 2452.805,0 60,84.602 60,-84.602 478.79,0"
+ style="fill:none;stroke:#ff00ff;stroke-width:9;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19383"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,248.199 2213.996,0 59.4,2.403 60,204 60,-205.801 60,-0.602 1137,0"
+ style="fill:none;stroke:#000000;stroke-width:9;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19385"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,248.199 1077.606,0 59.39,21 60,203.403 60,-165 60,-58.801 59.4,-0.602 2214,0"
+ style="fill:none;stroke:#000000;stroke-width:9;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:27;stroke-dashoffset:0;stroke-opacity:1"
+ id="path19387"
+ inkscape:connector-curvature="0" />
+ <g
+ id="g19389"
+ transform="scale(10,10)">
+ <text
+ transform="matrix(1,0,0,-1,350.62,-0.0199219)"
+ style="font-variant:normal;font-weight:normal;font-size:10.80000019px;font-family:Times;-inkscape-font-specification:Times-Roman;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ id="text19391">
+ <tspan
+ x="0 -12.1199 -162.8399 -136.13992 -279.1199 -294.6597"
+ y="0"
+ sodipodi:role="line"
+ id="tspan19393">&quot;&quot;&quot;&quot;&quot;&quot;</tspan>
+ </text>
+ <text
+ transform="matrix(1,0,0,-1,11.6201,94.419878)"
+ style="font-variant:normal;font-weight:normal;font-size:9.89999962px;font-family:Times;-inkscape-font-specification:Times-Roman;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ id="text19395">
+ <tspan
+ x="0"
+ y="0"
+ id="tspan19397">1</tspan>
+ <tspan
+ x="-0.41992199"
+ y="21.239799"
+ id="tspan19399">0</tspan>
+ <tspan
+ x="0"
+ y="49.98"
+ id="tspan19401">1</tspan>
+ </text>
+ </g>
+ <path
+ d="m 186.402,981.398 0,-235.199"
+ style="fill:none;stroke:#000000;stroke-width:9;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19403"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 186.402,482.801 0,-242.403"
+ style="fill:none;stroke:#000000;stroke-width:9;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19405"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,752.199 2512.796,0 60,0.602 60,0 60,-0.602 478.81,0 59.39,4.199 60,37.204 60,18 60,-31.204 59.4,-15.597 60,-6 60,-2.403"
+ style="fill:none;stroke:#0000ff;stroke-width:9;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:27;stroke-dashoffset:0;stroke-opacity:1"
+ id="path19407"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,752.199 180,0 59.398,0.602 60,0 60,0.597 60,-0.597 59.403,-0.602 2333.395,0 60,1.199 60,66.602 59.41,-30.602 60,-36.597 60,-0.602 478.79,0"
+ style="fill:none;stroke:#00ff00;stroke-width:9;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19409"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,752.199 1376.396,0 60,1.199 60,-0.597 58.8,-0.602 1317,0 60,0.602 59.41,1.199 60,-1.199 60,0 60,-0.602 59.39,0.602 60,0 60,-0.602 239.4,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19411"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,752.199 3590.396,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19413"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,752.199 3590.396,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19415"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,752.199 2872.196,0 60,2.403 59.41,-1.204 60,-1.199 538.79,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19417"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,752.199 2812.196,0 60,1.199 60,0 59.41,-1.199 299.39,0 60,0.602 60,-0.602 179.4,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19419"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,752.199 3590.396,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19421"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,752.199 2572.796,0 60,1.199 60,-0.597 59.4,-0.602 60,0.602 60,0.597 60,-0.597 59.41,-0.602 598.79,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19423"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,752.199 299.398,0 60,6 60,54.602 59.403,28.199 60,5.398 60,10.801 59.398,-22.199 60,-69 60,-13.801 2093.997,0 60,8.403 59.41,36.597 60,3 60,-4.199 60,3 59.39,-0.602 60,-21.597 60,-21.602 60,-3 179.4,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19425"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,752.199 2932.196,0 59.41,0.602 60,-0.602 538.79,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19427"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,752.199 2872.196,0 60,1.801 59.41,-1.199 60,-0.602 538.79,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19429"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,752.199 3590.396,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19431"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,752.199 3590.396,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19433"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,752.199 299.398,0 60,0.602 60,0 59.403,-0.602 60,0 60,0.602 59.398,0 60,-0.602 658.197,0 60,1.199 60,-0.597 58.8,-0.602 838.2,0 60,0.602 119.4,0 60,-0.602 957.6,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19435"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,752.199 1376.396,0 60,1.801 60,-1.801 1734.6,0 60,0.602 60,-0.602 239.4,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19437"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,752.199 2512.796,0 60,0.602 60,0.597 60,-0.597 179.4,0 60,-0.602 658.2,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19439"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,752.199 2572.796,0 60,0.602 60,0 59.4,1.199 60,1.801 60,1.801 60,-3 59.41,-2.403 598.79,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19441"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,752.199 1376.396,0 60,0.602 60,0.597 58.8,-0.597 180,0 59.41,-0.602 538.79,0 60,0.602 119.4,0 60,0.597 60,-0.597 60,-0.602 239.4,0 59.41,0.602 239.39,0 60,-0.602 299.4,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19443"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,752.199 3590.396,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19445"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,752.199 3590.396,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19447"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,752.199 3230.996,0 60,0.602 60,0 60,-0.602 179.4,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19449"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,752.199 1376.396,0 60,0.602 60,-0.602 1734.6,0 60,0.602 60,0 60,-0.602 179.4,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19451"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,752.199 1316.996,0 59.4,5.403 60,-3.602 60,-1.801 2094,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19453"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,752.199 2512.796,0 60,0.602 60,0 60,-0.602 897.6,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19455"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,752.199 598.801,0 59.398,0.602 60,4.801 119.997,0 59.41,-0.602 60,0 60,-1.199 60,1.801 59.39,1.199 60,-0.602 60,0.602 60,5.398 59.4,3.602 60,-12 60,-3.602 2094,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19457"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,752.199 2512.796,0 60,0.602 60,0 60,-0.602 179.4,0 60,0.602 59.41,0 60,-0.602 538.79,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19459"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,752.199 299.398,0 60,1.199 60,0 59.403,-1.199 3111.595,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19461"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,752.199 2932.196,0 59.41,1.199 60,1.801 60,-0.597 60,0.597 59.39,3 60,0.602 60,-4.801 60,-1.801 179.4,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19463"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,752.199 1316.996,0 59.4,0.602 60,0 60,-0.602 1375.8,0 60,0.602 59.41,-0.602 598.79,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19465"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,752.199 1316.996,0 59.4,1.199 60,0 60,-1.199 2094,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19467"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,752.199 3590.396,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19469"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,752.199 598.801,0 59.398,0.602 60,-0.602 2213.997,0 59.41,0.602 60,3 60,8.398 60,14.403 59.39,15.597 60,-4.199 60,-28.199 60,-8.403 59.4,-1.199 120,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19471"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,752.199 598.801,0 59.398,0.602 60,1.199 60,-1.801 538.797,0 59.4,0.602 60,-0.602 2154,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19473"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 3777.4,225.398 0,45"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19475"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 3473.2,225.398 0,45"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19477"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 3214.61,225.398 0,45"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19479"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 3130,225.398 0,45"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19481"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 3035.8,225.398 0,45"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19483"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 2786.2,225.398 0,45"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19485"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 1643.8,225.398 0,45"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19487"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 947.203,225.398 0,45"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19489"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 598.004,225.398 0,45"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19491"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 520.605,225.398 0,45"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19493"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,248.199 3590.396,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19495"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,248.199 2872.196,0 60,2.403 59.41,-2.403 598.79,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19497"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,248.199 3590.396,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19499"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,248.199 359.398,0 60,52.199 59.403,-52.199 2512.805,0 60,17.403 60,-17.403 478.79,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19501"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,248.199 3590.396,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19503"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,248.199 3590.396,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19505"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,248.199 3590.396,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19507"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,248.199 3590.396,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19509"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,248.199 3590.396,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19511"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,248.199 3590.396,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19513"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,248.199 3590.396,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19515"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,248.199 3590.396,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19517"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,248.199 359.398,0 60,0.602 59.403,-0.602 3111.595,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19519"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,248.199 3590.396,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19521"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,248.199 3590.396,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19523"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,248.199 359.398,0 60,1.199 59.403,-1.199 1794.595,0 60,0.602 60,-0.602 598.21,0 60,3.602 60,-3.602 478.79,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19525"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,248.199 3590.396,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19527"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,248.199 3590.396,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19529"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,248.199 3590.396,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19531"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,248.199 3590.396,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19533"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,248.199 1794.606,0 60,0.602 179.39,0 60,-0.602 179.4,0 60,3 60,-3 1197,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19535"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,248.199 2991.606,0 60,0.602 60,-0.602 478.79,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19537"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,248.199 359.398,0 60,2.403 59.403,-2.403 3111.595,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19539"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,248.199 3590.396,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19541"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,248.199 359.398,0 60,2.403 59.403,-2.403 1794.595,0 60,6 60,-6 598.21,0 60,11.403 60,-11.403 478.79,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19543"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,248.199 2273.396,0 60,3.602 60,-3.602 1197,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19545"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,248.199 2273.396,0 60,5.403 60,-5.403 1197,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19547"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,248.199 3590.396,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19549"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,248.199 3590.396,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19551"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 453.402,1237 2.403,0 0,-0.6 0.597,0.6 0.602,0 0,-0.6 1.199,0.6 0,-0.6 0.602,0.6 0.597,-0.6 0,0.6 2.403,0 0.597,-0.6 0,0.6 0.602,-0.6 1.801,0 0,0.6 0.597,0 0,0.6 0.602,-0.6 1.199,0 0,0.6 1.199,-0.6 1.203,0 0,-0.6 0.598,0 0,0.6 0.602,0 0,-0.6 1.199,0 0.601,0.6 0,0.6 0.598,-0.6 0.602,0 0,0.6 1.199,0 0,-0.6 0.601,0 0.598,0.6 0.602,-0.6 0,0.6 0.597,0 0,-0.6 1.203,0.6 0,-0.6 0.598,-0.6 1.199,0 0.602,0.6 1.199,0 0.602,0.6 0.597,-0.6 0.602,0.6 0,0.6 1.199,-0.6 0.602,-0.6 0,0.6 1.199,0 0,-0.6 0.601,0.6 0,-0.6 1.2,0 0,0.6 0.597,-0.6 0,0.6 0.602,-0.6 0,0.6 0.601,-0.6 0,0.6 1.2,-0.6 1.199,0 0,-0.6 0.601,0.6 0.598,0 1.199,-0.6 0.602,0 0,1.2 0.601,-0.6 0,-0.6 2.399,0 0.601,0.6 0.598,-0.6 0.602,0 1.199,-0.6 0,-0.6 0.601,1.8 0,-0.6 0.598,-0.6 0.602,-0.6 1.8,0 0.598,0.6 0,-0.6 0.602,0 0.597,-0.6 1.801,0 0,-0.6 0.602,0.6 0.597,0 0.602,-0.6 0,1.2 1.199,0 0.602,1.2 0,0.6 0.597,-0.6 0,1.2 0.602,0 0,0.6 0.601,0 0,0.6 1.797,0 0.602,0.6 0,-0.6 0.601,1.2 1.2,1.2 0.597,0 0,0.6 0.602,0 0,0.6 0.601,0.6 2.399,0 0.601,-0.6 0,-0.6 0.598,-0.6 0,-0.6 0.602,0 0,-0.6 1.199,-0.6 0,-0.6 0.601,-1.2 0,-0.6 0.598,-0.6 0,-0.6 0.602,-0.6 0,-0.6 1.199,0 0,-0.6 0.601,0 0.598,0.6 0,0.6 0.602,-0.6 0.597,0 0,0.6 1.203,-0.6 0.598,-0.6 0,0.6 0.602,0.6 1.8,0 0.598,-0.6 0,-1.2 0.602,-0.6 0.597,0 0.602,-1.2 0,2.4 1.199,-3 0,1.8 0.602,-0.6 0.597,-0.6 0,-1.8 0.602,0 0,1.8 0.601,-0.6 0,-1.2 1.2,2.4 0,1.8 0.597,-3.6 0.602,-1.8 0,-0.6 0.601,0.6 0,0.6 1.2,1.8 0,0.6 0.597,1.8 0.602,0.6 0,-0.6 0.601,-0.6 0.598,0 1.199,0.6 0.602,0.6 0.601,1.2 0,0.6 0.598,2.4 0,0.6 0.602,1.8 0,2.4 1.199,4.2 0,7.8 0.601,-1.8 0,3.6 0.598,-0.6 0,-1.2 0.602,3.6 0,-6 1.199,1.8 0,-0.6 0.601,-2.4 0.598,-0.6 0,3 0.602,-3.6 0,-3 0.597,-3.6 0,-2.4 1.203,-1.8 0,-4.2 0.598,-2.4 0,0.6 0.602,-3 0,-1.8 0.597,1.8 0,-0.6 1.203,-0.6 0,-3.6 0.598,-2.4 0,1.2 0.602,-2.4 0,0.6 0.597,0.6 0,2.4 0.602,1.2 1.199,-0.6 0,4.2 0.602,1.8 0,0.6 0.597,-0.6 0,-0.6 0.602,3 0,0.6 0.601,1.2 0,2.4 1.2,3 0,0.6 0.597,0.6 0,1.8 0.602,1.8 0,-0.6 0.601,-1.2 1.2,0.6 0,1.8 0.597,0 0,1.2 0.602,1.2 0,-1.2 0.601,0 0,-1.2 0.598,-1.8 1.199,-3.6 0,-0.6 0.602,0 0,-1.2 0.601,3.6 0,-2.4 0.598,-1.2 0,-1.2 0.602,-4.8 0,0.6 1.199,-2.4 0,-1.2 0.601,-1.2 0,-2.4 0.598,1.2 0.602,0 0,2.4 1.199,-0.6 0,-1.2 0.601,0 0,-1.8 0.598,1.8 0,1.2 0.602,0 0,1.2 0.597,0.6 1.203,3 0,-0.6 0.598,0.6 0,-0.6 0.602,-0.6 0,1.8 0.597,0 0,0.6 1.203,-1.8 0,-0.6 0.598,-0.6 0,-1.8 0.602,1.8 0,-2.4 0.597,-1.8 0.602,-2.4 0,2.4 1.199,-1.8 0,-1.2 0.602,1.2 0,-2.4 0.597,0.6 0,1.2 0.602,-0.6 0,1.2 0.601,-0.6 0,-3.6 1.2,1.8 0,-0.6 0.597,1.2 0,-1.8 0.602,1.8 0.601,-1.8 0,0.6 1.2,-0.6 0,-1.2 0.597,1.2 0,-2.4 0.602,1.8 0,4.2 0.601,14.4 0,10.2 0.598,17.4 0,6.6 1.199,-4.2 0,10.8 0.602,-10.2 0,3 0.601,-3 0,-9 0.598,3.6 0,-4.8 1.199,6.6 0,0.6 0.602,3.6 0,-4.8 0.601,-12.6 0,-4.8 0.598,-10.8 0,-4.8 0.602,-5.4 0,-6.6 1.199,-1.2 0,0.6 0.601,-0.6 0,3.6 0.598,1.2 0,-8.4 0.602,-4.8 0,-6 0.597,0 0,-0.6 1.203,0.6 0,4.2 0.598,1.8 0.602,7.8 0,1.8 0.597,7.2 0,4.2 1.203,-4.8 0,0.6 0.598,-0.6 0,3.6 0.602,5.4 0,4.2 0.597,4.2 0,4.8 0.602,3 0,2.4 1.199,3 0,-0.6 0.602,-4.8 0,-4.2 0.597,-0.6 0.602,2.4 0,0.6 0.601,-0.6 1.2,-3.6 0,-2.4 0.597,-2.4 0,-4.2 0.602,-5.4 0,-1.8 0.601,0 0,0.6 1.2,5.4 0,-2.4 0.597,1.8 0,-1.8 0.602,-1.8 0,6.6 0.601,-4.8 0,1.8 0.598,-1.8 0,-1.8 1.199,5.4 0,-1.2 0.602,4.2 0.601,-1.2 0,-2.4 0.598,-2.4 0,-1.8 1.199,2.4 0,-2.4 0.602,-1.2 0,-1.8 0.601,0 0,1.8 0.598,0 0,0.6 0.602,-0.6 0,-3.6 1.199,-2.4 0.601,0.6 0,-1.2 0.598,-3 0,-1.2 0.602,-0.6 0,0.6 0.597,0 1.203,0.6 0,-3 0.598,0.6 0,1.2 0.602,1.8 0.597,0 0,-0.6 1.203,0.6 0,3 0.598,0 0.602,0.6 0,-2.4 0.597,0.6 0,-1.2 0.602,1.8 0,-0.6 1.199,-3.6 0,0.6 0.602,-0.6 0.597,0 0,2.4 0.602,-2.4 0,-0.6 0.601,1.8 0,-3 1.2,3.6 0,3.6 0.597,12 0,10.8 0.602,10.2 0,18 0.601,9 0,1.2 1.2,3.6 0,-9 0.597,1.2 0,-3 0.602,-10.2 0,3.6 0.601,-1.2 0,-1.2 0.598,-3 0,-1.8 1.199,-4.2 0,-13.2 0.602,-10.8 0,-12.6 0.601,-4.8 0,-5.4 0.598,-8.4 0,3.6 1.199,1.2 0,-2.4 0.602,0.6 0,-0.6 0.601,-0.6 0,-4.8 0.598,-6 0,1.8 0.602,4.2 0,3 1.199,4.8 0.601,8.4 0,9.6 0.598,1.2 0,4.8 0.602,4.8 0.597,0.6 0,-0.6 1.203,4.8 0,6.6 0.598,1.8 0,4.8 0.602,5.4 0,1.8 0.597,-2.4 0,-3 1.203,-0.6 0,-4.8 0.598,-5.4 0,-3.6 0.602,0 0.597,-2.4 0,-1.8 0.602,-0.6 0,-5.4 1.199,-6 0,-5.4 0.602,-2.4 0.597,15 0,-5.4 0.602,-1.2 0,14.4 0.601,-22.2 0,22.2 1.2,-5.4 0,-5.4 0.597,10.2 0,-12 0.602,8.4 0,-0.6 0.601,7.8 0,-6 1.2,0 0.597,-1.8 0,-7.2 0.602,10.8 0,-6.6 0.601,0.6 0,2.4 0.598,-4.8 0,1.8 1.199,4.2 0,-2.4 0.602,-3.6 0,-2.4 0.601,-6 0.598,0 0,-3 1.199,-4.8 0,-1.8 0.602,-6 0,-1.8 0.601,0.6 0,-5.4 0.598,-0.6 0,-3 0.602,0 0,4.2 1.199,3.6 0,2.4 0.601,0.6 0,4.2 0.598,0.6 0,4.8 0.602,1.8 0,2.4 0.597,1.8 0,-0.6 1.203,2.4 0,0.6 0.598,0.6 0,-1.2 0.602,-1.2 0,-2.4 0.597,-0.6 1.203,-1.2 0,4.2 0.598,-0.6 0,3 0.602,1.2 0,6 0.597,2.4 0,1.2 0.602,8.4 0,4.2 1.199,7.2 0,8.4 0.602,9.6 0,18.6 0.597,-6 0,1.8 0.602,-1.8 0,-9 0.601,4.2 0,-18.6 1.2,1.2 0,-3.6 0.597,-13.2 0,-0.6 0.602,-4.8 0,1.2 0.601,-13.8 0,-11.4 1.2,-5.4 0,-7.8 0.597,-3 0,-8.4 0.602,4.2 0,2.4 0.601,-5.4 0,3 0.598,7.2 0,1.8 1.199,-3 0,-1.8 0.602,4.8 0,4.2 0.601,0.6 0,6.6 0.598,9.6 1.199,6.6 0,0.6 0.602,4.8 0,9.6 0.601,-0.6 0,-2.4 0.598,0 0,3.6 0.602,1.2 0,-0.6 1.199,3.6 0,3 0.601,-1.8 0,-5.4 0.598,0 0.602,-7.2 0,-6 0.597,-4.2 0,-0.6 1.203,-3.6 0,-2.4 0.598,0 0,-1.8 0.602,-4.8 0,-4.2 0.597,-1.2 1.203,-4.2 0,-1.8 0.598,1.2 0,2.4 0.602,1.8 0,3.6 0.597,6.6 0,12 0.602,3.6 0,10.2 1.199,3 0,-0.6 0.602,6 0,-7.2 0.597,9.6 0.602,2.4 0,-2.4 1.199,1.8 0,-3.6 0.602,-1.2 0,-5.4 0.597,-3.6 0,-9.6 0.602,-6 0,-6.6 0.601,-6.6 0,3.6 1.2,-1.8 0,-2.4 0.597,-1.8 0,-2.4 0.602,-1.8 0,-1.2 0.601,-3.6 0,-1.2 0.598,0 0,-1.2 1.199,1.2 0,4.8 0.602,0.6 0,-2.4 0.601,-1.2 0,-1.8 0.598,0 1.199,1.2 0,2.4 0.602,2.4 0,5.4 0.601,2.4 0,5.4 0.598,0.6 0,-1.8 0.602,1.2 0,-2.4 1.199,3 0.601,-0.6 0,1.2 0.598,-2.4 0.602,-1.2 0,-0.6 0.597,-4.2 0,-5.4 1.203,-4.2 0,-3 0.598,0.6 0.602,1.8 0,2.4 0.597,4.2 0,3 1.203,3.6 0,4.2 0.598,3 0,6.6 0.602,7.8 0,7.2 0.597,10.2 0,12.6 0.602,16.8 0,9.6 1.199,-6.6 0,5.4 0.602,-10.8 0,-2.4 0.597,-5.4 0,-14.4 0.602,4.2 0,-12.6 1.199,-4.2 0,-1.8 0.602,-1.8 0,-8.4 0.597,-15.6 0,-8.4 0.602,-10.8 0,-4.8 0.601,-7.2 0,-2.4 1.2,4.2 0,-3 0.597,0 0,6.6 0.602,3.6 0.601,-3 0,-1.2 0.598,0 0,4.2 1.199,3 0,5.4 0.602,10.2 0,8.4 0.601,4.2 0,3.6 0.598,9.6 0,2.4 1.199,-1.2 0,-0.6 0.602,1.2 0,2.4 0.601,1.2 0,3.6 0.598,3.6 0.602,-4.8 0,-1.8 1.199,-0.6 0,-6 0.601,-7.2 0,-5.4 0.598,-2.4 0,-3 0.602,-2.4 0,-0.6 0.597,-0.6 0,-4.2 1.203,-5.4 0,-2.4 0.598,-1.2 0,-3.6 0.602,-1.8 0.597,9 0,6.6 1.203,3.6 0,13.8 0.598,12.6 0.602,0 0,-4.8 0.597,9.6 0,-2.4 0.602,3 0,-1.2 1.199,-5.4 0,4.8 0.602,-6.6 0,-3.6 0.597,1.2 0,-2.4 0.602,-11.4 0,-8.4 1.199,-2.4 0,-1.8 0.602,-0.6 0,-4.8 0.597,1.8 0,2.4 0.602,-3.6 0,-1.2 0.601,4.8 0,-3 1.2,-7.8 0,-1.8 0.597,0 0.602,-2.4 0,-2.4 0.601,0.6 0.598,-2.4 0,3 1.199,4.2 0,-0.6 0.602,-1.2 0,3.6 0.601,7.8 0,4.8 0.598,0.6 0,6 1.199,1.8 0,3.6 0.602,-1.8 0.601,4.2 0.598,-4.2 0,-4.8 0.602,-0.6 0,-1.2 1.199,-1.2 0,-5.4 0.601,2.4 0,-4.8 0.598,0.6 0,-2.4 0.602,3.6 0,-0.6 0.597,-3 0,5.4 1.203,-0.6 0,5.4 0.598,1.2 0,4.2 0.602,10.8 0,-1.8 0.597,9 0,6.6 1.203,10.8 0,15.6 0.598,4.8 0,-6 0.602,10.2 0,-11.4 0.597,-0.6 0,-1.2 0.602,-12.6 0,3 1.199,-14.4 0,-3.6 0.602,-0.6 0,-3 0.597,-5.4 0,-14.4 0.602,-1.8 0,-11.4 1.199,-4.8 0.602,-3 0,-3 0.597,2.4 0,-6 0.602,1.2 0,6.6 0.601,1.8 0,-2.4 1.2,-1.8 0,3 0.597,1.2 0,1.2 0.602,6 0,6 0.601,5.4 0,1.2 0.598,4.2 0,9 1.199,1.8 0,-1.8 0.602,1.8 0,1.2 0.601,1.2 0,2.4 0.598,2.4 0,4.2 1.199,-2.4 0,-3 0.602,0 0,0.6 0.601,-5.4 0,-4.8 0.598,-2.4 0,-3 0.602,-2.4 0,-1.8 1.199,0 0,-1.2 0.601,-4.8"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19553"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,248.199 3590.396,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19555"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,248.199 3590.396,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19557"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,248.199 3590.396,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19559"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,248.199 3590.396,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19561"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,248.199 3590.396,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19563"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,248.199 3590.396,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19565"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,248.199 1555.196,0 60,0.602 60,-0.602 1915.2,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19567"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,248.199 3590.396,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19569"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,248.199 3590.396,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19571"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,248.199 2872.196,0 60,0.602 59.41,-0.602 598.79,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19573"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,248.199 2752.196,0 60,0.602 60,0 60,-0.602 658.2,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19575"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,248.199 3590.396,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19577"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,248.199 2991.606,0 60,0.602 60,-0.602 478.79,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19579"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,248.199 3590.396,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19581"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,248.199 3590.396,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19583"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,248.199 120,0 60,0.602 59.398,0.597 60,-1.199 3290.998,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19585"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,248.199 3590.396,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19587"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,248.199 1136.996,0 60,1.199 60,-0.597 60,-0.602 2273.4,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19589"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,248.199 3590.396,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19591"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,248.199 3590.396,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19593"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,248.199 3590.396,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19595"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,473.801 60,0 60,-22.801 60,-202.199 59.398,28.199 60,190.801 60,4.801 60,-224.403 59.403,223.199 60,1.801 60,0.602 59.398,-1.801 60,1.199 60,0.602 299.407,0 59.39,-21 60,-204.602 60,165.602 60,58.199 59.4,0.602 60,0.597 60,0.602 58.8,0 60,-0.602 299.41,0 60,-0.597 59.39,0.597 60,0.602 120,0 59.4,-3 60,-222.602 60,224.403 60,0.597 59.4,0.602 60,0 60,-4.199 60,-199.801 59.4,27.597 60,110.403 60,-159.602 60,3.602 59.41,220.801 60,-224.403 60,225.602 179.39,0 60,-0.602 60,-46.801 59.4,-128.398 60,21 60,134.398"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:9, 36;stroke-dashoffset:36;stroke-opacity:1"
+ id="path19597"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,248.199 2632.796,0 60,3 59.4,-2.398 60,-0.602 778.2,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19599"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 826.605,1230.4 0,-3.6 0.598,0.6 0,-1.8 0.602,-3 0,-0.6 1.199,10.8 0.601,3 0,-0.6 0.598,21.6 0,-3 0.602,13.2 0,-2.4 0.597,-10.8 0,11.4 1.203,-17.4 0.598,-2.4 0,0.6 0.602,-3.6 0,-3.6 0.597,3.6 0,-6 0.602,2.4 0,-15 1.199,-1.2 0,1.8 0.602,-7.2 0,4.2 0.597,4.2 0,3.6 0.602,-1.8 0,0.6 1.199,-0.6 0,-0.6 0.602,-6 0,-7.2 0.597,0 0,1.2 0.602,-1.2 0,4.2 0.601,5.4 0,-1.8 1.2,-1.8 0,-1.2 0.597,-1.2 0,1.8 0.602,-1.8 0,4.2 0.601,7.2 0.598,1.8 0,0.6 1.199,6 0,1.2 0.602,-2.4 0,0.6 0.601,1.2 0,-2.4 0.598,3.6 0,-3.6 1.199,-3 0,2.4 0.602,-2.4 0,-2.4 0.601,-3.6 0,1.2 0.598,-6 0,1.2 0.602,1.2 0,3 1.199,0.6 0,-3 0.601,3 0,1.8 0.598,1.8 0,1.2 0.602,2.4 0,3.6 1.199,5.4 0,2.4 0.601,10.8 0,4.2 0.598,4.8 0,14.4 0.602,7.2 0,-4.8 0.597,4.2 0,-5.4 1.203,-6.6 0,3 0.598,-13.2 0,1.8 0.602,-3.6 0,-10.2 1.199,0 0,-6 1.199,-10.8 0,-1.8 0.602,-10.8 0,-3.6 0.597,-1.8 0,-3.6 0.602,4.2 0,-1.8 1.199,-3.6 0,5.4 0.602,2.4 0,-5.4 0.597,1.8 0,-0.6 0.602,0.6 0,2.4 0.601,3 0,6.6 1.2,4.2 0,0.6 0.597,0.6 0,6.6 0.602,0.6 0,-0.6 0.601,1.8 0,0.6 0.598,1.8 0,1.8 1.199,4.2 0,1.2 0.602,2.4 0,-4.8 0.601,1.8 0.598,-3.6 0,-1.8 1.199,-2.4 0,-0.6 0.602,-2.4 0.601,-0.6 0,-1.2 0.598,-3 0.602,-5.4 1.199,-3 0.601,10.8 0,13.8 0.598,-21.6 0,24 0.602,-15 0,1.8 1.199,13.2 0,-21 0.601,16.8 0,-13.2 0.598,6 0,-5.4 0.602,13.8 0,-7.8 0.597,-9.6 0,9 1.203,-18 0,16.2 0.598,-10.2 0,0.6 0.602,7.2 0,-9 0.597,0 0,3.6 0.602,1.2 0,-10.8 1.199,3.6 0,-4.8 0.602,3 0,4.8 0.597,-3.6 0,1.2 0.602,3 0,-9 1.199,1.8 0,0.6 0.602,-2.4 0,1.8 0.597,-9.6 0.602,8.4 0,2.4 0.601,1.2 0,1.8 1.2,7.2 0,-2.4 0.597,-1.8 0,6 0.602,3.6 0,-3.6 0.601,2.4 0,-3.6 0.598,-1.8 0,2.4 1.199,-5.4 0,0.6 0.602,1.2 0,-6.6 0.601,-1.8 0,-2.4 0.598,7.2 0,-6 1.199,0.6 0,5.4 0.602,0.6 0,1.8 0.601,-3.6 0,2.4 0.598,-4.8 0,9 0.602,-3.6 0,1.8 1.199,7.8 0,-6.6 0.601,-3 0,7.2 0.598,-1.8 0,-3 0.602,4.8 0,-5.4 1.199,0.6 0,-1.8 0.601,-2.4 0,6.6 0.598,0 0.602,-3.6 0,7.8 0.597,3.6 0,6.6 1.203,1.8 0,12.6 0.598,6 0,-8.4 0.602,6.6 0,-3 0.597,-2.4 0,-0.6 0.602,-9 0,6 1.199,-7.8 0,-5.4 0.602,3.6 0,-0.6 0.597,-4.8 0,-7.8 0.602,-2.4 0,-4.2 1.199,-3 0,-2.4 0.602,-1.2 0,4.2 0.597,-4.8 0,1.2 0.602,7.8 0,-2.4 0.601,-3.6 0,-0.6 1.2,1.2 0,0.6 0.597,0.6 0,2.4 0.602,4.2 0,1.8 0.601,-2.4 0,3 1.2,4.2 0,-2.4 0.597,-2.4 0.602,2.4 0,-1.2 0.601,2.4 0,1.8 0.598,0.6 0,1.8 1.199,-3 0,-0.6 0.602,3 0.601,-0.6 0,-4.2 0.598,0 0,1.2 0.602,0.6 0,2.4 1.199,5.4 0,-3 0.601,0 0,0.6 0.598,-5.4 0,3 0.602,-4.8 0,-2.4 1.199,0 0,-1.8 0.601,-3 0,4.2 0.598,-1.2 0,-1.2 0.602,0 0,-1.8 0.597,-3 0,3.6 1.203,-4.2 0,2.4 0.598,2.4 0,1.8 0.602,0.6 0,1.8 0.597,0.6 0,-1.2 0.602,0 0,-1.8 1.199,-0.6 0.602,-1.2 0,5.4 0.597,-11.4 0,6 0.602,-0.6 0,-3 1.199,1.8 0,4.8 0.602,-9.6 0,4.2 0.597,0 0,0.6 0.602,3.6 0.601,4.8 0,-7.8 1.2,5.4 0,-2.4 0.597,-5.4 0,11.4 0.602,-17.4 0,12.6 0.601,0.6 0,-13.8 1.2,7.2 0,12 0.597,-24 0,14.4 0.602,12.6 0,-18 0.601,0.6 0,18.6 0.598,-18.6 0,7.8 1.199,4.2 0,-4.2 0.602,0.6 0,-0.6 0.601,3.6 0,-6 0.598,6 0,6 0.602,-19.8 1.199,8.4 0.601,-4.2 0,9 0.598,-5.4 0,4.2 0.602,4.2 0,-16.2 1.199,10.2 0,7.8 0.601,-17.4 0,9 0.598,9 0,-17.4 0.602,13.8 0,0.6 0.597,-9.6 0,7.8 1.203,0 0,-1.8 0.598,-3 0,10.2 0.602,-8.4 0,-10.8 0.597,24 0,-13.8 0.602,-5.4 0,14.4 1.199,-15 0,3 0.602,7.8 0,-15 0.597,8.4 0,6 0.602,-13.2 0,12 1.199,-1.2 0,-0.6 0.602,0.6 0,-1.8 0.597,7.2 0,-3.6 0.602,4.8 0,2.4 0.601,2.4 1.2,2.4 0,-7.8 0.597,5.4 0,1.2 0.602,-3.6 0,-1.8 0.601,1.2 0,-4.8 1.2,1.2 0,0.6 0.597,-4.2 0,3 0.602,1.2 0,-11.4 0.601,6 0,-4.2 0.598,-3 0,3.6 1.199,-1.2 0,-3 0.602,7.8 0,0.6 0.601,-8.4 0,12.6 0.598,-9 0,3 0.602,0 0,-1.2 1.199,1.2 0,5.4 0.601,-0.6 0,-3.6 0.598,3.6 0,-2.4 0.602,-1.2 0,5.4 1.199,-13.8 0,10.2 0.601,-1.2 0,-0.6 0.598,1.2 0,7.8 0.602,-7.8 0,-3.6 0.597,10.2 1.203,-18.6 0,10.2 0.598,6.6 0,-18 0.602,15.6 0,4.8 0.597,-13.8 0,6 0.602,-4.8 0,-1.2 1.199,6.6 0,0.6 0.602,-16.2 0,18 0.597,0.6 0,-21 0.598,22.2 0,-1.2 1.2,-20.4 0,22.8 0.6,-1.2 0,-13.8 0.6,19.8 0,-20.4 0.6,2.4 0,1.2 0.61,10.8 0,-19.2 1.19,9.6 0,14.4 0.6,-48 0,48 0.6,-1.8 0,-27 0.61,15.6 0,-0.6 1.19,7.2 0,-9 0.6,-3 0,20.4 0.6,-24 0.61,18.6 0.59,-19.2 0,11.4 1.2,9.6 0,-23.4 0.6,13.8 0,9 0.61,-4.8 0,-8.4 0.59,-3 0,6.6 0.6,12.6 0,-34.8 1.2,30 0,12.6 0.61,-42 0,24 0.59,-2.4 0,8.4 0.6,-16.2 0,-0.6 1.2,18 0,-8.4 0.61,-17.4 0,33 0.59,-21 0,-3.6 0.6,18 0,-3 0.6,-28.2 0,43.8 1.21,-22.8 0,-2.4 0.59,-2.4 0,14.4 0.6,-1.2 0,-16.8 0.6,19.2 0,4.8 0.6,-25.2 0,9.6 1.2,22.8 0,-43.8 0.6,36 0,-22.8 0.6,31.8 0.6,-37.8 0,18 1.2,5.4 0,-20.4 0.6,1.2 0,34.2 0.6,-38.4 0,14.4 0.6,16.8 0,-23.4 0.61,7.2 0,8.4 1.19,-13.2 0,0.6 0.6,-1.8 0,16.8 0.6,-16.8 0,6.6 0.61,0 0,13.8 1.19,-27.6 0,7.8 0.6,18 0,-25.2 0.6,20.4 0,-15 0.61,16.2 0,-4.8 0.59,-5.4 0,-1.8 1.2,10.2 0,-18.6 0.6,19.2 0,-11.4 0.61,1.8 0,6 0.59,-9 0,3.6 0.6,4.8 0,-3 1.2,-6 0,4.2 0.61,4.8 0.59,-7.8 0,7.8 0.6,-15.6 0,26.4 1.2,-30 0,30 0.61,-18 0,-2.4 0.59,32.4 0,-43.2 0.6,21 0,-0.6 0.6,4.2 0,-22.2 1.21,16.8 0,4.2 0.59,-10.2 0,4.2 0.6,-6.6 0,21 0.6,-32.4 0,42 1.21,-34.2 0,16.8 0.59,6 0,-24.6 0.6,16.2 0,2.4 0.6,-19.8 0,26.4 0.6,-12.6 0,-19.2 1.2,41.4 0,-25.2 0.6,-9 0,17.4 0.6,-9 0,4.8 0.6,-19.8 0,26.4 0.61,-1.8 0,-21 1.19,27 0,-22.8 0.6,0 0.6,26.4 0,-24.6 0.61,6.6 0,7.2 1.19,-6 0,10.8 0.6,-30.6 0,26.4 0.6,10.2 0,-36.6 0.61,36.6 0,-21 0.59,-7.2 0,31.2 1.2,-40.2 0,37.2 0.6,-22.2 0,-0.6 0.61,17.4 0,-42 0.59,50.4 0,-22.2 0.6,-4.8 0,18.6 1.2,-19.8 0,22.2 0.61,-13.8 0,-12.6 0.59,52.8 0,-70.8 0.6,34.2 0,28.8 1.2,-78.6 0,80.4 0.61,-39.6 0,-18.6 0.59,67.2 0,-82.8 0.6,43.8 0,23.4 0.6,-70.8 0,74.4 1.21,-33 0.59,-20.4 0,49.8 0.6,-46.8 0,27.6 0.6,-7.8 0,-14.4 1.21,35.4 0,-46.8 0.59,34.8 0,14.4 0.6,-58.8 0,72 0.6,-37.8 0,-25.8 0.6,63.6 0,-52.2 1.2,7.2 0,40.8 0.6,-58.2 0,36.6 0.6,-3.6 0,-36 0.6,63 0,-55.2 0.61,23.4 0,20.4 1.19,-70.2 0,75.6 0.6,-39 0,-1.2 0.6,41.4 0,-48.6 0.61,12.6 0,27 1.19,-43.2 0,39 0.6,-34.8 0,38.4 0.6,-36.6 0,36 0.61,-25.8 0,-10.2 0.59,51 0,-64.2 1.2,37.2 0.6,7.2 0,-27 0.61,13.8 0,15.6 0.59,-33 0,16.8 0.6,9 0,-28.8 1.2,55.8 0,-75.6 0.61,63.6 0,-24 0.59,-14.4 0,19.2 0.6,1.8 0,-21.6 1.2,21 0,-18 0.61,16.2 0,-18 0.59,25.8 0,-18 0.6,6.6 0,-18.6 0.6,42 0,-41.4 1.21,13.8 0,26.4 0.59,-52.8 0,31.2 0.6,19.8 0,-54.6 0.6,57.6 0,-15.6 1.21,-35.4 0,33 0.59,13.2 0,-51 0.6,58.2 0,-38.4 0.6,10.8 0,6.6 0.6,-14.4 0,8.4 1.2,-4.2 0.6,22.8 0,-39 0.6,37.8 0,-22.8 0.6,-9.6 0,40.8 0.61,-48.6 0,31.8 1.19,-2.4 0,-19.8 0.6,19.8 0,-12.6 0.6,14.4 0,-16.2 0.61,11.4 0,-9.6 1.19,-1.2 0,14.4 0.6,-15 0,3.6 0.6,19.8 0,-30 0.61,2.4 0,55.8 0.59,-75.6 0,27 1.2,45 0,-67.2 0.6,15.6 0,35.4 0.61,-49.8 0,20.4 0.59,22.2 0,-39 0.6,6.6 0,47.4 1.2,-65.4 0,55.2 0.61,-39 0,15 0.59,3.6 0,9 0.6,-33.6 1.2,51.6 0,-49.2 0.61,5.4 0,47.4 0.59,-72.6 0,51 0.6,5.4 0,-51.6 0.6,67.2 0,-52.2 1.21,9.6 0,35.4 0.59,-54.6 0,42 0.6,0 0,-49.2 0.6,82.2 0,-85.8 1.21,28.8 0,61.8 0.59,-126.6 0,109.2 0.6,-25.8 0,-41.4 0.6,68.4 0,-59.4 0.6,36.6 0,-2.4 1.2,-27 0,31.8 0.6,-1.8 0,-26.4 0.6,17.4 0,-1.2 0.6,6 0,-22.2 0.61,13.2 0,39 1.19,-77.4 0,49.2 0.6,8.4 0,-41.4 0.6,37.8 0,-9.6 0.61,-36.6 1.19,64.8 0,-50.4 0.6,15.6 0,14.4 0.6,-19.8 0,-22.8 0.61,79.2 0,-63.6 0.59,-16.2 0,85.2 1.2,-65.4 0,-20.4 0.6,94.2 0,-94.8 0.61,34.2 0,19.8 0.59,-49.2 0,33 1.2,19.2 0,-62.4 0.6,66 0,-39.6 0.61,16.8 0,-19.2 0.59,35.4 0,-33.6 0.6,-0.6 0,15 1.2,16.2 0,-46.2 0.61,63.6 0,-66 0.59,38.4 0,10.2 0.6,-39 0,22.8 0.6,25.8 0,-61.8 1.21,48 0,4.8 0.59,-42.6 0,27.6 0.6,5.4 0.6,-20.4 0,16.8 1.21,-1.2 0,-15.6 0.59,4.2 0,23.4 0.6,-47.4 0,55.8 0.6,-30.6 0,1.2 0.6,-3.6 0,31.2 1.2,-46.8 0,16.8 0.6,32.4 0,-64.8 0.6,50.4 0,19.8 0.6,-64.8 0,31.8 0.61,37.8 0,-85.2 1.19,73.8 0,-15.6 0.6,-39 0,52.8 0.6,-27 0,-6.6 0.61,28.8 0,-22.8 1.19,-18.6 0,47.4 0.6,-43.2 0,47.4 0.6,-55.2 0,46.2 0.61,-18.6 0,4.8 0.59,-26.4 0,45 1.2,-31.8 0,-12.6 0.6,51.6 0,-55.2 0.61,24 0.59,6 0,-14.4 1.2,2.4 0,33.6 0.6,-51.6 0,40.8 0.61,-15 0,-4.8 0.59,13.8 0,-26.4 0.6,33.6 0,-21.6 1.2,-9.6 0,16.2 0.61,-1.8 0,7.2 0.59,-15.6 0,19.2 0.6,-17.4 0,8.4 0.6,9.6 0,-31.2 1.21,41.4 0,-24 0.59,-14.4 0,33 0.6,-36 0,34.2 0.6,-22.2 0,-20.4 1.21,49.8 0,-16.2 0.59,-41.4 0,64.8 0.6,-40.8 0,14.4 0.6,6.6 0,-15 0.6,8.4 0,-9.6 1.2,19.2 0,-10.8 0.6,-20.4 0.6,34.2 0,-8.4 0.6,-36.6 0,54.6 0.61,-43.2 0,16.8 1.19,6.6 0,-16.2 0.6,12 0,11.4 0.6,-31.2 0,37.2 0.61,-31.8 0,-1.2 1.19,23.4 0,-24.6 0.6,15.6 0,25.8 0.6,-63.6 0,66 0.61,-43.2 0,1.2 0.59,55.2"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19601"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 1199.2,1279 0,-75 1.2,45 0,-3 0.6,-32.4 0,30 0.61,20.4 0,-59.4 0.59,60 0,-25.8 1.2,-18 0,24 0.6,2.4 0,-34.2 0.61,58.8 0,-50.4 0.59,-4.2 0,37.8 0.6,-26.4 0,-4.8 1.2,29.4 0,-31.2 0.61,28.8 0.59,-25.2 0,19.8 0.6,-6.6 0,3 0.6,-2.4 0,-2.4 1.21,-17.4 0,24 0.59,6 0,-34.2 0.6,44.4 0,-43.8 0.6,31.8 0,-4.8 1.21,-31.8 0,49.2 0.59,-35.4 0,10.8 0.6,8.4 0,-25.2 0.6,36 0,-23.4 0.6,-2.4 0,9 1.2,-0.6 0,6 0.6,-9.6 0,-10.2 0.6,34.2 0,-24.6 0.6,-16.8 0,52.8 0.61,-41.4 0,-2.4 1.19,19.2 0,1.2 0.6,-42.6 0,77.4 0.6,-67.8 0,16.8 0.61,25.2 0,-26.4 1.19,-21 0,55.2 0.6,-41.4 0.6,0.6 0,22.8 0.61,-16.8 0,10.2 0.59,-7.8 0,1.8 1.2,16.2 0,-9.6 0.6,1.2 0,13.8 0.61,-35.4 0,37.2 0.59,-39.6 0,49.2 1.2,-54 0,48.6 0.6,-24.6 0,-3 0.61,4.8 0,-4.2 0.59,15 0,-14.4 0.6,-12 0,11.4 1.2,50.4 0,-97.2 0.61,66.6 0,9.6 0.59,-51.6 0,40.8 0.6,-19.8 0,8.4 0.6,-3 0,-13.2 1.21,23.4 0,-6 0.59,-24.6 0,41.4 0.6,-28.8 0,-15.6 0.6,64.8 0,-61.8 1.21,6 0.59,49.2 0,-60 0.6,45 0,-25.8 0.6,3 0,28.8 0.6,-45.6 0,19.2 1.2,13.2 0,-37.8 0.6,39.6 0,-3.6 0.6,-44.4 0,65.4 0.6,-54.6 0,24.6 1.2,-5.4 0,10.2 0.6,-13.2 0,7.8 0.6,-1.8 0,-1.2 0.6,1.2 0,16.2 0.61,-21.6 0,-10.8 1.19,36 0,-41.4 0.6,49.8 0,-46.2 0.6,11.4 0,34.8 0.61,-40.8 0,3.6 0.59,37.8 0,-26.4 1.2,-30 0,47.4 0.6,-21 0,-11.4 0.61,25.2 0,-10.2 0.59,-15.6 0,33 1.2,-48.6 0.6,50.4 0,-24.6 0.61,-9.6 0,19.8 0.59,2.4 0,-18.6 0.6,19.8 0,-7.8 1.2,4.2 0,-5.4 0.61,-6 0,22.2 0.59,-26.4 0,-8.4 0.6,45 0,-53.4 0.6,32.4 0,-1.2 1.21,-10.2 0,-3 0.59,17.4 0,-15 0.6,-1.2 0,39 0.6,-59.4 0,40.2 1.21,-7.8 0,-18 0.59,10.2 0,29.4 0.6,-49.2 0,27.6 0.6,5.4 0,-31.8 0.6,37.2 0,-13.8 1.2,-20.4 0,31.2 0.6,-18.6 0,-4.2 0.6,26.4 0,-33 0.6,21.6 1.2,-6.6 0,12.6 0.6,-33 0,37.8 0.6,-23.4 0,19.8 0.6,-9.6 0,-9 0.61,-3 0,24 1.19,-28.2 0,10.2 0.6,21 0,-43.2 0.6,26.4 0,9.6 0.61,-30 0,37.8 0.59,-6.6 0,-39 1.2,27 0,30.6 0.6,-81 0,87.6 0.61,-30 0,-56.4 0.59,82.2 0,-0.6 1.2,-92.4 0,75 0.6,34.8 0,-112.2 0.61,76.2 0,18 0.59,-75.6 0,58.8 0.6,25.2 0,-111 1.2,117 0,-23.4 0.61,-99 0,126 0.59,-39.6 0,-65.4 0.6,94.8 0.6,-29.4 0,-60.6 1.21,85.2 0,-16.8 0.59,-72 0,114 0.6,-57.6 0,-70.2 0.6,145.2 0,-86.4 1.21,-47.4 0,128.4 0.59,-104.4 0,2.4 0.6,79.2 0,-76.8 0.6,19.2 0,28.8 0.6,-22.8 0,-36.6 1.2,79.8 0,-52.8 0.6,1.2 0,30 0.6,-16.2 0,-26.4 0.6,37.8 0,-2.4 1.2,-35.4 0,28.2 0.6,16.2 0,-54.6 0.6,26.4 0,56.4 0.6,-118.8 0,100.2 0.61,9.6 0,-97.2 1.19,81 0,-7.8 0.6,-67.8 0,96.6 0.6,-36 0.61,-61.8 0,98.4 0.59,-43.8 0,-41.4 1.2,52.2 0,31.8 0.6,-103.8 0,86.4 0.61,-6.6 0,-72 0.59,78 0,10.8 1.2,-116.4 0,132 0.6,-18 0,-111.6 0.61,128.4 0,-20.4 0.59,-107.4 0,120.6 0.6,-28.8 0,-66 1.2,61.2 0,25.8 0.61,-91.2 0,60.6 0.59,30.6 0,-100.8 0.6,96 0,-15 0.6,-60 0,57.6 1.21,21 0,-87.6 0.59,76.2 0,23.4 0.6,-103.8 0,72.6 0.6,27 0,-99.6 1.21,97.2 0,-28.8 0.59,-51 0,67.2 0.6,-22.2 0.6,-42.6 0,59.4 0.6,-11.4 0,-24.6 1.2,-10.2 0,76.8 0.6,-95.4 0,21 0.6,82.2 0,-120.6 0.6,58.2 0,54 1.2,-104.4 0,71.4 0.6,-1.8 0,-33.6 0.6,18 0,16.2 0.6,-40.2 0,9.6 0.61,40.8 0,-42 1.19,-15.6 0,73.8 0.6,-70.8 0,9.6 0.6,61.2 0,-80.4 0.61,13.8 0,78 0.59,-77.4 0,-12 1.2,90.6 0,-96.6 0.6,19.2 0,95.4 0.61,-131.4 0,48 0.59,63.6 0,-105 1.2,36.6 0,62.4 0.6,-88.2 0,50.4 0.61,-7.2 0.59,-15 0,-9.6 0.6,57 0,-48 1.2,-19.2 0,58.8 0.61,-24.6 0,-28.8 0.59,52.8 0,-17.4 0.6,-57.6 0,82.8 0.6,-19.8 0,-68.4 1.21,93 0,-40.2 0.59,-38.4 0,75 0.6,-54 0,15 0.6,-9 0,26.4 1.21,-35.4 0,34.2 0.59,6 0,-66 0.6,80.4 0,-35.4 0.6,-49.8 0,107.4 0.6,-62.4 0,-34.8 1.2,77.4 0,-30 0.6,-31.2 0,32.4 0.6,22.8 0,-61.2 0.6,21 0,51 1.2,-79.8 0,35.4 0.6,38.4 0.6,-72 0,30.6 0.6,53.4 0,-80.4 0.61,17.4 0,46.2 1.19,-47.4 0,1.2 0.6,40.2 0,-19.2 0.6,-39 0,69.6 0.61,-33.6 0,-33.6 0.59,76.8 0,-53.4 1.2,-50.4 0,124.8 0.6,-93.6 0,-8.4 0.61,87 0,-58.8 0.59,-35.4 0,85.2 1.2,-51.6 0,-38.4 0.6,110.4 0,-72.6 0.61,-36.6 0,108 0.59,-79.8 0,-24 0.6,109.8 0,-87.6 1.2,-22.8 0,100.8 0.61,-58.8 0,-64.8 0.59,108.6 0,-26.4 0.6,-81 0,108 1.2,-48.6 0,-33 0.61,55.2 0.59,6 0,-66.6 0.6,48.6 0,24.6 0.6,-83.4 0,91.2 1.21,-26.4 0,-54.6 0.59,70.8 0,4.2 0.6,-89.4 0,75 0.6,29.4 0,-105 0.6,80.4 0,20.4 1.2,-106.8 0,92.4 0.6,4.8 0,-83.4 0.6,53.4 0,51.6 0.6,-92.4 0,12.6 1.2,76.8 0,-92.4 0.6,24.6 0,61.2 0.6,-76.2 0,4.8 0.6,86.4 0,-97.8 0.61,13.8 0,82.8 1.19,-94.8 0,21.6 0.6,49.2 0,-42 0.6,-27 0,90.6 0.61,-102 0,30 0.59,79.8 1.2,-114.6 0,42 0.6,53.4 0,-70.2 0.61,20.4 0,28.8 0.59,-41.4 0,2.4 1.2,44.4 0,-35.4 0.6,-10.2 0,30.6 0.61,-28.2 0,12.6 0.59,11.4 0,-11.4 0.6,-6.6 0,19.8 1.2,-3.6 0,-44.4 0.61,66 0,-43.2 0.59,-9.6 0,60.6 0.6,-72 0,41.4 1.2,1.8 0,-18.6 0.61,14.4 0,7.2 0.59,-27.6 0,24.6 0.6,-7.2 0,-7.2 0.6,5.4 0,-10.2 1.21,31.2 0,-38.4 0.59,16.8 0,26.4 0.6,-60.6 0,55.2 0.6,-15 0,-29.4 0.6,37.2 1.2,6.6 0,-56.4 0.6,69.6 0,-40.2 0.6,-1.8 0,42 0.6,-63.6 0,45 1.2,-10.2 0,-0.6 0.6,-12.6 0,3.6 0.6,13.2 0,-20.4 0.6,18 0,-1.8 0.61,-16.8 0,19.8 1.19,-4.2 0,-9 0.6,16.2 0,0.6 0.6,-18.6 0,-3.6 0.61,27 0,-10.8 0.59,-29.4 0,31.2 1.2,13.8 0,-42.6 0.6,17.4 0,18.6 0.61,-26.4 0,19.2 0.59,4.2 0,-28.8 1.2,22.8 0,19.8 0.6,-33 0,-25.8 0.61,61.2 0,-6.6 0.59,-61.2 0.6,58.8 0,6.6 1.2,-66.6 0,66 0.61,-2.4 0,-67.2 0.59,61.2 0,22.8 0.6,-85.2 0,46.2 1.2,46.2 0,-90.6 0.61,36 0,52.2 0.59,-55.2 0,-24.6 0.6,90 0,-76.8 0.6,-7.2 0,76.8 1.21,-51 0,-37.2 0.59,102.6 0,-68.4 0.6,-43.8 0,109.8 0.6,-61.2 0,-54.6 0.6,116.4 0,-66 1.2,-39 0,99.6 0.6,-70.2 0,-7.8 0.6,57 0,-37.2 0.6,-17.4 0,34.2 1.2,7.8 0,-42 0.6,29.4 0,4.2 0.6,-51 0,73.2 0.6,-21.6 0.61,-58.2 0,64.8 1.19,9.6 0,-71.4 0.6,41.4 0,42 0.6,-73.8 0,24 0.61,37.8 0,-42 0.59,-4.8 0,49.2 1.2,-21.6 0,-49.8 0.6,84 0,-28.8 0.61,-70.8 0,98.4 0.59,-13.8 0,-98.4 1.2,116.4 0,-28.2 0.6,-79.2 0,95.4 0.61,-2.4 0,-82.2 0.59,64.8 0,32.4 0.6,-97.2 0,49.8 1.2,50.4 0,-108.6 0.61,68.4 0,22.8 0.59,-66.6 0,26.4 0.6,57 0,-85.8 1.2,9 0,69 0.61,-57.6 0,6 0.59,29.4 0,-29.4 0.6,-10.8 0.6,63.6 0,-63.6 1.21,1.2 0,36.6 0.59,6 0,-72.6 0.6,61.2 0,21 0.6,-90 0,82.8 0.6,7.2 0,-94.8 1.2,94.2 0,-3.6 0.6,-86.4 0,79.2 0.6,10.2 0,-62.4 0.6,22.2 0,37.2 1.2,-42.6 0,6 0.6,30 0,-33 0.6,-5.4 0,49.8 0.6,-39.6 0,-33.6 0.61,101.4 0,-71.4 1.19,-32.4 0,83.4 0.6,-49.2 0,-2.4 0.6,16.2 0,9.6 0.61,-41.4 0,22.2 1.19,40.8 0,-58.2 0.6,0.6 0,61.8 0.6,-54.6 0.61,-19.2 0,69.6 0.59,-39.6 0,-15 1.2,30 0,-2.4 0.6,-25.2 0,15.6 0.61,14.4 0,-25.2 0.59,7.2 0,6.6 0.6,6 0,-32.4 1.2,31.8 0,19.2 0.61,-55.2 0,33 0.59,5.4 0,-10.2 0.6,-13.2 0,29.4 1.2,-12.6 0,-12 0.61,16.8 0,3.6 0.59,-31.2 0,15 0.6,33.6 0,-46.8 0.6,3 0,35.4 1.21,-18.6 0,-30 0.59,37.8 0,9.6 0.6,-37.8 0,13.8 0.6,7.2 0,-15 0.6,13.2 0,13.8 1.2,-57 0,60.6 0.6,-13.8 0.6,-33 0,49.8 0.6,-33 1.2,12 0,7.2 0.6,-27.6 0,18 0.6,18 0,-36.6 0.6,10.8 0,31.2 0.61,-30.6 0,-19.8 1.19,48.6 0,-10.8 0.6,-28.2 0,10.2 0.6,32.4 0,-40.2 0.61,13.2 0,-3 1.19,12.6 0,-13.2 0.6,1.8 0,4.8 0.6,-8.4 0,6 0.61,14.4 0,-11.4 0.59,-17.4 0,29.4 1.2,0 0,-42.6 0.6,46.2 0,6.6 0.61,-48.6 0,27 0.59,22.2 0,-36 0.6,10.8 0,25.2 1.2,-38.4 0.61,22.8 0,12.6 0.59,-33 0.6,42 0,-32.4 1.2,-6 0,13.2 0.61,0.6 0,-7.8 0.59,16.2 0,-19.2 0.6,0.6 0,1.8 0.6,5.4 0,2.4 1.21,-9.6 0,16.2 0.59,-6.6 0,-12.6 0.6,17.4 0,1.2 0.6,-33.6 0,29.4 0.6,12 0,-33 1.2,16.2 0,10.2 0.6,-19.2 0,18.6 0.6,-15 0,-4.2 0.6,32.4 0,-37.8 1.2,16.2 0,7.2 0.6,-9 0,-7.2 0.6,18.6 0,-23.4 0.6,8.4 0,12 0.61,-12.6 0,3.6 1.19,-0.6 0.6,1.2 0,6.6 0.6,-13.2 0,7.2 0.61,12.6 0,-9 1.19,-1.8 0,-3.6 0.6,15.6 0,-15 0.6,-4.2 0,14.4 0.61,0 0,-18.6 0.59,10.2 0,3 1.2,-6.6 0,3.6 0.6,-15.6 0,14.4 0.61,4.8 0,-11.4 0.59,0 0,9.6 0.6,-4.2 0,0.6 1.2,4.2 0,-0.6 0.61,-10.2 0,9.6 0.59,0.6 0,-3 0.6,-6 0,15.6 1.2,-19.2 0,16.2 0.61,-10.8 0.59,7.8 0,-7.8 0.6,1.8 0,3 0.6,-15 1.21,7.8 0,15.6 0.59,-16.2 0,-4.8 0.6,9.6 0,7.8 0.6,-6.6 0,-7.8 0.6,4.8 0,6 1.2,-4.2 0,-7.2 0.6,4.2 0,5.4 0.6,1.2 0,-7.2 0.6,1.2 0,1.2 1.2,4.8 0,-1.2 0.6,-6.6 0,6.6 0.6,-5.4 0,7.2 0.6,-10.2 0,15.6 0.61,-9.6 0,-1.2 1.19,3 0,-0.6 0.6,3.6 0,-9.6 0.6,12.6 0,3.6 0.61,-11.4 0,4.8 1.19,6 0,-15 0.6,2.4 0,12 0.6,-20.4 0,7.8 0.61,12.6 0,-15 0.59,-1.2 1.2,15 0,-17.4 0.6,13.2 0,-1.2 0.61,-11.4 0,12 0.59,0.6 0,-6 0.6,-0.6 0,5.4 1.2,-6 0,7.2 0.61,-1.8 0,-7.8 0.59,13.8 0,-6.6 0.6,-5.4 0,7.8 1.2,-3.6 0,4.8 0.61,6.6 0,-10.2 0.59,-1.2 0,1.2 0.6,0 0,1.8 0.6,-0.6 0,0.6 1.21,-8.4 0,14.4 0.59,-13.2 0,5.4 0.6,5.4 0,-10.2 0.6,6 0,6 0.6,-14.4 0,8.4 1.2,12 0,-18.6 0.6,4.8 0,3 0.6,-9.6 0,13.2 0.6,-6.6 1.2,-6 0,10.8 0.6,0 0,-4.2 0.6,-7.2"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19603"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 1572.4,1230.4 0,16.2 0.6,-2.4 0,-6.6 0.61,-8.4 0,4.8 1.19,10.8 0,-15 0.6,4.8 0,3 0.6,-1.8 0,1.2 0.61,-2.4 0,1.2 1.19,0.6 0,3 0.6,-7.8 0,-0.6 0.6,4.8 0,3 0.61,-10.2 0,6 0.59,4.8 1.2,-8.4 0,-1.8 0.6,8.4 0.61,-5.4 0,4.2 0.59,0.6 0,2.4 0.6,-3.6 0,0.6 1.2,2.4 0,-2.4 0.61,-6.6 0,3 0.59,5.4 0.6,2.4 0,-4.8 1.2,0.6 0,-1.2 0.61,4.2 0,-1.8 0.59,-9.6 0,7.8 0.6,0 0,-6 0.6,1.2 0,6 1.21,-1.8 0,-4.2 0.59,0 0,6.6 0.6,2.4 0,-8.4 0.6,7.2 0,-1.8 1.21,-3 0.59,0 0,-1.8 0.6,4.8 0,-2.4 0.6,-0.6 0,-6 0.6,11.4 0,-10.8 1.2,7.8 0,-13.2 0.6,23.4 0,-16.8 0.6,6.6 0,-9 0.6,17.4 0,-18.6 0.61,10.8 0,-3 1.19,5.4 0,-5.4 0.6,4.2 0,-10.2 0.6,9 0.61,-4.2 0,4.8 1.19,-6 0,5.4 0.6,-1.2 0,-1.2 0.6,3 0,2.4 0.61,-4.2 0,5.4 0.59,-6 0,1.8 1.2,-0.6 0.6,-3.6 0,5.4 0.61,-4.8 0,4.8 0.59,-4.8 0,-1.8 0.6,1.8 0,0.6 1.2,-3 0,3.6 0.61,0.6 0.59,0.6 0,4.2 0.6,-4.8 0,4.2 1.2,1.2 0,-0.6 0.61,-1.8 0,0.6 0.59,-2.4 0,-0.6 0.6,4.8 0,-3 0.6,0 0,0.6 1.21,-3.6 0,1.8 0.59,-1.2 0.6,1.2 0,1.8 0.6,1.2 0,-3.6 1.21,-0.6 0.59,0 0,-1.2 0.6,0.6 0.6,0 0,0.6 0.6,-1.8 0,1.8 1.2,-0.6 0,0.6 0.6,0.6 0,1.2 0.6,1.8 0.6,-1.8 0,3 0.61,1.2 0,-3 1.19,-0.6 0,2.4 0.6,-1.8 0,0.6 0.6,0.6 0,-1.2 0.61,0.6 0,-1.2 1.19,-1.8 0,-1.8 0.6,-1.2 0,1.8 0.6,-2.4 0,0.6 0.61,-2.4 0,2.4 1.79,0 0,-1.8 0.6,0.6 0.61,1.2 0.59,-3.6 0,0.6 0.6,2.4 0,-5.4 1.2,3 0,0.6 0.61,-1.2 0.59,2.4 0,-1.8 0.6,0.6 0,2.4 1.2,-2.4 0,3.6 0.61,0 0,0.6 0.59,1.8 0,3 0.6,1.2 0,-1.2 0.6,1.2 0,0.6 1.21,-1.8 0,3.6 0.59,-1.8 0,0.6 0.6,1.2 0,-1.2 0.6,3 1.21,2.4 0,3 0.59,0 0,6 0.6,1.2 0,3 0.6,0.6 0,-1.2 0.6,2.4 0,-3.6 1.2,1.2 0.6,-4.2 0,-1.2 0.6,0 0,-6.6 0.6,1.2 0,-2.4 0.61,-0.6 0,-1.2 1.19,-4.2 0,-0.6 0.6,-3.6 0.6,-1.8 0.61,0.6 0,-1.2 1.19,1.2 0,0.6 0.6,1.8 0.6,0.6 0.61,0 0,1.2 0.59,0 0,0.6 1.2,-1.2 0,-1.2 0.6,-1.2 0,-0.6 0.61,-0.6 0,-1.8 0.59,-1.2 0,-1.2 0.6,0 0,-0.6 1.2,0.6 0,-0.6 0.61,-0.6 0,-1.2 0.59,-2.4 0,0.6 0.6,-2.4 0,-0.6 1.2,-2.4 0.61,-1.8 0.59,-2.4 0,1.2 0.6,2.4 0,2.4 0.6,-0.6 0,-0.6 1.21,0 0,-1.2 0.59,-0.6 0,-2.4 0.6,1.2 0,-0.6 0.6,1.2 0,1.8 1.21,-1.8 0.59,-3.6 0,-1.8 0.6,1.2 0,1.2 0.6,3.6 0,1.8 0.6,0 0,3.6 1.2,-1.8 0,-1.8 0.6,-1.2 0,0.6 0.6,2.4 0,7.2 0.6,9 0,9.6 0.61,19.2 0,21.6 1.19,22.8 0,24 0.6,-6.6 0,-7.8 0.6,-7.8 0,-18.6 0.61,-7.8 0,-16.2 1.19,-9.6 0.6,-3.6 0,-21 0.6,-3.6 0,-1.8 0.61,-10.8 0,-10.8 0.59,-18 0,-6.6 1.2,2.4 0,1.2 0.6,12.6 0,15 0.61,9 0,6 0.59,4.8 0,5.4 1.2,6 0,-1.2 0.6,-2.4 0,2.4 0.61,2.4 0,4.8 0.59,9 0,0.6 0.6,1.2 0,-4.8 1.2,-12 0,-2.4 0.61,-7.8 0,-2.4 0.59,-1.2 0,-7.8 0.6,3.6 0,1.8 0.6,2.4 0,3 1.21,-2.4 0,9.6 0.59,-1.2 0,-4.2 0.6,17.4 0,-4.2 0.6,6.6 1.21,-0.6 0,-10.8 0.59,11.4 0,-7.8 0.6,-4.2 0,1.2 0.6,-6.6 0.6,-7.8 0,-0.6 1.2,1.2 0,-3 0.6,-6.6 0,-1.8 0.6,1.8 0,1.2 0.6,3.6 0,-0.6 0.61,3 0,1.2 1.19,-4.2 0,3 0.6,1.8 0,0.6 0.6,0 0,-3.6 0.61,1.8 0,3 1.19,-3 0,-0.6 0.6,-2.4 0,-3 0.6,0 0,-2.4 0.61,3 0,1.8 0.59,-0.6 0,-1.2 1.2,0 0,1.2 0.6,-3 0,-1.2 0.61,-3 0,-0.6 0.59,0 1.2,-3 0,4.2 0.6,-0.6 0,-0.6 0.61,-2.4 0,-5.4 0.59,2.4 0,-3.6 0.6,-1.8 1.2,-2.4 0,4.8 0.61,0.6 0.59,0 0,-3 0.6,-1.8 0,2.4 0.6,-5.4 0,2.4 1.21,0 0,-3 0.59,4.8 0,15.6 0.6,23.4 0,25.8 0.6,30.6 0,25.2 1.21,36 0,7.2 0.59,-24.6 0,-1.8 0.6,-31.8 0,-11.4 0.6,-21.6 0,-31.8 0.6,13.2 0,-21.6 1.2,-18 0,-6 0.6,-19.2 0,-4.2 0.6,-28.2 0.6,-18 0,14.4 0.61,8.4 0,16.8 1.19,18.6 0,22.2 0.6,19.2 0,5.4 0.6,-3 0,10.2 0.61,0 0,-1.2 1.19,-5.4 0,9 0.6,4.8 0,12 0.6,-6 0,-3.6 0.61,-14.4 0,26.4 0.59,-79.2 0,37.8 1.2,-19.2 0,-21 0.6,36 0,-36.6 0.61,24.6 0,1.8 0.59,0 0,-4.2 1.2,-12 0,13.2 0.6,2.4 0,-16.2 0.61,32.4 0,-4.8 0.59,17.4 0,3.6 0.6,4.2 0,18.6 1.2,9.6 0,-13.2 0.61,-0.6 0,6.6 0.59,-6 0.6,-4.2 0,-9 0.6,-4.8 0,4.2 1.21,-28.2 0,-11.4 0.59,-10.2 0,-7.8 0.6,-5.4 0,-12.6 0.6,4.8 0,8.4 1.21,3.6 0,4.2 0.59,7.8 0,12.6 0.6,5.4 0,5.4 0.6,2.4 0,11.4 0.6,5.4 0,-1.2 1.2,0 0,-4.2 0.6,-1.2 0,-7.8 0.6,-12.6 0,-1.2 0.6,-4.8 0,-4.2 0.61,-4.8 0,-2.4 1.19,1.8 0,-3.6 0.6,-3.6 0,1.2 0.6,1.2 0,3 0.61,2.4 0,2.4 1.19,6 0,4.8 0.6,-4.8 0.6,-1.2 0,-0.6 0.61,-4.2 0.59,0 0,0.6 1.2,3.6 0,-4.8 0.6,-4.2 0,-2.4 0.61,-7.2 0.59,-1.8 0,0.6 1.2,7.2 0,-1.2 0.6,3 0.61,-1.8 0,-0.6 0.59,-3.6 0,5.4 0.6,24 0,29.4 1.2,28.2 0,27.6 0.61,27 0,28.8 0.59,-9.6 0,-24.6 0.6,-21.6 0,-25.2 0.6,-18 0,-30 1.21,-12.6 0,3 0.59,-15 0,-12.6 0.6,-15 0,-7.8 0.6,-10.8 0,-19.8 1.21,-2.4 0,15 0.59,22.2 0.6,21 0,24 0.6,20.4 0,12.6 0.6,1.2 0,-4.2 1.2,-1.2 0,-1.2 0.6,-1.8 0.6,3 0,4.2 0.6,3 0,-7.2 1.2,-15 0,-15 0.6,-16.8 0,-10.2 0.6,-10.8 0.6,7.8 0,4.8 0.61,3.6 0,4.8 1.19,4.8 0,4.8 0.6,-5.4 0,0.6 0.6,6 0,8.4 0.61,10.8 0,22.8 0.59,11.4 0,1.2 1.2,7.8 0,-12.6 0.6,-3 0,2.4 0.61,-8.4 0,9 0.59,-5.4 0,-12.6 1.2,-9 0.6,-21.6 0,-12 0.61,-18 0,-18.6 0.59,-3 0,-3.6 0.6,7.2 0,12.6 1.2,10.2 0,10.2 0.61,6.6 0,2.4 0.59,8.4 0,9 0.6,9 0,10.2 0.6,4.8 0,4.2 1.21,1.8 0,-7.8 0.59,-9.6 0,-11.4 0.6,-15 0,-9 0.6,-7.2 0,-1.8 1.21,4.8 0,-0.6 0.59,1.2 0,-2.4 0.6,-3 0,0.6 0.6,-3 0,1.8 0.6,4.2 0,4.8 1.2,6.6 0,4.2 0.6,2.4 0.6,-5.4 0,-6 0.6,-3 0,-2.4 1.2,4.8 0.6,3.6 0,0.6 0.6,2.4 0,-3.6 0.6,-5.4 0,-5.4 0.61,-4.2 1.19,-2.4 0,0.6 0.6,2.4 0,3.6 0.6,0 0,-4.8 0.61,-6.6 0,-3.6 0.59,3 0,16.2 1.2,36 0,38.4 0.6,33 0,28.2 0.61,25.2 0,6.6 0.59,-26.4 0,-30 1.2,-33.6 0,-26.4 0.6,-18.6 0,-22.2 0.61,4.8 0,-1.8 0.59,-22.2 0,-15.6 0.6,-21 0,-7.8 1.2,-5.4 0,-10.2 0.61,21.6 0,28.8 0.59,24.6 0,29.4 0.6,18 0,15.6 0.6,3 1.21,-13.8 0,-5.4 0.59,-4.8 0,-1.2 0.6,3 0,1.2 0.6,3 0,-0.6 1.21,-10.8 0,-18 0.59,-19.2 0,-18.6 0.6,-11.4 0,-5.4 0.6,-0.6 0,12 0.6,13.2 0,8.4 1.2,9 0,3.6 0.6,6 0,0.6 0.6,0 0,11.4 0.6,14.4 0,15 1.2,13.2 0,7.2 0.6,4.8 0,1.8 0.6,-12 0,-15.6 0.6,-16.2 0,-20.4 0.61,-15.6 0,-16.8 1.19,-12 0,-3.6 0.6,-6 0,-3 0.6,-0.6 0,1.8 0.61,7.2 0.59,5.4 0,8.4 1.2,14.4 0,14.4 0.6,11.4 0,9 0.61,4.8 0,5.4 0.59,-1.8 0,-6 1.2,-5.4 0,-6.6 0.6,-4.2 0,-6.6 0.61,-6 0,-3.6 0.59,-4.2 0,-4.2 0.6,-4.8 0,-1.2 1.2,2.4 0,3.6 0.61,0.6 0,1.2 0.59,4.2 0,1.2 0.6,1.2 0,-1.8 0.6,-1.8 0,1.8 1.21,-0.6 0,-2.4 0.59,4.2 0,0.6 0.6,-2.4 0,-1.8 0.6,-3.6 0,-1.8 1.21,3.6 0.59,2.4 0,0.6 0.6,0 0,-3 0.6,-3 0.6,-5.4 0,-4.2 1.2,-5.4 0,-1.2 0.6,0.6 0,-3 0.6,6 0,-4.2 0.6,1.8 0,2.4 1.2,-5.4 0,12.6 0.6,29.4 0,40.2 0.6,36.6 0,27 0.6,22.2 0,18.6 0.61,-6.6 0,-34.2 1.19,-30 0,-31.2 0.6,-31.8 0,-22.2 0.6,-19.2 0,3.6 0.61,-4.8 0,-23.4 0.59,-18 0,-14.4 1.2,-1.2 0,3 0.6,6 0,28.2 0.61,32.4 0,27.6 0.59,27.6 0,13.8 1.2,10.2 0,-1.8 0.6,-13.8 0,-7.8 0.61,-4.2 0.59,5.4 0,2.4 0.6,-4.8 0,-3.6 1.2,-10.2 0,-15.6 0.61,-19.2 0,-19.8 0.59,-16.2 0,-10.2 0.6,-2.4 0,7.8 0.6,14.4 0,12 1.21,6.6 0,1.8 0.59,3.6 0,6 0.6,5.4 0,7.8 0.6,10.2 0,11.4 1.21,7.2 0,3.6 0.59,-0.6 0,-5.4 0.6,-11.4 0,-16.2 0.6,-13.8 0,-8.4 0.6,-4.2 0,-2.4 1.2,-4.8 0,-2.4 0.6,-1.2 0,-1.8 0.6,0 0,1.2 0.6,5.4 0,4.2 1.2,6 0,6 0.6,9 0,5.4 0.6,-0.6 0.6,-3 0,-4.2 0.61,0.6 0,3 1.19,-0.6 0,2.4 0.6,-1.2 0.6,-0.6 0,-3.6 0.61,0 0,-3.6 0.59,-2.4 1.2,1.2 0,4.2 0.6,1.8 0,-3 0.61,-5.4 0,-4.8 0.59,-2.4 0,-3 1.2,0 0,-0.6 0.6,0.6 0.61,1.2 0,1.8 0.59,3 0,0.6 0.6,1.8 0,0.6 1.2,4.8 0,4.2 0.61,5.4 0,1.8 0.59,-1.8 0,-3 0.6,-4.2 0,-0.6 1.2,0.6 0,-1.2 0.61,-1.2 0.59,-6 0,-3.6 0.6,-1.8 0,0.6 0.6,8.4 0,-3 1.21,3 0,14.4 0.59,23.4 0,30 0.6,19.2 0,3 0.6,-3.6 0,-13.2 0.6,-16.8 0,-15.6 1.2,-12 0,-10.2 0.6,-13.2 0,-12 0.6,-6 0,-3.6 0.6,-4.8 0,-10.8 1.2,-9 0,-1.2 0.6,10.8 0,19.2 0.6,19.2 0,19.8 0.6,12 0,4.8 0.61,0 0,-4.2 1.19,-3.6 0,-7.2 0.6,-9 0,-6 0.6,-3.6 0,-0.6 0.61,-5.4 0,-9 0.59,-13.2 0,-10.2 1.2,-6.6 0.6,0 0,9 0.61,6.6 0,9 0.59,5.4 0,3 1.2,4.8 0,3 0.6,0.6 0.61,-1.2 0,3.6 0.59,6 0,2.4 0.6,0.6 0,-4.8 1.2,-6.6 0,-6.6 0.61,-3.6 0,1.2 0.59,2.4 0,-0.6 0.6,3 0,-1.8 1.2,-1.2 0,1.2 0.61,-6 0.59,-1.8 0,2.4 0.6,5.4 0,4.8 0.6,6.6 0,1.2"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19605"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 1944.4,1243 1.21,1.8 0,1.8 0.59,1.8 0,1.8 0.6,0.6 0.6,0.6 0,0.6 0.6,0.6 0,-4.2 1.2,-3.6 0.6,-1.8 0,-1.8 0.6,-1.2 0,-0.6 0.6,1.8 1.2,1.2 0,-1.8 0.6,1.2 0,1.2 0.6,0 0.6,-1.2 0,-1.2 0.61,0.6 0,-4.2 1.19,-0.6 0,-0.6 0.6,-1.2 0,1.8 0.6,-2.4 0,1.2 0.61,-1.2 0.59,1.8 0,0.6 1.2,1.2 0,0.6 0.6,-1.8 0,-1.8 0.61,-1.2 0,-1.2 0.59,-0.6 0,-1.8 1.2,-0.6 0,1.2 0.6,-1.2 0,1.8 0.61,-1.8 0.59,-2.4 0,-3.6 0.6,-2.4 1.2,2.4 0,0.6 0.61,1.2 0,-4.2 0.59,17.4 0,-6.6 0.6,-2.4 0,-0.6 1.2,-9 0,1.2 0.61,0 0,-3 0.59,-0.6 0,1.2 0.6,7.2 0,0.6 0.6,-6 0,1.8 1.21,3 0,1.2 0.59,-2.4 0,-1.8 0.6,0.6 0,1.8 0.6,4.2 0,3 0.6,6 0,4.2 1.2,-3 0,-1.8 0.6,-0.6 0.6,1.2 0,1.8 0.6,22.8 0,24 1.2,24 0,9 0.6,-12 0,-10.8 0.6,-19.8 0,-15 0.6,-7.8 0,-13.2 0.61,-1.8 1.19,-3.6 0,-3.6 0.6,4.2 0,-7.8 0.6,-5.4 0,-10.8 0.61,-7.2 0,6.6 0.59,9 0,18 1.2,13.2 0,7.2 0.6,5.4 0,-4.2 0.61,5.4 0,-4.8 0.59,-7.2 0,-6.6 1.2,-6.6 0,0.6 0.6,2.4 0,0.6 0.61,-2.4 0,-10.8 0.59,-7.2 0,-6.6 0.6,1.2 0,1.2 1.2,4.8 0,6 0.61,2.4 0,6.6 0.59,1.2 0,0.6 0.6,-1.8 0,-5.4 1.2,-0.6 0,1.8 0.61,7.2 0,6 0.59,2.4 0,1.2 0.6,-3 0.6,-2.4 0,-4.2 1.21,-3 0,-2.4 0.59,-2.4 0,0.6 0.6,1.8 0,3 0.6,0 0,-4.2 0.6,-5.4 0,-9 1.2,-3.6 0,1.8 0.6,1.2 0,5.4 0.6,1.2 0,2.4 0.6,0.6 0,-2.4 1.2,-0.6 0,-2.4 0.6,-2.4 0,1.2 0.6,2.4 0,5.4 0.6,2.4 0,1.2 0.61,4.2 1.19,0 0,-4.2 0.6,-4.2 0,-1.8 0.6,-5.4 0.61,-3.6 1.19,-1.2 0,-4.8 0.6,-4.2 0,-7.2 0.6,-0.6 0,2.4 0.61,1.2 0.59,3 0,2.4 1.2,9 0,8.4 0.6,8.4 0,6.6 0.61,-10.8 0,-5.4 0.59,-3.6 0,-9.6 0.6,5.4 0,-7.8 1.2,-6 0,16.2 0.61,15.6 0,29.4 0.59,18.6 0,8.4 0.6,19.8 0,1.8 1.2,14.4 0,24.6 0.61,-13.2 0,-15.6 0.59,-33 0,-39 0.6,-1.8 0,-25.2 0.6,-15 0,-10.2 1.21,-19.8 0,2.4 0.59,-4.8 0,4.8 0.6,21.6 0,-2.4 0.6,10.2 0,13.2 0.6,18 0,28.2 1.2,9 0,3.6 0.6,-1.8 0.6,-7.8 0,-1.8 0.6,-6 0,-6.6 1.2,-8.4 0,-12 0.6,-10.8 0,-7.8 0.6,-3 0,-4.2 0.6,-6.6 0,-8.4 0.61,-6 0,7.2 1.19,7.8 0,8.4 0.6,9 0,6 0.6,9.6 0,4.2 0.61,7.2 0,7.8 1.19,1.2 0,1.8 0.6,-1.2 0,-0.6 0.6,4.8 0,-2.4 0.61,-6 0,-4.8 0.59,-1.2 0,-6 1.2,-2.4 0,-9 0.6,-9 0,-1.8 0.61,-4.8 0,10.8 0.59,1.2 0,7.8 0.6,7.2 0,-7.8 1.2,3 0,-8.4 0.61,-3.6 0.59,0.6 0,-0.6 0.6,8.4 0,4.8 1.2,6.6 0,5.4 0.61,-3 0,-1.2 0.59,-9 0,-2.4 0.6,-3.6 0,3 0.6,2.4 0,3.6 1.21,-0.6 0,-0.6 0.59,-18 0,10.2 0.6,1.2 0,-6 0.6,1.2 0,-14.4 0.6,-4.8 0,4.2 1.2,7.2 0,1.8 0.6,-4.8 0,-3 0.6,1.2 0,-2.4 0.6,0 0,1.8 1.2,11.4 0,1.8 0.6,1.2 0,-7.8 0.6,-6 0,1.2 0.6,-1.8 0,-0.6 0.61,-0.6 0,1.8 1.19,1.2 0,-0.6 0.6,-6 0.6,-4.2 0,-3.6 0.61,3.6 0,3.6 1.19,6 0,6 0.6,0 0,-0.6 0.6,-7.2 0,-3.6 0.61,-4.2 0,-4.8 0.59,-5.4 0,-5.4 1.2,4.2 0,10.2 0.6,24.6 0,18 0.61,21 0,10.8 0.59,23.4 0,26.4 0.6,35.4 0,17.4 1.2,-27 0,-30 0.61,-37.2 0,-30 0.59,-12 0,-34.8 0.6,-11.4 0,-12 1.2,-12 0,4.8 0.61,-2.4 0,7.8 0.59,3.6 0,-7.2 0.6,15 0,21.6 0.6,34.8 0,27.6 1.21,8.4 0.59,4.2 0,-3.6 0.6,-4.8 0,-4.8 0.6,-15 0,-10.2 0.6,-15 0,-10.2 1.2,-3.6 0,-3 0.6,0 0,-11.4 0.6,-15.6 0,-10.2 0.6,-5.4 0,10.2 1.2,8.4 0,10.2 0.6,13.2 0,9.6 0.6,14.4 0,7.8 0.6,5.4 0,2.4 0.61,-3.6 0,-0.6 1.19,0 0,3.6 0.6,5.4 0,-3.6 0.6,-7.8 0,-11.4 0.61,-12.6 0,-9 1.19,-8.4 0,-7.2 0.6,-1.8 0,7.8 0.6,6 0,-1.8 0.61,6.6 0.59,15 0,9 1.2,1.2 0.6,14.4 0,-1.8 0.61,13.2 0,-3 0.59,-12 0,-8.4 0.6,-19.2 0,-9 1.2,-6 0,-1.2 0.61,6.6 0,0.6 0.59,0.6 0,-0.6 0.6,1.8 0,4.8 1.2,3 0,3 0.61,3 0,6.6 0.59,5.4 0,3 0.6,-2.4 0,-8.4 0.6,-10.8 0,-12.6 1.21,-9 0,-5.4 0.59,-2.4 0,-1.8 0.6,1.2 0,3.6 0.6,4.8 0,6 0.6,2.4 0,3 1.2,0.6 0,3.6 0.6,4.8 0,3 0.6,2.4 0,-1.8 0.6,-4.8 1.2,-5.4 0,-4.8 0.6,-5.4 0,-5.4 0.6,-6 0,-2.4 0.6,-0.6 0,4.2 0.61,3 0,2.4 1.19,0 0,-1.8 0.6,3 0.6,3.6 0,-2.4 0.61,-9 0,-2.4 1.19,-2.4 0,3.6 0.6,1.8 0,1.8 0.6,10.2 0,21 0.61,18.6 0,23.4 0.59,18.6 0,33 1.2,39.6 0,16.2 0.6,-23.4 0,-31.2 0.61,-37.8 0,-30 0.59,-28.8 0,-31.2 0.6,-14.4 0,-0.6 1.2,-0.6 0,-3.6 0.61,1.2 0,4.8 0.59,-1.2 0,-1.2 0.6,9.6 1.2,25.8 0,31.2 0.61,22.8 0,14.4 0.59,4.8 0,0.6 0.6,-5.4 0,-15.6 0.6,-16.8 0,-15.6 1.21,-11.4 0,-8.4 0.59,-3 0.6,-3 0,-8.4 0.6,-12 0,-10.2 1.21,-1.8 0,5.4 0.59,5.4 0,11.4 0.6,14.4 0,16.8 0.6,14.4 0,7.2 0.6,4.2 0,-0.6 1.2,-3.6 0,-2.4 0.6,0.6 0,1.8 0.6,1.2 0,-3 0.6,-6.6 0,-4.2 0.61,-1.8 0,-11.4 1.19,-5.4 0,-3 0.6,-4.8 0,6 0.6,-4.2 0.61,-1.2 0,-0.6 1.19,-4.8 0.6,-3.6 0,6.6 0.6,7.2 0,4.8 0.61,4.8 0,4.2 0.59,6 0,3.6 1.2,-1.2 0,-3.6 0.6,-3 0,3 0.61,3 0,-0.6 0.59,0.6 0,-4.8 0.6,-4.2 0,-6.6 1.2,-5.4 0,-1.8 0.61,-1.8 0,-1.2 0.59,0 0,1.2 0.6,4.2 0,0.6 1.2,-3.6 0,-4.8 0.61,-5.4 0,0.6 0.59,-1.8 0.6,3.6 0,2.4 0.6,4.2 0,3 1.21,0 0,1.2 0.59,0.6 0,-2.4 0.6,-1.8 0.6,-0.6 0,2.4 1.21,0 0.59,-3.6 0,-3.6 0.6,-2.4 0,-4.2 0.6,-2.4 0,-3.6 0.6,-3 1.2,-3 0,0.6 0.6,3 0,1.2 0.6,1.8 0.6,-2.4 0,-1.2 0.61,3 1.19,4.2 0,4.8 0.6,0 0,7.8 0.6,9.6 0,12 0.61,13.2 0,27 1.19,49.2 0,48 0.6,4.2 0,-25.8 0.6,-42 0,-34.8 0.61,-24.6 0,-37.8 0.59,-26.4 0,-10.8 1.2,4.2 0,4.2 0.6,-0.6 0,5.4 0.61,0.6 0.59,-8.4 0,-1.8 0.6,9.6 0,29.4 1.2,33 0,19.8 0.61,12 0,6.6 0.59,4.8 0,-3.6 0.6,-17.4 0,-24 1.2,-22.8 0,-15 0.61,-4.8 0.59,3.6 0,-1.8 0.6,-7.8 0,-11.4 0.6,-10.2 0,0.6 1.21,3 0,4.8 0.59,9.6 0,12 0.6,21.6 0,16.8 0.6,10.2 0,5.4 1.21,-3.6 0,-4.2 0.59,-3.6 0,-2.4 0.6,1.2 0,-3 0.6,-4.2 0,-3.6 0.6,1.8 0,-2.4 1.2,-2.4 0,-6.6 0.6,-14.4 0.6,0 0,-2.4 0.6,-1.8 0,-2.4 0.61,-2.4 0,0.6 1.19,2.4 0,4.8 0.6,3 0,1.8 0.6,4.2 0,1.2 0.61,3 0,5.4 1.19,5.4 0,3.6 0.6,0 0.6,-1.2 0,-3.6 0.61,-5.4 0,-4.8 0.59,-4.2 0,-1.8 1.2,0 0,-1.8 0.6,-0.6 0,0.6 0.61,-1.2 0,-1.2 0.59,-1.2 0.6,-0.6 0,-2.4 1.2,-1.8 0,0.6 0.61,-1.2 0,-0.6 0.59,-1.2 0,1.2 0.6,1.2 0,0.6 1.2,1.2 0,-1.8 0.61,4.2 0.59,0 0,-1.2 0.6,-0.6 0,-3 0.6,1.2 0,-1.8 1.21,1.8 0,-2.4 0.59,-1.2 0,-2.4 0.6,-8.4 0,-3.6 0.6,-3.6 0,3.6 1.21,1.2 0.59,-1.2 0,-1.2 0.6,2.4 0,-2.4 0.6,-1.8 0,-1.8 0.6,6 0,7.8 1.2,4.2 0,8.4 0.6,19.2 0,17.4 0.6,26.4 0,42 0.6,58.2 0,8.4 0.61,-11.4 0,-48 1.19,-49.8 0,-16.8 0.6,-45 0,-31.8 0.6,-17.4 0,1.2 0.61,13.8 0,1.2 1.19,2.4 0.6,3 0,-7.8 0.6,2.4 0,2.4 0.61,27 0,31.8 0.59,21 0,18.6 1.2,4.8 0,10.8 0.6,0.6 0,-16.2 0.61,-23.4 0,-28.8 0.59,-20.4 0,-6.6 1.2,-1.8 0,3 0.6,-1.2 0,-3.6 0.61,-6 0,-10.2 0.59,-1.2 0,-2.4 0.6,3.6 0,7.2 1.2,7.8 0,23.4 0.61,21 0,15.6 0.59,7.2 0,-3 0.6,-3 0,-4.2 0.6,-5.4 0,-3.6 1.21,-4.8 0,-3.6 0.59,-3.6 0,-1.8 0.6,4.8 0.6,-4.8 0,-11.4 1.21,-8.4 0.59,1.2 0,-2.4 0.6,0 0,-5.4 0.6,-0.6 0,4.8 0.6,4.8 0,4.8 1.2,-0.6 0,3 0.6,0 0,3 0.6,4.8 0,4.2 0.6,6.6 0,-0.6 0.61,-4.2 0,-3.6 1.19,-3 0,0.6 0.6,-4.2 0,-4.8 0.6,-3.6 0,1.8 0.61,3 1.19,0.6 0,-3 0.6,-1.2 0,-2.4 0.6,-0.6 0.61,-2.4 0,-3 0.59,-6 0,-0.6 1.2,1.8 0,1.8 0.6,-0.6 0,-0.6 0.61,-1.2 0,2.4 0.59,1.8 1.2,1.8 0,1.2 0.6,0.6 0,1.2 0.61,0.6 0,1.8 0.59,-0.6 0,-1.8 0.6,-4.8 0,-3.6 1.2,-6 0,-3 0.61,-4.2 0,-4.2 0.59,0 0,-2.4 0.6,-1.2 0,-0.6 0.6,0 1.21,1.8 0,1.8 0.59,4.2 0,3 0.6,0.6 0,7.2 0.6,17.4 0,30.6 1.21,57 0,70.2 0.59,28.2 0,-3 0.6,-36 0,-50.4 0.6,-33 0,-52.2 0.6,-45.6 0,-31.2 1.2,0.6 0,16.2 0.6,7.2 0,6 0.6,-1.2 0,-4.2 0.6,-1.2 0.61,-0.6 0,18 1.19,23.4 0,21 0.6,24.6 0,16.8 0.6,24 0,12 0.61,-8.4 0,-25.8 1.19,-34.8 0,-28.2 0.6,-16.2 0,-4.8 0.6,-0.6 0,-2.4 0.61,0 0,0.6 0.59,-3.6 1.2,-8.4 0,-4.2 0.6,0.6 0,4.2 0.61,16.8 0,21 0.59,21 0,14.4 1.2,6 0,4.8 0.6,1.2 0,-4.2 0.61,-10.2 0,-12 0.59,-7.2 0,-6 0.6,3 0,9 1.2,3.6 0,-3.6 0.61,-10.2 0,-8.4 0.59,-7.2 0,-8.4 0.6,-11.4 0.6,-10.2 0,3 1.21,6.6 0,11.4 0.59,9.6 0,9.6 0.6,7.2 0,-0.6 0.6,-1.2 0,-1.8 1.21,0 0,-0.6 0.59,-3 0,0.6 0.6,1.8 0,4.8 0.6,2.4 0,-5.4 0.6,-3.6 0,-6.6 1.2,-4.2 0,-0.6 0.6,-3 0,1.2 0.6,1.8 0,3.6 0.6,1.8 0,-0.6 0.61,-1.8 0,-4.2 1.19,-6 0,-6 0.6,-3.6 0,0 0.6,1.2 0,2.4 0.61,2.4 0,1.2 1.19,2.4 0,0.6 0.6,-2.4 0,-1.2 0.6,0 0.61,3 0,3.6 0.59,3.6 0,3.6 1.2,-1.2 0,-1.2 0.6,-8.4 0,-8.4 0.61,-7.2 0,-7.8 0.59,-3 0,-3 1.2,0 0.6,3.6 0,1.8 0.61,4.2 0,3"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19607"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 2317.61,1206.4 0.59,4.8 0,2.4 0.6,1.8 0,9 1.2,31.2 0,52.8 0.61,71.4 0,28.2 0.59,-4.2 0,-19.2 0.6,-43.2 0,-28.8 0.6,-55.2 0,-51 1.21,-30.6 0,-6 0.59,12.6 0,4.8 0.6,7.8 0,3.6 0.6,-4.2 0,3.6 1.21,0 0,15.6 0.59,19.2 0,10.8 0.6,20.4 0.6,17.4 0,26.4 0.6,16.8 0,-4.2 1.2,-17.4 0,-32.4 0.6,-27 0,-18.6 0.6,-10.8 0,-3.6 0.6,-5.4 1.2,5.4 0,2.4 0.6,3 0,-6 0.6,-6 0,-3 0.6,0 0,12 0.61,16.2 0,16.8 1.19,13.2 0,10.2 0.6,10.8 0,6 0.6,-0.6 0,-9.6 0.61,-14.4 0,-8.4 0.59,2.4 0,3.6 1.2,3.6 0,3 0.6,-6.6 0,-3.6 0.61,-12 0,-15.6 0.59,-17.4 0,-13.8 1.2,-5.4 0,0.6 0.6,10.8 0.61,12.6 0,14.4 0.59,14.4 0,4.8 0.6,5.4 0,1.2 1.2,-3.6 0,-4.2 0.61,-7.2 0,-0.6 0.59,1.2 0,3 0.6,1.2 0.6,-1.8 0,-6.6 1.21,-5.4 0,-5.4 0.59,-4.2 0,-1.2 0.6,1.2 0,4.8 0.6,6 0,4.2 1.21,1.2 0,-1.8 0.59,-4.2 0,-6 0.6,-4.2 0,-4.8 0.6,-2.4 0,-1.2 0.6,-0.6 0,1.8 1.2,1.8 0,0.6 0.6,1.8 0,-0.6 0.6,1.2 0,3.6 0.6,1.2 0,1.2 1.2,-0.6 0,-1.2 0.6,-3 0.6,-4.8 0,-6 0.6,-6 0,-3 0.61,-2.4 0,-4.8 1.19,-1.8 0,-0.6 0.6,3 0,6 0.6,1.8 0,5.4 0.61,6 0,18 0.59,33 0,54 1.2,71.4 0,18.6 0.6,2.4 0,-30 0.61,-41.4 0,-27 0.59,-57.6 0,-48.6 1.2,-36 0,-3.6 0.6,15.6 0,5.4 0.61,10.8 0,0.6 0.59,0.6 0,4.2 0.6,-3.6 0,15.6 1.2,8.4 0,13.2 0.61,18 0,15.6 0.59,34.8 0,14.4 0.6,1.2 0,-18 0.6,-29.4 1.21,-24.6 0,-23.4 0.59,-10.8 0,-7.2 0.6,-7.2 0,2.4 0.6,4.2 0,7.8 1.21,6.6 0,-6 0.59,-3 0,-8.4 0.6,-0.6 0,7.8 0.6,11.4 0,16.2 0.6,10.8 0,15 1.2,12.6 0,9.6 0.6,3.6 0,-10.2 0.6,-7.2 0,-3.6 0.6,-6.6 0,2.4 1.2,0 0,-4.2 0.6,-3.6 0,-12.6 0.6,-13.2 0,-13.2 0.6,-10.8 0,-12.6 0.61,-7.8 0,2.4 1.19,6.6 0,15 0.6,14.4 0,12 0.6,10.8 0,4.8 0.61,6 0,2.4 0.59,-2.4 1.2,-4.2 0,-7.8 0.6,-3.6 0,-3 0.61,-1.2 0,-2.4 0.59,-4.2 0,-1.8 1.2,-4.8 0,-1.8 0.6,-1.2 0,-1.2 0.61,0 0,0.6 0.59,3.6 0,4.2 0.6,4.2 0,1.2 1.2,-2.4 0,-3.6 0.61,-4.8 0,-4.2 0.59,-4.8 0,-5.4 0.6,-4.2 0,-0.6 0.6,1.8 0,4.2 1.21,4.2 0,3 0.59,3 0,1.2 0.6,-1.2 0,-1.2 0.6,-4.2 0,-4.8 1.21,-3 0,-4.8 0.59,-1.8 0,-2.4 0.6,-2.4 0.6,1.2 0,3 0.6,0.6 1.2,3.6 0,1.8 0.6,9 0,21 0.6,30 0,47.4 0.6,61.8 0,24.6 1.2,2.4 0,-23.4 0.6,-39.6 0,-32.4 0.6,-50.4 0,-49.2 0.6,-37.8 0,-4.8 0.61,8.4 0,9 1.19,13.2 0,7.8 0.6,7.8 0,4.2 0.6,-1.8 0,9.6 0.61,4.2 0,5.4 0.59,11.4 0,13.8 1.2,30 0,14.4 0.6,6 0,-10.8 0.61,-18.6 0,-18.6 0.59,-25.8 0,-14.4 1.2,-13.2 0,-10.8 0.6,-1.2 0,3 0.61,9 0,9 0.59,1.8 0.6,1.2 0,-3 1.2,0.6 0,3 0.61,4.8 0,9.6 0.59,5.4 0,12 0.6,12.6 0,13.2 0.6,7.2 0,-4.2 1.21,0 0,-0.6 0.59,-5.4 0,-3 0.6,-10.2 0,-6.6 0.6,-7.2 0,-10.8 1.21,-10.2 0,-12 0.59,-3.6 0,-10.8 0.6,-2.4 0,-0.6 0.6,3.6 0,8.4 0.6,7.8 0,12 1.2,9.6 0,9.6 0.6,8.4 0,2.4 0.6,1.8 0,-3 0.6,-5.4 0,-4.2 1.2,-7.2 0,-3.6 0.6,-6 0,-3.6 0.6,-1.2 0,-3 0.6,1.2 0.61,-1.2 1.19,-1.2 0,1.8 0.6,1.2 0,0.6 0.6,0.6 0,-0.6 0.61,0.6 0,-0.6 0.59,-3 0,-3.6 1.2,-4.2 0,-4.2 0.6,-2.4 0,-0.6 0.61,1.2 0,1.8 0.59,1.2 0,1.8 1.2,3 0,2.4 0.6,-1.2 0,-1.8 0.61,-4.2 0,-2.4 0.59,-0.6 0,-6 0.6,-4.2 0,-5.4 1.2,-2.4 0,3 0.61,3.6 0,8.4 0.59,2.4 0,4.2 0.6,15 0,24 1.2,43.8 0,60.6 0.61,31.2 0,7.2 0.59,-10.2 0.6,-27 0,-28.2 0.6,-43.8 0,-52.8 1.21,-46.2 0,-13.8 0.59,0.6 0,6 0.6,6.6 0,4.8 0.6,10.8 0,7.8 0.6,7.2 0,10.8 1.2,1.8 0,2.4 0.6,4.2 0,9.6 0.6,27.6 0,18 0.6,12.6 0,-4.8 1.2,-12.6 0,-9.6 0.6,-22.2 0,-14.4 0.6,-19.2 0,-19.2 0.6,-7.8 0,-1.2 0.61,7.8 0,9 1.19,4.2 0,3.6 0.6,2.4 0,3.6 0.6,3 0,1.8 0.61,2.4 0,1.8 0.59,7.8 0,9.6 1.2,16.2 0,10.8 0.6,1.8 0.61,1.8 0,3.6 0.59,1.8 0,-3 1.2,-10.2 0,-13.8 0.6,-10.2 0,-8.4 0.61,-8.4 0,-10.8 0.59,-6.6 0,-8.4 0.6,-1.8 0,-1.2 1.2,3 0,3.6 0.61,4.2 0,7.8 0.59,7.8 0,9.6 0.6,7.8 0,4.2 1.2,0.6 0.61,-0.6 0,0.6 0.59,-3.6 0,-3.6 0.6,-5.4 0,-4.2 0.6,-1.8 0,-3.6 1.21,-2.4 0,-3 0.59,-0.6 0,-0.6 0.6,1.8 0,0.6 0.6,0 0,-0.6 0.6,-1.2 1.2,-1.8 0.6,-1.8 0,-4.2 0.6,-3 0,-1.8 0.6,0 0,1.2 1.2,1.2 0,0.6 0.6,1.2 0,0.6 0.6,1.2 0.6,-1.8 0,-1.8 0.61,-1.2 0,0.6 1.19,-1.8 0,-0.6 0.6,-5.4 0,-2.4 0.6,-1.2 0,1.8 0.61,5.4 0,-0.6 0.59,0.6 0,4.2 1.2,16.2 0,45.6 0.6,60.6 0,36.6 0.61,12.6 0,-9 0.59,-15 0,-17.4 1.2,-40.2 0,-58.2 0.6,-49.2 0,-12 0.61,0 0,6 0.59,-1.8 0,5.4 0.6,13.2 0,9.6 1.2,8.4 0.61,6 0,-0.6 0.59,-0.6 0,-3 0.6,6.6 0,22.2 1.2,20.4 0,15 0.61,-1.8 0,-0.6 0.59,-6.6 0,-12.6 0.6,-12 0,-23.4 0.6,-19.8 0,-15.6 1.21,-3 0,4.8 0.59,6 0,2.4 0.6,4.8 0,9.6 0.6,9 0,4.2 0.6,-0.6 0,-1.8 1.2,-1.2 0,2.4 0.6,6 0,13.2 0.6,9 0,6.6 0.6,5.4 0,11.4 1.2,8.4 0,-0.6 0.6,-9.6 0,-16.8 0.6,-12.6 0,-11.4 0.6,-11.4 0,-13.8 0.61,-9 0,-7.2 1.19,1.8 0.6,2.4 0,4.2 0.6,1.8 0,3 0.61,5.4 0,6.6 0.59,6.6 0,4.8 1.2,5.4 0,5.4 0.6,5.4 0,3.6 0.61,2.4 0,-3 0.59,-6 0,-8.4 1.2,-7.8 0,-6.6 0.6,-6 0,-4.8 0.61,-1.8 0,-0.6 0.59,1.8 0,4.2 0.6,2.4 0,1.2 1.2,0.6 0,0.6 0.61,0.6 0,-2.4 0.59,-4.8 0,-4.2 0.6,-2.4 0,-0.6 1.2,0 0.61,0 0,0.6 0.59,0.6 0.6,-0.6 0,-0.6 0.6,-3 1.21,-0.6 0,1.2 0.59,0 0.6,-0.6 0,-1.2 0.6,-1.8 0.6,-1.2 0,1.8 1.2,4.8 0,6 0.6,16.8 0,37.8 0.6,52.8 0,37.2 0.6,13.8 0,-7.8 1.2,-16.8 0,-12 0.6,-33 0,-48.6 0.6,-51 0,-21 0.6,-1.8 0,2.4 0.61,-1.2 0,2.4 1.19,13.8 0,15 0.6,10.8 0,7.2 0.6,-1.2 0,-0.6 0.61,-2.4 0,2.4 1.19,15 0,15 0.6,11.4 0,3 0.6,4.2 0,-1.8 0.61,-7.8 0,-8.4 0.59,-16.8 1.2,-18.6 0,-19.8 0.6,-10.2 0,0.6 0.61,1.2 0,0.6 0.59,1.8 0,11.4 0.6,13.2 0,9 1.2,2.4 0.61,1.2 0,1.2 0.59,1.2 0,6.6 0.6,6 0,5.4 1.2,8.4 0,12 0.61,12 0,4.2 0.59,-7.2 0,-10.2 0.6,-13.2 0,-13.8 0.6,-19.2 0,-16.8 1.21,-13.2 0,-7.2 0.59,-0.6 0,2.4 0.6,6.6 0,8.4 0.6,7.8 0,9.6 0.6,6 0,4.2 1.2,1.8 0.6,1.2 0,1.2 0.6,1.8 0.6,2.4 0,2.4 1.2,-0.6 0,-3 0.6,-4.8 0,-4.2 0.6,-7.2 0,-8.4 0.6,-6.6 0,-3.6 0.61,0 0,2.4 1.19,3.6 0,3.6 0.6,3.6 0,4.2 0.6,1.2 0,-2.4 0.61,-5.4 0,-6.6 1.19,-5.4 0,-3 0.6,-3.6 0,0.6 0.6,0.6 0,4.8 0.61,3 0,1.8 0.59,1.8 0,0.6 1.2,-1.8 0,-3.6 0.6,-2.4 0,-3 0.61,-3 0,-1.8 0.59,0 0,2.4 0.6,6 0,5.4 1.2,6 0,5.4 0.61,13.2 0,25.8 0.59,42 0.6,33 0,13.8 1.2,-1.8 0,-15 0.61,-6 0,-25.2 0.59,-33.6 0,-45.6 0.6,-20.4 0,-6.6 0.6,0 0,-5.4 1.21,-4.8 0,7.2 0.59,12.6 0,9 0.6,9 0,0.6 0.6,2.4 0,1.8 0.6,0 0,14.4 1.2,7.2 0,13.8 0.6,1.2 0,1.2 0.6,1.2 0,-7.2 0.6,-4.2 0,-10.8 1.2,-12.6 0,-16.8 0.6,-9.6 0,-4.8 0.6,1.8 0,-2.4 0.6,-1.8 0,6 0.61,10.2 0,9 1.19,6 0,1.2 0.6,1.8 0.6,3.6 0,0.6 0.61,6 0,5.4 1.19,7.2 0,9 0.6,12 0,8.4 0.6,3 0,-3.6 0.61,-9 0,-12.6 0.59,-16.8 0,-19.8 1.2,-18 0,-8.4 0.6,-8.4 0,-1.2 0.61,0 0,8.4 0.59,9 0,10.8 0.6,5.4 0,7.2 1.2,2.4 0,1.2 0.61,0.6 0,1.2 0.59,0.6 0,0.6 0.6,2.4 0,0.6 1.2,1.2 0,-3 0.61,-3 0,-4.8 0.59,-6 0,-7.2 0.6,-6 0,-3.6 0.6,-1.2 0,0 1.21,3 0,4.2 0.59,6 0.6,3.6 0,0.6 0.6,-1.2 0,-3.6 0.6,-5.4 0,-6.6 1.2,-3.6 0,-4.8 0.6,-0.6 0,1.2 0.6,2.4 0,4.2 0.6,1.2 0,3 1.2,1.2 0,-3 0.6,0 0,-6 0.6,1.2 0,-6 0.6,0.6 0,0.6 0.61,4.8 0,7.2 1.19,4.2 0,8.4 0.6,7.8 0,23.4 0.6,34.8 0,36.6 0.61,17.4 0,2.4 1.19,-19.2 0,-3.6 0.6,-21 0,-24.6 0.6,-43.2 0,-25.8 0.61,-6.6 0,3.6 0.59,0 0,-10.8 1.2,1.8 0,8.4 0.6,9.6 0.61,6 0,1.2 0.59,-3.6 0,3 0.6,1.8 0,11.4 1.2,6.6 0,11.4 0.61,4.8 0,4.8 0.59,2.4 0,-7.8 0.6,-3.6 0,-6.6 1.2,-7.8 0,-13.2 0.61,-13.8 0,-4.8 0.59,1.8 0,1.2 0.6,-3 0,0 0.6,8.4 0,7.8 1.21,6 0,-0.6 0.59,-1.8 0,1.2 0.6,3.6 0,5.4 0.6,7.2 0,9.6 1.21,11.4 0,10.8 0.59,9.6 0,2.4 0.6,-4.8 0,-9 0.6,-13.2 0,-18 0.6,-16.8 0,-14.4 1.2,-7.8 0.6,-4.8 0,-2.4 0.6,0.6 0,5.4 0.6,7.8 0,5.4 0.61,5.4 0,2.4 1.19,2.4 0,2.4 0.6,3 0,1.8 0.6,1.8 0,0.6 0.61,3 0,1.2 1.19,0.6 0,-3.6 0.6,-3.6 0,-3 0.6,-5.4 0,-6.6 0.61,-5.4 0,-4.2 0.59,-0.6 0,1.2 1.2,2.4 0,3.6 0.6,4.8 0,3.6 0.61,0.6 0,-2.4 0.59,-4.8 0,-4.2 0.6,-4.8 0,-3.6 1.2,-2.4 0,-1.8 0.61,1.8 0,1.2 0.59,1.2 0,-0.6 0.6,-0.6 0,0.6 1.81,0 0,-0.6 0.59,-1.2 0,1.8 0.6,1.2 0,1.8 0.6,6 0,3 1.21,8.4 0,3 0.59,12 0,16.2 0.6,37.2 0,26.4 0.6,20.4 0,-1.8 1.21,-16.8 0,-4.2 0.59,-16.8 0,-25.2 0.6,-36 0,-22.8 0.6,-12.6 0,5.4 0.6,-2.4 0,-3.6 1.2,-1.8 0,7.8 0.6,4.8 0,11.4 0.6,-2.4 0,-2.4 0.6,-3.6 0,3.6 0.61,11.4 0,7.2 1.19,9 0,0.6 0.6,8.4 0,3 0.6,-5.4 0,-3.6 0.61,-6.6 1.19,-6 0,-9.6"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19609"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 2690.8,1235.2 0.6,-10.2 0,-7.2 0.6,1.8 0,-0.6 0.61,-1.2 0,2.4 0.59,2.4 0,4.2 1.2,5.4 0,1.2 0.6,1.2 0,-0.6 0.61,2.4 0,7.2 0.59,10.8 0,12 0.6,8.4 0,6.6 1.2,5.4 0,2.4 0.61,-5.4 0,-8.4 0.59,-15.6 0,-13.8 0.6,-13.2 0,-10.2 1.2,-8.4 0,-4.8 0.61,-2.4 0,0.6 0.59,4.8 0,4.2 0.6,5.4 0,3.6 0.6,3.6 0,2.4 1.21,1.2 0,1.2 0.59,3 0,1.8 0.6,1.8 0,1.2 0.6,1.2 1.21,0 0.59,-1.8 0,-4.2 0.6,-5.4 0,-5.4 0.6,-3.6 0,-3.6 0.6,-2.4 0,-0.6 1.2,1.8 0,4.2 0.6,4.2 0,3.6 0.6,0 0,-1.8 0.6,-1.8 0,-4.8 0.61,-3.6 0,-4.2 1.19,-3 0,-1.8 0.6,1.2 0,-0.6 0.6,0.6 0,-1.8 0.61,0.6 0,1.2 1.19,0 0,-1.2 0.6,0.6 0.6,2.4 0,4.8 0.61,2.4 0,4.8 0.59,3.6 0,4.8 1.2,6.6 0,16.2 0.6,25.2 0,32.4 0.61,21 0.59,10.2 0,-16.8 0.6,-7.2 0,-15.6 1.2,-12.6 0,-28.8 0.61,-21.6 0,-18 0.59,-3 0,3 0.6,-1.8 0,-3 1.2,-2.4 0,1.2 0.61,6 0,3.6 0.59,-3.6 0,-2.4 0.6,-4.2 0,11.4 0.6,11.4 0,10.8 1.21,3 0,1.8 0.59,4.2 0,-1.8 0.6,0.6 0,-9 0.6,-4.2 0,-8.4 1.21,-6 0,-3.6 0.59,-2.4 0,1.2 0.6,-1.8 0,3.6 0.6,2.4 0,0.6 0.6,0.6 0,-1.2 1.2,0.6 0,2.4 0.6,0 0,3.6 0.6,7.2 0.6,12.6 0,10.8 0.61,10.2 0,3.6 1.19,0.6 0,-2.4 0.6,-6 0,-9.6 0.6,-12.6 0,-11.4 0.61,-9 0,-6 1.19,-3.6 0,-3 0.6,-1.8 0.6,1.2 0,3.6 0.61,1.8 0,0.6 0.59,1.8 0,1.8 1.2,3 0,3 0.6,2.4 0,2.4 0.61,2.4 0,1.8 0.59,0 0,-1.2 0.6,-1.8 0,-2.4 1.2,-3 0,-3 0.61,-3.6 0,-3.6 0.59,-1.8 0,-1.2 0.6,1.2 0,1.2 1.2,3 0,1.8 0.61,1.8 0,-1.2 0.59,-1.2 0.6,-4.2 0,-3 0.6,-3 0,-1.8 1.21,-1.2 0,-0.6 0.59,-1.2 0,-1.2 0.6,-0.6 0,-0.6 0.6,0 0,-0.6 1.21,0.6 0,-1.2 0.59,1.8 0,1.2 0.6,5.4 0,4.2 0.6,5.4 0,3.6 0.6,4.2 0,6.6 1.2,11.4 0,23.4 0.6,23.4 0,22.8 0.6,4.8 0,-10.2 0.6,-10.2 0,-15 0.61,-6.6 0,-19.2 1.19,-12 0,-17.4 0.6,-4.2 0,-0.6 0.6,3.6 0,-2.4 0.61,-1.2 0,-8.4 1.19,2.4 0,-0.6 0.6,0 0.6,-3.6 0,-3 0.61,6 0,7.8 0.59,13.2 0,0.6 1.2,3.6 0,-0.6 0.6,-1.8 0,2.4 0.61,-4.2 0,-3 0.59,-6.6 0,-3.6 1.2,0 0,2.4 0.6,1.2 0,-3 0.61,1.8 0,0.6 0.59,0.6 0,0.6 0.6,-5.4 0,-1.8 1.2,0.6 0,3.6 0.61,4.8 0,6.6 0.59,6.6 0,7.8 0.6,9 0,3.6 0.6,-0.6 0,-4.2 1.21,-7.8 0,-7.8 0.59,-4.8 0,-4.8 0.6,-4.2 0,-4.2 0.6,-4.2 0,-1.8 1.21,-1.8 0,-2.4 0.59,-2.4 0.6,-1.8 0,-1.2 0.6,0.6 0,1.8 0.6,1.8 0,3.6 1.2,3.6 0,1.8 0.6,2.4 0,1.8 0.6,0 0,-0.6 0.6,0 0,-0.6 0.61,0.6 0,-0.6 1.19,0 0,-0.6 0.6,0 0,-1.2 0.6,0.6 0,0.6 0.61,0 0,1.2 1.19,1.2 0,1.8 0.6,0.6 0,0.6 0.6,-1.8 0,-0.6 0.61,-1.2 0,-1.2 0.59,0 0,-1.8 1.2,-1.2 0,-1.8 0.6,-1.2 0,-1.2 0.61,0 0,-1.2 0.59,-0.6 0,-1.2 1.2,-0.6 0.6,-1.2 0,1.2 0.61,0.6 0,0.6 0.59,2.4 0.6,1.2 0,-0.6 1.2,0.6 0,5.4 0.61,7.2 0,10.2 0.59,0 0,2.4 0.6,-4.8 0,2.4 0.6,-2.4 0,3 1.21,1.2 0,-2.4 0.59,1.2 0,-1.8 0.6,4.2 0,1.2 0.6,-0.6 0,-2.4 1.21,1.2 0,-4.2 0.59,3 0,-6.6 0.6,1.8 0,-5.4 0.6,1.8 0,-1.8 0.6,-1.2 0,2.4 1.2,-6 0,0.6 0.6,-1.2 0,0.6 0.6,-0.6 0,-3 0.6,-1.8 0,0.6 0.61,0.6 1.19,1.2 0.6,3 0,-1.8 0.6,0.6 0,1.8 0.61,0.6 0,1.2 1.19,-1.2 0,1.8 0.6,3 0,3.6 0.6,0 0,1.8 0.61,0.6 0,-1.2 0.59,1.2 0,-1.8 1.2,1.2 0,-3 0.6,-1.8 0,-1.2 0.61,0.6 0,-1.2 0.59,-1.8 0,-2.4 1.2,0.6 0,-1.8 0.6,0 0,-0.6 0.61,-0.6 0.59,-2.4 0.6,-1.2 0,-0.6 1.2,-2.4 0,-0.6 0.61,1.2 0.59,1.2 0,-1.2 0.6,0 0.6,1.2 0,-1.2 1.21,0.6 0,-0.6 0.59,-0.6 0,-1.8 0.6,0.6 0,1.8 0.6,1.2 0,0.6 1.21,0 0.59,1.2 0.6,-0.6 0,-0.6 0.6,-0.6 0,-1.8 0.6,0 0,-0.6 1.2,-1.2 0,-0.6 0.6,-1.8 0.6,-0.6 0,-0.6 0.6,-1.2 0,-0.6 0.61,-0.6 0,-1.2 1.19,1.2 0,0.6 0.6,1.8 0,1.2 0.6,5.4 0,9 0.61,10.8 0,1.2 1.19,3.6 0,-6 0.6,5.4 0,-4.2 0.6,6.6 0,0.6 0.61,-3.6 0.59,3 0,-4.8 1.2,6.6 0.6,0.6 0,-3.6 0.61,0.6 0,-3.6 0.59,3.6 0,-5.4 1.2,2.4 0,-5.4 0.6,3 0,-4.2 0.61,0.6 0,0.6 0.59,-7.2 0,0.6 0.6,-3.6 0,0.6 1.2,-1.8 0,-3 0.61,-1.8 0,-0.6 0.59,1.8 0,-0.6 0.6,1.8 0,1.2 0.6,-3 0,1.2 1.21,-0.6 0,1.2 0.59,1.2 0,-1.2 0.6,0 0,3 0.6,4.2 0,1.2 1.21,3.6 0,1.8 0.59,-0.6 0,1.8 0.6,-3 0,1.2 0.6,-1.2 0.6,-1.8 0,-0.6 1.2,0 0,0.6 0.6,-1.2 0,-0.6 0.6,-1.2 0,-0.6 0.6,-0.6 0,-1.8 1.2,-1.8 0.6,-3.6 0,0.6 0.6,-0.6 0,0.6 0.6,-0.6 0,-1.2 0.61,-1.2 0,0.6 1.19,0.6 0,-1.8 0.6,0.6 0.6,-1.2 0,0.6 0.61,0 0,0.6 0.59,-0.6 1.2,-0.6 0,1.8 0.6,0.6 0,-0.6 0.61,0.6 0.59,0 0,0.6 1.2,0 0,0.6 0.6,0.6 0,-0.6 0.61,-0.6 0.59,-0.6 0.6,-3 0,-0.6 1.2,-1.8 0.61,-0.6 0,-0.6 0.59,-0.6 0.6,0 0,-1.2 0.6,1.8 0,-1.2 1.21,1.8 0,3 0.59,9 0,8.4 0.6,3 0,1.2 0.6,-2.4 0,2.4 1.21,0 0,3 0.59,5.4 0,-6 0.6,2.4 0,-4.2 0.6,3.6 0,3 0.6,-0.6 0,-1.8 1.2,0 0,-3 0.6,2.4 0,-2.4 0.6,1.2 0,-2.4 0.6,-1.2 0,-1.2 1.2,-3 0,3 0.6,-7.2 0,-0.6 0.6,-3 0.6,0 0,1.2 0.61,-4.8 1.19,-1.8 0,0.6 0.6,-0.6 0.6,2.4 0,-2.4 0.61,0 0,-0.6 0.59,1.2 0,2.4 1.2,-1.2 0,1.2 0.6,1.2 0,3.6 0.61,1.2 0,3 0.59,1.8 0,0.6 1.2,0.6 0,-1.8 0.6,0.6 0,1.2 0.61,-2.4 0.59,-0.6 0,0.6 0.6,0 0,-1.8 1.2,0 0,-1.2 0.61,-1.2 0,-1.8 0.59,-0.6 0,0.6 0.6,-3 0,-0.6 0.6,-0.6 1.21,0 0.59,-3 0.6,-0.6 0.6,0 0,-0.6 1.21,1.2 0,-1.2 0.59,0.6 0,-0.6 0.6,1.2 0.6,-1.2 0,-1.2 0.6,0 0,1.8 1.2,-0.6 0,0.6 0.6,0.6 0.6,0 0,0.6 0.6,0.6 0,0.6 1.2,-1.2 0.6,0 0.6,-1.2 0,-1.2 0.6,-1.2 0,-0.6 0.61,-1.2 1.19,-0.6 0.6,-1.2 0.6,0 0,1.2 0.61,0 0,0.6 0.59,4.2 0,6.6 1.2,7.2 0.6,0.6 0,3.6 0.61,-3 0,3.6 0.59,-1.8 0,5.4 1.2,1.8 0,-2.4 0.6,0.6 0,-3 0.61,4.2 0,0.6 0.59,0.6 0,-1.8 0.6,1.2 0,-3 1.2,3 0,-3.6 0.61,3 0,-3.6 0.59,0 0,-3 0.6,-0.6 0.6,-4.2 0,-1.2 1.21,-3 0.59,-1.2 0,-1.8 0.6,-1.2 0,-1.2 0.6,0 0,-1.2 1.21,1.2 0,0.6 0.59,-1.2 0,-0.6 0.6,-0.6 0,1.2 0.6,1.8 0.6,1.2 1.2,0.6 0,1.8 0.6,1.2 0,3.6 0.6,1.2 0,0.6 0.6,0 0,-0.6 1.2,0.6 0,0.6 0.6,-1.2 0,0.6 0.6,-0.6 0.6,-0.6 0,-0.6 0.61,0 0,-1.8 1.19,0 0,-1.8 0.6,0 0,-0.6 0.6,-1.8 0,-0.6 0.61,-0.6 0,-0.6 0.59,-0.6 0,-1.8 1.2,-0.6 0,-1.2 1.21,0 0,0.6 0.59,-0.6 0,0.6 1.2,-0.6 0,1.2 0.6,-0.6 0,-0.6 0.61,-0.6 0.59,0 0,0.6 0.6,0.6 1.81,0 0,0.6 0.59,0.6 0.6,0 0.6,-0.6 0,0.6 1.21,-0.6 0,-0.6 0.59,-0.6 0,-1.2 0.6,-0.6 0,-0.6 0.6,0 0,-0.6 1.21,-0.6 0.59,-0.6 0,1.2 0.6,-0.6 0,1.2 0.6,0.6 0,4.2 0.6,6 0,4.2 1.2,1.2 0,0.6 0.6,-1.2 0,2.4 0.6,0 0,6.6 0.6,-3 0,2.4 1.2,-3 0.6,3 0.6,1.2 0,-1.2 0.6,-0.6 0,-0.6 0.61,0.6 1.19,0 0,0.6 0.6,-1.8 0.6,-3.6 0,1.8 0.61,-3 0,-1.8 0.59,-1.8 0,-3 1.2,0.6 0,-1.8 0.6,-0.6 0,-1.8 0.61,-0.6 0,-0.6 0.59,-1.2 0,1.8 1.2,-1.8 0.6,-1.2 0,-0.6 0.61,1.8 0,0.6 0.59,0.6 0,0.6 0.6,1.2 1.2,2.4 0,2.4 0.61,1.2 0,0.6 0.59,0 0,-0.6 0.6,1.2 0,0.6 1.2,-0.6 0.61,-0.6 0,1.2 0.59,-1.2 0.6,-0.6 0.6,-0.6 0,-1.2 1.21,-0.6 0,0.6 0.59,-1.2 0.6,-2.4 0,-0.6 0.6,0 0,-1.2 0.6,-1.2 0,-0.6 1.2,-1.2 0,-0.6 0.6,0 0.6,0.6 0,-0.6 0.6,0 0,-0.6 1.2,0.6 0,-0.6 0.6,-0.6 0.6,-0.6 0,0.6 0.6,-0.6 0,1.2 0.61,0 0,0.6 1.19,0 0.6,1.2 0.6,0.6 0,-0.6 0.61,0.6 0,0.6 1.79,0 0,-1.2 0.6,-0.6 0.61,0 0.59,-0.6 1.2,-1.2 0,1.2 1.21,0 0.59,1.2 0,1.2 0.6,4.2 0,3.6 1.2,1.2 0,1.2 0.61,-1.8 0,2.4 0.59,-1.2 0,4.2 0.6,0 0,-0.6 1.2,0.6 0,-1.8 0.61,2.4 0.59,1.2 0,-1.2 0.6,0.6 0,-1.2 0.6,2.4 0,-1.2 1.21,1.8 0,-2.4 0.59,1.2 0,-2.4 0.6,0.6 0,-1.2 0.6,-1.8 0,-1.2 0.6,-2.4 1.2,-0.6 0,-1.2 0.6,-0.6 0.6,-1.8 0.6,-1.8 0,1.2 1.2,-1.2 0.6,-1.8 0,-0.6 0.6,1.2 0,0.6 0.6,1.2 0,-1.2 0.61,0.6 0,0.6 1.19,0.6 0,1.8 0.6,0.6 0,1.2 0.6,0 0,-0.6 0.61,2.4 0.59,1.2 0,-0.6 1.2,-0.6 0,0.6 0.6,-1.2 0,1.2 0.61,-1.2 0.59,-0.6 0,-1.2 1.2,0.6 0,-0.6 0.6,0 0,-1.8 0.61,-0.6 0,-0.6 0.59,0 0,-1.2 0.6,0 0,-1.8 1.2,-0.6 0,-0.6 0.61,0 0.59,0.6 0,-0.6 0.6,-0.6 0,-1.2 1.2,0 0,0.6 0.61,0 0.59,-0.6 0.6,0 0,1.2 0.6,0.6 0,0.6 1.21,0 0,0.6 0.59,0.6 0,1.2 0.6,0.6 0,-0.6 0.6,0.6 0.6,0.6 0,0.6 1.2,0 0.6,-1.2 0.6,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19611"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 3063.4,1234.6 0,0.6 0.6,-0.6 0,-0.6 1.2,0 0,0.6 0.6,-0.6 0.6,0.6 0.6,-1.2 0.61,1.2 0,0.6 1.19,1.8 0.6,1.8 0.6,2.4 0,-1.2 0.61,1.2 0,1.2 0.59,0 0,1.2 1.2,-0.6 0,1.2 0.6,-1.2 0,1.8 0.61,-0.6 0.59,0 0,0.6 1.2,-0.6 0,1.2 0.6,-0.6 0,-0.6 0.61,0 0,0.6 0.59,-0.6 0,-0.6 0.6,0 0,-1.8 1.2,-0.6 0,-0.6 0.61,-1.2 0.59,-1.2 0,-0.6 0.6,-1.2 1.2,-0.6 0.61,-0.6 0,-0.6 0.59,0 0,-0.6 0.6,0.6 0,-0.6 0.6,0.6 0,-0.6 1.21,0 0.59,1.2 0.6,1.2 0.6,0.6 0,0.6 0.6,0.6 0,0.6 1.2,0 0,0.6 0.6,-0.6 0,0.6 1.2,0 0,-0.6 1.2,0 0,-1.2 0.6,0.6 0,-0.6 0.6,0.6 0,-1.2 0.6,-0.6 0,-0.6 0.61,-0.6 0,0.6 1.19,-0.6 0,-1.2 0.6,0 0,-0.6 0.6,0 0,-0.6 0.61,0 1.19,-0.6 0.6,0 0,0.6 0.6,-0.6 0.61,0 0.59,0.6 1.2,0.6 0.6,0 0,0.6 0.61,0 0.59,1.2 0,0.6 0.6,-0.6 0,0.6 1.2,0 0,1.2 0.61,-0.6 0,1.2 0.59,0 0,-0.6 0.6,-0.6 0,1.2 1.2,-0.6 0,-1.2 0.61,0.6 0.59,-0.6 0.6,1.2 0,-1.2 0.6,-0.6 0,1.2 1.21,-0.6 0,-0.6 0.59,0.6 0.6,-0.6 0,-0.6 0.6,1.2 0,1.2 0.6,1.2 0,0.6 1.2,0.6 0.6,0 0,0.6 0.6,1.8 0,-0.6 1.8,0 0,0.6 0.6,-0.6 0,0.6 0.6,0.6 0,-0.6 0.6,0 0.61,0.6 0,-0.6 1.19,-0.6 0,0.6 0.6,-0.6 0,0.6 0.6,-0.6 0.61,-1.2 0,-0.6 1.19,-0.6 0.6,-0.6 0.6,-0.6 0,-0.6 0.61,-0.6 0.59,0 1.2,-1.2 2.4,0 0,0.6 1.2,0.6 0.61,0.6 0.59,0.6 0.6,0.6 1.2,0.6 0,-0.6 1.2,0 0,0.6 0.6,-0.6 0.6,-0.6 0,-0.6 1.21,0 0,0.6 0.59,0.6 0,-1.2 0.6,-0.6 1.2,0 0,-0.6 1.2,-0.6 0,-0.6 0.6,0 0,0.6 0.6,0 0,-0.6 0.6,-0.6 1.2,0 0.6,0.6 0,-1.2 0.6,-1.2 0,1.2 0.6,0.6 0,0.6 0.61,0 1.19,-0.6 0.6,1.2 0,1.2 0.6,0 0.61,-1.8 0,0.6 1.19,1.8 0,-0.6 1.81,0 0,-0.6 0.59,0 0,0.6 1.2,6 0,18 0.6,5.4 0,-10.8 0.61,-22.2 0,-7.2 0.59,7.8 0,7.8 0.6,-8.4 0,-12 1.2,-2.4 0,7.8 0.61,4.8 0,-6.6 0.59,-11.4 0,-0.6 0.6,11.4 0,13.2 1.2,4.2 0,-3.6 0.61,-0.6 0,6.6 0.59,4.8 0,-1.8 0.6,-3.6 0,-1.8 0.6,2.4 0,1.8 1.21,3 0,3.6 0.59,4.2 0,0.6 0.6,-3.6 0.6,-4.2 0,-2.4 0.6,0.6 0,0.6 1.2,-3 0,-3 0.6,-0.6 0,3.6 0.6,3 0,-2.4 0.6,-5.4 0,-5.4 1.2,-4.2 0,-1.2 0.6,-1.2 0.6,0 0,-1.2 0.6,0 0,1.8 0.61,1.2 0,-1.2 1.19,-3.6 0,-2.4 0.6,-0.6 0,2.4 0.6,3.6 0,3.6 0.61,3 0,0.6 1.19,0.6 0,4.2 0.6,4.2 0,4.2 0.6,0.6 0,-1.2 0.61,0.6 0,3.6 0.59,4.2 0,2.4 1.2,-1.8 0,-4.8 0.6,-2.4 0.61,0 0,-0.6 0.59,-2.4 0,-4.2 0.6,-3 0,-1.8 1.2,-1.2 0.61,-0.6 0,-3.6 0.59,-4.2 0,-2.4 0.6,0 0,2.4 1.2,0 0,-3.6 0.61,-1.2 0,1.2 0.59,3 0,0.6 0.6,0 0.6,-1.2 0,-0.6 1.21,1.8 0,3 0.59,1.8 0,-1.2 0.6,-4.2 0.6,6.6 0,3 1.21,-5.4 0,-3 0.59,1.8 0,5.4 0.6,0.6 0,-2.4 0.6,-1.8 0,1.2 0.6,-0.6 0,0.6 1.2,-3 0,-0.6 0.6,1.8 0.6,-4.8 0,-5.4 0.6,0.6 0,2.4 0.61,0 1.19,-5.4 0,-0.6 0.6,1.2 0,1.2 0.6,-1.2 0.61,0 1.19,-0.6 0,4.2 0.6,13.2 0,27 0.6,13.2 0,-2.4 0.61,-7.2 0,-6 0.59,11.4 0,6.6 1.2,-12 0,-6 0.6,1.2 0,8.4 0.61,6 0,-0.6 0.59,-3 0,-7.2 0.6,-13.8 0,-16.2 1.2,-2.4 0,8.4 0.61,-0.6 0,-7.2 0.59,-4.8 0,1.2 0.6,7.8 0,-4.2 1.2,-12.6 0,-7.2 0.61,-6.6 0.59,-2.4 0,4.2 0.6,6.6 0,8.4 0.6,0 0,-3.6 1.21,-1.8 0,4.8 0.59,1.2 0,-3.6 0.6,-1.2 0,0.6 0.6,6.6 0,11.4 1.21,7.8 0,6 0.59,-1.2 0,-5.4 0.6,-1.8 0,3.6 0.6,1.2 0,1.2 0.6,-0.6 0,2.4 1.2,5.4 0,4.8 0.6,7.2 0,2.4 0.6,-6 0,-10.2 0.6,-6.6 0,1.8 0.61,3 0,-4.2 1.19,-7.8 0,-2.4 0.6,1.2 0,-0.6 0.6,-4.2 0,-7.8 0.61,-7.8 0,-5.4 1.19,-2.4 0.6,1.2 0,6.6 0.6,2.4 0,-1.2 0.61,-0.6 0,1.8 0.59,5.4 0,1.2 1.2,-1.8 0,-1.8 0.6,1.8 0,5.4 0.61,6 0,4.2 0.59,0.6 0,-2.4 0.6,-3 0,-2.4 1.2,0 0,-0.6 0.61,-2.4 0,-3 0.59,-1.8 0,0.6 0.6,1.2 0,-0.6 1.2,-2.4 0,-3.6 0.61,-1.2 0,0.6 0.59,1.2 0,1.2 0.6,-0.6 0,-1.8 0.6,-1.2 0,-0.6 1.21,0 0,-0.6 0.59,-1.8 0,-1.8 0.6,-0.6 0,0.6 0.6,1.2 0,2.4 1.21,-0.6 0.59,-1.8 0,-0.6 0.6,1.2 0,2.4 0.6,3 0,-1.8 0.6,3.6 0,15 1.2,36 0,20.4 0.6,-1.8 0,-7.8 0.6,-13.2 0,9 0.6,9 0,-12.6 0.61,-3.6 0,1.8 1.19,1.2 0,3 0.6,-1.8 0,-4.2 0.6,-7.8 0,-19.8 0.61,-25.8 0,-4.8 1.19,9.6 0,3.6 0.6,-4.2 0,-7.2 0.6,-2.4 0,6 0.61,-5.4 0,-9.6 0.59,-3 0,-7.2 1.2,-3 0,4.2 0.6,9.6 0,16.2 0.61,4.8 0,-5.4 0.59,-3.6 0.6,3 0,4.2 1.2,1.8 0,0.6 0.61,1.8 0,7.2 0.59,9.6 0,9 0.6,8.4 0,-0.6 1.2,-8.4 0,-4.8 0.61,-2.4 0,1.8 0.59,6 0,1.2 0.6,1.2 0,3.6 0.6,4.2 0,4.8 1.21,-3 0,-9 0.59,-12.6 0,-5.4 0.6,-2.4 0,-1.2 0.6,0 0,-2.4 1.21,-1.8 0,-2.4 0.59,-6 0,-4.2 0.6,-4.8 0,-4.8 0.6,-4.2 0,-0.6 0.6,4.8 0,8.4 1.2,5.4 0,1.2 0.6,0 0,0.6 0.6,1.8 0,0.6 0.6,1.2 0.61,1.8 0,4.2 1.19,3.6 0,3.6 0.6,3 0.6,-3 0,-6 0.61,-5.4 0,-1.2 1.19,0 0,-2.4 0.6,-3 0,-3 0.6,0 0.61,-1.2 0,-3 0.59,-2.4 0,-1.2 1.2,-1.8 0.6,2.4 0,1.8 0.61,-0.6 0,-3 0.59,-0.6 0,1.2 0.6,-1.2 1.2,-3 0,3 0.61,1.2 0.59,2.4 0,3 0.6,1.8 0,-0.6 1.2,0 0,3 0.61,4.2 0,12.6 0.59,28.2 0.6,35.4 0,2.4 0.6,-7.8 0,-12 1.21,-0.6 0,10.2 0.59,-8.4 0,-12.6 0.6,0 0,2.4 0.6,3 0,-2.4 1.21,-4.2 0,-7.2 0.59,-16.2 0,-31.2 0.6,-14.4 0,7.8 0.6,7.8 0,-5.4 0.6,-6 0,-0.6 1.2,7.8 0.6,-12 0,-4.8 0.6,-2.4 0,-6 0.6,1.2 0,9 0.61,18.6 0,11.4 1.19,-1.2 0,-4.8 0.6,4.2 0,5.4 0.6,-0.6 0,-0.6 0.61,0.6 0,6.6 1.19,9 0,7.2 0.6,10.2 0,4.8 0.6,-5.4 0.61,-9 0,-6 0.59,-1.8 0,2.4 1.2,0 0.6,1.8 0,3.6 0.61,4.2 0,4.8 0.59,-7.2 0,-11.4 1.2,-9 0,-6 0.6,-0.6 0,-1.2 0.61,-3 0,2.4 0.59,-1.2 0,-2.4 0.6,-2.4 0,-3 1.2,-4.2 0,-4.8 0.61,-5.4 0,1.2 0.59,8.4 0,7.8 0.6,3 0,2.4 0.6,1.8 0,3 1.21,0.6 0,-1.8 0.59,1.8 0,1.8 0.6,0 0,3 0.6,3.6 0,3.6 1.21,0 0,-4.8 0.59,-6 0,-4.2 0.6,-2.4 0.6,-3 0,-3 0.6,-4.2 0,-1.8 1.2,-0.6 0,-1.8 0.6,0.6 0,-1.2 0.6,-3 0,-1.2 0.6,-1.2 0,1.8 0.61,3.6 0,1.2 1.19,-0.6 0.6,-0.6 0,1.8 0.6,0 0.61,-0.6 1.19,-0.6 0,1.2 0.6,3 0,2.4 0.6,0.6 0.61,0 0,3 0.59,1.8 0,4.2 1.2,20.4 0,32.4 0.6,21.6 0,-3.6 0.61,-10.8 0,-4.8 0.59,2.4 0,1.2 1.2,-12 0,-8.4 0.6,1.8 0.61,1.8 0,0.6 0.59,-3.6 0,-1.8 0.6,-6.6 0,-22.8 1.2,-25.8 0,-6 0.61,7.2 0,2.4 0.59,-6 0,-3.6 0.6,3.6 0,6.6 0.6,-3 0,-7.2 1.21,-3.6 0,-4.8 0.59,-5.4 0,1.2 0.6,9 0,16.8 0.6,9.6 0,-0.6 1.21,-0.6 0,3.6 0.59,3.6 0.6,-1.8 0.6,5.4 0,6.6 0.6,7.8 0,9.6 1.2,3.6 0,-3 0.6,-6 0,-6.6 0.6,-3 0.6,0 0,-0.6 0.61,0 0,1.8 1.19,6 0.6,4.2 0,-1.2 0.6,-10.2 0,-9.6 0.61,-4.8 0,-1.2 1.19,0 0,-4.2 0.6,-0.6 0,-0.6 0.6,-0.6 0.61,-1.8 0,-1.8 0.59,-5.4 0,-6.6 1.2,-0.6 0,4.8 0.6,7.2 0,4.8 0.61,1.2 0,1.8 0.59,3 0,3 1.2,0.6 0.6,-0.6 0,-1.2 0.61,0.6 0,3.6 0.59,3.6 0,1.2 0.6,-3.6 0,-4.2 1.2,-4.2 0,-2.4 0.61,-2.4 0,-3.6 0.59,-3.6 0,-2.4 0.6,-1.8 0,-0.6 1.81,0 0,-1.2 0.59,-1.2 0,-0.6 0.6,3 0,2.4 0.6,1.2 0,1.2 1.21,0.6 0,0.6 0.59,1.2 0,-0.6 0.6,1.8 0,-0.6 0.6,-1.2 0,0.6 0.6,-0.6 0,1.2 1.2,1.2 0,-1.2 0.6,1.2 0.6,0 0,0.6 0.6,0.6 0,0.6 0.61,1.2 0,3 1.19,15 0,25.2 0.6,19.8 0,-1.8 0.6,-7.2 0,-3.6 0.61,1.2 0,1.2 1.19,-9 0,-7.2 0.6,0 0,0.6 0.6,1.8 0,-2.4 0.61,1.2 0,-3.6 0.59,-15.6 1.2,-20.4 0,-9 0.6,4.2 0,0.6 0.61,-3.6 0,-3.6 0.59,1.8 0,4.8 1.2,-0.6 0,-4.8 0.6,-2.4 0,-4.2 0.61,-5.4 0,-2.4 0.59,4.2 0,11.4 0.6,8.4 0,2.4 1.2,-0.6 0,2.4 0.61,3.6 0,1.2 0.59,-0.6 0,-2.4 0.6,2.4 0,4.2 0.6,5.4 0,7.2 1.21,4.2 0,1.8 0.59,-1.8 0,-4.8 0.6,-3.6 0,-1.2 0.6,1.2 0,-1.2 1.21,-1.8 0.59,3.6 0,4.8 0.6,2.4 0,-0.6 0.6,-5.4 0.6,-7.8 0,-4.2 1.2,-1.2 0,0.6 0.6,0 0,-3.6 0.6,-3 0,-0.6 0.6,1.2 0,0.6 1.2,-3.6 0,-4.8 0.6,-4.2 0,-1.2 0.6,1.8 0,4.2 0.6,4.2 0,1.8 0.61,0.6 1.19,2.4 0,2.4 0.6,0.6 0,-1.2 0.6,-1.8 0.61,2.4 0,2.4 0.59,1.2 0,-1.2 1.2,-3 0,-2.4 0.6,-2.4 0,-0.6 0.61,-0.6 0,-1.2 0.59,-2.4 0,-1.8 1.2,0.6 0,1.2 0.6,1.2 0,-0.6 0.61,-1.8 0,1.8 0.59,1.2 0.6,0.6 0,1.2 1.2,1.2 0.61,-0.6 0,-0.6 0.59,1.8 0,1.2 0.6,0.6 0,-1.8 0.6,-1.8 0,0.6 1.21,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19613"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 3436.61,1230.4 0.59,-0.6 0.6,-0.6 0,-0.6 0.6,1.2 0,1.8 1.21,0.6 0,-1.2 0.59,-1.8 0.6,-0.6 0,0.6 0.6,2.4 0,8.4 0.6,15.6 0,17.4 1.2,3 0,-4.8 0.6,-3 0,-1.2 0.6,0.6 0,-4.8 0.6,-6.6 0,0.6 1.2,1.2 0,3 0.6,0 0,1.2 0.6,0.6 0,-5.4 0.6,-13.2 0.61,-10.2 0,-0.6 1.19,0.6 0,-1.8 0.6,-2.4 0,-1.2 0.6,3 0,1.2 0.61,-2.4 0,-3.6 0.59,-3.6 0,-5.4 1.2,-2.4 0,-1.8 0.6,3 0,7.2 0.61,4.2 0,0.6 0.59,0.6 0,1.2 1.2,1.8 0,1.2 0.6,-1.8 0,-1.2 0.61,1.8 0,3 0.59,4.8 0,3 0.6,2.4 0,2.4 1.2,-0.6 0,-2.4 0.61,-1.8 0,0.6 0.59,0 0.6,-0.6 0,0.6 0.6,3 0,1.8 1.21,1.2 0,1.8 0.59,-1.2 0.6,-3.6 0,-4.2 0.6,-2.4 0,1.8 1.21,1.2 0,-2.4 0.59,-4.2 0,-2.4 0.6,0 0.6,-2.4 0,-3.6 0.6,-1.8 0,-1.8 1.2,-1.2 0,1.8 0.6,2.4 0,2.4 0.6,0.6 0,-1.2 0.6,0.6 0,2.4 1.2,1.8 0,1.2 0.6,-0.6 0,-0.6 0.6,1.2 0,1.2 0.6,1.2 0.61,-1.8 0,-1.2 1.19,-0.6 0,-0.6 0.6,-0.6 0,1.2 0.6,-1.8 0,-0.6 0.61,0 0,0.6 0.59,1.2 0,-0.6 1.2,-0.6 0.6,1.2 0.61,1.2 0.59,0 0,0.6 1.2,-0.6 0,-1.2 0.6,0 0,0.6 0.61,0 0,0.6 0.59,-0.6 0.6,0 1.2,0.6 0,-1.2 0.61,-0.6 0.59,0 0,0.6 0.6,0.6 0,0.6 0.6,0 1.21,-1.2 0,-1.2 0.59,0 0,-0.6 0.6,0 0,-1.8 0.6,0 0,0.6 1.21,4.2 0,6.6 0.59,11.4 0,9 0.6,-1.8 0,-3.6 0.6,-3 0,0.6 0.6,1.8 0,-3 1.2,-2.4 0.6,1.2 0,1.8 0.6,2.4 0,0.6 0.6,0 0,-0.6 1.2,-4.2 0,-8.4 0.6,-4.2 0,0.6 0.6,1.2 0.6,-1.8 0,-1.8 0.61,0 0,-1.2 1.19,-2.4 0,-2.4 0.6,-5.4 0,-3 0.6,-1.8 0,0.6 0.61,3 0,2.4 0.59,2.4 0,-0.6 1.2,-0.6 0,-1.2 0.6,1.2 0,1.8 0.61,0 0,0.6 0.59,1.8 0,2.4 1.2,4.2 0,1.8 0.6,1.2 0.61,-0.6 0,-1.2 0.59,-0.6 0,1.2 0.6,1.2 0,0.6 1.2,0 0.61,0.6 0,0.6 0.59,0 0,0.6 0.6,1.2 0,-0.6 0.6,-1.8 0,-2.4 1.21,0 0,1.2 0.59,0 0,-1.8 0.6,-3 0,-2.4 0.6,-0.6 1.21,-0.6 0,-1.8 0.59,-0.6 0,-1.2 0.6,0 0,0.6 0.6,1.2 0,1.2 1.8,0 0,1.2 0.6,1.2 0.6,0 0.6,-0.6 0,0.6 1.2,0.6 0.6,0 0,-1.2 0.6,0 0.6,-0.6 1.8,0 0,-0.6 0.6,0.6 0.6,1.2 0,0.6 0.61,-0.6 0,-0.6 0.59,0 0,0.6 1.2,0.6 0,-0.6 0.6,1.2 1.2,0 1.2,-1.8 1.21,0 0,0.6 0.59,0 0.6,-0.6 0,0.6 1.81,0 0,-0.6 0.59,-0.6 1.8,0 0,-0.6 0.61,-0.6 0,-0.6 0.59,-0.6 0.6,-0.6 0.6,2.4 1.21,3.6 0,6 0.59,8.4 0,1.8 0.6,-2.4 0,-3 0.6,-2.4 0,2.4 0.6,0.6 0,-1.8 1.2,0 0,0.6 0.6,2.4 0,1.8 0.6,0 0,-0.6 0.6,-1.8 0,-4.2 1.2,-3.6 0,-1.2 0.6,1.2 0,1.2 0.6,0 0,-1.8 0.6,-1.2 0,-1.2 0.61,-2.4 0,-1.2 1.19,-3 0,-3 0.6,-1.8 0.6,1.8 0,1.2 0.61,0.6 0.59,-0.6 0,-0.6 1.2,-1.2 0,1.2 0.6,1.2 0,1.2 0.61,1.2 0,1.2 0.59,2.4 1.2,1.8 0,1.2 0.6,0 0,-1.2 0.61,-0.6 0.59,0 0,1.2 0.6,0.6 0,0.6 1.2,0.6 0.61,0 0.59,0.6 0,1.2 0.6,0 0,-1.2 1.2,-0.6 0.61,0.6 0,-0.6 0.59,-1.8 0,-1.8 0.6,-0.6 0.6,-1.2 1.21,0 0,-0.6 0.59,-0.6 0,-0.6 0.6,0 0,0.6 0.6,0 0,0.6 0.6,-0.6 1.2,1.2 0.6,0.6 0,-0.6 0.6,0 0.6,-0.6 1.2,0.6 0,-0.6 0.6,0.6 0.6,0 0,-0.6 1.21,0 1.19,-0.6 0,0.6 0.6,0.6 0,0.6 1.21,0 0,0.6 0.59,-0.6 1.2,0 0,1.2 0.6,-0.6 0,-0.6 2.4,0 0,-0.6 0.6,0.6 0,-0.6 0.61,0.6 0,-0.6 0.59,0.6 1.8,0 0,0.6 0.61,-0.6 0,-0.6 3,0 0.59,-0.6 0,-0.6 0.6,0 0.6,-0.6 0,0.6 1.21,-0.6 0,2.4 0.59,1.8 0,3.6 0.6,3.6 0,2.4 0.6,-0.6 0,-2.4 0.6,-1.8 1.2,0.6 0,1.2 0.6,0 0,0.6 0.6,0 0,1.2 0.6,0.6 0,-1.2 1.2,-1.8 0,-1.8 0.6,-2.4 0.6,1.2 0,1.2 0.6,0 0,-0.6 0.61,-1.2 0,-1.2 1.19,-2.4 0,-1.2 0.6,-1.2 0.6,-1.2 0,-0.6 0.61,0 0,1.2 0.59,0.6 1.2,-0.6 0,-1.2 0.6,0 0,-0.6 0.61,1.2 0,1.2 0.59,0.6 0,0.6 1.2,0.6 0,1.2 0.6,0.6 0,-0.6 0.61,-0.6 0.59,0 0.6,0.6 0,1.2 1.2,0 0.61,-0.6 0,0.6 0.59,0.6 0,-0.6 0.6,0 1.2,0.6 0,1.2 1.2,0 0.6,-1.2 0,-0.6 0.6,-0.6 0,-1.2 1.21,0 0,0.6 0.59,0 0.6,-0.6 0.6,-0.6 0.6,-0.6 1.2,-0.6 0,0.6 0.6,0 0,0.6 0.6,0.6 0.6,-0.6 1.2,-0.6 1.8,0 0.61,-0.6 1.19,-0.6 0.6,0 0,0.6 0.6,0.6 0.61,0.6 0,-0.6 1.19,0.6 0.6,-0.6 0.6,0 0,0.6 0.61,0 0,0.6 0.59,0 1.2,-0.6 0.6,0 0,0.6 0.61,0 0.59,-0.6 0,0.6 0.6,0 1.2,-0.6 0,0.6 0.61,0 0,-0.6 1.19,0 0,0.6 1.2,0.6 0.61,-0.6 0,-0.6 0.59,0 0.6,-0.6 0.6,0 1.21,-0.6 0,0.6 0.59,0.6 0,-0.6 0.6,0.6 0.6,0.6 0,1.2 0.6,1.2 0,0.6 1.2,1.8 0,1.2 0.6,0 0,-0.6 0.6,-1.8 0,0.6 0.6,0 0,0.6 1.2,0 0.6,0.6 0.6,0 0,-0.6 0.6,0 0,-0.6 0.61,-0.6 0,-1.2 1.19,0.6 0,0.6 0.6,0.6 0,-0.6 0.6,0 0,-0.6 0.61,-1.2 0,-0.6 1.19,0 0,-1.2 1.81,0 0,-0.6 0.59,-0.6 1.2,-0.6 0.6,0.6 0.61,0 0,0.6 2.39,0 0.61,0.6 0.59,0.6 0,0.6 0.6,-0.6 1.81,0 0.59,0.6 0,-0.6 0.6,0.6 1.81,0 0.59,0.6 0,-0.6 0.6,0 0,-0.6 0.6,0.6 0,-0.6 0.6,-0.6 1.2,0 0,0.6 0.6,0 0,-0.6 0.6,-0.6 0,-0.6 0.6,0.6 0,0.6 1.2,0.6 0,-0.6 0.6,0 0,-0.6 0.6,0 0,-0.6 0.6,0.6 0.61,0.6 0,-0.6 1.79,0 0,-0.6 0.6,0 0,0.6 0.61,-0.6 1.19,0 0,0.6 0.6,-0.6 0.6,0.6 1.2,0 1.2,0.6 0,-0.6 0.6,0.6 0.61,-0.6 0,0.6 3.59,0 0.6,0.6 0,-0.6 1.2,0.6 1.2,0 0,-0.6 0.6,0.6 0.6,-0.6 1.21,0 0,0.6 0.59,-0.6 3,0 0,-0.6 0.6,0.6 0.6,0 0.6,0.6 1.2,0 0.6,0.6 0,0.6 0.6,0 0.6,0.6 0,-0.6 0.61,0 0,0.6 1.19,0 0.6,0.6 0,-0.6 4.21,0 0,-0.6 1.79,0 0,-0.6 0.6,0 0,0.6 0.61,-0.6 0.59,-0.6 0.6,-0.6 0,0.6 1.2,-0.6 6.61,0 0.59,0.6 2.41,0 0,0.6 0.59,-0.6 1.8,0 1.2,-0.6 1.2,0 0.6,0.6 0,-0.6 2.4,0 0.6,-0.6 0,0.6 0.61,0 0,-0.6 3.59,0 0,0.6 1.2,0 0,-0.6 0.6,0 0,0.6 0.61,-0.6 0.59,0.6 0.6,-0.6 0,0.6 1.81,0 0.59,-0.6 0,0.6 0.6,0.6 0,-0.6 1.2,0 0,0.6 0.61,-0.6 0.59,0.6 0.6,-0.6 0,0.6 0.6,0 0,-0.6 1.21,0.6 1.19,0 0.6,-0.6 0,0.6 1.21,0 0,-0.6 0.59,0.6 0.6,-0.6 2.4,0 0,0.6 0.6,-0.6 0.6,0 0,0.6 0.6,-0.6 0,0.6 0.61,0 1.19,0.6 0.6,0 0,0.6 2.4,0 0,0.6 0.6,-0.6"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19615"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 194.203,1237 90,0 0.602,-0.6 1.199,0.6 15,0 0.601,-0.6 0.598,0.6 80.402,0 1.2,-0.6 0.597,0 0,0.6 18.602,0 1.199,0.6 0,-0.6 7.801,0 0.601,0.6 0,-0.6 3,0 0.598,0.6 0,-0.6 1.801,0 0,0.6 1.199,0 0,-0.6 0.602,0.6 1.8,0 0,-0.6 0.598,0 0.602,-0.6 2.398,0 0,0.6 0.602,-0.6 0,2.4 0.597,1.2 0,-1.8 0.602,0.6 0,-0.6 1.199,0.6 0,-1.2 0.602,-0.6 0,-0.6 0.597,-0.6 0.602,0 1.199,-0.6 0.602,0 0,0.6 0.597,0 0.602,0.6 0.601,0 1.2,0.6 0.597,0.6 0.602,0 0,-0.6 0.601,0.6 1.2,0 0,0.6 0.597,-0.6 0,0.6 0.602,-0.6 0.601,0 0,-0.6 0.598,0 1.199,0.6 0,-0.6 4.801,0 0,-0.6 0.602,0.6 2.398,0 0,-0.6 1.199,0 0,0.6 1.203,0 0,-0.6 0.598,0 0.602,0.6 0,-0.6 0.597,0.6"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19617"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 598.004,730 0,44.398"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19619"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 520.605,730 0,44.398"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19621"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,752.199 3590.396,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19623"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,752.199 658.199,0 60,0.602 60,-0.602 538.797,0 59.4,1.199 60,-0.597 60,-0.602 1315.8,0 60,1.801 60,-0.602 59.41,-1.199 239.39,0 60,0.602 60,3.597 60,0.602 59.4,0 60,1.199 60,2.403"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19625"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,752.199 3051.606,0 60,0.602 60,0.597 59.39,2.403 60,0 60,-3 60,-0.602 179.4,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19627"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,752.199 1316.996,0 59.4,0.602 60,99 60,55.199 58.8,-0.602 60,-33 60,-54.597 60,-10.801 59.41,-7.199 60,4.199 60,5.398 60,3.602 59.39,-1.801 60,8.403 60,12.597 60,11.403 59.4,-1.801 60,-13.801 60,-28.801 60,-27 59.4,-6.597 60,1.796 60,-13.199 60,-3 239.4,0 59.41,0.602 180,0 59.39,-0.602 359.4,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19629"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,752.199 1376.396,0 60,13.801 60,-2.398 58.8,-3.602 60,0 60,-2.398 60,-3 59.41,-0.602 60,-0.602 179.39,0 60,-0.597 60,0 60,0.597 59.4,0 60,1.204 60,1.199 60,0.597 59.4,1.204 60,4.199 60,-7.199 60,-2.403 239.4,0 59.41,1.801 60,-0.602 60,-0.597 60,-0.602 418.79,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19631"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,752.199 359.398,0 60,0.602 59.403,0.597 60,0.602 60,0.602 59.398,1.796 60,-3 60,-1.199 598.197,0 60,10.199 60,-1.796 58.8,-2.403 60,0.602 60,-0.602 60,-2.398 59.41,-1.801 60,-0.602 179.39,0 60,0.602 60,1.199 60,1.801 59.4,0.602 60,1.199 60,-1.199 60,-1.801 59.4,0 60,0.597 60,-3 60,-1.199 179.4,0 60,6.602 59.41,15.597 60,12.602 60,8.398 60,-5.398 59.39,-15 60,-13.801 60,-7.801 60,-1.199 179.4,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19633"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,752.199 1376.396,0 60,1.801 60,0 58.8,-0.602 60,-0.597 60,-0.602 358.8,0 60,0.602 179.4,0 60,0.597 60,0 60,-0.597 59.4,0.597 60,1.204 60,-1.801 60,-0.602 897.6,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19635"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,752.199 658.199,0 60,0.602 60,-0.602 2812.197,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19637"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,752.199 2932.196,0 59.41,0.602 60,0 60,-0.602 60,0.602 59.39,0.597 60,0.602 60,-0.602 60,-1.199 179.4,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19639"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,752.199 1376.396,0 60,21.602 60,-4.199 58.8,-7.204 60,-1.796 60,-4.801 60,0 59.41,1.199 60,0 60,-0.602 60,-0.597 59.39,0 60,0.597 60,0.602 60,2.398 59.4,2.403 60,0.597 60,-2.398 60,-4.801 59.4,-1.199 60,0.602 60,-1.801 60,-0.602 239.4,0 59.41,0.602 60,-0.602 538.79,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19641"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,752.199 180,0 59.398,0.602 120,0 60,-0.602 2452.798,0 60,0.602 59.41,0 60,-0.602 538.79,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19643"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,752.199 3230.996,0 60,4.199 60,0.602 60,-1.801 59.4,-1.199 60,-0.602 60,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19645"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,752.199 1316.996,0 59.4,0.602 60,-0.602 2154,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19647"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,752.199 2572.796,0 60,0.602 60,-0.602 59.4,0 60,0.602 60,1.801 60,0 59.41,-2.403 239.39,0 60,1.199 60,-0.597 60,-0.602 179.4,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19649"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,752.199 359.398,0 60,3 59.403,3 60,1.801 60,-0.602 59.398,3 60,-2.398 60,-7.199 59.997,-0.602 538.2,0 60,6 60,-2.398 58.8,-2.403 60,-0.597 60,0 60,-0.602 1137,0 60,6 59.41,23.403 60,1.199 60,-13.199 60,-8.403 59.39,-5.398 60,-2.403 60,-1.199 239.4,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19651"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,752.199 3590.396,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19653"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,752.199 3590.396,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19655"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,752.199 1316.996,0 59.4,1.199 60,1.801 60,-3 1375.8,0 60,1.801 59.41,-1.801 598.79,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19657"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 187.004,752.199 3590.396,0"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path19659"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 597.402,1443.4 0,-1202.4"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:9, 13.8;stroke-dashoffset:13.80000019;stroke-opacity:1"
+ id="path19661"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 3214.61,1445.2 0,-1212.598"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:9, 13.8;stroke-dashoffset:13.80000019;stroke-opacity:1"
+ id="path19663"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 1643.8,1445.2 0,-1220.399"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:9, 13.8;stroke-dashoffset:13.80000019;stroke-opacity:1"
+ id="path19665"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 947.203,1445.2 0,-1197.598"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:9, 13.8;stroke-dashoffset:13.80000019;stroke-opacity:1"
+ id="path19667"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 3777.4,1445.2 0,-1201.802"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:9, 13.8;stroke-dashoffset:13.80000019;stroke-opacity:1"
+ id="path19669"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 3472,1445.2 0,-1202.399"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:9, 13.8;stroke-dashoffset:13.80000019;stroke-opacity:1"
+ id="path19671"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 3129.4,1445.2 0,-1210.802"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:9, 13.8;stroke-dashoffset:13.80000019;stroke-opacity:1"
+ id="path19673"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 3035.2,1445.2 0,-1213.802"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:9, 13.8;stroke-dashoffset:13.80000019;stroke-opacity:1"
+ id="path19675"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 520.605,1448.8 0,-1205.402"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:9, 13.8;stroke-dashoffset:13.80000019;stroke-opacity:1"
+ id="path19677"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 2786.8,1445.2 0,-1216.802"
+ style="fill:none;stroke:#000000;stroke-width:4.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:9, 13.8;stroke-dashoffset:13.80000019;stroke-opacity:1"
+ id="path19679"
+ inkscape:connector-curvature="0" />
+ <g
+ id="g19681"
+ transform="scale(10,10)">
+ <text
+ transform="matrix(1,0,0,-1,289.15,14.6199)"
+ style="font-variant:normal;font-weight:normal;font-size:9px;font-family:Times;-inkscape-font-specification:Times-Roman;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ id="text19683">
+ <tspan
+ x="0"
+ y="0"
+ id="tspan19685">n</tspan>
+ </text>
+ <text
+ transform="matrix(0,-1,-1,0,306.22,19.3887)"
+ style="font-variant:normal;font-weight:normal;font-size:8.10000038px;font-family:Times;-inkscape-font-specification:Times-Roman;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ id="text19687">
+ <tspan
+ x="0 4.0500002 7.6464"
+ y="0"
+ sodipodi:role="line"
+ id="tspan19689">dcl</tspan>
+ </text>
+ <text
+ transform="matrix(1,0,0,-1,315.43,14.6199)"
+ style="font-variant:normal;font-weight:normal;font-size:9px;font-family:Times;-inkscape-font-specification:Times-Roman;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ id="text19691">
+ <tspan
+ x="0 15.96915 18.471149 44.64027"
+ y="0"
+ sodipodi:role="line"
+ id="tspan19693">dixv</tspan>
+ <tspan
+ x="68.139801 73.143799 76.1408 80.136803 87.138802 91.134804 97.632797 100.1348 103.6358 107.6318"
+ y="-69.719902"
+ sodipodi:role="line"
+ id="tspan19695">Framewise</tspan>
+ </text>
+ <text
+ transform="matrix(1,0,0,-1,59.8618,0.7601)"
+ style="font-variant:normal;font-weight:bold;font-size:9px;font-family:Times;-inkscape-font-specification:Times-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ id="text19697">
+ <tspan
+ x="0 2.997 8.0010004 129.44701 131.69701 135.198 139.698 144.702 149.70599 280.1853 282.4353 286.9353"
+ y="0"
+ sodipodi:role="line"
+ id="tspan19699">the sound of</tspan>
+ </text>
+ <text
+ transform="matrix(1,0,0,-1,382.0188,127.2401)"
+ style="font-variant:normal;font-weight:normal;font-size:9px;font-family:Times;-inkscape-font-specification:Times-Roman;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ id="text19701">
+ <tspan
+ x="0 8.4960003 12.492 16.992001 20.988001 23.985001 28.485001 31.482"
+ y="0"
+ sodipodi:role="line"
+ id="tspan19703">Waveform</tspan>
+ <tspan
+ x="0.88867199 6.8916721 12.390672"
+ y="95.819901"
+ sodipodi:role="line"
+ id="tspan19705">CTC</tspan>
+ <tspan
+ x="-330.07932 -325.57932 -309.0672 -305.0712 -254.73007 -165.58633 -161.59033"
+ y="112.6199"
+ sodipodi:role="line"
+ id="tspan19707">dhaxsaw</tspan>
+ </text>
+ </g>
+ </g>
+ </g>
+ </g>
+ </g>
+ </g>
+ </g>
+</svg>
diff --git a/Report/azerty4.png b/Report/azerty4.png
new file mode 100644
index 0000000..97e0b7b
--- /dev/null
+++ b/Report/azerty4.png
Binary files differ
diff --git a/Report/azerty4.svg b/Report/azerty4.svg
new file mode 100644
index 0000000..317171a
--- /dev/null
+++ b/Report/azerty4.svg
@@ -0,0 +1,1968 @@
+<?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="241.93314"
+ height="267.62793"
+ viewBox="0 0 241.93314 267.62793"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="azerty4.svg"
+ inkscape:export-filename="/home/lx/i/MVA/pgm/projet/prez/azerty4.png"
+ inkscape:export-xdpi="324.35846"
+ inkscape:export-ydpi="324.35846">
+ <defs
+ id="defs4">
+ <marker
+ inkscape:isstock="true"
+ style="overflow:visible"
+ id="marker37828"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="Arrow1Mend">
+ <path
+ transform="matrix(-0.4,0,0,-0.4,-4,0)"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+ id="path37830"
+ inkscape:connector-curvature="0" />
+ </marker>
+ <marker
+ inkscape:isstock="true"
+ style="overflow:visible"
+ id="marker37458"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="Arrow1Mend">
+ <path
+ transform="matrix(-0.4,0,0,-0.4,-4,0)"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+ id="path37460"
+ inkscape:connector-curvature="0" />
+ </marker>
+ <marker
+ inkscape:isstock="true"
+ style="overflow:visible"
+ id="marker37094"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="Arrow1Mend">
+ <path
+ transform="matrix(-0.4,0,0,-0.4,-4,0)"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+ id="path37096"
+ inkscape:connector-curvature="0" />
+ </marker>
+ <marker
+ inkscape:isstock="true"
+ style="overflow:visible"
+ id="marker36372"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="Arrow1Mend">
+ <path
+ inkscape:connector-curvature="0"
+ transform="matrix(-0.4,0,0,-0.4,-4,0)"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+ id="path36374" />
+ </marker>
+ <marker
+ inkscape:isstock="true"
+ style="overflow:visible"
+ id="marker36026"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="Arrow1Mend">
+ <path
+ inkscape:connector-curvature="0"
+ transform="matrix(-0.4,0,0,-0.4,-4,0)"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+ id="path36028" />
+ </marker>
+ <marker
+ inkscape:isstock="true"
+ style="overflow:visible"
+ id="marker35686"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="Arrow1Mend">
+ <path
+ inkscape:connector-curvature="0"
+ transform="matrix(-0.4,0,0,-0.4,-4,0)"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+ id="path35688" />
+ </marker>
+ <marker
+ inkscape:isstock="true"
+ style="overflow:visible"
+ id="marker35352"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="Arrow1Mend">
+ <path
+ inkscape:connector-curvature="0"
+ transform="matrix(-0.4,0,0,-0.4,-4,0)"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+ id="path35354" />
+ </marker>
+ <marker
+ inkscape:isstock="true"
+ style="overflow:visible"
+ id="marker25700"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="Arrow1Mend">
+ <path
+ inkscape:connector-curvature="0"
+ transform="matrix(-0.4,0,0,-0.4,-4,0)"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+ id="path25702" />
+ </marker>
+ <marker
+ inkscape:isstock="true"
+ style="overflow:visible"
+ id="marker21962"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="Arrow1Mstart">
+ <path
+ transform="matrix(0.4,0,0,0.4,4,0)"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+ id="path21964"
+ inkscape:connector-curvature="0" />
+ </marker>
+ <marker
+ inkscape:isstock="true"
+ style="overflow:visible"
+ id="marker21694"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="Arrow1Mstart">
+ <path
+ transform="matrix(0.4,0,0,0.4,4,0)"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+ id="path21696"
+ inkscape:connector-curvature="0" />
+ </marker>
+ <marker
+ inkscape:isstock="true"
+ style="overflow:visible"
+ id="marker21432"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="Arrow1Mstart">
+ <path
+ transform="matrix(0.4,0,0,0.4,4,0)"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+ id="path21434"
+ inkscape:connector-curvature="0" />
+ </marker>
+ <marker
+ inkscape:stockid="Arrow1Mstart"
+ orient="auto"
+ refY="0"
+ refX="0"
+ id="Arrow1Mstart"
+ style="overflow:visible"
+ inkscape:isstock="true"
+ inkscape:collect="always">
+ <path
+ id="path4150"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+ transform="matrix(0.4,0,0,0.4,4,0)"
+ inkscape:connector-curvature="0" />
+ </marker>
+ <marker
+ inkscape:isstock="true"
+ style="overflow:visible"
+ id="marker17517"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="Arrow1Mend"
+ inkscape:collect="always">
+ <path
+ inkscape:connector-curvature="0"
+ transform="matrix(-0.4,0,0,-0.4,-4,0)"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+ id="path17519" />
+ </marker>
+ <marker
+ inkscape:stockid="Arrow1Mend"
+ orient="auto"
+ refY="0"
+ refX="0"
+ id="marker7057"
+ style="overflow:visible"
+ inkscape:isstock="true"
+ inkscape:collect="always">
+ <path
+ id="path7059"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+ transform="matrix(-0.4,0,0,-0.4,-4,0)"
+ inkscape:connector-curvature="0" />
+ </marker>
+ <marker
+ inkscape:stockid="Arrow2Lend"
+ orient="auto"
+ refY="0"
+ refX="0"
+ id="Arrow2Lend"
+ style="overflow:visible"
+ inkscape:isstock="true">
+ <path
+ id="path4165"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
+ d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+ transform="matrix(-1.1,0,0,-1.1,-1.1,0)"
+ inkscape:connector-curvature="0" />
+ </marker>
+ <marker
+ inkscape:stockid="Arrow1Mend"
+ orient="auto"
+ refY="0"
+ refX="0"
+ id="Arrow1Mend"
+ style="overflow:visible"
+ inkscape:isstock="true">
+ <path
+ id="path4153"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+ transform="matrix(-0.4,0,0,-0.4,-4,0)"
+ inkscape:connector-curvature="0" />
+ </marker>
+ <marker
+ inkscape:stockid="Arrow1Lend"
+ orient="auto"
+ refY="0"
+ refX="0"
+ id="Arrow1Lend"
+ style="overflow:visible"
+ inkscape:isstock="true">
+ <path
+ id="path4147"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+ transform="matrix(-0.8,0,0,-0.8,-10,0)"
+ inkscape:connector-curvature="0" />
+ </marker>
+ <marker
+ inkscape:stockid="Arrow2Lend"
+ orient="auto"
+ refY="0"
+ refX="0"
+ id="Arrow2Lend-1"
+ style="overflow:visible"
+ inkscape:isstock="true">
+ <path
+ inkscape:connector-curvature="0"
+ id="path4165-3"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
+ d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+ transform="matrix(-1.1,0,0,-1.1,-1.1,0)" />
+ </marker>
+ <marker
+ inkscape:stockid="Arrow1Mend"
+ orient="auto"
+ refY="0"
+ refX="0"
+ id="marker5257-6"
+ style="overflow:visible"
+ inkscape:isstock="true">
+ <path
+ inkscape:connector-curvature="0"
+ id="path5259-3"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+ transform="matrix(-0.4,0,0,-0.4,-4,0)" />
+ </marker>
+ <marker
+ inkscape:stockid="Arrow1Mend"
+ orient="auto"
+ refY="0"
+ refX="0"
+ id="marker5257-8"
+ style="overflow:visible"
+ inkscape:isstock="true">
+ <path
+ inkscape:connector-curvature="0"
+ id="path5259-5"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+ transform="matrix(-0.4,0,0,-0.4,-4,0)" />
+ </marker>
+ <marker
+ inkscape:stockid="Arrow1Mend"
+ orient="auto"
+ refY="0"
+ refX="0"
+ id="marker5257-8-9"
+ style="overflow:visible"
+ inkscape:isstock="true">
+ <path
+ inkscape:connector-curvature="0"
+ id="path5259-5-5"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+ transform="matrix(-0.4,0,0,-0.4,-4,0)" />
+ </marker>
+ <marker
+ inkscape:stockid="Arrow1Mend"
+ orient="auto"
+ refY="0"
+ refX="0"
+ id="marker5257-8-2"
+ style="overflow:visible"
+ inkscape:isstock="true">
+ <path
+ inkscape:connector-curvature="0"
+ id="path5259-5-4"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+ transform="matrix(-0.4,0,0,-0.4,-4,0)" />
+ </marker>
+ <marker
+ inkscape:stockid="Arrow1Mend"
+ orient="auto"
+ refY="0"
+ refX="0"
+ id="marker5257-8-5"
+ style="overflow:visible"
+ inkscape:isstock="true">
+ <path
+ inkscape:connector-curvature="0"
+ id="path5259-5-8"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+ transform="matrix(-0.4,0,0,-0.4,-4,0)" />
+ </marker>
+ <marker
+ inkscape:stockid="Arrow1Mend"
+ orient="auto"
+ refY="0"
+ refX="0"
+ id="marker5257-8-8"
+ style="overflow:visible"
+ inkscape:isstock="true">
+ <path
+ inkscape:connector-curvature="0"
+ id="path5259-5-7"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+ transform="matrix(-0.4,0,0,-0.4,-4,0)" />
+ </marker>
+ <marker
+ inkscape:stockid="Arrow1Mend"
+ orient="auto"
+ refY="0"
+ refX="0"
+ id="marker5257-8-3"
+ style="overflow:visible"
+ inkscape:isstock="true">
+ <path
+ inkscape:connector-curvature="0"
+ id="path5259-5-0"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+ transform="matrix(-0.4,0,0,-0.4,-4,0)" />
+ </marker>
+ <marker
+ inkscape:stockid="Arrow1Mend"
+ orient="auto"
+ refY="0"
+ refX="0"
+ id="marker5257-8-58"
+ style="overflow:visible"
+ inkscape:isstock="true">
+ <path
+ inkscape:connector-curvature="0"
+ id="path5259-5-6"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+ transform="matrix(-0.4,0,0,-0.4,-4,0)" />
+ </marker>
+ <marker
+ inkscape:stockid="Arrow1Mend"
+ orient="auto"
+ refY="0"
+ refX="0"
+ id="marker5257-8-98"
+ style="overflow:visible"
+ inkscape:isstock="true">
+ <path
+ inkscape:connector-curvature="0"
+ id="path5259-5-00"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+ transform="matrix(-0.4,0,0,-0.4,-4,0)" />
+ </marker>
+ <marker
+ inkscape:stockid="Arrow1Mend"
+ orient="auto"
+ refY="0"
+ refX="0"
+ id="marker5257-8-91"
+ style="overflow:visible"
+ inkscape:isstock="true">
+ <path
+ inkscape:connector-curvature="0"
+ id="path5259-5-48"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+ transform="matrix(-0.4,0,0,-0.4,-4,0)" />
+ </marker>
+ <marker
+ inkscape:stockid="Arrow1Mend"
+ orient="auto"
+ refY="0"
+ refX="0"
+ id="marker5257-8-6"
+ style="overflow:visible"
+ inkscape:isstock="true">
+ <path
+ inkscape:connector-curvature="0"
+ id="path5259-5-87"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+ transform="matrix(-0.4,0,0,-0.4,-4,0)" />
+ </marker>
+ <marker
+ inkscape:stockid="Arrow1Mend"
+ orient="auto"
+ refY="0"
+ refX="0"
+ id="marker7057-8"
+ style="overflow:visible"
+ inkscape:isstock="true">
+ <path
+ inkscape:connector-curvature="0"
+ id="path7059-9"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+ transform="matrix(-0.4,0,0,-0.4,-4,0)" />
+ </marker>
+ <marker
+ inkscape:stockid="Arrow1Mend"
+ orient="auto"
+ refY="0"
+ refX="0"
+ id="marker7057-80"
+ style="overflow:visible"
+ inkscape:isstock="true">
+ <path
+ inkscape:connector-curvature="0"
+ id="path7059-4"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+ transform="matrix(-0.4,0,0,-0.4,-4,0)" />
+ </marker>
+ <marker
+ inkscape:stockid="Arrow1Mend"
+ orient="auto"
+ refY="0"
+ refX="0"
+ id="marker7057-7"
+ style="overflow:visible"
+ inkscape:isstock="true">
+ <path
+ inkscape:connector-curvature="0"
+ id="path7059-49"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+ transform="matrix(-0.4,0,0,-0.4,-4,0)" />
+ </marker>
+ <marker
+ inkscape:stockid="Arrow1Mend"
+ orient="auto"
+ refY="0"
+ refX="0"
+ id="marker7057-7-4"
+ style="overflow:visible"
+ inkscape:isstock="true">
+ <path
+ inkscape:connector-curvature="0"
+ id="path7059-49-3"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+ transform="matrix(-0.4,0,0,-0.4,-4,0)" />
+ </marker>
+ <marker
+ inkscape:stockid="Arrow1Mend"
+ orient="auto"
+ refY="0"
+ refX="0"
+ id="marker7057-7-1"
+ style="overflow:visible"
+ inkscape:isstock="true">
+ <path
+ inkscape:connector-curvature="0"
+ id="path7059-49-4"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+ transform="matrix(-0.4,0,0,-0.4,-4,0)" />
+ </marker>
+ <marker
+ inkscape:stockid="Arrow1Mend"
+ orient="auto"
+ refY="0"
+ refX="0"
+ id="marker7057-3"
+ style="overflow:visible"
+ inkscape:isstock="true">
+ <path
+ inkscape:connector-curvature="0"
+ id="path7059-5"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+ transform="matrix(-0.4,0,0,-0.4,-4,0)" />
+ </marker>
+ <marker
+ inkscape:stockid="Arrow1Mend"
+ orient="auto"
+ refY="0"
+ refX="0"
+ id="marker5257-8-58-1"
+ style="overflow:visible"
+ inkscape:isstock="true">
+ <path
+ inkscape:connector-curvature="0"
+ id="path5259-5-6-9"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+ transform="matrix(-0.4,0,0,-0.4,-4,0)" />
+ </marker>
+ <marker
+ inkscape:stockid="Arrow1Mend"
+ orient="auto"
+ refY="0"
+ refX="0"
+ id="marker5257-7"
+ style="overflow:visible"
+ inkscape:isstock="true"
+ inkscape:collect="always">
+ <path
+ id="path5259-0"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+ transform="matrix(-0.4,0,0,-0.4,-4,0)"
+ inkscape:connector-curvature="0" />
+ </marker>
+ <marker
+ inkscape:stockid="Arrow1Mend"
+ orient="auto"
+ refY="0"
+ refX="0"
+ id="marker5257-3"
+ style="overflow:visible"
+ inkscape:isstock="true"
+ inkscape:collect="always">
+ <path
+ id="path5259-7"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+ transform="matrix(-0.4,0,0,-0.4,-4,0)"
+ inkscape:connector-curvature="0" />
+ </marker>
+ <marker
+ inkscape:stockid="Arrow1Mend"
+ orient="auto"
+ refY="0"
+ refX="0"
+ id="marker5257-5"
+ style="overflow:visible"
+ inkscape:isstock="true"
+ inkscape:collect="always">
+ <path
+ id="path5259-9"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+ transform="matrix(-0.4,0,0,-0.4,-4,0)"
+ inkscape:connector-curvature="0" />
+ </marker>
+ <marker
+ inkscape:stockid="Arrow1Mend"
+ orient="auto"
+ refY="0"
+ refX="0"
+ id="marker5257-70"
+ style="overflow:visible"
+ inkscape:isstock="true"
+ inkscape:collect="always">
+ <path
+ id="path5259-78"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+ transform="matrix(-0.4,0,0,-0.4,-4,0)"
+ inkscape:connector-curvature="0" />
+ </marker>
+ <marker
+ inkscape:stockid="Arrow1Mend"
+ orient="auto"
+ refY="0"
+ refX="0"
+ id="marker5257-7-0"
+ style="overflow:visible"
+ inkscape:isstock="true"
+ inkscape:collect="always">
+ <path
+ id="path5259-0-8"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+ transform="matrix(-0.4,0,0,-0.4,-4,0)"
+ inkscape:connector-curvature="0" />
+ </marker>
+ <marker
+ inkscape:stockid="Arrow1Mend"
+ orient="auto"
+ refY="0"
+ refX="0"
+ id="marker5257-3-0"
+ style="overflow:visible"
+ inkscape:isstock="true"
+ inkscape:collect="always">
+ <path
+ id="path5259-7-3"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+ transform="matrix(-0.4,0,0,-0.4,-4,0)"
+ inkscape:connector-curvature="0" />
+ </marker>
+ <marker
+ inkscape:stockid="Arrow1Mend"
+ orient="auto"
+ refY="0"
+ refX="0"
+ id="marker5257-5-9"
+ style="overflow:visible"
+ inkscape:isstock="true"
+ inkscape:collect="always">
+ <path
+ id="path5259-9-7"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+ transform="matrix(-0.4,0,0,-0.4,-4,0)"
+ inkscape:connector-curvature="0" />
+ </marker>
+ <marker
+ inkscape:stockid="Arrow1Mend"
+ orient="auto"
+ refY="0"
+ refX="0"
+ id="marker5257-70-0"
+ style="overflow:visible"
+ inkscape:isstock="true"
+ inkscape:collect="always">
+ <path
+ id="path5259-78-6"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+ transform="matrix(-0.4,0,0,-0.4,-4,0)"
+ inkscape:connector-curvature="0" />
+ </marker>
+ <marker
+ inkscape:isstock="true"
+ style="overflow:visible"
+ id="marker17517-4"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="Arrow1Mend">
+ <path
+ inkscape:connector-curvature="0"
+ transform="matrix(-0.4,0,0,-0.4,-4,0)"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+ id="path17519-2" />
+ </marker>
+ <marker
+ inkscape:isstock="true"
+ style="overflow:visible"
+ id="marker17517-4-8"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="Arrow1Mend">
+ <path
+ inkscape:connector-curvature="0"
+ transform="matrix(-0.4,0,0,-0.4,-4,0)"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+ id="path17519-2-9" />
+ </marker>
+ <marker
+ inkscape:isstock="true"
+ style="overflow:visible"
+ id="marker17517-4-8-1"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="Arrow1Mend">
+ <path
+ inkscape:connector-curvature="0"
+ transform="matrix(-0.4,0,0,-0.4,-4,0)"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+ id="path17519-2-9-5" />
+ </marker>
+ <marker
+ inkscape:isstock="true"
+ style="overflow:visible"
+ id="marker25700-9"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="Arrow1Mend">
+ <path
+ inkscape:connector-curvature="0"
+ transform="matrix(-0.4,0,0,-0.4,-4,0)"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+ id="path25702-2" />
+ </marker>
+ <marker
+ inkscape:isstock="true"
+ style="overflow:visible"
+ id="marker25700-98"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="Arrow1Mend">
+ <path
+ inkscape:connector-curvature="0"
+ transform="matrix(-0.4,0,0,-0.4,-4,0)"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+ id="path25702-21" />
+ </marker>
+ <marker
+ inkscape:isstock="true"
+ style="overflow:visible"
+ id="marker25700-4"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="Arrow1Mend">
+ <path
+ inkscape:connector-curvature="0"
+ transform="matrix(-0.4,0,0,-0.4,-4,0)"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+ id="path25702-1" />
+ </marker>
+ <marker
+ inkscape:isstock="true"
+ style="overflow:visible"
+ id="marker25700-3"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="Arrow1Mend">
+ <path
+ inkscape:connector-curvature="0"
+ transform="matrix(-0.4,0,0,-0.4,-4,0)"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+ id="path25702-5" />
+ </marker>
+ <marker
+ inkscape:isstock="true"
+ style="overflow:visible"
+ id="marker25700-1"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="Arrow1Mend">
+ <path
+ inkscape:connector-curvature="0"
+ transform="matrix(-0.4,0,0,-0.4,-4,0)"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+ id="path25702-14" />
+ </marker>
+ <marker
+ inkscape:isstock="true"
+ style="overflow:visible"
+ id="marker25700-93"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="Arrow1Mend">
+ <path
+ inkscape:connector-curvature="0"
+ transform="matrix(-0.4,0,0,-0.4,-4,0)"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+ id="path25702-6" />
+ </marker>
+ <marker
+ inkscape:isstock="true"
+ style="overflow:visible"
+ id="marker25700-0"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="Arrow1Mend">
+ <path
+ inkscape:connector-curvature="0"
+ transform="matrix(-0.4,0,0,-0.4,-4,0)"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+ id="path25702-7" />
+ </marker>
+ <marker
+ inkscape:isstock="true"
+ style="overflow:visible"
+ id="marker25700-03"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="Arrow1Mend">
+ <path
+ inkscape:connector-curvature="0"
+ transform="matrix(-0.4,0,0,-0.4,-4,0)"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+ id="path25702-4" />
+ </marker>
+ <marker
+ inkscape:isstock="true"
+ style="overflow:visible"
+ id="marker25700-47"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="Arrow1Mend">
+ <path
+ inkscape:connector-curvature="0"
+ transform="matrix(-0.4,0,0,-0.4,-4,0)"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+ id="path25702-66" />
+ </marker>
+ <marker
+ inkscape:isstock="true"
+ style="overflow:visible"
+ id="marker25700-5"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="Arrow1Mend">
+ <path
+ inkscape:connector-curvature="0"
+ transform="matrix(-0.4,0,0,-0.4,-4,0)"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+ id="path25702-3" />
+ </marker>
+ <marker
+ inkscape:isstock="true"
+ style="overflow:visible"
+ id="marker25700-34"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="Arrow1Mend">
+ <path
+ inkscape:connector-curvature="0"
+ transform="matrix(-0.4,0,0,-0.4,-4,0)"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+ id="path25702-0" />
+ </marker>
+ <marker
+ inkscape:isstock="true"
+ style="overflow:visible"
+ id="marker37828-6"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="Arrow1Mend">
+ <path
+ inkscape:connector-curvature="0"
+ transform="matrix(-0.4,0,0,-0.4,-4,0)"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+ id="path37830-0" />
+ </marker>
+ <marker
+ inkscape:isstock="true"
+ style="overflow:visible"
+ id="marker37828-4"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="Arrow1Mend">
+ <path
+ inkscape:connector-curvature="0"
+ transform="matrix(-0.4,0,0,-0.4,-4,0)"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+ id="path37830-3" />
+ </marker>
+ <marker
+ inkscape:isstock="true"
+ style="overflow:visible"
+ id="marker37828-1"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="Arrow1Mend">
+ <path
+ inkscape:connector-curvature="0"
+ transform="matrix(-0.4,0,0,-0.4,-4,0)"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+ id="path37830-31" />
+ </marker>
+ <marker
+ inkscape:isstock="true"
+ style="overflow:visible"
+ id="marker37828-3"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="Arrow1Mend">
+ <path
+ inkscape:connector-curvature="0"
+ transform="matrix(-0.4,0,0,-0.4,-4,0)"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+ id="path37830-9" />
+ </marker>
+ <marker
+ inkscape:isstock="true"
+ style="overflow:visible"
+ id="marker37828-8"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="Arrow1Mend">
+ <path
+ inkscape:connector-curvature="0"
+ transform="matrix(-0.4,0,0,-0.4,-4,0)"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+ id="path37830-01" />
+ </marker>
+ <marker
+ inkscape:isstock="true"
+ style="overflow:visible"
+ id="marker37828-17"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="Arrow1Mend">
+ <path
+ inkscape:connector-curvature="0"
+ transform="matrix(-0.4,0,0,-0.4,-4,0)"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+ id="path37830-1" />
+ </marker>
+ <marker
+ inkscape:stockid="Arrow1Mend"
+ orient="auto"
+ refY="0"
+ refX="0"
+ id="marker7057-7-6"
+ style="overflow:visible"
+ inkscape:isstock="true">
+ <path
+ inkscape:connector-curvature="0"
+ id="path7059-49-2"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+ transform="matrix(-0.4,0,0,-0.4,-4,0)" />
+ </marker>
+ <marker
+ inkscape:stockid="Arrow1Mend"
+ orient="auto"
+ refY="0"
+ refX="0"
+ id="marker7057-7-0"
+ style="overflow:visible"
+ inkscape:isstock="true">
+ <path
+ inkscape:connector-curvature="0"
+ id="path7059-49-8"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+ transform="matrix(-0.4,0,0,-0.4,-4,0)" />
+ </marker>
+ <marker
+ inkscape:stockid="Arrow1Mend"
+ orient="auto"
+ refY="0"
+ refX="0"
+ id="marker7057-7-07"
+ style="overflow:visible"
+ inkscape:isstock="true">
+ <path
+ inkscape:connector-curvature="0"
+ id="path7059-49-44"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+ transform="matrix(-0.4,0,0,-0.4,-4,0)" />
+ </marker>
+ <marker
+ inkscape:isstock="true"
+ style="overflow:visible"
+ id="marker37828-47"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="Arrow1Mend">
+ <path
+ transform="matrix(-0.4,0,0,-0.4,-4,0)"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+ id="path37830-014"
+ inkscape:connector-curvature="0" />
+ </marker>
+ <marker
+ inkscape:isstock="true"
+ style="overflow:visible"
+ id="marker37828-3-5"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="Arrow1Mend">
+ <path
+ inkscape:connector-curvature="0"
+ transform="matrix(-0.4,0,0,-0.4,-4,0)"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+ id="path37830-9-7" />
+ </marker>
+ <marker
+ inkscape:isstock="true"
+ style="overflow:visible"
+ id="marker37828-8-8"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="Arrow1Mend">
+ <path
+ inkscape:connector-curvature="0"
+ transform="matrix(-0.4,0,0,-0.4,-4,0)"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+ id="path37830-01-5" />
+ </marker>
+ <marker
+ inkscape:isstock="true"
+ style="overflow:visible"
+ id="marker37828-17-2"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="Arrow1Mend">
+ <path
+ inkscape:connector-curvature="0"
+ transform="matrix(-0.4,0,0,-0.4,-4,0)"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+ id="path37830-1-9" />
+ </marker>
+ <marker
+ inkscape:isstock="true"
+ style="overflow:visible"
+ id="marker17517-5"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="Arrow1Mend"
+ inkscape:collect="always">
+ <path
+ inkscape:connector-curvature="0"
+ transform="matrix(-0.4,0,0,-0.4,-4,0)"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+ id="path17519-1" />
+ </marker>
+ <marker
+ inkscape:isstock="true"
+ style="overflow:visible"
+ id="marker17517-4-2"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="Arrow1Mend">
+ <path
+ inkscape:connector-curvature="0"
+ transform="matrix(-0.4,0,0,-0.4,-4,0)"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+ id="path17519-2-7" />
+ </marker>
+ <marker
+ inkscape:isstock="true"
+ style="overflow:visible"
+ id="marker17517-4-8-1-3"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="Arrow1Mend">
+ <path
+ inkscape:connector-curvature="0"
+ transform="matrix(-0.4,0,0,-0.4,-4,0)"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+ id="path17519-2-9-5-4" />
+ </marker>
+ <marker
+ inkscape:isstock="true"
+ style="overflow:visible"
+ id="marker17517-4-8-9"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="Arrow1Mend">
+ <path
+ inkscape:connector-curvature="0"
+ transform="matrix(-0.4,0,0,-0.4,-4,0)"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+ id="path17519-2-9-9" />
+ </marker>
+ <marker
+ inkscape:stockid="Arrow1Mend"
+ orient="auto"
+ refY="0"
+ refX="0"
+ id="marker7057-70"
+ style="overflow:visible"
+ inkscape:isstock="true"
+ inkscape:collect="always">
+ <path
+ id="path7059-0"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+ transform="matrix(-0.4,0,0,-0.4,-4,0)"
+ inkscape:connector-curvature="0" />
+ </marker>
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="1.4142136"
+ inkscape:cx="6.8020126"
+ inkscape:cy="285.52176"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ units="px"
+ inkscape:window-width="1364"
+ inkscape:window-height="728"
+ inkscape:window-x="0"
+ inkscape:window-y="18"
+ inkscape:window-maximized="0"
+ fit-margin-top="10"
+ fit-margin-right="10"
+ fit-margin-left="10"
+ fit-margin-bottom="10"
+ showguides="true"
+ inkscape:guide-bbox="true" />
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(-71.580869,-801.37512)">
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-weight:normal;font-size:14px;line-height:125%;font-family:Sans;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ x="195.05399"
+ y="1056.0909"
+ id="text6537"
+ sodipodi:linespacing="125%"><tspan
+ sodipodi:role="line"
+ x="195.05399"
+ y="1056.0909"
+ id="tspan6541">Input Sequence</tspan></text>
+ <g
+ id="g3818"
+ transform="translate(0,3.0501586)">
+ <path
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0"
+ id="path17509-5"
+ d="m 106.07028,917.97871 0,-36.75555"
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker17517-5)" />
+ <path
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0"
+ id="path17509-4-9"
+ d="m 144.62585,917.97871 0,-36.75555"
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker17517-4-2)" />
+ <path
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0"
+ id="path17509-4-3-8"
+ d="m 245.44108,917.97871 0,-36.75555"
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker17517-4-8-9)" />
+ <path
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0"
+ id="path17509-4-3-1-5"
+ d="m 290.94797,917.97871 0,-36.75555"
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker17517-4-8-1-3)" />
+ </g>
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker7057-70)"
+ d="m 137.19549,832.15853 0,26.00379"
+ id="path7049-8"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ <g
+ id="g6693"
+ transform="translate(-11.881192,39.545383)">
+ <rect
+ y="820.67902"
+ x="102.75817"
+ height="22.772278"
+ width="212.13702"
+ id="rect6631-7-1"
+ style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ <text
+ sodipodi:linespacing="125%"
+ id="text6648-7"
+ y="835.92743"
+ x="208.19778"
+ style="font-style:normal;font-weight:normal;font-size:14px;line-height:125%;font-family:Sans;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ xml:space="preserve"><tspan
+ y="835.92743"
+ x="208.19778"
+ id="tspan6650-2"
+ sodipodi:role="line">CTC layer</tspan></text>
+ </g>
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker7057)"
+ d="m 260.44549,859.13299 0,-24.06445"
+ id="path7049"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ <g
+ id="g5375-1-9"
+ transform="translate(149.20851,130.65235)" />
+ <g
+ id="g16873"
+ transform="translate(-6.3009519,50.407615)">
+ <g
+ transform="translate(-52.421956,164.25743)"
+ id="g5375" />
+ <g
+ transform="translate(-18.81688,164.25743)"
+ id="g5375-4">
+ <circle
+ style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="path3336-4"
+ cx="131.23787"
+ cy="812.36218"
+ r="3.7201581" />
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker5257-7)"
+ d="m 129.70297,812.36216 35.15492,0"
+ id="path4138-5-9"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ </g>
+ <g
+ inkscape:transform-center-x="54.513096"
+ transform="translate(14.788194,164.25743)"
+ id="g5375-2">
+ <circle
+ style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="path3336-0"
+ cx="136.13861"
+ cy="812.36218"
+ r="3.7201581" />
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker5257-3)"
+ d="m 134.65347,812.36216 29.76428,0"
+ id="path4138-5-1"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ </g>
+ <g
+ transform="translate(81.998354,164.25745)"
+ id="g5375-29">
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker5257-5)"
+ d="m 134.65347,812.36216 29.76428,0"
+ id="path4138-5-5"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ </g>
+ <g
+ transform="translate(115.60342,164.25743)"
+ id="g5375-23">
+ <circle
+ style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="path3336-8"
+ cx="136.13861"
+ cy="812.36218"
+ r="3.7201581" />
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker5257-70)"
+ d="m 134.65347,812.36216 42.01613,0"
+ id="path4138-5-7"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ </g>
+ <g
+ transform="translate(149.20851,164.25743)"
+ id="g5375-1">
+ <circle
+ style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="path3336-5"
+ cx="148.04041"
+ cy="812.36218"
+ r="3.7201581" />
+ </g>
+ <text
+ sodipodi:linespacing="125%"
+ id="text15200"
+ y="977.48779"
+ x="191.95633"
+ style="font-style:normal;font-weight:normal;font-size:14px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ xml:space="preserve"><tspan
+ y="977.48779"
+ x="191.95633"
+ id="tspan15202"
+ sodipodi:role="line">...</tspan></text>
+ </g>
+ <g
+ id="g16833"
+ transform="translate(-6.3009516,44.897499)">
+ <g
+ transform="translate(-52.421956,121.20092)"
+ id="g5375-11" />
+ <g
+ transform="translate(-18.81688,121.20092)"
+ id="g5375-4-2">
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker5257-7-0)"
+ d="m 134.65347,812.36216 23.82369,0"
+ id="path4138-5-9-8"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ </g>
+ <g
+ inkscape:transform-center-x="54.513096"
+ transform="translate(14.788194,121.20092)"
+ id="g5375-2-6">
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker5257-3-0)"
+ d="m 134.65347,812.36216 29.76428,0"
+ id="path4138-5-1-9"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ </g>
+ <g
+ transform="translate(81.998354,121.20094)"
+ id="g5375-29-4">
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker5257-5-9)"
+ d="m 134.65347,812.36216 24.31874,0"
+ id="path4138-5-5-1"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ </g>
+ <g
+ transform="translate(115.60342,121.20092)"
+ id="g5375-23-0">
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker5257-70-0)"
+ d="m 134.65347,812.36216 35.71518,0"
+ id="path4138-5-7-1"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ </g>
+ <text
+ sodipodi:linespacing="125%"
+ id="text15200-2"
+ y="934.43127"
+ x="191.95633"
+ style="font-style:normal;font-weight:normal;font-size:14px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ xml:space="preserve"><tspan
+ y="934.43127"
+ x="191.95633"
+ id="tspan15202-5"
+ sodipodi:role="line">...</tspan></text>
+ <g
+ transform="translate(0,-9.4514273)"
+ id="g16369" />
+ <g
+ transform="translate(33.60507,-9.4514273)"
+ id="g16369-0">
+ <rect
+ style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect16159-9-4"
+ width="19.427935"
+ height="19.427935"
+ x="69.0522"
+ y="933.30054" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-weight:normal;font-size:14px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ x="74.288628"
+ y="948.33289"
+ id="text16365-1"
+ sodipodi:linespacing="125%"><tspan
+ sodipodi:role="line"
+ id="tspan16367-9"
+ x="74.288628"
+ y="948.33289">h</tspan></text>
+ </g>
+ <g
+ transform="translate(67.210144,-9.4514277)"
+ id="g16369-0-7">
+ <rect
+ style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect16159-9-4-0"
+ width="19.427935"
+ height="19.427935"
+ x="74.002693"
+ y="933.30054" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-weight:normal;font-size:14px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ x="79.23912"
+ y="948.33289"
+ id="text16365-1-9"
+ sodipodi:linespacing="125%"><tspan
+ sodipodi:role="line"
+ id="tspan16367-9-5"
+ x="79.23912"
+ y="948.33289">h</tspan></text>
+ </g>
+ <g
+ transform="translate(168.02537,-9.4514277)"
+ id="g16369-0-7-7">
+ <rect
+ style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect16159-9-4-0-8"
+ width="19.427935"
+ height="19.427935"
+ x="74.002693"
+ y="933.30054" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-weight:normal;font-size:14px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ x="79.23912"
+ y="948.33289"
+ id="text16365-1-9-1"
+ sodipodi:linespacing="125%"><tspan
+ sodipodi:role="line"
+ id="tspan16367-9-5-0"
+ x="79.23912"
+ y="948.33289">h</tspan></text>
+ </g>
+ <g
+ transform="translate(201.63046,-9.4514277)"
+ id="g16369-0-7-9">
+ <rect
+ style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect16159-9-4-0-6"
+ width="19.427935"
+ height="19.427935"
+ x="85.904488"
+ y="933.30054" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-weight:normal;font-size:14px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ x="91.140915"
+ y="948.33289"
+ id="text16365-1-9-2"
+ sodipodi:linespacing="125%"><tspan
+ sodipodi:role="line"
+ id="tspan16367-9-5-06"
+ x="91.140915"
+ y="948.33289">h</tspan></text>
+ </g>
+ </g>
+ <g
+ id="g33636"
+ transform="matrix(-1,0,0,1,535.16894,0)">
+ <g
+ id="g31879">
+ <g
+ id="g32495">
+ <g
+ id="g34321">
+ <rect
+ style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect33224-9-6"
+ width="4.3192463"
+ height="6.112915"
+ x="266.10049"
+ y="975.35016" />
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker37828)"
+ d="m 246.61051,1024.9199 c 29.11132,-36.11774 28.08586,-59.40421 1.11236,-84.49535"
+ id="path25692"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ </g>
+ </g>
+ </g>
+ </g>
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker17517)"
+ d="m 106.07028,1027.1952 0,-36.75555"
+ id="path17509"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker17517-4)"
+ d="m 144.62585,1027.1952 0,-36.75555"
+ id="path17509-4"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker17517-4-8)"
+ d="m 245.44108,1027.1952 0,-36.75555"
+ id="path17509-4-3"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker17517-4-8-1)"
+ d="m 290.94797,1027.1952 0,-36.75555"
+ id="path17509-4-3-1"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ <g
+ id="g16833-3"
+ transform="translate(-6.300952,-4.8100104)">
+ <g
+ transform="translate(-52.421956,121.20092)"
+ id="g5375-11-0" />
+ <g
+ transform="translate(-18.81688,121.20092)"
+ id="g5375-4-2-3">
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#marker21962)"
+ d="m 141.82226,812.36216 19.6252,0"
+ id="path4138-5-9-8-6"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ </g>
+ <g
+ inkscape:transform-center-x="54.513096"
+ transform="translate(14.788194,121.20092)"
+ id="g5375-2-6-6">
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#Arrow1Mstart)"
+ d="m 146.38024,812.36216 20.01771,0"
+ id="path4138-5-1-9-3"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ </g>
+ <g
+ transform="translate(81.998354,121.20094)"
+ id="g5375-29-4-7">
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#marker21432)"
+ d="m 134.65347,812.36216 24.31874,0"
+ id="path4138-5-5-1-1"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ </g>
+ <g
+ transform="translate(115.60342,121.20092)"
+ id="g5375-23-0-4">
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#marker21694)"
+ d="m 147.34031,812.36216 24.52592,0"
+ id="path4138-5-7-1-4"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ </g>
+ <text
+ sodipodi:linespacing="125%"
+ id="text15200-2-3"
+ y="934.43127"
+ x="191.95633"
+ style="font-style:normal;font-weight:normal;font-size:14px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ xml:space="preserve"><tspan
+ y="934.43127"
+ x="191.95633"
+ id="tspan15202-5-7"
+ sodipodi:role="line">...</tspan></text>
+ <g
+ transform="translate(0,-9.4514273)"
+ id="g16369-6" />
+ <g
+ transform="translate(33.60507,-9.4514273)"
+ id="g16369-0-1">
+ <rect
+ style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect16159-9-4-3"
+ width="19.427935"
+ height="19.427935"
+ x="69.0522"
+ y="933.30054" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-weight:normal;font-size:14px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ x="74.288628"
+ y="948.33289"
+ id="text16365-1-8"
+ sodipodi:linespacing="125%"><tspan
+ sodipodi:role="line"
+ id="tspan16367-9-2"
+ x="74.288628"
+ y="948.33289">h</tspan></text>
+ </g>
+ <g
+ transform="translate(67.210144,-9.4514277)"
+ id="g16369-0-7-6">
+ <rect
+ style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect16159-9-4-0-2"
+ width="19.427935"
+ height="19.427935"
+ x="74.002693"
+ y="933.30054" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-weight:normal;font-size:14px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ x="79.23912"
+ y="948.33289"
+ id="text16365-1-9-4"
+ sodipodi:linespacing="125%"><tspan
+ sodipodi:role="line"
+ id="tspan16367-9-5-8"
+ x="79.23912"
+ y="948.33289">h</tspan></text>
+ </g>
+ <g
+ transform="translate(168.02537,-9.4514277)"
+ id="g16369-0-7-7-5">
+ <rect
+ style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect16159-9-4-0-8-6"
+ width="19.427935"
+ height="19.427935"
+ x="74.002693"
+ y="933.30054" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-weight:normal;font-size:14px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ x="79.23912"
+ y="948.33289"
+ id="text16365-1-9-1-5"
+ sodipodi:linespacing="125%"><tspan
+ sodipodi:role="line"
+ id="tspan16367-9-5-0-8"
+ x="79.23912"
+ y="948.33289">h</tspan></text>
+ </g>
+ <g
+ transform="translate(201.63046,-9.4514277)"
+ id="g16369-0-7-9-8">
+ <rect
+ style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect16159-9-4-0-6-5"
+ width="19.427935"
+ height="19.427935"
+ x="85.904488"
+ y="933.30054" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-weight:normal;font-size:14px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ x="91.140915"
+ y="948.33289"
+ id="text16365-1-9-2-3"
+ sodipodi:linespacing="125%"><tspan
+ sodipodi:role="line"
+ id="tspan16367-9-5-06-1"
+ x="91.140915"
+ y="948.33289">h</tspan></text>
+ </g>
+ </g>
+ <g
+ id="g33636-2"
+ transform="matrix(-1,0,0,1,491.10953,-3.9047416e-6)">
+ <g
+ id="g31879-9">
+ <g
+ id="g32495-1">
+ <g
+ id="g34321-9">
+ <rect
+ style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect33224-9-6-3"
+ width="4.3192463"
+ height="6.112915"
+ x="266.10049"
+ y="975.35016" />
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker37828-3)"
+ d="m 246.61051,1024.9199 c 29.11132,-36.11774 28.08586,-59.40421 1.11236,-84.49535"
+ id="path25692-4"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ </g>
+ </g>
+ </g>
+ </g>
+ <g
+ id="g33636-23"
+ transform="matrix(-1,0,0,1,389.62438,-3.9047416e-6)">
+ <g
+ id="g31879-99">
+ <g
+ id="g32495-3">
+ <g
+ id="g34321-1">
+ <rect
+ style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect33224-9-6-1"
+ width="4.3192463"
+ height="6.112915"
+ x="266.10049"
+ y="975.35016" />
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker37828-8)"
+ d="m 246.61051,1024.9199 c 29.11132,-36.11774 28.08586,-59.40421 1.11236,-84.49535"
+ id="path25692-0"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ </g>
+ </g>
+ </g>
+ </g>
+ <g
+ id="g33636-4"
+ transform="matrix(-1,0,0,1,352.00061,-3.9047416e-6)">
+ <g
+ id="g31879-0">
+ <g
+ id="g32495-8">
+ <g
+ id="g34321-6">
+ <rect
+ style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect33224-9-6-5"
+ width="4.3192463"
+ height="6.112915"
+ x="266.10049"
+ y="975.35016" />
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker37828-17)"
+ d="m 246.61051,1024.9199 c 29.11132,-36.11774 28.08586,-59.40421 1.11236,-84.49535"
+ id="path25692-41"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ </g>
+ </g>
+ </g>
+ </g>
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-weight:normal;font-size:14px;line-height:125%;font-family:Sans;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ x="260.23016"
+ y="825.42645"
+ id="text44056"
+ sodipodi:linespacing="125%"><tspan
+ sodipodi:role="line"
+ id="tspan44058"
+ x="260.23016"
+ y="825.42645">Cost</tspan></text>
+ <rect
+ transform="scale(-1,1)"
+ style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect33224-9-6-38"
+ width="4.3192463"
+ height="6.112915"
+ x="-269.06845"
+ y="925.64264" />
+ <g
+ id="g33636-0"
+ transform="matrix(-1,0,0,1,535.16894,-56.008464)">
+ <g
+ id="g31879-06">
+ <g
+ id="g32495-17">
+ <g
+ id="g34321-7">
+ <rect
+ style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect33224-9-6-7"
+ width="4.3192463"
+ height="6.112915"
+ x="266.10049"
+ y="975.35016" />
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker37828-47)"
+ d="m 246.61051,1024.9199 c 29.11132,-36.11774 28.08586,-59.40421 1.11236,-84.49535"
+ id="path25692-2"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ </g>
+ </g>
+ </g>
+ </g>
+ <rect
+ transform="scale(-1,1)"
+ style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect33224-9-6-3-4"
+ width="4.3192463"
+ height="6.112915"
+ x="-225.00903"
+ y="925.64264" />
+ <g
+ id="g33636-2-0"
+ transform="matrix(-1,0,0,1,491.10953,-56.008464)">
+ <g
+ id="g31879-9-9">
+ <g
+ id="g32495-1-2">
+ <g
+ id="g34321-9-6">
+ <rect
+ style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect33224-9-6-3-9"
+ width="4.3192463"
+ height="6.112915"
+ x="266.10049"
+ y="975.35016" />
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker37828-3-5)"
+ d="m 246.61051,1024.9199 c 29.11132,-36.11774 28.08586,-59.40421 1.11236,-84.49535"
+ id="path25692-4-9"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ </g>
+ </g>
+ </g>
+ </g>
+ <rect
+ transform="scale(-1,1)"
+ style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect33224-9-6-1-5"
+ width="4.3192463"
+ height="6.112915"
+ x="-128.13168"
+ y="925.64264" />
+ <g
+ id="g33636-23-0"
+ transform="matrix(-1,0,0,1,389.99567,-56.008464)">
+ <g
+ id="g31879-99-5">
+ <g
+ id="g32495-3-7">
+ <g
+ id="g34321-1-0">
+ <rect
+ style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect33224-9-6-1-9"
+ width="4.3192463"
+ height="6.112915"
+ x="266.10049"
+ y="975.35016" />
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker37828-8-8)"
+ d="m 246.61051,1024.9199 c 22.8611,-35.20805 23.59023,-58.6771 1.11236,-84.49535"
+ id="path25692-0-9"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ </g>
+ </g>
+ </g>
+ </g>
+ <g
+ id="g33636-4-4"
+ transform="matrix(-1,0,0,1,352.00061,-56.008464)">
+ <g
+ id="g31879-0-7">
+ <g
+ id="g32495-8-0">
+ <g
+ id="g34321-6-5">
+ <rect
+ style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect33224-9-6-5-1"
+ width="4.3192463"
+ height="6.112915"
+ x="266.10049"
+ y="975.35016" />
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker37828-17-2)"
+ d="m 246.61051,1024.9199 c 29.11132,-36.11774 28.08586,-59.40421 1.11236,-84.49535"
+ id="path25692-41-7"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ </g>
+ </g>
+ </g>
+ </g>
+ <g
+ id="g6693-2"
+ transform="translate(-11.881192,-11.454616)">
+ <text
+ sodipodi:linespacing="125%"
+ id="text6648-7-4"
+ y="835.52417"
+ x="149.64749"
+ style="font-style:normal;font-weight:normal;font-size:14px;line-height:125%;font-family:Sans;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ xml:space="preserve"
+ inkscape:export-xdpi="324.35846"
+ inkscape:export-ydpi="324.35846"><tspan
+ y="835.52417"
+ x="149.64749"
+ id="tspan6650-2-2"
+ sodipodi:role="line">Target Seq.</tspan></text>
+ </g>
+ </g>
+</svg>
diff --git a/Report/ctc_cost_best.png b/Report/ctc_cost_best.png
new file mode 100644
index 0000000..63bd584
--- /dev/null
+++ b/Report/ctc_cost_best.png
Binary files differ
diff --git a/Report/ens2.jpg b/Report/ens2.jpg
new file mode 100755
index 0000000..22463ab
--- /dev/null
+++ b/Report/ens2.jpg
Binary files differ
diff --git a/Report/final/Projet_Auvolat_Mesnard.zip b/Report/final/Projet_Auvolat_Mesnard.zip
new file mode 100644
index 0000000..92d3945
--- /dev/null
+++ b/Report/final/Projet_Auvolat_Mesnard.zip
Binary files differ
diff --git a/Report/les_resultats.py b/Report/les_resultats.py
new file mode 100644
index 0000000..7519e37
--- /dev/null
+++ b/Report/les_resultats.py
@@ -0,0 +1,27 @@
+import numpy
+import matplotlib.pyplot as plt
+
+train_x = [10, 20, 30, 40, 50, 60, 70, 80, 90, 100, 110, 120, 130, 140, 150, 160, 170, 180, 190, 200, 210, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600, 610, 620, 630, 630, 640, 650, 660, 670, 680, 690, 700, 710, 720, 730, 740, 750, 760, 770, 780, 790, 800, 810, 820, 830, 840, 840, 850, 860, 870, 880, 890, 900, 910, 920, 930, 940, 950, 960, 970, 980, 990, 1000, 1010, 1020, 1030, 1040, 1050, 1050, 1060, 1070, 1080, 1090, 1100, 1110, 1120, 1130, 1140, 1150, 1160, 1170, 1180, 1190, 1200, 1210, 1220, 1230, 1240, 1250, 1260, 1260, 1270, 1280, 1290, 1300, 1310, 1320, 1330, 1340, 1350, 1360, 1370, 1380, 1390, 1400, 1410, 1420, 1430, 1440, 1450, 1460, 1470, 1470, 1480, 1490, 1500, 1510, 1520, 1530, 1540, 1550, 1560, 1570, 1580, 1590, 1600, 1610, 1620, 1630, 1640, 1650, 1660, 1670, 1680, 1680, 1690, 1700, 1710, 1720, 1730, 1740, 1750, 1760, 1770, 1780, 1790, 1800, 1810, 1820, 1830, 1840, 1850, 1860, 1870, 1880, 1890, 1890, 1900, 1910, 1920, 1930, 1940, 1950, 1960, 1970, 1980, 1990, 2000, 2010, 2020, 2030, 2040, 2050, 2060, 2070, 2080, 2090, 2100, 2100, 2110, 2120, 2130, 2140, 2150, 2160, 2170, 2180, 2190, 2200, 2210, 2220, 2230, 2240, 2250, 2260, 2270, 2280, 2290, 2300, 2310, 2310, 2320, 2330, 2340, 2350, 2360, 2370, 2380, 2390, 2400, 2410, 2420, 2430, 2440, 2450, 2460, 2470, 2480, 2490, 2500, 2510, 2520, 2520, 2530, 2540, 2550, 2560, 2570, 2580, 2590, 2600, 2610, 2620, 2630, 2640, 2650, 2660, 2670, 2680, 2690, 2700, 2710, 2720, 2730, 2730, 2740, 2750, 2760, 2770, 2780, 2790, 2800, 2810, 2820, 2830, 2840, 2850, 2860, 2870, 2880, 2890, 2900, 2910, 2920, 2930, 2940, 2940, 2950, 2960, 2970, 2980, 2990, 3000, 3010, 3020, 3030, 3040, 3050, 3060, 3070, 3080, 3090, 3100, 3110, 3120, 3130, 3140, 3150, 3150, 3160, 3170, 3180, 3190, 3200, 3210, 3220, 3230, 3240, 3250, 3260, 3270, 3280, 3290, 3300, 3310, 3320, 3330, 3340, 3350, 3360, 3360, 3370, 3380, 3390, 3400, 3410, 3420, 3430, 3440, 3450, 3460, 3470, 3480, 3490, 3500, 3510, 3520, 3530, 3540, 3550, 3560, 3570, 3570, 3580, 3590, 3600, 3610, 3620, 3630, 3640, 3650, 3660, 3670, 3680, 3690, 3700, 3710, 3720, 3730, 3740, 3750, 3760, 3770, 3780, 3780, 3790, 3800, 3810, 3820, 3830, 3840, 3850, 3860, 3870, 3880, 3890, 3900, 3910, 3920, 3930, 3940, 3950, 3960, 3970, 3980, 3990, 3990, 4000, 4010, 4020, 4030, 4040, 4050, 4060, 4070, 4080, 4090, 4100, 4110, 4120, 4130, 4140, 4150, 4160, 4170, 4180, 4190, 4200, 4200, 4210, 4220, 4230, 4240, 4250, 4260, 4270, 4280, 4290, 4300, 4310, 4320, 4330, 4340, 4350, 4360, 4370, 4380, 4390, 4400, 4410, 4410, 4420, 4430, 4440, 4450, 4460, 4470, 4480, 4490, 4500, 4510, 4520, 4530, 4540, 4550, 4560, 4570, 4580, 4590, 4600, 4610, 4620, 4620, 4630, 4640, 4650, 4660, 4670, 4680, 4690, 4700, 4710, 4720, 4730, 4740, 4750, 4760, 4770, 4780, 4790, 4800, 4810, 4820, 4830, 4830, 4840, 4850, 4860, 4870, 4880, 4890, 4900, 4910, 4920, 4930, 4940, 4950, 4960, 4970, 4980, 4990, 5000, 5010, 5020, 5030, 5040, 5040, 5050, 5060, 5070, 5080, 5090, 5100, 5110, 5120, 5130, 5140, 5150, 5160, 5170, 5180, 5190, 5200, 5210, 5220, 5230, 5240, 5250, 5250, 5260, 5270, 5280, 5290, 5300, 5310, 5320, 5330, 5340, 5350, 5360, 5370, 5380, 5390, 5400, 5410, 5420, 5430, 5440, 5450, 5460, 5460, 5470, 5480, 5490, 5500, 5510, 5520, 5530, 5540, 5550, 5560, 5570, 5580, 5590, 5600, 5610, 5620, 5630, 5640, 5650, 5660, 5670, 5670, 5680, 5690, 5700, 5710, 5720, 5730, 5740, 5750, 5760, 5770, 5780, 5790, 5800, 5810, 5820, 5830, 5840, 5850, 5860, 5870, 5880, 5880, 5890, 5900, 5910, 5920, 5930, 5940, 5950, 5960, 5970, 5980, 5990, 6000, 6010, 6020, 6030, 6040, 6050, 6060, 6070, 6080, 6090, 6090, 6100, 6110, 6120, 6130, 6140, 6150, 6160, 6170, 6180, 6190, 6200, 6210, 6220, 6230, 6240, 6250, 6260, 6270, 6280, 6290, 6300, 6300, 6310, 6320, 6330, 6340, 6350, 6360, 6370, 6380, 6390, 6400, 6410, 6420, 6430, 6440, 6450, 6460, 6470, 6480, 6490, 6500, 6510, 6510, 6520, 6530, 6540, 6550, 6560, 6570, 6580, 6590, 6600, 6610, 6620, 6630, 6640, 6650, 6660, 6670, 6680, 6690, 6700, 6710, 6720, 6720, 6730, 6740, 6750, 6760, 6770, 6780, 6790, 6800, 6810, 6820, 6830, 6840, 6850, 6860, 6870, 6880, 6890, 6900, 6910, 6920, 6930, 6930, 6940, 6950, 6960, 6970, 6980, 6990, 7000, 7010, 7020, 7030, 7040, 7050, 7060, 7070, 7080, 7090, 7100, 7110, 7120, 7130, 7140, 7140, 7150, 7160, 7170, 7180]
+train_cost =[186.58523559570312, 231.2848358154297, 268.4850158691406, 341.6783752441406, 236.5081787109375, 196.24838256835938, 226.8048095703125, 286.9937438964844, 266.5400085449219, 175.7088165283203, 200.8835906982422, 242.95028686523438, 291.7144775390625, 162.75872802734375, 181.70126342773438, 211.9771270751953, 298.81695556640625, 147.48509216308594, 170.39553833007812, 186.9927520751953, 298.29949951171875, 298.29949951171875, 133.5607147216797, 156.2488555908203, 169.14920043945312, 241.3719940185547, 185.77462768554688, 144.39511108398438, 158.01193237304688, 205.6425323486328, 210.33004760742188, 137.01002502441406, 148.1883087158203, 180.172607421875, 230.05520629882812, 128.0877685546875, 138.49575805664062, 161.72207641601562, 238.3956298828125, 120.91993713378906, 131.71182250976562, 150.835693359375, 248.25296020507812, 248.25296020507812, 112.76859283447266, 126.1996078491211, 138.47633361816406, 201.5886688232422, 159.96022033691406, 123.56022644042969, 131.53488159179688, 175.68978881835938, 183.5472412109375, 131.619873046875, 130.74710083007812, 157.12222290039062, 199.36105346679688, 114.35847473144531, 120.84625244140625, 139.30274963378906, 207.83334350585938, 109.0135726928711, 115.93318176269531, 130.4647979736328, 219.6696319580078, 219.6696319580078, 102.07911682128906, 112.4325942993164, 124.21354675292969, 182.14559936523438, 146.0809783935547, 109.84268951416016, 119.76466369628906, 157.3028564453125, 168.3053436279297, 107.03828430175781, 114.07322692871094, 139.56552124023438, 179.39996337890625, 103.29052734375, 109.51301574707031, 129.4232635498047, 197.06076049804688, 102.82859802246094, 117.35661315917969, 122.02813720703125, 198.33517456054688, 198.33517456054688, 95.299072265625, 104.1549072265625, 112.89962005615234, 163.8797607421875, 131.33120727539062, 101.44754028320312, 108.68290710449219, 144.9304962158203, 152.9595489501953, 99.14348602294922, 104.69212341308594, 130.31112670898438, 171.32177734375, 96.97526550292969, 102.92271423339844, 120.22615051269531, 183.78558349609375, 96.27936553955078, 99.43331909179688, 111.60197448730469, 190.6114959716797, 190.6114959716797, 93.12297058105469, 98.99793243408203, 106.05448913574219, 155.9643096923828, 125.0423812866211, 95.38441467285156, 101.40775299072266, 139.3518524169922, 152.1620330810547, 94.94572448730469, 99.42830657958984, 121.4210205078125, 161.89910888671875, 92.0219497680664, 95.9166259765625, 114.2807388305664, 171.328369140625, 90.45287322998047, 93.57655334472656, 105.33430480957031, 181.9762725830078, 181.9762725830078, 87.84622192382812, 91.97550964355469, 98.90853881835938, 152.52560424804688, 126.38728332519531, 92.04643249511719, 98.82345581054688, 131.1653289794922, 139.3582305908203, 89.69316101074219, 95.1003646850586, 115.2433853149414, 154.51121520996094, 87.71465301513672, 90.84709167480469, 108.09507751464844, 167.04690551757812, 87.98078918457031, 92.11004638671875, 102.40474700927734, 172.33309936523438, 172.33309936523438, 83.36625671386719, 88.2079086303711, 95.22660064697266, 141.96542358398438, 116.61067962646484, 86.76722717285156, 91.27314758300781, 126.1171646118164, 137.31405639648438, 86.92185974121094, 89.49848175048828, 108.82087707519531, 151.90994262695312, 86.15975189208984, 87.28550720214844, 101.3384780883789, 153.85289001464844, 83.75611877441406, 85.4171371459961, 93.38385009765625, 162.8311309814453, 162.8311309814453, 81.77302551269531, 83.9618911743164, 90.37879943847656, 137.42535400390625, 108.82861328125, 83.769287109375, 87.9117202758789, 128.86685180664062, 130.32766723632812, 82.22637939453125, 85.20014953613281, 105.11083984375, 142.09616088867188, 81.00532531738281, 82.98677062988281, 96.0823745727539, 151.67507934570312, 81.98279571533203, 84.234130859375, 90.83128356933594, 157.9053192138672, 157.9053192138672, 78.5243911743164, 80.73138427734375, 87.2260971069336, 131.54022216796875, 106.52214050292969, 80.36766052246094, 83.270263671875, 118.41828918457031, 123.03299713134766, 79.18318176269531, 81.58293151855469, 100.9095687866211, 138.06655883789062, 77.97090911865234, 80.31898498535156, 93.3165512084961, 148.88990783691406, 78.63114929199219, 79.39232635498047, 87.46602630615234, 150.57052612304688, 150.57052612304688, 74.4915771484375, 77.86602020263672, 85.085205078125, 126.7571792602539, 102.62113952636719, 77.26814270019531, 81.88603210449219, 111.36767578125, 123.3438491821289, 76.97804260253906, 79.98005676269531, 102.70826721191406, 132.047607421875, 76.29537963867188, 77.84678649902344, 87.66104888916016, 140.47149658203125, 75.1488037109375, 77.91696166992188, 83.76225280761719, 146.69065856933594, 146.69065856933594, 73.37548828125, 75.57395935058594, 80.6111068725586, 122.05367279052734, 100.41688537597656, 74.68812561035156, 77.81558990478516, 111.53568267822266, 119.72019958496094, 74.37997436523438, 76.07890319824219, 97.34192657470703, 125.8359375, 80.32325744628906, 75.70204162597656, 86.45953369140625, 135.6238555908203, 72.93254089355469, 73.78556823730469, 80.69652557373047, 144.58584594726562, 144.58584594726562, 71.6277847290039, 72.7505874633789, 77.8028335571289, 117.4685287475586, 96.89445495605469, 72.18317413330078, 76.11204528808594, 101.96377563476562, 111.3445816040039, 71.81771850585938, 73.37092590332031, 92.38727569580078, 128.2201385498047, 75.30054473876953, 74.13258361816406, 83.42876434326172, 128.43910217285156, 70.60649108886719, 72.1220474243164, 77.58851623535156, 136.3867950439453, 136.3867950439453, 68.58518981933594, 70.98548889160156, 76.19511413574219, 115.77790832519531, 97.15103149414062, 70.9467544555664, 73.04668426513672, 99.71874237060547, 106.4306640625, 69.07820892333984, 72.92381286621094, 89.81681823730469, 124.00859069824219, 70.0996322631836, 71.41864776611328, 81.69154357910156, 132.60458374023438, 71.89607238769531, 70.84252166748047, 76.05951690673828, 131.5980987548828, 131.5980987548828, 66.73311614990234, 69.84365844726562, 73.22160339355469, 113.47918701171875, 103.18702697753906, 70.29900360107422, 74.66051483154297, 97.21063995361328, 101.74390411376953, 68.29640197753906, 69.72774505615234, 84.18803405761719, 117.13846588134766, 68.83837890625, 68.65928649902344, 78.08269500732422, 125.20963287353516, 67.17547607421875, 67.62342834472656, 74.69725799560547, 131.299560546875, 131.299560546875, 66.20576477050781, 67.56465911865234, 70.46302795410156, 108.74079895019531, 87.25257873535156, 66.88219451904297, 68.388671875, 96.19306945800781, 110.92474365234375, 67.10926818847656, 68.50953674316406, 83.0287857055664, 117.23604583740234, 69.73292541503906, 67.70140838623047, 76.39694213867188, 118.3641128540039, 66.11502075195312, 77.0927505493164, 74.20610046386719, 122.42735290527344, 122.42735290527344, 66.75979614257812, 66.8727798461914, 72.0111312866211, 99.39823150634766, 83.5907974243164, 65.16789245605469, 66.34971618652344, 92.41311645507812, 96.60044860839844, 64.5789566040039, 65.20745086669922, 80.49311828613281, 117.85589599609375, 70.88825225830078, 65.9358901977539, 74.72298431396484, 115.99299621582031, 65.42508697509766, 64.65568542480469, 70.11262512207031, 121.27635192871094, 121.27635192871094, 63.4225959777832, 63.612648010253906, 67.42547607421875, 102.3966064453125, 89.56172180175781, 64.49107360839844, 65.0595474243164, 87.95652770996094, 96.8666000366211, 63.4747428894043, 64.94310760498047, 78.38616180419922, 108.6335678100586, 63.50325393676758, 64.29096984863281, 74.0794677734375, 118.99910736083984, 64.08467102050781, 63.20738983154297, 67.41957092285156, 120.48453521728516, 120.48453521728516, 62.75016403198242, 62.72233200073242, 66.0561294555664, 101.48845672607422, 77.67181396484375, 63.402793884277344, 64.58616638183594, 93.43408966064453, 102.4688720703125, 63.1336784362793, 62.73102569580078, 76.08720397949219, 114.50164794921875, 63.35431671142578, 63.4862174987793, 69.34383392333984, 109.49269104003906, 63.25361251831055, 63.601593017578125, 66.90702056884766, 117.00096130371094, 117.00096130371094, 61.197845458984375, 61.28681182861328, 64.1302261352539, 98.46504211425781, 81.71538543701172, 61.749969482421875, 61.91248321533203, 84.7287368774414, 94.66127014160156, 61.2975959777832, 61.72505569458008, 85.80812072753906, 98.3292007446289, 61.599403381347656, 60.64464569091797, 72.69552612304688, 106.3861083984375, 59.685752868652344, 60.333763122558594, 66.51243591308594, 110.71014404296875, 110.71014404296875, 59.2495231628418, 59.7466926574707, 64.67130279541016, 95.10276794433594, 77.95721435546875, 60.2974739074707, 60.869384765625, 87.06355285644531, 91.59613800048828, 60.35717010498047, 61.14387130737305, 75.7072525024414, 120.1728515625, 67.25605773925781, 62.649757385253906, 68.53819274902344, 101.90452575683594, 59.9113655090332, 59.49762725830078, 63.416770935058594, 104.64503479003906, 104.64503479003906, 57.59880447387695, 58.96482467651367, 62.84669876098633, 92.8679428100586, 75.42010498046875, 61.5623893737793, 63.050079345703125, 83.56361389160156, 91.00521087646484, 59.494140625, 64.5066146850586, 98.4172134399414, 106.7485580444336, 67.62139892578125, 68.00704956054688, 72.58460998535156, 96.7760009765625, 60.5396614074707, 61.40576171875, 64.27639770507812, 100.02091979980469, 100.02091979980469, 56.78606033325195, 58.3913688659668, 60.33882522583008, 90.1707534790039, 74.36104583740234, 58.254234313964844, 58.073387145996094, 79.17134094238281, 88.10829162597656, 57.819313049316406, 57.3053092956543, 72.53285217285156, 99.56086730957031, 59.077232360839844, 58.34284591674805, 65.54971313476562, 102.39838409423828, 57.807456970214844, 56.773719787597656, 61.29707717895508, 129.23179626464844, 129.23179626464844, 63.75461959838867, 65.4126968383789, 65.79841613769531, 91.47257232666016, 72.67633819580078, 60.79298782348633, 59.847129821777344, 78.55244445800781, 79.09380340576172, 58.3369255065918, 57.52428436279297, 68.28458404541016, 86.54408264160156, 57.3004035949707, 56.52373504638672, 62.52003860473633, 94.0240707397461, 57.260223388671875, 56.5450439453125, 60.10783767700195, 103.21888732910156, 103.21888732910156, 56.29463577270508, 56.37690353393555, 57.68669891357422, 90.02476501464844, 72.69828796386719, 56.312225341796875, 56.296226501464844, 79.04252624511719, 89.03620147705078, 57.0503044128418, 56.09937286376953, 71.69039916992188, 103.64656066894531, 64.68502807617188, 58.32489776611328, 63.13714599609375, 94.18540954589844, 56.382232666015625, 55.02116012573242, 59.633148193359375, 100.21430969238281, 100.21430969238281, 55.70552444458008, 55.889007568359375, 57.354644775390625, 86.56227111816406, 71.72993469238281, 55.203094482421875, 56.14110565185547, 77.64220428466797, 87.61656188964844, 56.01732635498047, 56.3336067199707, 70.03968811035156, 90.45295715332031, 55.19712448120117, 54.34111404418945, 62.1539192199707, 101.70499420166016, 58.18134689331055, 55.41808319091797, 58.140541076660156, 107.4736557006836, 107.4736557006836, 63.69533157348633, 58.38372039794922, 57.561012268066406, 80.69139099121094, 66.34272766113281, 55.101318359375, 53.94350051879883, 71.37568664550781, 80.2947006225586, 54.42975997924805, 53.98969268798828, 66.13937377929688, 97.61644744873047, 59.25038528442383, 55.36942672729492, 61.2443962097168, 90.33424377441406, 54.00713348388672, 54.1462516784668, 56.25630569458008, 93.71345520019531, 93.71345520019531, 53.76762008666992, 54.99840545654297, 58.410118103027344, 92.22172546386719, 72.87686920166016, 55.26332473754883, 53.97492218017578, 73.10933685302734, 78.8005599975586, 53.8826789855957, 52.685951232910156, 65.84062194824219, 93.15460968017578, 55.31293869018555, 53.404823303222656, 60.04029083251953, 93.31055450439453, 57.60600662231445, 54.57752227783203, 56.5758056640625, 96.80931091308594, 96.80931091308594, 57.15104293823242, 53.555030822753906, 54.15336227416992, 79.26002502441406, 69.00534057617188, 53.702781677246094, 54.45573043823242, 73.52928161621094, 88.3958740234375, 59.07117462158203, 54.78680419921875, 62.48712921142578, 81.0561752319336, 53.82013702392578, 51.609405517578125, 65.02668762207031, 85.89973449707031, 52.37298583984375, 59.02973175048828, 56.21425247192383, 89.510986328125, 89.510986328125, 51.91289138793945, 52.08428955078125, 53.18146896362305, 82.71158599853516, 65.89899444580078, 52.647216796875, 55.69282913208008, 69.70824432373047, 73.98417663574219, 51.95792770385742, 51.611351013183594, 61.88373947143555, 87.11563110351562, 63.61185836791992, 56.17607498168945, 59.37639617919922, 84.23460388183594, 52.92940139770508, 52.14185333251953, 54.071044921875, 88.82882690429688, 88.82882690429688, 50.680030822753906, 51.265777587890625, 53.25732421875, 86.82232666015625, 63.775428771972656, 51.985504150390625, 51.64417266845703, 74.45440673828125, 82.09894561767578, 52.4028434753418, 51.156578063964844, 62.92765426635742, 90.60025024414062, 54.31724166870117, 51.569862365722656, 58.97062301635742, 84.95948791503906, 53.263824462890625, 52.2595329284668, 54.409217834472656, 95.94291687011719, 95.94291687011719, 55.44050216674805, 64.35740661621094, 57.17742919921875, 75.88489532470703, 59.90824508666992, 51.412872314453125, 50.87439727783203, 67.61165618896484, 70.25477600097656, 50.390682220458984, 50.11556625366211, 64.45280456542969, 85.7797622680664, 53.36262893676758, 50.269500732421875, 57.17934036254883, 88.0357666015625, 51.14348602294922, 50.049049377441406, 52.90114212036133, 92.9959487915039, 92.9959487915039, 51.27323532104492, 50.2881965637207, 54.0728645324707, 85.35533142089844, 66.60649108886719, 50.510459899902344, 49.99077606201172, 66.27311706542969, 82.9278335571289, 58.38496780395508, 53.43803787231445, 62.60850143432617, 74.76079559326172, 51.48041534423828, 49.733985900878906, 54.603729248046875, 80.97642517089844, 55.8668327331543, 51.910423278808594, 52.561973571777344, 83.47212219238281, 83.47212219238281, 60.261390686035156, 57.36661911010742, 53.60051727294922, 71.9022445678711, 57.912445068359375, 50.25806427001953, 49.1870002746582, 63.5728759765625, 68.0941390991211, 49.70363235473633, 48.87373352050781, 58.7414436340332, 81.9002914428711, 50.26862335205078, 48.34414291381836, 57.756858825683594, 89.35389709472656, 51.31721115112305, 49.74910354614258, 69.26002502441406, 83.78556060791016, 83.78556060791016, 48.9345703125, 49.421024322509766, 49.83205795288086, 71.89759826660156]
+
+valid_x = [0, 42, 84, 126, 168, 210, 252, 294, 336, 378, 420, 462, 504, 546, 588, 630, 672, 714, 756, 798, 840, 882, 924, 966, 1008, 1050, 1092, 1134, 1176, 1218, 1260, 1302, 1344, 1386, 1428, 1470, 1512, 1554, 1596, 1638, 1680, 1722, 1764, 1806, 1848, 1890, 1932, 1974, 2016, 2058, 2100, 2142, 2184, 2226, 2268, 2310, 2352, 2394, 2436, 2478, 2520, 2562, 2604, 2646, 2688, 2730, 2772, 2814, 2856, 2898, 2940, 2982, 3024, 3066, 3108, 3150, 3192, 3234, 3276, 3318, 3360, 3402, 3444, 3486, 3528, 3570, 3612, 3654, 3696, 3738, 3780, 3822, 3864, 3906, 3948, 3990, 4032, 4074, 4116, 4158, 4200, 4242, 4284, 4326, 4368, 4410, 4452, 4494, 4536, 4578, 4620, 4662, 4704, 4746, 4788, 4830, 4872, 4914, 4956, 4998, 5040, 5082, 5124, 5166, 5208, 5250, 5292, 5334, 5376, 5418, 5460, 5502, 5544, 5586, 5628, 5670, 5712, 5754, 5796, 5838, 5880, 5922, 5964, 6006, 6048, 6090, 6132, 6174, 6216, 6258, 6300, 6342, 6384, 6426, 6468, 6510, 6552, 6594, 6636, 6678, 6720, 6762, 6804, 6846, 6888, 6930, 6972, 7014, 7056, 7098, 7140, 7182]
+valid_cost =[364.5904235839844, 279.127685546875, 264.63031005859375, 249.2937469482422, 232.4756317138672, 235.8790283203125, 215.7898712158203, 208.1250457763672, 199.77835083007812, 189.05300903320312, 191.4433135986328, 192.36190795898438, 187.217041015625, 175.91787719726562, 171.91650390625, 172.51966857910156, 174.4485626220703, 171.8967742919922, 163.4190216064453, 175.60372924804688, 157.4044189453125, 168.50167846679688, 169.2763214111328, 161.4881591796875, 174.42529296875, 167.9474334716797, 161.90689086914062, 162.2763671875, 160.785888671875, 156.46385192871094, 161.48812866210938, 158.58535766601562, 159.79159545898438, 157.05345153808594, 153.82350158691406, 151.98086547851562, 158.80264282226562, 162.184814453125, 157.32852172851562, 150.48904418945312, 161.20620727539062, 148.552490234375, 149.32762145996094, 148.5352325439453, 151.89700317382812, 153.10687255859375, 149.1084442138672, 148.3770751953125, 140.5742950439453, 153.5819854736328, 142.99942016601562, 152.76815795898438, 152.29672241210938, 145.40451049804688, 145.81600952148438, 147.19259643554688, 153.97625732421875, 146.57736206054688, 138.8104705810547, 150.4037322998047, 148.7781524658203, 140.95362854003906, 141.92892456054688, 157.51220703125, 144.71168518066406, 148.02027893066406, 148.974853515625, 134.40692138671875, 147.7875213623047, 163.51719665527344, 142.8425750732422, 144.03854370117188, 144.1996307373047, 144.03939819335938, 145.361083984375, 148.8046112060547, 141.1871337890625, 153.98260498046875, 149.01589965820312, 137.35989379882812, 144.11614990234375, 134.5603485107422, 137.90049743652344, 140.70523071289062, 145.3502197265625, 145.46055603027344, 157.419677734375, 138.19113159179688, 143.32444763183594, 149.907470703125, 142.496337890625, 145.5762481689453, 161.54122924804688, 160.5546112060547, 138.96588134765625, 151.0968780517578, 151.427490234375, 151.1297149658203, 140.4689178466797, 134.4274444580078, 144.43069458007812, 152.95999145507812, 144.57208251953125, 164.4092559814453, 134.485595703125, 140.07579040527344, 146.0001220703125, 144.75619506835938, 136.7599639892578, 139.87179565429688, 142.1566619873047, 139.58596801757812, 151.96633911132812, 155.36654663085938, 145.63656616210938, 135.86512756347656, 132.28634643554688, 131.9317169189453, 134.84188842773438, 143.6789093017578, 155.36917114257812, 153.2019500732422, 160.43850708007812, 201.95516967773438, 140.56777954101562, 142.15231323242188, 147.2138214111328, 145.48768615722656, 142.57870483398438, 155.54393005371094, 159.6879119873047, 142.1046600341797, 142.68450927734375, 163.3708953857422, 139.8641815185547, 151.1313934326172, 156.3168487548828, 141.163330078125, 157.93283081054688, 156.18775939941406, 151.70700073242188, 165.7404327392578, 171.81130981445312, 146.48873901367188, 135.18301391601562, 145.9766082763672, 150.2149200439453, 147.5810089111328, 157.72586059570312, 141.519775390625, 146.76144409179688, 142.7743377685547, 159.87709045410156, 173.76075744628906, 145.61489868164062, 157.43272399902344, 138.87413024902344, 142.043212890625, 156.00039672851562, 151.99139404296875, 153.26287841796875, 153.92393493652344, 176.95742797851562, 140.74777221679688, 157.04075622558594, 145.801025390625, 139.25115966796875, 143.51907348632812, 153.39659118652344, 159.03585815429688, 148.12803649902344, 143.02743530273438]
+valid_error_rate = [1.2631086724996565, 0.9049824843406677, 0.8738996247053146, 0.8520578233003617, 0.8069766317009925, 0.7681459421515464, 0.766872273027897, 0.7491659426689148, 0.7123492771685124, 0.6871207047700881, 0.6942619448900224, 0.6871486190557479, 0.6655759500265122, 0.6348962524533271, 0.620890975087881, 0.6201776292324066, 0.6299488288760186, 0.6159248094409705, 0.5862323707044125, 0.627962991863489, 0.5594458154737949, 0.593076811954379, 0.589563570290804, 0.5691290779411793, 0.6070170089453459, 0.5905831027179957, 0.5695668856054544, 0.5660287208855153, 0.5677807168364525, 0.5521207180321216, 0.5663520123064518, 0.5586509834080935, 0.5514402708262205, 0.5534750644303859, 0.5422407572418452, 0.5396684825308621, 0.5488098974972963, 0.5643667361587286, 0.545242833584547, 0.5254568337388337, 0.5597240672558547, 0.5199276773482561, 0.520817144818604, 0.5169221287369727, 0.5302750275880098, 0.5289107389003038, 0.522408181130886, 0.5169573311954736, 0.4934916146248579, 0.5301236988827587, 0.498966355279088, 0.5238550244271756, 0.5258710251599551, 0.5114895230084657, 0.5084134049005806, 0.5150075511857868, 0.5278118780627847, 0.5095432948619127, 0.4873661266863346, 0.5116823883354664, 0.51284998396039, 0.48653117391839623, 0.48924323385208845, 0.5343654067665338, 0.4944168768525124, 0.5068075152076781, 0.5128700341209769, 0.4751329269856215, 0.49316138063371184, 0.5400419630259276, 0.491230521723628, 0.5007935844287277, 0.4912514726743102, 0.5000968825370073, 0.4947881328389048, 0.5118980471640825, 0.48360401929914953, 0.5234760774672031, 0.49938904367387293, 0.47671538335829977, 0.4976945612579584, 0.4618954054489731, 0.4747857638187707, 0.47373887019604444, 0.49371623235940937, 0.4931437728404998, 0.5230170909538865, 0.4664031620025635, 0.4814914083182812, 0.5132393276244402, 0.48357627378404144, 0.47624510475248094, 0.5292552447021007, 0.5305621960163116, 0.4725723287425936, 0.4878924035653472, 0.4904125231653452, 0.5032274387106299, 0.47158222571015357, 0.4531631511747837, 0.48311221682280303, 0.5060078546404838, 0.48435146336257456, 0.5409567308723926, 0.4567420070692897, 0.4623193391561508, 0.4825072743743658, 0.4845527048557997, 0.47439751113951206, 0.4572945342361927, 0.4623396928608418, 0.46393002089113, 0.4915669990628958, 0.5063451097272338, 0.4785871240794659, 0.4636869314834476, 0.4507933519780636, 0.4380083803758025, 0.4489776850789785, 0.4674644271954894, 0.509185853473842, 0.48352455613017076, 0.5095404759347439, 0.610230032503605, 0.4662731768861413, 0.4730758576318622, 0.48341961322724825, 0.4860790433138609, 0.46840287341177467, 0.5001271432191133, 0.5305484683215618, 0.4617945815399289, 0.46642581181228165, 0.5311559997946024, 0.45677104163914917, 0.48823492068797353, 0.5132545208930969, 0.45595704911649226, 0.5038564239367843, 0.5027258859947323, 0.4980815825462342, 0.5182936546057463, 0.5535126847475766, 0.4707693644203245, 0.44122700073570015, 0.46331854020804164, 0.4779908500313759, 0.47446214014291765, 0.5061822877563535, 0.4630262134373188, 0.4664954633265733, 0.4644186313264072, 0.5117025197669863, 0.5258631027042865, 0.4724766698926687, 0.5154936393871903, 0.44895674090832466, 0.4633070482164621, 0.5003406125605107, 0.4815749708041549, 0.48722364073246716, 0.4945867823511362, 0.5563696938306093, 0.4610647192522883, 0.49441255182772875, 0.46562350630760185, 0.4460823050700128, 0.46256216906011105, 0.4789765599220991, 0.5049631608277558, 0.4614690849483013, 0.4679197465628386]
+
+train_x = numpy.array(train_x)
+train_cost = numpy.array(train_cost)
+
+train_x = train_x[::5][:150]
+train_cost = sum(train_cost[i::5][:150] for i in range(5)) / 5.
+
+print train_x.shape
+print train_cost.shape
+
+#plt.plot(train_x, train_cost, label='train cost')
+#plt.plot(valid_x, valid_cost, label='valid cost')
+#plt.legend()
+#plt.show()
+
+plt.plot(valid_x, valid_error_rate, label='valid error rate')
+plt.legend()
+plt.show()
diff --git a/Report/mila.png b/Report/mila.png
new file mode 100644
index 0000000..5e6d2cf
--- /dev/null
+++ b/Report/mila.png
Binary files differ
diff --git a/Report/pouet_timit_ER.png b/Report/pouet_timit_ER.png
new file mode 100644
index 0000000..9dd3e16
--- /dev/null
+++ b/Report/pouet_timit_ER.png
Binary files differ
diff --git a/Report/pouet_timit_cost.png b/Report/pouet_timit_cost.png
new file mode 100644
index 0000000..b94f906
--- /dev/null
+++ b/Report/pouet_timit_cost.png
Binary files differ